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
@@ -45,6 +45,7 @@ from lusid.exceptions import ( # noqa: F401
45
45
  ApiTypeError,
46
46
  ApiValueError
47
47
  )
48
+ from lusid.extensions.configuration_options import ConfigurationOptions
48
49
 
49
50
 
50
51
  class CalendarsApi:
@@ -84,10 +85,9 @@ class CalendarsApi:
84
85
  :type add_business_days_to_date_request: AddBusinessDaysToDateRequest
85
86
  :param async_req: Whether to execute the request asynchronously.
86
87
  :type async_req: bool, optional
87
- :param _request_timeout: timeout setting for this request.
88
- If one number provided, it will be total request
89
- timeout. It can also be a pair (tuple) of
90
- (connection, read) timeouts.
88
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
89
+ :param opts: Configuration options for this request
90
+ :type opts: ConfigurationOptions, optional
91
91
  :return: Returns the result object.
92
92
  If the method is called asynchronously,
93
93
  returns the request thread.
@@ -126,10 +126,9 @@ class CalendarsApi:
126
126
  :param _return_http_data_only: response data instead of ApiResponse
127
127
  object with status code, headers, etc
128
128
  :type _return_http_data_only: bool, optional
129
- :param _request_timeout: timeout setting for this request. If one
130
- number provided, it will be total request
131
- timeout. It can also be a pair (tuple) of
132
- (connection, read) timeouts.
129
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
130
+ :param opts: Configuration options for this request
131
+ :type opts: ConfigurationOptions, optional
133
132
  :param _request_auth: set to override the auth_settings for an a single
134
133
  request; this effectively ignores the authentication
135
134
  in the spec for a single request.
@@ -155,7 +154,8 @@ class CalendarsApi:
155
154
  '_request_timeout',
156
155
  '_request_auth',
157
156
  '_content_type',
158
- '_headers'
157
+ '_headers',
158
+ 'opts'
159
159
  ]
160
160
  )
161
161
 
@@ -222,6 +222,7 @@ class CalendarsApi:
222
222
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
223
223
  _preload_content=_params.get('_preload_content', True),
224
224
  _request_timeout=_params.get('_request_timeout'),
225
+ opts=_params.get('opts'),
225
226
  collection_formats=_collection_formats,
226
227
  _request_auth=_params.get('_request_auth'))
227
228
 
@@ -252,10 +253,9 @@ class CalendarsApi:
252
253
  :type create_date_request: CreateDateRequest
253
254
  :param async_req: Whether to execute the request asynchronously.
254
255
  :type async_req: bool, optional
255
- :param _request_timeout: timeout setting for this request.
256
- If one number provided, it will be total request
257
- timeout. It can also be a pair (tuple) of
258
- (connection, read) timeouts.
256
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
257
+ :param opts: Configuration options for this request
258
+ :type opts: ConfigurationOptions, optional
259
259
  :return: Returns the result object.
260
260
  If the method is called asynchronously,
261
261
  returns the request thread.
@@ -296,10 +296,9 @@ class CalendarsApi:
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.
@@ -326,7 +325,8 @@ class CalendarsApi:
326
325
  '_request_timeout',
327
326
  '_request_auth',
328
327
  '_content_type',
329
- '_headers'
328
+ '_headers',
329
+ 'opts'
330
330
  ]
331
331
  )
332
332
 
@@ -396,6 +396,7 @@ class CalendarsApi:
396
396
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
397
397
  _preload_content=_params.get('_preload_content', True),
398
398
  _request_timeout=_params.get('_request_timeout'),
399
+ opts=_params.get('opts'),
399
400
  collection_formats=_collection_formats,
400
401
  _request_auth=_params.get('_request_auth'))
401
402
 
@@ -428,10 +429,9 @@ class CalendarsApi:
428
429
  :type request_body: Dict[str, CreateDateRequest]
429
430
  :param async_req: Whether to execute the request asynchronously.
430
431
  :type async_req: bool, optional
