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
@@ -49,6 +49,7 @@ from lusid.exceptions import ( # noqa: F401
49
49
  ApiTypeError,
50
50
  ApiValueError
51
51
  )
52
+ from lusid.extensions.configuration_options import ConfigurationOptions
52
53
 
53
54
 
54
55
  class ComplianceApi:
@@ -88,10 +89,9 @@ class ComplianceApi:
88
89
  :type create_compliance_template_request: CreateComplianceTemplateRequest
89
90
  :param async_req: Whether to execute the request asynchronously.
90
91
  :type async_req: bool, optional
91
- :param _request_timeout: timeout setting for this request.
92
- If one number provided, it will be total request
93
- timeout. It can also be a pair (tuple) of
94
- (connection, read) timeouts.
92
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
93
+ :param opts: Configuration options for this request
94
+ :type opts: ConfigurationOptions, optional
95
95
  :return: Returns the result object.
96
96
  If the method is called asynchronously,
97
97
  returns the request thread.
@@ -130,10 +130,9 @@ class ComplianceApi:
130
130
  :param _return_http_data_only: response data instead of ApiResponse
131
131
  object with status code, headers, etc
132
132
  :type _return_http_data_only: bool, optional
133
- :param _request_timeout: timeout setting for this request. If one
134
- number provided, it will be total request
135
- timeout. It can also be a pair (tuple) of
136
- (connection, read) timeouts.
133
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
134
+ :param opts: Configuration options for this request
135
+ :type opts: ConfigurationOptions, optional
137
136
  :param _request_auth: set to override the auth_settings for an a single
138
137
  request; this effectively ignores the authentication
139
138
  in the spec for a single request.
@@ -159,7 +158,8 @@ class ComplianceApi:
159
158
  '_request_timeout',
160
159
  '_request_auth',
161
160
  '_content_type',
162
- '_headers'
161
+ '_headers',
162
+ 'opts'
163
163
  ]
164
164
  )
165
165
 
@@ -226,6 +226,7 @@ class ComplianceApi:
226
226
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
227
227
  _preload_content=_params.get('_preload_content', True),
228
228
  _request_timeout=_params.get('_request_timeout'),
229
+ opts=_params.get('opts'),
229
230
  collection_formats=_collection_formats,
230
231
  _request_auth=_params.get('_request_auth'))
231
232
 
@@ -254,10 +255,9 @@ class ComplianceApi:
254
255
  :type code: str
255
256
  :param async_req: Whether to execute the request asynchronously.
256
257
  :type async_req: bool, optional
257
- :param _request_timeout: timeout setting for this request.
258
- If one number provided, it will be total request
259
- timeout. It can also be a pair (tuple) of
260
- (connection, read) timeouts.
258
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
259
+ :param opts: Configuration options for this request
260
+ :type opts: ConfigurationOptions, optional
261
261
  :return: Returns the result object.
262
262
  If the method is called asynchronously,
263
263
  returns the request thread.
@@ -296,10 +296,9 @@ class ComplianceApi:
296
296
  :param _return_http_data_only: response data instead of ApiResponse
297
297
  object with status code, headers, etc
298
298
  :type _return_http_data_only: bool, optional
299
- :param _request_timeout: timeout setting for this request. If one
300
- number provided, it will be total request
301
- timeout. It can also be a pair (tuple) of
302
- (connection, read) timeouts.
299
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
300
+ :param opts: Configuration options for this request
301
+ :type opts: ConfigurationOptions, optional
303
302
  :param _request_auth: set to override the auth_settings for an a single
304
303
  request; this effectively ignores the authentication
305
304
  in the spec for a single request.
@@ -325,7 +324,8 @@ class ComplianceApi:
325
324
  '_request_timeout',
326
325
  '_request_auth',
327
326
  '_content_type',
328
- '_headers'
327
+ '_headers',
328
+ 'opts'
329
329
  ]
330
330
  )
331
331
 
