lusid-sdk 2.1.435__py3-none-any.whl → 2.1.449__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (180) hide show
  1. lusid/__init__.py +18 -0
  2. lusid/api/abor_api.py +118 -117
  3. lusid/api/abor_configuration_api.py +46 -45
  4. lusid/api/address_key_definition_api.py +28 -27
  5. lusid/api/aggregation_api.py +37 -36
  6. lusid/api/allocations_api.py +37 -36
  7. lusid/api/amortisation_rule_sets_api.py +55 -54
  8. lusid/api/application_metadata_api.py +28 -27
  9. lusid/api/blocks_api.py +37 -36
  10. lusid/api/calendars_api.py +127 -126
  11. lusid/api/chart_of_accounts_api.py +289 -288
  12. lusid/api/complex_market_data_api.py +37 -36
  13. lusid/api/compliance_api.py +136 -135
  14. lusid/api/configuration_recipe_api.py +100 -99
  15. lusid/api/conventions_api.py +109 -108
  16. lusid/api/corporate_action_sources_api.py +82 -81
  17. lusid/api/counterparties_api.py +73 -72
  18. lusid/api/custom_entities_api.py +100 -99
  19. lusid/api/custom_entity_definitions_api.py +37 -36
  20. lusid/api/custom_entity_types_api.py +37 -36
  21. lusid/api/cut_label_definitions_api.py +46 -45
  22. lusid/api/data_types_api.py +82 -81
  23. lusid/api/derived_transaction_portfolios_api.py +19 -18
  24. lusid/api/entities_api.py +260 -55
  25. lusid/api/executions_api.py +37 -36
  26. lusid/api/fee_types_api.py +55 -54
  27. lusid/api/fund_configuration_api.py +221 -45
  28. lusid/api/funds_api.py +163 -162
  29. lusid/api/group_reconciliations_api.py +91 -90
  30. lusid/api/instrument_event_types_api.py +64 -63
  31. lusid/api/instrument_events_api.py +46 -45
  32. lusid/api/instruments_api.py +181 -180
  33. lusid/api/legacy_compliance_api.py +73 -72
  34. lusid/api/legal_entities_api.py +163 -162
  35. lusid/api/order_graph_api.py +28 -27
  36. lusid/api/order_instructions_api.py +37 -36
  37. lusid/api/order_management_api.py +91 -90
  38. lusid/api/orders_api.py +37 -36
  39. lusid/api/packages_api.py +37 -36
  40. lusid/api/participations_api.py +37 -36
  41. lusid/api/persons_api.py +163 -162
  42. lusid/api/placements_api.py +37 -36
  43. lusid/api/portfolio_groups_api.py +235 -234
  44. lusid/api/portfolios_api.py +280 -279
  45. lusid/api/property_definitions_api.py +100 -99
  46. lusid/api/queryable_keys_api.py +10 -9
  47. lusid/api/quotes_api.py +82 -81
  48. lusid/api/reconciliations_api.py +136 -135
  49. lusid/api/reference_lists_api.py +37 -36
  50. lusid/api/reference_portfolio_api.py +46 -45
  51. lusid/api/relation_definitions_api.py +28 -27
  52. lusid/api/relations_api.py +19 -18
  53. lusid/api/relationship_definitions_api.py +46 -45
  54. lusid/api/relationships_api.py +19 -18
  55. lusid/api/schemas_api.py +37 -36
  56. lusid/api/scopes_api.py +19 -18
  57. lusid/api/scripted_translation_api.py +73 -72
  58. lusid/api/search_api.py +37 -36
  59. lusid/api/sequences_api.py +37 -36
  60. lusid/api/staged_modifications_api.py +37 -36
  61. lusid/api/staging_rule_set_api.py +46 -45
  62. lusid/api/structured_result_data_api.py +82 -81
  63. lusid/api/system_configuration_api.py +64 -63
  64. lusid/api/tax_rule_sets_api.py +46 -45
  65. lusid/api/transaction_configuration_api.py +100 -99
  66. lusid/api/transaction_fees_api.py +46 -45
  67. lusid/api/transaction_portfolios_api.py +325 -324
  68. lusid/api/translation_api.py +19 -18
  69. lusid/api/workspace_api.py +181 -180
  70. lusid/api_client.py +26 -17
  71. lusid/configuration.py +87 -2
  72. lusid/extensions/api_client.py +25 -17
  73. lusid/extensions/api_client_factory.py +14 -5
  74. lusid/extensions/api_configuration.py +50 -1
  75. lusid/extensions/configuration_loaders.py +39 -11
  76. lusid/extensions/configuration_options.py +67 -0
  77. lusid/extensions/rest.py +78 -26
  78. lusid/extensions/retry.py +109 -37
  79. lusid/models/__init__.py +18 -0
  80. lusid/models/accounting_method.py +7 -0
  81. lusid/models/accumulation_event.py +3 -3
  82. lusid/models/amortisation_event.py +3 -3
  83. lusid/models/basket.py +3 -3
  84. lusid/models/bond.py +3 -3
  85. lusid/models/bond_coupon_event.py +3 -3
  86. lusid/models/bond_default_event.py +3 -3
  87. lusid/models/bond_principal_event.py +3 -3
  88. lusid/models/bonus_issue_event.py +166 -0
  89. lusid/models/cap_floor.py +3 -3
  90. lusid/models/capital_distribution_event.py +3 -3
  91. lusid/models/cash.py +3 -3
  92. lusid/models/cash_dividend_event.py +3 -3
  93. lusid/models/cash_flow_event.py +3 -3
  94. lusid/models/cash_perpetual.py +3 -3
  95. lusid/models/cds_credit_event.py +3 -3
  96. lusid/models/cds_index.py +3 -3
  97. lusid/models/cdx_credit_event.py +3 -3
  98. lusid/models/change_interval.py +123 -0
  99. lusid/models/change_interval_with_order_management_detail.py +3 -3
  100. lusid/models/close_event.py +3 -3
  101. lusid/models/complex_bond.py +3 -3
  102. lusid/models/contract_for_difference.py +3 -3
  103. lusid/models/create_derived_transaction_portfolio_request.py +3 -3
  104. lusid/models/create_transaction_portfolio_request.py +3 -3
  105. lusid/models/credit_default_swap.py +3 -3
  106. lusid/models/credit_premium_cash_flow_event.py +3 -3
  107. lusid/models/dividend_option_event.py +3 -3
  108. lusid/models/dividend_reinvestment_event.py +3 -3
  109. lusid/models/effective_range.py +71 -0
  110. lusid/models/equity.py +3 -3
  111. lusid/models/equity_option.py +3 -3
  112. lusid/models/equity_swap.py +3 -3
  113. lusid/models/exchange_traded_option.py +3 -3
  114. lusid/models/exercise_event.py +3 -3
  115. lusid/models/exotic_instrument.py +3 -3
  116. lusid/models/expiry_event.py +3 -3
  117. lusid/models/fixed_leg.py +3 -3
  118. lusid/models/flexible_loan.py +3 -3
  119. lusid/models/floating_leg.py +3 -3
  120. lusid/models/forward_rate_agreement.py +3 -3
  121. lusid/models/fund_share_class.py +23 -8
  122. lusid/models/funding_leg.py +3 -3
  123. lusid/models/future.py +3 -3
  124. lusid/models/future_expiry_event.py +3 -3
  125. lusid/models/fx_forward.py +3 -3
  126. lusid/models/fx_forward_settlement_event.py +3 -3
  127. lusid/models/fx_option.py +3 -3
  128. lusid/models/fx_swap.py +3 -3
  129. lusid/models/inflation_leg.py +3 -3
  130. lusid/models/inflation_linked_bond.py +3 -3
  131. lusid/models/inflation_swap.py +3 -3
  132. lusid/models/informational_error_event.py +3 -3
  133. lusid/models/informational_event.py +3 -3
  134. lusid/models/instrument_event.py +8 -5
  135. lusid/models/instrument_event_holder.py +9 -1
  136. lusid/models/instrument_event_type.py +3 -0
  137. lusid/models/instrument_leg.py +3 -3
  138. lusid/models/instrument_type.py +1 -0
  139. lusid/models/interest_rate_swap.py +3 -3
  140. lusid/models/interest_rate_swaption.py +3 -3
  141. lusid/models/lapse_election.py +73 -0
  142. lusid/models/lusid_instrument.py +6 -5
  143. lusid/models/mastered_instrument.py +139 -0
  144. lusid/models/maturity_event.py +3 -3
  145. lusid/models/mbs_coupon_event.py +3 -3
  146. lusid/models/mbs_interest_deferral_event.py +97 -0
  147. lusid/models/mbs_principal_event.py +3 -3
  148. lusid/models/mbs_principal_write_off_event.py +97 -0
  149. lusid/models/merger_event.py +3 -3
  150. lusid/models/open_event.py +3 -3
  151. lusid/models/portfolio.py +3 -3
  152. lusid/models/portfolio_details.py +3 -3
  153. lusid/models/portfolio_without_href.py +3 -3
  154. lusid/models/raw_vendor_event.py +3 -3
  155. lusid/models/reference_instrument.py +3 -3
  156. lusid/models/repo.py +3 -3
  157. lusid/models/reset_event.py +3 -3
  158. lusid/models/resource_list_of_change_interval.py +113 -0
  159. lusid/models/reverse_stock_split_event.py +3 -3
  160. lusid/models/scrip_dividend_event.py +3 -3
  161. lusid/models/share_class_details.py +18 -1
  162. lusid/models/simple_cash_flow_loan.py +3 -3
  163. lusid/models/simple_instrument.py +3 -3
  164. lusid/models/simple_rounding_convention.py +76 -0
  165. lusid/models/spin_off_event.py +3 -3
  166. lusid/models/staged_modification_effective_range.py +2 -2
  167. lusid/models/stock_dividend_event.py +3 -3
  168. lusid/models/stock_split_event.py +3 -3
  169. lusid/models/swap_cash_flow_event.py +3 -3
  170. lusid/models/swap_principal_event.py +3 -3
  171. lusid/models/term_deposit.py +3 -3
  172. lusid/models/total_return_swap.py +3 -3
  173. lusid/models/transition_event.py +3 -3
  174. lusid/models/trigger_event.py +3 -3
  175. lusid/models/valuation_point_data_query_parameters.py +3 -3
  176. lusid/models/valuation_point_data_response.py +8 -13
  177. lusid/rest.py +70 -20
  178. {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.449.dist-info}/METADATA +12 -1
  179. {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.449.dist-info}/RECORD +180 -170
  180. {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.449.dist-info}/WHEEL +0 -0
