@supernova-studio/client 1.16.1 → 1.16.2
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/index.d.mts +633 -478
- package/dist/index.d.ts +633 -478
- package/dist/index.js +33 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1262 -1243
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -429,7 +429,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
429
429
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
430
430
|
registryUrl: string;
|
|
431
431
|
proxyUrl: string;
|
|
432
|
-
authType: "Custom" | "
|
|
432
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
433
433
|
enabledScopes: string[];
|
|
434
434
|
bypassProxy: boolean;
|
|
435
435
|
accessToken?: string | undefined;
|
|
@@ -440,7 +440,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
440
440
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
441
441
|
registryUrl: string;
|
|
442
442
|
proxyUrl: string;
|
|
443
|
-
authType: "Custom" | "
|
|
443
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
444
444
|
enabledScopes: string[];
|
|
445
445
|
bypassProxy: boolean;
|
|
446
446
|
accessToken?: string | undefined;
|
|
@@ -500,7 +500,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
500
500
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
501
501
|
registryUrl: string;
|
|
502
502
|
proxyUrl: string;
|
|
503
|
-
authType: "Custom" | "
|
|
503
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
504
504
|
enabledScopes: string[];
|
|
505
505
|
bypassProxy: boolean;
|
|
506
506
|
accessToken?: string | undefined;
|
|
@@ -560,7 +560,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
560
560
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
561
561
|
registryUrl: string;
|
|
562
562
|
proxyUrl: string;
|
|
563
|
-
authType: "Custom" | "
|
|
563
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
564
564
|
enabledScopes: string[];
|
|
565
565
|
bypassProxy: boolean;
|
|
566
566
|
accessToken?: string | undefined;
|
|
@@ -571,6 +571,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
571
571
|
}>;
|
|
572
572
|
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
573
573
|
effectiveRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
574
|
+
seatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
575
|
+
effectiveSeatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
574
576
|
}, "strip", z$1.ZodTypeAny, {
|
|
575
577
|
workspace: {
|
|
576
578
|
id: string;
|
|
@@ -624,7 +626,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
624
626
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
625
627
|
registryUrl: string;
|
|
626
628
|
proxyUrl: string;
|
|
627
|
-
authType: "Custom" | "
|
|
629
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
628
630
|
enabledScopes: string[];
|
|
629
631
|
bypassProxy: boolean;
|
|
630
632
|
accessToken?: string | undefined;
|
|
@@ -635,6 +637,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
635
637
|
};
|
|
636
638
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
637
639
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
640
|
+
seatType: "Full" | "Builder" | "None";
|
|
641
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
638
642
|
}, {
|
|
639
643
|
workspace: {
|
|
640
644
|
id: string;
|
|
@@ -688,7 +692,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
688
692
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
689
693
|
registryUrl: string;
|
|
690
694
|
proxyUrl: string;
|
|
691
|
-
authType: "Custom" | "
|
|
695
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
692
696
|
enabledScopes: string[];
|
|
693
697
|
bypassProxy: boolean;
|
|
694
698
|
accessToken?: string | undefined;
|
|
@@ -699,6 +703,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
699
703
|
};
|
|
700
704
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
701
705
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
706
|
+
seatType: "Full" | "Builder" | "None";
|
|
707
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
702
708
|
}>>;
|
|
703
709
|
designSystem: z$1.ZodOptional<z$1.ZodObject<Omit<{
|
|
704
710
|
id: z$1.ZodString;
|
|
@@ -983,7 +989,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
983
989
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
984
990
|
registryUrl: string;
|
|
985
991
|
proxyUrl: string;
|
|
986
|
-
authType: "Custom" | "
|
|
992
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
987
993
|
enabledScopes: string[];
|
|
988
994
|
bypassProxy: boolean;
|
|
989
995
|
accessToken?: string | undefined;
|
|
@@ -994,6 +1000,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
994
1000
|
};
|
|
995
1001
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
996
1002
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
1003
|
+
seatType: "Full" | "Builder" | "None";
|
|
1004
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
997
1005
|
} | undefined;
|
|
998
1006
|
}, {
|
|
999
1007
|
brand?: {
|
|
@@ -1100,7 +1108,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
1100
1108
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
1101
1109
|
registryUrl: string;
|
|
1102
1110
|
proxyUrl: string;
|
|
1103
|
-
authType: "Custom" | "
|
|
1111
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
1104
1112
|
enabledScopes: string[];
|
|
1105
1113
|
bypassProxy: boolean;
|
|
1106
1114
|
accessToken?: string | undefined;
|
|
@@ -1111,6 +1119,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
1111
1119
|
};
|
|
1112
1120
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
1113
1121
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
1122
|
+
seatType: "Full" | "Builder" | "None";
|
|
1123
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
1114
1124
|
} | undefined;
|
|
1115
1125
|
}>;
|
|
1116
1126
|
type DTOAppBootstrapDataResponse = z$1.infer<typeof DTOAppBootstrapDataResponse>;
|
|
@@ -10031,7 +10041,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10031
10041
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
10032
10042
|
registryUrl: string;
|
|
10033
10043
|
proxyUrl: string;
|
|
10034
|
-
authType: "Custom" | "
|
|
10044
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
10035
10045
|
enabledScopes: string[];
|
|
10036
10046
|
bypassProxy: boolean;
|
|
10037
10047
|
accessToken?: string | undefined;
|
|
@@ -10042,7 +10052,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10042
10052
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
10043
10053
|
registryUrl: string;
|
|
10044
10054
|
proxyUrl: string;
|
|
10045
|
-
authType: "Custom" | "
|
|
10055
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
10046
10056
|
enabledScopes: string[];
|
|
10047
10057
|
bypassProxy: boolean;
|
|
10048
10058
|
accessToken?: string | undefined;
|
|
@@ -10102,7 +10112,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10102
10112
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
10103
10113
|
registryUrl: string;
|
|
10104
10114
|
proxyUrl: string;
|
|
10105
|
-
authType: "Custom" | "
|
|
10115
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
10106
10116
|
enabledScopes: string[];
|
|
10107
10117
|
bypassProxy: boolean;
|
|
10108
10118
|
accessToken?: string | undefined;
|
|
@@ -10162,7 +10172,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10162
10172
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
10163
10173
|
registryUrl: string;
|
|
10164
10174
|
proxyUrl: string;
|
|
10165
|
-
authType: "Custom" | "
|
|
10175
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
10166
10176
|
enabledScopes: string[];
|
|
10167
10177
|
bypassProxy: boolean;
|
|
10168
10178
|
accessToken?: string | undefined;
|
|
@@ -10254,7 +10264,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10254
10264
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
10255
10265
|
registryUrl: string;
|
|
10256
10266
|
proxyUrl: string;
|
|
10257
|
-
authType: "Custom" | "
|
|
10267
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
10258
10268
|
enabledScopes: string[];
|
|
10259
10269
|
bypassProxy: boolean;
|
|
10260
10270
|
accessToken?: string | undefined;
|
|
@@ -10346,7 +10356,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10346
10356
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
10347
10357
|
registryUrl: string;
|
|
10348
10358
|
proxyUrl: string;
|
|
10349
|
-
authType: "Custom" | "
|
|
10359
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
10350
10360
|
enabledScopes: string[];
|
|
10351
10361
|
bypassProxy: boolean;
|
|
10352
10362
|
accessToken?: string | undefined;
|
|
@@ -79698,7 +79708,7 @@ declare const DTOCreateForgeProjectContext: z$1.ZodObject<Pick<{
|
|
|
79698
79708
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79699
79709
|
registryUrl: string;
|
|
79700
79710
|
proxyUrl: string;
|
|
79701
|
-
authType: "Custom" | "
|
|
79711
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
79702
79712
|
enabledScopes: string[];
|
|
79703
79713
|
bypassProxy: boolean;
|
|
79704
79714
|
accessToken?: string | undefined;
|
|
@@ -79709,7 +79719,7 @@ declare const DTOCreateForgeProjectContext: z$1.ZodObject<Pick<{
|
|
|
79709
79719
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79710
79720
|
registryUrl: string;
|
|
79711
79721
|
proxyUrl: string;
|
|
79712
|
-
authType: "Custom" | "
|
|
79722
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
79713
79723
|
enabledScopes: string[];
|
|
79714
79724
|
bypassProxy: boolean;
|
|
79715
79725
|
accessToken?: string | undefined;
|
|
@@ -79734,7 +79744,7 @@ declare const DTOCreateForgeProjectContext: z$1.ZodObject<Pick<{
|
|
|
79734
79744
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79735
79745
|
registryUrl: string;
|
|
79736
79746
|
proxyUrl: string;
|
|
79737
|
-
authType: "Custom" | "
|
|
79747
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
79738
79748
|
enabledScopes: string[];
|
|
79739
79749
|
bypassProxy: boolean;
|
|
79740
79750
|
accessToken?: string | undefined;
|
|
@@ -79765,7 +79775,7 @@ declare const DTOCreateForgeProjectContext: z$1.ZodObject<Pick<{
|
|
|
79765
79775
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79766
79776
|
registryUrl: string;
|
|
79767
79777
|
proxyUrl: string;
|
|
79768
|
-
authType: "Custom" | "
|
|
79778
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
79769
79779
|
enabledScopes: string[];
|
|
79770
79780
|
bypassProxy: boolean;
|
|
79771
79781
|
accessToken?: string | undefined;
|
|
@@ -79835,7 +79845,7 @@ declare const DTOUpdateForgeProjectContext: z$1.ZodObject<{
|
|
|
79835
79845
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79836
79846
|
registryUrl: string;
|
|
79837
79847
|
proxyUrl: string;
|
|
79838
|
-
authType: "Custom" | "
|
|
79848
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
79839
79849
|
enabledScopes: string[];
|
|
79840
79850
|
bypassProxy: boolean;
|
|
79841
79851
|
accessToken?: string | undefined;
|
|
@@ -79846,7 +79856,7 @@ declare const DTOUpdateForgeProjectContext: z$1.ZodObject<{
|
|
|
79846
79856
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79847
79857
|
registryUrl: string;
|
|
79848
79858
|
proxyUrl: string;
|
|
79849
|
-
authType: "Custom" | "
|
|
79859
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
79850
79860
|
enabledScopes: string[];
|
|
79851
79861
|
bypassProxy: boolean;
|
|
79852
79862
|
accessToken?: string | undefined;
|
|
@@ -79874,7 +79884,7 @@ declare const DTOUpdateForgeProjectContext: z$1.ZodObject<{
|
|
|
79874
79884
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79875
79885
|
registryUrl: string;
|
|
79876
79886
|
proxyUrl: string;
|
|
79877
|
-
authType: "Custom" | "
|
|
79887
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
79878
79888
|
enabledScopes: string[];
|
|
79879
79889
|
bypassProxy: boolean;
|
|
79880
79890
|
accessToken?: string | undefined;
|
|
@@ -79906,7 +79916,7 @@ declare const DTOUpdateForgeProjectContext: z$1.ZodObject<{
|
|
|
79906
79916
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79907
79917
|
registryUrl: string;
|
|
79908
79918
|
proxyUrl: string;
|
|
79909
|
-
authType: "Custom" | "
|
|
79919
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
79910
79920
|
enabledScopes: string[];
|
|
79911
79921
|
bypassProxy: boolean;
|
|
79912
79922
|
accessToken?: string | undefined;
|
|
@@ -121284,6 +121294,11 @@ declare const DTOBillingCreditsSpendResponse: z__default.ZodObject<{
|
|
|
121284
121294
|
}>;
|
|
121285
121295
|
type DTOBillingCreditsSpendResponse = z__default.infer<typeof DTOBillingCreditsSpendResponse>;
|
|
121286
121296
|
|
|
121297
|
+
declare const DTOWorkspaceRole: z__default.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
121298
|
+
type DTOWorkspaceRole = z__default.infer<typeof DTOWorkspaceRole>;
|
|
121299
|
+
declare const DTOWorkspaceSeatType: z__default.ZodEnum<["Full", "Builder", "None"]>;
|
|
121300
|
+
type DTOWorkspaceSeatType = z__default.infer<typeof DTOWorkspaceSeatType>;
|
|
121301
|
+
|
|
121287
121302
|
declare const DTOGitOrganization: z$1.ZodObject<{
|
|
121288
121303
|
id: z$1.ZodString;
|
|
121289
121304
|
name: z$1.ZodString;
|
|
@@ -122315,36 +122330,44 @@ type DTOIntegrationsGetListResponse = z$1.infer<typeof DTOIntegrationsGetListRes
|
|
|
122315
122330
|
declare const DTOWorkspaceInvitationInput: z$1.ZodObject<{
|
|
122316
122331
|
email: z$1.ZodString;
|
|
122317
122332
|
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
122333
|
+
seatType: z$1.ZodOptional<z$1.ZodEnum<["Full", "Builder", "None"]>>;
|
|
122318
122334
|
}, "strip", z$1.ZodTypeAny, {
|
|
122319
122335
|
email: string;
|
|
122320
122336
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122337
|
+
seatType?: "Full" | "Builder" | "None" | undefined;
|
|
122321
122338
|
}, {
|
|
122322
122339
|
email: string;
|
|
122323
122340
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122341
|
+
seatType?: "Full" | "Builder" | "None" | undefined;
|
|
122324
122342
|
}>;
|
|
122325
122343
|
type DTOWorkspaceInvitationInput = z$1.infer<typeof DTOWorkspaceInvitationInput>;
|
|
122326
122344
|
declare const DTOWorkspaceInvitationsListInput: z$1.ZodObject<{
|
|
122327
122345
|
invites: z$1.ZodArray<z$1.ZodObject<{
|
|
122328
122346
|
email: z$1.ZodString;
|
|
122329
122347
|
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
122348
|
+
seatType: z$1.ZodOptional<z$1.ZodEnum<["Full", "Builder", "None"]>>;
|
|
122330
122349
|
}, "strip", z$1.ZodTypeAny, {
|
|
122331
122350
|
email: string;
|
|
122332
122351
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122352
|
+
seatType?: "Full" | "Builder" | "None" | undefined;
|
|
122333
122353
|
}, {
|
|
122334
122354
|
email: string;
|
|
122335
122355
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122356
|
+
seatType?: "Full" | "Builder" | "None" | undefined;
|
|
122336
122357
|
}>, "many">;
|
|
122337
122358
|
designSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
122338
122359
|
}, "strip", z$1.ZodTypeAny, {
|
|
122339
122360
|
invites: {
|
|
122340
122361
|
email: string;
|
|
122341
122362
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122363
|
+
seatType?: "Full" | "Builder" | "None" | undefined;
|
|
122342
122364
|
}[];
|
|
122343
122365
|
designSystemId?: string | undefined;
|
|
122344
122366
|
}, {
|
|
122345
122367
|
invites: {
|
|
122346
122368
|
email: string;
|
|
122347
122369
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122370
|
+
seatType?: "Full" | "Builder" | "None" | undefined;
|
|
122348
122371
|
}[];
|
|
122349
122372
|
designSystemId?: string | undefined;
|
|
122350
122373
|
}>;
|
|
@@ -122356,6 +122379,7 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
|
|
|
122356
122379
|
createdAt: z$1.ZodDate;
|
|
122357
122380
|
resentAt: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodDate>>;
|
|
122358
122381
|
role: z$1.ZodNativeEnum<z$1.Values<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
|
|
122382
|
+
seatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
122359
122383
|
workspaceId: z$1.ZodString;
|
|
122360
122384
|
invitedBy: z$1.ZodString;
|
|
122361
122385
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -122364,6 +122388,7 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
|
|
|
122364
122388
|
createdAt: Date;
|
|
122365
122389
|
workspaceId: string;
|
|
122366
122390
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122391
|
+
seatType: "None" | "Full" | "Builder";
|
|
122367
122392
|
invitedBy: string;
|
|
122368
122393
|
resentAt?: Date | null | undefined;
|
|
122369
122394
|
}, {
|
|
@@ -122372,6 +122397,7 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
|
|
|
122372
122397
|
createdAt: Date;
|
|
122373
122398
|
workspaceId: string;
|
|
122374
122399
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122400
|
+
seatType: "None" | "Full" | "Builder";
|
|
122375
122401
|
invitedBy: string;
|
|
122376
122402
|
resentAt?: Date | null | undefined;
|
|
122377
122403
|
}>, "many">;
|
|
@@ -122382,6 +122408,7 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
|
|
|
122382
122408
|
createdAt: Date;
|
|
122383
122409
|
workspaceId: string;
|
|
122384
122410
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122411
|
+
seatType: "None" | "Full" | "Builder";
|
|
122385
122412
|
invitedBy: string;
|
|
122386
122413
|
resentAt?: Date | null | undefined;
|
|
122387
122414
|
}[];
|
|
@@ -122392,6 +122419,7 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
|
|
|
122392
122419
|
createdAt: Date;
|
|
122393
122420
|
workspaceId: string;
|
|
122394
122421
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122422
|
+
seatType: "None" | "Full" | "Builder";
|
|
122395
122423
|
invitedBy: string;
|
|
122396
122424
|
resentAt?: Date | null | undefined;
|
|
122397
122425
|
}[];
|
|
@@ -122399,10 +122427,13 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
|
|
|
122399
122427
|
type DTOWorkspaceInvitationsResponse = z$1.infer<typeof DTOWorkspaceInvitationsResponse>;
|
|
122400
122428
|
declare const DTOWorkspaceInviteUpdate: z$1.ZodObject<{
|
|
122401
122429
|
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
122430
|
+
seatType: z$1.ZodOptional<z$1.ZodEnum<["Full", "Builder", "None"]>>;
|
|
122402
122431
|
}, "strip", z$1.ZodTypeAny, {
|
|
122403
122432
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122433
|
+
seatType?: "Full" | "Builder" | "None" | undefined;
|
|
122404
122434
|
}, {
|
|
122405
122435
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122436
|
+
seatType?: "Full" | "Builder" | "None" | undefined;
|
|
122406
122437
|
}>;
|
|
122407
122438
|
type DTOWorkspaceInviteUpdate = z$1.infer<typeof DTOWorkspaceInviteUpdate>;
|
|
122408
122439
|
declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
|
|
@@ -122412,6 +122443,7 @@ declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
|
|
|
122412
122443
|
createdAt: z$1.ZodDate;
|
|
122413
122444
|
resentAt: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodDate>>;
|
|
122414
122445
|
role: z$1.ZodNativeEnum<z$1.Values<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
|
|
122446
|
+
seatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
122415
122447
|
workspaceId: z$1.ZodString;
|
|
122416
122448
|
invitedBy: z$1.ZodString;
|
|
122417
122449
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -122420,6 +122452,7 @@ declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
|
|
|
122420
122452
|
createdAt: Date;
|
|
122421
122453
|
workspaceId: string;
|
|
122422
122454
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122455
|
+
seatType: "None" | "Full" | "Builder";
|
|
122423
122456
|
invitedBy: string;
|
|
122424
122457
|
resentAt?: Date | null | undefined;
|
|
122425
122458
|
}, {
|
|
@@ -122428,6 +122461,7 @@ declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
|
|
|
122428
122461
|
createdAt: Date;
|
|
122429
122462
|
workspaceId: string;
|
|
122430
122463
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122464
|
+
seatType: "None" | "Full" | "Builder";
|
|
122431
122465
|
invitedBy: string;
|
|
122432
122466
|
resentAt?: Date | null | undefined;
|
|
122433
122467
|
}>;
|
|
@@ -122438,6 +122472,7 @@ declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
|
|
|
122438
122472
|
createdAt: Date;
|
|
122439
122473
|
workspaceId: string;
|
|
122440
122474
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122475
|
+
seatType: "None" | "Full" | "Builder";
|
|
122441
122476
|
invitedBy: string;
|
|
122442
122477
|
resentAt?: Date | null | undefined;
|
|
122443
122478
|
};
|
|
@@ -122448,397 +122483,13 @@ declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
|
|
|
122448
122483
|
createdAt: Date;
|
|
122449
122484
|
workspaceId: string;
|
|
122450
122485
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122486
|
+
seatType: "None" | "Full" | "Builder";
|
|
122451
122487
|
invitedBy: string;
|
|
122452
122488
|
resentAt?: Date | null | undefined;
|
|
122453
122489
|
};
|
|
122454
122490
|
}>;
|
|
122455
122491
|
type DTOWorkspaceInvitationUpdateResponse = z$1.infer<typeof DTOWorkspaceInvitationUpdateResponse>;
|
|
122456
122492
|
|
|
122457
|
-
declare const DTOWorkspaceMember: z$1.ZodObject<{
|
|
122458
|
-
user: z$1.ZodObject<{
|
|
122459
|
-
id: z$1.ZodString;
|
|
122460
|
-
email: z$1.ZodString;
|
|
122461
|
-
createdAt: z$1.ZodDate;
|
|
122462
|
-
profile: z$1.ZodObject<{
|
|
122463
|
-
name: z$1.ZodString;
|
|
122464
|
-
avatar: z$1.ZodOptional<z$1.ZodString>;
|
|
122465
|
-
nickname: z$1.ZodOptional<z$1.ZodString>;
|
|
122466
|
-
onboarding: z$1.ZodOptional<z$1.ZodObject<{
|
|
122467
|
-
companyName: z$1.ZodOptional<z$1.ZodString>;
|
|
122468
|
-
numberOfPeopleInOrg: z$1.ZodOptional<z$1.ZodString>;
|
|
122469
|
-
numberOfPeopleInDesignTeam: z$1.ZodOptional<z$1.ZodString>;
|
|
122470
|
-
department: z$1.ZodOptional<z$1.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
|
|
122471
|
-
jobTitle: z$1.ZodOptional<z$1.ZodString>;
|
|
122472
|
-
phase: z$1.ZodOptional<z$1.ZodString>;
|
|
122473
|
-
jobLevel: z$1.ZodOptional<z$1.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
122474
|
-
designSystemName: z$1.ZodOptional<z$1.ZodString>;
|
|
122475
|
-
defaultDestination: z$1.ZodOptional<z$1.ZodString>;
|
|
122476
|
-
figmaUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
122477
|
-
isPageDraftOnboardingFinished: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
122478
|
-
isApprovalsOnboardingFinished: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
122479
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
122480
|
-
companyName?: string | undefined;
|
|
122481
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
122482
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
122483
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
122484
|
-
jobTitle?: string | undefined;
|
|
122485
|
-
phase?: string | undefined;
|
|
122486
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
122487
|
-
designSystemName?: string | undefined;
|
|
122488
|
-
defaultDestination?: string | undefined;
|
|
122489
|
-
figmaUrl?: string | undefined;
|
|
122490
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
122491
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
122492
|
-
}, {
|
|
122493
|
-
companyName?: string | undefined;
|
|
122494
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
122495
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
122496
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
122497
|
-
jobTitle?: string | undefined;
|
|
122498
|
-
phase?: string | undefined;
|
|
122499
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
122500
|
-
designSystemName?: string | undefined;
|
|
122501
|
-
defaultDestination?: string | undefined;
|
|
122502
|
-
figmaUrl?: string | undefined;
|
|
122503
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
122504
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
122505
|
-
}>>;
|
|
122506
|
-
theme: z$1.ZodOptional<z$1.ZodObject<{
|
|
122507
|
-
backgroundColor: z$1.ZodOptional<z$1.ZodString>;
|
|
122508
|
-
accentColor: z$1.ZodOptional<z$1.ZodString>;
|
|
122509
|
-
contrast: z$1.ZodOptional<z$1.ZodNumber>;
|
|
122510
|
-
isSecondaryEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
122511
|
-
secondaryBackgroundColor: z$1.ZodOptional<z$1.ZodString>;
|
|
122512
|
-
secondaryContrast: z$1.ZodOptional<z$1.ZodNumber>;
|
|
122513
|
-
isEditorWhite: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
122514
|
-
} & {
|
|
122515
|
-
preset: z$1.ZodOptional<z$1.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
122516
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
122517
|
-
backgroundColor?: string | undefined;
|
|
122518
|
-
accentColor?: string | undefined;
|
|
122519
|
-
contrast?: number | undefined;
|
|
122520
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122521
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122522
|
-
secondaryContrast?: number | undefined;
|
|
122523
|
-
isEditorWhite?: boolean | undefined;
|
|
122524
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
122525
|
-
}, {
|
|
122526
|
-
backgroundColor?: string | undefined;
|
|
122527
|
-
accentColor?: string | undefined;
|
|
122528
|
-
contrast?: number | undefined;
|
|
122529
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122530
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122531
|
-
secondaryContrast?: number | undefined;
|
|
122532
|
-
isEditorWhite?: boolean | undefined;
|
|
122533
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
122534
|
-
}>>;
|
|
122535
|
-
portalTheme: z$1.ZodOptional<z$1.ZodObject<{
|
|
122536
|
-
backgroundColor: z$1.ZodOptional<z$1.ZodString>;
|
|
122537
|
-
accentColor: z$1.ZodOptional<z$1.ZodString>;
|
|
122538
|
-
contrast: z$1.ZodOptional<z$1.ZodNumber>;
|
|
122539
|
-
isSecondaryEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
122540
|
-
secondaryBackgroundColor: z$1.ZodOptional<z$1.ZodString>;
|
|
122541
|
-
secondaryContrast: z$1.ZodOptional<z$1.ZodNumber>;
|
|
122542
|
-
isEditorWhite: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
122543
|
-
} & {
|
|
122544
|
-
preset: z$1.ZodOptional<z$1.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia", "DefaultPortal"]>>;
|
|
122545
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
122546
|
-
backgroundColor?: string | undefined;
|
|
122547
|
-
accentColor?: string | undefined;
|
|
122548
|
-
contrast?: number | undefined;
|
|
122549
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122550
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122551
|
-
secondaryContrast?: number | undefined;
|
|
122552
|
-
isEditorWhite?: boolean | undefined;
|
|
122553
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
122554
|
-
}, {
|
|
122555
|
-
backgroundColor?: string | undefined;
|
|
122556
|
-
accentColor?: string | undefined;
|
|
122557
|
-
contrast?: number | undefined;
|
|
122558
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122559
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122560
|
-
secondaryContrast?: number | undefined;
|
|
122561
|
-
isEditorWhite?: boolean | undefined;
|
|
122562
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
122563
|
-
}>>;
|
|
122564
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
122565
|
-
name: string;
|
|
122566
|
-
avatar?: string | undefined;
|
|
122567
|
-
nickname?: string | undefined;
|
|
122568
|
-
theme?: {
|
|
122569
|
-
backgroundColor?: string | undefined;
|
|
122570
|
-
accentColor?: string | undefined;
|
|
122571
|
-
contrast?: number | undefined;
|
|
122572
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122573
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122574
|
-
secondaryContrast?: number | undefined;
|
|
122575
|
-
isEditorWhite?: boolean | undefined;
|
|
122576
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
122577
|
-
} | undefined;
|
|
122578
|
-
onboarding?: {
|
|
122579
|
-
companyName?: string | undefined;
|
|
122580
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
122581
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
122582
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
122583
|
-
jobTitle?: string | undefined;
|
|
122584
|
-
phase?: string | undefined;
|
|
122585
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
122586
|
-
designSystemName?: string | undefined;
|
|
122587
|
-
defaultDestination?: string | undefined;
|
|
122588
|
-
figmaUrl?: string | undefined;
|
|
122589
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
122590
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
122591
|
-
} | undefined;
|
|
122592
|
-
portalTheme?: {
|
|
122593
|
-
backgroundColor?: string | undefined;
|
|
122594
|
-
accentColor?: string | undefined;
|
|
122595
|
-
contrast?: number | undefined;
|
|
122596
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122597
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122598
|
-
secondaryContrast?: number | undefined;
|
|
122599
|
-
isEditorWhite?: boolean | undefined;
|
|
122600
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
122601
|
-
} | undefined;
|
|
122602
|
-
}, {
|
|
122603
|
-
name: string;
|
|
122604
|
-
avatar?: string | undefined;
|
|
122605
|
-
nickname?: string | undefined;
|
|
122606
|
-
theme?: {
|
|
122607
|
-
backgroundColor?: string | undefined;
|
|
122608
|
-
accentColor?: string | undefined;
|
|
122609
|
-
contrast?: number | undefined;
|
|
122610
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122611
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122612
|
-
secondaryContrast?: number | undefined;
|
|
122613
|
-
isEditorWhite?: boolean | undefined;
|
|
122614
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
122615
|
-
} | undefined;
|
|
122616
|
-
onboarding?: {
|
|
122617
|
-
companyName?: string | undefined;
|
|
122618
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
122619
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
122620
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
122621
|
-
jobTitle?: string | undefined;
|
|
122622
|
-
phase?: string | undefined;
|
|
122623
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
122624
|
-
designSystemName?: string | undefined;
|
|
122625
|
-
defaultDestination?: string | undefined;
|
|
122626
|
-
figmaUrl?: string | undefined;
|
|
122627
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
122628
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
122629
|
-
} | undefined;
|
|
122630
|
-
portalTheme?: {
|
|
122631
|
-
backgroundColor?: string | undefined;
|
|
122632
|
-
accentColor?: string | undefined;
|
|
122633
|
-
contrast?: number | undefined;
|
|
122634
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122635
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122636
|
-
secondaryContrast?: number | undefined;
|
|
122637
|
-
isEditorWhite?: boolean | undefined;
|
|
122638
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
122639
|
-
} | undefined;
|
|
122640
|
-
}>;
|
|
122641
|
-
loggedOutAt: z$1.ZodOptional<z$1.ZodDate>;
|
|
122642
|
-
isProtected: z$1.ZodBoolean;
|
|
122643
|
-
source: z$1.ZodOptional<z$1.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
122644
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
122645
|
-
email: string;
|
|
122646
|
-
id: string;
|
|
122647
|
-
profile: {
|
|
122648
|
-
name: string;
|
|
122649
|
-
avatar?: string | undefined;
|
|
122650
|
-
nickname?: string | undefined;
|
|
122651
|
-
theme?: {
|
|
122652
|
-
backgroundColor?: string | undefined;
|
|
122653
|
-
accentColor?: string | undefined;
|
|
122654
|
-
contrast?: number | undefined;
|
|
122655
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122656
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122657
|
-
secondaryContrast?: number | undefined;
|
|
122658
|
-
isEditorWhite?: boolean | undefined;
|
|
122659
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
122660
|
-
} | undefined;
|
|
122661
|
-
onboarding?: {
|
|
122662
|
-
companyName?: string | undefined;
|
|
122663
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
122664
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
122665
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
122666
|
-
jobTitle?: string | undefined;
|
|
122667
|
-
phase?: string | undefined;
|
|
122668
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
122669
|
-
designSystemName?: string | undefined;
|
|
122670
|
-
defaultDestination?: string | undefined;
|
|
122671
|
-
figmaUrl?: string | undefined;
|
|
122672
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
122673
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
122674
|
-
} | undefined;
|
|
122675
|
-
portalTheme?: {
|
|
122676
|
-
backgroundColor?: string | undefined;
|
|
122677
|
-
accentColor?: string | undefined;
|
|
122678
|
-
contrast?: number | undefined;
|
|
122679
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122680
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122681
|
-
secondaryContrast?: number | undefined;
|
|
122682
|
-
isEditorWhite?: boolean | undefined;
|
|
122683
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
122684
|
-
} | undefined;
|
|
122685
|
-
};
|
|
122686
|
-
createdAt: Date;
|
|
122687
|
-
isProtected: boolean;
|
|
122688
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
122689
|
-
loggedOutAt?: Date | undefined;
|
|
122690
|
-
}, {
|
|
122691
|
-
email: string;
|
|
122692
|
-
id: string;
|
|
122693
|
-
profile: {
|
|
122694
|
-
name: string;
|
|
122695
|
-
avatar?: string | undefined;
|
|
122696
|
-
nickname?: string | undefined;
|
|
122697
|
-
theme?: {
|
|
122698
|
-
backgroundColor?: string | undefined;
|
|
122699
|
-
accentColor?: string | undefined;
|
|
122700
|
-
contrast?: number | undefined;
|
|
122701
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122702
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122703
|
-
secondaryContrast?: number | undefined;
|
|
122704
|
-
isEditorWhite?: boolean | undefined;
|
|
122705
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
122706
|
-
} | undefined;
|
|
122707
|
-
onboarding?: {
|
|
122708
|
-
companyName?: string | undefined;
|
|
122709
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
122710
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
122711
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
122712
|
-
jobTitle?: string | undefined;
|
|
122713
|
-
phase?: string | undefined;
|
|
122714
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
122715
|
-
designSystemName?: string | undefined;
|
|
122716
|
-
defaultDestination?: string | undefined;
|
|
122717
|
-
figmaUrl?: string | undefined;
|
|
122718
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
122719
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
122720
|
-
} | undefined;
|
|
122721
|
-
portalTheme?: {
|
|
122722
|
-
backgroundColor?: string | undefined;
|
|
122723
|
-
accentColor?: string | undefined;
|
|
122724
|
-
contrast?: number | undefined;
|
|
122725
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122726
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122727
|
-
secondaryContrast?: number | undefined;
|
|
122728
|
-
isEditorWhite?: boolean | undefined;
|
|
122729
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
122730
|
-
} | undefined;
|
|
122731
|
-
};
|
|
122732
|
-
createdAt: Date;
|
|
122733
|
-
isProtected: boolean;
|
|
122734
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
122735
|
-
loggedOutAt?: Date | undefined;
|
|
122736
|
-
}>;
|
|
122737
|
-
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
122738
|
-
effectiveRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
122739
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
122740
|
-
user: {
|
|
122741
|
-
email: string;
|
|
122742
|
-
id: string;
|
|
122743
|
-
profile: {
|
|
122744
|
-
name: string;
|
|
122745
|
-
avatar?: string | undefined;
|
|
122746
|
-
nickname?: string | undefined;
|
|
122747
|
-
theme?: {
|
|
122748
|
-
backgroundColor?: string | undefined;
|
|
122749
|
-
accentColor?: string | undefined;
|
|
122750
|
-
contrast?: number | undefined;
|
|
122751
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122752
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122753
|
-
secondaryContrast?: number | undefined;
|
|
122754
|
-
isEditorWhite?: boolean | undefined;
|
|
122755
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
122756
|
-
} | undefined;
|
|
122757
|
-
onboarding?: {
|
|
122758
|
-
companyName?: string | undefined;
|
|
122759
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
122760
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
122761
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
122762
|
-
jobTitle?: string | undefined;
|
|
122763
|
-
phase?: string | undefined;
|
|
122764
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
122765
|
-
designSystemName?: string | undefined;
|
|
122766
|
-
defaultDestination?: string | undefined;
|
|
122767
|
-
figmaUrl?: string | undefined;
|
|
122768
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
122769
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
122770
|
-
} | undefined;
|
|
122771
|
-
portalTheme?: {
|
|
122772
|
-
backgroundColor?: string | undefined;
|
|
122773
|
-
accentColor?: string | undefined;
|
|
122774
|
-
contrast?: number | undefined;
|
|
122775
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122776
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122777
|
-
secondaryContrast?: number | undefined;
|
|
122778
|
-
isEditorWhite?: boolean | undefined;
|
|
122779
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
122780
|
-
} | undefined;
|
|
122781
|
-
};
|
|
122782
|
-
createdAt: Date;
|
|
122783
|
-
isProtected: boolean;
|
|
122784
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
122785
|
-
loggedOutAt?: Date | undefined;
|
|
122786
|
-
};
|
|
122787
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122788
|
-
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122789
|
-
}, {
|
|
122790
|
-
user: {
|
|
122791
|
-
email: string;
|
|
122792
|
-
id: string;
|
|
122793
|
-
profile: {
|
|
122794
|
-
name: string;
|
|
122795
|
-
avatar?: string | undefined;
|
|
122796
|
-
nickname?: string | undefined;
|
|
122797
|
-
theme?: {
|
|
122798
|
-
backgroundColor?: string | undefined;
|
|
122799
|
-
accentColor?: string | undefined;
|
|
122800
|
-
contrast?: number | undefined;
|
|
122801
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122802
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122803
|
-
secondaryContrast?: number | undefined;
|
|
122804
|
-
isEditorWhite?: boolean | undefined;
|
|
122805
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
122806
|
-
} | undefined;
|
|
122807
|
-
onboarding?: {
|
|
122808
|
-
companyName?: string | undefined;
|
|
122809
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
122810
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
122811
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
122812
|
-
jobTitle?: string | undefined;
|
|
122813
|
-
phase?: string | undefined;
|
|
122814
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
122815
|
-
designSystemName?: string | undefined;
|
|
122816
|
-
defaultDestination?: string | undefined;
|
|
122817
|
-
figmaUrl?: string | undefined;
|
|
122818
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
122819
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
122820
|
-
} | undefined;
|
|
122821
|
-
portalTheme?: {
|
|
122822
|
-
backgroundColor?: string | undefined;
|
|
122823
|
-
accentColor?: string | undefined;
|
|
122824
|
-
contrast?: number | undefined;
|
|
122825
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
122826
|
-
secondaryBackgroundColor?: string | undefined;
|
|
122827
|
-
secondaryContrast?: number | undefined;
|
|
122828
|
-
isEditorWhite?: boolean | undefined;
|
|
122829
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
122830
|
-
} | undefined;
|
|
122831
|
-
};
|
|
122832
|
-
createdAt: Date;
|
|
122833
|
-
isProtected: boolean;
|
|
122834
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
122835
|
-
loggedOutAt?: Date | undefined;
|
|
122836
|
-
};
|
|
122837
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122838
|
-
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
122839
|
-
}>;
|
|
122840
|
-
declare const DTOWorkspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
122841
|
-
type DTOWorkspaceRole = z$1.infer<typeof DTOWorkspaceRole>;
|
|
122842
122493
|
declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
122843
122494
|
workspace: z$1.ZodObject<{
|
|
122844
122495
|
id: z$1.ZodString;
|
|
@@ -123057,7 +122708,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123057
122708
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123058
122709
|
registryUrl: string;
|
|
123059
122710
|
proxyUrl: string;
|
|
123060
|
-
authType: "Custom" | "
|
|
122711
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123061
122712
|
enabledScopes: string[];
|
|
123062
122713
|
bypassProxy: boolean;
|
|
123063
122714
|
accessToken?: string | undefined;
|
|
@@ -123068,7 +122719,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123068
122719
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123069
122720
|
registryUrl: string;
|
|
123070
122721
|
proxyUrl: string;
|
|
123071
|
-
authType: "Custom" | "
|
|
122722
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123072
122723
|
enabledScopes: string[];
|
|
123073
122724
|
bypassProxy: boolean;
|
|
123074
122725
|
accessToken?: string | undefined;
|
|
@@ -123128,7 +122779,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123128
122779
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123129
122780
|
registryUrl: string;
|
|
123130
122781
|
proxyUrl: string;
|
|
123131
|
-
authType: "Custom" | "
|
|
122782
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123132
122783
|
enabledScopes: string[];
|
|
123133
122784
|
bypassProxy: boolean;
|
|
123134
122785
|
accessToken?: string | undefined;
|
|
@@ -123188,7 +122839,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123188
122839
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123189
122840
|
registryUrl: string;
|
|
123190
122841
|
proxyUrl: string;
|
|
123191
|
-
authType: "Custom" | "
|
|
122842
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123192
122843
|
enabledScopes: string[];
|
|
123193
122844
|
bypassProxy: boolean;
|
|
123194
122845
|
accessToken?: string | undefined;
|
|
@@ -123199,6 +122850,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123199
122850
|
}>;
|
|
123200
122851
|
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
123201
122852
|
effectiveRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
122853
|
+
seatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
122854
|
+
effectiveSeatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
123202
122855
|
}, "strip", z$1.ZodTypeAny, {
|
|
123203
122856
|
workspace: {
|
|
123204
122857
|
id: string;
|
|
@@ -123252,7 +122905,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123252
122905
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123253
122906
|
registryUrl: string;
|
|
123254
122907
|
proxyUrl: string;
|
|
123255
|
-
authType: "Custom" | "
|
|
122908
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123256
122909
|
enabledScopes: string[];
|
|
123257
122910
|
bypassProxy: boolean;
|
|
123258
122911
|
accessToken?: string | undefined;
|
|
@@ -123263,6 +122916,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123263
122916
|
};
|
|
123264
122917
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123265
122918
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
122919
|
+
seatType: "Full" | "Builder" | "None";
|
|
122920
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
123266
122921
|
}, {
|
|
123267
122922
|
workspace: {
|
|
123268
122923
|
id: string;
|
|
@@ -123316,7 +122971,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123316
122971
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123317
122972
|
registryUrl: string;
|
|
123318
122973
|
proxyUrl: string;
|
|
123319
|
-
authType: "Custom" | "
|
|
122974
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123320
122975
|
enabledScopes: string[];
|
|
123321
122976
|
bypassProxy: boolean;
|
|
123322
122977
|
accessToken?: string | undefined;
|
|
@@ -123327,8 +122982,400 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
123327
122982
|
};
|
|
123328
122983
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123329
122984
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
122985
|
+
seatType: "Full" | "Builder" | "None";
|
|
122986
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
123330
122987
|
}>;
|
|
123331
122988
|
type DTOUserWorkspaceMembership = z$1.infer<typeof DTOUserWorkspaceMembership>;
|
|
122989
|
+
declare const DTOWorkspaceMember: z$1.ZodObject<{
|
|
122990
|
+
user: z$1.ZodObject<{
|
|
122991
|
+
id: z$1.ZodString;
|
|
122992
|
+
email: z$1.ZodString;
|
|
122993
|
+
createdAt: z$1.ZodDate;
|
|
122994
|
+
profile: z$1.ZodObject<{
|
|
122995
|
+
name: z$1.ZodString;
|
|
122996
|
+
avatar: z$1.ZodOptional<z$1.ZodString>;
|
|
122997
|
+
nickname: z$1.ZodOptional<z$1.ZodString>;
|
|
122998
|
+
onboarding: z$1.ZodOptional<z$1.ZodObject<{
|
|
122999
|
+
companyName: z$1.ZodOptional<z$1.ZodString>;
|
|
123000
|
+
numberOfPeopleInOrg: z$1.ZodOptional<z$1.ZodString>;
|
|
123001
|
+
numberOfPeopleInDesignTeam: z$1.ZodOptional<z$1.ZodString>;
|
|
123002
|
+
department: z$1.ZodOptional<z$1.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
|
|
123003
|
+
jobTitle: z$1.ZodOptional<z$1.ZodString>;
|
|
123004
|
+
phase: z$1.ZodOptional<z$1.ZodString>;
|
|
123005
|
+
jobLevel: z$1.ZodOptional<z$1.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
123006
|
+
designSystemName: z$1.ZodOptional<z$1.ZodString>;
|
|
123007
|
+
defaultDestination: z$1.ZodOptional<z$1.ZodString>;
|
|
123008
|
+
figmaUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
123009
|
+
isPageDraftOnboardingFinished: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
123010
|
+
isApprovalsOnboardingFinished: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
123011
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
123012
|
+
companyName?: string | undefined;
|
|
123013
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
123014
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
123015
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
123016
|
+
jobTitle?: string | undefined;
|
|
123017
|
+
phase?: string | undefined;
|
|
123018
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
123019
|
+
designSystemName?: string | undefined;
|
|
123020
|
+
defaultDestination?: string | undefined;
|
|
123021
|
+
figmaUrl?: string | undefined;
|
|
123022
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
123023
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
123024
|
+
}, {
|
|
123025
|
+
companyName?: string | undefined;
|
|
123026
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
123027
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
123028
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
123029
|
+
jobTitle?: string | undefined;
|
|
123030
|
+
phase?: string | undefined;
|
|
123031
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
123032
|
+
designSystemName?: string | undefined;
|
|
123033
|
+
defaultDestination?: string | undefined;
|
|
123034
|
+
figmaUrl?: string | undefined;
|
|
123035
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
123036
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
123037
|
+
}>>;
|
|
123038
|
+
theme: z$1.ZodOptional<z$1.ZodObject<{
|
|
123039
|
+
backgroundColor: z$1.ZodOptional<z$1.ZodString>;
|
|
123040
|
+
accentColor: z$1.ZodOptional<z$1.ZodString>;
|
|
123041
|
+
contrast: z$1.ZodOptional<z$1.ZodNumber>;
|
|
123042
|
+
isSecondaryEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
123043
|
+
secondaryBackgroundColor: z$1.ZodOptional<z$1.ZodString>;
|
|
123044
|
+
secondaryContrast: z$1.ZodOptional<z$1.ZodNumber>;
|
|
123045
|
+
isEditorWhite: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
123046
|
+
} & {
|
|
123047
|
+
preset: z$1.ZodOptional<z$1.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
123048
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
123049
|
+
backgroundColor?: string | undefined;
|
|
123050
|
+
accentColor?: string | undefined;
|
|
123051
|
+
contrast?: number | undefined;
|
|
123052
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123053
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123054
|
+
secondaryContrast?: number | undefined;
|
|
123055
|
+
isEditorWhite?: boolean | undefined;
|
|
123056
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
123057
|
+
}, {
|
|
123058
|
+
backgroundColor?: string | undefined;
|
|
123059
|
+
accentColor?: string | undefined;
|
|
123060
|
+
contrast?: number | undefined;
|
|
123061
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123062
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123063
|
+
secondaryContrast?: number | undefined;
|
|
123064
|
+
isEditorWhite?: boolean | undefined;
|
|
123065
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
123066
|
+
}>>;
|
|
123067
|
+
portalTheme: z$1.ZodOptional<z$1.ZodObject<{
|
|
123068
|
+
backgroundColor: z$1.ZodOptional<z$1.ZodString>;
|
|
123069
|
+
accentColor: z$1.ZodOptional<z$1.ZodString>;
|
|
123070
|
+
contrast: z$1.ZodOptional<z$1.ZodNumber>;
|
|
123071
|
+
isSecondaryEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
123072
|
+
secondaryBackgroundColor: z$1.ZodOptional<z$1.ZodString>;
|
|
123073
|
+
secondaryContrast: z$1.ZodOptional<z$1.ZodNumber>;
|
|
123074
|
+
isEditorWhite: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
123075
|
+
} & {
|
|
123076
|
+
preset: z$1.ZodOptional<z$1.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia", "DefaultPortal"]>>;
|
|
123077
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
123078
|
+
backgroundColor?: string | undefined;
|
|
123079
|
+
accentColor?: string | undefined;
|
|
123080
|
+
contrast?: number | undefined;
|
|
123081
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123082
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123083
|
+
secondaryContrast?: number | undefined;
|
|
123084
|
+
isEditorWhite?: boolean | undefined;
|
|
123085
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
123086
|
+
}, {
|
|
123087
|
+
backgroundColor?: string | undefined;
|
|
123088
|
+
accentColor?: string | undefined;
|
|
123089
|
+
contrast?: number | undefined;
|
|
123090
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123091
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123092
|
+
secondaryContrast?: number | undefined;
|
|
123093
|
+
isEditorWhite?: boolean | undefined;
|
|
123094
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
123095
|
+
}>>;
|
|
123096
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
123097
|
+
name: string;
|
|
123098
|
+
avatar?: string | undefined;
|
|
123099
|
+
nickname?: string | undefined;
|
|
123100
|
+
theme?: {
|
|
123101
|
+
backgroundColor?: string | undefined;
|
|
123102
|
+
accentColor?: string | undefined;
|
|
123103
|
+
contrast?: number | undefined;
|
|
123104
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123105
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123106
|
+
secondaryContrast?: number | undefined;
|
|
123107
|
+
isEditorWhite?: boolean | undefined;
|
|
123108
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
123109
|
+
} | undefined;
|
|
123110
|
+
onboarding?: {
|
|
123111
|
+
companyName?: string | undefined;
|
|
123112
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
123113
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
123114
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
123115
|
+
jobTitle?: string | undefined;
|
|
123116
|
+
phase?: string | undefined;
|
|
123117
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
123118
|
+
designSystemName?: string | undefined;
|
|
123119
|
+
defaultDestination?: string | undefined;
|
|
123120
|
+
figmaUrl?: string | undefined;
|
|
123121
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
123122
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
123123
|
+
} | undefined;
|
|
123124
|
+
portalTheme?: {
|
|
123125
|
+
backgroundColor?: string | undefined;
|
|
123126
|
+
accentColor?: string | undefined;
|
|
123127
|
+
contrast?: number | undefined;
|
|
123128
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123129
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123130
|
+
secondaryContrast?: number | undefined;
|
|
123131
|
+
isEditorWhite?: boolean | undefined;
|
|
123132
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
123133
|
+
} | undefined;
|
|
123134
|
+
}, {
|
|
123135
|
+
name: string;
|
|
123136
|
+
avatar?: string | undefined;
|
|
123137
|
+
nickname?: string | undefined;
|
|
123138
|
+
theme?: {
|
|
123139
|
+
backgroundColor?: string | undefined;
|
|
123140
|
+
accentColor?: string | undefined;
|
|
123141
|
+
contrast?: number | undefined;
|
|
123142
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123143
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123144
|
+
secondaryContrast?: number | undefined;
|
|
123145
|
+
isEditorWhite?: boolean | undefined;
|
|
123146
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
123147
|
+
} | undefined;
|
|
123148
|
+
onboarding?: {
|
|
123149
|
+
companyName?: string | undefined;
|
|
123150
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
123151
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
123152
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
123153
|
+
jobTitle?: string | undefined;
|
|
123154
|
+
phase?: string | undefined;
|
|
123155
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
123156
|
+
designSystemName?: string | undefined;
|
|
123157
|
+
defaultDestination?: string | undefined;
|
|
123158
|
+
figmaUrl?: string | undefined;
|
|
123159
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
123160
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
123161
|
+
} | undefined;
|
|
123162
|
+
portalTheme?: {
|
|
123163
|
+
backgroundColor?: string | undefined;
|
|
123164
|
+
accentColor?: string | undefined;
|
|
123165
|
+
contrast?: number | undefined;
|
|
123166
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123167
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123168
|
+
secondaryContrast?: number | undefined;
|
|
123169
|
+
isEditorWhite?: boolean | undefined;
|
|
123170
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
123171
|
+
} | undefined;
|
|
123172
|
+
}>;
|
|
123173
|
+
loggedOutAt: z$1.ZodOptional<z$1.ZodDate>;
|
|
123174
|
+
isProtected: z$1.ZodBoolean;
|
|
123175
|
+
source: z$1.ZodOptional<z$1.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
123176
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
123177
|
+
email: string;
|
|
123178
|
+
id: string;
|
|
123179
|
+
profile: {
|
|
123180
|
+
name: string;
|
|
123181
|
+
avatar?: string | undefined;
|
|
123182
|
+
nickname?: string | undefined;
|
|
123183
|
+
theme?: {
|
|
123184
|
+
backgroundColor?: string | undefined;
|
|
123185
|
+
accentColor?: string | undefined;
|
|
123186
|
+
contrast?: number | undefined;
|
|
123187
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123188
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123189
|
+
secondaryContrast?: number | undefined;
|
|
123190
|
+
isEditorWhite?: boolean | undefined;
|
|
123191
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
123192
|
+
} | undefined;
|
|
123193
|
+
onboarding?: {
|
|
123194
|
+
companyName?: string | undefined;
|
|
123195
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
123196
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
123197
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
123198
|
+
jobTitle?: string | undefined;
|
|
123199
|
+
phase?: string | undefined;
|
|
123200
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
123201
|
+
designSystemName?: string | undefined;
|
|
123202
|
+
defaultDestination?: string | undefined;
|
|
123203
|
+
figmaUrl?: string | undefined;
|
|
123204
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
123205
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
123206
|
+
} | undefined;
|
|
123207
|
+
portalTheme?: {
|
|
123208
|
+
backgroundColor?: string | undefined;
|
|
123209
|
+
accentColor?: string | undefined;
|
|
123210
|
+
contrast?: number | undefined;
|
|
123211
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123212
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123213
|
+
secondaryContrast?: number | undefined;
|
|
123214
|
+
isEditorWhite?: boolean | undefined;
|
|
123215
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
123216
|
+
} | undefined;
|
|
123217
|
+
};
|
|
123218
|
+
createdAt: Date;
|
|
123219
|
+
isProtected: boolean;
|
|
123220
|
+
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
123221
|
+
loggedOutAt?: Date | undefined;
|
|
123222
|
+
}, {
|
|
123223
|
+
email: string;
|
|
123224
|
+
id: string;
|
|
123225
|
+
profile: {
|
|
123226
|
+
name: string;
|
|
123227
|
+
avatar?: string | undefined;
|
|
123228
|
+
nickname?: string | undefined;
|
|
123229
|
+
theme?: {
|
|
123230
|
+
backgroundColor?: string | undefined;
|
|
123231
|
+
accentColor?: string | undefined;
|
|
123232
|
+
contrast?: number | undefined;
|
|
123233
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123234
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123235
|
+
secondaryContrast?: number | undefined;
|
|
123236
|
+
isEditorWhite?: boolean | undefined;
|
|
123237
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
123238
|
+
} | undefined;
|
|
123239
|
+
onboarding?: {
|
|
123240
|
+
companyName?: string | undefined;
|
|
123241
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
123242
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
123243
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
123244
|
+
jobTitle?: string | undefined;
|
|
123245
|
+
phase?: string | undefined;
|
|
123246
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
123247
|
+
designSystemName?: string | undefined;
|
|
123248
|
+
defaultDestination?: string | undefined;
|
|
123249
|
+
figmaUrl?: string | undefined;
|
|
123250
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
123251
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
123252
|
+
} | undefined;
|
|
123253
|
+
portalTheme?: {
|
|
123254
|
+
backgroundColor?: string | undefined;
|
|
123255
|
+
accentColor?: string | undefined;
|
|
123256
|
+
contrast?: number | undefined;
|
|
123257
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123258
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123259
|
+
secondaryContrast?: number | undefined;
|
|
123260
|
+
isEditorWhite?: boolean | undefined;
|
|
123261
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
123262
|
+
} | undefined;
|
|
123263
|
+
};
|
|
123264
|
+
createdAt: Date;
|
|
123265
|
+
isProtected: boolean;
|
|
123266
|
+
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
123267
|
+
loggedOutAt?: Date | undefined;
|
|
123268
|
+
}>;
|
|
123269
|
+
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
123270
|
+
effectiveRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
123271
|
+
seatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
123272
|
+
effectiveSeatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
123273
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
123274
|
+
user: {
|
|
123275
|
+
email: string;
|
|
123276
|
+
id: string;
|
|
123277
|
+
profile: {
|
|
123278
|
+
name: string;
|
|
123279
|
+
avatar?: string | undefined;
|
|
123280
|
+
nickname?: string | undefined;
|
|
123281
|
+
theme?: {
|
|
123282
|
+
backgroundColor?: string | undefined;
|
|
123283
|
+
accentColor?: string | undefined;
|
|
123284
|
+
contrast?: number | undefined;
|
|
123285
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123286
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123287
|
+
secondaryContrast?: number | undefined;
|
|
123288
|
+
isEditorWhite?: boolean | undefined;
|
|
123289
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
123290
|
+
} | undefined;
|
|
123291
|
+
onboarding?: {
|
|
123292
|
+
companyName?: string | undefined;
|
|
123293
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
123294
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
123295
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
123296
|
+
jobTitle?: string | undefined;
|
|
123297
|
+
phase?: string | undefined;
|
|
123298
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
123299
|
+
designSystemName?: string | undefined;
|
|
123300
|
+
defaultDestination?: string | undefined;
|
|
123301
|
+
figmaUrl?: string | undefined;
|
|
123302
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
123303
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
123304
|
+
} | undefined;
|
|
123305
|
+
portalTheme?: {
|
|
123306
|
+
backgroundColor?: string | undefined;
|
|
123307
|
+
accentColor?: string | undefined;
|
|
123308
|
+
contrast?: number | undefined;
|
|
123309
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123310
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123311
|
+
secondaryContrast?: number | undefined;
|
|
123312
|
+
isEditorWhite?: boolean | undefined;
|
|
123313
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
123314
|
+
} | undefined;
|
|
123315
|
+
};
|
|
123316
|
+
createdAt: Date;
|
|
123317
|
+
isProtected: boolean;
|
|
123318
|
+
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
123319
|
+
loggedOutAt?: Date | undefined;
|
|
123320
|
+
};
|
|
123321
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123322
|
+
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123323
|
+
seatType: "Full" | "Builder" | "None";
|
|
123324
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
123325
|
+
}, {
|
|
123326
|
+
user: {
|
|
123327
|
+
email: string;
|
|
123328
|
+
id: string;
|
|
123329
|
+
profile: {
|
|
123330
|
+
name: string;
|
|
123331
|
+
avatar?: string | undefined;
|
|
123332
|
+
nickname?: string | undefined;
|
|
123333
|
+
theme?: {
|
|
123334
|
+
backgroundColor?: string | undefined;
|
|
123335
|
+
accentColor?: string | undefined;
|
|
123336
|
+
contrast?: number | undefined;
|
|
123337
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123338
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123339
|
+
secondaryContrast?: number | undefined;
|
|
123340
|
+
isEditorWhite?: boolean | undefined;
|
|
123341
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
123342
|
+
} | undefined;
|
|
123343
|
+
onboarding?: {
|
|
123344
|
+
companyName?: string | undefined;
|
|
123345
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
123346
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
123347
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
123348
|
+
jobTitle?: string | undefined;
|
|
123349
|
+
phase?: string | undefined;
|
|
123350
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
123351
|
+
designSystemName?: string | undefined;
|
|
123352
|
+
defaultDestination?: string | undefined;
|
|
123353
|
+
figmaUrl?: string | undefined;
|
|
123354
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
123355
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
123356
|
+
} | undefined;
|
|
123357
|
+
portalTheme?: {
|
|
123358
|
+
backgroundColor?: string | undefined;
|
|
123359
|
+
accentColor?: string | undefined;
|
|
123360
|
+
contrast?: number | undefined;
|
|
123361
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
123362
|
+
secondaryBackgroundColor?: string | undefined;
|
|
123363
|
+
secondaryContrast?: number | undefined;
|
|
123364
|
+
isEditorWhite?: boolean | undefined;
|
|
123365
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
123366
|
+
} | undefined;
|
|
123367
|
+
};
|
|
123368
|
+
createdAt: Date;
|
|
123369
|
+
isProtected: boolean;
|
|
123370
|
+
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
123371
|
+
loggedOutAt?: Date | undefined;
|
|
123372
|
+
};
|
|
123373
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123374
|
+
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123375
|
+
seatType: "Full" | "Builder" | "None";
|
|
123376
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
123377
|
+
}>;
|
|
123378
|
+
type DTOWorkspaceMember = z$1.infer<typeof DTOWorkspaceMember>;
|
|
123332
123379
|
declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
123333
123380
|
membership: z$1.ZodArray<z$1.ZodObject<{
|
|
123334
123381
|
workspace: z$1.ZodObject<{
|
|
@@ -123548,7 +123595,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123548
123595
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123549
123596
|
registryUrl: string;
|
|
123550
123597
|
proxyUrl: string;
|
|
123551
|
-
authType: "Custom" | "
|
|
123598
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123552
123599
|
enabledScopes: string[];
|
|
123553
123600
|
bypassProxy: boolean;
|
|
123554
123601
|
accessToken?: string | undefined;
|
|
@@ -123559,7 +123606,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123559
123606
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123560
123607
|
registryUrl: string;
|
|
123561
123608
|
proxyUrl: string;
|
|
123562
|
-
authType: "Custom" | "
|
|
123609
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123563
123610
|
enabledScopes: string[];
|
|
123564
123611
|
bypassProxy: boolean;
|
|
123565
123612
|
accessToken?: string | undefined;
|
|
@@ -123619,7 +123666,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123619
123666
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123620
123667
|
registryUrl: string;
|
|
123621
123668
|
proxyUrl: string;
|
|
123622
|
-
authType: "Custom" | "
|
|
123669
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123623
123670
|
enabledScopes: string[];
|
|
123624
123671
|
bypassProxy: boolean;
|
|
123625
123672
|
accessToken?: string | undefined;
|
|
@@ -123679,7 +123726,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123679
123726
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123680
123727
|
registryUrl: string;
|
|
123681
123728
|
proxyUrl: string;
|
|
123682
|
-
authType: "Custom" | "
|
|
123729
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123683
123730
|
enabledScopes: string[];
|
|
123684
123731
|
bypassProxy: boolean;
|
|
123685
123732
|
accessToken?: string | undefined;
|
|
@@ -123690,6 +123737,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123690
123737
|
}>;
|
|
123691
123738
|
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
123692
123739
|
effectiveRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
123740
|
+
seatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
123741
|
+
effectiveSeatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
123693
123742
|
}, "strip", z$1.ZodTypeAny, {
|
|
123694
123743
|
workspace: {
|
|
123695
123744
|
id: string;
|
|
@@ -123743,7 +123792,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123743
123792
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123744
123793
|
registryUrl: string;
|
|
123745
123794
|
proxyUrl: string;
|
|
123746
|
-
authType: "Custom" | "
|
|
123795
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123747
123796
|
enabledScopes: string[];
|
|
123748
123797
|
bypassProxy: boolean;
|
|
123749
123798
|
accessToken?: string | undefined;
|
|
@@ -123754,6 +123803,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123754
123803
|
};
|
|
123755
123804
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123756
123805
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123806
|
+
seatType: "Full" | "Builder" | "None";
|
|
123807
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
123757
123808
|
}, {
|
|
123758
123809
|
workspace: {
|
|
123759
123810
|
id: string;
|
|
@@ -123807,7 +123858,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123807
123858
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123808
123859
|
registryUrl: string;
|
|
123809
123860
|
proxyUrl: string;
|
|
123810
|
-
authType: "Custom" | "
|
|
123861
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123811
123862
|
enabledScopes: string[];
|
|
123812
123863
|
bypassProxy: boolean;
|
|
123813
123864
|
accessToken?: string | undefined;
|
|
@@ -123818,6 +123869,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123818
123869
|
};
|
|
123819
123870
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123820
123871
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123872
|
+
seatType: "Full" | "Builder" | "None";
|
|
123873
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
123821
123874
|
}>, "many">;
|
|
123822
123875
|
}, "strip", z$1.ZodTypeAny, {
|
|
123823
123876
|
membership: {
|
|
@@ -123873,7 +123926,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123873
123926
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123874
123927
|
registryUrl: string;
|
|
123875
123928
|
proxyUrl: string;
|
|
123876
|
-
authType: "Custom" | "
|
|
123929
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123877
123930
|
enabledScopes: string[];
|
|
123878
123931
|
bypassProxy: boolean;
|
|
123879
123932
|
accessToken?: string | undefined;
|
|
@@ -123884,6 +123937,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123884
123937
|
};
|
|
123885
123938
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123886
123939
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123940
|
+
seatType: "Full" | "Builder" | "None";
|
|
123941
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
123887
123942
|
}[];
|
|
123888
123943
|
}, {
|
|
123889
123944
|
membership: {
|
|
@@ -123939,7 +123994,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123939
123994
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
123940
123995
|
registryUrl: string;
|
|
123941
123996
|
proxyUrl: string;
|
|
123942
|
-
authType: "Custom" | "
|
|
123997
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
123943
123998
|
enabledScopes: string[];
|
|
123944
123999
|
bypassProxy: boolean;
|
|
123945
124000
|
accessToken?: string | undefined;
|
|
@@ -123950,6 +124005,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
123950
124005
|
};
|
|
123951
124006
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
123952
124007
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124008
|
+
seatType: "Full" | "Builder" | "None";
|
|
124009
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
123953
124010
|
}[];
|
|
123954
124011
|
}>;
|
|
123955
124012
|
type DTOUserWorkspaceMembershipsResponse = z$1.infer<typeof DTOUserWorkspaceMembershipsResponse>;
|
|
@@ -124234,8 +124291,10 @@ declare const DTOWorkspaceMembersListResponse: z$1.ZodObject<{
|
|
|
124234
124291
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
124235
124292
|
loggedOutAt?: Date | undefined;
|
|
124236
124293
|
}>;
|
|
124237
|
-
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "
|
|
124238
|
-
effectiveRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "
|
|
124294
|
+
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
124295
|
+
effectiveRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
124296
|
+
seatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
124297
|
+
effectiveSeatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
124239
124298
|
}, "strip", z$1.ZodTypeAny, {
|
|
124240
124299
|
user: {
|
|
124241
124300
|
email: string;
|
|
@@ -124284,8 +124343,10 @@ declare const DTOWorkspaceMembersListResponse: z$1.ZodObject<{
|
|
|
124284
124343
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
124285
124344
|
loggedOutAt?: Date | undefined;
|
|
124286
124345
|
};
|
|
124287
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
124288
|
-
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
124346
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124347
|
+
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124348
|
+
seatType: "Full" | "Builder" | "None";
|
|
124349
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
124289
124350
|
}, {
|
|
124290
124351
|
user: {
|
|
124291
124352
|
email: string;
|
|
@@ -124334,8 +124395,10 @@ declare const DTOWorkspaceMembersListResponse: z$1.ZodObject<{
|
|
|
124334
124395
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
124335
124396
|
loggedOutAt?: Date | undefined;
|
|
124336
124397
|
};
|
|
124337
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
124338
|
-
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
124398
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124399
|
+
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124400
|
+
seatType: "Full" | "Builder" | "None";
|
|
124401
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
124339
124402
|
}>, "many">;
|
|
124340
124403
|
}, "strip", z$1.ZodTypeAny, {
|
|
124341
124404
|
members: {
|
|
@@ -124386,8 +124449,10 @@ declare const DTOWorkspaceMembersListResponse: z$1.ZodObject<{
|
|
|
124386
124449
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
124387
124450
|
loggedOutAt?: Date | undefined;
|
|
124388
124451
|
};
|
|
124389
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
124390
|
-
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
124452
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124453
|
+
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124454
|
+
seatType: "Full" | "Builder" | "None";
|
|
124455
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
124391
124456
|
}[];
|
|
124392
124457
|
}, {
|
|
124393
124458
|
members: {
|
|
@@ -124438,8 +124503,10 @@ declare const DTOWorkspaceMembersListResponse: z$1.ZodObject<{
|
|
|
124438
124503
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
124439
124504
|
loggedOutAt?: Date | undefined;
|
|
124440
124505
|
};
|
|
124441
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
124442
|
-
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
124506
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124507
|
+
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
124508
|
+
seatType: "Full" | "Builder" | "None";
|
|
124509
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
124443
124510
|
}[];
|
|
124444
124511
|
}>;
|
|
124445
124512
|
type DTOWorkspaceMembersListResponse = z$1.infer<typeof DTOWorkspaceMembersListResponse>;
|
|
@@ -124462,7 +124529,7 @@ declare const DTONpmRegistryConfig: z$1.ZodObject<{
|
|
|
124462
124529
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
124463
124530
|
registryUrl: string;
|
|
124464
124531
|
proxyUrl: string;
|
|
124465
|
-
authType: "Custom" | "
|
|
124532
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
124466
124533
|
enabledScopes: string[];
|
|
124467
124534
|
bypassProxy: boolean;
|
|
124468
124535
|
accessToken?: string | undefined;
|
|
@@ -124473,7 +124540,7 @@ declare const DTONpmRegistryConfig: z$1.ZodObject<{
|
|
|
124473
124540
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
124474
124541
|
registryUrl: string;
|
|
124475
124542
|
proxyUrl: string;
|
|
124476
|
-
authType: "Custom" | "
|
|
124543
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
124477
124544
|
enabledScopes: string[];
|
|
124478
124545
|
bypassProxy: boolean;
|
|
124479
124546
|
accessToken?: string | undefined;
|
|
@@ -124498,7 +124565,7 @@ declare const DTONpmRegistryAccessTokenResponse: z$1.ZodObject<{
|
|
|
124498
124565
|
type DTONpmRegistryAccessTokenResponse = z$1.infer<typeof DTONpmRegistryAccessTokenResponse>;
|
|
124499
124566
|
declare const DTOUpdateRegistryInput: z$1.ZodObject<{
|
|
124500
124567
|
registryType: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps", z$1.ZodTypeDef, "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps">>>, NonNullable<"Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps"> | undefined, "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | null | undefined>;
|
|
124501
|
-
authType: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"Custom" | "
|
|
124568
|
+
authType: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"Custom" | "None" | "Basic" | "Bearer", z$1.ZodTypeDef, "Custom" | "None" | "Basic" | "Bearer">>>, NonNullable<"Custom" | "None" | "Basic" | "Bearer"> | undefined, "Custom" | "None" | "Basic" | "Bearer" | null | undefined>;
|
|
124502
124569
|
enabledScopes: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string[], z$1.ZodTypeDef, string[]>>>, string[] | undefined, string[] | null | undefined>;
|
|
124503
124570
|
customRegistryUrl: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
124504
124571
|
bypassProxy: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
@@ -124513,7 +124580,7 @@ declare const DTOUpdateRegistryInput: z$1.ZodObject<{
|
|
|
124513
124580
|
username?: string | undefined;
|
|
124514
124581
|
registryType?: NonNullable<"Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps"> | undefined;
|
|
124515
124582
|
customRegistryUrl?: string | undefined;
|
|
124516
|
-
authType?: NonNullable<"Custom" | "
|
|
124583
|
+
authType?: NonNullable<"Custom" | "None" | "Basic" | "Bearer"> | undefined;
|
|
124517
124584
|
password?: string | undefined;
|
|
124518
124585
|
enabledScopes?: string[] | undefined;
|
|
124519
124586
|
bypassProxy?: boolean | undefined;
|
|
@@ -124525,7 +124592,7 @@ declare const DTOUpdateRegistryInput: z$1.ZodObject<{
|
|
|
124525
124592
|
username?: string | null | undefined;
|
|
124526
124593
|
registryType?: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | null | undefined;
|
|
124527
124594
|
customRegistryUrl?: string | null | undefined;
|
|
124528
|
-
authType?: "Custom" | "
|
|
124595
|
+
authType?: "Custom" | "None" | "Basic" | "Bearer" | null | undefined;
|
|
124529
124596
|
password?: string | null | undefined;
|
|
124530
124597
|
enabledScopes?: string[] | null | undefined;
|
|
124531
124598
|
bypassProxy?: boolean | null | undefined;
|
|
@@ -124550,7 +124617,7 @@ declare const DTOUpdateRegistryOutput: z$1.ZodObject<{
|
|
|
124550
124617
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
124551
124618
|
registryUrl: string;
|
|
124552
124619
|
proxyUrl: string;
|
|
124553
|
-
authType: "Custom" | "
|
|
124620
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
124554
124621
|
enabledScopes: string[];
|
|
124555
124622
|
bypassProxy: boolean;
|
|
124556
124623
|
accessToken?: string | undefined;
|
|
@@ -124561,7 +124628,7 @@ declare const DTOUpdateRegistryOutput: z$1.ZodObject<{
|
|
|
124561
124628
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
124562
124629
|
registryUrl: string;
|
|
124563
124630
|
proxyUrl: string;
|
|
124564
|
-
authType: "Custom" | "
|
|
124631
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
124565
124632
|
enabledScopes: string[];
|
|
124566
124633
|
bypassProxy: boolean;
|
|
124567
124634
|
accessToken?: string | undefined;
|
|
@@ -124574,7 +124641,7 @@ declare const DTOUpdateRegistryOutput: z$1.ZodObject<{
|
|
|
124574
124641
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
124575
124642
|
registryUrl: string;
|
|
124576
124643
|
proxyUrl: string;
|
|
124577
|
-
authType: "Custom" | "
|
|
124644
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
124578
124645
|
enabledScopes: string[];
|
|
124579
124646
|
bypassProxy: boolean;
|
|
124580
124647
|
accessToken?: string | undefined;
|
|
@@ -124587,7 +124654,7 @@ declare const DTOUpdateRegistryOutput: z$1.ZodObject<{
|
|
|
124587
124654
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
124588
124655
|
registryUrl: string;
|
|
124589
124656
|
proxyUrl: string;
|
|
124590
|
-
authType: "Custom" | "
|
|
124657
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
124591
124658
|
enabledScopes: string[];
|
|
124592
124659
|
bypassProxy: boolean;
|
|
124593
124660
|
accessToken?: string | undefined;
|
|
@@ -127119,6 +127186,15 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
127119
127186
|
}>;
|
|
127120
127187
|
type DTOSubscriptionResponse = z__default.infer<typeof DTOSubscriptionResponse>;
|
|
127121
127188
|
|
|
127189
|
+
declare const DTOTransferOwnershipPayload: z$1.ZodObject<{
|
|
127190
|
+
newOwnerId: z$1.ZodString;
|
|
127191
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
127192
|
+
newOwnerId: string;
|
|
127193
|
+
}, {
|
|
127194
|
+
newOwnerId: string;
|
|
127195
|
+
}>;
|
|
127196
|
+
type DTOTransferOwnershipPayload = z$1.infer<typeof DTOTransferOwnershipPayload>;
|
|
127197
|
+
|
|
127122
127198
|
declare const DTOWorkspaceUntypedData: z$1.ZodObject<{
|
|
127123
127199
|
id: z$1.ZodString;
|
|
127124
127200
|
workspaceId: z$1.ZodString;
|
|
@@ -127559,7 +127635,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
127559
127635
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
127560
127636
|
registryUrl: string;
|
|
127561
127637
|
proxyUrl: string;
|
|
127562
|
-
authType: "Custom" | "
|
|
127638
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
127563
127639
|
enabledScopes: string[];
|
|
127564
127640
|
bypassProxy: boolean;
|
|
127565
127641
|
accessToken?: string | undefined;
|
|
@@ -127570,7 +127646,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
127570
127646
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
127571
127647
|
registryUrl: string;
|
|
127572
127648
|
proxyUrl: string;
|
|
127573
|
-
authType: "Custom" | "
|
|
127649
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
127574
127650
|
enabledScopes: string[];
|
|
127575
127651
|
bypassProxy: boolean;
|
|
127576
127652
|
accessToken?: string | undefined;
|
|
@@ -127630,7 +127706,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
127630
127706
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
127631
127707
|
registryUrl: string;
|
|
127632
127708
|
proxyUrl: string;
|
|
127633
|
-
authType: "Custom" | "
|
|
127709
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
127634
127710
|
enabledScopes: string[];
|
|
127635
127711
|
bypassProxy: boolean;
|
|
127636
127712
|
accessToken?: string | undefined;
|
|
@@ -127690,7 +127766,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
127690
127766
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
127691
127767
|
registryUrl: string;
|
|
127692
127768
|
proxyUrl: string;
|
|
127693
|
-
authType: "Custom" | "
|
|
127769
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
127694
127770
|
enabledScopes: string[];
|
|
127695
127771
|
bypassProxy: boolean;
|
|
127696
127772
|
accessToken?: string | undefined;
|
|
@@ -127926,7 +128002,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
127926
128002
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
127927
128003
|
registryUrl: string;
|
|
127928
128004
|
proxyUrl: string;
|
|
127929
|
-
authType: "Custom" | "
|
|
128005
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
127930
128006
|
enabledScopes: string[];
|
|
127931
128007
|
bypassProxy: boolean;
|
|
127932
128008
|
accessToken?: string | undefined;
|
|
@@ -127937,7 +128013,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
127937
128013
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
127938
128014
|
registryUrl: string;
|
|
127939
128015
|
proxyUrl: string;
|
|
127940
|
-
authType: "Custom" | "
|
|
128016
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
127941
128017
|
enabledScopes: string[];
|
|
127942
128018
|
bypassProxy: boolean;
|
|
127943
128019
|
accessToken?: string | undefined;
|
|
@@ -127997,7 +128073,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
127997
128073
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
127998
128074
|
registryUrl: string;
|
|
127999
128075
|
proxyUrl: string;
|
|
128000
|
-
authType: "Custom" | "
|
|
128076
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
128001
128077
|
enabledScopes: string[];
|
|
128002
128078
|
bypassProxy: boolean;
|
|
128003
128079
|
accessToken?: string | undefined;
|
|
@@ -128057,7 +128133,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
128057
128133
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
128058
128134
|
registryUrl: string;
|
|
128059
128135
|
proxyUrl: string;
|
|
128060
|
-
authType: "Custom" | "
|
|
128136
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
128061
128137
|
enabledScopes: string[];
|
|
128062
128138
|
bypassProxy: boolean;
|
|
128063
128139
|
accessToken?: string | undefined;
|
|
@@ -128119,7 +128195,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
128119
128195
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
128120
128196
|
registryUrl: string;
|
|
128121
128197
|
proxyUrl: string;
|
|
128122
|
-
authType: "Custom" | "
|
|
128198
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
128123
128199
|
enabledScopes: string[];
|
|
128124
128200
|
bypassProxy: boolean;
|
|
128125
128201
|
accessToken?: string | undefined;
|
|
@@ -128181,7 +128257,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
128181
128257
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
128182
128258
|
registryUrl: string;
|
|
128183
128259
|
proxyUrl: string;
|
|
128184
|
-
authType: "Custom" | "
|
|
128260
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
128185
128261
|
enabledScopes: string[];
|
|
128186
128262
|
bypassProxy: boolean;
|
|
128187
128263
|
accessToken?: string | undefined;
|
|
@@ -132386,15 +132462,6 @@ declare const DTOUserProfileUpdatePayload: z.ZodObject<Omit<{
|
|
|
132386
132462
|
} | undefined;
|
|
132387
132463
|
}>;
|
|
132388
132464
|
|
|
132389
|
-
declare const DTOTransferOwnershipPayload: z$1.ZodObject<{
|
|
132390
|
-
newOwnerId: z$1.ZodString;
|
|
132391
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
132392
|
-
newOwnerId: string;
|
|
132393
|
-
}, {
|
|
132394
|
-
newOwnerId: string;
|
|
132395
|
-
}>;
|
|
132396
|
-
type DTOTransferOwnershipPayload = z$1.infer<typeof DTOTransferOwnershipPayload>;
|
|
132397
|
-
|
|
132398
132465
|
declare function validateSsoPayload(ssoPayload: Partial<SsoProvider> | undefined): {
|
|
132399
132466
|
valid: boolean;
|
|
132400
132467
|
keys: string[];
|
|
@@ -138936,7 +139003,7 @@ declare class DesignSystemsEndpoint {
|
|
|
138936
139003
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
138937
139004
|
registryUrl: string;
|
|
138938
139005
|
proxyUrl: string;
|
|
138939
|
-
authType: "Custom" | "
|
|
139006
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
138940
139007
|
enabledScopes: string[];
|
|
138941
139008
|
bypassProxy: boolean;
|
|
138942
139009
|
accessToken?: string | undefined;
|
|
@@ -140795,6 +140862,7 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
140795
140862
|
createdAt: Date;
|
|
140796
140863
|
workspaceId: string;
|
|
140797
140864
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
140865
|
+
seatType: "None" | "Full" | "Builder";
|
|
140798
140866
|
invitedBy: string;
|
|
140799
140867
|
resentAt?: Date | null | undefined;
|
|
140800
140868
|
};
|
|
@@ -140806,6 +140874,7 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
140806
140874
|
createdAt: Date;
|
|
140807
140875
|
workspaceId: string;
|
|
140808
140876
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
140877
|
+
seatType: "None" | "Full" | "Builder";
|
|
140809
140878
|
invitedBy: string;
|
|
140810
140879
|
resentAt?: Date | null | undefined;
|
|
140811
140880
|
}[];
|
|
@@ -140863,7 +140932,7 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
140863
140932
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
140864
140933
|
registryUrl: string;
|
|
140865
140934
|
proxyUrl: string;
|
|
140866
|
-
authType: "Custom" | "
|
|
140935
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
140867
140936
|
enabledScopes: string[];
|
|
140868
140937
|
bypassProxy: boolean;
|
|
140869
140938
|
accessToken?: string | undefined;
|
|
@@ -140927,8 +140996,10 @@ declare class WorkspaceMembersEndpoint {
|
|
|
140927
140996
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
140928
140997
|
loggedOutAt?: Date | undefined;
|
|
140929
140998
|
};
|
|
140930
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
140931
|
-
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "
|
|
140999
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
141000
|
+
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
141001
|
+
seatType: "Full" | "Builder" | "None";
|
|
141002
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
140932
141003
|
}[];
|
|
140933
141004
|
}>;
|
|
140934
141005
|
update(workspaceId: string, body: UpdateMembershipRolesInput): Promise<{
|
|
@@ -140984,7 +141055,7 @@ declare class WorkspaceMembersEndpoint {
|
|
|
140984
141055
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
140985
141056
|
registryUrl: string;
|
|
140986
141057
|
proxyUrl: string;
|
|
140987
|
-
authType: "Custom" | "
|
|
141058
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
140988
141059
|
enabledScopes: string[];
|
|
140989
141060
|
bypassProxy: boolean;
|
|
140990
141061
|
accessToken?: string | undefined;
|
|
@@ -141048,7 +141119,7 @@ declare class WorkspaceMembersEndpoint {
|
|
|
141048
141119
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
141049
141120
|
registryUrl: string;
|
|
141050
141121
|
proxyUrl: string;
|
|
141051
|
-
authType: "Custom" | "
|
|
141122
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
141052
141123
|
enabledScopes: string[];
|
|
141053
141124
|
bypassProxy: boolean;
|
|
141054
141125
|
accessToken?: string | undefined;
|
|
@@ -141073,7 +141144,7 @@ declare class WorkspaceNpmRegistryEndpoint {
|
|
|
141073
141144
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
141074
141145
|
registryUrl: string;
|
|
141075
141146
|
proxyUrl: string;
|
|
141076
|
-
authType: "Custom" | "
|
|
141147
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
141077
141148
|
enabledScopes: string[];
|
|
141078
141149
|
bypassProxy: boolean;
|
|
141079
141150
|
accessToken?: string | undefined;
|
|
@@ -141145,7 +141216,7 @@ declare class WorkspacesEndpoint {
|
|
|
141145
141216
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
141146
141217
|
registryUrl: string;
|
|
141147
141218
|
proxyUrl: string;
|
|
141148
|
-
authType: "Custom" | "
|
|
141219
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
141149
141220
|
enabledScopes: string[];
|
|
141150
141221
|
bypassProxy: boolean;
|
|
141151
141222
|
accessToken?: string | undefined;
|
|
@@ -141209,7 +141280,7 @@ declare class WorkspacesEndpoint {
|
|
|
141209
141280
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
141210
141281
|
registryUrl: string;
|
|
141211
141282
|
proxyUrl: string;
|
|
141212
|
-
authType: "Custom" | "
|
|
141283
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
141213
141284
|
enabledScopes: string[];
|
|
141214
141285
|
bypassProxy: boolean;
|
|
141215
141286
|
accessToken?: string | undefined;
|
|
@@ -141220,6 +141291,8 @@ declare class WorkspacesEndpoint {
|
|
|
141220
141291
|
};
|
|
141221
141292
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
141222
141293
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
141294
|
+
seatType: "Full" | "Builder" | "None";
|
|
141295
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
141223
141296
|
}[];
|
|
141224
141297
|
}>;
|
|
141225
141298
|
get(workspaceId: string): Promise<{
|
|
@@ -141275,7 +141348,7 @@ declare class WorkspacesEndpoint {
|
|
|
141275
141348
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
141276
141349
|
registryUrl: string;
|
|
141277
141350
|
proxyUrl: string;
|
|
141278
|
-
authType: "Custom" | "
|
|
141351
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
141279
141352
|
enabledScopes: string[];
|
|
141280
141353
|
bypassProxy: boolean;
|
|
141281
141354
|
accessToken?: string | undefined;
|
|
@@ -141396,7 +141469,7 @@ declare class WorkspacesEndpoint {
|
|
|
141396
141469
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
141397
141470
|
registryUrl: string;
|
|
141398
141471
|
proxyUrl: string;
|
|
141399
|
-
authType: "Custom" | "
|
|
141472
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
141400
141473
|
enabledScopes: string[];
|
|
141401
141474
|
bypassProxy: boolean;
|
|
141402
141475
|
accessToken?: string | undefined;
|
|
@@ -141509,7 +141582,7 @@ declare class UsersEndpoint {
|
|
|
141509
141582
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
141510
141583
|
registryUrl: string;
|
|
141511
141584
|
proxyUrl: string;
|
|
141512
|
-
authType: "Custom" | "
|
|
141585
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
141513
141586
|
enabledScopes: string[];
|
|
141514
141587
|
bypassProxy: boolean;
|
|
141515
141588
|
accessToken?: string | undefined;
|
|
@@ -141520,6 +141593,8 @@ declare class UsersEndpoint {
|
|
|
141520
141593
|
};
|
|
141521
141594
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
141522
141595
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
141596
|
+
seatType: "Full" | "Builder" | "None";
|
|
141597
|
+
effectiveSeatType: "Full" | "Builder" | "None";
|
|
141523
141598
|
}[];
|
|
141524
141599
|
}>;
|
|
141525
141600
|
delete(uid: string): Promise<{
|
|
@@ -143589,7 +143664,7 @@ declare class VersionRoomBaseYDoc {
|
|
|
143589
143664
|
type DocsPage = VersionRoomDocsPage | LocalDocsPage;
|
|
143590
143665
|
type DocsPageGroup = VersionRoomDocsPageGroup | LocalDocsPageGroup;
|
|
143591
143666
|
type Approval = VersionRoomApproval | LocalApproval;
|
|
143592
|
-
type Input$
|
|
143667
|
+
type Input$2 = {
|
|
143593
143668
|
pages: DocsPage[];
|
|
143594
143669
|
pageSnapshots: DocumentationPageSnapshot[];
|
|
143595
143670
|
pageContentHashes: Record<string, string>;
|
|
@@ -143599,7 +143674,7 @@ type Input$1 = {
|
|
|
143599
143674
|
approvals: Approval[];
|
|
143600
143675
|
settings: DocumentationHierarchySettings;
|
|
143601
143676
|
};
|
|
143602
|
-
declare function computeDocsHierarchy(input: Input$
|
|
143677
|
+
declare function computeDocsHierarchy(input: Input$2, options?: {
|
|
143603
143678
|
includeDeletedContent?: boolean;
|
|
143604
143679
|
debug?: boolean;
|
|
143605
143680
|
}): DTODocumentationHierarchyV2;
|
|
@@ -143624,16 +143699,16 @@ declare function generatePageContentHash(content: DocumentationPageEditorModel,
|
|
|
143624
143699
|
type Page = LocalDocsPage | VersionRoomDocsPage;
|
|
143625
143700
|
type Group = LocalDocsPageGroup | VersionRoomDocsPageGroup;
|
|
143626
143701
|
type ApprovalState = LocalApproval | VersionRoomApproval;
|
|
143627
|
-
type Input = LocalExecutorConfig & {
|
|
143702
|
+
type Input$1 = LocalExecutorConfig$1 & {
|
|
143628
143703
|
actions: DTOElementActionInput[];
|
|
143629
143704
|
};
|
|
143630
|
-
declare function applyActionsLocally(input: Input): {
|
|
143705
|
+
declare function applyActionsLocally(input: Input$1): {
|
|
143631
143706
|
pages: Page[];
|
|
143632
143707
|
groups: Group[];
|
|
143633
143708
|
approvals: ApprovalState[];
|
|
143634
143709
|
pageLiveblockRoomIds: Record<string, string>;
|
|
143635
143710
|
};
|
|
143636
|
-
type LocalExecutorConfig = {
|
|
143711
|
+
type LocalExecutorConfig$1 = {
|
|
143637
143712
|
userId: string;
|
|
143638
143713
|
designSystemVersionId: string;
|
|
143639
143714
|
remoteState: VersionRoomBaseYDocState;
|
|
@@ -143645,7 +143720,7 @@ declare class LocalDocsElementActionExecutor {
|
|
|
143645
143720
|
private readonly groups;
|
|
143646
143721
|
private readonly approvalStates;
|
|
143647
143722
|
private readonly pageLiveblockRoomIds;
|
|
143648
|
-
constructor(config: LocalExecutorConfig);
|
|
143723
|
+
constructor(config: LocalExecutorConfig$1);
|
|
143649
143724
|
get localState(): {
|
|
143650
143725
|
pages: Page[];
|
|
143651
143726
|
groups: Group[];
|
|
@@ -143761,6 +143836,86 @@ declare class ForgeProjectContentRepository<T> {
|
|
|
143761
143836
|
private onYUpdate;
|
|
143762
143837
|
}
|
|
143763
143838
|
|
|
143839
|
+
type Input = LocalExecutorConfig & {
|
|
143840
|
+
actions: DTOForgeProjectAction[];
|
|
143841
|
+
};
|
|
143842
|
+
declare function applyProjectActionsLocally(input: Input): {
|
|
143843
|
+
artifacts: {
|
|
143844
|
+
id: string;
|
|
143845
|
+
createdAt: Date;
|
|
143846
|
+
updatedAt: Date;
|
|
143847
|
+
title: string;
|
|
143848
|
+
sortOrder: number;
|
|
143849
|
+
createdByUserId: string;
|
|
143850
|
+
projectId: string;
|
|
143851
|
+
previewUrl?: string | null | undefined;
|
|
143852
|
+
iterationId?: string | null | undefined;
|
|
143853
|
+
sectionId?: string | undefined;
|
|
143854
|
+
}[];
|
|
143855
|
+
features: {
|
|
143856
|
+
id: string;
|
|
143857
|
+
name: string;
|
|
143858
|
+
createdAt: Date;
|
|
143859
|
+
description: string;
|
|
143860
|
+
sortOrder: number;
|
|
143861
|
+
createdByUserId: string;
|
|
143862
|
+
projectId: string;
|
|
143863
|
+
updatedAt?: Date | undefined;
|
|
143864
|
+
sectionId?: string | undefined;
|
|
143865
|
+
isArchived?: boolean | undefined;
|
|
143866
|
+
}[];
|
|
143867
|
+
};
|
|
143868
|
+
type LocalExecutorConfig = {
|
|
143869
|
+
userId: string;
|
|
143870
|
+
projectId: string;
|
|
143871
|
+
remoteState: ForgeProjectYDocState;
|
|
143872
|
+
};
|
|
143873
|
+
type ForgeProjectYDocState = {
|
|
143874
|
+
artifacts: DTOForgeProjectArtifact[];
|
|
143875
|
+
features: DTOForgeProjectFeature[];
|
|
143876
|
+
};
|
|
143877
|
+
declare class LocalProjectActionExecutor {
|
|
143878
|
+
private readonly userId;
|
|
143879
|
+
private readonly projectId;
|
|
143880
|
+
private readonly artifacts;
|
|
143881
|
+
private readonly features;
|
|
143882
|
+
constructor(config: LocalExecutorConfig);
|
|
143883
|
+
get localState(): {
|
|
143884
|
+
artifacts: {
|
|
143885
|
+
id: string;
|
|
143886
|
+
createdAt: Date;
|
|
143887
|
+
updatedAt: Date;
|
|
143888
|
+
title: string;
|
|
143889
|
+
sortOrder: number;
|
|
143890
|
+
createdByUserId: string;
|
|
143891
|
+
projectId: string;
|
|
143892
|
+
previewUrl?: string | null | undefined;
|
|
143893
|
+
iterationId?: string | null | undefined;
|
|
143894
|
+
sectionId?: string | undefined;
|
|
143895
|
+
}[];
|
|
143896
|
+
features: {
|
|
143897
|
+
id: string;
|
|
143898
|
+
name: string;
|
|
143899
|
+
createdAt: Date;
|
|
143900
|
+
description: string;
|
|
143901
|
+
sortOrder: number;
|
|
143902
|
+
createdByUserId: string;
|
|
143903
|
+
projectId: string;
|
|
143904
|
+
updatedAt?: Date | undefined;
|
|
143905
|
+
sectionId?: string | undefined;
|
|
143906
|
+
isArchived?: boolean | undefined;
|
|
143907
|
+
}[];
|
|
143908
|
+
};
|
|
143909
|
+
applyActions(trx: DTOForgeProjectAction[]): void;
|
|
143910
|
+
applyTransaction(trx: DTOForgeProjectAction): void;
|
|
143911
|
+
private artifactCreate;
|
|
143912
|
+
private artifactUpdate;
|
|
143913
|
+
private artifactDelete;
|
|
143914
|
+
private featureCreate;
|
|
143915
|
+
private featureUpdate;
|
|
143916
|
+
private featureDelete;
|
|
143917
|
+
}
|
|
143918
|
+
|
|
143764
143919
|
declare enum ParsedFigmaFileURLError {
|
|
143765
143920
|
InvalidUrl = "InvalidUrl",
|
|
143766
143921
|
InvalidFigmaFileId = "InvalidFigmaFileId"
|
|
@@ -143822,4 +143977,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
143822
143977
|
reason: ValidationErrorReason | undefined;
|
|
143823
143978
|
};
|
|
143824
143979
|
|
|
143825
|
-
export { BackendForgeProjectRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProject, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeProjectResponse, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectsListResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORemoveForgeProjectResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUGetForgeProjectResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProject, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeProjectResponse, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeFeaturesEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
|
|
143980
|
+
export { BackendForgeProjectRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProject, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeProjectResponse, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectsListResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORemoveForgeProjectResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUGetForgeProjectResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProject, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeProjectResponse, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeFeaturesEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
|