@supernova-studio/client 1.44.8 → 1.45.1
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 +1667 -763
- package/dist/index.d.ts +1667 -763
- package/dist/index.js +43 -34
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2567 -2558
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -66509,9 +66509,9 @@ declare const DTOFigmaExportNodeResponse: z.ZodObject<{
|
|
|
66509
66509
|
id: string;
|
|
66510
66510
|
name: string;
|
|
66511
66511
|
url: string;
|
|
66512
|
+
storagePath: string;
|
|
66512
66513
|
size: number;
|
|
66513
66514
|
deduplicationKey: string;
|
|
66514
|
-
storagePath: string;
|
|
66515
66515
|
source?: {
|
|
66516
66516
|
type: "UserUpload";
|
|
66517
66517
|
userId: string;
|
|
@@ -66524,9 +66524,9 @@ declare const DTOFigmaExportNodeResponse: z.ZodObject<{
|
|
|
66524
66524
|
id: string;
|
|
66525
66525
|
name: string;
|
|
66526
66526
|
url: string;
|
|
66527
|
+
storagePath: string;
|
|
66527
66528
|
size: number;
|
|
66528
66529
|
deduplicationKey: string;
|
|
66529
|
-
storagePath: string;
|
|
66530
66530
|
source?: {
|
|
66531
66531
|
type: "UserUpload";
|
|
66532
66532
|
userId: string;
|
|
@@ -66541,9 +66541,9 @@ declare const DTOFigmaExportNodeResponse: z.ZodObject<{
|
|
|
66541
66541
|
id: string;
|
|
66542
66542
|
name: string;
|
|
66543
66543
|
url: string;
|
|
66544
|
+
storagePath: string;
|
|
66544
66545
|
size: number;
|
|
66545
66546
|
deduplicationKey: string;
|
|
66546
|
-
storagePath: string;
|
|
66547
66547
|
source?: {
|
|
66548
66548
|
type: "UserUpload";
|
|
66549
66549
|
userId: string;
|
|
@@ -66558,9 +66558,9 @@ declare const DTOFigmaExportNodeResponse: z.ZodObject<{
|
|
|
66558
66558
|
id: string;
|
|
66559
66559
|
name: string;
|
|
66560
66560
|
url: string;
|
|
66561
|
+
storagePath: string;
|
|
66561
66562
|
size: number;
|
|
66562
66563
|
deduplicationKey: string;
|
|
66563
|
-
storagePath: string;
|
|
66564
66564
|
source?: {
|
|
66565
66565
|
type: "UserUpload";
|
|
66566
66566
|
userId: string;
|
|
@@ -66625,10 +66625,6 @@ declare const DTOFile: z$1.ZodObject<{
|
|
|
66625
66625
|
storagePath: z$1.ZodString;
|
|
66626
66626
|
url: z$1.ZodString;
|
|
66627
66627
|
size: z$1.ZodNumber;
|
|
66628
|
-
/**
|
|
66629
|
-
* Object describing where did the file come from. Undefined source indicates a file produced by the
|
|
66630
|
-
* system (e.g. thumbnails, etc)
|
|
66631
|
-
*/
|
|
66632
66628
|
source: z$1.ZodOptional<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
66633
66629
|
type: z$1.ZodLiteral<"UserUpload">;
|
|
66634
66630
|
userId: z$1.ZodString;
|
|
@@ -66652,9 +66648,9 @@ declare const DTOFile: z$1.ZodObject<{
|
|
|
66652
66648
|
id: string;
|
|
66653
66649
|
name: string;
|
|
66654
66650
|
url: string;
|
|
66651
|
+
storagePath: string;
|
|
66655
66652
|
size: number;
|
|
66656
66653
|
deduplicationKey: string;
|
|
66657
|
-
storagePath: string;
|
|
66658
66654
|
source?: {
|
|
66659
66655
|
type: "UserUpload";
|
|
66660
66656
|
userId: string;
|
|
@@ -66667,9 +66663,9 @@ declare const DTOFile: z$1.ZodObject<{
|
|
|
66667
66663
|
id: string;
|
|
66668
66664
|
name: string;
|
|
66669
66665
|
url: string;
|
|
66666
|
+
storagePath: string;
|
|
66670
66667
|
size: number;
|
|
66671
66668
|
deduplicationKey: string;
|
|
66672
|
-
storagePath: string;
|
|
66673
66669
|
source?: {
|
|
66674
66670
|
type: "UserUpload";
|
|
66675
66671
|
userId: string;
|
|
@@ -66688,10 +66684,6 @@ declare const DTOFileReference: z$1.ZodObject<Pick<{
|
|
|
66688
66684
|
storagePath: z$1.ZodString;
|
|
66689
66685
|
url: z$1.ZodString;
|
|
66690
66686
|
size: z$1.ZodNumber;
|
|
66691
|
-
/**
|
|
66692
|
-
* Object describing where did the file come from. Undefined source indicates a file produced by the
|
|
66693
|
-
* system (e.g. thumbnails, etc)
|
|
66694
|
-
*/
|
|
66695
66687
|
source: z$1.ZodOptional<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
66696
66688
|
type: z$1.ZodLiteral<"UserUpload">;
|
|
66697
66689
|
userId: z$1.ZodString;
|
|
@@ -66812,10 +66804,6 @@ declare const DTOFileListResponse: z$1.ZodObject<{
|
|
|
66812
66804
|
storagePath: z$1.ZodString;
|
|
66813
66805
|
url: z$1.ZodString;
|
|
66814
66806
|
size: z$1.ZodNumber;
|
|
66815
|
-
/**
|
|
66816
|
-
* Object describing where did the file come from. Undefined source indicates a file produced by the
|
|
66817
|
-
* system (e.g. thumbnails, etc)
|
|
66818
|
-
*/
|
|
66819
66807
|
source: z$1.ZodOptional<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
66820
66808
|
type: z$1.ZodLiteral<"UserUpload">;
|
|
66821
66809
|
userId: z$1.ZodString;
|
|
@@ -66839,9 +66827,9 @@ declare const DTOFileListResponse: z$1.ZodObject<{
|
|
|
66839
66827
|
id: string;
|
|
66840
66828
|
name: string;
|
|
66841
66829
|
url: string;
|
|
66830
|
+
storagePath: string;
|
|
66842
66831
|
size: number;
|
|
66843
66832
|
deduplicationKey: string;
|
|
66844
|
-
storagePath: string;
|
|
66845
66833
|
source?: {
|
|
66846
66834
|
type: "UserUpload";
|
|
66847
66835
|
userId: string;
|
|
@@ -66854,9 +66842,9 @@ declare const DTOFileListResponse: z$1.ZodObject<{
|
|
|
66854
66842
|
id: string;
|
|
66855
66843
|
name: string;
|
|
66856
66844
|
url: string;
|
|
66845
|
+
storagePath: string;
|
|
66857
66846
|
size: number;
|
|
66858
66847
|
deduplicationKey: string;
|
|
66859
|
-
storagePath: string;
|
|
66860
66848
|
source?: {
|
|
66861
66849
|
type: "UserUpload";
|
|
66862
66850
|
userId: string;
|
|
@@ -66871,9 +66859,9 @@ declare const DTOFileListResponse: z$1.ZodObject<{
|
|
|
66871
66859
|
id: string;
|
|
66872
66860
|
name: string;
|
|
66873
66861
|
url: string;
|
|
66862
|
+
storagePath: string;
|
|
66874
66863
|
size: number;
|
|
66875
66864
|
deduplicationKey: string;
|
|
66876
|
-
storagePath: string;
|
|
66877
66865
|
source?: {
|
|
66878
66866
|
type: "UserUpload";
|
|
66879
66867
|
userId: string;
|
|
@@ -66888,9 +66876,9 @@ declare const DTOFileListResponse: z$1.ZodObject<{
|
|
|
66888
66876
|
id: string;
|
|
66889
66877
|
name: string;
|
|
66890
66878
|
url: string;
|
|
66879
|
+
storagePath: string;
|
|
66891
66880
|
size: number;
|
|
66892
66881
|
deduplicationKey: string;
|
|
66893
|
-
storagePath: string;
|
|
66894
66882
|
source?: {
|
|
66895
66883
|
type: "UserUpload";
|
|
66896
66884
|
userId: string;
|
|
@@ -66911,10 +66899,6 @@ declare const DTOFileUploadBulkResponse: z$1.ZodObject<{
|
|
|
66911
66899
|
storagePath: z$1.ZodString;
|
|
66912
66900
|
url: z$1.ZodString;
|
|
66913
66901
|
size: z$1.ZodNumber;
|
|
66914
|
-
/**
|
|
66915
|
-
* Object describing where did the file come from. Undefined source indicates a file produced by the
|
|
66916
|
-
* system (e.g. thumbnails, etc)
|
|
66917
|
-
*/
|
|
66918
66902
|
source: z$1.ZodOptional<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
66919
66903
|
type: z$1.ZodLiteral<"UserUpload">;
|
|
66920
66904
|
userId: z$1.ZodString;
|
|
@@ -66938,9 +66922,9 @@ declare const DTOFileUploadBulkResponse: z$1.ZodObject<{
|
|
|
66938
66922
|
id: string;
|
|
66939
66923
|
name: string;
|
|
66940
66924
|
url: string;
|
|
66925
|
+
storagePath: string;
|
|
66941
66926
|
size: number;
|
|
66942
66927
|
deduplicationKey: string;
|
|
66943
|
-
storagePath: string;
|
|
66944
66928
|
source?: {
|
|
66945
66929
|
type: "UserUpload";
|
|
66946
66930
|
userId: string;
|
|
@@ -66953,9 +66937,9 @@ declare const DTOFileUploadBulkResponse: z$1.ZodObject<{
|
|
|
66953
66937
|
id: string;
|
|
66954
66938
|
name: string;
|
|
66955
66939
|
url: string;
|
|
66940
|
+
storagePath: string;
|
|
66956
66941
|
size: number;
|
|
66957
66942
|
deduplicationKey: string;
|
|
66958
|
-
storagePath: string;
|
|
66959
66943
|
source?: {
|
|
66960
66944
|
type: "UserUpload";
|
|
66961
66945
|
userId: string;
|
|
@@ -66980,9 +66964,9 @@ declare const DTOFileUploadBulkResponse: z$1.ZodObject<{
|
|
|
66980
66964
|
id: string;
|
|
66981
66965
|
name: string;
|
|
66982
66966
|
url: string;
|
|
66967
|
+
storagePath: string;
|
|
66983
66968
|
size: number;
|
|
66984
66969
|
deduplicationKey: string;
|
|
66985
|
-
storagePath: string;
|
|
66986
66970
|
source?: {
|
|
66987
66971
|
type: "UserUpload";
|
|
66988
66972
|
userId: string;
|
|
@@ -67001,9 +66985,9 @@ declare const DTOFileUploadBulkResponse: z$1.ZodObject<{
|
|
|
67001
66985
|
id: string;
|
|
67002
66986
|
name: string;
|
|
67003
66987
|
url: string;
|
|
66988
|
+
storagePath: string;
|
|
67004
66989
|
size: number;
|
|
67005
66990
|
deduplicationKey: string;
|
|
67006
|
-
storagePath: string;
|
|
67007
66991
|
source?: {
|
|
67008
66992
|
type: "UserUpload";
|
|
67009
66993
|
userId: string;
|
|
@@ -67028,10 +67012,6 @@ declare const DTOFileFinalizeBulkResponse: z$1.ZodObject<{
|
|
|
67028
67012
|
storagePath: z$1.ZodString;
|
|
67029
67013
|
url: z$1.ZodString;
|
|
67030
67014
|
size: z$1.ZodNumber;
|
|
67031
|
-
/**
|
|
67032
|
-
* Object describing where did the file come from. Undefined source indicates a file produced by the
|
|
67033
|
-
* system (e.g. thumbnails, etc)
|
|
67034
|
-
*/
|
|
67035
67015
|
source: z$1.ZodOptional<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
67036
67016
|
type: z$1.ZodLiteral<"UserUpload">;
|
|
67037
67017
|
userId: z$1.ZodString;
|
|
@@ -67055,9 +67035,9 @@ declare const DTOFileFinalizeBulkResponse: z$1.ZodObject<{
|
|
|
67055
67035
|
id: string;
|
|
67056
67036
|
name: string;
|
|
67057
67037
|
url: string;
|
|
67038
|
+
storagePath: string;
|
|
67058
67039
|
size: number;
|
|
67059
67040
|
deduplicationKey: string;
|
|
67060
|
-
storagePath: string;
|
|
67061
67041
|
source?: {
|
|
67062
67042
|
type: "UserUpload";
|
|
67063
67043
|
userId: string;
|
|
@@ -67070,9 +67050,9 @@ declare const DTOFileFinalizeBulkResponse: z$1.ZodObject<{
|
|
|
67070
67050
|
id: string;
|
|
67071
67051
|
name: string;
|
|
67072
67052
|
url: string;
|
|
67053
|
+
storagePath: string;
|
|
67073
67054
|
size: number;
|
|
67074
67055
|
deduplicationKey: string;
|
|
67075
|
-
storagePath: string;
|
|
67076
67056
|
source?: {
|
|
67077
67057
|
type: "UserUpload";
|
|
67078
67058
|
userId: string;
|
|
@@ -67087,9 +67067,9 @@ declare const DTOFileFinalizeBulkResponse: z$1.ZodObject<{
|
|
|
67087
67067
|
id: string;
|
|
67088
67068
|
name: string;
|
|
67089
67069
|
url: string;
|
|
67070
|
+
storagePath: string;
|
|
67090
67071
|
size: number;
|
|
67091
67072
|
deduplicationKey: string;
|
|
67092
|
-
storagePath: string;
|
|
67093
67073
|
source?: {
|
|
67094
67074
|
type: "UserUpload";
|
|
67095
67075
|
userId: string;
|
|
@@ -67104,9 +67084,9 @@ declare const DTOFileFinalizeBulkResponse: z$1.ZodObject<{
|
|
|
67104
67084
|
id: string;
|
|
67105
67085
|
name: string;
|
|
67106
67086
|
url: string;
|
|
67087
|
+
storagePath: string;
|
|
67107
67088
|
size: number;
|
|
67108
67089
|
deduplicationKey: string;
|
|
67109
|
-
storagePath: string;
|
|
67110
67090
|
source?: {
|
|
67111
67091
|
type: "UserUpload";
|
|
67112
67092
|
userId: string;
|
|
@@ -72079,13 +72059,13 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
|
72079
72059
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
72080
72060
|
isProtected: z.ZodBoolean;
|
|
72081
72061
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
72082
|
-
emailSettings: z.ZodObject<{
|
|
72062
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
72083
72063
|
marketingEmails: z.ZodBoolean;
|
|
72084
72064
|
}, "strip", z.ZodTypeAny, {
|
|
72085
72065
|
marketingEmails: boolean;
|
|
72086
72066
|
}, {
|
|
72087
72067
|
marketingEmails: boolean;
|
|
72088
|
-
}
|
|
72068
|
+
}>>;
|
|
72089
72069
|
}, "strip", z.ZodTypeAny, {
|
|
72090
72070
|
email: string;
|
|
72091
72071
|
id: string;
|
|
@@ -72130,11 +72110,11 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
|
72130
72110
|
};
|
|
72131
72111
|
createdAt: Date;
|
|
72132
72112
|
isProtected: boolean;
|
|
72133
|
-
emailSettings: {
|
|
72134
|
-
marketingEmails: boolean;
|
|
72135
|
-
};
|
|
72136
72113
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
72137
72114
|
loggedOutAt?: Date | undefined;
|
|
72115
|
+
emailSettings?: {
|
|
72116
|
+
marketingEmails: boolean;
|
|
72117
|
+
} | undefined;
|
|
72138
72118
|
}, {
|
|
72139
72119
|
email: string;
|
|
72140
72120
|
id: string;
|
|
@@ -72179,11 +72159,11 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
|
72179
72159
|
};
|
|
72180
72160
|
createdAt: Date;
|
|
72181
72161
|
isProtected: boolean;
|
|
72182
|
-
emailSettings: {
|
|
72183
|
-
marketingEmails: boolean;
|
|
72184
|
-
};
|
|
72185
72162
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
72186
72163
|
loggedOutAt?: Date | undefined;
|
|
72164
|
+
emailSettings?: {
|
|
72165
|
+
marketingEmails: boolean;
|
|
72166
|
+
} | undefined;
|
|
72187
72167
|
}>>;
|
|
72188
72168
|
}, "strip", z.ZodTypeAny, {
|
|
72189
72169
|
type: "User" | "Agent";
|
|
@@ -72234,11 +72214,11 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
|
72234
72214
|
};
|
|
72235
72215
|
createdAt: Date;
|
|
72236
72216
|
isProtected: boolean;
|
|
72237
|
-
emailSettings: {
|
|
72238
|
-
marketingEmails: boolean;
|
|
72239
|
-
};
|
|
72240
72217
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
72241
72218
|
loggedOutAt?: Date | undefined;
|
|
72219
|
+
emailSettings?: {
|
|
72220
|
+
marketingEmails: boolean;
|
|
72221
|
+
} | undefined;
|
|
72242
72222
|
} | undefined;
|
|
72243
72223
|
userId?: string | undefined;
|
|
72244
72224
|
agentId?: string | undefined;
|
|
@@ -72305,11 +72285,11 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
|
72305
72285
|
};
|
|
72306
72286
|
createdAt: Date;
|
|
72307
72287
|
isProtected: boolean;
|
|
72308
|
-
emailSettings: {
|
|
72309
|
-
marketingEmails: boolean;
|
|
72310
|
-
};
|
|
72311
72288
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
72312
72289
|
loggedOutAt?: Date | undefined;
|
|
72290
|
+
emailSettings?: {
|
|
72291
|
+
marketingEmails: boolean;
|
|
72292
|
+
} | undefined;
|
|
72313
72293
|
} | undefined;
|
|
72314
72294
|
userId?: string | undefined;
|
|
72315
72295
|
agentId?: string | undefined;
|
|
@@ -72617,13 +72597,13 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
|
72617
72597
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
72618
72598
|
isProtected: z.ZodBoolean;
|
|
72619
72599
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
72620
|
-
emailSettings: z.ZodObject<{
|
|
72600
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
72621
72601
|
marketingEmails: z.ZodBoolean;
|
|
72622
72602
|
}, "strip", z.ZodTypeAny, {
|
|
72623
72603
|
marketingEmails: boolean;
|
|
72624
72604
|
}, {
|
|
72625
72605
|
marketingEmails: boolean;
|
|
72626
|
-
}
|
|
72606
|
+
}>>;
|
|
72627
72607
|
}, "strip", z.ZodTypeAny, {
|
|
72628
72608
|
email: string;
|
|
72629
72609
|
id: string;
|
|
@@ -72668,11 +72648,11 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
|
72668
72648
|
};
|
|
72669
72649
|
createdAt: Date;
|
|
72670
72650
|
isProtected: boolean;
|
|
72671
|
-
emailSettings: {
|
|
72672
|
-
marketingEmails: boolean;
|
|
72673
|
-
};
|
|
72674
72651
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
72675
72652
|
loggedOutAt?: Date | undefined;
|
|
72653
|
+
emailSettings?: {
|
|
72654
|
+
marketingEmails: boolean;
|
|
72655
|
+
} | undefined;
|
|
72676
72656
|
}, {
|
|
72677
72657
|
email: string;
|
|
72678
72658
|
id: string;
|
|
@@ -72717,11 +72697,11 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
|
72717
72697
|
};
|
|
72718
72698
|
createdAt: Date;
|
|
72719
72699
|
isProtected: boolean;
|
|
72720
|
-
emailSettings: {
|
|
72721
|
-
marketingEmails: boolean;
|
|
72722
|
-
};
|
|
72723
72700
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
72724
72701
|
loggedOutAt?: Date | undefined;
|
|
72702
|
+
emailSettings?: {
|
|
72703
|
+
marketingEmails: boolean;
|
|
72704
|
+
} | undefined;
|
|
72725
72705
|
}>>;
|
|
72726
72706
|
}, "user" | "agent"> & {
|
|
72727
72707
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -73233,13 +73213,13 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
|
|
|
73233
73213
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
73234
73214
|
isProtected: z.ZodBoolean;
|
|
73235
73215
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
73236
|
-
emailSettings: z.ZodObject<{
|
|
73216
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
73237
73217
|
marketingEmails: z.ZodBoolean;
|
|
73238
73218
|
}, "strip", z.ZodTypeAny, {
|
|
73239
73219
|
marketingEmails: boolean;
|
|
73240
73220
|
}, {
|
|
73241
73221
|
marketingEmails: boolean;
|
|
73242
|
-
}
|
|
73222
|
+
}>>;
|
|
73243
73223
|
}, "strip", z.ZodTypeAny, {
|
|
73244
73224
|
email: string;
|
|
73245
73225
|
id: string;
|
|
@@ -73284,11 +73264,11 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
|
|
|
73284
73264
|
};
|
|
73285
73265
|
createdAt: Date;
|
|
73286
73266
|
isProtected: boolean;
|
|
73287
|
-
emailSettings: {
|
|
73288
|
-
marketingEmails: boolean;
|
|
73289
|
-
};
|
|
73290
73267
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
73291
73268
|
loggedOutAt?: Date | undefined;
|
|
73269
|
+
emailSettings?: {
|
|
73270
|
+
marketingEmails: boolean;
|
|
73271
|
+
} | undefined;
|
|
73292
73272
|
}, {
|
|
73293
73273
|
email: string;
|
|
73294
73274
|
id: string;
|
|
@@ -73333,11 +73313,11 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
|
|
|
73333
73313
|
};
|
|
73334
73314
|
createdAt: Date;
|
|
73335
73315
|
isProtected: boolean;
|
|
73336
|
-
emailSettings: {
|
|
73337
|
-
marketingEmails: boolean;
|
|
73338
|
-
};
|
|
73339
73316
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
73340
73317
|
loggedOutAt?: Date | undefined;
|
|
73318
|
+
emailSettings?: {
|
|
73319
|
+
marketingEmails: boolean;
|
|
73320
|
+
} | undefined;
|
|
73341
73321
|
}>>;
|
|
73342
73322
|
}, "strip", z.ZodTypeAny, {
|
|
73343
73323
|
type: "User" | "Agent";
|
|
@@ -73388,11 +73368,11 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
|
|
|
73388
73368
|
};
|
|
73389
73369
|
createdAt: Date;
|
|
73390
73370
|
isProtected: boolean;
|
|
73391
|
-
emailSettings: {
|
|
73392
|
-
marketingEmails: boolean;
|
|
73393
|
-
};
|
|
73394
73371
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
73395
73372
|
loggedOutAt?: Date | undefined;
|
|
73373
|
+
emailSettings?: {
|
|
73374
|
+
marketingEmails: boolean;
|
|
73375
|
+
} | undefined;
|
|
73396
73376
|
} | undefined;
|
|
73397
73377
|
userId?: string | undefined;
|
|
73398
73378
|
agentId?: string | undefined;
|
|
@@ -73459,11 +73439,11 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
|
|
|
73459
73439
|
};
|
|
73460
73440
|
createdAt: Date;
|
|
73461
73441
|
isProtected: boolean;
|
|
73462
|
-
emailSettings: {
|
|
73463
|
-
marketingEmails: boolean;
|
|
73464
|
-
};
|
|
73465
73442
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
73466
73443
|
loggedOutAt?: Date | undefined;
|
|
73444
|
+
emailSettings?: {
|
|
73445
|
+
marketingEmails: boolean;
|
|
73446
|
+
} | undefined;
|
|
73467
73447
|
} | undefined;
|
|
73468
73448
|
userId?: string | undefined;
|
|
73469
73449
|
agentId?: string | undefined;
|
|
@@ -73771,13 +73751,13 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
|
|
|
73771
73751
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
73772
73752
|
isProtected: z.ZodBoolean;
|
|
73773
73753
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
73774
|
-
emailSettings: z.ZodObject<{
|
|
73754
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
73775
73755
|
marketingEmails: z.ZodBoolean;
|
|
73776
73756
|
}, "strip", z.ZodTypeAny, {
|
|
73777
73757
|
marketingEmails: boolean;
|
|
73778
73758
|
}, {
|
|
73779
73759
|
marketingEmails: boolean;
|
|
73780
|
-
}
|
|
73760
|
+
}>>;
|
|
73781
73761
|
}, "strip", z.ZodTypeAny, {
|
|
73782
73762
|
email: string;
|
|
73783
73763
|
id: string;
|
|
@@ -73822,11 +73802,11 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
|
|
|
73822
73802
|
};
|
|
73823
73803
|
createdAt: Date;
|
|
73824
73804
|
isProtected: boolean;
|
|
73825
|
-
emailSettings: {
|
|
73826
|
-
marketingEmails: boolean;
|
|
73827
|
-
};
|
|
73828
73805
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
73829
73806
|
loggedOutAt?: Date | undefined;
|
|
73807
|
+
emailSettings?: {
|
|
73808
|
+
marketingEmails: boolean;
|
|
73809
|
+
} | undefined;
|
|
73830
73810
|
}, {
|
|
73831
73811
|
email: string;
|
|
73832
73812
|
id: string;
|
|
@@ -73871,11 +73851,11 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
|
|
|
73871
73851
|
};
|
|
73872
73852
|
createdAt: Date;
|
|
73873
73853
|
isProtected: boolean;
|
|
73874
|
-
emailSettings: {
|
|
73875
|
-
marketingEmails: boolean;
|
|
73876
|
-
};
|
|
73877
73854
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
73878
73855
|
loggedOutAt?: Date | undefined;
|
|
73856
|
+
emailSettings?: {
|
|
73857
|
+
marketingEmails: boolean;
|
|
73858
|
+
} | undefined;
|
|
73879
73859
|
}>>;
|
|
73880
73860
|
}, "user" | "agent"> & {
|
|
73881
73861
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -74478,13 +74458,13 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
|
|
|
74478
74458
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
74479
74459
|
isProtected: z.ZodBoolean;
|
|
74480
74460
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
74481
|
-
emailSettings: z.ZodObject<{
|
|
74461
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
74482
74462
|
marketingEmails: z.ZodBoolean;
|
|
74483
74463
|
}, "strip", z.ZodTypeAny, {
|
|
74484
74464
|
marketingEmails: boolean;
|
|
74485
74465
|
}, {
|
|
74486
74466
|
marketingEmails: boolean;
|
|
74487
|
-
}
|
|
74467
|
+
}>>;
|
|
74488
74468
|
}, "strip", z.ZodTypeAny, {
|
|
74489
74469
|
email: string;
|
|
74490
74470
|
id: string;
|
|
@@ -74529,11 +74509,11 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
|
|
|
74529
74509
|
};
|
|
74530
74510
|
createdAt: Date;
|
|
74531
74511
|
isProtected: boolean;
|
|
74532
|
-
emailSettings: {
|
|
74533
|
-
marketingEmails: boolean;
|
|
74534
|
-
};
|
|
74535
74512
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
74536
74513
|
loggedOutAt?: Date | undefined;
|
|
74514
|
+
emailSettings?: {
|
|
74515
|
+
marketingEmails: boolean;
|
|
74516
|
+
} | undefined;
|
|
74537
74517
|
}, {
|
|
74538
74518
|
email: string;
|
|
74539
74519
|
id: string;
|
|
@@ -74578,11 +74558,11 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
|
|
|
74578
74558
|
};
|
|
74579
74559
|
createdAt: Date;
|
|
74580
74560
|
isProtected: boolean;
|
|
74581
|
-
emailSettings: {
|
|
74582
|
-
marketingEmails: boolean;
|
|
74583
|
-
};
|
|
74584
74561
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
74585
74562
|
loggedOutAt?: Date | undefined;
|
|
74563
|
+
emailSettings?: {
|
|
74564
|
+
marketingEmails: boolean;
|
|
74565
|
+
} | undefined;
|
|
74586
74566
|
}>>;
|
|
74587
74567
|
}, "strip", z.ZodTypeAny, {
|
|
74588
74568
|
type: "User" | "Agent";
|
|
@@ -74633,11 +74613,11 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
|
|
|
74633
74613
|
};
|
|
74634
74614
|
createdAt: Date;
|
|
74635
74615
|
isProtected: boolean;
|
|
74636
|
-
emailSettings: {
|
|
74637
|
-
marketingEmails: boolean;
|
|
74638
|
-
};
|
|
74639
74616
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
74640
74617
|
loggedOutAt?: Date | undefined;
|
|
74618
|
+
emailSettings?: {
|
|
74619
|
+
marketingEmails: boolean;
|
|
74620
|
+
} | undefined;
|
|
74641
74621
|
} | undefined;
|
|
74642
74622
|
userId?: string | undefined;
|
|
74643
74623
|
agentId?: string | undefined;
|
|
@@ -74704,11 +74684,11 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
|
|
|
74704
74684
|
};
|
|
74705
74685
|
createdAt: Date;
|
|
74706
74686
|
isProtected: boolean;
|
|
74707
|
-
emailSettings: {
|
|
74708
|
-
marketingEmails: boolean;
|
|
74709
|
-
};
|
|
74710
74687
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
74711
74688
|
loggedOutAt?: Date | undefined;
|
|
74689
|
+
emailSettings?: {
|
|
74690
|
+
marketingEmails: boolean;
|
|
74691
|
+
} | undefined;
|
|
74712
74692
|
} | undefined;
|
|
74713
74693
|
userId?: string | undefined;
|
|
74714
74694
|
agentId?: string | undefined;
|
|
@@ -75016,13 +74996,13 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
|
|
|
75016
74996
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
75017
74997
|
isProtected: z.ZodBoolean;
|
|
75018
74998
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
75019
|
-
emailSettings: z.ZodObject<{
|
|
74999
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
75020
75000
|
marketingEmails: z.ZodBoolean;
|
|
75021
75001
|
}, "strip", z.ZodTypeAny, {
|
|
75022
75002
|
marketingEmails: boolean;
|
|
75023
75003
|
}, {
|
|
75024
75004
|
marketingEmails: boolean;
|
|
75025
|
-
}
|
|
75005
|
+
}>>;
|
|
75026
75006
|
}, "strip", z.ZodTypeAny, {
|
|
75027
75007
|
email: string;
|
|
75028
75008
|
id: string;
|
|
@@ -75067,11 +75047,11 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
|
|
|
75067
75047
|
};
|
|
75068
75048
|
createdAt: Date;
|
|
75069
75049
|
isProtected: boolean;
|
|
75070
|
-
emailSettings: {
|
|
75071
|
-
marketingEmails: boolean;
|
|
75072
|
-
};
|
|
75073
75050
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
75074
75051
|
loggedOutAt?: Date | undefined;
|
|
75052
|
+
emailSettings?: {
|
|
75053
|
+
marketingEmails: boolean;
|
|
75054
|
+
} | undefined;
|
|
75075
75055
|
}, {
|
|
75076
75056
|
email: string;
|
|
75077
75057
|
id: string;
|
|
@@ -75116,11 +75096,11 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
|
|
|
75116
75096
|
};
|
|
75117
75097
|
createdAt: Date;
|
|
75118
75098
|
isProtected: boolean;
|
|
75119
|
-
emailSettings: {
|
|
75120
|
-
marketingEmails: boolean;
|
|
75121
|
-
};
|
|
75122
75099
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
75123
75100
|
loggedOutAt?: Date | undefined;
|
|
75101
|
+
emailSettings?: {
|
|
75102
|
+
marketingEmails: boolean;
|
|
75103
|
+
} | undefined;
|
|
75124
75104
|
}>>;
|
|
75125
75105
|
}, "user" | "agent"> & {
|
|
75126
75106
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -75722,13 +75702,13 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
|
|
|
75722
75702
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
75723
75703
|
isProtected: z.ZodBoolean;
|
|
75724
75704
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
75725
|
-
emailSettings: z.ZodObject<{
|
|
75705
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
75726
75706
|
marketingEmails: z.ZodBoolean;
|
|
75727
75707
|
}, "strip", z.ZodTypeAny, {
|
|
75728
75708
|
marketingEmails: boolean;
|
|
75729
75709
|
}, {
|
|
75730
75710
|
marketingEmails: boolean;
|
|
75731
|
-
}
|
|
75711
|
+
}>>;
|
|
75732
75712
|
}, "strip", z.ZodTypeAny, {
|
|
75733
75713
|
email: string;
|
|
75734
75714
|
id: string;
|
|
@@ -75773,11 +75753,11 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
|
|
|
75773
75753
|
};
|
|
75774
75754
|
createdAt: Date;
|
|
75775
75755
|
isProtected: boolean;
|
|
75776
|
-
emailSettings: {
|
|
75777
|
-
marketingEmails: boolean;
|
|
75778
|
-
};
|
|
75779
75756
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
75780
75757
|
loggedOutAt?: Date | undefined;
|
|
75758
|
+
emailSettings?: {
|
|
75759
|
+
marketingEmails: boolean;
|
|
75760
|
+
} | undefined;
|
|
75781
75761
|
}, {
|
|
75782
75762
|
email: string;
|
|
75783
75763
|
id: string;
|
|
@@ -75822,11 +75802,11 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
|
|
|
75822
75802
|
};
|
|
75823
75803
|
createdAt: Date;
|
|
75824
75804
|
isProtected: boolean;
|
|
75825
|
-
emailSettings: {
|
|
75826
|
-
marketingEmails: boolean;
|
|
75827
|
-
};
|
|
75828
75805
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
75829
75806
|
loggedOutAt?: Date | undefined;
|
|
75807
|
+
emailSettings?: {
|
|
75808
|
+
marketingEmails: boolean;
|
|
75809
|
+
} | undefined;
|
|
75830
75810
|
}>>;
|
|
75831
75811
|
}, "strip", z.ZodTypeAny, {
|
|
75832
75812
|
type: "User" | "Agent";
|
|
@@ -75877,11 +75857,11 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
|
|
|
75877
75857
|
};
|
|
75878
75858
|
createdAt: Date;
|
|
75879
75859
|
isProtected: boolean;
|
|
75880
|
-
emailSettings: {
|
|
75881
|
-
marketingEmails: boolean;
|
|
75882
|
-
};
|
|
75883
75860
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
75884
75861
|
loggedOutAt?: Date | undefined;
|
|
75862
|
+
emailSettings?: {
|
|
75863
|
+
marketingEmails: boolean;
|
|
75864
|
+
} | undefined;
|
|
75885
75865
|
} | undefined;
|
|
75886
75866
|
userId?: string | undefined;
|
|
75887
75867
|
agentId?: string | undefined;
|
|
@@ -75948,11 +75928,11 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
|
|
|
75948
75928
|
};
|
|
75949
75929
|
createdAt: Date;
|
|
75950
75930
|
isProtected: boolean;
|
|
75951
|
-
emailSettings: {
|
|
75952
|
-
marketingEmails: boolean;
|
|
75953
|
-
};
|
|
75954
75931
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
75955
75932
|
loggedOutAt?: Date | undefined;
|
|
75933
|
+
emailSettings?: {
|
|
75934
|
+
marketingEmails: boolean;
|
|
75935
|
+
} | undefined;
|
|
75956
75936
|
} | undefined;
|
|
75957
75937
|
userId?: string | undefined;
|
|
75958
75938
|
agentId?: string | undefined;
|
|
@@ -76260,13 +76240,13 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
|
|
|
76260
76240
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
76261
76241
|
isProtected: z.ZodBoolean;
|
|
76262
76242
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
76263
|
-
emailSettings: z.ZodObject<{
|
|
76243
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
76264
76244
|
marketingEmails: z.ZodBoolean;
|
|
76265
76245
|
}, "strip", z.ZodTypeAny, {
|
|
76266
76246
|
marketingEmails: boolean;
|
|
76267
76247
|
}, {
|
|
76268
76248
|
marketingEmails: boolean;
|
|
76269
|
-
}
|
|
76249
|
+
}>>;
|
|
76270
76250
|
}, "strip", z.ZodTypeAny, {
|
|
76271
76251
|
email: string;
|
|
76272
76252
|
id: string;
|
|
@@ -76311,11 +76291,11 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
|
|
|
76311
76291
|
};
|
|
76312
76292
|
createdAt: Date;
|
|
76313
76293
|
isProtected: boolean;
|
|
76314
|
-
emailSettings: {
|
|
76315
|
-
marketingEmails: boolean;
|
|
76316
|
-
};
|
|
76317
76294
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
76318
76295
|
loggedOutAt?: Date | undefined;
|
|
76296
|
+
emailSettings?: {
|
|
76297
|
+
marketingEmails: boolean;
|
|
76298
|
+
} | undefined;
|
|
76319
76299
|
}, {
|
|
76320
76300
|
email: string;
|
|
76321
76301
|
id: string;
|
|
@@ -76360,11 +76340,11 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
|
|
|
76360
76340
|
};
|
|
76361
76341
|
createdAt: Date;
|
|
76362
76342
|
isProtected: boolean;
|
|
76363
|
-
emailSettings: {
|
|
76364
|
-
marketingEmails: boolean;
|
|
76365
|
-
};
|
|
76366
76343
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
76367
76344
|
loggedOutAt?: Date | undefined;
|
|
76345
|
+
emailSettings?: {
|
|
76346
|
+
marketingEmails: boolean;
|
|
76347
|
+
} | undefined;
|
|
76368
76348
|
}>>;
|
|
76369
76349
|
}, "user" | "agent"> & {
|
|
76370
76350
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -76856,13 +76836,13 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
76856
76836
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
76857
76837
|
isProtected: z.ZodBoolean;
|
|
76858
76838
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
76859
|
-
emailSettings: z.ZodObject<{
|
|
76839
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
76860
76840
|
marketingEmails: z.ZodBoolean;
|
|
76861
76841
|
}, "strip", z.ZodTypeAny, {
|
|
76862
76842
|
marketingEmails: boolean;
|
|
76863
76843
|
}, {
|
|
76864
76844
|
marketingEmails: boolean;
|
|
76865
|
-
}
|
|
76845
|
+
}>>;
|
|
76866
76846
|
}, "strip", z.ZodTypeAny, {
|
|
76867
76847
|
email: string;
|
|
76868
76848
|
id: string;
|
|
@@ -76907,11 +76887,11 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
76907
76887
|
};
|
|
76908
76888
|
createdAt: Date;
|
|
76909
76889
|
isProtected: boolean;
|
|
76910
|
-
emailSettings: {
|
|
76911
|
-
marketingEmails: boolean;
|
|
76912
|
-
};
|
|
76913
76890
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
76914
76891
|
loggedOutAt?: Date | undefined;
|
|
76892
|
+
emailSettings?: {
|
|
76893
|
+
marketingEmails: boolean;
|
|
76894
|
+
} | undefined;
|
|
76915
76895
|
}, {
|
|
76916
76896
|
email: string;
|
|
76917
76897
|
id: string;
|
|
@@ -76956,11 +76936,11 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
76956
76936
|
};
|
|
76957
76937
|
createdAt: Date;
|
|
76958
76938
|
isProtected: boolean;
|
|
76959
|
-
emailSettings: {
|
|
76960
|
-
marketingEmails: boolean;
|
|
76961
|
-
};
|
|
76962
76939
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
76963
76940
|
loggedOutAt?: Date | undefined;
|
|
76941
|
+
emailSettings?: {
|
|
76942
|
+
marketingEmails: boolean;
|
|
76943
|
+
} | undefined;
|
|
76964
76944
|
}>>;
|
|
76965
76945
|
}, "strip", z.ZodTypeAny, {
|
|
76966
76946
|
type: "User" | "Agent";
|
|
@@ -77011,11 +76991,11 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
77011
76991
|
};
|
|
77012
76992
|
createdAt: Date;
|
|
77013
76993
|
isProtected: boolean;
|
|
77014
|
-
emailSettings: {
|
|
77015
|
-
marketingEmails: boolean;
|
|
77016
|
-
};
|
|
77017
76994
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
77018
76995
|
loggedOutAt?: Date | undefined;
|
|
76996
|
+
emailSettings?: {
|
|
76997
|
+
marketingEmails: boolean;
|
|
76998
|
+
} | undefined;
|
|
77019
76999
|
} | undefined;
|
|
77020
77000
|
userId?: string | undefined;
|
|
77021
77001
|
agentId?: string | undefined;
|
|
@@ -77082,11 +77062,11 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
77082
77062
|
};
|
|
77083
77063
|
createdAt: Date;
|
|
77084
77064
|
isProtected: boolean;
|
|
77085
|
-
emailSettings: {
|
|
77086
|
-
marketingEmails: boolean;
|
|
77087
|
-
};
|
|
77088
77065
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
77089
77066
|
loggedOutAt?: Date | undefined;
|
|
77067
|
+
emailSettings?: {
|
|
77068
|
+
marketingEmails: boolean;
|
|
77069
|
+
} | undefined;
|
|
77090
77070
|
} | undefined;
|
|
77091
77071
|
userId?: string | undefined;
|
|
77092
77072
|
agentId?: string | undefined;
|
|
@@ -77394,13 +77374,13 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
77394
77374
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
77395
77375
|
isProtected: z.ZodBoolean;
|
|
77396
77376
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
77397
|
-
emailSettings: z.ZodObject<{
|
|
77377
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
77398
77378
|
marketingEmails: z.ZodBoolean;
|
|
77399
77379
|
}, "strip", z.ZodTypeAny, {
|
|
77400
77380
|
marketingEmails: boolean;
|
|
77401
77381
|
}, {
|
|
77402
77382
|
marketingEmails: boolean;
|
|
77403
|
-
}
|
|
77383
|
+
}>>;
|
|
77404
77384
|
}, "strip", z.ZodTypeAny, {
|
|
77405
77385
|
email: string;
|
|
77406
77386
|
id: string;
|
|
@@ -77445,11 +77425,11 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
77445
77425
|
};
|
|
77446
77426
|
createdAt: Date;
|
|
77447
77427
|
isProtected: boolean;
|
|
77448
|
-
emailSettings: {
|
|
77449
|
-
marketingEmails: boolean;
|
|
77450
|
-
};
|
|
77451
77428
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
77452
77429
|
loggedOutAt?: Date | undefined;
|
|
77430
|
+
emailSettings?: {
|
|
77431
|
+
marketingEmails: boolean;
|
|
77432
|
+
} | undefined;
|
|
77453
77433
|
}, {
|
|
77454
77434
|
email: string;
|
|
77455
77435
|
id: string;
|
|
@@ -77494,11 +77474,11 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
77494
77474
|
};
|
|
77495
77475
|
createdAt: Date;
|
|
77496
77476
|
isProtected: boolean;
|
|
77497
|
-
emailSettings: {
|
|
77498
|
-
marketingEmails: boolean;
|
|
77499
|
-
};
|
|
77500
77477
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
77501
77478
|
loggedOutAt?: Date | undefined;
|
|
77479
|
+
emailSettings?: {
|
|
77480
|
+
marketingEmails: boolean;
|
|
77481
|
+
} | undefined;
|
|
77502
77482
|
}>>;
|
|
77503
77483
|
}, "user" | "agent"> & {
|
|
77504
77484
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -78101,13 +78081,13 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
78101
78081
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
78102
78082
|
isProtected: z.ZodBoolean;
|
|
78103
78083
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
78104
|
-
emailSettings: z.ZodObject<{
|
|
78084
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
78105
78085
|
marketingEmails: z.ZodBoolean;
|
|
78106
78086
|
}, "strip", z.ZodTypeAny, {
|
|
78107
78087
|
marketingEmails: boolean;
|
|
78108
78088
|
}, {
|
|
78109
78089
|
marketingEmails: boolean;
|
|
78110
|
-
}
|
|
78090
|
+
}>>;
|
|
78111
78091
|
}, "strip", z.ZodTypeAny, {
|
|
78112
78092
|
email: string;
|
|
78113
78093
|
id: string;
|
|
@@ -78152,11 +78132,11 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
78152
78132
|
};
|
|
78153
78133
|
createdAt: Date;
|
|
78154
78134
|
isProtected: boolean;
|
|
78155
|
-
emailSettings: {
|
|
78156
|
-
marketingEmails: boolean;
|
|
78157
|
-
};
|
|
78158
78135
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
78159
78136
|
loggedOutAt?: Date | undefined;
|
|
78137
|
+
emailSettings?: {
|
|
78138
|
+
marketingEmails: boolean;
|
|
78139
|
+
} | undefined;
|
|
78160
78140
|
}, {
|
|
78161
78141
|
email: string;
|
|
78162
78142
|
id: string;
|
|
@@ -78201,11 +78181,11 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
78201
78181
|
};
|
|
78202
78182
|
createdAt: Date;
|
|
78203
78183
|
isProtected: boolean;
|
|
78204
|
-
emailSettings: {
|
|
78205
|
-
marketingEmails: boolean;
|
|
78206
|
-
};
|
|
78207
78184
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
78208
78185
|
loggedOutAt?: Date | undefined;
|
|
78186
|
+
emailSettings?: {
|
|
78187
|
+
marketingEmails: boolean;
|
|
78188
|
+
} | undefined;
|
|
78209
78189
|
}>>;
|
|
78210
78190
|
}, "strip", z.ZodTypeAny, {
|
|
78211
78191
|
type: "User" | "Agent";
|
|
@@ -78256,11 +78236,11 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
78256
78236
|
};
|
|
78257
78237
|
createdAt: Date;
|
|
78258
78238
|
isProtected: boolean;
|
|
78259
|
-
emailSettings: {
|
|
78260
|
-
marketingEmails: boolean;
|
|
78261
|
-
};
|
|
78262
78239
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
78263
78240
|
loggedOutAt?: Date | undefined;
|
|
78241
|
+
emailSettings?: {
|
|
78242
|
+
marketingEmails: boolean;
|
|
78243
|
+
} | undefined;
|
|
78264
78244
|
} | undefined;
|
|
78265
78245
|
userId?: string | undefined;
|
|
78266
78246
|
agentId?: string | undefined;
|
|
@@ -78327,11 +78307,11 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
78327
78307
|
};
|
|
78328
78308
|
createdAt: Date;
|
|
78329
78309
|
isProtected: boolean;
|
|
78330
|
-
emailSettings: {
|
|
78331
|
-
marketingEmails: boolean;
|
|
78332
|
-
};
|
|
78333
78310
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
78334
78311
|
loggedOutAt?: Date | undefined;
|
|
78312
|
+
emailSettings?: {
|
|
78313
|
+
marketingEmails: boolean;
|
|
78314
|
+
} | undefined;
|
|
78335
78315
|
} | undefined;
|
|
78336
78316
|
userId?: string | undefined;
|
|
78337
78317
|
agentId?: string | undefined;
|
|
@@ -78639,13 +78619,13 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
78639
78619
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
78640
78620
|
isProtected: z.ZodBoolean;
|
|
78641
78621
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
78642
|
-
emailSettings: z.ZodObject<{
|
|
78622
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
78643
78623
|
marketingEmails: z.ZodBoolean;
|
|
78644
78624
|
}, "strip", z.ZodTypeAny, {
|
|
78645
78625
|
marketingEmails: boolean;
|
|
78646
78626
|
}, {
|
|
78647
78627
|
marketingEmails: boolean;
|
|
78648
|
-
}
|
|
78628
|
+
}>>;
|
|
78649
78629
|
}, "strip", z.ZodTypeAny, {
|
|
78650
78630
|
email: string;
|
|
78651
78631
|
id: string;
|
|
@@ -78690,11 +78670,11 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
78690
78670
|
};
|
|
78691
78671
|
createdAt: Date;
|
|
78692
78672
|
isProtected: boolean;
|
|
78693
|
-
emailSettings: {
|
|
78694
|
-
marketingEmails: boolean;
|
|
78695
|
-
};
|
|
78696
78673
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
78697
78674
|
loggedOutAt?: Date | undefined;
|
|
78675
|
+
emailSettings?: {
|
|
78676
|
+
marketingEmails: boolean;
|
|
78677
|
+
} | undefined;
|
|
78698
78678
|
}, {
|
|
78699
78679
|
email: string;
|
|
78700
78680
|
id: string;
|
|
@@ -78739,11 +78719,11 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
78739
78719
|
};
|
|
78740
78720
|
createdAt: Date;
|
|
78741
78721
|
isProtected: boolean;
|
|
78742
|
-
emailSettings: {
|
|
78743
|
-
marketingEmails: boolean;
|
|
78744
|
-
};
|
|
78745
78722
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
78746
78723
|
loggedOutAt?: Date | undefined;
|
|
78724
|
+
emailSettings?: {
|
|
78725
|
+
marketingEmails: boolean;
|
|
78726
|
+
} | undefined;
|
|
78747
78727
|
}>>;
|
|
78748
78728
|
}, "user" | "agent"> & {
|
|
78749
78729
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -79351,13 +79331,13 @@ declare const DTOForgeParticipantsListResponse: z.ZodObject<{
|
|
|
79351
79331
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
79352
79332
|
isProtected: z.ZodBoolean;
|
|
79353
79333
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
79354
|
-
emailSettings: z.ZodObject<{
|
|
79334
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
79355
79335
|
marketingEmails: z.ZodBoolean;
|
|
79356
79336
|
}, "strip", z.ZodTypeAny, {
|
|
79357
79337
|
marketingEmails: boolean;
|
|
79358
79338
|
}, {
|
|
79359
79339
|
marketingEmails: boolean;
|
|
79360
|
-
}
|
|
79340
|
+
}>>;
|
|
79361
79341
|
}, "strip", z.ZodTypeAny, {
|
|
79362
79342
|
email: string;
|
|
79363
79343
|
id: string;
|
|
@@ -79402,11 +79382,11 @@ declare const DTOForgeParticipantsListResponse: z.ZodObject<{
|
|
|
79402
79382
|
};
|
|
79403
79383
|
createdAt: Date;
|
|
79404
79384
|
isProtected: boolean;
|
|
79405
|
-
emailSettings: {
|
|
79406
|
-
marketingEmails: boolean;
|
|
79407
|
-
};
|
|
79408
79385
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
79409
79386
|
loggedOutAt?: Date | undefined;
|
|
79387
|
+
emailSettings?: {
|
|
79388
|
+
marketingEmails: boolean;
|
|
79389
|
+
} | undefined;
|
|
79410
79390
|
}, {
|
|
79411
79391
|
email: string;
|
|
79412
79392
|
id: string;
|
|
@@ -79451,11 +79431,11 @@ declare const DTOForgeParticipantsListResponse: z.ZodObject<{
|
|
|
79451
79431
|
};
|
|
79452
79432
|
createdAt: Date;
|
|
79453
79433
|
isProtected: boolean;
|
|
79454
|
-
emailSettings: {
|
|
79455
|
-
marketingEmails: boolean;
|
|
79456
|
-
};
|
|
79457
79434
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
79458
79435
|
loggedOutAt?: Date | undefined;
|
|
79436
|
+
emailSettings?: {
|
|
79437
|
+
marketingEmails: boolean;
|
|
79438
|
+
} | undefined;
|
|
79459
79439
|
}>>;
|
|
79460
79440
|
}, "user" | "agent"> & {
|
|
79461
79441
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -79941,13 +79921,13 @@ declare const DTOForgeParticipantGetResponse: z.ZodObject<{
|
|
|
79941
79921
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
79942
79922
|
isProtected: z.ZodBoolean;
|
|
79943
79923
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
79944
|
-
emailSettings: z.ZodObject<{
|
|
79924
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
79945
79925
|
marketingEmails: z.ZodBoolean;
|
|
79946
79926
|
}, "strip", z.ZodTypeAny, {
|
|
79947
79927
|
marketingEmails: boolean;
|
|
79948
79928
|
}, {
|
|
79949
79929
|
marketingEmails: boolean;
|
|
79950
|
-
}
|
|
79930
|
+
}>>;
|
|
79951
79931
|
}, "strip", z.ZodTypeAny, {
|
|
79952
79932
|
email: string;
|
|
79953
79933
|
id: string;
|
|
@@ -79992,11 +79972,11 @@ declare const DTOForgeParticipantGetResponse: z.ZodObject<{
|
|
|
79992
79972
|
};
|
|
79993
79973
|
createdAt: Date;
|
|
79994
79974
|
isProtected: boolean;
|
|
79995
|
-
emailSettings: {
|
|
79996
|
-
marketingEmails: boolean;
|
|
79997
|
-
};
|
|
79998
79975
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
79999
79976
|
loggedOutAt?: Date | undefined;
|
|
79977
|
+
emailSettings?: {
|
|
79978
|
+
marketingEmails: boolean;
|
|
79979
|
+
} | undefined;
|
|
80000
79980
|
}, {
|
|
80001
79981
|
email: string;
|
|
80002
79982
|
id: string;
|
|
@@ -80041,11 +80021,11 @@ declare const DTOForgeParticipantGetResponse: z.ZodObject<{
|
|
|
80041
80021
|
};
|
|
80042
80022
|
createdAt: Date;
|
|
80043
80023
|
isProtected: boolean;
|
|
80044
|
-
emailSettings: {
|
|
80045
|
-
marketingEmails: boolean;
|
|
80046
|
-
};
|
|
80047
80024
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
80048
80025
|
loggedOutAt?: Date | undefined;
|
|
80026
|
+
emailSettings?: {
|
|
80027
|
+
marketingEmails: boolean;
|
|
80028
|
+
} | undefined;
|
|
80049
80029
|
}>>;
|
|
80050
80030
|
}, "user" | "agent"> & {
|
|
80051
80031
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -80530,13 +80510,13 @@ declare const DTOForgeParticipant: z.ZodObject<Omit<{
|
|
|
80530
80510
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
80531
80511
|
isProtected: z.ZodBoolean;
|
|
80532
80512
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
80533
|
-
emailSettings: z.ZodObject<{
|
|
80513
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
80534
80514
|
marketingEmails: z.ZodBoolean;
|
|
80535
80515
|
}, "strip", z.ZodTypeAny, {
|
|
80536
80516
|
marketingEmails: boolean;
|
|
80537
80517
|
}, {
|
|
80538
80518
|
marketingEmails: boolean;
|
|
80539
|
-
}
|
|
80519
|
+
}>>;
|
|
80540
80520
|
}, "strip", z.ZodTypeAny, {
|
|
80541
80521
|
email: string;
|
|
80542
80522
|
id: string;
|
|
@@ -80581,11 +80561,11 @@ declare const DTOForgeParticipant: z.ZodObject<Omit<{
|
|
|
80581
80561
|
};
|
|
80582
80562
|
createdAt: Date;
|
|
80583
80563
|
isProtected: boolean;
|
|
80584
|
-
emailSettings: {
|
|
80585
|
-
marketingEmails: boolean;
|
|
80586
|
-
};
|
|
80587
80564
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
80588
80565
|
loggedOutAt?: Date | undefined;
|
|
80566
|
+
emailSettings?: {
|
|
80567
|
+
marketingEmails: boolean;
|
|
80568
|
+
} | undefined;
|
|
80589
80569
|
}, {
|
|
80590
80570
|
email: string;
|
|
80591
80571
|
id: string;
|
|
@@ -80630,11 +80610,11 @@ declare const DTOForgeParticipant: z.ZodObject<Omit<{
|
|
|
80630
80610
|
};
|
|
80631
80611
|
createdAt: Date;
|
|
80632
80612
|
isProtected: boolean;
|
|
80633
|
-
emailSettings: {
|
|
80634
|
-
marketingEmails: boolean;
|
|
80635
|
-
};
|
|
80636
80613
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
80637
80614
|
loggedOutAt?: Date | undefined;
|
|
80615
|
+
emailSettings?: {
|
|
80616
|
+
marketingEmails: boolean;
|
|
80617
|
+
} | undefined;
|
|
80638
80618
|
}>>;
|
|
80639
80619
|
}, "user" | "agent"> & {
|
|
80640
80620
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -81054,13 +81034,13 @@ declare const DTOCreateForgeParticipant: z.ZodObject<Omit<Omit<{
|
|
|
81054
81034
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
81055
81035
|
isProtected: z.ZodBoolean;
|
|
81056
81036
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
81057
|
-
emailSettings: z.ZodObject<{
|
|
81037
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
81058
81038
|
marketingEmails: z.ZodBoolean;
|
|
81059
81039
|
}, "strip", z.ZodTypeAny, {
|
|
81060
81040
|
marketingEmails: boolean;
|
|
81061
81041
|
}, {
|
|
81062
81042
|
marketingEmails: boolean;
|
|
81063
|
-
}
|
|
81043
|
+
}>>;
|
|
81064
81044
|
}, "strip", z.ZodTypeAny, {
|
|
81065
81045
|
email: string;
|
|
81066
81046
|
id: string;
|
|
@@ -81105,11 +81085,11 @@ declare const DTOCreateForgeParticipant: z.ZodObject<Omit<Omit<{
|
|
|
81105
81085
|
};
|
|
81106
81086
|
createdAt: Date;
|
|
81107
81087
|
isProtected: boolean;
|
|
81108
|
-
emailSettings: {
|
|
81109
|
-
marketingEmails: boolean;
|
|
81110
|
-
};
|
|
81111
81088
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
81112
81089
|
loggedOutAt?: Date | undefined;
|
|
81090
|
+
emailSettings?: {
|
|
81091
|
+
marketingEmails: boolean;
|
|
81092
|
+
} | undefined;
|
|
81113
81093
|
}, {
|
|
81114
81094
|
email: string;
|
|
81115
81095
|
id: string;
|
|
@@ -81154,11 +81134,11 @@ declare const DTOCreateForgeParticipant: z.ZodObject<Omit<Omit<{
|
|
|
81154
81134
|
};
|
|
81155
81135
|
createdAt: Date;
|
|
81156
81136
|
isProtected: boolean;
|
|
81157
|
-
emailSettings: {
|
|
81158
|
-
marketingEmails: boolean;
|
|
81159
|
-
};
|
|
81160
81137
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
81161
81138
|
loggedOutAt?: Date | undefined;
|
|
81139
|
+
emailSettings?: {
|
|
81140
|
+
marketingEmails: boolean;
|
|
81141
|
+
} | undefined;
|
|
81162
81142
|
}>>;
|
|
81163
81143
|
}, "user" | "agent"> & {
|
|
81164
81144
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -81552,13 +81532,13 @@ declare const DTOCreateForgeParticipantResponse: z.ZodObject<{
|
|
|
81552
81532
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
81553
81533
|
isProtected: z.ZodBoolean;
|
|
81554
81534
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
81555
|
-
emailSettings: z.ZodObject<{
|
|
81535
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
81556
81536
|
marketingEmails: z.ZodBoolean;
|
|
81557
81537
|
}, "strip", z.ZodTypeAny, {
|
|
81558
81538
|
marketingEmails: boolean;
|
|
81559
81539
|
}, {
|
|
81560
81540
|
marketingEmails: boolean;
|
|
81561
|
-
}
|
|
81541
|
+
}>>;
|
|
81562
81542
|
}, "strip", z.ZodTypeAny, {
|
|
81563
81543
|
email: string;
|
|
81564
81544
|
id: string;
|
|
@@ -81603,11 +81583,11 @@ declare const DTOCreateForgeParticipantResponse: z.ZodObject<{
|
|
|
81603
81583
|
};
|
|
81604
81584
|
createdAt: Date;
|
|
81605
81585
|
isProtected: boolean;
|
|
81606
|
-
emailSettings: {
|
|
81607
|
-
marketingEmails: boolean;
|
|
81608
|
-
};
|
|
81609
81586
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
81610
81587
|
loggedOutAt?: Date | undefined;
|
|
81588
|
+
emailSettings?: {
|
|
81589
|
+
marketingEmails: boolean;
|
|
81590
|
+
} | undefined;
|
|
81611
81591
|
}, {
|
|
81612
81592
|
email: string;
|
|
81613
81593
|
id: string;
|
|
@@ -81652,11 +81632,11 @@ declare const DTOCreateForgeParticipantResponse: z.ZodObject<{
|
|
|
81652
81632
|
};
|
|
81653
81633
|
createdAt: Date;
|
|
81654
81634
|
isProtected: boolean;
|
|
81655
|
-
emailSettings: {
|
|
81656
|
-
marketingEmails: boolean;
|
|
81657
|
-
};
|
|
81658
81635
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
81659
81636
|
loggedOutAt?: Date | undefined;
|
|
81637
|
+
emailSettings?: {
|
|
81638
|
+
marketingEmails: boolean;
|
|
81639
|
+
} | undefined;
|
|
81660
81640
|
}>>;
|
|
81661
81641
|
}, "user" | "agent"> & {
|
|
81662
81642
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -82142,13 +82122,13 @@ declare const DTOUpdateForgeParticipantResponse: z.ZodObject<{
|
|
|
82142
82122
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
82143
82123
|
isProtected: z.ZodBoolean;
|
|
82144
82124
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
82145
|
-
emailSettings: z.ZodObject<{
|
|
82125
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
82146
82126
|
marketingEmails: z.ZodBoolean;
|
|
82147
82127
|
}, "strip", z.ZodTypeAny, {
|
|
82148
82128
|
marketingEmails: boolean;
|
|
82149
82129
|
}, {
|
|
82150
82130
|
marketingEmails: boolean;
|
|
82151
|
-
}
|
|
82131
|
+
}>>;
|
|
82152
82132
|
}, "strip", z.ZodTypeAny, {
|
|
82153
82133
|
email: string;
|
|
82154
82134
|
id: string;
|
|
@@ -82193,11 +82173,11 @@ declare const DTOUpdateForgeParticipantResponse: z.ZodObject<{
|
|
|
82193
82173
|
};
|
|
82194
82174
|
createdAt: Date;
|
|
82195
82175
|
isProtected: boolean;
|
|
82196
|
-
emailSettings: {
|
|
82197
|
-
marketingEmails: boolean;
|
|
82198
|
-
};
|
|
82199
82176
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
82200
82177
|
loggedOutAt?: Date | undefined;
|
|
82178
|
+
emailSettings?: {
|
|
82179
|
+
marketingEmails: boolean;
|
|
82180
|
+
} | undefined;
|
|
82201
82181
|
}, {
|
|
82202
82182
|
email: string;
|
|
82203
82183
|
id: string;
|
|
@@ -82242,11 +82222,11 @@ declare const DTOUpdateForgeParticipantResponse: z.ZodObject<{
|
|
|
82242
82222
|
};
|
|
82243
82223
|
createdAt: Date;
|
|
82244
82224
|
isProtected: boolean;
|
|
82245
|
-
emailSettings: {
|
|
82246
|
-
marketingEmails: boolean;
|
|
82247
|
-
};
|
|
82248
82225
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
82249
82226
|
loggedOutAt?: Date | undefined;
|
|
82227
|
+
emailSettings?: {
|
|
82228
|
+
marketingEmails: boolean;
|
|
82229
|
+
} | undefined;
|
|
82250
82230
|
}>>;
|
|
82251
82231
|
}, "user" | "agent"> & {
|
|
82252
82232
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -84088,6 +84068,58 @@ declare const DTOForgeProjectArtifact: z.ZodObject<{
|
|
|
84088
84068
|
createdByUserId: z.ZodString;
|
|
84089
84069
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
84090
84070
|
threadId: z.ZodOptional<z.ZodString>;
|
|
84071
|
+
thumbnail: z.ZodOptional<z.ZodObject<Pick<{
|
|
84072
|
+
id: z.ZodString;
|
|
84073
|
+
name: z.ZodString;
|
|
84074
|
+
deduplicationKey: z.ZodString;
|
|
84075
|
+
pendingUpload: z.ZodOptional<z.ZodBoolean>;
|
|
84076
|
+
storagePath: z.ZodString;
|
|
84077
|
+
url: z.ZodString;
|
|
84078
|
+
size: z.ZodNumber;
|
|
84079
|
+
source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
84080
|
+
type: z.ZodLiteral<"UserUpload">;
|
|
84081
|
+
userId: z.ZodString;
|
|
84082
|
+
}, "strip", z.ZodTypeAny, {
|
|
84083
|
+
type: "UserUpload";
|
|
84084
|
+
userId: string;
|
|
84085
|
+
}, {
|
|
84086
|
+
type: "UserUpload";
|
|
84087
|
+
userId: string;
|
|
84088
|
+
}>, z.ZodObject<{
|
|
84089
|
+
type: z.ZodLiteral<"Figma">;
|
|
84090
|
+
renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
84091
|
+
}, "strip", z.ZodTypeAny, {
|
|
84092
|
+
type: "Figma";
|
|
84093
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84094
|
+
}, {
|
|
84095
|
+
type: "Figma";
|
|
84096
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84097
|
+
}>]>>;
|
|
84098
|
+
}, "id" | "source" | "url"> & {
|
|
84099
|
+
name: z.ZodOptional<z.ZodString>;
|
|
84100
|
+
}, "strip", z.ZodTypeAny, {
|
|
84101
|
+
id: string;
|
|
84102
|
+
url: string;
|
|
84103
|
+
name?: string | undefined;
|
|
84104
|
+
source?: {
|
|
84105
|
+
type: "UserUpload";
|
|
84106
|
+
userId: string;
|
|
84107
|
+
} | {
|
|
84108
|
+
type: "Figma";
|
|
84109
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84110
|
+
} | undefined;
|
|
84111
|
+
}, {
|
|
84112
|
+
id: string;
|
|
84113
|
+
url: string;
|
|
84114
|
+
name?: string | undefined;
|
|
84115
|
+
source?: {
|
|
84116
|
+
type: "UserUpload";
|
|
84117
|
+
userId: string;
|
|
84118
|
+
} | {
|
|
84119
|
+
type: "Figma";
|
|
84120
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84121
|
+
} | undefined;
|
|
84122
|
+
}>>;
|
|
84091
84123
|
}, "strip", z.ZodTypeAny, {
|
|
84092
84124
|
id: string;
|
|
84093
84125
|
createdAt: Date;
|
|
@@ -84098,6 +84130,18 @@ declare const DTOForgeProjectArtifact: z.ZodObject<{
|
|
|
84098
84130
|
projectId: string;
|
|
84099
84131
|
threadId?: string | undefined;
|
|
84100
84132
|
previewUrl?: string | null | undefined;
|
|
84133
|
+
thumbnail?: {
|
|
84134
|
+
id: string;
|
|
84135
|
+
url: string;
|
|
84136
|
+
name?: string | undefined;
|
|
84137
|
+
source?: {
|
|
84138
|
+
type: "UserUpload";
|
|
84139
|
+
userId: string;
|
|
84140
|
+
} | {
|
|
84141
|
+
type: "Figma";
|
|
84142
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84143
|
+
} | undefined;
|
|
84144
|
+
} | undefined;
|
|
84101
84145
|
iterationId?: string | null | undefined;
|
|
84102
84146
|
sectionId?: string | undefined;
|
|
84103
84147
|
}, {
|
|
@@ -84110,6 +84154,18 @@ declare const DTOForgeProjectArtifact: z.ZodObject<{
|
|
|
84110
84154
|
threadId?: string | undefined;
|
|
84111
84155
|
sortOrder?: number | undefined;
|
|
84112
84156
|
previewUrl?: string | null | undefined;
|
|
84157
|
+
thumbnail?: {
|
|
84158
|
+
id: string;
|
|
84159
|
+
url: string;
|
|
84160
|
+
name?: string | undefined;
|
|
84161
|
+
source?: {
|
|
84162
|
+
type: "UserUpload";
|
|
84163
|
+
userId: string;
|
|
84164
|
+
} | {
|
|
84165
|
+
type: "Figma";
|
|
84166
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84167
|
+
} | undefined;
|
|
84168
|
+
} | undefined;
|
|
84113
84169
|
iterationId?: string | null | undefined;
|
|
84114
84170
|
sectionId?: string | undefined;
|
|
84115
84171
|
}>;
|
|
@@ -84358,6 +84414,58 @@ declare const DTOForgeProjectArtifactGetResponse: z.ZodObject<{
|
|
|
84358
84414
|
createdByUserId: z.ZodString;
|
|
84359
84415
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
84360
84416
|
threadId: z.ZodOptional<z.ZodString>;
|
|
84417
|
+
thumbnail: z.ZodOptional<z.ZodObject<Pick<{
|
|
84418
|
+
id: z.ZodString;
|
|
84419
|
+
name: z.ZodString;
|
|
84420
|
+
deduplicationKey: z.ZodString;
|
|
84421
|
+
pendingUpload: z.ZodOptional<z.ZodBoolean>;
|
|
84422
|
+
storagePath: z.ZodString;
|
|
84423
|
+
url: z.ZodString;
|
|
84424
|
+
size: z.ZodNumber;
|
|
84425
|
+
source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
84426
|
+
type: z.ZodLiteral<"UserUpload">;
|
|
84427
|
+
userId: z.ZodString;
|
|
84428
|
+
}, "strip", z.ZodTypeAny, {
|
|
84429
|
+
type: "UserUpload";
|
|
84430
|
+
userId: string;
|
|
84431
|
+
}, {
|
|
84432
|
+
type: "UserUpload";
|
|
84433
|
+
userId: string;
|
|
84434
|
+
}>, z.ZodObject<{
|
|
84435
|
+
type: z.ZodLiteral<"Figma">;
|
|
84436
|
+
renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
84437
|
+
}, "strip", z.ZodTypeAny, {
|
|
84438
|
+
type: "Figma";
|
|
84439
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84440
|
+
}, {
|
|
84441
|
+
type: "Figma";
|
|
84442
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84443
|
+
}>]>>;
|
|
84444
|
+
}, "id" | "source" | "url"> & {
|
|
84445
|
+
name: z.ZodOptional<z.ZodString>;
|
|
84446
|
+
}, "strip", z.ZodTypeAny, {
|
|
84447
|
+
id: string;
|
|
84448
|
+
url: string;
|
|
84449
|
+
name?: string | undefined;
|
|
84450
|
+
source?: {
|
|
84451
|
+
type: "UserUpload";
|
|
84452
|
+
userId: string;
|
|
84453
|
+
} | {
|
|
84454
|
+
type: "Figma";
|
|
84455
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84456
|
+
} | undefined;
|
|
84457
|
+
}, {
|
|
84458
|
+
id: string;
|
|
84459
|
+
url: string;
|
|
84460
|
+
name?: string | undefined;
|
|
84461
|
+
source?: {
|
|
84462
|
+
type: "UserUpload";
|
|
84463
|
+
userId: string;
|
|
84464
|
+
} | {
|
|
84465
|
+
type: "Figma";
|
|
84466
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84467
|
+
} | undefined;
|
|
84468
|
+
}>>;
|
|
84361
84469
|
}, "strip", z.ZodTypeAny, {
|
|
84362
84470
|
id: string;
|
|
84363
84471
|
createdAt: Date;
|
|
@@ -84368,6 +84476,18 @@ declare const DTOForgeProjectArtifactGetResponse: z.ZodObject<{
|
|
|
84368
84476
|
projectId: string;
|
|
84369
84477
|
threadId?: string | undefined;
|
|
84370
84478
|
previewUrl?: string | null | undefined;
|
|
84479
|
+
thumbnail?: {
|
|
84480
|
+
id: string;
|
|
84481
|
+
url: string;
|
|
84482
|
+
name?: string | undefined;
|
|
84483
|
+
source?: {
|
|
84484
|
+
type: "UserUpload";
|
|
84485
|
+
userId: string;
|
|
84486
|
+
} | {
|
|
84487
|
+
type: "Figma";
|
|
84488
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84489
|
+
} | undefined;
|
|
84490
|
+
} | undefined;
|
|
84371
84491
|
iterationId?: string | null | undefined;
|
|
84372
84492
|
sectionId?: string | undefined;
|
|
84373
84493
|
}, {
|
|
@@ -84380,6 +84500,18 @@ declare const DTOForgeProjectArtifactGetResponse: z.ZodObject<{
|
|
|
84380
84500
|
threadId?: string | undefined;
|
|
84381
84501
|
sortOrder?: number | undefined;
|
|
84382
84502
|
previewUrl?: string | null | undefined;
|
|
84503
|
+
thumbnail?: {
|
|
84504
|
+
id: string;
|
|
84505
|
+
url: string;
|
|
84506
|
+
name?: string | undefined;
|
|
84507
|
+
source?: {
|
|
84508
|
+
type: "UserUpload";
|
|
84509
|
+
userId: string;
|
|
84510
|
+
} | {
|
|
84511
|
+
type: "Figma";
|
|
84512
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84513
|
+
} | undefined;
|
|
84514
|
+
} | undefined;
|
|
84383
84515
|
iterationId?: string | null | undefined;
|
|
84384
84516
|
sectionId?: string | undefined;
|
|
84385
84517
|
}>;
|
|
@@ -84394,6 +84526,18 @@ declare const DTOForgeProjectArtifactGetResponse: z.ZodObject<{
|
|
|
84394
84526
|
projectId: string;
|
|
84395
84527
|
threadId?: string | undefined;
|
|
84396
84528
|
previewUrl?: string | null | undefined;
|
|
84529
|
+
thumbnail?: {
|
|
84530
|
+
id: string;
|
|
84531
|
+
url: string;
|
|
84532
|
+
name?: string | undefined;
|
|
84533
|
+
source?: {
|
|
84534
|
+
type: "UserUpload";
|
|
84535
|
+
userId: string;
|
|
84536
|
+
} | {
|
|
84537
|
+
type: "Figma";
|
|
84538
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84539
|
+
} | undefined;
|
|
84540
|
+
} | undefined;
|
|
84397
84541
|
iterationId?: string | null | undefined;
|
|
84398
84542
|
sectionId?: string | undefined;
|
|
84399
84543
|
};
|
|
@@ -84408,6 +84552,18 @@ declare const DTOForgeProjectArtifactGetResponse: z.ZodObject<{
|
|
|
84408
84552
|
threadId?: string | undefined;
|
|
84409
84553
|
sortOrder?: number | undefined;
|
|
84410
84554
|
previewUrl?: string | null | undefined;
|
|
84555
|
+
thumbnail?: {
|
|
84556
|
+
id: string;
|
|
84557
|
+
url: string;
|
|
84558
|
+
name?: string | undefined;
|
|
84559
|
+
source?: {
|
|
84560
|
+
type: "UserUpload";
|
|
84561
|
+
userId: string;
|
|
84562
|
+
} | {
|
|
84563
|
+
type: "Figma";
|
|
84564
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84565
|
+
} | undefined;
|
|
84566
|
+
} | undefined;
|
|
84411
84567
|
iterationId?: string | null | undefined;
|
|
84412
84568
|
sectionId?: string | undefined;
|
|
84413
84569
|
};
|
|
@@ -84426,6 +84582,58 @@ declare const DTOForgeProjectArtifactCreateResponse: z.ZodObject<{
|
|
|
84426
84582
|
createdByUserId: z.ZodString;
|
|
84427
84583
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
84428
84584
|
threadId: z.ZodOptional<z.ZodString>;
|
|
84585
|
+
thumbnail: z.ZodOptional<z.ZodObject<Pick<{
|
|
84586
|
+
id: z.ZodString;
|
|
84587
|
+
name: z.ZodString;
|
|
84588
|
+
deduplicationKey: z.ZodString;
|
|
84589
|
+
pendingUpload: z.ZodOptional<z.ZodBoolean>;
|
|
84590
|
+
storagePath: z.ZodString;
|
|
84591
|
+
url: z.ZodString;
|
|
84592
|
+
size: z.ZodNumber;
|
|
84593
|
+
source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
84594
|
+
type: z.ZodLiteral<"UserUpload">;
|
|
84595
|
+
userId: z.ZodString;
|
|
84596
|
+
}, "strip", z.ZodTypeAny, {
|
|
84597
|
+
type: "UserUpload";
|
|
84598
|
+
userId: string;
|
|
84599
|
+
}, {
|
|
84600
|
+
type: "UserUpload";
|
|
84601
|
+
userId: string;
|
|
84602
|
+
}>, z.ZodObject<{
|
|
84603
|
+
type: z.ZodLiteral<"Figma">;
|
|
84604
|
+
renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
84605
|
+
}, "strip", z.ZodTypeAny, {
|
|
84606
|
+
type: "Figma";
|
|
84607
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84608
|
+
}, {
|
|
84609
|
+
type: "Figma";
|
|
84610
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84611
|
+
}>]>>;
|
|
84612
|
+
}, "id" | "source" | "url"> & {
|
|
84613
|
+
name: z.ZodOptional<z.ZodString>;
|
|
84614
|
+
}, "strip", z.ZodTypeAny, {
|
|
84615
|
+
id: string;
|
|
84616
|
+
url: string;
|
|
84617
|
+
name?: string | undefined;
|
|
84618
|
+
source?: {
|
|
84619
|
+
type: "UserUpload";
|
|
84620
|
+
userId: string;
|
|
84621
|
+
} | {
|
|
84622
|
+
type: "Figma";
|
|
84623
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84624
|
+
} | undefined;
|
|
84625
|
+
}, {
|
|
84626
|
+
id: string;
|
|
84627
|
+
url: string;
|
|
84628
|
+
name?: string | undefined;
|
|
84629
|
+
source?: {
|
|
84630
|
+
type: "UserUpload";
|
|
84631
|
+
userId: string;
|
|
84632
|
+
} | {
|
|
84633
|
+
type: "Figma";
|
|
84634
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84635
|
+
} | undefined;
|
|
84636
|
+
}>>;
|
|
84429
84637
|
}, "strip", z.ZodTypeAny, {
|
|
84430
84638
|
id: string;
|
|
84431
84639
|
createdAt: Date;
|
|
@@ -84436,6 +84644,18 @@ declare const DTOForgeProjectArtifactCreateResponse: z.ZodObject<{
|
|
|
84436
84644
|
projectId: string;
|
|
84437
84645
|
threadId?: string | undefined;
|
|
84438
84646
|
previewUrl?: string | null | undefined;
|
|
84647
|
+
thumbnail?: {
|
|
84648
|
+
id: string;
|
|
84649
|
+
url: string;
|
|
84650
|
+
name?: string | undefined;
|
|
84651
|
+
source?: {
|
|
84652
|
+
type: "UserUpload";
|
|
84653
|
+
userId: string;
|
|
84654
|
+
} | {
|
|
84655
|
+
type: "Figma";
|
|
84656
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84657
|
+
} | undefined;
|
|
84658
|
+
} | undefined;
|
|
84439
84659
|
iterationId?: string | null | undefined;
|
|
84440
84660
|
sectionId?: string | undefined;
|
|
84441
84661
|
}, {
|
|
@@ -84448,6 +84668,18 @@ declare const DTOForgeProjectArtifactCreateResponse: z.ZodObject<{
|
|
|
84448
84668
|
threadId?: string | undefined;
|
|
84449
84669
|
sortOrder?: number | undefined;
|
|
84450
84670
|
previewUrl?: string | null | undefined;
|
|
84671
|
+
thumbnail?: {
|
|
84672
|
+
id: string;
|
|
84673
|
+
url: string;
|
|
84674
|
+
name?: string | undefined;
|
|
84675
|
+
source?: {
|
|
84676
|
+
type: "UserUpload";
|
|
84677
|
+
userId: string;
|
|
84678
|
+
} | {
|
|
84679
|
+
type: "Figma";
|
|
84680
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84681
|
+
} | undefined;
|
|
84682
|
+
} | undefined;
|
|
84451
84683
|
iterationId?: string | null | undefined;
|
|
84452
84684
|
sectionId?: string | undefined;
|
|
84453
84685
|
}>;
|
|
@@ -84462,6 +84694,18 @@ declare const DTOForgeProjectArtifactCreateResponse: z.ZodObject<{
|
|
|
84462
84694
|
projectId: string;
|
|
84463
84695
|
threadId?: string | undefined;
|
|
84464
84696
|
previewUrl?: string | null | undefined;
|
|
84697
|
+
thumbnail?: {
|
|
84698
|
+
id: string;
|
|
84699
|
+
url: string;
|
|
84700
|
+
name?: string | undefined;
|
|
84701
|
+
source?: {
|
|
84702
|
+
type: "UserUpload";
|
|
84703
|
+
userId: string;
|
|
84704
|
+
} | {
|
|
84705
|
+
type: "Figma";
|
|
84706
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84707
|
+
} | undefined;
|
|
84708
|
+
} | undefined;
|
|
84465
84709
|
iterationId?: string | null | undefined;
|
|
84466
84710
|
sectionId?: string | undefined;
|
|
84467
84711
|
};
|
|
@@ -84476,6 +84720,18 @@ declare const DTOForgeProjectArtifactCreateResponse: z.ZodObject<{
|
|
|
84476
84720
|
threadId?: string | undefined;
|
|
84477
84721
|
sortOrder?: number | undefined;
|
|
84478
84722
|
previewUrl?: string | null | undefined;
|
|
84723
|
+
thumbnail?: {
|
|
84724
|
+
id: string;
|
|
84725
|
+
url: string;
|
|
84726
|
+
name?: string | undefined;
|
|
84727
|
+
source?: {
|
|
84728
|
+
type: "UserUpload";
|
|
84729
|
+
userId: string;
|
|
84730
|
+
} | {
|
|
84731
|
+
type: "Figma";
|
|
84732
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84733
|
+
} | undefined;
|
|
84734
|
+
} | undefined;
|
|
84479
84735
|
iterationId?: string | null | undefined;
|
|
84480
84736
|
sectionId?: string | undefined;
|
|
84481
84737
|
};
|
|
@@ -84494,6 +84750,58 @@ declare const DTOForgeProjectArtifactUpdateResponse: z.ZodObject<{
|
|
|
84494
84750
|
createdByUserId: z.ZodString;
|
|
84495
84751
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
84496
84752
|
threadId: z.ZodOptional<z.ZodString>;
|
|
84753
|
+
thumbnail: z.ZodOptional<z.ZodObject<Pick<{
|
|
84754
|
+
id: z.ZodString;
|
|
84755
|
+
name: z.ZodString;
|
|
84756
|
+
deduplicationKey: z.ZodString;
|
|
84757
|
+
pendingUpload: z.ZodOptional<z.ZodBoolean>;
|
|
84758
|
+
storagePath: z.ZodString;
|
|
84759
|
+
url: z.ZodString;
|
|
84760
|
+
size: z.ZodNumber;
|
|
84761
|
+
source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
84762
|
+
type: z.ZodLiteral<"UserUpload">;
|
|
84763
|
+
userId: z.ZodString;
|
|
84764
|
+
}, "strip", z.ZodTypeAny, {
|
|
84765
|
+
type: "UserUpload";
|
|
84766
|
+
userId: string;
|
|
84767
|
+
}, {
|
|
84768
|
+
type: "UserUpload";
|
|
84769
|
+
userId: string;
|
|
84770
|
+
}>, z.ZodObject<{
|
|
84771
|
+
type: z.ZodLiteral<"Figma">;
|
|
84772
|
+
renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
84773
|
+
}, "strip", z.ZodTypeAny, {
|
|
84774
|
+
type: "Figma";
|
|
84775
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84776
|
+
}, {
|
|
84777
|
+
type: "Figma";
|
|
84778
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84779
|
+
}>]>>;
|
|
84780
|
+
}, "id" | "source" | "url"> & {
|
|
84781
|
+
name: z.ZodOptional<z.ZodString>;
|
|
84782
|
+
}, "strip", z.ZodTypeAny, {
|
|
84783
|
+
id: string;
|
|
84784
|
+
url: string;
|
|
84785
|
+
name?: string | undefined;
|
|
84786
|
+
source?: {
|
|
84787
|
+
type: "UserUpload";
|
|
84788
|
+
userId: string;
|
|
84789
|
+
} | {
|
|
84790
|
+
type: "Figma";
|
|
84791
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84792
|
+
} | undefined;
|
|
84793
|
+
}, {
|
|
84794
|
+
id: string;
|
|
84795
|
+
url: string;
|
|
84796
|
+
name?: string | undefined;
|
|
84797
|
+
source?: {
|
|
84798
|
+
type: "UserUpload";
|
|
84799
|
+
userId: string;
|
|
84800
|
+
} | {
|
|
84801
|
+
type: "Figma";
|
|
84802
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84803
|
+
} | undefined;
|
|
84804
|
+
}>>;
|
|
84497
84805
|
}, "strip", z.ZodTypeAny, {
|
|
84498
84806
|
id: string;
|
|
84499
84807
|
createdAt: Date;
|
|
@@ -84504,6 +84812,18 @@ declare const DTOForgeProjectArtifactUpdateResponse: z.ZodObject<{
|
|
|
84504
84812
|
projectId: string;
|
|
84505
84813
|
threadId?: string | undefined;
|
|
84506
84814
|
previewUrl?: string | null | undefined;
|
|
84815
|
+
thumbnail?: {
|
|
84816
|
+
id: string;
|
|
84817
|
+
url: string;
|
|
84818
|
+
name?: string | undefined;
|
|
84819
|
+
source?: {
|
|
84820
|
+
type: "UserUpload";
|
|
84821
|
+
userId: string;
|
|
84822
|
+
} | {
|
|
84823
|
+
type: "Figma";
|
|
84824
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84825
|
+
} | undefined;
|
|
84826
|
+
} | undefined;
|
|
84507
84827
|
iterationId?: string | null | undefined;
|
|
84508
84828
|
sectionId?: string | undefined;
|
|
84509
84829
|
}, {
|
|
@@ -84516,6 +84836,18 @@ declare const DTOForgeProjectArtifactUpdateResponse: z.ZodObject<{
|
|
|
84516
84836
|
threadId?: string | undefined;
|
|
84517
84837
|
sortOrder?: number | undefined;
|
|
84518
84838
|
previewUrl?: string | null | undefined;
|
|
84839
|
+
thumbnail?: {
|
|
84840
|
+
id: string;
|
|
84841
|
+
url: string;
|
|
84842
|
+
name?: string | undefined;
|
|
84843
|
+
source?: {
|
|
84844
|
+
type: "UserUpload";
|
|
84845
|
+
userId: string;
|
|
84846
|
+
} | {
|
|
84847
|
+
type: "Figma";
|
|
84848
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84849
|
+
} | undefined;
|
|
84850
|
+
} | undefined;
|
|
84519
84851
|
iterationId?: string | null | undefined;
|
|
84520
84852
|
sectionId?: string | undefined;
|
|
84521
84853
|
}>;
|
|
@@ -84530,6 +84862,18 @@ declare const DTOForgeProjectArtifactUpdateResponse: z.ZodObject<{
|
|
|
84530
84862
|
projectId: string;
|
|
84531
84863
|
threadId?: string | undefined;
|
|
84532
84864
|
previewUrl?: string | null | undefined;
|
|
84865
|
+
thumbnail?: {
|
|
84866
|
+
id: string;
|
|
84867
|
+
url: string;
|
|
84868
|
+
name?: string | undefined;
|
|
84869
|
+
source?: {
|
|
84870
|
+
type: "UserUpload";
|
|
84871
|
+
userId: string;
|
|
84872
|
+
} | {
|
|
84873
|
+
type: "Figma";
|
|
84874
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84875
|
+
} | undefined;
|
|
84876
|
+
} | undefined;
|
|
84533
84877
|
iterationId?: string | null | undefined;
|
|
84534
84878
|
sectionId?: string | undefined;
|
|
84535
84879
|
};
|
|
@@ -84544,6 +84888,18 @@ declare const DTOForgeProjectArtifactUpdateResponse: z.ZodObject<{
|
|
|
84544
84888
|
threadId?: string | undefined;
|
|
84545
84889
|
sortOrder?: number | undefined;
|
|
84546
84890
|
previewUrl?: string | null | undefined;
|
|
84891
|
+
thumbnail?: {
|
|
84892
|
+
id: string;
|
|
84893
|
+
url: string;
|
|
84894
|
+
name?: string | undefined;
|
|
84895
|
+
source?: {
|
|
84896
|
+
type: "UserUpload";
|
|
84897
|
+
userId: string;
|
|
84898
|
+
} | {
|
|
84899
|
+
type: "Figma";
|
|
84900
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84901
|
+
} | undefined;
|
|
84902
|
+
} | undefined;
|
|
84547
84903
|
iterationId?: string | null | undefined;
|
|
84548
84904
|
sectionId?: string | undefined;
|
|
84549
84905
|
};
|
|
@@ -84570,6 +84926,58 @@ declare const DTOForgeProjectArtifactMoveResponse: z.ZodObject<{
|
|
|
84570
84926
|
createdByUserId: z.ZodString;
|
|
84571
84927
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
84572
84928
|
threadId: z.ZodOptional<z.ZodString>;
|
|
84929
|
+
thumbnail: z.ZodOptional<z.ZodObject<Pick<{
|
|
84930
|
+
id: z.ZodString;
|
|
84931
|
+
name: z.ZodString;
|
|
84932
|
+
deduplicationKey: z.ZodString;
|
|
84933
|
+
pendingUpload: z.ZodOptional<z.ZodBoolean>;
|
|
84934
|
+
storagePath: z.ZodString;
|
|
84935
|
+
url: z.ZodString;
|
|
84936
|
+
size: z.ZodNumber;
|
|
84937
|
+
source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
84938
|
+
type: z.ZodLiteral<"UserUpload">;
|
|
84939
|
+
userId: z.ZodString;
|
|
84940
|
+
}, "strip", z.ZodTypeAny, {
|
|
84941
|
+
type: "UserUpload";
|
|
84942
|
+
userId: string;
|
|
84943
|
+
}, {
|
|
84944
|
+
type: "UserUpload";
|
|
84945
|
+
userId: string;
|
|
84946
|
+
}>, z.ZodObject<{
|
|
84947
|
+
type: z.ZodLiteral<"Figma">;
|
|
84948
|
+
renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
84949
|
+
}, "strip", z.ZodTypeAny, {
|
|
84950
|
+
type: "Figma";
|
|
84951
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84952
|
+
}, {
|
|
84953
|
+
type: "Figma";
|
|
84954
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84955
|
+
}>]>>;
|
|
84956
|
+
}, "id" | "source" | "url"> & {
|
|
84957
|
+
name: z.ZodOptional<z.ZodString>;
|
|
84958
|
+
}, "strip", z.ZodTypeAny, {
|
|
84959
|
+
id: string;
|
|
84960
|
+
url: string;
|
|
84961
|
+
name?: string | undefined;
|
|
84962
|
+
source?: {
|
|
84963
|
+
type: "UserUpload";
|
|
84964
|
+
userId: string;
|
|
84965
|
+
} | {
|
|
84966
|
+
type: "Figma";
|
|
84967
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84968
|
+
} | undefined;
|
|
84969
|
+
}, {
|
|
84970
|
+
id: string;
|
|
84971
|
+
url: string;
|
|
84972
|
+
name?: string | undefined;
|
|
84973
|
+
source?: {
|
|
84974
|
+
type: "UserUpload";
|
|
84975
|
+
userId: string;
|
|
84976
|
+
} | {
|
|
84977
|
+
type: "Figma";
|
|
84978
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
84979
|
+
} | undefined;
|
|
84980
|
+
}>>;
|
|
84573
84981
|
}, "strip", z.ZodTypeAny, {
|
|
84574
84982
|
id: string;
|
|
84575
84983
|
createdAt: Date;
|
|
@@ -84580,6 +84988,18 @@ declare const DTOForgeProjectArtifactMoveResponse: z.ZodObject<{
|
|
|
84580
84988
|
projectId: string;
|
|
84581
84989
|
threadId?: string | undefined;
|
|
84582
84990
|
previewUrl?: string | null | undefined;
|
|
84991
|
+
thumbnail?: {
|
|
84992
|
+
id: string;
|
|
84993
|
+
url: string;
|
|
84994
|
+
name?: string | undefined;
|
|
84995
|
+
source?: {
|
|
84996
|
+
type: "UserUpload";
|
|
84997
|
+
userId: string;
|
|
84998
|
+
} | {
|
|
84999
|
+
type: "Figma";
|
|
85000
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
85001
|
+
} | undefined;
|
|
85002
|
+
} | undefined;
|
|
84583
85003
|
iterationId?: string | null | undefined;
|
|
84584
85004
|
sectionId?: string | undefined;
|
|
84585
85005
|
}, {
|
|
@@ -84592,6 +85012,18 @@ declare const DTOForgeProjectArtifactMoveResponse: z.ZodObject<{
|
|
|
84592
85012
|
threadId?: string | undefined;
|
|
84593
85013
|
sortOrder?: number | undefined;
|
|
84594
85014
|
previewUrl?: string | null | undefined;
|
|
85015
|
+
thumbnail?: {
|
|
85016
|
+
id: string;
|
|
85017
|
+
url: string;
|
|
85018
|
+
name?: string | undefined;
|
|
85019
|
+
source?: {
|
|
85020
|
+
type: "UserUpload";
|
|
85021
|
+
userId: string;
|
|
85022
|
+
} | {
|
|
85023
|
+
type: "Figma";
|
|
85024
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
85025
|
+
} | undefined;
|
|
85026
|
+
} | undefined;
|
|
84595
85027
|
iterationId?: string | null | undefined;
|
|
84596
85028
|
sectionId?: string | undefined;
|
|
84597
85029
|
}>;
|
|
@@ -84606,6 +85038,18 @@ declare const DTOForgeProjectArtifactMoveResponse: z.ZodObject<{
|
|
|
84606
85038
|
projectId: string;
|
|
84607
85039
|
threadId?: string | undefined;
|
|
84608
85040
|
previewUrl?: string | null | undefined;
|
|
85041
|
+
thumbnail?: {
|
|
85042
|
+
id: string;
|
|
85043
|
+
url: string;
|
|
85044
|
+
name?: string | undefined;
|
|
85045
|
+
source?: {
|
|
85046
|
+
type: "UserUpload";
|
|
85047
|
+
userId: string;
|
|
85048
|
+
} | {
|
|
85049
|
+
type: "Figma";
|
|
85050
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
85051
|
+
} | undefined;
|
|
85052
|
+
} | undefined;
|
|
84609
85053
|
iterationId?: string | null | undefined;
|
|
84610
85054
|
sectionId?: string | undefined;
|
|
84611
85055
|
};
|
|
@@ -84620,6 +85064,18 @@ declare const DTOForgeProjectArtifactMoveResponse: z.ZodObject<{
|
|
|
84620
85064
|
threadId?: string | undefined;
|
|
84621
85065
|
sortOrder?: number | undefined;
|
|
84622
85066
|
previewUrl?: string | null | undefined;
|
|
85067
|
+
thumbnail?: {
|
|
85068
|
+
id: string;
|
|
85069
|
+
url: string;
|
|
85070
|
+
name?: string | undefined;
|
|
85071
|
+
source?: {
|
|
85072
|
+
type: "UserUpload";
|
|
85073
|
+
userId: string;
|
|
85074
|
+
} | {
|
|
85075
|
+
type: "Figma";
|
|
85076
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
85077
|
+
} | undefined;
|
|
85078
|
+
} | undefined;
|
|
84623
85079
|
iterationId?: string | null | undefined;
|
|
84624
85080
|
sectionId?: string | undefined;
|
|
84625
85081
|
};
|
|
@@ -84638,6 +85094,58 @@ declare const DTOForgeProjectArtifactsListResponse: z.ZodObject<{
|
|
|
84638
85094
|
createdByUserId: z.ZodString;
|
|
84639
85095
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
84640
85096
|
threadId: z.ZodOptional<z.ZodString>;
|
|
85097
|
+
thumbnail: z.ZodOptional<z.ZodObject<Pick<{
|
|
85098
|
+
id: z.ZodString;
|
|
85099
|
+
name: z.ZodString;
|
|
85100
|
+
deduplicationKey: z.ZodString;
|
|
85101
|
+
pendingUpload: z.ZodOptional<z.ZodBoolean>;
|
|
85102
|
+
storagePath: z.ZodString;
|
|
85103
|
+
url: z.ZodString;
|
|
85104
|
+
size: z.ZodNumber;
|
|
85105
|
+
source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
85106
|
+
type: z.ZodLiteral<"UserUpload">;
|
|
85107
|
+
userId: z.ZodString;
|
|
85108
|
+
}, "strip", z.ZodTypeAny, {
|
|
85109
|
+
type: "UserUpload";
|
|
85110
|
+
userId: string;
|
|
85111
|
+
}, {
|
|
85112
|
+
type: "UserUpload";
|
|
85113
|
+
userId: string;
|
|
85114
|
+
}>, z.ZodObject<{
|
|
85115
|
+
type: z.ZodLiteral<"Figma">;
|
|
85116
|
+
renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
85117
|
+
}, "strip", z.ZodTypeAny, {
|
|
85118
|
+
type: "Figma";
|
|
85119
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
85120
|
+
}, {
|
|
85121
|
+
type: "Figma";
|
|
85122
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
85123
|
+
}>]>>;
|
|
85124
|
+
}, "id" | "source" | "url"> & {
|
|
85125
|
+
name: z.ZodOptional<z.ZodString>;
|
|
85126
|
+
}, "strip", z.ZodTypeAny, {
|
|
85127
|
+
id: string;
|
|
85128
|
+
url: string;
|
|
85129
|
+
name?: string | undefined;
|
|
85130
|
+
source?: {
|
|
85131
|
+
type: "UserUpload";
|
|
85132
|
+
userId: string;
|
|
85133
|
+
} | {
|
|
85134
|
+
type: "Figma";
|
|
85135
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
85136
|
+
} | undefined;
|
|
85137
|
+
}, {
|
|
85138
|
+
id: string;
|
|
85139
|
+
url: string;
|
|
85140
|
+
name?: string | undefined;
|
|
85141
|
+
source?: {
|
|
85142
|
+
type: "UserUpload";
|
|
85143
|
+
userId: string;
|
|
85144
|
+
} | {
|
|
85145
|
+
type: "Figma";
|
|
85146
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
85147
|
+
} | undefined;
|
|
85148
|
+
}>>;
|
|
84641
85149
|
}, "strip", z.ZodTypeAny, {
|
|
84642
85150
|
id: string;
|
|
84643
85151
|
createdAt: Date;
|
|
@@ -84648,6 +85156,18 @@ declare const DTOForgeProjectArtifactsListResponse: z.ZodObject<{
|
|
|
84648
85156
|
projectId: string;
|
|
84649
85157
|
threadId?: string | undefined;
|
|
84650
85158
|
previewUrl?: string | null | undefined;
|
|
85159
|
+
thumbnail?: {
|
|
85160
|
+
id: string;
|
|
85161
|
+
url: string;
|
|
85162
|
+
name?: string | undefined;
|
|
85163
|
+
source?: {
|
|
85164
|
+
type: "UserUpload";
|
|
85165
|
+
userId: string;
|
|
85166
|
+
} | {
|
|
85167
|
+
type: "Figma";
|
|
85168
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
85169
|
+
} | undefined;
|
|
85170
|
+
} | undefined;
|
|
84651
85171
|
iterationId?: string | null | undefined;
|
|
84652
85172
|
sectionId?: string | undefined;
|
|
84653
85173
|
}, {
|
|
@@ -84660,6 +85180,18 @@ declare const DTOForgeProjectArtifactsListResponse: z.ZodObject<{
|
|
|
84660
85180
|
threadId?: string | undefined;
|
|
84661
85181
|
sortOrder?: number | undefined;
|
|
84662
85182
|
previewUrl?: string | null | undefined;
|
|
85183
|
+
thumbnail?: {
|
|
85184
|
+
id: string;
|
|
85185
|
+
url: string;
|
|
85186
|
+
name?: string | undefined;
|
|
85187
|
+
source?: {
|
|
85188
|
+
type: "UserUpload";
|
|
85189
|
+
userId: string;
|
|
85190
|
+
} | {
|
|
85191
|
+
type: "Figma";
|
|
85192
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
85193
|
+
} | undefined;
|
|
85194
|
+
} | undefined;
|
|
84663
85195
|
iterationId?: string | null | undefined;
|
|
84664
85196
|
sectionId?: string | undefined;
|
|
84665
85197
|
}>, "many">;
|
|
@@ -84674,6 +85206,18 @@ declare const DTOForgeProjectArtifactsListResponse: z.ZodObject<{
|
|
|
84674
85206
|
projectId: string;
|
|
84675
85207
|
threadId?: string | undefined;
|
|
84676
85208
|
previewUrl?: string | null | undefined;
|
|
85209
|
+
thumbnail?: {
|
|
85210
|
+
id: string;
|
|
85211
|
+
url: string;
|
|
85212
|
+
name?: string | undefined;
|
|
85213
|
+
source?: {
|
|
85214
|
+
type: "UserUpload";
|
|
85215
|
+
userId: string;
|
|
85216
|
+
} | {
|
|
85217
|
+
type: "Figma";
|
|
85218
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
85219
|
+
} | undefined;
|
|
85220
|
+
} | undefined;
|
|
84677
85221
|
iterationId?: string | null | undefined;
|
|
84678
85222
|
sectionId?: string | undefined;
|
|
84679
85223
|
}[];
|
|
@@ -84688,6 +85232,18 @@ declare const DTOForgeProjectArtifactsListResponse: z.ZodObject<{
|
|
|
84688
85232
|
threadId?: string | undefined;
|
|
84689
85233
|
sortOrder?: number | undefined;
|
|
84690
85234
|
previewUrl?: string | null | undefined;
|
|
85235
|
+
thumbnail?: {
|
|
85236
|
+
id: string;
|
|
85237
|
+
url: string;
|
|
85238
|
+
name?: string | undefined;
|
|
85239
|
+
source?: {
|
|
85240
|
+
type: "UserUpload";
|
|
85241
|
+
userId: string;
|
|
85242
|
+
} | {
|
|
85243
|
+
type: "Figma";
|
|
85244
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
85245
|
+
} | undefined;
|
|
85246
|
+
} | undefined;
|
|
84691
85247
|
iterationId?: string | null | undefined;
|
|
84692
85248
|
sectionId?: string | undefined;
|
|
84693
85249
|
}[];
|
|
@@ -140401,6 +140957,58 @@ declare const DTOForgeProjectFeature: z$1.ZodObject<{
|
|
|
140401
140957
|
numberOfBookmarkedIterations: z$1.ZodDefault<z$1.ZodNumber>;
|
|
140402
140958
|
lastReplyTimestamp: z$1.ZodOptional<z$1.ZodDate>;
|
|
140403
140959
|
threadId: z$1.ZodOptional<z$1.ZodString>;
|
|
140960
|
+
thumbnail: z$1.ZodOptional<z$1.ZodObject<Pick<{
|
|
140961
|
+
id: z$1.ZodString;
|
|
140962
|
+
name: z$1.ZodString;
|
|
140963
|
+
deduplicationKey: z$1.ZodString;
|
|
140964
|
+
pendingUpload: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
140965
|
+
storagePath: z$1.ZodString;
|
|
140966
|
+
url: z$1.ZodString;
|
|
140967
|
+
size: z$1.ZodNumber;
|
|
140968
|
+
source: z$1.ZodOptional<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
140969
|
+
type: z$1.ZodLiteral<"UserUpload">;
|
|
140970
|
+
userId: z$1.ZodString;
|
|
140971
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
140972
|
+
type: "UserUpload";
|
|
140973
|
+
userId: string;
|
|
140974
|
+
}, {
|
|
140975
|
+
type: "UserUpload";
|
|
140976
|
+
userId: string;
|
|
140977
|
+
}>, z$1.ZodObject<{
|
|
140978
|
+
type: z$1.ZodLiteral<"Figma">;
|
|
140979
|
+
renderMode: z$1.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
140980
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
140981
|
+
type: "Figma";
|
|
140982
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
140983
|
+
}, {
|
|
140984
|
+
type: "Figma";
|
|
140985
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
140986
|
+
}>]>>;
|
|
140987
|
+
}, "id" | "source" | "url"> & {
|
|
140988
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
140989
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
140990
|
+
id: string;
|
|
140991
|
+
url: string;
|
|
140992
|
+
name?: string | undefined;
|
|
140993
|
+
source?: {
|
|
140994
|
+
type: "UserUpload";
|
|
140995
|
+
userId: string;
|
|
140996
|
+
} | {
|
|
140997
|
+
type: "Figma";
|
|
140998
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
140999
|
+
} | undefined;
|
|
141000
|
+
}, {
|
|
141001
|
+
id: string;
|
|
141002
|
+
url: string;
|
|
141003
|
+
name?: string | undefined;
|
|
141004
|
+
source?: {
|
|
141005
|
+
type: "UserUpload";
|
|
141006
|
+
userId: string;
|
|
141007
|
+
} | {
|
|
141008
|
+
type: "Figma";
|
|
141009
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141010
|
+
} | undefined;
|
|
141011
|
+
}>>;
|
|
140404
141012
|
}, "strip", z$1.ZodTypeAny, {
|
|
140405
141013
|
status: "Draft" | "ReadyForDevelopment";
|
|
140406
141014
|
id: string;
|
|
@@ -140414,6 +141022,18 @@ declare const DTOForgeProjectFeature: z$1.ZodObject<{
|
|
|
140414
141022
|
numberOfBookmarkedIterations: number;
|
|
140415
141023
|
updatedAt?: Date | undefined;
|
|
140416
141024
|
threadId?: string | undefined;
|
|
141025
|
+
thumbnail?: {
|
|
141026
|
+
id: string;
|
|
141027
|
+
url: string;
|
|
141028
|
+
name?: string | undefined;
|
|
141029
|
+
source?: {
|
|
141030
|
+
type: "UserUpload";
|
|
141031
|
+
userId: string;
|
|
141032
|
+
} | {
|
|
141033
|
+
type: "Figma";
|
|
141034
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141035
|
+
} | undefined;
|
|
141036
|
+
} | undefined;
|
|
140417
141037
|
sectionId?: string | undefined;
|
|
140418
141038
|
isArchived?: boolean | undefined;
|
|
140419
141039
|
e2bTemplateId?: string | null | undefined;
|
|
@@ -140430,6 +141050,18 @@ declare const DTOForgeProjectFeature: z$1.ZodObject<{
|
|
|
140430
141050
|
updatedAt?: Date | undefined;
|
|
140431
141051
|
threadId?: string | undefined;
|
|
140432
141052
|
sortOrder?: number | undefined;
|
|
141053
|
+
thumbnail?: {
|
|
141054
|
+
id: string;
|
|
141055
|
+
url: string;
|
|
141056
|
+
name?: string | undefined;
|
|
141057
|
+
source?: {
|
|
141058
|
+
type: "UserUpload";
|
|
141059
|
+
userId: string;
|
|
141060
|
+
} | {
|
|
141061
|
+
type: "Figma";
|
|
141062
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141063
|
+
} | undefined;
|
|
141064
|
+
} | undefined;
|
|
140433
141065
|
sectionId?: string | undefined;
|
|
140434
141066
|
isArchived?: boolean | undefined;
|
|
140435
141067
|
e2bTemplateId?: string | null | undefined;
|
|
@@ -140458,6 +141090,58 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
|
|
|
140458
141090
|
numberOfBookmarkedIterations: z$1.ZodDefault<z$1.ZodNumber>;
|
|
140459
141091
|
lastReplyTimestamp: z$1.ZodOptional<z$1.ZodDate>;
|
|
140460
141092
|
threadId: z$1.ZodOptional<z$1.ZodString>;
|
|
141093
|
+
thumbnail: z$1.ZodOptional<z$1.ZodObject<Pick<{
|
|
141094
|
+
id: z$1.ZodString;
|
|
141095
|
+
name: z$1.ZodString;
|
|
141096
|
+
deduplicationKey: z$1.ZodString;
|
|
141097
|
+
pendingUpload: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
141098
|
+
storagePath: z$1.ZodString;
|
|
141099
|
+
url: z$1.ZodString;
|
|
141100
|
+
size: z$1.ZodNumber;
|
|
141101
|
+
source: z$1.ZodOptional<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
141102
|
+
type: z$1.ZodLiteral<"UserUpload">;
|
|
141103
|
+
userId: z$1.ZodString;
|
|
141104
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
141105
|
+
type: "UserUpload";
|
|
141106
|
+
userId: string;
|
|
141107
|
+
}, {
|
|
141108
|
+
type: "UserUpload";
|
|
141109
|
+
userId: string;
|
|
141110
|
+
}>, z$1.ZodObject<{
|
|
141111
|
+
type: z$1.ZodLiteral<"Figma">;
|
|
141112
|
+
renderMode: z$1.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
141113
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
141114
|
+
type: "Figma";
|
|
141115
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141116
|
+
}, {
|
|
141117
|
+
type: "Figma";
|
|
141118
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141119
|
+
}>]>>;
|
|
141120
|
+
}, "id" | "source" | "url"> & {
|
|
141121
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
141122
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
141123
|
+
id: string;
|
|
141124
|
+
url: string;
|
|
141125
|
+
name?: string | undefined;
|
|
141126
|
+
source?: {
|
|
141127
|
+
type: "UserUpload";
|
|
141128
|
+
userId: string;
|
|
141129
|
+
} | {
|
|
141130
|
+
type: "Figma";
|
|
141131
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141132
|
+
} | undefined;
|
|
141133
|
+
}, {
|
|
141134
|
+
id: string;
|
|
141135
|
+
url: string;
|
|
141136
|
+
name?: string | undefined;
|
|
141137
|
+
source?: {
|
|
141138
|
+
type: "UserUpload";
|
|
141139
|
+
userId: string;
|
|
141140
|
+
} | {
|
|
141141
|
+
type: "Figma";
|
|
141142
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141143
|
+
} | undefined;
|
|
141144
|
+
}>>;
|
|
140461
141145
|
}, "strip", z$1.ZodTypeAny, {
|
|
140462
141146
|
status: "Draft" | "ReadyForDevelopment";
|
|
140463
141147
|
id: string;
|
|
@@ -140471,6 +141155,18 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
|
|
|
140471
141155
|
numberOfBookmarkedIterations: number;
|
|
140472
141156
|
updatedAt?: Date | undefined;
|
|
140473
141157
|
threadId?: string | undefined;
|
|
141158
|
+
thumbnail?: {
|
|
141159
|
+
id: string;
|
|
141160
|
+
url: string;
|
|
141161
|
+
name?: string | undefined;
|
|
141162
|
+
source?: {
|
|
141163
|
+
type: "UserUpload";
|
|
141164
|
+
userId: string;
|
|
141165
|
+
} | {
|
|
141166
|
+
type: "Figma";
|
|
141167
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141168
|
+
} | undefined;
|
|
141169
|
+
} | undefined;
|
|
140474
141170
|
sectionId?: string | undefined;
|
|
140475
141171
|
isArchived?: boolean | undefined;
|
|
140476
141172
|
e2bTemplateId?: string | null | undefined;
|
|
@@ -140487,6 +141183,18 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
|
|
|
140487
141183
|
updatedAt?: Date | undefined;
|
|
140488
141184
|
threadId?: string | undefined;
|
|
140489
141185
|
sortOrder?: number | undefined;
|
|
141186
|
+
thumbnail?: {
|
|
141187
|
+
id: string;
|
|
141188
|
+
url: string;
|
|
141189
|
+
name?: string | undefined;
|
|
141190
|
+
source?: {
|
|
141191
|
+
type: "UserUpload";
|
|
141192
|
+
userId: string;
|
|
141193
|
+
} | {
|
|
141194
|
+
type: "Figma";
|
|
141195
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141196
|
+
} | undefined;
|
|
141197
|
+
} | undefined;
|
|
140490
141198
|
sectionId?: string | undefined;
|
|
140491
141199
|
isArchived?: boolean | undefined;
|
|
140492
141200
|
e2bTemplateId?: string | null | undefined;
|
|
@@ -140509,6 +141217,18 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
|
|
|
140509
141217
|
numberOfBookmarkedIterations: number;
|
|
140510
141218
|
updatedAt?: Date | undefined;
|
|
140511
141219
|
threadId?: string | undefined;
|
|
141220
|
+
thumbnail?: {
|
|
141221
|
+
id: string;
|
|
141222
|
+
url: string;
|
|
141223
|
+
name?: string | undefined;
|
|
141224
|
+
source?: {
|
|
141225
|
+
type: "UserUpload";
|
|
141226
|
+
userId: string;
|
|
141227
|
+
} | {
|
|
141228
|
+
type: "Figma";
|
|
141229
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141230
|
+
} | undefined;
|
|
141231
|
+
} | undefined;
|
|
140512
141232
|
sectionId?: string | undefined;
|
|
140513
141233
|
isArchived?: boolean | undefined;
|
|
140514
141234
|
e2bTemplateId?: string | null | undefined;
|
|
@@ -140527,6 +141247,18 @@ declare const DTOForgeProjectFeatureListResponse: z$1.ZodObject<{
|
|
|
140527
141247
|
updatedAt?: Date | undefined;
|
|
140528
141248
|
threadId?: string | undefined;
|
|
140529
141249
|
sortOrder?: number | undefined;
|
|
141250
|
+
thumbnail?: {
|
|
141251
|
+
id: string;
|
|
141252
|
+
url: string;
|
|
141253
|
+
name?: string | undefined;
|
|
141254
|
+
source?: {
|
|
141255
|
+
type: "UserUpload";
|
|
141256
|
+
userId: string;
|
|
141257
|
+
} | {
|
|
141258
|
+
type: "Figma";
|
|
141259
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141260
|
+
} | undefined;
|
|
141261
|
+
} | undefined;
|
|
140530
141262
|
sectionId?: string | undefined;
|
|
140531
141263
|
isArchived?: boolean | undefined;
|
|
140532
141264
|
e2bTemplateId?: string | null | undefined;
|
|
@@ -140799,6 +141531,58 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
|
|
|
140799
141531
|
numberOfBookmarkedIterations: z$1.ZodDefault<z$1.ZodNumber>;
|
|
140800
141532
|
lastReplyTimestamp: z$1.ZodOptional<z$1.ZodDate>;
|
|
140801
141533
|
threadId: z$1.ZodOptional<z$1.ZodString>;
|
|
141534
|
+
thumbnail: z$1.ZodOptional<z$1.ZodObject<Pick<{
|
|
141535
|
+
id: z$1.ZodString;
|
|
141536
|
+
name: z$1.ZodString;
|
|
141537
|
+
deduplicationKey: z$1.ZodString;
|
|
141538
|
+
pendingUpload: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
141539
|
+
storagePath: z$1.ZodString;
|
|
141540
|
+
url: z$1.ZodString;
|
|
141541
|
+
size: z$1.ZodNumber;
|
|
141542
|
+
source: z$1.ZodOptional<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
141543
|
+
type: z$1.ZodLiteral<"UserUpload">;
|
|
141544
|
+
userId: z$1.ZodString;
|
|
141545
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
141546
|
+
type: "UserUpload";
|
|
141547
|
+
userId: string;
|
|
141548
|
+
}, {
|
|
141549
|
+
type: "UserUpload";
|
|
141550
|
+
userId: string;
|
|
141551
|
+
}>, z$1.ZodObject<{
|
|
141552
|
+
type: z$1.ZodLiteral<"Figma">;
|
|
141553
|
+
renderMode: z$1.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
141554
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
141555
|
+
type: "Figma";
|
|
141556
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141557
|
+
}, {
|
|
141558
|
+
type: "Figma";
|
|
141559
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141560
|
+
}>]>>;
|
|
141561
|
+
}, "id" | "source" | "url"> & {
|
|
141562
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
141563
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
141564
|
+
id: string;
|
|
141565
|
+
url: string;
|
|
141566
|
+
name?: string | undefined;
|
|
141567
|
+
source?: {
|
|
141568
|
+
type: "UserUpload";
|
|
141569
|
+
userId: string;
|
|
141570
|
+
} | {
|
|
141571
|
+
type: "Figma";
|
|
141572
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141573
|
+
} | undefined;
|
|
141574
|
+
}, {
|
|
141575
|
+
id: string;
|
|
141576
|
+
url: string;
|
|
141577
|
+
name?: string | undefined;
|
|
141578
|
+
source?: {
|
|
141579
|
+
type: "UserUpload";
|
|
141580
|
+
userId: string;
|
|
141581
|
+
} | {
|
|
141582
|
+
type: "Figma";
|
|
141583
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141584
|
+
} | undefined;
|
|
141585
|
+
}>>;
|
|
140802
141586
|
}, "strip", z$1.ZodTypeAny, {
|
|
140803
141587
|
status: "Draft" | "ReadyForDevelopment";
|
|
140804
141588
|
id: string;
|
|
@@ -140812,6 +141596,18 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
|
|
|
140812
141596
|
numberOfBookmarkedIterations: number;
|
|
140813
141597
|
updatedAt?: Date | undefined;
|
|
140814
141598
|
threadId?: string | undefined;
|
|
141599
|
+
thumbnail?: {
|
|
141600
|
+
id: string;
|
|
141601
|
+
url: string;
|
|
141602
|
+
name?: string | undefined;
|
|
141603
|
+
source?: {
|
|
141604
|
+
type: "UserUpload";
|
|
141605
|
+
userId: string;
|
|
141606
|
+
} | {
|
|
141607
|
+
type: "Figma";
|
|
141608
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141609
|
+
} | undefined;
|
|
141610
|
+
} | undefined;
|
|
140815
141611
|
sectionId?: string | undefined;
|
|
140816
141612
|
isArchived?: boolean | undefined;
|
|
140817
141613
|
e2bTemplateId?: string | null | undefined;
|
|
@@ -140828,6 +141624,18 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
|
|
|
140828
141624
|
updatedAt?: Date | undefined;
|
|
140829
141625
|
threadId?: string | undefined;
|
|
140830
141626
|
sortOrder?: number | undefined;
|
|
141627
|
+
thumbnail?: {
|
|
141628
|
+
id: string;
|
|
141629
|
+
url: string;
|
|
141630
|
+
name?: string | undefined;
|
|
141631
|
+
source?: {
|
|
141632
|
+
type: "UserUpload";
|
|
141633
|
+
userId: string;
|
|
141634
|
+
} | {
|
|
141635
|
+
type: "Figma";
|
|
141636
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141637
|
+
} | undefined;
|
|
141638
|
+
} | undefined;
|
|
140831
141639
|
sectionId?: string | undefined;
|
|
140832
141640
|
isArchived?: boolean | undefined;
|
|
140833
141641
|
e2bTemplateId?: string | null | undefined;
|
|
@@ -140850,6 +141658,18 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
|
|
|
140850
141658
|
numberOfBookmarkedIterations: number;
|
|
140851
141659
|
updatedAt?: Date | undefined;
|
|
140852
141660
|
threadId?: string | undefined;
|
|
141661
|
+
thumbnail?: {
|
|
141662
|
+
id: string;
|
|
141663
|
+
url: string;
|
|
141664
|
+
name?: string | undefined;
|
|
141665
|
+
source?: {
|
|
141666
|
+
type: "UserUpload";
|
|
141667
|
+
userId: string;
|
|
141668
|
+
} | {
|
|
141669
|
+
type: "Figma";
|
|
141670
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141671
|
+
} | undefined;
|
|
141672
|
+
} | undefined;
|
|
140853
141673
|
sectionId?: string | undefined;
|
|
140854
141674
|
isArchived?: boolean | undefined;
|
|
140855
141675
|
e2bTemplateId?: string | null | undefined;
|
|
@@ -140868,6 +141688,18 @@ declare const DTOForgeProjectFeatureGetResponse: z$1.ZodObject<{
|
|
|
140868
141688
|
updatedAt?: Date | undefined;
|
|
140869
141689
|
threadId?: string | undefined;
|
|
140870
141690
|
sortOrder?: number | undefined;
|
|
141691
|
+
thumbnail?: {
|
|
141692
|
+
id: string;
|
|
141693
|
+
url: string;
|
|
141694
|
+
name?: string | undefined;
|
|
141695
|
+
source?: {
|
|
141696
|
+
type: "UserUpload";
|
|
141697
|
+
userId: string;
|
|
141698
|
+
} | {
|
|
141699
|
+
type: "Figma";
|
|
141700
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
141701
|
+
} | undefined;
|
|
141702
|
+
} | undefined;
|
|
140871
141703
|
sectionId?: string | undefined;
|
|
140872
141704
|
isArchived?: boolean | undefined;
|
|
140873
141705
|
e2bTemplateId?: string | null | undefined;
|
|
@@ -141734,13 +142566,13 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
141734
142566
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
141735
142567
|
isProtected: z.ZodBoolean;
|
|
141736
142568
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
141737
|
-
emailSettings: z.ZodObject<{
|
|
142569
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
141738
142570
|
marketingEmails: z.ZodBoolean;
|
|
141739
142571
|
}, "strip", z.ZodTypeAny, {
|
|
141740
142572
|
marketingEmails: boolean;
|
|
141741
142573
|
}, {
|
|
141742
142574
|
marketingEmails: boolean;
|
|
141743
|
-
}
|
|
142575
|
+
}>>;
|
|
141744
142576
|
}, "strip", z.ZodTypeAny, {
|
|
141745
142577
|
email: string;
|
|
141746
142578
|
id: string;
|
|
@@ -141785,11 +142617,11 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
141785
142617
|
};
|
|
141786
142618
|
createdAt: Date;
|
|
141787
142619
|
isProtected: boolean;
|
|
141788
|
-
emailSettings: {
|
|
141789
|
-
marketingEmails: boolean;
|
|
141790
|
-
};
|
|
141791
142620
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
141792
142621
|
loggedOutAt?: Date | undefined;
|
|
142622
|
+
emailSettings?: {
|
|
142623
|
+
marketingEmails: boolean;
|
|
142624
|
+
} | undefined;
|
|
141793
142625
|
}, {
|
|
141794
142626
|
email: string;
|
|
141795
142627
|
id: string;
|
|
@@ -141834,179 +142666,13 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
141834
142666
|
};
|
|
141835
142667
|
createdAt: Date;
|
|
141836
142668
|
isProtected: boolean;
|
|
141837
|
-
emailSettings: {
|
|
141838
|
-
marketingEmails: boolean;
|
|
141839
|
-
};
|
|
141840
142669
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
141841
142670
|
loggedOutAt?: Date | undefined;
|
|
141842
|
-
|
|
141843
|
-
}, "strip", z.ZodTypeAny, {
|
|
141844
|
-
type: "User" | "Agent";
|
|
141845
|
-
id: string;
|
|
141846
|
-
role: "Viewer" | "Editor";
|
|
141847
|
-
projectIterationId: string;
|
|
141848
|
-
user?: {
|
|
141849
|
-
email: string;
|
|
141850
|
-
id: string;
|
|
141851
|
-
profile: {
|
|
141852
|
-
name: string;
|
|
141853
|
-
avatar?: string | undefined;
|
|
141854
|
-
nickname?: string | undefined;
|
|
141855
|
-
theme?: {
|
|
141856
|
-
backgroundColor?: string | undefined;
|
|
141857
|
-
accentColor?: string | undefined;
|
|
141858
|
-
contrast?: number | undefined;
|
|
141859
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
141860
|
-
secondaryBackgroundColor?: string | undefined;
|
|
141861
|
-
secondaryContrast?: number | undefined;
|
|
141862
|
-
isEditorWhite?: boolean | undefined;
|
|
141863
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
141864
|
-
} | undefined;
|
|
141865
|
-
onboarding?: {
|
|
141866
|
-
companyName?: string | undefined;
|
|
141867
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
141868
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
141869
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
141870
|
-
jobTitle?: string | undefined;
|
|
141871
|
-
phase?: string | undefined;
|
|
141872
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
141873
|
-
designSystemName?: string | undefined;
|
|
141874
|
-
defaultDestination?: string | undefined;
|
|
141875
|
-
figmaUrl?: string | undefined;
|
|
141876
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
141877
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
141878
|
-
} | undefined;
|
|
141879
|
-
portalTheme?: {
|
|
141880
|
-
backgroundColor?: string | undefined;
|
|
141881
|
-
accentColor?: string | undefined;
|
|
141882
|
-
contrast?: number | undefined;
|
|
141883
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
141884
|
-
secondaryBackgroundColor?: string | undefined;
|
|
141885
|
-
secondaryContrast?: number | undefined;
|
|
141886
|
-
isEditorWhite?: boolean | undefined;
|
|
141887
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
141888
|
-
} | undefined;
|
|
141889
|
-
};
|
|
141890
|
-
createdAt: Date;
|
|
141891
|
-
isProtected: boolean;
|
|
141892
|
-
emailSettings: {
|
|
141893
|
-
marketingEmails: boolean;
|
|
141894
|
-
};
|
|
141895
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
141896
|
-
loggedOutAt?: Date | undefined;
|
|
141897
|
-
} | undefined;
|
|
141898
|
-
userId?: string | undefined;
|
|
141899
|
-
agentId?: string | undefined;
|
|
141900
|
-
agent?: {
|
|
141901
|
-
avatar: string | {
|
|
141902
|
-
headType: string;
|
|
141903
|
-
hairType: string;
|
|
141904
|
-
accessory1Type: string;
|
|
141905
|
-
accessory2Type: string;
|
|
141906
|
-
};
|
|
141907
|
-
id: string;
|
|
141908
|
-
name: string;
|
|
141909
|
-
behavior: "Coder" | "Writer" | "Designer";
|
|
141910
|
-
projectId: string;
|
|
141911
|
-
personality: "Neutral" | "Assertive" | "Crazy";
|
|
141912
|
-
avatarUrl?: string | undefined;
|
|
141913
|
-
} | undefined;
|
|
141914
|
-
}, {
|
|
141915
|
-
type: "User" | "Agent";
|
|
141916
|
-
id: string;
|
|
141917
|
-
role: "Viewer" | "Editor";
|
|
141918
|
-
projectIterationId: string;
|
|
141919
|
-
user?: {
|
|
141920
|
-
email: string;
|
|
141921
|
-
id: string;
|
|
141922
|
-
profile: {
|
|
141923
|
-
name: string;
|
|
141924
|
-
avatar?: string | null | undefined;
|
|
141925
|
-
nickname?: string | null | undefined;
|
|
141926
|
-
theme?: {
|
|
141927
|
-
backgroundColor?: string | undefined;
|
|
141928
|
-
accentColor?: string | undefined;
|
|
141929
|
-
contrast?: number | undefined;
|
|
141930
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
141931
|
-
secondaryBackgroundColor?: string | undefined;
|
|
141932
|
-
secondaryContrast?: number | undefined;
|
|
141933
|
-
isEditorWhite?: boolean | undefined;
|
|
141934
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
141935
|
-
} | null | undefined;
|
|
141936
|
-
onboarding?: {
|
|
141937
|
-
companyName?: string | undefined;
|
|
141938
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
141939
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
141940
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
141941
|
-
jobTitle?: string | undefined;
|
|
141942
|
-
phase?: string | undefined;
|
|
141943
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
141944
|
-
designSystemName?: string | undefined;
|
|
141945
|
-
defaultDestination?: string | undefined;
|
|
141946
|
-
figmaUrl?: string | undefined;
|
|
141947
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
141948
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
141949
|
-
} | null | undefined;
|
|
141950
|
-
portalTheme?: {
|
|
141951
|
-
backgroundColor?: string | undefined;
|
|
141952
|
-
accentColor?: string | undefined;
|
|
141953
|
-
contrast?: number | undefined;
|
|
141954
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
141955
|
-
secondaryBackgroundColor?: string | undefined;
|
|
141956
|
-
secondaryContrast?: number | undefined;
|
|
141957
|
-
isEditorWhite?: boolean | undefined;
|
|
141958
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
141959
|
-
} | null | undefined;
|
|
141960
|
-
};
|
|
141961
|
-
createdAt: Date;
|
|
141962
|
-
isProtected: boolean;
|
|
141963
|
-
emailSettings: {
|
|
142671
|
+
emailSettings?: {
|
|
141964
142672
|
marketingEmails: boolean;
|
|
141965
|
-
};
|
|
141966
|
-
|
|
141967
|
-
loggedOutAt?: Date | undefined;
|
|
141968
|
-
} | undefined;
|
|
141969
|
-
userId?: string | undefined;
|
|
141970
|
-
agentId?: string | undefined;
|
|
141971
|
-
agent?: {
|
|
141972
|
-
avatar: string | {
|
|
141973
|
-
headType: string;
|
|
141974
|
-
hairType: string;
|
|
141975
|
-
accessory1Type: string;
|
|
141976
|
-
accessory2Type: string;
|
|
141977
|
-
};
|
|
141978
|
-
id: string;
|
|
141979
|
-
name: string;
|
|
141980
|
-
behavior: "Coder" | "Writer" | "Designer";
|
|
141981
|
-
projectId: string;
|
|
141982
|
-
personality: "Neutral" | "Assertive" | "Crazy";
|
|
141983
|
-
avatarUrl?: string | undefined;
|
|
141984
|
-
} | undefined;
|
|
141985
|
-
}>;
|
|
141986
|
-
projectIterationId: z.ZodString;
|
|
141987
|
-
steps: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
141988
|
-
name: z.ZodString;
|
|
141989
|
-
text: z.ZodString;
|
|
141990
|
-
status: z.ZodEnum<["pending", "started", "completed", "error"]>;
|
|
142673
|
+
} | undefined;
|
|
142674
|
+
}>>;
|
|
141991
142675
|
}, "strip", z.ZodTypeAny, {
|
|
141992
|
-
status: "error" | "pending" | "started" | "completed";
|
|
141993
|
-
name: string;
|
|
141994
|
-
text: string;
|
|
141995
|
-
}, {
|
|
141996
|
-
status: "error" | "pending" | "started" | "completed";
|
|
141997
|
-
name: string;
|
|
141998
|
-
text: string;
|
|
141999
|
-
}>, "many">>;
|
|
142000
|
-
type: z.ZodEnum<["Note", "Action", "Steps"]>;
|
|
142001
|
-
text: z.ZodString;
|
|
142002
|
-
}, "strip", z.ZodTypeAny, {
|
|
142003
|
-
type: "Note" | "Action" | "Steps";
|
|
142004
|
-
id: string;
|
|
142005
|
-
createdAt: Date;
|
|
142006
|
-
text: string;
|
|
142007
|
-
projectIterationId: string;
|
|
142008
|
-
participantId: string;
|
|
142009
|
-
participant: {
|
|
142010
142676
|
type: "User" | "Agent";
|
|
142011
142677
|
id: string;
|
|
142012
142678
|
role: "Viewer" | "Editor";
|
|
@@ -142055,11 +142721,177 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
142055
142721
|
};
|
|
142056
142722
|
createdAt: Date;
|
|
142057
142723
|
isProtected: boolean;
|
|
142058
|
-
|
|
142724
|
+
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
142725
|
+
loggedOutAt?: Date | undefined;
|
|
142726
|
+
emailSettings?: {
|
|
142727
|
+
marketingEmails: boolean;
|
|
142728
|
+
} | undefined;
|
|
142729
|
+
} | undefined;
|
|
142730
|
+
userId?: string | undefined;
|
|
142731
|
+
agentId?: string | undefined;
|
|
142732
|
+
agent?: {
|
|
142733
|
+
avatar: string | {
|
|
142734
|
+
headType: string;
|
|
142735
|
+
hairType: string;
|
|
142736
|
+
accessory1Type: string;
|
|
142737
|
+
accessory2Type: string;
|
|
142738
|
+
};
|
|
142739
|
+
id: string;
|
|
142740
|
+
name: string;
|
|
142741
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
142742
|
+
projectId: string;
|
|
142743
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
142744
|
+
avatarUrl?: string | undefined;
|
|
142745
|
+
} | undefined;
|
|
142746
|
+
}, {
|
|
142747
|
+
type: "User" | "Agent";
|
|
142748
|
+
id: string;
|
|
142749
|
+
role: "Viewer" | "Editor";
|
|
142750
|
+
projectIterationId: string;
|
|
142751
|
+
user?: {
|
|
142752
|
+
email: string;
|
|
142753
|
+
id: string;
|
|
142754
|
+
profile: {
|
|
142755
|
+
name: string;
|
|
142756
|
+
avatar?: string | null | undefined;
|
|
142757
|
+
nickname?: string | null | undefined;
|
|
142758
|
+
theme?: {
|
|
142759
|
+
backgroundColor?: string | undefined;
|
|
142760
|
+
accentColor?: string | undefined;
|
|
142761
|
+
contrast?: number | undefined;
|
|
142762
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
142763
|
+
secondaryBackgroundColor?: string | undefined;
|
|
142764
|
+
secondaryContrast?: number | undefined;
|
|
142765
|
+
isEditorWhite?: boolean | undefined;
|
|
142766
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
142767
|
+
} | null | undefined;
|
|
142768
|
+
onboarding?: {
|
|
142769
|
+
companyName?: string | undefined;
|
|
142770
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
142771
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
142772
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
142773
|
+
jobTitle?: string | undefined;
|
|
142774
|
+
phase?: string | undefined;
|
|
142775
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
142776
|
+
designSystemName?: string | undefined;
|
|
142777
|
+
defaultDestination?: string | undefined;
|
|
142778
|
+
figmaUrl?: string | undefined;
|
|
142779
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
142780
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
142781
|
+
} | null | undefined;
|
|
142782
|
+
portalTheme?: {
|
|
142783
|
+
backgroundColor?: string | undefined;
|
|
142784
|
+
accentColor?: string | undefined;
|
|
142785
|
+
contrast?: number | undefined;
|
|
142786
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
142787
|
+
secondaryBackgroundColor?: string | undefined;
|
|
142788
|
+
secondaryContrast?: number | undefined;
|
|
142789
|
+
isEditorWhite?: boolean | undefined;
|
|
142790
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
142791
|
+
} | null | undefined;
|
|
142792
|
+
};
|
|
142793
|
+
createdAt: Date;
|
|
142794
|
+
isProtected: boolean;
|
|
142795
|
+
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
142796
|
+
loggedOutAt?: Date | undefined;
|
|
142797
|
+
emailSettings?: {
|
|
142059
142798
|
marketingEmails: boolean;
|
|
142799
|
+
} | undefined;
|
|
142800
|
+
} | undefined;
|
|
142801
|
+
userId?: string | undefined;
|
|
142802
|
+
agentId?: string | undefined;
|
|
142803
|
+
agent?: {
|
|
142804
|
+
avatar: string | {
|
|
142805
|
+
headType: string;
|
|
142806
|
+
hairType: string;
|
|
142807
|
+
accessory1Type: string;
|
|
142808
|
+
accessory2Type: string;
|
|
142809
|
+
};
|
|
142810
|
+
id: string;
|
|
142811
|
+
name: string;
|
|
142812
|
+
behavior: "Coder" | "Writer" | "Designer";
|
|
142813
|
+
projectId: string;
|
|
142814
|
+
personality: "Neutral" | "Assertive" | "Crazy";
|
|
142815
|
+
avatarUrl?: string | undefined;
|
|
142816
|
+
} | undefined;
|
|
142817
|
+
}>;
|
|
142818
|
+
projectIterationId: z.ZodString;
|
|
142819
|
+
steps: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
142820
|
+
name: z.ZodString;
|
|
142821
|
+
text: z.ZodString;
|
|
142822
|
+
status: z.ZodEnum<["pending", "started", "completed", "error"]>;
|
|
142823
|
+
}, "strip", z.ZodTypeAny, {
|
|
142824
|
+
status: "error" | "pending" | "started" | "completed";
|
|
142825
|
+
name: string;
|
|
142826
|
+
text: string;
|
|
142827
|
+
}, {
|
|
142828
|
+
status: "error" | "pending" | "started" | "completed";
|
|
142829
|
+
name: string;
|
|
142830
|
+
text: string;
|
|
142831
|
+
}>, "many">>;
|
|
142832
|
+
type: z.ZodEnum<["Note", "Action", "Steps"]>;
|
|
142833
|
+
text: z.ZodString;
|
|
142834
|
+
}, "strip", z.ZodTypeAny, {
|
|
142835
|
+
type: "Note" | "Action" | "Steps";
|
|
142836
|
+
id: string;
|
|
142837
|
+
createdAt: Date;
|
|
142838
|
+
text: string;
|
|
142839
|
+
projectIterationId: string;
|
|
142840
|
+
participantId: string;
|
|
142841
|
+
participant: {
|
|
142842
|
+
type: "User" | "Agent";
|
|
142843
|
+
id: string;
|
|
142844
|
+
role: "Viewer" | "Editor";
|
|
142845
|
+
projectIterationId: string;
|
|
142846
|
+
user?: {
|
|
142847
|
+
email: string;
|
|
142848
|
+
id: string;
|
|
142849
|
+
profile: {
|
|
142850
|
+
name: string;
|
|
142851
|
+
avatar?: string | undefined;
|
|
142852
|
+
nickname?: string | undefined;
|
|
142853
|
+
theme?: {
|
|
142854
|
+
backgroundColor?: string | undefined;
|
|
142855
|
+
accentColor?: string | undefined;
|
|
142856
|
+
contrast?: number | undefined;
|
|
142857
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
142858
|
+
secondaryBackgroundColor?: string | undefined;
|
|
142859
|
+
secondaryContrast?: number | undefined;
|
|
142860
|
+
isEditorWhite?: boolean | undefined;
|
|
142861
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
142862
|
+
} | undefined;
|
|
142863
|
+
onboarding?: {
|
|
142864
|
+
companyName?: string | undefined;
|
|
142865
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
142866
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
142867
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
142868
|
+
jobTitle?: string | undefined;
|
|
142869
|
+
phase?: string | undefined;
|
|
142870
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
142871
|
+
designSystemName?: string | undefined;
|
|
142872
|
+
defaultDestination?: string | undefined;
|
|
142873
|
+
figmaUrl?: string | undefined;
|
|
142874
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
142875
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
142876
|
+
} | undefined;
|
|
142877
|
+
portalTheme?: {
|
|
142878
|
+
backgroundColor?: string | undefined;
|
|
142879
|
+
accentColor?: string | undefined;
|
|
142880
|
+
contrast?: number | undefined;
|
|
142881
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
142882
|
+
secondaryBackgroundColor?: string | undefined;
|
|
142883
|
+
secondaryContrast?: number | undefined;
|
|
142884
|
+
isEditorWhite?: boolean | undefined;
|
|
142885
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
142886
|
+
} | undefined;
|
|
142060
142887
|
};
|
|
142888
|
+
createdAt: Date;
|
|
142889
|
+
isProtected: boolean;
|
|
142061
142890
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
142062
142891
|
loggedOutAt?: Date | undefined;
|
|
142892
|
+
emailSettings?: {
|
|
142893
|
+
marketingEmails: boolean;
|
|
142894
|
+
} | undefined;
|
|
142063
142895
|
} | undefined;
|
|
142064
142896
|
userId?: string | undefined;
|
|
142065
142897
|
agentId?: string | undefined;
|
|
@@ -142139,11 +142971,11 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
142139
142971
|
};
|
|
142140
142972
|
createdAt: Date;
|
|
142141
142973
|
isProtected: boolean;
|
|
142142
|
-
emailSettings: {
|
|
142143
|
-
marketingEmails: boolean;
|
|
142144
|
-
};
|
|
142145
142974
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
142146
142975
|
loggedOutAt?: Date | undefined;
|
|
142976
|
+
emailSettings?: {
|
|
142977
|
+
marketingEmails: boolean;
|
|
142978
|
+
} | undefined;
|
|
142147
142979
|
} | undefined;
|
|
142148
142980
|
userId?: string | undefined;
|
|
142149
142981
|
agentId?: string | undefined;
|
|
@@ -142718,13 +143550,13 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
142718
143550
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
142719
143551
|
isProtected: z.ZodBoolean;
|
|
142720
143552
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
142721
|
-
emailSettings: z.ZodObject<{
|
|
143553
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
142722
143554
|
marketingEmails: z.ZodBoolean;
|
|
142723
143555
|
}, "strip", z.ZodTypeAny, {
|
|
142724
143556
|
marketingEmails: boolean;
|
|
142725
143557
|
}, {
|
|
142726
143558
|
marketingEmails: boolean;
|
|
142727
|
-
}
|
|
143559
|
+
}>>;
|
|
142728
143560
|
}, "strip", z.ZodTypeAny, {
|
|
142729
143561
|
email: string;
|
|
142730
143562
|
id: string;
|
|
@@ -142769,115 +143601,115 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
142769
143601
|
};
|
|
142770
143602
|
createdAt: Date;
|
|
142771
143603
|
isProtected: boolean;
|
|
142772
|
-
|
|
142773
|
-
|
|
142774
|
-
|
|
142775
|
-
|
|
142776
|
-
|
|
142777
|
-
}, {
|
|
142778
|
-
email: string;
|
|
142779
|
-
id: string;
|
|
142780
|
-
profile: {
|
|
142781
|
-
name: string;
|
|
142782
|
-
avatar?: string | null | undefined;
|
|
142783
|
-
nickname?: string | null | undefined;
|
|
142784
|
-
theme?: {
|
|
142785
|
-
backgroundColor?: string | undefined;
|
|
142786
|
-
accentColor?: string | undefined;
|
|
142787
|
-
contrast?: number | undefined;
|
|
142788
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
142789
|
-
secondaryBackgroundColor?: string | undefined;
|
|
142790
|
-
secondaryContrast?: number | undefined;
|
|
142791
|
-
isEditorWhite?: boolean | undefined;
|
|
142792
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
142793
|
-
} | null | undefined;
|
|
142794
|
-
onboarding?: {
|
|
142795
|
-
companyName?: string | undefined;
|
|
142796
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
142797
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
142798
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
142799
|
-
jobTitle?: string | undefined;
|
|
142800
|
-
phase?: string | undefined;
|
|
142801
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
142802
|
-
designSystemName?: string | undefined;
|
|
142803
|
-
defaultDestination?: string | undefined;
|
|
142804
|
-
figmaUrl?: string | undefined;
|
|
142805
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
142806
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
142807
|
-
} | null | undefined;
|
|
142808
|
-
portalTheme?: {
|
|
142809
|
-
backgroundColor?: string | undefined;
|
|
142810
|
-
accentColor?: string | undefined;
|
|
142811
|
-
contrast?: number | undefined;
|
|
142812
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
142813
|
-
secondaryBackgroundColor?: string | undefined;
|
|
142814
|
-
secondaryContrast?: number | undefined;
|
|
142815
|
-
isEditorWhite?: boolean | undefined;
|
|
142816
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
142817
|
-
} | null | undefined;
|
|
142818
|
-
};
|
|
142819
|
-
createdAt: Date;
|
|
142820
|
-
isProtected: boolean;
|
|
142821
|
-
|
|
142822
|
-
|
|
142823
|
-
|
|
142824
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
142825
|
-
loggedOutAt?: Date | undefined;
|
|
142826
|
-
}>>;
|
|
142827
|
-
}, "strip", z.ZodTypeAny, {
|
|
142828
|
-
type: "User" | "Agent";
|
|
142829
|
-
id: string;
|
|
142830
|
-
role: "Viewer" | "Editor";
|
|
142831
|
-
projectIterationId: string;
|
|
142832
|
-
user?: {
|
|
142833
|
-
email: string;
|
|
142834
|
-
id: string;
|
|
142835
|
-
profile: {
|
|
142836
|
-
name: string;
|
|
142837
|
-
avatar?: string | undefined;
|
|
142838
|
-
nickname?: string | undefined;
|
|
142839
|
-
theme?: {
|
|
142840
|
-
backgroundColor?: string | undefined;
|
|
142841
|
-
accentColor?: string | undefined;
|
|
142842
|
-
contrast?: number | undefined;
|
|
142843
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
142844
|
-
secondaryBackgroundColor?: string | undefined;
|
|
142845
|
-
secondaryContrast?: number | undefined;
|
|
142846
|
-
isEditorWhite?: boolean | undefined;
|
|
142847
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
142848
|
-
} | undefined;
|
|
142849
|
-
onboarding?: {
|
|
142850
|
-
companyName?: string | undefined;
|
|
142851
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
142852
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
142853
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
142854
|
-
jobTitle?: string | undefined;
|
|
142855
|
-
phase?: string | undefined;
|
|
142856
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
142857
|
-
designSystemName?: string | undefined;
|
|
142858
|
-
defaultDestination?: string | undefined;
|
|
142859
|
-
figmaUrl?: string | undefined;
|
|
142860
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
142861
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
142862
|
-
} | undefined;
|
|
142863
|
-
portalTheme?: {
|
|
142864
|
-
backgroundColor?: string | undefined;
|
|
142865
|
-
accentColor?: string | undefined;
|
|
142866
|
-
contrast?: number | undefined;
|
|
142867
|
-
isSecondaryEnabled?: boolean | undefined;
|
|
142868
|
-
secondaryBackgroundColor?: string | undefined;
|
|
142869
|
-
secondaryContrast?: number | undefined;
|
|
142870
|
-
isEditorWhite?: boolean | undefined;
|
|
142871
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
142872
|
-
} | undefined;
|
|
142873
|
-
};
|
|
142874
|
-
createdAt: Date;
|
|
142875
|
-
isProtected: boolean;
|
|
142876
|
-
emailSettings: {
|
|
143604
|
+
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
143605
|
+
loggedOutAt?: Date | undefined;
|
|
143606
|
+
emailSettings?: {
|
|
143607
|
+
marketingEmails: boolean;
|
|
143608
|
+
} | undefined;
|
|
143609
|
+
}, {
|
|
143610
|
+
email: string;
|
|
143611
|
+
id: string;
|
|
143612
|
+
profile: {
|
|
143613
|
+
name: string;
|
|
143614
|
+
avatar?: string | null | undefined;
|
|
143615
|
+
nickname?: string | null | undefined;
|
|
143616
|
+
theme?: {
|
|
143617
|
+
backgroundColor?: string | undefined;
|
|
143618
|
+
accentColor?: string | undefined;
|
|
143619
|
+
contrast?: number | undefined;
|
|
143620
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
143621
|
+
secondaryBackgroundColor?: string | undefined;
|
|
143622
|
+
secondaryContrast?: number | undefined;
|
|
143623
|
+
isEditorWhite?: boolean | undefined;
|
|
143624
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
143625
|
+
} | null | undefined;
|
|
143626
|
+
onboarding?: {
|
|
143627
|
+
companyName?: string | undefined;
|
|
143628
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
143629
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
143630
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
143631
|
+
jobTitle?: string | undefined;
|
|
143632
|
+
phase?: string | undefined;
|
|
143633
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
143634
|
+
designSystemName?: string | undefined;
|
|
143635
|
+
defaultDestination?: string | undefined;
|
|
143636
|
+
figmaUrl?: string | undefined;
|
|
143637
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
143638
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
143639
|
+
} | null | undefined;
|
|
143640
|
+
portalTheme?: {
|
|
143641
|
+
backgroundColor?: string | undefined;
|
|
143642
|
+
accentColor?: string | undefined;
|
|
143643
|
+
contrast?: number | undefined;
|
|
143644
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
143645
|
+
secondaryBackgroundColor?: string | undefined;
|
|
143646
|
+
secondaryContrast?: number | undefined;
|
|
143647
|
+
isEditorWhite?: boolean | undefined;
|
|
143648
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
143649
|
+
} | null | undefined;
|
|
143650
|
+
};
|
|
143651
|
+
createdAt: Date;
|
|
143652
|
+
isProtected: boolean;
|
|
143653
|
+
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
143654
|
+
loggedOutAt?: Date | undefined;
|
|
143655
|
+
emailSettings?: {
|
|
142877
143656
|
marketingEmails: boolean;
|
|
143657
|
+
} | undefined;
|
|
143658
|
+
}>>;
|
|
143659
|
+
}, "strip", z.ZodTypeAny, {
|
|
143660
|
+
type: "User" | "Agent";
|
|
143661
|
+
id: string;
|
|
143662
|
+
role: "Viewer" | "Editor";
|
|
143663
|
+
projectIterationId: string;
|
|
143664
|
+
user?: {
|
|
143665
|
+
email: string;
|
|
143666
|
+
id: string;
|
|
143667
|
+
profile: {
|
|
143668
|
+
name: string;
|
|
143669
|
+
avatar?: string | undefined;
|
|
143670
|
+
nickname?: string | undefined;
|
|
143671
|
+
theme?: {
|
|
143672
|
+
backgroundColor?: string | undefined;
|
|
143673
|
+
accentColor?: string | undefined;
|
|
143674
|
+
contrast?: number | undefined;
|
|
143675
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
143676
|
+
secondaryBackgroundColor?: string | undefined;
|
|
143677
|
+
secondaryContrast?: number | undefined;
|
|
143678
|
+
isEditorWhite?: boolean | undefined;
|
|
143679
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
143680
|
+
} | undefined;
|
|
143681
|
+
onboarding?: {
|
|
143682
|
+
companyName?: string | undefined;
|
|
143683
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
143684
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
143685
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
143686
|
+
jobTitle?: string | undefined;
|
|
143687
|
+
phase?: string | undefined;
|
|
143688
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
143689
|
+
designSystemName?: string | undefined;
|
|
143690
|
+
defaultDestination?: string | undefined;
|
|
143691
|
+
figmaUrl?: string | undefined;
|
|
143692
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
143693
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
143694
|
+
} | undefined;
|
|
143695
|
+
portalTheme?: {
|
|
143696
|
+
backgroundColor?: string | undefined;
|
|
143697
|
+
accentColor?: string | undefined;
|
|
143698
|
+
contrast?: number | undefined;
|
|
143699
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
143700
|
+
secondaryBackgroundColor?: string | undefined;
|
|
143701
|
+
secondaryContrast?: number | undefined;
|
|
143702
|
+
isEditorWhite?: boolean | undefined;
|
|
143703
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | "DefaultPortal" | undefined;
|
|
143704
|
+
} | undefined;
|
|
142878
143705
|
};
|
|
143706
|
+
createdAt: Date;
|
|
143707
|
+
isProtected: boolean;
|
|
142879
143708
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
142880
143709
|
loggedOutAt?: Date | undefined;
|
|
143710
|
+
emailSettings?: {
|
|
143711
|
+
marketingEmails: boolean;
|
|
143712
|
+
} | undefined;
|
|
142881
143713
|
} | undefined;
|
|
142882
143714
|
userId?: string | undefined;
|
|
142883
143715
|
agentId?: string | undefined;
|
|
@@ -142944,11 +143776,11 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
142944
143776
|
};
|
|
142945
143777
|
createdAt: Date;
|
|
142946
143778
|
isProtected: boolean;
|
|
142947
|
-
emailSettings: {
|
|
142948
|
-
marketingEmails: boolean;
|
|
142949
|
-
};
|
|
142950
143779
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
142951
143780
|
loggedOutAt?: Date | undefined;
|
|
143781
|
+
emailSettings?: {
|
|
143782
|
+
marketingEmails: boolean;
|
|
143783
|
+
} | undefined;
|
|
142952
143784
|
} | undefined;
|
|
142953
143785
|
userId?: string | undefined;
|
|
142954
143786
|
agentId?: string | undefined;
|
|
@@ -143256,13 +144088,13 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
143256
144088
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
143257
144089
|
isProtected: z.ZodBoolean;
|
|
143258
144090
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
143259
|
-
emailSettings: z.ZodObject<{
|
|
144091
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
143260
144092
|
marketingEmails: z.ZodBoolean;
|
|
143261
144093
|
}, "strip", z.ZodTypeAny, {
|
|
143262
144094
|
marketingEmails: boolean;
|
|
143263
144095
|
}, {
|
|
143264
144096
|
marketingEmails: boolean;
|
|
143265
|
-
}
|
|
144097
|
+
}>>;
|
|
143266
144098
|
}, "strip", z.ZodTypeAny, {
|
|
143267
144099
|
email: string;
|
|
143268
144100
|
id: string;
|
|
@@ -143307,11 +144139,11 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
143307
144139
|
};
|
|
143308
144140
|
createdAt: Date;
|
|
143309
144141
|
isProtected: boolean;
|
|
143310
|
-
emailSettings: {
|
|
143311
|
-
marketingEmails: boolean;
|
|
143312
|
-
};
|
|
143313
144142
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
143314
144143
|
loggedOutAt?: Date | undefined;
|
|
144144
|
+
emailSettings?: {
|
|
144145
|
+
marketingEmails: boolean;
|
|
144146
|
+
} | undefined;
|
|
143315
144147
|
}, {
|
|
143316
144148
|
email: string;
|
|
143317
144149
|
id: string;
|
|
@@ -143356,11 +144188,11 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
143356
144188
|
};
|
|
143357
144189
|
createdAt: Date;
|
|
143358
144190
|
isProtected: boolean;
|
|
143359
|
-
emailSettings: {
|
|
143360
|
-
marketingEmails: boolean;
|
|
143361
|
-
};
|
|
143362
144191
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
143363
144192
|
loggedOutAt?: Date | undefined;
|
|
144193
|
+
emailSettings?: {
|
|
144194
|
+
marketingEmails: boolean;
|
|
144195
|
+
} | undefined;
|
|
143364
144196
|
}>>;
|
|
143365
144197
|
}, "user" | "agent"> & {
|
|
143366
144198
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -144080,13 +144912,13 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
144080
144912
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
144081
144913
|
isProtected: z.ZodBoolean;
|
|
144082
144914
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
144083
|
-
emailSettings: z.ZodObject<{
|
|
144915
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
144084
144916
|
marketingEmails: z.ZodBoolean;
|
|
144085
144917
|
}, "strip", z.ZodTypeAny, {
|
|
144086
144918
|
marketingEmails: boolean;
|
|
144087
144919
|
}, {
|
|
144088
144920
|
marketingEmails: boolean;
|
|
144089
|
-
}
|
|
144921
|
+
}>>;
|
|
144090
144922
|
}, "strip", z.ZodTypeAny, {
|
|
144091
144923
|
email: string;
|
|
144092
144924
|
id: string;
|
|
@@ -144131,11 +144963,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
144131
144963
|
};
|
|
144132
144964
|
createdAt: Date;
|
|
144133
144965
|
isProtected: boolean;
|
|
144134
|
-
emailSettings: {
|
|
144135
|
-
marketingEmails: boolean;
|
|
144136
|
-
};
|
|
144137
144966
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
144138
144967
|
loggedOutAt?: Date | undefined;
|
|
144968
|
+
emailSettings?: {
|
|
144969
|
+
marketingEmails: boolean;
|
|
144970
|
+
} | undefined;
|
|
144139
144971
|
}, {
|
|
144140
144972
|
email: string;
|
|
144141
144973
|
id: string;
|
|
@@ -144180,11 +145012,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
144180
145012
|
};
|
|
144181
145013
|
createdAt: Date;
|
|
144182
145014
|
isProtected: boolean;
|
|
144183
|
-
emailSettings: {
|
|
144184
|
-
marketingEmails: boolean;
|
|
144185
|
-
};
|
|
144186
145015
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
144187
145016
|
loggedOutAt?: Date | undefined;
|
|
145017
|
+
emailSettings?: {
|
|
145018
|
+
marketingEmails: boolean;
|
|
145019
|
+
} | undefined;
|
|
144188
145020
|
}>>;
|
|
144189
145021
|
}, "strip", z.ZodTypeAny, {
|
|
144190
145022
|
type: "User" | "Agent";
|
|
@@ -144235,11 +145067,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
144235
145067
|
};
|
|
144236
145068
|
createdAt: Date;
|
|
144237
145069
|
isProtected: boolean;
|
|
144238
|
-
emailSettings: {
|
|
144239
|
-
marketingEmails: boolean;
|
|
144240
|
-
};
|
|
144241
145070
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
144242
145071
|
loggedOutAt?: Date | undefined;
|
|
145072
|
+
emailSettings?: {
|
|
145073
|
+
marketingEmails: boolean;
|
|
145074
|
+
} | undefined;
|
|
144243
145075
|
} | undefined;
|
|
144244
145076
|
userId?: string | undefined;
|
|
144245
145077
|
agentId?: string | undefined;
|
|
@@ -144306,11 +145138,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
144306
145138
|
};
|
|
144307
145139
|
createdAt: Date;
|
|
144308
145140
|
isProtected: boolean;
|
|
144309
|
-
emailSettings: {
|
|
144310
|
-
marketingEmails: boolean;
|
|
144311
|
-
};
|
|
144312
145141
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
144313
145142
|
loggedOutAt?: Date | undefined;
|
|
145143
|
+
emailSettings?: {
|
|
145144
|
+
marketingEmails: boolean;
|
|
145145
|
+
} | undefined;
|
|
144314
145146
|
} | undefined;
|
|
144315
145147
|
userId?: string | undefined;
|
|
144316
145148
|
agentId?: string | undefined;
|
|
@@ -144401,11 +145233,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
144401
145233
|
};
|
|
144402
145234
|
createdAt: Date;
|
|
144403
145235
|
isProtected: boolean;
|
|
144404
|
-
emailSettings: {
|
|
144405
|
-
marketingEmails: boolean;
|
|
144406
|
-
};
|
|
144407
145236
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
144408
145237
|
loggedOutAt?: Date | undefined;
|
|
145238
|
+
emailSettings?: {
|
|
145239
|
+
marketingEmails: boolean;
|
|
145240
|
+
} | undefined;
|
|
144409
145241
|
} | undefined;
|
|
144410
145242
|
userId?: string | undefined;
|
|
144411
145243
|
agentId?: string | undefined;
|
|
@@ -144485,11 +145317,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
144485
145317
|
};
|
|
144486
145318
|
createdAt: Date;
|
|
144487
145319
|
isProtected: boolean;
|
|
144488
|
-
emailSettings: {
|
|
144489
|
-
marketingEmails: boolean;
|
|
144490
|
-
};
|
|
144491
145320
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
144492
145321
|
loggedOutAt?: Date | undefined;
|
|
145322
|
+
emailSettings?: {
|
|
145323
|
+
marketingEmails: boolean;
|
|
145324
|
+
} | undefined;
|
|
144493
145325
|
} | undefined;
|
|
144494
145326
|
userId?: string | undefined;
|
|
144495
145327
|
agentId?: string | undefined;
|
|
@@ -145064,13 +145896,13 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
145064
145896
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
145065
145897
|
isProtected: z.ZodBoolean;
|
|
145066
145898
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
145067
|
-
emailSettings: z.ZodObject<{
|
|
145899
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
145068
145900
|
marketingEmails: z.ZodBoolean;
|
|
145069
145901
|
}, "strip", z.ZodTypeAny, {
|
|
145070
145902
|
marketingEmails: boolean;
|
|
145071
145903
|
}, {
|
|
145072
145904
|
marketingEmails: boolean;
|
|
145073
|
-
}
|
|
145905
|
+
}>>;
|
|
145074
145906
|
}, "strip", z.ZodTypeAny, {
|
|
145075
145907
|
email: string;
|
|
145076
145908
|
id: string;
|
|
@@ -145115,11 +145947,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
145115
145947
|
};
|
|
145116
145948
|
createdAt: Date;
|
|
145117
145949
|
isProtected: boolean;
|
|
145118
|
-
emailSettings: {
|
|
145119
|
-
marketingEmails: boolean;
|
|
145120
|
-
};
|
|
145121
145950
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
145122
145951
|
loggedOutAt?: Date | undefined;
|
|
145952
|
+
emailSettings?: {
|
|
145953
|
+
marketingEmails: boolean;
|
|
145954
|
+
} | undefined;
|
|
145123
145955
|
}, {
|
|
145124
145956
|
email: string;
|
|
145125
145957
|
id: string;
|
|
@@ -145164,11 +145996,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
145164
145996
|
};
|
|
145165
145997
|
createdAt: Date;
|
|
145166
145998
|
isProtected: boolean;
|
|
145167
|
-
emailSettings: {
|
|
145168
|
-
marketingEmails: boolean;
|
|
145169
|
-
};
|
|
145170
145999
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
145171
146000
|
loggedOutAt?: Date | undefined;
|
|
146001
|
+
emailSettings?: {
|
|
146002
|
+
marketingEmails: boolean;
|
|
146003
|
+
} | undefined;
|
|
145172
146004
|
}>>;
|
|
145173
146005
|
}, "strip", z.ZodTypeAny, {
|
|
145174
146006
|
type: "User" | "Agent";
|
|
@@ -145219,11 +146051,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
145219
146051
|
};
|
|
145220
146052
|
createdAt: Date;
|
|
145221
146053
|
isProtected: boolean;
|
|
145222
|
-
emailSettings: {
|
|
145223
|
-
marketingEmails: boolean;
|
|
145224
|
-
};
|
|
145225
146054
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
145226
146055
|
loggedOutAt?: Date | undefined;
|
|
146056
|
+
emailSettings?: {
|
|
146057
|
+
marketingEmails: boolean;
|
|
146058
|
+
} | undefined;
|
|
145227
146059
|
} | undefined;
|
|
145228
146060
|
userId?: string | undefined;
|
|
145229
146061
|
agentId?: string | undefined;
|
|
@@ -145290,11 +146122,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
145290
146122
|
};
|
|
145291
146123
|
createdAt: Date;
|
|
145292
146124
|
isProtected: boolean;
|
|
145293
|
-
emailSettings: {
|
|
145294
|
-
marketingEmails: boolean;
|
|
145295
|
-
};
|
|
145296
146125
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
145297
146126
|
loggedOutAt?: Date | undefined;
|
|
146127
|
+
emailSettings?: {
|
|
146128
|
+
marketingEmails: boolean;
|
|
146129
|
+
} | undefined;
|
|
145298
146130
|
} | undefined;
|
|
145299
146131
|
userId?: string | undefined;
|
|
145300
146132
|
agentId?: string | undefined;
|
|
@@ -145602,13 +146434,13 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
145602
146434
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
145603
146435
|
isProtected: z.ZodBoolean;
|
|
145604
146436
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
145605
|
-
emailSettings: z.ZodObject<{
|
|
146437
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
145606
146438
|
marketingEmails: z.ZodBoolean;
|
|
145607
146439
|
}, "strip", z.ZodTypeAny, {
|
|
145608
146440
|
marketingEmails: boolean;
|
|
145609
146441
|
}, {
|
|
145610
146442
|
marketingEmails: boolean;
|
|
145611
|
-
}
|
|
146443
|
+
}>>;
|
|
145612
146444
|
}, "strip", z.ZodTypeAny, {
|
|
145613
146445
|
email: string;
|
|
145614
146446
|
id: string;
|
|
@@ -145653,11 +146485,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
145653
146485
|
};
|
|
145654
146486
|
createdAt: Date;
|
|
145655
146487
|
isProtected: boolean;
|
|
145656
|
-
emailSettings: {
|
|
145657
|
-
marketingEmails: boolean;
|
|
145658
|
-
};
|
|
145659
146488
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
145660
146489
|
loggedOutAt?: Date | undefined;
|
|
146490
|
+
emailSettings?: {
|
|
146491
|
+
marketingEmails: boolean;
|
|
146492
|
+
} | undefined;
|
|
145661
146493
|
}, {
|
|
145662
146494
|
email: string;
|
|
145663
146495
|
id: string;
|
|
@@ -145702,11 +146534,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
145702
146534
|
};
|
|
145703
146535
|
createdAt: Date;
|
|
145704
146536
|
isProtected: boolean;
|
|
145705
|
-
emailSettings: {
|
|
145706
|
-
marketingEmails: boolean;
|
|
145707
|
-
};
|
|
145708
146537
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
145709
146538
|
loggedOutAt?: Date | undefined;
|
|
146539
|
+
emailSettings?: {
|
|
146540
|
+
marketingEmails: boolean;
|
|
146541
|
+
} | undefined;
|
|
145710
146542
|
}>>;
|
|
145711
146543
|
}, "user" | "agent"> & {
|
|
145712
146544
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -146621,13 +147453,13 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
146621
147453
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
146622
147454
|
isProtected: z.ZodBoolean;
|
|
146623
147455
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
146624
|
-
emailSettings: z.ZodObject<{
|
|
147456
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
146625
147457
|
marketingEmails: z.ZodBoolean;
|
|
146626
147458
|
}, "strip", z.ZodTypeAny, {
|
|
146627
147459
|
marketingEmails: boolean;
|
|
146628
147460
|
}, {
|
|
146629
147461
|
marketingEmails: boolean;
|
|
146630
|
-
}
|
|
147462
|
+
}>>;
|
|
146631
147463
|
}, "strip", z.ZodTypeAny, {
|
|
146632
147464
|
email: string;
|
|
146633
147465
|
id: string;
|
|
@@ -146672,11 +147504,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
146672
147504
|
};
|
|
146673
147505
|
createdAt: Date;
|
|
146674
147506
|
isProtected: boolean;
|
|
146675
|
-
emailSettings: {
|
|
146676
|
-
marketingEmails: boolean;
|
|
146677
|
-
};
|
|
146678
147507
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
146679
147508
|
loggedOutAt?: Date | undefined;
|
|
147509
|
+
emailSettings?: {
|
|
147510
|
+
marketingEmails: boolean;
|
|
147511
|
+
} | undefined;
|
|
146680
147512
|
}, {
|
|
146681
147513
|
email: string;
|
|
146682
147514
|
id: string;
|
|
@@ -146721,11 +147553,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
146721
147553
|
};
|
|
146722
147554
|
createdAt: Date;
|
|
146723
147555
|
isProtected: boolean;
|
|
146724
|
-
emailSettings: {
|
|
146725
|
-
marketingEmails: boolean;
|
|
146726
|
-
};
|
|
146727
147556
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
146728
147557
|
loggedOutAt?: Date | undefined;
|
|
147558
|
+
emailSettings?: {
|
|
147559
|
+
marketingEmails: boolean;
|
|
147560
|
+
} | undefined;
|
|
146729
147561
|
}>>;
|
|
146730
147562
|
}, "strip", z.ZodTypeAny, {
|
|
146731
147563
|
type: "User" | "Agent";
|
|
@@ -146776,11 +147608,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
146776
147608
|
};
|
|
146777
147609
|
createdAt: Date;
|
|
146778
147610
|
isProtected: boolean;
|
|
146779
|
-
emailSettings: {
|
|
146780
|
-
marketingEmails: boolean;
|
|
146781
|
-
};
|
|
146782
147611
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
146783
147612
|
loggedOutAt?: Date | undefined;
|
|
147613
|
+
emailSettings?: {
|
|
147614
|
+
marketingEmails: boolean;
|
|
147615
|
+
} | undefined;
|
|
146784
147616
|
} | undefined;
|
|
146785
147617
|
userId?: string | undefined;
|
|
146786
147618
|
agentId?: string | undefined;
|
|
@@ -146847,11 +147679,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
146847
147679
|
};
|
|
146848
147680
|
createdAt: Date;
|
|
146849
147681
|
isProtected: boolean;
|
|
146850
|
-
emailSettings: {
|
|
146851
|
-
marketingEmails: boolean;
|
|
146852
|
-
};
|
|
146853
147682
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
146854
147683
|
loggedOutAt?: Date | undefined;
|
|
147684
|
+
emailSettings?: {
|
|
147685
|
+
marketingEmails: boolean;
|
|
147686
|
+
} | undefined;
|
|
146855
147687
|
} | undefined;
|
|
146856
147688
|
userId?: string | undefined;
|
|
146857
147689
|
agentId?: string | undefined;
|
|
@@ -146942,11 +147774,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
146942
147774
|
};
|
|
146943
147775
|
createdAt: Date;
|
|
146944
147776
|
isProtected: boolean;
|
|
146945
|
-
emailSettings: {
|
|
146946
|
-
marketingEmails: boolean;
|
|
146947
|
-
};
|
|
146948
147777
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
146949
147778
|
loggedOutAt?: Date | undefined;
|
|
147779
|
+
emailSettings?: {
|
|
147780
|
+
marketingEmails: boolean;
|
|
147781
|
+
} | undefined;
|
|
146950
147782
|
} | undefined;
|
|
146951
147783
|
userId?: string | undefined;
|
|
146952
147784
|
agentId?: string | undefined;
|
|
@@ -147026,11 +147858,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
147026
147858
|
};
|
|
147027
147859
|
createdAt: Date;
|
|
147028
147860
|
isProtected: boolean;
|
|
147029
|
-
emailSettings: {
|
|
147030
|
-
marketingEmails: boolean;
|
|
147031
|
-
};
|
|
147032
147861
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
147033
147862
|
loggedOutAt?: Date | undefined;
|
|
147863
|
+
emailSettings?: {
|
|
147864
|
+
marketingEmails: boolean;
|
|
147865
|
+
} | undefined;
|
|
147034
147866
|
} | undefined;
|
|
147035
147867
|
userId?: string | undefined;
|
|
147036
147868
|
agentId?: string | undefined;
|
|
@@ -147605,13 +148437,13 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
147605
148437
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
147606
148438
|
isProtected: z.ZodBoolean;
|
|
147607
148439
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
147608
|
-
emailSettings: z.ZodObject<{
|
|
148440
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
147609
148441
|
marketingEmails: z.ZodBoolean;
|
|
147610
148442
|
}, "strip", z.ZodTypeAny, {
|
|
147611
148443
|
marketingEmails: boolean;
|
|
147612
148444
|
}, {
|
|
147613
148445
|
marketingEmails: boolean;
|
|
147614
|
-
}
|
|
148446
|
+
}>>;
|
|
147615
148447
|
}, "strip", z.ZodTypeAny, {
|
|
147616
148448
|
email: string;
|
|
147617
148449
|
id: string;
|
|
@@ -147656,11 +148488,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
147656
148488
|
};
|
|
147657
148489
|
createdAt: Date;
|
|
147658
148490
|
isProtected: boolean;
|
|
147659
|
-
emailSettings: {
|
|
147660
|
-
marketingEmails: boolean;
|
|
147661
|
-
};
|
|
147662
148491
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
147663
148492
|
loggedOutAt?: Date | undefined;
|
|
148493
|
+
emailSettings?: {
|
|
148494
|
+
marketingEmails: boolean;
|
|
148495
|
+
} | undefined;
|
|
147664
148496
|
}, {
|
|
147665
148497
|
email: string;
|
|
147666
148498
|
id: string;
|
|
@@ -147705,11 +148537,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
147705
148537
|
};
|
|
147706
148538
|
createdAt: Date;
|
|
147707
148539
|
isProtected: boolean;
|
|
147708
|
-
emailSettings: {
|
|
147709
|
-
marketingEmails: boolean;
|
|
147710
|
-
};
|
|
147711
148540
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
147712
148541
|
loggedOutAt?: Date | undefined;
|
|
148542
|
+
emailSettings?: {
|
|
148543
|
+
marketingEmails: boolean;
|
|
148544
|
+
} | undefined;
|
|
147713
148545
|
}>>;
|
|
147714
148546
|
}, "strip", z.ZodTypeAny, {
|
|
147715
148547
|
type: "User" | "Agent";
|
|
@@ -147760,11 +148592,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
147760
148592
|
};
|
|
147761
148593
|
createdAt: Date;
|
|
147762
148594
|
isProtected: boolean;
|
|
147763
|
-
emailSettings: {
|
|
147764
|
-
marketingEmails: boolean;
|
|
147765
|
-
};
|
|
147766
148595
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
147767
148596
|
loggedOutAt?: Date | undefined;
|
|
148597
|
+
emailSettings?: {
|
|
148598
|
+
marketingEmails: boolean;
|
|
148599
|
+
} | undefined;
|
|
147768
148600
|
} | undefined;
|
|
147769
148601
|
userId?: string | undefined;
|
|
147770
148602
|
agentId?: string | undefined;
|
|
@@ -147831,11 +148663,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
147831
148663
|
};
|
|
147832
148664
|
createdAt: Date;
|
|
147833
148665
|
isProtected: boolean;
|
|
147834
|
-
emailSettings: {
|
|
147835
|
-
marketingEmails: boolean;
|
|
147836
|
-
};
|
|
147837
148666
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
147838
148667
|
loggedOutAt?: Date | undefined;
|
|
148668
|
+
emailSettings?: {
|
|
148669
|
+
marketingEmails: boolean;
|
|
148670
|
+
} | undefined;
|
|
147839
148671
|
} | undefined;
|
|
147840
148672
|
userId?: string | undefined;
|
|
147841
148673
|
agentId?: string | undefined;
|
|
@@ -148143,13 +148975,13 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
148143
148975
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
148144
148976
|
isProtected: z.ZodBoolean;
|
|
148145
148977
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
148146
|
-
emailSettings: z.ZodObject<{
|
|
148978
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
148147
148979
|
marketingEmails: z.ZodBoolean;
|
|
148148
148980
|
}, "strip", z.ZodTypeAny, {
|
|
148149
148981
|
marketingEmails: boolean;
|
|
148150
148982
|
}, {
|
|
148151
148983
|
marketingEmails: boolean;
|
|
148152
|
-
}
|
|
148984
|
+
}>>;
|
|
148153
148985
|
}, "strip", z.ZodTypeAny, {
|
|
148154
148986
|
email: string;
|
|
148155
148987
|
id: string;
|
|
@@ -148194,11 +149026,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
148194
149026
|
};
|
|
148195
149027
|
createdAt: Date;
|
|
148196
149028
|
isProtected: boolean;
|
|
148197
|
-
emailSettings: {
|
|
148198
|
-
marketingEmails: boolean;
|
|
148199
|
-
};
|
|
148200
149029
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
148201
149030
|
loggedOutAt?: Date | undefined;
|
|
149031
|
+
emailSettings?: {
|
|
149032
|
+
marketingEmails: boolean;
|
|
149033
|
+
} | undefined;
|
|
148202
149034
|
}, {
|
|
148203
149035
|
email: string;
|
|
148204
149036
|
id: string;
|
|
@@ -148243,11 +149075,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
148243
149075
|
};
|
|
148244
149076
|
createdAt: Date;
|
|
148245
149077
|
isProtected: boolean;
|
|
148246
|
-
emailSettings: {
|
|
148247
|
-
marketingEmails: boolean;
|
|
148248
|
-
};
|
|
148249
149078
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
148250
149079
|
loggedOutAt?: Date | undefined;
|
|
149080
|
+
emailSettings?: {
|
|
149081
|
+
marketingEmails: boolean;
|
|
149082
|
+
} | undefined;
|
|
148251
149083
|
}>>;
|
|
148252
149084
|
}, "user" | "agent"> & {
|
|
148253
149085
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -149161,13 +149993,13 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
149161
149993
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
149162
149994
|
isProtected: z.ZodBoolean;
|
|
149163
149995
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
149164
|
-
emailSettings: z.ZodObject<{
|
|
149996
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
149165
149997
|
marketingEmails: z.ZodBoolean;
|
|
149166
149998
|
}, "strip", z.ZodTypeAny, {
|
|
149167
149999
|
marketingEmails: boolean;
|
|
149168
150000
|
}, {
|
|
149169
150001
|
marketingEmails: boolean;
|
|
149170
|
-
}
|
|
150002
|
+
}>>;
|
|
149171
150003
|
}, "strip", z.ZodTypeAny, {
|
|
149172
150004
|
email: string;
|
|
149173
150005
|
id: string;
|
|
@@ -149212,11 +150044,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
149212
150044
|
};
|
|
149213
150045
|
createdAt: Date;
|
|
149214
150046
|
isProtected: boolean;
|
|
149215
|
-
emailSettings: {
|
|
149216
|
-
marketingEmails: boolean;
|
|
149217
|
-
};
|
|
149218
150047
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
149219
150048
|
loggedOutAt?: Date | undefined;
|
|
150049
|
+
emailSettings?: {
|
|
150050
|
+
marketingEmails: boolean;
|
|
150051
|
+
} | undefined;
|
|
149220
150052
|
}, {
|
|
149221
150053
|
email: string;
|
|
149222
150054
|
id: string;
|
|
@@ -149261,11 +150093,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
149261
150093
|
};
|
|
149262
150094
|
createdAt: Date;
|
|
149263
150095
|
isProtected: boolean;
|
|
149264
|
-
emailSettings: {
|
|
149265
|
-
marketingEmails: boolean;
|
|
149266
|
-
};
|
|
149267
150096
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
149268
150097
|
loggedOutAt?: Date | undefined;
|
|
150098
|
+
emailSettings?: {
|
|
150099
|
+
marketingEmails: boolean;
|
|
150100
|
+
} | undefined;
|
|
149269
150101
|
}>>;
|
|
149270
150102
|
}, "strip", z.ZodTypeAny, {
|
|
149271
150103
|
type: "User" | "Agent";
|
|
@@ -149316,11 +150148,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
149316
150148
|
};
|
|
149317
150149
|
createdAt: Date;
|
|
149318
150150
|
isProtected: boolean;
|
|
149319
|
-
emailSettings: {
|
|
149320
|
-
marketingEmails: boolean;
|
|
149321
|
-
};
|
|
149322
150151
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
149323
150152
|
loggedOutAt?: Date | undefined;
|
|
150153
|
+
emailSettings?: {
|
|
150154
|
+
marketingEmails: boolean;
|
|
150155
|
+
} | undefined;
|
|
149324
150156
|
} | undefined;
|
|
149325
150157
|
userId?: string | undefined;
|
|
149326
150158
|
agentId?: string | undefined;
|
|
@@ -149387,11 +150219,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
149387
150219
|
};
|
|
149388
150220
|
createdAt: Date;
|
|
149389
150221
|
isProtected: boolean;
|
|
149390
|
-
emailSettings: {
|
|
149391
|
-
marketingEmails: boolean;
|
|
149392
|
-
};
|
|
149393
150222
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
149394
150223
|
loggedOutAt?: Date | undefined;
|
|
150224
|
+
emailSettings?: {
|
|
150225
|
+
marketingEmails: boolean;
|
|
150226
|
+
} | undefined;
|
|
149395
150227
|
} | undefined;
|
|
149396
150228
|
userId?: string | undefined;
|
|
149397
150229
|
agentId?: string | undefined;
|
|
@@ -149482,11 +150314,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
149482
150314
|
};
|
|
149483
150315
|
createdAt: Date;
|
|
149484
150316
|
isProtected: boolean;
|
|
149485
|
-
emailSettings: {
|
|
149486
|
-
marketingEmails: boolean;
|
|
149487
|
-
};
|
|
149488
150317
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
149489
150318
|
loggedOutAt?: Date | undefined;
|
|
150319
|
+
emailSettings?: {
|
|
150320
|
+
marketingEmails: boolean;
|
|
150321
|
+
} | undefined;
|
|
149490
150322
|
} | undefined;
|
|
149491
150323
|
userId?: string | undefined;
|
|
149492
150324
|
agentId?: string | undefined;
|
|
@@ -149566,11 +150398,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
149566
150398
|
};
|
|
149567
150399
|
createdAt: Date;
|
|
149568
150400
|
isProtected: boolean;
|
|
149569
|
-
emailSettings: {
|
|
149570
|
-
marketingEmails: boolean;
|
|
149571
|
-
};
|
|
149572
150401
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
149573
150402
|
loggedOutAt?: Date | undefined;
|
|
150403
|
+
emailSettings?: {
|
|
150404
|
+
marketingEmails: boolean;
|
|
150405
|
+
} | undefined;
|
|
149574
150406
|
} | undefined;
|
|
149575
150407
|
userId?: string | undefined;
|
|
149576
150408
|
agentId?: string | undefined;
|
|
@@ -150145,13 +150977,13 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
150145
150977
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
150146
150978
|
isProtected: z.ZodBoolean;
|
|
150147
150979
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
150148
|
-
emailSettings: z.ZodObject<{
|
|
150980
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
150149
150981
|
marketingEmails: z.ZodBoolean;
|
|
150150
150982
|
}, "strip", z.ZodTypeAny, {
|
|
150151
150983
|
marketingEmails: boolean;
|
|
150152
150984
|
}, {
|
|
150153
150985
|
marketingEmails: boolean;
|
|
150154
|
-
}
|
|
150986
|
+
}>>;
|
|
150155
150987
|
}, "strip", z.ZodTypeAny, {
|
|
150156
150988
|
email: string;
|
|
150157
150989
|
id: string;
|
|
@@ -150196,11 +151028,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
150196
151028
|
};
|
|
150197
151029
|
createdAt: Date;
|
|
150198
151030
|
isProtected: boolean;
|
|
150199
|
-
emailSettings: {
|
|
150200
|
-
marketingEmails: boolean;
|
|
150201
|
-
};
|
|
150202
151031
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
150203
151032
|
loggedOutAt?: Date | undefined;
|
|
151033
|
+
emailSettings?: {
|
|
151034
|
+
marketingEmails: boolean;
|
|
151035
|
+
} | undefined;
|
|
150204
151036
|
}, {
|
|
150205
151037
|
email: string;
|
|
150206
151038
|
id: string;
|
|
@@ -150245,11 +151077,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
150245
151077
|
};
|
|
150246
151078
|
createdAt: Date;
|
|
150247
151079
|
isProtected: boolean;
|
|
150248
|
-
emailSettings: {
|
|
150249
|
-
marketingEmails: boolean;
|
|
150250
|
-
};
|
|
150251
151080
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
150252
151081
|
loggedOutAt?: Date | undefined;
|
|
151082
|
+
emailSettings?: {
|
|
151083
|
+
marketingEmails: boolean;
|
|
151084
|
+
} | undefined;
|
|
150253
151085
|
}>>;
|
|
150254
151086
|
}, "strip", z.ZodTypeAny, {
|
|
150255
151087
|
type: "User" | "Agent";
|
|
@@ -150300,11 +151132,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
150300
151132
|
};
|
|
150301
151133
|
createdAt: Date;
|
|
150302
151134
|
isProtected: boolean;
|
|
150303
|
-
emailSettings: {
|
|
150304
|
-
marketingEmails: boolean;
|
|
150305
|
-
};
|
|
150306
151135
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
150307
151136
|
loggedOutAt?: Date | undefined;
|
|
151137
|
+
emailSettings?: {
|
|
151138
|
+
marketingEmails: boolean;
|
|
151139
|
+
} | undefined;
|
|
150308
151140
|
} | undefined;
|
|
150309
151141
|
userId?: string | undefined;
|
|
150310
151142
|
agentId?: string | undefined;
|
|
@@ -150371,11 +151203,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
150371
151203
|
};
|
|
150372
151204
|
createdAt: Date;
|
|
150373
151205
|
isProtected: boolean;
|
|
150374
|
-
emailSettings: {
|
|
150375
|
-
marketingEmails: boolean;
|
|
150376
|
-
};
|
|
150377
151206
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
150378
151207
|
loggedOutAt?: Date | undefined;
|
|
151208
|
+
emailSettings?: {
|
|
151209
|
+
marketingEmails: boolean;
|
|
151210
|
+
} | undefined;
|
|
150379
151211
|
} | undefined;
|
|
150380
151212
|
userId?: string | undefined;
|
|
150381
151213
|
agentId?: string | undefined;
|
|
@@ -150683,13 +151515,13 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
150683
151515
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
150684
151516
|
isProtected: z.ZodBoolean;
|
|
150685
151517
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
150686
|
-
emailSettings: z.ZodObject<{
|
|
151518
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
150687
151519
|
marketingEmails: z.ZodBoolean;
|
|
150688
151520
|
}, "strip", z.ZodTypeAny, {
|
|
150689
151521
|
marketingEmails: boolean;
|
|
150690
151522
|
}, {
|
|
150691
151523
|
marketingEmails: boolean;
|
|
150692
|
-
}
|
|
151524
|
+
}>>;
|
|
150693
151525
|
}, "strip", z.ZodTypeAny, {
|
|
150694
151526
|
email: string;
|
|
150695
151527
|
id: string;
|
|
@@ -150734,11 +151566,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
150734
151566
|
};
|
|
150735
151567
|
createdAt: Date;
|
|
150736
151568
|
isProtected: boolean;
|
|
150737
|
-
emailSettings: {
|
|
150738
|
-
marketingEmails: boolean;
|
|
150739
|
-
};
|
|
150740
151569
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
150741
151570
|
loggedOutAt?: Date | undefined;
|
|
151571
|
+
emailSettings?: {
|
|
151572
|
+
marketingEmails: boolean;
|
|
151573
|
+
} | undefined;
|
|
150742
151574
|
}, {
|
|
150743
151575
|
email: string;
|
|
150744
151576
|
id: string;
|
|
@@ -150783,11 +151615,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
150783
151615
|
};
|
|
150784
151616
|
createdAt: Date;
|
|
150785
151617
|
isProtected: boolean;
|
|
150786
|
-
emailSettings: {
|
|
150787
|
-
marketingEmails: boolean;
|
|
150788
|
-
};
|
|
150789
151618
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
150790
151619
|
loggedOutAt?: Date | undefined;
|
|
151620
|
+
emailSettings?: {
|
|
151621
|
+
marketingEmails: boolean;
|
|
151622
|
+
} | undefined;
|
|
150791
151623
|
}>>;
|
|
150792
151624
|
}, "user" | "agent"> & {
|
|
150793
151625
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -151350,13 +152182,13 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
151350
152182
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
151351
152183
|
isProtected: z.ZodBoolean;
|
|
151352
152184
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
151353
|
-
emailSettings: z.ZodObject<{
|
|
152185
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
151354
152186
|
marketingEmails: z.ZodBoolean;
|
|
151355
152187
|
}, "strip", z.ZodTypeAny, {
|
|
151356
152188
|
marketingEmails: boolean;
|
|
151357
152189
|
}, {
|
|
151358
152190
|
marketingEmails: boolean;
|
|
151359
|
-
}
|
|
152191
|
+
}>>;
|
|
151360
152192
|
}, "strip", z.ZodTypeAny, {
|
|
151361
152193
|
email: string;
|
|
151362
152194
|
id: string;
|
|
@@ -151401,11 +152233,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
151401
152233
|
};
|
|
151402
152234
|
createdAt: Date;
|
|
151403
152235
|
isProtected: boolean;
|
|
151404
|
-
emailSettings: {
|
|
151405
|
-
marketingEmails: boolean;
|
|
151406
|
-
};
|
|
151407
152236
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
151408
152237
|
loggedOutAt?: Date | undefined;
|
|
152238
|
+
emailSettings?: {
|
|
152239
|
+
marketingEmails: boolean;
|
|
152240
|
+
} | undefined;
|
|
151409
152241
|
}, {
|
|
151410
152242
|
email: string;
|
|
151411
152243
|
id: string;
|
|
@@ -151450,11 +152282,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
151450
152282
|
};
|
|
151451
152283
|
createdAt: Date;
|
|
151452
152284
|
isProtected: boolean;
|
|
151453
|
-
emailSettings: {
|
|
151454
|
-
marketingEmails: boolean;
|
|
151455
|
-
};
|
|
151456
152285
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
151457
152286
|
loggedOutAt?: Date | undefined;
|
|
152287
|
+
emailSettings?: {
|
|
152288
|
+
marketingEmails: boolean;
|
|
152289
|
+
} | undefined;
|
|
151458
152290
|
}>>;
|
|
151459
152291
|
}, "strip", z.ZodTypeAny, {
|
|
151460
152292
|
type: "User" | "Agent";
|
|
@@ -151505,11 +152337,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
151505
152337
|
};
|
|
151506
152338
|
createdAt: Date;
|
|
151507
152339
|
isProtected: boolean;
|
|
151508
|
-
emailSettings: {
|
|
151509
|
-
marketingEmails: boolean;
|
|
151510
|
-
};
|
|
151511
152340
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
151512
152341
|
loggedOutAt?: Date | undefined;
|
|
152342
|
+
emailSettings?: {
|
|
152343
|
+
marketingEmails: boolean;
|
|
152344
|
+
} | undefined;
|
|
151513
152345
|
} | undefined;
|
|
151514
152346
|
userId?: string | undefined;
|
|
151515
152347
|
agentId?: string | undefined;
|
|
@@ -151576,11 +152408,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
151576
152408
|
};
|
|
151577
152409
|
createdAt: Date;
|
|
151578
152410
|
isProtected: boolean;
|
|
151579
|
-
emailSettings: {
|
|
151580
|
-
marketingEmails: boolean;
|
|
151581
|
-
};
|
|
151582
152411
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
151583
152412
|
loggedOutAt?: Date | undefined;
|
|
152413
|
+
emailSettings?: {
|
|
152414
|
+
marketingEmails: boolean;
|
|
152415
|
+
} | undefined;
|
|
151584
152416
|
} | undefined;
|
|
151585
152417
|
userId?: string | undefined;
|
|
151586
152418
|
agentId?: string | undefined;
|
|
@@ -151671,11 +152503,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
151671
152503
|
};
|
|
151672
152504
|
createdAt: Date;
|
|
151673
152505
|
isProtected: boolean;
|
|
151674
|
-
emailSettings: {
|
|
151675
|
-
marketingEmails: boolean;
|
|
151676
|
-
};
|
|
151677
152506
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
151678
152507
|
loggedOutAt?: Date | undefined;
|
|
152508
|
+
emailSettings?: {
|
|
152509
|
+
marketingEmails: boolean;
|
|
152510
|
+
} | undefined;
|
|
151679
152511
|
} | undefined;
|
|
151680
152512
|
userId?: string | undefined;
|
|
151681
152513
|
agentId?: string | undefined;
|
|
@@ -151755,11 +152587,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
151755
152587
|
};
|
|
151756
152588
|
createdAt: Date;
|
|
151757
152589
|
isProtected: boolean;
|
|
151758
|
-
emailSettings: {
|
|
151759
|
-
marketingEmails: boolean;
|
|
151760
|
-
};
|
|
151761
152590
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
151762
152591
|
loggedOutAt?: Date | undefined;
|
|
152592
|
+
emailSettings?: {
|
|
152593
|
+
marketingEmails: boolean;
|
|
152594
|
+
} | undefined;
|
|
151763
152595
|
} | undefined;
|
|
151764
152596
|
userId?: string | undefined;
|
|
151765
152597
|
agentId?: string | undefined;
|
|
@@ -152334,13 +153166,13 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
152334
153166
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
152335
153167
|
isProtected: z.ZodBoolean;
|
|
152336
153168
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
152337
|
-
emailSettings: z.ZodObject<{
|
|
153169
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
152338
153170
|
marketingEmails: z.ZodBoolean;
|
|
152339
153171
|
}, "strip", z.ZodTypeAny, {
|
|
152340
153172
|
marketingEmails: boolean;
|
|
152341
153173
|
}, {
|
|
152342
153174
|
marketingEmails: boolean;
|
|
152343
|
-
}
|
|
153175
|
+
}>>;
|
|
152344
153176
|
}, "strip", z.ZodTypeAny, {
|
|
152345
153177
|
email: string;
|
|
152346
153178
|
id: string;
|
|
@@ -152385,11 +153217,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
152385
153217
|
};
|
|
152386
153218
|
createdAt: Date;
|
|
152387
153219
|
isProtected: boolean;
|
|
152388
|
-
emailSettings: {
|
|
152389
|
-
marketingEmails: boolean;
|
|
152390
|
-
};
|
|
152391
153220
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
152392
153221
|
loggedOutAt?: Date | undefined;
|
|
153222
|
+
emailSettings?: {
|
|
153223
|
+
marketingEmails: boolean;
|
|
153224
|
+
} | undefined;
|
|
152393
153225
|
}, {
|
|
152394
153226
|
email: string;
|
|
152395
153227
|
id: string;
|
|
@@ -152434,11 +153266,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
152434
153266
|
};
|
|
152435
153267
|
createdAt: Date;
|
|
152436
153268
|
isProtected: boolean;
|
|
152437
|
-
emailSettings: {
|
|
152438
|
-
marketingEmails: boolean;
|
|
152439
|
-
};
|
|
152440
153269
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
152441
153270
|
loggedOutAt?: Date | undefined;
|
|
153271
|
+
emailSettings?: {
|
|
153272
|
+
marketingEmails: boolean;
|
|
153273
|
+
} | undefined;
|
|
152442
153274
|
}>>;
|
|
152443
153275
|
}, "strip", z.ZodTypeAny, {
|
|
152444
153276
|
type: "User" | "Agent";
|
|
@@ -152489,11 +153321,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
152489
153321
|
};
|
|
152490
153322
|
createdAt: Date;
|
|
152491
153323
|
isProtected: boolean;
|
|
152492
|
-
emailSettings: {
|
|
152493
|
-
marketingEmails: boolean;
|
|
152494
|
-
};
|
|
152495
153324
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
152496
153325
|
loggedOutAt?: Date | undefined;
|
|
153326
|
+
emailSettings?: {
|
|
153327
|
+
marketingEmails: boolean;
|
|
153328
|
+
} | undefined;
|
|
152497
153329
|
} | undefined;
|
|
152498
153330
|
userId?: string | undefined;
|
|
152499
153331
|
agentId?: string | undefined;
|
|
@@ -152560,11 +153392,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
152560
153392
|
};
|
|
152561
153393
|
createdAt: Date;
|
|
152562
153394
|
isProtected: boolean;
|
|
152563
|
-
emailSettings: {
|
|
152564
|
-
marketingEmails: boolean;
|
|
152565
|
-
};
|
|
152566
153395
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
152567
153396
|
loggedOutAt?: Date | undefined;
|
|
153397
|
+
emailSettings?: {
|
|
153398
|
+
marketingEmails: boolean;
|
|
153399
|
+
} | undefined;
|
|
152568
153400
|
} | undefined;
|
|
152569
153401
|
userId?: string | undefined;
|
|
152570
153402
|
agentId?: string | undefined;
|
|
@@ -152872,13 +153704,13 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
152872
153704
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
152873
153705
|
isProtected: z.ZodBoolean;
|
|
152874
153706
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
152875
|
-
emailSettings: z.ZodObject<{
|
|
153707
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
152876
153708
|
marketingEmails: z.ZodBoolean;
|
|
152877
153709
|
}, "strip", z.ZodTypeAny, {
|
|
152878
153710
|
marketingEmails: boolean;
|
|
152879
153711
|
}, {
|
|
152880
153712
|
marketingEmails: boolean;
|
|
152881
|
-
}
|
|
153713
|
+
}>>;
|
|
152882
153714
|
}, "strip", z.ZodTypeAny, {
|
|
152883
153715
|
email: string;
|
|
152884
153716
|
id: string;
|
|
@@ -152923,11 +153755,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
152923
153755
|
};
|
|
152924
153756
|
createdAt: Date;
|
|
152925
153757
|
isProtected: boolean;
|
|
152926
|
-
emailSettings: {
|
|
152927
|
-
marketingEmails: boolean;
|
|
152928
|
-
};
|
|
152929
153758
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
152930
153759
|
loggedOutAt?: Date | undefined;
|
|
153760
|
+
emailSettings?: {
|
|
153761
|
+
marketingEmails: boolean;
|
|
153762
|
+
} | undefined;
|
|
152931
153763
|
}, {
|
|
152932
153764
|
email: string;
|
|
152933
153765
|
id: string;
|
|
@@ -152972,11 +153804,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
152972
153804
|
};
|
|
152973
153805
|
createdAt: Date;
|
|
152974
153806
|
isProtected: boolean;
|
|
152975
|
-
emailSettings: {
|
|
152976
|
-
marketingEmails: boolean;
|
|
152977
|
-
};
|
|
152978
153807
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
152979
153808
|
loggedOutAt?: Date | undefined;
|
|
153809
|
+
emailSettings?: {
|
|
153810
|
+
marketingEmails: boolean;
|
|
153811
|
+
} | undefined;
|
|
152980
153812
|
}>>;
|
|
152981
153813
|
}, "user" | "agent"> & {
|
|
152982
153814
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -153891,13 +154723,13 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
153891
154723
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
153892
154724
|
isProtected: z.ZodBoolean;
|
|
153893
154725
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
153894
|
-
emailSettings: z.ZodObject<{
|
|
154726
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
153895
154727
|
marketingEmails: z.ZodBoolean;
|
|
153896
154728
|
}, "strip", z.ZodTypeAny, {
|
|
153897
154729
|
marketingEmails: boolean;
|
|
153898
154730
|
}, {
|
|
153899
154731
|
marketingEmails: boolean;
|
|
153900
|
-
}
|
|
154732
|
+
}>>;
|
|
153901
154733
|
}, "strip", z.ZodTypeAny, {
|
|
153902
154734
|
email: string;
|
|
153903
154735
|
id: string;
|
|
@@ -153942,11 +154774,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
153942
154774
|
};
|
|
153943
154775
|
createdAt: Date;
|
|
153944
154776
|
isProtected: boolean;
|
|
153945
|
-
emailSettings: {
|
|
153946
|
-
marketingEmails: boolean;
|
|
153947
|
-
};
|
|
153948
154777
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
153949
154778
|
loggedOutAt?: Date | undefined;
|
|
154779
|
+
emailSettings?: {
|
|
154780
|
+
marketingEmails: boolean;
|
|
154781
|
+
} | undefined;
|
|
153950
154782
|
}, {
|
|
153951
154783
|
email: string;
|
|
153952
154784
|
id: string;
|
|
@@ -153991,11 +154823,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
153991
154823
|
};
|
|
153992
154824
|
createdAt: Date;
|
|
153993
154825
|
isProtected: boolean;
|
|
153994
|
-
emailSettings: {
|
|
153995
|
-
marketingEmails: boolean;
|
|
153996
|
-
};
|
|
153997
154826
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
153998
154827
|
loggedOutAt?: Date | undefined;
|
|
154828
|
+
emailSettings?: {
|
|
154829
|
+
marketingEmails: boolean;
|
|
154830
|
+
} | undefined;
|
|
153999
154831
|
}>>;
|
|
154000
154832
|
}, "strip", z.ZodTypeAny, {
|
|
154001
154833
|
type: "User" | "Agent";
|
|
@@ -154046,11 +154878,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
154046
154878
|
};
|
|
154047
154879
|
createdAt: Date;
|
|
154048
154880
|
isProtected: boolean;
|
|
154049
|
-
emailSettings: {
|
|
154050
|
-
marketingEmails: boolean;
|
|
154051
|
-
};
|
|
154052
154881
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
154053
154882
|
loggedOutAt?: Date | undefined;
|
|
154883
|
+
emailSettings?: {
|
|
154884
|
+
marketingEmails: boolean;
|
|
154885
|
+
} | undefined;
|
|
154054
154886
|
} | undefined;
|
|
154055
154887
|
userId?: string | undefined;
|
|
154056
154888
|
agentId?: string | undefined;
|
|
@@ -154117,11 +154949,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
154117
154949
|
};
|
|
154118
154950
|
createdAt: Date;
|
|
154119
154951
|
isProtected: boolean;
|
|
154120
|
-
emailSettings: {
|
|
154121
|
-
marketingEmails: boolean;
|
|
154122
|
-
};
|
|
154123
154952
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
154124
154953
|
loggedOutAt?: Date | undefined;
|
|
154954
|
+
emailSettings?: {
|
|
154955
|
+
marketingEmails: boolean;
|
|
154956
|
+
} | undefined;
|
|
154125
154957
|
} | undefined;
|
|
154126
154958
|
userId?: string | undefined;
|
|
154127
154959
|
agentId?: string | undefined;
|
|
@@ -154212,11 +155044,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
154212
155044
|
};
|
|
154213
155045
|
createdAt: Date;
|
|
154214
155046
|
isProtected: boolean;
|
|
154215
|
-
emailSettings: {
|
|
154216
|
-
marketingEmails: boolean;
|
|
154217
|
-
};
|
|
154218
155047
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
154219
155048
|
loggedOutAt?: Date | undefined;
|
|
155049
|
+
emailSettings?: {
|
|
155050
|
+
marketingEmails: boolean;
|
|
155051
|
+
} | undefined;
|
|
154220
155052
|
} | undefined;
|
|
154221
155053
|
userId?: string | undefined;
|
|
154222
155054
|
agentId?: string | undefined;
|
|
@@ -154296,11 +155128,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
154296
155128
|
};
|
|
154297
155129
|
createdAt: Date;
|
|
154298
155130
|
isProtected: boolean;
|
|
154299
|
-
emailSettings: {
|
|
154300
|
-
marketingEmails: boolean;
|
|
154301
|
-
};
|
|
154302
155131
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
154303
155132
|
loggedOutAt?: Date | undefined;
|
|
155133
|
+
emailSettings?: {
|
|
155134
|
+
marketingEmails: boolean;
|
|
155135
|
+
} | undefined;
|
|
154304
155136
|
} | undefined;
|
|
154305
155137
|
userId?: string | undefined;
|
|
154306
155138
|
agentId?: string | undefined;
|
|
@@ -154875,13 +155707,13 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
154875
155707
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
154876
155708
|
isProtected: z.ZodBoolean;
|
|
154877
155709
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
154878
|
-
emailSettings: z.ZodObject<{
|
|
155710
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
154879
155711
|
marketingEmails: z.ZodBoolean;
|
|
154880
155712
|
}, "strip", z.ZodTypeAny, {
|
|
154881
155713
|
marketingEmails: boolean;
|
|
154882
155714
|
}, {
|
|
154883
155715
|
marketingEmails: boolean;
|
|
154884
|
-
}
|
|
155716
|
+
}>>;
|
|
154885
155717
|
}, "strip", z.ZodTypeAny, {
|
|
154886
155718
|
email: string;
|
|
154887
155719
|
id: string;
|
|
@@ -154926,11 +155758,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
154926
155758
|
};
|
|
154927
155759
|
createdAt: Date;
|
|
154928
155760
|
isProtected: boolean;
|
|
154929
|
-
emailSettings: {
|
|
154930
|
-
marketingEmails: boolean;
|
|
154931
|
-
};
|
|
154932
155761
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
154933
155762
|
loggedOutAt?: Date | undefined;
|
|
155763
|
+
emailSettings?: {
|
|
155764
|
+
marketingEmails: boolean;
|
|
155765
|
+
} | undefined;
|
|
154934
155766
|
}, {
|
|
154935
155767
|
email: string;
|
|
154936
155768
|
id: string;
|
|
@@ -154975,11 +155807,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
154975
155807
|
};
|
|
154976
155808
|
createdAt: Date;
|
|
154977
155809
|
isProtected: boolean;
|
|
154978
|
-
emailSettings: {
|
|
154979
|
-
marketingEmails: boolean;
|
|
154980
|
-
};
|
|
154981
155810
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
154982
155811
|
loggedOutAt?: Date | undefined;
|
|
155812
|
+
emailSettings?: {
|
|
155813
|
+
marketingEmails: boolean;
|
|
155814
|
+
} | undefined;
|
|
154983
155815
|
}>>;
|
|
154984
155816
|
}, "strip", z.ZodTypeAny, {
|
|
154985
155817
|
type: "User" | "Agent";
|
|
@@ -155030,11 +155862,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
155030
155862
|
};
|
|
155031
155863
|
createdAt: Date;
|
|
155032
155864
|
isProtected: boolean;
|
|
155033
|
-
emailSettings: {
|
|
155034
|
-
marketingEmails: boolean;
|
|
155035
|
-
};
|
|
155036
155865
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
155037
155866
|
loggedOutAt?: Date | undefined;
|
|
155867
|
+
emailSettings?: {
|
|
155868
|
+
marketingEmails: boolean;
|
|
155869
|
+
} | undefined;
|
|
155038
155870
|
} | undefined;
|
|
155039
155871
|
userId?: string | undefined;
|
|
155040
155872
|
agentId?: string | undefined;
|
|
@@ -155101,11 +155933,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
155101
155933
|
};
|
|
155102
155934
|
createdAt: Date;
|
|
155103
155935
|
isProtected: boolean;
|
|
155104
|
-
emailSettings: {
|
|
155105
|
-
marketingEmails: boolean;
|
|
155106
|
-
};
|
|
155107
155936
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
155108
155937
|
loggedOutAt?: Date | undefined;
|
|
155938
|
+
emailSettings?: {
|
|
155939
|
+
marketingEmails: boolean;
|
|
155940
|
+
} | undefined;
|
|
155109
155941
|
} | undefined;
|
|
155110
155942
|
userId?: string | undefined;
|
|
155111
155943
|
agentId?: string | undefined;
|
|
@@ -155413,13 +156245,13 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
155413
156245
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
155414
156246
|
isProtected: z.ZodBoolean;
|
|
155415
156247
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
155416
|
-
emailSettings: z.ZodObject<{
|
|
156248
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
155417
156249
|
marketingEmails: z.ZodBoolean;
|
|
155418
156250
|
}, "strip", z.ZodTypeAny, {
|
|
155419
156251
|
marketingEmails: boolean;
|
|
155420
156252
|
}, {
|
|
155421
156253
|
marketingEmails: boolean;
|
|
155422
|
-
}
|
|
156254
|
+
}>>;
|
|
155423
156255
|
}, "strip", z.ZodTypeAny, {
|
|
155424
156256
|
email: string;
|
|
155425
156257
|
id: string;
|
|
@@ -155464,11 +156296,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
155464
156296
|
};
|
|
155465
156297
|
createdAt: Date;
|
|
155466
156298
|
isProtected: boolean;
|
|
155467
|
-
emailSettings: {
|
|
155468
|
-
marketingEmails: boolean;
|
|
155469
|
-
};
|
|
155470
156299
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
155471
156300
|
loggedOutAt?: Date | undefined;
|
|
156301
|
+
emailSettings?: {
|
|
156302
|
+
marketingEmails: boolean;
|
|
156303
|
+
} | undefined;
|
|
155472
156304
|
}, {
|
|
155473
156305
|
email: string;
|
|
155474
156306
|
id: string;
|
|
@@ -155513,11 +156345,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
155513
156345
|
};
|
|
155514
156346
|
createdAt: Date;
|
|
155515
156347
|
isProtected: boolean;
|
|
155516
|
-
emailSettings: {
|
|
155517
|
-
marketingEmails: boolean;
|
|
155518
|
-
};
|
|
155519
156348
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
155520
156349
|
loggedOutAt?: Date | undefined;
|
|
156350
|
+
emailSettings?: {
|
|
156351
|
+
marketingEmails: boolean;
|
|
156352
|
+
} | undefined;
|
|
155521
156353
|
}>>;
|
|
155522
156354
|
}, "user" | "agent"> & {
|
|
155523
156355
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -230383,13 +231215,13 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
230383
231215
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
230384
231216
|
isProtected: z.ZodBoolean;
|
|
230385
231217
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
230386
|
-
emailSettings: z.ZodObject<{
|
|
231218
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
230387
231219
|
marketingEmails: z.ZodBoolean;
|
|
230388
231220
|
}, "strip", z.ZodTypeAny, {
|
|
230389
231221
|
marketingEmails: boolean;
|
|
230390
231222
|
}, {
|
|
230391
231223
|
marketingEmails: boolean;
|
|
230392
|
-
}
|
|
231224
|
+
}>>;
|
|
230393
231225
|
}, "strip", z.ZodTypeAny, {
|
|
230394
231226
|
email: string;
|
|
230395
231227
|
id: string;
|
|
@@ -230434,11 +231266,11 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
230434
231266
|
};
|
|
230435
231267
|
createdAt: Date;
|
|
230436
231268
|
isProtected: boolean;
|
|
230437
|
-
emailSettings: {
|
|
230438
|
-
marketingEmails: boolean;
|
|
230439
|
-
};
|
|
230440
231269
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
230441
231270
|
loggedOutAt?: Date | undefined;
|
|
231271
|
+
emailSettings?: {
|
|
231272
|
+
marketingEmails: boolean;
|
|
231273
|
+
} | undefined;
|
|
230442
231274
|
}, {
|
|
230443
231275
|
email: string;
|
|
230444
231276
|
id: string;
|
|
@@ -230483,11 +231315,11 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
230483
231315
|
};
|
|
230484
231316
|
createdAt: Date;
|
|
230485
231317
|
isProtected: boolean;
|
|
230486
|
-
emailSettings: {
|
|
230487
|
-
marketingEmails: boolean;
|
|
230488
|
-
};
|
|
230489
231318
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
230490
231319
|
loggedOutAt?: Date | undefined;
|
|
231320
|
+
emailSettings?: {
|
|
231321
|
+
marketingEmails: boolean;
|
|
231322
|
+
} | undefined;
|
|
230491
231323
|
}>;
|
|
230492
231324
|
role: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
230493
231325
|
effectiveRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
@@ -230538,11 +231370,11 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
230538
231370
|
};
|
|
230539
231371
|
createdAt: Date;
|
|
230540
231372
|
isProtected: boolean;
|
|
230541
|
-
emailSettings: {
|
|
230542
|
-
marketingEmails: boolean;
|
|
230543
|
-
};
|
|
230544
231373
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
230545
231374
|
loggedOutAt?: Date | undefined;
|
|
231375
|
+
emailSettings?: {
|
|
231376
|
+
marketingEmails: boolean;
|
|
231377
|
+
} | undefined;
|
|
230546
231378
|
};
|
|
230547
231379
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
230548
231380
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
@@ -230593,11 +231425,11 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
230593
231425
|
};
|
|
230594
231426
|
createdAt: Date;
|
|
230595
231427
|
isProtected: boolean;
|
|
230596
|
-
emailSettings: {
|
|
230597
|
-
marketingEmails: boolean;
|
|
230598
|
-
};
|
|
230599
231428
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
230600
231429
|
loggedOutAt?: Date | undefined;
|
|
231430
|
+
emailSettings?: {
|
|
231431
|
+
marketingEmails: boolean;
|
|
231432
|
+
} | undefined;
|
|
230601
231433
|
};
|
|
230602
231434
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
230603
231435
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
@@ -231576,13 +232408,13 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
231576
232408
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
231577
232409
|
isProtected: z.ZodBoolean;
|
|
231578
232410
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
231579
|
-
emailSettings: z.ZodObject<{
|
|
232411
|
+
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
231580
232412
|
marketingEmails: z.ZodBoolean;
|
|
231581
232413
|
}, "strip", z.ZodTypeAny, {
|
|
231582
232414
|
marketingEmails: boolean;
|
|
231583
232415
|
}, {
|
|
231584
232416
|
marketingEmails: boolean;
|
|
231585
|
-
}
|
|
232417
|
+
}>>;
|
|
231586
232418
|
}, "strip", z.ZodTypeAny, {
|
|
231587
232419
|
email: string;
|
|
231588
232420
|
id: string;
|
|
@@ -231627,11 +232459,11 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
231627
232459
|
};
|
|
231628
232460
|
createdAt: Date;
|
|
231629
232461
|
isProtected: boolean;
|
|
231630
|
-
emailSettings: {
|
|
231631
|
-
marketingEmails: boolean;
|
|
231632
|
-
};
|
|
231633
232462
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
231634
232463
|
loggedOutAt?: Date | undefined;
|
|
232464
|
+
emailSettings?: {
|
|
232465
|
+
marketingEmails: boolean;
|
|
232466
|
+
} | undefined;
|
|
231635
232467
|
}, {
|
|
231636
232468
|
email: string;
|
|
231637
232469
|
id: string;
|
|
@@ -231676,11 +232508,11 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
231676
232508
|
};
|
|
231677
232509
|
createdAt: Date;
|
|
231678
232510
|
isProtected: boolean;
|
|
231679
|
-
emailSettings: {
|
|
231680
|
-
marketingEmails: boolean;
|
|
231681
|
-
};
|
|
231682
232511
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
231683
232512
|
loggedOutAt?: Date | undefined;
|
|
232513
|
+
emailSettings?: {
|
|
232514
|
+
marketingEmails: boolean;
|
|
232515
|
+
} | undefined;
|
|
231684
232516
|
}>;
|
|
231685
232517
|
role: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
231686
232518
|
effectiveRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
|
|
@@ -231731,11 +232563,11 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
231731
232563
|
};
|
|
231732
232564
|
createdAt: Date;
|
|
231733
232565
|
isProtected: boolean;
|
|
231734
|
-
emailSettings: {
|
|
231735
|
-
marketingEmails: boolean;
|
|
231736
|
-
};
|
|
231737
232566
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
231738
232567
|
loggedOutAt?: Date | undefined;
|
|
232568
|
+
emailSettings?: {
|
|
232569
|
+
marketingEmails: boolean;
|
|
232570
|
+
} | undefined;
|
|
231739
232571
|
};
|
|
231740
232572
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
231741
232573
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
@@ -231786,11 +232618,11 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
231786
232618
|
};
|
|
231787
232619
|
createdAt: Date;
|
|
231788
232620
|
isProtected: boolean;
|
|
231789
|
-
emailSettings: {
|
|
231790
|
-
marketingEmails: boolean;
|
|
231791
|
-
};
|
|
231792
232621
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
231793
232622
|
loggedOutAt?: Date | undefined;
|
|
232623
|
+
emailSettings?: {
|
|
232624
|
+
marketingEmails: boolean;
|
|
232625
|
+
} | undefined;
|
|
231794
232626
|
};
|
|
231795
232627
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
231796
232628
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
@@ -231843,11 +232675,11 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
231843
232675
|
};
|
|
231844
232676
|
createdAt: Date;
|
|
231845
232677
|
isProtected: boolean;
|
|
231846
|
-
emailSettings: {
|
|
231847
|
-
marketingEmails: boolean;
|
|
231848
|
-
};
|
|
231849
232678
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
231850
232679
|
loggedOutAt?: Date | undefined;
|
|
232680
|
+
emailSettings?: {
|
|
232681
|
+
marketingEmails: boolean;
|
|
232682
|
+
} | undefined;
|
|
231851
232683
|
};
|
|
231852
232684
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
231853
232685
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
@@ -231900,11 +232732,11 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
231900
232732
|
};
|
|
231901
232733
|
createdAt: Date;
|
|
231902
232734
|
isProtected: boolean;
|
|
231903
|
-
emailSettings: {
|
|
231904
|
-
marketingEmails: boolean;
|
|
231905
|
-
};
|
|
231906
232735
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
231907
232736
|
loggedOutAt?: Date | undefined;
|
|
232737
|
+
emailSettings?: {
|
|
232738
|
+
marketingEmails: boolean;
|
|
232739
|
+
} | undefined;
|
|
231908
232740
|
};
|
|
231909
232741
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
231910
232742
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
@@ -247723,6 +248555,18 @@ declare class ForgeProjectFeaturesEndpoint {
|
|
|
247723
248555
|
numberOfBookmarkedIterations: number;
|
|
247724
248556
|
updatedAt?: Date | undefined;
|
|
247725
248557
|
threadId?: string | undefined;
|
|
248558
|
+
thumbnail?: {
|
|
248559
|
+
id: string;
|
|
248560
|
+
url: string;
|
|
248561
|
+
name?: string | undefined;
|
|
248562
|
+
source?: {
|
|
248563
|
+
type: "UserUpload";
|
|
248564
|
+
userId: string;
|
|
248565
|
+
} | {
|
|
248566
|
+
type: "Figma";
|
|
248567
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
248568
|
+
} | undefined;
|
|
248569
|
+
} | undefined;
|
|
247726
248570
|
sectionId?: string | undefined;
|
|
247727
248571
|
isArchived?: boolean | undefined;
|
|
247728
248572
|
e2bTemplateId?: string | null | undefined;
|
|
@@ -247744,6 +248588,18 @@ declare class ForgeProjectFeaturesEndpoint {
|
|
|
247744
248588
|
numberOfBookmarkedIterations: number;
|
|
247745
248589
|
updatedAt?: Date | undefined;
|
|
247746
248590
|
threadId?: string | undefined;
|
|
248591
|
+
thumbnail?: {
|
|
248592
|
+
id: string;
|
|
248593
|
+
url: string;
|
|
248594
|
+
name?: string | undefined;
|
|
248595
|
+
source?: {
|
|
248596
|
+
type: "UserUpload";
|
|
248597
|
+
userId: string;
|
|
248598
|
+
} | {
|
|
248599
|
+
type: "Figma";
|
|
248600
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
248601
|
+
} | undefined;
|
|
248602
|
+
} | undefined;
|
|
247747
248603
|
sectionId?: string | undefined;
|
|
247748
248604
|
isArchived?: boolean | undefined;
|
|
247749
248605
|
e2bTemplateId?: string | null | undefined;
|
|
@@ -253795,11 +254651,11 @@ declare class WorkspaceMembersEndpoint {
|
|
|
253795
254651
|
};
|
|
253796
254652
|
createdAt: Date;
|
|
253797
254653
|
isProtected: boolean;
|
|
253798
|
-
emailSettings: {
|
|
253799
|
-
marketingEmails: boolean;
|
|
253800
|
-
};
|
|
253801
254654
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
253802
254655
|
loggedOutAt?: Date | undefined;
|
|
254656
|
+
emailSettings?: {
|
|
254657
|
+
marketingEmails: boolean;
|
|
254658
|
+
} | undefined;
|
|
253803
254659
|
};
|
|
253804
254660
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
253805
254661
|
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
@@ -254615,9 +255471,9 @@ declare class FilesEndpoint {
|
|
|
254615
255471
|
id: string;
|
|
254616
255472
|
name: string;
|
|
254617
255473
|
url: string;
|
|
255474
|
+
storagePath: string;
|
|
254618
255475
|
size: number;
|
|
254619
255476
|
deduplicationKey: string;
|
|
254620
|
-
storagePath: string;
|
|
254621
255477
|
source?: {
|
|
254622
255478
|
type: "UserUpload";
|
|
254623
255479
|
userId: string;
|
|
@@ -254637,9 +255493,9 @@ declare class FilesEndpoint {
|
|
|
254637
255493
|
id: string;
|
|
254638
255494
|
name: string;
|
|
254639
255495
|
url: string;
|
|
255496
|
+
storagePath: string;
|
|
254640
255497
|
size: number;
|
|
254641
255498
|
deduplicationKey: string;
|
|
254642
|
-
storagePath: string;
|
|
254643
255499
|
source?: {
|
|
254644
255500
|
type: "UserUpload";
|
|
254645
255501
|
userId: string;
|
|
@@ -257572,6 +258428,18 @@ declare function applyProjectActionsLocally(input: Input): {
|
|
|
257572
258428
|
projectId: string;
|
|
257573
258429
|
threadId?: string | undefined;
|
|
257574
258430
|
previewUrl?: string | null | undefined;
|
|
258431
|
+
thumbnail?: {
|
|
258432
|
+
id: string;
|
|
258433
|
+
url: string;
|
|
258434
|
+
name?: string | undefined;
|
|
258435
|
+
source?: {
|
|
258436
|
+
type: "UserUpload";
|
|
258437
|
+
userId: string;
|
|
258438
|
+
} | {
|
|
258439
|
+
type: "Figma";
|
|
258440
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
258441
|
+
} | undefined;
|
|
258442
|
+
} | undefined;
|
|
257575
258443
|
iterationId?: string | null | undefined;
|
|
257576
258444
|
sectionId?: string | undefined;
|
|
257577
258445
|
}[];
|
|
@@ -257588,6 +258456,18 @@ declare function applyProjectActionsLocally(input: Input): {
|
|
|
257588
258456
|
numberOfBookmarkedIterations: number;
|
|
257589
258457
|
updatedAt?: Date | undefined;
|
|
257590
258458
|
threadId?: string | undefined;
|
|
258459
|
+
thumbnail?: {
|
|
258460
|
+
id: string;
|
|
258461
|
+
url: string;
|
|
258462
|
+
name?: string | undefined;
|
|
258463
|
+
source?: {
|
|
258464
|
+
type: "UserUpload";
|
|
258465
|
+
userId: string;
|
|
258466
|
+
} | {
|
|
258467
|
+
type: "Figma";
|
|
258468
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
258469
|
+
} | undefined;
|
|
258470
|
+
} | undefined;
|
|
257591
258471
|
sectionId?: string | undefined;
|
|
257592
258472
|
isArchived?: boolean | undefined;
|
|
257593
258473
|
e2bTemplateId?: string | null | undefined;
|
|
@@ -257643,6 +258523,18 @@ declare class LocalProjectActionExecutor {
|
|
|
257643
258523
|
projectId: string;
|
|
257644
258524
|
threadId?: string | undefined;
|
|
257645
258525
|
previewUrl?: string | null | undefined;
|
|
258526
|
+
thumbnail?: {
|
|
258527
|
+
id: string;
|
|
258528
|
+
url: string;
|
|
258529
|
+
name?: string | undefined;
|
|
258530
|
+
source?: {
|
|
258531
|
+
type: "UserUpload";
|
|
258532
|
+
userId: string;
|
|
258533
|
+
} | {
|
|
258534
|
+
type: "Figma";
|
|
258535
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
258536
|
+
} | undefined;
|
|
258537
|
+
} | undefined;
|
|
257646
258538
|
iterationId?: string | null | undefined;
|
|
257647
258539
|
sectionId?: string | undefined;
|
|
257648
258540
|
}[];
|
|
@@ -257659,6 +258551,18 @@ declare class LocalProjectActionExecutor {
|
|
|
257659
258551
|
numberOfBookmarkedIterations: number;
|
|
257660
258552
|
updatedAt?: Date | undefined;
|
|
257661
258553
|
threadId?: string | undefined;
|
|
258554
|
+
thumbnail?: {
|
|
258555
|
+
id: string;
|
|
258556
|
+
url: string;
|
|
258557
|
+
name?: string | undefined;
|
|
258558
|
+
source?: {
|
|
258559
|
+
type: "UserUpload";
|
|
258560
|
+
userId: string;
|
|
258561
|
+
} | {
|
|
258562
|
+
type: "Figma";
|
|
258563
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
258564
|
+
} | undefined;
|
|
258565
|
+
} | undefined;
|
|
257662
258566
|
sectionId?: string | undefined;
|
|
257663
258567
|
isArchived?: boolean | undefined;
|
|
257664
258568
|
e2bTemplateId?: string | null | undefined;
|