@kittycad/lib 0.0.53 → 0.0.55
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 +323 -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;
|
|
@@ -498,6 +528,20 @@ export interface ExtrusionFaceInfo_type {
|
|
|
498
528
|
curve_id?: string;
|
|
499
529
|
face_id?: string;
|
|
500
530
|
}
|
|
531
|
+
export interface FaceGetGradient_type {
|
|
532
|
+
df_du: Point3d_type;
|
|
533
|
+
df_dv: Point3d_type;
|
|
534
|
+
normal: Point3d_type;
|
|
535
|
+
}
|
|
536
|
+
export interface FaceGetPosition_type {
|
|
537
|
+
pos: Point3d_type;
|
|
538
|
+
}
|
|
539
|
+
export interface FaceIsPlanar_type {
|
|
540
|
+
origin?: Point3d_type;
|
|
541
|
+
x_axis?: Point3d_type;
|
|
542
|
+
y_axis?: Point3d_type;
|
|
543
|
+
z_axis?: Point3d_type;
|
|
544
|
+
}
|
|
501
545
|
export interface FailureWebSocketResponse_type {
|
|
502
546
|
errors: ApiError_type[];
|
|
503
547
|
request_id?: string;
|
|
@@ -741,12 +785,35 @@ export interface JetstreamStats_type {
|
|
|
741
785
|
reserved_store: number;
|
|
742
786
|
store: number;
|
|
743
787
|
}
|
|
788
|
+
export interface KclCodeCompletionParams_type {
|
|
789
|
+
language: string;
|
|
790
|
+
next_indent?: number;
|
|
791
|
+
prompt_tokens?: number;
|
|
792
|
+
suffix_tokens?: number;
|
|
793
|
+
trim_by_indentation: boolean;
|
|
794
|
+
}
|
|
795
|
+
export interface KclCodeCompletionRequest_type {
|
|
796
|
+
extra: KclCodeCompletionParams_type;
|
|
797
|
+
max_tokens?: number;
|
|
798
|
+
n?: number;
|
|
799
|
+
nwo?: string;
|
|
800
|
+
prompt: string;
|
|
801
|
+
stop: string[];
|
|
802
|
+
stream: boolean;
|
|
803
|
+
suffix: string;
|
|
804
|
+
temperature?: number;
|
|
805
|
+
top_p?: number;
|
|
806
|
+
}
|
|
807
|
+
export interface KclCodeCompletionResponse_type {
|
|
808
|
+
completions: string[];
|
|
809
|
+
}
|
|
744
810
|
export interface LeafNode_type {
|
|
745
811
|
auth_timeout: number;
|
|
746
812
|
host: string;
|
|
747
813
|
port: number;
|
|
748
814
|
tls_timeout: number;
|
|
749
815
|
}
|
|
816
|
+
export declare type LengthUnit_type = number;
|
|
750
817
|
export interface Mass_type {
|
|
751
818
|
mass: number;
|
|
752
819
|
output_unit: UnitMass_type;
|
|
@@ -764,6 +831,20 @@ export interface Metadata_type {
|
|
|
764
831
|
pubsub: Connection_type;
|
|
765
832
|
}
|
|
766
833
|
export declare type Method_type = 'OPTIONS' | 'GET' | 'POST' | 'PUT' | 'DELETE' | 'HEAD' | 'TRACE' | 'CONNECT' | 'PATCH' | 'EXTENSION';
|
|
834
|
+
export declare type ModelingAppIndividualSubscriptionTier_type = 'free' | 'pro';
|
|
835
|
+
export declare type ModelingAppOrganizationSubscriptionTier_type = 'team' | 'enterprise';
|
|
836
|
+
export interface ModelingAppSubscriptionTier_type {
|
|
837
|
+
description: string;
|
|
838
|
+
features: SubscriptionTierFeature_type[];
|
|
839
|
+
name: ModelingAppSubscriptionTierName_type;
|
|
840
|
+
pay_as_you_go_credits: number;
|
|
841
|
+
price: SubscriptionTierPrice_type;
|
|
842
|
+
support_tier: SupportTier_type;
|
|
843
|
+
training_data_behavior: SubscriptionTrainingDataBehavior_type;
|
|
844
|
+
type: SubscriptionTierType_type;
|
|
845
|
+
zoo_tools_included: ZooTool_type[];
|
|
846
|
+
}
|
|
847
|
+
export declare type ModelingAppSubscriptionTierName_type = 'free' | 'pro' | 'team' | 'enterprise';
|
|
767
848
|
export declare type ModelingCmd_type = {
|
|
768
849
|
type: 'start_path';
|
|
769
850
|
} | {
|
|
@@ -776,7 +857,7 @@ export declare type ModelingCmd_type = {
|
|
|
776
857
|
type: 'extend_path';
|
|
777
858
|
} | {
|
|
778
859
|
cap: boolean;
|
|
779
|
-
distance:
|
|
860
|
+
distance: LengthUnit_type;
|
|
780
861
|
target: ModelingCmdId_type;
|
|
781
862
|
type: 'extrude';
|
|
782
863
|
} | {
|
|
@@ -795,6 +876,8 @@ export declare type ModelingCmd_type = {
|
|
|
795
876
|
interaction: CameraDragInteractionType_type;
|
|
796
877
|
type: 'camera_drag_end';
|
|
797
878
|
window: Point2d_type;
|
|
879
|
+
} | {
|
|
880
|
+
type: 'default_camera_get_settings';
|
|
798
881
|
} | {
|
|
799
882
|
center: Point3d_type;
|
|
800
883
|
sequence?: number;
|
|
@@ -823,9 +906,6 @@ export declare type ModelingCmd_type = {
|
|
|
823
906
|
y_axis: Point3d_type;
|
|
824
907
|
} | {
|
|
825
908
|
type: 'default_camera_disable_sketch_mode';
|
|
826
|
-
} | {
|
|
827
|
-
type: 'default_camera_focus_on';
|
|
828
|
-
uuid: string;
|
|
829
909
|
} | {
|
|
830
910
|
entity_ids: string[];
|
|
831
911
|
format: OutputFormat_type;
|
|
@@ -844,17 +924,32 @@ export declare type ModelingCmd_type = {
|
|
|
844
924
|
} | {
|
|
845
925
|
entity_id: string;
|
|
846
926
|
type: 'entity_get_all_child_uuids';
|
|
927
|
+
} | {
|
|
928
|
+
distance_type: DistanceType_type;
|
|
929
|
+
entity_id1: string;
|
|
930
|
+
entity_id2: string;
|
|
931
|
+
type: 'entity_get_distance';
|
|
932
|
+
} | {
|
|
933
|
+
axis: Point3d_type;
|
|
934
|
+
entity_id: string;
|
|
935
|
+
num_repetitions: number;
|
|
936
|
+
spacing: LengthUnit_type;
|
|
937
|
+
type: 'entity_linear_pattern';
|
|
938
|
+
} | {
|
|
939
|
+
arc_degrees: number;
|
|
940
|
+
axis: Point3d_type;
|
|
941
|
+
center: Point3d_type;
|
|
942
|
+
entity_id: string;
|
|
943
|
+
num_repetitions: number;
|
|
944
|
+
rotate_duplicates: boolean;
|
|
945
|
+
type: 'entity_circular_pattern';
|
|
847
946
|
} | {
|
|
848
947
|
target: string;
|
|
849
948
|
type: 'edit_mode_enter';
|
|
850
|
-
} | {
|
|
851
|
-
type: 'edit_mode_exit';
|
|
852
949
|
} | {
|
|
853
950
|
selected_at_window: Point2d_type;
|
|
854
951
|
selection_type: SceneSelectionType_type;
|
|
855
952
|
type: 'select_with_point';
|
|
856
|
-
} | {
|
|
857
|
-
type: 'select_clear';
|
|
858
953
|
} | {
|
|
859
954
|
entities: string[];
|
|
860
955
|
type: 'select_add';
|
|
@@ -864,8 +959,6 @@ export declare type ModelingCmd_type = {
|
|
|
864
959
|
} | {
|
|
865
960
|
entities: string[];
|
|
866
961
|
type: 'select_replace';
|
|
867
|
-
} | {
|
|
868
|
-
type: 'select_get';
|
|
869
962
|
} | {
|
|
870
963
|
selected_at_window: Point2d_type;
|
|
871
964
|
sequence?: number;
|
|
@@ -889,17 +982,24 @@ export declare type ModelingCmd_type = {
|
|
|
889
982
|
} | {
|
|
890
983
|
object_id: string;
|
|
891
984
|
type: 'object_bring_to_front';
|
|
985
|
+
} | {
|
|
986
|
+
ambient_occlusion: number;
|
|
987
|
+
color: Color_type;
|
|
988
|
+
metalness: number;
|
|
989
|
+
object_id: string;
|
|
990
|
+
roughness: number;
|
|
991
|
+
type: 'object_set_material_params_pbr';
|
|
892
992
|
} | {
|
|
893
993
|
entity_id: string;
|
|
894
994
|
type: 'get_entity_type';
|
|
895
|
-
} | {
|
|
896
|
-
hole_id: string;
|
|
897
|
-
object_id: string;
|
|
898
|
-
type: 'solid2d_add_hole';
|
|
899
995
|
} | {
|
|
900
996
|
edge_id: string;
|
|
901
997
|
object_id: string;
|
|
902
998
|
type: 'solid3d_get_all_edge_faces';
|
|
999
|
+
} | {
|
|
1000
|
+
hole_id: string;
|
|
1001
|
+
object_id: string;
|
|
1002
|
+
type: 'solid2d_add_hole';
|
|
903
1003
|
} | {
|
|
904
1004
|
along_vector?: Point3d_type;
|
|
905
1005
|
edge_id: string;
|
|
@@ -923,8 +1023,20 @@ export declare type ModelingCmd_type = {
|
|
|
923
1023
|
} | {
|
|
924
1024
|
edge_id: string;
|
|
925
1025
|
object_id: string;
|
|
926
|
-
radius:
|
|
1026
|
+
radius: LengthUnit_type;
|
|
1027
|
+
tolerance: LengthUnit_type;
|
|
927
1028
|
type: 'solid3d_fillet_edge';
|
|
1029
|
+
} | {
|
|
1030
|
+
object_id: string;
|
|
1031
|
+
type: 'face_is_planar';
|
|
1032
|
+
} | {
|
|
1033
|
+
object_id: string;
|
|
1034
|
+
type: 'face_get_position';
|
|
1035
|
+
uv: Point2d_type;
|
|
1036
|
+
} | {
|
|
1037
|
+
object_id: string;
|
|
1038
|
+
type: 'face_get_gradient';
|
|
1039
|
+
uv: Point2d_type;
|
|
928
1040
|
} | {
|
|
929
1041
|
front: boolean;
|
|
930
1042
|
object_id: string;
|
|
@@ -942,7 +1054,7 @@ export declare type ModelingCmd_type = {
|
|
|
942
1054
|
clobber: boolean;
|
|
943
1055
|
hide?: boolean;
|
|
944
1056
|
origin: Point3d_type;
|
|
945
|
-
size:
|
|
1057
|
+
size: LengthUnit_type;
|
|
946
1058
|
type: 'make_plane';
|
|
947
1059
|
x_axis: Point3d_type;
|
|
948
1060
|
y_axis: Point3d_type;
|
|
@@ -968,6 +1080,19 @@ export declare type ModelingCmd_type = {
|
|
|
968
1080
|
type: 'sketch_mode_enable';
|
|
969
1081
|
} | {
|
|
970
1082
|
type: 'sketch_mode_disable';
|
|
1083
|
+
} | {
|
|
1084
|
+
type: 'get_sketch_mode_plane';
|
|
1085
|
+
} | {
|
|
1086
|
+
constraint_bound: PathComponentConstraintBound_type;
|
|
1087
|
+
constraint_type: PathComponentConstraintType_type;
|
|
1088
|
+
object_id: string;
|
|
1089
|
+
type: 'curve_set_constraint';
|
|
1090
|
+
} | {
|
|
1091
|
+
adjust_camera: boolean;
|
|
1092
|
+
animated: boolean;
|
|
1093
|
+
entity_id: string;
|
|
1094
|
+
ortho: boolean;
|
|
1095
|
+
type: 'enable_sketch_mode';
|
|
971
1096
|
} | {
|
|
972
1097
|
curve_id: string;
|
|
973
1098
|
type: 'curve_get_type';
|
|
@@ -1020,6 +1145,9 @@ export declare type ModelingCmd_type = {
|
|
|
1020
1145
|
files: ImportFile_type[];
|
|
1021
1146
|
format: InputFormat_type;
|
|
1022
1147
|
type: 'import_files';
|
|
1148
|
+
} | {
|
|
1149
|
+
type: 'set_scene_units';
|
|
1150
|
+
unit: UnitLength_type;
|
|
1023
1151
|
} | {
|
|
1024
1152
|
entity_ids: string[];
|
|
1025
1153
|
material_density: number;
|
|
@@ -1050,44 +1178,8 @@ export declare type ModelingCmd_type = {
|
|
|
1050
1178
|
source_unit: UnitLength_type;
|
|
1051
1179
|
type: 'surface_area';
|
|
1052
1180
|
} | {
|
|
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';
|
|
1181
|
+
type: 'default_camera_focus_on';
|
|
1182
|
+
uuid: string;
|
|
1091
1183
|
} | {
|
|
1092
1184
|
selection_type: SceneSelectionType_type;
|
|
1093
1185
|
type: 'set_selection_type';
|
|
@@ -1103,6 +1195,12 @@ export declare type ModelingCmd_type = {
|
|
|
1103
1195
|
edge_id: string;
|
|
1104
1196
|
object_id: string;
|
|
1105
1197
|
type: 'solid3d_get_extrusion_face_info';
|
|
1198
|
+
} | {
|
|
1199
|
+
type: 'edit_mode_exit';
|
|
1200
|
+
} | {
|
|
1201
|
+
type: 'select_clear';
|
|
1202
|
+
} | {
|
|
1203
|
+
type: 'select_get';
|
|
1106
1204
|
};
|
|
1107
1205
|
export declare type ModelingCmdId_type = string;
|
|
1108
1206
|
export interface ModelingCmdReq_type {
|
|
@@ -1143,20 +1241,20 @@ export declare type OkModelingCmdResponse_type = {
|
|
|
1143
1241
|
data: EntityGetAllChildUuids_type;
|
|
1144
1242
|
type: 'entity_get_all_child_uuids';
|
|
1145
1243
|
} | {
|
|
1146
|
-
data:
|
|
1147
|
-
type: '
|
|
1244
|
+
data: CameraDragMove_type;
|
|
1245
|
+
type: 'camera_drag_move';
|
|
1148
1246
|
} | {
|
|
1149
|
-
data:
|
|
1150
|
-
type: '
|
|
1247
|
+
data: CameraDragEnd_type;
|
|
1248
|
+
type: 'camera_drag_end';
|
|
1151
1249
|
} | {
|
|
1152
|
-
data:
|
|
1153
|
-
type: '
|
|
1250
|
+
data: DefaultCameraGetSettings_type;
|
|
1251
|
+
type: 'default_camera_get_settings';
|
|
1154
1252
|
} | {
|
|
1155
|
-
data:
|
|
1156
|
-
type: '
|
|
1253
|
+
data: DefaultCameraZoom_type;
|
|
1254
|
+
type: 'default_camera_zoom';
|
|
1157
1255
|
} | {
|
|
1158
|
-
data:
|
|
1159
|
-
type: '
|
|
1256
|
+
data: SelectGet_type;
|
|
1257
|
+
type: 'select_get';
|
|
1160
1258
|
} | {
|
|
1161
1259
|
data: Solid3dGetAllEdgeFaces_type;
|
|
1162
1260
|
type: 'solid3d_get_all_edge_faces';
|
|
@@ -1166,39 +1264,54 @@ export declare type OkModelingCmdResponse_type = {
|
|
|
1166
1264
|
} | {
|
|
1167
1265
|
data: Solid3dGetOppositeEdge_type;
|
|
1168
1266
|
type: 'solid3d_get_opposite_edge';
|
|
1267
|
+
} | {
|
|
1268
|
+
data: Solid3dGetNextAdjacentEdge_type;
|
|
1269
|
+
type: 'solid3d_get_next_adjacent_edge';
|
|
1169
1270
|
} | {
|
|
1170
1271
|
data: Solid3dGetPrevAdjacentEdge_type;
|
|
1171
1272
|
type: 'solid3d_get_prev_adjacent_edge';
|
|
1172
1273
|
} | {
|
|
1173
|
-
data:
|
|
1174
|
-
type: '
|
|
1274
|
+
data: GetEntityType_type;
|
|
1275
|
+
type: 'get_entity_type';
|
|
1175
1276
|
} | {
|
|
1176
|
-
data:
|
|
1177
|
-
type: '
|
|
1277
|
+
data: CurveGetControlPoints_type;
|
|
1278
|
+
type: 'curve_get_control_points';
|
|
1178
1279
|
} | {
|
|
1179
1280
|
data: CurveGetType_type;
|
|
1180
1281
|
type: 'curve_get_type';
|
|
1181
1282
|
} | {
|
|
1182
|
-
data:
|
|
1183
|
-
type: '
|
|
1283
|
+
data: MouseClick_type;
|
|
1284
|
+
type: 'mouse_click';
|
|
1184
1285
|
} | {
|
|
1185
1286
|
data: TakeSnapshot_type;
|
|
1186
1287
|
type: 'take_snapshot';
|
|
1187
1288
|
} | {
|
|
1188
1289
|
data: PathGetInfo_type;
|
|
1189
1290
|
type: 'path_get_info';
|
|
1291
|
+
} | {
|
|
1292
|
+
data: PathSegmentInfo_type;
|
|
1293
|
+
type: 'path_segment_info';
|
|
1190
1294
|
} | {
|
|
1191
1295
|
data: PathGetCurveUuidsForVertices_type;
|
|
1192
1296
|
type: 'path_get_curve_uuids_for_vertices';
|
|
1193
1297
|
} | {
|
|
1194
1298
|
data: PathGetVertexUuids_type;
|
|
1195
1299
|
type: 'path_get_vertex_uuids';
|
|
1196
|
-
} | {
|
|
1197
|
-
data: PlaneIntersectAndProject_type;
|
|
1198
|
-
type: 'plane_intersect_and_project';
|
|
1199
1300
|
} | {
|
|
1200
1301
|
data: CurveGetEndPoints_type;
|
|
1201
1302
|
type: 'curve_get_end_points';
|
|
1303
|
+
} | {
|
|
1304
|
+
data: FaceIsPlanar_type;
|
|
1305
|
+
type: 'face_is_planar';
|
|
1306
|
+
} | {
|
|
1307
|
+
data: FaceGetPosition_type;
|
|
1308
|
+
type: 'face_get_position';
|
|
1309
|
+
} | {
|
|
1310
|
+
data: FaceGetGradient_type;
|
|
1311
|
+
type: 'face_get_gradient';
|
|
1312
|
+
} | {
|
|
1313
|
+
data: PlaneIntersectAndProject_type;
|
|
1314
|
+
type: 'plane_intersect_and_project';
|
|
1202
1315
|
} | {
|
|
1203
1316
|
data: ImportFiles_type;
|
|
1204
1317
|
type: 'import_files';
|
|
@@ -1217,12 +1330,24 @@ export declare type OkModelingCmdResponse_type = {
|
|
|
1217
1330
|
} | {
|
|
1218
1331
|
data: CenterOfMass_type;
|
|
1219
1332
|
type: 'center_of_mass';
|
|
1333
|
+
} | {
|
|
1334
|
+
data: GetSketchModePlane_type;
|
|
1335
|
+
type: 'get_sketch_mode_plane';
|
|
1336
|
+
} | {
|
|
1337
|
+
data: EntityGetDistance_type;
|
|
1338
|
+
type: 'entity_get_distance';
|
|
1339
|
+
} | {
|
|
1340
|
+
data: EntityLinearPattern_type;
|
|
1341
|
+
type: 'entity_linear_pattern';
|
|
1342
|
+
} | {
|
|
1343
|
+
data: EntityCircularPattern_type;
|
|
1344
|
+
type: 'entity_circular_pattern';
|
|
1220
1345
|
} | {
|
|
1221
1346
|
data: Solid3dGetExtrusionFaceInfo_type;
|
|
1222
1347
|
type: 'solid3d_get_extrusion_face_info';
|
|
1223
1348
|
} | {
|
|
1224
|
-
data:
|
|
1225
|
-
type: '
|
|
1349
|
+
data: ExtrusionFaceInfo_type;
|
|
1350
|
+
type: 'extrusion_face_info';
|
|
1226
1351
|
};
|
|
1227
1352
|
export declare type OkWebSocketResponseData_type = {
|
|
1228
1353
|
data: {
|
|
@@ -1252,6 +1377,9 @@ export declare type OkWebSocketResponseData_type = {
|
|
|
1252
1377
|
} | {
|
|
1253
1378
|
data: object;
|
|
1254
1379
|
type: 'metrics_request';
|
|
1380
|
+
} | {
|
|
1381
|
+
data: object;
|
|
1382
|
+
type: 'pong';
|
|
1255
1383
|
};
|
|
1256
1384
|
export interface Onboarding_type {
|
|
1257
1385
|
first_call_from_modeling_app_date?: string;
|
|
@@ -1263,6 +1391,7 @@ export interface Org_type {
|
|
|
1263
1391
|
billing_email: string;
|
|
1264
1392
|
billing_email_verified?: string;
|
|
1265
1393
|
block?: BlockReason_type;
|
|
1394
|
+
can_train_on_data: boolean;
|
|
1266
1395
|
created_at: string;
|
|
1267
1396
|
domain?: string;
|
|
1268
1397
|
id: Uuid_type;
|
|
@@ -1300,7 +1429,11 @@ export interface OrgMemberResultsPage_type {
|
|
|
1300
1429
|
items: OrgMember_type[];
|
|
1301
1430
|
next_page?: string;
|
|
1302
1431
|
}
|
|
1303
|
-
export
|
|
1432
|
+
export interface OrgResultsPage_type {
|
|
1433
|
+
items: Org_type[];
|
|
1434
|
+
next_page?: string;
|
|
1435
|
+
}
|
|
1436
|
+
export declare type OrgRole_type = 'admin' | 'member' | 'service_account';
|
|
1304
1437
|
export interface OutputFile_type {
|
|
1305
1438
|
contents?: string;
|
|
1306
1439
|
name: string;
|
|
@@ -1351,7 +1484,7 @@ export declare type PathSegment_type = {
|
|
|
1351
1484
|
} | {
|
|
1352
1485
|
center: Point2d_type;
|
|
1353
1486
|
end: Angle_type;
|
|
1354
|
-
radius:
|
|
1487
|
+
radius: LengthUnit_type;
|
|
1355
1488
|
relative: boolean;
|
|
1356
1489
|
start: Angle_type;
|
|
1357
1490
|
type: 'arc';
|
|
@@ -1363,7 +1496,7 @@ export declare type PathSegment_type = {
|
|
|
1363
1496
|
type: 'bezier';
|
|
1364
1497
|
} | {
|
|
1365
1498
|
offset: Angle_type;
|
|
1366
|
-
radius:
|
|
1499
|
+
radius: LengthUnit_type;
|
|
1367
1500
|
type: 'tangential_arc';
|
|
1368
1501
|
} | {
|
|
1369
1502
|
angle_snap_increment?: Angle_type;
|
|
@@ -1399,13 +1532,14 @@ export interface PerspectiveCameraParameters_type {
|
|
|
1399
1532
|
z_far: number;
|
|
1400
1533
|
z_near: number;
|
|
1401
1534
|
}
|
|
1535
|
+
export declare type PlanInterval_type = 'day' | 'month' | 'week' | 'year';
|
|
1402
1536
|
export interface PlaneIntersectAndProject_type {
|
|
1403
1537
|
plane_coordinates?: Point2d_type;
|
|
1404
1538
|
}
|
|
1405
1539
|
export declare type PlyStorage_type = 'ascii' | 'binary_little_endian' | 'binary_big_endian';
|
|
1406
1540
|
export interface Point2d_type {
|
|
1407
|
-
x:
|
|
1408
|
-
y:
|
|
1541
|
+
x: LengthUnit_type;
|
|
1542
|
+
y: LengthUnit_type;
|
|
1409
1543
|
}
|
|
1410
1544
|
export interface Point3d_type {
|
|
1411
1545
|
x: number;
|
|
@@ -1415,6 +1549,9 @@ export interface Point3d_type {
|
|
|
1415
1549
|
export interface Pong_type {
|
|
1416
1550
|
message: string;
|
|
1417
1551
|
}
|
|
1552
|
+
export interface PrivacySettings_type {
|
|
1553
|
+
can_train_on_data: boolean;
|
|
1554
|
+
}
|
|
1418
1555
|
export interface RawFile_type {
|
|
1419
1556
|
contents: number[];
|
|
1420
1557
|
name: string;
|
|
@@ -1472,6 +1609,19 @@ export declare type Selection_type = {
|
|
|
1472
1609
|
name: string;
|
|
1473
1610
|
type: 'mesh_by_name';
|
|
1474
1611
|
};
|
|
1612
|
+
export interface ServiceAccount_type {
|
|
1613
|
+
created_at: string;
|
|
1614
|
+
id: Uuid_type;
|
|
1615
|
+
is_valid: boolean;
|
|
1616
|
+
label?: string;
|
|
1617
|
+
org_id: Uuid_type;
|
|
1618
|
+
token: Uuid_type;
|
|
1619
|
+
updated_at: string;
|
|
1620
|
+
}
|
|
1621
|
+
export interface ServiceAccountResultsPage_type {
|
|
1622
|
+
items: ServiceAccount_type[];
|
|
1623
|
+
next_page?: string;
|
|
1624
|
+
}
|
|
1475
1625
|
export interface Session_type {
|
|
1476
1626
|
created_at: string;
|
|
1477
1627
|
expires: string;
|
|
@@ -1499,11 +1649,36 @@ export interface Solid3dGetPrevAdjacentEdge_type {
|
|
|
1499
1649
|
edge?: string;
|
|
1500
1650
|
}
|
|
1501
1651
|
export declare type StlStorage_type = 'ascii' | 'binary';
|
|
1652
|
+
export interface StoreCouponParams_type {
|
|
1653
|
+
percent_off: number;
|
|
1654
|
+
}
|
|
1655
|
+
export interface SubscriptionTierFeature_type {
|
|
1656
|
+
info: string;
|
|
1657
|
+
}
|
|
1658
|
+
export declare type SubscriptionTierPrice_type = {
|
|
1659
|
+
interval: PlanInterval_type;
|
|
1660
|
+
price: number;
|
|
1661
|
+
type: 'flat';
|
|
1662
|
+
} | {
|
|
1663
|
+
interval: PlanInterval_type;
|
|
1664
|
+
price: number;
|
|
1665
|
+
type: 'per_user';
|
|
1666
|
+
} | {
|
|
1667
|
+
type: 'enterprise';
|
|
1668
|
+
};
|
|
1669
|
+
export declare type SubscriptionTierType_type = {
|
|
1670
|
+
type: 'individual';
|
|
1671
|
+
} | {
|
|
1672
|
+
saml_sso: boolean;
|
|
1673
|
+
type: 'organization';
|
|
1674
|
+
};
|
|
1675
|
+
export declare type SubscriptionTrainingDataBehavior_type = 'always' | 'default_on' | 'default_off';
|
|
1502
1676
|
export interface SuccessWebSocketResponse_type {
|
|
1503
1677
|
request_id?: string;
|
|
1504
1678
|
resp: OkWebSocketResponseData_type;
|
|
1505
1679
|
success: true;
|
|
1506
1680
|
}
|
|
1681
|
+
export declare type SupportTier_type = 'community' | 'standard' | 'premium' | 'priority';
|
|
1507
1682
|
export interface SurfaceArea_type {
|
|
1508
1683
|
output_unit: UnitArea_type;
|
|
1509
1684
|
surface_area: number;
|
|
@@ -1736,7 +1911,12 @@ export interface UnitVolumeConversion_type {
|
|
|
1736
1911
|
user_id: Uuid_type;
|
|
1737
1912
|
}
|
|
1738
1913
|
export interface UpdateMemberToOrgBody_type {
|
|
1739
|
-
role:
|
|
1914
|
+
role: UserOrgRole_type;
|
|
1915
|
+
}
|
|
1916
|
+
export interface UpdatePaymentBalance_type {
|
|
1917
|
+
monthly_credits_remaining?: number;
|
|
1918
|
+
pre_pay_cash_remaining?: number;
|
|
1919
|
+
pre_pay_credits_remaining?: number;
|
|
1740
1920
|
}
|
|
1741
1921
|
export interface UpdateUser_type {
|
|
1742
1922
|
company: string;
|
|
@@ -1749,6 +1929,7 @@ export interface UpdateUser_type {
|
|
|
1749
1929
|
}
|
|
1750
1930
|
export interface User_type {
|
|
1751
1931
|
block?: BlockReason_type;
|
|
1932
|
+
can_train_on_data: boolean;
|
|
1752
1933
|
company: string;
|
|
1753
1934
|
created_at: string;
|
|
1754
1935
|
discord: string;
|
|
@@ -1758,6 +1939,7 @@ export interface User_type {
|
|
|
1758
1939
|
github: string;
|
|
1759
1940
|
id: Uuid_type;
|
|
1760
1941
|
image: string;
|
|
1942
|
+
is_service_account: boolean;
|
|
1761
1943
|
last_name: string;
|
|
1762
1944
|
name: string;
|
|
1763
1945
|
phone: string;
|
|
@@ -1778,6 +1960,7 @@ export interface UserOrgInfo_type {
|
|
|
1778
1960
|
stripe_id?: string;
|
|
1779
1961
|
updated_at: string;
|
|
1780
1962
|
}
|
|
1963
|
+
export declare type UserOrgRole_type = 'admin' | 'member';
|
|
1781
1964
|
export interface UserResultsPage_type {
|
|
1782
1965
|
items: User_type[];
|
|
1783
1966
|
next_page?: string;
|
|
@@ -1823,6 +2006,27 @@ export declare type WebSocketResponse_type = {
|
|
|
1823
2006
|
request_id?: string;
|
|
1824
2007
|
success: false;
|
|
1825
2008
|
};
|
|
2009
|
+
export declare type ZooProductSubscription_type = {
|
|
2010
|
+
description: string;
|
|
2011
|
+
features: SubscriptionTierFeature_type[];
|
|
2012
|
+
name: ModelingAppSubscriptionTierName_type;
|
|
2013
|
+
pay_as_you_go_credits: number;
|
|
2014
|
+
price: SubscriptionTierPrice_type;
|
|
2015
|
+
support_tier: SupportTier_type;
|
|
2016
|
+
training_data_behavior: SubscriptionTrainingDataBehavior_type;
|
|
2017
|
+
type: SubscriptionTierType_type;
|
|
2018
|
+
zoo_tools_included: ZooTool_type[];
|
|
2019
|
+
};
|
|
2020
|
+
export interface ZooProductSubscriptions_type {
|
|
2021
|
+
modeling_app: ModelingAppSubscriptionTier_type;
|
|
2022
|
+
}
|
|
2023
|
+
export interface ZooProductSubscriptionsOrgRequest_type {
|
|
2024
|
+
modeling_app: ModelingAppOrganizationSubscriptionTier_type;
|
|
2025
|
+
}
|
|
2026
|
+
export interface ZooProductSubscriptionsUserRequest_type {
|
|
2027
|
+
modeling_app: ModelingAppIndividualSubscriptionTier_type;
|
|
2028
|
+
}
|
|
2029
|
+
export declare type ZooTool_type = 'modeling_app' | 'text_to_cad' | 'diff_chrome_extension';
|
|
1826
2030
|
export interface Models {
|
|
1827
2031
|
AccountProvider_type: AccountProvider_type;
|
|
1828
2032
|
AddOrgMember_type: AddOrgMember_type;
|
|
@@ -1858,7 +2062,10 @@ export interface Models {
|
|
|
1858
2062
|
BillingInfo_type: BillingInfo_type;
|
|
1859
2063
|
BlockReason_type: BlockReason_type;
|
|
1860
2064
|
CacheMetadata_type: CacheMetadata_type;
|
|
2065
|
+
CameraDragEnd_type: CameraDragEnd_type;
|
|
1861
2066
|
CameraDragInteractionType_type: CameraDragInteractionType_type;
|
|
2067
|
+
CameraDragMove_type: CameraDragMove_type;
|
|
2068
|
+
CameraSettings_type: CameraSettings_type;
|
|
1862
2069
|
CardDetails_type: CardDetails_type;
|
|
1863
2070
|
CenterOfMass_type: CenterOfMass_type;
|
|
1864
2071
|
ClientMetrics_type: ClientMetrics_type;
|
|
@@ -1877,6 +2084,8 @@ export interface Models {
|
|
|
1877
2084
|
CurveType_type: CurveType_type;
|
|
1878
2085
|
Customer_type: Customer_type;
|
|
1879
2086
|
CustomerBalance_type: CustomerBalance_type;
|
|
2087
|
+
DefaultCameraGetSettings_type: DefaultCameraGetSettings_type;
|
|
2088
|
+
DefaultCameraZoom_type: DefaultCameraZoom_type;
|
|
1880
2089
|
Density_type: Density_type;
|
|
1881
2090
|
DerEncodedKeyPair_type: DerEncodedKeyPair_type;
|
|
1882
2091
|
DeviceAccessTokenRequestForm_type: DeviceAccessTokenRequestForm_type;
|
|
@@ -1884,6 +2093,7 @@ export interface Models {
|
|
|
1884
2093
|
DeviceAuthVerifyParams_type: DeviceAuthVerifyParams_type;
|
|
1885
2094
|
Direction_type: Direction_type;
|
|
1886
2095
|
Discount_type: Discount_type;
|
|
2096
|
+
DiscountCode_type: DiscountCode_type;
|
|
1887
2097
|
DistanceType_type: DistanceType_type;
|
|
1888
2098
|
EmailAuthenticationForm_type: EmailAuthenticationForm_type;
|
|
1889
2099
|
EntityCircularPattern_type: EntityCircularPattern_type;
|
|
@@ -1903,6 +2113,9 @@ export interface Models {
|
|
|
1903
2113
|
ExtendedUserResultsPage_type: ExtendedUserResultsPage_type;
|
|
1904
2114
|
ExtrusionFaceCapType_type: ExtrusionFaceCapType_type;
|
|
1905
2115
|
ExtrusionFaceInfo_type: ExtrusionFaceInfo_type;
|
|
2116
|
+
FaceGetGradient_type: FaceGetGradient_type;
|
|
2117
|
+
FaceGetPosition_type: FaceGetPosition_type;
|
|
2118
|
+
FaceIsPlanar_type: FaceIsPlanar_type;
|
|
1906
2119
|
FailureWebSocketResponse_type: FailureWebSocketResponse_type;
|
|
1907
2120
|
FbxStorage_type: FbxStorage_type;
|
|
1908
2121
|
FileCenterOfMass_type: FileCenterOfMass_type;
|
|
@@ -1935,11 +2148,19 @@ export interface Models {
|
|
|
1935
2148
|
JetstreamApiStats_type: JetstreamApiStats_type;
|
|
1936
2149
|
JetstreamConfig_type: JetstreamConfig_type;
|
|
1937
2150
|
JetstreamStats_type: JetstreamStats_type;
|
|
2151
|
+
KclCodeCompletionParams_type: KclCodeCompletionParams_type;
|
|
2152
|
+
KclCodeCompletionRequest_type: KclCodeCompletionRequest_type;
|
|
2153
|
+
KclCodeCompletionResponse_type: KclCodeCompletionResponse_type;
|
|
1938
2154
|
LeafNode_type: LeafNode_type;
|
|
2155
|
+
LengthUnit_type: LengthUnit_type;
|
|
1939
2156
|
Mass_type: Mass_type;
|
|
1940
2157
|
MetaClusterInfo_type: MetaClusterInfo_type;
|
|
1941
2158
|
Metadata_type: Metadata_type;
|
|
1942
2159
|
Method_type: Method_type;
|
|
2160
|
+
ModelingAppIndividualSubscriptionTier_type: ModelingAppIndividualSubscriptionTier_type;
|
|
2161
|
+
ModelingAppOrganizationSubscriptionTier_type: ModelingAppOrganizationSubscriptionTier_type;
|
|
2162
|
+
ModelingAppSubscriptionTier_type: ModelingAppSubscriptionTier_type;
|
|
2163
|
+
ModelingAppSubscriptionTierName_type: ModelingAppSubscriptionTierName_type;
|
|
1943
2164
|
ModelingCmd_type: ModelingCmd_type;
|
|
1944
2165
|
ModelingCmdId_type: ModelingCmdId_type;
|
|
1945
2166
|
ModelingCmdReq_type: ModelingCmdReq_type;
|
|
@@ -1953,6 +2174,7 @@ export interface Models {
|
|
|
1953
2174
|
OrgDetails_type: OrgDetails_type;
|
|
1954
2175
|
OrgMember_type: OrgMember_type;
|
|
1955
2176
|
OrgMemberResultsPage_type: OrgMemberResultsPage_type;
|
|
2177
|
+
OrgResultsPage_type: OrgResultsPage_type;
|
|
1956
2178
|
OrgRole_type: OrgRole_type;
|
|
1957
2179
|
OutputFile_type: OutputFile_type;
|
|
1958
2180
|
OutputFormat_type: OutputFormat_type;
|
|
@@ -1969,11 +2191,13 @@ export interface Models {
|
|
|
1969
2191
|
PaymentMethodCardChecks_type: PaymentMethodCardChecks_type;
|
|
1970
2192
|
PaymentMethodType_type: PaymentMethodType_type;
|
|
1971
2193
|
PerspectiveCameraParameters_type: PerspectiveCameraParameters_type;
|
|
2194
|
+
PlanInterval_type: PlanInterval_type;
|
|
1972
2195
|
PlaneIntersectAndProject_type: PlaneIntersectAndProject_type;
|
|
1973
2196
|
PlyStorage_type: PlyStorage_type;
|
|
1974
2197
|
Point2d_type: Point2d_type;
|
|
1975
2198
|
Point3d_type: Point3d_type;
|
|
1976
2199
|
Pong_type: Pong_type;
|
|
2200
|
+
PrivacySettings_type: PrivacySettings_type;
|
|
1977
2201
|
RawFile_type: RawFile_type;
|
|
1978
2202
|
RtcIceCandidateInit_type: RtcIceCandidateInit_type;
|
|
1979
2203
|
RtcSdpType_type: RtcSdpType_type;
|
|
@@ -1985,6 +2209,8 @@ export interface Models {
|
|
|
1985
2209
|
SelectGet_type: SelectGet_type;
|
|
1986
2210
|
SelectWithPoint_type: SelectWithPoint_type;
|
|
1987
2211
|
Selection_type: Selection_type;
|
|
2212
|
+
ServiceAccount_type: ServiceAccount_type;
|
|
2213
|
+
ServiceAccountResultsPage_type: ServiceAccountResultsPage_type;
|
|
1988
2214
|
Session_type: Session_type;
|
|
1989
2215
|
Solid3dGetAllEdgeFaces_type: Solid3dGetAllEdgeFaces_type;
|
|
1990
2216
|
Solid3dGetAllOppositeEdges_type: Solid3dGetAllOppositeEdges_type;
|
|
@@ -1993,7 +2219,13 @@ export interface Models {
|
|
|
1993
2219
|
Solid3dGetOppositeEdge_type: Solid3dGetOppositeEdge_type;
|
|
1994
2220
|
Solid3dGetPrevAdjacentEdge_type: Solid3dGetPrevAdjacentEdge_type;
|
|
1995
2221
|
StlStorage_type: StlStorage_type;
|
|
2222
|
+
StoreCouponParams_type: StoreCouponParams_type;
|
|
2223
|
+
SubscriptionTierFeature_type: SubscriptionTierFeature_type;
|
|
2224
|
+
SubscriptionTierPrice_type: SubscriptionTierPrice_type;
|
|
2225
|
+
SubscriptionTierType_type: SubscriptionTierType_type;
|
|
2226
|
+
SubscriptionTrainingDataBehavior_type: SubscriptionTrainingDataBehavior_type;
|
|
1996
2227
|
SuccessWebSocketResponse_type: SuccessWebSocketResponse_type;
|
|
2228
|
+
SupportTier_type: SupportTier_type;
|
|
1997
2229
|
SurfaceArea_type: SurfaceArea_type;
|
|
1998
2230
|
System_type: System_type;
|
|
1999
2231
|
TakeSnapshot_type: TakeSnapshot_type;
|
|
@@ -2028,14 +2260,21 @@ export interface Models {
|
|
|
2028
2260
|
UnitVolume_type: UnitVolume_type;
|
|
2029
2261
|
UnitVolumeConversion_type: UnitVolumeConversion_type;
|
|
2030
2262
|
UpdateMemberToOrgBody_type: UpdateMemberToOrgBody_type;
|
|
2263
|
+
UpdatePaymentBalance_type: UpdatePaymentBalance_type;
|
|
2031
2264
|
UpdateUser_type: UpdateUser_type;
|
|
2032
2265
|
User_type: User_type;
|
|
2033
2266
|
UserOrgInfo_type: UserOrgInfo_type;
|
|
2267
|
+
UserOrgRole_type: UserOrgRole_type;
|
|
2034
2268
|
UserResultsPage_type: UserResultsPage_type;
|
|
2035
2269
|
Uuid_type: Uuid_type;
|
|
2036
2270
|
VerificationTokenResponse_type: VerificationTokenResponse_type;
|
|
2037
2271
|
Volume_type: Volume_type;
|
|
2038
2272
|
WebSocketRequest_type: WebSocketRequest_type;
|
|
2039
2273
|
WebSocketResponse_type: WebSocketResponse_type;
|
|
2274
|
+
ZooProductSubscription_type: ZooProductSubscription_type;
|
|
2275
|
+
ZooProductSubscriptions_type: ZooProductSubscriptions_type;
|
|
2276
|
+
ZooProductSubscriptionsOrgRequest_type: ZooProductSubscriptionsOrgRequest_type;
|
|
2277
|
+
ZooProductSubscriptionsUserRequest_type: ZooProductSubscriptionsUserRequest_type;
|
|
2278
|
+
ZooTool_type: ZooTool_type;
|
|
2040
2279
|
}
|
|
2041
2280
|
//# sourceMappingURL=models.d.ts.map
|