@readyfor/api-client-pigeon 0.195.0 → 0.197.0-pr970.7685a71
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/{chunk-B5OEYYDD.mjs → chunk-6JZT2QGB.mjs} +1 -1
- package/dist/{chunk-5BJOT4AQ.mjs → chunk-AEKEB3GG.mjs} +1 -1
- package/dist/{chunk-RXSSFSEC.mjs → chunk-B3RFQUNV.mjs} +1 -1
- package/dist/{chunk-U2ZMLDPN.mjs → chunk-BDMU3TOC.mjs} +1 -1
- package/dist/{chunk-7FMZ7HGL.mjs → chunk-CJNNMDXQ.mjs} +1 -1
- package/dist/{chunk-TPM7N7DK.mjs → chunk-GDSJJRPE.mjs} +1 -1
- package/dist/{chunk-YH6Q37VS.mjs → chunk-LG2FQDXX.mjs} +1 -1
- package/dist/{chunk-NICE4IR3.mjs → chunk-NHZWWK2Z.mjs} +2 -2
- package/dist/{chunk-QJ6YBNYF.mjs → chunk-S2ECCFNT.mjs} +1 -1
- package/dist/{chunk-S2SH2X35.mjs → chunk-SFZK4F22.mjs} +1 -1
- package/dist/{chunk-SQSOTNQ2.mjs → chunk-TZU4LWFB.mjs} +1 -1
- package/dist/{chunk-CUKC5WUT.mjs → chunk-XR2C4YOA.mjs} +1 -1
- package/dist/{chunk-CFXGDIMD.mjs → chunk-ZLT3YYHD.mjs} +1 -1
- package/dist/components.d.mts +50 -50
- package/dist/components.d.ts +50 -50
- package/dist/components.js +2 -2
- package/dist/components.mjs +1 -1
- package/dist/fetch/campaigns.js +2 -2
- package/dist/fetch/campaigns.mjs +2 -2
- package/dist/fetch/campaignsId.d.mts +4 -4
- package/dist/fetch/campaignsId.d.ts +4 -4
- package/dist/fetch/campaignsId.js +2 -2
- package/dist/fetch/campaignsId.mjs +2 -2
- package/dist/fetch/projectsProjectIdOrKeyword.js +2 -2
- package/dist/fetch/projectsProjectIdOrKeyword.mjs +2 -2
- package/dist/fetch/segmentsBehaviorSegments.js +2 -2
- package/dist/fetch/segmentsBehaviorSegments.mjs +2 -2
- package/dist/fetch/segmentsProfileSegments.js +2 -2
- package/dist/fetch/segmentsProfileSegments.mjs +2 -2
- package/dist/fetch/segmentsTargetUsersCount.js +2 -2
- package/dist/fetch/segmentsTargetUsersCount.mjs +2 -2
- package/dist/hooks/index.js +2 -2
- package/dist/hooks/index.mjs +13 -13
- package/dist/hooks/useCampaigns.js +2 -2
- package/dist/hooks/useCampaigns.mjs +8 -8
- package/dist/hooks/useCampaignsId.js +2 -2
- package/dist/hooks/useCampaignsId.mjs +8 -8
- package/dist/hooks/useProjectsProjectIdOrKeyword.js +2 -2
- package/dist/hooks/useProjectsProjectIdOrKeyword.mjs +8 -8
- package/dist/hooks/useSegmentsBehaviorSegments.js +2 -2
- package/dist/hooks/useSegmentsBehaviorSegments.mjs +8 -8
- package/dist/hooks/useSegmentsProfileSegments.js +2 -2
- package/dist/hooks/useSegmentsProfileSegments.mjs +8 -8
- package/dist/hooks/useSegmentsTargetUsersCount.js +2 -2
- package/dist/hooks/useSegmentsTargetUsersCount.mjs +8 -8
- package/dist/index.js +2 -2
- package/dist/index.mjs +7 -7
- package/dist/schemaType.d.mts +2 -2
- package/dist/schemaType.d.ts +2 -2
- package/package.json +10 -11
|
@@ -76,7 +76,7 @@ var PersonalizedMailMagazineDetailTarget = z.object({
|
|
|
76
76
|
});
|
|
77
77
|
var CurationMailMagazineFormData = z.object({
|
|
78
78
|
utmCampaign: z.union([z.string(), z.null()]),
|
|
79
|
-
|
|
79
|
+
subject: z.union([z.string(), z.null()]),
|
|
80
80
|
preHeaderText: z.union([z.string(), z.null()]),
|
|
81
81
|
targetFilters: z.array(CurationMailMagazineTargetFilterFormData),
|
|
82
82
|
projects: z.array(CurationMailMagazineProjectFormData),
|
|
@@ -88,7 +88,7 @@ var PersonalizedMailMagazineFormData = z.object({
|
|
|
88
88
|
});
|
|
89
89
|
var CurationMailMagazineDetail = z.object({
|
|
90
90
|
utmCampaign: z.union([z.string(), z.null()]),
|
|
91
|
-
|
|
91
|
+
subject: z.union([z.string(), z.null()]),
|
|
92
92
|
preHeaderText: z.union([z.string(), z.null()]),
|
|
93
93
|
deliveredUsersCount: z.union([z.number(), z.null()]),
|
|
94
94
|
targetFilters: z.array(CurationMailMagazineTargetFilter),
|
package/dist/components.d.mts
CHANGED
|
@@ -297,7 +297,7 @@ declare const PersonalizedMailMagazineDetailTarget: z.ZodObject<{
|
|
|
297
297
|
}>;
|
|
298
298
|
declare const CurationMailMagazineFormData: z.ZodObject<{
|
|
299
299
|
utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
300
|
-
|
|
300
|
+
subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
301
301
|
preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
302
302
|
targetFilters: z.ZodArray<z.ZodObject<{
|
|
303
303
|
id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -411,7 +411,7 @@ declare const CurationMailMagazineFormData: z.ZodObject<{
|
|
|
411
411
|
}>, "many">;
|
|
412
412
|
}, "strip", z.ZodTypeAny, {
|
|
413
413
|
utmCampaign: string | null;
|
|
414
|
-
|
|
414
|
+
subject: string | null;
|
|
415
415
|
preHeaderText: string | null;
|
|
416
416
|
targetFilters: {
|
|
417
417
|
id: string | null;
|
|
@@ -447,7 +447,7 @@ declare const CurationMailMagazineFormData: z.ZodObject<{
|
|
|
447
447
|
}[];
|
|
448
448
|
}, {
|
|
449
449
|
utmCampaign: string | null;
|
|
450
|
-
|
|
450
|
+
subject: string | null;
|
|
451
451
|
preHeaderText: string | null;
|
|
452
452
|
targetFilters: {
|
|
453
453
|
id: string | null;
|
|
@@ -545,7 +545,7 @@ declare const PersonalizedMailMagazineFormData: z.ZodObject<{
|
|
|
545
545
|
}>;
|
|
546
546
|
declare const CurationMailMagazineDetail: z.ZodObject<{
|
|
547
547
|
utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
548
|
-
|
|
548
|
+
subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
549
549
|
preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
550
550
|
deliveredUsersCount: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
551
551
|
targetFilters: z.ZodArray<z.ZodObject<{
|
|
@@ -610,7 +610,7 @@ declare const CurationMailMagazineDetail: z.ZodObject<{
|
|
|
610
610
|
}>, "many">;
|
|
611
611
|
}, "strip", z.ZodTypeAny, {
|
|
612
612
|
utmCampaign: string | null;
|
|
613
|
-
|
|
613
|
+
subject: string | null;
|
|
614
614
|
preHeaderText: string | null;
|
|
615
615
|
targetFilters: {
|
|
616
616
|
id: number;
|
|
@@ -637,7 +637,7 @@ declare const CurationMailMagazineDetail: z.ZodObject<{
|
|
|
637
637
|
deliveredUsersCount: number | null;
|
|
638
638
|
}, {
|
|
639
639
|
utmCampaign: string | null;
|
|
640
|
-
|
|
640
|
+
subject: string | null;
|
|
641
641
|
preHeaderText: string | null;
|
|
642
642
|
targetFilters: {
|
|
643
643
|
id: number;
|
|
@@ -698,7 +698,7 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
|
|
|
698
698
|
kind: z.ZodLiteral<"curationMailMagazine">;
|
|
699
699
|
curationMailMagazine: z.ZodObject<{
|
|
700
700
|
utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
701
|
-
|
|
701
|
+
subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
702
702
|
preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
703
703
|
targetFilters: z.ZodArray<z.ZodObject<{
|
|
704
704
|
id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -812,7 +812,7 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
|
|
|
812
812
|
}>, "many">;
|
|
813
813
|
}, "strip", z.ZodTypeAny, {
|
|
814
814
|
utmCampaign: string | null;
|
|
815
|
-
|
|
815
|
+
subject: string | null;
|
|
816
816
|
preHeaderText: string | null;
|
|
817
817
|
targetFilters: {
|
|
818
818
|
id: string | null;
|
|
@@ -848,7 +848,7 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
|
|
|
848
848
|
}[];
|
|
849
849
|
}, {
|
|
850
850
|
utmCampaign: string | null;
|
|
851
|
-
|
|
851
|
+
subject: string | null;
|
|
852
852
|
preHeaderText: string | null;
|
|
853
853
|
targetFilters: {
|
|
854
854
|
id: string | null;
|
|
@@ -887,7 +887,7 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
|
|
|
887
887
|
kind: "curationMailMagazine";
|
|
888
888
|
curationMailMagazine: {
|
|
889
889
|
utmCampaign: string | null;
|
|
890
|
-
|
|
890
|
+
subject: string | null;
|
|
891
891
|
preHeaderText: string | null;
|
|
892
892
|
targetFilters: {
|
|
893
893
|
id: string | null;
|
|
@@ -926,7 +926,7 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
|
|
|
926
926
|
kind: "curationMailMagazine";
|
|
927
927
|
curationMailMagazine: {
|
|
928
928
|
utmCampaign: string | null;
|
|
929
|
-
|
|
929
|
+
subject: string | null;
|
|
930
930
|
preHeaderText: string | null;
|
|
931
931
|
targetFilters: {
|
|
932
932
|
id: string | null;
|
|
@@ -1070,7 +1070,7 @@ declare const CampaignDetailKindDataCurationMailMagazine: z.ZodObject<{
|
|
|
1070
1070
|
kind: z.ZodLiteral<"curationMailMagazine">;
|
|
1071
1071
|
curationMailMagazine: z.ZodObject<{
|
|
1072
1072
|
utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
1073
|
-
|
|
1073
|
+
subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
1074
1074
|
preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
1075
1075
|
deliveredUsersCount: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
1076
1076
|
targetFilters: z.ZodArray<z.ZodObject<{
|
|
@@ -1135,7 +1135,7 @@ declare const CampaignDetailKindDataCurationMailMagazine: z.ZodObject<{
|
|
|
1135
1135
|
}>, "many">;
|
|
1136
1136
|
}, "strip", z.ZodTypeAny, {
|
|
1137
1137
|
utmCampaign: string | null;
|
|
1138
|
-
|
|
1138
|
+
subject: string | null;
|
|
1139
1139
|
preHeaderText: string | null;
|
|
1140
1140
|
targetFilters: {
|
|
1141
1141
|
id: number;
|
|
@@ -1162,7 +1162,7 @@ declare const CampaignDetailKindDataCurationMailMagazine: z.ZodObject<{
|
|
|
1162
1162
|
deliveredUsersCount: number | null;
|
|
1163
1163
|
}, {
|
|
1164
1164
|
utmCampaign: string | null;
|
|
1165
|
-
|
|
1165
|
+
subject: string | null;
|
|
1166
1166
|
preHeaderText: string | null;
|
|
1167
1167
|
targetFilters: {
|
|
1168
1168
|
id: number;
|
|
@@ -1192,7 +1192,7 @@ declare const CampaignDetailKindDataCurationMailMagazine: z.ZodObject<{
|
|
|
1192
1192
|
kind: "curationMailMagazine";
|
|
1193
1193
|
curationMailMagazine: {
|
|
1194
1194
|
utmCampaign: string | null;
|
|
1195
|
-
|
|
1195
|
+
subject: string | null;
|
|
1196
1196
|
preHeaderText: string | null;
|
|
1197
1197
|
targetFilters: {
|
|
1198
1198
|
id: number;
|
|
@@ -1222,7 +1222,7 @@ declare const CampaignDetailKindDataCurationMailMagazine: z.ZodObject<{
|
|
|
1222
1222
|
kind: "curationMailMagazine";
|
|
1223
1223
|
curationMailMagazine: {
|
|
1224
1224
|
utmCampaign: string | null;
|
|
1225
|
-
|
|
1225
|
+
subject: string | null;
|
|
1226
1226
|
preHeaderText: string | null;
|
|
1227
1227
|
targetFilters: {
|
|
1228
1228
|
id: number;
|
|
@@ -1325,7 +1325,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
|
|
|
1325
1325
|
kind: z.ZodLiteral<"curationMailMagazine">;
|
|
1326
1326
|
curationMailMagazine: z.ZodObject<{
|
|
1327
1327
|
utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
1328
|
-
|
|
1328
|
+
subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
1329
1329
|
preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
1330
1330
|
targetFilters: z.ZodArray<z.ZodObject<{
|
|
1331
1331
|
id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -1439,7 +1439,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
|
|
|
1439
1439
|
}>, "many">;
|
|
1440
1440
|
}, "strip", z.ZodTypeAny, {
|
|
1441
1441
|
utmCampaign: string | null;
|
|
1442
|
-
|
|
1442
|
+
subject: string | null;
|
|
1443
1443
|
preHeaderText: string | null;
|
|
1444
1444
|
targetFilters: {
|
|
1445
1445
|
id: string | null;
|
|
@@ -1475,7 +1475,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
|
|
|
1475
1475
|
}[];
|
|
1476
1476
|
}, {
|
|
1477
1477
|
utmCampaign: string | null;
|
|
1478
|
-
|
|
1478
|
+
subject: string | null;
|
|
1479
1479
|
preHeaderText: string | null;
|
|
1480
1480
|
targetFilters: {
|
|
1481
1481
|
id: string | null;
|
|
@@ -1515,7 +1515,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
|
|
|
1515
1515
|
title: string | null;
|
|
1516
1516
|
curationMailMagazine: {
|
|
1517
1517
|
utmCampaign: string | null;
|
|
1518
|
-
|
|
1518
|
+
subject: string | null;
|
|
1519
1519
|
preHeaderText: string | null;
|
|
1520
1520
|
targetFilters: {
|
|
1521
1521
|
id: string | null;
|
|
@@ -1556,7 +1556,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
|
|
|
1556
1556
|
title: string | null;
|
|
1557
1557
|
curationMailMagazine: {
|
|
1558
1558
|
utmCampaign: string | null;
|
|
1559
|
-
|
|
1559
|
+
subject: string | null;
|
|
1560
1560
|
preHeaderText: string | null;
|
|
1561
1561
|
targetFilters: {
|
|
1562
1562
|
id: string | null;
|
|
@@ -1703,7 +1703,7 @@ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.e
|
|
|
1703
1703
|
kind: z.ZodLiteral<"curationMailMagazine">;
|
|
1704
1704
|
curationMailMagazine: z.ZodObject<{
|
|
1705
1705
|
utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
1706
|
-
|
|
1706
|
+
subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
1707
1707
|
preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
1708
1708
|
deliveredUsersCount: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
1709
1709
|
targetFilters: z.ZodArray<z.ZodObject<{
|
|
@@ -1768,7 +1768,7 @@ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.e
|
|
|
1768
1768
|
}>, "many">;
|
|
1769
1769
|
}, "strip", z.ZodTypeAny, {
|
|
1770
1770
|
utmCampaign: string | null;
|
|
1771
|
-
|
|
1771
|
+
subject: string | null;
|
|
1772
1772
|
preHeaderText: string | null;
|
|
1773
1773
|
targetFilters: {
|
|
1774
1774
|
id: number;
|
|
@@ -1795,7 +1795,7 @@ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.e
|
|
|
1795
1795
|
deliveredUsersCount: number | null;
|
|
1796
1796
|
}, {
|
|
1797
1797
|
utmCampaign: string | null;
|
|
1798
|
-
|
|
1798
|
+
subject: string | null;
|
|
1799
1799
|
preHeaderText: string | null;
|
|
1800
1800
|
targetFilters: {
|
|
1801
1801
|
id: number;
|
|
@@ -1828,7 +1828,7 @@ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.e
|
|
|
1828
1828
|
title: string | null;
|
|
1829
1829
|
curationMailMagazine: {
|
|
1830
1830
|
utmCampaign: string | null;
|
|
1831
|
-
|
|
1831
|
+
subject: string | null;
|
|
1832
1832
|
preHeaderText: string | null;
|
|
1833
1833
|
targetFilters: {
|
|
1834
1834
|
id: number;
|
|
@@ -1862,7 +1862,7 @@ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.e
|
|
|
1862
1862
|
title: string | null;
|
|
1863
1863
|
curationMailMagazine: {
|
|
1864
1864
|
utmCampaign: string | null;
|
|
1865
|
-
|
|
1865
|
+
subject: string | null;
|
|
1866
1866
|
preHeaderText: string | null;
|
|
1867
1867
|
targetFilters: {
|
|
1868
1868
|
id: number;
|
|
@@ -2099,7 +2099,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
|
|
|
2099
2099
|
kind: z.ZodLiteral<"curationMailMagazine">;
|
|
2100
2100
|
curationMailMagazine: z.ZodObject<{
|
|
2101
2101
|
utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2102
|
-
|
|
2102
|
+
subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2103
2103
|
preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2104
2104
|
targetFilters: z.ZodArray<z.ZodObject<{
|
|
2105
2105
|
id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -2213,7 +2213,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
|
|
|
2213
2213
|
}>, "many">;
|
|
2214
2214
|
}, "strip", z.ZodTypeAny, {
|
|
2215
2215
|
utmCampaign: string | null;
|
|
2216
|
-
|
|
2216
|
+
subject: string | null;
|
|
2217
2217
|
preHeaderText: string | null;
|
|
2218
2218
|
targetFilters: {
|
|
2219
2219
|
id: string | null;
|
|
@@ -2249,7 +2249,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
|
|
|
2249
2249
|
}[];
|
|
2250
2250
|
}, {
|
|
2251
2251
|
utmCampaign: string | null;
|
|
2252
|
-
|
|
2252
|
+
subject: string | null;
|
|
2253
2253
|
preHeaderText: string | null;
|
|
2254
2254
|
targetFilters: {
|
|
2255
2255
|
id: string | null;
|
|
@@ -2289,7 +2289,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
|
|
|
2289
2289
|
title: string | null;
|
|
2290
2290
|
curationMailMagazine: {
|
|
2291
2291
|
utmCampaign: string | null;
|
|
2292
|
-
|
|
2292
|
+
subject: string | null;
|
|
2293
2293
|
preHeaderText: string | null;
|
|
2294
2294
|
targetFilters: {
|
|
2295
2295
|
id: string | null;
|
|
@@ -2330,7 +2330,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
|
|
|
2330
2330
|
title: string | null;
|
|
2331
2331
|
curationMailMagazine: {
|
|
2332
2332
|
utmCampaign: string | null;
|
|
2333
|
-
|
|
2333
|
+
subject: string | null;
|
|
2334
2334
|
preHeaderText: string | null;
|
|
2335
2335
|
targetFilters: {
|
|
2336
2336
|
id: string | null;
|
|
@@ -2441,7 +2441,7 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2441
2441
|
kind: z.ZodLiteral<"curationMailMagazine">;
|
|
2442
2442
|
curationMailMagazine: z.ZodObject<{
|
|
2443
2443
|
utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2444
|
-
|
|
2444
|
+
subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2445
2445
|
preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2446
2446
|
deliveredUsersCount: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
2447
2447
|
targetFilters: z.ZodArray<z.ZodObject<{
|
|
@@ -2506,7 +2506,7 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2506
2506
|
}>, "many">;
|
|
2507
2507
|
}, "strip", z.ZodTypeAny, {
|
|
2508
2508
|
utmCampaign: string | null;
|
|
2509
|
-
|
|
2509
|
+
subject: string | null;
|
|
2510
2510
|
preHeaderText: string | null;
|
|
2511
2511
|
targetFilters: {
|
|
2512
2512
|
id: number;
|
|
@@ -2533,7 +2533,7 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2533
2533
|
deliveredUsersCount: number | null;
|
|
2534
2534
|
}, {
|
|
2535
2535
|
utmCampaign: string | null;
|
|
2536
|
-
|
|
2536
|
+
subject: string | null;
|
|
2537
2537
|
preHeaderText: string | null;
|
|
2538
2538
|
targetFilters: {
|
|
2539
2539
|
id: number;
|
|
@@ -2566,7 +2566,7 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2566
2566
|
title: string | null;
|
|
2567
2567
|
curationMailMagazine: {
|
|
2568
2568
|
utmCampaign: string | null;
|
|
2569
|
-
|
|
2569
|
+
subject: string | null;
|
|
2570
2570
|
preHeaderText: string | null;
|
|
2571
2571
|
targetFilters: {
|
|
2572
2572
|
id: number;
|
|
@@ -2600,7 +2600,7 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2600
2600
|
title: string | null;
|
|
2601
2601
|
curationMailMagazine: {
|
|
2602
2602
|
utmCampaign: string | null;
|
|
2603
|
-
|
|
2603
|
+
subject: string | null;
|
|
2604
2604
|
preHeaderText: string | null;
|
|
2605
2605
|
targetFilters: {
|
|
2606
2606
|
id: number;
|
|
@@ -2919,7 +2919,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
|
|
|
2919
2919
|
kind: z.ZodLiteral<"curationMailMagazine">;
|
|
2920
2920
|
curationMailMagazine: z.ZodObject<{
|
|
2921
2921
|
utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2922
|
-
|
|
2922
|
+
subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2923
2923
|
preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2924
2924
|
targetFilters: z.ZodArray<z.ZodObject<{
|
|
2925
2925
|
id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -3033,7 +3033,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
|
|
|
3033
3033
|
}>, "many">;
|
|
3034
3034
|
}, "strip", z.ZodTypeAny, {
|
|
3035
3035
|
utmCampaign: string | null;
|
|
3036
|
-
|
|
3036
|
+
subject: string | null;
|
|
3037
3037
|
preHeaderText: string | null;
|
|
3038
3038
|
targetFilters: {
|
|
3039
3039
|
id: string | null;
|
|
@@ -3069,7 +3069,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
|
|
|
3069
3069
|
}[];
|
|
3070
3070
|
}, {
|
|
3071
3071
|
utmCampaign: string | null;
|
|
3072
|
-
|
|
3072
|
+
subject: string | null;
|
|
3073
3073
|
preHeaderText: string | null;
|
|
3074
3074
|
targetFilters: {
|
|
3075
3075
|
id: string | null;
|
|
@@ -3109,7 +3109,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
|
|
|
3109
3109
|
title: string | null;
|
|
3110
3110
|
curationMailMagazine: {
|
|
3111
3111
|
utmCampaign: string | null;
|
|
3112
|
-
|
|
3112
|
+
subject: string | null;
|
|
3113
3113
|
preHeaderText: string | null;
|
|
3114
3114
|
targetFilters: {
|
|
3115
3115
|
id: string | null;
|
|
@@ -3150,7 +3150,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
|
|
|
3150
3150
|
title: string | null;
|
|
3151
3151
|
curationMailMagazine: {
|
|
3152
3152
|
utmCampaign: string | null;
|
|
3153
|
-
|
|
3153
|
+
subject: string | null;
|
|
3154
3154
|
preHeaderText: string | null;
|
|
3155
3155
|
targetFilters: {
|
|
3156
3156
|
id: string | null;
|
|
@@ -3193,7 +3193,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
|
|
|
3193
3193
|
title: string | null;
|
|
3194
3194
|
curationMailMagazine: {
|
|
3195
3195
|
utmCampaign: string | null;
|
|
3196
|
-
|
|
3196
|
+
subject: string | null;
|
|
3197
3197
|
preHeaderText: string | null;
|
|
3198
3198
|
targetFilters: {
|
|
3199
3199
|
id: string | null;
|
|
@@ -3253,7 +3253,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
|
|
|
3253
3253
|
title: string | null;
|
|
3254
3254
|
curationMailMagazine: {
|
|
3255
3255
|
utmCampaign: string | null;
|
|
3256
|
-
|
|
3256
|
+
subject: string | null;
|
|
3257
3257
|
preHeaderText: string | null;
|
|
3258
3258
|
targetFilters: {
|
|
3259
3259
|
id: string | null;
|
|
@@ -3383,7 +3383,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
|
|
|
3383
3383
|
kind: z.ZodLiteral<"curationMailMagazine">;
|
|
3384
3384
|
curationMailMagazine: z.ZodObject<{
|
|
3385
3385
|
utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
3386
|
-
|
|
3386
|
+
subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
3387
3387
|
preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
3388
3388
|
deliveredUsersCount: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
3389
3389
|
targetFilters: z.ZodArray<z.ZodObject<{
|
|
@@ -3448,7 +3448,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
|
|
|
3448
3448
|
}>, "many">;
|
|
3449
3449
|
}, "strip", z.ZodTypeAny, {
|
|
3450
3450
|
utmCampaign: string | null;
|
|
3451
|
-
|
|
3451
|
+
subject: string | null;
|
|
3452
3452
|
preHeaderText: string | null;
|
|
3453
3453
|
targetFilters: {
|
|
3454
3454
|
id: number;
|
|
@@ -3475,7 +3475,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
|
|
|
3475
3475
|
deliveredUsersCount: number | null;
|
|
3476
3476
|
}, {
|
|
3477
3477
|
utmCampaign: string | null;
|
|
3478
|
-
|
|
3478
|
+
subject: string | null;
|
|
3479
3479
|
preHeaderText: string | null;
|
|
3480
3480
|
targetFilters: {
|
|
3481
3481
|
id: number;
|
|
@@ -3508,7 +3508,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
|
|
|
3508
3508
|
title: string | null;
|
|
3509
3509
|
curationMailMagazine: {
|
|
3510
3510
|
utmCampaign: string | null;
|
|
3511
|
-
|
|
3511
|
+
subject: string | null;
|
|
3512
3512
|
preHeaderText: string | null;
|
|
3513
3513
|
targetFilters: {
|
|
3514
3514
|
id: number;
|
|
@@ -3542,7 +3542,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
|
|
|
3542
3542
|
title: string | null;
|
|
3543
3543
|
curationMailMagazine: {
|
|
3544
3544
|
utmCampaign: string | null;
|
|
3545
|
-
|
|
3545
|
+
subject: string | null;
|
|
3546
3546
|
preHeaderText: string | null;
|
|
3547
3547
|
targetFilters: {
|
|
3548
3548
|
id: number;
|
|
@@ -3578,7 +3578,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
|
|
|
3578
3578
|
title: string | null;
|
|
3579
3579
|
curationMailMagazine: {
|
|
3580
3580
|
utmCampaign: string | null;
|
|
3581
|
-
|
|
3581
|
+
subject: string | null;
|
|
3582
3582
|
preHeaderText: string | null;
|
|
3583
3583
|
targetFilters: {
|
|
3584
3584
|
id: number;
|
|
@@ -3628,7 +3628,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
|
|
|
3628
3628
|
title: string | null;
|
|
3629
3629
|
curationMailMagazine: {
|
|
3630
3630
|
utmCampaign: string | null;
|
|
3631
|
-
|
|
3631
|
+
subject: string | null;
|
|
3632
3632
|
preHeaderText: string | null;
|
|
3633
3633
|
targetFilters: {
|
|
3634
3634
|
id: number;
|