@@ -385,6 +385,7 @@ class ComplianceApi:
385
385
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
386
386
  _preload_content=_params.get('_preload_content', True),
387
387
  _request_timeout=_params.get('_request_timeout'),
388
+ opts=_params.get('opts'),
388
389
  collection_formats=_collection_formats,
389
390
  _request_auth=_params.get('_request_auth'))
390
391
 
@@ -413,10 +414,9 @@ class ComplianceApi:
413
414
  :type code: str
414
415
  :param async_req: Whether to execute the request asynchronously.
415
416
  :type async_req: bool, optional
416
- :param _request_timeout: timeout setting for this request.
417
- If one number provided, it will be total request
418
- timeout. It can also be a pair (tuple) of
419
- (connection, read) timeouts.
417
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
418
+ :param opts: Configuration options for this request
419
+ :type opts: ConfigurationOptions, optional
420
420
  :return: Returns the result object.
421
421
  If the method is called asynchronously,
422
422
  returns the request thread.
@@ -455,10 +455,9 @@ class ComplianceApi:
455
455
  :param _return_http_data_only: response data instead of ApiResponse
456
456
  object with status code, headers, etc
457
457
  :type _return_http_data_only: bool, optional
458
- :param _request_timeout: timeout setting for this request. If one
459
- number provided, it will be total request
460
- timeout. It can also be a pair (tuple) of
461
- (connection, read) timeouts.
458
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
459
+ :param opts: Configuration options for this request
460
+ :type opts: ConfigurationOptions, optional
462
461
  :param _request_auth: set to override the auth_settings for an a single
463
462
  request; this effectively ignores the authentication
464
463
  in the spec for a single request.
@@ -484,7 +483,8 @@ class ComplianceApi:
484
483
  '_request_timeout',
485
484
  '_request_auth',
486
485
  '_content_type',
487
- '_headers'
486
+ '_headers',
487
+ 'opts'
488
488
  ]
489
489
  )
490
490
 
@@ -544,6 +544,7 @@ class ComplianceApi:
544
544
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
545
545
  _preload_content=_params.get('_preload_content', True),
546
546
  _request_timeout=_params.get('_request_timeout'),
547
+ opts=_params.get('opts'),
547
548
  collection_formats=_collection_formats,
548
549
  _request_auth=_params.get('_request_auth'))
549
550
 
@@ -576,10 +577,9 @@ class ComplianceApi:
576
577
  :type property_keys: List[str]
577
578
  :param async_req: Whether to execute the request asynchronously.
578
579
  :type async_req: bool, optional
579
- :param _request_timeout: timeout setting for this request.
580
- If one number provided, it will be total request
581
- timeout. It can also be a pair (tuple) of
582
- (connection, read) timeouts.
580
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
581
+ :param opts: Configuration options for this request
582
+ :type opts: ConfigurationOptions, optional
583
583
  :return: Returns the result object.
584
584
  If the method is called asynchronously,
585
585
  returns the request thread.
@@ -622,10 +622,9 @@ class ComplianceApi:
622
622
  :param _return_http_data_only: response data instead of ApiResponse
623
623
  object with status code, headers, etc
624
624
  :type _return_http_data_only: bool, optional
625
- :param _request_timeout: timeout setting for this request. If one
626
- number provided, it will be total request
627
- timeout. It can also be a pair (tuple) of
628
- (connection, read) timeouts.
625
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
626
+ :param opts: Configuration options for this request
627
+ :type opts: ConfigurationOptions, optional
629
628
  :param _request_auth: set to override the auth_settings for an a single
630
629
  request; this effectively ignores the authentication
631
630
  in the spec for a single request.
@@ -653,7 +652,8 @@ class ComplianceApi:
653
652
  '_request_timeout',
654
653
  '_request_auth',
655
654
  '_content_type',
656
- '_headers'
655
+ '_headers',
656
+ 'opts'
657
657
  ]
658
658
  )
659
659
 
@@ -723,6 +723,7 @@ class ComplianceApi:
723
723
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
724
724
  _preload_content=_params.get('_preload_content', True),
