@supernova-studio/client 1.45.0 → 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.ts CHANGED
@@ -72059,13 +72059,13 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
72059
72059
  loggedOutAt: z.ZodOptional<z.ZodDate>;
72060
72060
  isProtected: z.ZodBoolean;
72061
72061
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
72062
- emailSettings: z.ZodObject<{
72062
+ emailSettings: z.ZodOptional<z.ZodObject<{
72063
72063
  marketingEmails: z.ZodBoolean;
72064
72064
  }, "strip", z.ZodTypeAny, {
72065
72065
  marketingEmails: boolean;
72066
72066
  }, {
72067
72067
  marketingEmails: boolean;
72068
- }>;
72068
+ }>>;
72069
72069
  }, "strip", z.ZodTypeAny, {
72070
72070
  email: string;
72071
72071
  id: string;
@@ -72110,11 +72110,11 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
72110
72110
  };
72111
72111
  createdAt: Date;
72112
72112
  isProtected: boolean;
72113
- emailSettings: {
72114
- marketingEmails: boolean;
72115
- };
72116
72113
  source?: "SignUp" | "Invite" | "SSO" | undefined;
72117
72114
  loggedOutAt?: Date | undefined;
72115
+ emailSettings?: {
72116
+ marketingEmails: boolean;
72117
+ } | undefined;
72118
72118
  }, {
72119
72119
  email: string;
72120
72120
  id: string;
@@ -72159,11 +72159,11 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
72159
72159
  };
72160
72160
  createdAt: Date;
72161
72161
  isProtected: boolean;
72162
- emailSettings: {
72163
- marketingEmails: boolean;
72164
- };
72165
72162
  source?: "SignUp" | "Invite" | "SSO" | undefined;
72166
72163
  loggedOutAt?: Date | undefined;
72164
+ emailSettings?: {
72165
+ marketingEmails: boolean;
72166
+ } | undefined;
72167
72167
  }>>;
72168
72168
  }, "strip", z.ZodTypeAny, {
72169
72169
  type: "User" | "Agent";
@@ -72214,11 +72214,11 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
72214
72214
  };
72215
72215
  createdAt: Date;
72216
72216
  isProtected: boolean;
72217
- emailSettings: {
72218
- marketingEmails: boolean;
72219
- };
72220
72217
  source?: "SignUp" | "Invite" | "SSO" | undefined;
72221
72218
  loggedOutAt?: Date | undefined;
72219
+ emailSettings?: {
72220
+ marketingEmails: boolean;
72221
+ } | undefined;
72222
72222
  } | undefined;
72223
72223
  userId?: string | undefined;
72224
72224
  agentId?: string | undefined;
@@ -72285,11 +72285,11 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
72285
72285
  };
72286
72286
  createdAt: Date;
72287
72287
  isProtected: boolean;
72288
- emailSettings: {
72289
- marketingEmails: boolean;
72290
- };
72291
72288
  source?: "SignUp" | "Invite" | "SSO" | undefined;
72292
72289
  loggedOutAt?: Date | undefined;
72290
+ emailSettings?: {
72291
+ marketingEmails: boolean;
72292
+ } | undefined;
72293
72293
  } | undefined;
72294
72294
  userId?: string | undefined;
72295
72295
  agentId?: string | undefined;
@@ -72597,13 +72597,13 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
72597
72597
  loggedOutAt: z.ZodOptional<z.ZodDate>;
72598
72598
  isProtected: z.ZodBoolean;
72599
72599
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
72600
- emailSettings: z.ZodObject<{
72600
+ emailSettings: z.ZodOptional<z.ZodObject<{
72601
72601
  marketingEmails: z.ZodBoolean;
72602
72602
  }, "strip", z.ZodTypeAny, {
72603
72603
  marketingEmails: boolean;
72604
72604
  }, {
72605
72605
  marketingEmails: boolean;
72606
- }>;
72606
+ }>>;
72607
72607
  }, "strip", z.ZodTypeAny, {
72608
72608
  email: string;
72609
72609
  id: string;
@@ -72648,11 +72648,11 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
72648
72648
  };
72649
72649
  createdAt: Date;
72650
72650
  isProtected: boolean;
72651
- emailSettings: {
72652
- marketingEmails: boolean;
72653
- };
72654
72651
  source?: "SignUp" | "Invite" | "SSO" | undefined;
72655
72652
  loggedOutAt?: Date | undefined;
72653
+ emailSettings?: {
72654
+ marketingEmails: boolean;
72655
+ } | undefined;
72656
72656
  }, {
72657
72657
  email: string;
72658
72658
  id: string;
@@ -72697,11 +72697,11 @@ declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
72697
72697
  };
72698
72698
  createdAt: Date;
72699
72699
  isProtected: boolean;
72700
- emailSettings: {
72701
- marketingEmails: boolean;
72702
- };
72703
72700
  source?: "SignUp" | "Invite" | "SSO" | undefined;
72704
72701
  loggedOutAt?: Date | undefined;
72702
+ emailSettings?: {
72703
+ marketingEmails: boolean;
72704
+ } | undefined;
72705
72705
  }>>;
72706
72706
  }, "user" | "agent"> & {
72707
72707
  agent: z.ZodOptional<z.ZodObject<{
@@ -73213,13 +73213,13 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
73213
73213
  loggedOutAt: z.ZodOptional<z.ZodDate>;
73214
73214
  isProtected: z.ZodBoolean;
73215
73215
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
73216
- emailSettings: z.ZodObject<{
73216
+ emailSettings: z.ZodOptional<z.ZodObject<{
73217
73217
  marketingEmails: z.ZodBoolean;
73218
73218
  }, "strip", z.ZodTypeAny, {
73219
73219
  marketingEmails: boolean;
73220
73220
  }, {
73221
73221
  marketingEmails: boolean;
73222
- }>;
73222
+ }>>;
73223
73223
  }, "strip", z.ZodTypeAny, {
73224
73224
  email: string;
73225
73225
  id: string;
@@ -73264,11 +73264,11 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
73264
73264
  };
73265
73265
  createdAt: Date;
73266
73266
  isProtected: boolean;
73267
- emailSettings: {
73268
- marketingEmails: boolean;
73269
- };
73270
73267
  source?: "SignUp" | "Invite" | "SSO" | undefined;
73271
73268
  loggedOutAt?: Date | undefined;
73269
+ emailSettings?: {
73270
+ marketingEmails: boolean;
73271
+ } | undefined;
73272
73272
  }, {
73273
73273
  email: string;
73274
73274
  id: string;
@@ -73313,11 +73313,11 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
73313
73313
  };
73314
73314
  createdAt: Date;
73315
73315
  isProtected: boolean;
73316
- emailSettings: {
73317
- marketingEmails: boolean;
73318
- };
73319
73316
  source?: "SignUp" | "Invite" | "SSO" | undefined;
73320
73317
  loggedOutAt?: Date | undefined;
73318
+ emailSettings?: {
73319
+ marketingEmails: boolean;
73320
+ } | undefined;
73321
73321
  }>>;
73322
73322
  }, "strip", z.ZodTypeAny, {
73323
73323
  type: "User" | "Agent";
@@ -73368,11 +73368,11 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
73368
73368
  };
73369
73369
  createdAt: Date;
73370
73370
  isProtected: boolean;
73371
- emailSettings: {
73372
- marketingEmails: boolean;
73373
- };
73374
73371
  source?: "SignUp" | "Invite" | "SSO" | undefined;
73375
73372
  loggedOutAt?: Date | undefined;
73373
+ emailSettings?: {
73374
+ marketingEmails: boolean;
73375
+ } | undefined;
73376
73376
  } | undefined;
73377
73377
  userId?: string | undefined;
73378
73378
  agentId?: string | undefined;
@@ -73439,11 +73439,11 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
73439
73439
  };
73440
73440
  createdAt: Date;
73441
73441
  isProtected: boolean;
73442
- emailSettings: {
73443
- marketingEmails: boolean;
73444
- };
73445
73442
  source?: "SignUp" | "Invite" | "SSO" | undefined;
73446
73443
  loggedOutAt?: Date | undefined;
73444
+ emailSettings?: {
73445
+ marketingEmails: boolean;
73446
+ } | undefined;
73447
73447
  } | undefined;
73448
73448
  userId?: string | undefined;
73449
73449
  agentId?: string | undefined;
@@ -73751,13 +73751,13 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
73751
73751
  loggedOutAt: z.ZodOptional<z.ZodDate>;
73752
73752
  isProtected: z.ZodBoolean;
73753
73753
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
73754
- emailSettings: z.ZodObject<{
73754
+ emailSettings: z.ZodOptional<z.ZodObject<{
73755
73755
  marketingEmails: z.ZodBoolean;
73756
73756
  }, "strip", z.ZodTypeAny, {
73757
73757
  marketingEmails: boolean;
73758
73758
  }, {
73759
73759
  marketingEmails: boolean;
73760
- }>;
73760
+ }>>;
73761
73761
  }, "strip", z.ZodTypeAny, {
73762
73762
  email: string;
73763
73763
  id: string;
@@ -73802,11 +73802,11 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
73802
73802
  };
73803
73803
  createdAt: Date;
73804
73804
  isProtected: boolean;
73805
- emailSettings: {
73806
- marketingEmails: boolean;
73807
- };
73808
73805
  source?: "SignUp" | "Invite" | "SSO" | undefined;
73809
73806
  loggedOutAt?: Date | undefined;
73807
+ emailSettings?: {
73808
+ marketingEmails: boolean;
73809
+ } | undefined;
73810
73810
  }, {
73811
73811
  email: string;
73812
73812
  id: string;
@@ -73851,11 +73851,11 @@ declare const DTOGetForgeIterationMessageResponse: z.ZodObject<{
73851
73851
  };
73852
73852
  createdAt: Date;
73853
73853
  isProtected: boolean;
73854
- emailSettings: {
73855
- marketingEmails: boolean;
73856
- };
73857
73854
  source?: "SignUp" | "Invite" | "SSO" | undefined;
73858
73855
  loggedOutAt?: Date | undefined;
73856
+ emailSettings?: {
73857
+ marketingEmails: boolean;
73858
+ } | undefined;
73859
73859
  }>>;
73860
73860
  }, "user" | "agent"> & {
73861
73861
  agent: z.ZodOptional<z.ZodObject<{
@@ -74458,13 +74458,13 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
74458
74458
  loggedOutAt: z.ZodOptional<z.ZodDate>;
74459
74459
  isProtected: z.ZodBoolean;
74460
74460
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
74461
- emailSettings: z.ZodObject<{
74461
+ emailSettings: z.ZodOptional<z.ZodObject<{
74462
74462
  marketingEmails: z.ZodBoolean;
74463
74463
  }, "strip", z.ZodTypeAny, {
74464
74464
  marketingEmails: boolean;
74465
74465
  }, {
74466
74466
  marketingEmails: boolean;
74467
- }>;
74467
+ }>>;
74468
74468
  }, "strip", z.ZodTypeAny, {
74469
74469
  email: string;
74470
74470
  id: string;
@@ -74509,11 +74509,11 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
74509
74509
  };
74510
74510
  createdAt: Date;
74511
74511
  isProtected: boolean;
74512
- emailSettings: {
74513
- marketingEmails: boolean;
74514
- };
74515
74512
  source?: "SignUp" | "Invite" | "SSO" | undefined;
74516
74513
  loggedOutAt?: Date | undefined;
74514
+ emailSettings?: {
74515
+ marketingEmails: boolean;
74516
+ } | undefined;
74517
74517
  }, {
74518
74518
  email: string;
74519
74519
  id: string;
@@ -74558,11 +74558,11 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
74558
74558
  };
74559
74559
  createdAt: Date;
74560
74560
  isProtected: boolean;
74561
- emailSettings: {
74562
- marketingEmails: boolean;
74563
- };
74564
74561
  source?: "SignUp" | "Invite" | "SSO" | undefined;
74565
74562
  loggedOutAt?: Date | undefined;
74563
+ emailSettings?: {
74564
+ marketingEmails: boolean;
74565
+ } | undefined;
74566
74566
  }>>;
74567
74567
  }, "strip", z.ZodTypeAny, {
74568
74568
  type: "User" | "Agent";
@@ -74613,11 +74613,11 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
74613
74613
  };
74614
74614
  createdAt: Date;
74615
74615
  isProtected: boolean;
74616
- emailSettings: {
74617
- marketingEmails: boolean;
74618
- };
74619
74616
  source?: "SignUp" | "Invite" | "SSO" | undefined;
74620
74617
  loggedOutAt?: Date | undefined;
74618
+ emailSettings?: {
74619
+ marketingEmails: boolean;
74620
+ } | undefined;
74621
74621
  } | undefined;
74622
74622
  userId?: string | undefined;
74623
74623
  agentId?: string | undefined;
@@ -74684,11 +74684,11 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
74684
74684
  };
74685
74685
  createdAt: Date;
74686
74686
  isProtected: boolean;
74687
- emailSettings: {
74688
- marketingEmails: boolean;
74689
- };
74690
74687
  source?: "SignUp" | "Invite" | "SSO" | undefined;
74691
74688
  loggedOutAt?: Date | undefined;
74689
+ emailSettings?: {
74690
+ marketingEmails: boolean;
74691
+ } | undefined;
74692
74692
  } | undefined;
74693
74693
  userId?: string | undefined;
74694
74694
  agentId?: string | undefined;
@@ -74996,13 +74996,13 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
74996
74996
  loggedOutAt: z.ZodOptional<z.ZodDate>;
