@readyfor/api-client-pigeon 0.199.0 → 0.200.0-pr956.75290e7

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 (48) hide show
  1. package/dist/{chunk-NV6Y3ABY.mjs → chunk-5SUPDDXU.mjs} +1 -1
  2. package/dist/{chunk-J7CEPY5S.mjs → chunk-7TVBFSFM.mjs} +1 -1
  3. package/dist/{chunk-XYO4IAVD.mjs → chunk-AAQNXWMN.mjs} +1 -1
  4. package/dist/{chunk-TZ2LCTNZ.mjs → chunk-CINSTR5B.mjs} +1 -1
  5. package/dist/{chunk-BGQX2FSF.mjs → chunk-GHEQM56U.mjs} +1 -1
  6. package/dist/{chunk-NHMORT4X.mjs → chunk-J4Z7MPZ3.mjs} +1 -1
  7. package/dist/{chunk-QMCDDYSF.mjs → chunk-RWRQO3SL.mjs} +1 -1
  8. package/dist/{chunk-5XX5BVUJ.mjs → chunk-SRDCHGJV.mjs} +1 -1
  9. package/dist/{chunk-MJTBGQEU.mjs → chunk-TAPXHCEB.mjs} +1 -1
  10. package/dist/{chunk-KUECBR2H.mjs → chunk-VLQBROWU.mjs} +1 -1
  11. package/dist/{chunk-3V2VKQOR.mjs → chunk-WRC7MNAQ.mjs} +1 -1
  12. package/dist/{chunk-ND6Q3HOY.mjs → chunk-XDAPMPWH.mjs} +1 -1
  13. package/dist/{chunk-RLWAQPFL.mjs → chunk-ZFV6PATD.mjs} +1 -1
  14. package/dist/components.d.mts +38 -38
  15. package/dist/components.d.ts +38 -38
  16. package/dist/components.js +1 -1
  17. package/dist/components.mjs +1 -1
  18. package/dist/fetch/campaigns.js +1 -1
  19. package/dist/fetch/campaigns.mjs +2 -2
  20. package/dist/fetch/campaignsId.js +1 -1
  21. package/dist/fetch/campaignsId.mjs +2 -2
  22. package/dist/fetch/projectsProjectIdOrKeyword.js +1 -1
  23. package/dist/fetch/projectsProjectIdOrKeyword.mjs +2 -2
  24. package/dist/fetch/segmentsBehaviorSegments.js +1 -1
  25. package/dist/fetch/segmentsBehaviorSegments.mjs +2 -2
  26. package/dist/fetch/segmentsProfileSegments.js +1 -1
  27. package/dist/fetch/segmentsProfileSegments.mjs +2 -2
  28. package/dist/fetch/segmentsTargetUsersCount.js +1 -1
  29. package/dist/fetch/segmentsTargetUsersCount.mjs +2 -2
  30. package/dist/hooks/index.js +1 -1
  31. package/dist/hooks/index.mjs +13 -13
  32. package/dist/hooks/useCampaigns.js +1 -1
  33. package/dist/hooks/useCampaigns.mjs +8 -8
  34. package/dist/hooks/useCampaignsId.js +1 -1
  35. package/dist/hooks/useCampaignsId.mjs +8 -8
  36. package/dist/hooks/useProjectsProjectIdOrKeyword.js +1 -1
  37. package/dist/hooks/useProjectsProjectIdOrKeyword.mjs +8 -8
  38. package/dist/hooks/useSegmentsBehaviorSegments.js +1 -1
  39. package/dist/hooks/useSegmentsBehaviorSegments.mjs +8 -8
  40. package/dist/hooks/useSegmentsProfileSegments.js +1 -1
  41. package/dist/hooks/useSegmentsProfileSegments.mjs +8 -8
  42. package/dist/hooks/useSegmentsTargetUsersCount.js +1 -1
  43. package/dist/hooks/useSegmentsTargetUsersCount.mjs +8 -8
  44. package/dist/index.js +1 -1
  45. package/dist/index.mjs +7 -7
  46. package/dist/schemaType.d.mts +1 -1
  47. package/dist/schemaType.d.ts +1 -1
  48. package/package.json +9 -10
@@ -176,15 +176,15 @@ declare const CurationMailMagazineProjectFormData: z.ZodObject<{
176
176
  tagUrl: string | null;
177
177
  }>;
