@readyfor/api-client-pigeon 0.259.0-pr1011.7b8afdf → 0.259.0-pr1011.bbd31fc

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.
@@ -333,7 +333,7 @@ declare const CurationMailMagazineTargetProject: z.ZodObject<{
333
333
  tagUrl: string | null;
334
334
  thumbnailUrl: string | null;
335
335
  }>;
336
- declare const CurationMailMagazineFormDataBodyKindTemplate: z.ZodObject<z.objectUtil.extendShape<{
336
+ declare const CurationMailMagazineFormDataBodyKindTemplate: z.ZodObject<{
337
337
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
338
338
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
339
339
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -350,7 +350,7 @@ declare const CurationMailMagazineFormDataBodyKindTemplate: z.ZodObject<z.object
350
350
  behaviorSegmentCodes: string[];
351
351
  profileSegmentCodes: string[];
352
352
  }>, "many">;
353
- }, {
353
+ } & {
354
354
  bodyKind: z.ZodLiteral<"template">;
355
355
  projects: z.ZodArray<z.ZodObject<{
356
356
  id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
@@ -449,7 +449,7 @@ declare const CurationMailMagazineFormDataBodyKindTemplate: z.ZodObject<z.object
449
449
  } | null;
450
450
  url: string | null;
451
451
  }>, "many">;
452
- }>, "strip", z.ZodTypeAny, {
452
+ }, "strip", z.ZodTypeAny, {
453
453
  utmCampaign: string | null;
454
454
  subject: string | null;
455
455
  preHeaderText: string | null;
@@ -524,7 +524,7 @@ declare const CurationMailMagazineFormDataBodyKindTemplate: z.ZodObject<z.object
524
524
  url: string | null;
525
525
  }[];
526
526
  }>;
527
- declare const CurationMailMagazineFormDataBodyKindFreeFormat: z.ZodObject<z.objectUtil.extendShape<{
527
+ declare const CurationMailMagazineFormDataBodyKindFreeFormat: z.ZodObject<{
528
528
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
529
529
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
530
530
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -541,11 +541,11 @@ declare const CurationMailMagazineFormDataBodyKindFreeFormat: z.ZodObject<z.obje
541
541
  behaviorSegmentCodes: string[];
542
542
  profileSegmentCodes: string[];
543
543
  }>, "many">;
544
- }, {
544
+ } & {
545
545
  bodyKind: z.ZodLiteral<"freeFormat">;
546
546
  htmlBody: z.ZodUnion<[z.ZodString, z.ZodNull]>;
547
547
  htmlStyle: z.ZodUnion<[z.ZodString, z.ZodNull]>;
548
- }>, "strip", z.ZodTypeAny, {
548
+ }, "strip", z.ZodTypeAny, {
549
549
  utmCampaign: string | null;
550
550
  subject: string | null;
551
551
  preHeaderText: string | null;
@@ -604,7 +604,7 @@ declare const PersonalizedMailMagazineTargetCsvFormData: z.ZodUnion<[z.ZodObject
604
604
  projectIds: string;
605
605
  }[];
606
606
  }>]>;
607
- declare const CurationMailMagazineDetailBodyKindFreeFormat: z.ZodObject<z.objectUtil.extendShape<{
607
+ declare const CurationMailMagazineDetailBodyKindFreeFormat: z.ZodObject<{
608
608
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
609
609
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
610
610
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -622,7 +622,7 @@ declare const CurationMailMagazineDetailBodyKindFreeFormat: z.ZodObject<z.object
622
622
  behaviorSegmentCodes: string[];
623
623
  profileSegmentCodes: string[];
624
624
  }>, "many">;
625
- }, {
625
+ } & {
626
626
  bodyKind: z.ZodLiteral<"freeFormat">;
627
627
  htmlBody: z.ZodUnion<[z.ZodString, z.ZodNull]>;
628
628
  htmlStyle: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -636,7 +636,7 @@ declare const CurationMailMagazineDetailBodyKindFreeFormat: z.ZodObject<z.object
636
636
  id: number;
637
637
  key: string;
638
638
  }>, "many">;
639
- }>, "strip", z.ZodTypeAny, {
639
+ }, "strip", z.ZodTypeAny, {
640
640
  utmCampaign: string | null;
641
641
  subject: string | null;
642
642
  preHeaderText: string | null;
@@ -671,7 +671,7 @@ declare const CurationMailMagazineDetailBodyKindFreeFormat: z.ZodObject<z.object
671
671
  key: string;
672
672
  }[];
673
673
  }>;