74997
74997
  isProtected: z.ZodBoolean;
74998
74998
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
74999
- emailSettings: z.ZodObject<{
74999
+ emailSettings: z.ZodOptional<z.ZodObject<{
75000
75000
  marketingEmails: z.ZodBoolean;
75001
75001
  }, "strip", z.ZodTypeAny, {
75002
75002
  marketingEmails: boolean;
75003
75003
  }, {
75004
75004
  marketingEmails: boolean;
75005
- }>;
75005
+ }>>;
75006
75006
  }, "strip", z.ZodTypeAny, {
75007
75007
  email: string;
75008
75008
  id: string;
@@ -75047,11 +75047,11 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
75047
75047
  };
75048
75048
  createdAt: Date;
75049
75049
  isProtected: boolean;
75050
- emailSettings: {
75051
- marketingEmails: boolean;
75052
- };
75053
75050
  source?: "SignUp" | "Invite" | "SSO" | undefined;
75054
75051
  loggedOutAt?: Date | undefined;
75052
+ emailSettings?: {
75053
+ marketingEmails: boolean;
75054
+ } | undefined;
75055
75055
  }, {
75056
75056
  email: string;
75057
75057
  id: string;
@@ -75096,11 +75096,11 @@ declare const DTOForgeIterationMessagesListResponse: z.ZodObject<{
75096
75096
  };
75097
75097
  createdAt: Date;
75098
75098
  isProtected: boolean;
75099
- emailSettings: {
75100
- marketingEmails: boolean;
75101
- };
75102
75099
  source?: "SignUp" | "Invite" | "SSO" | undefined;
75103
75100
  loggedOutAt?: Date | undefined;
75101
+ emailSettings?: {
75102
+ marketingEmails: boolean;
75103
+ } | undefined;
75104
75104
  }>>;
75105
75105
  }, "user" | "agent"> & {
75106
75106
  agent: z.ZodOptional<z.ZodObject<{
@@ -75702,13 +75702,13 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
75702
75702
  loggedOutAt: z.ZodOptional<z.ZodDate>;
75703
75703
  isProtected: z.ZodBoolean;
75704
75704
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
75705
- emailSettings: z.ZodObject<{
75705
+ emailSettings: z.ZodOptional<z.ZodObject<{
75706
75706
  marketingEmails: z.ZodBoolean;
75707
75707
  }, "strip", z.ZodTypeAny, {
75708
75708
  marketingEmails: boolean;
75709
75709
  }, {
75710
75710
  marketingEmails: boolean;
75711
- }>;
75711
+ }>>;
75712
75712
  }, "strip", z.ZodTypeAny, {
75713
75713
  email: string;
75714
75714
  id: string;
@@ -75753,11 +75753,11 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
75753
75753
  };
75754
75754
  createdAt: Date;
75755
75755
  isProtected: boolean;
75756
- emailSettings: {
75757
- marketingEmails: boolean;
75758
- };
75759
75756
  source?: "SignUp" | "Invite" | "SSO" | undefined;
75760
75757
  loggedOutAt?: Date | undefined;
75758
+ emailSettings?: {
75759
+ marketingEmails: boolean;
75760
+ } | undefined;
75761
75761
  }, {
75762
75762
  email: string;
75763
75763
  id: string;
@@ -75802,11 +75802,11 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
75802
75802
  };
75803
75803
  createdAt: Date;
75804
75804
  isProtected: boolean;
75805
- emailSettings: {
75806
- marketingEmails: boolean;
75807
- };
75808
75805
  source?: "SignUp" | "Invite" | "SSO" | undefined;
75809
75806
  loggedOutAt?: Date | undefined;
75807
+ emailSettings?: {
75808
+ marketingEmails: boolean;
75809
+ } | undefined;
75810
75810
  }>>;
75811
75811
  }, "strip", z.ZodTypeAny, {
75812
75812
  type: "User" | "Agent";
@@ -75857,11 +75857,11 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
75857
75857
  };
75858
75858
  createdAt: Date;
75859
75859
  isProtected: boolean;
75860
- emailSettings: {
75861
- marketingEmails: boolean;
75862
- };
75863
75860
  source?: "SignUp" | "Invite" | "SSO" | undefined;
75864
75861
  loggedOutAt?: Date | undefined;
75862
+ emailSettings?: {
75863
+ marketingEmails: boolean;
75864
+ } | undefined;
75865
75865
  } | undefined;
75866
75866
  userId?: string | undefined;
75867
75867
  agentId?: string | undefined;
@@ -75928,11 +75928,11 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
75928
75928
  };
75929
75929
  createdAt: Date;
75930
75930
  isProtected: boolean;
75931
- emailSettings: {
75932
- marketingEmails: boolean;
75933
- };
75934
75931
  source?: "SignUp" | "Invite" | "SSO" | undefined;
75935
75932
  loggedOutAt?: Date | undefined;
75933
+ emailSettings?: {
75934
+ marketingEmails: boolean;
75935
+ } | undefined;
75936
75936
  } | undefined;
75937
75937
  userId?: string | undefined;
75938
75938
  agentId?: string | undefined;
@@ -76240,13 +76240,13 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
76240
76240
  loggedOutAt: z.ZodOptional<z.ZodDate>;
76241
76241
  isProtected: z.ZodBoolean;
76242
76242
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
76243
- emailSettings: z.ZodObject<{
76243
+ emailSettings: z.ZodOptional<z.ZodObject<{
76244
76244
  marketingEmails: z.ZodBoolean;
76245
76245
  }, "strip", z.ZodTypeAny, {
76246
76246
  marketingEmails: boolean;
76247
76247
  }, {
76248
76248
  marketingEmails: boolean;
76249
- }>;
76249
+ }>>;
76250
76250
  }, "strip", z.ZodTypeAny, {
76251
76251
  email: string;
76252
76252
  id: string;
@@ -76291,11 +76291,11 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
76291
76291
  };
76292
76292
  createdAt: Date;
76293
76293
  isProtected: boolean;
76294
- emailSettings: {
76295
- marketingEmails: boolean;
76296
- };
76297
76294
  source?: "SignUp" | "Invite" | "SSO" | undefined;
76298
76295
  loggedOutAt?: Date | undefined;
76296
+ emailSettings?: {
76297
+ marketingEmails: boolean;
76298
+ } | undefined;
76299
76299
  }, {
76300
76300
  email: string;
76301
76301
  id: string;
@@ -76340,11 +76340,11 @@ declare const DTOCreateForgeIterationMessage: z.ZodObject<Omit<Omit<{
76340
76340
  };
76341
76341
  createdAt: Date;
76342
76342
  isProtected: boolean;
76343
- emailSettings: {
76344
- marketingEmails: boolean;
76345
- };
76346
76343
  source?: "SignUp" | "Invite" | "SSO" | undefined;
76347
76344
  loggedOutAt?: Date | undefined;
76345
+ emailSettings?: {
76346
+ marketingEmails: boolean;
76347
+ } | undefined;
76348
76348
  }>>;
76349
76349
  }, "user" | "agent"> & {
76350
76350
  agent: z.ZodOptional<z.ZodObject<{
@@ -76836,13 +76836,13 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
76836
76836
  loggedOutAt: z.ZodOptional<z.ZodDate>;
76837
76837
  isProtected: z.ZodBoolean;
76838
76838
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
76839
- emailSettings: z.ZodObject<{
76839
+ emailSettings: z.ZodOptional<z.ZodObject<{
76840
76840
  marketingEmails: z.ZodBoolean;
76841
76841
  }, "strip", z.ZodTypeAny, {
76842
76842
  marketingEmails: boolean;
76843
76843
  }, {
76844
76844
  marketingEmails: boolean;
76845
- }>;
76845
+ }>>;
76846
76846
  }, "strip", z.ZodTypeAny, {
76847
76847
  email: string;
76848
76848
  id: string;
@@ -76887,11 +76887,11 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
76887
76887
  };
76888
76888
  createdAt: Date;
76889
76889
  isProtected: boolean;
76890
- emailSettings: {
76891
- marketingEmails: boolean;
76892
- };
76893
76890
  source?: "SignUp" | "Invite" | "SSO" | undefined;
76894
76891
  loggedOutAt?: Date | undefined;
76892
+ emailSettings?: {
76893
+ marketingEmails: boolean;
76894
+ } | undefined;
76895
76895
  }, {
76896
76896
  email: string;
76897
76897
  id: string;
@@ -76936,11 +76936,11 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
76936
76936
  };
76937
76937
  createdAt: Date;
76938
76938
  isProtected: boolean;
76939
- emailSettings: {
76940
- marketingEmails: boolean;
76941
- };
76942
76939
  source?: "SignUp" | "Invite" | "SSO" | undefined;
76943
76940
  loggedOutAt?: Date | undefined;
76941
+ emailSettings?: {
76942
+ marketingEmails: boolean;
76943
+ } | undefined;
76944
76944
  }>>;
76945
76945
  }, "strip", z.ZodTypeAny, {
76946
76946
  type: "User" | "Agent";
@@ -76991,11 +76991,11 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
76991
76991
  };
76992
76992
  createdAt: Date;
76993
76993
  isProtected: boolean;
76994
- emailSettings: {
76995
- marketingEmails: boolean;
76996
- };
76997
76994
  source?: "SignUp" | "Invite" | "SSO" | undefined;
76998
76995
  loggedOutAt?: Date | undefined;
76996
+ emailSettings?: {
76997
+ marketingEmails: boolean;
76998
+ } | undefined;
76999
76999
  } | undefined;
77000
77000
  userId?: string | undefined;
77001
77001
  agentId?: string | undefined;
@@ -77062,11 +77062,11 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
77062
77062
  };
77063
77063
  createdAt: Date;
77064
77064
  isProtected: boolean;
77065
- emailSettings: {
77066
- marketingEmails: boolean;
77067
- };
77068
77065
  source?: "SignUp" | "Invite" | "SSO" | undefined;
77069
77066
  loggedOutAt?: Date | undefined;
77067
+ emailSettings?: {
77068
+ marketingEmails: boolean;
77069
+ } | undefined;
77070
77070
  } | undefined;
77071
77071
  userId?: string | undefined;
77072
77072
  agentId?: string | undefined;
@@ -77374,13 +77374,13 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
77374
77374
  loggedOutAt: z.ZodOptional<z.ZodDate>;
77375
77375
  isProtected: z.ZodBoolean;
77376
77376
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
77377
- emailSettings: z.ZodObject<{
77377
+ emailSettings: z.ZodOptional<z.ZodObject<{
77378
77378
  marketingEmails: z.ZodBoolean;
77379
77379
  }, "strip", z.ZodTypeAny, {
77380
77380
  marketingEmails: boolean;
77381
77381
  }, {
77382
77382
  marketingEmails: boolean;
77383
- }>;
77383
+ }>>;
77384
77384
  }, "strip", z.ZodTypeAny, {
77385
77385
  email: string;
77386
77386
  id: string;
@@ -77425,11 +77425,11 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
77425
77425
  };
77426
77426
  createdAt: Date;
77427
77427
  isProtected: boolean;
77428
- emailSettings: {
77429
- marketingEmails: boolean;
77430
- };
77431
77428
  source?: "SignUp" | "Invite" | "SSO" | undefined;
77432
77429
  loggedOutAt?: Date | undefined;
77430
+ emailSettings?: {
77431
+ marketingEmails: boolean;
77432
+ } | undefined;
77433
77433
  }, {
77434
77434
  email: string;
77435
77435
  id: string;
@@ -77474,11 +77474,11 @@ declare const DTOCreateForgeIterationMessageResponse: z.ZodObject<{
77474
77474
  };
77475
77475
  createdAt: Date;
77476
77476
  isProtected: boolean;
77477
- emailSettings: {
77478
- marketingEmails: boolean;
77479
- };
77480
77477
  source?: "SignUp" | "Invite" | "SSO" | undefined;
77481
77478
  loggedOutAt?: Date | undefined;
77479
+ emailSettings?: {
77480
+ marketingEmails: boolean;
77481
+ } | undefined;
77482
77482
  }>>;
77483
77483
  }, "user" | "agent"> & {
77484
77484
  agent: z.ZodOptional<z.ZodObject<{
@@ -78081,13 +78081,13 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
78081
78081
  loggedOutAt: z.ZodOptional<z.ZodDate>;
78082
78082
  isProtected: z.ZodBoolean;
78083
78083
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
78084
- emailSettings: z.ZodObject<{
78084
+ emailSettings: z.ZodOptional<z.ZodObject<{
78085
78085
  marketingEmails: z.ZodBoolean;
78086
78086
  }, "strip", z.ZodTypeAny, {
78087
78087
  marketingEmails: boolean;
78088
78088
  }, {
78089
78089
  marketingEmails: boolean;
78090
- }>;
78090
+ }>>;
78091
78091
  }, "strip", z.ZodTypeAny, {
78092
78092
  email: string;
78093
78093
  id: string;
@@ -78132,11 +78132,11 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
78132
78132
  };
78133
78133
  createdAt: Date;
78134
78134
  isProtected: boolean;
78135
- emailSettings: {
78136
- marketingEmails: boolean;
78137
- };
78138
78135
  source?: "SignUp" | "Invite" | "SSO" | undefined;
78139
78136
  loggedOutAt?: Date | undefined;
78137
+ emailSettings?: {
78138
+ marketingEmails: boolean;
78139
+ } | undefined;
78140
78140
  }, {
78141
78141
  email: string;
78142
78142
  id: string;
@@ -78181,11 +78181,11 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
78181
78181
  };
