@supernova-studio/client 1.54.0 → 1.55.0
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 +181 -181
- package/dist/index.d.ts +181 -181
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -129366,7 +129366,7 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
|
129366
129366
|
}>;
|
|
129367
129367
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
129368
129368
|
isProtected: z.ZodBoolean;
|
|
129369
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
129369
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
129370
129370
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
129371
129371
|
marketingEmails: z.ZodBoolean;
|
|
129372
129372
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -129418,7 +129418,7 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
|
129418
129418
|
};
|
|
129419
129419
|
createdAt: Date;
|
|
129420
129420
|
isProtected: boolean;
|
|
129421
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
129421
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
129422
129422
|
loggedOutAt?: Date | undefined;
|
|
129423
129423
|
emailSettings?: {
|
|
129424
129424
|
marketingEmails: boolean;
|
|
@@ -129467,7 +129467,7 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
|
129467
129467
|
};
|
|
129468
129468
|
createdAt: Date;
|
|
129469
129469
|
isProtected: boolean;
|
|
129470
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
129470
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
129471
129471
|
loggedOutAt?: Date | undefined;
|
|
129472
129472
|
emailSettings?: {
|
|
129473
129473
|
marketingEmails: boolean;
|
|
@@ -129522,7 +129522,7 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
|
129522
129522
|
};
|
|
129523
129523
|
createdAt: Date;
|
|
129524
129524
|
isProtected: boolean;
|
|
129525
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
129525
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
129526
129526
|
loggedOutAt?: Date | undefined;
|
|
129527
129527
|
emailSettings?: {
|
|
129528
129528
|
marketingEmails: boolean;
|
|
@@ -129593,7 +129593,7 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
|
129593
129593
|
};
|
|
129594
129594
|
createdAt: Date;
|
|
129595
129595
|
isProtected: boolean;
|
|
129596
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
129596
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
129597
129597
|
loggedOutAt?: Date | undefined;
|
|
129598
129598
|
emailSettings?: {
|
|
129599
129599
|
marketingEmails: boolean;
|
|
@@ -129904,7 +129904,7 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
|
129904
129904
|
}>;
|
|
129905
129905
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
129906
129906
|
isProtected: z.ZodBoolean;
|
|
129907
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
129907
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
129908
129908
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
129909
129909
|
marketingEmails: z.ZodBoolean;
|
|
129910
129910
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -129956,7 +129956,7 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
|
129956
129956
|
};
|
|
129957
129957
|
createdAt: Date;
|
|
129958
129958
|
isProtected: boolean;
|
|
129959
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
129959
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
129960
129960
|
loggedOutAt?: Date | undefined;
|
|
129961
129961
|
emailSettings?: {
|
|
129962
129962
|
marketingEmails: boolean;
|
|
@@ -130005,7 +130005,7 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
|
130005
130005
|
};
|
|
130006
130006
|
createdAt: Date;
|
|
130007
130007
|
isProtected: boolean;
|
|
130008
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
130008
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
130009
130009
|
loggedOutAt?: Date | undefined;
|
|
130010
130010
|
emailSettings?: {
|
|
130011
130011
|
marketingEmails: boolean;
|
|
@@ -130520,7 +130520,7 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
|
|
|
130520
130520
|
}>;
|
|
130521
130521
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
130522
130522
|
isProtected: z.ZodBoolean;
|
|
130523
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
130523
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
130524
130524
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
130525
130525
|
marketingEmails: z.ZodBoolean;
|
|
130526
130526
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -130572,7 +130572,7 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
|
|
|
130572
130572
|
};
|
|
130573
130573
|
createdAt: Date;
|
|
130574
130574
|
isProtected: boolean;
|
|
130575
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
130575
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
130576
130576
|
loggedOutAt?: Date | undefined;
|
|
130577
130577
|
emailSettings?: {
|
|
130578
130578
|
marketingEmails: boolean;
|
|
@@ -130621,7 +130621,7 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
|
|
|
130621
130621
|
};
|
|
130622
130622
|
createdAt: Date;
|
|
130623
130623
|
isProtected: boolean;
|
|
130624
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
130624
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
130625
130625
|
loggedOutAt?: Date | undefined;
|
|
130626
130626
|
emailSettings?: {
|
|
130627
130627
|
marketingEmails: boolean;
|
|
@@ -130676,7 +130676,7 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
|
|
|
130676
130676
|
};
|
|
130677
130677
|
createdAt: Date;
|
|
130678
130678
|
isProtected: boolean;
|
|
130679
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
130679
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
130680
130680
|
loggedOutAt?: Date | undefined;
|
|
130681
130681
|
emailSettings?: {
|
|
130682
130682
|
marketingEmails: boolean;
|
|
@@ -130747,7 +130747,7 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
|
|
|
130747
130747
|
};
|
|
130748
130748
|
createdAt: Date;
|
|
130749
130749
|
isProtected: boolean;
|
|
130750
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
130750
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
130751
130751
|
loggedOutAt?: Date | undefined;
|
|
130752
130752
|
emailSettings?: {
|
|
130753
130753
|
marketingEmails: boolean;
|
|
@@ -131058,7 +131058,7 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
|
|
|
131058
131058
|
}>;
|
|
131059
131059
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
131060
131060
|
isProtected: z.ZodBoolean;
|
|
131061
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
131061
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
131062
131062
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
131063
131063
|
marketingEmails: z.ZodBoolean;
|
|
131064
131064
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -131110,7 +131110,7 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
|
|
|
131110
131110
|
};
|
|
131111
131111
|
createdAt: Date;
|
|
131112
131112
|
isProtected: boolean;
|
|
131113
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
131113
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
131114
131114
|
loggedOutAt?: Date | undefined;
|
|
131115
131115
|
emailSettings?: {
|
|
131116
131116
|
marketingEmails: boolean;
|
|
@@ -131159,7 +131159,7 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
|
|
|
131159
131159
|
};
|
|
131160
131160
|
createdAt: Date;
|
|
131161
131161
|
isProtected: boolean;
|
|
131162
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
131162
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
131163
131163
|
loggedOutAt?: Date | undefined;
|
|
131164
131164
|
emailSettings?: {
|
|
131165
131165
|
marketingEmails: boolean;
|
|
@@ -131765,7 +131765,7 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
|
|
|
131765
131765
|
}>;
|
|
131766
131766
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
131767
131767
|
isProtected: z.ZodBoolean;
|
|
131768
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
131768
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
131769
131769
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
131770
131770
|
marketingEmails: z.ZodBoolean;
|
|
131771
131771
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -131817,7 +131817,7 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
|
|
|
131817
131817
|
};
|
|
131818
131818
|
createdAt: Date;
|
|
131819
131819
|
isProtected: boolean;
|
|
131820
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
131820
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
131821
131821
|
loggedOutAt?: Date | undefined;
|
|
131822
131822
|
emailSettings?: {
|
|
131823
131823
|
marketingEmails: boolean;
|
|
@@ -131866,7 +131866,7 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
|
|
|
131866
131866
|
};
|
|
131867
131867
|
createdAt: Date;
|
|
131868
131868
|
isProtected: boolean;
|
|
131869
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
131869
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
131870
131870
|
loggedOutAt?: Date | undefined;
|
|
131871
131871
|
emailSettings?: {
|
|
131872
131872
|
marketingEmails: boolean;
|
|
@@ -131921,7 +131921,7 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
|
|
|
131921
131921
|
};
|
|
131922
131922
|
createdAt: Date;
|
|
131923
131923
|
isProtected: boolean;
|
|
131924
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
131924
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
131925
131925
|
loggedOutAt?: Date | undefined;
|
|
131926
131926
|
emailSettings?: {
|
|
131927
131927
|
marketingEmails: boolean;
|
|
@@ -131992,7 +131992,7 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
|
|
|
131992
131992
|
};
|
|
131993
131993
|
createdAt: Date;
|
|
131994
131994
|
isProtected: boolean;
|
|
131995
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
131995
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
131996
131996
|
loggedOutAt?: Date | undefined;
|
|
131997
131997
|
emailSettings?: {
|
|
131998
131998
|
marketingEmails: boolean;
|
|
@@ -132303,7 +132303,7 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
|
|
|
132303
132303
|
}>;
|
|
132304
132304
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
132305
132305
|
isProtected: z.ZodBoolean;
|
|
132306
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
132306
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
132307
132307
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
132308
132308
|
marketingEmails: z.ZodBoolean;
|
|
132309
132309
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -132355,7 +132355,7 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
|
|
|
132355
132355
|
};
|
|
132356
132356
|
createdAt: Date;
|
|
132357
132357
|
isProtected: boolean;
|
|
132358
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
132358
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
132359
132359
|
loggedOutAt?: Date | undefined;
|
|
132360
132360
|
emailSettings?: {
|
|
132361
132361
|
marketingEmails: boolean;
|
|
@@ -132404,7 +132404,7 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
|
|
|
132404
132404
|
};
|
|
132405
132405
|
createdAt: Date;
|
|
132406
132406
|
isProtected: boolean;
|
|
132407
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
132407
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
132408
132408
|
loggedOutAt?: Date | undefined;
|
|
132409
132409
|
emailSettings?: {
|
|
132410
132410
|
marketingEmails: boolean;
|
|
@@ -133009,7 +133009,7 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
|
|
|
133009
133009
|
}>;
|
|
133010
133010
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
133011
133011
|
isProtected: z.ZodBoolean;
|
|
133012
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
133012
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
133013
133013
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
133014
133014
|
marketingEmails: z.ZodBoolean;
|
|
133015
133015
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -133061,7 +133061,7 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
|
|
|
133061
133061
|
};
|
|
133062
133062
|
createdAt: Date;
|
|
133063
133063
|
isProtected: boolean;
|
|
133064
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
133064
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
133065
133065
|
loggedOutAt?: Date | undefined;
|
|
133066
133066
|
emailSettings?: {
|
|
133067
133067
|
marketingEmails: boolean;
|
|
@@ -133110,7 +133110,7 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
|
|
|
133110
133110
|
};
|
|
133111
133111
|
createdAt: Date;
|
|
133112
133112
|
isProtected: boolean;
|
|
133113
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
133113
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
133114
133114
|
loggedOutAt?: Date | undefined;
|
|
133115
133115
|
emailSettings?: {
|
|
133116
133116
|
marketingEmails: boolean;
|
|
@@ -133165,7 +133165,7 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
|
|
|
133165
133165
|
};
|
|
133166
133166
|
createdAt: Date;
|
|
133167
133167
|
isProtected: boolean;
|
|
133168
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
133168
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
133169
133169
|
loggedOutAt?: Date | undefined;
|
|
133170
133170
|
emailSettings?: {
|
|
133171
133171
|
marketingEmails: boolean;
|
|
@@ -133236,7 +133236,7 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
|
|
|
133236
133236
|
};
|
|
133237
133237
|
createdAt: Date;
|
|
133238
133238
|
isProtected: boolean;
|
|
133239
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
133239
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
133240
133240
|
loggedOutAt?: Date | undefined;
|
|
133241
133241
|
emailSettings?: {
|
|
133242
133242
|
marketingEmails: boolean;
|
|
@@ -133547,7 +133547,7 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
|
|
|
133547
133547
|
}>;
|
|
133548
133548
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
133549
133549
|
isProtected: z.ZodBoolean;
|
|
133550
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
133550
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
133551
133551
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
133552
133552
|
marketingEmails: z.ZodBoolean;
|
|
133553
133553
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -133599,7 +133599,7 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
|
|
|
133599
133599
|
};
|
|
133600
133600
|
createdAt: Date;
|
|
133601
133601
|
isProtected: boolean;
|
|
133602
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
133602
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
133603
133603
|
loggedOutAt?: Date | undefined;
|
|
133604
133604
|
emailSettings?: {
|
|
133605
133605
|
marketingEmails: boolean;
|
|
@@ -133648,7 +133648,7 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
|
|
|
133648
133648
|
};
|
|
133649
133649
|
createdAt: Date;
|
|
133650
133650
|
isProtected: boolean;
|
|
133651
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
133651
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
133652
133652
|
loggedOutAt?: Date | undefined;
|
|
133653
133653
|
emailSettings?: {
|
|
133654
133654
|
marketingEmails: boolean;
|
|
@@ -134143,7 +134143,7 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
134143
134143
|
}>;
|
|
134144
134144
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
134145
134145
|
isProtected: z.ZodBoolean;
|
|
134146
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
134146
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
134147
134147
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
134148
134148
|
marketingEmails: z.ZodBoolean;
|
|
134149
134149
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -134195,7 +134195,7 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
134195
134195
|
};
|
|
134196
134196
|
createdAt: Date;
|
|
134197
134197
|
isProtected: boolean;
|
|
134198
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
134198
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
134199
134199
|
loggedOutAt?: Date | undefined;
|
|
134200
134200
|
emailSettings?: {
|
|
134201
134201
|
marketingEmails: boolean;
|
|
@@ -134244,7 +134244,7 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
134244
134244
|
};
|
|
134245
134245
|
createdAt: Date;
|
|
134246
134246
|
isProtected: boolean;
|
|
134247
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
134247
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
134248
134248
|
loggedOutAt?: Date | undefined;
|
|
134249
134249
|
emailSettings?: {
|
|
134250
134250
|
marketingEmails: boolean;
|
|
@@ -134299,7 +134299,7 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
134299
134299
|
};
|
|
134300
134300
|
createdAt: Date;
|
|
134301
134301
|
isProtected: boolean;
|
|
134302
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
134302
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
134303
134303
|
loggedOutAt?: Date | undefined;
|
|
134304
134304
|
emailSettings?: {
|
|
134305
134305
|
marketingEmails: boolean;
|
|
@@ -134370,7 +134370,7 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
134370
134370
|
};
|
|
134371
134371
|
createdAt: Date;
|
|
134372
134372
|
isProtected: boolean;
|
|
134373
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
134373
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
134374
134374
|
loggedOutAt?: Date | undefined;
|
|
134375
134375
|
emailSettings?: {
|
|
134376
134376
|
marketingEmails: boolean;
|
|
@@ -134681,7 +134681,7 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
134681
134681
|
}>;
|
|
134682
134682
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
134683
134683
|
isProtected: z.ZodBoolean;
|
|
134684
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
134684
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
134685
134685
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
134686
134686
|
marketingEmails: z.ZodBoolean;
|
|
134687
134687
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -134733,7 +134733,7 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
134733
134733
|
};
|
|
134734
134734
|
createdAt: Date;
|
|
134735
134735
|
isProtected: boolean;
|
|
134736
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
134736
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
134737
134737
|
loggedOutAt?: Date | undefined;
|
|
134738
134738
|
emailSettings?: {
|
|
134739
134739
|
marketingEmails: boolean;
|
|
@@ -134782,7 +134782,7 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
134782
134782
|
};
|
|
134783
134783
|
createdAt: Date;
|
|
134784
134784
|
isProtected: boolean;
|
|
134785
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
134785
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
134786
134786
|
loggedOutAt?: Date | undefined;
|
|
134787
134787
|
emailSettings?: {
|
|
134788
134788
|
marketingEmails: boolean;
|
|
@@ -135388,7 +135388,7 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
135388
135388
|
}>;
|
|
135389
135389
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
135390
135390
|
isProtected: z.ZodBoolean;
|
|
135391
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
135391
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
135392
135392
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
135393
135393
|
marketingEmails: z.ZodBoolean;
|
|
135394
135394
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -135440,7 +135440,7 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
135440
135440
|
};
|
|
135441
135441
|
createdAt: Date;
|
|
135442
135442
|
isProtected: boolean;
|
|
135443
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
135443
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
135444
135444
|
loggedOutAt?: Date | undefined;
|
|
135445
135445
|
emailSettings?: {
|
|
135446
135446
|
marketingEmails: boolean;
|
|
@@ -135489,7 +135489,7 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
135489
135489
|
};
|
|
135490
135490
|
createdAt: Date;
|
|
135491
135491
|
isProtected: boolean;
|
|
135492
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
135492
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
135493
135493
|
loggedOutAt?: Date | undefined;
|
|
135494
135494
|
emailSettings?: {
|
|
135495
135495
|
marketingEmails: boolean;
|
|
@@ -135544,7 +135544,7 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
135544
135544
|
};
|
|
135545
135545
|
createdAt: Date;
|
|
135546
135546
|
isProtected: boolean;
|
|
135547
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
135547
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
135548
135548
|
loggedOutAt?: Date | undefined;
|
|
135549
135549
|
emailSettings?: {
|
|
135550
135550
|
marketingEmails: boolean;
|
|
@@ -135615,7 +135615,7 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
135615
135615
|
};
|
|
135616
135616
|
createdAt: Date;
|
|
135617
135617
|
isProtected: boolean;
|
|
135618
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
135618
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
135619
135619
|
loggedOutAt?: Date | undefined;
|
|
135620
135620
|
emailSettings?: {
|
|
135621
135621
|
marketingEmails: boolean;
|
|
@@ -135926,7 +135926,7 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
135926
135926
|
}>;
|
|
135927
135927
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
135928
135928
|
isProtected: z.ZodBoolean;
|
|
135929
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
135929
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
135930
135930
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
135931
135931
|
marketingEmails: z.ZodBoolean;
|
|
135932
135932
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -135978,7 +135978,7 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
135978
135978
|
};
|
|
135979
135979
|
createdAt: Date;
|
|
135980
135980
|
isProtected: boolean;
|
|
135981
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
135981
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
135982
135982
|
loggedOutAt?: Date | undefined;
|
|
135983
135983
|
emailSettings?: {
|
|
135984
135984
|
marketingEmails: boolean;
|
|
@@ -136027,7 +136027,7 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
|
|
|
136027
136027
|
};
|
|
136028
136028
|
createdAt: Date;
|
|
136029
136029
|
isProtected: boolean;
|
|
136030
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
136030
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
136031
136031
|
loggedOutAt?: Date | undefined;
|
|
136032
136032
|
emailSettings?: {
|
|
136033
136033
|
marketingEmails: boolean;
|
|
@@ -136829,7 +136829,7 @@ declare const DTOForgeParticipantsListResponse: z.ZodObject<{
|
|
|
136829
136829
|
}>;
|
|
136830
136830
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
136831
136831
|
isProtected: z.ZodBoolean;
|
|
136832
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
136832
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
136833
136833
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
136834
136834
|
marketingEmails: z.ZodBoolean;
|
|
136835
136835
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -136881,7 +136881,7 @@ declare const DTOForgeParticipantsListResponse: z.ZodObject<{
|
|
|
136881
136881
|
};
|
|
136882
136882
|
createdAt: Date;
|
|
136883
136883
|
isProtected: boolean;
|
|
136884
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
136884
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
136885
136885
|
loggedOutAt?: Date | undefined;
|
|
136886
136886
|
emailSettings?: {
|
|
136887
136887
|
marketingEmails: boolean;
|
|
@@ -136930,7 +136930,7 @@ declare const DTOForgeParticipantsListResponse: z.ZodObject<{
|
|
|
136930
136930
|
};
|
|
136931
136931
|
createdAt: Date;
|
|
136932
136932
|
isProtected: boolean;
|
|
136933
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
136933
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
136934
136934
|
loggedOutAt?: Date | undefined;
|
|
136935
136935
|
emailSettings?: {
|
|
136936
136936
|
marketingEmails: boolean;
|
|
@@ -137419,7 +137419,7 @@ declare const DTOForgeParticipantGetResponse: z.ZodObject<{
|
|
|
137419
137419
|
}>;
|
|
137420
137420
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
137421
137421
|
isProtected: z.ZodBoolean;
|
|
137422
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
137422
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
137423
137423
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
137424
137424
|
marketingEmails: z.ZodBoolean;
|
|
137425
137425
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -137471,7 +137471,7 @@ declare const DTOForgeParticipantGetResponse: z.ZodObject<{
|
|
|
137471
137471
|
};
|
|
137472
137472
|
createdAt: Date;
|
|
137473
137473
|
isProtected: boolean;
|
|
137474
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
137474
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
137475
137475
|
loggedOutAt?: Date | undefined;
|
|
137476
137476
|
emailSettings?: {
|
|
137477
137477
|
marketingEmails: boolean;
|
|
@@ -137520,7 +137520,7 @@ declare const DTOForgeParticipantGetResponse: z.ZodObject<{
|
|
|
137520
137520
|
};
|
|
137521
137521
|
createdAt: Date;
|
|
137522
137522
|
isProtected: boolean;
|
|
137523
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
137523
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
137524
137524
|
loggedOutAt?: Date | undefined;
|
|
137525
137525
|
emailSettings?: {
|
|
137526
137526
|
marketingEmails: boolean;
|
|
@@ -138008,7 +138008,7 @@ declare const DTOForgeParticipant: z.ZodObject<Omit<{
|
|
|
138008
138008
|
}>;
|
|
138009
138009
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
138010
138010
|
isProtected: z.ZodBoolean;
|
|
138011
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
138011
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
138012
138012
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
138013
138013
|
marketingEmails: z.ZodBoolean;
|
|
138014
138014
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -138060,7 +138060,7 @@ declare const DTOForgeParticipant: z.ZodObject<Omit<{
|
|
|
138060
138060
|
};
|
|
138061
138061
|
createdAt: Date;
|
|
138062
138062
|
isProtected: boolean;
|
|
138063
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
138063
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
138064
138064
|
loggedOutAt?: Date | undefined;
|
|
138065
138065
|
emailSettings?: {
|
|
138066
138066
|
marketingEmails: boolean;
|
|
@@ -138109,7 +138109,7 @@ declare const DTOForgeParticipant: z.ZodObject<Omit<{
|
|
|
138109
138109
|
};
|
|
138110
138110
|
createdAt: Date;
|
|
138111
138111
|
isProtected: boolean;
|
|
138112
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
138112
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
138113
138113
|
loggedOutAt?: Date | undefined;
|
|
138114
138114
|
emailSettings?: {
|
|
138115
138115
|
marketingEmails: boolean;
|
|
@@ -138532,7 +138532,7 @@ declare const DTOCreateForgeParticipant: z.ZodObject<Omit<Omit<{
|
|
|
138532
138532
|
}>;
|
|
138533
138533
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
138534
138534
|
isProtected: z.ZodBoolean;
|
|
138535
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
138535
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
138536
138536
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
138537
138537
|
marketingEmails: z.ZodBoolean;
|
|
138538
138538
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -138584,7 +138584,7 @@ declare const DTOCreateForgeParticipant: z.ZodObject<Omit<Omit<{
|
|
|
138584
138584
|
};
|
|
138585
138585
|
createdAt: Date;
|
|
138586
138586
|
isProtected: boolean;
|
|
138587
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
138587
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
138588
138588
|
loggedOutAt?: Date | undefined;
|
|
138589
138589
|
emailSettings?: {
|
|
138590
138590
|
marketingEmails: boolean;
|
|
@@ -138633,7 +138633,7 @@ declare const DTOCreateForgeParticipant: z.ZodObject<Omit<Omit<{
|
|
|
138633
138633
|
};
|
|
138634
138634
|
createdAt: Date;
|
|
138635
138635
|
isProtected: boolean;
|
|
138636
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
138636
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
138637
138637
|
loggedOutAt?: Date | undefined;
|
|
138638
138638
|
emailSettings?: {
|
|
138639
138639
|
marketingEmails: boolean;
|
|
@@ -139030,7 +139030,7 @@ declare const DTOCreateForgeParticipantResponse: z.ZodObject<{
|
|
|
139030
139030
|
}>;
|
|
139031
139031
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
139032
139032
|
isProtected: z.ZodBoolean;
|
|
139033
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
139033
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
139034
139034
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
139035
139035
|
marketingEmails: z.ZodBoolean;
|
|
139036
139036
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -139082,7 +139082,7 @@ declare const DTOCreateForgeParticipantResponse: z.ZodObject<{
|
|
|
139082
139082
|
};
|
|
139083
139083
|
createdAt: Date;
|
|
139084
139084
|
isProtected: boolean;
|
|
139085
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
139085
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
139086
139086
|
loggedOutAt?: Date | undefined;
|
|
139087
139087
|
emailSettings?: {
|
|
139088
139088
|
marketingEmails: boolean;
|
|
@@ -139131,7 +139131,7 @@ declare const DTOCreateForgeParticipantResponse: z.ZodObject<{
|
|
|
139131
139131
|
};
|
|
139132
139132
|
createdAt: Date;
|
|
139133
139133
|
isProtected: boolean;
|
|
139134
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
139134
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
139135
139135
|
loggedOutAt?: Date | undefined;
|
|
139136
139136
|
emailSettings?: {
|
|
139137
139137
|
marketingEmails: boolean;
|
|
@@ -139620,7 +139620,7 @@ declare const DTOUpdateForgeParticipantResponse: z.ZodObject<{
|
|
|
139620
139620
|
}>;
|
|
139621
139621
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
139622
139622
|
isProtected: z.ZodBoolean;
|
|
139623
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
139623
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
139624
139624
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
139625
139625
|
marketingEmails: z.ZodBoolean;
|
|
139626
139626
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -139672,7 +139672,7 @@ declare const DTOUpdateForgeParticipantResponse: z.ZodObject<{
|
|
|
139672
139672
|
};
|
|
139673
139673
|
createdAt: Date;
|
|
139674
139674
|
isProtected: boolean;
|
|
139675
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
139675
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
139676
139676
|
loggedOutAt?: Date | undefined;
|
|
139677
139677
|
emailSettings?: {
|
|
139678
139678
|
marketingEmails: boolean;
|
|
@@ -139721,7 +139721,7 @@ declare const DTOUpdateForgeParticipantResponse: z.ZodObject<{
|
|
|
139721
139721
|
};
|
|
139722
139722
|
createdAt: Date;
|
|
139723
139723
|
isProtected: boolean;
|
|
139724
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
139724
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
139725
139725
|
loggedOutAt?: Date | undefined;
|
|
139726
139726
|
emailSettings?: {
|
|
139727
139727
|
marketingEmails: boolean;
|
|
@@ -249609,7 +249609,7 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
249609
249609
|
}>;
|
|
249610
249610
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
249611
249611
|
isProtected: z.ZodBoolean;
|
|
249612
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
249612
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
249613
249613
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
249614
249614
|
marketingEmails: z.ZodBoolean;
|
|
249615
249615
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -249661,7 +249661,7 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
249661
249661
|
};
|
|
249662
249662
|
createdAt: Date;
|
|
249663
249663
|
isProtected: boolean;
|
|
249664
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
249664
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
249665
249665
|
loggedOutAt?: Date | undefined;
|
|
249666
249666
|
emailSettings?: {
|
|
249667
249667
|
marketingEmails: boolean;
|
|
@@ -249710,7 +249710,7 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
249710
249710
|
};
|
|
249711
249711
|
createdAt: Date;
|
|
249712
249712
|
isProtected: boolean;
|
|
249713
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
249713
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
249714
249714
|
loggedOutAt?: Date | undefined;
|
|
249715
249715
|
emailSettings?: {
|
|
249716
249716
|
marketingEmails: boolean;
|
|
@@ -249765,7 +249765,7 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
249765
249765
|
};
|
|
249766
249766
|
createdAt: Date;
|
|
249767
249767
|
isProtected: boolean;
|
|
249768
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
249768
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
249769
249769
|
loggedOutAt?: Date | undefined;
|
|
249770
249770
|
emailSettings?: {
|
|
249771
249771
|
marketingEmails: boolean;
|
|
@@ -249836,7 +249836,7 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
249836
249836
|
};
|
|
249837
249837
|
createdAt: Date;
|
|
249838
249838
|
isProtected: boolean;
|
|
249839
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
249839
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
249840
249840
|
loggedOutAt?: Date | undefined;
|
|
249841
249841
|
emailSettings?: {
|
|
249842
249842
|
marketingEmails: boolean;
|
|
@@ -249931,7 +249931,7 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
249931
249931
|
};
|
|
249932
249932
|
createdAt: Date;
|
|
249933
249933
|
isProtected: boolean;
|
|
249934
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
249934
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
249935
249935
|
loggedOutAt?: Date | undefined;
|
|
249936
249936
|
emailSettings?: {
|
|
249937
249937
|
marketingEmails: boolean;
|
|
@@ -250015,7 +250015,7 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
250015
250015
|
};
|
|
250016
250016
|
createdAt: Date;
|
|
250017
250017
|
isProtected: boolean;
|
|
250018
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
250018
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
250019
250019
|
loggedOutAt?: Date | undefined;
|
|
250020
250020
|
emailSettings?: {
|
|
250021
250021
|
marketingEmails: boolean;
|
|
@@ -250593,7 +250593,7 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
250593
250593
|
}>;
|
|
250594
250594
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
250595
250595
|
isProtected: z.ZodBoolean;
|
|
250596
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
250596
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
250597
250597
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
250598
250598
|
marketingEmails: z.ZodBoolean;
|
|
250599
250599
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -250645,7 +250645,7 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
250645
250645
|
};
|
|
250646
250646
|
createdAt: Date;
|
|
250647
250647
|
isProtected: boolean;
|
|
250648
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
250648
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
250649
250649
|
loggedOutAt?: Date | undefined;
|
|
250650
250650
|
emailSettings?: {
|
|
250651
250651
|
marketingEmails: boolean;
|
|
@@ -250694,7 +250694,7 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
250694
250694
|
};
|
|
250695
250695
|
createdAt: Date;
|
|
250696
250696
|
isProtected: boolean;
|
|
250697
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
250697
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
250698
250698
|
loggedOutAt?: Date | undefined;
|
|
250699
250699
|
emailSettings?: {
|
|
250700
250700
|
marketingEmails: boolean;
|
|
@@ -250749,7 +250749,7 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
250749
250749
|
};
|
|
250750
250750
|
createdAt: Date;
|
|
250751
250751
|
isProtected: boolean;
|
|
250752
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
250752
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
250753
250753
|
loggedOutAt?: Date | undefined;
|
|
250754
250754
|
emailSettings?: {
|
|
250755
250755
|
marketingEmails: boolean;
|
|
@@ -250820,7 +250820,7 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
250820
250820
|
};
|
|
250821
250821
|
createdAt: Date;
|
|
250822
250822
|
isProtected: boolean;
|
|
250823
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
250823
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
250824
250824
|
loggedOutAt?: Date | undefined;
|
|
250825
250825
|
emailSettings?: {
|
|
250826
250826
|
marketingEmails: boolean;
|
|
@@ -251131,7 +251131,7 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
251131
251131
|
}>;
|
|
251132
251132
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
251133
251133
|
isProtected: z.ZodBoolean;
|
|
251134
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
251134
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
251135
251135
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
251136
251136
|
marketingEmails: z.ZodBoolean;
|
|
251137
251137
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -251183,7 +251183,7 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
251183
251183
|
};
|
|
251184
251184
|
createdAt: Date;
|
|
251185
251185
|
isProtected: boolean;
|
|
251186
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
251186
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
251187
251187
|
loggedOutAt?: Date | undefined;
|
|
251188
251188
|
emailSettings?: {
|
|
251189
251189
|
marketingEmails: boolean;
|
|
@@ -251232,7 +251232,7 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
|
|
|
251232
251232
|
};
|
|
251233
251233
|
createdAt: Date;
|
|
251234
251234
|
isProtected: boolean;
|
|
251235
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
251235
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
251236
251236
|
loggedOutAt?: Date | undefined;
|
|
251237
251237
|
emailSettings?: {
|
|
251238
251238
|
marketingEmails: boolean;
|
|
@@ -251955,7 +251955,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
251955
251955
|
}>;
|
|
251956
251956
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
251957
251957
|
isProtected: z.ZodBoolean;
|
|
251958
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
251958
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
251959
251959
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
251960
251960
|
marketingEmails: z.ZodBoolean;
|
|
251961
251961
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -252007,7 +252007,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
252007
252007
|
};
|
|
252008
252008
|
createdAt: Date;
|
|
252009
252009
|
isProtected: boolean;
|
|
252010
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
252010
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
252011
252011
|
loggedOutAt?: Date | undefined;
|
|
252012
252012
|
emailSettings?: {
|
|
252013
252013
|
marketingEmails: boolean;
|
|
@@ -252056,7 +252056,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
252056
252056
|
};
|
|
252057
252057
|
createdAt: Date;
|
|
252058
252058
|
isProtected: boolean;
|
|
252059
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
252059
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
252060
252060
|
loggedOutAt?: Date | undefined;
|
|
252061
252061
|
emailSettings?: {
|
|
252062
252062
|
marketingEmails: boolean;
|
|
@@ -252111,7 +252111,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
252111
252111
|
};
|
|
252112
252112
|
createdAt: Date;
|
|
252113
252113
|
isProtected: boolean;
|
|
252114
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
252114
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
252115
252115
|
loggedOutAt?: Date | undefined;
|
|
252116
252116
|
emailSettings?: {
|
|
252117
252117
|
marketingEmails: boolean;
|
|
@@ -252182,7 +252182,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
252182
252182
|
};
|
|
252183
252183
|
createdAt: Date;
|
|
252184
252184
|
isProtected: boolean;
|
|
252185
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
252185
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
252186
252186
|
loggedOutAt?: Date | undefined;
|
|
252187
252187
|
emailSettings?: {
|
|
252188
252188
|
marketingEmails: boolean;
|
|
@@ -252277,7 +252277,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
252277
252277
|
};
|
|
252278
252278
|
createdAt: Date;
|
|
252279
252279
|
isProtected: boolean;
|
|
252280
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
252280
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
252281
252281
|
loggedOutAt?: Date | undefined;
|
|
252282
252282
|
emailSettings?: {
|
|
252283
252283
|
marketingEmails: boolean;
|
|
@@ -252361,7 +252361,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
252361
252361
|
};
|
|
252362
252362
|
createdAt: Date;
|
|
252363
252363
|
isProtected: boolean;
|
|
252364
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
252364
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
252365
252365
|
loggedOutAt?: Date | undefined;
|
|
252366
252366
|
emailSettings?: {
|
|
252367
252367
|
marketingEmails: boolean;
|
|
@@ -252939,7 +252939,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
252939
252939
|
}>;
|
|
252940
252940
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
252941
252941
|
isProtected: z.ZodBoolean;
|
|
252942
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
252942
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
252943
252943
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
252944
252944
|
marketingEmails: z.ZodBoolean;
|
|
252945
252945
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -252991,7 +252991,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
252991
252991
|
};
|
|
252992
252992
|
createdAt: Date;
|
|
252993
252993
|
isProtected: boolean;
|
|
252994
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
252994
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
252995
252995
|
loggedOutAt?: Date | undefined;
|
|
252996
252996
|
emailSettings?: {
|
|
252997
252997
|
marketingEmails: boolean;
|
|
@@ -253040,7 +253040,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
253040
253040
|
};
|
|
253041
253041
|
createdAt: Date;
|
|
253042
253042
|
isProtected: boolean;
|
|
253043
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
253043
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
253044
253044
|
loggedOutAt?: Date | undefined;
|
|
253045
253045
|
emailSettings?: {
|
|
253046
253046
|
marketingEmails: boolean;
|
|
@@ -253095,7 +253095,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
253095
253095
|
};
|
|
253096
253096
|
createdAt: Date;
|
|
253097
253097
|
isProtected: boolean;
|
|
253098
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
253098
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
253099
253099
|
loggedOutAt?: Date | undefined;
|
|
253100
253100
|
emailSettings?: {
|
|
253101
253101
|
marketingEmails: boolean;
|
|
@@ -253166,7 +253166,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
253166
253166
|
};
|
|
253167
253167
|
createdAt: Date;
|
|
253168
253168
|
isProtected: boolean;
|
|
253169
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
253169
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
253170
253170
|
loggedOutAt?: Date | undefined;
|
|
253171
253171
|
emailSettings?: {
|
|
253172
253172
|
marketingEmails: boolean;
|
|
@@ -253477,7 +253477,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
253477
253477
|
}>;
|
|
253478
253478
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
253479
253479
|
isProtected: z.ZodBoolean;
|
|
253480
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
253480
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
253481
253481
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
253482
253482
|
marketingEmails: z.ZodBoolean;
|
|
253483
253483
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -253529,7 +253529,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
253529
253529
|
};
|
|
253530
253530
|
createdAt: Date;
|
|
253531
253531
|
isProtected: boolean;
|
|
253532
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
253532
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
253533
253533
|
loggedOutAt?: Date | undefined;
|
|
253534
253534
|
emailSettings?: {
|
|
253535
253535
|
marketingEmails: boolean;
|
|
@@ -253578,7 +253578,7 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
|
|
|
253578
253578
|
};
|
|
253579
253579
|
createdAt: Date;
|
|
253580
253580
|
isProtected: boolean;
|
|
253581
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
253581
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
253582
253582
|
loggedOutAt?: Date | undefined;
|
|
253583
253583
|
emailSettings?: {
|
|
253584
253584
|
marketingEmails: boolean;
|
|
@@ -254496,7 +254496,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
254496
254496
|
}>;
|
|
254497
254497
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
254498
254498
|
isProtected: z.ZodBoolean;
|
|
254499
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
254499
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
254500
254500
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
254501
254501
|
marketingEmails: z.ZodBoolean;
|
|
254502
254502
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -254548,7 +254548,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
254548
254548
|
};
|
|
254549
254549
|
createdAt: Date;
|
|
254550
254550
|
isProtected: boolean;
|
|
254551
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
254551
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
254552
254552
|
loggedOutAt?: Date | undefined;
|
|
254553
254553
|
emailSettings?: {
|
|
254554
254554
|
marketingEmails: boolean;
|
|
@@ -254597,7 +254597,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
254597
254597
|
};
|
|
254598
254598
|
createdAt: Date;
|
|
254599
254599
|
isProtected: boolean;
|
|
254600
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
254600
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
254601
254601
|
loggedOutAt?: Date | undefined;
|
|
254602
254602
|
emailSettings?: {
|
|
254603
254603
|
marketingEmails: boolean;
|
|
@@ -254652,7 +254652,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
254652
254652
|
};
|
|
254653
254653
|
createdAt: Date;
|
|
254654
254654
|
isProtected: boolean;
|
|
254655
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
254655
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
254656
254656
|
loggedOutAt?: Date | undefined;
|
|
254657
254657
|
emailSettings?: {
|
|
254658
254658
|
marketingEmails: boolean;
|
|
@@ -254723,7 +254723,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
254723
254723
|
};
|
|
254724
254724
|
createdAt: Date;
|
|
254725
254725
|
isProtected: boolean;
|
|
254726
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
254726
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
254727
254727
|
loggedOutAt?: Date | undefined;
|
|
254728
254728
|
emailSettings?: {
|
|
254729
254729
|
marketingEmails: boolean;
|
|
@@ -254818,7 +254818,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
254818
254818
|
};
|
|
254819
254819
|
createdAt: Date;
|
|
254820
254820
|
isProtected: boolean;
|
|
254821
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
254821
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
254822
254822
|
loggedOutAt?: Date | undefined;
|
|
254823
254823
|
emailSettings?: {
|
|
254824
254824
|
marketingEmails: boolean;
|
|
@@ -254902,7 +254902,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
254902
254902
|
};
|
|
254903
254903
|
createdAt: Date;
|
|
254904
254904
|
isProtected: boolean;
|
|
254905
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
254905
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
254906
254906
|
loggedOutAt?: Date | undefined;
|
|
254907
254907
|
emailSettings?: {
|
|
254908
254908
|
marketingEmails: boolean;
|
|
@@ -255480,7 +255480,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
255480
255480
|
}>;
|
|
255481
255481
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
255482
255482
|
isProtected: z.ZodBoolean;
|
|
255483
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
255483
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
255484
255484
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
255485
255485
|
marketingEmails: z.ZodBoolean;
|
|
255486
255486
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -255532,7 +255532,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
255532
255532
|
};
|
|
255533
255533
|
createdAt: Date;
|
|
255534
255534
|
isProtected: boolean;
|
|
255535
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
255535
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
255536
255536
|
loggedOutAt?: Date | undefined;
|
|
255537
255537
|
emailSettings?: {
|
|
255538
255538
|
marketingEmails: boolean;
|
|
@@ -255581,7 +255581,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
255581
255581
|
};
|
|
255582
255582
|
createdAt: Date;
|
|
255583
255583
|
isProtected: boolean;
|
|
255584
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
255584
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
255585
255585
|
loggedOutAt?: Date | undefined;
|
|
255586
255586
|
emailSettings?: {
|
|
255587
255587
|
marketingEmails: boolean;
|
|
@@ -255636,7 +255636,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
255636
255636
|
};
|
|
255637
255637
|
createdAt: Date;
|
|
255638
255638
|
isProtected: boolean;
|
|
255639
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
255639
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
255640
255640
|
loggedOutAt?: Date | undefined;
|
|
255641
255641
|
emailSettings?: {
|
|
255642
255642
|
marketingEmails: boolean;
|
|
@@ -255707,7 +255707,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
255707
255707
|
};
|
|
255708
255708
|
createdAt: Date;
|
|
255709
255709
|
isProtected: boolean;
|
|
255710
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
255710
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
255711
255711
|
loggedOutAt?: Date | undefined;
|
|
255712
255712
|
emailSettings?: {
|
|
255713
255713
|
marketingEmails: boolean;
|
|
@@ -256018,7 +256018,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
256018
256018
|
}>;
|
|
256019
256019
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
256020
256020
|
isProtected: z.ZodBoolean;
|
|
256021
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
256021
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
256022
256022
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
256023
256023
|
marketingEmails: z.ZodBoolean;
|
|
256024
256024
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -256070,7 +256070,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
256070
256070
|
};
|
|
256071
256071
|
createdAt: Date;
|
|
256072
256072
|
isProtected: boolean;
|
|
256073
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
256073
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
256074
256074
|
loggedOutAt?: Date | undefined;
|
|
256075
256075
|
emailSettings?: {
|
|
256076
256076
|
marketingEmails: boolean;
|
|
@@ -256119,7 +256119,7 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
|
|
|
256119
256119
|
};
|
|
256120
256120
|
createdAt: Date;
|
|
256121
256121
|
isProtected: boolean;
|
|
256122
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
256122
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
256123
256123
|
loggedOutAt?: Date | undefined;
|
|
256124
256124
|
emailSettings?: {
|
|
256125
256125
|
marketingEmails: boolean;
|
|
@@ -257036,7 +257036,7 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
257036
257036
|
}>;
|
|
257037
257037
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
257038
257038
|
isProtected: z.ZodBoolean;
|
|
257039
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
257039
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
257040
257040
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
257041
257041
|
marketingEmails: z.ZodBoolean;
|
|
257042
257042
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -257088,7 +257088,7 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
257088
257088
|
};
|
|
257089
257089
|
createdAt: Date;
|
|
257090
257090
|
isProtected: boolean;
|
|
257091
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
257091
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
257092
257092
|
loggedOutAt?: Date | undefined;
|
|
257093
257093
|
emailSettings?: {
|
|
257094
257094
|
marketingEmails: boolean;
|
|
@@ -257137,7 +257137,7 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
257137
257137
|
};
|
|
257138
257138
|
createdAt: Date;
|
|
257139
257139
|
isProtected: boolean;
|
|
257140
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
257140
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
257141
257141
|
loggedOutAt?: Date | undefined;
|
|
257142
257142
|
emailSettings?: {
|
|
257143
257143
|
marketingEmails: boolean;
|
|
@@ -257192,7 +257192,7 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
257192
257192
|
};
|
|
257193
257193
|
createdAt: Date;
|
|
257194
257194
|
isProtected: boolean;
|
|
257195
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
257195
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
257196
257196
|
loggedOutAt?: Date | undefined;
|
|
257197
257197
|
emailSettings?: {
|
|
257198
257198
|
marketingEmails: boolean;
|
|
@@ -257263,7 +257263,7 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
257263
257263
|
};
|
|
257264
257264
|
createdAt: Date;
|
|
257265
257265
|
isProtected: boolean;
|
|
257266
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
257266
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
257267
257267
|
loggedOutAt?: Date | undefined;
|
|
257268
257268
|
emailSettings?: {
|
|
257269
257269
|
marketingEmails: boolean;
|
|
@@ -257358,7 +257358,7 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
257358
257358
|
};
|
|
257359
257359
|
createdAt: Date;
|
|
257360
257360
|
isProtected: boolean;
|
|
257361
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
257361
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
257362
257362
|
loggedOutAt?: Date | undefined;
|
|
257363
257363
|
emailSettings?: {
|
|
257364
257364
|
marketingEmails: boolean;
|
|
@@ -257442,7 +257442,7 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
257442
257442
|
};
|
|
257443
257443
|
createdAt: Date;
|
|
257444
257444
|
isProtected: boolean;
|
|
257445
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
257445
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
257446
257446
|
loggedOutAt?: Date | undefined;
|
|
257447
257447
|
emailSettings?: {
|
|
257448
257448
|
marketingEmails: boolean;
|
|
@@ -258020,7 +258020,7 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
258020
258020
|
}>;
|
|
258021
258021
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
258022
258022
|
isProtected: z.ZodBoolean;
|
|
258023
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
258023
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
258024
258024
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
258025
258025
|
marketingEmails: z.ZodBoolean;
|
|
258026
258026
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -258072,7 +258072,7 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
258072
258072
|
};
|
|
258073
258073
|
createdAt: Date;
|
|
258074
258074
|
isProtected: boolean;
|
|
258075
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
258075
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
258076
258076
|
loggedOutAt?: Date | undefined;
|
|
258077
258077
|
emailSettings?: {
|
|
258078
258078
|
marketingEmails: boolean;
|
|
@@ -258121,7 +258121,7 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
258121
258121
|
};
|
|
258122
258122
|
createdAt: Date;
|
|
258123
258123
|
isProtected: boolean;
|
|
258124
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
258124
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
258125
258125
|
loggedOutAt?: Date | undefined;
|
|
258126
258126
|
emailSettings?: {
|
|
258127
258127
|
marketingEmails: boolean;
|
|
@@ -258176,7 +258176,7 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
258176
258176
|
};
|
|
258177
258177
|
createdAt: Date;
|
|
258178
258178
|
isProtected: boolean;
|
|
258179
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
258179
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
258180
258180
|
loggedOutAt?: Date | undefined;
|
|
258181
258181
|
emailSettings?: {
|
|
258182
258182
|
marketingEmails: boolean;
|
|
@@ -258247,7 +258247,7 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
258247
258247
|
};
|
|
258248
258248
|
createdAt: Date;
|
|
258249
258249
|
isProtected: boolean;
|
|
258250
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
258250
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
258251
258251
|
loggedOutAt?: Date | undefined;
|
|
258252
258252
|
emailSettings?: {
|
|
258253
258253
|
marketingEmails: boolean;
|
|
@@ -258558,7 +258558,7 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
258558
258558
|
}>;
|
|
258559
258559
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
258560
258560
|
isProtected: z.ZodBoolean;
|
|
258561
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
258561
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
258562
258562
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
258563
258563
|
marketingEmails: z.ZodBoolean;
|
|
258564
258564
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -258610,7 +258610,7 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
258610
258610
|
};
|
|
258611
258611
|
createdAt: Date;
|
|
258612
258612
|
isProtected: boolean;
|
|
258613
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
258613
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
258614
258614
|
loggedOutAt?: Date | undefined;
|
|
258615
258615
|
emailSettings?: {
|
|
258616
258616
|
marketingEmails: boolean;
|
|
@@ -258659,7 +258659,7 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
|
|
|
258659
258659
|
};
|
|
258660
258660
|
createdAt: Date;
|
|
258661
258661
|
isProtected: boolean;
|
|
258662
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
258662
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
258663
258663
|
loggedOutAt?: Date | undefined;
|
|
258664
258664
|
emailSettings?: {
|
|
258665
258665
|
marketingEmails: boolean;
|
|
@@ -259225,7 +259225,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
259225
259225
|
}>;
|
|
259226
259226
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
259227
259227
|
isProtected: z.ZodBoolean;
|
|
259228
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
259228
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
259229
259229
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
259230
259230
|
marketingEmails: z.ZodBoolean;
|
|
259231
259231
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -259277,7 +259277,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
259277
259277
|
};
|
|
259278
259278
|
createdAt: Date;
|
|
259279
259279
|
isProtected: boolean;
|
|
259280
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
259280
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
259281
259281
|
loggedOutAt?: Date | undefined;
|
|
259282
259282
|
emailSettings?: {
|
|
259283
259283
|
marketingEmails: boolean;
|
|
@@ -259326,7 +259326,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
259326
259326
|
};
|
|
259327
259327
|
createdAt: Date;
|
|
259328
259328
|
isProtected: boolean;
|
|
259329
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
259329
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
259330
259330
|
loggedOutAt?: Date | undefined;
|
|
259331
259331
|
emailSettings?: {
|
|
259332
259332
|
marketingEmails: boolean;
|
|
@@ -259381,7 +259381,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
259381
259381
|
};
|
|
259382
259382
|
createdAt: Date;
|
|
259383
259383
|
isProtected: boolean;
|
|
259384
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
259384
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
259385
259385
|
loggedOutAt?: Date | undefined;
|
|
259386
259386
|
emailSettings?: {
|
|
259387
259387
|
marketingEmails: boolean;
|
|
@@ -259452,7 +259452,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
259452
259452
|
};
|
|
259453
259453
|
createdAt: Date;
|
|
259454
259454
|
isProtected: boolean;
|
|
259455
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
259455
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
259456
259456
|
loggedOutAt?: Date | undefined;
|
|
259457
259457
|
emailSettings?: {
|
|
259458
259458
|
marketingEmails: boolean;
|
|
@@ -259547,7 +259547,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
259547
259547
|
};
|
|
259548
259548
|
createdAt: Date;
|
|
259549
259549
|
isProtected: boolean;
|
|
259550
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
259550
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
259551
259551
|
loggedOutAt?: Date | undefined;
|
|
259552
259552
|
emailSettings?: {
|
|
259553
259553
|
marketingEmails: boolean;
|
|
@@ -259631,7 +259631,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
259631
259631
|
};
|
|
259632
259632
|
createdAt: Date;
|
|
259633
259633
|
isProtected: boolean;
|
|
259634
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
259634
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
259635
259635
|
loggedOutAt?: Date | undefined;
|
|
259636
259636
|
emailSettings?: {
|
|
259637
259637
|
marketingEmails: boolean;
|
|
@@ -260209,7 +260209,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
260209
260209
|
}>;
|
|
260210
260210
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
260211
260211
|
isProtected: z.ZodBoolean;
|
|
260212
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
260212
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
260213
260213
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
260214
260214
|
marketingEmails: z.ZodBoolean;
|
|
260215
260215
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -260261,7 +260261,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
260261
260261
|
};
|
|
260262
260262
|
createdAt: Date;
|
|
260263
260263
|
isProtected: boolean;
|
|
260264
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
260264
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
260265
260265
|
loggedOutAt?: Date | undefined;
|
|
260266
260266
|
emailSettings?: {
|
|
260267
260267
|
marketingEmails: boolean;
|
|
@@ -260310,7 +260310,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
260310
260310
|
};
|
|
260311
260311
|
createdAt: Date;
|
|
260312
260312
|
isProtected: boolean;
|
|
260313
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
260313
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
260314
260314
|
loggedOutAt?: Date | undefined;
|
|
260315
260315
|
emailSettings?: {
|
|
260316
260316
|
marketingEmails: boolean;
|
|
@@ -260365,7 +260365,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
260365
260365
|
};
|
|
260366
260366
|
createdAt: Date;
|
|
260367
260367
|
isProtected: boolean;
|
|
260368
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
260368
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
260369
260369
|
loggedOutAt?: Date | undefined;
|
|
260370
260370
|
emailSettings?: {
|
|
260371
260371
|
marketingEmails: boolean;
|
|
@@ -260436,7 +260436,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
260436
260436
|
};
|
|
260437
260437
|
createdAt: Date;
|
|
260438
260438
|
isProtected: boolean;
|
|
260439
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
260439
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
260440
260440
|
loggedOutAt?: Date | undefined;
|
|
260441
260441
|
emailSettings?: {
|
|
260442
260442
|
marketingEmails: boolean;
|
|
@@ -260747,7 +260747,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
260747
260747
|
}>;
|
|
260748
260748
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
260749
260749
|
isProtected: z.ZodBoolean;
|
|
260750
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
260750
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
260751
260751
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
260752
260752
|
marketingEmails: z.ZodBoolean;
|
|
260753
260753
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -260799,7 +260799,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
260799
260799
|
};
|
|
260800
260800
|
createdAt: Date;
|
|
260801
260801
|
isProtected: boolean;
|
|
260802
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
260802
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
260803
260803
|
loggedOutAt?: Date | undefined;
|
|
260804
260804
|
emailSettings?: {
|
|
260805
260805
|
marketingEmails: boolean;
|
|
@@ -260848,7 +260848,7 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
260848
260848
|
};
|
|
260849
260849
|
createdAt: Date;
|
|
260850
260850
|
isProtected: boolean;
|
|
260851
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
260851
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
260852
260852
|
loggedOutAt?: Date | undefined;
|
|
260853
260853
|
emailSettings?: {
|
|
260854
260854
|
marketingEmails: boolean;
|
|
@@ -261766,7 +261766,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
261766
261766
|
}>;
|
|
261767
261767
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
261768
261768
|
isProtected: z.ZodBoolean;
|
|
261769
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
261769
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
261770
261770
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
261771
261771
|
marketingEmails: z.ZodBoolean;
|
|
261772
261772
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -261818,7 +261818,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
261818
261818
|
};
|
|
261819
261819
|
createdAt: Date;
|
|
261820
261820
|
isProtected: boolean;
|
|
261821
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
261821
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
261822
261822
|
loggedOutAt?: Date | undefined;
|
|
261823
261823
|
emailSettings?: {
|
|
261824
261824
|
marketingEmails: boolean;
|
|
@@ -261867,7 +261867,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
261867
261867
|
};
|
|
261868
261868
|
createdAt: Date;
|
|
261869
261869
|
isProtected: boolean;
|
|
261870
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
261870
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
261871
261871
|
loggedOutAt?: Date | undefined;
|
|
261872
261872
|
emailSettings?: {
|
|
261873
261873
|
marketingEmails: boolean;
|
|
@@ -261922,7 +261922,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
261922
261922
|
};
|
|
261923
261923
|
createdAt: Date;
|
|
261924
261924
|
isProtected: boolean;
|
|
261925
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
261925
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
261926
261926
|
loggedOutAt?: Date | undefined;
|
|
261927
261927
|
emailSettings?: {
|
|
261928
261928
|
marketingEmails: boolean;
|
|
@@ -261993,7 +261993,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
261993
261993
|
};
|
|
261994
261994
|
createdAt: Date;
|
|
261995
261995
|
isProtected: boolean;
|
|
261996
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
261996
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
261997
261997
|
loggedOutAt?: Date | undefined;
|
|
261998
261998
|
emailSettings?: {
|
|
261999
261999
|
marketingEmails: boolean;
|
|
@@ -262088,7 +262088,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
262088
262088
|
};
|
|
262089
262089
|
createdAt: Date;
|
|
262090
262090
|
isProtected: boolean;
|
|
262091
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
262091
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
262092
262092
|
loggedOutAt?: Date | undefined;
|
|
262093
262093
|
emailSettings?: {
|
|
262094
262094
|
marketingEmails: boolean;
|
|
@@ -262172,7 +262172,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
262172
262172
|
};
|
|
262173
262173
|
createdAt: Date;
|
|
262174
262174
|
isProtected: boolean;
|
|
262175
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
262175
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
262176
262176
|
loggedOutAt?: Date | undefined;
|
|
262177
262177
|
emailSettings?: {
|
|
262178
262178
|
marketingEmails: boolean;
|
|
@@ -262750,7 +262750,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
262750
262750
|
}>;
|
|
262751
262751
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
262752
262752
|
isProtected: z.ZodBoolean;
|
|
262753
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
262753
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
262754
262754
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
262755
262755
|
marketingEmails: z.ZodBoolean;
|
|
262756
262756
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -262802,7 +262802,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
262802
262802
|
};
|
|
262803
262803
|
createdAt: Date;
|
|
262804
262804
|
isProtected: boolean;
|
|
262805
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
262805
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
262806
262806
|
loggedOutAt?: Date | undefined;
|
|
262807
262807
|
emailSettings?: {
|
|
262808
262808
|
marketingEmails: boolean;
|
|
@@ -262851,7 +262851,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
262851
262851
|
};
|
|
262852
262852
|
createdAt: Date;
|
|
262853
262853
|
isProtected: boolean;
|
|
262854
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
262854
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
262855
262855
|
loggedOutAt?: Date | undefined;
|
|
262856
262856
|
emailSettings?: {
|
|
262857
262857
|
marketingEmails: boolean;
|
|
@@ -262906,7 +262906,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
262906
262906
|
};
|
|
262907
262907
|
createdAt: Date;
|
|
262908
262908
|
isProtected: boolean;
|
|
262909
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
262909
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
262910
262910
|
loggedOutAt?: Date | undefined;
|
|
262911
262911
|
emailSettings?: {
|
|
262912
262912
|
marketingEmails: boolean;
|
|
@@ -262977,7 +262977,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
262977
262977
|
};
|
|
262978
262978
|
createdAt: Date;
|
|
262979
262979
|
isProtected: boolean;
|
|
262980
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
262980
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
262981
262981
|
loggedOutAt?: Date | undefined;
|
|
262982
262982
|
emailSettings?: {
|
|
262983
262983
|
marketingEmails: boolean;
|
|
@@ -263288,7 +263288,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
263288
263288
|
}>;
|
|
263289
263289
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
263290
263290
|
isProtected: z.ZodBoolean;
|
|
263291
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
263291
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
263292
263292
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
263293
263293
|
marketingEmails: z.ZodBoolean;
|
|
263294
263294
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -263340,7 +263340,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
263340
263340
|
};
|
|
263341
263341
|
createdAt: Date;
|
|
263342
263342
|
isProtected: boolean;
|
|
263343
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
263343
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
263344
263344
|
loggedOutAt?: Date | undefined;
|
|
263345
263345
|
emailSettings?: {
|
|
263346
263346
|
marketingEmails: boolean;
|
|
@@ -263389,7 +263389,7 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
|
|
|
263389
263389
|
};
|
|
263390
263390
|
createdAt: Date;
|
|
263391
263391
|
isProtected: boolean;
|
|
263392
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
263392
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
263393
263393
|
loggedOutAt?: Date | undefined;
|
|
263394
263394
|
emailSettings?: {
|
|
263395
263395
|
marketingEmails: boolean;
|
|
@@ -338194,7 +338194,7 @@ declare const DTOUserOnboardingDepartment: z.ZodEnum<["Design", "Engineering", "
|
|
|
338194
338194
|
type DTOUserOnboardingDepartment = z.infer<typeof DTOUserOnboardingDepartment>;
|
|
338195
338195
|
declare const DTOUserOnboardingJobLevel: z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>;
|
|
338196
338196
|
type DTOUserOnboardingJobLevel = z.infer<typeof DTOUserOnboardingJobLevel>;
|
|
338197
|
-
declare const DTOUserSource: z.ZodEnum<["SignUp", "Invite", "SSO"]>;
|
|
338197
|
+
declare const DTOUserSource: z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>;
|
|
338198
338198
|
type DTOUserSource = z.infer<typeof DTOUserSource>;
|
|
338199
338199
|
declare const DTOUserTheme: z.ZodObject<{
|
|
338200
338200
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
@@ -338679,7 +338679,7 @@ declare const DTOAuthenticatedUser: z.ZodObject<{
|
|
|
338679
338679
|
}>;
|
|
338680
338680
|
createdAt: z.ZodDate;
|
|
338681
338681
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
338682
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
338682
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
338683
338683
|
}, "strip", z.ZodTypeAny, {
|
|
338684
338684
|
id: string;
|
|
338685
338685
|
createdAt: Date;
|
|
@@ -338727,7 +338727,7 @@ declare const DTOAuthenticatedUser: z.ZodObject<{
|
|
|
338727
338727
|
marketingEmails: boolean;
|
|
338728
338728
|
};
|
|
338729
338729
|
loggedOutAt?: Date | undefined;
|
|
338730
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
338730
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
338731
338731
|
}, {
|
|
338732
338732
|
id: string;
|
|
338733
338733
|
createdAt: Date;
|
|
@@ -338775,7 +338775,7 @@ declare const DTOAuthenticatedUser: z.ZodObject<{
|
|
|
338775
338775
|
marketingEmails: boolean;
|
|
338776
338776
|
};
|
|
338777
338777
|
loggedOutAt?: Date | undefined;
|
|
338778
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
338778
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
338779
338779
|
}>;
|
|
338780
338780
|
type DTOAuthenticatedUser = z.infer<typeof DTOAuthenticatedUser>;
|
|
338781
338781
|
declare const DTOUserProfileUpdatePayload: z.ZodObject<Omit<{
|
|
@@ -339432,7 +339432,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
|
|
|
339432
339432
|
}>;
|
|
339433
339433
|
createdAt: z.ZodDate;
|
|
339434
339434
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
339435
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
339435
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
339436
339436
|
}, "strip", z.ZodTypeAny, {
|
|
339437
339437
|
id: string;
|
|
339438
339438
|
createdAt: Date;
|
|
@@ -339480,7 +339480,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
|
|
|
339480
339480
|
marketingEmails: boolean;
|
|
339481
339481
|
};
|
|
339482
339482
|
loggedOutAt?: Date | undefined;
|
|
339483
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
339483
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
339484
339484
|
}, {
|
|
339485
339485
|
id: string;
|
|
339486
339486
|
createdAt: Date;
|
|
@@ -339528,7 +339528,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
|
|
|
339528
339528
|
marketingEmails: boolean;
|
|
339529
339529
|
};
|
|
339530
339530
|
loggedOutAt?: Date | undefined;
|
|
339531
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
339531
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
339532
339532
|
}>;
|
|
339533
339533
|
}, "strip", z.ZodTypeAny, {
|
|
339534
339534
|
user: {
|
|
@@ -339578,7 +339578,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
|
|
|
339578
339578
|
marketingEmails: boolean;
|
|
339579
339579
|
};
|
|
339580
339580
|
loggedOutAt?: Date | undefined;
|
|
339581
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
339581
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
339582
339582
|
};
|
|
339583
339583
|
}, {
|
|
339584
339584
|
user: {
|
|
@@ -339628,7 +339628,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
|
|
|
339628
339628
|
marketingEmails: boolean;
|
|
339629
339629
|
};
|
|
339630
339630
|
loggedOutAt?: Date | undefined;
|
|
339631
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
339631
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
339632
339632
|
};
|
|
339633
339633
|
}>;
|
|
339634
339634
|
type DTOAuthenticatedUserResponse = z.infer<typeof DTOAuthenticatedUserResponse>;
|
|
@@ -342033,7 +342033,7 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
342033
342033
|
}>;
|
|
342034
342034
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
342035
342035
|
isProtected: z.ZodBoolean;
|
|
342036
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
342036
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
342037
342037
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
342038
342038
|
marketingEmails: z.ZodBoolean;
|
|
342039
342039
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -342085,7 +342085,7 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
342085
342085
|
};
|
|
342086
342086
|
createdAt: Date;
|
|
342087
342087
|
isProtected: boolean;
|
|
342088
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
342088
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
342089
342089
|
loggedOutAt?: Date | undefined;
|
|
342090
342090
|
emailSettings?: {
|
|
342091
342091
|
marketingEmails: boolean;
|
|
@@ -342134,7 +342134,7 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
342134
342134
|
};
|
|
342135
342135
|
createdAt: Date;
|
|
342136
342136
|
isProtected: boolean;
|
|
342137
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
342137
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
342138
342138
|
loggedOutAt?: Date | undefined;
|
|
342139
342139
|
emailSettings?: {
|
|
342140
342140
|
marketingEmails: boolean;
|
|
@@ -342276,7 +342276,7 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
342276
342276
|
};
|
|
342277
342277
|
createdAt: Date;
|
|
342278
342278
|
isProtected: boolean;
|
|
342279
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
342279
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
342280
342280
|
loggedOutAt?: Date | undefined;
|
|
342281
342281
|
emailSettings?: {
|
|
342282
342282
|
marketingEmails: boolean;
|
|
@@ -342353,7 +342353,7 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
342353
342353
|
};
|
|
342354
342354
|
createdAt: Date;
|
|
342355
342355
|
isProtected: boolean;
|
|
342356
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
342356
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
342357
342357
|
loggedOutAt?: Date | undefined;
|
|
342358
342358
|
emailSettings?: {
|
|
342359
342359
|
marketingEmails: boolean;
|
|
@@ -343392,7 +343392,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
343392
343392
|
}>;
|
|
343393
343393
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
343394
343394
|
isProtected: z.ZodBoolean;
|
|
343395
|
-
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
343395
|
+
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO", "Google"]>>;
|
|
343396
343396
|
emailSettings: z.ZodOptional<z.ZodObject<{
|
|
343397
343397
|
marketingEmails: z.ZodBoolean;
|
|
343398
343398
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -343444,7 +343444,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
343444
343444
|
};
|
|
343445
343445
|
createdAt: Date;
|
|
343446
343446
|
isProtected: boolean;
|
|
343447
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
343447
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
343448
343448
|
loggedOutAt?: Date | undefined;
|
|
343449
343449
|
emailSettings?: {
|
|
343450
343450
|
marketingEmails: boolean;
|
|
@@ -343493,7 +343493,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
343493
343493
|
};
|
|
343494
343494
|
createdAt: Date;
|
|
343495
343495
|
isProtected: boolean;
|
|
343496
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
343496
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
343497
343497
|
loggedOutAt?: Date | undefined;
|
|
343498
343498
|
emailSettings?: {
|
|
343499
343499
|
marketingEmails: boolean;
|
|
@@ -343635,7 +343635,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
343635
343635
|
};
|
|
343636
343636
|
createdAt: Date;
|
|
343637
343637
|
isProtected: boolean;
|
|
343638
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
343638
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
343639
343639
|
loggedOutAt?: Date | undefined;
|
|
343640
343640
|
emailSettings?: {
|
|
343641
343641
|
marketingEmails: boolean;
|
|
@@ -343712,7 +343712,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
343712
343712
|
};
|
|
343713
343713
|
createdAt: Date;
|
|
343714
343714
|
isProtected: boolean;
|
|
343715
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
343715
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
343716
343716
|
loggedOutAt?: Date | undefined;
|
|
343717
343717
|
emailSettings?: {
|
|
343718
343718
|
marketingEmails: boolean;
|
|
@@ -343791,7 +343791,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
343791
343791
|
};
|
|
343792
343792
|
createdAt: Date;
|
|
343793
343793
|
isProtected: boolean;
|
|
343794
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
343794
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
343795
343795
|
loggedOutAt?: Date | undefined;
|
|
343796
343796
|
emailSettings?: {
|
|
343797
343797
|
marketingEmails: boolean;
|
|
@@ -343870,7 +343870,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
343870
343870
|
};
|
|
343871
343871
|
createdAt: Date;
|
|
343872
343872
|
isProtected: boolean;
|
|
343873
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
343873
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
343874
343874
|
loggedOutAt?: Date | undefined;
|
|
343875
343875
|
emailSettings?: {
|
|
343876
343876
|
marketingEmails: boolean;
|
|
@@ -370231,7 +370231,7 @@ declare class WorkspaceMembersEndpoint {
|
|
|
370231
370231
|
};
|
|
370232
370232
|
createdAt: Date;
|
|
370233
370233
|
isProtected: boolean;
|
|
370234
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
370234
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
370235
370235
|
loggedOutAt?: Date | undefined;
|
|
370236
370236
|
emailSettings?: {
|
|
370237
370237
|
marketingEmails: boolean;
|
|
@@ -371332,7 +371332,7 @@ declare class UsersEndpoint {
|
|
|
371332
371332
|
marketingEmails: boolean;
|
|
371333
371333
|
};
|
|
371334
371334
|
loggedOutAt?: Date | undefined;
|
|
371335
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
371335
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
371336
371336
|
};
|
|
371337
371337
|
}>;
|
|
371338
371338
|
listWorkspaces(uid: string): Promise<{
|
|
@@ -371470,7 +371470,7 @@ declare class UsersEndpoint {
|
|
|
371470
371470
|
marketingEmails: boolean;
|
|
371471
371471
|
};
|
|
371472
371472
|
loggedOutAt?: Date | undefined;
|
|
371473
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
371473
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
371474
371474
|
};
|
|
371475
371475
|
}>;
|
|
371476
371476
|
updateProfile(uid: string, body: DTOUserProfileUpdatePayload): Promise<{
|
|
@@ -371521,7 +371521,7 @@ declare class UsersEndpoint {
|
|
|
371521
371521
|
marketingEmails: boolean;
|
|
371522
371522
|
};
|
|
371523
371523
|
loggedOutAt?: Date | undefined;
|
|
371524
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
371524
|
+
source?: "SignUp" | "Invite" | "SSO" | "Google" | undefined;
|
|
371525
371525
|
};
|
|
371526
371526
|
}>;
|
|
371527
371527
|
}
|