725
725
  _request_timeout=_params.get('_request_timeout'),
726
+ opts=_params.get('opts'),
726
727
  collection_formats=_collection_formats,
727
728
  _request_auth=_params.get('_request_auth'))
728
729
 
@@ -755,10 +756,9 @@ class ComplianceApi:
755
756
  :type rule_code: str
756
757
  :param async_req: Whether to execute the request asynchronously.
757
758
  :type async_req: bool, optional
758
- :param _request_timeout: timeout setting for this request.
759
- If one number provided, it will be total request
760
- timeout. It can also be a pair (tuple) of
761
- (connection, read) timeouts.
759
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
760
+ :param opts: Configuration options for this request
761
+ :type opts: ConfigurationOptions, optional
762
762
  :return: Returns the result object.
763
763
  If the method is called asynchronously,
764
764
  returns the request thread.
@@ -801,10 +801,9 @@ class ComplianceApi:
801
801
  :param _return_http_data_only: response data instead of ApiResponse
802
802
  object with status code, headers, etc
803
803
  :type _return_http_data_only: bool, optional
804
- :param _request_timeout: timeout setting for this request. If one
805
- number provided, it will be total request
806
- timeout. It can also be a pair (tuple) of
807
- (connection, read) timeouts.
804
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
805
+ :param opts: Configuration options for this request
806
+ :type opts: ConfigurationOptions, optional
808
807
  :param _request_auth: set to override the auth_settings for an a single
809
808
  request; this effectively ignores the authentication
810
809
  in the spec for a single request.
@@ -832,7 +831,8 @@ class ComplianceApi:
832
831
  '_request_timeout',
833
832
  '_request_auth',
834
833
  '_content_type',
835
- '_headers'
834
+ '_headers',
835
+ 'opts'
836
836
  ]
837
837
  )
838
838
 
@@ -898,6 +898,7 @@ class ComplianceApi:
898
898
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
899
899
  _preload_content=_params.get('_preload_content', True),
900
900
  _request_timeout=_params.get('_request_timeout'),
901
+ opts=_params.get('opts'),
901
902
  collection_formats=_collection_formats,
902
903
  _request_auth=_params.get('_request_auth'))
903
904
 
@@ -928,10 +929,9 @@ class ComplianceApi:
928
929
  :type as_at: datetime
929
930
  :param async_req: Whether to execute the request asynchronously.
930
931
  :type async_req: bool, optional
931
- :param _request_timeout: timeout setting for this request.
932
- If one number provided, it will be total request
933
- timeout. It can also be a pair (tuple) of
934
- (connection, read) timeouts.
932
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
933
+ :param opts: Configuration options for this request
934
+ :type opts: ConfigurationOptions, optional
935
935
  :return: Returns the result object.
936
936
  If the method is called asynchronously,
937
937
  returns the request thread.
@@ -972,10 +972,9 @@ class ComplianceApi:
972
972
  :param _return_http_data_only: response data instead of ApiResponse
973
973
  object with status code, headers, etc
974
974
  :type _return_http_data_only: bool, optional
975
- :param _request_timeout: timeout setting for this request. If one
976
- number provided, it will be total request
977
- timeout. It can also be a pair (tuple) of
978
- (connection, read) timeouts.
975
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
976
+ :param opts: Configuration options for this request
977
+ :type opts: ConfigurationOptions, optional
979
978
  :param _request_auth: set to override the auth_settings for an a single
980
979
  request; this effectively ignores the authentication
981
980
  in the spec for a single request.
@@ -1002,7 +1001,8 @@ class ComplianceApi:
1002
1001
  '_request_timeout',
1003
1002
  '_request_auth',
1004
1003
  '_content_type',
1005
- '_headers'
1004
+ '_headers',
1005
+ 'opts'
1006
1006
  ]
1007
1007
  )
1008
1008
 
