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
@@ -55,6 +55,7 @@ from lusid.exceptions import ( # noqa: F401
55
55
  ApiTypeError,
56
56
  ApiValueError
57
57
  )
58
+ from lusid.extensions.configuration_options import ConfigurationOptions
58
59
 
59
60
 
60
61
  class PortfolioGroupsApi:
@@ -98,10 +99,9 @@ class PortfolioGroupsApi:
98
99
  :type resource_id: ResourceId
99
100
  :param async_req: Whether to execute the request asynchronously.
100
101
  :type async_req: bool, optional
101
- :param _request_timeout: timeout setting for this request.
102
- If one number provided, it will be total request
103
- timeout. It can also be a pair (tuple) of
104
- (connection, read) timeouts.
102
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
103
+ :param opts: Configuration options for this request
104
+ :type opts: ConfigurationOptions, optional
105
105
  :return: Returns the result object.
106
106
  If the method is called asynchronously,
107
107
  returns the request thread.
@@ -144,10 +144,9 @@ class PortfolioGroupsApi:
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.
@@ -175,7 +174,8 @@ class PortfolioGroupsApi:
175
174
  '_request_timeout',
176
175
  '_request_auth',
177
176
  '_content_type',
178
- '_headers'
177
+ '_headers',
178
+ 'opts'
179
179
  ]
180
180
  )
181
181
 
@@ -248,6 +248,7 @@ class PortfolioGroupsApi:
248
248
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
249
249
  _preload_content=_params.get('_preload_content', True),
250
250
  _request_timeout=_params.get('_request_timeout'),
251
+ opts=_params.get('opts'),
251
252
  collection_formats=_collection_formats,
252
253
  _request_auth=_params.get('_request_auth'))
253
254
 
@@ -280,10 +281,9 @@ class PortfolioGroupsApi:
280
281
  :type resource_id: ResourceId
281
282
  :param async_req: Whether to execute the request asynchronously.
282
283
  :type async_req: bool, optional
283
- :param _request_timeout: timeout setting for this request.
284
- If one number provided, it will be total request
285
- timeout. It can also be a pair (tuple) of
286
- (connection, read) timeouts.
284
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
285
+ :param opts: Configuration options for this request
286
+ :type opts: ConfigurationOptions, optional
287
287
  :return: Returns the result object.
288
288
  If the method is called asynchronously,
289
289
  returns the request thread.
@@ -326,10 +326,9 @@ class PortfolioGroupsApi:
326
326
  :param _return_http_data_only: response data instead of ApiResponse
327
327
  object with status code, headers, etc
328
328
  :type _return_http_data_only: bool, optional
329
- :param _request_timeout: timeout setting for this request. If one
330
- number provided, it will be total request
331
- timeout. It can also be a pair (tuple) of
332
- (connection, read) timeouts.
329
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
330
+ :param opts: Configuration options for this request
331
+ :type opts: ConfigurationOptions, optional
333
332
  :param _request_auth: set to override the auth_settings for an a single
334
333
  request; this effectively ignores the authentication
335
334
  in the spec for a single request.
@@ -357,7 +356,8 @@ class PortfolioGroupsApi:
357
356
  '_request_timeout',
358
357
  '_request_auth',
359
358
  '_content_type',
360
- '_headers'
359
+ '_headers',
360
+ 'opts'
361
361
  ]
362
362
  )
363
363
 
@@ -430,6 +430,7 @@ class PortfolioGroupsApi:
430
430
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
431
431
  _preload_content=_params.get('_preload_content', True),
432
432
  _request_timeout=_params.get('_request_timeout'),
433
+ opts=_params.get('opts'),
433
434
  collection_formats=_collection_formats,
434
435
  _request_auth=_params.get('_request_auth'))
435
436
 
@@ -470,10 +471,9 @@ class PortfolioGroupsApi:
470
471
  :type page: str
471
472
  :param async_req: Whether to execute the request asynchronously.
472
473
  :type async_req: bool, optional
473
- :param _request_timeout: timeout setting for this request.
474
- If one number provided, it will be total request
475
- timeout. It can also be a pair (tuple) of
476
- (connection, read) timeouts.
474
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
475
+ :param opts: Configuration options for this request
476
+ :type opts: ConfigurationOptions, optional
477
477
  :return: Returns the result object.
478
478
  If the method is called asynchronously,
479
479
  returns the request thread.
@@ -524,10 +524,9 @@ class PortfolioGroupsApi:
524
524
  :param _return_http_data_only: response data instead of ApiResponse
525
525
  object with status code, headers, etc
526
526
  :type _return_http_data_only: bool, optional
527
- :param _request_timeout: timeout setting for this request. If one
528
- number provided, it will be total request
529
- timeout. It can also be a pair (tuple) of
530
- (connection, read) timeouts.
527
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
528
+ :param opts: Configuration options for this request
529
+ :type opts: ConfigurationOptions, optional
531
530
  :param _request_auth: set to override the auth_settings for an a single
532
531
  request; this effectively ignores the authentication
533
532
  in the spec for a single request.
@@ -559,7 +558,8 @@ class PortfolioGroupsApi:
559
558
  '_request_timeout',
560
559
  '_request_auth',
561
560
  '_content_type',
562
- '_headers'
561
+ '_headers',
562
+ 'opts'
563
563
  ]
564
564
  )
565
565
 
@@ -648,6 +648,7 @@ class PortfolioGroupsApi:
648
648
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
649
649
  _preload_content=_params.get('_preload_content', True),
650
650
  _request_timeout=_params.get('_request_timeout'),
651
+ opts=_params.get('opts'),
651
652
  collection_formats=_collection_formats,
652
653
  _request_auth=_params.get('_request_auth'))
653
654
 
@@ -676,10 +677,9 @@ class PortfolioGroupsApi:
676
677
  :type create_portfolio_group_request: CreatePortfolioGroupRequest
677
678
  :param async_req: Whether to execute the request asynchronously.
678
679
  :type async_req: bool, optional
679
- :param _request_timeout: timeout setting for this request.
680
- If one number provided, it will be total request
681
- timeout. It can also be a pair (tuple) of
682
- (connection, read) timeouts.
680
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
681
+ :param opts: Configuration options for this request
682
+ :type opts: ConfigurationOptions, optional
683
683
  :return: Returns the result object.
684
684
  If the method is called asynchronously,
685
685
  returns the request thread.
@@ -718,10 +718,9 @@ class PortfolioGroupsApi:
718
718
  :param _return_http_data_only: response data instead of ApiResponse
719
719
  object with status code, headers, etc
720
720
  :type _return_http_data_only: bool, optional
721
- :param _request_timeout: timeout setting for this request. If one
722
- number provided, it will be total request
723
- timeout. It can also be a pair (tuple) of
724
- (connection, read) timeouts.
721
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
722
+ :param opts: Configuration options for this request
723
+ :type opts: ConfigurationOptions, optional
725
724
  :param _request_auth: set to override the auth_settings for an a single
