@kittycad/lib 2.0.47 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs +1 -1
- package/dist/mjs/index.js +1 -1
- package/dist/types/__tests__/gen/api-calls-list_api_calls.test.d.ts +1 -1
- package/dist/types/__tests__/gen/api-calls-list_api_calls.test.d.ts.map +1 -1
- package/dist/types/__tests__/gen/api-calls-list_api_calls_for_user.test.d.ts +1 -1
- package/dist/types/__tests__/gen/api-calls-list_api_calls_for_user.test.d.ts.map +1 -1
- package/dist/types/__tests__/gen/api-calls-list_async_operations.test.d.ts +1 -1
- package/dist/types/__tests__/gen/api-calls-list_async_operations.test.d.ts.map +1 -1
- package/dist/types/__tests__/gen/api-calls-org_list_api_calls.test.d.ts +1 -1
- package/dist/types/__tests__/gen/api-calls-org_list_api_calls.test.d.ts.map +1 -1
- package/dist/types/__tests__/gen/api-calls-user_list_api_calls.test.d.ts +1 -1
- package/dist/types/__tests__/gen/api-calls-user_list_api_calls.test.d.ts.map +1 -1
- package/dist/types/__tests__/gen/api-tokens-list_api_tokens_for_user.test.d.ts +1 -1
- package/dist/types/__tests__/gen/api-tokens-list_api_tokens_for_user.test.d.ts.map +1 -1
- package/dist/types/__tests__/gen/ml-list_conversations_for_user.test.d.ts +1 -1
- package/dist/types/__tests__/gen/ml-list_conversations_for_user.test.d.ts.map +1 -1
- package/dist/types/__tests__/gen/ml-list_ml_prompts.test.d.ts +1 -1
- package/dist/types/__tests__/gen/ml-list_ml_prompts.test.d.ts.map +1 -1
- package/dist/types/__tests__/gen/ml-list_text_to_cad_models_for_user.test.d.ts +1 -1
- package/dist/types/__tests__/gen/ml-list_text_to_cad_models_for_user.test.d.ts.map +1 -1
- package/dist/types/__tests__/gen/orgs-get_org_shortlinks.test.d.ts +1 -1
- package/dist/types/__tests__/gen/orgs-get_org_shortlinks.test.d.ts.map +1 -1
- package/dist/types/__tests__/gen/orgs-list_org_members.test.d.ts +1 -1
- package/dist/types/__tests__/gen/orgs-list_org_members.test.d.ts.map +1 -1
- package/dist/types/__tests__/gen/orgs-list_orgs.test.d.ts +1 -1
- package/dist/types/__tests__/gen/orgs-list_orgs.test.d.ts.map +1 -1
- package/dist/types/__tests__/gen/service-accounts-list_service_accounts_for_org.test.d.ts +1 -1
- package/dist/types/__tests__/gen/service-accounts-list_service_accounts_for_org.test.d.ts.map +1 -1
- package/dist/types/__tests__/gen/users-get_user_shortlinks.test.d.ts +1 -1
- package/dist/types/__tests__/gen/users-get_user_shortlinks.test.d.ts.map +1 -1
- package/dist/types/__tests__/gen/users-list_users.test.d.ts +1 -1
- package/dist/types/__tests__/gen/users-list_users.test.d.ts.map +1 -1
- package/dist/types/__tests__/gen/users-list_users_extended.test.d.ts +1 -1
- package/dist/types/__tests__/gen/users-list_users_extended.test.d.ts.map +1 -1
- package/dist/types/src/api/api-calls/get_api_call.d.ts +22 -4
- package/dist/types/src/api/api-calls/get_api_call.d.ts.map +1 -1
- package/dist/types/src/api/api-calls/get_api_call_for_org.d.ts +18 -4
- package/dist/types/src/api/api-calls/get_api_call_for_org.d.ts.map +1 -1
- package/dist/types/src/api/api-calls/get_api_call_for_user.d.ts +18 -4
- package/dist/types/src/api/api-calls/get_api_call_for_user.d.ts.map +1 -1
- package/dist/types/src/api/api-calls/get_api_call_metrics.d.ts +19 -5
- package/dist/types/src/api/api-calls/get_api_call_metrics.d.ts.map +1 -1
- package/dist/types/src/api/api-calls/get_async_operation.d.ts +24 -4
- package/dist/types/src/api/api-calls/get_async_operation.d.ts.map +1 -1
- package/dist/types/src/api/api-calls/list_api_calls.d.ts +23 -5
- package/dist/types/src/api/api-calls/list_api_calls.d.ts.map +1 -1
- package/dist/types/src/api/api-calls/list_api_calls_for_user.d.ts +31 -6
- package/dist/types/src/api/api-calls/list_api_calls_for_user.d.ts.map +1 -1
- package/dist/types/src/api/api-calls/list_async_operations.d.ts +27 -6
- package/dist/types/src/api/api-calls/list_async_operations.d.ts.map +1 -1
- package/dist/types/src/api/api-calls/org_list_api_calls.d.ts +27 -5
- package/dist/types/src/api/api-calls/org_list_api_calls.d.ts.map +1 -1
- package/dist/types/src/api/api-calls/user_list_api_calls.d.ts +25 -5
- package/dist/types/src/api/api-calls/user_list_api_calls.d.ts.map +1 -1
- package/dist/types/src/api/api-tokens/create_api_token_for_user.d.ts +18 -4
- package/dist/types/src/api/api-tokens/create_api_token_for_user.d.ts.map +1 -1
- package/dist/types/src/api/api-tokens/delete_api_token_for_user.d.ts +19 -5
- package/dist/types/src/api/api-tokens/delete_api_token_for_user.d.ts.map +1 -1
- package/dist/types/src/api/api-tokens/get_api_token_for_user.d.ts +19 -5
- package/dist/types/src/api/api-tokens/get_api_token_for_user.d.ts.map +1 -1
- package/dist/types/src/api/api-tokens/list_api_tokens_for_user.d.ts +25 -5
- package/dist/types/src/api/api-tokens/list_api_tokens_for_user.d.ts.map +1 -1
- package/dist/types/src/api/apps/apps_github_callback.d.ts +16 -4
- package/dist/types/src/api/apps/apps_github_callback.d.ts.map +1 -1
- package/dist/types/src/api/apps/apps_github_consent.d.ts +19 -4
- package/dist/types/src/api/apps/apps_github_consent.d.ts.map +1 -1
- package/dist/types/src/api/apps/apps_github_webhook.d.ts +15 -4
- package/dist/types/src/api/apps/apps_github_webhook.d.ts.map +1 -1
- package/dist/types/src/api/executor/create_executor_term.d.ts +47 -3
- package/dist/types/src/api/executor/create_executor_term.d.ts.map +1 -1
- package/dist/types/src/api/executor/create_file_execution.d.ts +19 -5
- package/dist/types/src/api/executor/create_file_execution.d.ts.map +1 -1
- package/dist/types/src/api/file/create_file_center_of_mass.d.ts +30 -6
- package/dist/types/src/api/file/create_file_center_of_mass.d.ts.map +1 -1
- package/dist/types/src/api/file/create_file_conversion.d.ts +28 -6
- package/dist/types/src/api/file/create_file_conversion.d.ts.map +1 -1
- package/dist/types/src/api/file/create_file_conversion_options.d.ts +24 -5
- package/dist/types/src/api/file/create_file_conversion_options.d.ts.map +1 -1
- package/dist/types/src/api/file/create_file_density.d.ts +33 -7
- package/dist/types/src/api/file/create_file_density.d.ts.map +1 -1
- package/dist/types/src/api/file/create_file_mass.d.ts +33 -7
- package/dist/types/src/api/file/create_file_mass.d.ts.map +1 -1
- package/dist/types/src/api/file/create_file_surface_area.d.ts +30 -6
- package/dist/types/src/api/file/create_file_surface_area.d.ts.map +1 -1
- package/dist/types/src/api/file/create_file_volume.d.ts +30 -6
- package/dist/types/src/api/file/create_file_volume.d.ts.map +1 -1
- package/dist/types/src/api/meta/community_sso.d.ts +14 -4
- package/dist/types/src/api/meta/community_sso.d.ts.map +1 -1
- package/dist/types/src/api/meta/create_debug_uploads.d.ts +15 -4
- package/dist/types/src/api/meta/create_debug_uploads.d.ts.map +1 -1
- package/dist/types/src/api/meta/create_event.d.ts +18 -5
- package/dist/types/src/api/meta/create_event.d.ts.map +1 -1
- package/dist/types/src/api/meta/get_ipinfo.d.ts +15 -4
- package/dist/types/src/api/meta/get_ipinfo.d.ts.map +1 -1
- package/dist/types/src/api/meta/get_pricing_subscriptions.d.ts +17 -4
- package/dist/types/src/api/meta/get_pricing_subscriptions.d.ts.map +1 -1
- package/dist/types/src/api/meta/get_schema.d.ts +12 -4
- package/dist/types/src/api/meta/get_schema.d.ts.map +1 -1
- package/dist/types/src/api/meta/internal_get_api_token_for_discord_user.d.ts +20 -4
- package/dist/types/src/api/meta/internal_get_api_token_for_discord_user.d.ts.map +1 -1
- package/dist/types/src/api/meta/ping.d.ts +15 -4
- package/dist/types/src/api/meta/ping.d.ts.map +1 -1
- package/dist/types/src/api/ml/create_kcl_code_completions.d.ts +17 -5
- package/dist/types/src/api/ml/create_kcl_code_completions.d.ts.map +1 -1
- package/dist/types/src/api/ml/create_proprietary_to_kcl.d.ts +24 -5
- package/dist/types/src/api/ml/create_proprietary_to_kcl.d.ts.map +1 -1
- package/dist/types/src/api/ml/create_text_to_cad.d.ts +26 -6
- package/dist/types/src/api/ml/create_text_to_cad.d.ts.map +1 -1
- package/dist/types/src/api/ml/create_text_to_cad_iteration.d.ts +25 -5
- package/dist/types/src/api/ml/create_text_to_cad_iteration.d.ts.map +1 -1
- package/dist/types/src/api/ml/create_text_to_cad_model_feedback.d.ts +20 -5
- package/dist/types/src/api/ml/create_text_to_cad_model_feedback.d.ts.map +1 -1
- package/dist/types/src/api/ml/create_text_to_cad_multi_file_iteration.d.ts +28 -5
- package/dist/types/src/api/ml/create_text_to_cad_multi_file_iteration.d.ts.map +1 -1
- package/dist/types/src/api/ml/get_ml_prompt.d.ts +18 -4
- package/dist/types/src/api/ml/get_ml_prompt.d.ts.map +1 -1
- package/dist/types/src/api/ml/get_text_to_cad_model_for_user.d.ts +18 -4
- package/dist/types/src/api/ml/get_text_to_cad_model_for_user.d.ts.map +1 -1
- package/dist/types/src/api/ml/list_conversations_for_user.d.ts +25 -5
- package/dist/types/src/api/ml/list_conversations_for_user.d.ts.map +1 -1
- package/dist/types/src/api/ml/list_ml_prompts.d.ts +27 -5
- package/dist/types/src/api/ml/list_ml_prompts.d.ts.map +1 -1
- package/dist/types/src/api/ml/list_text_to_cad_models_for_user.d.ts +30 -6
- package/dist/types/src/api/ml/list_text_to_cad_models_for_user.d.ts.map +1 -1
- package/dist/types/src/api/ml/ml_copilot_ws.d.ts +51 -0
- package/dist/types/src/api/ml/ml_copilot_ws.d.ts.map +1 -0
- package/dist/types/src/api/ml/ml_reasoning_ws.d.ts +53 -0
- package/dist/types/src/api/ml/ml_reasoning_ws.d.ts.map +1 -0
- package/dist/types/src/api/modeling/modeling_commands_ws.d.ts +73 -0
- package/dist/types/src/api/modeling/modeling_commands_ws.d.ts.map +1 -0
- package/dist/types/src/api/oauth2/device_access_token.d.ts +14 -3
- package/dist/types/src/api/oauth2/device_access_token.d.ts.map +1 -1
- package/dist/types/src/api/oauth2/device_auth_confirm.d.ts +17 -5
- package/dist/types/src/api/oauth2/device_auth_confirm.d.ts.map +1 -1
- package/dist/types/src/api/oauth2/device_auth_request.d.ts +14 -3
- package/dist/types/src/api/oauth2/device_auth_request.d.ts.map +1 -1
- package/dist/types/src/api/oauth2/device_auth_verify.d.ts +16 -4
- package/dist/types/src/api/oauth2/device_auth_verify.d.ts.map +1 -1
- package/dist/types/src/api/oauth2/oauth2_provider_callback.d.ts +19 -5
- package/dist/types/src/api/oauth2/oauth2_provider_callback.d.ts.map +1 -1
- package/dist/types/src/api/oauth2/oauth2_provider_callback_post.d.ts +17 -5
- package/dist/types/src/api/oauth2/oauth2_provider_callback_post.d.ts.map +1 -1
- package/dist/types/src/api/oauth2/oauth2_provider_consent.d.ts +18 -5
- package/dist/types/src/api/oauth2/oauth2_provider_consent.d.ts.map +1 -1
- package/dist/types/src/api/oauth2/oauth2_token_revoke.d.ts +14 -3
- package/dist/types/src/api/oauth2/oauth2_token_revoke.d.ts.map +1 -1
- package/dist/types/src/api/orgs/create_org.d.ts +19 -5
- package/dist/types/src/api/orgs/create_org.d.ts.map +1 -1
- package/dist/types/src/api/orgs/create_org_member.d.ts +27 -5
- package/dist/types/src/api/orgs/create_org_member.d.ts.map +1 -1
- package/dist/types/src/api/orgs/create_org_saml_idp.d.ts +19 -5
- package/dist/types/src/api/orgs/create_org_saml_idp.d.ts.map +1 -1
- package/dist/types/src/api/orgs/delete_org.d.ts +18 -4
- package/dist/types/src/api/orgs/delete_org.d.ts.map +1 -1
- package/dist/types/src/api/orgs/delete_org_member.d.ts +17 -5
- package/dist/types/src/api/orgs/delete_org_member.d.ts.map +1 -1
- package/dist/types/src/api/orgs/delete_org_saml_idp.d.ts +14 -4
- package/dist/types/src/api/orgs/delete_org_saml_idp.d.ts.map +1 -1
- package/dist/types/src/api/orgs/get_any_org.d.ts +19 -5
- package/dist/types/src/api/orgs/get_any_org.d.ts.map +1 -1
- package/dist/types/src/api/orgs/get_org.d.ts +17 -4
- package/dist/types/src/api/orgs/get_org.d.ts.map +1 -1
- package/dist/types/src/api/orgs/get_org_member.d.ts +19 -5
- package/dist/types/src/api/orgs/get_org_member.d.ts.map +1 -1
- package/dist/types/src/api/orgs/get_org_privacy_settings.d.ts +17 -4
- package/dist/types/src/api/orgs/get_org_privacy_settings.d.ts.map +1 -1
- package/dist/types/src/api/orgs/get_org_saml_idp.d.ts +17 -4
- package/dist/types/src/api/orgs/get_org_saml_idp.d.ts.map +1 -1
- package/dist/types/src/api/orgs/get_org_shortlinks.d.ts +23 -5
- package/dist/types/src/api/orgs/get_org_shortlinks.d.ts.map +1 -1
- package/dist/types/src/api/orgs/get_user_org.d.ts +19 -4
- package/dist/types/src/api/orgs/get_user_org.d.ts.map +1 -1
- package/dist/types/src/api/orgs/list_org_members.d.ts +25 -6
- package/dist/types/src/api/orgs/list_org_members.d.ts.map +1 -1
- package/dist/types/src/api/orgs/list_orgs.d.ts +23 -5
- package/dist/types/src/api/orgs/list_orgs.d.ts.map +1 -1
- package/dist/types/src/api/orgs/update_enterprise_pricing_for_org.d.ts +21 -6
- package/dist/types/src/api/orgs/update_enterprise_pricing_for_org.d.ts.map +1 -1
- package/dist/types/src/api/orgs/update_org.d.ts +19 -5
- package/dist/types/src/api/orgs/update_org.d.ts.map +1 -1
- package/dist/types/src/api/orgs/update_org_member.d.ts +21 -6
- package/dist/types/src/api/orgs/update_org_member.d.ts.map +1 -1
- package/dist/types/src/api/orgs/update_org_privacy_settings.d.ts +19 -5
- package/dist/types/src/api/orgs/update_org_privacy_settings.d.ts.map +1 -1
- package/dist/types/src/api/orgs/update_org_saml_idp.d.ts +19 -5
- package/dist/types/src/api/orgs/update_org_saml_idp.d.ts.map +1 -1
- package/dist/types/src/api/payments/create_org_subscription.d.ts +19 -5
- package/dist/types/src/api/payments/create_org_subscription.d.ts.map +1 -1
- package/dist/types/src/api/payments/create_payment_information_for_org.d.ts +21 -5
- package/dist/types/src/api/payments/create_payment_information_for_org.d.ts.map +1 -1
- package/dist/types/src/api/payments/create_payment_information_for_user.d.ts +21 -5
- package/dist/types/src/api/payments/create_payment_information_for_user.d.ts.map +1 -1
- package/dist/types/src/api/payments/create_payment_intent_for_org.d.ts +17 -4
- package/dist/types/src/api/payments/create_payment_intent_for_org.d.ts.map +1 -1
- package/dist/types/src/api/payments/create_payment_intent_for_user.d.ts +17 -4
- package/dist/types/src/api/payments/create_payment_intent_for_user.d.ts.map +1 -1
- package/dist/types/src/api/payments/create_user_subscription.d.ts +19 -5
- package/dist/types/src/api/payments/create_user_subscription.d.ts.map +1 -1
- package/dist/types/src/api/payments/delete_payment_information_for_org.d.ts +16 -4
- package/dist/types/src/api/payments/delete_payment_information_for_org.d.ts.map +1 -1
- package/dist/types/src/api/payments/delete_payment_information_for_user.d.ts +16 -4
- package/dist/types/src/api/payments/delete_payment_information_for_user.d.ts.map +1 -1
- package/dist/types/src/api/payments/delete_payment_method_for_org.d.ts +15 -4
- package/dist/types/src/api/payments/delete_payment_method_for_org.d.ts.map +1 -1
- package/dist/types/src/api/payments/delete_payment_method_for_user.d.ts +15 -4
- package/dist/types/src/api/payments/delete_payment_method_for_user.d.ts.map +1 -1
- package/dist/types/src/api/payments/get_org_subscription.d.ts +17 -4
- package/dist/types/src/api/payments/get_org_subscription.d.ts.map +1 -1
- package/dist/types/src/api/payments/get_payment_balance_for_any_org.d.ts +20 -5
- package/dist/types/src/api/payments/get_payment_balance_for_any_org.d.ts.map +1 -1
- package/dist/types/src/api/payments/get_payment_balance_for_any_user.d.ts +20 -5
- package/dist/types/src/api/payments/get_payment_balance_for_any_user.d.ts.map +1 -1
- package/dist/types/src/api/payments/get_payment_balance_for_org.d.ts +18 -4
- package/dist/types/src/api/payments/get_payment_balance_for_org.d.ts.map +1 -1
- package/dist/types/src/api/payments/get_payment_balance_for_user.d.ts +18 -4
- package/dist/types/src/api/payments/get_payment_balance_for_user.d.ts.map +1 -1
- package/dist/types/src/api/payments/get_payment_information_for_org.d.ts +19 -4
- package/dist/types/src/api/payments/get_payment_information_for_org.d.ts.map +1 -1
- package/dist/types/src/api/payments/get_payment_information_for_user.d.ts +19 -4
- package/dist/types/src/api/payments/get_payment_information_for_user.d.ts.map +1 -1
- package/dist/types/src/api/payments/get_user_subscription.d.ts +17 -4
- package/dist/types/src/api/payments/get_user_subscription.d.ts.map +1 -1
- package/dist/types/src/api/payments/list_invoices_for_org.d.ts +17 -4
- package/dist/types/src/api/payments/list_invoices_for_org.d.ts.map +1 -1
- package/dist/types/src/api/payments/list_invoices_for_user.d.ts +17 -4
- package/dist/types/src/api/payments/list_invoices_for_user.d.ts.map +1 -1
- package/dist/types/src/api/payments/list_payment_methods_for_org.d.ts +17 -4
- package/dist/types/src/api/payments/list_payment_methods_for_org.d.ts.map +1 -1
- package/dist/types/src/api/payments/list_payment_methods_for_user.d.ts +17 -4
- package/dist/types/src/api/payments/list_payment_methods_for_user.d.ts.map +1 -1
- package/dist/types/src/api/payments/update_org_subscription.d.ts +19 -5
- package/dist/types/src/api/payments/update_org_subscription.d.ts.map +1 -1
- package/dist/types/src/api/payments/update_payment_balance_for_any_org.d.ts +22 -6
- package/dist/types/src/api/payments/update_payment_balance_for_any_org.d.ts.map +1 -1
- package/dist/types/src/api/payments/update_payment_balance_for_any_user.d.ts +22 -6
- package/dist/types/src/api/payments/update_payment_balance_for_any_user.d.ts.map +1 -1
- package/dist/types/src/api/payments/update_payment_information_for_org.d.ts +21 -5
- package/dist/types/src/api/payments/update_payment_information_for_org.d.ts.map +1 -1
- package/dist/types/src/api/payments/update_payment_information_for_user.d.ts +21 -5
- package/dist/types/src/api/payments/update_payment_information_for_user.d.ts.map +1 -1
- package/dist/types/src/api/payments/update_user_subscription.d.ts +19 -5
- package/dist/types/src/api/payments/update_user_subscription.d.ts.map +1 -1
- package/dist/types/src/api/payments/validate_customer_tax_information_for_org.d.ts +14 -4
- package/dist/types/src/api/payments/validate_customer_tax_information_for_org.d.ts.map +1 -1
- package/dist/types/src/api/payments/validate_customer_tax_information_for_user.d.ts +14 -4
- package/dist/types/src/api/payments/validate_customer_tax_information_for_user.d.ts.map +1 -1
- package/dist/types/src/api/service-accounts/create_service_account_for_org.d.ts +18 -4
- package/dist/types/src/api/service-accounts/create_service_account_for_org.d.ts.map +1 -1
- package/dist/types/src/api/service-accounts/delete_service_account_for_org.d.ts +19 -5
- package/dist/types/src/api/service-accounts/delete_service_account_for_org.d.ts.map +1 -1
- package/dist/types/src/api/service-accounts/get_service_account_for_org.d.ts +19 -5
- package/dist/types/src/api/service-accounts/get_service_account_for_org.d.ts.map +1 -1
- package/dist/types/src/api/service-accounts/list_service_accounts_for_org.d.ts +25 -5
- package/dist/types/src/api/service-accounts/list_service_accounts_for_org.d.ts.map +1 -1
- package/dist/types/src/api/store/create_store_coupon.d.ts +19 -5
- package/dist/types/src/api/store/create_store_coupon.d.ts.map +1 -1
- package/dist/types/src/api/unit/get_angle_unit_conversion.d.ts +22 -6
- package/dist/types/src/api/unit/get_angle_unit_conversion.d.ts.map +1 -1
- package/dist/types/src/api/unit/get_area_unit_conversion.d.ts +22 -6
- package/dist/types/src/api/unit/get_area_unit_conversion.d.ts.map +1 -1
- package/dist/types/src/api/unit/get_current_unit_conversion.d.ts +22 -6
- package/dist/types/src/api/unit/get_current_unit_conversion.d.ts.map +1 -1
- package/dist/types/src/api/unit/get_energy_unit_conversion.d.ts +22 -6
- package/dist/types/src/api/unit/get_energy_unit_conversion.d.ts.map +1 -1
- package/dist/types/src/api/unit/get_force_unit_conversion.d.ts +22 -6
- package/dist/types/src/api/unit/get_force_unit_conversion.d.ts.map +1 -1
- package/dist/types/src/api/unit/get_frequency_unit_conversion.d.ts +22 -6
- package/dist/types/src/api/unit/get_frequency_unit_conversion.d.ts.map +1 -1
- package/dist/types/src/api/unit/get_length_unit_conversion.d.ts +22 -6
- package/dist/types/src/api/unit/get_length_unit_conversion.d.ts.map +1 -1
- package/dist/types/src/api/unit/get_mass_unit_conversion.d.ts +22 -6
- package/dist/types/src/api/unit/get_mass_unit_conversion.d.ts.map +1 -1
- package/dist/types/src/api/unit/get_power_unit_conversion.d.ts +22 -6
- package/dist/types/src/api/unit/get_power_unit_conversion.d.ts.map +1 -1
- package/dist/types/src/api/unit/get_pressure_unit_conversion.d.ts +22 -6
- package/dist/types/src/api/unit/get_pressure_unit_conversion.d.ts.map +1 -1
- package/dist/types/src/api/unit/get_temperature_unit_conversion.d.ts +22 -6
- package/dist/types/src/api/unit/get_temperature_unit_conversion.d.ts.map +1 -1
- package/dist/types/src/api/unit/get_torque_unit_conversion.d.ts +22 -6
- package/dist/types/src/api/unit/get_torque_unit_conversion.d.ts.map +1 -1
- package/dist/types/src/api/unit/get_volume_unit_conversion.d.ts +22 -6
- package/dist/types/src/api/unit/get_volume_unit_conversion.d.ts.map +1 -1
- package/dist/types/src/api/users/create_user_shortlink.d.ts +19 -5
- package/dist/types/src/api/users/create_user_shortlink.d.ts.map +1 -1
- package/dist/types/src/api/users/delete_user_self.d.ts +16 -4
- package/dist/types/src/api/users/delete_user_self.d.ts.map +1 -1
- package/dist/types/src/api/users/delete_user_shortlink.d.ts +15 -4
- package/dist/types/src/api/users/delete_user_shortlink.d.ts.map +1 -1
- package/dist/types/src/api/users/get_oauth2_providers_for_user.d.ts +19 -4
- package/dist/types/src/api/users/get_oauth2_providers_for_user.d.ts.map +1 -1
- package/dist/types/src/api/users/get_session_for_user.d.ts +19 -5
- package/dist/types/src/api/users/get_session_for_user.d.ts.map +1 -1
- package/dist/types/src/api/users/get_user.d.ts +21 -5
- package/dist/types/src/api/users/get_user.d.ts.map +1 -1
- package/dist/types/src/api/users/get_user_extended.d.ts +21 -5
- package/dist/types/src/api/users/get_user_extended.d.ts.map +1 -1
- package/dist/types/src/api/users/get_user_privacy_settings.d.ts +17 -4
- package/dist/types/src/api/users/get_user_privacy_settings.d.ts.map +1 -1
- package/dist/types/src/api/users/get_user_self.d.ts +19 -4
- package/dist/types/src/api/users/get_user_self.d.ts.map +1 -1
- package/dist/types/src/api/users/get_user_self_extended.d.ts +19 -4
- package/dist/types/src/api/users/get_user_self_extended.d.ts.map +1 -1
- package/dist/types/src/api/users/get_user_shortlinks.d.ts +23 -5
- package/dist/types/src/api/users/get_user_shortlinks.d.ts.map +1 -1
- package/dist/types/src/api/users/list_users.d.ts +23 -5
- package/dist/types/src/api/users/list_users.d.ts.map +1 -1
- package/dist/types/src/api/users/list_users_extended.d.ts +23 -5
- package/dist/types/src/api/users/list_users_extended.d.ts.map +1 -1
- package/dist/types/src/api/users/patch_user_crm.d.ts +15 -5
- package/dist/types/src/api/users/patch_user_crm.d.ts.map +1 -1
- package/dist/types/src/api/users/put_public_form.d.ts +17 -5
- package/dist/types/src/api/users/put_public_form.d.ts.map +1 -1
- package/dist/types/src/api/users/put_public_subscribe.d.ts +15 -5
- package/dist/types/src/api/users/put_public_subscribe.d.ts.map +1 -1
- package/dist/types/src/api/users/put_user_form_self.d.ts +17 -5
- package/dist/types/src/api/users/put_user_form_self.d.ts.map +1 -1
- package/dist/types/src/api/users/update_subscription_for_user.d.ts +21 -6
- package/dist/types/src/api/users/update_subscription_for_user.d.ts.map +1 -1
- package/dist/types/src/api/users/update_user_privacy_settings.d.ts +19 -5
- package/dist/types/src/api/users/update_user_privacy_settings.d.ts.map +1 -1
- package/dist/types/src/api/users/update_user_self.d.ts +19 -5
- package/dist/types/src/api/users/update_user_self.d.ts.map +1 -1
- package/dist/types/src/api/users/update_user_shortlink.d.ts +20 -5
- package/dist/types/src/api/users/update_user_shortlink.d.ts.map +1 -1
- package/dist/types/src/client.d.ts +9 -2
- package/dist/types/src/client.d.ts.map +1 -1
- package/dist/types/src/errors.d.ts +10 -0
- package/dist/types/src/errors.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +45 -3
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/models.d.ts +6432 -1828
- package/dist/types/src/models.d.ts.map +1 -1
- package/dist/types/src/pagination.d.ts +17 -0
- package/dist/types/src/pagination.d.ts.map +1 -0
- package/dist/types/src/ws-utils.d.ts +6 -0
- package/dist/types/src/ws-utils.d.ts.map +1 -0
- package/package.json +22 -9
- package/dist/types/__tests__/gen/executor-create_executor_term.test.d.ts +0 -2
- package/dist/types/__tests__/gen/executor-create_executor_term.test.d.ts.map +0 -1
- package/dist/types/__tests__/gen/users-put_public_subscribe.test.d.ts +0 -2
- package/dist/types/__tests__/gen/users-put_public_subscribe.test.d.ts.map +0 -1
- package/dist/types/src/apiGen.d.ts +0 -3
- package/dist/types/src/apiGen.d.ts.map +0 -1
- package/dist/types/src/expectedToFail.d.ts +0 -31
- package/dist/types/src/expectedToFail.d.ts.map +0 -1
- package/dist/types/src/modelsGen.d.ts +0 -2
- package/dist/types/src/modelsGen.d.ts.map +0 -1
- package/dist/umd/index.js +0 -1
|
@@ -1,12 +1,30 @@
|
|
|
1
|
-
import { UserResultsPage_type, Error_type, CreatedAtSortMode_type } from '../../models.js';
|
|
2
1
|
import { Client } from '../../client.js';
|
|
3
|
-
|
|
2
|
+
import { Pager } from '../../pagination.js';
|
|
3
|
+
import { UserResultsPage, CreatedAtSortMode, User } from '../../models.js';
|
|
4
|
+
interface ListUsersInput {
|
|
4
5
|
client?: Client;
|
|
5
6
|
limit: number;
|
|
6
7
|
page_token: string;
|
|
7
|
-
sort_by:
|
|
8
|
+
sort_by: CreatedAtSortMode;
|
|
8
9
|
}
|
|
9
|
-
declare type
|
|
10
|
-
|
|
10
|
+
declare type ListUsersReturn = UserResultsPage;
|
|
11
|
+
/**
|
|
12
|
+
* List users.
|
|
13
|
+
*
|
|
14
|
+
* This endpoint requires authentication by a Zoo employee. The users are returned in order of creation, with the most recently created users first.
|
|
15
|
+
*
|
|
16
|
+
* Tags: users, hidden
|
|
17
|
+
*
|
|
18
|
+
* @param params Function parameters.
|
|
19
|
+
* @property {Client} [client] Optional client with auth token.
|
|
20
|
+
* @property {number} limit Maximum number of items returned by a single call (query)
|
|
21
|
+
* @property {string} page_token Token returned by previous call to retrieve the subsequent page (query)
|
|
22
|
+
* @property {CreatedAtSortMode} sort_by (query)
|
|
23
|
+
* @returns {Promise<ListUsersReturn>} successful operation
|
|
24
|
+
*
|
|
25
|
+
* Possible return types: UserResultsPage
|
|
26
|
+
*/
|
|
27
|
+
export default function list_users({ client, limit, page_token, sort_by, }: ListUsersInput): Promise<ListUsersReturn>;
|
|
28
|
+
export declare function list_users_pager(params: ListUsersInput): Pager<ListUsersInput, ListUsersReturn, User>;
|
|
11
29
|
export {};
|
|
12
30
|
//# sourceMappingURL=list_users.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list_users.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/list_users.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"list_users.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/list_users.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AAExC,OAAO,EAAE,KAAK,EAAe,MAAM,qBAAqB,CAAA;AAExD,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAE1E,UAAU,cAAc;IACtB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,iBAAiB,CAAA;CAC3B;AAED,aAAK,eAAe,GAAG,eAAe,CAAA;AAEtC;;;;;;;;;;;;;;;GAeG;AACH,wBAA8B,UAAU,CAAC,EACvC,MAAM,EACN,KAAK,EACL,UAAU,EACV,OAAO,GACR,EAAE,cAAc,GAAG,OAAO,CAAC,eAAe,CAAC,CAgC3C;AAED,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,cAAc,GACrB,KAAK,CAAC,cAAc,EAAE,eAAe,EAAE,IAAI,CAAC,CAM9C"}
|
|
@@ -1,12 +1,30 @@
|
|
|
1
|
-
import { ExtendedUserResultsPage_type, Error_type, CreatedAtSortMode_type } from '../../models.js';
|
|
2
1
|
import { Client } from '../../client.js';
|
|
3
|
-
|
|
2
|
+
import { Pager } from '../../pagination.js';
|
|
3
|
+
import { ExtendedUserResultsPage, CreatedAtSortMode, ExtendedUser } from '../../models.js';
|
|
4
|
+
interface ListUsersExtendedInput {
|
|
4
5
|
client?: Client;
|
|
5
6
|
limit: number;
|
|
6
7
|
page_token: string;
|
|
7
|
-
sort_by:
|
|
8
|
+
sort_by: CreatedAtSortMode;
|
|
8
9
|
}
|
|
9
|
-
declare type
|
|
10
|
-
|
|
10
|
+
declare type ListUsersExtendedReturn = ExtendedUserResultsPage;
|
|
11
|
+
/**
|
|
12
|
+
* List users with extended information.
|
|
13
|
+
*
|
|
14
|
+
* This endpoint requires authentication by a Zoo employee. The users are returned in order of creation, with the most recently created users first.
|
|
15
|
+
*
|
|
16
|
+
* Tags: users, hidden
|
|
17
|
+
*
|
|
18
|
+
* @param params Function parameters.
|
|
19
|
+
* @property {Client} [client] Optional client with auth token.
|
|
20
|
+
* @property {number} limit Maximum number of items returned by a single call (query)
|
|
21
|
+
* @property {string} page_token Token returned by previous call to retrieve the subsequent page (query)
|
|
22
|
+
* @property {CreatedAtSortMode} sort_by (query)
|
|
23
|
+
* @returns {Promise<ListUsersExtendedReturn>} successful operation
|
|
24
|
+
*
|
|
25
|
+
* Possible return types: ExtendedUserResultsPage
|
|
26
|
+
*/
|
|
27
|
+
export default function list_users_extended({ client, limit, page_token, sort_by, }: ListUsersExtendedInput): Promise<ListUsersExtendedReturn>;
|
|
28
|
+
export declare function list_users_extended_pager(params: ListUsersExtendedInput): Pager<ListUsersExtendedInput, ListUsersExtendedReturn, ExtendedUser>;
|
|
11
29
|
export {};
|
|
12
30
|
//# sourceMappingURL=list_users_extended.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list_users_extended.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/list_users_extended.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"list_users_extended.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/list_users_extended.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AAExC,OAAO,EAAE,KAAK,EAAe,MAAM,qBAAqB,CAAA;AAExD,OAAO,EACL,uBAAuB,EACvB,iBAAiB,EACjB,YAAY,EACb,MAAM,iBAAiB,CAAA;AAExB,UAAU,sBAAsB;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,iBAAiB,CAAA;CAC3B;AAED,aAAK,uBAAuB,GAAG,uBAAuB,CAAA;AAEtD;;;;;;;;;;;;;;;GAeG;AACH,wBAA8B,mBAAmB,CAAC,EAChD,MAAM,EACN,KAAK,EACL,UAAU,EACV,OAAO,GACR,EAAE,sBAAsB,GAAG,OAAO,CAAC,uBAAuB,CAAC,CAgC3D;AAED,wBAAgB,yBAAyB,CACvC,MAAM,EAAE,sBAAsB,GAC7B,KAAK,CAAC,sBAAsB,EAAE,uBAAuB,EAAE,YAAY,CAAC,CAMtE"}
|
|
@@ -1,10 +1,20 @@
|
|
|
1
|
-
import { Error_type, CrmData_type } from '../../models.js';
|
|
2
1
|
import { Client } from '../../client.js';
|
|
3
|
-
|
|
2
|
+
import { CrmData } from '../../models.js';
|
|
3
|
+
interface PatchUserCrmInput {
|
|
4
4
|
client?: Client;
|
|
5
|
-
body:
|
|
5
|
+
body: CrmData;
|
|
6
6
|
}
|
|
7
|
-
declare type
|
|
8
|
-
|
|
7
|
+
declare type PatchUserCrmReturn = void;
|
|
8
|
+
/**
|
|
9
|
+
* Update properties in the CRM
|
|
10
|
+
*
|
|
11
|
+
* Tags: users, hidden
|
|
12
|
+
*
|
|
13
|
+
* @param params Function parameters.
|
|
14
|
+
* @property {Client} [client] Optional client with auth token.
|
|
15
|
+
* @property {CrmData} body Request body payload
|
|
16
|
+
* @returns {Promise<PatchUserCrmReturn>} successful operation, no content
|
|
17
|
+
*/
|
|
18
|
+
export default function patch_user_crm({ client, body, }: PatchUserCrmInput): Promise<PatchUserCrmReturn>;
|
|
9
19
|
export {};
|
|
10
20
|
//# sourceMappingURL=patch_user_crm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patch_user_crm.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/patch_user_crm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"patch_user_crm.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/patch_user_crm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AAGxC,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAEzC,UAAU,iBAAiB;IACzB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,OAAO,CAAA;CACd;AAED,aAAK,kBAAkB,GAAG,IAAI,CAAA;AAE9B;;;;;;;;;GASG;AACH,wBAA8B,cAAc,CAAC,EAC3C,MAAM,EACN,IAAI,GACL,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAiCjD"}
|
|
@@ -1,10 +1,22 @@
|
|
|
1
|
-
import { Error_type, InquiryForm_type } from '../../models.js';
|
|
2
1
|
import { Client } from '../../client.js';
|
|
3
|
-
|
|
2
|
+
import { InquiryForm } from '../../models.js';
|
|
3
|
+
interface PutPublicFormInput {
|
|
4
4
|
client?: Client;
|
|
5
|
-
body:
|
|
5
|
+
body: InquiryForm;
|
|
6
6
|
}
|
|
7
|
-
declare type
|
|
8
|
-
|
|
7
|
+
declare type PutPublicFormReturn = void;
|
|
8
|
+
/**
|
|
9
|
+
* Creates a new support/sales ticket from the website contact form. This endpoint is for untrusted
|
|
10
|
+
*
|
|
11
|
+
* users and is not authenticated.
|
|
12
|
+
*
|
|
13
|
+
* Tags: users, hidden
|
|
14
|
+
*
|
|
15
|
+
* @param params Function parameters.
|
|
16
|
+
* @property {Client} [client] Optional client with auth token.
|
|
17
|
+
* @property {InquiryForm} body Request body payload
|
|
18
|
+
* @returns {Promise<PutPublicFormReturn>} successful operation, no content
|
|
19
|
+
*/
|
|
20
|
+
export default function put_public_form({ client, body, }: PutPublicFormInput): Promise<PutPublicFormReturn>;
|
|
9
21
|
export {};
|
|
10
22
|
//# sourceMappingURL=put_public_form.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"put_public_form.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/put_public_form.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"put_public_form.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/put_public_form.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AAGxC,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAE7C,UAAU,kBAAkB;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,WAAW,CAAA;CAClB;AAED,aAAK,mBAAmB,GAAG,IAAI,CAAA;AAE/B;;;;;;;;;;;GAWG;AACH,wBAA8B,eAAe,CAAC,EAC5C,MAAM,EACN,IAAI,GACL,EAAE,kBAAkB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAiCnD"}
|
|
@@ -1,10 +1,20 @@
|
|
|
1
|
-
import { Error_type, Subscribe_type } from '../../models.js';
|
|
2
1
|
import { Client } from '../../client.js';
|
|
3
|
-
|
|
2
|
+
import { Subscribe } from '../../models.js';
|
|
3
|
+
interface PutPublicSubscribeInput {
|
|
4
4
|
client?: Client;
|
|
5
|
-
body:
|
|
5
|
+
body: Subscribe;
|
|
6
6
|
}
|
|
7
|
-
declare type
|
|
8
|
-
|
|
7
|
+
declare type PutPublicSubscribeReturn = void;
|
|
8
|
+
/**
|
|
9
|
+
* Subscribes a user to the newsletter.
|
|
10
|
+
*
|
|
11
|
+
* Tags: users, hidden
|
|
12
|
+
*
|
|
13
|
+
* @param params Function parameters.
|
|
14
|
+
* @property {Client} [client] Optional client with auth token.
|
|
15
|
+
* @property {Subscribe} body Request body payload
|
|
16
|
+
* @returns {Promise<PutPublicSubscribeReturn>} successful operation, no content
|
|
17
|
+
*/
|
|
18
|
+
export default function put_public_subscribe({ client, body, }: PutPublicSubscribeInput): Promise<PutPublicSubscribeReturn>;
|
|
9
19
|
export {};
|
|
10
20
|
//# sourceMappingURL=put_public_subscribe.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"put_public_subscribe.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/put_public_subscribe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"put_public_subscribe.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/put_public_subscribe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AAGxC,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAE3C,UAAU,uBAAuB;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,SAAS,CAAA;CAChB;AAED,aAAK,wBAAwB,GAAG,IAAI,CAAA;AAEpC;;;;;;;;;GASG;AACH,wBAA8B,oBAAoB,CAAC,EACjD,MAAM,EACN,IAAI,GACL,EAAE,uBAAuB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAiC7D"}
|
|
@@ -1,10 +1,22 @@
|
|
|
1
|
-
import { Error_type, InquiryForm_type } from '../../models.js';
|
|
2
1
|
import { Client } from '../../client.js';
|
|
3
|
-
|
|
2
|
+
import { InquiryForm } from '../../models.js';
|
|
3
|
+
interface PutUserFormSelfInput {
|
|
4
4
|
client?: Client;
|
|
5
|
-
body:
|
|
5
|
+
body: InquiryForm;
|
|
6
6
|
}
|
|
7
|
-
declare type
|
|
8
|
-
|
|
7
|
+
declare type PutUserFormSelfReturn = void;
|
|
8
|
+
/**
|
|
9
|
+
* Create a new support/sales ticket from the website contact form. This endpoint is authenticated.
|
|
10
|
+
*
|
|
11
|
+
* It gets attached to the user's account.
|
|
12
|
+
*
|
|
13
|
+
* Tags: users, hidden
|
|
14
|
+
*
|
|
15
|
+
* @param params Function parameters.
|
|
16
|
+
* @property {Client} [client] Optional client with auth token.
|
|
17
|
+
* @property {InquiryForm} body Request body payload
|
|
18
|
+
* @returns {Promise<PutUserFormSelfReturn>} successful operation, no content
|
|
19
|
+
*/
|
|
20
|
+
export default function put_user_form_self({ client, body, }: PutUserFormSelfInput): Promise<PutUserFormSelfReturn>;
|
|
9
21
|
export {};
|
|
10
22
|
//# sourceMappingURL=put_user_form_self.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"put_user_form_self.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/put_user_form_self.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"put_user_form_self.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/put_user_form_self.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AAGxC,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAE7C,UAAU,oBAAoB;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,WAAW,CAAA;CAClB;AAED,aAAK,qBAAqB,GAAG,IAAI,CAAA;AAEjC;;;;;;;;;;;GAWG;AACH,wBAA8B,kBAAkB,CAAC,EAC/C,MAAM,EACN,IAAI,GACL,EAAE,oBAAoB,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAiCvD"}
|
|
@@ -1,11 +1,26 @@
|
|
|
1
|
-
import { ZooProductSubscriptions_type, Error_type, UserIdentifier_type, ZooProductSubscriptionsUserRequest_type } from '../../models.js';
|
|
2
1
|
import { Client } from '../../client.js';
|
|
3
|
-
|
|
2
|
+
import { ZooProductSubscriptions, UserIdentifier, ZooProductSubscriptionsUserRequest } from '../../models.js';
|
|
3
|
+
interface UpdateSubscriptionForUserInput {
|
|
4
4
|
client?: Client;
|
|
5
|
-
id:
|
|
6
|
-
body:
|
|
5
|
+
id: UserIdentifier;
|
|
6
|
+
body: ZooProductSubscriptionsUserRequest;
|
|
7
7
|
}
|
|
8
|
-
declare type
|
|
9
|
-
|
|
8
|
+
declare type UpdateSubscriptionForUserReturn = ZooProductSubscriptions;
|
|
9
|
+
/**
|
|
10
|
+
* Update a subscription for a user.
|
|
11
|
+
*
|
|
12
|
+
* You must be a Zoo admin to perform this request.
|
|
13
|
+
*
|
|
14
|
+
* Tags: users, hidden
|
|
15
|
+
*
|
|
16
|
+
* @param params Function parameters.
|
|
17
|
+
* @property {Client} [client] Optional client with auth token.
|
|
18
|
+
* @property {UserIdentifier} id The user's identifier (uuid or email). (path)
|
|
19
|
+
* @property {ZooProductSubscriptionsUserRequest} body Request body payload
|
|
20
|
+
* @returns {Promise<UpdateSubscriptionForUserReturn>} successful operation
|
|
21
|
+
*
|
|
22
|
+
* Possible return types: ZooProductSubscriptions
|
|
23
|
+
*/
|
|
24
|
+
export default function update_subscription_for_user({ client, id, body, }: UpdateSubscriptionForUserInput): Promise<UpdateSubscriptionForUserReturn>;
|
|
10
25
|
export {};
|
|
11
26
|
//# sourceMappingURL=update_subscription_for_user.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update_subscription_for_user.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/update_subscription_for_user.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"update_subscription_for_user.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/update_subscription_for_user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AAGxC,OAAO,EACL,uBAAuB,EACvB,cAAc,EACd,kCAAkC,EACnC,MAAM,iBAAiB,CAAA;AAExB,UAAU,8BAA8B;IACtC,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,EAAE,EAAE,cAAc,CAAA;IAClB,IAAI,EAAE,kCAAkC,CAAA;CACzC;AAED,aAAK,+BAA+B,GAAG,uBAAuB,CAAA;AAE9D;;;;;;;;;;;;;;GAcG;AACH,wBAA8B,4BAA4B,CAAC,EACzD,MAAM,EACN,EAAE,EACF,IAAI,GACL,EAAE,8BAA8B,GAAG,OAAO,CAAC,+BAA+B,CAAC,CAkC3E"}
|
|
@@ -1,10 +1,24 @@
|
|
|
1
|
-
import { PrivacySettings_type, Error_type } from '../../models.js';
|
|
2
1
|
import { Client } from '../../client.js';
|
|
3
|
-
|
|
2
|
+
import { PrivacySettings } from '../../models.js';
|
|
3
|
+
interface UpdateUserPrivacySettingsInput {
|
|
4
4
|
client?: Client;
|
|
5
|
-
body:
|
|
5
|
+
body: PrivacySettings;
|
|
6
6
|
}
|
|
7
|
-
declare type
|
|
8
|
-
|
|
7
|
+
declare type UpdateUserPrivacySettingsReturn = PrivacySettings;
|
|
8
|
+
/**
|
|
9
|
+
* Update the user's privacy settings.
|
|
10
|
+
*
|
|
11
|
+
* This endpoint requires authentication by any Zoo user. It updates the privacy settings for the user.
|
|
12
|
+
*
|
|
13
|
+
* Tags: users
|
|
14
|
+
*
|
|
15
|
+
* @param params Function parameters.
|
|
16
|
+
* @property {Client} [client] Optional client with auth token.
|
|
17
|
+
* @property {PrivacySettings} body Request body payload
|
|
18
|
+
* @returns {Promise<UpdateUserPrivacySettingsReturn>} successful operation
|
|
19
|
+
*
|
|
20
|
+
* Possible return types: PrivacySettings
|
|
21
|
+
*/
|
|
22
|
+
export default function update_user_privacy_settings({ client, body, }: UpdateUserPrivacySettingsInput): Promise<UpdateUserPrivacySettingsReturn>;
|
|
9
23
|
export {};
|
|
10
24
|
//# sourceMappingURL=update_user_privacy_settings.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update_user_privacy_settings.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/update_user_privacy_settings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"update_user_privacy_settings.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/update_user_privacy_settings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AAGxC,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAA;AAEjD,UAAU,8BAA8B;IACtC,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,eAAe,CAAA;CACtB;AAED,aAAK,+BAA+B,GAAG,eAAe,CAAA;AAEtD;;;;;;;;;;;;;GAaG;AACH,wBAA8B,4BAA4B,CAAC,EACzD,MAAM,EACN,IAAI,GACL,EAAE,8BAA8B,GAAG,OAAO,CAAC,+BAA+B,CAAC,CAkC3E"}
|
|
@@ -1,10 +1,24 @@
|
|
|
1
|
-
import { User_type, Error_type, UpdateUser_type } from '../../models.js';
|
|
2
1
|
import { Client } from '../../client.js';
|
|
3
|
-
|
|
2
|
+
import { User, UpdateUser } from '../../models.js';
|
|
3
|
+
interface UpdateUserSelfInput {
|
|
4
4
|
client?: Client;
|
|
5
|
-
body:
|
|
5
|
+
body: UpdateUser;
|
|
6
6
|
}
|
|
7
|
-
declare type
|
|
8
|
-
|
|
7
|
+
declare type UpdateUserSelfReturn = User;
|
|
8
|
+
/**
|
|
9
|
+
* Update your user.
|
|
10
|
+
*
|
|
11
|
+
* This endpoint requires authentication by any Zoo user. It updates information about the authenticated user.
|
|
12
|
+
*
|
|
13
|
+
* Tags: users
|
|
14
|
+
*
|
|
15
|
+
* @param params Function parameters.
|
|
16
|
+
* @property {Client} [client] Optional client with auth token.
|
|
17
|
+
* @property {UpdateUser} body Request body payload
|
|
18
|
+
* @returns {Promise<UpdateUserSelfReturn>} successful operation
|
|
19
|
+
*
|
|
20
|
+
* Possible return types: User
|
|
21
|
+
*/
|
|
22
|
+
export default function update_user_self({ client, body, }: UpdateUserSelfInput): Promise<UpdateUserSelfReturn>;
|
|
9
23
|
export {};
|
|
10
24
|
//# sourceMappingURL=update_user_self.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update_user_self.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/update_user_self.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"update_user_self.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/update_user_self.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AAGxC,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAElD,UAAU,mBAAmB;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,UAAU,CAAA;CACjB;AAED,aAAK,oBAAoB,GAAG,IAAI,CAAA;AAEhC;;;;;;;;;;;;;GAaG;AACH,wBAA8B,gBAAgB,CAAC,EAC7C,MAAM,EACN,IAAI,GACL,EAAE,mBAAmB,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAkCrD"}
|
|
@@ -1,11 +1,26 @@
|
|
|
1
|
-
import { Error_type, UpdateShortlinkRequest_type } from '../../models.js';
|
|
2
1
|
import { Client } from '../../client.js';
|
|
3
|
-
|
|
2
|
+
import { UpdateShortlinkRequest } from '../../models.js';
|
|
3
|
+
interface UpdateUserShortlinkInput {
|
|
4
4
|
client?: Client;
|
|
5
5
|
key: string;
|
|
6
|
-
body:
|
|
6
|
+
body: UpdateShortlinkRequest;
|
|
7
7
|
}
|
|
8
|
-
declare type
|
|
9
|
-
|
|
8
|
+
declare type UpdateUserShortlinkReturn = void;
|
|
9
|
+
/**
|
|
10
|
+
* Update a shortlink for a user.
|
|
11
|
+
*
|
|
12
|
+
* This endpoint requires authentication by any Zoo user. It updates a shortlink for the user.
|
|
13
|
+
*
|
|
14
|
+
* This endpoint really only allows you to change the `restrict_to_org` setting of a shortlink. Thus it is only useful for folks who are part of an org. If you are not part of an org, you will not be able to change the `restrict_to_org` status.
|
|
15
|
+
*
|
|
16
|
+
* Tags: users, shortlinks
|
|
17
|
+
*
|
|
18
|
+
* @param params Function parameters.
|
|
19
|
+
* @property {Client} [client] Optional client with auth token.
|
|
20
|
+
* @property {string} key The key of the shortlink. (path)
|
|
21
|
+
* @property {UpdateShortlinkRequest} body Request body payload
|
|
22
|
+
* @returns {Promise<UpdateUserShortlinkReturn>} resource updated
|
|
23
|
+
*/
|
|
24
|
+
export default function update_user_shortlink({ client, key, body, }: UpdateUserShortlinkInput): Promise<UpdateUserShortlinkReturn>;
|
|
10
25
|
export {};
|
|
11
26
|
//# sourceMappingURL=update_user_shortlink.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update_user_shortlink.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/update_user_shortlink.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"update_user_shortlink.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/update_user_shortlink.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AAGxC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAA;AAExD,UAAU,wBAAwB;IAChC,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,sBAAsB,CAAA;CAC7B;AAED,aAAK,yBAAyB,GAAG,IAAI,CAAA;AAErC;;;;;;;;;;;;;;GAcG;AACH,wBAA8B,qBAAqB,CAAC,EAClD,MAAM,EACN,GAAG,EACH,IAAI,GACL,EAAE,wBAAwB,GAAG,OAAO,CAAC,yBAAyB,CAAC,CAiC/D"}
|
|
@@ -1,5 +1,12 @@
|
|
|
1
|
+
export interface ClientOptions {
|
|
2
|
+
token?: string;
|
|
3
|
+
baseUrl?: string;
|
|
4
|
+
fetch?: typeof fetch;
|
|
5
|
+
}
|
|
1
6
|
export declare class Client {
|
|
2
|
-
|
|
3
|
-
|
|
7
|
+
token?: string;
|
|
8
|
+
baseUrl?: string;
|
|
9
|
+
fetch?: typeof fetch;
|
|
10
|
+
constructor(tokenOrOpts?: string | ClientOptions);
|
|
4
11
|
}
|
|
5
12
|
//# sourceMappingURL=client.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/client.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/client.ts"],"names":[],"mappings":"AAmBA,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,KAAK,CAAC,EAAE,OAAO,KAAK,CAAA;CACrB;AAED,qBAAa,MAAM;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,KAAK,CAAC,EAAE,OAAO,KAAK,CAAA;gBAER,WAAW,CAAC,EAAE,MAAM,GAAG,aAAa;CASjD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Error } from './models.js';
|
|
2
|
+
export declare class ApiError extends Error {
|
|
3
|
+
status: number;
|
|
4
|
+
error_code?: string;
|
|
5
|
+
request_id?: string;
|
|
6
|
+
body?: Partial<Error>;
|
|
7
|
+
constructor(status: number, body?: Partial<Error>, message?: string);
|
|
8
|
+
}
|
|
9
|
+
export declare function throwIfNotOk(res: Response): Promise<void>;
|
|
10
|
+
//# sourceMappingURL=errors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../src/errors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAExC,qBAAa,QAAS,SAAQ,KAAK;IACjC,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAA;gBAET,MAAM,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC,EAAE,MAAM;CAQpE;AAED,wBAAsB,YAAY,CAAC,GAAG,EAAE,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC,CAc/D"}
|
|
@@ -8,6 +8,11 @@ import list_api_calls_for_user from './api/api-calls/list_api_calls_for_user.js'
|
|
|
8
8
|
import list_async_operations from './api/api-calls/list_async_operations.js';
|
|
9
9
|
import org_list_api_calls from './api/api-calls/org_list_api_calls.js';
|
|
10
10
|
import user_list_api_calls from './api/api-calls/user_list_api_calls.js';
|
|
11
|
+
import { list_api_calls_for_user_pager } from './api/api-calls/list_api_calls_for_user.js';
|
|
12
|
+
import { list_api_calls_pager } from './api/api-calls/list_api_calls.js';
|
|
13
|
+
import { list_async_operations_pager } from './api/api-calls/list_async_operations.js';
|
|
14
|
+
import { org_list_api_calls_pager } from './api/api-calls/org_list_api_calls.js';
|
|
15
|
+
import { user_list_api_calls_pager } from './api/api-calls/user_list_api_calls.js';
|
|
11
16
|
export declare const api_calls: {
|
|
12
17
|
get_api_call: typeof get_api_call;
|
|
13
18
|
get_api_call_for_org: typeof get_api_call_for_org;
|
|
@@ -16,19 +21,26 @@ export declare const api_calls: {
|
|
|
16
21
|
get_async_operation: typeof get_async_operation;
|
|
17
22
|
list_api_calls: typeof list_api_calls;
|
|
18
23
|
list_api_calls_for_user: typeof list_api_calls_for_user;
|
|
24
|
+
list_api_calls_for_user_pager: typeof list_api_calls_for_user_pager;
|
|
25
|
+
list_api_calls_pager: typeof list_api_calls_pager;
|
|
19
26
|
list_async_operations: typeof list_async_operations;
|
|
27
|
+
list_async_operations_pager: typeof list_async_operations_pager;
|
|
20
28
|
org_list_api_calls: typeof org_list_api_calls;
|
|
29
|
+
org_list_api_calls_pager: typeof org_list_api_calls_pager;
|
|
21
30
|
user_list_api_calls: typeof user_list_api_calls;
|
|
31
|
+
user_list_api_calls_pager: typeof user_list_api_calls_pager;
|
|
22
32
|
};
|
|
23
33
|
import create_api_token_for_user from './api/api-tokens/create_api_token_for_user.js';
|
|
24
34
|
import delete_api_token_for_user from './api/api-tokens/delete_api_token_for_user.js';
|
|
25
35
|
import get_api_token_for_user from './api/api-tokens/get_api_token_for_user.js';
|
|
26
36
|
import list_api_tokens_for_user from './api/api-tokens/list_api_tokens_for_user.js';
|
|
37
|
+
import { list_api_tokens_for_user_pager } from './api/api-tokens/list_api_tokens_for_user.js';
|
|
27
38
|
export declare const api_tokens: {
|
|
28
39
|
create_api_token_for_user: typeof create_api_token_for_user;
|
|
29
40
|
delete_api_token_for_user: typeof delete_api_token_for_user;
|
|
30
41
|
get_api_token_for_user: typeof get_api_token_for_user;
|
|
31
42
|
list_api_tokens_for_user: typeof list_api_tokens_for_user;
|
|
43
|
+
list_api_tokens_for_user_pager: typeof list_api_tokens_for_user_pager;
|
|
32
44
|
};
|
|
33
45
|
import apps_github_callback from './api/apps/apps_github_callback.js';
|
|
34
46
|
import apps_github_consent from './api/apps/apps_github_consent.js';
|
|
@@ -38,10 +50,10 @@ export declare const apps: {
|
|
|
38
50
|
apps_github_consent: typeof apps_github_consent;
|
|
39
51
|
apps_github_webhook: typeof apps_github_webhook;
|
|
40
52
|
};
|
|
41
|
-
import
|
|
53
|
+
import ExecutorTerm from './api/executor/create_executor_term.js';
|
|
42
54
|
import create_file_execution from './api/executor/create_file_execution.js';
|
|
43
55
|
export declare const executor: {
|
|
44
|
-
create_executor_term:
|
|
56
|
+
create_executor_term: (params: any) => ExecutorTerm<unknown, unknown>;
|
|
45
57
|
create_file_execution: typeof create_file_execution;
|
|
46
58
|
};
|
|
47
59
|
import create_file_center_of_mass from './api/file/create_file_center_of_mass.js';
|
|
@@ -78,6 +90,8 @@ export declare const meta: {
|
|
|
78
90
|
internal_get_api_token_for_discord_user: typeof internal_get_api_token_for_discord_user;
|
|
79
91
|
ping: typeof ping;
|
|
80
92
|
};
|
|
93
|
+
import MlCopilotWs from './api/ml/ml_copilot_ws.js';
|
|
94
|
+
import MlReasoningWs from './api/ml/ml_reasoning_ws.js';
|
|
81
95
|
import create_kcl_code_completions from './api/ml/create_kcl_code_completions.js';
|
|
82
96
|
import create_proprietary_to_kcl from './api/ml/create_proprietary_to_kcl.js';
|
|
83
97
|
import create_text_to_cad from './api/ml/create_text_to_cad.js';
|
|
@@ -89,6 +103,9 @@ import get_text_to_cad_model_for_user from './api/ml/get_text_to_cad_model_for_u
|
|
|
89
103
|
import list_conversations_for_user from './api/ml/list_conversations_for_user.js';
|
|
90
104
|
import list_ml_prompts from './api/ml/list_ml_prompts.js';
|
|
91
105
|
import list_text_to_cad_models_for_user from './api/ml/list_text_to_cad_models_for_user.js';
|
|
106
|
+
import { list_conversations_for_user_pager } from './api/ml/list_conversations_for_user.js';
|
|
107
|
+
import { list_ml_prompts_pager } from './api/ml/list_ml_prompts.js';
|
|
108
|
+
import { list_text_to_cad_models_for_user_pager } from './api/ml/list_text_to_cad_models_for_user.js';
|
|
92
109
|
export declare const ml: {
|
|
93
110
|
create_kcl_code_completions: typeof create_kcl_code_completions;
|
|
94
111
|
create_proprietary_to_kcl: typeof create_proprietary_to_kcl;
|
|
@@ -99,8 +116,17 @@ export declare const ml: {
|
|
|
99
116
|
get_ml_prompt: typeof get_ml_prompt;
|
|
100
117
|
get_text_to_cad_model_for_user: typeof get_text_to_cad_model_for_user;
|
|
101
118
|
list_conversations_for_user: typeof list_conversations_for_user;
|
|
119
|
+
list_conversations_for_user_pager: typeof list_conversations_for_user_pager;
|
|
102
120
|
list_ml_prompts: typeof list_ml_prompts;
|
|
121
|
+
list_ml_prompts_pager: typeof list_ml_prompts_pager;
|
|
103
122
|
list_text_to_cad_models_for_user: typeof list_text_to_cad_models_for_user;
|
|
123
|
+
list_text_to_cad_models_for_user_pager: typeof list_text_to_cad_models_for_user_pager;
|
|
124
|
+
ml_copilot_ws: (params: any) => MlCopilotWs<import("./models.js").MlCopilotClientMessage, import("./models.js").MlCopilotServerMessage>;
|
|
125
|
+
ml_reasoning_ws: (params: any) => MlReasoningWs<import("./models.js").MlCopilotClientMessage, import("./models.js").MlCopilotServerMessage>;
|
|
126
|
+
};
|
|
127
|
+
import ModelingCommandsWs from './api/modeling/modeling_commands_ws.js';
|
|
128
|
+
export declare const modeling: {
|
|
129
|
+
modeling_commands_ws: (params: any) => ModelingCommandsWs<import("./models.js").WebSocketRequest, import("./models.js").WebSocketResponse>;
|
|
104
130
|
};
|
|
105
131
|
import device_access_token from './api/oauth2/device_access_token.js';
|
|
106
132
|
import device_auth_confirm from './api/oauth2/device_auth_confirm.js';
|
|
@@ -140,6 +166,9 @@ import update_org from './api/orgs/update_org.js';
|
|
|
140
166
|
import update_org_member from './api/orgs/update_org_member.js';
|
|
141
167
|
import update_org_privacy_settings from './api/orgs/update_org_privacy_settings.js';
|
|
142
168
|
import update_org_saml_idp from './api/orgs/update_org_saml_idp.js';
|
|
169
|
+
import { get_org_shortlinks_pager } from './api/orgs/get_org_shortlinks.js';
|
|
170
|
+
import { list_org_members_pager } from './api/orgs/list_org_members.js';
|
|
171
|
+
import { list_orgs_pager } from './api/orgs/list_orgs.js';
|
|
143
172
|
export declare const orgs: {
|
|
144
173
|
create_org: typeof create_org;
|
|
145
174
|
create_org_member: typeof create_org_member;
|
|
@@ -153,9 +182,12 @@ export declare const orgs: {
|
|
|
153
182
|
get_org_privacy_settings: typeof get_org_privacy_settings;
|
|
154
183
|
get_org_saml_idp: typeof get_org_saml_idp;
|
|
155
184
|
get_org_shortlinks: typeof get_org_shortlinks;
|
|
185
|
+
get_org_shortlinks_pager: typeof get_org_shortlinks_pager;
|
|
156
186
|
get_user_org: typeof get_user_org;
|
|
157
187
|
list_org_members: typeof list_org_members;
|
|
188
|
+
list_org_members_pager: typeof list_org_members_pager;
|
|
158
189
|
list_orgs: typeof list_orgs;
|
|
190
|
+
list_orgs_pager: typeof list_orgs_pager;
|
|
159
191
|
update_enterprise_pricing_for_org: typeof update_enterprise_pricing_for_org;
|
|
160
192
|
update_org: typeof update_org;
|
|
161
193
|
update_org_member: typeof update_org_member;
|
|
@@ -228,11 +260,13 @@ import create_service_account_for_org from './api/service-accounts/create_servic
|
|
|
228
260
|
import delete_service_account_for_org from './api/service-accounts/delete_service_account_for_org.js';
|
|
229
261
|
import get_service_account_for_org from './api/service-accounts/get_service_account_for_org.js';
|
|
230
262
|
import list_service_accounts_for_org from './api/service-accounts/list_service_accounts_for_org.js';
|
|
263
|
+
import { list_service_accounts_for_org_pager } from './api/service-accounts/list_service_accounts_for_org.js';
|
|
231
264
|
export declare const service_accounts: {
|
|
232
265
|
create_service_account_for_org: typeof create_service_account_for_org;
|
|
233
266
|
delete_service_account_for_org: typeof delete_service_account_for_org;
|
|
234
267
|
get_service_account_for_org: typeof get_service_account_for_org;
|
|
235
268
|
list_service_accounts_for_org: typeof list_service_accounts_for_org;
|
|
269
|
+
list_service_accounts_for_org_pager: typeof list_service_accounts_for_org_pager;
|
|
236
270
|
};
|
|
237
271
|
import create_store_coupon from './api/store/create_store_coupon.js';
|
|
238
272
|
export declare const store: {
|
|
@@ -287,6 +321,9 @@ import update_subscription_for_user from './api/users/update_subscription_for_us
|
|
|
287
321
|
import update_user_privacy_settings from './api/users/update_user_privacy_settings.js';
|
|
288
322
|
import update_user_self from './api/users/update_user_self.js';
|
|
289
323
|
import update_user_shortlink from './api/users/update_user_shortlink.js';
|
|
324
|
+
import { get_user_shortlinks_pager } from './api/users/get_user_shortlinks.js';
|
|
325
|
+
import { list_users_extended_pager } from './api/users/list_users_extended.js';
|
|
326
|
+
import { list_users_pager } from './api/users/list_users.js';
|
|
290
327
|
export declare const users: {
|
|
291
328
|
create_user_shortlink: typeof create_user_shortlink;
|
|
292
329
|
delete_user_self: typeof delete_user_self;
|
|
@@ -299,8 +336,11 @@ export declare const users: {
|
|
|
299
336
|
get_user_self: typeof get_user_self;
|
|
300
337
|
get_user_self_extended: typeof get_user_self_extended;
|
|
301
338
|
get_user_shortlinks: typeof get_user_shortlinks;
|
|
339
|
+
get_user_shortlinks_pager: typeof get_user_shortlinks_pager;
|
|
302
340
|
list_users: typeof list_users;
|
|
303
341
|
list_users_extended: typeof list_users_extended;
|
|
342
|
+
list_users_extended_pager: typeof list_users_extended_pager;
|
|
343
|
+
list_users_pager: typeof list_users_pager;
|
|
304
344
|
patch_user_crm: typeof patch_user_crm;
|
|
305
345
|
put_public_form: typeof put_public_form;
|
|
306
346
|
put_public_subscribe: typeof put_public_subscribe;
|
|
@@ -310,6 +350,8 @@ export declare const users: {
|
|
|
310
350
|
update_user_self: typeof update_user_self;
|
|
311
351
|
update_user_shortlink: typeof update_user_shortlink;
|
|
312
352
|
};
|
|
313
|
-
export type {
|
|
353
|
+
export type { AccountProvider, AddHoleFromOffset, AddOrgMember, AddressDetails, AdjacencyInfo, Angle, AnnotationLineEnd, AnnotationLineEndOptions, AnnotationOptions, AnnotationTextAlignmentX, AnnotationTextAlignmentY, AnnotationTextOptions, AnnotationType, ApiCallQueryGroup, ApiCallQueryGroupBy, ApiCallStatus, ApiCallWithPrice, ApiCallWithPriceResultsPage, ApiEndpoint, ApiError as ApiErrorModel, ApiToken, ApiTokenResultsPage, ApiTokenUuid, AppClientInfo, AsyncApiCall, AsyncApiCallOutput, AsyncApiCallResultsPage, AsyncApiCallType, AuthApiKeyResponse, AuthCallback, Axis, AxisDirectionPair, BatchResponse, BillingInfo, BlockReason, BooleanIntersection, BooleanSubtract, BooleanUnion, CameraDragEnd, CameraDragInteractionType, CameraDragMove, CameraDragStart, CameraMovement, CameraSettings, CameraViewState, CardDetails, CenterOfMass, ClientMetrics, ClosePath, CodeLanguage, CodeOption, CodeOutput, Color, ComplementaryEdges, ComponentTransform, Conversation, ConversationResultsPage, ConversionParams, CountryCode, Coupon, CreateShortlinkRequest, CreateShortlinkResponse, CreatedAtSortMode, CrmData, Currency, CurveGetControlPoints, CurveGetEndPoints, CurveGetType, CurveSetConstraint, CurveType, Customer, CustomerBalance, CutStrategy, CutType, DefaultCameraCenterToScene, DefaultCameraCenterToSelection, DefaultCameraFocusOn, DefaultCameraGetSettings, DefaultCameraGetView, DefaultCameraLookAt, DefaultCameraPerspectiveSettings, DefaultCameraSetOrthographic, DefaultCameraSetPerspective, DefaultCameraSetView, DefaultCameraZoom, Density, DerEncodedKeyPair, DeviceAccessTokenRequestForm, DeviceAccessTokenUuid, DeviceAuthConfirmParams, DeviceAuthRequestForm, Direction, DisableDryRun, Discount, DiscountCode, DistanceType, DxfStorage, EdgeInfo, EdgeLinesVisible, EmailAuthenticationForm, EnableDryRun, EnableSketchMode, EngineUtilEvaluatePath, EnterpriseSubscriptionTierPrice, EntityCircularPattern, EntityClone, EntityFade, EntityGetAllChildUuids, EntityGetChildUuid, EntityGetDistance, EntityGetNumChildren, EntityGetParentId, EntityGetSketchPaths, EntityLinearPattern, EntityLinearPatternTransform, EntityMakeHelix, EntityMakeHelixFromEdge, EntityMakeHelixFromParams, EntityMirror, EntityMirrorAcrossEdge, EntitySetOpacity, EntityType, Error as ApiErrorBody, ErrorCode, Event, Export, Export2d, Export3d, ExportFile, ExtendPath, ExtendedUser, ExtendedUserResultsPage, Extrude, ExtrudeMethod, ExtrudedFaceInfo, ExtrusionFaceCapType, ExtrusionFaceInfo, FaceEdgeInfo, FaceGetCenter, FaceGetGradient, FaceGetPosition, FaceIsPlanar, FailureWebSocketResponse, FbxStorage, FileCenterOfMass, FileConversion, FileDensity, FileExportFormat, FileImportFormat, FileMass, FileSurfaceArea, FileVolume, GetEntityType, GetNumObjects, GetSketchModePlane, GlobalAxis, GltfPresentation, GltfStorage, HandleMouseDragEnd, HandleMouseDragMove, HandleMouseDragStart, HighlightSetEntities, HighlightSetEntity, IceServer, IdpMetadataSource, ImageFormat, ImportFile, ImportFiles, ImportedGeometry, InputFormat3d, InquiryForm, InquiryType, Invoice, InvoiceLineItem, InvoiceStatus, IpAddrInfo, KclCodeCompletionParams, KclCodeCompletionRequest, KclCodeCompletionResponse, KclModel, LengthUnit, Loft, MakeAxesGizmo, MakeOffsetPath, MakePlane, Mass, Method, MlCopilotClientMessage, MlCopilotServerMessage, MlCopilotSystemCommand, MlFeedback, MlPrompt, MlPromptMetadata, MlPromptResultsPage, MlPromptType, MlToolResult, ModelingAppEventType, ModelingAppIndividualSubscriptionTier, ModelingAppOrganizationSubscriptionTier, ModelingAppShareLinks, ModelingAppSubscriptionTier, ModelingAppSubscriptionTierName, ModelingCmd, ModelingCmdId, ModelingCmdReq, ModelingSessionData, MouseClick, MouseMove, MovePathPen, NewAnnotation, OAuth2ClientInfo, OAuth2GrantType, ObjectBringToFront, ObjectSetMaterialParamsPbr, ObjectVisible, OkModelingCmdResponse, OkWebSocketResponseData, OppositeForAngle, OppositeForLengthUnit, Org, OrgDetails, OrgMember, OrgMemberResultsPage, OrgResultsPage, 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, PrivacySettings, ProjectEntityToPlane, ProjectPointsToPlane, RawFile, ReasoningMessage, ReconfigureStream, RelativeTo, RemoveSceneObjects, Revolve, RevolveAboutEdge, Rotation, RtcIceCandidateInit, RtcSdpType, RtcSessionDescription, SamlIdentityProvider, SamlIdentityProviderCreate, SceneClearAll, SceneSelectionType, SceneToolType, SelectAdd, SelectClear, SelectGet, SelectRemove, SelectReplace, SelectWithPoint, Selection, SendObject, ServiceAccount, ServiceAccountResultsPage, ServiceAccountUuid, Session, SessionUuid, SetBackgroundColor, SetCurrentToolProperties, SetDefaultSystemProperties, SetGridAutoScale, SetGridReferencePlane, SetGridScale, SetObjectTransform, SetSceneUnits, SetSelectionFilter, SetSelectionType, SetTool, Shortlink, ShortlinkResultsPage, SideFace, SketchModeDisable, Solid2dAddHole, Solid3dFilletEdge, Solid3dGetAdjacencyInfo, Solid3dGetAllEdgeFaces, Solid3dGetAllOppositeEdges, Solid3dGetCommonEdge, Solid3dGetExtrusionFaceInfo, Solid3dGetNextAdjacentEdge, Solid3dGetOppositeEdge, Solid3dGetPrevAdjacentEdge, Solid3dShellFace, SourcePosition, SourceRange, SourceRangePrompt, StartPath, StlStorage, StoreCouponParams, Subscribe, SubscriptionTierFeature, SubscriptionTierPrice, SubscriptionTierType, SubscriptionTrainingDataBehavior, SuccessWebSocketResponse, SupportTier, SurfaceArea, 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, UpdateMemberToOrgBody, UpdatePaymentBalance, UpdateShortlinkRequest, UpdateUser, User, UserIdentifier, UserOrgInfo, UserOrgRole, UserResultsPage, Uuid, VerificationTokenResponse, ViewIsometric, Volume, WebSocketRequest, WebSocketResponse, WorldCoordinateSystem, ZooProductSubscription, ZooProductSubscriptions, ZooProductSubscriptionsOrgRequest, ZooProductSubscriptionsUserRequest, ZooTool, ZoomToFit, } from './models.js';
|
|
314
354
|
export { Client } from './client.js';
|
|
355
|
+
export { ApiError } from './errors.js';
|
|
356
|
+
export { Pager, createPager } from './pagination.js';
|
|
315
357
|
//# sourceMappingURL=index.d.ts.map
|