178
178
  declare const CurationMailMagazineTargetFilterFormData: z.ZodObject<{
179
- id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
179
+ id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
180
180
  behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
181
181
  profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
182
182
  }, "strip", z.ZodTypeAny, {
183
- id: string | null;
183
+ id: number | null;
184
184
  behaviorSegmentCodes: string[];
185
185
  profileSegmentCodes: string[];
186
186
  }, {
187
- id: string | null;
187
+ id: number | null;
188
188
  behaviorSegmentCodes: string[];
189
189
  profileSegmentCodes: string[];
190
190
  }>;
@@ -300,15 +300,15 @@ declare const CurationMailMagazineFormData: z.ZodObject<{
300
300
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
301
301
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
302
302
  targetFilters: z.ZodArray<z.ZodObject<{
303
- id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
303
+ id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
304
304
  behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
305
305
  profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
306
306
  }, "strip", z.ZodTypeAny, {
307
- id: string | null;
307
+ id: number | null;
308
308
  behaviorSegmentCodes: string[];
309
309
  profileSegmentCodes: string[];
310
310
  }, {
311
- id: string | null;
311
+ id: number | null;
312
312
  behaviorSegmentCodes: string[];
313
313
  profileSegmentCodes: string[];
314
314
  }>, "many">;
@@ -414,7 +414,7 @@ declare const CurationMailMagazineFormData: z.ZodObject<{
414
414
  subject: string | null;
415
415
  preHeaderText: string | null;
416
416
  targetFilters: {
417
- id: string | null;
417
+ id: number | null;
418
418
  behaviorSegmentCodes: string[];
419
419
  profileSegmentCodes: string[];
420
420
  }[];
@@ -450,7 +450,7 @@ declare const CurationMailMagazineFormData: z.ZodObject<{
450
450
  subject: string | null;
451
451
  preHeaderText: string | null;
452
452
  targetFilters: {
453
- id: string | null;
453
+ id: number | null;
454
454
  behaviorSegmentCodes: string[];
455
455
  profileSegmentCodes: string[];
456
456
  }[];
@@ -701,15 +701,15 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
701
701
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
702
702
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
703
703
  targetFilters: z.ZodArray<z.ZodObject<{
704
- id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
704
+ id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
705
705
  behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
706
706
  profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
707
707
  }, "strip", z.ZodTypeAny, {
708
- id: string | null;
708
+ id: number | null;
709
709
  behaviorSegmentCodes: string[];
710
710
  profileSegmentCodes: string[];
711
711
  }, {
712
- id: string | null;
712
+ id: number | null;
713
713
  behaviorSegmentCodes: string[];
714
714
  profileSegmentCodes: string[];
715
715
  }>, "many">;
@@ -815,7 +815,7 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
815
815
  subject: string | null;
816
816
  preHeaderText: string | null;
817
817
  targetFilters: {
818
- id: string | null;
818
+ id: number | null;
819
819
  behaviorSegmentCodes: string[];
820
820
  profileSegmentCodes: string[];
821
821
  }[];
@@ -851,7 +851,7 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
851
851
  subject: string | null;
852
852
  preHeaderText: string | null;
853
853
  targetFilters: {
854
- id: string | null;
854
+ id: number | null;
855
855
  behaviorSegmentCodes: string[];
856
856
  profileSegmentCodes: string[];
857
857
  }[];
@@ -890,7 +890,7 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
890
890
  subject: string | null;
891
891
  preHeaderText: string | null;
892
892
  targetFilters: {
893
- id: string | null;
893
+ id: number | null;
894
894
  behaviorSegmentCodes: string[];
895
895
  profileSegmentCodes: string[];
896
896
  }[];
@@ -929,7 +929,7 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
929
929
  subject: string | null;
930
930
  preHeaderText: string | null;
931
931
  targetFilters: {
932
- id: string | null;
932
+ id: number | null;
933
933
  behaviorSegmentCodes: string[];
934
934
  profileSegmentCodes: string[];
935
935
  }[];
@@ -1328,15 +1328,15 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
1328
1328
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1329
1329
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1330
1330
  targetFilters: z.ZodArray<z.ZodObject<{
1331
- id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1331
+ id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
1332
1332
  behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
1333
1333
  profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
1334
1334
  }, "strip", z.ZodTypeAny, {
1335
- id: string | null;
1335
+ id: number | null;
1336
1336
  behaviorSegmentCodes: string[];
1337
1337
  profileSegmentCodes: string[];
1338
1338
  }, {
1339
- id: string | null;
1339
+ id: number | null;
1340
1340
  behaviorSegmentCodes: string[];
1341
1341
  profileSegmentCodes: string[];
1342
1342
  }>, "many">;
@@ -1442,7 +1442,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
1442
1442
  subject: string | null;
1443
1443
  preHeaderText: string | null;
1444
1444
  targetFilters: {
1445
- id: string | null;
1445
+ id: number | null;
1446
1446
  behaviorSegmentCodes: string[];
1447
1447
  profileSegmentCodes: string[];
1448
1448
  }[];
@@ -1478,7 +1478,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
1478
1478
  subject: string | null;
1479
1479
  preHeaderText: string | null;
1480
1480
  targetFilters: {
1481
- id: string | null;
1481
+ id: number | null;
1482
1482
  behaviorSegmentCodes: string[];
1483
1483
  profileSegmentCodes: string[];
1484
1484
  }[];
@@ -1518,7 +1518,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
1518
1518
  subject: string | null;
1519
1519
  preHeaderText: string | null;
1520
1520
  targetFilters: {
1521
- id: string | null;
1521
+ id: number | null;
1522
1522
  behaviorSegmentCodes: string[];
1523
1523
  profileSegmentCodes: string[];
1524
1524
  }[];
@@ -1559,7 +1559,7 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
1559
1559
  subject: string | null;
1560
1560
  preHeaderText: string | null;
1561
1561
  targetFilters: {
1562
- id: string | null;
1562
+ id: number | null;
1563
1563
  behaviorSegmentCodes: string[];
1564
1564
  profileSegmentCodes: string[];
1565
1565
  }[];
@@ -2102,15 +2102,15 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
2102
2102
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2103
2103
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2104
2104
  targetFilters: z.ZodArray<z.ZodObject<{
2105
- id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2105
+ id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
2106
2106
  behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
2107
2107
  profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
2108
2108
  }, "strip", z.ZodTypeAny, {
2109
- id: string | null;
2109
+ id: number | null;
2110
2110
  behaviorSegmentCodes: string[];
2111
2111
  profileSegmentCodes: string[];
2112
2112
  }, {
2113
- id: string | null;
2113
+ id: number | null;
2114
2114
  behaviorSegmentCodes: string[];
2115
2115
  profileSegmentCodes: string[];
2116
2116
  }>, "many">;
@@ -2216,7 +2216,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
2216
2216
  subject: string | null;
2217
2217
  preHeaderText: string | null;
2218
2218
  targetFilters: {
2219
- id: string | null;
2219
+ id: number | null;
2220
2220
  behaviorSegmentCodes: string[];
2221
2221
  profileSegmentCodes: string[];
2222
2222
  }[];
@@ -2252,7 +2252,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
2252
2252
  subject: string | null;
2253
2253
  preHeaderText: string | null;
2254
2254
  targetFilters: {
2255
- id: string | null;
2255
+ id: number | null;
2256
2256
  behaviorSegmentCodes: string[];
2257
2257
  profileSegmentCodes: string[];
2258
2258
  }[];
@@ -2292,7 +2292,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
2292
2292
  subject: string | null;
2293
2293
  preHeaderText: string | null;
2294
2294
  targetFilters: {
2295
- id: string | null;
2295
+ id: number | null;
2296
2296
  behaviorSegmentCodes: string[];
2297
2297
  profileSegmentCodes: string[];
2298
2298
  }[];
@@ -2333,7 +2333,7 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
2333
2333
  subject: string | null;
2334
2334
  preHeaderText: string | null;
2335
2335
  targetFilters: {
2336
- id: string | null;
2336
+ id: number | null;
2337
2337
  behaviorSegmentCodes: string[];
2338
2338
  profileSegmentCodes: string[];
2339
2339
  }[];
@@ -2922,15 +2922,15 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
2922
2922
  subject: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2923
2923
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2924
2924
  targetFilters: z.ZodArray<z.ZodObject<{
2925
- id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2925
+ id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
2926
2926
  behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
2927
2927
  profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
2928
2928
  }, "strip", z.ZodTypeAny, {
2929
- id: string | null;
2929
+ id: number | null;
2930
2930
  behaviorSegmentCodes: string[];
2931
2931
  profileSegmentCodes: string[];
2932
2932
  }, {
2933
- id: string | null;
2933
+ id: number | null;
2934
2934
  behaviorSegmentCodes: string[];
2935
2935
  profileSegmentCodes: string[];
2936
2936
  }>, "many">;
@@ -3036,7 +3036,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
3036
3036
  subject: string | null;
3037
3037
  preHeaderText: string | null;
3038
3038
  targetFilters: {
3039
- id: string | null;
3039
+ id: number | null;
3040
3040
  behaviorSegmentCodes: string[];
3041
3041
  profileSegmentCodes: string[];
3042
3042
  }[];
@@ -3072,7 +3072,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
3072
3072
  subject: string | null;
3073
3073
  preHeaderText: string | null;
3074
3074
  targetFilters: {
3075
- id: string | null;
3075
+ id: number | null;
3076
3076
  behaviorSegmentCodes: string[];
3077
3077
  profileSegmentCodes: string[];
3078
3078
  }[];
@@ -3112,7 +3112,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
3112
3112
  subject: string | null;
3113
3113
  preHeaderText: string | null;
3114
3114
  targetFilters: {
3115
- id: string | null;
3115
+ id: number | null;
3116
3116
  behaviorSegmentCodes: string[];
3117
3117
  profileSegmentCodes: string[];
3118
3118
  }[];
@@ -3153,7 +3153,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
3153
3153
  subject: string | null;
3154
3154
  preHeaderText: string | null;
3155
3155
  targetFilters: {
3156
- id: string | null;
3156
+ id: number | null;
3157
3157
  behaviorSegmentCodes: string[];
3158
3158
  profileSegmentCodes: string[];
3159
3159
  }[];
@@ -3196,7 +3196,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
3196
3196
  subject: string | null;
3197
3197
  preHeaderText: string | null;
3198
3198
  targetFilters: {
3199
- id: string | null;
3199
+ id: number | null;
3200
3200
  behaviorSegmentCodes: string[];
3201
3201
  profileSegmentCodes: string[];
3202
3202
  }[];
@@ -3256,7 +3256,7 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
3256
3256
  subject: string | null;
3257
3257
  preHeaderText: string | null;
3258
3258
  targetFilters: {
3259
- id: string | null;
3259
+ id: number | null;
3260
3260
  behaviorSegmentCodes: string[];
3261
3261
  profileSegmentCodes: string[];
3262
3262
  }[];
@@ -109,7 +109,7 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
109
109
  tagUrl: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
110
110
  });
111
111
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
112
- id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
112
+ id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
113
113
  behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
114
114
  profileSegmentCodes: import_zod.z.array(import_zod.z.string())
115
115
  });