@@ -1068,6 +1068,7 @@ class ComplianceApi:
1068
1068
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1069
1069
  _preload_content=_params.get('_preload_content', True),
1070
1070
  _request_timeout=_params.get('_request_timeout'),
1071
+ opts=_params.get('opts'),
1071
1072
  collection_formats=_collection_formats,
1072
1073
  _request_auth=_params.get('_request_auth'))
1073
1074
 
@@ -1096,10 +1097,9 @@ class ComplianceApi:
1096
1097
  :type code: str
1097
1098
  :param async_req: Whether to execute the request asynchronously.
1098
1099
  :type async_req: bool, optional
1099
- :param _request_timeout: timeout setting for this request.
1100
- If one number provided, it will be total request
1101
- timeout. It can also be a pair (tuple) of
1102
- (connection, read) timeouts.
1100
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1101
+ :param opts: Configuration options for this request
1102
+ :type opts: ConfigurationOptions, optional
1103
1103
  :return: Returns the result object.
1104
1104
  If the method is called asynchronously,
1105
1105
  returns the request thread.
@@ -1138,10 +1138,9 @@ class ComplianceApi:
1138
1138
  :param _return_http_data_only: response data instead of ApiResponse
1139
1139
  object with status code, headers, etc
1140
1140
  :type _return_http_data_only: bool, optional
1141
- :param _request_timeout: timeout setting for this request. If one
1142
- number provided, it will be total request
1143
- timeout. It can also be a pair (tuple) of
1144
- (connection, read) timeouts.
1141
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1142
+ :param opts: Configuration options for this request
1143
+ :type opts: ConfigurationOptions, optional
1145
1144
  :param _request_auth: set to override the auth_settings for an a single
1146
1145
  request; this effectively ignores the authentication
1147
1146
  in the spec for a single request.
@@ -1167,7 +1166,8 @@ class ComplianceApi:
1167
1166
  '_request_timeout',
1168
1167
  '_request_auth',
1169
1168
  '_content_type',
1170
- '_headers'
1169
+ '_headers',
1170
+ 'opts'
1171
1171
  ]
1172
1172
  )
1173
1173
 
@@ -1227,6 +1227,7 @@ class ComplianceApi:
1227
1227
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1228
1228
  _preload_content=_params.get('_preload_content', True),
1229
1229
  _request_timeout=_params.get('_request_timeout'),
1230
+ opts=_params.get('opts'),
1230
1231
  collection_formats=_collection_formats,
1231
1232
  _request_auth=_params.get('_request_auth'))
1232
1233
 
@@ -1261,10 +1262,9 @@ class ComplianceApi:
1261
1262
  :type property_keys: List[str]
1262
1263
  :param async_req: Whether to execute the request asynchronously.
1263
1264
  :type async_req: bool, optional
1264
- :param _request_timeout: timeout setting for this request.
1265
- If one number provided, it will be total request
1266
- timeout. It can also be a pair (tuple) of
1267
- (connection, read) timeouts.
1265
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1266
+ :param opts: Configuration options for this request
1267
+ :type opts: ConfigurationOptions, optional
1268
1268
  :return: Returns the result object.
1269
1269
  If the method is called asynchronously,
1270
1270
  returns the request thread.
@@ -1309,10 +1309,9 @@ class ComplianceApi:
1309
1309
  :param _return_http_data_only: response data instead of ApiResponse
1310
1310
  object with status code, headers, etc
1311
1311
  :type _return_http_data_only: bool, optional
1312
- :param _request_timeout: timeout setting for this request. If one
1313
- number provided, it will be total request
1314
- timeout. It can also be a pair (tuple) of
1315
- (connection, read) timeouts.
1312
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1313
+ :param opts: Configuration options for this request
1314
+ :type opts: ConfigurationOptions, optional
1316
1315
  :param _request_auth: set to override the auth_settings for an a single
1317
1316
  request; this effectively ignores the authentication
1318
1317
  in the spec for a single request.
@@ -1341,7 +1340,8 @@ class ComplianceApi:
1341
1340
  '_request_timeout',