674
- declare const CurationMailMagazineDetailBodyKindTemplate: z.ZodObject<z.objectUtil.extendShape<{
674
+ declare const CurationMailMagazineDetailBodyKindTemplate: z.ZodObject<{
675
675
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
676
676
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
677
677
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -689,7 +689,7 @@ declare const CurationMailMagazineDetailBodyKindTemplate: z.ZodObject<z.objectUt
689
689
  behaviorSegmentCodes: string[];
690
690
  profileSegmentCodes: string[];
691
691
  }>, "many">;
692
- }, {
692
+ } & {
693
693
  bodyKind: z.ZodLiteral<"template">;
694
694
  projects: z.ZodArray<z.ZodObject<{
695
695
  id: z.ZodNumber;
@@ -738,7 +738,7 @@ declare const CurationMailMagazineDetailBodyKindTemplate: z.ZodObject<z.objectUt
738
738
  url: string | null;
739
739
  imageUrl: string | null;
740
740
  }>, "many">;
741
- }>, "strip", z.ZodTypeAny, {
741
+ }, "strip", z.ZodTypeAny, {
742
742
  utmCampaign: string | null;
743
743
  subject: string | null;
744
744
  preHeaderText: string | null;
@@ -808,7 +808,7 @@ declare const PersonalizedMailMagazineDetailTarget: z.ZodObject<{
808
808
  targetUsersCount: number;
809
809
  excludedUsersCount: number;
810
810
  }>;
811
- declare const CurationMailMagazineFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
811
+ declare const CurationMailMagazineFormData: z.ZodUnion<[z.ZodObject<{
812
812
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
813
813
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
814
814
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -825,11 +825,11 @@ declare const CurationMailMagazineFormData: z.ZodUnion<[z.ZodObject<z.objectUtil
825
825
  behaviorSegmentCodes: string[];
826
826
  profileSegmentCodes: string[];
827
827
  }>, "many">;
828
- }, {
828
+ } & {
829
829
  bodyKind: z.ZodLiteral<"freeFormat">;
830
830
  htmlBody: z.ZodUnion<[z.ZodString, z.ZodNull]>;
831
831
  htmlStyle: z.ZodUnion<[z.ZodString, z.ZodNull]>;
832
- }>, "strip", z.ZodTypeAny, {
832
+ }, "strip", z.ZodTypeAny, {
833
833
  utmCampaign: string | null;
834
834
  subject: string | null;
835
835
  preHeaderText: string | null;
@@ -853,7 +853,7 @@ declare const CurationMailMagazineFormData: z.ZodUnion<[z.ZodObject<z.objectUtil
853
853
  bodyKind: "freeFormat";
854
854
  htmlBody: string | null;
855
855
  htmlStyle: string | null;
856
- }>, z.ZodObject<z.objectUtil.extendShape<{
856
+ }>, z.ZodObject<{
857
857
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
858
858
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
859
859
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -870,7 +870,7 @@ declare const CurationMailMagazineFormData: z.ZodUnion<[z.ZodObject<z.objectUtil
870
870
  behaviorSegmentCodes: string[];
871
871
  profileSegmentCodes: string[];
872
872
  }>, "many">;
873
- }, {
873
+ } & {
874
874
  bodyKind: z.ZodLiteral<"template">;
875
875
  projects: z.ZodArray<z.ZodObject<{
876
876
  id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
@@ -969,7 +969,7 @@ declare const CurationMailMagazineFormData: z.ZodUnion<[z.ZodObject<z.objectUtil
969
969
  } | null;
970
970
  url: string | null;
971
971
  }>, "many">;
972
- }>, "strip", z.ZodTypeAny, {
972
+ }, "strip", z.ZodTypeAny, {
973
973
  utmCampaign: string | null;
974
974
  subject: string | null;
975
975
  preHeaderText: string | null;
@@ -1105,7 +1105,7 @@ declare const PersonalizedMailMagazineFormData: z.ZodObject<{
1105
1105
  kind: "deleteTargetCsv";
1106
1106
  } | null;
1107
1107
  }>;
1108
- declare const CurationMailMagazineDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1108
+ declare const CurationMailMagazineDetail: z.ZodUnion<[z.ZodObject<{
1109
1109
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1110
1110
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1111
1111
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -1123,7 +1123,7 @@ declare const CurationMailMagazineDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.e
1123
1123
  behaviorSegmentCodes: string[];
1124
1124
  profileSegmentCodes: string[];
1125
1125
  }>, "many">;
1126
- }, {
1126
+ } & {
1127
1127
  bodyKind: z.ZodLiteral<"template">;
1128
1128
  projects: z.ZodArray<z.ZodObject<{
1129
1129
  id: z.ZodNumber;
@@ -1172,7 +1172,7 @@ declare const CurationMailMagazineDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.e
1172
1172
  url: string | null;
1173
1173
  imageUrl: string | null;
1174
1174
  }>, "many">;
1175
- }>, "strip", z.ZodTypeAny, {
1175
+ }, "strip", z.ZodTypeAny, {
1176
1176
  utmCampaign: string | null;
1177
1177
  subject: string | null;
1178
1178
  preHeaderText: string | null;
@@ -1228,7 +1228,7 @@ declare const CurationMailMagazineDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.e
1228
1228
  url: string | null;
1229
1229
  imageUrl: string | null;
1230
1230
  }[];
1231
- }>, z.ZodObject<z.objectUtil.extendShape<{
1231
+ }>, z.ZodObject<{
1232
1232
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1233
1233
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1234
1234
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -1246,7 +1246,7 @@ declare const CurationMailMagazineDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.e
1246
1246
  behaviorSegmentCodes: string[];
1247
1247
  profileSegmentCodes: string[];
1248
1248
  }>, "many">;
1249
- }, {
1249
+ } & {
1250
1250
  bodyKind: z.ZodLiteral<"freeFormat">;
1251
1251
  htmlBody: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1252
1252
  htmlStyle: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -1260,7 +1260,7 @@ declare const CurationMailMagazineDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.e
1260
1260
  id: number;
1261
1261
  key: string;
1262
1262
  }>, "many">;
1263
- }>, "strip", z.ZodTypeAny, {
1263
+ }, "strip", z.ZodTypeAny, {
1264
1264
  utmCampaign: string | null;
1265
1265
  subject: string | null;
1266
1266
  preHeaderText: string | null;
@@ -1328,7 +1328,7 @@ declare const PersonalizedMailMagazineDetail: z.ZodObject<{
1328
1328
  }>;
1329
1329
  declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
1330
1330
  kind: z.ZodLiteral<"curationMailMagazine">;
1331
- curationMailMagazine: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1331
+ curationMailMagazine: z.ZodUnion<[z.ZodObject<{
1332
1332
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1333
1333
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1334
1334
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -1345,11 +1345,11 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
1345
1345
  behaviorSegmentCodes: string[];
1346
1346
  profileSegmentCodes: string[];
1347
1347
  }>, "many">;
1348
- }, {
1348
+ } & {
1349
1349
  bodyKind: z.ZodLiteral<"freeFormat">;
1350
1350
  htmlBody: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1351
1351
  htmlStyle: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1352
- }>, "strip", z.ZodTypeAny, {
1352
+ }, "strip", z.ZodTypeAny, {
1353
1353
  utmCampaign: string | null;
1354
1354
  subject: string | null;
1355
1355
  preHeaderText: string | null;
@@ -1373,7 +1373,7 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
1373
1373
  bodyKind: "freeFormat";
1374
1374
  htmlBody: string | null;
1375
1375
  htmlStyle: string | null;
1376
- }>, z.ZodObject<z.objectUtil.extendShape<{
1376
+ }>, z.ZodObject<{
1377
1377
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1378
1378
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1379
1379
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -1390,7 +1390,7 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
1390
1390
  behaviorSegmentCodes: string[];
1391
1391
  profileSegmentCodes: string[];
1392
1392
  }>, "many">;
1393
- }, {
1393
+ } & {
1394
1394
  bodyKind: z.ZodLiteral<"template">;
1395
1395
  projects: z.ZodArray<z.ZodObject<{
1396
1396
  id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
@@ -1489,7 +1489,7 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
1489
1489
  } | null;
1490
1490
  url: string | null;
1491
1491
  }>, "many">;