78182
78182
  createdAt: Date;
78183
78183
  isProtected: boolean;
78184
- emailSettings: {
78185
- marketingEmails: boolean;
78186
- };
78187
78184
  source?: "SignUp" | "Invite" | "SSO" | undefined;
78188
78185
  loggedOutAt?: Date | undefined;
78186
+ emailSettings?: {
78187
+ marketingEmails: boolean;
78188
+ } | undefined;
78189
78189
  }>>;
78190
78190
  }, "strip", z.ZodTypeAny, {
78191
78191
  type: "User" | "Agent";
@@ -78236,11 +78236,11 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
78236
78236
  };
78237
78237
  createdAt: Date;
78238
78238
  isProtected: boolean;
78239
- emailSettings: {
78240
- marketingEmails: boolean;
78241
- };
78242
78239
  source?: "SignUp" | "Invite" | "SSO" | undefined;
78243
78240
  loggedOutAt?: Date | undefined;
78241
+ emailSettings?: {
78242
+ marketingEmails: boolean;
78243
+ } | undefined;
78244
78244
  } | undefined;
78245
78245
  userId?: string | undefined;
78246
78246
  agentId?: string | undefined;
@@ -78307,11 +78307,11 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
78307
78307
  };
78308
78308
  createdAt: Date;
78309
78309
  isProtected: boolean;
78310
- emailSettings: {
78311
- marketingEmails: boolean;
78312
- };
78313
78310
  source?: "SignUp" | "Invite" | "SSO" | undefined;
78314
78311
  loggedOutAt?: Date | undefined;
78312
+ emailSettings?: {
78313
+ marketingEmails: boolean;
78314
+ } | undefined;
78315
78315
  } | undefined;
78316
78316
  userId?: string | undefined;
78317
78317
  agentId?: string | undefined;
@@ -78619,13 +78619,13 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
78619
78619
  loggedOutAt: z.ZodOptional<z.ZodDate>;
78620
78620
  isProtected: z.ZodBoolean;
78621
78621
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
78622
- emailSettings: z.ZodObject<{
78622
+ emailSettings: z.ZodOptional<z.ZodObject<{
78623
78623
  marketingEmails: z.ZodBoolean;
78624
78624
  }, "strip", z.ZodTypeAny, {
78625
78625
  marketingEmails: boolean;
78626
78626
  }, {
78627
78627
  marketingEmails: boolean;
78628
- }>;
78628
+ }>>;
78629
78629
  }, "strip", z.ZodTypeAny, {
78630
78630
  email: string;
78631
78631
  id: string;
@@ -78670,11 +78670,11 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
78670
78670
  };
78671
78671
  createdAt: Date;
78672
78672
  isProtected: boolean;
78673
- emailSettings: {
78674
- marketingEmails: boolean;
78675
- };
78676
78673
  source?: "SignUp" | "Invite" | "SSO" | undefined;
78677
78674
  loggedOutAt?: Date | undefined;
78675
+ emailSettings?: {
78676
+ marketingEmails: boolean;
78677
+ } | undefined;
78678
78678
  }, {
78679
78679
  email: string;
78680
78680
  id: string;
@@ -78719,11 +78719,11 @@ declare const DTOUpdateForgeIterationMessageResponse: z.ZodObject<{
78719
78719
  };
78720
78720
  createdAt: Date;
78721
78721
  isProtected: boolean;
78722
- emailSettings: {
78723
- marketingEmails: boolean;
78724
- };
78725
78722
  source?: "SignUp" | "Invite" | "SSO" | undefined;
78726
78723
  loggedOutAt?: Date | undefined;
78724
+ emailSettings?: {
78725
+ marketingEmails: boolean;
78726
+ } | undefined;
78727
78727
  }>>;
78728
78728
  }, "user" | "agent"> & {
78729
78729
  agent: z.ZodOptional<z.ZodObject<{
@@ -79331,13 +79331,13 @@ declare const DTOForgeParticipantsListResponse: z.ZodObject<{
79331
79331
  loggedOutAt: z.ZodOptional<z.ZodDate>;
79332
79332
  isProtected: z.ZodBoolean;
79333
79333
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
79334
- emailSettings: z.ZodObject<{
79334
+ emailSettings: z.ZodOptional<z.ZodObject<{
79335
79335
  marketingEmails: z.ZodBoolean;
79336
79336
  }, "strip", z.ZodTypeAny, {
79337
79337
  marketingEmails: boolean;
79338
79338
  }, {
79339
79339
  marketingEmails: boolean;
79340
- }>;
79340
+ }>>;
79341
79341
  }, "strip", z.ZodTypeAny, {
79342
79342
  email: string;
79343
79343
  id: string;
@@ -79382,11 +79382,11 @@ declare const DTOForgeParticipantsListResponse: z.ZodObject<{
79382
79382
  };
79383
79383
  createdAt: Date;
79384
79384
  isProtected: boolean;
79385
- emailSettings: {
79386
- marketingEmails: boolean;
79387
- };
79388
79385
  source?: "SignUp" | "Invite" | "SSO" | undefined;
79389
79386
  loggedOutAt?: Date | undefined;
79387
+ emailSettings?: {
79388
+ marketingEmails: boolean;
79389
+ } | undefined;
79390
79390
  }, {
79391
79391
  email: string;
79392
79392
  id: string;
@@ -79431,11 +79431,11 @@ declare const DTOForgeParticipantsListResponse: z.ZodObject<{
79431
79431
  };
79432
79432
  createdAt: Date;
79433
79433
  isProtected: boolean;
79434
- emailSettings: {
79435
- marketingEmails: boolean;
79436
- };
79437
79434
  source?: "SignUp" | "Invite" | "SSO" | undefined;
79438
79435
  loggedOutAt?: Date | undefined;
79436
+ emailSettings?: {
79437
+ marketingEmails: boolean;
79438
+ } | undefined;
79439
79439
  }>>;
79440
79440
  }, "user" | "agent"> & {
79441
79441
  agent: z.ZodOptional<z.ZodObject<{
@@ -79921,13 +79921,13 @@ declare const DTOForgeParticipantGetResponse: z.ZodObject<{
79921
79921
  loggedOutAt: z.ZodOptional<z.ZodDate>;
79922
79922
  isProtected: z.ZodBoolean;
79923
79923
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
79924
- emailSettings: z.ZodObject<{
79924
+ emailSettings: z.ZodOptional<z.ZodObject<{
79925
79925
  marketingEmails: z.ZodBoolean;
79926
79926
  }, "strip", z.ZodTypeAny, {
79927
79927
  marketingEmails: boolean;
79928
79928
  }, {
79929
79929
  marketingEmails: boolean;
79930
- }>;
79930
+ }>>;
79931
79931
  }, "strip", z.ZodTypeAny, {
79932
79932
  email: string;
79933
79933
  id: string;
@@ -79972,11 +79972,11 @@ declare const DTOForgeParticipantGetResponse: z.ZodObject<{
79972
79972
  };
79973
79973
  createdAt: Date;
79974
79974
  isProtected: boolean;
79975
- emailSettings: {
79976
- marketingEmails: boolean;
79977
- };
79978
79975
  source?: "SignUp" | "Invite" | "SSO" | undefined;
79979
79976
  loggedOutAt?: Date | undefined;
79977
+ emailSettings?: {
79978
+ marketingEmails: boolean;
79979
+ } | undefined;
79980
79980
  }, {
79981
79981
  email: string;
79982
79982
  id: string;
@@ -80021,11 +80021,11 @@ declare const DTOForgeParticipantGetResponse: z.ZodObject<{
80021
80021
  };
80022
80022
  createdAt: Date;
80023
80023
  isProtected: boolean;
80024
- emailSettings: {
80025
- marketingEmails: boolean;
80026
- };
80027
80024
  source?: "SignUp" | "Invite" | "SSO" | undefined;
80028
80025
  loggedOutAt?: Date | undefined;
80026
+ emailSettings?: {
80027
+ marketingEmails: boolean;
80028
+ } | undefined;
80029
80029
  }>>;
80030
80030
  }, "user" | "agent"> & {
80031
80031
  agent: z.ZodOptional<z.ZodObject<{
@@ -80510,13 +80510,13 @@ declare const DTOForgeParticipant: z.ZodObject<Omit<{
80510
80510
  loggedOutAt: z.ZodOptional<z.ZodDate>;
80511
80511
  isProtected: z.ZodBoolean;
80512
80512
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
80513
- emailSettings: z.ZodObject<{
80513
+ emailSettings: z.ZodOptional<z.ZodObject<{
80514
80514
  marketingEmails: z.ZodBoolean;
80515
80515
  }, "strip", z.ZodTypeAny, {
80516
80516
  marketingEmails: boolean;
80517
80517
  }, {
80518
80518
  marketingEmails: boolean;
80519
- }>;
80519
+ }>>;
80520
80520
  }, "strip", z.ZodTypeAny, {
80521
80521
  email: string;
80522
80522
  id: string;
@@ -80561,11 +80561,11 @@ declare const DTOForgeParticipant: z.ZodObject<Omit<{
80561
80561
  };
80562
80562
  createdAt: Date;
80563
80563
  isProtected: boolean;
80564
- emailSettings: {
80565
- marketingEmails: boolean;
80566
- };
80567
80564
  source?: "SignUp" | "Invite" | "SSO" | undefined;
80568
80565
  loggedOutAt?: Date | undefined;
80566
+ emailSettings?: {
80567
+ marketingEmails: boolean;
80568
+ } | undefined;
80569
80569
  }, {
80570
80570
  email: string;
80571
80571
  id: string;
@@ -80610,11 +80610,11 @@ declare const DTOForgeParticipant: z.ZodObject<Omit<{
80610
80610
  };
80611
80611
  createdAt: Date;
80612
80612
  isProtected: boolean;
80613
- emailSettings: {
80614
- marketingEmails: boolean;
80615
- };
80616
80613
  source?: "SignUp" | "Invite" | "SSO" | undefined;
80617
80614
  loggedOutAt?: Date | undefined;
80615
+ emailSettings?: {
80616
+ marketingEmails: boolean;
80617
+ } | undefined;
80618
80618
  }>>;
80619
80619
  }, "user" | "agent"> & {
80620
80620
  agent: z.ZodOptional<z.ZodObject<{
@@ -81034,13 +81034,13 @@ declare const DTOCreateForgeParticipant: z.ZodObject<Omit<Omit<{
81034
81034
  loggedOutAt: z.ZodOptional<z.ZodDate>;
81035
81035
  isProtected: z.ZodBoolean;
81036
81036
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
81037
- emailSettings: z.ZodObject<{
81037
+ emailSettings: z.ZodOptional<z.ZodObject<{
81038
81038
  marketingEmails: z.ZodBoolean;
81039
81039
  }, "strip", z.ZodTypeAny, {
81040
81040
  marketingEmails: boolean;
81041
81041
  }, {
81042
81042
  marketingEmails: boolean;
81043
- }>;
81043
+ }>>;
81044
81044
  }, "strip", z.ZodTypeAny, {
81045
81045
  email: string;
81046
81046
  id: string;
@@ -81085,11 +81085,11 @@ declare const DTOCreateForgeParticipant: z.ZodObject<Omit<Omit<{
81085
81085
  };
81086
81086
  createdAt: Date;
81087
81087
  isProtected: boolean;
81088
- emailSettings: {
81089
- marketingEmails: boolean;
81090
- };
81091
81088
  source?: "SignUp" | "Invite" | "SSO" | undefined;
81092
81089
  loggedOutAt?: Date | undefined;
81090
+ emailSettings?: {
81091
+ marketingEmails: boolean;
81092
+ } | undefined;
81093
81093
  }, {
81094
81094
  email: string;
81095
81095
  id: string;
@@ -81134,11 +81134,11 @@ declare const DTOCreateForgeParticipant: z.ZodObject<Omit<Omit<{
81134
81134
  };
81135
81135
  createdAt: Date;
81136
81136
  isProtected: boolean;
81137
- emailSettings: {
81138
- marketingEmails: boolean;
81139
- };
81140
81137
  source?: "SignUp" | "Invite" | "SSO" | undefined;
81141
81138
  loggedOutAt?: Date | undefined;
81139
+ emailSettings?: {
81140
+ marketingEmails: boolean;
81141
+ } | undefined;
81142
81142
  }>>;
81143
81143
  }, "user" | "agent"> & {
81144
81144
  agent: z.ZodOptional<z.ZodObject<{
@@ -81532,13 +81532,13 @@ declare const DTOCreateForgeParticipantResponse: z.ZodObject<{
81532
81532
  loggedOutAt: z.ZodOptional<z.ZodDate>;
81533
81533
  isProtected: z.ZodBoolean;
81534
81534
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
81535
- emailSettings: z.ZodObject<{
81535
+ emailSettings: z.ZodOptional<z.ZodObject<{
81536
81536
  marketingEmails: z.ZodBoolean;
81537
81537
  }, "strip", z.ZodTypeAny, {
81538
81538
  marketingEmails: boolean;
81539
81539
  }, {
81540
81540
  marketingEmails: boolean;
81541
- }>;
81541
+ }>>;
81542
81542
  }, "strip", z.ZodTypeAny, {
81543
81543
  email: string;
81544
81544
  id: string;
@@ -81583,11 +81583,11 @@ declare const DTOCreateForgeParticipantResponse: z.ZodObject<{
81583
81583
  };
81584
81584
  createdAt: Date;
81585
81585
  isProtected: boolean;
81586
- emailSettings: {
81587
- marketingEmails: boolean;
81588
- };
81589
81586
  source?: "SignUp" | "Invite" | "SSO" | undefined;
81590
81587
  loggedOutAt?: Date | undefined;
81588
+ emailSettings?: {
81589
+ marketingEmails: boolean;
81590
+ } | undefined;
81591
81591
  }, {
81592
81592
  email: string;
81593
81593
  id: string;
@@ -81632,11 +81632,11 @@ declare const DTOCreateForgeParticipantResponse: z.ZodObject<{
81632
81632
  };
81633
81633
  createdAt: Date;
81634
81634
  isProtected: boolean;
81635
- emailSettings: {
81636
- marketingEmails: boolean;
81637
- };
81638
81635
  source?: "SignUp" | "Invite" | "SSO" | undefined;
81639
81636
  loggedOutAt?: Date | undefined;
81637
+ emailSettings?: {
81638
+ marketingEmails: boolean;
81639
+ } | undefined;
81640
81640
  }>>;
81641
81641
  }, "user" | "agent"> & {
81642
81642
  agent: z.ZodOptional<z.ZodObject<{
@@ -82122,13 +82122,13 @@ declare const DTOUpdateForgeParticipantResponse: z.ZodObject<{
82122
82122
  loggedOutAt: z.ZodOptional<z.ZodDate>;
82123
82123
  isProtected: z.ZodBoolean;
82124
82124
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
82125
- emailSettings: z.ZodObject<{
82125
+ emailSettings: z.ZodOptional<z.ZodObject<{
82126
82126
  marketingEmails: z.ZodBoolean;
82127
82127
  }, "strip", z.ZodTypeAny, {
82128
82128
  marketingEmails: boolean;
82129
82129
  }, {
82130
82130
  marketingEmails: boolean;
82131
- }>;
82131
+ }>>;
82132
82132
  }, "strip", z.ZodTypeAny, {
82133
82133
  email: string;
82134
82134
  id: string;
@@ -82173,11 +82173,11 @@ declare const DTOUpdateForgeParticipantResponse: z.ZodObject<{
82173
82173
  };
82174
82174
  createdAt: Date;
82175
82175
  isProtected: boolean;
82176
- emailSettings: {
82177
- marketingEmails: boolean;
82178
- };
82179
82176
  source?: "SignUp" | "Invite" | "SSO" | undefined;
82180
82177
  loggedOutAt?: Date | undefined;
82178
+ emailSettings?: {
82179
+ marketingEmails: boolean;
82180
+ } | undefined;
82181
82181
  }, {
82182
82182
  email: string;
82183
82183
  id: string;
@@ -82222,11 +82222,11 @@ declare const DTOUpdateForgeParticipantResponse: z.ZodObject<{
82222
82222
  };
82223
82223
  createdAt: Date;
82224
82224
  isProtected: boolean;
82225
- emailSettings: {
82226
- marketingEmails: boolean;
82227
- };
82228
82225
  source?: "SignUp" | "Invite" | "SSO" | undefined;
82229
82226
  loggedOutAt?: Date | undefined;
82227
+ emailSettings?: {
82228
+ marketingEmails: boolean;
82229
+ } | undefined;
82230
82230
  }>>;
82231
82231
  }, "user" | "agent"> & {
82232
82232
  agent: z.ZodOptional<z.ZodObject<{
@@ -142566,13 +142566,13 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
142566
142566
  loggedOutAt: z.ZodOptional<z.ZodDate>;
142567
142567
  isProtected: z.ZodBoolean;
142568
142568
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
142569
- emailSettings: z.ZodObject<{
142569
+ emailSettings: z.ZodOptional<z.ZodObject<{
142570
142570
  marketingEmails: z.ZodBoolean;
142571
142571
  }, "strip", z.ZodTypeAny, {
142572
142572
  marketingEmails: boolean;
142573
142573
  }, {
142574
142574
  marketingEmails: boolean;
142575
- }>;
142575
+ }>>;
142576
142576
  }, "strip", z.ZodTypeAny, {
142577
142577
  email: string;
142578
142578
  id: string;
@@ -142617,11 +142617,11 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
142617
142617
  };
142618
142618
  createdAt: Date;
142619
142619
  isProtected: boolean;
142620
- emailSettings: {
142621
- marketingEmails: boolean;
142622
- };
142623
142620
  source?: "SignUp" | "Invite" | "SSO" | undefined;
142624
142621
  loggedOutAt?: Date | undefined;
142622
+ emailSettings?: {
142623
+ marketingEmails: boolean;
142624
+ } | undefined;
142625
142625
  }, {
142626
142626
  email: string;
142627
142627
  id: string;
@@ -142666,11 +142666,11 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
142666
142666
  };
142667
142667
  createdAt: Date;
142668
142668
  isProtected: boolean;
142669
- emailSettings: {
142670
- marketingEmails: boolean;
142671
- };
142672
142669
  source?: "SignUp" | "Invite" | "SSO" | undefined;
142673
142670
  loggedOutAt?: Date | undefined;
142671
+ emailSettings?: {
142672
+ marketingEmails: boolean;
142673
+ } | undefined;
142674
142674
  }>>;
142675
142675
  }, "strip", z.ZodTypeAny, {
142676
142676
  type: "User" | "Agent";
@@ -142721,11 +142721,11 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
142721
142721
  };
142722
142722
  createdAt: Date;
142723
142723
  isProtected: boolean;
142724
- emailSettings: {
142725
- marketingEmails: boolean;
142726
- };
142727
142724
  source?: "SignUp" | "Invite" | "SSO" | undefined;
142728
142725
  loggedOutAt?: Date | undefined;
142726
+ emailSettings?: {
142727
+ marketingEmails: boolean;
142728
+ } | undefined;
142729
142729
  } | undefined;
142730
142730
  userId?: string | undefined;
142731
142731
  agentId?: string | undefined;
@@ -142792,11 +142792,11 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
142792
142792
  };
142793
142793
  createdAt: Date;
142794
142794
  isProtected: boolean;
142795
- emailSettings: {
142796
- marketingEmails: boolean;
142797
- };
142798
142795
  source?: "SignUp" | "Invite" | "SSO" | undefined;
142799
142796
  loggedOutAt?: Date | undefined;
142797
+ emailSettings?: {
142798
+ marketingEmails: boolean;
142799
+ } | undefined;
142800
142800
  } | undefined;
142801
142801
  userId?: string | undefined;
142802
142802
  agentId?: string | undefined;
@@ -142887,11 +142887,11 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
142887
142887
  };
