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 @@ - Client — kittycad v0.2.4 documentation + Client — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
- v0.2.4 + v0.2.5
diff --git a/docs/html/api/kittycad.ClientFromEnv.html b/docs/html/api/kittycad.ClientFromEnv.html index c6eb0349b..24480fcde 100644 --- a/docs/html/api/kittycad.ClientFromEnv.html +++ b/docs/html/api/kittycad.ClientFromEnv.html @@ -4,7 +4,7 @@ - ClientFromEnv — kittycad v0.2.4 documentation + ClientFromEnv — kittycad v0.2.5 documentation @@ -30,7 +30,7 @@ kittycad
- v0.2.4 + v0.2.5
diff --git a/docs/html/genindex.html b/docs/html/genindex.html index dea49d030..20c1dc080 100644 --- a/docs/html/genindex.html +++ b/docs/html/genindex.html @@ -3,7 +3,7 @@ - Index — kittycad v0.2.4 documentation + Index — kittycad v0.2.5 documentation @@ -28,7 +28,7 @@ kittycad
- v0.2.4 + v0.2.5
@@ -296,6 +296,13 @@ +
  • + kittycad.api.payments.get_payment_balance_for_user + +
  • @@ -578,6 +585,13 @@
  • +
  • + kittycad.models.customer_balance + +
  • @@ -1026,6 +1040,8 @@
  • 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
  • @@ -1106,6 +1122,8 @@
  • kittycad.models.currency
  • kittycad.models.customer +
  • +
  • kittycad.models.customer_balance
  • kittycad.models.device_access_token_request_form
  • diff --git a/docs/html/index.html b/docs/html/index.html index 7f3adec42..aac29a405 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -4,7 +4,7 @@ - Welcome to kittycad’s documentation! — kittycad v0.2.4 documentation + Welcome to kittycad’s documentation! — kittycad v0.2.5 documentation @@ -30,7 +30,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.beta.html b/docs/html/modules/kittycad.api.beta.html index 311f968c9..afdb74a34 100644 --- a/docs/html/modules/kittycad.api.beta.html +++ b/docs/html/modules/kittycad.api.beta.html @@ -4,7 +4,7 @@ - kittycad.api.beta — kittycad v0.2.4 documentation + kittycad.api.beta — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.file.create_file_conversion.html b/docs/html/modules/kittycad.api.file.create_file_conversion.html index 37b6ac077..bafaab39a 100644 --- a/docs/html/modules/kittycad.api.file.create_file_conversion.html +++ b/docs/html/modules/kittycad.api.file.create_file_conversion.html @@ -4,7 +4,7 @@ - kittycad.api.file.create_file_conversion — kittycad v0.2.4 documentation + kittycad.api.file.create_file_conversion — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.file.create_file_conversion_with_base64_helper.html b/docs/html/modules/kittycad.api.file.create_file_conversion_with_base64_helper.html index 67ca039df..1bfc79b6b 100644 --- a/docs/html/modules/kittycad.api.file.create_file_conversion_with_base64_helper.html +++ b/docs/html/modules/kittycad.api.file.create_file_conversion_with_base64_helper.html @@ -4,7 +4,7 @@ - kittycad.api.file.create_file_conversion_with_base64_helper — kittycad v0.2.4 documentation + kittycad.api.file.create_file_conversion_with_base64_helper — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.file.create_file_density.html b/docs/html/modules/kittycad.api.file.create_file_density.html index 272ce66fb..2d3820e87 100644 --- a/docs/html/modules/kittycad.api.file.create_file_density.html +++ b/docs/html/modules/kittycad.api.file.create_file_density.html @@ -4,7 +4,7 @@ - kittycad.api.file.create_file_density — kittycad v0.2.4 documentation + kittycad.api.file.create_file_density — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.file.create_file_execution.html b/docs/html/modules/kittycad.api.file.create_file_execution.html index 8053d32b8..62bc02c10 100644 --- a/docs/html/modules/kittycad.api.file.create_file_execution.html +++ b/docs/html/modules/kittycad.api.file.create_file_execution.html @@ -4,7 +4,7 @@ - kittycad.api.file.create_file_execution — kittycad v0.2.4 documentation + kittycad.api.file.create_file_execution — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.file.create_file_mass.html b/docs/html/modules/kittycad.api.file.create_file_mass.html index df092a5b0..f85ccd807 100644 --- a/docs/html/modules/kittycad.api.file.create_file_mass.html +++ b/docs/html/modules/kittycad.api.file.create_file_mass.html @@ -4,7 +4,7 @@ - kittycad.api.file.create_file_mass — kittycad v0.2.4 documentation + kittycad.api.file.create_file_mass — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.file.create_file_volume.html b/docs/html/modules/kittycad.api.file.create_file_volume.html index 7f1ad9f45..d38a669cd 100644 --- a/docs/html/modules/kittycad.api.file.create_file_volume.html +++ b/docs/html/modules/kittycad.api.file.create_file_volume.html @@ -4,7 +4,7 @@ - kittycad.api.file.create_file_volume — kittycad v0.2.4 documentation + kittycad.api.file.create_file_volume — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.file.file_conversion_status.html b/docs/html/modules/kittycad.api.file.file_conversion_status.html index c34d101a2..53840f103 100644 --- a/docs/html/modules/kittycad.api.file.file_conversion_status.html +++ b/docs/html/modules/kittycad.api.file.file_conversion_status.html @@ -4,7 +4,7 @@ - kittycad.api.file.file_conversion_status — kittycad v0.2.4 documentation + kittycad.api.file.file_conversion_status — kittycad v0.2.5 documentation @@ -29,7 +29,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.file.file_conversion_status_with_base64_helper.html b/docs/html/modules/kittycad.api.file.file_conversion_status_with_base64_helper.html index 2f1460da5..5a7d2a10a 100644 --- a/docs/html/modules/kittycad.api.file.file_conversion_status_with_base64_helper.html +++ b/docs/html/modules/kittycad.api.file.file_conversion_status_with_base64_helper.html @@ -4,7 +4,7 @@ - kittycad.api.file.file_conversion_status_with_base64_helper — kittycad v0.2.4 documentation + kittycad.api.file.file_conversion_status_with_base64_helper — kittycad v0.2.5 documentation @@ -29,7 +29,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.file.get_file_conversion.html b/docs/html/modules/kittycad.api.file.get_file_conversion.html index d143cf058..1f4383d56 100644 --- a/docs/html/modules/kittycad.api.file.get_file_conversion.html +++ b/docs/html/modules/kittycad.api.file.get_file_conversion.html @@ -4,7 +4,7 @@ - kittycad.api.file.get_file_conversion — kittycad v0.2.4 documentation + kittycad.api.file.get_file_conversion — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.file.get_file_conversion_for_user.html b/docs/html/modules/kittycad.api.file.get_file_conversion_for_user.html index 4e2b0b9be..e9a78c9a3 100644 --- a/docs/html/modules/kittycad.api.file.get_file_conversion_for_user.html +++ b/docs/html/modules/kittycad.api.file.get_file_conversion_for_user.html @@ -4,7 +4,7 @@ - kittycad.api.file.get_file_conversion_for_user — kittycad v0.2.4 documentation + kittycad.api.file.get_file_conversion_for_user — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.file.get_file_conversion_with_base64_helper.html b/docs/html/modules/kittycad.api.file.get_file_conversion_with_base64_helper.html index 673431fd1..711f18322 100644 --- a/docs/html/modules/kittycad.api.file.get_file_conversion_with_base64_helper.html +++ b/docs/html/modules/kittycad.api.file.get_file_conversion_with_base64_helper.html @@ -4,7 +4,7 @@ - kittycad.api.file.get_file_conversion_with_base64_helper — kittycad v0.2.4 documentation + kittycad.api.file.get_file_conversion_with_base64_helper — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.file.html b/docs/html/modules/kittycad.api.file.html index c4a1a3e0f..87448583a 100644 --- a/docs/html/modules/kittycad.api.file.html +++ b/docs/html/modules/kittycad.api.file.html @@ -4,7 +4,7 @@ - kittycad.api.file — kittycad v0.2.4 documentation + kittycad.api.file — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.file.list_file_conversions.html b/docs/html/modules/kittycad.api.file.list_file_conversions.html index 78a35f705..303e5f79f 100644 --- a/docs/html/modules/kittycad.api.file.list_file_conversions.html +++ b/docs/html/modules/kittycad.api.file.list_file_conversions.html @@ -4,7 +4,7 @@ - kittycad.api.file.list_file_conversions — kittycad v0.2.4 documentation + kittycad.api.file.list_file_conversions — kittycad v0.2.5 documentation @@ -29,7 +29,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.file.list_file_conversions_for_user.html b/docs/html/modules/kittycad.api.file.list_file_conversions_for_user.html index 375edfc2a..d1c1601e2 100644 --- a/docs/html/modules/kittycad.api.file.list_file_conversions_for_user.html +++ b/docs/html/modules/kittycad.api.file.list_file_conversions_for_user.html @@ -4,7 +4,7 @@ - kittycad.api.file.list_file_conversions_for_user — kittycad v0.2.4 documentation + kittycad.api.file.list_file_conversions_for_user — kittycad v0.2.5 documentation @@ -29,7 +29,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.file.post_file_conversion.html b/docs/html/modules/kittycad.api.file.post_file_conversion.html index f8e042725..9f8dc3b2c 100644 --- a/docs/html/modules/kittycad.api.file.post_file_conversion.html +++ b/docs/html/modules/kittycad.api.file.post_file_conversion.html @@ -4,7 +4,7 @@ - kittycad.api.file.post_file_conversion — kittycad v0.2.4 documentation + kittycad.api.file.post_file_conversion — kittycad v0.2.5 documentation @@ -29,7 +29,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.file.post_file_conversion_with_base64_helper.html b/docs/html/modules/kittycad.api.file.post_file_conversion_with_base64_helper.html index 13b33cd11..59a3ff178 100644 --- a/docs/html/modules/kittycad.api.file.post_file_conversion_with_base64_helper.html +++ b/docs/html/modules/kittycad.api.file.post_file_conversion_with_base64_helper.html @@ -4,7 +4,7 @@ - kittycad.api.file.post_file_conversion_with_base64_helper — kittycad v0.2.4 documentation + kittycad.api.file.post_file_conversion_with_base64_helper — kittycad v0.2.5 documentation @@ -29,7 +29,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.hidden.html b/docs/html/modules/kittycad.api.hidden.html index 0d73aa09a..f20921558 100644 --- a/docs/html/modules/kittycad.api.hidden.html +++ b/docs/html/modules/kittycad.api.hidden.html @@ -4,7 +4,7 @@ - kittycad.api.hidden — kittycad v0.2.4 documentation + kittycad.api.hidden — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.hidden.listen_auth_email.html b/docs/html/modules/kittycad.api.hidden.listen_auth_email.html index 15fac3421..45f4e510d 100644 --- a/docs/html/modules/kittycad.api.hidden.listen_auth_email.html +++ b/docs/html/modules/kittycad.api.hidden.listen_auth_email.html @@ -4,7 +4,7 @@ - kittycad.api.hidden.listen_auth_email — kittycad v0.2.4 documentation + kittycad.api.hidden.listen_auth_email — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.hidden.listen_auth_email_callback.html b/docs/html/modules/kittycad.api.hidden.listen_auth_email_callback.html index 8774dd44d..7bebee560 100644 --- a/docs/html/modules/kittycad.api.hidden.listen_auth_email_callback.html +++ b/docs/html/modules/kittycad.api.hidden.listen_auth_email_callback.html @@ -4,7 +4,7 @@ - kittycad.api.hidden.listen_auth_email_callback — kittycad v0.2.4 documentation + kittycad.api.hidden.listen_auth_email_callback — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.hidden.login.html b/docs/html/modules/kittycad.api.hidden.login.html index 9c11e1fbe..2df3c6e06 100644 --- a/docs/html/modules/kittycad.api.hidden.login.html +++ b/docs/html/modules/kittycad.api.hidden.login.html @@ -4,7 +4,7 @@ - kittycad.api.hidden.login — kittycad v0.2.4 documentation + kittycad.api.hidden.login — kittycad v0.2.5 documentation @@ -29,7 +29,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.hidden.logout.html b/docs/html/modules/kittycad.api.hidden.logout.html index 9c7b400cd..e9640babe 100644 --- a/docs/html/modules/kittycad.api.hidden.logout.html +++ b/docs/html/modules/kittycad.api.hidden.logout.html @@ -4,7 +4,7 @@ - kittycad.api.hidden.logout — kittycad v0.2.4 documentation + kittycad.api.hidden.logout — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.html b/docs/html/modules/kittycad.api.html index 14e431b77..67aee3250 100644 --- a/docs/html/modules/kittycad.api.html +++ b/docs/html/modules/kittycad.api.html @@ -4,7 +4,7 @@ - kittycad.api — kittycad v0.2.4 documentation + kittycad.api — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.internal.gpu_devices.html b/docs/html/modules/kittycad.api.internal.gpu_devices.html index c58a4841c..26dbff79f 100644 --- a/docs/html/modules/kittycad.api.internal.gpu_devices.html +++ b/docs/html/modules/kittycad.api.internal.gpu_devices.html @@ -4,7 +4,7 @@ - kittycad.api.internal.gpu_devices — kittycad v0.2.4 documentation + kittycad.api.internal.gpu_devices — kittycad v0.2.5 documentation @@ -29,7 +29,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.internal.html b/docs/html/modules/kittycad.api.internal.html index 642658cd5..7a05eeaf0 100644 --- a/docs/html/modules/kittycad.api.internal.html +++ b/docs/html/modules/kittycad.api.internal.html @@ -4,7 +4,7 @@ - kittycad.api.internal — kittycad v0.2.4 documentation + kittycad.api.internal — kittycad v0.2.5 documentation @@ -29,7 +29,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.internal.stop_async_conversions.html b/docs/html/modules/kittycad.api.internal.stop_async_conversions.html index 6121cb1df..6530f3e31 100644 --- a/docs/html/modules/kittycad.api.internal.stop_async_conversions.html +++ b/docs/html/modules/kittycad.api.internal.stop_async_conversions.html @@ -4,7 +4,7 @@ - kittycad.api.internal.stop_async_conversions — kittycad v0.2.4 documentation + kittycad.api.internal.stop_async_conversions — kittycad v0.2.5 documentation @@ -29,7 +29,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.meta.auth_session.html b/docs/html/modules/kittycad.api.meta.auth_session.html index 64b78ed4b..8770ffbfe 100644 --- a/docs/html/modules/kittycad.api.meta.auth_session.html +++ b/docs/html/modules/kittycad.api.meta.auth_session.html @@ -4,7 +4,7 @@ - kittycad.api.meta.auth_session — kittycad v0.2.4 documentation + kittycad.api.meta.auth_session — kittycad v0.2.5 documentation @@ -29,7 +29,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.meta.get_metadata.html b/docs/html/modules/kittycad.api.meta.get_metadata.html index 41d08c19b..d6e0ceae6 100644 --- a/docs/html/modules/kittycad.api.meta.get_metadata.html +++ b/docs/html/modules/kittycad.api.meta.get_metadata.html @@ -4,7 +4,7 @@ - kittycad.api.meta.get_metadata — kittycad v0.2.4 documentation + kittycad.api.meta.get_metadata — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.meta.html b/docs/html/modules/kittycad.api.meta.html index 276998971..641f4c294 100644 --- a/docs/html/modules/kittycad.api.meta.html +++ b/docs/html/modules/kittycad.api.meta.html @@ -4,7 +4,7 @@ - kittycad.api.meta — kittycad v0.2.4 documentation + kittycad.api.meta — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.meta.instance_metadata.html b/docs/html/modules/kittycad.api.meta.instance_metadata.html index 742b489df..14ec9673c 100644 --- a/docs/html/modules/kittycad.api.meta.instance_metadata.html +++ b/docs/html/modules/kittycad.api.meta.instance_metadata.html @@ -4,7 +4,7 @@ - kittycad.api.meta.instance_metadata — kittycad v0.2.4 documentation + kittycad.api.meta.instance_metadata — kittycad v0.2.5 documentation @@ -29,7 +29,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.meta.ping.html b/docs/html/modules/kittycad.api.meta.ping.html index fe964f9d4..70ed71e96 100644 --- a/docs/html/modules/kittycad.api.meta.ping.html +++ b/docs/html/modules/kittycad.api.meta.ping.html @@ -4,7 +4,7 @@ - kittycad.api.meta.ping — kittycad v0.2.4 documentation + kittycad.api.meta.ping — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.oauth2.html b/docs/html/modules/kittycad.api.oauth2.html index be823af96..981c45a16 100644 --- a/docs/html/modules/kittycad.api.oauth2.html +++ b/docs/html/modules/kittycad.api.oauth2.html @@ -4,7 +4,7 @@ - kittycad.api.oauth2 — kittycad v0.2.4 documentation + kittycad.api.oauth2 — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    diff --git a/docs/html/modules/kittycad.api.payments.create_payment_information_for_user.html b/docs/html/modules/kittycad.api.payments.create_payment_information_for_user.html index bd6f2aa6b..d1bee150c 100644 --- a/docs/html/modules/kittycad.api.payments.create_payment_information_for_user.html +++ b/docs/html/modules/kittycad.api.payments.create_payment_information_for_user.html @@ -4,7 +4,7 @@ - kittycad.api.payments.create_payment_information_for_user — kittycad v0.2.4 documentation + kittycad.api.payments.create_payment_information_for_user — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    @@ -53,6 +53,7 @@
  • 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.update_payment_information_for_user
  • diff --git a/docs/html/modules/kittycad.api.payments.create_payment_intent_for_user.html b/docs/html/modules/kittycad.api.payments.create_payment_intent_for_user.html index 347ea5295..a9c3ba603 100644 --- a/docs/html/modules/kittycad.api.payments.create_payment_intent_for_user.html +++ b/docs/html/modules/kittycad.api.payments.create_payment_intent_for_user.html @@ -4,7 +4,7 @@ - kittycad.api.payments.create_payment_intent_for_user — kittycad v0.2.4 documentation + kittycad.api.payments.create_payment_intent_for_user — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    @@ -53,6 +53,7 @@
  • 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.update_payment_information_for_user
  • diff --git a/docs/html/modules/kittycad.api.payments.delete_payment_information_for_user.html b/docs/html/modules/kittycad.api.payments.delete_payment_information_for_user.html index 7e3d62de2..2d2e773a5 100644 --- a/docs/html/modules/kittycad.api.payments.delete_payment_information_for_user.html +++ b/docs/html/modules/kittycad.api.payments.delete_payment_information_for_user.html @@ -4,7 +4,7 @@ - kittycad.api.payments.delete_payment_information_for_user — kittycad v0.2.4 documentation + kittycad.api.payments.delete_payment_information_for_user — kittycad v0.2.5 documentation @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5
    @@ -53,6 +53,7 @@
  • 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.update_payment_information_for_user
  • diff --git a/docs/html/modules/kittycad.api.payments.delete_payment_method_for_user.html b/docs/html/modules/kittycad.api.payments.delete_payment_method_for_user.html index 09734b51e..42ccf7545 100644 --- a/docs/html/modules/kittycad.api.payments.delete_payment_method_for_user.html +++ b/docs/html/modules/kittycad.api.payments.delete_payment_method_for_user.html @@ -4,7 +4,7 @@ - kittycad.api.payments.delete_payment_method_for_user — kittycad v0.2.4 documentation + kittycad.api.payments.delete_payment_method_for_user — kittycad v0.2.5 documentation @@ -19,7 +19,7 @@ - + @@ -31,7 +31,7 @@ kittycad
    - v0.2.4 + v0.2.5