@@ -42,6 +42,7 @@ from lusid.exceptions import ( # noqa: F401
42
42
  ApiTypeError,
43
43
  ApiValueError
44
44
  )
45
+ from lusid.extensions.configuration_options import ConfigurationOptions
45
46
 
46
47
 
47
48
  class GroupReconciliationsApi:
@@ -79,10 +80,9 @@ class GroupReconciliationsApi:
79
80
  :type create_group_reconciliation_comparison_ruleset_request: CreateGroupReconciliationComparisonRulesetRequest
80
81
  :param async_req: Whether to execute the request asynchronously.
81
82
  :type async_req: bool, optional
82
- :param _request_timeout: timeout setting for this request.
83
- If one number provided, it will be total request
84
- timeout. It can also be a pair (tuple) of
85
- (connection, read) timeouts.
83
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
84
+ :param opts: Configuration options for this request
85
+ :type opts: ConfigurationOptions, optional
86
86
  :return: Returns the result object.
87
87
  If the method is called asynchronously,
88
88
  returns the request thread.
@@ -119,10 +119,9 @@ class GroupReconciliationsApi:
119
119
  :param _return_http_data_only: response data instead of ApiResponse
120
120
  object with status code, headers, etc
121
121
  :type _return_http_data_only: bool, optional