142888
142888
  createdAt: Date;
142889
142889
  isProtected: boolean;
142890
- emailSettings: {
142891
- marketingEmails: boolean;
142892
- };
142893
142890
  source?: "SignUp" | "Invite" | "SSO" | undefined;
142894
142891
  loggedOutAt?: Date | undefined;
142892
+ emailSettings?: {
142893
+ marketingEmails: boolean;
142894
+ } | undefined;
142895
142895
  } | undefined;
142896
142896
  userId?: string | undefined;
142897
142897
  agentId?: string | undefined;
@@ -142971,11 +142971,11 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
142971
142971
  };
142972
142972
  createdAt: Date;
142973
142973
  isProtected: boolean;
142974
- emailSettings: {
142975
- marketingEmails: boolean;
142976
- };
142977
142974
  source?: "SignUp" | "Invite" | "SSO" | undefined;
142978
142975
  loggedOutAt?: Date | undefined;
142976
+ emailSettings?: {
142977
+ marketingEmails: boolean;
142978
+ } | undefined;
142979
142979
  } | undefined;
142980
142980
  userId?: string | undefined;
142981
142981
  agentId?: string | undefined;
@@ -143550,13 +143550,13 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
143550
143550
  loggedOutAt: z.ZodOptional<z.ZodDate>;
143551
143551
  isProtected: z.ZodBoolean;
143552
143552
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
143553
- emailSettings: z.ZodObject<{
143553
+ emailSettings: z.ZodOptional<z.ZodObject<{
143554
143554
  marketingEmails: z.ZodBoolean;
143555
143555
  }, "strip", z.ZodTypeAny, {
143556
143556
  marketingEmails: boolean;
143557
143557
  }, {
143558
143558
  marketingEmails: boolean;
143559
- }>;
143559
+ }>>;
143560
143560
  }, "strip", z.ZodTypeAny, {
143561
143561
  email: string;
143562
143562
  id: string;
@@ -143601,11 +143601,11 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
143601
143601
  };
143602
143602
  createdAt: Date;
143603
143603
  isProtected: boolean;
143604
- emailSettings: {
143605
- marketingEmails: boolean;
143606
- };
143607
143604
  source?: "SignUp" | "Invite" | "SSO" | undefined;
143608
143605
  loggedOutAt?: Date | undefined;
143606
+ emailSettings?: {
143607
+ marketingEmails: boolean;
143608
+ } | undefined;
143609
143609
  }, {
143610
143610
  email: string;
143611
143611
  id: string;
@@ -143650,11 +143650,11 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
143650
143650
  };
143651
143651
  createdAt: Date;
143652
143652
  isProtected: boolean;
143653
- emailSettings: {
143654
- marketingEmails: boolean;
143655
- };
143656
143653
  source?: "SignUp" | "Invite" | "SSO" | undefined;
143657
143654
  loggedOutAt?: Date | undefined;
143655
+ emailSettings?: {
143656
+ marketingEmails: boolean;
143657
+ } | undefined;
143658
143658
  }>>;
143659
143659
  }, "strip", z.ZodTypeAny, {
143660
143660
  type: "User" | "Agent";
@@ -143705,11 +143705,11 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
143705
143705
  };
143706
143706
  createdAt: Date;
143707
143707
  isProtected: boolean;
143708
- emailSettings: {
143709
- marketingEmails: boolean;
143710
- };
143711
143708
  source?: "SignUp" | "Invite" | "SSO" | undefined;
143712
143709
  loggedOutAt?: Date | undefined;
143710
+ emailSettings?: {
143711
+ marketingEmails: boolean;
143712
+ } | undefined;
143713
143713
  } | undefined;
143714
143714
  userId?: string | undefined;
143715
143715
  agentId?: string | undefined;
@@ -143776,11 +143776,11 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
143776
143776
  };
143777
143777
  createdAt: Date;
143778
143778
  isProtected: boolean;
143779
- emailSettings: {
143780
- marketingEmails: boolean;
143781
- };
143782
143779
  source?: "SignUp" | "Invite" | "SSO" | undefined;
143783
143780
  loggedOutAt?: Date | undefined;
143781
+ emailSettings?: {
143782
+ marketingEmails: boolean;
143783
+ } | undefined;
143784
143784
  } | undefined;
143785
143785
  userId?: string | undefined;
143786
143786
  agentId?: string | undefined;
@@ -144088,13 +144088,13 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
144088
144088
  loggedOutAt: z.ZodOptional<z.ZodDate>;
144089
144089
  isProtected: z.ZodBoolean;
144090
144090
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
144091
- emailSettings: z.ZodObject<{
144091
+ emailSettings: z.ZodOptional<z.ZodObject<{
144092
144092
  marketingEmails: z.ZodBoolean;
144093
144093
  }, "strip", z.ZodTypeAny, {
144094
144094
  marketingEmails: boolean;
144095
144095
  }, {
144096
144096
  marketingEmails: boolean;
144097
- }>;
144097
+ }>>;
144098
144098
  }, "strip", z.ZodTypeAny, {
144099
144099
  email: string;
144100
144100
  id: string;
@@ -144139,11 +144139,11 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
144139
144139
  };
144140
144140
  createdAt: Date;
144141
144141
  isProtected: boolean;
144142
- emailSettings: {
144143
- marketingEmails: boolean;
144144
- };
144145
144142
  source?: "SignUp" | "Invite" | "SSO" | undefined;
144146
144143
  loggedOutAt?: Date | undefined;
144144
+ emailSettings?: {
144145
+ marketingEmails: boolean;
144146
+ } | undefined;
144147
144147
  }, {
144148
144148
  email: string;
144149
144149
  id: string;
@@ -144188,11 +144188,11 @@ declare const DTOForgeProjectIteration: z.ZodObject<Omit<{
144188
144188
  };
144189
144189
  createdAt: Date;
144190
144190
  isProtected: boolean;
144191
- emailSettings: {
144192
- marketingEmails: boolean;
144193
- };
144194
144191
  source?: "SignUp" | "Invite" | "SSO" | undefined;
144195
144192
  loggedOutAt?: Date | undefined;
144193
+ emailSettings?: {
144194
+ marketingEmails: boolean;
144195
+ } | undefined;
144196
144196
  }>>;
144197
144197
  }, "user" | "agent"> & {
144198
144198
  agent: z.ZodOptional<z.ZodObject<{
@@ -144912,13 +144912,13 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
144912
144912
  loggedOutAt: z.ZodOptional<z.ZodDate>;
144913
144913
  isProtected: z.ZodBoolean;
144914
144914
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
144915
- emailSettings: z.ZodObject<{
144915
+ emailSettings: z.ZodOptional<z.ZodObject<{
144916
144916
  marketingEmails: z.ZodBoolean;
144917
144917
  }, "strip", z.ZodTypeAny, {
144918
144918
  marketingEmails: boolean;
144919
144919
  }, {
144920
144920
  marketingEmails: boolean;
144921
- }>;
144921
+ }>>;
144922
144922
  }, "strip", z.ZodTypeAny, {
144923
144923
  email: string;
144924
144924
  id: string;
@@ -144963,11 +144963,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
144963
144963
  };
144964
144964
  createdAt: Date;
144965
144965
  isProtected: boolean;
144966
- emailSettings: {
144967
- marketingEmails: boolean;
144968
- };
144969
144966
  source?: "SignUp" | "Invite" | "SSO" | undefined;
144970
144967
  loggedOutAt?: Date | undefined;
144968
+ emailSettings?: {
144969
+ marketingEmails: boolean;
144970
+ } | undefined;
144971
144971
  }, {
144972
144972
  email: string;
144973
144973
  id: string;
@@ -145012,11 +145012,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
145012
145012
  };