726
725
  request; this effectively ignores the authentication
727
726
  in the spec for a single request.
@@ -747,7 +746,8 @@ class PortfolioGroupsApi:
747
746
  '_request_timeout',
748
747
  '_request_auth',
749
748
  '_content_type',
750
- '_headers'
749
+ '_headers',
750
+ 'opts'
751
751
  ]
752
752
  )
753
753
 
@@ -814,6 +814,7 @@ class PortfolioGroupsApi:
814
814
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
815
815
  _preload_content=_params.get('_preload_content', True),
816
816
  _request_timeout=_params.get('_request_timeout'),
817
+ opts=_params.get('opts'),
817
818
  collection_formats=_collection_formats,
818
819
  _request_auth=_params.get('_request_auth'))
819
820
 
@@ -846,10 +847,9 @@ class PortfolioGroupsApi:
846
847
  :type effective_at: str
847
848
  :param async_req: Whether to execute the request asynchronously.
848
849
  :type async_req: bool, optional
849
- :param _request_timeout: timeout setting for this request.
850
- If one number provided, it will be total request
851
- timeout. It can also be a pair (tuple) of
852
- (connection, read) timeouts.
850
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
851
+ :param opts: Configuration options for this request
852
+ :type opts: ConfigurationOptions, optional
853
853
  :return: Returns the result object.
854
854
  If the method is called asynchronously,
855
855
  returns the request thread.
@@ -892,10 +892,9 @@ class PortfolioGroupsApi:
892
892
  :param _return_http_data_only: response data instead of ApiResponse
893
893
  object with status code, headers, etc
894
894
  :type _return_http_data_only: bool, optional
895
- :param _request_timeout: timeout setting for this request. If one
896
- number provided, it will be total request
897
- timeout. It can also be a pair (tuple) of
898
- (connection, read) timeouts.
895
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
896
+ :param opts: Configuration options for this request
897
+ :type opts: ConfigurationOptions, optional
899
898
  :param _request_auth: set to override the auth_settings for an a single
900
899
  request; this effectively ignores the authentication
901
900
  in the spec for a single request.
@@ -923,7 +922,8 @@ class PortfolioGroupsApi:
923
922
  '_request_timeout',
924
923
  '_request_auth',
925
924
  '_content_type',
926
- '_headers'
925
+ '_headers',
926
+ 'opts'
927
927
  ]
928
928
  )
929
929
 
@@ -996,6 +996,7 @@ class PortfolioGroupsApi:
996
996
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
997
997
  _preload_content=_params.get('_preload_content', True),
998
998
  _request_timeout=_params.get('_request_timeout'),
999
+ opts=_params.get('opts'),
999
1000
  collection_formats=_collection_formats,
1000
1001
  _request_auth=_params.get('_request_auth'))
1001
1002
 
@@ -1030,10 +1031,9 @@ class PortfolioGroupsApi:
1030
1031
  :type effective_until: datetime
1031
1032
  :param async_req: Whether to execute the request asynchronously.
1032
1033
  :type async_req: bool, optional
1033
- :param _request_timeout: timeout setting for this request.
1034
- If one number provided, it will be total request
1035
- timeout. It can also be a pair (tuple) of
1036
- (connection, read) timeouts.
1034
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1035
+ :param opts: Configuration options for this request
1036
+ :type opts: ConfigurationOptions, optional
1037
1037
  :return: Returns the result object.
1038
1038
  If the method is called asynchronously,
1039
1039
  returns the request thread.
@@ -1078,10 +1078,9 @@ class PortfolioGroupsApi:
1078
1078
  :param _return_http_data_only: response data instead of ApiResponse
1079
1079
  object with status code, headers, etc
1080
1080
  :type _return_http_data_only: bool, optional
1081
- :param _request_timeout: timeout setting for this request. If one
1082
- number provided, it will be total request
1083
- timeout. It can also be a pair (tuple) of
1084
- (connection, read) timeouts.
1081
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1082
+ :param opts: Configuration options for this request
1083
+ :type opts: ConfigurationOptions, optional
1085
1084
  :param _request_auth: set to override the auth_settings for an a single
1086
1085
  request; this effectively ignores the authentication
1087
1086
  in the spec for a single request.
@@ -1110,7 +1109,8 @@ class PortfolioGroupsApi:
1110
1109
  '_request_timeout',
1111
1110
  '_request_auth',
1112
1111
  '_content_type',
1113
- '_headers'
1112
+ '_headers',
1113
+ 'opts'
1114
1114
  ]
1115
1115
  )
1116
1116
 
@@ -1182,6 +1182,7 @@ class PortfolioGroupsApi:
1182
1182
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1183
1183
  _preload_content=_params.get('_preload_content', True),
1184
1184
  _request_timeout=_params.get('_request_timeout'),
1185
+ opts=_params.get('opts'),
1185
1186
  collection_formats=_collection_formats,
1186
1187
  _request_auth=_params.get('_request_auth'))
1187
1188
 
@@ -1216,10 +1217,9 @@ class PortfolioGroupsApi:
1216
1217
  :type effective_at: str
1217
1218
  :param async_req: Whether to execute the request asynchronously.
1218
1219
  :type async_req: bool, optional
1219
- :param _request_timeout: timeout setting for this request.
1220
- If one number provided, it will be total request
1221
- timeout. It can also be a pair (tuple) of
1222
- (connection, read) timeouts.
1220
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1221
+ :param opts: Configuration options for this request
1222
+ :type opts: ConfigurationOptions, optional
1223
1223
  :return: Returns the result object.
1224
1224
  If the method is called asynchronously,
1225
1225
  returns the request thread.
@@ -1264,10 +1264,9 @@ class PortfolioGroupsApi:
1264
1264
  :param _return_http_data_only: response data instead of ApiResponse
1265
1265
  object with status code, headers, etc
1266
1266
  :type _return_http_data_only: bool, optional
1267
- :param _request_timeout: timeout setting for this request. If one
1268
- number provided, it will be total request
1269
- timeout. It can also be a pair (tuple) of
1270
- (connection, read) timeouts.
1267
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1268
+ :param opts: Configuration options for this request
1269
+ :type opts: ConfigurationOptions, optional
1271
1270
  :param _request_auth: set to override the auth_settings for an a single
1272
1271
  request; this effectively ignores the authentication
1273
1272
  in the spec for a single request.
@@ -1296,7 +1295,8 @@ class PortfolioGroupsApi:
1296
1295
  '_request_timeout',
1297
1296
  '_request_auth',
1298
1297
  '_content_type',
1299
- '_headers'
1298
+ '_headers',
1299
+ 'opts'
1300
1300
  ]
1301
1301
  )
1302
1302
 
@@ -1365,6 +1365,7 @@ class PortfolioGroupsApi:
1365
1365
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1366
1366
  _preload_content=_params.get('_preload_content', True),