431
- :param _request_timeout: timeout setting for this request.
432
- If one number provided, it will be total request
433
- timeout. It can also be a pair (tuple) of
434
- (connection, read) timeouts.
432
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
433
+ :param opts: Configuration options for this request
434
+ :type opts: ConfigurationOptions, optional
435
435
  :return: Returns the result object.
436
436
  If the method is called asynchronously,
437
437
  returns the request thread.
@@ -474,10 +474,9 @@ class CalendarsApi:
474
474
  :param _return_http_data_only: response data instead of ApiResponse
475
475
  object with status code, headers, etc
476
476
  :type _return_http_data_only: bool, optional
477
- :param _request_timeout: timeout setting for this request. If one
478
- number provided, it will be total request
479
- timeout. It can also be a pair (tuple) of
480
- (connection, read) timeouts.
477
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
478
+ :param opts: Configuration options for this request
479
+ :type opts: ConfigurationOptions, optional
481
480
  :param _request_auth: set to override the auth_settings for an a single
482
481
  request; this effectively ignores the authentication
483
482
  in the spec for a single request.
@@ -505,7 +504,8 @@ class CalendarsApi:
505
504
  '_request_timeout',
506
505
  '_request_auth',
507
506
  '_content_type',
508
- '_headers'
507
+ '_headers',
508
+ 'opts'
509
509
  ]
510
510
  )
511
511
 
@@ -578,6 +578,7 @@ class CalendarsApi:
578
578
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
579
579
  _preload_content=_params.get('_preload_content', True),
580
580
  _request_timeout=_params.get('_request_timeout'),
581
+ opts=_params.get('opts'),
581
582
  collection_formats=_collection_formats,
582
583
  _request_auth=_params.get('_request_auth'))
583
584
 
@@ -604,10 +605,9 @@ class CalendarsApi:
604
605
  :type create_calendar_request: CreateCalendarRequest
605
606
  :param async_req: Whether to execute the request asynchronously.
606
607
  :type async_req: bool, optional
607
- :param _request_timeout: timeout setting for this request.
608
- If one number provided, it will be total request
609
- timeout. It can also be a pair (tuple) of
610
- (connection, read) timeouts.
608
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
609
+ :param opts: Configuration options for this request
610
+ :type opts: ConfigurationOptions, optional
611
611
  :return: Returns the result object.
612
612
  If the method is called asynchronously,
613
613
  returns the request thread.
@@ -644,10 +644,9 @@ class CalendarsApi:
644
644
  :param _return_http_data_only: response data instead of ApiResponse
645
645
  object with status code, headers, etc
646
646
  :type _return_http_data_only: bool, optional
647
- :param _request_timeout: timeout setting for this request. If one
648
- number provided, it will be total request
649
- timeout. It can also be a pair (tuple) of
650
- (connection, read) timeouts.
647
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
648
+ :param opts: Configuration options for this request
649
+ :type opts: ConfigurationOptions, optional
651
650
  :param _request_auth: set to override the auth_settings for an a single
652
651
  request; this effectively ignores the authentication
653
652
  in the spec for a single request.
@@ -672,7 +671,8 @@ class CalendarsApi:
672
671
  '_request_timeout',
673
672
  '_request_auth',
674
673
  '_content_type',
675
- '_headers'
674
+ '_headers',
675
+ 'opts'
676
676
  ]
677
677
  )
678
678
 
@@ -736,6 +736,7 @@ class CalendarsApi:
736
736
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
737
737
  _preload_content=_params.get('_preload_content', True),
738
738
  _request_timeout=_params.get('_request_timeout'),
739
+ opts=_params.get('opts'),
739
740
  collection_formats=_collection_formats,
740
741
  _request_auth=_params.get('_request_auth'))
741
742
 
@@ -764,10 +765,9 @@ class CalendarsApi:
764
765
  :type code: str
765
766
  :param async_req: Whether to execute the request asynchronously.
766
767
  :type async_req: bool, optional
