@kittycad/lib 2.0.38 → 2.0.40
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/users-patch_user_crm.test.d.ts +2 -0
- package/dist/types/__tests__/gen/users-patch_user_crm.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/users-put_public_form.test.d.ts +2 -0
- package/dist/types/__tests__/gen/users-put_public_form.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/users-put_public_subscribe.test.d.ts +2 -0
- package/dist/types/__tests__/gen/users-put_public_subscribe.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/users-put_user_form_self.test.d.ts +2 -0
- package/dist/types/__tests__/gen/users-put_user_form_self.test.d.ts.map +1 -0
- package/dist/types/src/api/ml/create_proprietary_to_kcl.d.ts +3 -2
- package/dist/types/src/api/ml/create_proprietary_to_kcl.d.ts.map +1 -1
- package/dist/types/src/api/users/patch_user_crm.d.ts +10 -0
- package/dist/types/src/api/users/patch_user_crm.d.ts.map +1 -0
- package/dist/types/src/api/users/put_public_form.d.ts +10 -0
- package/dist/types/src/api/users/put_public_form.d.ts.map +1 -0
- package/dist/types/src/api/users/put_public_subscribe.d.ts +10 -0
- package/dist/types/src/api/users/put_public_subscribe.d.ts.map +1 -0
- package/dist/types/src/api/users/put_user_form_self.d.ts +10 -0
- package/dist/types/src/api/users/put_user_form_self.d.ts.map +1 -0
- package/dist/types/src/expectedToFail.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +8 -2
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/models.d.ts +57 -150
- package/dist/types/src/models.d.ts.map +1 -1
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
- package/dist/types/__tests__/gen/meta-get_metadata.test.d.ts +0 -2
- package/dist/types/__tests__/gen/meta-get_metadata.test.d.ts.map +0 -1
- package/dist/types/src/api/meta/get_metadata.d.ts +0 -9
- package/dist/types/src/api/meta/get_metadata.d.ts.map +0 -1
|
@@ -14,6 +14,11 @@ export interface AddressDetails_type {
|
|
|
14
14
|
street2: string;
|
|
15
15
|
zip: string;
|
|
16
16
|
}
|
|
17
|
+
export interface AdjacencyInfo_type {
|
|
18
|
+
adjacent_info?: EdgeInfo_type;
|
|
19
|
+
opposite_info?: EdgeInfo_type;
|
|
20
|
+
original_info?: EdgeInfo_type;
|
|
21
|
+
}
|
|
17
22
|
export interface Angle_type {
|
|
18
23
|
unit: UnitAngle_type;
|
|
19
24
|
value: number;
|
|
@@ -290,9 +295,6 @@ export interface BooleanSubtract_type {
|
|
|
290
295
|
export interface BooleanUnion_type {
|
|
291
296
|
extra_solid_ids: string[];
|
|
292
297
|
}
|
|
293
|
-
export interface CacheMetadata_type {
|
|
294
|
-
ok: boolean;
|
|
295
|
-
}
|
|
296
298
|
export interface CameraDragEnd_type {
|
|
297
299
|
settings: CameraSettings_type;
|
|
298
300
|
}
|
|
@@ -356,15 +358,8 @@ export interface ClientMetrics_type {
|
|
|
356
358
|
export interface ClosePath_type {
|
|
357
359
|
face_id: string;
|
|
358
360
|
}
|
|
359
|
-
export interface Cluster_type {
|
|
360
|
-
addr?: string;
|
|
361
|
-
auth_timeout: number;
|
|
362
|
-
cluster_port: number;
|
|
363
|
-
name: string;
|
|
364
|
-
tls_timeout: number;
|
|
365
|
-
urls: string[];
|
|
366
|
-
}
|
|
367
361
|
export declare type CodeLanguage_type = 'go' | 'python' | 'node';
|
|
362
|
+
export declare type CodeOption_type = 'parse' | 'execute' | 'cleanup' | 'mock_execute';
|
|
368
363
|
export interface CodeOutput_type {
|
|
369
364
|
output_files: OutputFile_type[];
|
|
370
365
|
stderr: string;
|
|
@@ -386,56 +381,6 @@ export interface ComponentTransform_type {
|
|
|
386
381
|
scale?: TransformByForPoint3d_type;
|
|
387
382
|
translate?: TransformByForPoint3d_type;
|
|
388
383
|
}
|
|
389
|
-
export interface Connection_type {
|
|
390
|
-
auth_timeout: number;
|
|
391
|
-
cluster: Cluster_type;
|
|
392
|
-
config_load_time: string;
|
|
393
|
-
connections: number;
|
|
394
|
-
cores: number;
|
|
395
|
-
cpu: number;
|
|
396
|
-
gateway: Gateway_type;
|
|
397
|
-
git_commit: string;
|
|
398
|
-
go: string;
|
|
399
|
-
gomaxprocs: number;
|
|
400
|
-
host: string;
|
|
401
|
-
http_base_path: string;
|
|
402
|
-
http_host: string;
|
|
403
|
-
http_port: number;
|
|
404
|
-
http_req_stats: {
|
|
405
|
-
[key: string]: number;
|
|
406
|
-
};
|
|
407
|
-
https_port: number;
|
|
408
|
-
in_bytes: number;
|
|
409
|
-
in_msgs: number;
|
|
410
|
-
jetstream: Jetstream_type;
|
|
411
|
-
leaf: LeafNode_type;
|
|
412
|
-
leafnodes: number;
|
|
413
|
-
max_connections: number;
|
|
414
|
-
max_control_line: number;
|
|
415
|
-
max_payload: number;
|
|
416
|
-
max_pending: number;
|
|
417
|
-
mem: number;
|
|
418
|
-
now: string;
|
|
419
|
-
out_bytes: number;
|
|
420
|
-
out_msgs: number;
|
|
421
|
-
ping_interval: number;
|
|
422
|
-
ping_max: number;
|
|
423
|
-
port: number;
|
|
424
|
-
proto: number;
|
|
425
|
-
remotes: number;
|
|
426
|
-
routes: number;
|
|
427
|
-
server_id: string;
|
|
428
|
-
server_name: string;
|
|
429
|
-
slow_consumers: number;
|
|
430
|
-
start: string;
|
|
431
|
-
subscriptions: number;
|
|
432
|
-
system_account: string;
|
|
433
|
-
tls_timeout: number;
|
|
434
|
-
total_connections: number;
|
|
435
|
-
uptime: string;
|
|
436
|
-
version: string;
|
|
437
|
-
write_deadline: number;
|
|
438
|
-
}
|
|
439
384
|
export declare type CountryCode_type = string;
|
|
440
385
|
export interface Coupon_type {
|
|
441
386
|
amount_off?: number;
|
|
@@ -457,6 +402,11 @@ export interface CreateShortlinkResponse_type {
|
|
|
457
402
|
url: string;
|
|
458
403
|
}
|
|
459
404
|
export declare type CreatedAtSortMode_type = 'created_at_ascending' | 'created_at_descending';
|
|
405
|
+
export interface CrmData_type {
|
|
406
|
+
cad_industry?: string;
|
|
407
|
+
cad_user_type?: string;
|
|
408
|
+
number_of_cad_users?: string;
|
|
409
|
+
}
|
|
460
410
|
export declare type Currency_type = string;
|
|
461
411
|
export interface CurveGetControlPoints_type {
|
|
462
412
|
control_points: Point3d_type[];
|
|
@@ -564,6 +514,10 @@ export declare type DistanceType_type = {
|
|
|
564
514
|
type: 'on_axis';
|
|
565
515
|
};
|
|
566
516
|
export declare type DxfStorage_type = 'ascii' | 'binary';
|
|
517
|
+
export interface EdgeInfo_type {
|
|
518
|
+
edge_id: string;
|
|
519
|
+
faces: string[];
|
|
520
|
+
}
|
|
567
521
|
export interface EdgeLinesVisible_type {
|
|
568
522
|
}
|
|
569
523
|
export interface EmailAuthenticationForm_type {
|
|
@@ -640,7 +594,6 @@ export interface EntityMirrorAcrossEdge_type {
|
|
|
640
594
|
export interface EntitySetOpacity_type {
|
|
641
595
|
}
|
|
642
596
|
export declare type EntityType_type = 'entity' | 'object' | 'path' | 'curve' | 'solid2d' | 'solid3d' | 'edge' | 'face' | 'plane' | 'vertex';
|
|
643
|
-
export declare type Environment_type = 'DEVELOPMENT' | 'PREVIEW' | 'PRODUCTION';
|
|
644
597
|
export interface Error_type {
|
|
645
598
|
error_code: string;
|
|
646
599
|
message: string;
|
|
@@ -687,6 +640,7 @@ export interface ExtendedUser_type {
|
|
|
687
640
|
hubspot_contact_id?: string;
|
|
688
641
|
id: Uuid_type;
|
|
689
642
|
image: string;
|
|
643
|
+
is_onboarded: boolean;
|
|
690
644
|
is_service_account: boolean;
|
|
691
645
|
last_name: string;
|
|
692
646
|
name: string;
|
|
@@ -814,9 +768,6 @@ export interface FileSurfaceArea_type {
|
|
|
814
768
|
updated_at: string;
|
|
815
769
|
user_id: Uuid_type;
|
|
816
770
|
}
|
|
817
|
-
export interface FileSystemMetadata_type {
|
|
818
|
-
ok: boolean;
|
|
819
|
-
}
|
|
820
771
|
export interface FileVolume_type {
|
|
821
772
|
completed_at?: string;
|
|
822
773
|
created_at: string;
|
|
@@ -830,13 +781,6 @@ export interface FileVolume_type {
|
|
|
830
781
|
user_id: Uuid_type;
|
|
831
782
|
volume?: number;
|
|
832
783
|
}
|
|
833
|
-
export interface Gateway_type {
|
|
834
|
-
auth_timeout: number;
|
|
835
|
-
host: string;
|
|
836
|
-
name: string;
|
|
837
|
-
port: number;
|
|
838
|
-
tls_timeout: number;
|
|
839
|
-
}
|
|
840
784
|
export interface GetEntityType_type {
|
|
841
785
|
entity_type: EntityType_type;
|
|
842
786
|
}
|
|
@@ -911,6 +855,17 @@ export declare type InputFormat3d_type = {
|
|
|
911
855
|
type: 'stl';
|
|
912
856
|
units: UnitLength_type;
|
|
913
857
|
};
|
|
858
|
+
export interface InquiryForm_type {
|
|
859
|
+
company?: string;
|
|
860
|
+
email: string;
|
|
861
|
+
first_name: string;
|
|
862
|
+
industry?: string;
|
|
863
|
+
inquiry_type: InquiryType_type;
|
|
864
|
+
last_name: string;
|
|
865
|
+
message: string;
|
|
866
|
+
phone?: string;
|
|
867
|
+
}
|
|
868
|
+
export declare type InquiryType_type = 'general_inquiry' | 'sales_question' | 'developer_inquiry' | 'partnership_opportunity' | 'other_sales_inquiry' | 'technical_support' | 'account_management' | 'other_support_inquiry';
|
|
914
869
|
export interface Invoice_type {
|
|
915
870
|
amount_due: number;
|
|
916
871
|
amount_paid: number;
|
|
@@ -969,31 +924,6 @@ export interface IpAddrInfo_type {
|
|
|
969
924
|
region_code?: string;
|
|
970
925
|
timezone?: string;
|
|
971
926
|
}
|
|
972
|
-
export interface Jetstream_type {
|
|
973
|
-
config: JetstreamConfig_type;
|
|
974
|
-
meta: MetaClusterInfo_type;
|
|
975
|
-
stats: JetstreamStats_type;
|
|
976
|
-
}
|
|
977
|
-
export interface JetstreamApiStats_type {
|
|
978
|
-
errors: number;
|
|
979
|
-
inflight: number;
|
|
980
|
-
total: number;
|
|
981
|
-
}
|
|
982
|
-
export interface JetstreamConfig_type {
|
|
983
|
-
domain: string;
|
|
984
|
-
max_memory: number;
|
|
985
|
-
max_storage: number;
|
|
986
|
-
store_dir: string;
|
|
987
|
-
}
|
|
988
|
-
export interface JetstreamStats_type {
|
|
989
|
-
accounts: number;
|
|
990
|
-
api: JetstreamApiStats_type;
|
|
991
|
-
ha_assets: number;
|
|
992
|
-
memory: number;
|
|
993
|
-
reserved_memory: number;
|
|
994
|
-
reserved_store: number;
|
|
995
|
-
store: number;
|
|
996
|
-
}
|
|
997
927
|
export interface KclCodeCompletionParams_type {
|
|
998
928
|
language: string;
|
|
999
929
|
next_indent?: number;
|
|
@@ -1019,12 +949,6 @@ export interface KclCodeCompletionResponse_type {
|
|
|
1019
949
|
export interface KclModel_type {
|
|
1020
950
|
code: string;
|
|
1021
951
|
}
|
|
1022
|
-
export interface LeafNode_type {
|
|
1023
|
-
auth_timeout: number;
|
|
1024
|
-
host: string;
|
|
1025
|
-
port: number;
|
|
1026
|
-
tls_timeout: number;
|
|
1027
|
-
}
|
|
1028
952
|
export declare type LengthUnit_type = number;
|
|
1029
953
|
export interface Loft_type {
|
|
1030
954
|
solid_id: string;
|
|
@@ -1040,18 +964,6 @@ export interface Mass_type {
|
|
|
1040
964
|
mass: number;
|
|
1041
965
|
output_unit: UnitMass_type;
|
|
1042
966
|
}
|
|
1043
|
-
export interface MetaClusterInfo_type {
|
|
1044
|
-
cluster_size: number;
|
|
1045
|
-
leader: string;
|
|
1046
|
-
name: string;
|
|
1047
|
-
}
|
|
1048
|
-
export interface Metadata_type {
|
|
1049
|
-
cache: CacheMetadata_type;
|
|
1050
|
-
environment: Environment_type;
|
|
1051
|
-
fs: FileSystemMetadata_type;
|
|
1052
|
-
git_hash: string;
|
|
1053
|
-
pubsub: Connection_type;
|
|
1054
|
-
}
|
|
1055
967
|
export declare type Method_type = 'OPTIONS' | 'GET' | 'POST' | 'PUT' | 'DELETE' | 'HEAD' | 'TRACE' | 'CONNECT' | 'PATCH' | 'EXTENSION';
|
|
1056
968
|
export declare type MlFeedback_type = 'thumbs_up' | 'thumbs_down' | 'accepted' | 'rejected';
|
|
1057
969
|
export interface MlPrompt_type {
|
|
@@ -1124,6 +1036,7 @@ export declare type ModelingCmd_type = {
|
|
|
1124
1036
|
target: ModelingCmdId_type;
|
|
1125
1037
|
type: 'extrude';
|
|
1126
1038
|
} | {
|
|
1039
|
+
relative_to: RelativeTo_type;
|
|
1127
1040
|
sectional: boolean;
|
|
1128
1041
|
target: ModelingCmdId_type;
|
|
1129
1042
|
tolerance: LengthUnit_type;
|
|
@@ -1593,8 +1506,9 @@ export declare type ModelingCmd_type = {
|
|
|
1593
1506
|
object_id: string;
|
|
1594
1507
|
type: 'solid3d_get_extrusion_face_info';
|
|
1595
1508
|
} | {
|
|
1509
|
+
edge_id: string;
|
|
1596
1510
|
object_id: string;
|
|
1597
|
-
type: '
|
|
1511
|
+
type: 'solid3d_get_adjacency_info';
|
|
1598
1512
|
} | {
|
|
1599
1513
|
type: 'select_clear';
|
|
1600
1514
|
} | {
|
|
@@ -1908,6 +1822,9 @@ export declare type OkModelingCmdResponse_type = {
|
|
|
1908
1822
|
} | {
|
|
1909
1823
|
data: SelectGet_type;
|
|
1910
1824
|
type: 'select_get';
|
|
1825
|
+
} | {
|
|
1826
|
+
data: Solid3dGetAdjacencyInfo_type;
|
|
1827
|
+
type: 'solid3d_get_adjacency_info';
|
|
1911
1828
|
} | {
|
|
1912
1829
|
data: Solid3dGetAllEdgeFaces_type;
|
|
1913
1830
|
type: 'solid3d_get_all_edge_faces';
|
|
@@ -2013,6 +1930,9 @@ export declare type OkModelingCmdResponse_type = {
|
|
|
2013
1930
|
} | {
|
|
2014
1931
|
data: FaceEdgeInfo_type;
|
|
2015
1932
|
type: 'face_edge_info';
|
|
1933
|
+
} | {
|
|
1934
|
+
data: EdgeInfo_type;
|
|
1935
|
+
type: 'edge_info';
|
|
2016
1936
|
} | {
|
|
2017
1937
|
data: EntityClone_type;
|
|
2018
1938
|
type: 'entity_clone';
|
|
@@ -2050,11 +1970,8 @@ export declare type OkModelingCmdResponse_type = {
|
|
|
2050
1970
|
data: ComplementaryEdges_type;
|
|
2051
1971
|
type: 'complementary_edges';
|
|
2052
1972
|
} | {
|
|
2053
|
-
data:
|
|
2054
|
-
type: '
|
|
2055
|
-
} | {
|
|
2056
|
-
data: SolidInfo_type;
|
|
2057
|
-
type: 'solid_info';
|
|
1973
|
+
data: AdjacencyInfo_type;
|
|
1974
|
+
type: 'adjacency_info';
|
|
2058
1975
|
} | {
|
|
2059
1976
|
data: SetGridReferencePlane_type;
|
|
2060
1977
|
type: 'set_grid_reference_plane';
|
|
@@ -2345,6 +2262,7 @@ export interface RawFile_type {
|
|
|
2345
2262
|
}
|
|
2346
2263
|
export interface ReconfigureStream_type {
|
|
2347
2264
|
}
|
|
2265
|
+
export declare type RelativeTo_type = 'sketch_plane' | 'trajectory_curve';
|
|
2348
2266
|
export interface RemoveSceneObjects_type {
|
|
2349
2267
|
}
|
|
2350
2268
|
export interface Revolve_type {
|
|
@@ -2487,6 +2405,9 @@ export interface Solid2dAddHole_type {
|
|
|
2487
2405
|
}
|
|
2488
2406
|
export interface Solid3dFilletEdge_type {
|
|
2489
2407
|
}
|
|
2408
|
+
export interface Solid3dGetAdjacencyInfo_type {
|
|
2409
|
+
edges: AdjacencyInfo_type[];
|
|
2410
|
+
}
|
|
2490
2411
|
export interface Solid3dGetAllEdgeFaces_type {
|
|
2491
2412
|
faces: string[];
|
|
2492
2413
|
}
|
|
@@ -2499,9 +2420,6 @@ export interface Solid3dGetCommonEdge_type {
|
|
|
2499
2420
|
export interface Solid3dGetExtrusionFaceInfo_type {
|
|
2500
2421
|
faces: ExtrusionFaceInfo_type[];
|
|
2501
2422
|
}
|
|
2502
|
-
export interface Solid3dGetInfo_type {
|
|
2503
|
-
info: SolidInfo_type;
|
|
2504
|
-
}
|
|
2505
2423
|
export interface Solid3dGetNextAdjacentEdge_type {
|
|
2506
2424
|
edge?: string;
|
|
2507
2425
|
}
|
|
@@ -2513,16 +2431,6 @@ export interface Solid3dGetPrevAdjacentEdge_type {
|
|
|
2513
2431
|
}
|
|
2514
2432
|
export interface Solid3dShellFace_type {
|
|
2515
2433
|
}
|
|
2516
|
-
export interface SolidInfo_type {
|
|
2517
|
-
bottom_cap_id?: string;
|
|
2518
|
-
common_edges: {
|
|
2519
|
-
[key: string]: string[];
|
|
2520
|
-
};
|
|
2521
|
-
complementary_edges: {
|
|
2522
|
-
[key: string]: ComplementaryEdges_type;
|
|
2523
|
-
};
|
|
2524
|
-
top_cap_id?: string;
|
|
2525
|
-
}
|
|
2526
2434
|
export interface SourcePosition_type {
|
|
2527
2435
|
column: number;
|
|
2528
2436
|
line: number;
|
|
@@ -2542,6 +2450,9 @@ export declare type StlStorage_type = 'ascii' | 'binary';
|
|
|
2542
2450
|
export interface StoreCouponParams_type {
|
|
2543
2451
|
percent_off: number;
|
|
2544
2452
|
}
|
|
2453
|
+
export interface Subscribe_type {
|
|
2454
|
+
email: string;
|
|
2455
|
+
}
|
|
2545
2456
|
export interface SubscriptionTierFeature_type {
|
|
2546
2457
|
info: string;
|
|
2547
2458
|
}
|
|
@@ -2890,6 +2801,7 @@ export interface UpdateUser_type {
|
|
|
2890
2801
|
first_name: string;
|
|
2891
2802
|
github: string;
|
|
2892
2803
|
image: string;
|
|
2804
|
+
is_onboarded?: boolean;
|
|
2893
2805
|
last_name: string;
|
|
2894
2806
|
phone: string;
|
|
2895
2807
|
}
|
|
@@ -2906,6 +2818,7 @@ export interface User_type {
|
|
|
2906
2818
|
github: string;
|
|
2907
2819
|
id: Uuid_type;
|
|
2908
2820
|
image: string;
|
|
2821
|
+
is_onboarded: boolean;
|
|
2909
2822
|
is_service_account: boolean;
|
|
2910
2823
|
last_name: string;
|
|
2911
2824
|
name: string;
|
|
@@ -3014,7 +2927,7 @@ export interface ZooProductSubscriptionsUserRequest_type {
|
|
|
3014
2927
|
modeling_app: ModelingAppIndividualSubscriptionTier_type;
|
|
3015
2928
|
pay_annually?: boolean;
|
|
3016
2929
|
}
|
|
3017
|
-
export declare type ZooTool_type = 'modeling_app' | '
|
|
2930
|
+
export declare type ZooTool_type = 'modeling_app' | 'diff_chrome_extension' | 'text_to_cad';
|
|
3018
2931
|
export interface ZoomToFit_type {
|
|
3019
2932
|
settings: CameraSettings_type;
|
|
3020
2933
|
}
|
|
@@ -3023,6 +2936,7 @@ export interface Models {
|
|
|
3023
2936
|
AddHoleFromOffset_type: AddHoleFromOffset_type;
|
|
3024
2937
|
AddOrgMember_type: AddOrgMember_type;
|
|
3025
2938
|
AddressDetails_type: AddressDetails_type;
|
|
2939
|
+
AdjacencyInfo_type: AdjacencyInfo_type;
|
|
3026
2940
|
Angle_type: Angle_type;
|
|
3027
2941
|
AnnotationLineEnd_type: AnnotationLineEnd_type;
|
|
3028
2942
|
AnnotationLineEndOptions_type: AnnotationLineEndOptions_type;
|
|
@@ -3055,7 +2969,6 @@ export interface Models {
|
|
|
3055
2969
|
BooleanIntersection_type: BooleanIntersection_type;
|
|
3056
2970
|
BooleanSubtract_type: BooleanSubtract_type;
|
|
3057
2971
|
BooleanUnion_type: BooleanUnion_type;
|
|
3058
|
-
CacheMetadata_type: CacheMetadata_type;
|
|
3059
2972
|
CameraDragEnd_type: CameraDragEnd_type;
|
|
3060
2973
|
CameraDragInteractionType_type: CameraDragInteractionType_type;
|
|
3061
2974
|
CameraDragMove_type: CameraDragMove_type;
|
|
@@ -3067,18 +2980,18 @@ export interface Models {
|
|
|
3067
2980
|
CenterOfMass_type: CenterOfMass_type;
|
|
3068
2981
|
ClientMetrics_type: ClientMetrics_type;
|
|
3069
2982
|
ClosePath_type: ClosePath_type;
|
|
3070
|
-
Cluster_type: Cluster_type;
|
|
3071
2983
|
CodeLanguage_type: CodeLanguage_type;
|
|
2984
|
+
CodeOption_type: CodeOption_type;
|
|
3072
2985
|
CodeOutput_type: CodeOutput_type;
|
|
3073
2986
|
Color_type: Color_type;
|
|
3074
2987
|
ComplementaryEdges_type: ComplementaryEdges_type;
|
|
3075
2988
|
ComponentTransform_type: ComponentTransform_type;
|
|
3076
|
-
Connection_type: Connection_type;
|
|
3077
2989
|
CountryCode_type: CountryCode_type;
|
|
3078
2990
|
Coupon_type: Coupon_type;
|
|
3079
2991
|
CreateShortlinkRequest_type: CreateShortlinkRequest_type;
|
|
3080
2992
|
CreateShortlinkResponse_type: CreateShortlinkResponse_type;
|
|
3081
2993
|
CreatedAtSortMode_type: CreatedAtSortMode_type;
|
|
2994
|
+
CrmData_type: CrmData_type;
|
|
3082
2995
|
Currency_type: Currency_type;
|
|
3083
2996
|
CurveGetControlPoints_type: CurveGetControlPoints_type;
|
|
3084
2997
|
CurveGetEndPoints_type: CurveGetEndPoints_type;
|
|
@@ -3112,6 +3025,7 @@ export interface Models {
|
|
|
3112
3025
|
DiscountCode_type: DiscountCode_type;
|
|
3113
3026
|
DistanceType_type: DistanceType_type;
|
|
3114
3027
|
DxfStorage_type: DxfStorage_type;
|
|
3028
|
+
EdgeInfo_type: EdgeInfo_type;
|
|
3115
3029
|
EdgeLinesVisible_type: EdgeLinesVisible_type;
|
|
3116
3030
|
EmailAuthenticationForm_type: EmailAuthenticationForm_type;
|
|
3117
3031
|
EnableDryRun_type: EnableDryRun_type;
|
|
@@ -3136,7 +3050,6 @@ export interface Models {
|
|
|
3136
3050
|
EntityMirrorAcrossEdge_type: EntityMirrorAcrossEdge_type;
|
|
3137
3051
|
EntitySetOpacity_type: EntitySetOpacity_type;
|
|
3138
3052
|
EntityType_type: EntityType_type;
|
|
3139
|
-
Environment_type: Environment_type;
|
|
3140
3053
|
Error_type: Error_type;
|
|
3141
3054
|
ErrorCode_type: ErrorCode_type;
|
|
3142
3055
|
Event_type: Event_type;
|
|
@@ -3165,9 +3078,7 @@ export interface Models {
|
|
|
3165
3078
|
FileImportFormat_type: FileImportFormat_type;
|
|
3166
3079
|
FileMass_type: FileMass_type;
|
|
3167
3080
|
FileSurfaceArea_type: FileSurfaceArea_type;
|
|
3168
|
-
FileSystemMetadata_type: FileSystemMetadata_type;
|
|
3169
3081
|
FileVolume_type: FileVolume_type;
|
|
3170
|
-
Gateway_type: Gateway_type;
|
|
3171
3082
|
GetEntityType_type: GetEntityType_type;
|
|
3172
3083
|
GetNumObjects_type: GetNumObjects_type;
|
|
3173
3084
|
GetSketchModePlane_type: GetSketchModePlane_type;
|
|
@@ -3186,27 +3097,22 @@ export interface Models {
|
|
|
3186
3097
|
ImportFiles_type: ImportFiles_type;
|
|
3187
3098
|
ImportedGeometry_type: ImportedGeometry_type;
|
|
3188
3099
|
InputFormat3d_type: InputFormat3d_type;
|
|
3100
|
+
InquiryForm_type: InquiryForm_type;
|
|
3101
|
+
InquiryType_type: InquiryType_type;
|
|
3189
3102
|
Invoice_type: Invoice_type;
|
|
3190
3103
|
InvoiceLineItem_type: InvoiceLineItem_type;
|
|
3191
3104
|
InvoiceStatus_type: InvoiceStatus_type;
|
|
3192
3105
|
IpAddrInfo_type: IpAddrInfo_type;
|
|
3193
|
-
Jetstream_type: Jetstream_type;
|
|
3194
|
-
JetstreamApiStats_type: JetstreamApiStats_type;
|
|
3195
|
-
JetstreamConfig_type: JetstreamConfig_type;
|
|
3196
|
-
JetstreamStats_type: JetstreamStats_type;
|
|
3197
3106
|
KclCodeCompletionParams_type: KclCodeCompletionParams_type;
|
|
3198
3107
|
KclCodeCompletionRequest_type: KclCodeCompletionRequest_type;
|
|
3199
3108
|
KclCodeCompletionResponse_type: KclCodeCompletionResponse_type;
|
|
3200
3109
|
KclModel_type: KclModel_type;
|
|
3201
|
-
LeafNode_type: LeafNode_type;
|
|
3202
3110
|
LengthUnit_type: LengthUnit_type;
|
|
3203
3111
|
Loft_type: Loft_type;
|
|
3204
3112
|
MakeAxesGizmo_type: MakeAxesGizmo_type;
|
|
3205
3113
|
MakeOffsetPath_type: MakeOffsetPath_type;
|
|
3206
3114
|
MakePlane_type: MakePlane_type;
|
|
3207
3115
|
Mass_type: Mass_type;
|
|
3208
|
-
MetaClusterInfo_type: MetaClusterInfo_type;
|
|
3209
|
-
Metadata_type: Metadata_type;
|
|
3210
3116
|
Method_type: Method_type;
|
|
3211
3117
|
MlFeedback_type: MlFeedback_type;
|
|
3212
3118
|
MlPrompt_type: MlPrompt_type;
|
|
@@ -3277,6 +3183,7 @@ export interface Models {
|
|
|
3277
3183
|
ProjectPointsToPlane_type: ProjectPointsToPlane_type;
|
|
3278
3184
|
RawFile_type: RawFile_type;
|
|
3279
3185
|
ReconfigureStream_type: ReconfigureStream_type;
|
|
3186
|
+
RelativeTo_type: RelativeTo_type;
|
|
3280
3187
|
RemoveSceneObjects_type: RemoveSceneObjects_type;
|
|
3281
3188
|
Revolve_type: Revolve_type;
|
|
3282
3189
|
RevolveAboutEdge_type: RevolveAboutEdge_type;
|
|
@@ -3317,22 +3224,22 @@ export interface Models {
|
|
|
3317
3224
|
SketchModeDisable_type: SketchModeDisable_type;
|
|
3318
3225
|
Solid2dAddHole_type: Solid2dAddHole_type;
|
|
3319
3226
|
Solid3dFilletEdge_type: Solid3dFilletEdge_type;
|
|
3227
|
+
Solid3dGetAdjacencyInfo_type: Solid3dGetAdjacencyInfo_type;
|
|
3320
3228
|
Solid3dGetAllEdgeFaces_type: Solid3dGetAllEdgeFaces_type;
|
|
3321
3229
|
Solid3dGetAllOppositeEdges_type: Solid3dGetAllOppositeEdges_type;
|
|
3322
3230
|
Solid3dGetCommonEdge_type: Solid3dGetCommonEdge_type;
|
|
3323
3231
|
Solid3dGetExtrusionFaceInfo_type: Solid3dGetExtrusionFaceInfo_type;
|
|
3324
|
-
Solid3dGetInfo_type: Solid3dGetInfo_type;
|
|
3325
3232
|
Solid3dGetNextAdjacentEdge_type: Solid3dGetNextAdjacentEdge_type;
|
|
3326
3233
|
Solid3dGetOppositeEdge_type: Solid3dGetOppositeEdge_type;
|
|
3327
3234
|
Solid3dGetPrevAdjacentEdge_type: Solid3dGetPrevAdjacentEdge_type;
|
|
3328
3235
|
Solid3dShellFace_type: Solid3dShellFace_type;
|
|
3329
|
-
SolidInfo_type: SolidInfo_type;
|
|
3330
3236
|
SourcePosition_type: SourcePosition_type;
|
|
3331
3237
|
SourceRange_type: SourceRange_type;
|
|
3332
3238
|
SourceRangePrompt_type: SourceRangePrompt_type;
|
|
3333
3239
|
StartPath_type: StartPath_type;
|
|
3334
3240
|
StlStorage_type: StlStorage_type;
|
|
3335
3241
|
StoreCouponParams_type: StoreCouponParams_type;
|
|
3242
|
+
Subscribe_type: Subscribe_type;
|
|
3336
3243
|
SubscriptionTierFeature_type: SubscriptionTierFeature_type;
|
|
3337
3244
|
SubscriptionTierPrice_type: SubscriptionTierPrice_type;
|
|
3338
3245
|
SubscriptionTierType_type: SubscriptionTierType_type;
|