@kittycad/lib 0.0.53 → 0.0.54
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.js +1 -1
- package/dist/mjs/index.js +1 -1
- package/dist/types/__tests__/gen/ai-create_kcl_code_completions.test.d.ts +2 -0
- package/dist/types/__tests__/gen/ai-create_kcl_code_completions.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/meta-create_event.test.d.ts +2 -0
- package/dist/types/__tests__/gen/meta-create_event.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/meta-get_pricing_subscriptions.test.d.ts +2 -0
- package/dist/types/__tests__/gen/meta-get_pricing_subscriptions.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/orgs-get_any_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/orgs-get_any_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/orgs-get_org_privacy_settings.test.d.ts +2 -0
- package/dist/types/__tests__/gen/orgs-get_org_privacy_settings.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/orgs-list_orgs.test.d.ts +2 -0
- package/dist/types/__tests__/gen/orgs-list_orgs.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/orgs-update_enterprise_pricing_for_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/orgs-update_enterprise_pricing_for_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/orgs-update_org_privacy_settings.test.d.ts +2 -0
- package/dist/types/__tests__/gen/orgs-update_org_privacy_settings.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-create_org_subscription.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-create_org_subscription.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-create_user_subscription.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-create_user_subscription.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-get_org_subscription.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-get_org_subscription.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-get_payment_balance_for_any_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-get_payment_balance_for_any_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-get_payment_balance_for_any_user.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-get_payment_balance_for_any_user.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-get_user_subscription.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-get_user_subscription.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-update_org_subscription.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-update_org_subscription.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-update_payment_balance_for_any_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-update_payment_balance_for_any_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-update_payment_balance_for_any_user.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-update_payment_balance_for_any_user.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-update_user_subscription.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-update_user_subscription.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/service-accounts-create_service_account_for_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/service-accounts-create_service_account_for_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/service-accounts-delete_service_account_for_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/service-accounts-delete_service_account_for_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/service-accounts-get_service_account_for_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/service-accounts-get_service_account_for_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/service-accounts-list_service_accounts_for_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/service-accounts-list_service_accounts_for_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/store-create_store_coupon.test.d.ts +2 -0
- package/dist/types/__tests__/gen/store-create_store_coupon.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/users-get_user_privacy_settings.test.d.ts +2 -0
- package/dist/types/__tests__/gen/users-get_user_privacy_settings.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/users-update_user_privacy_settings.test.d.ts +2 -0
- package/dist/types/__tests__/gen/users-update_user_privacy_settings.test.d.ts.map +1 -0
- package/dist/types/src/api/ai/create_kcl_code_completions.d.ts +10 -0
- package/dist/types/src/api/ai/create_kcl_code_completions.d.ts.map +1 -0
- package/dist/types/src/api/meta/create_event.d.ts +9 -0
- package/dist/types/src/api/meta/create_event.d.ts.map +1 -0
- package/dist/types/src/api/meta/get_pricing_subscriptions.d.ts +9 -0
- package/dist/types/src/api/meta/get_pricing_subscriptions.d.ts.map +1 -0
- package/dist/types/src/api/orgs/get_any_org.d.ts +10 -0
- package/dist/types/src/api/orgs/get_any_org.d.ts.map +1 -0
- package/dist/types/src/api/orgs/get_org_privacy_settings.d.ts +9 -0
- package/dist/types/src/api/orgs/get_org_privacy_settings.d.ts.map +1 -0
- package/dist/types/src/api/orgs/list_org_members.d.ts +2 -2
- package/dist/types/src/api/orgs/list_org_members.d.ts.map +1 -1
- package/dist/types/src/api/orgs/list_orgs.d.ts +12 -0
- package/dist/types/src/api/orgs/list_orgs.d.ts.map +1 -0
- package/dist/types/src/api/orgs/update_enterprise_pricing_for_org.d.ts +11 -0
- package/dist/types/src/api/orgs/update_enterprise_pricing_for_org.d.ts.map +1 -0
- package/dist/types/src/api/orgs/update_org_privacy_settings.d.ts +10 -0
- package/dist/types/src/api/orgs/update_org_privacy_settings.d.ts.map +1 -0
- package/dist/types/src/api/payments/create_org_subscription.d.ts +10 -0
- package/dist/types/src/api/payments/create_org_subscription.d.ts.map +1 -0
- package/dist/types/src/api/payments/create_user_subscription.d.ts +10 -0
- package/dist/types/src/api/payments/create_user_subscription.d.ts.map +1 -0
- package/dist/types/src/api/payments/get_org_subscription.d.ts +9 -0
- package/dist/types/src/api/payments/get_org_subscription.d.ts.map +1 -0
- package/dist/types/src/api/payments/get_payment_balance_for_any_org.d.ts +10 -0
- package/dist/types/src/api/payments/get_payment_balance_for_any_org.d.ts.map +1 -0
- package/dist/types/src/api/payments/get_payment_balance_for_any_user.d.ts +10 -0
- package/dist/types/src/api/payments/get_payment_balance_for_any_user.d.ts.map +1 -0
- package/dist/types/src/api/payments/get_user_subscription.d.ts +9 -0
- package/dist/types/src/api/payments/get_user_subscription.d.ts.map +1 -0
- package/dist/types/src/api/payments/update_org_subscription.d.ts +10 -0
- package/dist/types/src/api/payments/update_org_subscription.d.ts.map +1 -0
- package/dist/types/src/api/payments/update_payment_balance_for_any_org.d.ts +11 -0
- package/dist/types/src/api/payments/update_payment_balance_for_any_org.d.ts.map +1 -0
- package/dist/types/src/api/payments/update_payment_balance_for_any_user.d.ts +11 -0
- package/dist/types/src/api/payments/update_payment_balance_for_any_user.d.ts.map +1 -0
- package/dist/types/src/api/payments/update_user_subscription.d.ts +10 -0
- package/dist/types/src/api/payments/update_user_subscription.d.ts.map +1 -0
- package/dist/types/src/api/service-accounts/create_service_account_for_org.d.ts +10 -0
- package/dist/types/src/api/service-accounts/create_service_account_for_org.d.ts.map +1 -0
- package/dist/types/src/api/service-accounts/delete_service_account_for_org.d.ts +10 -0
- package/dist/types/src/api/service-accounts/delete_service_account_for_org.d.ts.map +1 -0
- package/dist/types/src/api/service-accounts/get_service_account_for_org.d.ts +10 -0
- package/dist/types/src/api/service-accounts/get_service_account_for_org.d.ts.map +1 -0
- package/dist/types/src/api/service-accounts/list_service_accounts_for_org.d.ts +12 -0
- package/dist/types/src/api/service-accounts/list_service_accounts_for_org.d.ts.map +1 -0
- package/dist/types/src/api/store/create_store_coupon.d.ts +10 -0
- package/dist/types/src/api/store/create_store_coupon.d.ts.map +1 -0
- package/dist/types/src/api/users/get_user_privacy_settings.d.ts +9 -0
- package/dist/types/src/api/users/get_user_privacy_settings.d.ts.map +1 -0
- package/dist/types/src/api/users/update_user_privacy_settings.d.ts +10 -0
- package/dist/types/src/api/users/update_user_privacy_settings.d.ts.map +1 -0
- package/dist/types/src/apiGen.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +54 -0
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/models.d.ts +286 -84
- package/dist/types/src/models.d.ts.map +1 -1
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare type AccountProvider_type = 'apple' | 'discord' | 'google' | 'github' | 'microsoft' | 'saml' | 'tencent';
|
|
2
2
|
export interface AddOrgMember_type {
|
|
3
3
|
email: string;
|
|
4
|
-
role:
|
|
4
|
+
role: UserOrgRole_type;
|
|
5
5
|
}
|
|
6
6
|
export interface AddressDetails_type {
|
|
7
7
|
city: string;
|
|
@@ -256,7 +256,21 @@ export declare type BlockReason_type = 'missing_payment_method' | 'payment_metho
|
|
|
256
256
|
export interface CacheMetadata_type {
|
|
257
257
|
ok: boolean;
|
|
258
258
|
}
|
|
259
|
+
export interface CameraDragEnd_type {
|
|
260
|
+
settings: CameraSettings_type;
|
|
261
|
+
}
|
|
259
262
|
export declare type CameraDragInteractionType_type = 'pan' | 'rotate' | 'zoom';
|
|
263
|
+
export interface CameraDragMove_type {
|
|
264
|
+
settings: CameraSettings_type;
|
|
265
|
+
}
|
|
266
|
+
export interface CameraSettings_type {
|
|
267
|
+
center: Point3d_type;
|
|
268
|
+
fov_y?: number;
|
|
269
|
+
ortho: boolean;
|
|
270
|
+
ortho_scale?: number;
|
|
271
|
+
pos: Point3d_type;
|
|
272
|
+
up: Point3d_type;
|
|
273
|
+
}
|
|
260
274
|
export interface CardDetails_type {
|
|
261
275
|
brand: string;
|
|
262
276
|
checks: PaymentMethodCardChecks_type;
|
|
@@ -393,12 +407,21 @@ export interface CustomerBalance_type {
|
|
|
393
407
|
created_at: string;
|
|
394
408
|
id: Uuid_type;
|
|
395
409
|
map_id: Uuid_type;
|
|
410
|
+
modeling_app_enterprise_price?: SubscriptionTierPrice_type;
|
|
396
411
|
monthly_credits_remaining: number;
|
|
397
412
|
pre_pay_cash_remaining: number;
|
|
398
413
|
pre_pay_credits_remaining: number;
|
|
414
|
+
subscription_details?: ZooProductSubscriptions_type;
|
|
415
|
+
subscription_id?: string;
|
|
399
416
|
total_due: number;
|
|
400
417
|
updated_at: string;
|
|
401
418
|
}
|
|
419
|
+
export interface DefaultCameraGetSettings_type {
|
|
420
|
+
settings: CameraSettings_type;
|
|
421
|
+
}
|
|
422
|
+
export interface DefaultCameraZoom_type {
|
|
423
|
+
settings: CameraSettings_type;
|
|
424
|
+
}
|
|
402
425
|
export interface Density_type {
|
|
403
426
|
density: number;
|
|
404
427
|
output_unit: UnitDensity_type;
|
|
@@ -422,6 +445,11 @@ export declare type Direction_type = 'positive' | 'negative';
|
|
|
422
445
|
export interface Discount_type {
|
|
423
446
|
coupon: Coupon_type;
|
|
424
447
|
}
|
|
448
|
+
export interface DiscountCode_type {
|
|
449
|
+
code: string;
|
|
450
|
+
expires_at?: string;
|
|
451
|
+
percent_off: number;
|
|
452
|
+
}
|
|
425
453
|
export declare type DistanceType_type = {
|
|
426
454
|
type: 'euclidean';
|
|
427
455
|
} | {
|
|
@@ -442,8 +470,8 @@ export interface EntityGetChildUuid_type {
|
|
|
442
470
|
entity_id: string;
|
|
443
471
|
}
|
|
444
472
|
export interface EntityGetDistance_type {
|
|
445
|
-
max_distance:
|
|
446
|
-
min_distance:
|
|
473
|
+
max_distance: LengthUnit_type;
|
|
474
|
+
min_distance: LengthUnit_type;
|
|
447
475
|
}
|
|
448
476
|
export interface EntityGetNumChildren_type {
|
|
449
477
|
num: number;
|
|
@@ -471,6 +499,7 @@ export interface ExportFile_type {
|
|
|
471
499
|
}
|
|
472
500
|
export interface ExtendedUser_type {
|
|
473
501
|
block?: BlockReason_type;
|
|
502
|
+
can_train_on_data: boolean;
|
|
474
503
|
company: string;
|
|
475
504
|
created_at: string;
|
|
476
505
|
discord: string;
|
|
@@ -481,6 +510,7 @@ export interface ExtendedUser_type {
|
|
|
481
510
|
github: string;
|
|
482
511
|
id: Uuid_type;
|
|
483
512
|
image: string;
|
|
513
|
+
is_service_account: boolean;
|
|
484
514
|
last_name: string;
|
|
485
515
|
mailchimp_id?: string;
|
|
486
516
|
name: string;
|
|
@@ -741,12 +771,35 @@ export interface JetstreamStats_type {
|
|
|
741
771
|
reserved_store: number;
|
|
742
772
|
store: number;
|
|
743
773
|
}
|
|
774
|
+
export interface KclCodeCompletionParams_type {
|
|
775
|
+
language: string;
|
|
776
|
+
next_indent?: number;
|
|
777
|
+
prompt_tokens?: number;
|
|
778
|
+
suffix_tokens?: number;
|
|
779
|
+
trim_by_indentation: boolean;
|
|
780
|
+
}
|
|
781
|
+
export interface KclCodeCompletionRequest_type {
|
|
782
|
+
extra: KclCodeCompletionParams_type;
|
|
783
|
+
max_tokens?: number;
|
|
784
|
+
n?: number;
|
|
785
|
+
nwo?: string;
|
|
786
|
+
prompt: string;
|
|
787
|
+
stop: string[];
|
|
788
|
+
stream: boolean;
|
|
789
|
+
suffix: string;
|
|
790
|
+
temperature?: number;
|
|
791
|
+
top_p?: number;
|
|
792
|
+
}
|
|
793
|
+
export interface KclCodeCompletionResponse_type {
|
|
794
|
+
completions: string[];
|
|
795
|
+
}
|
|
744
796
|
export interface LeafNode_type {
|
|
745
797
|
auth_timeout: number;
|
|
746
798
|
host: string;
|
|
747
799
|
port: number;
|
|
748
800
|
tls_timeout: number;
|
|
749
801
|
}
|
|
802
|
+
export declare type LengthUnit_type = number;
|
|
750
803
|
export interface Mass_type {
|
|
751
804
|
mass: number;
|
|
752
805
|
output_unit: UnitMass_type;
|
|
@@ -764,6 +817,20 @@ export interface Metadata_type {
|
|
|
764
817
|
pubsub: Connection_type;
|
|
765
818
|
}
|
|
766
819
|
export declare type Method_type = 'OPTIONS' | 'GET' | 'POST' | 'PUT' | 'DELETE' | 'HEAD' | 'TRACE' | 'CONNECT' | 'PATCH' | 'EXTENSION';
|
|
820
|
+
export declare type ModelingAppIndividualSubscriptionTier_type = 'free' | 'pro';
|
|
821
|
+
export declare type ModelingAppOrganizationSubscriptionTier_type = 'team' | 'enterprise';
|
|
822
|
+
export interface ModelingAppSubscriptionTier_type {
|
|
823
|
+
description: string;
|
|
824
|
+
features: SubscriptionTierFeature_type[];
|
|
825
|
+
name: ModelingAppSubscriptionTierName_type;
|
|
826
|
+
pay_as_you_go_credits: number;
|
|
827
|
+
price: SubscriptionTierPrice_type;
|
|
828
|
+
support_tier: SupportTier_type;
|
|
829
|
+
training_data_behavior: SubscriptionTrainingDataBehavior_type;
|
|
830
|
+
type: SubscriptionTierType_type;
|
|
831
|
+
zoo_tools_included: ZooTool_type[];
|
|
832
|
+
}
|
|
833
|
+
export declare type ModelingAppSubscriptionTierName_type = 'free' | 'pro' | 'team' | 'enterprise';
|
|
767
834
|
export declare type ModelingCmd_type = {
|
|
768
835
|
type: 'start_path';
|
|
769
836
|
} | {
|
|
@@ -776,7 +843,7 @@ export declare type ModelingCmd_type = {
|
|
|
776
843
|
type: 'extend_path';
|
|
777
844
|
} | {
|
|
778
845
|
cap: boolean;
|
|
779
|
-
distance:
|
|
846
|
+
distance: LengthUnit_type;
|
|
780
847
|
target: ModelingCmdId_type;
|
|
781
848
|
type: 'extrude';
|
|
782
849
|
} | {
|
|
@@ -795,6 +862,8 @@ export declare type ModelingCmd_type = {
|
|
|
795
862
|
interaction: CameraDragInteractionType_type;
|
|
796
863
|
type: 'camera_drag_end';
|
|
797
864
|
window: Point2d_type;
|
|
865
|
+
} | {
|
|
866
|
+
type: 'default_camera_get_settings';
|
|
798
867
|
} | {
|
|
799
868
|
center: Point3d_type;
|
|
800
869
|
sequence?: number;
|
|
@@ -823,9 +892,6 @@ export declare type ModelingCmd_type = {
|
|
|
823
892
|
y_axis: Point3d_type;
|
|
824
893
|
} | {
|
|
825
894
|
type: 'default_camera_disable_sketch_mode';
|
|
826
|
-
} | {
|
|
827
|
-
type: 'default_camera_focus_on';
|
|
828
|
-
uuid: string;
|
|
829
895
|
} | {
|
|
830
896
|
entity_ids: string[];
|
|
831
897
|
format: OutputFormat_type;
|
|
@@ -844,17 +910,32 @@ export declare type ModelingCmd_type = {
|
|
|
844
910
|
} | {
|
|
845
911
|
entity_id: string;
|
|
846
912
|
type: 'entity_get_all_child_uuids';
|
|
913
|
+
} | {
|
|
914
|
+
distance_type: DistanceType_type;
|
|
915
|
+
entity_id1: string;
|
|
916
|
+
entity_id2: string;
|
|
917
|
+
type: 'entity_get_distance';
|
|
918
|
+
} | {
|
|
919
|
+
axis: Point3d_type;
|
|
920
|
+
entity_id: string;
|
|
921
|
+
num_repetitions: number;
|
|
922
|
+
spacing: LengthUnit_type;
|
|
923
|
+
type: 'entity_linear_pattern';
|
|
924
|
+
} | {
|
|
925
|
+
arc_degrees: number;
|
|
926
|
+
axis: Point3d_type;
|
|
927
|
+
center: Point3d_type;
|
|
928
|
+
entity_id: string;
|
|
929
|
+
num_repetitions: number;
|
|
930
|
+
rotate_duplicates: boolean;
|
|
931
|
+
type: 'entity_circular_pattern';
|
|
847
932
|
} | {
|
|
848
933
|
target: string;
|
|
849
934
|
type: 'edit_mode_enter';
|
|
850
|
-
} | {
|
|
851
|
-
type: 'edit_mode_exit';
|
|
852
935
|
} | {
|
|
853
936
|
selected_at_window: Point2d_type;
|
|
854
937
|
selection_type: SceneSelectionType_type;
|
|
855
938
|
type: 'select_with_point';
|
|
856
|
-
} | {
|
|
857
|
-
type: 'select_clear';
|
|
858
939
|
} | {
|
|
859
940
|
entities: string[];
|
|
860
941
|
type: 'select_add';
|
|
@@ -864,8 +945,6 @@ export declare type ModelingCmd_type = {
|
|
|
864
945
|
} | {
|
|
865
946
|
entities: string[];
|
|
866
947
|
type: 'select_replace';
|
|
867
|
-
} | {
|
|
868
|
-
type: 'select_get';
|
|
869
948
|
} | {
|
|
870
949
|
selected_at_window: Point2d_type;
|
|
871
950
|
sequence?: number;
|
|
@@ -889,17 +968,24 @@ export declare type ModelingCmd_type = {
|
|
|
889
968
|
} | {
|
|
890
969
|
object_id: string;
|
|
891
970
|
type: 'object_bring_to_front';
|
|
971
|
+
} | {
|
|
972
|
+
ambient_occlusion: number;
|
|
973
|
+
color: Color_type;
|
|
974
|
+
metalness: number;
|
|
975
|
+
object_id: string;
|
|
976
|
+
roughness: number;
|
|
977
|
+
type: 'object_set_material_params_pbr';
|
|
892
978
|
} | {
|
|
893
979
|
entity_id: string;
|
|
894
980
|
type: 'get_entity_type';
|
|
895
|
-
} | {
|
|
896
|
-
hole_id: string;
|
|
897
|
-
object_id: string;
|
|
898
|
-
type: 'solid2d_add_hole';
|
|
899
981
|
} | {
|
|
900
982
|
edge_id: string;
|
|
901
983
|
object_id: string;
|
|
902
984
|
type: 'solid3d_get_all_edge_faces';
|
|
985
|
+
} | {
|
|
986
|
+
hole_id: string;
|
|
987
|
+
object_id: string;
|
|
988
|
+
type: 'solid2d_add_hole';
|
|
903
989
|
} | {
|
|
904
990
|
along_vector?: Point3d_type;
|
|
905
991
|
edge_id: string;
|
|
@@ -923,7 +1009,8 @@ export declare type ModelingCmd_type = {
|
|
|
923
1009
|
} | {
|
|
924
1010
|
edge_id: string;
|
|
925
1011
|
object_id: string;
|
|
926
|
-
radius:
|
|
1012
|
+
radius: LengthUnit_type;
|
|
1013
|
+
tolerance: LengthUnit_type;
|
|
927
1014
|
type: 'solid3d_fillet_edge';
|
|
928
1015
|
} | {
|
|
929
1016
|
front: boolean;
|
|
@@ -942,7 +1029,7 @@ export declare type ModelingCmd_type = {
|
|
|
942
1029
|
clobber: boolean;
|
|
943
1030
|
hide?: boolean;
|
|
944
1031
|
origin: Point3d_type;
|
|
945
|
-
size:
|
|
1032
|
+
size: LengthUnit_type;
|
|
946
1033
|
type: 'make_plane';
|
|
947
1034
|
x_axis: Point3d_type;
|
|
948
1035
|
y_axis: Point3d_type;
|
|
@@ -968,6 +1055,19 @@ export declare type ModelingCmd_type = {
|
|
|
968
1055
|
type: 'sketch_mode_enable';
|
|
969
1056
|
} | {
|
|
970
1057
|
type: 'sketch_mode_disable';
|
|
1058
|
+
} | {
|
|
1059
|
+
type: 'get_sketch_mode_plane';
|
|
1060
|
+
} | {
|
|
1061
|
+
constraint_bound: PathComponentConstraintBound_type;
|
|
1062
|
+
constraint_type: PathComponentConstraintType_type;
|
|
1063
|
+
object_id: string;
|
|
1064
|
+
type: 'curve_set_constraint';
|
|
1065
|
+
} | {
|
|
1066
|
+
adjust_camera: boolean;
|
|
1067
|
+
animated: boolean;
|
|
1068
|
+
entity_id: string;
|
|
1069
|
+
ortho: boolean;
|
|
1070
|
+
type: 'enable_sketch_mode';
|
|
971
1071
|
} | {
|
|
972
1072
|
curve_id: string;
|
|
973
1073
|
type: 'curve_get_type';
|
|
@@ -1020,6 +1120,9 @@ export declare type ModelingCmd_type = {
|
|
|
1020
1120
|
files: ImportFile_type[];
|
|
1021
1121
|
format: InputFormat_type;
|
|
1022
1122
|
type: 'import_files';
|
|
1123
|
+
} | {
|
|
1124
|
+
type: 'set_scene_units';
|
|
1125
|
+
unit: UnitLength_type;
|
|
1023
1126
|
} | {
|
|
1024
1127
|
entity_ids: string[];
|
|
1025
1128
|
material_density: number;
|
|
@@ -1050,44 +1153,8 @@ export declare type ModelingCmd_type = {
|
|
|
1050
1153
|
source_unit: UnitLength_type;
|
|
1051
1154
|
type: 'surface_area';
|
|
1052
1155
|
} | {
|
|
1053
|
-
type: '
|
|
1054
|
-
|
|
1055
|
-
constraint_bound: PathComponentConstraintBound_type;
|
|
1056
|
-
constraint_type: PathComponentConstraintType_type;
|
|
1057
|
-
object_id: string;
|
|
1058
|
-
type: 'curve_set_constraint';
|
|
1059
|
-
} | {
|
|
1060
|
-
adjust_camera: boolean;
|
|
1061
|
-
animated: boolean;
|
|
1062
|
-
entity_id: string;
|
|
1063
|
-
ortho: boolean;
|
|
1064
|
-
type: 'enable_sketch_mode';
|
|
1065
|
-
} | {
|
|
1066
|
-
ambient_occlusion: number;
|
|
1067
|
-
color: Color_type;
|
|
1068
|
-
metalness: number;
|
|
1069
|
-
object_id: string;
|
|
1070
|
-
roughness: number;
|
|
1071
|
-
type: 'object_set_material_params_pbr';
|
|
1072
|
-
} | {
|
|
1073
|
-
distance_type: DistanceType_type;
|
|
1074
|
-
entity_id1: string;
|
|
1075
|
-
entity_id2: string;
|
|
1076
|
-
type: 'entity_get_distance';
|
|
1077
|
-
} | {
|
|
1078
|
-
axis: Point3d_type;
|
|
1079
|
-
entity_id: string;
|
|
1080
|
-
num_repetitions: number;
|
|
1081
|
-
spacing: number;
|
|
1082
|
-
type: 'entity_linear_pattern';
|
|
1083
|
-
} | {
|
|
1084
|
-
arc_degrees: number;
|
|
1085
|
-
axis: Point3d_type;
|
|
1086
|
-
center: Point3d_type;
|
|
1087
|
-
entity_id: string;
|
|
1088
|
-
num_repetitions: number;
|
|
1089
|
-
rotate_duplicates: boolean;
|
|
1090
|
-
type: 'entity_circular_pattern';
|
|
1156
|
+
type: 'default_camera_focus_on';
|
|
1157
|
+
uuid: string;
|
|
1091
1158
|
} | {
|
|
1092
1159
|
selection_type: SceneSelectionType_type;
|
|
1093
1160
|
type: 'set_selection_type';
|
|
@@ -1103,6 +1170,12 @@ export declare type ModelingCmd_type = {
|
|
|
1103
1170
|
edge_id: string;
|
|
1104
1171
|
object_id: string;
|
|
1105
1172
|
type: 'solid3d_get_extrusion_face_info';
|
|
1173
|
+
} | {
|
|
1174
|
+
type: 'edit_mode_exit';
|
|
1175
|
+
} | {
|
|
1176
|
+
type: 'select_clear';
|
|
1177
|
+
} | {
|
|
1178
|
+
type: 'select_get';
|
|
1106
1179
|
};
|
|
1107
1180
|
export declare type ModelingCmdId_type = string;
|
|
1108
1181
|
export interface ModelingCmdReq_type {
|
|
@@ -1143,20 +1216,20 @@ export declare type OkModelingCmdResponse_type = {
|
|
|
1143
1216
|
data: EntityGetAllChildUuids_type;
|
|
1144
1217
|
type: 'entity_get_all_child_uuids';
|
|
1145
1218
|
} | {
|
|
1146
|
-
data:
|
|
1147
|
-
type: '
|
|
1219
|
+
data: CameraDragMove_type;
|
|
1220
|
+
type: 'camera_drag_move';
|
|
1148
1221
|
} | {
|
|
1149
|
-
data:
|
|
1150
|
-
type: '
|
|
1222
|
+
data: CameraDragEnd_type;
|
|
1223
|
+
type: 'camera_drag_end';
|
|
1151
1224
|
} | {
|
|
1152
|
-
data:
|
|
1153
|
-
type: '
|
|
1225
|
+
data: DefaultCameraGetSettings_type;
|
|
1226
|
+
type: 'default_camera_get_settings';
|
|
1154
1227
|
} | {
|
|
1155
|
-
data:
|
|
1156
|
-
type: '
|
|
1228
|
+
data: DefaultCameraZoom_type;
|
|
1229
|
+
type: 'default_camera_zoom';
|
|
1157
1230
|
} | {
|
|
1158
|
-
data:
|
|
1159
|
-
type: '
|
|
1231
|
+
data: SelectGet_type;
|
|
1232
|
+
type: 'select_get';
|
|
1160
1233
|
} | {
|
|
1161
1234
|
data: Solid3dGetAllEdgeFaces_type;
|
|
1162
1235
|
type: 'solid3d_get_all_edge_faces';
|
|
@@ -1166,39 +1239,45 @@ export declare type OkModelingCmdResponse_type = {
|
|
|
1166
1239
|
} | {
|
|
1167
1240
|
data: Solid3dGetOppositeEdge_type;
|
|
1168
1241
|
type: 'solid3d_get_opposite_edge';
|
|
1242
|
+
} | {
|
|
1243
|
+
data: Solid3dGetNextAdjacentEdge_type;
|
|
1244
|
+
type: 'solid3d_get_next_adjacent_edge';
|
|
1169
1245
|
} | {
|
|
1170
1246
|
data: Solid3dGetPrevAdjacentEdge_type;
|
|
1171
1247
|
type: 'solid3d_get_prev_adjacent_edge';
|
|
1172
1248
|
} | {
|
|
1173
|
-
data:
|
|
1174
|
-
type: '
|
|
1249
|
+
data: GetEntityType_type;
|
|
1250
|
+
type: 'get_entity_type';
|
|
1175
1251
|
} | {
|
|
1176
|
-
data:
|
|
1177
|
-
type: '
|
|
1252
|
+
data: CurveGetControlPoints_type;
|
|
1253
|
+
type: 'curve_get_control_points';
|
|
1178
1254
|
} | {
|
|
1179
1255
|
data: CurveGetType_type;
|
|
1180
1256
|
type: 'curve_get_type';
|
|
1181
1257
|
} | {
|
|
1182
|
-
data:
|
|
1183
|
-
type: '
|
|
1258
|
+
data: MouseClick_type;
|
|
1259
|
+
type: 'mouse_click';
|
|
1184
1260
|
} | {
|
|
1185
1261
|
data: TakeSnapshot_type;
|
|
1186
1262
|
type: 'take_snapshot';
|
|
1187
1263
|
} | {
|
|
1188
1264
|
data: PathGetInfo_type;
|
|
1189
1265
|
type: 'path_get_info';
|
|
1266
|
+
} | {
|
|
1267
|
+
data: PathSegmentInfo_type;
|
|
1268
|
+
type: 'path_segment_info';
|
|
1190
1269
|
} | {
|
|
1191
1270
|
data: PathGetCurveUuidsForVertices_type;
|
|
1192
1271
|
type: 'path_get_curve_uuids_for_vertices';
|
|
1193
1272
|
} | {
|
|
1194
1273
|
data: PathGetVertexUuids_type;
|
|
1195
1274
|
type: 'path_get_vertex_uuids';
|
|
1196
|
-
} | {
|
|
1197
|
-
data: PlaneIntersectAndProject_type;
|
|
1198
|
-
type: 'plane_intersect_and_project';
|
|
1199
1275
|
} | {
|
|
1200
1276
|
data: CurveGetEndPoints_type;
|
|
1201
1277
|
type: 'curve_get_end_points';
|
|
1278
|
+
} | {
|
|
1279
|
+
data: PlaneIntersectAndProject_type;
|
|
1280
|
+
type: 'plane_intersect_and_project';
|
|
1202
1281
|
} | {
|
|
1203
1282
|
data: ImportFiles_type;
|
|
1204
1283
|
type: 'import_files';
|
|
@@ -1217,12 +1296,24 @@ export declare type OkModelingCmdResponse_type = {
|
|
|
1217
1296
|
} | {
|
|
1218
1297
|
data: CenterOfMass_type;
|
|
1219
1298
|
type: 'center_of_mass';
|
|
1299
|
+
} | {
|
|
1300
|
+
data: GetSketchModePlane_type;
|
|
1301
|
+
type: 'get_sketch_mode_plane';
|
|
1302
|
+
} | {
|
|
1303
|
+
data: EntityGetDistance_type;
|
|
1304
|
+
type: 'entity_get_distance';
|
|
1305
|
+
} | {
|
|
1306
|
+
data: EntityLinearPattern_type;
|
|
1307
|
+
type: 'entity_linear_pattern';
|
|
1308
|
+
} | {
|
|
1309
|
+
data: EntityCircularPattern_type;
|
|
1310
|
+
type: 'entity_circular_pattern';
|
|
1220
1311
|
} | {
|
|
1221
1312
|
data: Solid3dGetExtrusionFaceInfo_type;
|
|
1222
1313
|
type: 'solid3d_get_extrusion_face_info';
|
|
1223
1314
|
} | {
|
|
1224
|
-
data:
|
|
1225
|
-
type: '
|
|
1315
|
+
data: ExtrusionFaceInfo_type;
|
|
1316
|
+
type: 'extrusion_face_info';
|
|
1226
1317
|
};
|
|
1227
1318
|
export declare type OkWebSocketResponseData_type = {
|
|
1228
1319
|
data: {
|
|
@@ -1252,6 +1343,9 @@ export declare type OkWebSocketResponseData_type = {
|
|
|
1252
1343
|
} | {
|
|
1253
1344
|
data: object;
|
|
1254
1345
|
type: 'metrics_request';
|
|
1346
|
+
} | {
|
|
1347
|
+
data: object;
|
|
1348
|
+
type: 'pong';
|
|
1255
1349
|
};
|
|
1256
1350
|
export interface Onboarding_type {
|
|
1257
1351
|
first_call_from_modeling_app_date?: string;
|
|
@@ -1263,6 +1357,7 @@ export interface Org_type {
|
|
|
1263
1357
|
billing_email: string;
|
|
1264
1358
|
billing_email_verified?: string;
|
|
1265
1359
|
block?: BlockReason_type;
|
|
1360
|
+
can_train_on_data: boolean;
|
|
1266
1361
|
created_at: string;
|
|
1267
1362
|
domain?: string;
|
|
1268
1363
|
id: Uuid_type;
|
|
@@ -1300,7 +1395,11 @@ export interface OrgMemberResultsPage_type {
|
|
|
1300
1395
|
items: OrgMember_type[];
|
|
1301
1396
|
next_page?: string;
|
|
1302
1397
|
}
|
|
1303
|
-
export
|
|
1398
|
+
export interface OrgResultsPage_type {
|
|
1399
|
+
items: Org_type[];
|
|
1400
|
+
next_page?: string;
|
|
1401
|
+
}
|
|
1402
|
+
export declare type OrgRole_type = 'admin' | 'member' | 'service_account';
|
|
1304
1403
|
export interface OutputFile_type {
|
|
1305
1404
|
contents?: string;
|
|
1306
1405
|
name: string;
|
|
@@ -1351,7 +1450,7 @@ export declare type PathSegment_type = {
|
|
|
1351
1450
|
} | {
|
|
1352
1451
|
center: Point2d_type;
|
|
1353
1452
|
end: Angle_type;
|
|
1354
|
-
radius:
|
|
1453
|
+
radius: LengthUnit_type;
|
|
1355
1454
|
relative: boolean;
|
|
1356
1455
|
start: Angle_type;
|
|
1357
1456
|
type: 'arc';
|
|
@@ -1363,7 +1462,7 @@ export declare type PathSegment_type = {
|
|
|
1363
1462
|
type: 'bezier';
|
|
1364
1463
|
} | {
|
|
1365
1464
|
offset: Angle_type;
|
|
1366
|
-
radius:
|
|
1465
|
+
radius: LengthUnit_type;
|
|
1367
1466
|
type: 'tangential_arc';
|
|
1368
1467
|
} | {
|
|
1369
1468
|
angle_snap_increment?: Angle_type;
|
|
@@ -1399,13 +1498,14 @@ export interface PerspectiveCameraParameters_type {
|
|
|
1399
1498
|
z_far: number;
|
|
1400
1499
|
z_near: number;
|
|
1401
1500
|
}
|
|
1501
|
+
export declare type PlanInterval_type = 'day' | 'month' | 'week' | 'year';
|
|
1402
1502
|
export interface PlaneIntersectAndProject_type {
|
|
1403
1503
|
plane_coordinates?: Point2d_type;
|
|
1404
1504
|
}
|
|
1405
1505
|
export declare type PlyStorage_type = 'ascii' | 'binary_little_endian' | 'binary_big_endian';
|
|
1406
1506
|
export interface Point2d_type {
|
|
1407
|
-
x:
|
|
1408
|
-
y:
|
|
1507
|
+
x: LengthUnit_type;
|
|
1508
|
+
y: LengthUnit_type;
|
|
1409
1509
|
}
|
|
1410
1510
|
export interface Point3d_type {
|
|
1411
1511
|
x: number;
|
|
@@ -1415,6 +1515,9 @@ export interface Point3d_type {
|
|
|
1415
1515
|
export interface Pong_type {
|
|
1416
1516
|
message: string;
|
|
1417
1517
|
}
|
|
1518
|
+
export interface PrivacySettings_type {
|
|
1519
|
+
can_train_on_data: boolean;
|
|
1520
|
+
}
|
|
1418
1521
|
export interface RawFile_type {
|
|
1419
1522
|
contents: number[];
|
|
1420
1523
|
name: string;
|
|
@@ -1472,6 +1575,19 @@ export declare type Selection_type = {
|
|
|
1472
1575
|
name: string;
|
|
1473
1576
|
type: 'mesh_by_name';
|
|
1474
1577
|
};
|
|
1578
|
+
export interface ServiceAccount_type {
|
|
1579
|
+
created_at: string;
|
|
1580
|
+
id: Uuid_type;
|
|
1581
|
+
is_valid: boolean;
|
|
1582
|
+
label?: string;
|
|
1583
|
+
org_id: Uuid_type;
|
|
1584
|
+
token: Uuid_type;
|
|
1585
|
+
updated_at: string;
|
|
1586
|
+
}
|
|
1587
|
+
export interface ServiceAccountResultsPage_type {
|
|
1588
|
+
items: ServiceAccount_type[];
|
|
1589
|
+
next_page?: string;
|
|
1590
|
+
}
|
|
1475
1591
|
export interface Session_type {
|
|
1476
1592
|
created_at: string;
|
|
1477
1593
|
expires: string;
|
|
@@ -1499,11 +1615,36 @@ export interface Solid3dGetPrevAdjacentEdge_type {
|
|
|
1499
1615
|
edge?: string;
|
|
1500
1616
|
}
|
|
1501
1617
|
export declare type StlStorage_type = 'ascii' | 'binary';
|
|
1618
|
+
export interface StoreCouponParams_type {
|
|
1619
|
+
percent_off: number;
|
|
1620
|
+
}
|
|
1621
|
+
export interface SubscriptionTierFeature_type {
|
|
1622
|
+
info: string;
|
|
1623
|
+
}
|
|
1624
|
+
export declare type SubscriptionTierPrice_type = {
|
|
1625
|
+
interval: PlanInterval_type;
|
|
1626
|
+
price: number;
|
|
1627
|
+
type: 'flat';
|
|
1628
|
+
} | {
|
|
1629
|
+
interval: PlanInterval_type;
|
|
1630
|
+
price: number;
|
|
1631
|
+
type: 'per_user';
|
|
1632
|
+
} | {
|
|
1633
|
+
type: 'enterprise';
|
|
1634
|
+
};
|
|
1635
|
+
export declare type SubscriptionTierType_type = {
|
|
1636
|
+
type: 'individual';
|
|
1637
|
+
} | {
|
|
1638
|
+
saml_sso: boolean;
|
|
1639
|
+
type: 'organization';
|
|
1640
|
+
};
|
|
1641
|
+
export declare type SubscriptionTrainingDataBehavior_type = 'always' | 'default_on' | 'default_off';
|
|
1502
1642
|
export interface SuccessWebSocketResponse_type {
|
|
1503
1643
|
request_id?: string;
|
|
1504
1644
|
resp: OkWebSocketResponseData_type;
|
|
1505
1645
|
success: true;
|
|
1506
1646
|
}
|
|
1647
|
+
export declare type SupportTier_type = 'community' | 'standard' | 'premium' | 'priority';
|
|
1507
1648
|
export interface SurfaceArea_type {
|
|
1508
1649
|
output_unit: UnitArea_type;
|
|
1509
1650
|
surface_area: number;
|
|
@@ -1736,7 +1877,12 @@ export interface UnitVolumeConversion_type {
|
|
|
1736
1877
|
user_id: Uuid_type;
|
|
1737
1878
|
}
|
|
1738
1879
|
export interface UpdateMemberToOrgBody_type {
|
|
1739
|
-
role:
|
|
1880
|
+
role: UserOrgRole_type;
|
|
1881
|
+
}
|
|
1882
|
+
export interface UpdatePaymentBalance_type {
|
|
1883
|
+
monthly_credits_remaining?: number;
|
|
1884
|
+
pre_pay_cash_remaining?: number;
|
|
1885
|
+
pre_pay_credits_remaining?: number;
|
|
1740
1886
|
}
|
|
1741
1887
|
export interface UpdateUser_type {
|
|
1742
1888
|
company: string;
|
|
@@ -1749,6 +1895,7 @@ export interface UpdateUser_type {
|
|
|
1749
1895
|
}
|
|
1750
1896
|
export interface User_type {
|
|
1751
1897
|
block?: BlockReason_type;
|
|
1898
|
+
can_train_on_data: boolean;
|
|
1752
1899
|
company: string;
|
|
1753
1900
|
created_at: string;
|
|
1754
1901
|
discord: string;
|
|
@@ -1758,6 +1905,7 @@ export interface User_type {
|
|
|
1758
1905
|
github: string;
|
|
1759
1906
|
id: Uuid_type;
|
|
1760
1907
|
image: string;
|
|
1908
|
+
is_service_account: boolean;
|
|
1761
1909
|
last_name: string;
|
|
1762
1910
|
name: string;
|
|
1763
1911
|
phone: string;
|
|
@@ -1778,6 +1926,7 @@ export interface UserOrgInfo_type {
|
|
|
1778
1926
|
stripe_id?: string;
|
|
1779
1927
|
updated_at: string;
|
|
1780
1928
|
}
|
|
1929
|
+
export declare type UserOrgRole_type = 'admin' | 'member';
|
|
1781
1930
|
export interface UserResultsPage_type {
|
|
1782
1931
|
items: User_type[];
|
|
1783
1932
|
next_page?: string;
|
|
@@ -1823,6 +1972,27 @@ export declare type WebSocketResponse_type = {
|
|
|
1823
1972
|
request_id?: string;
|
|
1824
1973
|
success: false;
|
|
1825
1974
|
};
|
|
1975
|
+
export declare type ZooProductSubscription_type = {
|
|
1976
|
+
description: string;
|
|
1977
|
+
features: SubscriptionTierFeature_type[];
|
|
1978
|
+
name: ModelingAppSubscriptionTierName_type;
|
|
1979
|
+
pay_as_you_go_credits: number;
|
|
1980
|
+
price: SubscriptionTierPrice_type;
|
|
1981
|
+
support_tier: SupportTier_type;
|
|
1982
|
+
training_data_behavior: SubscriptionTrainingDataBehavior_type;
|
|
1983
|
+
type: SubscriptionTierType_type;
|
|
1984
|
+
zoo_tools_included: ZooTool_type[];
|
|
1985
|
+
};
|
|
1986
|
+
export interface ZooProductSubscriptions_type {
|
|
1987
|
+
modeling_app: ModelingAppSubscriptionTier_type;
|
|
1988
|
+
}
|
|
1989
|
+
export interface ZooProductSubscriptionsOrgRequest_type {
|
|
1990
|
+
modeling_app: ModelingAppOrganizationSubscriptionTier_type;
|
|
1991
|
+
}
|
|
1992
|
+
export interface ZooProductSubscriptionsUserRequest_type {
|
|
1993
|
+
modeling_app: ModelingAppIndividualSubscriptionTier_type;
|
|
1994
|
+
}
|
|
1995
|
+
export declare type ZooTool_type = 'modeling_app' | 'text_to_cad' | 'diff_chrome_extension';
|
|
1826
1996
|
export interface Models {
|
|
1827
1997
|
AccountProvider_type: AccountProvider_type;
|
|
1828
1998
|
AddOrgMember_type: AddOrgMember_type;
|
|
@@ -1858,7 +2028,10 @@ export interface Models {
|
|
|
1858
2028
|
BillingInfo_type: BillingInfo_type;
|
|
1859
2029
|
BlockReason_type: BlockReason_type;
|
|
1860
2030
|
CacheMetadata_type: CacheMetadata_type;
|
|
2031
|
+
CameraDragEnd_type: CameraDragEnd_type;
|
|
1861
2032
|
CameraDragInteractionType_type: CameraDragInteractionType_type;
|
|
2033
|
+
CameraDragMove_type: CameraDragMove_type;
|
|
2034
|
+
CameraSettings_type: CameraSettings_type;
|
|
1862
2035
|
CardDetails_type: CardDetails_type;
|
|
1863
2036
|
CenterOfMass_type: CenterOfMass_type;
|
|
1864
2037
|
ClientMetrics_type: ClientMetrics_type;
|
|
@@ -1877,6 +2050,8 @@ export interface Models {
|
|
|
1877
2050
|
CurveType_type: CurveType_type;
|
|
1878
2051
|
Customer_type: Customer_type;
|
|
1879
2052
|
CustomerBalance_type: CustomerBalance_type;
|
|
2053
|
+
DefaultCameraGetSettings_type: DefaultCameraGetSettings_type;
|
|
2054
|
+
DefaultCameraZoom_type: DefaultCameraZoom_type;
|
|
1880
2055
|
Density_type: Density_type;
|
|
1881
2056
|
DerEncodedKeyPair_type: DerEncodedKeyPair_type;
|
|
1882
2057
|
DeviceAccessTokenRequestForm_type: DeviceAccessTokenRequestForm_type;
|
|
@@ -1884,6 +2059,7 @@ export interface Models {
|
|
|
1884
2059
|
DeviceAuthVerifyParams_type: DeviceAuthVerifyParams_type;
|
|
1885
2060
|
Direction_type: Direction_type;
|
|
1886
2061
|
Discount_type: Discount_type;
|
|
2062
|
+
DiscountCode_type: DiscountCode_type;
|
|
1887
2063
|
DistanceType_type: DistanceType_type;
|
|
1888
2064
|
EmailAuthenticationForm_type: EmailAuthenticationForm_type;
|
|
1889
2065
|
EntityCircularPattern_type: EntityCircularPattern_type;
|
|
@@ -1935,11 +2111,19 @@ export interface Models {
|
|
|
1935
2111
|
JetstreamApiStats_type: JetstreamApiStats_type;
|
|
1936
2112
|
JetstreamConfig_type: JetstreamConfig_type;
|
|
1937
2113
|
JetstreamStats_type: JetstreamStats_type;
|
|
2114
|
+
KclCodeCompletionParams_type: KclCodeCompletionParams_type;
|
|
2115
|
+
KclCodeCompletionRequest_type: KclCodeCompletionRequest_type;
|
|
2116
|
+
KclCodeCompletionResponse_type: KclCodeCompletionResponse_type;
|
|
1938
2117
|
LeafNode_type: LeafNode_type;
|
|
2118
|
+
LengthUnit_type: LengthUnit_type;
|
|
1939
2119
|
Mass_type: Mass_type;
|
|
1940
2120
|
MetaClusterInfo_type: MetaClusterInfo_type;
|
|
1941
2121
|
Metadata_type: Metadata_type;
|
|
1942
2122
|
Method_type: Method_type;
|
|
2123
|
+
ModelingAppIndividualSubscriptionTier_type: ModelingAppIndividualSubscriptionTier_type;
|
|
2124
|
+
ModelingAppOrganizationSubscriptionTier_type: ModelingAppOrganizationSubscriptionTier_type;
|
|
2125
|
+
ModelingAppSubscriptionTier_type: ModelingAppSubscriptionTier_type;
|
|
2126
|
+
ModelingAppSubscriptionTierName_type: ModelingAppSubscriptionTierName_type;
|
|
1943
2127
|
ModelingCmd_type: ModelingCmd_type;
|
|
1944
2128
|
ModelingCmdId_type: ModelingCmdId_type;
|
|
1945
2129
|
ModelingCmdReq_type: ModelingCmdReq_type;
|
|
@@ -1953,6 +2137,7 @@ export interface Models {
|
|
|
1953
2137
|
OrgDetails_type: OrgDetails_type;
|
|
1954
2138
|
OrgMember_type: OrgMember_type;
|
|
1955
2139
|
OrgMemberResultsPage_type: OrgMemberResultsPage_type;
|
|
2140
|
+
OrgResultsPage_type: OrgResultsPage_type;
|
|
1956
2141
|
OrgRole_type: OrgRole_type;
|
|
1957
2142
|
OutputFile_type: OutputFile_type;
|
|
1958
2143
|
OutputFormat_type: OutputFormat_type;
|
|
@@ -1969,11 +2154,13 @@ export interface Models {
|
|
|
1969
2154
|
PaymentMethodCardChecks_type: PaymentMethodCardChecks_type;
|
|
1970
2155
|
PaymentMethodType_type: PaymentMethodType_type;
|
|
1971
2156
|
PerspectiveCameraParameters_type: PerspectiveCameraParameters_type;
|
|
2157
|
+
PlanInterval_type: PlanInterval_type;
|
|
1972
2158
|
PlaneIntersectAndProject_type: PlaneIntersectAndProject_type;
|
|
1973
2159
|
PlyStorage_type: PlyStorage_type;
|
|
1974
2160
|
Point2d_type: Point2d_type;
|
|
1975
2161
|
Point3d_type: Point3d_type;
|
|
1976
2162
|
Pong_type: Pong_type;
|
|
2163
|
+
PrivacySettings_type: PrivacySettings_type;
|
|
1977
2164
|
RawFile_type: RawFile_type;
|
|
1978
2165
|
RtcIceCandidateInit_type: RtcIceCandidateInit_type;
|
|
1979
2166
|
RtcSdpType_type: RtcSdpType_type;
|
|
@@ -1985,6 +2172,8 @@ export interface Models {
|
|
|
1985
2172
|
SelectGet_type: SelectGet_type;
|
|
1986
2173
|
SelectWithPoint_type: SelectWithPoint_type;
|
|
1987
2174
|
Selection_type: Selection_type;
|
|
2175
|
+
ServiceAccount_type: ServiceAccount_type;
|
|
2176
|
+
ServiceAccountResultsPage_type: ServiceAccountResultsPage_type;
|
|
1988
2177
|
Session_type: Session_type;
|
|
1989
2178
|
Solid3dGetAllEdgeFaces_type: Solid3dGetAllEdgeFaces_type;
|
|
1990
2179
|
Solid3dGetAllOppositeEdges_type: Solid3dGetAllOppositeEdges_type;
|
|
@@ -1993,7 +2182,13 @@ export interface Models {
|
|
|
1993
2182
|
Solid3dGetOppositeEdge_type: Solid3dGetOppositeEdge_type;
|
|
1994
2183
|
Solid3dGetPrevAdjacentEdge_type: Solid3dGetPrevAdjacentEdge_type;
|
|
1995
2184
|
StlStorage_type: StlStorage_type;
|
|
2185
|
+
StoreCouponParams_type: StoreCouponParams_type;
|
|
2186
|
+
SubscriptionTierFeature_type: SubscriptionTierFeature_type;
|
|
2187
|
+
SubscriptionTierPrice_type: SubscriptionTierPrice_type;
|
|
2188
|
+
SubscriptionTierType_type: SubscriptionTierType_type;
|
|
2189
|
+
SubscriptionTrainingDataBehavior_type: SubscriptionTrainingDataBehavior_type;
|
|
1996
2190
|
SuccessWebSocketResponse_type: SuccessWebSocketResponse_type;
|
|
2191
|
+
SupportTier_type: SupportTier_type;
|
|
1997
2192
|
SurfaceArea_type: SurfaceArea_type;
|
|
1998
2193
|
System_type: System_type;
|
|
1999
2194
|
TakeSnapshot_type: TakeSnapshot_type;
|
|
@@ -2028,14 +2223,21 @@ export interface Models {
|
|
|
2028
2223
|
UnitVolume_type: UnitVolume_type;
|
|
2029
2224
|
UnitVolumeConversion_type: UnitVolumeConversion_type;
|
|
2030
2225
|
UpdateMemberToOrgBody_type: UpdateMemberToOrgBody_type;
|
|
2226
|
+
UpdatePaymentBalance_type: UpdatePaymentBalance_type;
|
|
2031
2227
|
UpdateUser_type: UpdateUser_type;
|
|
2032
2228
|
User_type: User_type;
|
|
2033
2229
|
UserOrgInfo_type: UserOrgInfo_type;
|
|
2230
|
+
UserOrgRole_type: UserOrgRole_type;
|
|
2034
2231
|
UserResultsPage_type: UserResultsPage_type;
|
|
2035
2232
|
Uuid_type: Uuid_type;
|
|
2036
2233
|
VerificationTokenResponse_type: VerificationTokenResponse_type;
|
|
2037
2234
|
Volume_type: Volume_type;
|
|
2038
2235
|
WebSocketRequest_type: WebSocketRequest_type;
|
|
2039
2236
|
WebSocketResponse_type: WebSocketResponse_type;
|
|
2237
|
+
ZooProductSubscription_type: ZooProductSubscription_type;
|
|
2238
|
+
ZooProductSubscriptions_type: ZooProductSubscriptions_type;
|
|
2239
|
+
ZooProductSubscriptionsOrgRequest_type: ZooProductSubscriptionsOrgRequest_type;
|
|
2240
|
+
ZooProductSubscriptionsUserRequest_type: ZooProductSubscriptionsUserRequest_type;
|
|
2241
|
+
ZooTool_type: ZooTool_type;
|
|
2040
2242
|
}
|
|
2041
2243
|
//# sourceMappingURL=models.d.ts.map
|