767
- :param _request_timeout: timeout setting for this request.
768
- If one number provided, it will be total request
769
- timeout. It can also be a pair (tuple) of
770
- (connection, read) timeouts.
768
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
769
+ :param opts: Configuration options for this request
770
+ :type opts: ConfigurationOptions, optional
771
771
  :return: Returns the result object.
772
772
  If the method is called asynchronously,
773
773
  returns the request thread.
@@ -806,10 +806,9 @@ class CalendarsApi:
806
806
  :param _return_http_data_only: response data instead of ApiResponse
807
807
  object with status code, headers, etc
808
808
  :type _return_http_data_only: bool, optional
809
- :param _request_timeout: timeout setting for this request. If one
810
- number provided, it will be total request
811
- timeout. It can also be a pair (tuple) of
812
- (connection, read) timeouts.
809
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
810
+ :param opts: Configuration options for this request
811
+ :type opts: ConfigurationOptions, optional
813
812
  :param _request_auth: set to override the auth_settings for an a single
814
813
  request; this effectively ignores the authentication
815
814
  in the spec for a single request.
@@ -835,7 +834,8 @@ class CalendarsApi:
835
834
  '_request_timeout',
836
835
  '_request_auth',
837
836
  '_content_type',
838
- '_headers'
837
+ '_headers',
838
+ 'opts'
839
839
  ]
840
840
  )
841
841
 
@@ -895,6 +895,7 @@ class CalendarsApi:
895
895
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
896
896
  _preload_content=_params.get('_preload_content', True),
897
897
  _request_timeout=_params.get('_request_timeout'),
898
+ opts=_params.get('opts'),
898
899
  collection_formats=_collection_formats,
899
900
  _request_auth=_params.get('_request_auth'))
900
901
 
@@ -925,10 +926,9 @@ class CalendarsApi:
925
926
  :type date_id: str
926
927
  :param async_req: Whether to execute the request asynchronously.
927
928
  :type async_req: bool, optional
928
- :param _request_timeout: timeout setting for this request.
929
- If one number provided, it will be total request
930
- timeout. It can also be a pair (tuple) of
931
- (connection, read) timeouts.
929
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
930
+ :param opts: Configuration options for this request
931
+ :type opts: ConfigurationOptions, optional
932
932
  :return: Returns the result object.
933
933
  If the method is called asynchronously,
934
934
  returns the request thread.
@@ -969,10 +969,9 @@ class CalendarsApi:
969
969
  :param _return_http_data_only: response data instead of ApiResponse
970
970
  object with status code, headers, etc
971
971
  :type _return_http_data_only: bool, optional
972
- :param _request_timeout: timeout setting for this request. If one
973
- number provided, it will be total request
974
- timeout. It can also be a pair (tuple) of
975
- (connection, read) timeouts.
972
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
973
+ :param opts: Configuration options for this request
974
+ :type opts: ConfigurationOptions, optional
976
975
  :param _request_auth: set to override the auth_settings for an a single
977
976
  request; this effectively ignores the authentication
978
977
  in the spec for a single request.
@@ -999,7 +998,8 @@ class CalendarsApi:
999
998
  '_request_timeout',
1000
999
  '_request_auth',
1001
1000
  '_content_type',
1002
- '_headers'
1001
+ '_headers',
1002
+ 'opts'
1003
1003
  ]
1004
1004
  )
1005
1005
 
@@ -1062,6 +1062,7 @@ class CalendarsApi:
1062
1062
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1063
1063
  _preload_content=_params.get('_preload_content', True),
1064
1064
  _request_timeout=_params.get('_request_timeout'),
1065
+ opts=_params.get('opts'),
1065
1066
  collection_formats=_collection_formats,
1066
1067
  _request_auth=_params.get('_request_auth'))
1067
1068
 
@@ -1092,10 +1093,9 @@ class CalendarsApi:
1092
1093
  :type request_body: List[str]
1093
1094
  :param async_req: Whether to execute the request asynchronously.
1094
1095
  :type async_req: bool, optional