1367
1367
  _request_timeout=_params.get('_request_timeout'),
1368
+ opts=_params.get('opts'),
1368
1369
  collection_formats=_collection_formats,
1369
1370
  _request_auth=_params.get('_request_auth'))
1370
1371
 
@@ -1393,10 +1394,9 @@ class PortfolioGroupsApi:
1393
1394
  :type code: str
1394
1395
  :param async_req: Whether to execute the request asynchronously.
1395
1396
  :type async_req: bool, optional
1396
- :param _request_timeout: timeout setting for this request.
1397
- If one number provided, it will be total request
1398
- timeout. It can also be a pair (tuple) of
1399
- (connection, read) timeouts.
1397
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1398
+ :param opts: Configuration options for this request
1399
+ :type opts: ConfigurationOptions, optional
1400
1400
  :return: Returns the result object.
1401
1401
  If the method is called asynchronously,
1402
1402
  returns the request thread.
@@ -1435,10 +1435,9 @@ class PortfolioGroupsApi:
1435
1435
  :param _return_http_data_only: response data instead of ApiResponse
1436
1436
  object with status code, headers, etc
1437
1437
  :type _return_http_data_only: bool, optional
1438
- :param _request_timeout: timeout setting for this request. If one
1439
- number provided, it will be total request
1440
- timeout. It can also be a pair (tuple) of
1441
- (connection, read) timeouts.
1438
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1439
+ :param opts: Configuration options for this request
1440
+ :type opts: ConfigurationOptions, optional
1442
1441
  :param _request_auth: set to override the auth_settings for an a single
1443
1442
  request; this effectively ignores the authentication
1444
1443
  in the spec for a single request.
@@ -1464,7 +1463,8 @@ class PortfolioGroupsApi:
1464
1463
  '_request_timeout',
1465
1464
  '_request_auth',
1466
1465
  '_content_type',
1467
- '_headers'
1466
+ '_headers',
1467
+ 'opts'
1468
1468
  ]
1469
1469
  )
1470
1470
 
@@ -1524,6 +1524,7 @@ class PortfolioGroupsApi:
1524
1524
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1525
1525
  _preload_content=_params.get('_preload_content', True),
1526
1526
  _request_timeout=_params.get('_request_timeout'),
1527
+ opts=_params.get('opts'),
1527
1528
  collection_formats=_collection_formats,
1528
1529
  _request_auth=_params.get('_request_auth'))
1529
1530
 
@@ -1558,10 +1559,9 @@ class PortfolioGroupsApi:
1558
1559
  :type effective_at: str
1559
1560
  :param async_req: Whether to execute the request asynchronously.
1560
1561
  :type async_req: bool, optional
1561
- :param _request_timeout: timeout setting for this request.
1562
- If one number provided, it will be total request
1563
- timeout. It can also be a pair (tuple) of
1564
- (connection, read) timeouts.
1562
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1563
+ :param opts: Configuration options for this request
1564
+ :type opts: ConfigurationOptions, optional
1565
1565
  :return: Returns the result object.
1566
1566
  If the method is called asynchronously,
1567
1567
  returns the request thread.
@@ -1606,10 +1606,9 @@ class PortfolioGroupsApi:
1606
1606
  :param _return_http_data_only: response data instead of ApiResponse
1607
1607
  object with status code, headers, etc
1608
1608
  :type _return_http_data_only: bool, optional
1609
- :param _request_timeout: timeout setting for this request. If one
1610
- number provided, it will be total request
1611
- timeout. It can also be a pair (tuple) of
1612
- (connection, read) timeouts.
1609
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1610
+ :param opts: Configuration options for this request
1611
+ :type opts: ConfigurationOptions, optional
1613
1612
  :param _request_auth: set to override the auth_settings for an a single
1614
1613
  request; this effectively ignores the authentication
1615
1614
  in the spec for a single request.
@@ -1638,7 +1637,8 @@ class PortfolioGroupsApi:
1638
1637
  '_request_timeout',
1639
1638
  '_request_auth',
1640
1639
  '_content_type',
1641
- '_headers'
1640
+ '_headers',
1641
+ 'opts'
1642
1642
  ]
1643
1643
  )
1644
1644
 
@@ -1707,6 +1707,7 @@ class PortfolioGroupsApi:
1707
1707
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1708
1708
  _preload_content=_params.get('_preload_content', True),
1709
1709
  _request_timeout=_params.get('_request_timeout'),
1710
+ opts=_params.get('opts'),
1710
1711
  collection_formats=_collection_formats,
1711
1712
  _request_auth=_params.get('_request_auth'))
1712
1713
 
@@ -1749,10 +1750,9 @@ class PortfolioGroupsApi:
1749
1750
  :type filter: str
1750
1751
  :param async_req: Whether to execute the request asynchronously.
1751
1752
  :type async_req: bool, optional
1752
- :param _request_timeout: timeout setting for this request.
1753
- If one number provided, it will be total request
1754
- timeout. It can also be a pair (tuple) of
1755
- (connection, read) timeouts.
1753
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1754
+ :param opts: Configuration options for this request
1755
+ :type opts: ConfigurationOptions, optional
1756
1756
  :return: Returns the result object.
1757
1757
  If the method is called asynchronously,
1758
1758
  returns the request thread.
@@ -1805,10 +1805,9 @@ class PortfolioGroupsApi:
1805
1805
  :param _return_http_data_only: response data instead of ApiResponse
1806
1806
  object with status code, headers, etc
1807
1807
  :type _return_http_data_only: bool, optional
1808
- :param _request_timeout: timeout setting for this request. If one
1809
- number provided, it will be total request
1810
- timeout. It can also be a pair (tuple) of
1811
- (connection, read) timeouts.
1808
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1809
+ :param opts: Configuration options for this request
1810
+ :type opts: ConfigurationOptions, optional
1812
1811
  :param _request_auth: set to override the auth_settings for an a single
1813
1812
  request; this effectively ignores the authentication
1814
1813
  in the spec for a single request.
@@ -1841,7 +1840,8 @@ class PortfolioGroupsApi:
1841
1840
  '_request_timeout',
1842
1841
  '_request_auth',
1843
1842
  '_content_type',
1844
- '_headers'
1843
+ '_headers',
1844
+ 'opts'
1845
1845
  ]
1846
1846
  )
1847
1847
 
@@ -1926,6 +1926,7 @@ class PortfolioGroupsApi:
1926
1926
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1927
1927
  _preload_content=_params.get('_preload_content', True),
1928
1928
  _request_timeout=_params.get('_request_timeout'),
1929
+ opts=_params.get('opts'),
1929
1930
  collection_formats=_collection_formats,
1930
1931
  _request_auth=_params.get('_request_auth'))
1931
1932
 
@@ -1958,10 +1959,9 @@ class PortfolioGroupsApi:
1958
1959
  :type as_at: datetime
