@readyfor/api-client-pigeon 1.22.0-pr1284.dc25e7e → 1.22.0

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.
Files changed (118) hide show
  1. package/dist/chunk-24W5FWW7.mjs +27 -0
  2. package/dist/chunk-45QYVVV2.mjs +44 -0
  3. package/dist/chunk-5XEJOYX6.mjs +0 -0
  4. package/dist/chunk-6337UNDD.mjs +27 -0
  5. package/dist/chunk-CXALAOMT.mjs +48 -0
  6. package/dist/chunk-GVEIZAMY.mjs +359 -0
  7. package/dist/chunk-JVMIOVIM.mjs +29 -0
  8. package/dist/chunk-LMM3AGZ6.mjs +36 -0
  9. package/dist/chunk-MCYE5BYS.mjs +25 -0
  10. package/dist/chunk-MKV3OPBP.mjs +42 -0
  11. package/dist/chunk-MYQ5EIA6.mjs +50 -0
  12. package/dist/chunk-NA23PDIV.mjs +28 -0
  13. package/dist/chunk-P4EIALGR.mjs +24 -0
  14. package/dist/chunk-RWX2GYF3.mjs +39 -0
  15. package/dist/chunk-SBWG7GGI.mjs +52 -0
  16. package/dist/chunk-THNPXV56.mjs +24 -0
  17. package/dist/chunk-TPXQJS55.mjs +44 -0
  18. package/dist/chunk-UHDD26HF.mjs +44 -0
  19. package/dist/chunk-VUG5S4M4.mjs +42 -0
  20. package/dist/chunk-XNOKTUME.mjs +30 -0
  21. package/dist/components.d.mts +1107 -0
  22. package/dist/components.d.ts +1107 -2
  23. package/dist/components.js +444 -284
  24. package/dist/components.mjs +130 -221
  25. package/dist/fetch/campaigns.d.mts +88 -0
  26. package/dist/fetch/campaigns.d.ts +88 -2
  27. package/dist/fetch/campaigns.js +350 -22
  28. package/dist/fetch/campaigns.mjs +12 -18
  29. package/dist/{campaignsCampaignIdImagesId-BzoZ_38r.d.ts → fetch/campaignsCampaignIdImagesId.d.mts} +8 -6
  30. package/dist/fetch/campaignsCampaignIdImagesId.d.ts +12 -2
  31. package/dist/fetch/campaignsCampaignIdImagesId.js +44 -11
  32. package/dist/fetch/campaignsCampaignIdImagesId.mjs +7 -8
  33. package/dist/fetch/campaignsId.d.mts +321 -0
  34. package/dist/fetch/campaignsId.d.ts +321 -2
  35. package/dist/fetch/campaignsId.js +360 -27
  36. package/dist/fetch/campaignsId.mjs +16 -22
  37. package/dist/{campaignsIdDeliveryJob--2Nogu0k.d.ts → fetch/campaignsIdDeliveryJob.d.mts} +12 -7
  38. package/dist/fetch/campaignsIdDeliveryJob.d.ts +19 -2
  39. package/dist/fetch/campaignsIdDeliveryJob.js +56 -17
  40. package/dist/fetch/campaignsIdDeliveryJob.mjs +11 -13
  41. package/dist/{campaignsIdImages-DMSAp5-N.d.ts → fetch/campaignsIdImages.d.mts} +17 -11
  42. package/dist/fetch/campaignsIdImages.d.ts +24 -2
  43. package/dist/fetch/campaignsIdImages.js +341 -15
  44. package/dist/fetch/campaignsIdImages.mjs +8 -12
  45. package/dist/{campaignsIdPreview-C10ENt3B.d.ts → fetch/campaignsIdPreview.d.mts} +10 -8
  46. package/dist/fetch/campaignsIdPreview.d.ts +17 -2
  47. package/dist/fetch/campaignsIdPreview.js +338 -12
  48. package/dist/fetch/campaignsIdPreview.mjs +8 -9
  49. package/dist/{campaignsIdPreviewDeliveryEmail-BxkiUV8X.d.ts → fetch/campaignsIdPreviewDeliveryEmail.d.mts} +13 -7
  50. package/dist/fetch/campaignsIdPreviewDeliveryEmail.d.ts +17 -2
  51. package/dist/fetch/campaignsIdPreviewDeliveryEmail.js +48 -15
  52. package/dist/fetch/campaignsIdPreviewDeliveryEmail.mjs +7 -12
  53. package/dist/fetch/projectsProjectIdOrKeyword.d.mts +27 -0
  54. package/dist/fetch/projectsProjectIdOrKeyword.d.ts +27 -2
  55. package/dist/fetch/projectsProjectIdOrKeyword.js +338 -12
  56. package/dist/fetch/projectsProjectIdOrKeyword.mjs +8 -9
  57. package/dist/fetch/segmentsBehaviorSegments.d.mts +24 -0
  58. package/dist/fetch/segmentsBehaviorSegments.d.ts +24 -2
  59. package/dist/fetch/segmentsBehaviorSegments.js +335 -12
  60. package/dist/fetch/segmentsBehaviorSegments.mjs +8 -9
  61. package/dist/fetch/segmentsProfileSegments.d.mts +24 -0
  62. package/dist/fetch/segmentsProfileSegments.d.ts +24 -2
  63. package/dist/fetch/segmentsProfileSegments.js +335 -12
  64. package/dist/fetch/segmentsProfileSegments.mjs +8 -9
  65. package/dist/{segmentsTargetUsersCount-CjScWKqF.d.ts → fetch/segmentsTargetUsersCount.d.mts} +10 -8
  66. package/dist/fetch/segmentsTargetUsersCount.d.ts +17 -2
  67. package/dist/fetch/segmentsTargetUsersCount.js +339 -12
  68. package/dist/fetch/segmentsTargetUsersCount.mjs +8 -9
  69. package/dist/hooks/index.d.mts +20 -0
  70. package/dist/hooks/index.d.ts +20 -8
  71. package/dist/hooks/index.js +670 -29
  72. package/dist/hooks/index.mjs +71 -8
  73. package/dist/hooks/useCampaigns.d.mts +44 -0
  74. package/dist/hooks/useCampaigns.d.ts +37 -37
  75. package/dist/hooks/useCampaigns.js +404 -33
  76. package/dist/hooks/useCampaigns.mjs +22 -27
  77. package/dist/hooks/useCampaignsId.d.mts +39 -0
  78. package/dist/hooks/useCampaignsId.d.ts +33 -33
  79. package/dist/hooks/useCampaignsId.js +404 -33
  80. package/dist/hooks/useCampaignsId.mjs +22 -27
  81. package/dist/hooks/useCampaignsIdPreview.d.mts +39 -0
  82. package/dist/hooks/useCampaignsIdPreview.d.ts +33 -32
  83. package/dist/hooks/useCampaignsIdPreview.js +404 -33
  84. package/dist/hooks/useCampaignsIdPreview.mjs +22 -27
  85. package/dist/hooks/useProjectsProjectIdOrKeyword.d.mts +39 -0
  86. package/dist/hooks/useProjectsProjectIdOrKeyword.d.ts +33 -33
  87. package/dist/hooks/useProjectsProjectIdOrKeyword.js +410 -33
  88. package/dist/hooks/useProjectsProjectIdOrKeyword.mjs +22 -27
  89. package/dist/hooks/useSegmentsBehaviorSegments.d.mts +38 -0
  90. package/dist/hooks/useSegmentsBehaviorSegments.d.ts +32 -33
  91. package/dist/hooks/useSegmentsBehaviorSegments.js +402 -33
  92. package/dist/hooks/useSegmentsBehaviorSegments.mjs +22 -27
  93. package/dist/hooks/useSegmentsProfileSegments.d.mts +38 -0
  94. package/dist/hooks/useSegmentsProfileSegments.d.ts +32 -33
  95. package/dist/hooks/useSegmentsProfileSegments.js +402 -33
  96. package/dist/hooks/useSegmentsProfileSegments.mjs +22 -27
  97. package/dist/hooks/useSegmentsTargetUsersCount.d.mts +39 -0
  98. package/dist/hooks/useSegmentsTargetUsersCount.d.ts +33 -32
  99. package/dist/hooks/useSegmentsTargetUsersCount.js +412 -33
  100. package/dist/hooks/useSegmentsTargetUsersCount.mjs +22 -27
  101. package/dist/index.d.mts +15 -0
  102. package/dist/index.d.ts +15 -14
  103. package/dist/index.js +703 -106
  104. package/dist/index.mjs +213 -13
  105. package/dist/schemaType.d.mts +887 -0
  106. package/dist/schemaType.d.ts +887 -2
  107. package/dist/schemaType.js +18 -0
  108. package/dist/schemaType.mjs +0 -1
  109. package/package.json +19 -4
  110. package/dist/campaigns-DZNsI5kN.d.ts +0 -82
  111. package/dist/campaignsId-qIqhKTZn.d.ts +0 -309
  112. package/dist/chunk-8l464Juk.js +0 -28
  113. package/dist/components-CkziYCTx.d.ts +0 -1108
  114. package/dist/index-DRYular4.d.ts +0 -1
  115. package/dist/projectsProjectIdOrKeyword-Cayu4ZMd.d.ts +0 -25
  116. package/dist/schemaType-DcWvaCEH.d.ts +0 -782
  117. package/dist/segmentsBehaviorSegments-B6cq3XGV.d.ts +0 -25
  118. package/dist/segmentsProfileSegments-CMzmpqMd.d.ts +0 -25
