@readyfor/api-client-pigeon 0.188.0 → 0.194.0-pr968.ce9cda6
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-HSXALJPX.mjs → chunk-3JMR6H56.mjs} +1 -1
- package/dist/{chunk-Z47EI77Z.mjs → chunk-3LOTGXB3.mjs} +1 -1
- package/dist/{chunk-R2YUVCPF.mjs → chunk-3RIOLUHJ.mjs} +1 -1
- package/dist/{chunk-3Z5NWUOW.mjs → chunk-7NAC2DXV.mjs} +1 -1
- package/dist/{chunk-IYLCHCAP.mjs → chunk-A4DKTYOB.mjs} +14 -14
- package/dist/{chunk-SDN4KE74.mjs → chunk-IVAIBCIB.mjs} +3 -3
- package/dist/{chunk-FQJQLQ46.mjs → chunk-NVFG46VV.mjs} +1 -1
- package/dist/{chunk-BPH2HBOC.mjs → chunk-RCXDEYQ3.mjs} +1 -1
- package/dist/{chunk-QUJ4NBJ3.mjs → chunk-RYWCSZXA.mjs} +3 -3
- package/dist/{chunk-4SU5CULQ.mjs → chunk-TY2VYPCN.mjs} +1 -1
- package/dist/{chunk-TLAACSJI.mjs → chunk-URCAXVZJ.mjs} +1 -1
- package/dist/{chunk-SM5VJ7AA.mjs → chunk-VW7MH5JZ.mjs} +3 -3
- package/dist/{chunk-5MLVK6DT.mjs → chunk-YOTWYVLS.mjs} +1 -1
- package/dist/components.d.mts +57 -57
- package/dist/components.d.ts +57 -57
- package/dist/components.js +20 -20
- package/dist/components.mjs +13 -13
- package/dist/fetch/campaigns.js +8 -8
- 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 +8 -8
- package/dist/fetch/campaignsId.mjs +2 -2
- package/dist/fetch/projectsProjectIdOrKeyword.js +8 -8
- package/dist/fetch/projectsProjectIdOrKeyword.mjs +2 -2
- package/dist/fetch/segmentsBehaviorSegments.js +9 -9
- package/dist/fetch/segmentsBehaviorSegments.mjs +2 -2
- package/dist/fetch/segmentsProfileSegments.d.mts +2 -2
- package/dist/fetch/segmentsProfileSegments.d.ts +2 -2
- package/dist/fetch/segmentsProfileSegments.js +9 -9
- package/dist/fetch/segmentsProfileSegments.mjs +2 -2
- package/dist/fetch/segmentsTargetUsersCount.js +9 -9
- package/dist/fetch/segmentsTargetUsersCount.mjs +2 -2
- package/dist/hooks/index.js +11 -11
- package/dist/hooks/index.mjs +13 -13
- package/dist/hooks/useCampaigns.js +8 -8
- package/dist/hooks/useCampaigns.mjs +8 -8
- package/dist/hooks/useCampaignsId.js +8 -8
- package/dist/hooks/useCampaignsId.mjs +8 -8
- package/dist/hooks/useProjectsProjectIdOrKeyword.js +8 -8
- package/dist/hooks/useProjectsProjectIdOrKeyword.mjs +8 -8
- package/dist/hooks/useSegmentsBehaviorSegments.js +9 -9
- package/dist/hooks/useSegmentsBehaviorSegments.mjs +8 -8
- package/dist/hooks/useSegmentsProfileSegments.d.mts +5 -5
- package/dist/hooks/useSegmentsProfileSegments.d.ts +5 -5
- package/dist/hooks/useSegmentsProfileSegments.js +9 -9
- package/dist/hooks/useSegmentsProfileSegments.mjs +8 -8
- package/dist/hooks/useSegmentsTargetUsersCount.js +9 -9
- package/dist/hooks/useSegmentsTargetUsersCount.mjs +8 -8
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +23 -23
- package/dist/index.mjs +19 -19
- package/dist/schemaType.d.mts +36 -16
- package/dist/schemaType.d.ts +36 -16
- package/package.json +9 -10
package/dist/components.d.ts
CHANGED
|
@@ -175,7 +175,7 @@ declare const CurationMailMagazineProjectFormData: z.ZodObject<{
|
|
|
175
175
|
tag: string | null;
|
|
176
176
|
tagUrl: string | null;
|
|
177
177
|
}>;
|
|
178
|
-
declare const
|
|
178
|
+
declare const CurationMailMagazineTargetFilterFormData: z.ZodObject<{
|
|
179
179
|
id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
180
180
|
behaviorSgumentCodes: z.ZodArray<z.ZodString, "many">;
|
|
181
181
|
profileSgumentCodes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -269,7 +269,7 @@ declare const CurationMailMagazineTargetProject: z.ZodObject<{
|
|
|
269
269
|
tagUrl: string | null;
|
|
270
270
|
thumbnailUrl: string | null;
|
|
271
271
|
}>;
|
|
272
|
-
declare const
|
|
272
|
+
declare const CurationMailMagazineTargetFilter: z.ZodObject<{
|
|
273
273
|
id: z.ZodNumber;
|
|
274
274
|
behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
|
|
275
275
|
profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -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
|
+
target_filters: 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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: 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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: 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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: 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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: 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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: 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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: 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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: 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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
2606
2606
|
id: number;
|
|
2607
2607
|
behaviorSegmentCodes: string[];
|
|
2608
2608
|
profileSegmentCodes: string[];
|
|
@@ -2681,7 +2681,7 @@ declare const Campaign: z.ZodObject<{
|
|
|
2681
2681
|
lastEditedAt: string;
|
|
2682
2682
|
title?: string | null | undefined;
|
|
2683
2683
|
}>;
|
|
2684
|
-
declare const
|
|
2684
|
+
declare const TargetFilterSegments: z.ZodObject<{
|
|
2685
2685
|
behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
|
|
2686
2686
|
profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
|
|
2687
2687
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2691,14 +2691,14 @@ declare const TargetSegments: z.ZodObject<{
|
|
|
2691
2691
|
behaviorSegmentCodes: string[];
|
|
2692
2692
|
profileSegmentCodes: string[];
|
|
2693
2693
|
}>;
|
|
2694
|
-
declare const
|
|
2694
|
+
declare const GetTargetUsersCountResponse: z.ZodObject<{
|
|
2695
2695
|
count: z.ZodNumber;
|
|
2696
2696
|
}, "strip", z.ZodTypeAny, {
|
|
2697
2697
|
count: number;
|
|
2698
2698
|
}, {
|
|
2699
2699
|
count: number;
|
|
2700
2700
|
}>;
|
|
2701
|
-
declare const
|
|
2701
|
+
declare const GetProfileSegmentsResponse: z.ZodObject<{
|
|
2702
2702
|
profileSegments: z.ZodArray<z.ZodObject<{
|
|
2703
2703
|
code: z.ZodString;
|
|
2704
2704
|
label: z.ZodString;
|
|
@@ -2735,7 +2735,7 @@ declare const GetSegmentsResponse_1: z.ZodObject<{
|
|
|
2735
2735
|
displayOrder: number | null;
|
|
2736
2736
|
}[];
|
|
2737
2737
|
}>;
|
|
2738
|
-
declare const
|
|
2738
|
+
declare const GetBehaviorSegmentsResponse: z.ZodObject<{
|
|
2739
2739
|
behaviorSegments: z.ZodArray<z.ZodObject<{
|
|
2740
2740
|
code: z.ZodString;
|
|
2741
2741
|
label: z.ZodString;
|
|
@@ -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
|
+
target_filters: 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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: 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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
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
|
+
target_filters: {
|
|
3634
3634
|
id: number;
|
|
3635
3635
|
behaviorSegmentCodes: string[];
|
|
3636
3636
|
profileSegmentCodes: string[];
|
|
@@ -3781,4 +3781,4 @@ declare const GetCampaignsResponse: z.ZodObject<{
|
|
|
3781
3781
|
};
|
|
3782
3782
|
}>;
|
|
3783
3783
|
|
|
3784
|
-
export { Campaign, CampaignBaseFormData, CampaignDetail, CampaignDetailBase, CampaignDetailKindDataCurationMailMagazine, CampaignDetailKindDataPersonalizedMailMagazine, CampaignDetailWithCurationMailMagazine, CampaignDetailWithPersonalizedMailMagazine, CampaignFormData, CampaignKind, CampaignKindDataCurationMailMagazineFormData, CampaignKindDataPersonalizedMailMagazineFormData, CampaignStatus, CampaignWithCurationMailMagazineFormData, CampaignWithPersonalizedMailMagazineFormData, CampaignsCampaignIdResponse, CurationMailMagazineBanner, CurationMailMagazineBannerFormData, CurationMailMagazineDetail, CurationMailMagazineFormData, CurationMailMagazineProjectFormData,
|
|
3784
|
+
export { Campaign, CampaignBaseFormData, CampaignDetail, CampaignDetailBase, CampaignDetailKindDataCurationMailMagazine, CampaignDetailKindDataPersonalizedMailMagazine, CampaignDetailWithCurationMailMagazine, CampaignDetailWithPersonalizedMailMagazine, CampaignFormData, CampaignKind, CampaignKindDataCurationMailMagazineFormData, CampaignKindDataPersonalizedMailMagazineFormData, CampaignStatus, CampaignWithCurationMailMagazineFormData, CampaignWithPersonalizedMailMagazineFormData, CampaignsCampaignIdResponse, CurationMailMagazineBanner, CurationMailMagazineBannerFormData, CurationMailMagazineDetail, CurationMailMagazineFormData, CurationMailMagazineProjectFormData, CurationMailMagazineTargetFilter, CurationMailMagazineTargetFilterFormData, CurationMailMagazineTargetProject, DeleteImageFormData, GetBehaviorSegmentsResponse, GetCampaignsResponse, GetProfileSegmentsResponse, GetProjectsProjectIdOrKeywordResponse, GetTargetUsersCountResponse, HttpErrorBadRequest, ImageFormData, Pagination, PatchCampaignsCampaignIdRequestBody, PersonalizedMailMagazineDetail, PersonalizedMailMagazineDetailTarget, PersonalizedMailMagazineFormData, PersonalizedMailMagazineTargetCsvFormData, PersonalizedMailMagazineTargetDeleteCsvFormData, PersonalizedMailMagazineTargetUploadCsvFormData, PersonalizedMailMagazineTargetUploadCsvRecordFormData, PostCampaignsRequestBody, PostCampaignsResponse, ReadyforProject, Segment, TargetFilterSegments, UploadImageFormData };
|
package/dist/components.js
CHANGED
|
@@ -41,14 +41,15 @@ __export(components_exports, {
|
|
|
41
41
|
CurationMailMagazineDetail: () => CurationMailMagazineDetail,
|
|
42
42
|
CurationMailMagazineFormData: () => CurationMailMagazineFormData,
|
|
43
43
|
CurationMailMagazineProjectFormData: () => CurationMailMagazineProjectFormData,
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
CurationMailMagazineTargetFilter: () => CurationMailMagazineTargetFilter,
|
|
45
|
+
CurationMailMagazineTargetFilterFormData: () => CurationMailMagazineTargetFilterFormData,
|
|
46
46
|
CurationMailMagazineTargetProject: () => CurationMailMagazineTargetProject,
|
|
47
47
|
DeleteImageFormData: () => DeleteImageFormData,
|
|
48
|
+
GetBehaviorSegmentsResponse: () => GetBehaviorSegmentsResponse,
|
|
48
49
|
GetCampaignsResponse: () => GetCampaignsResponse,
|
|
50
|
+
GetProfileSegmentsResponse: () => GetProfileSegmentsResponse,
|
|
49
51
|
GetProjectsProjectIdOrKeywordResponse: () => GetProjectsProjectIdOrKeywordResponse,
|
|
50
|
-
|
|
51
|
-
GetSegmentsResponse_1: () => GetSegmentsResponse_1,
|
|
52
|
+
GetTargetUsersCountResponse: () => GetTargetUsersCountResponse,
|
|
52
53
|
HttpErrorBadRequest: () => HttpErrorBadRequest,
|
|
53
54
|
ImageFormData: () => ImageFormData,
|
|
54
55
|
Pagination: () => Pagination,
|
|
@@ -64,8 +65,7 @@ __export(components_exports, {
|
|
|
64
65
|
PostCampaignsResponse: () => PostCampaignsResponse,
|
|
65
66
|
ReadyforProject: () => ReadyforProject,
|
|
66
67
|
Segment: () => Segment,
|
|
67
|
-
|
|
68
|
-
TargetUsersCountResponse: () => TargetUsersCountResponse,
|
|
68
|
+
TargetFilterSegments: () => TargetFilterSegments,
|
|
69
69
|
UploadImageFormData: () => UploadImageFormData
|
|
70
70
|
});
|
|
71
71
|
module.exports = __toCommonJS(components_exports);
|
|
@@ -108,7 +108,7 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
|
|
|
108
108
|
tag: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
|
|
109
109
|
tagUrl: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
|
|
110
110
|
});
|
|
111
|
-
var
|
|
111
|
+
var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
|
|
112
112
|
id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
|
|
113
113
|
behaviorSgumentCodes: import_zod.z.array(import_zod.z.string()),
|
|
114
114
|
profileSgumentCodes: import_zod.z.array(import_zod.z.string())
|
|
@@ -134,7 +134,7 @@ var CurationMailMagazineTargetProject = import_zod.z.object({
|
|
|
134
134
|
tag: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
|
|
135
135
|
tagUrl: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
|
|
136
136
|
});
|
|
137
|
-
var
|
|
137
|
+
var CurationMailMagazineTargetFilter = import_zod.z.object({
|
|
138
138
|
id: import_zod.z.number(),
|
|
139
139
|
behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
|
|
140
140
|
profileSegmentCodes: import_zod.z.array(import_zod.z.string())
|
|
@@ -148,7 +148,7 @@ var CurationMailMagazineFormData = import_zod.z.object({
|
|
|
148
148
|
utmCampaign: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
|
|
149
149
|
mailSubject: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
|
|
150
150
|
preHeaderText: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
|
|
151
|
-
|
|
151
|
+
target_filters: import_zod.z.array(CurationMailMagazineTargetFilterFormData),
|
|
152
152
|
projects: import_zod.z.array(CurationMailMagazineProjectFormData),
|
|
153
153
|
banners: import_zod.z.array(CurationMailMagazineBannerFormData)
|
|
154
154
|
});
|
|
@@ -161,7 +161,7 @@ var CurationMailMagazineDetail = import_zod.z.object({
|
|
|
161
161
|
mailSubject: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
|
|
162
162
|
preHeaderText: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
|
|
163
163
|
deliveredUsersCount: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
164
|
-
|
|
164
|
+
target_filters: import_zod.z.array(CurationMailMagazineTargetFilter),
|
|
165
165
|
projects: import_zod.z.array(CurationMailMagazineTargetProject),
|
|
166
166
|
banners: import_zod.z.array(CurationMailMagazineBanner)
|
|
167
167
|
});
|
|
@@ -252,15 +252,15 @@ var Campaign = import_zod.z.object({
|
|
|
252
252
|
lastEditorName: import_zod.z.string(),
|
|
253
253
|
lastEditedAt: import_zod.z.string()
|
|
254
254
|
});
|
|
255
|
-
var
|
|
255
|
+
var TargetFilterSegments = import_zod.z.object({
|
|
256
256
|
behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
|
|
257
257
|
profileSegmentCodes: import_zod.z.array(import_zod.z.string())
|
|
258
258
|
});
|
|
259
|
-
var
|
|
260
|
-
var
|
|
259
|
+
var GetTargetUsersCountResponse = import_zod.z.object({ count: import_zod.z.number() });
|
|
260
|
+
var GetProfileSegmentsResponse = import_zod.z.object({
|
|
261
261
|
profileSegments: import_zod.z.array(Segment)
|
|
262
262
|
});
|
|
263
|
-
var
|
|
263
|
+
var GetBehaviorSegmentsResponse = import_zod.z.object({
|
|
264
264
|
behaviorSegments: import_zod.z.array(Segment)
|
|
265
265
|
});
|
|
266
266
|
var GetProjectsProjectIdOrKeywordResponse = import_zod.z.object({
|
|
@@ -302,14 +302,15 @@ var GetCampaignsResponse = import_zod.z.object({
|
|
|
302
302
|
CurationMailMagazineDetail,
|
|
303
303
|
CurationMailMagazineFormData,
|
|
304
304
|
CurationMailMagazineProjectFormData,
|
|
305
|
-
|
|
306
|
-
|
|
305
|
+
CurationMailMagazineTargetFilter,
|
|
306
|
+
CurationMailMagazineTargetFilterFormData,
|
|
307
307
|
CurationMailMagazineTargetProject,
|
|
308
308
|
DeleteImageFormData,
|
|
309
|
+
GetBehaviorSegmentsResponse,
|
|
309
310
|
GetCampaignsResponse,
|
|
311
|
+
GetProfileSegmentsResponse,
|
|
310
312
|
GetProjectsProjectIdOrKeywordResponse,
|
|
311
|
-
|
|
312
|
-
GetSegmentsResponse_1,
|
|
313
|
+
GetTargetUsersCountResponse,
|
|
313
314
|
HttpErrorBadRequest,
|
|
314
315
|
ImageFormData,
|
|
315
316
|
Pagination,
|
|
@@ -325,7 +326,6 @@ var GetCampaignsResponse = import_zod.z.object({
|
|
|
325
326
|
PostCampaignsResponse,
|
|
326
327
|
ReadyforProject,
|
|
327
328
|
Segment,
|
|
328
|
-
|
|
329
|
-
TargetUsersCountResponse,
|
|
329
|
+
TargetFilterSegments,
|
|
330
330
|
UploadImageFormData
|
|
331
331
|
});
|
package/dist/components.mjs
CHANGED
|
@@ -20,14 +20,15 @@ import {
|
|
|
20
20
|
CurationMailMagazineDetail,
|
|
21
21
|
CurationMailMagazineFormData,
|
|
22
22
|
CurationMailMagazineProjectFormData,
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
CurationMailMagazineTargetFilter,
|
|
24
|
+
CurationMailMagazineTargetFilterFormData,
|
|
25
25
|
CurationMailMagazineTargetProject,
|
|
26
26
|
DeleteImageFormData,
|
|
27
|
+
GetBehaviorSegmentsResponse,
|
|
27
28
|
GetCampaignsResponse,
|
|
29
|
+
GetProfileSegmentsResponse,
|
|
28
30
|
GetProjectsProjectIdOrKeywordResponse,
|
|
29
|
-
|
|
30
|
-
GetSegmentsResponse_1,
|
|
31
|
+
GetTargetUsersCountResponse,
|
|
31
32
|
HttpErrorBadRequest,
|
|
32
33
|
ImageFormData,
|
|
33
34
|
Pagination,
|
|
@@ -43,10 +44,9 @@ import {
|
|
|
43
44
|
PostCampaignsResponse,
|
|
44
45
|
ReadyforProject,
|
|
45
46
|
Segment,
|
|
46
|
-
|
|
47
|
-
TargetUsersCountResponse,
|
|
47
|
+
TargetFilterSegments,
|
|
48
48
|
UploadImageFormData
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-A4DKTYOB.mjs";
|
|
50
50
|
export {
|
|
51
51
|
Campaign,
|
|
52
52
|
CampaignBaseFormData,
|
|
@@ -69,14 +69,15 @@ export {
|
|
|
69
69
|
CurationMailMagazineDetail,
|
|
70
70
|
CurationMailMagazineFormData,
|
|
71
71
|
CurationMailMagazineProjectFormData,
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
CurationMailMagazineTargetFilter,
|
|
73
|
+
CurationMailMagazineTargetFilterFormData,
|
|
74
74
|
CurationMailMagazineTargetProject,
|
|
75
75
|
DeleteImageFormData,
|
|
76
|
+
GetBehaviorSegmentsResponse,
|
|
76
77
|
GetCampaignsResponse,
|
|
78
|
+
GetProfileSegmentsResponse,
|
|
77
79
|
GetProjectsProjectIdOrKeywordResponse,
|
|
78
|
-
|
|
79
|
-
GetSegmentsResponse_1,
|
|
80
|
+
GetTargetUsersCountResponse,
|
|
80
81
|
HttpErrorBadRequest,
|
|
81
82
|
ImageFormData,
|
|
82
83
|
Pagination,
|
|
@@ -92,7 +93,6 @@ export {
|
|
|
92
93
|
PostCampaignsResponse,
|
|
93
94
|
ReadyforProject,
|
|
94
95
|
Segment,
|
|
95
|
-
|
|
96
|
-
TargetUsersCountResponse,
|
|
96
|
+
TargetFilterSegments,
|
|
97
97
|
UploadImageFormData
|
|
98
98
|
};
|