122
- :param _request_timeout: timeout setting for this request. If one
123
- number provided, it will be total request
124
- timeout. It can also be a pair (tuple) of
125
- (connection, read) timeouts.
122
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
123
+ :param opts: Configuration options for this request
124
+ :type opts: ConfigurationOptions, optional
126
125
  :param _request_auth: set to override the auth_settings for an a single
127
126
  request; this effectively ignores the authentication
128
127
  in the spec for a single request.
@@ -147,7 +146,8 @@ class GroupReconciliationsApi:
147
146
  '_request_timeout',
148
147
  '_request_auth',
149
148
  '_content_type',
150
- '_headers'
149
+ '_headers',
150
+ 'opts'
151
151
  ]
152
152
  )
153
153
 
@@ -211,6 +211,7 @@ class GroupReconciliationsApi:
211
211
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
212
212
  _preload_content=_params.get('_preload_content', True),
213
213
  _request_timeout=_params.get('_request_timeout'),
214
+ opts=_params.get('opts'),
214
215
  collection_formats=_collection_formats,
215
216
  _request_auth=_params.get('_request_auth'))
216
217
 
@@ -237,10 +238,9 @@ class GroupReconciliationsApi:
237
238
  :type create_group_reconciliation_definition_request: CreateGroupReconciliationDefinitionRequest