1342
1341
  '_request_auth',
1343
1342
  '_content_type',
1344
- '_headers'
1343
+ '_headers',
1344
+ 'opts'
1345
1345
  ]
1346
1346
  )
1347
1347
 
@@ -1414,6 +1414,7 @@ class ComplianceApi:
1414
1414
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1415
1415
  _preload_content=_params.get('_preload_content', True),
1416
1416
  _request_timeout=_params.get('_request_timeout'),
1417
+ opts=_params.get('opts'),
1417
1418
  collection_formats=_collection_formats,
1418
1419
  _request_auth=_params.get('_request_auth'))
1419
1420
 
@@ -1448,10 +1449,9 @@ class ComplianceApi:
1448
1449
  :type sort_by: List[str]
1449
1450
  :param async_req: Whether to execute the request asynchronously.
1450
1451
  :type async_req: bool, optional
1451
- :param _request_timeout: timeout setting for this request.
1452
- If one number provided, it will be total request
1453
- timeout. It can also be a pair (tuple) of
1454
- (connection, read) timeouts.
1452
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1453
+ :param opts: Configuration options for this request
1454
+ :type opts: ConfigurationOptions, optional
1455
1455
  :return: Returns the result object.
1456
1456
  If the method is called asynchronously,
1457
1457
  returns the request thread.
@@ -1496,10 +1496,9 @@ class ComplianceApi:
1496
1496
  :param _return_http_data_only: response data instead of ApiResponse
1497
1497
  object with status code, headers, etc
1498
1498
  :type _return_http_data_only: bool, optional
1499
- :param _request_timeout: timeout setting for this request. If one
1500
- number provided, it will be total request
1501
- timeout. It can also be a pair (tuple) of
1502
- (connection, read) timeouts.
1499
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1500
+ :param opts: Configuration options for this request
1501
+ :type opts: ConfigurationOptions, optional
1503
1502
  :param _request_auth: set to override the auth_settings for an a single
1504
1503
  request; this effectively ignores the authentication
1505
1504
  in the spec for a single request.
@@ -1528,7 +1527,8 @@ class ComplianceApi:
1528
1527
  '_request_timeout',
1529
1528
  '_request_auth',
1530
1529
  '_content_type',
1531
- '_headers'
1530
+ '_headers',
1531
+ 'opts'
1532
1532
  ]
1533
1533
  )
1534
1534
 
@@ -1601,6 +1601,7 @@ class ComplianceApi:
1601
1601
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1602
1602
  _preload_content=_params.get('_preload_content', True),
1603
1603
  _request_timeout=_params.get('_request_timeout'),
1604
+ opts=_params.get('opts'),
1604
1605
  collection_formats=_collection_formats,
1605
1606
  _request_auth=_params.get('_request_auth'))
1606
1607
 
@@ -1633,10 +1634,9 @@ class ComplianceApi:
1633
1634
  :type filter: str
1634
1635
  :param async_req: Whether to execute the request asynchronously.
1635
1636
  :type async_req: bool, optional
1636
- :param _request_timeout: timeout setting for this request.
1637
- If one number provided, it will be total request
1638
- timeout. It can also be a pair (tuple) of
1639
- (connection, read) timeouts.
1637
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1638
+ :param opts: Configuration options for this request
1639
+ :type opts: ConfigurationOptions, optional
1640
1640
  :return: Returns the result object.
1641
1641
  If the method is called asynchronously,
1642
1642
  returns the request thread.
@@ -1679,10 +1679,9 @@ class ComplianceApi:
1679
1679
  :param _return_http_data_only: response data instead of ApiResponse
1680
1680
  object with status code, headers, etc
1681
1681
  :type _return_http_data_only: bool, optional
1682
- :param _request_timeout: timeout setting for this request. If one
1683
- number provided, it will be total request
1684
- timeout. It can also be a pair (tuple) of
1685
- (connection, read) timeouts.
1682
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1683
+ :param opts: Configuration options for this request
1684
+ :type opts: ConfigurationOptions, optional
1686
1685
  :param _request_auth: set to override the auth_settings for an a single