1959
1960
  :param async_req: Whether to execute the request asynchronously.
1960
1961
  :type async_req: bool, optional
1961
- :param _request_timeout: timeout setting for this request.
1962
- If one number provided, it will be total request
1963
- timeout. It can also be a pair (tuple) of
1964
- (connection, read) timeouts.
1962
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1963
+ :param opts: Configuration options for this request
1964
+ :type opts: ConfigurationOptions, optional
1965
1965
  :return: Returns the result object.
1966
1966
  If the method is called asynchronously,
1967
1967
  returns the request thread.
@@ -2004,10 +2004,9 @@ class PortfolioGroupsApi:
2004
2004
  :param _return_http_data_only: response data instead of ApiResponse
2005
2005
  object with status code, headers, etc
2006
2006
  :type _return_http_data_only: bool, optional
2007
- :param _request_timeout: timeout setting for this request. If one
2008
- number provided, it will be total request
2009
- timeout. It can also be a pair (tuple) of
2010
- (connection, read) timeouts.
2007
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2008
+ :param opts: Configuration options for this request
2009
+ :type opts: ConfigurationOptions, optional
2011
2010
  :param _request_auth: set to override the auth_settings for an a single
2012
2011
  request; this effectively ignores the authentication
2013
2012
  in the spec for a single request.
@@ -2035,7 +2034,8 @@ class PortfolioGroupsApi:
2035
2034
  '_request_timeout',
2036
2035
  '_request_auth',
2037
2036
  '_content_type',
2038
- '_headers'
2037
+ '_headers',
2038
+ 'opts'
2039
2039
  ]
2040
2040
  )
2041
2041
 
@@ -2104,6 +2104,7 @@ class PortfolioGroupsApi:
2104
2104
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2105
2105
  _preload_content=_params.get('_preload_content', True),
2106
2106
  _request_timeout=_params.get('_request_timeout'),
2107
+ opts=_params.get('opts'),
2107
2108
  collection_formats=_collection_formats,
2108
2109
  _request_auth=_params.get('_request_auth'))
2109
2110
 
@@ -2144,10 +2145,9 @@ class PortfolioGroupsApi:
2144
2145
  :type include_settlement_events_after_days: int
2145
2146
  :param async_req: Whether to execute the request asynchronously.
2146
2147
  :type async_req: bool, optional
2147
- :param _request_timeout: timeout setting for this request.
2148
- If one number provided, it will be total request
2149
- timeout. It can also be a pair (tuple) of
2150
- (connection, read) timeouts.
2148
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2149
+ :param opts: Configuration options for this request
2150
+ :type opts: ConfigurationOptions, optional
2151
2151
  :return: Returns the result object.
2152
2152
  If the method is called asynchronously,
2153
2153
  returns the request thread.
@@ -2198,10 +2198,9 @@ class PortfolioGroupsApi:
2198
2198
  :param _return_http_data_only: response data instead of ApiResponse
2199
2199
  object with status code, headers, etc
2200
2200
  :type _return_http_data_only: bool, optional
2201
- :param _request_timeout: timeout setting for this request. If one
2202
- number provided, it will be total request
2203
- timeout. It can also be a pair (tuple) of
2204
- (connection, read) timeouts.
2201
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2202
+ :param opts: Configuration options for this request
2203
+ :type opts: ConfigurationOptions, optional
2205
2204
  :param _request_auth: set to override the auth_settings for an a single
2206
2205
  request; this effectively ignores the authentication
2207
2206
  in the spec for a single request.
@@ -2233,7 +2232,8 @@ class PortfolioGroupsApi:
2233
2232
  '_request_timeout',
2234
2233
  '_request_auth',
2235
2234
  '_content_type',
2236
- '_headers'
2235
+ '_headers',
2236
+ 'opts'
2237
2237
  ]
2238
2238
  )
2239
2239
 
@@ -2315,6 +2315,7 @@ class PortfolioGroupsApi:
2315
2315
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2316
2316
  _preload_content=_params.get('_preload_content', True),
2317
2317
  _request_timeout=_params.get('_request_timeout'),
2318
+ opts=_params.get('opts'),
2318
2319
  collection_formats=_collection_formats,
2319
2320
  _request_auth=_params.get('_request_auth'))
2320
2321
 
@@ -2351,10 +2352,9 @@ class PortfolioGroupsApi:
2351
2352
  :type relationship_definition_ids: List[str]
2352
2353
  :param async_req: Whether to execute the request asynchronously.
2353
2354
  :type async_req: bool, optional
2354
- :param _request_timeout: timeout setting for this request.
2355
- If one number provided, it will be total request
2356
- timeout. It can also be a pair (tuple) of
2357
- (connection, read) timeouts.
2355
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2356
+ :param opts: Configuration options for this request
2357
+ :type opts: ConfigurationOptions, optional
2358
2358
  :return: Returns the result object.
2359
2359
  If the method is called asynchronously,
2360
2360
  returns the request thread.
@@ -2401,10 +2401,9 @@ class PortfolioGroupsApi:
2401
2401
  :param _return_http_data_only: response data instead of ApiResponse
2402
2402
  object with status code, headers, etc
2403
2403
  :type _return_http_data_only: bool, optional
2404
- :param _request_timeout: timeout setting for this request. If one
2405
- number provided, it will be total request
2406
- timeout. It can also be a pair (tuple) of
2407
- (connection, read) timeouts.
2404
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2405
+ :param opts: Configuration options for this request
2406
+ :type opts: ConfigurationOptions, optional
2408
2407
  :param _request_auth: set to override the auth_settings for an a single
2409
2408
  request; this effectively ignores the authentication
2410
2409
  in the spec for a single request.
@@ -2434,7 +2433,8 @@ class PortfolioGroupsApi:
2434
2433
  '_request_timeout',
2435
2434
  '_request_auth',
2436
2435
  '_content_type',
2437
- '_headers'
2436
+ '_headers',
2437
+ 'opts'
2438
2438
  ]
2439
2439
  )
2440
2440
 
@@ -2511,6 +2511,7 @@ class PortfolioGroupsApi:
2511
2511
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2512
2512
  _preload_content=_params.get('_preload_content', True),
2513
2513
  _request_timeout=_params.get('_request_timeout'),
2514
+ opts=_params.get('opts'),
2514
2515
  collection_formats=_collection_formats,
2515
2516
  _request_auth=_params.get('_request_auth'))
2516
2517
 
@@ -2545,10 +2546,9 @@ class PortfolioGroupsApi:
2545
2546
  :type as_at: datetime
2546
2547
  :param async_req: Whether to execute the request asynchronously.
2547
2548
  :type async_req: bool, optional
2548
- :param _request_timeout: timeout setting for this request.
2549
- If one number provided, it will be total request
2550
- timeout. It can also be a pair (tuple) of
2551
- (connection, read) timeouts.
2549
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2550
+ :param opts: Configuration options for this request
2551
+ :type opts: ConfigurationOptions, optional
2552
2552
  :return: Returns the result object.
