@supernova-studio/model 1.48.7 → 1.48.9
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 +325 -251
- package/dist/index.d.ts +325 -251
- package/dist/index.js +485 -470
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1220 -1205
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3401,9 +3401,9 @@ declare const CodeIntegrationDump: z$1.ZodObject<{
|
|
|
3401
3401
|
checkoutNoBlobs: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
3402
3402
|
checkoutSparse: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
3403
3403
|
}, "strip", z$1.ZodTypeAny, {
|
|
3404
|
+
projectId: string;
|
|
3404
3405
|
branch: string;
|
|
3405
3406
|
organizationId: string;
|
|
3406
|
-
projectId: string;
|
|
3407
3407
|
repositoryId: string;
|
|
3408
3408
|
url?: string | undefined;
|
|
3409
3409
|
userId?: number | undefined;
|
|
@@ -3420,9 +3420,9 @@ declare const CodeIntegrationDump: z$1.ZodObject<{
|
|
|
3420
3420
|
credentialId?: string | undefined;
|
|
3421
3421
|
connectionId?: string | undefined;
|
|
3422
3422
|
}, {
|
|
3423
|
+
projectId: string;
|
|
3423
3424
|
branch: string;
|
|
3424
3425
|
organizationId: string;
|
|
3425
|
-
projectId: string;
|
|
3426
3426
|
repositoryId: string;
|
|
3427
3427
|
url?: string | null | undefined;
|
|
3428
3428
|
userId?: number | null | undefined;
|
|
@@ -3458,8 +3458,8 @@ declare const CodeIntegrationDump: z$1.ZodObject<{
|
|
|
3458
3458
|
checkoutNoBlobs: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
3459
3459
|
checkoutSparse: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
3460
3460
|
}, "strip", z$1.ZodTypeAny, {
|
|
3461
|
-
branch: string;
|
|
3462
3461
|
projectId: string;
|
|
3462
|
+
branch: string;
|
|
3463
3463
|
url?: string | undefined;
|
|
3464
3464
|
userId?: number | undefined;
|
|
3465
3465
|
relativePath?: string | undefined;
|
|
@@ -3475,8 +3475,8 @@ declare const CodeIntegrationDump: z$1.ZodObject<{
|
|
|
3475
3475
|
credentialId?: string | undefined;
|
|
3476
3476
|
connectionId?: string | undefined;
|
|
3477
3477
|
}, {
|
|
3478
|
-
branch: string;
|
|
3479
3478
|
projectId: string;
|
|
3479
|
+
branch: string;
|
|
3480
3480
|
url?: string | null | undefined;
|
|
3481
3481
|
userId?: number | null | undefined;
|
|
3482
3482
|
relativePath?: string | null | undefined;
|
|
@@ -3603,9 +3603,9 @@ declare const CodeIntegrationDump: z$1.ZodObject<{
|
|
|
3603
3603
|
connectionId?: string | undefined;
|
|
3604
3604
|
} | undefined;
|
|
3605
3605
|
destinationAzure?: {
|
|
3606
|
+
projectId: string;
|
|
3606
3607
|
branch: string;
|
|
3607
3608
|
organizationId: string;
|
|
3608
|
-
projectId: string;
|
|
3609
3609
|
repositoryId: string;
|
|
3610
3610
|
url?: string | undefined;
|
|
3611
3611
|
userId?: number | undefined;
|
|
@@ -3623,8 +3623,8 @@ declare const CodeIntegrationDump: z$1.ZodObject<{
|
|
|
3623
3623
|
connectionId?: string | undefined;
|
|
3624
3624
|
} | undefined;
|
|
3625
3625
|
destinationGitlab?: {
|
|
3626
|
-
branch: string;
|
|
3627
3626
|
projectId: string;
|
|
3627
|
+
branch: string;
|
|
3628
3628
|
url?: string | undefined;
|
|
3629
3629
|
userId?: number | undefined;
|
|
3630
3630
|
relativePath?: string | undefined;
|
|
@@ -3701,9 +3701,9 @@ declare const CodeIntegrationDump: z$1.ZodObject<{
|
|
|
3701
3701
|
connectionId?: string | null | undefined;
|
|
3702
3702
|
} | undefined;
|
|
3703
3703
|
destinationAzure?: {
|
|
3704
|
+
projectId: string;
|
|
3704
3705
|
branch: string;
|
|
3705
3706
|
organizationId: string;
|
|
3706
|
-
projectId: string;
|
|
3707
3707
|
repositoryId: string;
|
|
3708
3708
|
url?: string | null | undefined;
|
|
3709
3709
|
userId?: number | null | undefined;
|
|
@@ -3721,8 +3721,8 @@ declare const CodeIntegrationDump: z$1.ZodObject<{
|
|
|
3721
3721
|
connectionId?: string | null | undefined;
|
|
3722
3722
|
} | undefined;
|
|
3723
3723
|
destinationGitlab?: {
|
|
3724
|
-
branch: string;
|
|
3725
3724
|
projectId: string;
|
|
3725
|
+
branch: string;
|
|
3726
3726
|
url?: string | null | undefined;
|
|
3727
3727
|
userId?: number | null | undefined;
|
|
3728
3728
|
relativePath?: string | null | undefined;
|
|
@@ -4024,9 +4024,9 @@ declare const CodeIntegrationDump: z$1.ZodObject<{
|
|
|
4024
4024
|
connectionId?: string | undefined;
|
|
4025
4025
|
} | undefined;
|
|
4026
4026
|
destinationAzure?: {
|
|
4027
|
+
projectId: string;
|
|
4027
4028
|
branch: string;
|
|
4028
4029
|
organizationId: string;
|
|
4029
|
-
projectId: string;
|
|
4030
4030
|
repositoryId: string;
|
|
4031
4031
|
url?: string | undefined;
|
|
4032
4032
|
userId?: number | undefined;
|
|
@@ -4044,8 +4044,8 @@ declare const CodeIntegrationDump: z$1.ZodObject<{
|
|
|
4044
4044
|
connectionId?: string | undefined;
|
|
4045
4045
|
} | undefined;
|
|
4046
4046
|
destinationGitlab?: {
|
|
4047
|
-
branch: string;
|
|
4048
4047
|
projectId: string;
|
|
4048
|
+
branch: string;
|
|
4049
4049
|
url?: string | undefined;
|
|
4050
4050
|
userId?: number | undefined;
|
|
4051
4051
|
relativePath?: string | undefined;
|
|
@@ -4337,9 +4337,9 @@ declare const CodeIntegrationDump: z$1.ZodObject<{
|
|
|
4337
4337
|
connectionId?: string | null | undefined;
|
|
4338
4338
|
} | undefined;
|
|
4339
4339
|
destinationAzure?: {
|
|
4340
|
+
projectId: string;
|
|
4340
4341
|
branch: string;
|
|
4341
4342
|
organizationId: string;
|
|
4342
|
-
projectId: string;
|
|
4343
4343
|
repositoryId: string;
|
|
4344
4344
|
url?: string | null | undefined;
|
|
4345
4345
|
userId?: number | null | undefined;
|
|
@@ -4357,8 +4357,8 @@ declare const CodeIntegrationDump: z$1.ZodObject<{
|
|
|
4357
4357
|
connectionId?: string | null | undefined;
|
|
4358
4358
|
} | undefined;
|
|
4359
4359
|
destinationGitlab?: {
|
|
4360
|
-
branch: string;
|
|
4361
4360
|
projectId: string;
|
|
4361
|
+
branch: string;
|
|
4362
4362
|
url?: string | null | undefined;
|
|
4363
4363
|
userId?: number | null | undefined;
|
|
4364
4364
|
relativePath?: string | null | undefined;
|
|
@@ -4450,7 +4450,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
4450
4450
|
basePrefixes: string[];
|
|
4451
4451
|
isApprovalFeatureEnabled: boolean;
|
|
4452
4452
|
approvalRequiredForPublishing: boolean;
|
|
4453
|
-
accessMode: "
|
|
4453
|
+
accessMode: "InviteOnly" | "Open";
|
|
4454
4454
|
membersGenerated: boolean;
|
|
4455
4455
|
docExporterId?: string | undefined;
|
|
4456
4456
|
docUserSlug?: string | undefined;
|
|
@@ -4472,7 +4472,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
4472
4472
|
basePrefixes: string[];
|
|
4473
4473
|
isApprovalFeatureEnabled: boolean;
|
|
4474
4474
|
approvalRequiredForPublishing: boolean;
|
|
4475
|
-
accessMode: "
|
|
4475
|
+
accessMode: "InviteOnly" | "Open";
|
|
4476
4476
|
membersGenerated: boolean;
|
|
4477
4477
|
docExporterId?: string | null | undefined;
|
|
4478
4478
|
docUserSlug?: string | null | undefined;
|
|
@@ -6807,8 +6807,8 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
6807
6807
|
storagePath: string;
|
|
6808
6808
|
designSystemVersionId: string;
|
|
6809
6809
|
isPublic: boolean;
|
|
6810
|
-
lastPublishedAt: Date;
|
|
6811
6810
|
environment: "Live" | "Preview";
|
|
6811
|
+
lastPublishedAt: Date;
|
|
6812
6812
|
checksums: Record<string, string>;
|
|
6813
6813
|
wasMigrated: boolean;
|
|
6814
6814
|
usesLocalizations: boolean;
|
|
@@ -6824,8 +6824,8 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
6824
6824
|
storagePath: string;
|
|
6825
6825
|
designSystemVersionId: string;
|
|
6826
6826
|
isPublic: boolean;
|
|
6827
|
-
lastPublishedAt: Date;
|
|
6828
6827
|
environment: "Live" | "Preview";
|
|
6828
|
+
lastPublishedAt: Date;
|
|
6829
6829
|
checksums: Record<string, string>;
|
|
6830
6830
|
wasMigrated: boolean;
|
|
6831
6831
|
usesLocalizations: boolean;
|
|
@@ -6883,8 +6883,8 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
6883
6883
|
storagePath: string;
|
|
6884
6884
|
designSystemVersionId: string;
|
|
6885
6885
|
isPublic: boolean;
|
|
6886
|
-
lastPublishedAt: Date;
|
|
6887
6886
|
environment: "Live" | "Preview";
|
|
6887
|
+
lastPublishedAt: Date;
|
|
6888
6888
|
checksums: Record<string, string>;
|
|
6889
6889
|
wasMigrated: boolean;
|
|
6890
6890
|
usesLocalizations: boolean;
|
|
@@ -6916,8 +6916,8 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
6916
6916
|
storagePath: string;
|
|
6917
6917
|
designSystemVersionId: string;
|
|
6918
6918
|
isPublic: boolean;
|
|
6919
|
-
lastPublishedAt: Date;
|
|
6920
6919
|
environment: "Live" | "Preview";
|
|
6920
|
+
lastPublishedAt: Date;
|
|
6921
6921
|
checksums: Record<string, string>;
|
|
6922
6922
|
wasMigrated: boolean;
|
|
6923
6923
|
usesLocalizations: boolean;
|
|
@@ -7207,8 +7207,8 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
7207
7207
|
storagePath: string;
|
|
7208
7208
|
designSystemVersionId: string;
|
|
7209
7209
|
isPublic: boolean;
|
|
7210
|
-
lastPublishedAt: Date;
|
|
7211
7210
|
environment: "Live" | "Preview";
|
|
7211
|
+
lastPublishedAt: Date;
|
|
7212
7212
|
checksums: Record<string, string>;
|
|
7213
7213
|
wasMigrated: boolean;
|
|
7214
7214
|
usesLocalizations: boolean;
|
|
@@ -7488,8 +7488,8 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
7488
7488
|
storagePath: string;
|
|
7489
7489
|
designSystemVersionId: string;
|
|
7490
7490
|
isPublic: boolean;
|
|
7491
|
-
lastPublishedAt: Date;
|
|
7492
7491
|
environment: "Live" | "Preview";
|
|
7492
|
+
lastPublishedAt: Date;
|
|
7493
7493
|
checksums: Record<string, string>;
|
|
7494
7494
|
wasMigrated: boolean;
|
|
7495
7495
|
usesLocalizations: boolean;
|
|
@@ -7666,7 +7666,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
7666
7666
|
basePrefixes: string[];
|
|
7667
7667
|
isApprovalFeatureEnabled: boolean;
|
|
7668
7668
|
approvalRequiredForPublishing: boolean;
|
|
7669
|
-
accessMode: "
|
|
7669
|
+
accessMode: "InviteOnly" | "Open";
|
|
7670
7670
|
membersGenerated: boolean;
|
|
7671
7671
|
docExporterId?: string | undefined;
|
|
7672
7672
|
docUserSlug?: string | undefined;
|
|
@@ -8041,8 +8041,8 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
8041
8041
|
storagePath: string;
|
|
8042
8042
|
designSystemVersionId: string;
|
|
8043
8043
|
isPublic: boolean;
|
|
8044
|
-
lastPublishedAt: Date;
|
|
8045
8044
|
environment: "Live" | "Preview";
|
|
8045
|
+
lastPublishedAt: Date;
|
|
8046
8046
|
checksums: Record<string, string>;
|
|
8047
8047
|
wasMigrated: boolean;
|
|
8048
8048
|
usesLocalizations: boolean;
|
|
@@ -8117,7 +8117,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
8117
8117
|
basePrefixes: string[];
|
|
8118
8118
|
isApprovalFeatureEnabled: boolean;
|
|
8119
8119
|
approvalRequiredForPublishing: boolean;
|
|
8120
|
-
accessMode: "
|
|
8120
|
+
accessMode: "InviteOnly" | "Open";
|
|
8121
8121
|
membersGenerated: boolean;
|
|
8122
8122
|
docExporterId?: string | null | undefined;
|
|
8123
8123
|
docUserSlug?: string | null | undefined;
|
|
@@ -8492,8 +8492,8 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
8492
8492
|
storagePath: string;
|
|
8493
8493
|
designSystemVersionId: string;
|
|
8494
8494
|
isPublic: boolean;
|
|
8495
|
-
lastPublishedAt: Date;
|
|
8496
8495
|
environment: "Live" | "Preview";
|
|
8496
|
+
lastPublishedAt: Date;
|
|
8497
8497
|
checksums: Record<string, string>;
|
|
8498
8498
|
wasMigrated: boolean;
|
|
8499
8499
|
usesLocalizations: boolean;
|
|
@@ -10806,8 +10806,8 @@ declare const DesignSystemVersionDump: z$1.ZodObject<{
|
|
|
10806
10806
|
storagePath: string;
|
|
10807
10807
|
designSystemVersionId: string;
|
|
10808
10808
|
isPublic: boolean;
|
|
10809
|
-
lastPublishedAt: Date;
|
|
10810
10809
|
environment: "Live" | "Preview";
|
|
10810
|
+
lastPublishedAt: Date;
|
|
10811
10811
|
checksums: Record<string, string>;
|
|
10812
10812
|
wasMigrated: boolean;
|
|
10813
10813
|
usesLocalizations: boolean;
|
|
@@ -10823,8 +10823,8 @@ declare const DesignSystemVersionDump: z$1.ZodObject<{
|
|
|
10823
10823
|
storagePath: string;
|
|
10824
10824
|
designSystemVersionId: string;
|
|
10825
10825
|
isPublic: boolean;
|
|
10826
|
-
lastPublishedAt: Date;
|
|
10827
10826
|
environment: "Live" | "Preview";
|
|
10827
|
+
lastPublishedAt: Date;
|
|
10828
10828
|
checksums: Record<string, string>;
|
|
10829
10829
|
wasMigrated: boolean;
|
|
10830
10830
|
usesLocalizations: boolean;
|
|
@@ -10882,8 +10882,8 @@ declare const DesignSystemVersionDump: z$1.ZodObject<{
|
|
|
10882
10882
|
storagePath: string;
|
|
10883
10883
|
designSystemVersionId: string;
|
|
10884
10884
|
isPublic: boolean;
|
|
10885
|
-
lastPublishedAt: Date;
|
|
10886
10885
|
environment: "Live" | "Preview";
|
|
10886
|
+
lastPublishedAt: Date;
|
|
10887
10887
|
checksums: Record<string, string>;
|
|
10888
10888
|
wasMigrated: boolean;
|
|
10889
10889
|
usesLocalizations: boolean;
|
|
@@ -10915,8 +10915,8 @@ declare const DesignSystemVersionDump: z$1.ZodObject<{
|
|
|
10915
10915
|
storagePath: string;
|
|
10916
10916
|
designSystemVersionId: string;
|
|
10917
10917
|
isPublic: boolean;
|
|
10918
|
-
lastPublishedAt: Date;
|
|
10919
10918
|
environment: "Live" | "Preview";
|
|
10919
|
+
lastPublishedAt: Date;
|
|
10920
10920
|
checksums: Record<string, string>;
|
|
10921
10921
|
wasMigrated: boolean;
|
|
10922
10922
|
usesLocalizations: boolean;
|
|
@@ -11206,8 +11206,8 @@ declare const DesignSystemVersionDump: z$1.ZodObject<{
|
|
|
11206
11206
|
storagePath: string;
|
|
11207
11207
|
designSystemVersionId: string;
|
|
11208
11208
|
isPublic: boolean;
|
|
11209
|
-
lastPublishedAt: Date;
|
|
11210
11209
|
environment: "Live" | "Preview";
|
|
11210
|
+
lastPublishedAt: Date;
|
|
11211
11211
|
checksums: Record<string, string>;
|
|
11212
11212
|
wasMigrated: boolean;
|
|
11213
11213
|
usesLocalizations: boolean;
|
|
@@ -11487,8 +11487,8 @@ declare const DesignSystemVersionDump: z$1.ZodObject<{
|
|
|
11487
11487
|
storagePath: string;
|
|
11488
11488
|
designSystemVersionId: string;
|
|
11489
11489
|
isPublic: boolean;
|
|
11490
|
-
lastPublishedAt: Date;
|
|
11491
11490
|
environment: "Live" | "Preview";
|
|
11491
|
+
lastPublishedAt: Date;
|
|
11492
11492
|
checksums: Record<string, string>;
|
|
11493
11493
|
wasMigrated: boolean;
|
|
11494
11494
|
usesLocalizations: boolean;
|
|
@@ -11547,8 +11547,8 @@ declare const PublishedDocsDump: z$1.ZodObject<{
|
|
|
11547
11547
|
storagePath: string;
|
|
11548
11548
|
designSystemVersionId: string;
|
|
11549
11549
|
isPublic: boolean;
|
|
11550
|
-
lastPublishedAt: Date;
|
|
11551
11550
|
environment: "Live" | "Preview";
|
|
11551
|
+
lastPublishedAt: Date;
|
|
11552
11552
|
checksums: Record<string, string>;
|
|
11553
11553
|
wasMigrated: boolean;
|
|
11554
11554
|
usesLocalizations: boolean;
|
|
@@ -11564,8 +11564,8 @@ declare const PublishedDocsDump: z$1.ZodObject<{
|
|
|
11564
11564
|
storagePath: string;
|
|
11565
11565
|
designSystemVersionId: string;
|
|
11566
11566
|
isPublic: boolean;
|
|
11567
|
-
lastPublishedAt: Date;
|
|
11568
11567
|
environment: "Live" | "Preview";
|
|
11568
|
+
lastPublishedAt: Date;
|
|
11569
11569
|
checksums: Record<string, string>;
|
|
11570
11570
|
wasMigrated: boolean;
|
|
11571
11571
|
usesLocalizations: boolean;
|
|
@@ -11623,8 +11623,8 @@ declare const PublishedDocsDump: z$1.ZodObject<{
|
|
|
11623
11623
|
storagePath: string;
|
|
11624
11624
|
designSystemVersionId: string;
|
|
11625
11625
|
isPublic: boolean;
|
|
11626
|
-
lastPublishedAt: Date;
|
|
11627
11626
|
environment: "Live" | "Preview";
|
|
11627
|
+
lastPublishedAt: Date;
|
|
11628
11628
|
checksums: Record<string, string>;
|
|
11629
11629
|
wasMigrated: boolean;
|
|
11630
11630
|
usesLocalizations: boolean;
|
|
@@ -11656,8 +11656,8 @@ declare const PublishedDocsDump: z$1.ZodObject<{
|
|
|
11656
11656
|
storagePath: string;
|
|
11657
11657
|
designSystemVersionId: string;
|
|
11658
11658
|
isPublic: boolean;
|
|
11659
|
-
lastPublishedAt: Date;
|
|
11660
11659
|
environment: "Live" | "Preview";
|
|
11660
|
+
lastPublishedAt: Date;
|
|
11661
11661
|
checksums: Record<string, string>;
|
|
11662
11662
|
wasMigrated: boolean;
|
|
11663
11663
|
usesLocalizations: boolean;
|
|
@@ -12393,6 +12393,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
12393
12393
|
})) | null | undefined>;
|
|
12394
12394
|
aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
12395
12395
|
projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
12396
|
+
defaultProjectAccessMode: z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
|
|
12397
|
+
defaultProjectRole: z$1.ZodEnum<["Viewer", "Builder"]>;
|
|
12396
12398
|
aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
12397
12399
|
aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
|
|
12398
12400
|
hasOpenMeterSubject: z$1.ZodBoolean;
|
|
@@ -12457,6 +12459,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
12457
12459
|
};
|
|
12458
12460
|
aiFeaturesEnabled: boolean;
|
|
12459
12461
|
projectsEnabled: boolean;
|
|
12462
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
12463
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
12460
12464
|
aiAskFeaturesEnabled: boolean;
|
|
12461
12465
|
hasOpenMeterSubject: boolean;
|
|
12462
12466
|
sso?: {
|
|
@@ -12559,6 +12563,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
12559
12563
|
additionalCreditsPriceId?: string | null | undefined;
|
|
12560
12564
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
12561
12565
|
};
|
|
12566
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
12567
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
12562
12568
|
hasOpenMeterSubject: boolean;
|
|
12563
12569
|
sso?: {
|
|
12564
12570
|
providerId: string;
|
|
@@ -12650,7 +12656,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
12650
12656
|
basePrefixes: string[];
|
|
12651
12657
|
isApprovalFeatureEnabled: boolean;
|
|
12652
12658
|
approvalRequiredForPublishing: boolean;
|
|
12653
|
-
accessMode: "
|
|
12659
|
+
accessMode: "InviteOnly" | "Open";
|
|
12654
12660
|
membersGenerated: boolean;
|
|
12655
12661
|
docExporterId?: string | undefined;
|
|
12656
12662
|
docUserSlug?: string | undefined;
|
|
@@ -12672,7 +12678,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
12672
12678
|
basePrefixes: string[];
|
|
12673
12679
|
isApprovalFeatureEnabled: boolean;
|
|
12674
12680
|
approvalRequiredForPublishing: boolean;
|
|
12675
|
-
accessMode: "
|
|
12681
|
+
accessMode: "InviteOnly" | "Open";
|
|
12676
12682
|
membersGenerated: boolean;
|
|
12677
12683
|
docExporterId?: string | null | undefined;
|
|
12678
12684
|
docUserSlug?: string | null | undefined;
|
|
@@ -15007,8 +15013,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
15007
15013
|
storagePath: string;
|
|
15008
15014
|
designSystemVersionId: string;
|
|
15009
15015
|
isPublic: boolean;
|
|
15010
|
-
lastPublishedAt: Date;
|
|
15011
15016
|
environment: "Live" | "Preview";
|
|
15017
|
+
lastPublishedAt: Date;
|
|
15012
15018
|
checksums: Record<string, string>;
|
|
15013
15019
|
wasMigrated: boolean;
|
|
15014
15020
|
usesLocalizations: boolean;
|
|
@@ -15024,8 +15030,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
15024
15030
|
storagePath: string;
|
|
15025
15031
|
designSystemVersionId: string;
|
|
15026
15032
|
isPublic: boolean;
|
|
15027
|
-
lastPublishedAt: Date;
|
|
15028
15033
|
environment: "Live" | "Preview";
|
|
15034
|
+
lastPublishedAt: Date;
|
|
15029
15035
|
checksums: Record<string, string>;
|
|
15030
15036
|
wasMigrated: boolean;
|
|
15031
15037
|
usesLocalizations: boolean;
|
|
@@ -15083,8 +15089,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
15083
15089
|
storagePath: string;
|
|
15084
15090
|
designSystemVersionId: string;
|
|
15085
15091
|
isPublic: boolean;
|
|
15086
|
-
lastPublishedAt: Date;
|
|
15087
15092
|
environment: "Live" | "Preview";
|
|
15093
|
+
lastPublishedAt: Date;
|
|
15088
15094
|
checksums: Record<string, string>;
|
|
15089
15095
|
wasMigrated: boolean;
|
|
15090
15096
|
usesLocalizations: boolean;
|
|
@@ -15116,8 +15122,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
15116
15122
|
storagePath: string;
|
|
15117
15123
|
designSystemVersionId: string;
|
|
15118
15124
|
isPublic: boolean;
|
|
15119
|
-
lastPublishedAt: Date;
|
|
15120
15125
|
environment: "Live" | "Preview";
|
|
15126
|
+
lastPublishedAt: Date;
|
|
15121
15127
|
checksums: Record<string, string>;
|
|
15122
15128
|
wasMigrated: boolean;
|
|
15123
15129
|
usesLocalizations: boolean;
|
|
@@ -15407,8 +15413,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
15407
15413
|
storagePath: string;
|
|
15408
15414
|
designSystemVersionId: string;
|
|
15409
15415
|
isPublic: boolean;
|
|
15410
|
-
lastPublishedAt: Date;
|
|
15411
15416
|
environment: "Live" | "Preview";
|
|
15417
|
+
lastPublishedAt: Date;
|
|
15412
15418
|
checksums: Record<string, string>;
|
|
15413
15419
|
wasMigrated: boolean;
|
|
15414
15420
|
usesLocalizations: boolean;
|
|
@@ -15688,8 +15694,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
15688
15694
|
storagePath: string;
|
|
15689
15695
|
designSystemVersionId: string;
|
|
15690
15696
|
isPublic: boolean;
|
|
15691
|
-
lastPublishedAt: Date;
|
|
15692
15697
|
environment: "Live" | "Preview";
|
|
15698
|
+
lastPublishedAt: Date;
|
|
15693
15699
|
checksums: Record<string, string>;
|
|
15694
15700
|
wasMigrated: boolean;
|
|
15695
15701
|
usesLocalizations: boolean;
|
|
@@ -15866,7 +15872,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
15866
15872
|
basePrefixes: string[];
|
|
15867
15873
|
isApprovalFeatureEnabled: boolean;
|
|
15868
15874
|
approvalRequiredForPublishing: boolean;
|
|
15869
|
-
accessMode: "
|
|
15875
|
+
accessMode: "InviteOnly" | "Open";
|
|
15870
15876
|
membersGenerated: boolean;
|
|
15871
15877
|
docExporterId?: string | undefined;
|
|
15872
15878
|
docUserSlug?: string | undefined;
|
|
@@ -16241,8 +16247,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
16241
16247
|
storagePath: string;
|
|
16242
16248
|
designSystemVersionId: string;
|
|
16243
16249
|
isPublic: boolean;
|
|
16244
|
-
lastPublishedAt: Date;
|
|
16245
16250
|
environment: "Live" | "Preview";
|
|
16251
|
+
lastPublishedAt: Date;
|
|
16246
16252
|
checksums: Record<string, string>;
|
|
16247
16253
|
wasMigrated: boolean;
|
|
16248
16254
|
usesLocalizations: boolean;
|
|
@@ -16317,7 +16323,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
16317
16323
|
basePrefixes: string[];
|
|
16318
16324
|
isApprovalFeatureEnabled: boolean;
|
|
16319
16325
|
approvalRequiredForPublishing: boolean;
|
|
16320
|
-
accessMode: "
|
|
16326
|
+
accessMode: "InviteOnly" | "Open";
|
|
16321
16327
|
membersGenerated: boolean;
|
|
16322
16328
|
docExporterId?: string | null | undefined;
|
|
16323
16329
|
docUserSlug?: string | null | undefined;
|
|
@@ -16692,8 +16698,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
16692
16698
|
storagePath: string;
|
|
16693
16699
|
designSystemVersionId: string;
|
|
16694
16700
|
isPublic: boolean;
|
|
16695
|
-
lastPublishedAt: Date;
|
|
16696
16701
|
environment: "Live" | "Preview";
|
|
16702
|
+
lastPublishedAt: Date;
|
|
16697
16703
|
checksums: Record<string, string>;
|
|
16698
16704
|
wasMigrated: boolean;
|
|
16699
16705
|
usesLocalizations: boolean;
|
|
@@ -18225,9 +18231,9 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
18225
18231
|
checkoutNoBlobs: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
18226
18232
|
checkoutSparse: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
18227
18233
|
}, "strip", z$1.ZodTypeAny, {
|
|
18234
|
+
projectId: string;
|
|
18228
18235
|
branch: string;
|
|
18229
18236
|
organizationId: string;
|
|
18230
|
-
projectId: string;
|
|
18231
18237
|
repositoryId: string;
|
|
18232
18238
|
url?: string | undefined;
|
|
18233
18239
|
userId?: number | undefined;
|
|
@@ -18244,9 +18250,9 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
18244
18250
|
credentialId?: string | undefined;
|
|
18245
18251
|
connectionId?: string | undefined;
|
|
18246
18252
|
}, {
|
|
18253
|
+
projectId: string;
|
|
18247
18254
|
branch: string;
|
|
18248
18255
|
organizationId: string;
|
|
18249
|
-
projectId: string;
|
|
18250
18256
|
repositoryId: string;
|
|
18251
18257
|
url?: string | null | undefined;
|
|
18252
18258
|
userId?: number | null | undefined;
|
|
@@ -18282,8 +18288,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
18282
18288
|
checkoutNoBlobs: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
18283
18289
|
checkoutSparse: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
18284
18290
|
}, "strip", z$1.ZodTypeAny, {
|
|
18285
|
-
branch: string;
|
|
18286
18291
|
projectId: string;
|
|
18292
|
+
branch: string;
|
|
18287
18293
|
url?: string | undefined;
|
|
18288
18294
|
userId?: number | undefined;
|
|
18289
18295
|
relativePath?: string | undefined;
|
|
@@ -18299,8 +18305,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
18299
18305
|
credentialId?: string | undefined;
|
|
18300
18306
|
connectionId?: string | undefined;
|
|
18301
18307
|
}, {
|
|
18302
|
-
branch: string;
|
|
18303
18308
|
projectId: string;
|
|
18309
|
+
branch: string;
|
|
18304
18310
|
url?: string | null | undefined;
|
|
18305
18311
|
userId?: number | null | undefined;
|
|
18306
18312
|
relativePath?: string | null | undefined;
|
|
@@ -18427,9 +18433,9 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
18427
18433
|
connectionId?: string | undefined;
|
|
18428
18434
|
} | undefined;
|
|
18429
18435
|
destinationAzure?: {
|
|
18436
|
+
projectId: string;
|
|
18430
18437
|
branch: string;
|
|
18431
18438
|
organizationId: string;
|
|
18432
|
-
projectId: string;
|
|
18433
18439
|
repositoryId: string;
|
|
18434
18440
|
url?: string | undefined;
|
|
18435
18441
|
userId?: number | undefined;
|
|
@@ -18447,8 +18453,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
18447
18453
|
connectionId?: string | undefined;
|
|
18448
18454
|
} | undefined;
|
|
18449
18455
|
destinationGitlab?: {
|
|
18450
|
-
branch: string;
|
|
18451
18456
|
projectId: string;
|
|
18457
|
+
branch: string;
|
|
18452
18458
|
url?: string | undefined;
|
|
18453
18459
|
userId?: number | undefined;
|
|
18454
18460
|
relativePath?: string | undefined;
|
|
@@ -18525,9 +18531,9 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
18525
18531
|
connectionId?: string | null | undefined;
|
|
18526
18532
|
} | undefined;
|
|
18527
18533
|
destinationAzure?: {
|
|
18534
|
+
projectId: string;
|
|
18528
18535
|
branch: string;
|
|
18529
18536
|
organizationId: string;
|
|
18530
|
-
projectId: string;
|
|
18531
18537
|
repositoryId: string;
|
|
18532
18538
|
url?: string | null | undefined;
|
|
18533
18539
|
userId?: number | null | undefined;
|
|
@@ -18545,8 +18551,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
18545
18551
|
connectionId?: string | null | undefined;
|
|
18546
18552
|
} | undefined;
|
|
18547
18553
|
destinationGitlab?: {
|
|
18548
|
-
branch: string;
|
|
18549
18554
|
projectId: string;
|
|
18555
|
+
branch: string;
|
|
18550
18556
|
url?: string | null | undefined;
|
|
18551
18557
|
userId?: number | null | undefined;
|
|
18552
18558
|
relativePath?: string | null | undefined;
|
|
@@ -18848,9 +18854,9 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
18848
18854
|
connectionId?: string | undefined;
|
|
18849
18855
|
} | undefined;
|
|
18850
18856
|
destinationAzure?: {
|
|
18857
|
+
projectId: string;
|
|
18851
18858
|
branch: string;
|
|
18852
18859
|
organizationId: string;
|
|
18853
|
-
projectId: string;
|
|
18854
18860
|
repositoryId: string;
|
|
18855
18861
|
url?: string | undefined;
|
|
18856
18862
|
userId?: number | undefined;
|
|
@@ -18868,8 +18874,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
18868
18874
|
connectionId?: string | undefined;
|
|
18869
18875
|
} | undefined;
|
|
18870
18876
|
destinationGitlab?: {
|
|
18871
|
-
branch: string;
|
|
18872
18877
|
projectId: string;
|
|
18878
|
+
branch: string;
|
|
18873
18879
|
url?: string | undefined;
|
|
18874
18880
|
userId?: number | undefined;
|
|
18875
18881
|
relativePath?: string | undefined;
|
|
@@ -19161,9 +19167,9 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
19161
19167
|
connectionId?: string | null | undefined;
|
|
19162
19168
|
} | undefined;
|
|
19163
19169
|
destinationAzure?: {
|
|
19170
|
+
projectId: string;
|
|
19164
19171
|
branch: string;
|
|
19165
19172
|
organizationId: string;
|
|
19166
|
-
projectId: string;
|
|
19167
19173
|
repositoryId: string;
|
|
19168
19174
|
url?: string | null | undefined;
|
|
19169
19175
|
userId?: number | null | undefined;
|
|
@@ -19181,8 +19187,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
19181
19187
|
connectionId?: string | null | undefined;
|
|
19182
19188
|
} | undefined;
|
|
19183
19189
|
destinationGitlab?: {
|
|
19184
|
-
branch: string;
|
|
19185
19190
|
projectId: string;
|
|
19191
|
+
branch: string;
|
|
19186
19192
|
url?: string | null | undefined;
|
|
19187
19193
|
userId?: number | null | undefined;
|
|
19188
19194
|
relativePath?: string | null | undefined;
|
|
@@ -19258,16 +19264,16 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
19258
19264
|
email?: string | undefined;
|
|
19259
19265
|
id?: string | undefined;
|
|
19260
19266
|
organization?: string | undefined;
|
|
19261
|
-
handle?: string | undefined;
|
|
19262
19267
|
avatarUrl?: string | undefined;
|
|
19268
|
+
handle?: string | undefined;
|
|
19263
19269
|
collection?: string | undefined;
|
|
19264
19270
|
}, {
|
|
19265
19271
|
type?: string | null | undefined;
|
|
19266
19272
|
email?: string | null | undefined;
|
|
19267
19273
|
id?: string | null | undefined;
|
|
19268
19274
|
organization?: string | null | undefined;
|
|
19269
|
-
handle?: string | null | undefined;
|
|
19270
19275
|
avatarUrl?: string | null | undefined;
|
|
19276
|
+
handle?: string | null | undefined;
|
|
19271
19277
|
collection?: string | null | undefined;
|
|
19272
19278
|
}>>;
|
|
19273
19279
|
customUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -19301,8 +19307,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
19301
19307
|
email?: string | undefined;
|
|
19302
19308
|
id?: string | undefined;
|
|
19303
19309
|
organization?: string | undefined;
|
|
19304
|
-
handle?: string | undefined;
|
|
19305
19310
|
avatarUrl?: string | undefined;
|
|
19311
|
+
handle?: string | undefined;
|
|
19306
19312
|
collection?: string | undefined;
|
|
19307
19313
|
} | undefined;
|
|
19308
19314
|
user?: {
|
|
@@ -19331,8 +19337,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
19331
19337
|
email?: string | null | undefined;
|
|
19332
19338
|
id?: string | null | undefined;
|
|
19333
19339
|
organization?: string | null | undefined;
|
|
19334
|
-
handle?: string | null | undefined;
|
|
19335
19340
|
avatarUrl?: string | null | undefined;
|
|
19341
|
+
handle?: string | null | undefined;
|
|
19336
19342
|
collection?: string | null | undefined;
|
|
19337
19343
|
} | undefined;
|
|
19338
19344
|
user?: {
|
|
@@ -19367,8 +19373,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
19367
19373
|
email?: string | undefined;
|
|
19368
19374
|
id?: string | undefined;
|
|
19369
19375
|
organization?: string | undefined;
|
|
19370
|
-
handle?: string | undefined;
|
|
19371
19376
|
avatarUrl?: string | undefined;
|
|
19377
|
+
handle?: string | undefined;
|
|
19372
19378
|
collection?: string | undefined;
|
|
19373
19379
|
} | undefined;
|
|
19374
19380
|
user?: {
|
|
@@ -19403,8 +19409,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
19403
19409
|
email?: string | null | undefined;
|
|
19404
19410
|
id?: string | null | undefined;
|
|
19405
19411
|
organization?: string | null | undefined;
|
|
19406
|
-
handle?: string | null | undefined;
|
|
19407
19412
|
avatarUrl?: string | null | undefined;
|
|
19413
|
+
handle?: string | null | undefined;
|
|
19408
19414
|
collection?: string | null | undefined;
|
|
19409
19415
|
} | undefined;
|
|
19410
19416
|
user?: {
|
|
@@ -19484,6 +19490,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
19484
19490
|
};
|
|
19485
19491
|
aiFeaturesEnabled: boolean;
|
|
19486
19492
|
projectsEnabled: boolean;
|
|
19493
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
19494
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
19487
19495
|
aiAskFeaturesEnabled: boolean;
|
|
19488
19496
|
hasOpenMeterSubject: boolean;
|
|
19489
19497
|
sso?: {
|
|
@@ -19564,7 +19572,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
19564
19572
|
basePrefixes: string[];
|
|
19565
19573
|
isApprovalFeatureEnabled: boolean;
|
|
19566
19574
|
approvalRequiredForPublishing: boolean;
|
|
19567
|
-
accessMode: "
|
|
19575
|
+
accessMode: "InviteOnly" | "Open";
|
|
19568
19576
|
membersGenerated: boolean;
|
|
19569
19577
|
docExporterId?: string | undefined;
|
|
19570
19578
|
docUserSlug?: string | undefined;
|
|
@@ -19928,8 +19936,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
19928
19936
|
storagePath: string;
|
|
19929
19937
|
designSystemVersionId: string;
|
|
19930
19938
|
isPublic: boolean;
|
|
19931
|
-
lastPublishedAt: Date;
|
|
19932
19939
|
environment: "Live" | "Preview";
|
|
19940
|
+
lastPublishedAt: Date;
|
|
19933
19941
|
checksums: Record<string, string>;
|
|
19934
19942
|
wasMigrated: boolean;
|
|
19935
19943
|
usesLocalizations: boolean;
|
|
@@ -20217,9 +20225,9 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
20217
20225
|
connectionId?: string | undefined;
|
|
20218
20226
|
} | undefined;
|
|
20219
20227
|
destinationAzure?: {
|
|
20228
|
+
projectId: string;
|
|
20220
20229
|
branch: string;
|
|
20221
20230
|
organizationId: string;
|
|
20222
|
-
projectId: string;
|
|
20223
20231
|
repositoryId: string;
|
|
20224
20232
|
url?: string | undefined;
|
|
20225
20233
|
userId?: number | undefined;
|
|
@@ -20237,8 +20245,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
20237
20245
|
connectionId?: string | undefined;
|
|
20238
20246
|
} | undefined;
|
|
20239
20247
|
destinationGitlab?: {
|
|
20240
|
-
branch: string;
|
|
20241
20248
|
projectId: string;
|
|
20249
|
+
branch: string;
|
|
20242
20250
|
url?: string | undefined;
|
|
20243
20251
|
userId?: number | undefined;
|
|
20244
20252
|
relativePath?: string | undefined;
|
|
@@ -20301,8 +20309,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
20301
20309
|
email?: string | undefined;
|
|
20302
20310
|
id?: string | undefined;
|
|
20303
20311
|
organization?: string | undefined;
|
|
20304
|
-
handle?: string | undefined;
|
|
20305
20312
|
avatarUrl?: string | undefined;
|
|
20313
|
+
handle?: string | undefined;
|
|
20306
20314
|
collection?: string | undefined;
|
|
20307
20315
|
} | undefined;
|
|
20308
20316
|
user?: {
|
|
@@ -20380,6 +20388,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
20380
20388
|
additionalCreditsPriceId?: string | null | undefined;
|
|
20381
20389
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
20382
20390
|
};
|
|
20391
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
20392
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
20383
20393
|
hasOpenMeterSubject: boolean;
|
|
20384
20394
|
sso?: {
|
|
20385
20395
|
providerId: string;
|
|
@@ -20462,7 +20472,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
20462
20472
|
basePrefixes: string[];
|
|
20463
20473
|
isApprovalFeatureEnabled: boolean;
|
|
20464
20474
|
approvalRequiredForPublishing: boolean;
|
|
20465
|
-
accessMode: "
|
|
20475
|
+
accessMode: "InviteOnly" | "Open";
|
|
20466
20476
|
membersGenerated: boolean;
|
|
20467
20477
|
docExporterId?: string | null | undefined;
|
|
20468
20478
|
docUserSlug?: string | null | undefined;
|
|
@@ -20826,8 +20836,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
20826
20836
|
storagePath: string;
|
|
20827
20837
|
designSystemVersionId: string;
|
|
20828
20838
|
isPublic: boolean;
|
|
20829
|
-
lastPublishedAt: Date;
|
|
20830
20839
|
environment: "Live" | "Preview";
|
|
20840
|
+
lastPublishedAt: Date;
|
|
20831
20841
|
checksums: Record<string, string>;
|
|
20832
20842
|
wasMigrated: boolean;
|
|
20833
20843
|
usesLocalizations: boolean;
|
|
@@ -21115,9 +21125,9 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
21115
21125
|
connectionId?: string | null | undefined;
|
|
21116
21126
|
} | undefined;
|
|
21117
21127
|
destinationAzure?: {
|
|
21128
|
+
projectId: string;
|
|
21118
21129
|
branch: string;
|
|
21119
21130
|
organizationId: string;
|
|
21120
|
-
projectId: string;
|
|
21121
21131
|
repositoryId: string;
|
|
21122
21132
|
url?: string | null | undefined;
|
|
21123
21133
|
userId?: number | null | undefined;
|
|
@@ -21135,8 +21145,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
21135
21145
|
connectionId?: string | null | undefined;
|
|
21136
21146
|
} | undefined;
|
|
21137
21147
|
destinationGitlab?: {
|
|
21138
|
-
branch: string;
|
|
21139
21148
|
projectId: string;
|
|
21149
|
+
branch: string;
|
|
21140
21150
|
url?: string | null | undefined;
|
|
21141
21151
|
userId?: number | null | undefined;
|
|
21142
21152
|
relativePath?: string | null | undefined;
|
|
@@ -21199,8 +21209,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
21199
21209
|
email?: string | null | undefined;
|
|
21200
21210
|
id?: string | null | undefined;
|
|
21201
21211
|
organization?: string | null | undefined;
|
|
21202
|
-
handle?: string | null | undefined;
|
|
21203
21212
|
avatarUrl?: string | null | undefined;
|
|
21213
|
+
handle?: string | null | undefined;
|
|
21204
21214
|
collection?: string | null | undefined;
|
|
21205
21215
|
} | undefined;
|
|
21206
21216
|
user?: {
|
|
@@ -21282,6 +21292,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
21282
21292
|
};
|
|
21283
21293
|
aiFeaturesEnabled: boolean;
|
|
21284
21294
|
projectsEnabled: boolean;
|
|
21295
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
21296
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
21285
21297
|
aiAskFeaturesEnabled: boolean;
|
|
21286
21298
|
hasOpenMeterSubject: boolean;
|
|
21287
21299
|
sso?: {
|
|
@@ -21362,7 +21374,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
21362
21374
|
basePrefixes: string[];
|
|
21363
21375
|
isApprovalFeatureEnabled: boolean;
|
|
21364
21376
|
approvalRequiredForPublishing: boolean;
|
|
21365
|
-
accessMode: "
|
|
21377
|
+
accessMode: "InviteOnly" | "Open";
|
|
21366
21378
|
membersGenerated: boolean;
|
|
21367
21379
|
docExporterId?: string | undefined;
|
|
21368
21380
|
docUserSlug?: string | undefined;
|
|
@@ -21719,8 +21731,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
21719
21731
|
storagePath: string;
|
|
21720
21732
|
designSystemVersionId: string;
|
|
21721
21733
|
isPublic: boolean;
|
|
21722
|
-
lastPublishedAt: Date;
|
|
21723
21734
|
environment: "Live" | "Preview";
|
|
21735
|
+
lastPublishedAt: Date;
|
|
21724
21736
|
checksums: Record<string, string>;
|
|
21725
21737
|
wasMigrated: boolean;
|
|
21726
21738
|
usesLocalizations: boolean;
|
|
@@ -22008,9 +22020,9 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
22008
22020
|
connectionId?: string | undefined;
|
|
22009
22021
|
} | undefined;
|
|
22010
22022
|
destinationAzure?: {
|
|
22023
|
+
projectId: string;
|
|
22011
22024
|
branch: string;
|
|
22012
22025
|
organizationId: string;
|
|
22013
|
-
projectId: string;
|
|
22014
22026
|
repositoryId: string;
|
|
22015
22027
|
url?: string | undefined;
|
|
22016
22028
|
userId?: number | undefined;
|
|
@@ -22028,8 +22040,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
22028
22040
|
connectionId?: string | undefined;
|
|
22029
22041
|
} | undefined;
|
|
22030
22042
|
destinationGitlab?: {
|
|
22031
|
-
branch: string;
|
|
22032
22043
|
projectId: string;
|
|
22044
|
+
branch: string;
|
|
22033
22045
|
url?: string | undefined;
|
|
22034
22046
|
userId?: number | undefined;
|
|
22035
22047
|
relativePath?: string | undefined;
|
|
@@ -22092,8 +22104,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
22092
22104
|
email?: string | undefined;
|
|
22093
22105
|
id?: string | undefined;
|
|
22094
22106
|
organization?: string | undefined;
|
|
22095
|
-
handle?: string | undefined;
|
|
22096
22107
|
avatarUrl?: string | undefined;
|
|
22108
|
+
handle?: string | undefined;
|
|
22097
22109
|
collection?: string | undefined;
|
|
22098
22110
|
} | undefined;
|
|
22099
22111
|
user?: {
|
|
@@ -22223,6 +22235,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
22223
22235
|
additionalCreditsPriceId?: string | null | undefined;
|
|
22224
22236
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
22225
22237
|
};
|
|
22238
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
22239
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
22226
22240
|
hasOpenMeterSubject: boolean;
|
|
22227
22241
|
sso?: {
|
|
22228
22242
|
providerId: string;
|
|
@@ -22305,7 +22319,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
22305
22319
|
basePrefixes: string[];
|
|
22306
22320
|
isApprovalFeatureEnabled: boolean;
|
|
22307
22321
|
approvalRequiredForPublishing: boolean;
|
|
22308
|
-
accessMode: "
|
|
22322
|
+
accessMode: "InviteOnly" | "Open";
|
|
22309
22323
|
membersGenerated: boolean;
|
|
22310
22324
|
docExporterId?: string | null | undefined;
|
|
22311
22325
|
docUserSlug?: string | null | undefined;
|
|
@@ -22662,8 +22676,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
22662
22676
|
storagePath: string;
|
|
22663
22677
|
designSystemVersionId: string;
|
|
22664
22678
|
isPublic: boolean;
|
|
22665
|
-
lastPublishedAt: Date;
|
|
22666
22679
|
environment: "Live" | "Preview";
|
|
22680
|
+
lastPublishedAt: Date;
|
|
22667
22681
|
checksums: Record<string, string>;
|
|
22668
22682
|
wasMigrated: boolean;
|
|
22669
22683
|
usesLocalizations: boolean;
|
|
@@ -22951,9 +22965,9 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
22951
22965
|
connectionId?: string | null | undefined;
|
|
22952
22966
|
} | undefined;
|
|
22953
22967
|
destinationAzure?: {
|
|
22968
|
+
projectId: string;
|
|
22954
22969
|
branch: string;
|
|
22955
22970
|
organizationId: string;
|
|
22956
|
-
projectId: string;
|
|
22957
22971
|
repositoryId: string;
|
|
22958
22972
|
url?: string | null | undefined;
|
|
22959
22973
|
userId?: number | null | undefined;
|
|
@@ -22971,8 +22985,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
22971
22985
|
connectionId?: string | null | undefined;
|
|
22972
22986
|
} | undefined;
|
|
22973
22987
|
destinationGitlab?: {
|
|
22974
|
-
branch: string;
|
|
22975
22988
|
projectId: string;
|
|
22989
|
+
branch: string;
|
|
22976
22990
|
url?: string | null | undefined;
|
|
22977
22991
|
userId?: number | null | undefined;
|
|
22978
22992
|
relativePath?: string | null | undefined;
|
|
@@ -23035,8 +23049,8 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
23035
23049
|
email?: string | null | undefined;
|
|
23036
23050
|
id?: string | null | undefined;
|
|
23037
23051
|
organization?: string | null | undefined;
|
|
23038
|
-
handle?: string | null | undefined;
|
|
23039
23052
|
avatarUrl?: string | null | undefined;
|
|
23053
|
+
handle?: string | null | undefined;
|
|
23040
23054
|
collection?: string | null | undefined;
|
|
23041
23055
|
} | undefined;
|
|
23042
23056
|
user?: {
|
|
@@ -23497,6 +23511,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
23497
23511
|
})) | null | undefined>;
|
|
23498
23512
|
aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
23499
23513
|
projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
23514
|
+
defaultProjectAccessMode: z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
|
|
23515
|
+
defaultProjectRole: z$1.ZodEnum<["Viewer", "Builder"]>;
|
|
23500
23516
|
aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
23501
23517
|
aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
|
|
23502
23518
|
hasOpenMeterSubject: z$1.ZodBoolean;
|
|
@@ -23561,6 +23577,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
23561
23577
|
};
|
|
23562
23578
|
aiFeaturesEnabled: boolean;
|
|
23563
23579
|
projectsEnabled: boolean;
|
|
23580
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
23581
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
23564
23582
|
aiAskFeaturesEnabled: boolean;
|
|
23565
23583
|
hasOpenMeterSubject: boolean;
|
|
23566
23584
|
sso?: {
|
|
@@ -23663,6 +23681,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
23663
23681
|
additionalCreditsPriceId?: string | null | undefined;
|
|
23664
23682
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
23665
23683
|
};
|
|
23684
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
23685
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
23666
23686
|
hasOpenMeterSubject: boolean;
|
|
23667
23687
|
sso?: {
|
|
23668
23688
|
providerId: string;
|
|
@@ -23754,7 +23774,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
23754
23774
|
basePrefixes: string[];
|
|
23755
23775
|
isApprovalFeatureEnabled: boolean;
|
|
23756
23776
|
approvalRequiredForPublishing: boolean;
|
|
23757
|
-
accessMode: "
|
|
23777
|
+
accessMode: "InviteOnly" | "Open";
|
|
23758
23778
|
membersGenerated: boolean;
|
|
23759
23779
|
docExporterId?: string | undefined;
|
|
23760
23780
|
docUserSlug?: string | undefined;
|
|
@@ -23776,7 +23796,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
23776
23796
|
basePrefixes: string[];
|
|
23777
23797
|
isApprovalFeatureEnabled: boolean;
|
|
23778
23798
|
approvalRequiredForPublishing: boolean;
|
|
23779
|
-
accessMode: "
|
|
23799
|
+
accessMode: "InviteOnly" | "Open";
|
|
23780
23800
|
membersGenerated: boolean;
|
|
23781
23801
|
docExporterId?: string | null | undefined;
|
|
23782
23802
|
docUserSlug?: string | null | undefined;
|
|
@@ -26111,8 +26131,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
26111
26131
|
storagePath: string;
|
|
26112
26132
|
designSystemVersionId: string;
|
|
26113
26133
|
isPublic: boolean;
|
|
26114
|
-
lastPublishedAt: Date;
|
|
26115
26134
|
environment: "Live" | "Preview";
|
|
26135
|
+
lastPublishedAt: Date;
|
|
26116
26136
|
checksums: Record<string, string>;
|
|
26117
26137
|
wasMigrated: boolean;
|
|
26118
26138
|
usesLocalizations: boolean;
|
|
@@ -26128,8 +26148,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
26128
26148
|
storagePath: string;
|
|
26129
26149
|
designSystemVersionId: string;
|
|
26130
26150
|
isPublic: boolean;
|
|
26131
|
-
lastPublishedAt: Date;
|
|
26132
26151
|
environment: "Live" | "Preview";
|
|
26152
|
+
lastPublishedAt: Date;
|
|
26133
26153
|
checksums: Record<string, string>;
|
|
26134
26154
|
wasMigrated: boolean;
|
|
26135
26155
|
usesLocalizations: boolean;
|
|
@@ -26187,8 +26207,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
26187
26207
|
storagePath: string;
|
|
26188
26208
|
designSystemVersionId: string;
|
|
26189
26209
|
isPublic: boolean;
|
|
26190
|
-
lastPublishedAt: Date;
|
|
26191
26210
|
environment: "Live" | "Preview";
|
|
26211
|
+
lastPublishedAt: Date;
|
|
26192
26212
|
checksums: Record<string, string>;
|
|
26193
26213
|
wasMigrated: boolean;
|
|
26194
26214
|
usesLocalizations: boolean;
|
|
@@ -26220,8 +26240,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
26220
26240
|
storagePath: string;
|
|
26221
26241
|
designSystemVersionId: string;
|
|
26222
26242
|
isPublic: boolean;
|
|
26223
|
-
lastPublishedAt: Date;
|
|
26224
26243
|
environment: "Live" | "Preview";
|
|
26244
|
+
lastPublishedAt: Date;
|
|
26225
26245
|
checksums: Record<string, string>;
|
|
26226
26246
|
wasMigrated: boolean;
|
|
26227
26247
|
usesLocalizations: boolean;
|
|
@@ -26511,8 +26531,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
26511
26531
|
storagePath: string;
|
|
26512
26532
|
designSystemVersionId: string;
|
|
26513
26533
|
isPublic: boolean;
|
|
26514
|
-
lastPublishedAt: Date;
|
|
26515
26534
|
environment: "Live" | "Preview";
|
|
26535
|
+
lastPublishedAt: Date;
|
|
26516
26536
|
checksums: Record<string, string>;
|
|
26517
26537
|
wasMigrated: boolean;
|
|
26518
26538
|
usesLocalizations: boolean;
|
|
@@ -26792,8 +26812,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
26792
26812
|
storagePath: string;
|
|
26793
26813
|
designSystemVersionId: string;
|
|
26794
26814
|
isPublic: boolean;
|
|
26795
|
-
lastPublishedAt: Date;
|
|
26796
26815
|
environment: "Live" | "Preview";
|
|
26816
|
+
lastPublishedAt: Date;
|
|
26797
26817
|
checksums: Record<string, string>;
|
|
26798
26818
|
wasMigrated: boolean;
|
|
26799
26819
|
usesLocalizations: boolean;
|
|
@@ -26970,7 +26990,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
26970
26990
|
basePrefixes: string[];
|
|
26971
26991
|
isApprovalFeatureEnabled: boolean;
|
|
26972
26992
|
approvalRequiredForPublishing: boolean;
|
|
26973
|
-
accessMode: "
|
|
26993
|
+
accessMode: "InviteOnly" | "Open";
|
|
26974
26994
|
membersGenerated: boolean;
|
|
26975
26995
|
docExporterId?: string | undefined;
|
|
26976
26996
|
docUserSlug?: string | undefined;
|
|
@@ -27345,8 +27365,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
27345
27365
|
storagePath: string;
|
|
27346
27366
|
designSystemVersionId: string;
|
|
27347
27367
|
isPublic: boolean;
|
|
27348
|
-
lastPublishedAt: Date;
|
|
27349
27368
|
environment: "Live" | "Preview";
|
|
27369
|
+
lastPublishedAt: Date;
|
|
27350
27370
|
checksums: Record<string, string>;
|
|
27351
27371
|
wasMigrated: boolean;
|
|
27352
27372
|
usesLocalizations: boolean;
|
|
@@ -27421,7 +27441,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
27421
27441
|
basePrefixes: string[];
|
|
27422
27442
|
isApprovalFeatureEnabled: boolean;
|
|
27423
27443
|
approvalRequiredForPublishing: boolean;
|
|
27424
|
-
accessMode: "
|
|
27444
|
+
accessMode: "InviteOnly" | "Open";
|
|
27425
27445
|
membersGenerated: boolean;
|
|
27426
27446
|
docExporterId?: string | null | undefined;
|
|
27427
27447
|
docUserSlug?: string | null | undefined;
|
|
@@ -27796,8 +27816,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
27796
27816
|
storagePath: string;
|
|
27797
27817
|
designSystemVersionId: string;
|
|
27798
27818
|
isPublic: boolean;
|
|
27799
|
-
lastPublishedAt: Date;
|
|
27800
27819
|
environment: "Live" | "Preview";
|
|
27820
|
+
lastPublishedAt: Date;
|
|
27801
27821
|
checksums: Record<string, string>;
|
|
27802
27822
|
wasMigrated: boolean;
|
|
27803
27823
|
usesLocalizations: boolean;
|
|
@@ -29329,9 +29349,9 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
29329
29349
|
checkoutNoBlobs: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
29330
29350
|
checkoutSparse: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
29331
29351
|
}, "strip", z$1.ZodTypeAny, {
|
|
29352
|
+
projectId: string;
|
|
29332
29353
|
branch: string;
|
|
29333
29354
|
organizationId: string;
|
|
29334
|
-
projectId: string;
|
|
29335
29355
|
repositoryId: string;
|
|
29336
29356
|
url?: string | undefined;
|
|
29337
29357
|
userId?: number | undefined;
|
|
@@ -29348,9 +29368,9 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
29348
29368
|
credentialId?: string | undefined;
|
|
29349
29369
|
connectionId?: string | undefined;
|
|
29350
29370
|
}, {
|
|
29371
|
+
projectId: string;
|
|
29351
29372
|
branch: string;
|
|
29352
29373
|
organizationId: string;
|
|
29353
|
-
projectId: string;
|
|
29354
29374
|
repositoryId: string;
|
|
29355
29375
|
url?: string | null | undefined;
|
|
29356
29376
|
userId?: number | null | undefined;
|
|
@@ -29386,8 +29406,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
29386
29406
|
checkoutNoBlobs: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
29387
29407
|
checkoutSparse: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
29388
29408
|
}, "strip", z$1.ZodTypeAny, {
|
|
29389
|
-
branch: string;
|
|
29390
29409
|
projectId: string;
|
|
29410
|
+
branch: string;
|
|
29391
29411
|
url?: string | undefined;
|
|
29392
29412
|
userId?: number | undefined;
|
|
29393
29413
|
relativePath?: string | undefined;
|
|
@@ -29403,8 +29423,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
29403
29423
|
credentialId?: string | undefined;
|
|
29404
29424
|
connectionId?: string | undefined;
|
|
29405
29425
|
}, {
|
|
29406
|
-
branch: string;
|
|
29407
29426
|
projectId: string;
|
|
29427
|
+
branch: string;
|
|
29408
29428
|
url?: string | null | undefined;
|
|
29409
29429
|
userId?: number | null | undefined;
|
|
29410
29430
|
relativePath?: string | null | undefined;
|
|
@@ -29531,9 +29551,9 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
29531
29551
|
connectionId?: string | undefined;
|
|
29532
29552
|
} | undefined;
|
|
29533
29553
|
destinationAzure?: {
|
|
29554
|
+
projectId: string;
|
|
29534
29555
|
branch: string;
|
|
29535
29556
|
organizationId: string;
|
|
29536
|
-
projectId: string;
|
|
29537
29557
|
repositoryId: string;
|
|
29538
29558
|
url?: string | undefined;
|
|
29539
29559
|
userId?: number | undefined;
|
|
@@ -29551,8 +29571,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
29551
29571
|
connectionId?: string | undefined;
|
|
29552
29572
|
} | undefined;
|
|
29553
29573
|
destinationGitlab?: {
|
|
29554
|
-
branch: string;
|
|
29555
29574
|
projectId: string;
|
|
29575
|
+
branch: string;
|
|
29556
29576
|
url?: string | undefined;
|
|
29557
29577
|
userId?: number | undefined;
|
|
29558
29578
|
relativePath?: string | undefined;
|
|
@@ -29629,9 +29649,9 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
29629
29649
|
connectionId?: string | null | undefined;
|
|
29630
29650
|
} | undefined;
|
|
29631
29651
|
destinationAzure?: {
|
|
29652
|
+
projectId: string;
|
|
29632
29653
|
branch: string;
|
|
29633
29654
|
organizationId: string;
|
|
29634
|
-
projectId: string;
|
|
29635
29655
|
repositoryId: string;
|
|
29636
29656
|
url?: string | null | undefined;
|
|
29637
29657
|
userId?: number | null | undefined;
|
|
@@ -29649,8 +29669,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
29649
29669
|
connectionId?: string | null | undefined;
|
|
29650
29670
|
} | undefined;
|
|
29651
29671
|
destinationGitlab?: {
|
|
29652
|
-
branch: string;
|
|
29653
29672
|
projectId: string;
|
|
29673
|
+
branch: string;
|
|
29654
29674
|
url?: string | null | undefined;
|
|
29655
29675
|
userId?: number | null | undefined;
|
|
29656
29676
|
relativePath?: string | null | undefined;
|
|
@@ -29952,9 +29972,9 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
29952
29972
|
connectionId?: string | undefined;
|
|
29953
29973
|
} | undefined;
|
|
29954
29974
|
destinationAzure?: {
|
|
29975
|
+
projectId: string;
|
|
29955
29976
|
branch: string;
|
|
29956
29977
|
organizationId: string;
|
|
29957
|
-
projectId: string;
|
|
29958
29978
|
repositoryId: string;
|
|
29959
29979
|
url?: string | undefined;
|
|
29960
29980
|
userId?: number | undefined;
|
|
@@ -29972,8 +29992,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
29972
29992
|
connectionId?: string | undefined;
|
|
29973
29993
|
} | undefined;
|
|
29974
29994
|
destinationGitlab?: {
|
|
29975
|
-
branch: string;
|
|
29976
29995
|
projectId: string;
|
|
29996
|
+
branch: string;
|
|
29977
29997
|
url?: string | undefined;
|
|
29978
29998
|
userId?: number | undefined;
|
|
29979
29999
|
relativePath?: string | undefined;
|
|
@@ -30265,9 +30285,9 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
30265
30285
|
connectionId?: string | null | undefined;
|
|
30266
30286
|
} | undefined;
|
|
30267
30287
|
destinationAzure?: {
|
|
30288
|
+
projectId: string;
|
|
30268
30289
|
branch: string;
|
|
30269
30290
|
organizationId: string;
|
|
30270
|
-
projectId: string;
|
|
30271
30291
|
repositoryId: string;
|
|
30272
30292
|
url?: string | null | undefined;
|
|
30273
30293
|
userId?: number | null | undefined;
|
|
@@ -30285,8 +30305,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
30285
30305
|
connectionId?: string | null | undefined;
|
|
30286
30306
|
} | undefined;
|
|
30287
30307
|
destinationGitlab?: {
|
|
30288
|
-
branch: string;
|
|
30289
30308
|
projectId: string;
|
|
30309
|
+
branch: string;
|
|
30290
30310
|
url?: string | null | undefined;
|
|
30291
30311
|
userId?: number | null | undefined;
|
|
30292
30312
|
relativePath?: string | null | undefined;
|
|
@@ -30362,16 +30382,16 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
30362
30382
|
email?: string | undefined;
|
|
30363
30383
|
id?: string | undefined;
|
|
30364
30384
|
organization?: string | undefined;
|
|
30365
|
-
handle?: string | undefined;
|
|
30366
30385
|
avatarUrl?: string | undefined;
|
|
30386
|
+
handle?: string | undefined;
|
|
30367
30387
|
collection?: string | undefined;
|
|
30368
30388
|
}, {
|
|
30369
30389
|
type?: string | null | undefined;
|
|
30370
30390
|
email?: string | null | undefined;
|
|
30371
30391
|
id?: string | null | undefined;
|
|
30372
30392
|
organization?: string | null | undefined;
|
|
30373
|
-
handle?: string | null | undefined;
|
|
30374
30393
|
avatarUrl?: string | null | undefined;
|
|
30394
|
+
handle?: string | null | undefined;
|
|
30375
30395
|
collection?: string | null | undefined;
|
|
30376
30396
|
}>>;
|
|
30377
30397
|
customUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -30405,8 +30425,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
30405
30425
|
email?: string | undefined;
|
|
30406
30426
|
id?: string | undefined;
|
|
30407
30427
|
organization?: string | undefined;
|
|
30408
|
-
handle?: string | undefined;
|
|
30409
30428
|
avatarUrl?: string | undefined;
|
|
30429
|
+
handle?: string | undefined;
|
|
30410
30430
|
collection?: string | undefined;
|
|
30411
30431
|
} | undefined;
|
|
30412
30432
|
user?: {
|
|
@@ -30435,8 +30455,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
30435
30455
|
email?: string | null | undefined;
|
|
30436
30456
|
id?: string | null | undefined;
|
|
30437
30457
|
organization?: string | null | undefined;
|
|
30438
|
-
handle?: string | null | undefined;
|
|
30439
30458
|
avatarUrl?: string | null | undefined;
|
|
30459
|
+
handle?: string | null | undefined;
|
|
30440
30460
|
collection?: string | null | undefined;
|
|
30441
30461
|
} | undefined;
|
|
30442
30462
|
user?: {
|
|
@@ -30471,8 +30491,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
30471
30491
|
email?: string | undefined;
|
|
30472
30492
|
id?: string | undefined;
|
|
30473
30493
|
organization?: string | undefined;
|
|
30474
|
-
handle?: string | undefined;
|
|
30475
30494
|
avatarUrl?: string | undefined;
|
|
30495
|
+
handle?: string | undefined;
|
|
30476
30496
|
collection?: string | undefined;
|
|
30477
30497
|
} | undefined;
|
|
30478
30498
|
user?: {
|
|
@@ -30507,8 +30527,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
30507
30527
|
email?: string | null | undefined;
|
|
30508
30528
|
id?: string | null | undefined;
|
|
30509
30529
|
organization?: string | null | undefined;
|
|
30510
|
-
handle?: string | null | undefined;
|
|
30511
30530
|
avatarUrl?: string | null | undefined;
|
|
30531
|
+
handle?: string | null | undefined;
|
|
30512
30532
|
collection?: string | null | undefined;
|
|
30513
30533
|
} | undefined;
|
|
30514
30534
|
user?: {
|
|
@@ -30588,6 +30608,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
30588
30608
|
};
|
|
30589
30609
|
aiFeaturesEnabled: boolean;
|
|
30590
30610
|
projectsEnabled: boolean;
|
|
30611
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
30612
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
30591
30613
|
aiAskFeaturesEnabled: boolean;
|
|
30592
30614
|
hasOpenMeterSubject: boolean;
|
|
30593
30615
|
sso?: {
|
|
@@ -30668,7 +30690,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
30668
30690
|
basePrefixes: string[];
|
|
30669
30691
|
isApprovalFeatureEnabled: boolean;
|
|
30670
30692
|
approvalRequiredForPublishing: boolean;
|
|
30671
|
-
accessMode: "
|
|
30693
|
+
accessMode: "InviteOnly" | "Open";
|
|
30672
30694
|
membersGenerated: boolean;
|
|
30673
30695
|
docExporterId?: string | undefined;
|
|
30674
30696
|
docUserSlug?: string | undefined;
|
|
@@ -31032,8 +31054,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
31032
31054
|
storagePath: string;
|
|
31033
31055
|
designSystemVersionId: string;
|
|
31034
31056
|
isPublic: boolean;
|
|
31035
|
-
lastPublishedAt: Date;
|
|
31036
31057
|
environment: "Live" | "Preview";
|
|
31058
|
+
lastPublishedAt: Date;
|
|
31037
31059
|
checksums: Record<string, string>;
|
|
31038
31060
|
wasMigrated: boolean;
|
|
31039
31061
|
usesLocalizations: boolean;
|
|
@@ -31321,9 +31343,9 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
31321
31343
|
connectionId?: string | undefined;
|
|
31322
31344
|
} | undefined;
|
|
31323
31345
|
destinationAzure?: {
|
|
31346
|
+
projectId: string;
|
|
31324
31347
|
branch: string;
|
|
31325
31348
|
organizationId: string;
|
|
31326
|
-
projectId: string;
|
|
31327
31349
|
repositoryId: string;
|
|
31328
31350
|
url?: string | undefined;
|
|
31329
31351
|
userId?: number | undefined;
|
|
@@ -31341,8 +31363,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
31341
31363
|
connectionId?: string | undefined;
|
|
31342
31364
|
} | undefined;
|
|
31343
31365
|
destinationGitlab?: {
|
|
31344
|
-
branch: string;
|
|
31345
31366
|
projectId: string;
|
|
31367
|
+
branch: string;
|
|
31346
31368
|
url?: string | undefined;
|
|
31347
31369
|
userId?: number | undefined;
|
|
31348
31370
|
relativePath?: string | undefined;
|
|
@@ -31405,8 +31427,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
31405
31427
|
email?: string | undefined;
|
|
31406
31428
|
id?: string | undefined;
|
|
31407
31429
|
organization?: string | undefined;
|
|
31408
|
-
handle?: string | undefined;
|
|
31409
31430
|
avatarUrl?: string | undefined;
|
|
31431
|
+
handle?: string | undefined;
|
|
31410
31432
|
collection?: string | undefined;
|
|
31411
31433
|
} | undefined;
|
|
31412
31434
|
user?: {
|
|
@@ -31484,6 +31506,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
31484
31506
|
additionalCreditsPriceId?: string | null | undefined;
|
|
31485
31507
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
31486
31508
|
};
|
|
31509
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
31510
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
31487
31511
|
hasOpenMeterSubject: boolean;
|
|
31488
31512
|
sso?: {
|
|
31489
31513
|
providerId: string;
|
|
@@ -31566,7 +31590,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
31566
31590
|
basePrefixes: string[];
|
|
31567
31591
|
isApprovalFeatureEnabled: boolean;
|
|
31568
31592
|
approvalRequiredForPublishing: boolean;
|
|
31569
|
-
accessMode: "
|
|
31593
|
+
accessMode: "InviteOnly" | "Open";
|
|
31570
31594
|
membersGenerated: boolean;
|
|
31571
31595
|
docExporterId?: string | null | undefined;
|
|
31572
31596
|
docUserSlug?: string | null | undefined;
|
|
@@ -31930,8 +31954,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
31930
31954
|
storagePath: string;
|
|
31931
31955
|
designSystemVersionId: string;
|
|
31932
31956
|
isPublic: boolean;
|
|
31933
|
-
lastPublishedAt: Date;
|
|
31934
31957
|
environment: "Live" | "Preview";
|
|
31958
|
+
lastPublishedAt: Date;
|
|
31935
31959
|
checksums: Record<string, string>;
|
|
31936
31960
|
wasMigrated: boolean;
|
|
31937
31961
|
usesLocalizations: boolean;
|
|
@@ -32219,9 +32243,9 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
32219
32243
|
connectionId?: string | null | undefined;
|
|
32220
32244
|
} | undefined;
|
|
32221
32245
|
destinationAzure?: {
|
|
32246
|
+
projectId: string;
|
|
32222
32247
|
branch: string;
|
|
32223
32248
|
organizationId: string;
|
|
32224
|
-
projectId: string;
|
|
32225
32249
|
repositoryId: string;
|
|
32226
32250
|
url?: string | null | undefined;
|
|
32227
32251
|
userId?: number | null | undefined;
|
|
@@ -32239,8 +32263,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
32239
32263
|
connectionId?: string | null | undefined;
|
|
32240
32264
|
} | undefined;
|
|
32241
32265
|
destinationGitlab?: {
|
|
32242
|
-
branch: string;
|
|
32243
32266
|
projectId: string;
|
|
32267
|
+
branch: string;
|
|
32244
32268
|
url?: string | null | undefined;
|
|
32245
32269
|
userId?: number | null | undefined;
|
|
32246
32270
|
relativePath?: string | null | undefined;
|
|
@@ -32303,8 +32327,8 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
32303
32327
|
email?: string | null | undefined;
|
|
32304
32328
|
id?: string | null | undefined;
|
|
32305
32329
|
organization?: string | null | undefined;
|
|
32306
|
-
handle?: string | null | undefined;
|
|
32307
32330
|
avatarUrl?: string | null | undefined;
|
|
32331
|
+
handle?: string | null | undefined;
|
|
32308
32332
|
collection?: string | null | undefined;
|
|
32309
32333
|
} | undefined;
|
|
32310
32334
|
user?: {
|
|
@@ -138695,6 +138719,8 @@ declare const WorkspaceConfigurationUpdate: z$1.ZodObject<{
|
|
|
138695
138719
|
}>>;
|
|
138696
138720
|
aiFeaturesEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
138697
138721
|
projectsEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
138722
|
+
defaultProjectAccessMode: z$1.ZodOptional<z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>>;
|
|
138723
|
+
defaultProjectRole: z$1.ZodOptional<z$1.ZodEnum<["Viewer", "Builder"]>>;
|
|
138698
138724
|
aiAskFeaturesEnabled: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
138699
138725
|
aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
|
|
138700
138726
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -138762,6 +138788,8 @@ declare const WorkspaceConfigurationUpdate: z$1.ZodObject<{
|
|
|
138762
138788
|
})) | undefined;
|
|
138763
138789
|
aiFeaturesEnabled?: boolean | undefined;
|
|
138764
138790
|
projectsEnabled?: boolean | undefined;
|
|
138791
|
+
defaultProjectAccessMode?: "InviteOnly" | "Open" | "Unlisted" | undefined;
|
|
138792
|
+
defaultProjectRole?: "Builder" | "Viewer" | undefined;
|
|
138765
138793
|
aiAskFeaturesEnabled?: boolean | undefined;
|
|
138766
138794
|
aiCustomInstruction?: string | undefined;
|
|
138767
138795
|
}, {
|
|
@@ -138829,6 +138857,8 @@ declare const WorkspaceConfigurationUpdate: z$1.ZodObject<{
|
|
|
138829
138857
|
})) | undefined;
|
|
138830
138858
|
aiFeaturesEnabled?: boolean | undefined;
|
|
138831
138859
|
projectsEnabled?: boolean | undefined;
|
|
138860
|
+
defaultProjectAccessMode?: "InviteOnly" | "Open" | "Unlisted" | undefined;
|
|
138861
|
+
defaultProjectRole?: "Builder" | "Viewer" | undefined;
|
|
138832
138862
|
aiAskFeaturesEnabled?: boolean | undefined;
|
|
138833
138863
|
aiCustomInstruction?: string | undefined;
|
|
138834
138864
|
}>;
|
|
@@ -139703,6 +139733,8 @@ declare const Workspace: z$1.ZodObject<{
|
|
|
139703
139733
|
})) | null | undefined>;
|
|
139704
139734
|
aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
139705
139735
|
projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
139736
|
+
defaultProjectAccessMode: z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
|
|
139737
|
+
defaultProjectRole: z$1.ZodEnum<["Viewer", "Builder"]>;
|
|
139706
139738
|
aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
139707
139739
|
aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
|
|
139708
139740
|
hasOpenMeterSubject: z$1.ZodBoolean;
|
|
@@ -139767,6 +139799,8 @@ declare const Workspace: z$1.ZodObject<{
|
|
|
139767
139799
|
};
|
|
139768
139800
|
aiFeaturesEnabled: boolean;
|
|
139769
139801
|
projectsEnabled: boolean;
|
|
139802
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
139803
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
139770
139804
|
aiAskFeaturesEnabled: boolean;
|
|
139771
139805
|
hasOpenMeterSubject: boolean;
|
|
139772
139806
|
sso?: {
|
|
@@ -139869,6 +139903,8 @@ declare const Workspace: z$1.ZodObject<{
|
|
|
139869
139903
|
additionalCreditsPriceId?: string | null | undefined;
|
|
139870
139904
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
139871
139905
|
};
|
|
139906
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
139907
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
139872
139908
|
hasOpenMeterSubject: boolean;
|
|
139873
139909
|
sso?: {
|
|
139874
139910
|
providerId: string;
|
|
@@ -140305,6 +140341,8 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
|
|
|
140305
140341
|
})) | null | undefined>;
|
|
140306
140342
|
aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
140307
140343
|
projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
140344
|
+
defaultProjectAccessMode: z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
|
|
140345
|
+
defaultProjectRole: z$1.ZodEnum<["Viewer", "Builder"]>;
|
|
140308
140346
|
aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
140309
140347
|
aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
|
|
140310
140348
|
hasOpenMeterSubject: z$1.ZodBoolean;
|
|
@@ -140369,6 +140407,8 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
|
|
|
140369
140407
|
};
|
|
140370
140408
|
aiFeaturesEnabled: boolean;
|
|
140371
140409
|
projectsEnabled: boolean;
|
|
140410
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
140411
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
140372
140412
|
aiAskFeaturesEnabled: boolean;
|
|
140373
140413
|
hasOpenMeterSubject: boolean;
|
|
140374
140414
|
sso?: {
|
|
@@ -140471,6 +140511,8 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
|
|
|
140471
140511
|
additionalCreditsPriceId?: string | null | undefined;
|
|
140472
140512
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
140473
140513
|
};
|
|
140514
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
140515
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
140474
140516
|
hasOpenMeterSubject: boolean;
|
|
140475
140517
|
sso?: {
|
|
140476
140518
|
providerId: string;
|
|
@@ -140561,7 +140603,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
|
|
|
140561
140603
|
basePrefixes: string[];
|
|
140562
140604
|
isApprovalFeatureEnabled: boolean;
|
|
140563
140605
|
approvalRequiredForPublishing: boolean;
|
|
140564
|
-
accessMode: "
|
|
140606
|
+
accessMode: "InviteOnly" | "Open";
|
|
140565
140607
|
membersGenerated: boolean;
|
|
140566
140608
|
docExporterId?: string | undefined;
|
|
140567
140609
|
docUserSlug?: string | undefined;
|
|
@@ -140583,7 +140625,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
|
|
|
140583
140625
|
basePrefixes: string[];
|
|
140584
140626
|
isApprovalFeatureEnabled: boolean;
|
|
140585
140627
|
approvalRequiredForPublishing: boolean;
|
|
140586
|
-
accessMode: "
|
|
140628
|
+
accessMode: "InviteOnly" | "Open";
|
|
140587
140629
|
membersGenerated: boolean;
|
|
140588
140630
|
docExporterId?: string | null | undefined;
|
|
140589
140631
|
docUserSlug?: string | null | undefined;
|
|
@@ -140655,6 +140697,8 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
|
|
|
140655
140697
|
};
|
|
140656
140698
|
aiFeaturesEnabled: boolean;
|
|
140657
140699
|
projectsEnabled: boolean;
|
|
140700
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
140701
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
140658
140702
|
aiAskFeaturesEnabled: boolean;
|
|
140659
140703
|
hasOpenMeterSubject: boolean;
|
|
140660
140704
|
sso?: {
|
|
@@ -140712,7 +140756,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
|
|
|
140712
140756
|
basePrefixes: string[];
|
|
140713
140757
|
isApprovalFeatureEnabled: boolean;
|
|
140714
140758
|
approvalRequiredForPublishing: boolean;
|
|
140715
|
-
accessMode: "
|
|
140759
|
+
accessMode: "InviteOnly" | "Open";
|
|
140716
140760
|
membersGenerated: boolean;
|
|
140717
140761
|
docExporterId?: string | undefined;
|
|
140718
140762
|
docUserSlug?: string | undefined;
|
|
@@ -140782,6 +140826,8 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
|
|
|
140782
140826
|
additionalCreditsPriceId?: string | null | undefined;
|
|
140783
140827
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
140784
140828
|
};
|
|
140829
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
140830
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
140785
140831
|
hasOpenMeterSubject: boolean;
|
|
140786
140832
|
sso?: {
|
|
140787
140833
|
providerId: string;
|
|
@@ -140841,7 +140887,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
|
|
|
140841
140887
|
basePrefixes: string[];
|
|
140842
140888
|
isApprovalFeatureEnabled: boolean;
|
|
140843
140889
|
approvalRequiredForPublishing: boolean;
|
|
140844
|
-
accessMode: "
|
|
140890
|
+
accessMode: "InviteOnly" | "Open";
|
|
140845
140891
|
membersGenerated: boolean;
|
|
140846
140892
|
docExporterId?: string | null | undefined;
|
|
140847
140893
|
docUserSlug?: string | null | undefined;
|
|
@@ -140853,6 +140899,10 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
|
|
|
140853
140899
|
}[];
|
|
140854
140900
|
}>;
|
|
140855
140901
|
type WorkspaceWithDesignSystems = z$1.infer<typeof WorkspaceWithDesignSystems>;
|
|
140902
|
+
declare const WorkspaceDefaultProjectAccessMode: z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
|
|
140903
|
+
type WorkspaceDefaultProjectAccessMode = z$1.infer<typeof WorkspaceDefaultProjectAccessMode>;
|
|
140904
|
+
declare const WorkspaceDefaultProjectRole: z$1.ZodEnum<["Viewer", "Builder"]>;
|
|
140905
|
+
type WorkspaceDefaultProjectRole = z$1.infer<typeof WorkspaceDefaultProjectRole>;
|
|
140856
140906
|
|
|
140857
140907
|
declare const DesignSystemMembership: z$1.ZodObject<{
|
|
140858
140908
|
id: z$1.ZodString;
|
|
@@ -141734,7 +141784,7 @@ declare const DesignSystem: z$1.ZodObject<{
|
|
|
141734
141784
|
basePrefixes: string[];
|
|
141735
141785
|
isApprovalFeatureEnabled: boolean;
|
|
141736
141786
|
approvalRequiredForPublishing: boolean;
|
|
141737
|
-
accessMode: "
|
|
141787
|
+
accessMode: "InviteOnly" | "Open";
|
|
141738
141788
|
membersGenerated: boolean;
|
|
141739
141789
|
docExporterId?: string | undefined;
|
|
141740
141790
|
docUserSlug?: string | undefined;
|
|
@@ -141756,7 +141806,7 @@ declare const DesignSystem: z$1.ZodObject<{
|
|
|
141756
141806
|
basePrefixes: string[];
|
|
141757
141807
|
isApprovalFeatureEnabled: boolean;
|
|
141758
141808
|
approvalRequiredForPublishing: boolean;
|
|
141759
|
-
accessMode: "
|
|
141809
|
+
accessMode: "InviteOnly" | "Open";
|
|
141760
141810
|
membersGenerated: boolean;
|
|
141761
141811
|
docExporterId?: string | null | undefined;
|
|
141762
141812
|
docUserSlug?: string | null | undefined;
|
|
@@ -143903,8 +143953,8 @@ declare const PublishedDoc: z$1.ZodObject<{
|
|
|
143903
143953
|
storagePath: string;
|
|
143904
143954
|
designSystemVersionId: string;
|
|
143905
143955
|
isPublic: boolean;
|
|
143906
|
-
lastPublishedAt: Date;
|
|
143907
143956
|
environment: "Live" | "Preview";
|
|
143957
|
+
lastPublishedAt: Date;
|
|
143908
143958
|
checksums: Record<string, string>;
|
|
143909
143959
|
wasMigrated: boolean;
|
|
143910
143960
|
usesLocalizations: boolean;
|
|
@@ -143920,8 +143970,8 @@ declare const PublishedDoc: z$1.ZodObject<{
|
|
|
143920
143970
|
storagePath: string;
|
|
143921
143971
|
designSystemVersionId: string;
|
|
143922
143972
|
isPublic: boolean;
|
|
143923
|
-
lastPublishedAt: Date;
|
|
143924
143973
|
environment: "Live" | "Preview";
|
|
143974
|
+
lastPublishedAt: Date;
|
|
143925
143975
|
checksums: Record<string, string>;
|
|
143926
143976
|
wasMigrated: boolean;
|
|
143927
143977
|
usesLocalizations: boolean;
|
|
@@ -144526,6 +144576,8 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
|
|
|
144526
144576
|
})) | null | undefined>;
|
|
144527
144577
|
aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
144528
144578
|
projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
144579
|
+
defaultProjectAccessMode: z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
|
|
144580
|
+
defaultProjectRole: z$1.ZodEnum<["Viewer", "Builder"]>;
|
|
144529
144581
|
aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
144530
144582
|
aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
|
|
144531
144583
|
hasOpenMeterSubject: z$1.ZodBoolean;
|
|
@@ -144590,6 +144642,8 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
|
|
|
144590
144642
|
};
|
|
144591
144643
|
aiFeaturesEnabled: boolean;
|
|
144592
144644
|
projectsEnabled: boolean;
|
|
144645
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
144646
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
144593
144647
|
aiAskFeaturesEnabled: boolean;
|
|
144594
144648
|
hasOpenMeterSubject: boolean;
|
|
144595
144649
|
sso?: {
|
|
@@ -144692,6 +144746,8 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
|
|
|
144692
144746
|
additionalCreditsPriceId?: string | null | undefined;
|
|
144693
144747
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
144694
144748
|
};
|
|
144749
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
144750
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
144695
144751
|
hasOpenMeterSubject: boolean;
|
|
144696
144752
|
sso?: {
|
|
144697
144753
|
providerId: string;
|
|
@@ -144782,7 +144838,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
|
|
|
144782
144838
|
basePrefixes: string[];
|
|
144783
144839
|
isApprovalFeatureEnabled: boolean;
|
|
144784
144840
|
approvalRequiredForPublishing: boolean;
|
|
144785
|
-
accessMode: "
|
|
144841
|
+
accessMode: "InviteOnly" | "Open";
|
|
144786
144842
|
membersGenerated: boolean;
|
|
144787
144843
|
docExporterId?: string | undefined;
|
|
144788
144844
|
docUserSlug?: string | undefined;
|
|
@@ -144804,7 +144860,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
|
|
|
144804
144860
|
basePrefixes: string[];
|
|
144805
144861
|
isApprovalFeatureEnabled: boolean;
|
|
144806
144862
|
approvalRequiredForPublishing: boolean;
|
|
144807
|
-
accessMode: "
|
|
144863
|
+
accessMode: "InviteOnly" | "Open";
|
|
144808
144864
|
membersGenerated: boolean;
|
|
144809
144865
|
docExporterId?: string | null | undefined;
|
|
144810
144866
|
docUserSlug?: string | null | undefined;
|
|
@@ -145198,6 +145254,8 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
|
|
|
145198
145254
|
};
|
|
145199
145255
|
aiFeaturesEnabled: boolean;
|
|
145200
145256
|
projectsEnabled: boolean;
|
|
145257
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
145258
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
145201
145259
|
aiAskFeaturesEnabled: boolean;
|
|
145202
145260
|
hasOpenMeterSubject: boolean;
|
|
145203
145261
|
sso?: {
|
|
@@ -145305,7 +145363,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
|
|
|
145305
145363
|
basePrefixes: string[];
|
|
145306
145364
|
isApprovalFeatureEnabled: boolean;
|
|
145307
145365
|
approvalRequiredForPublishing: boolean;
|
|
145308
|
-
accessMode: "
|
|
145366
|
+
accessMode: "InviteOnly" | "Open";
|
|
145309
145367
|
membersGenerated: boolean;
|
|
145310
145368
|
docExporterId?: string | undefined;
|
|
145311
145369
|
docUserSlug?: string | undefined;
|
|
@@ -145376,6 +145434,8 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
|
|
|
145376
145434
|
additionalCreditsPriceId?: string | null | undefined;
|
|
145377
145435
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
145378
145436
|
};
|
|
145437
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
145438
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
145379
145439
|
hasOpenMeterSubject: boolean;
|
|
145380
145440
|
sso?: {
|
|
145381
145441
|
providerId: string;
|
|
@@ -145485,7 +145545,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
|
|
|
145485
145545
|
basePrefixes: string[];
|
|
145486
145546
|
isApprovalFeatureEnabled: boolean;
|
|
145487
145547
|
approvalRequiredForPublishing: boolean;
|
|
145488
|
-
accessMode: "
|
|
145548
|
+
accessMode: "InviteOnly" | "Open";
|
|
145489
145549
|
membersGenerated: boolean;
|
|
145490
145550
|
docExporterId?: string | null | undefined;
|
|
145491
145551
|
docUserSlug?: string | null | undefined;
|
|
@@ -145910,6 +145970,8 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
|
|
|
145910
145970
|
})) | null | undefined>;
|
|
145911
145971
|
aiFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
145912
145972
|
projectsEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
145973
|
+
defaultProjectAccessMode: z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
|
|
145974
|
+
defaultProjectRole: z$1.ZodEnum<["Viewer", "Builder"]>;
|
|
145913
145975
|
aiAskFeaturesEnabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
145914
145976
|
aiCustomInstruction: z$1.ZodOptional<z$1.ZodString>;
|
|
145915
145977
|
hasOpenMeterSubject: z$1.ZodBoolean;
|
|
@@ -145974,6 +146036,8 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
|
|
|
145974
146036
|
};
|
|
145975
146037
|
aiFeaturesEnabled: boolean;
|
|
145976
146038
|
projectsEnabled: boolean;
|
|
146039
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
146040
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
145977
146041
|
aiAskFeaturesEnabled: boolean;
|
|
145978
146042
|
hasOpenMeterSubject: boolean;
|
|
145979
146043
|
sso?: {
|
|
@@ -146076,6 +146140,8 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
|
|
|
146076
146140
|
additionalCreditsPriceId?: string | null | undefined;
|
|
146077
146141
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
146078
146142
|
};
|
|
146143
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
146144
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
146079
146145
|
hasOpenMeterSubject: boolean;
|
|
146080
146146
|
sso?: {
|
|
146081
146147
|
providerId: string;
|
|
@@ -146506,6 +146572,8 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
|
|
|
146506
146572
|
};
|
|
146507
146573
|
aiFeaturesEnabled: boolean;
|
|
146508
146574
|
projectsEnabled: boolean;
|
|
146575
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
146576
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
146509
146577
|
aiAskFeaturesEnabled: boolean;
|
|
146510
146578
|
hasOpenMeterSubject: boolean;
|
|
146511
146579
|
sso?: {
|
|
@@ -146661,6 +146729,8 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
|
|
|
146661
146729
|
additionalCreditsPriceId?: string | null | undefined;
|
|
146662
146730
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
146663
146731
|
};
|
|
146732
|
+
defaultProjectAccessMode: "InviteOnly" | "Open" | "Unlisted";
|
|
146733
|
+
defaultProjectRole: "Builder" | "Viewer";
|
|
146664
146734
|
hasOpenMeterSubject: boolean;
|
|
146665
146735
|
sso?: {
|
|
146666
146736
|
providerId: string;
|
|
@@ -148692,9 +148762,9 @@ declare const ExporterDestinationAzure: z$1.ZodObject<{
|
|
|
148692
148762
|
checkoutNoBlobs: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
148693
148763
|
checkoutSparse: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
148694
148764
|
}, "strip", z$1.ZodTypeAny, {
|
|
148765
|
+
projectId: string;
|
|
148695
148766
|
branch: string;
|
|
148696
148767
|
organizationId: string;
|
|
148697
|
-
projectId: string;
|
|
148698
148768
|
repositoryId: string;
|
|
148699
148769
|
url?: string | undefined;
|
|
148700
148770
|
userId?: number | undefined;
|
|
@@ -148711,9 +148781,9 @@ declare const ExporterDestinationAzure: z$1.ZodObject<{
|
|
|
148711
148781
|
credentialId?: string | undefined;
|
|
148712
148782
|
connectionId?: string | undefined;
|
|
148713
148783
|
}, {
|
|
148784
|
+
projectId: string;
|
|
148714
148785
|
branch: string;
|
|
148715
148786
|
organizationId: string;
|
|
148716
|
-
projectId: string;
|
|
148717
148787
|
repositoryId: string;
|
|
148718
148788
|
url?: string | null | undefined;
|
|
148719
148789
|
userId?: number | null | undefined;
|
|
@@ -148750,8 +148820,8 @@ declare const ExporterDestinationGitlab: z$1.ZodObject<{
|
|
|
148750
148820
|
checkoutNoBlobs: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
148751
148821
|
checkoutSparse: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
148752
148822
|
}, "strip", z$1.ZodTypeAny, {
|
|
148753
|
-
branch: string;
|
|
148754
148823
|
projectId: string;
|
|
148824
|
+
branch: string;
|
|
148755
148825
|
url?: string | undefined;
|
|
148756
148826
|
userId?: number | undefined;
|
|
148757
148827
|
relativePath?: string | undefined;
|
|
@@ -148767,8 +148837,8 @@ declare const ExporterDestinationGitlab: z$1.ZodObject<{
|
|
|
148767
148837
|
credentialId?: string | undefined;
|
|
148768
148838
|
connectionId?: string | undefined;
|
|
148769
148839
|
}, {
|
|
148770
|
-
branch: string;
|
|
148771
148840
|
projectId: string;
|
|
148841
|
+
branch: string;
|
|
148772
148842
|
url?: string | null | undefined;
|
|
148773
148843
|
userId?: number | null | undefined;
|
|
148774
148844
|
relativePath?: string | null | undefined;
|
|
@@ -148953,9 +149023,9 @@ declare const ExportDestinationsMap: z$1.ZodObject<{
|
|
|
148953
149023
|
checkoutNoBlobs: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
148954
149024
|
checkoutSparse: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
148955
149025
|
}, "strip", z$1.ZodTypeAny, {
|
|
149026
|
+
projectId: string;
|
|
148956
149027
|
branch: string;
|
|
148957
149028
|
organizationId: string;
|
|
148958
|
-
projectId: string;
|
|
148959
149029
|
repositoryId: string;
|
|
148960
149030
|
url?: string | undefined;
|
|
148961
149031
|
userId?: number | undefined;
|
|
@@ -148972,9 +149042,9 @@ declare const ExportDestinationsMap: z$1.ZodObject<{
|
|
|
148972
149042
|
credentialId?: string | undefined;
|
|
148973
149043
|
connectionId?: string | undefined;
|
|
148974
149044
|
}, {
|
|
149045
|
+
projectId: string;
|
|
148975
149046
|
branch: string;
|
|
148976
149047
|
organizationId: string;
|
|
148977
|
-
projectId: string;
|
|
148978
149048
|
repositoryId: string;
|
|
148979
149049
|
url?: string | null | undefined;
|
|
148980
149050
|
userId?: number | null | undefined;
|
|
@@ -149010,8 +149080,8 @@ declare const ExportDestinationsMap: z$1.ZodObject<{
|
|
|
149010
149080
|
checkoutNoBlobs: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
149011
149081
|
checkoutSparse: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
149012
149082
|
}, "strip", z$1.ZodTypeAny, {
|
|
149013
|
-
branch: string;
|
|
149014
149083
|
projectId: string;
|
|
149084
|
+
branch: string;
|
|
149015
149085
|
url?: string | undefined;
|
|
149016
149086
|
userId?: number | undefined;
|
|
149017
149087
|
relativePath?: string | undefined;
|
|
@@ -149027,8 +149097,8 @@ declare const ExportDestinationsMap: z$1.ZodObject<{
|
|
|
149027
149097
|
credentialId?: string | undefined;
|
|
149028
149098
|
connectionId?: string | undefined;
|
|
149029
149099
|
}, {
|
|
149030
|
-
branch: string;
|
|
149031
149100
|
projectId: string;
|
|
149101
|
+
branch: string;
|
|
149032
149102
|
url?: string | null | undefined;
|
|
149033
149103
|
userId?: number | null | undefined;
|
|
149034
149104
|
relativePath?: string | null | undefined;
|
|
@@ -149132,9 +149202,9 @@ declare const ExportDestinationsMap: z$1.ZodObject<{
|
|
|
149132
149202
|
connectionId?: string | undefined;
|
|
149133
149203
|
} | undefined;
|
|
149134
149204
|
destinationAzure?: {
|
|
149205
|
+
projectId: string;
|
|
149135
149206
|
branch: string;
|
|
149136
149207
|
organizationId: string;
|
|
149137
|
-
projectId: string;
|
|
149138
149208
|
repositoryId: string;
|
|
149139
149209
|
url?: string | undefined;
|
|
149140
149210
|
userId?: number | undefined;
|
|
@@ -149152,8 +149222,8 @@ declare const ExportDestinationsMap: z$1.ZodObject<{
|
|
|
149152
149222
|
connectionId?: string | undefined;
|
|
149153
149223
|
} | undefined;
|
|
149154
149224
|
destinationGitlab?: {
|
|
149155
|
-
branch: string;
|
|
149156
149225
|
projectId: string;
|
|
149226
|
+
branch: string;
|
|
149157
149227
|
url?: string | undefined;
|
|
149158
149228
|
userId?: number | undefined;
|
|
149159
149229
|
relativePath?: string | undefined;
|
|
@@ -149218,9 +149288,9 @@ declare const ExportDestinationsMap: z$1.ZodObject<{
|
|
|
149218
149288
|
connectionId?: string | null | undefined;
|
|
149219
149289
|
} | undefined;
|
|
149220
149290
|
destinationAzure?: {
|
|
149291
|
+
projectId: string;
|
|
149221
149292
|
branch: string;
|
|
149222
149293
|
organizationId: string;
|
|
149223
|
-
projectId: string;
|
|
149224
149294
|
repositoryId: string;
|
|
149225
149295
|
url?: string | null | undefined;
|
|
149226
149296
|
userId?: number | null | undefined;
|
|
@@ -149238,8 +149308,8 @@ declare const ExportDestinationsMap: z$1.ZodObject<{
|
|
|
149238
149308
|
connectionId?: string | null | undefined;
|
|
149239
149309
|
} | undefined;
|
|
149240
149310
|
destinationGitlab?: {
|
|
149241
|
-
branch: string;
|
|
149242
149311
|
projectId: string;
|
|
149312
|
+
branch: string;
|
|
149243
149313
|
url?: string | null | undefined;
|
|
149244
149314
|
userId?: number | null | undefined;
|
|
149245
149315
|
relativePath?: string | null | undefined;
|
|
@@ -149385,9 +149455,9 @@ declare const ExportDestinationsMapUpdate: z$1.ZodObject<{
|
|
|
149385
149455
|
checkoutNoBlobs: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
149386
149456
|
checkoutSparse: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
149387
149457
|
}, "strip", z$1.ZodTypeAny, {
|
|
149458
|
+
projectId: string;
|
|
149388
149459
|
branch: string;
|
|
149389
149460
|
organizationId: string;
|
|
149390
|
-
projectId: string;
|
|
149391
149461
|
repositoryId: string;
|
|
149392
149462
|
url?: string | undefined;
|
|
149393
149463
|
userId?: number | undefined;
|
|
@@ -149404,9 +149474,9 @@ declare const ExportDestinationsMapUpdate: z$1.ZodObject<{
|
|
|
149404
149474
|
credentialId?: string | undefined;
|
|
149405
149475
|
connectionId?: string | undefined;
|
|
149406
149476
|
}, {
|
|
149477
|
+
projectId: string;
|
|
149407
149478
|
branch: string;
|
|
149408
149479
|
organizationId: string;
|
|
149409
|
-
projectId: string;
|
|
149410
149480
|
repositoryId: string;
|
|
149411
149481
|
url?: string | null | undefined;
|
|
149412
149482
|
userId?: number | null | undefined;
|
|
@@ -149442,8 +149512,8 @@ declare const ExportDestinationsMapUpdate: z$1.ZodObject<{
|
|
|
149442
149512
|
checkoutNoBlobs: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
149443
149513
|
checkoutSparse: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
149444
149514
|
}, "strip", z$1.ZodTypeAny, {
|
|
149445
|
-
branch: string;
|
|
149446
149515
|
projectId: string;
|
|
149516
|
+
branch: string;
|
|
149447
149517
|
url?: string | undefined;
|
|
149448
149518
|
userId?: number | undefined;
|
|
149449
149519
|
relativePath?: string | undefined;
|
|
@@ -149459,8 +149529,8 @@ declare const ExportDestinationsMapUpdate: z$1.ZodObject<{
|
|
|
149459
149529
|
credentialId?: string | undefined;
|
|
149460
149530
|
connectionId?: string | undefined;
|
|
149461
149531
|
}, {
|
|
149462
|
-
branch: string;
|
|
149463
149532
|
projectId: string;
|
|
149533
|
+
branch: string;
|
|
149464
149534
|
url?: string | null | undefined;
|
|
149465
149535
|
userId?: number | null | undefined;
|
|
149466
149536
|
relativePath?: string | null | undefined;
|
|
@@ -149564,9 +149634,9 @@ declare const ExportDestinationsMapUpdate: z$1.ZodObject<{
|
|
|
149564
149634
|
connectionId?: string | undefined;
|
|
149565
149635
|
} | null | undefined;
|
|
149566
149636
|
destinationAzure?: {
|
|
149637
|
+
projectId: string;
|
|
149567
149638
|
branch: string;
|
|
149568
149639
|
organizationId: string;
|
|
149569
|
-
projectId: string;
|
|
149570
149640
|
repositoryId: string;
|
|
149571
149641
|
url?: string | undefined;
|
|
149572
149642
|
userId?: number | undefined;
|
|
@@ -149584,8 +149654,8 @@ declare const ExportDestinationsMapUpdate: z$1.ZodObject<{
|
|
|
149584
149654
|
connectionId?: string | undefined;
|
|
149585
149655
|
} | null | undefined;
|
|
149586
149656
|
destinationGitlab?: {
|
|
149587
|
-
branch: string;
|
|
149588
149657
|
projectId: string;
|
|
149658
|
+
branch: string;
|
|
149589
149659
|
url?: string | undefined;
|
|
149590
149660
|
userId?: number | undefined;
|
|
149591
149661
|
relativePath?: string | undefined;
|
|
@@ -149650,9 +149720,9 @@ declare const ExportDestinationsMapUpdate: z$1.ZodObject<{
|
|
|
149650
149720
|
connectionId?: string | null | undefined;
|
|
149651
149721
|
} | null | undefined;
|
|
149652
149722
|
destinationAzure?: {
|
|
149723
|
+
projectId: string;
|
|
149653
149724
|
branch: string;
|
|
149654
149725
|
organizationId: string;
|
|
149655
|
-
projectId: string;
|
|
149656
149726
|
repositoryId: string;
|
|
149657
149727
|
url?: string | null | undefined;
|
|
149658
149728
|
userId?: number | null | undefined;
|
|
@@ -149670,8 +149740,8 @@ declare const ExportDestinationsMapUpdate: z$1.ZodObject<{
|
|
|
149670
149740
|
connectionId?: string | null | undefined;
|
|
149671
149741
|
} | null | undefined;
|
|
149672
149742
|
destinationGitlab?: {
|
|
149673
|
-
branch: string;
|
|
149674
149743
|
projectId: string;
|
|
149744
|
+
branch: string;
|
|
149675
149745
|
url?: string | null | undefined;
|
|
149676
149746
|
userId?: number | null | undefined;
|
|
149677
149747
|
relativePath?: string | null | undefined;
|
|
@@ -150068,9 +150138,9 @@ declare const ExportJob: z$1.ZodObject<{
|
|
|
150068
150138
|
checkoutNoBlobs: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
150069
150139
|
checkoutSparse: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
150070
150140
|
}, "strip", z$1.ZodTypeAny, {
|
|
150141
|
+
projectId: string;
|
|
150071
150142
|
branch: string;
|
|
150072
150143
|
organizationId: string;
|
|
150073
|
-
projectId: string;
|
|
150074
150144
|
repositoryId: string;
|
|
150075
150145
|
url?: string | undefined;
|
|
150076
150146
|
userId?: number | undefined;
|
|
@@ -150087,9 +150157,9 @@ declare const ExportJob: z$1.ZodObject<{
|
|
|
150087
150157
|
credentialId?: string | undefined;
|
|
150088
150158
|
connectionId?: string | undefined;
|
|
150089
150159
|
}, {
|
|
150160
|
+
projectId: string;
|
|
150090
150161
|
branch: string;
|
|
150091
150162
|
organizationId: string;
|
|
150092
|
-
projectId: string;
|
|
150093
150163
|
repositoryId: string;
|
|
150094
150164
|
url?: string | null | undefined;
|
|
150095
150165
|
userId?: number | null | undefined;
|
|
@@ -150125,8 +150195,8 @@ declare const ExportJob: z$1.ZodObject<{
|
|
|
150125
150195
|
checkoutNoBlobs: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
150126
150196
|
checkoutSparse: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
150127
150197
|
}, "strip", z$1.ZodTypeAny, {
|
|
150128
|
-
branch: string;
|
|
150129
150198
|
projectId: string;
|
|
150199
|
+
branch: string;
|
|
150130
150200
|
url?: string | undefined;
|
|
150131
150201
|
userId?: number | undefined;
|
|
150132
150202
|
relativePath?: string | undefined;
|
|
@@ -150142,8 +150212,8 @@ declare const ExportJob: z$1.ZodObject<{
|
|
|
150142
150212
|
credentialId?: string | undefined;
|
|
150143
150213
|
connectionId?: string | undefined;
|
|
150144
150214
|
}, {
|
|
150145
|
-
branch: string;
|
|
150146
150215
|
projectId: string;
|
|
150216
|
+
branch: string;
|
|
150147
150217
|
url?: string | null | undefined;
|
|
150148
150218
|
userId?: number | null | undefined;
|
|
150149
150219
|
relativePath?: string | null | undefined;
|
|
@@ -150459,9 +150529,9 @@ declare const ExportJob: z$1.ZodObject<{
|
|
|
150459
150529
|
connectionId?: string | undefined;
|
|
150460
150530
|
} | undefined;
|
|
150461
150531
|
destinationAzure?: {
|
|
150532
|
+
projectId: string;
|
|
150462
150533
|
branch: string;
|
|
150463
150534
|
organizationId: string;
|
|
150464
|
-
projectId: string;
|
|
150465
150535
|
repositoryId: string;
|
|
150466
150536
|
url?: string | undefined;
|
|
150467
150537
|
userId?: number | undefined;
|
|
@@ -150479,8 +150549,8 @@ declare const ExportJob: z$1.ZodObject<{
|
|
|
150479
150549
|
connectionId?: string | undefined;
|
|
150480
150550
|
} | undefined;
|
|
150481
150551
|
destinationGitlab?: {
|
|
150482
|
-
branch: string;
|
|
150483
150552
|
projectId: string;
|
|
150553
|
+
branch: string;
|
|
150484
150554
|
url?: string | undefined;
|
|
150485
150555
|
userId?: number | undefined;
|
|
150486
150556
|
relativePath?: string | undefined;
|
|
@@ -150598,9 +150668,9 @@ declare const ExportJob: z$1.ZodObject<{
|
|
|
150598
150668
|
connectionId?: string | null | undefined;
|
|
150599
150669
|
} | undefined;
|
|
150600
150670
|
destinationAzure?: {
|
|
150671
|
+
projectId: string;
|
|
150601
150672
|
branch: string;
|
|
150602
150673
|
organizationId: string;
|
|
150603
|
-
projectId: string;
|
|
150604
150674
|
repositoryId: string;
|
|
150605
150675
|
url?: string | null | undefined;
|
|
150606
150676
|
userId?: number | null | undefined;
|
|
@@ -150618,8 +150688,8 @@ declare const ExportJob: z$1.ZodObject<{
|
|
|
150618
150688
|
connectionId?: string | null | undefined;
|
|
150619
150689
|
} | undefined;
|
|
150620
150690
|
destinationGitlab?: {
|
|
150621
|
-
branch: string;
|
|
150622
150691
|
projectId: string;
|
|
150692
|
+
branch: string;
|
|
150623
150693
|
url?: string | null | undefined;
|
|
150624
150694
|
userId?: number | null | undefined;
|
|
150625
150695
|
relativePath?: string | null | undefined;
|
|
@@ -153648,9 +153718,9 @@ declare const Pipeline: z$1.ZodObject<{
|
|
|
153648
153718
|
checkoutNoBlobs: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
153649
153719
|
checkoutSparse: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
153650
153720
|
}, "strip", z$1.ZodTypeAny, {
|
|
153721
|
+
projectId: string;
|
|
153651
153722
|
branch: string;
|
|
153652
153723
|
organizationId: string;
|
|
153653
|
-
projectId: string;
|
|
153654
153724
|
repositoryId: string;
|
|
153655
153725
|
url?: string | undefined;
|
|
153656
153726
|
userId?: number | undefined;
|
|
@@ -153667,9 +153737,9 @@ declare const Pipeline: z$1.ZodObject<{
|
|
|
153667
153737
|
credentialId?: string | undefined;
|
|
153668
153738
|
connectionId?: string | undefined;
|
|
153669
153739
|
}, {
|
|
153740
|
+
projectId: string;
|
|
153670
153741
|
branch: string;
|
|
153671
153742
|
organizationId: string;
|
|
153672
|
-
projectId: string;
|
|
153673
153743
|
repositoryId: string;
|
|
153674
153744
|
url?: string | null | undefined;
|
|
153675
153745
|
userId?: number | null | undefined;
|
|
@@ -153705,8 +153775,8 @@ declare const Pipeline: z$1.ZodObject<{
|
|
|
153705
153775
|
checkoutNoBlobs: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
153706
153776
|
checkoutSparse: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<boolean, z$1.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
153707
153777
|
}, "strip", z$1.ZodTypeAny, {
|
|
153708
|
-
branch: string;
|
|
153709
153778
|
projectId: string;
|
|
153779
|
+
branch: string;
|
|
153710
153780
|
url?: string | undefined;
|
|
153711
153781
|
userId?: number | undefined;
|
|
153712
153782
|
relativePath?: string | undefined;
|
|
@@ -153722,8 +153792,8 @@ declare const Pipeline: z$1.ZodObject<{
|
|
|
153722
153792
|
credentialId?: string | undefined;
|
|
153723
153793
|
connectionId?: string | undefined;
|
|
153724
153794
|
}, {
|
|
153725
|
-
branch: string;
|
|
153726
153795
|
projectId: string;
|
|
153796
|
+
branch: string;
|
|
153727
153797
|
url?: string | null | undefined;
|
|
153728
153798
|
userId?: number | null | undefined;
|
|
153729
153799
|
relativePath?: string | null | undefined;
|
|
@@ -153850,9 +153920,9 @@ declare const Pipeline: z$1.ZodObject<{
|
|
|
153850
153920
|
connectionId?: string | undefined;
|
|
153851
153921
|
} | undefined;
|
|
153852
153922
|
destinationAzure?: {
|
|
153923
|
+
projectId: string;
|
|
153853
153924
|
branch: string;
|
|
153854
153925
|
organizationId: string;
|
|
153855
|
-
projectId: string;
|
|
153856
153926
|
repositoryId: string;
|
|
153857
153927
|
url?: string | undefined;
|
|
153858
153928
|
userId?: number | undefined;
|
|
@@ -153870,8 +153940,8 @@ declare const Pipeline: z$1.ZodObject<{
|
|
|
153870
153940
|
connectionId?: string | undefined;
|
|
153871
153941
|
} | undefined;
|
|
153872
153942
|
destinationGitlab?: {
|
|
153873
|
-
branch: string;
|
|
153874
153943
|
projectId: string;
|
|
153944
|
+
branch: string;
|
|
153875
153945
|
url?: string | undefined;
|
|
153876
153946
|
userId?: number | undefined;
|
|
153877
153947
|
relativePath?: string | undefined;
|
|
@@ -153948,9 +154018,9 @@ declare const Pipeline: z$1.ZodObject<{
|
|
|
153948
154018
|
connectionId?: string | null | undefined;
|
|
153949
154019
|
} | undefined;
|
|
153950
154020
|
destinationAzure?: {
|
|
154021
|
+
projectId: string;
|
|
153951
154022
|
branch: string;
|
|
153952
154023
|
organizationId: string;
|
|
153953
|
-
projectId: string;
|
|
153954
154024
|
repositoryId: string;
|
|
153955
154025
|
url?: string | null | undefined;
|
|
153956
154026
|
userId?: number | null | undefined;
|
|
@@ -153968,8 +154038,8 @@ declare const Pipeline: z$1.ZodObject<{
|
|
|
153968
154038
|
connectionId?: string | null | undefined;
|
|
153969
154039
|
} | undefined;
|
|
153970
154040
|
destinationGitlab?: {
|
|
153971
|
-
branch: string;
|
|
153972
154041
|
projectId: string;
|
|
154042
|
+
branch: string;
|
|
153973
154043
|
url?: string | null | undefined;
|
|
153974
154044
|
userId?: number | null | undefined;
|
|
153975
154045
|
relativePath?: string | null | undefined;
|
|
@@ -154442,8 +154512,8 @@ declare const ForgeAgent: z$1.ZodObject<{
|
|
|
154442
154512
|
id: string;
|
|
154443
154513
|
name: string;
|
|
154444
154514
|
behavior: "Coder" | "Writer" | "Designer";
|
|
154445
|
-
projectId: string;
|
|
154446
154515
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
154516
|
+
projectId: string;
|
|
154447
154517
|
avatarUrl?: string | undefined;
|
|
154448
154518
|
}, {
|
|
154449
154519
|
avatar: string | {
|
|
@@ -154455,8 +154525,8 @@ declare const ForgeAgent: z$1.ZodObject<{
|
|
|
154455
154525
|
id: string;
|
|
154456
154526
|
name: string;
|
|
154457
154527
|
behavior: "Coder" | "Writer" | "Designer";
|
|
154458
|
-
projectId: string;
|
|
154459
154528
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
154529
|
+
projectId: string;
|
|
154460
154530
|
avatarUrl?: string | undefined;
|
|
154461
154531
|
}>;
|
|
154462
154532
|
type ForgeAgent = z$1.infer<typeof ForgeAgent>;
|
|
@@ -154600,11 +154670,11 @@ declare const ForgeBuildArtifact: z$1.ZodObject<{
|
|
|
154600
154670
|
}[];
|
|
154601
154671
|
id: string;
|
|
154602
154672
|
createdAt: Date;
|
|
154673
|
+
projectIterationId: string;
|
|
154674
|
+
participantId: string;
|
|
154603
154675
|
environment: {
|
|
154604
154676
|
dependencies: Record<string, string>;
|
|
154605
154677
|
};
|
|
154606
|
-
projectIterationId: string;
|
|
154607
|
-
participantId: string;
|
|
154608
154678
|
}, {
|
|
154609
154679
|
type: "build";
|
|
154610
154680
|
files: {
|
|
@@ -154614,11 +154684,11 @@ declare const ForgeBuildArtifact: z$1.ZodObject<{
|
|
|
154614
154684
|
}[];
|
|
154615
154685
|
id: string;
|
|
154616
154686
|
createdAt: Date;
|
|
154687
|
+
projectIterationId: string;
|
|
154688
|
+
participantId: string;
|
|
154617
154689
|
environment: {
|
|
154618
154690
|
dependencies: Record<string, string>;
|
|
154619
154691
|
};
|
|
154620
|
-
projectIterationId: string;
|
|
154621
|
-
participantId: string;
|
|
154622
154692
|
}>;
|
|
154623
154693
|
type ForgeBuildArtifact = z$1.infer<typeof ForgeBuildArtifact>;
|
|
154624
154694
|
declare const ForgeArtifact: z$1.ZodUnion<[z$1.ZodObject<{
|
|
@@ -154657,11 +154727,11 @@ declare const ForgeArtifact: z$1.ZodUnion<[z$1.ZodObject<{
|
|
|
154657
154727
|
}[];
|
|
154658
154728
|
id: string;
|
|
154659
154729
|
createdAt: Date;
|
|
154730
|
+
projectIterationId: string;
|
|
154731
|
+
participantId: string;
|
|
154660
154732
|
environment: {
|
|
154661
154733
|
dependencies: Record<string, string>;
|
|
154662
154734
|
};
|
|
154663
|
-
projectIterationId: string;
|
|
154664
|
-
participantId: string;
|
|
154665
154735
|
}, {
|
|
154666
154736
|
type: "build";
|
|
154667
154737
|
files: {
|
|
@@ -154671,11 +154741,11 @@ declare const ForgeArtifact: z$1.ZodUnion<[z$1.ZodObject<{
|
|
|
154671
154741
|
}[];
|
|
154672
154742
|
id: string;
|
|
154673
154743
|
createdAt: Date;
|
|
154744
|
+
projectIterationId: string;
|
|
154745
|
+
participantId: string;
|
|
154674
154746
|
environment: {
|
|
154675
154747
|
dependencies: Record<string, string>;
|
|
154676
154748
|
};
|
|
154677
|
-
projectIterationId: string;
|
|
154678
|
-
participantId: string;
|
|
154679
154749
|
}>, z$1.ZodObject<{
|
|
154680
154750
|
id: z$1.ZodString;
|
|
154681
154751
|
createdAt: z$1.ZodDate;
|
|
@@ -154809,8 +154879,8 @@ declare const ForgeIterationMessage: z$1.ZodObject<{
|
|
|
154809
154879
|
id: string;
|
|
154810
154880
|
name: string;
|
|
154811
154881
|
behavior: "Coder" | "Writer" | "Designer";
|
|
154812
|
-
projectId: string;
|
|
154813
154882
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
154883
|
+
projectId: string;
|
|
154814
154884
|
avatarUrl?: string | undefined;
|
|
154815
154885
|
}, {
|
|
154816
154886
|
avatar: string | {
|
|
@@ -154822,8 +154892,8 @@ declare const ForgeIterationMessage: z$1.ZodObject<{
|
|
|
154822
154892
|
id: string;
|
|
154823
154893
|
name: string;
|
|
154824
154894
|
behavior: "Coder" | "Writer" | "Designer";
|
|
154825
|
-
projectId: string;
|
|
154826
154895
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
154896
|
+
projectId: string;
|
|
154827
154897
|
avatarUrl?: string | undefined;
|
|
154828
154898
|
}>>;
|
|
154829
154899
|
projectIterationId: z$1.ZodString;
|
|
@@ -155218,8 +155288,8 @@ declare const ForgeIterationMessage: z$1.ZodObject<{
|
|
|
155218
155288
|
id: string;
|
|
155219
155289
|
name: string;
|
|
155220
155290
|
behavior: "Coder" | "Writer" | "Designer";
|
|
155221
|
-
projectId: string;
|
|
155222
155291
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
155292
|
+
projectId: string;
|
|
155223
155293
|
avatarUrl?: string | undefined;
|
|
155224
155294
|
} | undefined;
|
|
155225
155295
|
}, {
|
|
@@ -155289,8 +155359,8 @@ declare const ForgeIterationMessage: z$1.ZodObject<{
|
|
|
155289
155359
|
id: string;
|
|
155290
155360
|
name: string;
|
|
155291
155361
|
behavior: "Coder" | "Writer" | "Designer";
|
|
155292
|
-
projectId: string;
|
|
155293
155362
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
155363
|
+
projectId: string;
|
|
155294
155364
|
avatarUrl?: string | undefined;
|
|
155295
155365
|
} | undefined;
|
|
155296
155366
|
}>;
|
|
@@ -155384,8 +155454,8 @@ declare const ForgeIterationMessage: z$1.ZodObject<{
|
|
|
155384
155454
|
id: string;
|
|
155385
155455
|
name: string;
|
|
155386
155456
|
behavior: "Coder" | "Writer" | "Designer";
|
|
155387
|
-
projectId: string;
|
|
155388
155457
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
155458
|
+
projectId: string;
|
|
155389
155459
|
avatarUrl?: string | undefined;
|
|
155390
155460
|
} | undefined;
|
|
155391
155461
|
};
|
|
@@ -155468,8 +155538,8 @@ declare const ForgeIterationMessage: z$1.ZodObject<{
|
|
|
155468
155538
|
id: string;
|
|
155469
155539
|
name: string;
|
|
155470
155540
|
behavior: "Coder" | "Writer" | "Designer";
|
|
155471
|
-
projectId: string;
|
|
155472
155541
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
155542
|
+
projectId: string;
|
|
155473
155543
|
avatarUrl?: string | undefined;
|
|
155474
155544
|
} | undefined;
|
|
155475
155545
|
};
|
|
@@ -155517,8 +155587,8 @@ declare const ForgeParticipant: z$1.ZodObject<{
|
|
|
155517
155587
|
id: string;
|
|
155518
155588
|
name: string;
|
|
155519
155589
|
behavior: "Coder" | "Writer" | "Designer";
|
|
155520
|
-
projectId: string;
|
|
155521
155590
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
155591
|
+
projectId: string;
|
|
155522
155592
|
avatarUrl?: string | undefined;
|
|
155523
155593
|
}, {
|
|
155524
155594
|
avatar: string | {
|
|
@@ -155530,8 +155600,8 @@ declare const ForgeParticipant: z$1.ZodObject<{
|
|
|
155530
155600
|
id: string;
|
|
155531
155601
|
name: string;
|
|
155532
155602
|
behavior: "Coder" | "Writer" | "Designer";
|
|
155533
|
-
projectId: string;
|
|
155534
155603
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
155604
|
+
projectId: string;
|
|
155535
155605
|
avatarUrl?: string | undefined;
|
|
155536
155606
|
}>>;
|
|
155537
155607
|
projectIterationId: z$1.ZodString;
|
|
@@ -155926,8 +155996,8 @@ declare const ForgeParticipant: z$1.ZodObject<{
|
|
|
155926
155996
|
id: string;
|
|
155927
155997
|
name: string;
|
|
155928
155998
|
behavior: "Coder" | "Writer" | "Designer";
|
|
155929
|
-
projectId: string;
|
|
155930
155999
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
156000
|
+
projectId: string;
|
|
155931
156001
|
avatarUrl?: string | undefined;
|
|
155932
156002
|
} | undefined;
|
|
155933
156003
|
}, {
|
|
@@ -155997,8 +156067,8 @@ declare const ForgeParticipant: z$1.ZodObject<{
|
|
|
155997
156067
|
id: string;
|
|
155998
156068
|
name: string;
|
|
155999
156069
|
behavior: "Coder" | "Writer" | "Designer";
|
|
156000
|
-
projectId: string;
|
|
156001
156070
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
156071
|
+
projectId: string;
|
|
156002
156072
|
avatarUrl?: string | undefined;
|
|
156003
156073
|
} | undefined;
|
|
156004
156074
|
}>;
|
|
@@ -158393,16 +158463,16 @@ declare const ForgeProjectInvitation: z$1.ZodObject<{
|
|
|
158393
158463
|
createdAt: Date;
|
|
158394
158464
|
updatedAt: Date;
|
|
158395
158465
|
role: "Builder" | "Admin" | "Viewer";
|
|
158396
|
-
workspaceInvitationId: string;
|
|
158397
158466
|
forgeProjectId: string;
|
|
158467
|
+
workspaceInvitationId: string;
|
|
158398
158468
|
createdById: string;
|
|
158399
158469
|
}, {
|
|
158400
158470
|
email: string;
|
|
158401
158471
|
createdAt: Date;
|
|
158402
158472
|
updatedAt: Date;
|
|
158403
158473
|
role: "Builder" | "Admin" | "Viewer";
|
|
158404
|
-
workspaceInvitationId: string;
|
|
158405
158474
|
forgeProjectId: string;
|
|
158475
|
+
workspaceInvitationId: string;
|
|
158406
158476
|
createdById: string;
|
|
158407
158477
|
}>;
|
|
158408
158478
|
type ForgeProjectInvitation = z$1.infer<typeof ForgeProjectInvitation>;
|
|
@@ -158465,8 +158535,8 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
158465
158535
|
id: string;
|
|
158466
158536
|
name: string;
|
|
158467
158537
|
behavior: "Coder" | "Writer" | "Designer";
|
|
158468
|
-
projectId: string;
|
|
158469
158538
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
158539
|
+
projectId: string;
|
|
158470
158540
|
avatarUrl?: string | undefined;
|
|
158471
158541
|
}, {
|
|
158472
158542
|
avatar: string | {
|
|
@@ -158478,8 +158548,8 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
158478
158548
|
id: string;
|
|
158479
158549
|
name: string;
|
|
158480
158550
|
behavior: "Coder" | "Writer" | "Designer";
|
|
158481
|
-
projectId: string;
|
|
158482
158551
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
158552
|
+
projectId: string;
|
|
158483
158553
|
avatarUrl?: string | undefined;
|
|
158484
158554
|
}>>;
|
|
158485
158555
|
projectIterationId: z$1.ZodString;
|
|
@@ -158874,8 +158944,8 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
158874
158944
|
id: string;
|
|
158875
158945
|
name: string;
|
|
158876
158946
|
behavior: "Coder" | "Writer" | "Designer";
|
|
158877
|
-
projectId: string;
|
|
158878
158947
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
158948
|
+
projectId: string;
|
|
158879
158949
|
avatarUrl?: string | undefined;
|
|
158880
158950
|
} | undefined;
|
|
158881
158951
|
}, {
|
|
@@ -158945,8 +159015,8 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
158945
159015
|
id: string;
|
|
158946
159016
|
name: string;
|
|
158947
159017
|
behavior: "Coder" | "Writer" | "Designer";
|
|
158948
|
-
projectId: string;
|
|
158949
159018
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
159019
|
+
projectId: string;
|
|
158950
159020
|
avatarUrl?: string | undefined;
|
|
158951
159021
|
} | undefined;
|
|
158952
159022
|
}>;
|
|
@@ -159040,8 +159110,8 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
159040
159110
|
id: string;
|
|
159041
159111
|
name: string;
|
|
159042
159112
|
behavior: "Coder" | "Writer" | "Designer";
|
|
159043
|
-
projectId: string;
|
|
159044
159113
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
159114
|
+
projectId: string;
|
|
159045
159115
|
avatarUrl?: string | undefined;
|
|
159046
159116
|
} | undefined;
|
|
159047
159117
|
};
|
|
@@ -159124,8 +159194,8 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
159124
159194
|
id: string;
|
|
159125
159195
|
name: string;
|
|
159126
159196
|
behavior: "Coder" | "Writer" | "Designer";
|
|
159127
|
-
projectId: string;
|
|
159128
159197
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
159198
|
+
projectId: string;
|
|
159129
159199
|
avatarUrl?: string | undefined;
|
|
159130
159200
|
} | undefined;
|
|
159131
159201
|
};
|
|
@@ -159171,11 +159241,11 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
159171
159241
|
}[];
|
|
159172
159242
|
id: string;
|
|
159173
159243
|
createdAt: Date;
|
|
159244
|
+
projectIterationId: string;
|
|
159245
|
+
participantId: string;
|
|
159174
159246
|
environment: {
|
|
159175
159247
|
dependencies: Record<string, string>;
|
|
159176
159248
|
};
|
|
159177
|
-
projectIterationId: string;
|
|
159178
|
-
participantId: string;
|
|
159179
159249
|
}, {
|
|
159180
159250
|
type: "build";
|
|
159181
159251
|
files: {
|
|
@@ -159185,11 +159255,11 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
159185
159255
|
}[];
|
|
159186
159256
|
id: string;
|
|
159187
159257
|
createdAt: Date;
|
|
159258
|
+
projectIterationId: string;
|
|
159259
|
+
participantId: string;
|
|
159188
159260
|
environment: {
|
|
159189
159261
|
dependencies: Record<string, string>;
|
|
159190
159262
|
};
|
|
159191
|
-
projectIterationId: string;
|
|
159192
|
-
participantId: string;
|
|
159193
159263
|
}>, z$1.ZodObject<{
|
|
159194
159264
|
id: z$1.ZodString;
|
|
159195
159265
|
createdAt: z$1.ZodDate;
|
|
@@ -159353,8 +159423,8 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
159353
159423
|
id: string;
|
|
159354
159424
|
name: string;
|
|
159355
159425
|
behavior: "Coder" | "Writer" | "Designer";
|
|
159356
|
-
projectId: string;
|
|
159357
159426
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
159427
|
+
projectId: string;
|
|
159358
159428
|
avatarUrl?: string | undefined;
|
|
159359
159429
|
} | undefined;
|
|
159360
159430
|
};
|
|
@@ -159401,11 +159471,11 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
159401
159471
|
}[];
|
|
159402
159472
|
id: string;
|
|
159403
159473
|
createdAt: Date;
|
|
159474
|
+
projectIterationId: string;
|
|
159475
|
+
participantId: string;
|
|
159404
159476
|
environment: {
|
|
159405
159477
|
dependencies: Record<string, string>;
|
|
159406
159478
|
};
|
|
159407
|
-
projectIterationId: string;
|
|
159408
|
-
participantId: string;
|
|
159409
159479
|
})[];
|
|
159410
159480
|
branchId?: string | undefined;
|
|
159411
159481
|
previousIterationId?: string | undefined;
|
|
@@ -159489,8 +159559,8 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
159489
159559
|
id: string;
|
|
159490
159560
|
name: string;
|
|
159491
159561
|
behavior: "Coder" | "Writer" | "Designer";
|
|
159492
|
-
projectId: string;
|
|
159493
159562
|
personality: "Neutral" | "Assertive" | "Crazy";
|
|
159563
|
+
projectId: string;
|
|
159494
159564
|
avatarUrl?: string | undefined;
|
|
159495
159565
|
} | undefined;
|
|
159496
159566
|
};
|
|
@@ -159537,11 +159607,11 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
159537
159607
|
}[];
|
|
159538
159608
|
id: string;
|
|
159539
159609
|
createdAt: Date;
|
|
159610
|
+
projectIterationId: string;
|
|
159611
|
+
participantId: string;
|
|
159540
159612
|
environment: {
|
|
159541
159613
|
dependencies: Record<string, string>;
|
|
159542
159614
|
};
|
|
159543
|
-
projectIterationId: string;
|
|
159544
|
-
participantId: string;
|
|
159545
159615
|
})[];
|
|
159546
159616
|
branchId?: string | undefined;
|
|
159547
159617
|
previousIterationId?: string | undefined;
|
|
@@ -159552,6 +159622,7 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
159552
159622
|
}>;
|
|
159553
159623
|
type ForgeProjectIteration = z$1.infer<typeof ForgeProjectIteration>;
|
|
159554
159624
|
|
|
159625
|
+
declare const ForgeDefaultProjectRole: z$1.ZodEnum<["Viewer", "Builder"]>;
|
|
159555
159626
|
declare const ForgeProjectRole: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
|
|
159556
159627
|
type ForgeProjectRole = z$1.infer<typeof ForgeProjectRole>;
|
|
159557
159628
|
declare const ForgeProjectMembership: z$1.ZodObject<{
|
|
@@ -159564,14 +159635,14 @@ declare const ForgeProjectMembership: z$1.ZodObject<{
|
|
|
159564
159635
|
userId: string;
|
|
159565
159636
|
role: "Builder" | "Admin" | "Viewer";
|
|
159566
159637
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
159567
|
-
workspaceMembershipId: string;
|
|
159568
159638
|
forgeProjectId: string;
|
|
159639
|
+
workspaceMembershipId: string;
|
|
159569
159640
|
}, {
|
|
159570
159641
|
userId: string;
|
|
159571
159642
|
role: "Builder" | "Admin" | "Viewer";
|
|
159572
159643
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
159573
|
-
workspaceMembershipId: string;
|
|
159574
159644
|
forgeProjectId: string;
|
|
159645
|
+
workspaceMembershipId: string;
|
|
159575
159646
|
}>;
|
|
159576
159647
|
type ForgeProjectMembership = z$1.infer<typeof ForgeProjectMembership>;
|
|
159577
159648
|
type CreateForgeProjectMembership = DbCreateInputOmit<ForgeProjectMembership>;
|
|
@@ -159606,6 +159677,9 @@ type ForgeSection = z$1.infer<typeof ForgeSection>;
|
|
|
159606
159677
|
declare const ForgeProjectSectionChildType: z$1.ZodEnum<["Artifact", "Feature"]>;
|
|
159607
159678
|
type ForgeProjectSectionChildType = z$1.infer<typeof ForgeProjectSectionChildType>;
|
|
159608
159679
|
|
|
159680
|
+
declare const ForgeProjectAccessMode: z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
|
|
159681
|
+
type ForgeProjectAccessMode = z$1.infer<typeof ForgeProjectAccessMode>;
|
|
159682
|
+
|
|
159609
159683
|
declare const ForgeRelationType: z$1.ZodEnum<["Feature", "Document"]>;
|
|
159610
159684
|
type ForgeRelationType = z$1.infer<typeof ForgeRelationType>;
|
|
159611
159685
|
declare const ForgeRelation: z$1.ZodObject<{
|
|
@@ -159795,16 +159869,16 @@ declare const IntegrationCredentialsProfile: z$1.ZodObject<{
|
|
|
159795
159869
|
email?: string | undefined;
|
|
159796
159870
|
id?: string | undefined;
|
|
159797
159871
|
organization?: string | undefined;
|
|
159798
|
-
handle?: string | undefined;
|
|
159799
159872
|
avatarUrl?: string | undefined;
|
|
159873
|
+
handle?: string | undefined;
|
|
159800
159874
|
collection?: string | undefined;
|
|
159801
159875
|
}, {
|
|
159802
159876
|
type?: string | null | undefined;
|
|
159803
159877
|
email?: string | null | undefined;
|
|
159804
159878
|
id?: string | null | undefined;
|
|
159805
159879
|
organization?: string | null | undefined;
|
|
159806
|
-
handle?: string | null | undefined;
|
|
159807
159880
|
avatarUrl?: string | null | undefined;
|
|
159881
|
+
handle?: string | null | undefined;
|
|
159808
159882
|
collection?: string | null | undefined;
|
|
159809
159883
|
}>;
|
|
159810
159884
|
type IntegrationCredentialsProfile = z$1.infer<typeof IntegrationCredentialsProfile>;
|
|
@@ -159834,16 +159908,16 @@ declare const IntegrationCredentials: z$1.ZodObject<{
|
|
|
159834
159908
|
email?: string | undefined;
|
|
159835
159909
|
id?: string | undefined;
|
|
159836
159910
|
organization?: string | undefined;
|
|
159837
|
-
handle?: string | undefined;
|
|
159838
159911
|
avatarUrl?: string | undefined;
|
|
159912
|
+
handle?: string | undefined;
|
|
159839
159913
|
collection?: string | undefined;
|
|
159840
159914
|
}, {
|
|
159841
159915
|
type?: string | null | undefined;
|
|
159842
159916
|
email?: string | null | undefined;
|
|
159843
159917
|
id?: string | null | undefined;
|
|
159844
159918
|
organization?: string | null | undefined;
|
|
159845
|
-
handle?: string | null | undefined;
|
|
159846
159919
|
avatarUrl?: string | null | undefined;
|
|
159920
|
+
handle?: string | null | undefined;
|
|
159847
159921
|
collection?: string | null | undefined;
|
|
159848
159922
|
}>>;
|
|
159849
159923
|
customUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -159877,8 +159951,8 @@ declare const IntegrationCredentials: z$1.ZodObject<{
|
|
|
159877
159951
|
email?: string | undefined;
|
|
159878
159952
|
id?: string | undefined;
|
|
159879
159953
|
organization?: string | undefined;
|
|
159880
|
-
handle?: string | undefined;
|
|
159881
159954
|
avatarUrl?: string | undefined;
|
|
159955
|
+
handle?: string | undefined;
|
|
159882
159956
|
collection?: string | undefined;
|
|
159883
159957
|
} | undefined;
|
|
159884
159958
|
user?: {
|
|
@@ -159907,8 +159981,8 @@ declare const IntegrationCredentials: z$1.ZodObject<{
|
|
|
159907
159981
|
email?: string | null | undefined;
|
|
159908
159982
|
id?: string | null | undefined;
|
|
159909
159983
|
organization?: string | null | undefined;
|
|
159910
|
-
handle?: string | null | undefined;
|
|
159911
159984
|
avatarUrl?: string | null | undefined;
|
|
159985
|
+
handle?: string | null | undefined;
|
|
159912
159986
|
collection?: string | null | undefined;
|
|
159913
159987
|
} | undefined;
|
|
159914
159988
|
user?: {
|
|
@@ -159964,16 +160038,16 @@ declare const Integration: z$1.ZodObject<{
|
|
|
159964
160038
|
email?: string | undefined;
|
|
159965
160039
|
id?: string | undefined;
|
|
159966
160040
|
organization?: string | undefined;
|
|
159967
|
-
handle?: string | undefined;
|
|
159968
160041
|
avatarUrl?: string | undefined;
|
|
160042
|
+
handle?: string | undefined;
|
|
159969
160043
|
collection?: string | undefined;
|
|
159970
160044
|
}, {
|
|
159971
160045
|
type?: string | null | undefined;
|
|
159972
160046
|
email?: string | null | undefined;
|
|
159973
160047
|
id?: string | null | undefined;
|
|
159974
160048
|
organization?: string | null | undefined;
|
|
159975
|
-
handle?: string | null | undefined;
|
|
159976
160049
|
avatarUrl?: string | null | undefined;
|
|
160050
|
+
handle?: string | null | undefined;
|
|
159977
160051
|
collection?: string | null | undefined;
|
|
159978
160052
|
}>>;
|
|
159979
160053
|
customUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -160007,8 +160081,8 @@ declare const Integration: z$1.ZodObject<{
|
|
|
160007
160081
|
email?: string | undefined;
|
|
160008
160082
|
id?: string | undefined;
|
|
160009
160083
|
organization?: string | undefined;
|
|
160010
|
-
handle?: string | undefined;
|
|
160011
160084
|
avatarUrl?: string | undefined;
|
|
160085
|
+
handle?: string | undefined;
|
|
160012
160086
|
collection?: string | undefined;
|
|
160013
160087
|
} | undefined;
|
|
160014
160088
|
user?: {
|
|
@@ -160037,8 +160111,8 @@ declare const Integration: z$1.ZodObject<{
|
|
|
160037
160111
|
email?: string | null | undefined;
|
|
160038
160112
|
id?: string | null | undefined;
|
|
160039
160113
|
organization?: string | null | undefined;
|
|
160040
|
-
handle?: string | null | undefined;
|
|
160041
160114
|
avatarUrl?: string | null | undefined;
|
|
160115
|
+
handle?: string | null | undefined;
|
|
160042
160116
|
collection?: string | null | undefined;
|
|
160043
160117
|
} | undefined;
|
|
160044
160118
|
user?: {
|
|
@@ -160073,8 +160147,8 @@ declare const Integration: z$1.ZodObject<{
|
|
|
160073
160147
|
email?: string | undefined;
|
|
160074
160148
|
id?: string | undefined;
|
|
160075
160149
|
organization?: string | undefined;
|
|
160076
|
-
handle?: string | undefined;
|
|
160077
160150
|
avatarUrl?: string | undefined;
|
|
160151
|
+
handle?: string | undefined;
|
|
160078
160152
|
collection?: string | undefined;
|
|
160079
160153
|
} | undefined;
|
|
160080
160154
|
user?: {
|
|
@@ -160109,8 +160183,8 @@ declare const Integration: z$1.ZodObject<{
|
|
|
160109
160183
|
email?: string | null | undefined;
|
|
160110
160184
|
id?: string | null | undefined;
|
|
160111
160185
|
organization?: string | null | undefined;
|
|
160112
|
-
handle?: string | null | undefined;
|
|
160113
160186
|
avatarUrl?: string | null | undefined;
|
|
160187
|
+
handle?: string | null | undefined;
|
|
160114
160188
|
collection?: string | null | undefined;
|
|
160115
160189
|
} | undefined;
|
|
160116
160190
|
user?: {
|
|
@@ -188806,17 +188880,17 @@ declare const ForgeProjectArtifactRoom: z$1.ZodObject<{
|
|
|
188806
188880
|
createdAt: Date;
|
|
188807
188881
|
updatedAt: Date;
|
|
188808
188882
|
projectId: string;
|
|
188883
|
+
artifactId: string;
|
|
188809
188884
|
liveblocksId: string;
|
|
188810
188885
|
isDirty: boolean;
|
|
188811
|
-
artifactId: string;
|
|
188812
188886
|
}, {
|
|
188813
188887
|
id: string;
|
|
188814
188888
|
createdAt: Date;
|
|
188815
188889
|
updatedAt: Date;
|
|
188816
188890
|
projectId: string;
|
|
188891
|
+
artifactId: string;
|
|
188817
188892
|
liveblocksId: string;
|
|
188818
188893
|
isDirty: boolean;
|
|
188819
|
-
artifactId: string;
|
|
188820
188894
|
}>;
|
|
188821
188895
|
type ForgeProjectArtifactRoom = z$1.infer<typeof ForgeProjectArtifactRoom>;
|
|
188822
188896
|
type CreateForgeProjectArtifactRoom = DbCreateInputOmit<ForgeProjectArtifactRoom>;
|
|
@@ -189700,7 +189774,6 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
|
|
|
189700
189774
|
e2bIterationId?: string | null | undefined;
|
|
189701
189775
|
lastReplyTimestamp?: Date | undefined;
|
|
189702
189776
|
}[] | undefined;
|
|
189703
|
-
executedTransactionIds?: string[] | undefined;
|
|
189704
189777
|
artifacts?: {
|
|
189705
189778
|
id: string;
|
|
189706
189779
|
createdAt: Date;
|
|
@@ -189727,6 +189800,7 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
|
|
|
189727
189800
|
iterationId?: string | null | undefined;
|
|
189728
189801
|
sectionId?: string | undefined;
|
|
189729
189802
|
}[] | undefined;
|
|
189803
|
+
executedTransactionIds?: string[] | undefined;
|
|
189730
189804
|
artifactSections?: {
|
|
189731
189805
|
id: string;
|
|
189732
189806
|
name: string;
|
|
@@ -189790,7 +189864,6 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
|
|
|
189790
189864
|
numberOfBookmarkedIterations?: number | undefined;
|
|
189791
189865
|
lastReplyTimestamp?: Date | undefined;
|
|
189792
189866
|
}[] | undefined;
|
|
189793
|
-
executedTransactionIds?: string[] | undefined;
|
|
189794
189867
|
artifacts?: {
|
|
189795
189868
|
id: string;
|
|
189796
189869
|
createdAt: Date;
|
|
@@ -189817,6 +189890,7 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
|
|
|
189817
189890
|
sectionId?: string | undefined;
|
|
189818
189891
|
isArchived?: boolean | undefined;
|
|
189819
189892
|
}[] | undefined;
|
|
189893
|
+
executedTransactionIds?: string[] | undefined;
|
|
189820
189894
|
artifactSections?: {
|
|
189821
189895
|
id: string;
|
|
189822
189896
|
name: string;
|
|
@@ -190402,15 +190476,15 @@ declare const IntegrationUserInfo: z$1.ZodObject<{
|
|
|
190402
190476
|
id: string;
|
|
190403
190477
|
email?: string | undefined;
|
|
190404
190478
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190405
|
-
handle?: string | undefined;
|
|
190406
190479
|
avatarUrl?: string | undefined;
|
|
190480
|
+
handle?: string | undefined;
|
|
190407
190481
|
customUrl?: string | undefined;
|
|
190408
190482
|
}, {
|
|
190409
190483
|
id: string;
|
|
190410
190484
|
email?: string | undefined;
|
|
190411
190485
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190412
|
-
handle?: string | undefined;
|
|
190413
190486
|
avatarUrl?: string | undefined;
|
|
190487
|
+
handle?: string | undefined;
|
|
190414
190488
|
customUrl?: string | undefined;
|
|
190415
190489
|
}>;
|
|
190416
190490
|
type IntegrationUserInfo = z$1.infer<typeof IntegrationUserInfo>;
|
|
@@ -190426,15 +190500,15 @@ declare const UserLinkedIntegrations: z$1.ZodObject<{
|
|
|
190426
190500
|
id: string;
|
|
190427
190501
|
email?: string | undefined;
|
|
190428
190502
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190429
|
-
handle?: string | undefined;
|
|
190430
190503
|
avatarUrl?: string | undefined;
|
|
190504
|
+
handle?: string | undefined;
|
|
190431
190505
|
customUrl?: string | undefined;
|
|
190432
190506
|
}, {
|
|
190433
190507
|
id: string;
|
|
190434
190508
|
email?: string | undefined;
|
|
190435
190509
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190436
|
-
handle?: string | undefined;
|
|
190437
190510
|
avatarUrl?: string | undefined;
|
|
190511
|
+
handle?: string | undefined;
|
|
190438
190512
|
customUrl?: string | undefined;
|
|
190439
190513
|
}>>;
|
|
190440
190514
|
github: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
@@ -190448,15 +190522,15 @@ declare const UserLinkedIntegrations: z$1.ZodObject<{
|
|
|
190448
190522
|
id: string;
|
|
190449
190523
|
email?: string | undefined;
|
|
190450
190524
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190451
|
-
handle?: string | undefined;
|
|
190452
190525
|
avatarUrl?: string | undefined;
|
|
190526
|
+
handle?: string | undefined;
|
|
190453
190527
|
customUrl?: string | undefined;
|
|
190454
190528
|
}, {
|
|
190455
190529
|
id: string;
|
|
190456
190530
|
email?: string | undefined;
|
|
190457
190531
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190458
|
-
handle?: string | undefined;
|
|
190459
190532
|
avatarUrl?: string | undefined;
|
|
190533
|
+
handle?: string | undefined;
|
|
190460
190534
|
customUrl?: string | undefined;
|
|
190461
190535
|
}>, "many">>;
|
|
190462
190536
|
azure: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
@@ -190470,15 +190544,15 @@ declare const UserLinkedIntegrations: z$1.ZodObject<{
|
|
|
190470
190544
|
id: string;
|
|
190471
190545
|
email?: string | undefined;
|
|
190472
190546
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190473
|
-
handle?: string | undefined;
|
|
190474
190547
|
avatarUrl?: string | undefined;
|
|
190548
|
+
handle?: string | undefined;
|
|
190475
190549
|
customUrl?: string | undefined;
|
|
190476
190550
|
}, {
|
|
190477
190551
|
id: string;
|
|
190478
190552
|
email?: string | undefined;
|
|
190479
190553
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190480
|
-
handle?: string | undefined;
|
|
190481
190554
|
avatarUrl?: string | undefined;
|
|
190555
|
+
handle?: string | undefined;
|
|
190482
190556
|
customUrl?: string | undefined;
|
|
190483
190557
|
}>, "many">>;
|
|
190484
190558
|
gitlab: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
@@ -190492,15 +190566,15 @@ declare const UserLinkedIntegrations: z$1.ZodObject<{
|
|
|
190492
190566
|
id: string;
|
|
190493
190567
|
email?: string | undefined;
|
|
190494
190568
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190495
|
-
handle?: string | undefined;
|
|
190496
190569
|
avatarUrl?: string | undefined;
|
|
190570
|
+
handle?: string | undefined;
|
|
190497
190571
|
customUrl?: string | undefined;
|
|
190498
190572
|
}, {
|
|
190499
190573
|
id: string;
|
|
190500
190574
|
email?: string | undefined;
|
|
190501
190575
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190502
|
-
handle?: string | undefined;
|
|
190503
190576
|
avatarUrl?: string | undefined;
|
|
190577
|
+
handle?: string | undefined;
|
|
190504
190578
|
customUrl?: string | undefined;
|
|
190505
190579
|
}>, "many">>;
|
|
190506
190580
|
bitbucket: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
@@ -190514,15 +190588,15 @@ declare const UserLinkedIntegrations: z$1.ZodObject<{
|
|
|
190514
190588
|
id: string;
|
|
190515
190589
|
email?: string | undefined;
|
|
190516
190590
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190517
|
-
handle?: string | undefined;
|
|
190518
190591
|
avatarUrl?: string | undefined;
|
|
190592
|
+
handle?: string | undefined;
|
|
190519
190593
|
customUrl?: string | undefined;
|
|
190520
190594
|
}, {
|
|
190521
190595
|
id: string;
|
|
190522
190596
|
email?: string | undefined;
|
|
190523
190597
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190524
|
-
handle?: string | undefined;
|
|
190525
190598
|
avatarUrl?: string | undefined;
|
|
190599
|
+
handle?: string | undefined;
|
|
190526
190600
|
customUrl?: string | undefined;
|
|
190527
190601
|
}>, "many">>;
|
|
190528
190602
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -190530,40 +190604,40 @@ declare const UserLinkedIntegrations: z$1.ZodObject<{
|
|
|
190530
190604
|
id: string;
|
|
190531
190605
|
email?: string | undefined;
|
|
190532
190606
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190533
|
-
handle?: string | undefined;
|
|
190534
190607
|
avatarUrl?: string | undefined;
|
|
190608
|
+
handle?: string | undefined;
|
|
190535
190609
|
customUrl?: string | undefined;
|
|
190536
190610
|
}[] | undefined;
|
|
190537
190611
|
azure?: {
|
|
190538
190612
|
id: string;
|
|
190539
190613
|
email?: string | undefined;
|
|
190540
190614
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190541
|
-
handle?: string | undefined;
|
|
190542
190615
|
avatarUrl?: string | undefined;
|
|
190616
|
+
handle?: string | undefined;
|
|
190543
190617
|
customUrl?: string | undefined;
|
|
190544
190618
|
}[] | undefined;
|
|
190545
190619
|
gitlab?: {
|
|
190546
190620
|
id: string;
|
|
190547
190621
|
email?: string | undefined;
|
|
190548
190622
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190549
|
-
handle?: string | undefined;
|
|
190550
190623
|
avatarUrl?: string | undefined;
|
|
190624
|
+
handle?: string | undefined;
|
|
190551
190625
|
customUrl?: string | undefined;
|
|
190552
190626
|
}[] | undefined;
|
|
190553
190627
|
bitbucket?: {
|
|
190554
190628
|
id: string;
|
|
190555
190629
|
email?: string | undefined;
|
|
190556
190630
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190557
|
-
handle?: string | undefined;
|
|
190558
190631
|
avatarUrl?: string | undefined;
|
|
190632
|
+
handle?: string | undefined;
|
|
190559
190633
|
customUrl?: string | undefined;
|
|
190560
190634
|
}[] | undefined;
|
|
190561
190635
|
figma?: {
|
|
190562
190636
|
id: string;
|
|
190563
190637
|
email?: string | undefined;
|
|
190564
190638
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190565
|
-
handle?: string | undefined;
|
|
190566
190639
|
avatarUrl?: string | undefined;
|
|
190640
|
+
handle?: string | undefined;
|
|
190567
190641
|
customUrl?: string | undefined;
|
|
190568
190642
|
} | undefined;
|
|
190569
190643
|
}, {
|
|
@@ -190571,40 +190645,40 @@ declare const UserLinkedIntegrations: z$1.ZodObject<{
|
|
|
190571
190645
|
id: string;
|
|
190572
190646
|
email?: string | undefined;
|
|
190573
190647
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190574
|
-
handle?: string | undefined;
|
|
190575
190648
|
avatarUrl?: string | undefined;
|
|
190649
|
+
handle?: string | undefined;
|
|
190576
190650
|
customUrl?: string | undefined;
|
|
190577
190651
|
}[] | undefined;
|
|
190578
190652
|
azure?: {
|
|
190579
190653
|
id: string;
|
|
190580
190654
|
email?: string | undefined;
|
|
190581
190655
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190582
|
-
handle?: string | undefined;
|
|
190583
190656
|
avatarUrl?: string | undefined;
|
|
190657
|
+
handle?: string | undefined;
|
|
190584
190658
|
customUrl?: string | undefined;
|
|
190585
190659
|
}[] | undefined;
|
|
190586
190660
|
gitlab?: {
|
|
190587
190661
|
id: string;
|
|
190588
190662
|
email?: string | undefined;
|
|
190589
190663
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190590
|
-
handle?: string | undefined;
|
|
190591
190664
|
avatarUrl?: string | undefined;
|
|
190665
|
+
handle?: string | undefined;
|
|
190592
190666
|
customUrl?: string | undefined;
|
|
190593
190667
|
}[] | undefined;
|
|
190594
190668
|
bitbucket?: {
|
|
190595
190669
|
id: string;
|
|
190596
190670
|
email?: string | undefined;
|
|
190597
190671
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190598
|
-
handle?: string | undefined;
|
|
190599
190672
|
avatarUrl?: string | undefined;
|
|
190673
|
+
handle?: string | undefined;
|
|
190600
190674
|
customUrl?: string | undefined;
|
|
190601
190675
|
}[] | undefined;
|
|
190602
190676
|
figma?: {
|
|
190603
190677
|
id: string;
|
|
190604
190678
|
email?: string | undefined;
|
|
190605
190679
|
authType?: "OAuth2" | "PAT" | undefined;
|
|
190606
|
-
handle?: string | undefined;
|
|
190607
190680
|
avatarUrl?: string | undefined;
|
|
190681
|
+
handle?: string | undefined;
|
|
190608
190682
|
customUrl?: string | undefined;
|
|
190609
190683
|
} | undefined;
|
|
190610
190684
|
}>;
|
|
@@ -191389,4 +191463,4 @@ type PersonalAccessTokenWithUser = {
|
|
|
191389
191463
|
token: PersonalAccessToken;
|
|
191390
191464
|
};
|
|
191391
191465
|
|
|
191392
|
-
export { Address, type AllFields, AnalyzeCodeComponentsInPackage, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, AuthV2Request, AuthV2Session, BaseTheme, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeComponent, type CodeComponentCreate, CodeComponentParentType, CodeComponentProperty, CodeComponentResolvedType, CodeComponentResolvedTypeKind, type CodeComponentUpdate, type CodeComponentUpsert, CodeComponentUpsertResponse, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CoreRoomOwner, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageDependencies, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateFigmaNodeStructureV2, type CreateForgeAgent, type CreateForgeFeatureRoom, type CreateForgeProjectArtifactRoom, type CreateForgeProjectInvitation, type CreateForgeProjectMembership, type CreateForgeProjectRoom, type CreateImportJob, type CreatePersonalAccessToken, type CreatePortalSettings, type CreateProjectFeature, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateStorybookEntry, type CreateStorybookPayload, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceStorybookRemote, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, type DefinedProps, DependencyDefinition, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageDependencies, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventDocumentationPublished, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDebugContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionCode, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagDefaults, type FeatureFlagDefaultsTypes, FeatureFlagMap, type FeatureFlagWithDefaults, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, type FigmaExporter, FigmaExporterAnyDesignNodeSchema, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaNodeStructureDataV2, FigmaNodeStructureStateV2, FigmaNodeStructureV2, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, File, FileFigmaRenderMode, FileReference, FileSource, FileSourceFigma, FileSourceUpload, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, ForgeAgent, ForgeArtifact, ForgeAvatarBuilder, ForgeBuildArtifact, ForgeBuildArtifactEnvironment, ForgeBuildArtifactFiles, ForgeChatMessage, ForgeChatMessageSender, ForgeChatMessageSenderType, ForgeChatMessageUserScore, ForgeChatMessageUserScoreType, ForgeChatThread, type ForgeFeatureParsedRoomId, ForgeFeatureRoom, type ForgeFeatureRoomOwner, ForgeFigmaArtifact, ForgeFileArtifact, ForgeIterationMessage, ForgeIterationMessageStep, ForgeParticipant, ForgeProjectArtifact, ForgeProjectArtifactContent, ForgeProjectArtifactContentData, type ForgeProjectArtifactParsedRoomId, ForgeProjectArtifactRoom, type ForgeProjectArtifactRoomOwner, ForgeProjectFigmaNode, ForgeProjectFigmaNodeRenderInput, ForgeProjectFile, ForgeProjectInvitation, ForgeProjectIteration, ForgeProjectIterationMergeMeta, ForgeProjectMembership, type ForgeProjectParsedRoomId, ForgeProjectRole, ForgeProjectRoom, ForgeProjectRoomInitialState, type ForgeProjectRoomOwner, ForgeProjectRoomUpdate, ForgeProjectSectionChildType, ForgeRelation, ForgeRelationType, type ForgeRoomOwner, ForgeSection, ForgeSpecArtifact, GitBranch, GitCommonDestinationOptions, GitIntegrationType, GitInteropPulsarError, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, Id, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type NullToUndefined, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFile, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemFileValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemStorybookValueOld, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockStorybookBlockConfig, PageBlockStorybookItem, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, type PageContentDependencies, PageRedirect, PageScreenshotInput, PageScreenshotOutput, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type PagesContentDependencies, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PortalSettings, PortalSettingsSidebar, PortalSettingsSidebarLink, PortalSettingsSidebarSection, PortalSettingsTheme, PortalTheme, PortalThemePreset, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, ProjectFeature, ProjectFeatureStatus, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, Registry, RegistryType, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, SentryTraceHeaders, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SortOrder, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportStorybookSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StorybookEntry, StorybookEntryOrigin, StorybookPayload, StringTokenData, StringValue, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageDependencies, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateFigmaNodeStructureV2, type UpdateForgeAgent, type UpdateForgeFeatureRoom, type UpdateForgeProjectArtifactRoom, type UpdateForgeProjectRoom, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePortalSettings, type UpdateProjectFeature, type UpdatePublishedDocPage, type UpdateStorybookEntry, type UpdateStorybookPayload, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserEmailSettings, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, UserSource, UserTest, UserTheme, UserThemePreset, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceSeatType, WorkspaceUntypedData, type WorkspaceUntypedDataCreate, type WorkspaceUntypedDataUpdate, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, deriveWorkspaceSeatTypeFromRole, designTokenImportModelTypeFilter, designTokenTypeFilter, errorToString, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, hasProperty, hasTruthyProperty, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, isValidRoleSeatPair, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, nullsToUndefined, parseUrl, pickDefined, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, storybookValueFromOldValue, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
|
|
191466
|
+
export { Address, type AllFields, AnalyzeCodeComponentsInPackage, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, AuthV2Request, AuthV2Session, BaseTheme, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeComponent, type CodeComponentCreate, CodeComponentParentType, CodeComponentProperty, CodeComponentResolvedType, CodeComponentResolvedTypeKind, type CodeComponentUpdate, type CodeComponentUpsert, CodeComponentUpsertResponse, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CoreRoomOwner, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageDependencies, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateFigmaNodeStructureV2, type CreateForgeAgent, type CreateForgeFeatureRoom, type CreateForgeProjectArtifactRoom, type CreateForgeProjectInvitation, type CreateForgeProjectMembership, type CreateForgeProjectRoom, type CreateImportJob, type CreatePersonalAccessToken, type CreatePortalSettings, type CreateProjectFeature, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateStorybookEntry, type CreateStorybookPayload, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceStorybookRemote, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, type DefinedProps, DependencyDefinition, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageDependencies, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventDocumentationPublished, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDebugContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionCode, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagDefaults, type FeatureFlagDefaultsTypes, FeatureFlagMap, type FeatureFlagWithDefaults, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, type FigmaExporter, FigmaExporterAnyDesignNodeSchema, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaNodeStructureDataV2, FigmaNodeStructureStateV2, FigmaNodeStructureV2, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, File, FileFigmaRenderMode, FileReference, FileSource, FileSourceFigma, FileSourceUpload, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, ForgeAgent, ForgeArtifact, ForgeAvatarBuilder, ForgeBuildArtifact, ForgeBuildArtifactEnvironment, ForgeBuildArtifactFiles, ForgeChatMessage, ForgeChatMessageSender, ForgeChatMessageSenderType, ForgeChatMessageUserScore, ForgeChatMessageUserScoreType, ForgeChatThread, ForgeDefaultProjectRole, type ForgeFeatureParsedRoomId, ForgeFeatureRoom, type ForgeFeatureRoomOwner, ForgeFigmaArtifact, ForgeFileArtifact, ForgeIterationMessage, ForgeIterationMessageStep, ForgeParticipant, ForgeProjectAccessMode, ForgeProjectArtifact, ForgeProjectArtifactContent, ForgeProjectArtifactContentData, type ForgeProjectArtifactParsedRoomId, ForgeProjectArtifactRoom, type ForgeProjectArtifactRoomOwner, ForgeProjectFigmaNode, ForgeProjectFigmaNodeRenderInput, ForgeProjectFile, ForgeProjectInvitation, ForgeProjectIteration, ForgeProjectIterationMergeMeta, ForgeProjectMembership, type ForgeProjectParsedRoomId, ForgeProjectRole, ForgeProjectRoom, ForgeProjectRoomInitialState, type ForgeProjectRoomOwner, ForgeProjectRoomUpdate, ForgeProjectSectionChildType, ForgeRelation, ForgeRelationType, type ForgeRoomOwner, ForgeSection, ForgeSpecArtifact, GitBranch, GitCommonDestinationOptions, GitIntegrationType, GitInteropPulsarError, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, Id, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type NullToUndefined, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFile, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemFileValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemStorybookValueOld, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockStorybookBlockConfig, PageBlockStorybookItem, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, type PageContentDependencies, PageRedirect, PageScreenshotInput, PageScreenshotOutput, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type PagesContentDependencies, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PortalSettings, PortalSettingsSidebar, PortalSettingsSidebarLink, PortalSettingsSidebarSection, PortalSettingsTheme, PortalTheme, PortalThemePreset, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, ProjectFeature, ProjectFeatureStatus, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, Registry, RegistryType, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, SentryTraceHeaders, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SortOrder, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportStorybookSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StorybookEntry, StorybookEntryOrigin, StorybookPayload, StringTokenData, StringValue, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageDependencies, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateFigmaNodeStructureV2, type UpdateForgeAgent, type UpdateForgeFeatureRoom, type UpdateForgeProjectArtifactRoom, type UpdateForgeProjectRoom, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePortalSettings, type UpdateProjectFeature, type UpdatePublishedDocPage, type UpdateStorybookEntry, type UpdateStorybookPayload, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserEmailSettings, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, UserSource, UserTest, UserTheme, UserThemePreset, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDefaultProjectAccessMode, WorkspaceDefaultProjectRole, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceSeatType, WorkspaceUntypedData, type WorkspaceUntypedDataCreate, type WorkspaceUntypedDataUpdate, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, deriveWorkspaceSeatTypeFromRole, designTokenImportModelTypeFilter, designTokenTypeFilter, errorToString, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, hasProperty, hasTruthyProperty, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, isValidRoleSeatPair, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, nullsToUndefined, parseUrl, pickDefined, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, storybookValueFromOldValue, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
|