238
239
  :param async_req: Whether to execute the request asynchronously.
239
240
  :type async_req: bool, optional
240
- :param _request_timeout: timeout setting for this request.
241
- If one number provided, it will be total request
242
- timeout. It can also be a pair (tuple) of
243
- (connection, read) timeouts.
241
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
242
+ :param opts: Configuration options for this request
243
+ :type opts: ConfigurationOptions, optional
244
244
  :return: Returns the result object.
245
245
  If the method is called asynchronously,
246
246
  returns the request thread.
@@ -277,10 +277,9 @@ class GroupReconciliationsApi:
277
277
  :param _return_http_data_only: response data instead of ApiResponse
278
278
  object with status code, headers, etc
279
279
  :type _return_http_data_only: bool, optional
280
- :param _request_timeout: timeout setting for this request. If one
281
- number provided, it will be total request
282
- timeout. It can also be a pair (tuple) of
283
- (connection, read) timeouts.
280
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
281
+ :param opts: Configuration options for this request
282
+ :type opts: ConfigurationOptions, optional
284
283
  :param _request_auth: set to override the auth_settings for an a single
285
284
  request; this effectively ignores the authentication
286
285
  in the spec for a single request.
@@ -305,7 +304,8 @@ class GroupReconciliationsApi:
305
304
  '_request_timeout',
306
305
  '_request_auth',
307
306
  '_content_type',
308
- '_headers'
307
+ '_headers',
308
+ 'opts'
309
309
  ]
310
310
  )
311
311
 
@@ -369,6 +369,7 @@ class GroupReconciliationsApi:
369
369
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
370
370
  _preload_content=_params.get('_preload_content', True),
371
371
  _request_timeout=_params.get('_request_timeout'),
372
+ opts=_params.get('opts'),
372
373
  collection_formats=_collection_formats,
373
374
  _request_auth=_params.get('_request_auth'))
374
375
 
@@ -397,10 +398,9 @@ class GroupReconciliationsApi:
397
398
  :type code: str
398
399
  :param async_req: Whether to execute the request asynchronously.
399
400
  :type async_req: bool, optional
400
- :param _request_timeout: timeout setting for this request.
401
- If one number provided, it will be total request
402
- timeout. It can also be a pair (tuple) of
403
- (connection, read) timeouts.
401
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
402
+ :param opts: Configuration options for this request
403
+ :type opts: ConfigurationOptions, optional
404
404
  :return: Returns the result object.
405
405
  If the method is called asynchronously,
406
406
  returns the request thread.
@@ -439,10 +439,9 @@ class GroupReconciliationsApi:
439
439
  :param _return_http_data_only: response data instead of ApiResponse