2553
2553
  If the method is called asynchronously,
2554
2554
  returns the request thread.
@@ -2593,10 +2593,9 @@ class PortfolioGroupsApi:
2593
2593
  :param _return_http_data_only: response data instead of ApiResponse
2594
2594
  object with status code, headers, etc
2595
2595
  :type _return_http_data_only: bool, optional
2596
- :param _request_timeout: timeout setting for this request. If one
2597
- number provided, it will be total request
2598
- timeout. It can also be a pair (tuple) of
2599
- (connection, read) timeouts.
2596
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2597
+ :param opts: Configuration options for this request
2598
+ :type opts: ConfigurationOptions, optional
2600
2599
  :param _request_auth: set to override the auth_settings for an a single
2601
2600
  request; this effectively ignores the authentication
2602
2601
  in the spec for a single request.
@@ -2625,7 +2624,8 @@ class PortfolioGroupsApi:
2625
2624
  '_request_timeout',
2626
2625
  '_request_auth',
2627
2626
  '_content_type',
2628
- '_headers'
2627
+ '_headers',
2628
+ 'opts'
2629
2629
  ]
2630
2630
  )
2631
2631
 
@@ -2697,6 +2697,7 @@ class PortfolioGroupsApi:
2697
2697
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2698
2698
  _preload_content=_params.get('_preload_content', True),
2699
2699
  _request_timeout=_params.get('_request_timeout'),
2700
+ opts=_params.get('opts'),
2700
2701
  collection_formats=_collection_formats,
2701
2702
  _request_auth=_params.get('_request_auth'))
2702
2703
 
@@ -2731,10 +2732,9 @@ class PortfolioGroupsApi:
2731
2732
  :type filter: str
2732
2733
  :param async_req: Whether to execute the request asynchronously.
2733
2734
  :type async_req: bool, optional
2734
- :param _request_timeout: timeout setting for this request.
2735
- If one number provided, it will be total request
2736
- timeout. It can also be a pair (tuple) of
2737
- (connection, read) timeouts.
2735
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2736
+ :param opts: Configuration options for this request
2737
+ :type opts: ConfigurationOptions, optional
2738
2738
  :return: Returns the result object.
2739
2739
  If the method is called asynchronously,
2740
2740
  returns the request thread.
@@ -2779,10 +2779,9 @@ class PortfolioGroupsApi:
2779
2779
  :param _return_http_data_only: response data instead of ApiResponse
2780
2780
  object with status code, headers, etc
2781
2781
  :type _return_http_data_only: bool, optional
2782
- :param _request_timeout: timeout setting for this request. If one
2783
- number provided, it will be total request
2784
- timeout. It can also be a pair (tuple) of
2785
- (connection, read) timeouts.
2782
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2783
+ :param opts: Configuration options for this request
2784
+ :type opts: ConfigurationOptions, optional
2786
2785
  :param _request_auth: set to override the auth_settings for an a single
2787
2786
  request; this effectively ignores the authentication
2788
2787
  in the spec for a single request.
@@ -2811,7 +2810,8 @@ class PortfolioGroupsApi:
2811
2810
  '_request_timeout',
2812
2811
  '_request_auth',
2813
2812
  '_content_type',
2814
- '_headers'
2813
+ '_headers',
2814
+ 'opts'
2815
2815
  ]
2816
2816
  )
2817
2817
 
@@ -2886,6 +2886,7 @@ class PortfolioGroupsApi:
2886
2886
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2887
2887
  _preload_content=_params.get('_preload_content', True),
2888
2888
  _request_timeout=_params.get('_request_timeout'),
2889
+ opts=_params.get('opts'),
2889
2890
  collection_formats=_collection_formats,
2890
2891
  _request_auth=_params.get('_request_auth'))
2891
2892
 
@@ -2920,10 +2921,9 @@ class PortfolioGroupsApi:
2920
2921
  :type property_filter: List[str]
2921
2922
  :param async_req: Whether to execute the request asynchronously.
2922
2923
  :type async_req: bool, optional
2923
- :param _request_timeout: timeout setting for this request.
2924
- If one number provided, it will be total request
2925
- timeout. It can also be a pair (tuple) of
2926
- (connection, read) timeouts.
2924
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2925
+ :param opts: Configuration options for this request
2926
+ :type opts: ConfigurationOptions, optional
2927
2927
  :return: Returns the result object.
2928
2928
  If the method is called asynchronously,
2929
2929
  returns the request thread.
@@ -2968,10 +2968,9 @@ class PortfolioGroupsApi:
2968
2968
  :param _return_http_data_only: response data instead of ApiResponse
2969
2969
  object with status code, headers, etc
2970
2970
  :type _return_http_data_only: bool, optional
2971
- :param _request_timeout: timeout setting for this request. If one
2972
- number provided, it will be total request
2973
- timeout. It can also be a pair (tuple) of
2974
- (connection, read) timeouts.
2971
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2972
+ :param opts: Configuration options for this request
2973
+ :type opts: ConfigurationOptions, optional
2975
2974
  :param _request_auth: set to override the auth_settings for an a single
2976
2975
  request; this effectively ignores the authentication
2977
2976
  in the spec for a single request.
@@ -3000,7 +2999,8 @@ class PortfolioGroupsApi:
3000
2999
  '_request_timeout',
3001
3000
  '_request_auth',
3002
3001
  '_content_type',
3003
- '_headers'
3002
+ '_headers',
3003
+ 'opts'
3004
3004
  ]
3005
3005
  )
3006
3006
 
@@ -3073,6 +3073,7 @@ class PortfolioGroupsApi:
3073
3073
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
3074
3074
  _preload_content=_params.get('_preload_content', True),
3075
3075
  _request_timeout=_params.get('_request_timeout'),
3076
+ opts=_params.get('opts'),
3076
3077
  collection_formats=_collection_formats,
3077
3078
  _request_auth=_params.get('_request_auth'))
3078
3079
 
@@ -3105,10 +3106,9 @@ class PortfolioGroupsApi:
3105
3106
  :type as_at: datetime
3106
3107
  :param async_req: Whether to execute the request asynchronously.
3107
3108
  :type async_req: bool, optional
3108
- :param _request_timeout: timeout setting for this request.
3109
- If one number provided, it will be total request
3110
- timeout. It can also be a pair (tuple) of
3111
- (connection, read) timeouts.
3109
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3110
+ :param opts: Configuration options for this request
3111
+ :type opts: ConfigurationOptions, optional
3112
3112
  :return: Returns the result object.
3113
3113
  If the method is called asynchronously,
3114
3114
  returns the request thread.
@@ -3151,10 +3151,9 @@ class PortfolioGroupsApi:
3151
3151
  :param _return_http_data_only: response data instead of ApiResponse
3152
3152
  object with status code, headers, etc