@@ -46,7 +46,7 @@ import {
46
46
  Segment,
47
47
  TargetFilterSegments,
48
48
  UploadImageFormData
49
- } from "./chunk-TZ2LCTNZ.mjs";
49
+ } from "./chunk-CINSTR5B.mjs";
50
50
  export {
51
51
  Campaign,
52
52
  CampaignBaseFormData,
@@ -69,7 +69,7 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
69
69
  tagUrl: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
70
70
  });
71
71
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
72
- id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
72
+ id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
73
73
  behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
74
74
  profileSegmentCodes: import_zod.z.array(import_zod.z.string())
75
75
  });
@@ -3,8 +3,8 @@ import {
3
3
  buildCampaignsPostFetcher,
4
4
  getCampaigns,
5
5
  postCampaigns
6
- } from "../chunk-XYO4IAVD.mjs";
7
- import "../chunk-TZ2LCTNZ.mjs";
6
+ } from "../chunk-AAQNXWMN.mjs";
7
+ import "../chunk-CINSTR5B.mjs";
8
8
  export {
9
9
  buildCampaignsGetFetcher,
10
10
  buildCampaignsPostFetcher,
@@ -71,7 +71,7 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
71
71
  tagUrl: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
72
72
  });
73
73
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
74
- id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
74
+ id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
75
75
  behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