1492
- }>, "strip", z.ZodTypeAny, {
1492
+ }, "strip", z.ZodTypeAny, {
1493
1493
  utmCampaign: string | null;
1494
1494
  subject: string | null;
1495
1495
  preHeaderText: string | null;
@@ -1775,7 +1775,7 @@ declare const CampaignKindDataPersonalizedMailMagazineFormData: z.ZodObject<{
1775
1775
  }>;
1776
1776
  declare const CampaignDetailKindDataCurationMailMagazine: z.ZodObject<{
1777
1777
  kind: z.ZodLiteral<"curationMailMagazine">;
1778
- curationMailMagazine: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1778
+ curationMailMagazine: z.ZodUnion<[z.ZodObject<{
1779
1779
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1780
1780
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1781
1781
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -1793,7 +1793,7 @@ declare const CampaignDetailKindDataCurationMailMagazine: z.ZodObject<{
1793
1793
  behaviorSegmentCodes: string[];
1794
1794
  profileSegmentCodes: string[];
1795
1795
  }>, "many">;
1796
- }, {
1796
+ } & {
1797
1797
  bodyKind: z.ZodLiteral<"template">;
1798
1798
  projects: z.ZodArray<z.ZodObject<{
1799
1799
  id: z.ZodNumber;
@@ -1842,7 +1842,7 @@ declare const CampaignDetailKindDataCurationMailMagazine: z.ZodObject<{
1842
1842
  url: string | null;
1843
1843
  imageUrl: string | null;
1844
1844
  }>, "many">;
1845
- }>, "strip", z.ZodTypeAny, {
1845
+ }, "strip", z.ZodTypeAny, {
1846
1846
  utmCampaign: string | null;
1847
1847
  subject: string | null;
1848
1848
  preHeaderText: string | null;
@@ -1898,7 +1898,7 @@ declare const CampaignDetailKindDataCurationMailMagazine: z.ZodObject<{
1898
1898
  url: string | null;
1899
1899
  imageUrl: string | null;
1900
1900
  }[];
1901
- }>, z.ZodObject<z.objectUtil.extendShape<{
1901
+ }>, z.ZodObject<{
1902
1902
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1903
1903
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1904
1904
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -1916,7 +1916,7 @@ declare const CampaignDetailKindDataCurationMailMagazine: z.ZodObject<{
1916
1916
  behaviorSegmentCodes: string[];
1917
1917
  profileSegmentCodes: string[];
1918
1918
  }>, "many">;
1919
- }, {
1919
+ } & {
1920
1920
  bodyKind: z.ZodLiteral<"freeFormat">;
1921
1921
  htmlBody: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1922
1922
  htmlStyle: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -1930,7 +1930,7 @@ declare const CampaignDetailKindDataCurationMailMagazine: z.ZodObject<{
1930
1930
  id: number;
1931
1931
  key: string;
1932
1932
  }>, "many">;
1933
- }>, "strip", z.ZodTypeAny, {
1933
+ }, "strip", z.ZodTypeAny, {
1934
1934
  utmCampaign: string | null;
1935
1935
  subject: string | null;
1936
1936
  preHeaderText: string | null;
@@ -2154,12 +2154,12 @@ declare const CampaignBase: z.ZodObject<{
2154
2154
  lastEditedAt: string;
2155
2155
  title?: string | null | undefined;
2156
2156
  }>;
2157
- declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil.extendShape<{
2157
+ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<{
2158
2158
  title: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2159
2159
  deliveryScheduledAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2160
- }, {
2160
+ } & {
2161
2161
  kind: z.ZodLiteral<"curationMailMagazine">;
2162
- curationMailMagazine: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
2162
+ curationMailMagazine: z.ZodUnion<[z.ZodObject<{
2163
2163
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2164
2164
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2165
2165
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -2176,11 +2176,11 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
2176
2176
  behaviorSegmentCodes: string[];
2177
2177
  profileSegmentCodes: string[];
2178
2178
  }>, "many">;
2179
- }, {
2179
+ } & {
2180
2180
  bodyKind: z.ZodLiteral<"freeFormat">;
2181
2181
  htmlBody: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2182
2182
  htmlStyle: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2183
- }>, "strip", z.ZodTypeAny, {
2183
+ }, "strip", z.ZodTypeAny, {
2184
2184
  utmCampaign: string | null;
2185
2185
  subject: string | null;
2186
2186
  preHeaderText: string | null;
@@ -2204,7 +2204,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
2204
2204
  bodyKind: "freeFormat";
2205
2205
  htmlBody: string | null;
2206
2206
  htmlStyle: string | null;
2207
- }>, z.ZodObject<z.objectUtil.extendShape<{
2207
+ }>, z.ZodObject<{
2208
2208
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2209
2209
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2210
2210
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -2221,7 +2221,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
2221
2221
  behaviorSegmentCodes: string[];
2222
2222
  profileSegmentCodes: string[];
2223
2223
  }>, "many">;
2224
- }, {
2224
+ } & {
2225
2225
  bodyKind: z.ZodLiteral<"template">;
2226
2226
  projects: z.ZodArray<z.ZodObject<{
2227
2227
  id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
@@ -2320,7 +2320,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
2320
2320
  } | null;
2321
2321
  url: string | null;
2322
2322
  }>, "many">;
2323
- }>, "strip", z.ZodTypeAny, {
2323
+ }, "strip", z.ZodTypeAny, {
2324
2324
  utmCampaign: string | null;
2325
2325
  subject: string | null;
2326
2326
  preHeaderText: string | null;
@@ -2395,7 +2395,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
2395
2395
  url: string | null;
2396
2396
  }[];
2397
2397
  }>]>;
2398
- }>, "strip", z.ZodTypeAny, {
2398
+ }, "strip", z.ZodTypeAny, {
2399
2399
  kind: "curationMailMagazine";
2400
2400
  title: string | null;
2401
2401
  curationMailMagazine: {
@@ -2504,10 +2504,10 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
2504
2504
  };
2505
2505
  deliveryScheduledAt: string | null;
2506
2506
  }>;
2507
- declare const CampaignWithPersonalizedMailMagazineFormData: z.ZodObject<z.objectUtil.extendShape<{
2507
+ declare const CampaignWithPersonalizedMailMagazineFormData: z.ZodObject<{
2508
2508
  title: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2509
2509
  deliveryScheduledAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2510
- }, {
2510
+ } & {
2511
2511
  kind: z.ZodLiteral<"personalizedMailMagazine">;
2512
2512
  personalizedMailMagazine: z.ZodObject<{
2513
2513
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -2570,7 +2570,7 @@ declare const CampaignWithPersonalizedMailMagazineFormData: z.ZodObject<z.object
2570
2570
  kind: "deleteTargetCsv";
2571
2571
  } | null;
2572
2572
  }>;
2573
- }>, "strip", z.ZodTypeAny, {
2573
+ }, "strip", z.ZodTypeAny, {
2574
2574
  kind: "personalizedMailMagazine";
2575
2575
  title: string | null;
2576
2576
  deliveryScheduledAt: string | null;
@@ -2605,14 +2605,14 @@ declare const CampaignWithPersonalizedMailMagazineFormData: z.ZodObject<z.object
2605
2605
  } | null;
2606
2606
  };
2607
2607
  }>;