1095
- :param _request_timeout: timeout setting for this request.
1096
- If one number provided, it will be total request
1097
- timeout. It can also be a pair (tuple) of
1098
- (connection, read) timeouts.
1096
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1097
+ :param opts: Configuration options for this request
1098
+ :type opts: ConfigurationOptions, optional
1099
1099
  :return: Returns the result object.
1100
1100
  If the method is called asynchronously,
1101
1101
  returns the request thread.
@@ -1136,10 +1136,9 @@ class CalendarsApi:
1136
1136
  :param _return_http_data_only: response data instead of ApiResponse
1137
1137
  object with status code, headers, etc
1138
1138
  :type _return_http_data_only: bool, optional
1139
- :param _request_timeout: timeout setting for this request. If one
1140
- number provided, it will be total request
1141
- timeout. It can also be a pair (tuple) of
1142
- (connection, read) timeouts.
1139
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1140
+ :param opts: Configuration options for this request
1141
+ :type opts: ConfigurationOptions, optional
1143
1142
  :param _request_auth: set to override the auth_settings for an a single
1144
1143
  request; this effectively ignores the authentication
1145
1144
  in the spec for a single request.
@@ -1166,7 +1165,8 @@ class CalendarsApi:
1166
1165
  '_request_timeout',
1167
1166
  '_request_auth',
1168
1167
  '_content_type',
1169
- '_headers'
1168
+ '_headers',
1169
+ 'opts'
1170
1170
  ]
1171
1171
  )
1172
1172
 
@@ -1236,6 +1236,7 @@ class CalendarsApi:
1236
1236
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1237
1237
  _preload_content=_params.get('_preload_content', True),
1238
1238
  _request_timeout=_params.get('_request_timeout'),
1239
+ opts=_params.get('opts'),
1239
1240
  collection_formats=_collection_formats,
1240
1241
  _request_auth=_params.get('_request_auth'))
1241
1242
 
@@ -1266,10 +1267,9 @@ class CalendarsApi:
1266
1267
  :type as_at: datetime
1267
1268
  :param async_req: Whether to execute the request asynchronously.
1268
1269
  :type async_req: bool, optional
1269
- :param _request_timeout: timeout setting for this request.
1270
- If one number provided, it will be total request
1271
- timeout. It can also be a pair (tuple) of
1272
- (connection, read) timeouts.
1270
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1271
+ :param opts: Configuration options for this request
1272
+ :type opts: ConfigurationOptions, optional
1273
1273
  :return: Returns the result object.
1274
1274
  If the method is called asynchronously,
1275
1275
  returns the request thread.
@@ -1310,10 +1310,9 @@ class CalendarsApi:
1310
1310
  :param _return_http_data_only: response data instead of ApiResponse
1311
1311
  object with status code, headers, etc
1312
1312
  :type _return_http_data_only: bool, optional
1313
- :param _request_timeout: timeout setting for this request. If one
1314
- number provided, it will be total request
1315
- timeout. It can also be a pair (tuple) of
1316
- (connection, read) timeouts.
1313
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1314
+ :param opts: Configuration options for this request
1315
+ :type opts: ConfigurationOptions, optional
1317
1316
  :param _request_auth: set to override the auth_settings for an a single
1318
1317
  request; this effectively ignores the authentication
1319
1318
  in the spec for a single request.
@@ -1340,7 +1339,8 @@ class CalendarsApi:
1340
1339
  '_request_timeout',
1341
1340
  '_request_auth',
1342
1341
  '_content_type',
1343
- '_headers'
1342
+ '_headers',
1343
+ 'opts'
1344
1344
  ]
1345
1345
  )
1346
1346
 
@@ -1413,6 +1413,7 @@ class CalendarsApi:
1413
1413
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1414
1414
  _preload_content=_params.get('_preload_content', True),
1415
1415
  _request_timeout=_params.get('_request_timeout'),
1416
+ opts=_params.get('opts'),
1416
1417
  collection_formats=_collection_formats,
1417
1418
  _request_auth=_params.get('_request_auth'))
1418
1419
 
@@ -1445,10 +1446,9 @@ class CalendarsApi:
1445
1446
  :type as_at: datetime