145013
145013
  createdAt: Date;
145014
145014
  isProtected: boolean;
145015
- emailSettings: {
145016
- marketingEmails: boolean;
145017
- };
145018
145015
  source?: "SignUp" | "Invite" | "SSO" | undefined;
145019
145016
  loggedOutAt?: Date | undefined;
145017
+ emailSettings?: {
145018
+ marketingEmails: boolean;
145019
+ } | undefined;
145020
145020
  }>>;
145021
145021
  }, "strip", z.ZodTypeAny, {
145022
145022
  type: "User" | "Agent";
@@ -145067,11 +145067,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
145067
145067
  };
145068
145068
  createdAt: Date;
145069
145069
  isProtected: boolean;
145070
- emailSettings: {
145071
- marketingEmails: boolean;
145072
- };
145073
145070
  source?: "SignUp" | "Invite" | "SSO" | undefined;
145074
145071
  loggedOutAt?: Date | undefined;
145072
+ emailSettings?: {
145073
+ marketingEmails: boolean;
145074
+ } | undefined;
145075
145075
  } | undefined;
145076
145076
  userId?: string | undefined;
145077
145077
  agentId?: string | undefined;
@@ -145138,11 +145138,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
145138
145138
  };
145139
145139
  createdAt: Date;
145140
145140
  isProtected: boolean;
145141
- emailSettings: {
145142
- marketingEmails: boolean;
145143
- };
145144
145141
  source?: "SignUp" | "Invite" | "SSO" | undefined;
145145
145142
  loggedOutAt?: Date | undefined;
145143
+ emailSettings?: {
145144
+ marketingEmails: boolean;
145145
+ } | undefined;
145146
145146
  } | undefined;
145147
145147
  userId?: string | undefined;
145148
145148
  agentId?: string | undefined;
@@ -145233,11 +145233,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
145233
145233
  };
145234
145234
  createdAt: Date;
145235
145235
  isProtected: boolean;
145236
- emailSettings: {
145237
- marketingEmails: boolean;
145238
- };
145239
145236
  source?: "SignUp" | "Invite" | "SSO" | undefined;
145240
145237
  loggedOutAt?: Date | undefined;
145238
+ emailSettings?: {
145239
+ marketingEmails: boolean;
145240
+ } | undefined;
145241
145241
  } | undefined;
145242
145242
  userId?: string | undefined;
145243
145243
  agentId?: string | undefined;
@@ -145317,11 +145317,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
145317
145317
  };
145318
145318
  createdAt: Date;
145319
145319
  isProtected: boolean;
145320
- emailSettings: {
145321
- marketingEmails: boolean;
145322
- };
145323
145320
  source?: "SignUp" | "Invite" | "SSO" | undefined;
145324
145321
  loggedOutAt?: Date | undefined;
145322
+ emailSettings?: {
145323
+ marketingEmails: boolean;
145324
+ } | undefined;
145325
145325
  } | undefined;
145326
145326
  userId?: string | undefined;
145327
145327
  agentId?: string | undefined;
@@ -145896,13 +145896,13 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
145896
145896
  loggedOutAt: z.ZodOptional<z.ZodDate>;
145897
145897
  isProtected: z.ZodBoolean;
145898
145898
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
145899
- emailSettings: z.ZodObject<{
145899
+ emailSettings: z.ZodOptional<z.ZodObject<{
145900
145900
  marketingEmails: z.ZodBoolean;
145901
145901
  }, "strip", z.ZodTypeAny, {
145902
145902
  marketingEmails: boolean;
145903
145903
  }, {
145904
145904
  marketingEmails: boolean;
145905
- }>;
145905
+ }>>;
145906
145906
  }, "strip", z.ZodTypeAny, {
145907
145907
  email: string;
145908
145908
  id: string;
@@ -145947,11 +145947,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
145947
145947
  };
145948
145948
  createdAt: Date;
145949
145949
  isProtected: boolean;
145950
- emailSettings: {
145951
- marketingEmails: boolean;
145952
- };
145953
145950
  source?: "SignUp" | "Invite" | "SSO" | undefined;
145954
145951
  loggedOutAt?: Date | undefined;
145952
+ emailSettings?: {
145953
+ marketingEmails: boolean;
145954
+ } | undefined;
145955
145955
  }, {
145956
145956
  email: string;
145957
145957
  id: string;
@@ -145996,11 +145996,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
145996
145996
  };
145997
145997
  createdAt: Date;
145998
145998
  isProtected: boolean;
145999
- emailSettings: {
146000
- marketingEmails: boolean;
146001
- };
146002
145999
  source?: "SignUp" | "Invite" | "SSO" | undefined;
146003
146000
  loggedOutAt?: Date | undefined;
146001
+ emailSettings?: {
146002
+ marketingEmails: boolean;
146003
+ } | undefined;
146004
146004
  }>>;
146005
146005
  }, "strip", z.ZodTypeAny, {
146006
146006
  type: "User" | "Agent";
@@ -146051,11 +146051,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
146051
146051
  };
146052
146052
  createdAt: Date;
146053
146053
  isProtected: boolean;
146054
- emailSettings: {
146055
- marketingEmails: boolean;
146056
- };
146057
146054
  source?: "SignUp" | "Invite" | "SSO" | undefined;
146058
146055
  loggedOutAt?: Date | undefined;
146056
+ emailSettings?: {
146057
+ marketingEmails: boolean;
146058
+ } | undefined;
146059
146059
  } | undefined;
146060
146060
  userId?: string | undefined;
146061
146061
  agentId?: string | undefined;
@@ -146122,11 +146122,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
146122
146122
  };
146123
146123
  createdAt: Date;
146124
146124
  isProtected: boolean;
146125
- emailSettings: {
146126
- marketingEmails: boolean;
146127
- };
146128
146125
  source?: "SignUp" | "Invite" | "SSO" | undefined;
146129
146126
  loggedOutAt?: Date | undefined;
146127
+ emailSettings?: {
146128
+ marketingEmails: boolean;
146129
+ } | undefined;
146130
146130
  } | undefined;
146131
146131
  userId?: string | undefined;
146132
146132
  agentId?: string | undefined;
@@ -146434,13 +146434,13 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
146434
146434
  loggedOutAt: z.ZodOptional<z.ZodDate>;
146435
146435
  isProtected: z.ZodBoolean;
146436
146436
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
146437
- emailSettings: z.ZodObject<{
146437
+ emailSettings: z.ZodOptional<z.ZodObject<{
146438
146438
  marketingEmails: z.ZodBoolean;
146439
146439
  }, "strip", z.ZodTypeAny, {
146440
146440
  marketingEmails: boolean;
146441
146441
  }, {
146442
146442
  marketingEmails: boolean;
146443
- }>;
146443
+ }>>;
146444
146444
  }, "strip", z.ZodTypeAny, {
146445
146445
  email: string;
146446
146446
  id: string;
@@ -146485,11 +146485,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
146485
146485
  };
146486
146486
  createdAt: Date;
146487
146487
  isProtected: boolean;
146488
- emailSettings: {
146489
- marketingEmails: boolean;
146490
- };
146491
146488
  source?: "SignUp" | "Invite" | "SSO" | undefined;
146492
146489
  loggedOutAt?: Date | undefined;
146490
+ emailSettings?: {
146491
+ marketingEmails: boolean;
146492
+ } | undefined;
146493
146493
  }, {
146494
146494
  email: string;
146495
146495
  id: string;
@@ -146534,11 +146534,11 @@ declare const DTOForgeProjectIterationListResponse: z.ZodObject<{
146534
146534
  };
146535
146535
  createdAt: Date;
146536
146536
  isProtected: boolean;
146537
- emailSettings: {
146538
- marketingEmails: boolean;
146539
- };
146540
146537
  source?: "SignUp" | "Invite" | "SSO" | undefined;
146541
146538
  loggedOutAt?: Date | undefined;
146539
+ emailSettings?: {
146540
+ marketingEmails: boolean;
146541
+ } | undefined;
146542
146542
  }>>;
146543
146543
  }, "user" | "agent"> & {
146544
146544
  agent: z.ZodOptional<z.ZodObject<{
@@ -147453,13 +147453,13 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
147453
147453
  loggedOutAt: z.ZodOptional<z.ZodDate>;
147454
147454
  isProtected: z.ZodBoolean;
147455
147455
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
147456
- emailSettings: z.ZodObject<{
147456
+ emailSettings: z.ZodOptional<z.ZodObject<{
147457
147457
  marketingEmails: z.ZodBoolean;
147458
147458
  }, "strip", z.ZodTypeAny, {
147459
147459
  marketingEmails: boolean;
147460
147460
  }, {
147461
147461
  marketingEmails: boolean;
147462
- }>;
147462
+ }>>;
147463
147463
  }, "strip", z.ZodTypeAny, {
147464
147464
  email: string;
147465
147465
  id: string;
@@ -147504,11 +147504,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
147504
147504
  };
147505
147505
  createdAt: Date;
147506
147506
  isProtected: boolean;
147507
- emailSettings: {
147508
- marketingEmails: boolean;
147509
- };
147510
147507
  source?: "SignUp" | "Invite" | "SSO" | undefined;
147511
147508
  loggedOutAt?: Date | undefined;
147509
+ emailSettings?: {
147510
+ marketingEmails: boolean;
147511
+ } | undefined;
147512
147512
  }, {
147513
147513
  email: string;
147514
147514
  id: string;
@@ -147553,11 +147553,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
147553
147553
  };
147554
147554
  createdAt: Date;
147555
147555
  isProtected: boolean;
147556
- emailSettings: {
147557
- marketingEmails: boolean;
147558
- };
147559
147556
  source?: "SignUp" | "Invite" | "SSO" | undefined;
147560
147557
  loggedOutAt?: Date | undefined;
147558
+ emailSettings?: {
147559
+ marketingEmails: boolean;
147560
+ } | undefined;
147561
147561
  }>>;
147562
147562
  }, "strip", z.ZodTypeAny, {
147563
147563
  type: "User" | "Agent";
@@ -147608,11 +147608,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
147608
147608
  };
147609
147609
  createdAt: Date;
147610
147610
  isProtected: boolean;
147611
- emailSettings: {
147612
- marketingEmails: boolean;
147613
- };
147614
147611
  source?: "SignUp" | "Invite" | "SSO" | undefined;
147615
147612
  loggedOutAt?: Date | undefined;
147613
+ emailSettings?: {
147614
+ marketingEmails: boolean;
147615
+ } | undefined;
147616
147616
  } | undefined;
147617
147617
  userId?: string | undefined;
147618
147618
  agentId?: string | undefined;
@@ -147679,11 +147679,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
147679
147679
  };
147680
147680
  createdAt: Date;
147681
147681
  isProtected: boolean;
147682
- emailSettings: {
147683
- marketingEmails: boolean;
147684
- };
147685
147682
  source?: "SignUp" | "Invite" | "SSO" | undefined;
147686
147683
  loggedOutAt?: Date | undefined;
147684
+ emailSettings?: {
147685
+ marketingEmails: boolean;
147686
+ } | undefined;
147687
147687
  } | undefined;
147688
147688
  userId?: string | undefined;
147689
147689
  agentId?: string | undefined;
@@ -147774,11 +147774,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
147774
147774
  };
147775
147775
  createdAt: Date;
147776
147776
  isProtected: boolean;
147777
- emailSettings: {
147778
- marketingEmails: boolean;
147779
- };
147780
147777
  source?: "SignUp" | "Invite" | "SSO" | undefined;
147781
147778
  loggedOutAt?: Date | undefined;
147779
+ emailSettings?: {
147780
+ marketingEmails: boolean;
147781
+ } | undefined;
147782
147782
  } | undefined;
147783
147783
  userId?: string | undefined;
147784
147784
  agentId?: string | undefined;
@@ -147858,11 +147858,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
147858
147858
  };
147859
147859
  createdAt: Date;
147860
147860
  isProtected: boolean;
147861
- emailSettings: {
147862
- marketingEmails: boolean;
147863
- };
147864
147861
  source?: "SignUp" | "Invite" | "SSO" | undefined;
147865
147862
  loggedOutAt?: Date | undefined;
147863
+ emailSettings?: {
147864
+ marketingEmails: boolean;
147865
+ } | undefined;
147866
147866
  } | undefined;
147867
147867
  userId?: string | undefined;
147868
147868
  agentId?: string | undefined;
@@ -148437,13 +148437,13 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
148437
148437
  loggedOutAt: z.ZodOptional<z.ZodDate>;
148438
148438
  isProtected: z.ZodBoolean;
148439
148439
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
148440
- emailSettings: z.ZodObject<{
148440
+ emailSettings: z.ZodOptional<z.ZodObject<{
148441
148441
  marketingEmails: z.ZodBoolean;
148442
148442
  }, "strip", z.ZodTypeAny, {
148443
148443
  marketingEmails: boolean;
148444
148444
  }, {
148445
148445
  marketingEmails: boolean;
148446
- }>;
148446
+ }>>;
148447
148447
  }, "strip", z.ZodTypeAny, {
148448
148448
  email: string;
148449
148449
  id: string;
@@ -148488,11 +148488,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
148488
148488
  };
