diff --git a/docs/html/.buildinfo b/docs/html/.buildinfo index 4df7e302b..0f88374dd 100644 --- a/docs/html/.buildinfo +++ b/docs/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: e52be7b4f011a635dc06a208f68f244c +config: 411795e469389165777ee784bd0a4b59 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/html/.doctrees/environment.pickle b/docs/html/.doctrees/environment.pickle index 8a2e0d191..16e309cda 100644 Binary files a/docs/html/.doctrees/environment.pickle and b/docs/html/.doctrees/environment.pickle differ diff --git a/docs/html/.doctrees/modules/kittycad.api.payments.doctree b/docs/html/.doctrees/modules/kittycad.api.payments.doctree index 18c0c82ce..91ad276ae 100644 Binary files a/docs/html/.doctrees/modules/kittycad.api.payments.doctree and b/docs/html/.doctrees/modules/kittycad.api.payments.doctree differ diff --git a/docs/html/.doctrees/modules/kittycad.api.payments.get_payment_balance_for_user.doctree b/docs/html/.doctrees/modules/kittycad.api.payments.get_payment_balance_for_user.doctree new file mode 100644 index 000000000..119562674 Binary files /dev/null and b/docs/html/.doctrees/modules/kittycad.api.payments.get_payment_balance_for_user.doctree differ diff --git a/docs/html/.doctrees/modules/kittycad.models.customer_balance.doctree b/docs/html/.doctrees/modules/kittycad.models.customer_balance.doctree new file mode 100644 index 000000000..9679bfb94 Binary files /dev/null and b/docs/html/.doctrees/modules/kittycad.models.customer_balance.doctree differ diff --git a/docs/html/.doctrees/modules/kittycad.models.doctree b/docs/html/.doctrees/modules/kittycad.models.doctree index 5a3282a0e..4d3576102 100644 Binary files a/docs/html/.doctrees/modules/kittycad.models.doctree and b/docs/html/.doctrees/modules/kittycad.models.doctree differ diff --git a/docs/html/_sources/modules/kittycad.api.payments.get_payment_balance_for_user.rst.txt b/docs/html/_sources/modules/kittycad.api.payments.get_payment_balance_for_user.rst.txt new file mode 100644 index 000000000..fd5c06337 --- /dev/null +++ b/docs/html/_sources/modules/kittycad.api.payments.get_payment_balance_for_user.rst.txt @@ -0,0 +1,32 @@ +kittycad.api.payments.get\_payment\_balance\_for\_user +====================================================== + +.. automodule:: kittycad.api.payments.get_payment_balance_for_user + + + + + + + + .. rubric:: Functions + + .. autosummary:: + + asyncio + asyncio_detailed + sync + sync_detailed + + + + + + + + + + + + + diff --git a/docs/html/_sources/modules/kittycad.api.payments.rst.txt b/docs/html/_sources/modules/kittycad.api.payments.rst.txt index a06494126..7ae3ae52f 100644 --- a/docs/html/_sources/modules/kittycad.api.payments.rst.txt +++ b/docs/html/_sources/modules/kittycad.api.payments.rst.txt @@ -1,4 +1,4 @@ -kittycad.api.payments +kittycad.api.payments ===================== .. automodule:: kittycad.api.payments @@ -31,6 +31,7 @@ kittycad.api.payments kittycad.api.payments.create_payment_intent_for_user kittycad.api.payments.delete_payment_information_for_user kittycad.api.payments.delete_payment_method_for_user + kittycad.api.payments.get_payment_balance_for_user kittycad.api.payments.get_payment_information_for_user kittycad.api.payments.list_invoices_for_user kittycad.api.payments.list_payment_methods_for_user diff --git a/docs/html/_sources/modules/kittycad.models.customer_balance.rst.txt b/docs/html/_sources/modules/kittycad.models.customer_balance.rst.txt new file mode 100644 index 000000000..a9bbb9199 --- /dev/null +++ b/docs/html/_sources/modules/kittycad.models.customer_balance.rst.txt @@ -0,0 +1,29 @@ +kittycad.models.customer\_balance +================================= + +.. automodule:: kittycad.models.customer_balance + + + + + + + + + + + + .. rubric:: Classes + + .. autosummary:: + + CustomerBalance + + + + + + + + + diff --git a/docs/html/_sources/modules/kittycad.models.rst.txt b/docs/html/_sources/modules/kittycad.models.rst.txt index 6e3b323fd..abd6b9479 100644 --- a/docs/html/_sources/modules/kittycad.models.rst.txt +++ b/docs/html/_sources/modules/kittycad.models.rst.txt @@ -50,6 +50,7 @@ kittycad.models.created_at_sort_mode kittycad.models.currency kittycad.models.customer + kittycad.models.customer_balance kittycad.models.device_access_token_request_form kittycad.models.device_auth_request_form kittycad.models.device_auth_verify_params diff --git a/docs/html/_static/documentation_options.js b/docs/html/_static/documentation_options.js index dedfaf27d..e81bca3db 100644 --- a/docs/html/_static/documentation_options.js +++ b/docs/html/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: 'v0.2.4', + VERSION: 'v0.2.5', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/html/api/kittycad.Client.html b/docs/html/api/kittycad.Client.html index 9ec8a8bb2..dfb3555b1 100644 --- a/docs/html/api/kittycad.Client.html +++ b/docs/html/api/kittycad.Client.html @@ -4,7 +4,7 @@ -