2608
- declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.extendShape<{
2608
+ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<{
2609
2609
  id: z.ZodNumber;
2610
2610
  status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
2611
2611
  title: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2612
2612
  deliveryScheduledAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2613
- }, {
2613
+ } & {
2614
2614
  kind: z.ZodLiteral<"curationMailMagazine">;
2615
- curationMailMagazine: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
2615
+ curationMailMagazine: z.ZodUnion<[z.ZodObject<{
2616
2616
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2617
2617
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2618
2618
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -2630,7 +2630,7 @@ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.e
2630
2630
  behaviorSegmentCodes: string[];
2631
2631
  profileSegmentCodes: string[];
2632
2632
  }>, "many">;
2633
- }, {
2633
+ } & {
2634
2634
  bodyKind: z.ZodLiteral<"template">;
2635
2635
  projects: z.ZodArray<z.ZodObject<{
2636
2636
  id: z.ZodNumber;
@@ -2679,7 +2679,7 @@ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.e
2679
2679
  url: string | null;
2680
2680
  imageUrl: string | null;
2681
2681
  }>, "many">;
2682
- }>, "strip", z.ZodTypeAny, {
2682
+ }, "strip", z.ZodTypeAny, {
2683
2683
  utmCampaign: string | null;
2684
2684
  subject: string | null;
2685
2685
  preHeaderText: string | null;
@@ -2735,7 +2735,7 @@ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.e
2735
2735
  url: string | null;
2736
2736
  imageUrl: string | null;
2737
2737
  }[];
2738
- }>, z.ZodObject<z.objectUtil.extendShape<{
2738
+ }>, z.ZodObject<{
2739
2739
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2740
2740
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2741
2741
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -2753,7 +2753,7 @@ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.e
2753
2753
  behaviorSegmentCodes: string[];
2754
2754
  profileSegmentCodes: string[];
2755
2755
  }>, "many">;
2756
- }, {
2756
+ } & {
2757
2757
  bodyKind: z.ZodLiteral<"freeFormat">;
2758
2758
  htmlBody: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2759
2759
  htmlStyle: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -2767,7 +2767,7 @@ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.e
2767
2767
  id: number;
2768
2768
  key: string;
2769
2769
  }>, "many">;
2770
- }>, "strip", z.ZodTypeAny, {
2770
+ }, "strip", z.ZodTypeAny, {
2771
2771
  utmCampaign: string | null;
2772
2772
  subject: string | null;
2773
2773
  preHeaderText: string | null;
@@ -2802,7 +2802,7 @@ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.e
2802
2802
  key: string;
2803
2803
  }[];
2804
2804
  }>]>;
2805
- }>, "strip", z.ZodTypeAny, {
2805
+ }, "strip", z.ZodTypeAny, {
2806
2806
  kind: "curationMailMagazine";
2807
2807
  status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
2808
2808
  id: number;
@@ -2907,12 +2907,12 @@ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.e
2907
2907
  };