1687
1686
  request; this effectively ignores the authentication
1688
1687
  in the spec for a single request.
@@ -1710,7 +1709,8 @@ class ComplianceApi:
1710
1709
  '_request_timeout',
1711
1710
  '_request_auth',
1712
1711
  '_content_type',
1713
- '_headers'
1712
+ '_headers',
1713
+ 'opts'
1714
1714
  ]
1715
1715
  )
1716
1716
 
@@ -1779,6 +1779,7 @@ class ComplianceApi:
1779
1779
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1780
1780
  _preload_content=_params.get('_preload_content', True),
1781
1781
  _request_timeout=_params.get('_request_timeout'),
1782
+ opts=_params.get('opts'),
1782
1783
  collection_formats=_collection_formats,
1783
1784
  _request_auth=_params.get('_request_auth'))
1784
1785
 
@@ -1813,10 +1814,9 @@ class ComplianceApi:
1813
1814
  :type recipe_id_code: str
1814
1815
  :param async_req: Whether to execute the request asynchronously.
1815
1816
  :type async_req: bool, optional
1816
- :param _request_timeout: timeout setting for this request.
1817
- If one number provided, it will be total request
1818
- timeout. It can also be a pair (tuple) of
1819
- (connection, read) timeouts.
1817
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1818
+ :param opts: Configuration options for this request
1819
+ :type opts: ConfigurationOptions, optional
1820
1820
  :return: Returns the result object.
1821
1821
  If the method is called asynchronously,
1822
1822
  returns the request thread.
@@ -1861,10 +1861,9 @@ class ComplianceApi:
1861
1861
  :param _return_http_data_only: response data instead of ApiResponse
1862
1862
  object with status code, headers, etc
1863
1863
  :type _return_http_data_only: bool, optional
1864
- :param _request_timeout: timeout setting for this request. If one
1865
- number provided, it will be total request
1866
- timeout. It can also be a pair (tuple) of
1867
- (connection, read) timeouts.
1864
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1865
+ :param opts: Configuration options for this request
1866
+ :type opts: ConfigurationOptions, optional
1868
1867
  :param _request_auth: set to override the auth_settings for an a single
1869
1868
  request; this effectively ignores the authentication
1870
1869
  in the spec for a single request.
@@ -1893,7 +1892,8 @@ class ComplianceApi:
1893
1892
  '_request_timeout',
1894
1893
  '_request_auth',
1895
1894
  '_content_type',
1896
- '_headers'
1895
+ '_headers',
1896
+ 'opts'
1897
1897
  ]
1898
1898
  )
1899
1899
 
@@ -1962,6 +1962,7 @@ class ComplianceApi:
1962
1962
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1963
1963
  _preload_content=_params.get('_preload_content', True),
1964
1964
  _request_timeout=_params.get('_request_timeout'),
1965
+ opts=_params.get('opts'),
1965
1966
  collection_formats=_collection_formats,
1966
1967
  _request_auth=_params.get('_request_auth'))
1967
1968
 
@@ -1996,10 +1997,9 @@ class ComplianceApi:
1996
1997
  :type compliance_run_configuration: ComplianceRunConfiguration
1997
1998
  :param async_req: Whether to execute the request asynchronously.
1998
1999
  :type async_req: bool, optional
1999
- :param _request_timeout: timeout setting for this request.
2000
- If one number provided, it will be total request
2001
- timeout. It can also be a pair (tuple) of
2002
- (connection, read) timeouts.
2000
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2001
+ :param opts: Configuration options for this request
2002
+ :type opts: ConfigurationOptions, optional
2003
2003
  :return: Returns the result object.
2004
2004
  If the method is called asynchronously,
2005
2005
  returns the request thread.
@@ -2044,10 +2044,9 @@ class ComplianceApi:
2044
2044
  :param _return_http_data_only: response data instead of ApiResponse