@@ -1,1108 +0,0 @@
1
- import { z } from "zod";
2
-
3
- //#region src/components.d.ts
4
- declare const DeleteImageFormData: z.ZodObject<{
5
- kind: z.ZodLiteral<"delete">;
6
- }, z.core.$strip>;
7
- declare const UploadImageFormData: z.ZodObject<{
8
- kind: z.ZodLiteral<"upload">;
9
- data: z.ZodUnion<readonly [z.ZodAny, z.ZodAny]>;
10
- }, z.core.$strip>;
11
- declare const ImageFormData: z.ZodUnion<readonly [z.ZodObject<{
12
- kind: z.ZodLiteral<"upload">;
13
- data: z.ZodUnion<readonly [z.ZodAny, z.ZodAny]>;
14
- }, z.core.$strip>, z.ZodObject<{
15
- kind: z.ZodLiteral<"delete">;
16
- }, z.core.$strip>]>;
17
- declare const CurationMailMagazineTargetFilterFormData: z.ZodObject<{
18
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
19
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
20
- profileSegmentCodes: z.ZodArray<z.ZodString>;
21
- }, z.core.$strip>;
22
- declare const PersonalizedMailMagazineTargetUploadCsvRecordFormData: z.ZodObject<{
23
- userId: z.ZodNumber;
24
- projectIds: z.ZodString;
25
- }, z.core.$strip>;
26
- declare const CurationMailMagazineTargetFilter: z.ZodObject<{
27
- id: z.ZodNumber;
28
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
29
- profileSegmentCodes: z.ZodArray<z.ZodString>;
30
- }, z.core.$strip>;
31
- declare const CurationMailMagazineBannerFormData: z.ZodObject<{
32
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
33
- slotNumber: z.ZodNumber;
34
- image: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
35
- kind: z.ZodLiteral<"upload">;
36
- data: z.ZodUnion<readonly [z.ZodAny, z.ZodAny]>;
37
- }, z.core.$strip>, z.ZodObject<{
38
- kind: z.ZodLiteral<"delete">;
39
- }, z.core.$strip>]>, z.ZodNull]>;
40
- url: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
41
- }, z.core.$strip>;
42
- declare const CurationMailMagazineProjectFormData: z.ZodObject<{
43
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
44
- slotNumber: z.ZodNumber;
45
- readyforProjectId: z.ZodNumber;
46
- isPaidSlot: z.ZodBoolean;
47
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
48
- description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
49
- thumbnail: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
50
- kind: z.ZodLiteral<"upload">;
51
- data: z.ZodUnion<readonly [z.ZodAny, z.ZodAny]>;
52
- }, z.core.$strip>, z.ZodObject<{
53
- kind: z.ZodLiteral<"delete">;
54
- }, z.core.$strip>]>, z.ZodNull]>;
55
- tag: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
56
- tagUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
57
- }, z.core.$strip>;
58
- declare const CurationMailMagazineFormDataBase: z.ZodObject<{
59
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
60
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
61
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
62
- targetFilters: z.ZodArray<z.ZodObject<{
63
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
64
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
65
- profileSegmentCodes: z.ZodArray<z.ZodString>;
66
- }, z.core.$strip>>;
67
- }, z.core.$strip>;
68
- declare const PersonalizedMailMagazineTargetUploadCsvFormData: z.ZodObject<{
69
- kind: z.ZodLiteral<"uploadCsv">;
70
- fileName: z.ZodString;
71
- records: z.ZodArray<z.ZodObject<{
72
- userId: z.ZodNumber;
73
- projectIds: z.ZodString;
74
- }, z.core.$strip>>;
75
- }, z.core.$strip>;
76
- declare const PersonalizedMailMagazineTargetDeleteCsvFormData: z.ZodObject<{
77
- kind: z.ZodLiteral<"deleteTargetCsv">;
78
- }, z.core.$strip>;
79
- declare const Image: z.ZodObject<{
80
- id: z.ZodNumber;
81
- key: z.ZodString;
82
- }, z.core.$strip>;
83
- declare const CurationMailMagazineDetailBase: z.ZodObject<{
84
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
85
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
86
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
87
- deliveredUsersCount: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
88
- targetFilters: z.ZodArray<z.ZodObject<{
89
- id: z.ZodNumber;
90
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
91
- profileSegmentCodes: z.ZodArray<z.ZodString>;
92
- }, z.core.$strip>>;
93
- }, z.core.$strip>;
94
- declare const CurationMailMagazineBanner: z.ZodObject<{
95
- id: z.ZodNumber;
96
- slotNumber: z.ZodNumber;
97
- imageUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
98
- url: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
99
- }, z.core.$strip>;
100
- declare const CurationMailMagazineTargetProject: z.ZodObject<{
101
- id: z.ZodNumber;
102
- readyforProjectId: z.ZodNumber;
103
- slotNumber: z.ZodNumber;
104
- isPaidSlot: z.ZodBoolean;
105
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
106
- description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
107
- thumbnailUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
108
- tag: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
109
- tagUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
110
- }, z.core.$strip>;
111
- declare const CurationMailMagazineFormDataBodyKindTemplate: z.ZodIntersection<z.ZodObject<{
112
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
113
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
114
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
115
- targetFilters: z.ZodArray<z.ZodObject<{
116
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
117
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
118
- profileSegmentCodes: z.ZodArray<z.ZodString>;
119
- }, z.core.$strip>>;
120
- }, z.core.$strip>, z.ZodObject<{
121
- bodyKind: z.ZodLiteral<"template">;
122
- projects: z.ZodArray<z.ZodObject<{
123
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
124
- slotNumber: z.ZodNumber;
125
- readyforProjectId: z.ZodNumber;
126
- isPaidSlot: z.ZodBoolean;
127
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
128
- description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
129
- thumbnail: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
130
- kind: z.ZodLiteral<"upload">;
131
- data: z.ZodUnion<readonly [z.ZodAny, z.ZodAny]>;
132
- }, z.core.$strip>, z.ZodObject<{
133
- kind: z.ZodLiteral<"delete">;
134
- }, z.core.$strip>]>, z.ZodNull]>;
135
- tag: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
136
- tagUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
137
- }, z.core.$strip>>;
138
- banners: z.ZodArray<z.ZodObject<{
139
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
140
- slotNumber: z.ZodNumber;
141
- image: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
142
- kind: z.ZodLiteral<"upload">;
143
- data: z.ZodUnion<readonly [z.ZodAny, z.ZodAny]>;
144
- }, z.core.$strip>, z.ZodObject<{
145
- kind: z.ZodLiteral<"delete">;
146
- }, z.core.$strip>]>, z.ZodNull]>;
147
- url: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
148
- }, z.core.$strip>>;
149
- }, z.core.$strip>>;
150
- declare const CurationMailMagazineFormDataBodyKindFreeFormat: z.ZodIntersection<z.ZodObject<{
151
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
152
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
153
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
154
- targetFilters: z.ZodArray<z.ZodObject<{
155
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
156
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
157
- profileSegmentCodes: z.ZodArray<z.ZodString>;
158
- }, z.core.$strip>>;
159
- }, z.core.$strip>, z.ZodObject<{
160
- bodyKind: z.ZodLiteral<"freeFormat">;
161
- htmlBody: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
162
- htmlStyle: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
163
- }, z.core.$strip>>;
164
- declare const PersonalizedMailMagazineTargetCsvFormData: z.ZodUnion<readonly [z.ZodObject<{
165
- kind: z.ZodLiteral<"deleteTargetCsv">;
166
- }, z.core.$strip>, z.ZodObject<{
167
- kind: z.ZodLiteral<"uploadCsv">;
168
- fileName: z.ZodString;
169
- records: z.ZodArray<z.ZodObject<{
170
- userId: z.ZodNumber;
171
- projectIds: z.ZodString;
172
- }, z.core.$strip>>;
173
- }, z.core.$strip>]>;
174
- declare const CurationMailMagazineDetailBodyKindFreeFormat: z.ZodIntersection<z.ZodObject<{
175
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
176
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
177
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
178
- deliveredUsersCount: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
179
- targetFilters: z.ZodArray<z.ZodObject<{
180
- id: z.ZodNumber;
181
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
182
- profileSegmentCodes: z.ZodArray<z.ZodString>;
183
- }, z.core.$strip>>;
184
- }, z.core.$strip>, z.ZodObject<{
185
- bodyKind: z.ZodLiteral<"freeFormat">;
186
- htmlBody: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
187
- htmlStyle: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
188
- images: z.ZodArray<z.ZodObject<{
189
- id: z.ZodNumber;
190
- key: z.ZodString;
191
- }, z.core.$strip>>;
192
- }, z.core.$strip>>;
193
- declare const CurationMailMagazineDetailBodyKindTemplate: z.ZodIntersection<z.ZodObject<{
194
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
195
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
196
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
197
- deliveredUsersCount: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
198
- targetFilters: z.ZodArray<z.ZodObject<{
199
- id: z.ZodNumber;
200
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
201
- profileSegmentCodes: z.ZodArray<z.ZodString>;
202
- }, z.core.$strip>>;
203
- }, z.core.$strip>, z.ZodObject<{
204
- bodyKind: z.ZodLiteral<"template">;
205
- projects: z.ZodArray<z.ZodObject<{
206
- id: z.ZodNumber;
207
- readyforProjectId: z.ZodNumber;
208
- slotNumber: z.ZodNumber;
209
- isPaidSlot: z.ZodBoolean;
210
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
211
- description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
212
- thumbnailUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
213
- tag: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
214
- tagUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
215
- }, z.core.$strip>>;
216
- banners: z.ZodArray<z.ZodObject<{
217
- id: z.ZodNumber;
218
- slotNumber: z.ZodNumber;
219
- imageUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
220
- url: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
221
- }, z.core.$strip>>;
222
- }, z.core.$strip>>;
223
- declare const PersonalizedMailMagazineDetailTarget: z.ZodObject<{
224
- csvFileName: z.ZodString;
225
- targetUsersCount: z.ZodNumber;
226
- excludedUsersCount: z.ZodNumber;
227
- }, z.core.$strip>;
228
- declare const CurationMailMagazineFormData: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
229
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
230
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
231
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
232
- targetFilters: z.ZodArray<z.ZodObject<{
233
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
234
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
235
- profileSegmentCodes: z.ZodArray<z.ZodString>;
236
- }, z.core.$strip>>;
237
- }, z.core.$strip>, z.ZodObject<{
238
- bodyKind: z.ZodLiteral<"freeFormat">;
239
- htmlBody: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
240
- htmlStyle: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
241
- }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
242
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
243
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
244
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
245
- targetFilters: z.ZodArray<z.ZodObject<{
246
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
247
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
248
- profileSegmentCodes: z.ZodArray<z.ZodString>;
249
- }, z.core.$strip>>;
250
- }, z.core.$strip>, z.ZodObject<{
251
- bodyKind: z.ZodLiteral<"template">;
252
- projects: z.ZodArray<z.ZodObject<{
253
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
254
- slotNumber: z.ZodNumber;
255
- readyforProjectId: z.ZodNumber;
256
- isPaidSlot: z.ZodBoolean;
257
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
258
- description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
259
- thumbnail: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
260
- kind: z.ZodLiteral<"upload">;
261
- data: z.ZodUnion<readonly [z.ZodAny, z.ZodAny]>;
262
- }, z.core.$strip>, z.ZodObject<{
263
- kind: z.ZodLiteral<"delete">;
264
- }, z.core.$strip>]>, z.ZodNull]>;
265
- tag: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
266
- tagUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
267
- }, z.core.$strip>>;
268
- banners: z.ZodArray<z.ZodObject<{
269
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
270
- slotNumber: z.ZodNumber;
271
- image: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
272
- kind: z.ZodLiteral<"upload">;
273
- data: z.ZodUnion<readonly [z.ZodAny, z.ZodAny]>;
274
- }, z.core.$strip>, z.ZodObject<{
275
- kind: z.ZodLiteral<"delete">;
276
- }, z.core.$strip>]>, z.ZodNull]>;
277
- url: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
278
- }, z.core.$strip>>;
279
- }, z.core.$strip>>]>;
280
- declare const PersonalizedMailMagazineFormData: z.ZodObject<{
281
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
282
- targetCsv: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
283
- kind: z.ZodLiteral<"deleteTargetCsv">;
284
- }, z.core.$strip>, z.ZodObject<{
285
- kind: z.ZodLiteral<"uploadCsv">;
286
- fileName: z.ZodString;
287
- records: z.ZodArray<z.ZodObject<{
288
- userId: z.ZodNumber;
289
- projectIds: z.ZodString;
290
- }, z.core.$strip>>;
291
- }, z.core.$strip>]>, z.ZodNull]>;
292
- }, z.core.$strip>;
293
- declare const CurationMailMagazineDetail: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
294
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
295
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
296
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
297
- deliveredUsersCount: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
298
- targetFilters: z.ZodArray<z.ZodObject<{
299
- id: z.ZodNumber;
300
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
301
- profileSegmentCodes: z.ZodArray<z.ZodString>;
302
- }, z.core.$strip>>;
303
- }, z.core.$strip>, z.ZodObject<{
304
- bodyKind: z.ZodLiteral<"template">;
305
- projects: z.ZodArray<z.ZodObject<{
306
- id: z.ZodNumber;
307
- readyforProjectId: z.ZodNumber;
308
- slotNumber: z.ZodNumber;
309
- isPaidSlot: z.ZodBoolean;
310
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
311
- description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
312
- thumbnailUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
313
- tag: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
314
- tagUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
315
- }, z.core.$strip>>;
316
- banners: z.ZodArray<z.ZodObject<{
317
- id: z.ZodNumber;
318
- slotNumber: z.ZodNumber;
319
- imageUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
320
- url: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
321
- }, z.core.$strip>>;
322
- }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
323
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
324
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
325
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
326
- deliveredUsersCount: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
327
- targetFilters: z.ZodArray<z.ZodObject<{
328
- id: z.ZodNumber;
329
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
330
- profileSegmentCodes: z.ZodArray<z.ZodString>;
331
- }, z.core.$strip>>;
332
- }, z.core.$strip>, z.ZodObject<{
333
- bodyKind: z.ZodLiteral<"freeFormat">;
334
- htmlBody: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
335
- htmlStyle: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
336
- images: z.ZodArray<z.ZodObject<{
337
- id: z.ZodNumber;
338
- key: z.ZodString;
339
- }, z.core.$strip>>;
340
- }, z.core.$strip>>]>;
341
- declare const CampaignStatus: z.ZodUnion<readonly [z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
342
- declare const PersonalizedMailMagazineDetail: z.ZodObject<{
343
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
344
- target: z.ZodUnion<readonly [z.ZodObject<{
345
- csvFileName: z.ZodString;
346
- targetUsersCount: z.ZodNumber;
347
- excludedUsersCount: z.ZodNumber;
348
- }, z.core.$strip>, z.ZodNull]>;
349
- }, z.core.$strip>;
350
- declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
351
- kind: z.ZodLiteral<"curationMailMagazine">;
352
- curationMailMagazine: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
353
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
354
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
355
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
356
- targetFilters: z.ZodArray<z.ZodObject<{
357
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
358
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
359
- profileSegmentCodes: z.ZodArray<z.ZodString>;
360
- }, z.core.$strip>>;
361
- }, z.core.$strip>, z.ZodObject<{
362
- bodyKind: z.ZodLiteral<"freeFormat">;
363
- htmlBody: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
364
- htmlStyle: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
365
- }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
366
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
367
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
368
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
369
- targetFilters: z.ZodArray<z.ZodObject<{
370
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
371
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
372
- profileSegmentCodes: z.ZodArray<z.ZodString>;
373
- }, z.core.$strip>>;
374
- }, z.core.$strip>, z.ZodObject<{
375
- bodyKind: z.ZodLiteral<"template">;
376
- projects: z.ZodArray<z.ZodObject<{
377
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
378
- slotNumber: z.ZodNumber;
379
- readyforProjectId: z.ZodNumber;
380
- isPaidSlot: z.ZodBoolean;
381
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
382
- description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
383
- thumbnail: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
384
- kind: z.ZodLiteral<"upload">;
385
- data: z.ZodUnion<readonly [z.ZodAny, z.ZodAny]>;
386
- }, z.core.$strip>, z.ZodObject<{
387
- kind: z.ZodLiteral<"delete">;
388
- }, z.core.$strip>]>, z.ZodNull]>;
389
- tag: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
390
- tagUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
391
- }, z.core.$strip>>;
392
- banners: z.ZodArray<z.ZodObject<{
393
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
394
- slotNumber: z.ZodNumber;
395
- image: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
396
- kind: z.ZodLiteral<"upload">;
397
- data: z.ZodUnion<readonly [z.ZodAny, z.ZodAny]>;
398
- }, z.core.$strip>, z.ZodObject<{
399
- kind: z.ZodLiteral<"delete">;
400
- }, z.core.$strip>]>, z.ZodNull]>;
401
- url: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
402
- }, z.core.$strip>>;
403
- }, z.core.$strip>>]>;
404
- }, z.core.$strip>;
405
- declare const CampaignBaseFormData: z.ZodObject<{
406
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
407
- deliveryScheduledAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
408
- }, z.core.$strip>;
409
- declare const CampaignKindDataPersonalizedMailMagazineFormData: z.ZodObject<{
410
- kind: z.ZodLiteral<"personalizedMailMagazine">;
411
- personalizedMailMagazine: z.ZodObject<{
412
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
413
- targetCsv: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
414
- kind: z.ZodLiteral<"deleteTargetCsv">;
415
- }, z.core.$strip>, z.ZodObject<{
416
- kind: z.ZodLiteral<"uploadCsv">;
417
- fileName: z.ZodString;
418
- records: z.ZodArray<z.ZodObject<{
419
- userId: z.ZodNumber;
420
- projectIds: z.ZodString;
421
- }, z.core.$strip>>;
422
- }, z.core.$strip>]>, z.ZodNull]>;
423
- }, z.core.$strip>;
424
- }, z.core.$strip>;
425
- declare const CampaignDetailKindDataCurationMailMagazine: z.ZodObject<{
426
- kind: z.ZodLiteral<"curationMailMagazine">;
427
- curationMailMagazine: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
428
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
429
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
430
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
431
- deliveredUsersCount: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
432
- targetFilters: z.ZodArray<z.ZodObject<{
433
- id: z.ZodNumber;
434
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
435
- profileSegmentCodes: z.ZodArray<z.ZodString>;
436
- }, z.core.$strip>>;
437
- }, z.core.$strip>, z.ZodObject<{
438
- bodyKind: z.ZodLiteral<"template">;
439
- projects: z.ZodArray<z.ZodObject<{
440
- id: z.ZodNumber;
441
- readyforProjectId: z.ZodNumber;
442
- slotNumber: z.ZodNumber;
443
- isPaidSlot: z.ZodBoolean;
444
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
445
- description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
446
- thumbnailUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
447
- tag: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
448
- tagUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
449
- }, z.core.$strip>>;
450
- banners: z.ZodArray<z.ZodObject<{
451
- id: z.ZodNumber;
452
- slotNumber: z.ZodNumber;
453
- imageUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
454
- url: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
455
- }, z.core.$strip>>;
456
- }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
457
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
458
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
459
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
460
- deliveredUsersCount: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
461
- targetFilters: z.ZodArray<z.ZodObject<{
462
- id: z.ZodNumber;
463
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
464
- profileSegmentCodes: z.ZodArray<z.ZodString>;
465
- }, z.core.$strip>>;
466
- }, z.core.$strip>, z.ZodObject<{
467
- bodyKind: z.ZodLiteral<"freeFormat">;
468
- htmlBody: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
469
- htmlStyle: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
470
- images: z.ZodArray<z.ZodObject<{
471
- id: z.ZodNumber;
472
- key: z.ZodString;
473
- }, z.core.$strip>>;
474
- }, z.core.$strip>>]>;
475
- }, z.core.$strip>;
476
- declare const CampaignDetailBase: z.ZodObject<{
477
- id: z.ZodNumber;
478
- status: z.ZodUnion<readonly [z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
479
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
480
- deliveryScheduledAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
481
- }, z.core.$strip>;
482
- declare const CampaignDetailKindDataPersonalizedMailMagazine: z.ZodObject<{
483
- kind: z.ZodLiteral<"personalizedMailMagazine">;
484
- personalizedMailMagazine: z.ZodObject<{
485
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
486
- target: z.ZodUnion<readonly [z.ZodObject<{
487
- csvFileName: z.ZodString;
488
- targetUsersCount: z.ZodNumber;
489
- excludedUsersCount: z.ZodNumber;
490
- }, z.core.$strip>, z.ZodNull]>;
491
- }, z.core.$strip>;
492
- }, z.core.$strip>;
493
- declare const BodyKind: z.ZodUnion<readonly [z.ZodLiteral<"template">, z.ZodLiteral<"freeFormat">]>;
494
- declare const CampaignBase: z.ZodObject<{
495
- id: z.ZodNumber;
496
- title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull]>>;
497
- status: z.ZodUnion<readonly [z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
498
- deliveryAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
499
- lastEditorName: z.ZodString;
500
- lastEditedAt: z.ZodString;
501
- }, z.core.$strip>;
502
- declare const CampaignWithCurationMailMagazineFormData: z.ZodIntersection<z.ZodObject<{
503
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
504
- deliveryScheduledAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
505
- }, z.core.$strip>, z.ZodObject<{
506
- kind: z.ZodLiteral<"curationMailMagazine">;
507
- curationMailMagazine: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
508
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
509
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
510
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
511
- targetFilters: z.ZodArray<z.ZodObject<{
512
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
513
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
514
- profileSegmentCodes: z.ZodArray<z.ZodString>;
515
- }, z.core.$strip>>;
516
- }, z.core.$strip>, z.ZodObject<{
517
- bodyKind: z.ZodLiteral<"freeFormat">;
518
- htmlBody: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
519
- htmlStyle: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
520
- }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
521
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
522
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
523
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
524
- targetFilters: z.ZodArray<z.ZodObject<{
525
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
526
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
527
- profileSegmentCodes: z.ZodArray<z.ZodString>;
528
- }, z.core.$strip>>;
529
- }, z.core.$strip>, z.ZodObject<{
530
- bodyKind: z.ZodLiteral<"template">;
531
- projects: z.ZodArray<z.ZodObject<{
532
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
533
- slotNumber: z.ZodNumber;
534
- readyforProjectId: z.ZodNumber;
535
- isPaidSlot: z.ZodBoolean;
536
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
537
- description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
538
- thumbnail: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
539
- kind: z.ZodLiteral<"upload">;
540
- data: z.ZodUnion<readonly [z.ZodAny, z.ZodAny]>;
541
- }, z.core.$strip>, z.ZodObject<{
542
- kind: z.ZodLiteral<"delete">;
543
- }, z.core.$strip>]>, z.ZodNull]>;
544
- tag: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
545
- tagUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
546
- }, z.core.$strip>>;
547
- banners: z.ZodArray<z.ZodObject<{
548
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
549
- slotNumber: z.ZodNumber;
550
- image: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
551
- kind: z.ZodLiteral<"upload">;
552
- data: z.ZodUnion<readonly [z.ZodAny, z.ZodAny]>;
553
- }, z.core.$strip>, z.ZodObject<{
554
- kind: z.ZodLiteral<"delete">;
555
- }, z.core.$strip>]>, z.ZodNull]>;
556
- url: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
557
- }, z.core.$strip>>;
558
- }, z.core.$strip>>]>;
559
- }, z.core.$strip>>;
560
- declare const CampaignWithPersonalizedMailMagazineFormData: z.ZodIntersection<z.ZodObject<{
561
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
562
- deliveryScheduledAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
563
- }, z.core.$strip>, z.ZodObject<{
564
- kind: z.ZodLiteral<"personalizedMailMagazine">;
565
- personalizedMailMagazine: z.ZodObject<{
566
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
567
- targetCsv: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
568
- kind: z.ZodLiteral<"deleteTargetCsv">;
569
- }, z.core.$strip>, z.ZodObject<{
570
- kind: z.ZodLiteral<"uploadCsv">;
571
- fileName: z.ZodString;
572
- records: z.ZodArray<z.ZodObject<{
573
- userId: z.ZodNumber;
574
- projectIds: z.ZodString;
575
- }, z.core.$strip>>;
576
- }, z.core.$strip>]>, z.ZodNull]>;
577
- }, z.core.$strip>;
578
- }, z.core.$strip>>;
579
- declare const CampaignDetailWithCurationMailMagazine: z.ZodIntersection<z.ZodObject<{
580
- id: z.ZodNumber;
581
- status: z.ZodUnion<readonly [z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
582
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
583
- deliveryScheduledAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
584
- }, z.core.$strip>, z.ZodObject<{
585
- kind: z.ZodLiteral<"curationMailMagazine">;
586
- curationMailMagazine: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
587
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
588
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
589
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
590
- deliveredUsersCount: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
591
- targetFilters: z.ZodArray<z.ZodObject<{
592
- id: z.ZodNumber;
593
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
594
- profileSegmentCodes: z.ZodArray<z.ZodString>;
595
- }, z.core.$strip>>;
596
- }, z.core.$strip>, z.ZodObject<{
597
- bodyKind: z.ZodLiteral<"template">;
598
- projects: z.ZodArray<z.ZodObject<{
599
- id: z.ZodNumber;
600
- readyforProjectId: z.ZodNumber;
601
- slotNumber: z.ZodNumber;
602
- isPaidSlot: z.ZodBoolean;
603
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
604
- description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
605
- thumbnailUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
606
- tag: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
607
- tagUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
608
- }, z.core.$strip>>;
609
- banners: z.ZodArray<z.ZodObject<{
610
- id: z.ZodNumber;
611
- slotNumber: z.ZodNumber;
612
- imageUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
613
- url: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
614
- }, z.core.$strip>>;
615
- }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
616
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
617
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
618
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
619
- deliveredUsersCount: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
620
- targetFilters: z.ZodArray<z.ZodObject<{
621
- id: z.ZodNumber;
622
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
623
- profileSegmentCodes: z.ZodArray<z.ZodString>;
624
- }, z.core.$strip>>;
625
- }, z.core.$strip>, z.ZodObject<{
626
- bodyKind: z.ZodLiteral<"freeFormat">;
627
- htmlBody: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
628
- htmlStyle: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
629
- images: z.ZodArray<z.ZodObject<{
630
- id: z.ZodNumber;
631
- key: z.ZodString;
632
- }, z.core.$strip>>;
633
- }, z.core.$strip>>]>;
634
- }, z.core.$strip>>;
635
- declare const CampaignDetailWithPersonalizedMailMagazine: z.ZodIntersection<z.ZodObject<{
636
- id: z.ZodNumber;
637
- status: z.ZodUnion<readonly [z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
638
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
639
- deliveryScheduledAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
640
- }, z.core.$strip>, z.ZodObject<{
641
- kind: z.ZodLiteral<"personalizedMailMagazine">;
642
- personalizedMailMagazine: z.ZodObject<{
643
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
644
- target: z.ZodUnion<readonly [z.ZodObject<{
645
- csvFileName: z.ZodString;
646
- targetUsersCount: z.ZodNumber;
647
- excludedUsersCount: z.ZodNumber;
648
- }, z.core.$strip>, z.ZodNull]>;
649
- }, z.core.$strip>;
650
- }, z.core.$strip>>;
651
- declare const CurationMailMagazineCampaign: z.ZodIntersection<z.ZodObject<{
652
- id: z.ZodNumber;
653
- title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull]>>;
654
- status: z.ZodUnion<readonly [z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
655
- deliveryAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
656
- lastEditorName: z.ZodString;
657
- lastEditedAt: z.ZodString;
658
- }, z.core.$strip>, z.ZodObject<{
659
- kind: z.ZodLiteral<"curationMailMagazine">;
660
- bodyKind: z.ZodUnion<readonly [z.ZodLiteral<"template">, z.ZodLiteral<"freeFormat">]>;
661
- }, z.core.$strip>>;
662
- declare const PersonalizedMailMagazineCampaign: z.ZodIntersection<z.ZodObject<{
663
- id: z.ZodNumber;
664
- title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull]>>;
665
- status: z.ZodUnion<readonly [z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
666
- deliveryAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
667
- lastEditorName: z.ZodString;
668
- lastEditedAt: z.ZodString;
669
- }, z.core.$strip>, z.ZodObject<{
670
- kind: z.ZodLiteral<"personalizedMailMagazine">;
671
- }, z.core.$strip>>;
672
- declare const Segment: z.ZodObject<{
673
- code: z.ZodString;
674
- label: z.ZodString;
675
- isActive: z.ZodBoolean;
676
- displayOrder: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
677
- description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
678
- }, z.core.$strip>;
679
- declare const ReadyforProject: z.ZodObject<{
680
- projectId: z.ZodNumber;
681
- keyword: z.ZodString;
682
- title: z.ZodString;
683
- abstract: z.ZodString;
684
- }, z.core.$strip>;
685
- declare const CampaignFormData: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
686
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
687
- deliveryScheduledAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
688
- }, z.core.$strip>, z.ZodObject<{
689
- kind: z.ZodLiteral<"personalizedMailMagazine">;
690
- personalizedMailMagazine: z.ZodObject<{
691
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
692
- targetCsv: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
693
- kind: z.ZodLiteral<"deleteTargetCsv">;
694
- }, z.core.$strip>, z.ZodObject<{
695
- kind: z.ZodLiteral<"uploadCsv">;
696
- fileName: z.ZodString;
697
- records: z.ZodArray<z.ZodObject<{
698
- userId: z.ZodNumber;
699
- projectIds: z.ZodString;
700
- }, z.core.$strip>>;
701
- }, z.core.$strip>]>, z.ZodNull]>;
702
- }, z.core.$strip>;
703
- }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
704
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
705
- deliveryScheduledAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
706
- }, z.core.$strip>, z.ZodObject<{
707
- kind: z.ZodLiteral<"curationMailMagazine">;
708
- curationMailMagazine: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
709
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
710
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
711
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
712
- targetFilters: z.ZodArray<z.ZodObject<{
713
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
714
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
715
- profileSegmentCodes: z.ZodArray<z.ZodString>;
716
- }, z.core.$strip>>;
717
- }, z.core.$strip>, z.ZodObject<{
718
- bodyKind: z.ZodLiteral<"freeFormat">;
719
- htmlBody: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
720
- htmlStyle: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
721
- }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
722
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
723
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
724
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
725
- targetFilters: z.ZodArray<z.ZodObject<{
726
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
727
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
728
- profileSegmentCodes: z.ZodArray<z.ZodString>;
729
- }, z.core.$strip>>;
730
- }, z.core.$strip>, z.ZodObject<{
731
- bodyKind: z.ZodLiteral<"template">;
732
- projects: z.ZodArray<z.ZodObject<{
733
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
734
- slotNumber: z.ZodNumber;
735
- readyforProjectId: z.ZodNumber;
736
- isPaidSlot: z.ZodBoolean;
737
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
738
- description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
739
- thumbnail: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
740
- kind: z.ZodLiteral<"upload">;
741
- data: z.ZodUnion<readonly [z.ZodAny, z.ZodAny]>;
742
- }, z.core.$strip>, z.ZodObject<{
743
- kind: z.ZodLiteral<"delete">;
744
- }, z.core.$strip>]>, z.ZodNull]>;
745
- tag: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
746
- tagUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
747
- }, z.core.$strip>>;
748
- banners: z.ZodArray<z.ZodObject<{
749
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
750
- slotNumber: z.ZodNumber;
751
- image: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
752
- kind: z.ZodLiteral<"upload">;
753
- data: z.ZodUnion<readonly [z.ZodAny, z.ZodAny]>;
754
- }, z.core.$strip>, z.ZodObject<{
755
- kind: z.ZodLiteral<"delete">;
756
- }, z.core.$strip>]>, z.ZodNull]>;
757
- url: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
758
- }, z.core.$strip>>;
759
- }, z.core.$strip>>]>;
760
- }, z.core.$strip>>]>;
761
- declare const CampaignDetail: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
762
- id: z.ZodNumber;
763
- status: z.ZodUnion<readonly [z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
764
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
765
- deliveryScheduledAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
766
- }, z.core.$strip>, z.ZodObject<{
767
- kind: z.ZodLiteral<"personalizedMailMagazine">;
768
- personalizedMailMagazine: z.ZodObject<{
769
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
770
- target: z.ZodUnion<readonly [z.ZodObject<{
771
- csvFileName: z.ZodString;
772
- targetUsersCount: z.ZodNumber;
773
- excludedUsersCount: z.ZodNumber;
774
- }, z.core.$strip>, z.ZodNull]>;
775
- }, z.core.$strip>;
776
- }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
777
- id: z.ZodNumber;
778
- status: z.ZodUnion<readonly [z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
779
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
780
- deliveryScheduledAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
781
- }, z.core.$strip>, z.ZodObject<{
782
- kind: z.ZodLiteral<"curationMailMagazine">;
783
- curationMailMagazine: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
784
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
785
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
786
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
787
- deliveredUsersCount: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
788
- targetFilters: z.ZodArray<z.ZodObject<{
789
- id: z.ZodNumber;
790
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
791
- profileSegmentCodes: z.ZodArray<z.ZodString>;
792
- }, z.core.$strip>>;
793
- }, z.core.$strip>, z.ZodObject<{
794
- bodyKind: z.ZodLiteral<"template">;
795
- projects: z.ZodArray<z.ZodObject<{
796
- id: z.ZodNumber;
797
- readyforProjectId: z.ZodNumber;
798
- slotNumber: z.ZodNumber;
799
- isPaidSlot: z.ZodBoolean;
800
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
801
- description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
802
- thumbnailUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
803
- tag: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
804
- tagUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
805
- }, z.core.$strip>>;
806
- banners: z.ZodArray<z.ZodObject<{
807
- id: z.ZodNumber;
808
- slotNumber: z.ZodNumber;
809
- imageUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
810
- url: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
811
- }, z.core.$strip>>;
812
- }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
813
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
814
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
815
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
816
- deliveredUsersCount: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
817
- targetFilters: z.ZodArray<z.ZodObject<{
818
- id: z.ZodNumber;
819
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
820
- profileSegmentCodes: z.ZodArray<z.ZodString>;
821
- }, z.core.$strip>>;
822
- }, z.core.$strip>, z.ZodObject<{
823
- bodyKind: z.ZodLiteral<"freeFormat">;
824
- htmlBody: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
825
- htmlStyle: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
826
- images: z.ZodArray<z.ZodObject<{
827
- id: z.ZodNumber;
828
- key: z.ZodString;
829
- }, z.core.$strip>>;
830
- }, z.core.$strip>>]>;
831
- }, z.core.$strip>>]>;
832
- declare const CreateCampaignKindPersonalizedMailMagazineFormData: z.ZodObject<{
833
- kind: z.ZodLiteral<"personalizedMailMagazine">;
834
- }, z.core.$strip>;
835
- declare const CreateCampaignKindCurationMailMagazineFormData: z.ZodObject<{
836
- kind: z.ZodLiteral<"curationMailMagazine">;
837
- bodyKind: z.ZodUnion<readonly [z.ZodLiteral<"template">, z.ZodLiteral<"freeFormat">]>;
838
- }, z.core.$strip>;
839
- declare const Pagination: z.ZodObject<{
840
- totalPages: z.ZodNumber;
841
- totalCount: z.ZodNumber;
842
- currentPerPage: z.ZodNumber;
843
- currentPage: z.ZodNumber;
844
- prevPage: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
845
- nextPage: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
846
- isFirstPage: z.ZodBoolean;
847
- isLastPage: z.ZodBoolean;
848
- }, z.core.$strip>;
849
- declare const Campaign: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
850
- id: z.ZodNumber;
851
- title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull]>>;
852
- status: z.ZodUnion<readonly [z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
853
- deliveryAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
854
- lastEditorName: z.ZodString;
855
- lastEditedAt: z.ZodString;
856
- }, z.core.$strip>, z.ZodObject<{
857
- kind: z.ZodLiteral<"personalizedMailMagazine">;
858
- }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
859
- id: z.ZodNumber;
860
- title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull]>>;
861
- status: z.ZodUnion<readonly [z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
862
- deliveryAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
863
- lastEditorName: z.ZodString;
864
- lastEditedAt: z.ZodString;
865
- }, z.core.$strip>, z.ZodObject<{
866
- kind: z.ZodLiteral<"curationMailMagazine">;
867
- bodyKind: z.ZodUnion<readonly [z.ZodLiteral<"template">, z.ZodLiteral<"freeFormat">]>;
868
- }, z.core.$strip>>]>;
869
- declare const TargetFilterSegments: z.ZodObject<{
870
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
871
- profileSegmentCodes: z.ZodArray<z.ZodString>;
872
- }, z.core.$strip>;
873
- declare const GetTargetUsersCountResponse: z.ZodObject<{
874
- count: z.ZodNumber;
875
- }, z.core.$strip>;
876
- declare const GetProfileSegmentsResponse: z.ZodObject<{
877
- profileSegments: z.ZodArray<z.ZodObject<{
878
- code: z.ZodString;
879
- label: z.ZodString;
880
- isActive: z.ZodBoolean;
881
- displayOrder: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
882
- description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
883
- }, z.core.$strip>>;
884
- }, z.core.$strip>;
885
- declare const GetBehaviorSegmentsResponse: z.ZodObject<{
886
- behaviorSegments: z.ZodArray<z.ZodObject<{
887
- code: z.ZodString;
888
- label: z.ZodString;
889
- isActive: z.ZodBoolean;
890
- displayOrder: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
891
- description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
892
- }, z.core.$strip>>;
893
- }, z.core.$strip>;
894
- declare const GetProjectsProjectIdOrKeywordResponse: z.ZodObject<{
895
- project: z.ZodObject<{
896
- projectId: z.ZodNumber;
897
- keyword: z.ZodString;
898
- title: z.ZodString;
899
- abstract: z.ZodString;
900
- }, z.core.$strip>;
901
- }, z.core.$strip>;
902
- declare const PostCampaignsCampaignIdImagesReqeustBody: z.ZodObject<{
903
- image: z.ZodUnion<readonly [z.ZodAny, z.ZodAny]>;
904
- }, z.core.$strip>;
905
- declare const PostCampaignsCampaignIdPreviewDeliveryEmailRequestBody: z.ZodObject<{
906
- emails: z.ZodArray<z.ZodString>;
907
- }, z.core.$strip>;
908
- declare const GetCampaignsCampaignIdPreviewResponse: z.ZodObject<{
909
- content: z.ZodString;
910
- }, z.core.$strip>;
911
- declare const HttpErrorBadRequest: z.ZodObject<{
912
- errors: z.ZodArray<z.ZodString>;
913
- }, z.core.$strip>;
914
- declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
915
- formData: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
916
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
917
- deliveryScheduledAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
918
- }, z.core.$strip>, z.ZodObject<{
919
- kind: z.ZodLiteral<"personalizedMailMagazine">;
920
- personalizedMailMagazine: z.ZodObject<{
921
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
922
- targetCsv: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
923
- kind: z.ZodLiteral<"deleteTargetCsv">;
924
- }, z.core.$strip>, z.ZodObject<{
925
- kind: z.ZodLiteral<"uploadCsv">;
926
- fileName: z.ZodString;
927
- records: z.ZodArray<z.ZodObject<{
928
- userId: z.ZodNumber;
929
- projectIds: z.ZodString;
930
- }, z.core.$strip>>;
931
- }, z.core.$strip>]>, z.ZodNull]>;
932
- }, z.core.$strip>;
933
- }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
934
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
935
- deliveryScheduledAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
936
- }, z.core.$strip>, z.ZodObject<{
937
- kind: z.ZodLiteral<"curationMailMagazine">;
938
- curationMailMagazine: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
939
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
940
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
941
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
942
- targetFilters: z.ZodArray<z.ZodObject<{
943
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
944
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
945
- profileSegmentCodes: z.ZodArray<z.ZodString>;
946
- }, z.core.$strip>>;
947
- }, z.core.$strip>, z.ZodObject<{
948
- bodyKind: z.ZodLiteral<"freeFormat">;
949
- htmlBody: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
950
- htmlStyle: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
951
- }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
952
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
953
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
954
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
955
- targetFilters: z.ZodArray<z.ZodObject<{
956
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
957
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
958
- profileSegmentCodes: z.ZodArray<z.ZodString>;
959
- }, z.core.$strip>>;
960
- }, z.core.$strip>, z.ZodObject<{
961
- bodyKind: z.ZodLiteral<"template">;
962
- projects: z.ZodArray<z.ZodObject<{
963
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
964
- slotNumber: z.ZodNumber;
965
- readyforProjectId: z.ZodNumber;
966
- isPaidSlot: z.ZodBoolean;
967
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
968
- description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
969
- thumbnail: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
970
- kind: z.ZodLiteral<"upload">;
971
- data: z.ZodUnion<readonly [z.ZodAny, z.ZodAny]>;
972
- }, z.core.$strip>, z.ZodObject<{
973
- kind: z.ZodLiteral<"delete">;
974
- }, z.core.$strip>]>, z.ZodNull]>;
975
- tag: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
976
- tagUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
977
- }, z.core.$strip>>;
978
- banners: z.ZodArray<z.ZodObject<{
979
- id: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
980
- slotNumber: z.ZodNumber;
981
- image: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
982
- kind: z.ZodLiteral<"upload">;
983
- data: z.ZodUnion<readonly [z.ZodAny, z.ZodAny]>;
984
- }, z.core.$strip>, z.ZodObject<{
985
- kind: z.ZodLiteral<"delete">;
986
- }, z.core.$strip>]>, z.ZodNull]>;
987
- url: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
988
- }, z.core.$strip>>;
989
- }, z.core.$strip>>]>;
990
- }, z.core.$strip>>]>;
991
- }, z.core.$strip>;
992
- declare const CampaignsCampaignIdResponse: z.ZodObject<{
993
- campaignDetail: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
994
- id: z.ZodNumber;
995
- status: z.ZodUnion<readonly [z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
996
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
997
- deliveryScheduledAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
998
- }, z.core.$strip>, z.ZodObject<{
999
- kind: z.ZodLiteral<"personalizedMailMagazine">;
1000
- personalizedMailMagazine: z.ZodObject<{
1001
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1002
- target: z.ZodUnion<readonly [z.ZodObject<{
1003
- csvFileName: z.ZodString;
1004
- targetUsersCount: z.ZodNumber;
1005
- excludedUsersCount: z.ZodNumber;
1006
- }, z.core.$strip>, z.ZodNull]>;
1007
- }, z.core.$strip>;
1008
- }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
1009
- id: z.ZodNumber;
1010
- status: z.ZodUnion<readonly [z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
1011
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1012
- deliveryScheduledAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1013
- }, z.core.$strip>, z.ZodObject<{
1014
- kind: z.ZodLiteral<"curationMailMagazine">;
1015
- curationMailMagazine: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
1016
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1017
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1018
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1019
- deliveredUsersCount: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
1020
- targetFilters: z.ZodArray<z.ZodObject<{
1021
- id: z.ZodNumber;
1022
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
1023
- profileSegmentCodes: z.ZodArray<z.ZodString>;
1024
- }, z.core.$strip>>;
1025
- }, z.core.$strip>, z.ZodObject<{
1026
- bodyKind: z.ZodLiteral<"template">;
1027
- projects: z.ZodArray<z.ZodObject<{
1028
- id: z.ZodNumber;
1029
- readyforProjectId: z.ZodNumber;
1030
- slotNumber: z.ZodNumber;
1031
- isPaidSlot: z.ZodBoolean;
1032
- title: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1033
- description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1034
- thumbnailUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1035
- tag: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1036
- tagUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1037
- }, z.core.$strip>>;
1038
- banners: z.ZodArray<z.ZodObject<{
1039
- id: z.ZodNumber;
1040
- slotNumber: z.ZodNumber;
1041
- imageUrl: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1042
- url: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1043
- }, z.core.$strip>>;
1044
- }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
1045
- utmCampaign: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1046
- subject: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1047
- preHeaderText: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1048
- deliveredUsersCount: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
1049
- targetFilters: z.ZodArray<z.ZodObject<{
1050
- id: z.ZodNumber;
1051
- behaviorSegmentCodes: z.ZodArray<z.ZodString>;
1052
- profileSegmentCodes: z.ZodArray<z.ZodString>;
1053
- }, z.core.$strip>>;
1054
- }, z.core.$strip>, z.ZodObject<{
1055
- bodyKind: z.ZodLiteral<"freeFormat">;
1056
- htmlBody: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1057
- htmlStyle: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1058
- images: z.ZodArray<z.ZodObject<{
1059
- id: z.ZodNumber;
1060
- key: z.ZodString;
1061
- }, z.core.$strip>>;
1062
- }, z.core.$strip>>]>;
1063
- }, z.core.$strip>>]>;
1064
- }, z.core.$strip>;
1065
- declare const CampaignKind: z.ZodUnion<readonly [z.ZodLiteral<"curationMailMagazine">, z.ZodLiteral<"personalizedMailMagazine">]>;
1066
- declare const PostCampaignsRequestBody: z.ZodUnion<readonly [z.ZodObject<{
1067
- kind: z.ZodLiteral<"curationMailMagazine">;
1068
- bodyKind: z.ZodUnion<readonly [z.ZodLiteral<"template">, z.ZodLiteral<"freeFormat">]>;
1069
- }, z.core.$strip>, z.ZodObject<{
1070
- kind: z.ZodLiteral<"personalizedMailMagazine">;
1071
- }, z.core.$strip>]>;
1072
- declare const PostCampaignsResponse: z.ZodObject<{
1073
- id: z.ZodNumber;
1074
- }, z.core.$strip>;
1075
- declare const GetCampaignsResponse: z.ZodObject<{
1076
- campaigns: z.ZodArray<z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
1077
- id: z.ZodNumber;
1078
- title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull]>>;
1079
- status: z.ZodUnion<readonly [z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
1080
- deliveryAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1081
- lastEditorName: z.ZodString;
1082
- lastEditedAt: z.ZodString;
1083
- }, z.core.$strip>, z.ZodObject<{
1084
- kind: z.ZodLiteral<"personalizedMailMagazine">;
1085
- }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
1086
- id: z.ZodNumber;
1087
- title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull]>>;
1088
- status: z.ZodUnion<readonly [z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"delivering">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deliveryFailed">]>;
1089
- deliveryAt: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
1090
- lastEditorName: z.ZodString;
1091
- lastEditedAt: z.ZodString;
1092
- }, z.core.$strip>, z.ZodObject<{
1093
- kind: z.ZodLiteral<"curationMailMagazine">;
1094
- bodyKind: z.ZodUnion<readonly [z.ZodLiteral<"template">, z.ZodLiteral<"freeFormat">]>;
1095
- }, z.core.$strip>>]>>;
1096
- pagination: z.ZodObject<{
1097
- totalPages: z.ZodNumber;
1098
- totalCount: z.ZodNumber;
1099
- currentPerPage: z.ZodNumber;
1100
- currentPage: z.ZodNumber;
1101
- prevPage: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
1102
- nextPage: z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>;
1103
- isFirstPage: z.ZodBoolean;
1104
- isLastPage: z.ZodBoolean;
1105
- }, z.core.$strip>;
1106
- }, z.core.$strip>;
1107
- //#endregion
1108
- export { PersonalizedMailMagazineTargetDeleteCsvFormData as $, CurationMailMagazineFormDataBodyKindFreeFormat as A, GetProfileSegmentsResponse as B, CurationMailMagazineCampaign as C, CurationMailMagazineDetailBodyKindTemplate as D, CurationMailMagazineDetailBodyKindFreeFormat as E, CurationMailMagazineTargetProject as F, ImageFormData as G, GetTargetUsersCountResponse as H, DeleteImageFormData as I, PersonalizedMailMagazineCampaign as J, Pagination as K, GetBehaviorSegmentsResponse as L, CurationMailMagazineProjectFormData as M, CurationMailMagazineTargetFilter as N, CurationMailMagazineFormData as O, CurationMailMagazineTargetFilterFormData as P, PersonalizedMailMagazineTargetCsvFormData as Q, GetCampaignsCampaignIdPreviewResponse as R, CurationMailMagazineBannerFormData as S, CurationMailMagazineDetailBase as T, HttpErrorBadRequest as U, GetProjectsProjectIdOrKeywordResponse as V, Image as W, PersonalizedMailMagazineDetailTarget as X, PersonalizedMailMagazineDetail as Y, PersonalizedMailMagazineFormData as Z, CampaignWithPersonalizedMailMagazineFormData as _, CampaignDetail as a, PostCampaignsResponse as at, CreateCampaignKindPersonalizedMailMagazineFormData as b, CampaignDetailKindDataPersonalizedMailMagazine as c, TargetFilterSegments as ct, CampaignFormData as d, PersonalizedMailMagazineTargetUploadCsvFormData as et, CampaignKind as f, CampaignWithCurationMailMagazineFormData as g, CampaignStatus as h, CampaignBaseFormData as i, PostCampaignsRequestBody as it, CurationMailMagazineFormDataBodyKindTemplate as j, CurationMailMagazineFormDataBase as k, CampaignDetailWithCurationMailMagazine as l, UploadImageFormData as lt, CampaignKindDataPersonalizedMailMagazineFormData as m, Campaign as n, PostCampaignsCampaignIdImagesReqeustBody as nt, CampaignDetailBase as o, ReadyforProject as ot, CampaignKindDataCurationMailMagazineFormData as p, PatchCampaignsCampaignIdRequestBody as q, CampaignBase as r, PostCampaignsCampaignIdPreviewDeliveryEmailRequestBody as rt, CampaignDetailKindDataCurationMailMagazine as s, Segment as st, BodyKind as t, PersonalizedMailMagazineTargetUploadCsvRecordFormData as tt, CampaignDetailWithPersonalizedMailMagazine as u, CampaignsCampaignIdResponse as v, CurationMailMagazineDetail as w, CurationMailMagazineBanner as x, CreateCampaignKindCurationMailMagazineFormData as y, GetCampaignsResponse as z };