@readyfor/api-client-pigeon 0.194.1 → 0.195.0-pr898.144249c
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-3RIOLUHJ.mjs → chunk-5BJOT4AQ.mjs} +1 -1
- package/dist/{chunk-VW7MH5JZ.mjs → chunk-7FMZ7HGL.mjs} +1 -1
- package/dist/{chunk-IVAIBCIB.mjs → chunk-B5OEYYDD.mjs} +1 -1
- package/dist/{chunk-RYWCSZXA.mjs → chunk-CFXGDIMD.mjs} +1 -1
- package/dist/{chunk-URCAXVZJ.mjs → chunk-CUKC5WUT.mjs} +1 -1
- package/dist/{chunk-A4DKTYOB.mjs → chunk-NICE4IR3.mjs} +2 -2
- package/dist/{chunk-YOTWYVLS.mjs → chunk-QJ6YBNYF.mjs} +1 -1
- package/dist/{chunk-3JMR6H56.mjs → chunk-RXSSFSEC.mjs} +1 -1
- package/dist/{chunk-7NAC2DXV.mjs → chunk-S2SH2X35.mjs} +1 -1
- package/dist/{chunk-RCXDEYQ3.mjs → chunk-SQSOTNQ2.mjs} +1 -1
- package/dist/{chunk-3LOTGXB3.mjs → chunk-TPM7N7DK.mjs} +1 -1
- package/dist/{chunk-NVFG46VV.mjs → chunk-U2ZMLDPN.mjs} +1 -1
- package/dist/{chunk-TY2VYPCN.mjs → chunk-YH6Q37VS.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 +3 -3
- package/dist/schemaType.d.ts +3 -3
- package/package.json +10 -11
|
@@ -78,7 +78,7 @@ var CurationMailMagazineFormData = z.object({
|
|
|
78
78
|
utmCampaign: z.union([z.string(), z.null()]),
|
|
79
79
|
mailSubject: 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),
|
|
83
83
|
banners: z.array(CurationMailMagazineBannerFormData)
|
|
84
84
|
});
|
|
@@ -91,7 +91,7 @@ var CurationMailMagazineDetail = z.object({
|
|
|
91
91
|
mailSubject: 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),
|
|
95
95
|
projects: z.array(CurationMailMagazineTargetProject),
|
|
96
96
|
banners: z.array(CurationMailMagazineBanner)
|
|
97
97
|
});
|
package/dist/components.d.mts
CHANGED
|
@@ -299,7 +299,7 @@ declare const CurationMailMagazineFormData: z.ZodObject<{
|
|
|
299
299
|
utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
300
300
|
mailSubject: 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]>;
|
|
304
304
|
behaviorSgumentCodes: z.ZodArray<z.ZodString, "many">;
|
|
305
305
|
profileSgumentCodes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -413,7 +413,7 @@ declare const CurationMailMagazineFormData: z.ZodObject<{
|
|
|
413
413
|
utmCampaign: string | null;
|
|
414
414
|
mailSubject: string | null;
|
|
415
415
|
preHeaderText: string | null;
|
|
416
|
-
|
|
416
|
+
targetFilters: {
|
|
417
417
|
id: string | null;
|
|
418
418
|
behaviorSgumentCodes: string[];
|
|
419
419
|
profileSgumentCodes: string[];
|
|
@@ -449,7 +449,7 @@ declare const CurationMailMagazineFormData: z.ZodObject<{
|
|
|
449
449
|
utmCampaign: string | null;
|
|
450
450
|
mailSubject: string | null;
|
|
451
451
|
preHeaderText: string | null;
|
|
452
|
-
|
|
452
|
+
targetFilters: {
|
|
453
453
|
id: string | null;
|
|
454
454
|
behaviorSgumentCodes: string[];
|
|
455
455
|
profileSgumentCodes: string[];
|
|
@@ -548,7 +548,7 @@ declare const CurationMailMagazineDetail: z.ZodObject<{
|
|
|
548
548
|
mailSubject: 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<{
|
|
552
552
|
id: z.ZodNumber;
|
|
553
553
|
behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
|
|
554
554
|
profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -612,7 +612,7 @@ declare const CurationMailMagazineDetail: z.ZodObject<{
|
|
|
612
612
|
utmCampaign: string | null;
|
|
613
613
|
mailSubject: string | null;
|
|
614
614
|
preHeaderText: string | null;
|
|
615
|
-
|
|
615
|
+
targetFilters: {
|
|
616
616
|
id: number;
|
|
617
617
|
behaviorSegmentCodes: string[];
|
|
618
618
|
profileSegmentCodes: string[];
|
|
@@ -639,7 +639,7 @@ declare const CurationMailMagazineDetail: z.ZodObject<{
|
|
|
639
639
|
utmCampaign: string | null;
|
|
640
640
|
mailSubject: string | null;
|
|
641
641
|
preHeaderText: string | null;
|
|
642
|
-
|
|
642
|
+
targetFilters: {
|
|
643
643
|
id: number;
|
|
644
644
|
behaviorSegmentCodes: string[];
|
|
645
645
|
profileSegmentCodes: string[];
|
|
@@ -700,7 +700,7 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
|
|
|
700
700
|
utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
701
701
|
mailSubject: 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]>;
|
|
705
705
|
behaviorSgumentCodes: z.ZodArray<z.ZodString, "many">;
|
|
706
706
|
profileSgumentCodes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -814,7 +814,7 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
|
|
|
814
814
|
utmCampaign: string | null;
|
|
815
815
|
mailSubject: string | null;
|
|
816
816
|
preHeaderText: string | null;
|
|
817
|
-
|
|
817
|
+
targetFilters: {
|
|
818
818
|
id: string | null;
|
|
819
819
|
behaviorSgumentCodes: string[];
|
|
820
820
|
profileSgumentCodes: string[];
|
|
@@ -850,7 +850,7 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
|
|
|
850
850
|
utmCampaign: string | null;
|
|
851
851
|
mailSubject: string | null;
|
|
852
852
|
preHeaderText: string | null;
|
|
853
|
-
|
|
853
|
+
targetFilters: {
|
|
854
854
|
id: string | null;
|
|
855
855
|
behaviorSgumentCodes: string[];
|
|
856
856
|
profileSgumentCodes: string[];
|
|
@@ -889,7 +889,7 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
|
|
|
889
889
|
utmCampaign: string | null;
|
|
890
890
|
mailSubject: string | null;
|
|
891
891
|
preHeaderText: string | null;
|
|
892
|
-
|
|
892
|
+
targetFilters: {
|
|
893
893
|
id: string | null;
|
|
894
894
|
behaviorSgumentCodes: string[];
|
|
895
895
|
profileSgumentCodes: string[];
|
|
@@ -928,7 +928,7 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
|
|
|
928
928
|
utmCampaign: string | null;
|
|
929
929
|
mailSubject: string | null;
|
|
930
930
|
preHeaderText: string | null;
|
|
931
|
-
|
|
931
|
+
targetFilters: {
|
|
932
932
|
id: string | null;
|
|
933
933
|
behaviorSgumentCodes: string[];
|
|
934
934
|
profileSgumentCodes: string[];
|
|
@@ -1073,7 +1073,7 @@ declare const CampaignDetailKindDataCurationMailMagazine: z.ZodObject<{
|
|
|
1073
1073
|
mailSubject: 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<{
|
|
1077
1077
|
id: z.ZodNumber;
|
|
1078
1078
|
behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
|
|
1079
1079
|
profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -1137,7 +1137,7 @@ declare const CampaignDetailKindDataCurationMailMagazine: z.ZodObject<{
|
|
|
1137
1137
|
utmCampaign: string | null;
|
|
1138
1138
|
mailSubject: string | null;
|
|
1139
1139
|
preHeaderText: string | null;
|
|
1140
|
-
|
|
1140
|
+
targetFilters: {
|
|
1141
1141
|
id: number;
|
|
1142
1142
|
behaviorSegmentCodes: string[];
|
|
1143
1143
|
profileSegmentCodes: string[];
|
|
@@ -1164,7 +1164,7 @@ declare const CampaignDetailKindDataCurationMailMagazine: z.ZodObject<{
|
|
|
1164
1164
|
utmCampaign: string | null;
|
|
1165
1165
|
mailSubject: string | null;
|
|
1166
1166
|
preHeaderText: string | null;
|
|
1167
|
-
|
|
1167
|
+
targetFilters: {
|
|
1168
1168
|
id: number;
|
|
1169
1169
|
behaviorSegmentCodes: string[];
|
|
1170
1170
|
profileSegmentCodes: string[];
|
|
@@ -1194,7 +1194,7 @@ declare const CampaignDetailKindDataCurationMailMagazine: z.ZodObject<{
|
|
|
1194
1194
|
utmCampaign: string | null;
|
|
1195
1195
|
mailSubject: string | null;
|
|
1196
1196
|
preHeaderText: string | null;
|
|
1197
|
-
|
|
1197
|
+
targetFilters: {
|
|
1198
1198
|
id: number;
|
|
1199
1199
|
behaviorSegmentCodes: string[];
|
|
1200
1200
|
profileSegmentCodes: string[];
|
|
@@ -1224,7 +1224,7 @@ declare const CampaignDetailKindDataCurationMailMagazine: z.ZodObject<{
|
|
|
1224
1224
|
utmCampaign: string | null;
|
|
1225
1225
|
mailSubject: string | null;
|
|
1226
1226
|
preHeaderText: string | null;
|
|
1227
|
-
|
|
1227
|
+
targetFilters: {
|
|
1228
1228
|
id: number;
|
|
1229
1229
|
behaviorSegmentCodes: string[];
|
|
1230
1230
|
profileSegmentCodes: string[];
|
|
@@ -1327,7 +1327,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
|
|
|
1327
1327
|
utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
1328
1328
|
mailSubject: 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]>;
|
|
1332
1332
|
behaviorSgumentCodes: z.ZodArray<z.ZodString, "many">;
|
|
1333
1333
|
profileSgumentCodes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -1441,7 +1441,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
|
|
|
1441
1441
|
utmCampaign: string | null;
|
|
1442
1442
|
mailSubject: string | null;
|
|
1443
1443
|
preHeaderText: string | null;
|
|
1444
|
-
|
|
1444
|
+
targetFilters: {
|
|
1445
1445
|
id: string | null;
|
|
1446
1446
|
behaviorSgumentCodes: string[];
|
|
1447
1447
|
profileSgumentCodes: string[];
|
|
@@ -1477,7 +1477,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
|
|
|
1477
1477
|
utmCampaign: string | null;
|
|
1478
1478
|
mailSubject: string | null;
|
|
1479
1479
|
preHeaderText: string | null;
|
|
1480
|
-
|
|
1480
|
+
targetFilters: {
|
|
1481
1481
|
id: string | null;
|
|
1482
1482
|
behaviorSgumentCodes: string[];
|
|
1483
1483
|
profileSgumentCodes: string[];
|
|
@@ -1517,7 +1517,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
|
|
|
1517
1517
|
utmCampaign: string | null;
|
|
1518
1518
|
mailSubject: string | null;
|
|
1519
1519
|
preHeaderText: string | null;
|
|
1520
|
-
|
|
1520
|
+
targetFilters: {
|
|
1521
1521
|
id: string | null;
|
|
1522
1522
|
behaviorSgumentCodes: string[];
|
|
1523
1523
|
profileSgumentCodes: string[];
|
|
@@ -1558,7 +1558,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
|
|
|
1558
1558
|
utmCampaign: string | null;
|
|
1559
1559
|
mailSubject: string | null;
|
|
1560
1560
|
preHeaderText: string | null;
|
|
1561
|
-
|
|
1561
|
+
targetFilters: {
|
|
1562
1562
|
id: string | null;
|
|
1563
1563
|
behaviorSgumentCodes: string[];
|
|
1564
1564
|
profileSgumentCodes: string[];
|
|
@@ -1706,7 +1706,7 @@ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.e
|
|
|
1706
1706
|
mailSubject: 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<{
|
|
1710
1710
|
id: z.ZodNumber;
|
|
1711
1711
|
behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
|
|
1712
1712
|
profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -1770,7 +1770,7 @@ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.e
|
|
|
1770
1770
|
utmCampaign: string | null;
|
|
1771
1771
|
mailSubject: string | null;
|
|
1772
1772
|
preHeaderText: string | null;
|
|
1773
|
-
|
|
1773
|
+
targetFilters: {
|
|
1774
1774
|
id: number;
|
|
1775
1775
|
behaviorSegmentCodes: string[];
|
|
1776
1776
|
profileSegmentCodes: string[];
|
|
@@ -1797,7 +1797,7 @@ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.e
|
|
|
1797
1797
|
utmCampaign: string | null;
|
|
1798
1798
|
mailSubject: string | null;
|
|
1799
1799
|
preHeaderText: string | null;
|
|
1800
|
-
|
|
1800
|
+
targetFilters: {
|
|
1801
1801
|
id: number;
|
|
1802
1802
|
behaviorSegmentCodes: string[];
|
|
1803
1803
|
profileSegmentCodes: string[];
|
|
@@ -1830,7 +1830,7 @@ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.e
|
|
|
1830
1830
|
utmCampaign: string | null;
|
|
1831
1831
|
mailSubject: string | null;
|
|
1832
1832
|
preHeaderText: string | null;
|
|
1833
|
-
|
|
1833
|
+
targetFilters: {
|
|
1834
1834
|
id: number;
|
|
1835
1835
|
behaviorSegmentCodes: string[];
|
|
1836
1836
|
profileSegmentCodes: string[];
|
|
@@ -1864,7 +1864,7 @@ declare const CampaignDetailWithCurationMailMagazine: z.ZodObject<z.objectUtil.e
|
|
|
1864
1864
|
utmCampaign: string | null;
|
|
1865
1865
|
mailSubject: string | null;
|
|
1866
1866
|
preHeaderText: string | null;
|
|
1867
|
-
|
|
1867
|
+
targetFilters: {
|
|
1868
1868
|
id: number;
|
|
1869
1869
|
behaviorSegmentCodes: string[];
|
|
1870
1870
|
profileSegmentCodes: string[];
|
|
@@ -2101,7 +2101,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
|
|
|
2101
2101
|
utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2102
2102
|
mailSubject: 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]>;
|
|
2106
2106
|
behaviorSgumentCodes: z.ZodArray<z.ZodString, "many">;
|
|
2107
2107
|
profileSgumentCodes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -2215,7 +2215,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
|
|
|
2215
2215
|
utmCampaign: string | null;
|
|
2216
2216
|
mailSubject: string | null;
|
|
2217
2217
|
preHeaderText: string | null;
|
|
2218
|
-
|
|
2218
|
+
targetFilters: {
|
|
2219
2219
|
id: string | null;
|
|
2220
2220
|
behaviorSgumentCodes: string[];
|
|
2221
2221
|
profileSgumentCodes: string[];
|
|
@@ -2251,7 +2251,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
|
|
|
2251
2251
|
utmCampaign: string | null;
|
|
2252
2252
|
mailSubject: string | null;
|
|
2253
2253
|
preHeaderText: string | null;
|
|
2254
|
-
|
|
2254
|
+
targetFilters: {
|
|
2255
2255
|
id: string | null;
|
|
2256
2256
|
behaviorSgumentCodes: string[];
|
|
2257
2257
|
profileSgumentCodes: string[];
|
|
@@ -2291,7 +2291,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
|
|
|
2291
2291
|
utmCampaign: string | null;
|
|
2292
2292
|
mailSubject: string | null;
|
|
2293
2293
|
preHeaderText: string | null;
|
|
2294
|
-
|
|
2294
|
+
targetFilters: {
|
|
2295
2295
|
id: string | null;
|
|
2296
2296
|
behaviorSgumentCodes: string[];
|
|
2297
2297
|
profileSgumentCodes: string[];
|
|
@@ -2332,7 +2332,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
|
|
|
2332
2332
|
utmCampaign: string | null;
|
|
2333
2333
|
mailSubject: string | null;
|
|
2334
2334
|
preHeaderText: string | null;
|
|
2335
|
-
|
|
2335
|
+
targetFilters: {
|
|
2336
2336
|
id: string | null;
|
|
2337
2337
|
behaviorSgumentCodes: string[];
|
|
2338
2338
|
profileSgumentCodes: string[];
|
|
@@ -2444,7 +2444,7 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2444
2444
|
mailSubject: 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<{
|
|
2448
2448
|
id: z.ZodNumber;
|
|
2449
2449
|
behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
|
|
2450
2450
|
profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -2508,7 +2508,7 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2508
2508
|
utmCampaign: string | null;
|
|
2509
2509
|
mailSubject: string | null;
|
|
2510
2510
|
preHeaderText: string | null;
|
|
2511
|
-
|
|
2511
|
+
targetFilters: {
|
|
2512
2512
|
id: number;
|
|
2513
2513
|
behaviorSegmentCodes: string[];
|
|
2514
2514
|
profileSegmentCodes: string[];
|
|
@@ -2535,7 +2535,7 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2535
2535
|
utmCampaign: string | null;
|
|
2536
2536
|
mailSubject: string | null;
|
|
2537
2537
|
preHeaderText: string | null;
|
|
2538
|
-
|
|
2538
|
+
targetFilters: {
|
|
2539
2539
|
id: number;
|
|
2540
2540
|
behaviorSegmentCodes: string[];
|
|
2541
2541
|
profileSegmentCodes: string[];
|
|
@@ -2568,7 +2568,7 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2568
2568
|
utmCampaign: string | null;
|
|
2569
2569
|
mailSubject: string | null;
|
|
2570
2570
|
preHeaderText: string | null;
|
|
2571
|
-
|
|
2571
|
+
targetFilters: {
|
|
2572
2572
|
id: number;
|
|
2573
2573
|
behaviorSegmentCodes: string[];
|
|
2574
2574
|
profileSegmentCodes: string[];
|
|
@@ -2602,7 +2602,7 @@ declare const CampaignDetail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2602
2602
|
utmCampaign: string | null;
|
|
2603
2603
|
mailSubject: string | null;
|
|
2604
2604
|
preHeaderText: string | null;
|
|
2605
|
-
|
|
2605
|
+
targetFilters: {
|
|
2606
2606
|
id: number;
|
|
2607
2607
|
behaviorSegmentCodes: string[];
|
|
2608
2608
|
profileSegmentCodes: string[];
|
|
@@ -2921,7 +2921,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
|
|
|
2921
2921
|
utmCampaign: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2922
2922
|
mailSubject: 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]>;
|
|
2926
2926
|
behaviorSgumentCodes: z.ZodArray<z.ZodString, "many">;
|
|
2927
2927
|
profileSgumentCodes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -3035,7 +3035,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
|
|
|
3035
3035
|
utmCampaign: string | null;
|
|
3036
3036
|
mailSubject: string | null;
|
|
3037
3037
|
preHeaderText: string | null;
|
|
3038
|
-
|
|
3038
|
+
targetFilters: {
|
|
3039
3039
|
id: string | null;
|
|
3040
3040
|
behaviorSgumentCodes: string[];
|
|
3041
3041
|
profileSgumentCodes: string[];
|
|
@@ -3071,7 +3071,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
|
|
|
3071
3071
|
utmCampaign: string | null;
|
|
3072
3072
|
mailSubject: string | null;
|
|
3073
3073
|
preHeaderText: string | null;
|
|
3074
|
-
|
|
3074
|
+
targetFilters: {
|
|
3075
3075
|
id: string | null;
|
|
3076
3076
|
behaviorSgumentCodes: string[];
|
|
3077
3077
|
profileSgumentCodes: string[];
|
|
@@ -3111,7 +3111,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
|
|
|
3111
3111
|
utmCampaign: string | null;
|
|
3112
3112
|
mailSubject: string | null;
|
|
3113
3113
|
preHeaderText: string | null;
|
|
3114
|
-
|
|
3114
|
+
targetFilters: {
|
|
3115
3115
|
id: string | null;
|
|
3116
3116
|
behaviorSgumentCodes: string[];
|
|
3117
3117
|
profileSgumentCodes: string[];
|
|
@@ -3152,7 +3152,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
|
|
|
3152
3152
|
utmCampaign: string | null;
|
|
3153
3153
|
mailSubject: string | null;
|
|
3154
3154
|
preHeaderText: string | null;
|
|
3155
|
-
|
|
3155
|
+
targetFilters: {
|
|
3156
3156
|
id: string | null;
|
|
3157
3157
|
behaviorSgumentCodes: string[];
|
|
3158
3158
|
profileSgumentCodes: string[];
|
|
@@ -3195,7 +3195,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
|
|
|
3195
3195
|
utmCampaign: string | null;
|
|
3196
3196
|
mailSubject: string | null;
|
|
3197
3197
|
preHeaderText: string | null;
|
|
3198
|
-
|
|
3198
|
+
targetFilters: {
|
|
3199
3199
|
id: string | null;
|
|
3200
3200
|
behaviorSgumentCodes: string[];
|
|
3201
3201
|
profileSgumentCodes: string[];
|
|
@@ -3255,7 +3255,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
|
|
|
3255
3255
|
utmCampaign: string | null;
|
|
3256
3256
|
mailSubject: string | null;
|
|
3257
3257
|
preHeaderText: string | null;
|
|
3258
|
-
|
|
3258
|
+
targetFilters: {
|
|
3259
3259
|
id: string | null;
|
|
3260
3260
|
behaviorSgumentCodes: string[];
|
|
3261
3261
|
profileSgumentCodes: string[];
|
|
@@ -3386,7 +3386,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
|
|
|
3386
3386
|
mailSubject: 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<{
|
|
3390
3390
|
id: z.ZodNumber;
|
|
3391
3391
|
behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
|
|
3392
3392
|
profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -3450,7 +3450,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
|
|
|
3450
3450
|
utmCampaign: string | null;
|
|
3451
3451
|
mailSubject: string | null;
|
|
3452
3452
|
preHeaderText: string | null;
|
|
3453
|
-
|
|
3453
|
+
targetFilters: {
|
|
3454
3454
|
id: number;
|
|
3455
3455
|
behaviorSegmentCodes: string[];
|
|
3456
3456
|
profileSegmentCodes: string[];
|
|
@@ -3477,7 +3477,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
|
|
|
3477
3477
|
utmCampaign: string | null;
|
|
3478
3478
|
mailSubject: string | null;
|
|
3479
3479
|
preHeaderText: string | null;
|
|
3480
|
-
|
|
3480
|
+
targetFilters: {
|
|
3481
3481
|
id: number;
|
|
3482
3482
|
behaviorSegmentCodes: string[];
|
|
3483
3483
|
profileSegmentCodes: string[];
|
|
@@ -3510,7 +3510,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
|
|
|
3510
3510
|
utmCampaign: string | null;
|
|
3511
3511
|
mailSubject: string | null;
|
|
3512
3512
|
preHeaderText: string | null;
|
|
3513
|
-
|
|
3513
|
+
targetFilters: {
|
|
3514
3514
|
id: number;
|
|
3515
3515
|
behaviorSegmentCodes: string[];
|
|
3516
3516
|
profileSegmentCodes: string[];
|
|
@@ -3544,7 +3544,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
|
|
|
3544
3544
|
utmCampaign: string | null;
|
|
3545
3545
|
mailSubject: string | null;
|
|
3546
3546
|
preHeaderText: string | null;
|
|
3547
|
-
|
|
3547
|
+
targetFilters: {
|
|
3548
3548
|
id: number;
|
|
3549
3549
|
behaviorSegmentCodes: string[];
|
|
3550
3550
|
profileSegmentCodes: string[];
|
|
@@ -3580,7 +3580,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
|
|
|
3580
3580
|
utmCampaign: string | null;
|
|
3581
3581
|
mailSubject: string | null;
|
|
3582
3582
|
preHeaderText: string | null;
|
|
3583
|
-
|
|
3583
|
+
targetFilters: {
|
|
3584
3584
|
id: number;
|
|
3585
3585
|
behaviorSegmentCodes: string[];
|
|
3586
3586
|
profileSegmentCodes: string[];
|
|
@@ -3630,7 +3630,7 @@ declare const CampaignsCampaignIdResponse: z.ZodObject<{
|
|
|
3630
3630
|
utmCampaign: string | null;
|
|
3631
3631
|
mailSubject: string | null;
|
|
3632
3632
|
preHeaderText: string | null;
|
|
3633
|
-
|
|
3633
|
+
targetFilters: {
|
|
3634
3634
|
id: number;
|
|
3635
3635
|
behaviorSegmentCodes: string[];
|
|
3636
3636
|
profileSegmentCodes: string[];
|