UNPKG

@kittycad/lib

Version:

Javascript library for KittyCAD API

490 lines 43.7 kB
import get_api_call from './api/api-calls/get_api_call.js'; import get_api_call_for_org from './api/api-calls/get_api_call_for_org.js'; import get_api_call_for_user from './api/api-calls/get_api_call_for_user.js'; import get_async_operation from './api/api-calls/get_async_operation.js'; import list_api_calls_for_user from './api/api-calls/list_api_calls_for_user.js'; import org_list_api_calls from './api/api-calls/org_list_api_calls.js'; import user_list_api_calls from './api/api-calls/user_list_api_calls.js'; import { list_api_calls_for_user_pager } from './api/api-calls/list_api_calls_for_user.js'; import { org_list_api_calls_pager } from './api/api-calls/org_list_api_calls.js'; import { user_list_api_calls_pager } from './api/api-calls/user_list_api_calls.js'; export declare const api_calls: { get_api_call: typeof get_api_call; get_api_call_for_org: typeof get_api_call_for_org; get_api_call_for_user: typeof get_api_call_for_user; get_async_operation: typeof get_async_operation; list_api_calls_for_user: typeof list_api_calls_for_user; list_api_calls_for_user_pager: typeof list_api_calls_for_user_pager; org_list_api_calls: typeof org_list_api_calls; org_list_api_calls_pager: typeof org_list_api_calls_pager; user_list_api_calls: typeof user_list_api_calls; user_list_api_calls_pager: typeof user_list_api_calls_pager; }; import create_api_token_for_user from './api/api-tokens/create_api_token_for_user.js'; import delete_api_token_for_user from './api/api-tokens/delete_api_token_for_user.js'; import get_api_token_for_user from './api/api-tokens/get_api_token_for_user.js'; import list_api_tokens_for_user from './api/api-tokens/list_api_tokens_for_user.js'; import { list_api_tokens_for_user_pager } from './api/api-tokens/list_api_tokens_for_user.js'; export declare const api_tokens: { create_api_token_for_user: typeof create_api_token_for_user; delete_api_token_for_user: typeof delete_api_token_for_user; get_api_token_for_user: typeof get_api_token_for_user; list_api_tokens_for_user: typeof list_api_tokens_for_user; list_api_tokens_for_user_pager: typeof list_api_tokens_for_user_pager; }; import apps_github_callback from './api/apps/apps_github_callback.js'; import apps_github_consent from './api/apps/apps_github_consent.js'; import apps_github_webhook from './api/apps/apps_github_webhook.js'; export declare const apps: { apps_github_callback: typeof apps_github_callback; apps_github_consent: typeof apps_github_consent; apps_github_webhook: typeof apps_github_webhook; }; import ExecutorTerm from './api/executor/create_executor_term.js'; import create_file_execution from './api/executor/create_file_execution.js'; export declare const executor: { create_executor_term: typeof ExecutorTerm; create_file_execution: typeof create_file_execution; }; import create_file_center_of_mass from './api/file/create_file_center_of_mass.js'; import create_file_conversion from './api/file/create_file_conversion.js'; import create_file_conversion_options from './api/file/create_file_conversion_options.js'; import create_file_density from './api/file/create_file_density.js'; import create_file_mass from './api/file/create_file_mass.js'; import create_file_surface_area from './api/file/create_file_surface_area.js'; import create_file_volume from './api/file/create_file_volume.js'; export declare const file: { create_file_center_of_mass: typeof create_file_center_of_mass; create_file_conversion: typeof create_file_conversion; create_file_conversion_options: typeof create_file_conversion_options; create_file_density: typeof create_file_density; create_file_mass: typeof create_file_mass; create_file_surface_area: typeof create_file_surface_area; create_file_volume: typeof create_file_volume; }; import community_sso from './api/meta/community_sso.js'; import get_ipinfo from './api/meta/get_ipinfo.js'; import get_pricing_subscriptions from './api/meta/get_pricing_subscriptions.js'; import get_schema from './api/meta/get_schema.js'; import internal_get_api_token_for_discord_user from './api/meta/internal_get_api_token_for_discord_user.js'; import ping from './api/meta/ping.js'; export declare const meta: { community_sso: typeof community_sso; get_ipinfo: typeof get_ipinfo; get_pricing_subscriptions: typeof get_pricing_subscriptions; get_schema: typeof get_schema; internal_get_api_token_for_discord_user: typeof internal_get_api_token_for_discord_user; ping: typeof ping; }; import MlCopilotWs from './api/ml/ml_copilot_ws.js'; import MlReasoningWs from './api/ml/ml_reasoning_ws.js'; import create_custom_model from './api/ml/create_custom_model.js'; import create_kcl_code_completions from './api/ml/create_kcl_code_completions.js'; import create_proprietary_to_kcl from './api/ml/create_proprietary_to_kcl.js'; import create_text_to_cad from './api/ml/create_text_to_cad.js'; import create_text_to_cad_iteration from './api/ml/create_text_to_cad_iteration.js'; import create_text_to_cad_multi_file_iteration from './api/ml/create_text_to_cad_multi_file_iteration.js'; import create_text_to_cad_part_feedback from './api/ml/create_text_to_cad_part_feedback.js'; import get_custom_model from './api/ml/get_custom_model.js'; import get_text_to_cad_part_for_user from './api/ml/get_text_to_cad_part_for_user.js'; import list_conversations_for_user from './api/ml/list_conversations_for_user.js'; import list_org_datasets_for_model from './api/ml/list_org_datasets_for_model.js'; import list_text_to_cad_parts_for_user from './api/ml/list_text_to_cad_parts_for_user.js'; import update_custom_model from './api/ml/update_custom_model.js'; import { list_conversations_for_user_pager } from './api/ml/list_conversations_for_user.js'; import { list_text_to_cad_parts_for_user_pager } from './api/ml/list_text_to_cad_parts_for_user.js'; export declare const ml: { create_custom_model: typeof create_custom_model; create_kcl_code_completions: typeof create_kcl_code_completions; create_proprietary_to_kcl: typeof create_proprietary_to_kcl; create_text_to_cad: typeof create_text_to_cad; create_text_to_cad_iteration: typeof create_text_to_cad_iteration; create_text_to_cad_multi_file_iteration: typeof create_text_to_cad_multi_file_iteration; create_text_to_cad_part_feedback: typeof create_text_to_cad_part_feedback; get_custom_model: typeof get_custom_model; get_text_to_cad_part_for_user: typeof get_text_to_cad_part_for_user; list_conversations_for_user: typeof list_conversations_for_user; list_conversations_for_user_pager: typeof list_conversations_for_user_pager; list_org_datasets_for_model: typeof list_org_datasets_for_model; list_text_to_cad_parts_for_user: typeof list_text_to_cad_parts_for_user; list_text_to_cad_parts_for_user_pager: typeof list_text_to_cad_parts_for_user_pager; ml_copilot_ws: typeof MlCopilotWs; ml_reasoning_ws: typeof MlReasoningWs; update_custom_model: typeof update_custom_model; }; import ModelingCommandsWs from './api/modeling/modeling_commands_ws.js'; export declare const modeling: { modeling_commands_ws: typeof ModelingCommandsWs; }; import approve_oauth2_authorization_request from './api/oauth2/approve_oauth2_authorization_request.js'; import create_org_oauth2_app from './api/oauth2/create_org_oauth2_app.js'; import create_user_oauth2_app from './api/oauth2/create_user_oauth2_app.js'; import delete_org_oauth2_app from './api/oauth2/delete_org_oauth2_app.js'; import delete_user_oauth2_app from './api/oauth2/delete_user_oauth2_app.js'; import deny_oauth2_authorization_request from './api/oauth2/deny_oauth2_authorization_request.js'; import device_access_token from './api/oauth2/device_access_token.js'; import device_auth_confirm from './api/oauth2/device_auth_confirm.js'; import device_auth_request from './api/oauth2/device_auth_request.js'; import device_auth_verify from './api/oauth2/device_auth_verify.js'; import get_oauth2_authorization_request from './api/oauth2/get_oauth2_authorization_request.js'; import get_org_oauth2_app from './api/oauth2/get_org_oauth2_app.js'; import get_user_oauth2_app from './api/oauth2/get_user_oauth2_app.js'; import list_oauth2_apps_for_any_org from './api/oauth2/list_oauth2_apps_for_any_org.js'; import list_oauth2_apps_for_any_user from './api/oauth2/list_oauth2_apps_for_any_user.js'; import list_org_oauth2_apps from './api/oauth2/list_org_oauth2_apps.js'; import list_user_oauth2_apps from './api/oauth2/list_user_oauth2_apps.js'; import oauth2_authorize from './api/oauth2/oauth2_authorize.js'; import oauth2_provider_callback from './api/oauth2/oauth2_provider_callback.js'; import oauth2_provider_callback_post from './api/oauth2/oauth2_provider_callback_post.js'; import oauth2_provider_consent from './api/oauth2/oauth2_provider_consent.js'; import oauth2_token from './api/oauth2/oauth2_token.js'; import oauth2_token_revoke from './api/oauth2/oauth2_token_revoke.js'; import update_org_oauth2_app from './api/oauth2/update_org_oauth2_app.js'; import update_user_oauth2_app from './api/oauth2/update_user_oauth2_app.js'; import verify_oauth_account_linking from './api/oauth2/verify_oauth_account_linking.js'; import { list_oauth2_apps_for_any_org_pager } from './api/oauth2/list_oauth2_apps_for_any_org.js'; import { list_oauth2_apps_for_any_user_pager } from './api/oauth2/list_oauth2_apps_for_any_user.js'; import { list_org_oauth2_apps_pager } from './api/oauth2/list_org_oauth2_apps.js'; import { list_user_oauth2_apps_pager } from './api/oauth2/list_user_oauth2_apps.js'; export declare const oauth2: { approve_oauth2_authorization_request: typeof approve_oauth2_authorization_request; create_org_oauth2_app: typeof create_org_oauth2_app; create_user_oauth2_app: typeof create_user_oauth2_app; delete_org_oauth2_app: typeof delete_org_oauth2_app; delete_user_oauth2_app: typeof delete_user_oauth2_app; deny_oauth2_authorization_request: typeof deny_oauth2_authorization_request; device_access_token: typeof device_access_token; device_auth_confirm: typeof device_auth_confirm; device_auth_request: typeof device_auth_request; device_auth_verify: typeof device_auth_verify; get_oauth2_authorization_request: typeof get_oauth2_authorization_request; get_org_oauth2_app: typeof get_org_oauth2_app; get_user_oauth2_app: typeof get_user_oauth2_app; list_oauth2_apps_for_any_org: typeof list_oauth2_apps_for_any_org; list_oauth2_apps_for_any_org_pager: typeof list_oauth2_apps_for_any_org_pager; list_oauth2_apps_for_any_user: typeof list_oauth2_apps_for_any_user; list_oauth2_apps_for_any_user_pager: typeof list_oauth2_apps_for_any_user_pager; list_org_oauth2_apps: typeof list_org_oauth2_apps; list_org_oauth2_apps_pager: typeof list_org_oauth2_apps_pager; list_user_oauth2_apps: typeof list_user_oauth2_apps; list_user_oauth2_apps_pager: typeof list_user_oauth2_apps_pager; oauth2_authorize: typeof oauth2_authorize; oauth2_provider_callback: typeof oauth2_provider_callback; oauth2_provider_callback_post: typeof oauth2_provider_callback_post; oauth2_provider_consent: typeof oauth2_provider_consent; oauth2_token: typeof oauth2_token; oauth2_token_revoke: typeof oauth2_token_revoke; update_org_oauth2_app: typeof update_org_oauth2_app; update_user_oauth2_app: typeof update_user_oauth2_app; verify_oauth_account_linking: typeof verify_oauth_account_linking; }; import create_org from './api/orgs/create_org.js'; import create_org_dataset from './api/orgs/create_org_dataset.js'; import create_org_member from './api/orgs/create_org_member.js'; import create_org_saml_idp from './api/orgs/create_org_saml_idp.js'; import delete_org from './api/orgs/delete_org.js'; import delete_org_dataset from './api/orgs/delete_org_dataset.js'; import delete_org_member from './api/orgs/delete_org_member.js'; import delete_org_saml_idp from './api/orgs/delete_org_saml_idp.js'; import download_org_dataset_conversion_original from './api/orgs/download_org_dataset_conversion_original.js'; import download_org_dataset_successful_kcl_bulk from './api/orgs/download_org_dataset_successful_kcl_bulk.js'; import get_billing_contract_for_any_org from './api/orgs/get_billing_contract_for_any_org.js'; import get_org from './api/orgs/get_org.js'; import get_org_dataset from './api/orgs/get_org_dataset.js'; import get_org_dataset_conversion from './api/orgs/get_org_dataset_conversion.js'; import get_org_dataset_conversion_stats from './api/orgs/get_org_dataset_conversion_stats.js'; import get_org_member from './api/orgs/get_org_member.js'; import get_org_privacy_settings from './api/orgs/get_org_privacy_settings.js'; import get_org_saml_idp from './api/orgs/get_org_saml_idp.js'; import get_org_shortlinks from './api/orgs/get_org_shortlinks.js'; import get_user_org from './api/orgs/get_user_org.js'; import list_org_dataset_conversions from './api/orgs/list_org_dataset_conversions.js'; import list_org_datasets from './api/orgs/list_org_datasets.js'; import list_org_members from './api/orgs/list_org_members.js'; import org_admin_details_get from './api/orgs/org_admin_details_get.js'; import org_dataset_s3_policies from './api/orgs/org_dataset_s3_policies.js'; import retrigger_org_dataset from './api/orgs/retrigger_org_dataset.js'; import retrigger_org_dataset_conversion from './api/orgs/retrigger_org_dataset_conversion.js'; import search_org_dataset_conversions from './api/orgs/search_org_dataset_conversions.js'; import search_org_dataset_semantic from './api/orgs/search_org_dataset_semantic.js'; import update_org from './api/orgs/update_org.js'; import update_org_dataset from './api/orgs/update_org_dataset.js'; import update_org_member from './api/orgs/update_org_member.js'; import update_org_privacy_settings from './api/orgs/update_org_privacy_settings.js'; import update_org_saml_idp from './api/orgs/update_org_saml_idp.js'; import upload_org_dataset_files from './api/orgs/upload_org_dataset_files.js'; import upsert_billing_contract_for_any_org from './api/orgs/upsert_billing_contract_for_any_org.js'; import { get_org_shortlinks_pager } from './api/orgs/get_org_shortlinks.js'; import { list_org_dataset_conversions_pager } from './api/orgs/list_org_dataset_conversions.js'; import { list_org_datasets_pager } from './api/orgs/list_org_datasets.js'; import { list_org_members_pager } from './api/orgs/list_org_members.js'; import { search_org_dataset_conversions_pager } from './api/orgs/search_org_dataset_conversions.js'; export declare const orgs: { create_org: typeof create_org; create_org_dataset: typeof create_org_dataset; create_org_member: typeof create_org_member; create_org_saml_idp: typeof create_org_saml_idp; delete_org: typeof delete_org; delete_org_dataset: typeof delete_org_dataset; delete_org_member: typeof delete_org_member; delete_org_saml_idp: typeof delete_org_saml_idp; download_org_dataset_conversion_original: typeof download_org_dataset_conversion_original; download_org_dataset_successful_kcl_bulk: typeof download_org_dataset_successful_kcl_bulk; get_billing_contract_for_any_org: typeof get_billing_contract_for_any_org; get_org: typeof get_org; get_org_dataset: typeof get_org_dataset; get_org_dataset_conversion: typeof get_org_dataset_conversion; get_org_dataset_conversion_stats: typeof get_org_dataset_conversion_stats; get_org_member: typeof get_org_member; get_org_privacy_settings: typeof get_org_privacy_settings; get_org_saml_idp: typeof get_org_saml_idp; get_org_shortlinks: typeof get_org_shortlinks; get_org_shortlinks_pager: typeof get_org_shortlinks_pager; get_user_org: typeof get_user_org; list_org_dataset_conversions: typeof list_org_dataset_conversions; list_org_dataset_conversions_pager: typeof list_org_dataset_conversions_pager; list_org_datasets: typeof list_org_datasets; list_org_datasets_pager: typeof list_org_datasets_pager; list_org_members: typeof list_org_members; list_org_members_pager: typeof list_org_members_pager; org_admin_details_get: typeof org_admin_details_get; org_dataset_s3_policies: typeof org_dataset_s3_policies; retrigger_org_dataset: typeof retrigger_org_dataset; retrigger_org_dataset_conversion: typeof retrigger_org_dataset_conversion; search_org_dataset_conversions: typeof search_org_dataset_conversions; search_org_dataset_conversions_pager: typeof search_org_dataset_conversions_pager; search_org_dataset_semantic: typeof search_org_dataset_semantic; update_org: typeof update_org; update_org_dataset: typeof update_org_dataset; update_org_member: typeof update_org_member; update_org_privacy_settings: typeof update_org_privacy_settings; update_org_saml_idp: typeof update_org_saml_idp; upload_org_dataset_files: typeof upload_org_dataset_files; upsert_billing_contract_for_any_org: typeof upsert_billing_contract_for_any_org; }; import create_org_subscription from './api/payments/create_org_subscription.js'; import create_payment_information_for_org from './api/payments/create_payment_information_for_org.js'; import create_payment_information_for_user from './api/payments/create_payment_information_for_user.js'; import create_payment_intent_for_org from './api/payments/create_payment_intent_for_org.js'; import create_payment_intent_for_user from './api/payments/create_payment_intent_for_user.js'; import create_user_subscription from './api/payments/create_user_subscription.js'; import delete_payment_information_for_org from './api/payments/delete_payment_information_for_org.js'; import delete_payment_information_for_user from './api/payments/delete_payment_information_for_user.js'; import delete_payment_method_for_org from './api/payments/delete_payment_method_for_org.js'; import delete_payment_method_for_user from './api/payments/delete_payment_method_for_user.js'; import get_org_subscription from './api/payments/get_org_subscription.js'; import get_payment_balance_for_any_org from './api/payments/get_payment_balance_for_any_org.js'; import get_payment_balance_for_any_user from './api/payments/get_payment_balance_for_any_user.js'; import get_payment_balance_for_org from './api/payments/get_payment_balance_for_org.js'; import get_payment_balance_for_user from './api/payments/get_payment_balance_for_user.js'; import get_payment_information_for_org from './api/payments/get_payment_information_for_org.js'; import get_payment_information_for_user from './api/payments/get_payment_information_for_user.js'; import get_user_subscription from './api/payments/get_user_subscription.js'; import list_invoices_for_org from './api/payments/list_invoices_for_org.js'; import list_invoices_for_user from './api/payments/list_invoices_for_user.js'; import list_payment_methods_for_org from './api/payments/list_payment_methods_for_org.js'; import list_payment_methods_for_user from './api/payments/list_payment_methods_for_user.js'; import redirect_payment_method_portal_link_for_org from './api/payments/redirect_payment_method_portal_link_for_org.js'; import redirect_payment_method_portal_link_for_user from './api/payments/redirect_payment_method_portal_link_for_user.js'; import set_default_payment_method_for_user from './api/payments/set_default_payment_method_for_user.js'; import update_org_subscription from './api/payments/update_org_subscription.js'; import update_org_subscription_for_any_org from './api/payments/update_org_subscription_for_any_org.js'; import update_payment_balance_for_any_org from './api/payments/update_payment_balance_for_any_org.js'; import update_payment_balance_for_any_user from './api/payments/update_payment_balance_for_any_user.js'; import update_payment_information_for_org from './api/payments/update_payment_information_for_org.js'; import update_payment_information_for_user from './api/payments/update_payment_information_for_user.js'; import update_user_subscription from './api/payments/update_user_subscription.js'; import upsert_subscription_plan_price from './api/payments/upsert_subscription_plan_price.js'; import validate_customer_tax_information_for_org from './api/payments/validate_customer_tax_information_for_org.js'; import validate_customer_tax_information_for_user from './api/payments/validate_customer_tax_information_for_user.js'; import { list_invoices_for_org_pager } from './api/payments/list_invoices_for_org.js'; import { list_invoices_for_user_pager } from './api/payments/list_invoices_for_user.js'; export declare const payments: { create_org_subscription: typeof create_org_subscription; create_payment_information_for_org: typeof create_payment_information_for_org; create_payment_information_for_user: typeof create_payment_information_for_user; create_payment_intent_for_org: typeof create_payment_intent_for_org; create_payment_intent_for_user: typeof create_payment_intent_for_user; create_user_subscription: typeof create_user_subscription; delete_payment_information_for_org: typeof delete_payment_information_for_org; delete_payment_information_for_user: typeof delete_payment_information_for_user; delete_payment_method_for_org: typeof delete_payment_method_for_org; delete_payment_method_for_user: typeof delete_payment_method_for_user; get_org_subscription: typeof get_org_subscription; get_payment_balance_for_any_org: typeof get_payment_balance_for_any_org; get_payment_balance_for_any_user: typeof get_payment_balance_for_any_user; get_payment_balance_for_org: typeof get_payment_balance_for_org; get_payment_balance_for_user: typeof get_payment_balance_for_user; get_payment_information_for_org: typeof get_payment_information_for_org; get_payment_information_for_user: typeof get_payment_information_for_user; get_user_subscription: typeof get_user_subscription; list_invoices_for_org: typeof list_invoices_for_org; list_invoices_for_org_pager: typeof list_invoices_for_org_pager; list_invoices_for_user: typeof list_invoices_for_user; list_invoices_for_user_pager: typeof list_invoices_for_user_pager; list_payment_methods_for_org: typeof list_payment_methods_for_org; list_payment_methods_for_user: typeof list_payment_methods_for_user; redirect_payment_method_portal_link_for_org: typeof redirect_payment_method_portal_link_for_org; redirect_payment_method_portal_link_for_user: typeof redirect_payment_method_portal_link_for_user; set_default_payment_method_for_user: typeof set_default_payment_method_for_user; update_org_subscription: typeof update_org_subscription; update_org_subscription_for_any_org: typeof update_org_subscription_for_any_org; update_payment_balance_for_any_org: typeof update_payment_balance_for_any_org; update_payment_balance_for_any_user: typeof update_payment_balance_for_any_user; update_payment_information_for_org: typeof update_payment_information_for_org; update_payment_information_for_user: typeof update_payment_information_for_user; update_user_subscription: typeof update_user_subscription; upsert_subscription_plan_price: typeof upsert_subscription_plan_price; validate_customer_tax_information_for_org: typeof validate_customer_tax_information_for_org; validate_customer_tax_information_for_user: typeof validate_customer_tax_information_for_user; }; import create_project from './api/projects/create_project.js'; import create_project_share_link from './api/projects/create_project_share_link.js'; import create_public_project_vote from './api/projects/create_public_project_vote.js'; import delete_project from './api/projects/delete_project.js'; import delete_project_share_link from './api/projects/delete_project_share_link.js'; import delete_public_project_vote from './api/projects/delete_public_project_vote.js'; import download_project from './api/projects/download_project.js'; import download_public_project from './api/projects/download_public_project.js'; import get_project from './api/projects/get_project.js'; import get_project_thumbnail from './api/projects/get_project_thumbnail.js'; import get_public_project from './api/projects/get_public_project.js'; import get_public_project_thumbnail from './api/projects/get_public_project_thumbnail.js'; import list_project_categories from './api/projects/list_project_categories.js'; import list_project_share_links from './api/projects/list_project_share_links.js'; import list_projects from './api/projects/list_projects.js'; import list_public_projects from './api/projects/list_public_projects.js'; import publish_project from './api/projects/publish_project.js'; import update_project from './api/projects/update_project.js'; export declare const projects: { create_project: typeof create_project; create_project_share_link: typeof create_project_share_link; create_public_project_vote: typeof create_public_project_vote; delete_project: typeof delete_project; delete_project_share_link: typeof delete_project_share_link; delete_public_project_vote: typeof delete_public_project_vote; download_project: typeof download_project; download_public_project: typeof download_public_project; get_project: typeof get_project; get_project_thumbnail: typeof get_project_thumbnail; get_public_project: typeof get_public_project; get_public_project_thumbnail: typeof get_public_project_thumbnail; list_project_categories: typeof list_project_categories; list_project_share_links: typeof list_project_share_links; list_projects: typeof list_projects; list_public_projects: typeof list_public_projects; publish_project: typeof publish_project; update_project: typeof update_project; }; import create_service_account_for_org from './api/service-accounts/create_service_account_for_org.js'; import delete_service_account_for_org from './api/service-accounts/delete_service_account_for_org.js'; import get_service_account_for_org from './api/service-accounts/get_service_account_for_org.js'; import list_service_accounts_for_org from './api/service-accounts/list_service_accounts_for_org.js'; import { list_service_accounts_for_org_pager } from './api/service-accounts/list_service_accounts_for_org.js'; export declare const service_accounts: { create_service_account_for_org: typeof create_service_account_for_org; delete_service_account_for_org: typeof delete_service_account_for_org; get_service_account_for_org: typeof get_service_account_for_org; list_service_accounts_for_org: typeof list_service_accounts_for_org; list_service_accounts_for_org_pager: typeof list_service_accounts_for_org_pager; }; import create_store_coupon from './api/store/create_store_coupon.js'; export declare const store: { create_store_coupon: typeof create_store_coupon; }; import get_angle_unit_conversion from './api/unit/get_angle_unit_conversion.js'; import get_area_unit_conversion from './api/unit/get_area_unit_conversion.js'; import get_current_unit_conversion from './api/unit/get_current_unit_conversion.js'; import get_energy_unit_conversion from './api/unit/get_energy_unit_conversion.js'; import get_force_unit_conversion from './api/unit/get_force_unit_conversion.js'; import get_frequency_unit_conversion from './api/unit/get_frequency_unit_conversion.js'; import get_length_unit_conversion from './api/unit/get_length_unit_conversion.js'; import get_mass_unit_conversion from './api/unit/get_mass_unit_conversion.js'; import get_power_unit_conversion from './api/unit/get_power_unit_conversion.js'; import get_pressure_unit_conversion from './api/unit/get_pressure_unit_conversion.js'; import get_temperature_unit_conversion from './api/unit/get_temperature_unit_conversion.js'; import get_torque_unit_conversion from './api/unit/get_torque_unit_conversion.js'; import get_volume_unit_conversion from './api/unit/get_volume_unit_conversion.js'; export declare const unit: { get_angle_unit_conversion: typeof get_angle_unit_conversion; get_area_unit_conversion: typeof get_area_unit_conversion; get_current_unit_conversion: typeof get_current_unit_conversion; get_energy_unit_conversion: typeof get_energy_unit_conversion; get_force_unit_conversion: typeof get_force_unit_conversion; get_frequency_unit_conversion: typeof get_frequency_unit_conversion; get_length_unit_conversion: typeof get_length_unit_conversion; get_mass_unit_conversion: typeof get_mass_unit_conversion; get_power_unit_conversion: typeof get_power_unit_conversion; get_pressure_unit_conversion: typeof get_pressure_unit_conversion; get_temperature_unit_conversion: typeof get_temperature_unit_conversion; get_torque_unit_conversion: typeof get_torque_unit_conversion; get_volume_unit_conversion: typeof get_volume_unit_conversion; }; import create_user_shortlink from './api/users/create_user_shortlink.js'; import delete_user_self from './api/users/delete_user_self.js'; import delete_user_shortlink from './api/users/delete_user_shortlink.js'; import get_oauth2_providers_for_user from './api/users/get_oauth2_providers_for_user.js'; import get_session_for_user from './api/users/get_session_for_user.js'; import get_user from './api/users/get_user.js'; import get_user_cad_user_info_form from './api/users/get_user_cad_user_info_form.js'; import get_user_extended from './api/users/get_user_extended.js'; import get_user_privacy_settings from './api/users/get_user_privacy_settings.js'; import get_user_self from './api/users/get_user_self.js'; import get_user_self_extended from './api/users/get_user_self_extended.js'; import get_user_shortlinks from './api/users/get_user_shortlinks.js'; import put_public_email_marketing_consent_request from './api/users/put_public_email_marketing_consent_request.js'; import put_public_mailing_list_subscribe from './api/users/put_public_mailing_list_subscribe.js'; import put_public_mailing_list_unsubscribe from './api/users/put_public_mailing_list_unsubscribe.js'; import put_public_sales_form from './api/users/put_public_sales_form.js'; import put_public_support_form from './api/users/put_public_support_form.js'; import put_user_cad_user_info_form from './api/users/put_user_cad_user_info_form.js'; import report_user_client_error from './api/users/report_user_client_error.js'; import update_subscription_for_user from './api/users/update_subscription_for_user.js'; import update_user_privacy_settings from './api/users/update_user_privacy_settings.js'; import update_user_self from './api/users/update_user_self.js'; import update_user_shortlink from './api/users/update_user_shortlink.js'; import user_admin_details_get from './api/users/user_admin_details_get.js'; import user_email_marketing_consent_decline_post from './api/users/user_email_marketing_consent_decline_post.js'; import user_email_marketing_consent_get from './api/users/user_email_marketing_consent_get.js'; import user_email_marketing_consent_request_post from './api/users/user_email_marketing_consent_request_post.js'; import user_email_marketing_consent_seen_post from './api/users/user_email_marketing_consent_seen_post.js'; import user_features_get from './api/users/user_features_get.js'; import { get_user_shortlinks_pager } from './api/users/get_user_shortlinks.js'; export declare const users: { create_user_shortlink: typeof create_user_shortlink; delete_user_self: typeof delete_user_self; delete_user_shortlink: typeof delete_user_shortlink; get_oauth2_providers_for_user: typeof get_oauth2_providers_for_user; get_session_for_user: typeof get_session_for_user; get_user: typeof get_user; get_user_cad_user_info_form: typeof get_user_cad_user_info_form; get_user_extended: typeof get_user_extended; get_user_privacy_settings: typeof get_user_privacy_settings; get_user_self: typeof get_user_self; get_user_self_extended: typeof get_user_self_extended; get_user_shortlinks: typeof get_user_shortlinks; get_user_shortlinks_pager: typeof get_user_shortlinks_pager; put_public_email_marketing_consent_request: typeof put_public_email_marketing_consent_request; put_public_mailing_list_subscribe: typeof put_public_mailing_list_subscribe; put_public_mailing_list_unsubscribe: typeof put_public_mailing_list_unsubscribe; put_public_sales_form: typeof put_public_sales_form; put_public_support_form: typeof put_public_support_form; put_user_cad_user_info_form: typeof put_user_cad_user_info_form; report_user_client_error: typeof report_user_client_error; update_subscription_for_user: typeof update_subscription_for_user; update_user_privacy_settings: typeof update_user_privacy_settings; update_user_self: typeof update_user_self; update_user_shortlink: typeof update_user_shortlink; user_admin_details_get: typeof user_admin_details_get; user_email_marketing_consent_decline_post: typeof user_email_marketing_consent_decline_post; user_email_marketing_consent_get: typeof user_email_marketing_consent_get; user_email_marketing_consent_request_post: typeof user_email_marketing_consent_request_post; user_email_marketing_consent_seen_post: typeof user_email_marketing_consent_seen_post; user_features_get: typeof user_features_get; }; export type { AccountProvider, AddHoleFromOffset, AddOrgMember, Address, AddressDetails, AdjacencyInfo, Angle, AnnotationBasicDimension, AnnotationFeatureControl, AnnotationFeatureTag, AnnotationLineEnd, AnnotationLineEndOptions, AnnotationMbdBasicDimension, AnnotationMbdControlFrame, AnnotationOptions, AnnotationTextAlignmentX, AnnotationTextAlignmentY, AnnotationTextOptions, AnnotationType, ApiCallStatus, ApiCallWithPrice, ApiCallWithPriceResultsPage, ApiEndpoint, ApiError as ApiErrorModel, ApiToken, ApiTokenResultsPage, ApiTokenUuid, AppClientInfo, AsyncApiCallOutput, AuthApiKeyResponse, AuthCallback, Axis, AxisDirectionPair, BatchResponse, BillingCadence, BillingCommitmentScope, BillingContractItemInput, BillingContractItemView, BillingContractStatus, BillingContractUpsert, BillingContractView, BillingExternalCustomerId, BillingInfo, BillingItemCode, BillingItemKind, BillingPeriodIndex, BillingPeriodInput, BillingPeriodStatus, BillingPeriodView, BillingProvider, BillingQuantity, BillingRateTierInput, BillingRateTierView, BillingRolloverPolicy, BillingUnit, BillingUnitGranularity, BlendType, BlockReason, BodiesCreated, BodiesUpdated, BodyCreated, BodyType, BodyUpdated, BooleanImprint, BooleanIntersection, BooleanSubtract, BooleanUnion, BoundingBox, CadDesignWorkflow, CadDiscoverySource, CadExperienceLevel, CadIndustry, CadUserType, CameraDragEnd, CameraDragInteractionType, CameraDragMove, CameraDragStart, CameraMovement, CameraSettings, CameraViewState, CardDetails, CenterOfMass, ClientErrorReport, ClientErrorReportAccepted, ClientMetrics, ClosePath, ClosestEdge, CodeLanguage, CodeOption, CodeOutput, Color, CompanySize, ComplementaryEdges, ComponentTransform, Conversation, ConversationResultsPage, ConversionParams, ConversionSortMode, CountryCode, Coupon, CreateCustomModel, CreateOAuth2AppRequest, CreateOrgDataset, CreateProjectShareLinkRequest, CreateRegion, CreateRegionFromQueryPoint, CreateShortlinkRequest, CreateShortlinkResponse, CreatedAtSortMode, Currency, CurveGetControlPoints, CurveGetEndPoints, CurveGetType, CurveSetConstraint, CurveType, CustomModel, Customer, CustomerBalance, CutStrategy, CutType, CutTypeV2, DatasetS3Policies, DefaultCameraCenterToScene, DefaultCameraCenterToSelection, DefaultCameraFocusOn, DefaultCameraGetSettings, DefaultCameraGetView, DefaultCameraLookAt, DefaultCameraPerspectiveSettings, DefaultCameraSetOrthographic, DefaultCameraSetPerspective, DefaultCameraSetView, DefaultCameraZoom, Density, DerEncodedKeyPair, DeviceAccessTokenRequestForm, DeviceAuthConfirmParams, DeviceAuthRequestForm, Direction, DisableDryRun, Discount, DiscountCode, DistanceType, DxfStorage, EdgeInfo, EdgeLinesVisible, EdgeSpecifier, EmailAuthenticationForm, EmailMarketingConfirmTokenBody, EmailMarketingConsentState, EmailMarketingConsentStatus, EnableDryRun, EnableSketchMode, EngineUtilEvaluatePath, EntityCircularPattern, EntityClone, EntityDeleteChildren, EntityFade, EntityGetAllChildUuids, EntityGetChildUuid, EntityGetDistance, EntityGetIndex, EntityGetNumChildren, EntityGetParentId, EntityGetPrimitiveIndex, EntityGetSketchPaths, EntityLinearPattern, EntityLinearPatternTransform, EntityMakeHelix, EntityMakeHelixFromEdge, EntityMakeHelixFromParams, EntityMirror, EntityMirrorAcross, EntityMirrorAcrossEdge, EntityReference, EntitySetOpacity, EntityType, Error as ApiErrorBody, ErrorCode, Export, Export2d, Export3d, ExportFile, ExtendPath, ExtendedUser, Extrude, ExtrudeMethod, ExtrudeReference, ExtrudeToReference, ExtrudedFaceInfo, ExtrusionFaceCapType, ExtrusionFaceInfo, FaceEdgeInfo, FaceGetCenter, FaceGetGradient, FaceGetPosition, FaceIsPlanar, FailureWebSocketResponse, FbxStorage, FileCenterOfMass, FileConversion, FileDensity, FileExportFormat, FileImportFormat, FileMass, FileSurfaceArea, FileVolume, FractionOfEdge, GetEntityType, GetNumObjects, GetSketchModePlane, GlobalAxis, GltfPresentation, GltfStorage, HandleMouseDragEnd, HandleMouseDragMove, HandleMouseDragStart, HighlightSetEntities, HighlightSetEntity, IceServer, IdpMetadataSource, ImageFormat, ImportFile, ImportFiles, ImportedGeometry, InputFormat3d, Invoice, InvoiceLineItem, InvoiceRefundStatus, InvoiceResultsPage, InvoiceStatus, IpAddrInfo, KclCodeCompletionParams, KclCodeCompletionRequest, KclCodeCompletionResponse, KclModel, KclProjectFileRole, KclProjectPreviewStatus, KclProjectPublicationStatus, KclProjectShareLinkAccessMode, LengthUnit, LenientUrl, Loft, MakeAxesGizmo, MakeOffsetPath, MakePlane, Mass, MbdSymbol, Method, MirrorAcross, MlCopilotClientMessage, MlCopilotFile, MlCopilotMode, MlCopilotModeOption, MlCopilotServerMessage, MlCopilotSupportedModels, MlCopilotSystemCommand, MlCopilotTool, MlFeedback, MlReasoningEffort, MlToolResult, ModelingAppShareLinks, ModelingAppSubscriptionTier, ModelingCmd, ModelingCmdId, ModelingCmdReq, ModelingSessionData, MouseClick, MouseMove, MovePathPen, NewAnnotation, OAuth2AppClientType, OAuth2AppGrantType, OAuth2AppMode, OAuth2AppResponse, OAuth2AppResponseResultsPage, OAuth2AuthorizationCodeUuid, OAuth2AuthorizationDecisionResponse, OAuth2AuthorizationRequestResponse, OAuth2AuthorizationResponseType, OAuth2ClientInfo, OAuth2CodeChallengeMethod, OAuth2GrantType, OAuth2RefreshTokenUuid, OAuth2Scope, OAuth2Scopes, OAuth2TokenGrantType, OAuth2TokenRequestForm, ObjectBringToFront, ObjectSetMaterialParamsPbr, ObjectVisible, OffsetSurface, OkModelingCmdResponse, OkWebSocketResponseData, OppositeForAngle, OppositeForLengthUnit, Org, OrgAddress, OrgAdminDetails, OrgDataset, OrgDatasetConversionStatsResponse, OrgDatasetFileConversionDetails, OrgDatasetFileConversionPhase, OrgDatasetFileConversionStatus, OrgDatasetFileConversionSummary, OrgDatasetFileConversionSummaryResultsPage, OrgDatasetResultsPage, OrgDatasetSemanticSearchMatch, OrgDatasetSnapshotImage, OrgDatasetSource, OrgDatasetStatus, OrgDetails, OrgMember, OrgMemberResultsPage, OrgRole, OrientToFace, OriginType, OutputFile, OutputFormat2d, OutputFormat3d, PathCommand, PathComponentConstraintBound, PathComponentConstraintType, PathGetCurveUuid, PathGetCurveUuidsForVertices, PathGetInfo, PathGetSketchTargetUuid, PathGetVertexUuids, PathSegment, PathSegmentInfo, PaymentIntent, PaymentMethod, PaymentMethodCardChecks, PaymentMethodType, PerspectiveCameraParameters, PlanInterval, PlanStep, PlaneIntersectAndProject, PlaneSetColor, PlyStorage, Point2d, Point3d, Point4d, Pong, PostEffectType, PriceUpsertRequest, PrimitiveTopologyFallback, PrivacySettings, ProjectArchiveFormat, ProjectCategoryResponse, ProjectEntityToPlane, ProjectFileResponse, ProjectPointsToPlane, ProjectPublicationInfoResponse, ProjectResponse, ProjectShareLinkResponse, ProjectSummaryResponse, PublicEmailMarketingConsentRequest, PublicMailingListMembershipRequest, PublicProjectOwnerResponse, PublicProjectResponse, PublicProjectVoteResponse, QueryEntityType, QueryEntityTypeWithPoint, RawFile, ReasoningMessage, ReconfigureStream, RegionGetQueryPoint, RegionVersion, RelativeTo, RemoveSceneObjects, Revolve, RevolveAboutEdge, Rotation, RtcIceCandidateInit, RtcSdpType, RtcSessionDescription, SalesInquiryType, SamlIdentityProvider, SamlIdentityProviderCreate, SceneClearAll, SceneGetEntityIds, SceneSelectionType, SceneToolType, SelectAdd, SelectClear, SelectEntity, SelectGet, SelectRegionFromPoint, SelectRemove, SelectReplace, SelectWithPoint, SelectedRegion, Selection, SendObject, ServiceAccount, ServiceAccountResultsPage, ServiceAccountUuid, Session, SessionUuid, SetBackgroundColor, SetCurrentToolProperties, SetDefaultSystemProperties, SetGridAutoScale, SetGridReferencePlane, SetGridScale, SetObjectTransform, SetOrderIndependentTransparency, SetSceneUnits, SetSelectionFilter, SetSelectionType, SetTool, Shortlink, ShortlinkResultsPage, SideFace, SketchModeDisable, Solid2dAddHole, Solid3dCutEdgeReferences, Solid3dCutEdges, Solid3dFilletEdge, Solid3dFlip, Solid3dFlipFace, Solid3dGetAdjacencyInfo, Solid3dGetAllEdgeFaces, Solid3dGetAllOppositeEdges, Solid3dGetBodyType, Solid3dGetCommonEdge, Solid3dGetEdgeUuid, Solid3dGetExtrusionFaceInfo, Solid3dGetFaceUuid, Solid3dGetNextAdjacentEdge, Solid3dGetOppositeEdge, Solid3dGetPrevAdjacentEdge, Solid3dJoin, Solid3dMultiJoin, Solid3dShellFace, SourcePosition, SourceRange, SourceRangePrompt, StartPath, StepPresentation, StlStorage, StorageProvider, StoreCouponParams, SubscriptionActionType, SubscriptionBillingMode, SubscriptionPlanBillingModel, SubscriptionPlanPriceRecord, SubscriptionTierFeature, SubscriptionTierPrice, SubscriptionTierType, SubscriptionTrainingDataBehavior, SuccessWebSocketResponse, SupportInquiryType, SupportTier, SurfaceArea, SurfaceBlend, SurfaceCreated, SurfaceEdgeReference, Sweep, System, TakeSnapshot, TextToCad, TextToCadCreateBody, TextToCadIteration, TextToCadIterationBody, TextToCadModel, TextToCadMultiFileIteration, TextToCadMultiFileIterationBody, TextToCadResponse, TextToCadResponseResultsPage, TokenRevokeRequestForm, Transform, TransformByForPoint3d, TransformByForPoint4d, TwistExtrude, UnitAngle, UnitAngleConversion, UnitArea, UnitAreaConversion, UnitCurrent, UnitCurrentConversion, UnitDensity, UnitEnergy, UnitEnergyConversion, UnitForce, UnitForceConversion, UnitFrequency, UnitFrequencyConversion, UnitLength, UnitLengthConversion, UnitMass, UnitMassConversion, UnitPower, UnitPowerConversion, UnitPressure, UnitPressureConversion, UnitTemperature, UnitTemperatureConversion, UnitTorque, UnitTorqueConversion, UnitVolume, UnitVolumeConversion, UpdateAnnotation, UpdateCustomModel, UpdateMemberToOrgBody, UpdateOAuth2AppRequest, UpdateOrgDataset, UpdateOrgDatasetSource, UpdatePaymentBalance, UpdateShortlinkRequest, UpdateUser, UploadOrgDatasetFilesResponse, UserAdminDetails, UserCadInfoAdminDetails, UserFeature, UserFeatureEntry, UserFeatureList, UserIdentifier, UserOrgInfo, UserOrgRole, UserResponse, Uuid, VerificationTokenResponse, ViewIsometric, Volume, WebSocketRequest, WebSocketResponse, WebsiteCadUserInfoForm, WebsiteSalesForm, WebsiteSupportForm, WorldCoordinateSystem, ZooProductSubscription, ZooProductSubscriptions, ZooProductSubscriptionsOrgRequest, ZooProductSubscriptionsUserRequest, ZooTool, ZoomToFit, } from './models.js'; export { Client } from './client.js'; export { ApiError } from './errors.js'; export { Pager, createPager } from './pagination.js'; export { WebRTC } from './webrtc.js'; //# sourceMappingURL=index.d.ts.map