3153
3153
  :type _return_http_data_only: bool, optional
3154
- :param _request_timeout: timeout setting for this request. If one
3155
- number provided, it will be total request
3156
- timeout. It can also be a pair (tuple) of
3157
- (connection, read) timeouts.
3154
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3155
+ :param opts: Configuration options for this request
3156
+ :type opts: ConfigurationOptions, optional
3158
3157
  :param _request_auth: set to override the auth_settings for an a single
3159
3158
  request; this effectively ignores the authentication
3160
3159
  in the spec for a single request.
@@ -3182,7 +3181,8 @@ class PortfolioGroupsApi:
3182
3181
  '_request_timeout',
3183
3182
  '_request_auth',
3184
3183
  '_content_type',
3185
- '_headers'
3184
+ '_headers',
3185
+ 'opts'
3186
3186
  ]
3187
3187
  )
3188
3188
 
@@ -3251,6 +3251,7 @@ class PortfolioGroupsApi:
3251
3251
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
3252
3252
  _preload_content=_params.get('_preload_content', True),
3253
3253
  _request_timeout=_params.get('_request_timeout'),
3254
+ opts=_params.get('opts'),
3254
3255
  collection_formats=_collection_formats,
3255
3256
  _request_auth=_params.get('_request_auth'))
3256
3257
 
@@ -3291,10 +3292,9 @@ class PortfolioGroupsApi:
3291
3292
  :type limit: int
3292
3293
  :param async_req: Whether to execute the request asynchronously.
3293
3294
  :type async_req: bool, optional
3294
- :param _request_timeout: timeout setting for this request.
3295
- If one number provided, it will be total request
3296
- timeout. It can also be a pair (tuple) of
3297
- (connection, read) timeouts.
3295
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3296
+ :param opts: Configuration options for this request
3297
+ :type opts: ConfigurationOptions, optional
3298
3298
  :return: Returns the result object.
3299
3299
  If the method is called asynchronously,
3300
3300
  returns the request thread.
@@ -3345,10 +3345,9 @@ class PortfolioGroupsApi:
3345
3345
  :param _return_http_data_only: response data instead of ApiResponse
3346
3346
  object with status code, headers, etc
3347
3347
  :type _return_http_data_only: bool, optional
3348
- :param _request_timeout: timeout setting for this request. If one
3349
- number provided, it will be total request
3350
- timeout. It can also be a pair (tuple) of
3351
- (connection, read) timeouts.
3348
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3349
+ :param opts: Configuration options for this request
3350
+ :type opts: ConfigurationOptions, optional
3352
3351
  :param _request_auth: set to override the auth_settings for an a single
3353
3352
  request; this effectively ignores the authentication
3354
3353
  in the spec for a single request.
@@ -3380,7 +3379,8 @@ class PortfolioGroupsApi:
3380
3379
  '_request_timeout',
3381
3380
  '_request_auth',
3382
3381
  '_content_type',
3383
- '_headers'
3382
+ '_headers',
3383
+ 'opts'
3384
3384
  ]
3385
3385
  )
3386
3386
 
@@ -3461,6 +3461,7 @@ class PortfolioGroupsApi:
3461
3461
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
3462
3462
  _preload_content=_params.get('_preload_content', True),
3463
3463
  _request_timeout=_params.get('_request_timeout'),
3464
+ opts=_params.get('opts'),
3464
3465
  collection_formats=_collection_formats,
3465
3466
  _request_auth=_params.get('_request_auth'))
3466
3467
 
@@ -3497,10 +3498,9 @@ class PortfolioGroupsApi:
3497
3498
  :type identifier_types: List[str]
3498
3499
  :param async_req: Whether to execute the request asynchronously.
3499
3500
  :type async_req: bool, optional
3500
- :param _request_timeout: timeout setting for this request.
3501
- If one number provided, it will be total request
3502
- timeout. It can also be a pair (tuple) of
3503
- (connection, read) timeouts.
3501
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3502
+ :param opts: Configuration options for this request
3503
+ :type opts: ConfigurationOptions, optional
3504
3504
  :return: Returns the result object.
3505
3505
  If the method is called asynchronously,
3506
3506
  returns the request thread.
@@ -3547,10 +3547,9 @@ class PortfolioGroupsApi:
3547
3547
  :param _return_http_data_only: response data instead of ApiResponse
3548
3548
  object with status code, headers, etc
3549
3549
  :type _return_http_data_only: bool, optional
3550
- :param _request_timeout: timeout setting for this request. If one
3551
- number provided, it will be total request
3552
- timeout. It can also be a pair (tuple) of
3553
- (connection, read) timeouts.
3550
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3551
+ :param opts: Configuration options for this request
3552
+ :type opts: ConfigurationOptions, optional
3554
3553
  :param _request_auth: set to override the auth_settings for an a single
3555
3554
  request; this effectively ignores the authentication
3556
3555
  in the spec for a single request.
@@ -3580,7 +3579,8 @@ class PortfolioGroupsApi:
3580
3579
  '_request_timeout',
3581
3580
  '_request_auth',
3582
3581
  '_content_type',
3583
- '_headers'
3582
+ '_headers',
3583
+ 'opts'
3584
3584
  ]
3585
3585
  )
3586
3586
 
@@ -3656,6 +3656,7 @@ class PortfolioGroupsApi:
3656
3656
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
3657
3657
  _preload_content=_params.get('_preload_content', True),
3658
3658
  _request_timeout=_params.get('_request_timeout'),
3659
+ opts=_params.get('opts'),
3659
3660
  collection_formats=_collection_formats,
3660
3661
  _request_auth=_params.get('_request_auth'))
3661
3662
 
@@ -3692,10 +3693,9 @@ class PortfolioGroupsApi:
3692
3693
  :type identifier_types: List[str]
3693
3694
  :param async_req: Whether to execute the request asynchronously.
3694
3695
  :type async_req: bool, optional
3695
- :param _request_timeout: timeout setting for this request.
3696
- If one number provided, it will be total request
3697
- timeout. It can also be a pair (tuple) of
3698
- (connection, read) timeouts.
3696
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3697
+ :param opts: Configuration options for this request
3698
+ :type opts: ConfigurationOptions, optional
3699
3699
  :return: Returns the result object.
3700
3700
  If the method is called asynchronously,
3701
3701
  returns the request thread.
@@ -3742,10 +3742,9 @@ class PortfolioGroupsApi:
3742
3742
  :param _return_http_data_only: response data instead of ApiResponse
3743
3743
  object with status code, headers, etc
3744
3744
  :type _return_http_data_only: bool, optional
3745
- :param _request_timeout: timeout setting for this request. If one
3746
- number provided, it will be total request
3747
- timeout. It can also be a pair (tuple) of
3748
- (connection, read) timeouts.
3745
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3746
+ :param opts: Configuration options for this request
3747
+ :type opts: ConfigurationOptions, optional
3749
3748
  :param _request_auth: set to override the auth_settings for an a single