76
76
  profileSegmentCodes: import_zod.z.array(import_zod.z.string())
77
77
  });
@@ -5,8 +5,8 @@ import {
5
5
  deleteCampaignsId,
6
6
  getCampaignsId,
7
7
  patchCampaignsId
8
- } from "../chunk-KUECBR2H.mjs";
9
- import "../chunk-TZ2LCTNZ.mjs";
8
+ } from "../chunk-VLQBROWU.mjs";
9
+ import "../chunk-CINSTR5B.mjs";
10
10
  export {
11
11
  buildCampaignsIdDeleteFetcher,
12
12
  buildCampaignsIdGetFetcher,
@@ -67,7 +67,7 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
67
67
  tagUrl: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
68
68
  });
69
69
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
70
- id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
70
+ id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
71
71
  behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
72
72
  profileSegmentCodes: import_zod.z.array(import_zod.z.string())
73
73
  });
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  buildProjectsProjectIdOrKeywordGetFetcher,
3
3
  getProjectsProjectIdOrKeyword
4
- } from "../chunk-NV6Y3ABY.mjs";
5
- import "../chunk-TZ2LCTNZ.mjs";
4
+ } from "../chunk-5SUPDDXU.mjs";
5
+ import "../chunk-CINSTR5B.mjs";
6
6
  export {
7
7
  buildProjectsProjectIdOrKeywordGetFetcher,
8
8
  getProjectsProjectIdOrKeyword
@@ -67,7 +67,7 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
67
67
  tagUrl: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
68
68
  });