2908
2908
  deliveryScheduledAt: string | null;
2909
2909
  }>;
2910
- declare const CampaignDetailWithPersonalizedMailMagazine: z.ZodObject<z.objectUtil.extendShape<{
2910
+ declare const CampaignDetailWithPersonalizedMailMagazine: z.ZodObject<{
2911
2911
  id: z.ZodNumber;
2912
2912
  status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
2913
2913
  title: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2914
2914
  deliveryScheduledAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2915
- }, {
2915
+ } & {
2916
2916
  kind: z.ZodLiteral<"personalizedMailMagazine">;
2917
2917
  personalizedMailMagazine: z.ZodObject<{
2918
2918
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -2944,7 +2944,7 @@ declare const CampaignDetailWithPersonalizedMailMagazine: z.ZodObject<z.objectUt
2944
2944
  excludedUsersCount: number;
2945
2945
  } | null;
2946
2946
  }>;
2947
- }>, "strip", z.ZodTypeAny, {
2947
+ }, "strip", z.ZodTypeAny, {
2948
2948
  kind: "personalizedMailMagazine";
2949
2949
  status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
2950
2950
  id: number;
@@ -2973,17 +2973,17 @@ declare const CampaignDetailWithPersonalizedMailMagazine: z.ZodObject<z.objectUt
2973
2973
  } | null;
2974
2974
  };
2975
2975
  }>;
2976
- declare const CurationMailMagazineCampaign: z.ZodObject<z.objectUtil.extendShape<{
2976
+ declare const CurationMailMagazineCampaign: z.ZodObject<{
2977
2977
  id: z.ZodNumber;
2978
2978
  title: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
2979
2979
  status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
2980
2980
  deliveryAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2981
2981
  lastEditorName: z.ZodString;
2982
2982
  lastEditedAt: z.ZodString;
2983
- }, {
2983
+ } & {
2984
2984
  kind: z.ZodLiteral<"curationMailMagazine">;
2985
2985
  bodyKind: z.ZodUnion<[z.ZodLiteral<"template">, z.ZodLiteral<"freeFormat">]>;
2986
- }>, "strip", z.ZodTypeAny, {
2986
+ }, "strip", z.ZodTypeAny, {
2987
2987
  kind: "curationMailMagazine";
2988
2988
  status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
2989
2989
  id: number;
@@ -3002,16 +3002,16 @@ declare const CurationMailMagazineCampaign: z.ZodObject<z.objectUtil.extendShape
3002
3002
  lastEditedAt: string;
3003
3003
  title?: string | null | undefined;
3004
3004
  }>;
3005
- declare const PersonalizedMailMagazineCampaign: z.ZodObject<z.objectUtil.extendShape<{
3005
+ declare const PersonalizedMailMagazineCampaign: z.ZodObject<{
3006
3006
  id: z.ZodNumber;
3007
3007
  title: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
3008
3008
  status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
3009
3009
  deliveryAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3010
3010
  lastEditorName: z.ZodString;
3011
3011
  lastEditedAt: z.ZodString;
3012
- }, {
3012
+ } & {
3013
3013
  kind: z.ZodLiteral<"personalizedMailMagazine">;
3014
- }>, "strip", z.ZodTypeAny, {
3014
+ }, "strip", z.ZodTypeAny, {
3015
3015
  kind: "personalizedMailMagazine";
3016
3016
  status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
3017
3017
  id: number;
@@ -3063,10 +3063,10 @@ declare const ReadyforProject: z.ZodObject<{
3063
3063
  keyword: string;
3064
3064
  abstract: string;
3065
3065
  }>;
3066
- declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3066
+ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<{
3067
3067
  title: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3068
3068
  deliveryScheduledAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3069
- }, {
3069
+ } & {
3070
3070
  kind: z.ZodLiteral<"personalizedMailMagazine">;
3071
3071
  personalizedMailMagazine: z.ZodObject<{
3072
3072
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -3129,7 +3129,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
3129
3129
  kind: "deleteTargetCsv";
3130
3130
  } | null;
3131
3131
  }>;
3132
- }>, "strip", z.ZodTypeAny, {
3132
+ }, "strip", z.ZodTypeAny, {
3133
3133
  kind: "personalizedMailMagazine";
3134
3134
  title: string | null;
3135
3135
  deliveryScheduledAt: string | null;
@@ -3163,12 +3163,12 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
3163
3163
  kind: "deleteTargetCsv";
3164
3164
  } | null;
3165
3165
  };
3166
- }>, z.ZodObject<z.objectUtil.extendShape<{
3166
+ }>, z.ZodObject<{
3167
3167
  title: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3168
3168
  deliveryScheduledAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3169
- }, {
3169
+ } & {
3170
3170
  kind: z.ZodLiteral<"curationMailMagazine">;
3171
- curationMailMagazine: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3171
+ curationMailMagazine: z.ZodUnion<[z.ZodObject<{
3172
3172
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3173
3173
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3174
3174
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -3185,11 +3185,11 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
3185
3185
  behaviorSegmentCodes: string[];
3186
3186
  profileSegmentCodes: string[];
3187
3187
  }>, "many">;
3188
- }, {
3188
+ } & {
3189
3189
  bodyKind: z.ZodLiteral<"freeFormat">;
3190
3190
  htmlBody: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3191
3191
  htmlStyle: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3192
- }>, "strip", z.ZodTypeAny, {
3192
+ }, "strip", z.ZodTypeAny, {
3193
3193
  utmCampaign: string | null;
3194
3194
  subject: string | null;
3195
3195
  preHeaderText: string | null;
@@ -3213,7 +3213,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
3213
3213
  bodyKind: "freeFormat";
3214
3214
  htmlBody: string | null;
3215
3215
  htmlStyle: string | null;
3216
- }>, z.ZodObject<z.objectUtil.extendShape<{
3216
+ }>, z.ZodObject<{
3217
3217
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3218
3218
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3219
3219
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -3230,7 +3230,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
3230
3230
  behaviorSegmentCodes: string[];
3231
3231
  profileSegmentCodes: string[];
3232
3232
  }>, "many">;
3233
- }, {
3233
+ } & {
3234
3234
  bodyKind: z.ZodLiteral<"template">;
3235
3235
  projects: z.ZodArray<z.ZodObject<{
3236
3236
  id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
@@ -3329,7 +3329,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
3329
3329
  } | null;
3330
3330
  url: string | null;
3331
3331
  }>, "many">;