440
440
  object with status code, headers, etc
441
441
  :type _return_http_data_only: bool, optional
442
- :param _request_timeout: timeout setting for this request. If one
443
- number provided, it will be total request
444
- timeout. It can also be a pair (tuple) of
445
- (connection, read) timeouts.
442
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
443
+ :param opts: Configuration options for this request
444
+ :type opts: ConfigurationOptions, optional
446
445
  :param _request_auth: set to override the auth_settings for an a single
447
446
  request; this effectively ignores the authentication
448
447
  in the spec for a single request.
@@ -468,7 +467,8 @@ class GroupReconciliationsApi:
468
467
  '_request_timeout',
469
468
  '_request_auth',
470
469
  '_content_type',
471
- '_headers'
470
+ '_headers',
471
+ 'opts'
472
472
  ]
473
473
  )
474
474
 
@@ -528,6 +528,7 @@ class GroupReconciliationsApi:
528
528
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
529
529
  _preload_content=_params.get('_preload_content', True),
530
530
  _request_timeout=_params.get('_request_timeout'),
531
+ opts=_params.get('opts'),
531
532
  collection_formats=_collection_formats,
532
533
  _request_auth=_params.get('_request_auth'))
533
534
 
@@ -556,10 +557,9 @@ class GroupReconciliationsApi:
556
557
  :type code: str
557
558
  :param async_req: Whether to execute the request asynchronously.
558
559
  :type async_req: bool, optional
559
- :param _request_timeout: timeout setting for this request.
560
- If one number provided, it will be total request
561
- timeout. It can also be a pair (tuple) of
562
- (connection, read) timeouts.
560
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
561
+ :param opts: Configuration options for this request
562
+ :type opts: ConfigurationOptions, optional
563
563
  :return: Returns the result object.
564
564
  If the method is called asynchronously,
565
565
  returns the request thread.
@@ -598,10 +598,9 @@ class GroupReconciliationsApi:
598
598
  :param _return_http_data_only: response data instead of ApiResponse
599
599
  object with status code, headers, etc
600
600
  :type _return_http_data_only: bool, optional
601
- :param _request_timeout: timeout setting for this request. If one
602
- number provided, it will be total request
603
- timeout. It can also be a pair (tuple) of
604
- (connection, read) timeouts.
601
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
602
+ :param opts: Configuration options for this request
603
+ :type opts: ConfigurationOptions, optional
605
604
  :param _request_auth: set to override the auth_settings for an a single
606
605
  request; this effectively ignores the authentication
607
606
  in the spec for a single request.
@@ -627,7 +626,8 @@ class GroupReconciliationsApi:
627
626
  '_request_timeout',
628
627
  '_request_auth',
629
628
  '_content_type',
630
- '_headers'
629
+ '_headers',
630
+ 'opts'
631
631
  ]
632
632
  )
633
633
 
@@ -687,6 +687,7 @@ class GroupReconciliationsApi:
687
687
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
688
688
  _preload_content=_params.get('_preload_content', True),
689
689
  _request_timeout=_params.get('_request_timeout'),
690
+ opts=_params.get('opts'),
690
691
  collection_formats=_collection_formats,
691
692
  _request_auth=_params.get('_request_auth'))
692
693
 
@@ -717,10 +718,9 @@ class GroupReconciliationsApi:
717
718
  :type as_at: datetime
718
719
  :param async_req: Whether to execute the request asynchronously.
719
720
  :type async_req: bool, optional