2045
2045
  object with status code, headers, etc
2046
2046
  :type _return_http_data_only: bool, optional
2047
- :param _request_timeout: timeout setting for this request. If one
2048
- number provided, it will be total request
2049
- timeout. It can also be a pair (tuple) of
2050
- (connection, read) timeouts.
2047
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2048
+ :param opts: Configuration options for this request
2049
+ :type opts: ConfigurationOptions, optional
2051
2050
  :param _request_auth: set to override the auth_settings for an a single
2052
2051
  request; this effectively ignores the authentication
2053
2052
  in the spec for a single request.
@@ -2076,7 +2075,8 @@ class ComplianceApi:
2076
2075
  '_request_timeout',
2077
2076
  '_request_auth',
2078
2077
  '_content_type',
2079
- '_headers'
2078
+ '_headers',
2079
+ 'opts'
2080
2080
  ]
2081
2081
  )
2082
2082
 
@@ -2152,6 +2152,7 @@ class ComplianceApi:
2152
2152
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2153
2153
  _preload_content=_params.get('_preload_content', True),
2154
2154
  _request_timeout=_params.get('_request_timeout'),
2155
+ opts=_params.get('opts'),
2155
2156
  collection_formats=_collection_formats,
2156
2157
  _request_auth=_params.get('_request_auth'))
2157
2158
 
@@ -2182,10 +2183,9 @@ class ComplianceApi:
2182
2183
  :type update_compliance_template_request: UpdateComplianceTemplateRequest
2183
2184
  :param async_req: Whether to execute the request asynchronously.
2184
2185
  :type async_req: bool, optional
2185
- :param _request_timeout: timeout setting for this request.
2186
- If one number provided, it will be total request
2187
- timeout. It can also be a pair (tuple) of
2188
- (connection, read) timeouts.
2186
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2187
+ :param opts: Configuration options for this request
2188
+ :type opts: ConfigurationOptions, optional
2189
2189
  :return: Returns the result object.
2190
2190
  If the method is called asynchronously,
2191
2191
  returns the request thread.
@@ -2226,10 +2226,9 @@ class ComplianceApi:
2226
2226
  :param _return_http_data_only: response data instead of ApiResponse
2227
2227
  object with status code, headers, etc
2228
2228
  :type _return_http_data_only: bool, optional
2229
- :param _request_timeout: timeout setting for this request. If one
2230
- number provided, it will be total request
2231
- timeout. It can also be a pair (tuple) of
2232
- (connection, read) timeouts.
2229
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2230
+ :param opts: Configuration options for this request
2231
+ :type opts: ConfigurationOptions, optional
2233
2232
  :param _request_auth: set to override the auth_settings for an a single
2234
2233
  request; this effectively ignores the authentication
2235
2234
  in the spec for a single request.
@@ -2256,7 +2255,8 @@ class ComplianceApi:
2256
2255
  '_request_timeout',
2257
2256
  '_request_auth',
2258
2257
  '_content_type',
2259
- '_headers'
2258
+ '_headers',
2259
+ 'opts'
2260
2260
  ]
2261
2261
  )
2262
2262
 
@@ -2326,6 +2326,7 @@ class ComplianceApi:
2326
2326
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2327
2327
  _preload_content=_params.get('_preload_content', True),
2328
2328
  _request_timeout=_params.get('_request_timeout'),
2329
+ opts=_params.get('opts'),
2329
2330
  collection_formats=_collection_formats,
2330
2331
  _request_auth=_params.get('_request_auth'))
2331
2332
 
@@ -2352,10 +2353,9 @@ class ComplianceApi:
2352
2353
  :type upsert_compliance_rule_request: UpsertComplianceRuleRequest
2353
2354
  :param async_req: Whether to execute the request asynchronously.
2354
2355
  :type async_req: bool, optional