1446
1447
  :param async_req: Whether to execute the request asynchronously.
1447
1448
  :type async_req: bool, optional
1448
- :param _request_timeout: timeout setting for this request.
1449
- If one number provided, it will be total request
1450
- timeout. It can also be a pair (tuple) of
1451
- (connection, read) timeouts.
1449
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1450
+ :param opts: Configuration options for this request
1451
+ :type opts: ConfigurationOptions, optional
1452
1452
  :return: Returns the result object.
1453
1453
  If the method is called asynchronously,
1454
1454
  returns the request thread.
@@ -1491,10 +1491,9 @@ class CalendarsApi:
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.
@@ -1522,7 +1521,8 @@ class CalendarsApi:
1522
1521
  '_request_timeout',
1523
1522
  '_request_auth',
1524
1523
  '_content_type',
1525
- '_headers'
1524
+ '_headers',
1525
+ 'opts'
1526
1526
  ]
1527
1527
  )
1528
1528
 
@@ -1592,6 +1592,7 @@ class CalendarsApi:
1592
1592
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1593
1593
  _preload_content=_params.get('_preload_content', True),
1594
1594
  _request_timeout=_params.get('_request_timeout'),
1595
+ opts=_params.get('opts'),
1595
1596
  collection_formats=_collection_formats,
1596
1597
  _request_auth=_params.get('_request_auth'))
1597
1598
 
@@ -1628,10 +1629,9 @@ class CalendarsApi:
1628
1629
  :type id_filter: List[str]
1629
1630
  :param async_req: Whether to execute the request asynchronously.
1630
1631
  :type async_req: bool, optional
1631
- :param _request_timeout: timeout setting for this request.
1632
- If one number provided, it will be total request
1633
- timeout. It can also be a pair (tuple) of
1634
- (connection, read) timeouts.
1632
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1633
+ :param opts: Configuration options for this request
1634
+ :type opts: ConfigurationOptions, optional
1635
1635
  :return: Returns the result object.
1636
1636
  If the method is called asynchronously,
1637
1637
  returns the request thread.
@@ -1678,10 +1678,9 @@ class CalendarsApi:
1678
1678
  :param _return_http_data_only: response data instead of ApiResponse
1679
1679
  object with status code, headers, etc
1680
1680
  :type _return_http_data_only: bool, optional
1681
- :param _request_timeout: timeout setting for this request. If one
1682
- number provided, it will be total request
1683
- timeout. It can also be a pair (tuple) of
1684
- (connection, read) timeouts.
1681
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1682
+ :param opts: Configuration options for this request
1683
+ :type opts: ConfigurationOptions, optional
1685
1684
  :param _request_auth: set to override the auth_settings for an a single
1686
1685
  request; this effectively ignores the authentication
1687
1686
  in the spec for a single request.
@@ -1711,7 +1710,8 @@ class CalendarsApi:
1711
1710
  '_request_timeout',
1712
1711
  '_request_auth',
1713
1712
  '_content_type',
1714
- '_headers'
1713
+ '_headers',
1714
+ 'opts'
1715
1715
  ]
1716
1716
  )
1717
1717
 
@@ -1787,6 +1787,7 @@ class CalendarsApi:
1787
1787
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1788
1788
  _preload_content=_params.get('_preload_content', True),
1789
1789
  _request_timeout=_params.get('_request_timeout'),
1790
+ opts=_params.get('opts'),
1790
1791
  collection_formats=_collection_formats,
1791
1792
  _request_auth=_params.get('_request_auth'))
1792
1793
 
@@ -1819,10 +1820,9 @@ class CalendarsApi:
1819
1820
  :type as_at: datetime
1820
1821
  :param async_req: Whether to execute the request asynchronously.
1821
1822
  :type async_req: bool, optional
1822
- :param _request_timeout: timeout setting for this request.
1823
- If one number provided, it will be total request
1824
- timeout. It can also be a pair (tuple) of
1825
- (connection, read) timeouts.
1823
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1824
+ :param opts: Configuration options for this request
1825
+ :type opts: ConfigurationOptions, optional
1826
1826
  :return: Returns the result object.