3332
- }>, "strip", z.ZodTypeAny, {
3332
+ }, "strip", z.ZodTypeAny, {
3333
3333
  utmCampaign: string | null;
3334
3334
  subject: string | null;
3335
3335
  preHeaderText: string | null;
@@ -3404,7 +3404,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
3404
3404
  url: string | null;
3405
3405
  }[];
3406
3406
  }>]>;
3407
- }>, "strip", z.ZodTypeAny, {
3407
+ }, "strip", z.ZodTypeAny, {
3408
3408
  kind: "curationMailMagazine";
3409
3409
  title: string | null;
3410
3410
  curationMailMagazine: {
@@ -3513,12 +3513,12 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
3513
3513
  };
3514
3514
  deliveryScheduledAt: string | null;
3515
3515
  }>]>;
3516
- declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3516
+ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<{
3517
3517
  id: z.ZodNumber;
3518
3518
  status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
3519
3519
  title: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3520
3520
  deliveryScheduledAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3521
- }, {
3521
+ } & {
3522
3522
  kind: z.ZodLiteral<"personalizedMailMagazine">;
3523
3523
  personalizedMailMagazine: z.ZodObject<{
3524
3524
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -3550,7 +3550,7 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3550
3550
  excludedUsersCount: number;
3551
3551
  } | null;
3552
3552
  }>;
3553
- }>, "strip", z.ZodTypeAny, {
3553
+ }, "strip", z.ZodTypeAny, {
3554
3554
  kind: "personalizedMailMagazine";
3555
3555
  status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
3556
3556
  id: number;
@@ -3578,14 +3578,14 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3578
3578
  excludedUsersCount: number;
3579
3579
  } | null;
3580
3580
  };
3581
- }>, z.ZodObject<z.objectUtil.extendShape<{
3581
+ }>, z.ZodObject<{
3582
3582
  id: z.ZodNumber;
3583
3583
  status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
3584
3584
  title: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3585
3585
  deliveryScheduledAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3586
- }, {
3586
+ } & {
3587
3587
  kind: z.ZodLiteral<"curationMailMagazine">;
3588
- curationMailMagazine: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3588
+ curationMailMagazine: z.ZodUnion<[z.ZodObject<{
3589
3589
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3590
3590
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3591
3591
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -3603,7 +3603,7 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3603
3603
  behaviorSegmentCodes: string[];
3604
3604
  profileSegmentCodes: string[];
3605
3605
  }>, "many">;
3606
- }, {
3606
+ } & {
3607
3607
  bodyKind: z.ZodLiteral<"template">;
3608
3608
  projects: z.ZodArray<z.ZodObject<{
3609
3609
  id: z.ZodNumber;
@@ -3652,7 +3652,7 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3652
3652
  url: string | null;
3653
3653
  imageUrl: string | null;
3654
3654
  }>, "many">;
3655
- }>, "strip", z.ZodTypeAny, {
3655
+ }, "strip", z.ZodTypeAny, {
3656
3656
  utmCampaign: string | null;
3657
3657
  subject: string | null;
3658
3658
  preHeaderText: string | null;
@@ -3708,7 +3708,7 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3708
3708
  url: string | null;
3709
3709
  imageUrl: string | null;
3710
3710
  }[];
3711
- }>, z.ZodObject<z.objectUtil.extendShape<{
3711
+ }>, z.ZodObject<{
3712
3712
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3713
3713
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3714
3714
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -3726,7 +3726,7 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3726
3726
  behaviorSegmentCodes: string[];
3727
3727
  profileSegmentCodes: string[];
3728
3728
  }>, "many">;
3729
- }, {
3729
+ } & {
3730
3730
  bodyKind: z.ZodLiteral<"freeFormat">;
3731
3731
  htmlBody: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3732
3732
  htmlStyle: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -3740,7 +3740,7 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3740
3740
  id: number;
3741
3741
  key: string;
3742
3742
  }>, "many">;
3743
- }>, "strip", z.ZodTypeAny, {
3743
+ }, "strip", z.ZodTypeAny, {
3744
3744
  utmCampaign: string | null;
3745
3745
  subject: string | null;
3746
3746
  preHeaderText: string | null;
@@ -3775,7 +3775,7 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3775
3775
  key: string;
3776
3776
  }[];
3777
3777
  }>]>;
