@@ -94,14 +94,27 @@ from lithic.types.auth_rules import (
9494
9595Methods:
9696
97- - <code title =" post /v2/auth_rules " >client.auth_rules.v2.<a href =" ./src/lithic/resources/auth_rules/v2.py " >create</a >(\*\* <a href =" src/lithic/types/auth_rules/v2_create_params.py " >params</a >) -> <a href =" ./src/lithic/types/auth_rules/v2_create_response.py " >V2CreateResponse</a ></code >
98- - <code title =" get /v2/auth_rules/{auth_rule_token} " >client.auth_rules.v2.<a href =" ./src/lithic/resources/auth_rules/v2.py " >retrieve</a >(auth_rule_token) -> <a href =" ./src/lithic/types/auth_rules/v2_retrieve_response.py " >V2RetrieveResponse</a ></code >
99- - <code title =" patch /v2/auth_rules/{auth_rule_token} " >client.auth_rules.v2.<a href =" ./src/lithic/resources/auth_rules/v2.py " >update</a >(auth_rule_token, \*\* <a href =" src/lithic/types/auth_rules/v2_update_params.py " >params</a >) -> <a href =" ./src/lithic/types/auth_rules/v2_update_response.py " >V2UpdateResponse</a ></code >
100- - <code title =" get /v2/auth_rules " >client.auth_rules.v2.<a href =" ./src/lithic/resources/auth_rules/v2.py " >list</a >(\*\* <a href =" src/lithic/types/auth_rules/v2_list_params.py " >params</a >) -> <a href =" ./src/lithic/types/auth_rules/v2_list_response.py " >SyncCursorPage[ V2ListResponse] </a ></code >
101- - <code title =" post /v2/auth_rules/{auth_rule_token}/apply " >client.auth_rules.v2.<a href =" ./src/lithic/resources/auth_rules/v2.py " >apply</a >(auth_rule_token, \*\* <a href =" src/lithic/types/auth_rules/v2_apply_params.py " >params</a >) -> <a href =" ./src/lithic/types/auth_rules/v2_apply_response.py " >V2ApplyResponse</a ></code >
102- - <code title =" post /v2/auth_rules/{auth_rule_token}/draft " >client.auth_rules.v2.<a href =" ./src/lithic/resources/auth_rules/v2.py " >draft</a >(auth_rule_token, \*\* <a href =" src/lithic/types/auth_rules/v2_draft_params.py " >params</a >) -> <a href =" ./src/lithic/types/auth_rules/v2_draft_response.py " >V2DraftResponse</a ></code >
103- - <code title =" post /v2/auth_rules/{auth_rule_token}/promote " >client.auth_rules.v2.<a href =" ./src/lithic/resources/auth_rules/v2.py " >promote</a >(auth_rule_token) -> <a href =" ./src/lithic/types/auth_rules/v2_promote_response.py " >V2PromoteResponse</a ></code >
104- - <code title =" post /v2/auth_rules/{auth_rule_token}/report " >client.auth_rules.v2.<a href =" ./src/lithic/resources/auth_rules/v2.py " >report</a >(auth_rule_token) -> <a href =" ./src/lithic/types/auth_rules/v2_report_response.py " >V2ReportResponse</a ></code >
97+ - <code title =" post /v2/auth_rules " >client.auth_rules.v2.<a href =" ./src/lithic/resources/auth_rules/v2/v2.py " >create</a >(\*\* <a href =" src/lithic/types/auth_rules/v2_create_params.py " >params</a >) -> <a href =" ./src/lithic/types/auth_rules/v2_create_response.py " >V2CreateResponse</a ></code >
98+ - <code title =" get /v2/auth_rules/{auth_rule_token} " >client.auth_rules.v2.<a href =" ./src/lithic/resources/auth_rules/v2/v2.py " >retrieve</a >(auth_rule_token) -> <a href =" ./src/lithic/types/auth_rules/v2_retrieve_response.py " >V2RetrieveResponse</a ></code >
99+ - <code title =" patch /v2/auth_rules/{auth_rule_token} " >client.auth_rules.v2.<a href =" ./src/lithic/resources/auth_rules/v2/v2.py " >update</a >(auth_rule_token, \*\* <a href =" src/lithic/types/auth_rules/v2_update_params.py " >params</a >) -> <a href =" ./src/lithic/types/auth_rules/v2_update_response.py " >V2UpdateResponse</a ></code >
100+ - <code title =" get /v2/auth_rules " >client.auth_rules.v2.<a href =" ./src/lithic/resources/auth_rules/v2/v2.py " >list</a >(\*\* <a href =" src/lithic/types/auth_rules/v2_list_params.py " >params</a >) -> <a href =" ./src/lithic/types/auth_rules/v2_list_response.py " >SyncCursorPage[ V2ListResponse] </a ></code >
101+ - <code title =" post /v2/auth_rules/{auth_rule_token}/apply " >client.auth_rules.v2.<a href =" ./src/lithic/resources/auth_rules/v2/v2.py " >apply</a >(auth_rule_token, \*\* <a href =" src/lithic/types/auth_rules/v2_apply_params.py " >params</a >) -> <a href =" ./src/lithic/types/auth_rules/v2_apply_response.py " >V2ApplyResponse</a ></code >
102+ - <code title =" post /v2/auth_rules/{auth_rule_token}/draft " >client.auth_rules.v2.<a href =" ./src/lithic/resources/auth_rules/v2/v2.py " >draft</a >(auth_rule_token, \*\* <a href =" src/lithic/types/auth_rules/v2_draft_params.py " >params</a >) -> <a href =" ./src/lithic/types/auth_rules/v2_draft_response.py " >V2DraftResponse</a ></code >
103+ - <code title =" post /v2/auth_rules/{auth_rule_token}/promote " >client.auth_rules.v2.<a href =" ./src/lithic/resources/auth_rules/v2/v2.py " >promote</a >(auth_rule_token) -> <a href =" ./src/lithic/types/auth_rules/v2_promote_response.py " >V2PromoteResponse</a ></code >
104+ - <code title =" post /v2/auth_rules/{auth_rule_token}/report " >client.auth_rules.v2.<a href =" ./src/lithic/resources/auth_rules/v2/v2.py " >report</a >(auth_rule_token) -> <a href =" ./src/lithic/types/auth_rules/v2_report_response.py " >V2ReportResponse</a ></code >
105+
106+ ### Backtests
107+
108+ Types:
109+
110+ ``` python
111+ from lithic.types.auth_rules.v2 import BacktestResults, BacktestCreateResponse
112+ ```
113+
114+ Methods:
115+
116+ - <code title =" post /v2/auth_rules/{auth_rule_token}/backtests " >client.auth_rules.v2.backtests.<a href =" ./src/lithic/resources/auth_rules/v2/backtests.py " >create</a >(auth_rule_token, \*\* <a href =" src/lithic/types/auth_rules/v2/backtest_create_params.py " >params</a >) -> <a href =" ./src/lithic/types/auth_rules/v2/backtest_create_response.py " >BacktestCreateResponse</a ></code >
117+ - <code title =" get /v2/auth_rules/{auth_rule_token}/backtests/{auth_rule_backtest_token} " >client.auth_rules.v2.backtests.<a href =" ./src/lithic/resources/auth_rules/v2/backtests.py " >retrieve</a >(auth_rule_backtest_token, \* , auth_rule_token) -> <a href =" ./src/lithic/types/auth_rules/v2/backtest_results.py " >BacktestResults</a ></code >
105118
106119# AuthStreamEnrollment
107120
0 commit comments