1827
1827
  If the method is called asynchronously,
1828
1828
  returns the request thread.
@@ -1865,10 +1865,9 @@ class CalendarsApi:
1865
1865
  :param _return_http_data_only: response data instead of ApiResponse
1866
1866
  object with status code, headers, etc
1867
1867
  :type _return_http_data_only: bool, optional
1868
- :param _request_timeout: timeout setting for this request. If one
1869
- number provided, it will be total request
1870
- timeout. It can also be a pair (tuple) of
1871
- (connection, read) timeouts.
1868
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1869
+ :param opts: Configuration options for this request
1870
+ :type opts: ConfigurationOptions, optional
1872
1871
  :param _request_auth: set to override the auth_settings for an a single
1873
1872
  request; this effectively ignores the authentication
1874
1873
  in the spec for a single request.
@@ -1896,7 +1895,8 @@ class CalendarsApi:
1896
1895
  '_request_timeout',
1897
1896
  '_request_auth',
1898
1897
  '_content_type',
1899
- '_headers'
1898
+ '_headers',
1899
+ 'opts'
1900
1900
  ]
1901
1901
  )
1902
1902
 
@@ -1968,6 +1968,7 @@ class CalendarsApi:
1968
1968
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1969
1969
  _preload_content=_params.get('_preload_content', True),
1970
1970
  _request_timeout=_params.get('_request_timeout'),
1971
+ opts=_params.get('opts'),
1971
1972
  collection_formats=_collection_formats,
1972
1973
  _request_auth=_params.get('_request_auth'))
1973
1974
 
@@ -2002,10 +2003,9 @@ class CalendarsApi:
2002
2003
  :type filter: str
2003
2004
  :param async_req: Whether to execute the request asynchronously.
2004
2005
  :type async_req: bool, optional
2005
- :param _request_timeout: timeout setting for this request.
2006
- If one number provided, it will be total request
2007
- timeout. It can also be a pair (tuple) of
2008
- (connection, read) timeouts.
2006
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2007
+ :param opts: Configuration options for this request
2008
+ :type opts: ConfigurationOptions, optional
2009
2009
  :return: Returns the result object.
2010
2010
  If the method is called asynchronously,
2011
2011
  returns the request thread.
@@ -2050,10 +2050,9 @@ class CalendarsApi:
2050
2050
  :param _return_http_data_only: response data instead of ApiResponse
2051
2051
  object with status code, headers, etc
2052
2052
  :type _return_http_data_only: bool, optional
2053
- :param _request_timeout: timeout setting for this request. If one
2054
- number provided, it will be total request
2055
- timeout. It can also be a pair (tuple) of
2056
- (connection, read) timeouts.
2053
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2054
+ :param opts: Configuration options for this request
2055
+ :type opts: ConfigurationOptions, optional
2057
2056
  :param _request_auth: set to override the auth_settings for an a single
2058
2057
  request; this effectively ignores the authentication
2059
2058
  in the spec for a single request.
@@ -2082,7 +2081,8 @@ class CalendarsApi:
2082
2081
  '_request_timeout',
2083
2082
  '_request_auth',
2084
2083
  '_content_type',
2085
- '_headers'
2084
+ '_headers',
2085
+ 'opts'
2086
2086
  ]
2087
2087
  )
2088
2088
 
@@ -2155,6 +2155,7 @@ class CalendarsApi:
2155
2155
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2156
2156
  _preload_content=_params.get('_preload_content', True),
2157
2157
  _request_timeout=_params.get('_request_timeout'),
2158
+ opts=_params.get('opts'),
2158
2159
  collection_formats=_collection_formats,
2159
2160
  _request_auth=_params.get('_request_auth'))
2160
2161
 
@@ -2191,10 +2192,9 @@ class CalendarsApi:
2191
2192
  :type filter: str
2192
2193
  :param async_req: Whether to execute the request asynchronously.
2193
2194
  :type async_req: bool, optional