3778
- }>, "strip", z.ZodTypeAny, {
3778
+ }, "strip", z.ZodTypeAny, {
3779
3779
  kind: "curationMailMagazine";
3780
3780
  status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
3781
3781
  id: number;
@@ -3925,16 +3925,16 @@ declare const Pagination: z.ZodObject<{
3925
3925
  isFirstPage: boolean;
3926
3926
  isLastPage: boolean;
3927
3927
  }>;
3928
- declare const Campaign: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3928
+ declare const Campaign: z.ZodUnion<[z.ZodObject<{
3929
3929
  id: z.ZodNumber;
3930
3930
  title: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
3931
3931
  status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
3932
3932
  deliveryAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3933
3933
  lastEditorName: z.ZodString;
3934
3934
  lastEditedAt: z.ZodString;
3935
- }, {
3935
+ } & {
3936
3936
  kind: z.ZodLiteral<"personalizedMailMagazine">;
3937
- }>, "strip", z.ZodTypeAny, {
3937
+ }, "strip", z.ZodTypeAny, {
3938
3938
  kind: "personalizedMailMagazine";
3939
3939
  status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
3940
3940
  id: number;
@@ -3950,17 +3950,17 @@ declare const Campaign: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3950
3950
  lastEditorName: string;
3951
3951
  lastEditedAt: string;
3952
3952
  title?: string | null | undefined;
3953
- }>, z.ZodObject<z.objectUtil.extendShape<{
3953
+ }>, z.ZodObject<{
3954
3954
  id: z.ZodNumber;
3955
3955
  title: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
3956
3956
  status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
3957
3957
  deliveryAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
3958
3958
  lastEditorName: z.ZodString;
3959
3959
  lastEditedAt: z.ZodString;
3960
- }, {
3960
+ } & {
3961
3961
  kind: z.ZodLiteral<"curationMailMagazine">;
3962
3962
  bodyKind: z.ZodUnion<[z.ZodLiteral<"template">, z.ZodLiteral<"freeFormat">]>;
3963
- }>, "strip", z.ZodTypeAny, {
3963
+ }, "strip", z.ZodTypeAny, {
3964
3964
  kind: "curationMailMagazine";
3965
3965
  status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
3966
3966
  id: number;
@@ -4131,10 +4131,10 @@ declare const HttpErrorBadRequest: z.ZodObject<{
4131
4131
  errors: string[];
4132
4132
  }>;
4133
4133
  declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
4134
- formData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
4134
+ formData: z.ZodUnion<[z.ZodObject<{
4135
4135
  title: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4136
4136
  deliveryScheduledAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4137
- }, {
4137
+ } & {
4138
4138
  kind: z.ZodLiteral<"personalizedMailMagazine">;
4139
4139
  personalizedMailMagazine: z.ZodObject<{
4140
4140
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -4197,7 +4197,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
4197
4197
  kind: "deleteTargetCsv";
4198
4198
  } | null;
4199
4199
  }>;
4200
- }>, "strip", z.ZodTypeAny, {
4200
+ }, "strip", z.ZodTypeAny, {
4201
4201
  kind: "personalizedMailMagazine";
4202
4202
  title: string | null;
4203
4203
  deliveryScheduledAt: string | null;
@@ -4231,12 +4231,12 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
4231
4231
  kind: "deleteTargetCsv";
4232
4232
  } | null;
4233
4233
  };
4234
- }>, z.ZodObject<z.objectUtil.extendShape<{
4234
+ }>, z.ZodObject<{
4235
4235
  title: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4236
4236
  deliveryScheduledAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4237
- }, {
4237
+ } & {
4238
4238
  kind: z.ZodLiteral<"curationMailMagazine">;
4239
- curationMailMagazine: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
4239
+ curationMailMagazine: z.ZodUnion<[z.ZodObject<{
4240
4240
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4241
4241
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4242
4242
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -4253,11 +4253,11 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
4253
4253
  behaviorSegmentCodes: string[];
4254
4254
  profileSegmentCodes: string[];
4255
4255
  }>, "many">;
4256
- }, {
4256
+ } & {
4257
4257
  bodyKind: z.ZodLiteral<"freeFormat">;
4258
4258
  htmlBody: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4259
4259
  htmlStyle: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4260
- }>, "strip", z.ZodTypeAny, {
4260
+ }, "strip", z.ZodTypeAny, {
4261
4261
  utmCampaign: string | null;
4262
4262
  subject: string | null;
4263
4263
  preHeaderText: string | null;
@@ -4281,7 +4281,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
4281
4281
  bodyKind: "freeFormat";
4282
4282
  htmlBody: string | null;
4283
4283
  htmlStyle: string | null;
4284
- }>, z.ZodObject<z.objectUtil.extendShape<{
4284
+ }>, z.ZodObject<{
4285
4285
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4286
4286
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4287
4287
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -4298,7 +4298,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
4298
4298
  behaviorSegmentCodes: string[];
4299
4299
  profileSegmentCodes: string[];
4300
4300
  }>, "many">;
4301
- }, {
4301
+ } & {
4302
4302
  bodyKind: z.ZodLiteral<"template">;
4303
4303
  projects: z.ZodArray<z.ZodObject<{
4304
4304
  id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
@@ -4397,7 +4397,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
4397
4397
  } | null;
4398
4398
  url: string | null;
4399
4399
  }>, "many">;
4400
- }>, "strip", z.ZodTypeAny, {
4400
+ }, "strip", z.ZodTypeAny, {
4401
4401
  utmCampaign: string | null;
4402
4402
  subject: string | null;
4403
4403
  preHeaderText: string | null;
@@ -4472,7 +4472,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
4472
4472
  url: string | null;
4473
4473
  }[];
4474
4474
  }>]>;
4475
- }>, "strip", z.ZodTypeAny, {
4475
+ }, "strip", z.ZodTypeAny, {
4476
4476
  kind: "curationMailMagazine";
4477
4477
  title: string | null;
4478
4478
  curationMailMagazine: {
@@ -4729,12 +4729,12 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
4729
4729
  };
4730
4730
  }>;