3750
3749
  request; this effectively ignores the authentication
3751
3750
  in the spec for a single request.
@@ -3775,7 +3774,8 @@ class PortfolioGroupsApi:
3775
3774
  '_request_timeout',
3776
3775
  '_request_auth',
3777
3776
  '_content_type',
3778
- '_headers'
3777
+ '_headers',
3778
+ 'opts'
3779
3779
  ]
3780
3780
  )
3781
3781
 
@@ -3851,6 +3851,7 @@ class PortfolioGroupsApi:
3851
3851
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
3852
3852
  _preload_content=_params.get('_preload_content', True),
3853
3853
  _request_timeout=_params.get('_request_timeout'),
3854
+ opts=_params.get('opts'),
3854
3855
  collection_formats=_collection_formats,
3855
3856
  _request_auth=_params.get('_request_auth'))
3856
3857
 
@@ -3897,10 +3898,9 @@ class PortfolioGroupsApi:
3897
3898
  :type sort_by: List[str]
3898
3899
  :param async_req: Whether to execute the request asynchronously.
3899
3900
  :type async_req: bool, optional
3900
- :param _request_timeout: timeout setting for this request.
3901
- If one number provided, it will be total request
3902
- timeout. It can also be a pair (tuple) of
3903
- (connection, read) timeouts.
3901
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3902
+ :param opts: Configuration options for this request
3903
+ :type opts: ConfigurationOptions, optional
3904
3904
  :return: Returns the result object.
3905
3905
  If the method is called asynchronously,
3906
3906
  returns the request thread.
@@ -3957,10 +3957,9 @@ class PortfolioGroupsApi:
3957
3957
  :param _return_http_data_only: response data instead of ApiResponse
3958
3958
  object with status code, headers, etc
3959
3959
  :type _return_http_data_only: bool, optional
3960
- :param _request_timeout: timeout setting for this request. If one
3961
- number provided, it will be total request
3962
- timeout. It can also be a pair (tuple) of
3963
- (connection, read) timeouts.
3960
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3961
+ :param opts: Configuration options for this request
3962
+ :type opts: ConfigurationOptions, optional
3964
3963
  :param _request_auth: set to override the auth_settings for an a single
3965
3964
  request; this effectively ignores the authentication
3966
3965
  in the spec for a single request.
@@ -3995,7 +3994,8 @@ class PortfolioGroupsApi:
3995
3994
  '_request_timeout',
3996
3995
  '_request_auth',
3997
3996
  '_content_type',
3998
- '_headers'
3997
+ '_headers',
3998
+ 'opts'
3999
3999
  ]
4000
4000
  )
4001
4001
 
@@ -4087,6 +4087,7 @@ class PortfolioGroupsApi:
4087
4087
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4088
4088
  _preload_content=_params.get('_preload_content', True),
4089
4089
  _request_timeout=_params.get('_request_timeout'),
4090
+ opts=_params.get('opts'),
4090
4091
  collection_formats=_collection_formats,
4091
4092
  _request_auth=_params.get('_request_auth'))
4092
4093
 
@@ -4129,10 +4130,9 @@ class PortfolioGroupsApi:
4129
4130
  :type relationship_definition_ids: List[str]
4130
4131
  :param async_req: Whether to execute the request asynchronously.
4131
4132
  :type async_req: bool, optional
4132
- :param _request_timeout: timeout setting for this request.
4133
- If one number provided, it will be total request
4134
- timeout. It can also be a pair (tuple) of
4135
- (connection, read) timeouts.
4133
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4134
+ :param opts: Configuration options for this request
4135
+ :type opts: ConfigurationOptions, optional
4136
4136
  :return: Returns the result object.
4137
4137
  If the method is called asynchronously,
4138
4138
  returns the request thread.
@@ -4185,10 +4185,9 @@ class PortfolioGroupsApi:
4185
4185
  :param _return_http_data_only: response data instead of ApiResponse
4186
4186
  object with status code, headers, etc
4187
4187
  :type _return_http_data_only: bool, optional
4188
- :param _request_timeout: timeout setting for this request. If one
4189
- number provided, it will be total request
4190
- timeout. It can also be a pair (tuple) of
4191
- (connection, read) timeouts.
4188
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4189
+ :param opts: Configuration options for this request
4190
+ :type opts: ConfigurationOptions, optional
4192
4191
  :param _request_auth: set to override the auth_settings for an a single
4193
4192
  request; this effectively ignores the authentication
4194
4193
  in the spec for a single request.
@@ -4221,7 +4220,8 @@ class PortfolioGroupsApi:
4221
4220
  '_request_timeout',
4222
4221
  '_request_auth',
4223
4222
  '_content_type',
4224
- '_headers'
4223
+ '_headers',
4224
+ 'opts'
4225
4225
  ]
4226
4226
  )
4227
4227
 
@@ -4308,6 +4308,7 @@ class PortfolioGroupsApi:
4308
4308
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4309
4309
  _preload_content=_params.get('_preload_content', True),
4310
4310
  _request_timeout=_params.get('_request_timeout'),
4311
+ opts=_params.get('opts'),
4311
4312
  collection_formats=_collection_formats,
4312
4313
  _request_auth=_params.get('_request_auth'))
4313
4314
 
@@ -4342,10 +4343,9 @@ class PortfolioGroupsApi:
4342
4343
  :type effective_until: datetime
4343
4344
  :param async_req: Whether to execute the request asynchronously.
4344
4345
  :type async_req: bool, optional
4345
- :param _request_timeout: timeout setting for this request.
4346
- If one number provided, it will be total request
4347
- timeout. It can also be a pair (tuple) of
4348
- (connection, read) timeouts.
4346
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4347
+ :param opts: Configuration options for this request
4348
+ :type opts: ConfigurationOptions, optional
4349
4349
  :return: Returns the result object.
4350
4350
  If the method is called asynchronously,
4351
4351
  returns the request thread.
@@ -4390,10 +4390,9 @@ class PortfolioGroupsApi:
4390
4390
  :param _return_http_data_only: response data instead of ApiResponse
4391
4391
  object with status code, headers, etc
4392
4392
  :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.
4393
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4394
+ :param opts: Configuration options for this request
4395
+ :type opts: ConfigurationOptions, optional
4397
4396
  :param _request_auth: set to override the auth_settings for an a single
4398
4397
  request; this effectively ignores the authentication
4399
4398
  in the spec for a single request.
@@ -4422,7 +4421,8 @@ class PortfolioGroupsApi:
4422
4421
  '_request_timeout',
4423
4422
  '_request_auth',
4424
4423
  '_content_type',
4425
- '_headers'
4424
+ '_headers',
4425
+ 'opts'
4426
4426
  ]
4427
4427
  )
4428
4428
 