69
69
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
70
- id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
70
+ id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
71
71
  behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
72
72
  profileSegmentCodes: import_zod.z.array(import_zod.z.string())
73
73
  });
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  buildSegmentsBehaviorSegmentsGetFetcher,
3
3
  getSegmentsBehaviorSegments
4
- } from "../chunk-RLWAQPFL.mjs";
5
- import "../chunk-TZ2LCTNZ.mjs";
4
+ } from "../chunk-ZFV6PATD.mjs";
5
+ import "../chunk-CINSTR5B.mjs";
6
6
  export {
7
7
  buildSegmentsBehaviorSegmentsGetFetcher,
8
8
  getSegmentsBehaviorSegments
@@ -67,7 +67,7 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
67
67
  tagUrl: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
68
68
  });
69
69
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
70
- id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
70
+ id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
71
71
  behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
72
72
  profileSegmentCodes: import_zod.z.array(import_zod.z.string())
73
73
  });
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  buildSegmentsProfileSegmentsGetFetcher,
3
3
  getSegmentsProfileSegments
4
- } from "../chunk-BGQX2FSF.mjs";
5
- import "../chunk-TZ2LCTNZ.mjs";
4
+ } from "../chunk-GHEQM56U.mjs";
5
+ import "../chunk-CINSTR5B.mjs";
6
6
  export {
7
7
  buildSegmentsProfileSegmentsGetFetcher,
8
8
  getSegmentsProfileSegments
@@ -67,7 +67,7 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
67
67
  tagUrl: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
68
68
  });
69
69
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
70
- id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
70
+ id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
71
71
  behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
72
72
  profileSegmentCodes: import_zod.z.array(import_zod.z.string())
73
73
  });
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  buildSegmentsTargetUsersCountGetFetcher,
3
3
  getSegmentsTargetUsersCount
4
- } from "../chunk-5XX5BVUJ.mjs";
5
- import "../chunk-TZ2LCTNZ.mjs";
4
+ } from "../chunk-SRDCHGJV.mjs";
5
+ import "../chunk-CINSTR5B.mjs";
6
6
  export {
7
7
  buildSegmentsTargetUsersCountGetFetcher,
8
8
  getSegmentsTargetUsersCount
@@ -99,7 +99,7 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
99
99
  tagUrl: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
100
100
  });
101
101
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
102
- id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
102
+ id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
103
103
  behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
104
104
  profileSegmentCodes: import_zod.z.array(import_zod.z.string())
105
105
  });