4731
4731
  declare const CampaignsCampaignIdResponse: z.ZodObject<{
4732
- campaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
4732
+ campaignDetail: z.ZodUnion<[z.ZodObject<{
4733
4733
  id: z.ZodNumber;
4734
4734
  status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
4735
4735
  title: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4736
4736
  deliveryScheduledAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4737
- }, {
4737
+ } & {
4738
4738
  kind: z.ZodLiteral<"personalizedMailMagazine">;
4739
4739
  personalizedMailMagazine: z.ZodObject<{
4740
4740
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -4766,7 +4766,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
4766
4766
  excludedUsersCount: number;
4767
4767
  } | null;
4768
4768
  }>;
4769
- }>, "strip", z.ZodTypeAny, {
4769
+ }, "strip", z.ZodTypeAny, {
4770
4770
  kind: "personalizedMailMagazine";
4771
4771
  status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
4772
4772
  id: number;
@@ -4794,14 +4794,14 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
4794
4794
  excludedUsersCount: number;
4795
4795
  } | null;
4796
4796
  };
4797
- }>, z.ZodObject<z.objectUtil.extendShape<{
4797
+ }>, z.ZodObject<{
4798
4798
  id: z.ZodNumber;
4799
4799
  status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
4800
4800
  title: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4801
4801
  deliveryScheduledAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4802
- }, {
4802
+ } & {
4803
4803
  kind: z.ZodLiteral<"curationMailMagazine">;
4804
- curationMailMagazine: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
4804
+ curationMailMagazine: z.ZodUnion<[z.ZodObject<{
4805
4805
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4806
4806
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4807
4807
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -4819,7 +4819,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
4819
4819
  behaviorSegmentCodes: string[];
4820
4820
  profileSegmentCodes: string[];
4821
4821
  }>, "many">;
4822
- }, {
4822
+ } & {
4823
4823
  bodyKind: z.ZodLiteral<"template">;
4824
4824
  projects: z.ZodArray<z.ZodObject<{
4825
4825
  id: z.ZodNumber;
@@ -4868,7 +4868,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
4868
4868
  url: string | null;
4869
4869
  imageUrl: string | null;
4870
4870
  }>, "many">;
4871
- }>, "strip", z.ZodTypeAny, {
4871
+ }, "strip", z.ZodTypeAny, {
4872
4872
  utmCampaign: string | null;
4873
4873
  subject: string | null;
4874
4874
  preHeaderText: string | null;
@@ -4924,7 +4924,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
4924
4924
  url: string | null;
4925
4925
  imageUrl: string | null;
4926
4926
  }[];
4927
- }>, z.ZodObject<z.objectUtil.extendShape<{
4927
+ }>, z.ZodObject<{
4928
4928
  utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4929
4929
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4930
4930
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -4942,7 +4942,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
4942
4942
  behaviorSegmentCodes: string[];
4943
4943
  profileSegmentCodes: string[];
4944
4944
  }>, "many">;
4945
- }, {
4945
+ } & {
4946
4946
  bodyKind: z.ZodLiteral<"freeFormat">;
4947
4947
  htmlBody: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4948
4948
  htmlStyle: z.ZodUnion<[z.ZodString, z.ZodNull]>;
@@ -4956,7 +4956,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
4956
4956
  id: number;
4957
4957
  key: string;
4958
4958
  }>, "many">;
4959
- }>, "strip", z.ZodTypeAny, {
4959
+ }, "strip", z.ZodTypeAny, {
4960
4960
  utmCampaign: string | null;
4961
4961
  subject: string | null;
4962
4962
  preHeaderText: string | null;
@@ -4991,7 +4991,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
4991
4991
  key: string;
4992
4992
  }[];
4993
4993
  }>]>;
4994
- }>, "strip", z.ZodTypeAny, {
4994
+ }, "strip", z.ZodTypeAny, {
4995
4995
  kind: "curationMailMagazine";
4996
4996
  status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
4997
4997
  id: number;
@@ -5258,16 +5258,16 @@ declare const PostCampaignsResponse: z.ZodObject<{
5258
5258
  id: number;
5259
5259
  }>;
5260
5260
  declare const GetCampaignsResponse: z.ZodObject<{
5261
- campaigns: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
5261
+ campaigns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
5262
5262
  id: z.ZodNumber;
5263
5263
  title: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
5264
5264
  status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
5265
5265
  deliveryAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
5266
5266
  lastEditorName: z.ZodString;
5267
5267
  lastEditedAt: z.ZodString;
5268
- }, {
5268
+ } & {
5269
5269
  kind: z.ZodLiteral<"personalizedMailMagazine">;
5270
- }>, "strip", z.ZodTypeAny, {
5270
+ }, "strip", z.ZodTypeAny, {
5271
5271
  kind: "personalizedMailMagazine";
5272
5272
  status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
5273
5273
  id: number;
@@ -5283,17 +5283,17 @@ declare const GetCampaignsResponse: z.ZodObject<{
5283
5283
  lastEditorName: string;
5284
5284
  lastEditedAt: string;
5285
5285
  title?: string | null | undefined;
5286
- }>, z.ZodObject<z.objectUtil.extendShape<{
5286
+ }>, z.ZodObject<{
5287
5287
  id: z.ZodNumber;
5288
5288
  title: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
5289
5289
  status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
5290
5290
  deliveryAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
5291
5291
  lastEditorName: z.ZodString;
5292
5292
  lastEditedAt: z.ZodString;
5293
- }, {
5293
+ } & {
5294
5294
  kind: z.ZodLiteral<"curationMailMagazine">;
5295
5295
  bodyKind: z.ZodUnion<[z.ZodLiteral<"template">, z.ZodLiteral<"freeFormat">]>;
5296
- }>, "strip", z.ZodTypeAny, {
5296
+ }, "strip", z.ZodTypeAny, {
5297
5297
  kind: "curationMailMagazine";
5298
5298
  status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
5299
5299
  id: number;