148489
148489
  createdAt: Date;
148490
148490
  isProtected: boolean;
148491
- emailSettings: {
148492
- marketingEmails: boolean;
148493
- };
148494
148491
  source?: "SignUp" | "Invite" | "SSO" | undefined;
148495
148492
  loggedOutAt?: Date | undefined;
148493
+ emailSettings?: {
148494
+ marketingEmails: boolean;
148495
+ } | undefined;
148496
148496
  }, {
148497
148497
  email: string;
148498
148498
  id: string;
@@ -148537,11 +148537,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
148537
148537
  };
148538
148538
  createdAt: Date;
148539
148539
  isProtected: boolean;
148540
- emailSettings: {
148541
- marketingEmails: boolean;
148542
- };
148543
148540
  source?: "SignUp" | "Invite" | "SSO" | undefined;
148544
148541
  loggedOutAt?: Date | undefined;
148542
+ emailSettings?: {
148543
+ marketingEmails: boolean;
148544
+ } | undefined;
148545
148545
  }>>;
148546
148546
  }, "strip", z.ZodTypeAny, {
148547
148547
  type: "User" | "Agent";
@@ -148592,11 +148592,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
148592
148592
  };
148593
148593
  createdAt: Date;
148594
148594
  isProtected: boolean;
148595
- emailSettings: {
148596
- marketingEmails: boolean;
148597
- };
148598
148595
  source?: "SignUp" | "Invite" | "SSO" | undefined;
148599
148596
  loggedOutAt?: Date | undefined;
148597
+ emailSettings?: {
148598
+ marketingEmails: boolean;
148599
+ } | undefined;
148600
148600
  } | undefined;
148601
148601
  userId?: string | undefined;
148602
148602
  agentId?: string | undefined;
@@ -148663,11 +148663,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
148663
148663
  };
148664
148664
  createdAt: Date;
148665
148665
  isProtected: boolean;
148666
- emailSettings: {
148667
- marketingEmails: boolean;
148668
- };
148669
148666
  source?: "SignUp" | "Invite" | "SSO" | undefined;
148670
148667
  loggedOutAt?: Date | undefined;
148668
+ emailSettings?: {
148669
+ marketingEmails: boolean;
148670
+ } | undefined;
148671
148671
  } | undefined;
148672
148672
  userId?: string | undefined;
148673
148673
  agentId?: string | undefined;
@@ -148975,13 +148975,13 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
148975
148975
  loggedOutAt: z.ZodOptional<z.ZodDate>;
148976
148976
  isProtected: z.ZodBoolean;
148977
148977
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
148978
- emailSettings: z.ZodObject<{
148978
+ emailSettings: z.ZodOptional<z.ZodObject<{
148979
148979
  marketingEmails: z.ZodBoolean;
148980
148980
  }, "strip", z.ZodTypeAny, {
148981
148981
  marketingEmails: boolean;
148982
148982
  }, {
148983
148983
  marketingEmails: boolean;
148984
- }>;
148984
+ }>>;
148985
148985
  }, "strip", z.ZodTypeAny, {
148986
148986
  email: string;
148987
148987
  id: string;
@@ -149026,11 +149026,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
149026
149026
  };
149027
149027
  createdAt: Date;
149028
149028
  isProtected: boolean;
149029
- emailSettings: {
149030
- marketingEmails: boolean;
149031
- };
149032
149029
  source?: "SignUp" | "Invite" | "SSO" | undefined;
149033
149030
  loggedOutAt?: Date | undefined;
149031
+ emailSettings?: {
149032
+ marketingEmails: boolean;
149033
+ } | undefined;
149034
149034
  }, {
149035
149035
  email: string;
149036
149036
  id: string;
@@ -149075,11 +149075,11 @@ declare const DTOGetForgeProjectIterationResponse: z.ZodObject<{
149075
149075
  };
149076
149076
  createdAt: Date;
149077
149077
  isProtected: boolean;
149078
- emailSettings: {
149079
- marketingEmails: boolean;
149080
- };
149081
149078
  source?: "SignUp" | "Invite" | "SSO" | undefined;
149082
149079
  loggedOutAt?: Date | undefined;
149080
+ emailSettings?: {
149081
+ marketingEmails: boolean;
149082
+ } | undefined;
149083
149083
  }>>;
149084
149084
  }, "user" | "agent"> & {
149085
149085
  agent: z.ZodOptional<z.ZodObject<{
@@ -149993,13 +149993,13 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
149993
149993
  loggedOutAt: z.ZodOptional<z.ZodDate>;
149994
149994
  isProtected: z.ZodBoolean;
149995
149995
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
149996
- emailSettings: z.ZodObject<{
149996
+ emailSettings: z.ZodOptional<z.ZodObject<{
149997
149997
  marketingEmails: z.ZodBoolean;
149998
149998
  }, "strip", z.ZodTypeAny, {
149999
149999
  marketingEmails: boolean;
150000
150000
  }, {
150001
150001
  marketingEmails: boolean;
150002
- }>;
150002
+ }>>;
150003
150003
  }, "strip", z.ZodTypeAny, {
150004
150004
  email: string;
150005
150005
  id: string;
@@ -150044,11 +150044,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
150044
150044
  };
150045
150045
  createdAt: Date;
150046
150046
  isProtected: boolean;
150047
- emailSettings: {
150048
- marketingEmails: boolean;
150049
- };
150050
150047
  source?: "SignUp" | "Invite" | "SSO" | undefined;
150051
150048
  loggedOutAt?: Date | undefined;
150049
+ emailSettings?: {
150050
+ marketingEmails: boolean;
150051
+ } | undefined;
150052
150052
  }, {
150053
150053
  email: string;
150054
150054
  id: string;
@@ -150093,11 +150093,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
150093
150093
  };
150094
150094
  createdAt: Date;
150095
150095
  isProtected: boolean;
150096
- emailSettings: {
150097
- marketingEmails: boolean;
150098
- };
150099
150096
  source?: "SignUp" | "Invite" | "SSO" | undefined;
150100
150097
  loggedOutAt?: Date | undefined;
150098
+ emailSettings?: {
150099
+ marketingEmails: boolean;
150100
+ } | undefined;
150101
150101
  }>>;
150102
150102
  }, "strip", z.ZodTypeAny, {
150103
150103
  type: "User" | "Agent";
@@ -150148,11 +150148,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
150148
150148
  };
150149
150149
  createdAt: Date;
150150
150150
  isProtected: boolean;
150151
- emailSettings: {
150152
- marketingEmails: boolean;
150153
- };
150154
150151
  source?: "SignUp" | "Invite" | "SSO" | undefined;
150155
150152
  loggedOutAt?: Date | undefined;
150153
+ emailSettings?: {
150154
+ marketingEmails: boolean;
150155
+ } | undefined;
150156
150156
  } | undefined;
150157
150157
  userId?: string | undefined;
150158
150158
  agentId?: string | undefined;
@@ -150219,11 +150219,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
150219
150219
  };
150220
150220
  createdAt: Date;
150221
150221
  isProtected: boolean;
150222
- emailSettings: {
150223
- marketingEmails: boolean;
150224
- };
150225
150222
  source?: "SignUp" | "Invite" | "SSO" | undefined;
150226
150223
  loggedOutAt?: Date | undefined;
150224
+ emailSettings?: {
150225
+ marketingEmails: boolean;
150226
+ } | undefined;
150227
150227
  } | undefined;
150228
150228
  userId?: string | undefined;
150229
150229
  agentId?: string | undefined;
@@ -150314,11 +150314,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
150314
150314
  };
150315
150315
  createdAt: Date;
150316
150316
  isProtected: boolean;
150317
- emailSettings: {
150318
- marketingEmails: boolean;
150319
- };
150320
150317
  source?: "SignUp" | "Invite" | "SSO" | undefined;
150321
150318
  loggedOutAt?: Date | undefined;
150319
+ emailSettings?: {
150320
+ marketingEmails: boolean;
150321
+ } | undefined;
150322
150322
  } | undefined;
150323
150323
  userId?: string | undefined;
150324
150324
  agentId?: string | undefined;
@@ -150398,11 +150398,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
150398
150398
  };
150399
150399
  createdAt: Date;
150400
150400
  isProtected: boolean;
150401
- emailSettings: {
150402
- marketingEmails: boolean;
150403
- };
150404
150401
  source?: "SignUp" | "Invite" | "SSO" | undefined;
150405
150402
  loggedOutAt?: Date | undefined;
150403
+ emailSettings?: {
150404
+ marketingEmails: boolean;
150405
+ } | undefined;
150406
150406
  } | undefined;
150407
150407
  userId?: string | undefined;
150408
150408
  agentId?: string | undefined;
@@ -150977,13 +150977,13 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
150977
150977
  loggedOutAt: z.ZodOptional<z.ZodDate>;
150978
150978
  isProtected: z.ZodBoolean;
150979
150979
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
150980
- emailSettings: z.ZodObject<{
150980
+ emailSettings: z.ZodOptional<z.ZodObject<{
150981
150981
  marketingEmails: z.ZodBoolean;
150982
150982
  }, "strip", z.ZodTypeAny, {
150983
150983
  marketingEmails: boolean;
150984
150984
  }, {
150985
150985
  marketingEmails: boolean;
150986
- }>;
150986
+ }>>;
150987
150987
  }, "strip", z.ZodTypeAny, {
150988
150988
  email: string;
150989
150989
  id: string;
@@ -151028,11 +151028,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
151028
151028
  };
151029
151029
  createdAt: Date;
151030
151030
  isProtected: boolean;
151031
- emailSettings: {
151032
- marketingEmails: boolean;
151033
- };
151034
151031
  source?: "SignUp" | "Invite" | "SSO" | undefined;
151035
151032
  loggedOutAt?: Date | undefined;
151033
+ emailSettings?: {
151034
+ marketingEmails: boolean;
151035
+ } | undefined;
151036
151036
  }, {
151037
151037
  email: string;
151038
151038
  id: string;
@@ -151077,11 +151077,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
151077
151077
  };
151078
151078
  createdAt: Date;
151079
151079
  isProtected: boolean;
151080
- emailSettings: {
151081
- marketingEmails: boolean;
151082
- };
151083
151080
  source?: "SignUp" | "Invite" | "SSO" | undefined;
151084
151081
  loggedOutAt?: Date | undefined;
151082
+ emailSettings?: {
151083
+ marketingEmails: boolean;
151084
+ } | undefined;
151085
151085
  }>>;
151086
151086
  }, "strip", z.ZodTypeAny, {
151087
151087
  type: "User" | "Agent";
@@ -151132,11 +151132,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
151132
151132
  };
151133
151133
  createdAt: Date;
151134
151134
  isProtected: boolean;
151135
- emailSettings: {
151136
- marketingEmails: boolean;
151137
- };
151138
151135
  source?: "SignUp" | "Invite" | "SSO" | undefined;
151139
151136
  loggedOutAt?: Date | undefined;
151137
+ emailSettings?: {
151138
+ marketingEmails: boolean;
151139
+ } | undefined;
151140
151140
  } | undefined;
151141
151141
  userId?: string | undefined;
151142
151142
  agentId?: string | undefined;
@@ -151203,11 +151203,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
151203
151203
  };
151204
151204
  createdAt: Date;
151205
151205
  isProtected: boolean;
151206
- emailSettings: {
151207
- marketingEmails: boolean;
151208
- };
151209
151206
  source?: "SignUp" | "Invite" | "SSO" | undefined;
151210
151207
  loggedOutAt?: Date | undefined;
151208
+ emailSettings?: {
151209
+ marketingEmails: boolean;
151210
+ } | undefined;
151211
151211
  } | undefined;
151212
151212
  userId?: string | undefined;
151213
151213
  agentId?: string | undefined;
@@ -151515,13 +151515,13 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
151515
151515
  loggedOutAt: z.ZodOptional<z.ZodDate>;
151516
151516
  isProtected: z.ZodBoolean;
151517
151517
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
151518
- emailSettings: z.ZodObject<{
151518
+ emailSettings: z.ZodOptional<z.ZodObject<{
151519
151519
  marketingEmails: z.ZodBoolean;
151520
151520
  }, "strip", z.ZodTypeAny, {
151521
151521
  marketingEmails: boolean;
151522
151522
  }, {
151523
151523
  marketingEmails: boolean;
151524
- }>;
151524
+ }>>;
151525
151525
  }, "strip", z.ZodTypeAny, {
151526
151526
  email: string;
151527
151527
  id: string;
@@ -151566,11 +151566,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
151566
151566
  };
151567
151567
  createdAt: Date;
151568
151568
  isProtected: boolean;
151569
- emailSettings: {
151570
- marketingEmails: boolean;
151571
- };
151572
151569
  source?: "SignUp" | "Invite" | "SSO" | undefined;
151573
151570
  loggedOutAt?: Date | undefined;
151571
+ emailSettings?: {
151572
+ marketingEmails: boolean;
151573
+ } | undefined;
151574
151574
  }, {
151575
151575
  email: string;
151576
151576
  id: string;
@@ -151615,11 +151615,11 @@ declare const DTOCreateForgeProjectIteration: z.ZodObject<Omit<Omit<{
151615
151615
  };
151616
151616
  createdAt: Date;
151617
151617
  isProtected: boolean;
151618
- emailSettings: {
151619
- marketingEmails: boolean;
151620
- };
151621
151618
  source?: "SignUp" | "Invite" | "SSO" | undefined;
151622
151619
  loggedOutAt?: Date | undefined;
151620
+ emailSettings?: {
151621
+ marketingEmails: boolean;
151622
+ } | undefined;
151623
151623
  }>>;