@@ -2,41 +2,41 @@ import {
2
2
  useSegmentsTargetUsersCount,
3
3
  useSegmentsTargetUsersCountImmutable,
4
4
  useSegmentsTargetUsersCountInfinite
5
- } from "../chunk-NHMORT4X.mjs";
5
+ } from "../chunk-J4Z7MPZ3.mjs";
6
6
  import {
7
7
  useCampaigns,
8
8
  useCampaignsImmutable,
9
9
  useCampaignsInfinite
10
- } from "../chunk-3V2VKQOR.mjs";
10
+ } from "../chunk-WRC7MNAQ.mjs";
11
11
  import {
12
12
  useCampaignsId,
13
13
  useCampaignsIdImmutable,
14
14
  useCampaignsIdInfinite
15
- } from "../chunk-J7CEPY5S.mjs";
15
+ } from "../chunk-7TVBFSFM.mjs";
16
16
  import {
17
17
  useProjectsProjectIdOrKeyword,
18
18
  useProjectsProjectIdOrKeywordImmutable,
19
19
  useProjectsProjectIdOrKeywordInfinite
20
- } from "../chunk-ND6Q3HOY.mjs";
20
+ } from "../chunk-XDAPMPWH.mjs";
21
21
  import {
22
22
  useSegmentsBehaviorSegments,
23
23
  useSegmentsBehaviorSegmentsImmutable,
24
24
  useSegmentsBehaviorSegmentsInfinite
25
- } from "../chunk-QMCDDYSF.mjs";
25
+ } from "../chunk-RWRQO3SL.mjs";
26
26
  import {
27
27
  useSegmentsProfileSegments,
28
28
  useSegmentsProfileSegmentsImmutable,
29
29
  useSegmentsProfileSegmentsInfinite
30
- } from "../chunk-MJTBGQEU.mjs";
30
+ } from "../chunk-TAPXHCEB.mjs";
31
31
  import "../chunk-CEHYORRT.mjs";
32
- import "../chunk-BGQX2FSF.mjs";
33
- import "../chunk-5XX5BVUJ.mjs";
34
- import "../chunk-XYO4IAVD.mjs";
35
- import "../chunk-KUECBR2H.mjs";
32
+ import "../chunk-GHEQM56U.mjs";
33
+ import "../chunk-SRDCHGJV.mjs";
34
+ import "../chunk-AAQNXWMN.mjs";
35
+ import "../chunk-VLQBROWU.mjs";
36
36
  import "../chunk-YV4XRZY2.mjs";
37
- import "../chunk-NV6Y3ABY.mjs";
38
- import "../chunk-RLWAQPFL.mjs";
39
- import "../chunk-TZ2LCTNZ.mjs";
37
+ import "../chunk-5SUPDDXU.mjs";
38
+ import "../chunk-ZFV6PATD.mjs";
39
+ import "../chunk-CINSTR5B.mjs";
40
40
  export {
41
41
  useCampaigns,
42
42
  useCampaignsId,
@@ -82,7 +82,7 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
82
82
  tagUrl: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
83
83
  });
84
84
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
85
- id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
85
+ id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
86
86
  behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
87
87
  profileSegmentCodes: import_zod.z.array(import_zod.z.string())
88
88
  });
@@ -2,16 +2,16 @@ import {
2
2
  useCampaigns,
3
3
  useCampaignsImmutable,
4
4
  useCampaignsInfinite
5
- } from "../chunk-3V2VKQOR.mjs";
5
+ } from "../chunk-WRC7MNAQ.mjs";
6
6
  import "../chunk-CEHYORRT.mjs";
7
- import "../chunk-BGQX2FSF.mjs";
8
- import "../chunk-5XX5BVUJ.mjs";
9
- import "../chunk-XYO4IAVD.mjs";
10
- import "../chunk-KUECBR2H.mjs";
7
+ import "../chunk-GHEQM56U.mjs";
8
+ import "../chunk-SRDCHGJV.mjs";
9
+ import "../chunk-AAQNXWMN.mjs";
10
+ import "../chunk-VLQBROWU.mjs";
11
11
  import "../chunk-YV4XRZY2.mjs";
12
- import "../chunk-NV6Y3ABY.mjs";
13
- import "../chunk-RLWAQPFL.mjs";
14
- import "../chunk-TZ2LCTNZ.mjs";
12
+ import "../chunk-5SUPDDXU.mjs";
13
+ import "../chunk-ZFV6PATD.mjs";
14
+ import "../chunk-CINSTR5B.mjs";
15
15
  export {
16
16
  useCampaigns,
17
17
  useCampaignsImmutable,
@@ -82,7 +82,7 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
82
82
  tagUrl: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
83
83
  });
84
84
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
85
- id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
85
+ id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
86
86
  behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
87
87
  profileSegmentCodes: import_zod.z.array(import_zod.z.string())
88
88
  });
@@ -2,16 +2,16 @@ import {
2
2
  useCampaignsId,
3
3
  useCampaignsIdImmutable,
4
4
  useCampaignsIdInfinite
5
- } from "../chunk-J7CEPY5S.mjs";
5
+ } from "../chunk-7TVBFSFM.mjs";
6
6
  import "../chunk-CEHYORRT.mjs";