720
- :param _request_timeout: timeout setting for this request.
721
- If one number provided, it will be total request
722
- timeout. It can also be a pair (tuple) of
723
- (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
724
724
  :return: Returns the result object.
725
725
  If the method is called asynchronously,
726
726
  returns the request thread.
@@ -761,10 +761,9 @@ class GroupReconciliationsApi:
761
761
  :param _return_http_data_only: response data instead of ApiResponse
762
762
  object with status code, headers, etc
763
763
  :type _return_http_data_only: bool, optional
764
- :param _request_timeout: timeout setting for this request. If one
765
- number provided, it will be total request
766
- timeout. It can also be a pair (tuple) of
767
- (connection, read) timeouts.
764
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
765
+ :param opts: Configuration options for this request
766
+ :type opts: ConfigurationOptions, optional
768
767
  :param _request_auth: set to override the auth_settings for an a single
769
768
  request; this effectively ignores the authentication
770
769
  in the spec for a single request.
@@ -791,7 +790,8 @@ class GroupReconciliationsApi:
791
790
  '_request_timeout',
792
791
  '_request_auth',
793
792
  '_content_type',
794
- '_headers'
793
+ '_headers',
794
+ 'opts'
795
795
  ]
796
796
  )
797
797
 
@@ -857,6 +857,7 @@ class GroupReconciliationsApi:
857
857
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
858
858
  _preload_content=_params.get('_preload_content', True),
859
859
  _request_timeout=_params.get('_request_timeout'),
860
+ opts=_params.get('opts'),
860
861
  collection_formats=_collection_formats,
861
862
  _request_auth=_params.get('_request_auth'))
862
863
 
@@ -889,10 +890,9 @@ class GroupReconciliationsApi:
889
890
  :type as_at: datetime
890
891
  :param async_req: Whether to execute the request asynchronously.
891
892
  :type async_req: bool, optional
892
- :param _request_timeout: timeout setting for this request.
893
- If one number provided, it will be total request
894
- timeout. It can also be a pair (tuple) of
895
- (connection, read) timeouts.
893
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
894
+ :param opts: Configuration options for this request
895
+ :type opts: ConfigurationOptions, optional
896
896
  :return: Returns the result object.
897
897
  If the method is called asynchronously,
898
898
  returns the request thread.
@@ -935,10 +935,9 @@ class GroupReconciliationsApi:
935
935
  :param _return_http_data_only: response data instead of ApiResponse
936
936
  object with status code, headers, etc
937
937
  :type _return_http_data_only: bool, optional
938
- :param _request_timeout: timeout setting for this request. If one
939
- number provided, it will be total request
940
- timeout. It can also be a pair (tuple) of
941
- (connection, read) timeouts.
938
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
939
+ :param opts: Configuration options for this request
940
+ :type opts: ConfigurationOptions, optional
942
941
  :param _request_auth: set to override the auth_settings for an a single
943
942
  request; this effectively ignores the authentication
944
943
  in the spec for a single request.
@@ -966,7 +965,8 @@ class GroupReconciliationsApi:
966
965
  '_request_timeout',
967
966
  '_request_auth',
968
967
  '_content_type',
969
- '_headers'
968
+ '_headers',
969
+ 'opts'
970
970
  ]
971
971
  )
972
972
 
@@ -1035,6 +1035,7 @@ class GroupReconciliationsApi:
1035
1035
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1036
1036
  _preload_content=_params.get('_preload_content', True),
1037
1037
  _request_timeout=_params.get('_request_timeout'),
1038
+ opts=_params.get('opts'),
1038
1039
  collection_formats=_collection_formats,
1039
1040
  _request_auth=_params.get('_request_auth'))
1040
1041
 
@@ -1069,10 +1070,9 @@ class GroupReconciliationsApi:
1069
1070
  :type filter: str
1070
1071
  :param async_req: Whether to execute the request asynchronously.
1071
1072
  :type async_req: bool, optional
1072
- :param _request_timeout: timeout setting for this request.
1073
- If one number provided, it will be total request
1074
- timeout. It can also be a pair (tuple) of
1075
- (connection, read) timeouts.
1073
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1074
+ :param opts: Configuration options for this request
1075
+ :type opts: ConfigurationOptions, optional
1076
1076
  :return: Returns the result object.
1077
1077
  If the method is called asynchronously,
1078
1078
  returns the request thread.
@@ -1117,10 +1117,9 @@ class GroupReconciliationsApi:
1117
1117
  :param _return_http_data_only: response data instead of ApiResponse
1118
1118
  object with status code, headers, etc