151624
151624
  }, "user" | "agent"> & {
151625
151625
  agent: z.ZodOptional<z.ZodObject<{
@@ -152182,13 +152182,13 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
152182
152182
  loggedOutAt: z.ZodOptional<z.ZodDate>;
152183
152183
  isProtected: z.ZodBoolean;
152184
152184
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
152185
- emailSettings: z.ZodObject<{
152185
+ emailSettings: z.ZodOptional<z.ZodObject<{
152186
152186
  marketingEmails: z.ZodBoolean;
152187
152187
  }, "strip", z.ZodTypeAny, {
152188
152188
  marketingEmails: boolean;
152189
152189
  }, {
152190
152190
  marketingEmails: boolean;
152191
- }>;
152191
+ }>>;
152192
152192
  }, "strip", z.ZodTypeAny, {
152193
152193
  email: string;
152194
152194
  id: string;
@@ -152233,11 +152233,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
152233
152233
  };
152234
152234
  createdAt: Date;
152235
152235
  isProtected: boolean;
152236
- emailSettings: {
152237
- marketingEmails: boolean;
152238
- };
152239
152236
  source?: "SignUp" | "Invite" | "SSO" | undefined;
152240
152237
  loggedOutAt?: Date | undefined;
152238
+ emailSettings?: {
152239
+ marketingEmails: boolean;
152240
+ } | undefined;
152241
152241
  }, {
152242
152242
  email: string;
152243
152243
  id: string;
@@ -152282,11 +152282,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
152282
152282
  };
152283
152283
  createdAt: Date;
152284
152284
  isProtected: boolean;
152285
- emailSettings: {
152286
- marketingEmails: boolean;
152287
- };
152288
152285
  source?: "SignUp" | "Invite" | "SSO" | undefined;
152289
152286
  loggedOutAt?: Date | undefined;
152287
+ emailSettings?: {
152288
+ marketingEmails: boolean;
152289
+ } | undefined;
152290
152290
  }>>;
152291
152291
  }, "strip", z.ZodTypeAny, {
152292
152292
  type: "User" | "Agent";
@@ -152337,11 +152337,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
152337
152337
  };
152338
152338
  createdAt: Date;
152339
152339
  isProtected: boolean;
152340
- emailSettings: {
152341
- marketingEmails: boolean;
152342
- };
152343
152340
  source?: "SignUp" | "Invite" | "SSO" | undefined;
152344
152341
  loggedOutAt?: Date | undefined;
152342
+ emailSettings?: {
152343
+ marketingEmails: boolean;
152344
+ } | undefined;
152345
152345
  } | undefined;
152346
152346
  userId?: string | undefined;
152347
152347
  agentId?: string | undefined;
@@ -152408,11 +152408,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
152408
152408
  };
152409
152409
  createdAt: Date;
152410
152410
  isProtected: boolean;
152411
- emailSettings: {
152412
- marketingEmails: boolean;
152413
- };
152414
152411
  source?: "SignUp" | "Invite" | "SSO" | undefined;
152415
152412
  loggedOutAt?: Date | undefined;
152413
+ emailSettings?: {
152414
+ marketingEmails: boolean;
152415
+ } | undefined;
152416
152416
  } | undefined;
152417
152417
  userId?: string | undefined;
152418
152418
  agentId?: string | undefined;
@@ -152503,11 +152503,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
152503
152503
  };
152504
152504
  createdAt: Date;
152505
152505
  isProtected: boolean;
152506
- emailSettings: {
152507
- marketingEmails: boolean;
152508
- };
152509
152506
  source?: "SignUp" | "Invite" | "SSO" | undefined;
152510
152507
  loggedOutAt?: Date | undefined;
152508
+ emailSettings?: {
152509
+ marketingEmails: boolean;
152510
+ } | undefined;
152511
152511
  } | undefined;
152512
152512
  userId?: string | undefined;
152513
152513
  agentId?: string | undefined;
@@ -152587,11 +152587,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
152587
152587
  };
152588
152588
  createdAt: Date;
152589
152589
  isProtected: boolean;
152590
- emailSettings: {
152591
- marketingEmails: boolean;
152592
- };
152593
152590
  source?: "SignUp" | "Invite" | "SSO" | undefined;
152594
152591
  loggedOutAt?: Date | undefined;
152592
+ emailSettings?: {
152593
+ marketingEmails: boolean;
152594
+ } | undefined;
152595
152595
  } | undefined;
152596
152596
  userId?: string | undefined;
152597
152597
  agentId?: string | undefined;
@@ -153166,13 +153166,13 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
153166
153166
  loggedOutAt: z.ZodOptional<z.ZodDate>;
153167
153167
  isProtected: z.ZodBoolean;
153168
153168
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
153169
- emailSettings: z.ZodObject<{
153169
+ emailSettings: z.ZodOptional<z.ZodObject<{
153170
153170
  marketingEmails: z.ZodBoolean;
153171
153171
  }, "strip", z.ZodTypeAny, {
153172
153172
  marketingEmails: boolean;
153173
153173
  }, {
153174
153174
  marketingEmails: boolean;
153175
- }>;
153175
+ }>>;
153176
153176
  }, "strip", z.ZodTypeAny, {
153177
153177
  email: string;
153178
153178
  id: string;
@@ -153217,11 +153217,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
153217
153217
  };
153218
153218
  createdAt: Date;
153219
153219
  isProtected: boolean;
153220
- emailSettings: {
153221
- marketingEmails: boolean;
153222
- };
153223
153220
  source?: "SignUp" | "Invite" | "SSO" | undefined;
153224
153221
  loggedOutAt?: Date | undefined;
153222
+ emailSettings?: {
153223
+ marketingEmails: boolean;
153224
+ } | undefined;
153225
153225
  }, {
153226
153226
  email: string;
153227
153227
  id: string;
@@ -153266,11 +153266,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
153266
153266
  };
153267
153267
  createdAt: Date;
153268
153268
  isProtected: boolean;
153269
- emailSettings: {
153270
- marketingEmails: boolean;
153271
- };
153272
153269
  source?: "SignUp" | "Invite" | "SSO" | undefined;
153273
153270
  loggedOutAt?: Date | undefined;
153271
+ emailSettings?: {
153272
+ marketingEmails: boolean;
153273
+ } | undefined;
153274
153274
  }>>;
153275
153275
  }, "strip", z.ZodTypeAny, {
153276
153276
  type: "User" | "Agent";
@@ -153321,11 +153321,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
153321
153321
  };
153322
153322
  createdAt: Date;
153323
153323
  isProtected: boolean;
153324
- emailSettings: {
153325
- marketingEmails: boolean;
153326
- };
153327
153324
  source?: "SignUp" | "Invite" | "SSO" | undefined;
153328
153325
  loggedOutAt?: Date | undefined;
153326
+ emailSettings?: {
153327
+ marketingEmails: boolean;
153328
+ } | undefined;
153329
153329
  } | undefined;
153330
153330
  userId?: string | undefined;
153331
153331
  agentId?: string | undefined;
@@ -153392,11 +153392,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
153392
153392
  };
153393
153393
  createdAt: Date;
153394
153394
  isProtected: boolean;
153395
- emailSettings: {
153396
- marketingEmails: boolean;
153397
- };
153398
153395
  source?: "SignUp" | "Invite" | "SSO" | undefined;
153399
153396
  loggedOutAt?: Date | undefined;
153397
+ emailSettings?: {
153398
+ marketingEmails: boolean;
153399
+ } | undefined;
153400
153400
  } | undefined;
153401
153401
  userId?: string | undefined;
153402
153402
  agentId?: string | undefined;
@@ -153704,13 +153704,13 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
153704
153704
  loggedOutAt: z.ZodOptional<z.ZodDate>;
153705
153705
  isProtected: z.ZodBoolean;
153706
153706
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
153707
- emailSettings: z.ZodObject<{
153707
+ emailSettings: z.ZodOptional<z.ZodObject<{
153708
153708
  marketingEmails: z.ZodBoolean;
153709
153709
  }, "strip", z.ZodTypeAny, {
153710
153710
  marketingEmails: boolean;
153711
153711
  }, {
153712
153712
  marketingEmails: boolean;
153713
- }>;
153713
+ }>>;
153714
153714
  }, "strip", z.ZodTypeAny, {
153715
153715
  email: string;
153716
153716
  id: string;
@@ -153755,11 +153755,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
153755
153755
  };
153756
153756
  createdAt: Date;
153757
153757
  isProtected: boolean;
153758
- emailSettings: {
153759
- marketingEmails: boolean;
153760
- };
153761
153758
  source?: "SignUp" | "Invite" | "SSO" | undefined;
153762
153759
  loggedOutAt?: Date | undefined;
153760
+ emailSettings?: {
153761
+ marketingEmails: boolean;
153762
+ } | undefined;
153763
153763
  }, {
153764
153764
  email: string;
153765
153765
  id: string;
@@ -153804,11 +153804,11 @@ declare const DTOCreateForgeProjectIterationResponse: z.ZodObject<{
153804
153804
  };
153805
153805
  createdAt: Date;
153806
153806
  isProtected: boolean;
153807
- emailSettings: {
153808
- marketingEmails: boolean;
153809
- };
153810
153807
  source?: "SignUp" | "Invite" | "SSO" | undefined;
153811
153808
  loggedOutAt?: Date | undefined;
153809
+ emailSettings?: {
153810
+ marketingEmails: boolean;
153811
+ } | undefined;
153812
153812
  }>>;
153813
153813
  }, "user" | "agent"> & {
153814
153814
  agent: z.ZodOptional<z.ZodObject<{
@@ -154723,13 +154723,13 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
154723
154723
  loggedOutAt: z.ZodOptional<z.ZodDate>;
154724
154724
  isProtected: z.ZodBoolean;
154725
154725
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
154726
- emailSettings: z.ZodObject<{
154726
+ emailSettings: z.ZodOptional<z.ZodObject<{
154727
154727
  marketingEmails: z.ZodBoolean;
154728
154728
  }, "strip", z.ZodTypeAny, {
154729
154729
  marketingEmails: boolean;
154730
154730
  }, {
154731
154731
  marketingEmails: boolean;
154732
- }>;
154732
+ }>>;
154733
154733
  }, "strip", z.ZodTypeAny, {
154734
154734
  email: string;
154735
154735
  id: string;
@@ -154774,11 +154774,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
154774
154774
  };
154775
154775
  createdAt: Date;
154776
154776
  isProtected: boolean;
154777
- emailSettings: {
154778
- marketingEmails: boolean;
154779
- };
154780
154777
  source?: "SignUp" | "Invite" | "SSO" | undefined;
154781
154778
  loggedOutAt?: Date | undefined;
154779
+ emailSettings?: {
154780
+ marketingEmails: boolean;
154781
+ } | undefined;
154782
154782
  }, {
154783
154783
  email: string;
154784
154784
  id: string;
@@ -154823,11 +154823,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
154823
154823
  };
154824
154824
  createdAt: Date;
154825
154825
  isProtected: boolean;
154826
- emailSettings: {
154827
- marketingEmails: boolean;
154828
- };
154829
154826
  source?: "SignUp" | "Invite" | "SSO" | undefined;
154830
154827
  loggedOutAt?: Date | undefined;
154828
+ emailSettings?: {
154829
+ marketingEmails: boolean;
154830
+ } | undefined;
154831
154831
  }>>;
154832
154832
  }, "strip", z.ZodTypeAny, {
154833
154833
  type: "User" | "Agent";
@@ -154878,11 +154878,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
154878
154878
  };
154879
154879
  createdAt: Date;
154880
154880
  isProtected: boolean;
154881
- emailSettings: {
154882
- marketingEmails: boolean;
154883
- };
154884
154881
  source?: "SignUp" | "Invite" | "SSO" | undefined;
154885
154882
  loggedOutAt?: Date | undefined;
154883
+ emailSettings?: {
154884
+ marketingEmails: boolean;
154885
+ } | undefined;
154886
154886
  } | undefined;
154887
154887
  userId?: string | undefined;
154888
154888
  agentId?: string | undefined;
@@ -154949,11 +154949,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
154949
154949
  };
154950
154950
  createdAt: Date;
154951
154951
  isProtected: boolean;
154952
- emailSettings: {
154953
- marketingEmails: boolean;
154954
- };
154955
154952
  source?: "SignUp" | "Invite" | "SSO" | undefined;
154956
154953
  loggedOutAt?: Date | undefined;
154954
+ emailSettings?: {
154955
+ marketingEmails: boolean;
154956
+ } | undefined;
154957
154957
  } | undefined;
154958
154958
  userId?: string | undefined;
154959
154959
  agentId?: string | undefined;
@@ -155044,11 +155044,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
155044
155044
  };
155045
155045
  createdAt: Date;
155046
155046
  isProtected: boolean;
155047
- emailSettings: {
155048
- marketingEmails: boolean;
155049
- };
155050
155047
  source?: "SignUp" | "Invite" | "SSO" | undefined;
155051
155048
  loggedOutAt?: Date | undefined;
155049
+ emailSettings?: {
155050
+ marketingEmails: boolean;
155051
+ } | undefined;
155052
155052
  } | undefined;
155053
155053
  userId?: string | undefined;
155054
155054
  agentId?: string | undefined;
