@@ -178,27 +178,34 @@ Types:
178178
179179``` python
180180from lithic.types import (
181- Card,
182181 CardSpendLimits,
183182 SpendLimitDuration,
183+ CardCreateResponse,
184+ CardRetrieveResponse,
185+ CardUpdateResponse,
186+ CardListResponse,
187+ CardConvertPhysicalResponse,
184188 CardEmbedResponse,
185189 CardProvisionResponse,
190+ CardReissueResponse,
191+ CardRenewResponse,
192+ CardSearchByPanResponse,
186193)
187194```
188195
189196Methods:
190197
191- - <code title =" post /v1/cards " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >create</a >(\*\* <a href =" src/lithic/types/card_create_params.py " >params</a >) -> <a href =" ./src/lithic/types/card .py " >Card </a ></code >
192- - <code title =" get /v1/cards/{card_token} " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >retrieve</a >(card_token) -> <a href =" ./src/lithic/types/card .py " >Card </a ></code >
193- - <code title =" patch /v1/cards/{card_token} " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >update</a >(card_token, \*\* <a href =" src/lithic/types/card_update_params.py " >params</a >) -> <a href =" ./src/lithic/types/card .py " >Card </a ></code >
194- - <code title =" get /v1/cards " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >list</a >(\*\* <a href =" src/lithic/types/card_list_params.py " >params</a >) -> <a href =" ./src/lithic/types/card .py " >SyncCursorPage[ Card ] </a ></code >
195- - <code title =" post /v1/cards/{card_token}/convert_physical " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >convert_physical</a >(card_token, \*\* <a href =" src/lithic/types/card_convert_physical_params.py " >params</a >) -> <a href =" ./src/lithic/types/card .py " >Card </a ></code >
198+ - <code title =" post /v1/cards " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >create</a >(\*\* <a href =" src/lithic/types/card_create_params.py " >params</a >) -> <a href =" ./src/lithic/types/card_create_response .py " >CardCreateResponse </a ></code >
199+ - <code title =" get /v1/cards/{card_token} " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >retrieve</a >(card_token) -> <a href =" ./src/lithic/types/card_retrieve_response .py " >CardRetrieveResponse </a ></code >
200+ - <code title =" patch /v1/cards/{card_token} " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >update</a >(card_token, \*\* <a href =" src/lithic/types/card_update_params.py " >params</a >) -> <a href =" ./src/lithic/types/card_update_response .py " >CardUpdateResponse </a ></code >
201+ - <code title =" get /v1/cards " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >list</a >(\*\* <a href =" src/lithic/types/card_list_params.py " >params</a >) -> <a href =" ./src/lithic/types/card_list_response .py " >SyncCursorPage[ CardListResponse ] </a ></code >
202+ - <code title =" post /v1/cards/{card_token}/convert_physical " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >convert_physical</a >(card_token, \*\* <a href =" src/lithic/types/card_convert_physical_params.py " >params</a >) -> <a href =" ./src/lithic/types/card_convert_physical_response .py " >CardConvertPhysicalResponse </a ></code >
196203- <code title =" get /v1/embed/card " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >embed</a >(\*\* <a href =" src/lithic/types/card_embed_params.py " >params</a >) -> str</code >
197204- <code title =" post /v1/cards/{card_token}/provision " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >provision</a >(card_token, \*\* <a href =" src/lithic/types/card_provision_params.py " >params</a >) -> <a href =" ./src/lithic/types/card_provision_response.py " >CardProvisionResponse</a ></code >
198- - <code title =" post /v1/cards/{card_token}/reissue " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >reissue</a >(card_token, \*\* <a href =" src/lithic/types/card_reissue_params.py " >params</a >) -> <a href =" ./src/lithic/types/card .py " >Card </a ></code >
199- - <code title =" post /v1/cards/{card_token}/renew " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >renew</a >(card_token, \*\* <a href =" src/lithic/types/card_renew_params.py " >params</a >) -> <a href =" ./src/lithic/types/card .py " >Card </a ></code >
205+ - <code title =" post /v1/cards/{card_token}/reissue " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >reissue</a >(card_token, \*\* <a href =" src/lithic/types/card_reissue_params.py " >params</a >) -> <a href =" ./src/lithic/types/card_reissue_response .py " >CardReissueResponse </a ></code >
206+ - <code title =" post /v1/cards/{card_token}/renew " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >renew</a >(card_token, \*\* <a href =" src/lithic/types/card_renew_params.py " >params</a >) -> <a href =" ./src/lithic/types/card_renew_response .py " >CardRenewResponse </a ></code >
200207- <code title =" get /v1/cards/{card_token}/spend_limits " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >retrieve_spend_limits</a >(card_token) -> <a href =" ./src/lithic/types/card_spend_limits.py " >CardSpendLimits</a ></code >
201- - <code title =" post /v1/cards/search_by_pan " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >search_by_pan</a >(\*\* <a href =" src/lithic/types/card_search_by_pan_params.py " >params</a >) -> <a href =" ./src/lithic/types/card .py " >Card </a ></code >
208+ - <code title =" post /v1/cards/search_by_pan " >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >search_by_pan</a >(\*\* <a href =" src/lithic/types/card_search_by_pan_params.py " >params</a >) -> <a href =" ./src/lithic/types/card_search_by_pan_response .py " >CardSearchByPanResponse </a ></code >
202209- <code >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >get_embed_html</a >(\* args) -> str</code >
203210- <code >client.cards.<a href =" ./src/lithic/resources/cards/cards.py " >get_embed_url</a >(\* args) -> URL</code >
204211
0 commit comments