7
- import "../chunk-BGQX2FSF.mjs";
8
- import "../chunk-5XX5BVUJ.mjs";
9
- import "../chunk-XYO4IAVD.mjs";
10
- import "../chunk-KUECBR2H.mjs";
7
+ import "../chunk-GHEQM56U.mjs";
8
+ import "../chunk-SRDCHGJV.mjs";
9
+ import "../chunk-AAQNXWMN.mjs";
10
+ import "../chunk-VLQBROWU.mjs";
11
11
  import "../chunk-YV4XRZY2.mjs";
12
- import "../chunk-NV6Y3ABY.mjs";
13
- import "../chunk-RLWAQPFL.mjs";
14
- import "../chunk-TZ2LCTNZ.mjs";
12
+ import "../chunk-5SUPDDXU.mjs";
13
+ import "../chunk-ZFV6PATD.mjs";
14
+ import "../chunk-CINSTR5B.mjs";
15
15
  export {
16
16
  useCampaignsId,
17
17
  useCampaignsIdImmutable,
@@ -82,7 +82,7 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
82
82
  tagUrl: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
83
83
  });
84
84
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
85
- id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
85
+ id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
86
86
  behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
87
87
  profileSegmentCodes: import_zod.z.array(import_zod.z.string())
88
88
  });
@@ -2,16 +2,16 @@ import {
2
2
  useProjectsProjectIdOrKeyword,
3
3
  useProjectsProjectIdOrKeywordImmutable,
4
4
  useProjectsProjectIdOrKeywordInfinite
5
- } from "../chunk-ND6Q3HOY.mjs";
5
+ } from "../chunk-XDAPMPWH.mjs";
6
6
  import "../chunk-CEHYORRT.mjs";
7
- import "../chunk-BGQX2FSF.mjs";
8
- import "../chunk-5XX5BVUJ.mjs";
9
- import "../chunk-XYO4IAVD.mjs";
10
- import "../chunk-KUECBR2H.mjs";
7
+ import "../chunk-GHEQM56U.mjs";
8
+ import "../chunk-SRDCHGJV.mjs";
9
+ import "../chunk-AAQNXWMN.mjs";
10
+ import "../chunk-VLQBROWU.mjs";
11
11
  import "../chunk-YV4XRZY2.mjs";
12
- import "../chunk-NV6Y3ABY.mjs";
13
- import "../chunk-RLWAQPFL.mjs";
14
- import "../chunk-TZ2LCTNZ.mjs";
12
+ import "../chunk-5SUPDDXU.mjs";
13
+ import "../chunk-ZFV6PATD.mjs";
14
+ import "../chunk-CINSTR5B.mjs";
15
15
  export {
16
16
  useProjectsProjectIdOrKeyword,
17
17
  useProjectsProjectIdOrKeywordImmutable,
@@ -82,7 +82,7 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
82
82
  tagUrl: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
83
83
  });
84
84
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
85
- id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
85
+ id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
86
86
  behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
87
87
  profileSegmentCodes: import_zod.z.array(import_zod.z.string())
88
88
  });
@@ -2,16 +2,16 @@ import {
2
2
  useSegmentsBehaviorSegments,
3
3
  useSegmentsBehaviorSegmentsImmutable,
4
4
  useSegmentsBehaviorSegmentsInfinite
5
- } from "../chunk-QMCDDYSF.mjs";
5
+ } from "../chunk-RWRQO3SL.mjs";
6
6
  import "../chunk-CEHYORRT.mjs";
7
- import "../chunk-BGQX2FSF.mjs";
8
- import "../chunk-5XX5BVUJ.mjs";
9
- import "../chunk-XYO4IAVD.mjs";
10
- import "../chunk-KUECBR2H.mjs";
7
+ import "../chunk-GHEQM56U.mjs";
8
+ import "../chunk-SRDCHGJV.mjs";
9
+ import "../chunk-AAQNXWMN.mjs";
10
+ import "../chunk-VLQBROWU.mjs";
11
11
  import "../chunk-YV4XRZY2.mjs";
12
- import "../chunk-NV6Y3ABY.mjs";
13
- import "../chunk-RLWAQPFL.mjs";
14
- import "../chunk-TZ2LCTNZ.mjs";
12
+ import "../chunk-5SUPDDXU.mjs";
13
+ import "../chunk-ZFV6PATD.mjs";
14
+ import "../chunk-CINSTR5B.mjs";
15
15
  export {
16
16
  useSegmentsBehaviorSegments,
17
17
  useSegmentsBehaviorSegmentsImmutable,