2355
- :param _request_timeout: timeout setting for this request.
2356
- If one number provided, it will be total request
2357
- timeout. It can also be a pair (tuple) of
2358
- (connection, read) timeouts.
2356
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2357
+ :param opts: Configuration options for this request
2358
+ :type opts: ConfigurationOptions, optional
2359
2359
  :return: Returns the result object.
2360
2360
  If the method is called asynchronously,
2361
2361
  returns the request thread.
@@ -2392,10 +2392,9 @@ class ComplianceApi:
2392
2392
  :param _return_http_data_only: response data instead of ApiResponse
2393
2393
  object with status code, headers, etc
2394
2394
  :type _return_http_data_only: bool, optional
2395
- :param _request_timeout: timeout setting for this request. If one
2396
- number provided, it will be total request
2397
- timeout. It can also be a pair (tuple) of
2398
- (connection, read) timeouts.
2395
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2396
+ :param opts: Configuration options for this request
2397
+ :type opts: ConfigurationOptions, optional
2399
2398
  :param _request_auth: set to override the auth_settings for an a single
2400
2399
  request; this effectively ignores the authentication
2401
2400
  in the spec for a single request.
@@ -2420,7 +2419,8 @@ class ComplianceApi:
2420
2419
  '_request_timeout',
2421
2420
  '_request_auth',
2422
2421
  '_content_type',
2423
- '_headers'
2422
+ '_headers',
2423
+ 'opts'
2424
2424
  ]
2425
2425
  )
2426
2426
 
@@ -2484,6 +2484,7 @@ class ComplianceApi:
2484
2484
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2485
2485
  _preload_content=_params.get('_preload_content', True),
2486
2486
  _request_timeout=_params.get('_request_timeout'),
2487
+ opts=_params.get('opts'),
2487
2488
  collection_formats=_collection_formats,
2488
2489
  _request_auth=_params.get('_request_auth'))
2489
2490
 
@@ -2510,10 +2511,9 @@ class ComplianceApi:
2510
2511
  :type upsert_compliance_run_summary_request: UpsertComplianceRunSummaryRequest
2511
2512
  :param async_req: Whether to execute the request asynchronously.
2512
2513
  :type async_req: bool, optional
2513
- :param _request_timeout: timeout setting for this request.
2514
- If one number provided, it will be total request
2515
- timeout. It can also be a pair (tuple) of
2516
- (connection, read) timeouts.
2514
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2515
+ :param opts: Configuration options for this request
2516
+ :type opts: ConfigurationOptions, optional
2517
2517
  :return: Returns the result object.
2518
2518
  If the method is called asynchronously,
2519
2519
  returns the request thread.
@@ -2550,10 +2550,9 @@ class ComplianceApi:
2550
2550
  :param _return_http_data_only: response data instead of ApiResponse
2551
2551
  object with status code, headers, etc
2552
2552
  :type _return_http_data_only: bool, optional
2553
- :param _request_timeout: timeout setting for this request. If one
2554
- number provided, it will be total request
2555
- timeout. It can also be a pair (tuple) of
2556
- (connection, read) timeouts.
2553
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2554
+ :param opts: Configuration options for this request
2555
+ :type opts: ConfigurationOptions, optional
2557
2556
  :param _request_auth: set to override the auth_settings for an a single
2558
2557
  request; this effectively ignores the authentication
2559
2558
  in the spec for a single request.
@@ -2578,7 +2577,8 @@ class ComplianceApi:
2578
2577
  '_request_timeout',
2579
2578
  '_request_auth',
2580
2579
  '_content_type',
2581
- '_headers'
2580
+ '_headers',
2581
+ 'opts'
2582
2582
  ]
2583
2583
  )
2584
2584
 
@@ -2642,5 +2642,6 @@ class ComplianceApi:
2642
2642
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2643
2643
  _preload_content=_params.get('_preload_content', True),
2644
2644
  _request_timeout=_params.get('_request_timeout'),
2645
+ opts=_params.get('opts'),
2645
2646
  collection_formats=_collection_formats,
2646
2647
  _request_auth=_params.get('_request_auth'))