@@ -155128,11 +155128,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
155128
155128
  };
155129
155129
  createdAt: Date;
155130
155130
  isProtected: boolean;
155131
- emailSettings: {
155132
- marketingEmails: boolean;
155133
- };
155134
155131
  source?: "SignUp" | "Invite" | "SSO" | undefined;
155135
155132
  loggedOutAt?: Date | undefined;
155133
+ emailSettings?: {
155134
+ marketingEmails: boolean;
155135
+ } | undefined;
155136
155136
  } | undefined;
155137
155137
  userId?: string | undefined;
155138
155138
  agentId?: string | undefined;
@@ -155707,13 +155707,13 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
155707
155707
  loggedOutAt: z.ZodOptional<z.ZodDate>;
155708
155708
  isProtected: z.ZodBoolean;
155709
155709
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
155710
- emailSettings: z.ZodObject<{
155710
+ emailSettings: z.ZodOptional<z.ZodObject<{
155711
155711
  marketingEmails: z.ZodBoolean;
155712
155712
  }, "strip", z.ZodTypeAny, {
155713
155713
  marketingEmails: boolean;
155714
155714
  }, {
155715
155715
  marketingEmails: boolean;
155716
- }>;
155716
+ }>>;
155717
155717
  }, "strip", z.ZodTypeAny, {
155718
155718
  email: string;
155719
155719
  id: string;
@@ -155758,11 +155758,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
155758
155758
  };
155759
155759
  createdAt: Date;
155760
155760
  isProtected: boolean;
155761
- emailSettings: {
155762
- marketingEmails: boolean;
155763
- };
155764
155761
  source?: "SignUp" | "Invite" | "SSO" | undefined;
155765
155762
  loggedOutAt?: Date | undefined;
155763
+ emailSettings?: {
155764
+ marketingEmails: boolean;
155765
+ } | undefined;
155766
155766
  }, {
155767
155767
  email: string;
155768
155768
  id: string;
@@ -155807,11 +155807,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
155807
155807
  };
155808
155808
  createdAt: Date;
155809
155809
  isProtected: boolean;
155810
- emailSettings: {
155811
- marketingEmails: boolean;
155812
- };
155813
155810
  source?: "SignUp" | "Invite" | "SSO" | undefined;
155814
155811
  loggedOutAt?: Date | undefined;
155812
+ emailSettings?: {
155813
+ marketingEmails: boolean;
155814
+ } | undefined;
155815
155815
  }>>;
155816
155816
  }, "strip", z.ZodTypeAny, {
155817
155817
  type: "User" | "Agent";
@@ -155862,11 +155862,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
155862
155862
  };
155863
155863
  createdAt: Date;
155864
155864
  isProtected: boolean;
155865
- emailSettings: {
155866
- marketingEmails: boolean;
155867
- };
155868
155865
  source?: "SignUp" | "Invite" | "SSO" | undefined;
155869
155866
  loggedOutAt?: Date | undefined;
155867
+ emailSettings?: {
155868
+ marketingEmails: boolean;
155869
+ } | undefined;
155870
155870
  } | undefined;
155871
155871
  userId?: string | undefined;
155872
155872
  agentId?: string | undefined;
@@ -155933,11 +155933,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
155933
155933
  };
155934
155934
  createdAt: Date;
155935
155935
  isProtected: boolean;
155936
- emailSettings: {
155937
- marketingEmails: boolean;
155938
- };
155939
155936
  source?: "SignUp" | "Invite" | "SSO" | undefined;
155940
155937
  loggedOutAt?: Date | undefined;
155938
+ emailSettings?: {
155939
+ marketingEmails: boolean;
155940
+ } | undefined;
155941
155941
  } | undefined;
155942
155942
  userId?: string | undefined;
155943
155943
  agentId?: string | undefined;
@@ -156245,13 +156245,13 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
156245
156245
  loggedOutAt: z.ZodOptional<z.ZodDate>;
156246
156246
  isProtected: z.ZodBoolean;
156247
156247
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
156248
- emailSettings: z.ZodObject<{
156248
+ emailSettings: z.ZodOptional<z.ZodObject<{
156249
156249
  marketingEmails: z.ZodBoolean;
156250
156250
  }, "strip", z.ZodTypeAny, {
156251
156251
  marketingEmails: boolean;
156252
156252
  }, {
156253
156253
  marketingEmails: boolean;
156254
- }>;
156254
+ }>>;
156255
156255
  }, "strip", z.ZodTypeAny, {
156256
156256
  email: string;
156257
156257
  id: string;
@@ -156296,11 +156296,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
156296
156296
  };
156297
156297
  createdAt: Date;
156298
156298
  isProtected: boolean;
156299
- emailSettings: {
156300
- marketingEmails: boolean;
156301
- };
156302
156299
  source?: "SignUp" | "Invite" | "SSO" | undefined;
156303
156300
  loggedOutAt?: Date | undefined;
156301
+ emailSettings?: {
156302
+ marketingEmails: boolean;
156303
+ } | undefined;
156304
156304
  }, {
156305
156305
  email: string;
156306
156306
  id: string;
@@ -156345,11 +156345,11 @@ declare const DTOUpdateForgeProjectIterationResponse: z.ZodObject<{
156345
156345
  };
156346
156346
  createdAt: Date;
156347
156347
  isProtected: boolean;
156348
- emailSettings: {
156349
- marketingEmails: boolean;
156350
- };
156351
156348
  source?: "SignUp" | "Invite" | "SSO" | undefined;
156352
156349
  loggedOutAt?: Date | undefined;
156350
+ emailSettings?: {
156351
+ marketingEmails: boolean;
156352
+ } | undefined;
156353
156353
  }>>;
156354
156354
  }, "user" | "agent"> & {
156355
156355
  agent: z.ZodOptional<z.ZodObject<{
@@ -231215,13 +231215,13 @@ declare const DTOWorkspaceMember: z.ZodObject<{
231215
231215
  loggedOutAt: z.ZodOptional<z.ZodDate>;
231216
231216
  isProtected: z.ZodBoolean;
231217
231217
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
231218
- emailSettings: z.ZodObject<{
231218
+ emailSettings: z.ZodOptional<z.ZodObject<{
231219
231219
  marketingEmails: z.ZodBoolean;
231220
231220
  }, "strip", z.ZodTypeAny, {
231221
231221
  marketingEmails: boolean;
231222
231222
  }, {
231223
231223
  marketingEmails: boolean;
231224
- }>;
231224
+ }>>;
231225
231225
  }, "strip", z.ZodTypeAny, {
231226
231226
  email: string;
231227
231227
  id: string;
@@ -231266,11 +231266,11 @@ declare const DTOWorkspaceMember: z.ZodObject<{
231266
231266
  };
231267
231267
  createdAt: Date;
231268
231268
  isProtected: boolean;
231269
- emailSettings: {
231270
- marketingEmails: boolean;
231271
- };
231272
231269
  source?: "SignUp" | "Invite" | "SSO" | undefined;
231273
231270
  loggedOutAt?: Date | undefined;
231271
+ emailSettings?: {
231272
+ marketingEmails: boolean;
231273
+ } | undefined;
231274
231274
  }, {
231275
231275
  email: string;
231276
231276
  id: string;
@@ -231315,11 +231315,11 @@ declare const DTOWorkspaceMember: z.ZodObject<{
231315
231315
  };
231316
231316
  createdAt: Date;
231317
231317
  isProtected: boolean;
231318
- emailSettings: {
231319
- marketingEmails: boolean;
231320
- };
231321
231318
  source?: "SignUp" | "Invite" | "SSO" | undefined;
231322
231319
  loggedOutAt?: Date | undefined;
231320
+ emailSettings?: {
231321
+ marketingEmails: boolean;
231322
+ } | undefined;
231323
231323
  }>;
231324
231324
  role: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
231325
231325
  effectiveRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
@@ -231370,11 +231370,11 @@ declare const DTOWorkspaceMember: z.ZodObject<{
231370
231370
  };
231371
231371
  createdAt: Date;
231372
231372
  isProtected: boolean;
231373
- emailSettings: {
231374
- marketingEmails: boolean;
231375
- };
231376
231373
  source?: "SignUp" | "Invite" | "SSO" | undefined;
231377
231374
  loggedOutAt?: Date | undefined;
231375
+ emailSettings?: {
231376
+ marketingEmails: boolean;
231377
+ } | undefined;
231378
231378
  };
231379
231379
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
231380
231380
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -231425,11 +231425,11 @@ declare const DTOWorkspaceMember: z.ZodObject<{
231425
231425
  };
231426
231426
  createdAt: Date;
231427
231427
  isProtected: boolean;
231428
- emailSettings: {
231429
- marketingEmails: boolean;
231430
- };
231431
231428
  source?: "SignUp" | "Invite" | "SSO" | undefined;
231432
231429
  loggedOutAt?: Date | undefined;
231430
+ emailSettings?: {
231431
+ marketingEmails: boolean;
231432
+ } | undefined;
231433
231433
  };
231434
231434
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
231435
231435
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -232408,13 +232408,13 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
232408
232408
  loggedOutAt: z.ZodOptional<z.ZodDate>;
232409
232409
  isProtected: z.ZodBoolean;
232410
232410
  source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
232411
- emailSettings: z.ZodObject<{
232411
+ emailSettings: z.ZodOptional<z.ZodObject<{
232412
232412
  marketingEmails: z.ZodBoolean;
232413
232413
  }, "strip", z.ZodTypeAny, {
232414
232414
  marketingEmails: boolean;
232415
232415
  }, {
232416
232416
  marketingEmails: boolean;
232417
- }>;
232417
+ }>>;
232418
232418
  }, "strip", z.ZodTypeAny, {
232419
232419
  email: string;
232420
232420
  id: string;
@@ -232459,11 +232459,11 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
232459
232459
  };
232460
232460
  createdAt: Date;
232461
232461
  isProtected: boolean;
232462
- emailSettings: {
232463
- marketingEmails: boolean;
232464
- };
232465
232462
  source?: "SignUp" | "Invite" | "SSO" | undefined;
232466
232463
  loggedOutAt?: Date | undefined;
232464
+ emailSettings?: {
232465
+ marketingEmails: boolean;
232466
+ } | undefined;
232467
232467
  }, {
232468
232468
  email: string;
232469
232469
  id: string;
@@ -232508,11 +232508,11 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
232508
232508
  };
232509
232509
  createdAt: Date;
232510
232510
  isProtected: boolean;
232511
- emailSettings: {
232512
- marketingEmails: boolean;
232513
- };
232514
232511
  source?: "SignUp" | "Invite" | "SSO" | undefined;
232515
232512
  loggedOutAt?: Date | undefined;
232513
+ emailSettings?: {
232514
+ marketingEmails: boolean;
232515
+ } | undefined;
232516
232516
  }>;
232517
232517
  role: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
232518
232518
  effectiveRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>;
@@ -232563,11 +232563,11 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
232563
232563
  };
232564
232564
  createdAt: Date;
232565
232565
  isProtected: boolean;
232566
- emailSettings: {
232567
- marketingEmails: boolean;
232568
- };
232569
232566
  source?: "SignUp" | "Invite" | "SSO" | undefined;
232570
232567
  loggedOutAt?: Date | undefined;
232568
+ emailSettings?: {
232569
+ marketingEmails: boolean;
232570
+ } | undefined;
232571
232571
  };
232572
232572
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
232573
232573
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -232618,11 +232618,11 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
232618
232618
  };
232619
232619
  createdAt: Date;
232620
232620
  isProtected: boolean;
232621
- emailSettings: {
232622
- marketingEmails: boolean;
232623
- };
232624
232621
  source?: "SignUp" | "Invite" | "SSO" | undefined;
232625
232622
  loggedOutAt?: Date | undefined;
232623
+ emailSettings?: {
232624
+ marketingEmails: boolean;
232625
+ } | undefined;
232626
232626
  };
232627
232627
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
232628
232628
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -232675,11 +232675,11 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
232675
232675
  };
232676
232676
  createdAt: Date;
232677
232677
  isProtected: boolean;
232678
- emailSettings: {
232679
- marketingEmails: boolean;
232680
- };
232681
232678
  source?: "SignUp" | "Invite" | "SSO" | undefined;
232682
232679
  loggedOutAt?: Date | undefined;
232680
+ emailSettings?: {
232681
+ marketingEmails: boolean;
232682
+ } | undefined;
232683
232683
  };
232684
232684
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
232685
232685
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -232732,11 +232732,11 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
232732
232732
  };
232733
232733
  createdAt: Date;
232734
232734
  isProtected: boolean;
232735
- emailSettings: {
232736
- marketingEmails: boolean;
232737
- };
232738
232735
  source?: "SignUp" | "Invite" | "SSO" | undefined;
232739
232736
  loggedOutAt?: Date | undefined;
232737
+ emailSettings?: {
232738
+ marketingEmails: boolean;
232739
+ } | undefined;
232740
232740
  };
232741
232741
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
232742
232742
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
@@ -254651,11 +254651,11 @@ declare class WorkspaceMembersEndpoint {
254651
254651
  };
254652
254652
  createdAt: Date;
254653
254653
  isProtected: boolean;
254654
- emailSettings: {
254655
- marketingEmails: boolean;
254656
- };
254657
254654
  source?: "SignUp" | "Invite" | "SSO" | undefined;
254658
254655
  loggedOutAt?: Date | undefined;
254656
+ emailSettings?: {
254657
+ marketingEmails: boolean;
254658
+ } | undefined;
254659
254659
  };
254660
254660
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
254661
254661
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";