@@ -4501,6 +4501,7 @@ class PortfolioGroupsApi:
4501
4501
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4502
4502
  _preload_content=_params.get('_preload_content', True),
4503
4503
  _request_timeout=_params.get('_request_timeout'),
4504
+ opts=_params.get('opts'),
4504
4505
  collection_formats=_collection_formats,
4505
4506
  _request_auth=_params.get('_request_auth'))
4506
4507
 
@@ -4533,10 +4534,9 @@ class PortfolioGroupsApi:
4533
4534
  :type update_portfolio_group_request: UpdatePortfolioGroupRequest
4534
4535
  :param async_req: Whether to execute the request asynchronously.
4535
4536
  :type async_req: bool, optional
4536
- :param _request_timeout: timeout setting for this request.
4537
- If one number provided, it will be total request
4538
- timeout. It can also be a pair (tuple) of
4539
- (connection, read) timeouts.
4537
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4538
+ :param opts: Configuration options for this request
4539
+ :type opts: ConfigurationOptions, optional
4540
4540
  :return: Returns the result object.
4541
4541
  If the method is called asynchronously,
4542
4542
  returns the request thread.
@@ -4579,10 +4579,9 @@ class PortfolioGroupsApi:
4579
4579
  :param _return_http_data_only: response data instead of ApiResponse
4580
4580
  object with status code, headers, etc
4581
4581
  :type _return_http_data_only: bool, optional
4582
- :param _request_timeout: timeout setting for this request. If one
4583
- number provided, it will be total request
4584
- timeout. It can also be a pair (tuple) of
4585
- (connection, read) timeouts.
4582
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4583
+ :param opts: Configuration options for this request
4584
+ :type opts: ConfigurationOptions, optional
4586
4585
  :param _request_auth: set to override the auth_settings for an a single
4587
4586
  request; this effectively ignores the authentication
4588
4587
  in the spec for a single request.
@@ -4610,7 +4609,8 @@ class PortfolioGroupsApi:
4610
4609
  '_request_timeout',
4611
4610
  '_request_auth',
4612
4611
  '_content_type',
4613
- '_headers'
4612
+ '_headers',
4613
+ 'opts'
4614
4614
  ]
4615
4615
  )
4616
4616
 
@@ -4683,6 +4683,7 @@ class PortfolioGroupsApi:
4683
4683
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4684
4684
  _preload_content=_params.get('_preload_content', True),
4685
4685
  _request_timeout=_params.get('_request_timeout'),
4686
+ opts=_params.get('opts'),
4686
4687
  collection_formats=_collection_formats,
4687
4688
  _request_auth=_params.get('_request_auth'))
4688
4689
 
@@ -4713,10 +4714,9 @@ class PortfolioGroupsApi:
4713
4714
  :type request_body: Dict[str, ModelProperty]
4714
4715
  :param async_req: Whether to execute the request asynchronously.
4715
4716
  :type async_req: bool, optional
4716
- :param _request_timeout: timeout setting for this request.
4717
- If one number provided, it will be total request
4718
- timeout. It can also be a pair (tuple) of
4719
- (connection, read) timeouts.
4717
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4718
+ :param opts: Configuration options for this request
4719
+ :type opts: ConfigurationOptions, optional
4720
4720
  :return: Returns the result object.
4721
4721
  If the method is called asynchronously,
4722
4722
  returns the request thread.
@@ -4757,10 +4757,9 @@ class PortfolioGroupsApi:
4757
4757
  :param _return_http_data_only: response data instead of ApiResponse
4758
4758
  object with status code, headers, etc
4759
4759
  :type _return_http_data_only: bool, optional
4760
- :param _request_timeout: timeout setting for this request. If one
4761
- number provided, it will be total request
4762
- timeout. It can also be a pair (tuple) of
4763
- (connection, read) timeouts.
4760
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4761
+ :param opts: Configuration options for this request
4762
+ :type opts: ConfigurationOptions, optional
4764
4763
  :param _request_auth: set to override the auth_settings for an a single
4765
4764
  request; this effectively ignores the authentication
4766
4765
  in the spec for a single request.
@@ -4787,7 +4786,8 @@ class PortfolioGroupsApi:
4787
4786
  '_request_timeout',
4788
4787
  '_request_auth',
4789
4788
  '_content_type',
4790
- '_headers'
4789
+ '_headers',
4790
+ 'opts'
4791
4791
  ]
4792
4792
  )
4793
4793
 
@@ -4857,6 +4857,7 @@ class PortfolioGroupsApi:
4857
4857
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4858
4858
  _preload_content=_params.get('_preload_content', True),
4859
4859
  _request_timeout=_params.get('_request_timeout'),
4860
+ opts=_params.get('opts'),
4860
4861
  collection_formats=_collection_formats,
4861
4862
  _request_auth=_params.get('_request_auth'))
4862
4863
 
@@ -4893,10 +4894,9 @@ class PortfolioGroupsApi:
4893
4894
  :type effective_until: datetime
4894
4895
  :param async_req: Whether to execute the request asynchronously.
4895
4896
  :type async_req: bool, optional
4896
- :param _request_timeout: timeout setting for this request.
4897
- If one number provided, it will be total request
4898
- timeout. It can also be a pair (tuple) of
4899
- (connection, read) timeouts.
4897
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4898
+ :param opts: Configuration options for this request
4899
+ :type opts: ConfigurationOptions, optional
4900
4900
  :return: Returns the result object.
4901
4901
  If the method is called asynchronously,
4902
4902
  returns the request thread.
@@ -4943,10 +4943,9 @@ class PortfolioGroupsApi:
4943
4943
  :param _return_http_data_only: response data instead of ApiResponse
4944
4944
  object with status code, headers, etc
4945
4945
  :type _return_http_data_only: bool, optional
4946
- :param _request_timeout: timeout setting for this request. If one
4947
- number provided, it will be total request
4948
- timeout. It can also be a pair (tuple) of
4949
- (connection, read) timeouts.
4946
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4947
+ :param opts: Configuration options for this request
4948
+ :type opts: ConfigurationOptions, optional
4950
4949
  :param _request_auth: set to override the auth_settings for an a single
4951
4950
  request; this effectively ignores the authentication
4952
4951
  in the spec for a single request.
@@ -4976,7 +4975,8 @@ class PortfolioGroupsApi:
4976
4975
  '_request_timeout',
4977
4976
  '_request_auth',
4978
4977
  '_content_type',
4979
- '_headers'
4978
+ '_headers',
4979
+ 'opts'
4980
4980
  ]
4981
4981
  )
4982
4982
 
@@ -5058,5 +5058,6 @@ class PortfolioGroupsApi:
5058
5058
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
5059
5059
  _preload_content=_params.get('_preload_content', True),
5060
5060
  _request_timeout=_params.get('_request_timeout'),
5061
+ opts=_params.get('opts'),
5061
5062
  collection_formats=_collection_formats,
5062
5063
  _request_auth=_params.get('_request_auth'))