1119
1119
  :type _return_http_data_only: bool, optional
1120
- :param _request_timeout: timeout setting for this request. If one
1121
- number provided, it will be total request
1122
- timeout. It can also be a pair (tuple) of
1123
- (connection, read) timeouts.
1120
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1121
+ :param opts: Configuration options for this request
1122
+ :type opts: ConfigurationOptions, optional
1124
1123
  :param _request_auth: set to override the auth_settings for an a single
1125
1124
  request; this effectively ignores the authentication
1126
1125
  in the spec for a single request.
@@ -1149,7 +1148,8 @@ class GroupReconciliationsApi:
1149
1148
  '_request_timeout',
1150
1149
  '_request_auth',
1151
1150
  '_content_type',
1152
- '_headers'
1151
+ '_headers',
1152
+ 'opts'
1153
1153
  ]
1154
1154
  )
1155
1155
 
@@ -1222,6 +1222,7 @@ class GroupReconciliationsApi:
1222
1222
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1223
1223
  _preload_content=_params.get('_preload_content', True),
1224
1224
  _request_timeout=_params.get('_request_timeout'),
1225
+ opts=_params.get('opts'),
1225
1226
  collection_formats=_collection_formats,
1226
1227
  _request_auth=_params.get('_request_auth'))
1227
1228
 
@@ -1258,10 +1259,9 @@ class GroupReconciliationsApi:
1258
1259
  :type sort_by: List[str]
1259
1260
  :param async_req: Whether to execute the request asynchronously.
1260
1261
  :type async_req: bool, optional
1261
- :param _request_timeout: timeout setting for this request.
1262
- If one number provided, it will be total request
1263
- timeout. It can also be a pair (tuple) of
1264
- (connection, read) timeouts.
1262
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1263
+ :param opts: Configuration options for this request
1264
+ :type opts: ConfigurationOptions, optional
1265
1265
  :return: Returns the result object.
1266
1266
  If the method is called asynchronously,
1267
1267
  returns the request thread.
@@ -1308,10 +1308,9 @@ class GroupReconciliationsApi:
1308
1308
  :param _return_http_data_only: response data instead of ApiResponse
1309
1309
  object with status code, headers, etc
1310
1310
  :type _return_http_data_only: bool, optional
1311
- :param _request_timeout: timeout setting for this request. If one
1312
- number provided, it will be total request
1313
- timeout. It can also be a pair (tuple) of
1314
- (connection, read) timeouts.
1311
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1312
+ :param opts: Configuration options for this request
1313
+ :type opts: ConfigurationOptions, optional
1315
1314
  :param _request_auth: set to override the auth_settings for an a single
1316
1315
  request; this effectively ignores the authentication
1317
1316
  in the spec for a single request.
@@ -1341,7 +1340,8 @@ class GroupReconciliationsApi:
1341
1340
  '_request_timeout',
1342
1341
  '_request_auth',
1343
1342
  '_content_type',
1344
- '_headers'
1343
+ '_headers',
1344
+ 'opts'
1345
1345
  ]
1346
1346
  )
1347
1347
 
@@ -1417,6 +1417,7 @@ class GroupReconciliationsApi:
1417
1417
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1418
1418
  _preload_content=_params.get('_preload_content', True),
1419
1419
  _request_timeout=_params.get('_request_timeout'),
1420
+ opts=_params.get('opts'),
1420
1421
  collection_formats=_collection_formats,
1421
1422
  _request_auth=_params.get('_request_auth'))
1422
1423
 
@@ -1447,10 +1448,9 @@ class GroupReconciliationsApi:
1447
1448
  :type update_group_reconciliation_comparison_ruleset_request: UpdateGroupReconciliationComparisonRulesetRequest
1448
1449
  :param async_req: Whether to execute the request asynchronously.
1449
1450
  :type async_req: bool, optional