2194
- :param _request_timeout: timeout setting for this request.
2195
- If one number provided, it will be total request
2196
- timeout. It can also be a pair (tuple) of
2197
- (connection, read) timeouts.
2195
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2196
+ :param opts: Configuration options for this request
2197
+ :type opts: ConfigurationOptions, optional
2198
2198
  :return: Returns the result object.
2199
2199
  If the method is called asynchronously,
2200
2200
  returns the request thread.
@@ -2241,10 +2241,9 @@ class CalendarsApi:
2241
2241
  :param _return_http_data_only: response data instead of ApiResponse
2242
2242
  object with status code, headers, etc
2243
2243
  :type _return_http_data_only: bool, optional
2244
- :param _request_timeout: timeout setting for this request. If one
2245
- number provided, it will be total request
2246
- timeout. It can also be a pair (tuple) of
2247
- (connection, read) timeouts.
2244
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2245
+ :param opts: Configuration options for this request
2246
+ :type opts: ConfigurationOptions, optional
2248
2247
  :param _request_auth: set to override the auth_settings for an a single
2249
2248
  request; this effectively ignores the authentication
2250
2249
  in the spec for a single request.
@@ -2274,7 +2273,8 @@ class CalendarsApi:
2274
2273
  '_request_timeout',
2275
2274
  '_request_auth',
2276
2275
  '_content_type',
2277
- '_headers'
2276
+ '_headers',
2277
+ 'opts'
2278
2278
  ]
2279
2279
  )
2280
2280
 
@@ -2350,6 +2350,7 @@ class CalendarsApi:
2350
2350
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2351
2351
  _preload_content=_params.get('_preload_content', True),
2352
2352
  _request_timeout=_params.get('_request_timeout'),
2353
+ opts=_params.get('opts'),
2353
2354
  collection_formats=_collection_formats,
2354
2355
  _request_auth=_params.get('_request_auth'))
2355
2356
 
@@ -2380,10 +2381,9 @@ class CalendarsApi:
2380
2381
  :type update_calendar_request: UpdateCalendarRequest
2381
2382
  :param async_req: Whether to execute the request asynchronously.
2382
2383
  :type async_req: bool, optional
2383
- :param _request_timeout: timeout setting for this request.
2384
- If one number provided, it will be total request
2385
- timeout. It can also be a pair (tuple) of
2386
- (connection, read) timeouts.
2384
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2385
+ :param opts: Configuration options for this request
2386
+ :type opts: ConfigurationOptions, optional
2387
2387
  :return: Returns the result object.
2388
2388
  If the method is called asynchronously,
2389
2389
  returns the request thread.
@@ -2424,10 +2424,9 @@ class CalendarsApi:
2424
2424
  :param _return_http_data_only: response data instead of ApiResponse
2425
2425
  object with status code, headers, etc
2426
2426
  :type _return_http_data_only: bool, optional
2427
- :param _request_timeout: timeout setting for this request. If one
2428
- number provided, it will be total request
2429
- timeout. It can also be a pair (tuple) of
2430
- (connection, read) timeouts.
2427
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2428
+ :param opts: Configuration options for this request
2429
+ :type opts: ConfigurationOptions, optional
2431
2430
  :param _request_auth: set to override the auth_settings for an a single
2432
2431
  request; this effectively ignores the authentication
2433
2432
  in the spec for a single request.
@@ -2454,7 +2453,8 @@ class CalendarsApi:
2454
2453
  '_request_timeout',
2455
2454
  '_request_auth',
2456
2455
  '_content_type',
2457
- '_headers'
2456
+ '_headers',
2457
+ 'opts'
2458
2458
  ]
2459
2459
  )
2460
2460
 
@@ -2524,5 +2524,6 @@ class CalendarsApi:
2524
2524
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2525
2525
  _preload_content=_params.get('_preload_content', True),
2526
2526
  _request_timeout=_params.get('_request_timeout'),
2527
+ opts=_params.get('opts'),
2527
2528
  collection_formats=_collection_formats,
2528
2529
  _request_auth=_params.get('_request_auth'))