1450
- :param _request_timeout: timeout setting for this request.
1451
- If one number provided, it will be total request
1452
- timeout. It can also be a pair (tuple) of
1453
- (connection, read) timeouts.
1451
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1452
+ :param opts: Configuration options for this request
1453
+ :type opts: ConfigurationOptions, optional
1454
1454
  :return: Returns the result object.
1455
1455
  If the method is called asynchronously,
1456
1456
  returns the request thread.
@@ -1491,10 +1491,9 @@ class GroupReconciliationsApi:
1491
1491
  :param _return_http_data_only: response data instead of ApiResponse
1492
1492
  object with status code, headers, etc
1493
1493
  :type _return_http_data_only: bool, optional
1494
- :param _request_timeout: timeout setting for this request. If one
1495
- number provided, it will be total request
1496
- timeout. It can also be a pair (tuple) of
1497
- (connection, read) timeouts.
1494
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1495
+ :param opts: Configuration options for this request
1496
+ :type opts: ConfigurationOptions, optional
1498
1497
  :param _request_auth: set to override the auth_settings for an a single
1499
1498
  request; this effectively ignores the authentication
1500
1499
  in the spec for a single request.
@@ -1521,7 +1520,8 @@ class GroupReconciliationsApi:
1521
1520
  '_request_timeout',
1522
1521
  '_request_auth',
1523
1522
  '_content_type',
1524
- '_headers'
1523
+ '_headers',
1524
+ 'opts'
1525
1525
  ]
1526
1526
  )
1527
1527
 
@@ -1591,6 +1591,7 @@ class GroupReconciliationsApi:
1591
1591
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1592
1592
  _preload_content=_params.get('_preload_content', True),
1593
1593
  _request_timeout=_params.get('_request_timeout'),
1594
+ opts=_params.get('opts'),
1594
1595
  collection_formats=_collection_formats,
1595
1596
  _request_auth=_params.get('_request_auth'))
1596
1597
 
@@ -1621,10 +1622,9 @@ class GroupReconciliationsApi:
1621
1622
  :type update_group_reconciliation_definition_request: UpdateGroupReconciliationDefinitionRequest
1622
1623
  :param async_req: Whether to execute the request asynchronously.
1623
1624
  :type async_req: bool, optional
1624
- :param _request_timeout: timeout setting for this request.
1625
- If one number provided, it will be total request
1626
- timeout. It can also be a pair (tuple) of
1627
- (connection, read) timeouts.
1625
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1626
+ :param opts: Configuration options for this request
1627
+ :type opts: ConfigurationOptions, optional
1628
1628
  :return: Returns the result object.
1629
1629
  If the method is called asynchronously,
1630
1630
  returns the request thread.
@@ -1665,10 +1665,9 @@ class GroupReconciliationsApi:
1665
1665
  :param _return_http_data_only: response data instead of ApiResponse
1666
1666
  object with status code, headers, etc
1667
1667
  :type _return_http_data_only: bool, optional
1668
- :param _request_timeout: timeout setting for this request. If one
1669
- number provided, it will be total request
1670
- timeout. It can also be a pair (tuple) of
1671
- (connection, read) timeouts.
1668
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1669
+ :param opts: Configuration options for this request
1670
+ :type opts: ConfigurationOptions, optional
1672
1671
  :param _request_auth: set to override the auth_settings for an a single
1673
1672
  request; this effectively ignores the authentication
1674
1673
  in the spec for a single request.
@@ -1695,7 +1694,8 @@ class GroupReconciliationsApi:
1695
1694
  '_request_timeout',
1696
1695
  '_request_auth',
1697
1696
  '_content_type',
1698
- '_headers'
1697
+ '_headers',
1698
+ 'opts'
1699
1699
  ]
1700
1700
  )
1701
1701
 
@@ -1765,5 +1765,6 @@ class GroupReconciliationsApi:
1765
1765
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1766
1766
  _preload_content=_params.get('_preload_content', True),
1767
1767
  _request_timeout=_params.get('_request_timeout'),
1768
+ opts=_params.get('opts'),
1768
1769
  collection_formats=_collection_formats,
1769
1770
  _request_auth=_params.get('_request_auth'))