@readyfor/api-client-pigeon 0.198.0 → 0.199.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 (48) hide show
  1. package/dist/{chunk-XR2C4YOA.mjs → chunk-3V2VKQOR.mjs} +1 -1
  2. package/dist/{chunk-CJNNMDXQ.mjs → chunk-5XX5BVUJ.mjs} +1 -1
  3. package/dist/{chunk-ZLT3YYHD.mjs → chunk-BGQX2FSF.mjs} +1 -1
  4. package/dist/{chunk-BDMU3TOC.mjs → chunk-J7CEPY5S.mjs} +1 -1
  5. package/dist/{chunk-SFZK4F22.mjs → chunk-KUECBR2H.mjs} +1 -1
  6. package/dist/{chunk-GDSJJRPE.mjs → chunk-MJTBGQEU.mjs} +1 -1
  7. package/dist/{chunk-B3RFQUNV.mjs → chunk-ND6Q3HOY.mjs} +1 -1
  8. package/dist/{chunk-LG2FQDXX.mjs → chunk-NHMORT4X.mjs} +1 -1
  9. package/dist/{chunk-AEKEB3GG.mjs → chunk-NV6Y3ABY.mjs} +1 -1
  10. package/dist/{chunk-TZU4LWFB.mjs → chunk-QMCDDYSF.mjs} +1 -1
  11. package/dist/{chunk-6JZT2QGB.mjs → chunk-RLWAQPFL.mjs} +1 -1
  12. package/dist/{chunk-NHZWWK2Z.mjs → chunk-TZ2LCTNZ.mjs} +2 -2
  13. package/dist/{chunk-S2ECCFNT.mjs → chunk-XYO4IAVD.mjs} +1 -1
  14. package/dist/components.d.mts +76 -76
  15. package/dist/components.d.ts +76 -76
  16. package/dist/components.js +2 -2
  17. package/dist/components.mjs +1 -1
  18. package/dist/fetch/campaigns.js +2 -2
  19. package/dist/fetch/campaigns.mjs +2 -2
  20. package/dist/fetch/campaignsId.js +2 -2
  21. package/dist/fetch/campaignsId.mjs +2 -2
  22. package/dist/fetch/projectsProjectIdOrKeyword.js +2 -2
  23. package/dist/fetch/projectsProjectIdOrKeyword.mjs +2 -2
  24. package/dist/fetch/segmentsBehaviorSegments.js +2 -2
  25. package/dist/fetch/segmentsBehaviorSegments.mjs +2 -2
  26. package/dist/fetch/segmentsProfileSegments.js +2 -2
  27. package/dist/fetch/segmentsProfileSegments.mjs +2 -2
  28. package/dist/fetch/segmentsTargetUsersCount.js +2 -2
  29. package/dist/fetch/segmentsTargetUsersCount.mjs +2 -2
  30. package/dist/hooks/index.js +2 -2
  31. package/dist/hooks/index.mjs +13 -13
  32. package/dist/hooks/useCampaigns.js +2 -2
  33. package/dist/hooks/useCampaigns.mjs +8 -8
  34. package/dist/hooks/useCampaignsId.js +2 -2
  35. package/dist/hooks/useCampaignsId.mjs +8 -8
  36. package/dist/hooks/useProjectsProjectIdOrKeyword.js +2 -2
  37. package/dist/hooks/useProjectsProjectIdOrKeyword.mjs +8 -8
  38. package/dist/hooks/useSegmentsBehaviorSegments.js +2 -2
  39. package/dist/hooks/useSegmentsBehaviorSegments.mjs +8 -8
  40. package/dist/hooks/useSegmentsProfileSegments.js +2 -2
  41. package/dist/hooks/useSegmentsProfileSegments.mjs +8 -8
  42. package/dist/hooks/useSegmentsTargetUsersCount.js +2 -2
  43. package/dist/hooks/useSegmentsTargetUsersCount.mjs +8 -8
  44. package/dist/index.js +2 -2
  45. package/dist/index.mjs +7 -7
  46. package/dist/schemaType.d.mts +2 -2
  47. package/dist/schemaType.d.ts +2 -2
  48. package/package.json +3 -3
@@ -177,16 +177,16 @@ declare const CurationMailMagazineProjectFormData: z.ZodObject<{
177
177
  }>;
178
178
  declare const CurationMailMagazineTargetFilterFormData: z.ZodObject<{
179
179
  id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
180
- behaviorSgumentCodes: z.ZodArray<z.ZodString, "many">;
181
- profileSgumentCodes: z.ZodArray<z.ZodString, "many">;
180
+ behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
181
+ profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
182
182
  }, "strip", z.ZodTypeAny, {
183
183
  id: string | null;
184
- behaviorSgumentCodes: string[];
185
- profileSgumentCodes: string[];
184
+ behaviorSegmentCodes: string[];
185
+ profileSegmentCodes: string[];
186
186
  }, {
187
187
  id: string | null;
188
- behaviorSgumentCodes: string[];
189
- profileSgumentCodes: string[];
188
+ behaviorSegmentCodes: string[];
189
+ profileSegmentCodes: string[];
190
190
  }>;
191
191
  declare const PersonalizedMailMagazineTargetCsvFormData: z.ZodUnion<[z.ZodObject<{
192
192
  kind: z.ZodLiteral<"deleteTargetCsv">;
@@ -301,16 +301,16 @@ declare const CurationMailMagazineFormData: z.ZodObject<{
301
301
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
302
302
  targetFilters: z.ZodArray<z.ZodObject<{
303
303
  id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
304
- behaviorSgumentCodes: z.ZodArray<z.ZodString, "many">;
305
- profileSgumentCodes: z.ZodArray<z.ZodString, "many">;
304
+ behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
305
+ profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
306
306
  }, "strip", z.ZodTypeAny, {
307
307
  id: string | null;
308
- behaviorSgumentCodes: string[];
309
- profileSgumentCodes: string[];
308
+ behaviorSegmentCodes: string[];
309
+ profileSegmentCodes: string[];
310
310
  }, {
311
311
  id: string | null;
312
- behaviorSgumentCodes: string[];
313
- profileSgumentCodes: string[];
312
+ behaviorSegmentCodes: string[];
313
+ profileSegmentCodes: string[];
314
314
  }>, "many">;
315
315
  projects: z.ZodArray<z.ZodObject<{
316
316
  id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
@@ -415,8 +415,8 @@ declare const CurationMailMagazineFormData: z.ZodObject<{
415
415
  preHeaderText: string | null;
416
416
  targetFilters: {
417
417
  id: string | null;
418
- behaviorSgumentCodes: string[];
419
- profileSgumentCodes: string[];
418
+ behaviorSegmentCodes: string[];
419
+ profileSegmentCodes: string[];
420
420
  }[];
421
421
  projects: {
422
422
  id: number | null;
@@ -451,8 +451,8 @@ declare const CurationMailMagazineFormData: z.ZodObject<{
451
451
  preHeaderText: string | null;
452
452
  targetFilters: {
453
453
  id: string | null;
454
- behaviorSgumentCodes: string[];
455
- profileSgumentCodes: string[];
454
+ behaviorSegmentCodes: string[];
455
+ profileSegmentCodes: string[];
456
456
  }[];
457
457
  projects: {
458
458
  id: number | null;
@@ -702,16 +702,16 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
702
702
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
703
703
  targetFilters: z.ZodArray<z.ZodObject<{
704
704
  id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
705
- behaviorSgumentCodes: z.ZodArray<z.ZodString, "many">;
706
- profileSgumentCodes: z.ZodArray<z.ZodString, "many">;
705
+ behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
706
+ profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
707
707
  }, "strip", z.ZodTypeAny, {
708
708
  id: string | null;
709
- behaviorSgumentCodes: string[];
710
- profileSgumentCodes: string[];
709
+ behaviorSegmentCodes: string[];
710
+ profileSegmentCodes: string[];
711
711
  }, {
712
712
  id: string | null;
713
- behaviorSgumentCodes: string[];
714
- profileSgumentCodes: string[];
713
+ behaviorSegmentCodes: string[];
714
+ profileSegmentCodes: string[];
715
715
  }>, "many">;
716
716
  projects: z.ZodArray<z.ZodObject<{
717
717
  id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
@@ -816,8 +816,8 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
816
816
  preHeaderText: string | null;
817
817
  targetFilters: {
818
818
  id: string | null;
819
- behaviorSgumentCodes: string[];
820
- profileSgumentCodes: string[];
819
+ behaviorSegmentCodes: string[];
820
+ profileSegmentCodes: string[];
821
821
  }[];
822
822
  projects: {
823
823
  id: number | null;
@@ -852,8 +852,8 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
852
852
  preHeaderText: string | null;
853
853
  targetFilters: {
854
854
  id: string | null;
855
- behaviorSgumentCodes: string[];
856
- profileSgumentCodes: string[];
855
+ behaviorSegmentCodes: string[];
856
+ profileSegmentCodes: string[];
857
857
  }[];
858
858
  projects: {
859
859
  id: number | null;
@@ -891,8 +891,8 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
891
891
  preHeaderText: string | null;
892
892
  targetFilters: {
893
893
  id: string | null;
894
- behaviorSgumentCodes: string[];
895
- profileSgumentCodes: string[];
894
+ behaviorSegmentCodes: string[];
895
+ profileSegmentCodes: string[];
896
896
  }[];
897
897
  projects: {
898
898
  id: number | null;
@@ -930,8 +930,8 @@ declare const CampaignKindDataCurationMailMagazineFormData: z.ZodObject<{
930
930
  preHeaderText: string | null;
931
931
  targetFilters: {
932
932
  id: string | null;
933
- behaviorSgumentCodes: string[];
934
- profileSgumentCodes: string[];
933
+ behaviorSegmentCodes: string[];
934
+ profileSegmentCodes: string[];
935
935
  }[];
936
936
  projects: {
937
937
  id: number | null;
@@ -1329,16 +1329,16 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
1329
1329
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1330
1330
  targetFilters: z.ZodArray<z.ZodObject<{
1331
1331
  id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
1332
- behaviorSgumentCodes: z.ZodArray<z.ZodString, "many">;
1333
- profileSgumentCodes: z.ZodArray<z.ZodString, "many">;
1332
+ behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
1333
+ profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
1334
1334
  }, "strip", z.ZodTypeAny, {
1335
1335
  id: string | null;
1336
- behaviorSgumentCodes: string[];
1337
- profileSgumentCodes: string[];
1336
+ behaviorSegmentCodes: string[];
1337
+ profileSegmentCodes: string[];
1338
1338
  }, {
1339
1339
  id: string | null;
1340
- behaviorSgumentCodes: string[];
1341
- profileSgumentCodes: string[];
1340
+ behaviorSegmentCodes: string[];
1341
+ profileSegmentCodes: string[];
1342
1342
  }>, "many">;
1343
1343
  projects: z.ZodArray<z.ZodObject<{
1344
1344
  id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
@@ -1443,8 +1443,8 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
1443
1443
  preHeaderText: string | null;
1444
1444
  targetFilters: {
1445
1445
  id: string | null;
1446
- behaviorSgumentCodes: string[];
1447
- profileSgumentCodes: string[];
1446
+ behaviorSegmentCodes: string[];
1447
+ profileSegmentCodes: string[];
1448
1448
  }[];
1449
1449
  projects: {
1450
1450
  id: number | null;
@@ -1479,8 +1479,8 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
1479
1479
  preHeaderText: string | null;
1480
1480
  targetFilters: {
1481
1481
  id: string | null;
1482
- behaviorSgumentCodes: string[];
1483
- profileSgumentCodes: string[];
1482
+ behaviorSegmentCodes: string[];
1483
+ profileSegmentCodes: string[];
1484
1484
  }[];
1485
1485
  projects: {
1486
1486
  id: number | null;
@@ -1519,8 +1519,8 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
1519
1519
  preHeaderText: string | null;
1520
1520
  targetFilters: {
1521
1521
  id: string | null;
1522
- behaviorSgumentCodes: string[];
1523
- profileSgumentCodes: string[];
1522
+ behaviorSegmentCodes: string[];
1523
+ profileSegmentCodes: string[];
1524
1524
  }[];
1525
1525
  projects: {
1526
1526
  id: number | null;
@@ -1560,8 +1560,8 @@ declare const CampaignWithCurationMailMagazineFormData: z.ZodObject<z.objectUtil
1560
1560
  preHeaderText: string | null;
1561
1561
  targetFilters: {
1562
1562
  id: string | null;
1563
- behaviorSgumentCodes: string[];
1564
- profileSgumentCodes: string[];
1563
+ behaviorSegmentCodes: string[];
1564
+ profileSegmentCodes: string[];
1565
1565
  }[];
1566
1566
  projects: {
1567
1567
  id: number | null;
@@ -2103,16 +2103,16 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
2103
2103
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2104
2104
  targetFilters: z.ZodArray<z.ZodObject<{
2105
2105
  id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2106
- behaviorSgumentCodes: z.ZodArray<z.ZodString, "many">;
2107
- profileSgumentCodes: z.ZodArray<z.ZodString, "many">;
2106
+ behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
2107
+ profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
2108
2108
  }, "strip", z.ZodTypeAny, {
2109
2109
  id: string | null;
2110
- behaviorSgumentCodes: string[];
2111
- profileSgumentCodes: string[];
2110
+ behaviorSegmentCodes: string[];
2111
+ profileSegmentCodes: string[];
2112
2112
  }, {
2113
2113
  id: string | null;
2114
- behaviorSgumentCodes: string[];
2115
- profileSgumentCodes: string[];
2114
+ behaviorSegmentCodes: string[];
2115
+ profileSegmentCodes: string[];
2116
2116
  }>, "many">;
2117
2117
  projects: z.ZodArray<z.ZodObject<{
2118
2118
  id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
@@ -2217,8 +2217,8 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
2217
2217
  preHeaderText: string | null;
2218
2218
  targetFilters: {
2219
2219
  id: string | null;
2220
- behaviorSgumentCodes: string[];
2221
- profileSgumentCodes: string[];
2220
+ behaviorSegmentCodes: string[];
2221
+ profileSegmentCodes: string[];
2222
2222
  }[];
2223
2223
  projects: {
2224
2224
  id: number | null;
@@ -2253,8 +2253,8 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
2253
2253
  preHeaderText: string | null;
2254
2254
  targetFilters: {
2255
2255
  id: string | null;
2256
- behaviorSgumentCodes: string[];
2257
- profileSgumentCodes: string[];
2256
+ behaviorSegmentCodes: string[];
2257
+ profileSegmentCodes: string[];
2258
2258
  }[];
2259
2259
  projects: {
2260
2260
  id: number | null;
@@ -2293,8 +2293,8 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
2293
2293
  preHeaderText: string | null;
2294
2294
  targetFilters: {
2295
2295
  id: string | null;
2296
- behaviorSgumentCodes: string[];
2297
- profileSgumentCodes: string[];
2296
+ behaviorSegmentCodes: string[];
2297
+ profileSegmentCodes: string[];
2298
2298
  }[];
2299
2299
  projects: {
2300
2300
  id: number | null;
@@ -2334,8 +2334,8 @@ declare const CampaignFormData: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
2334
2334
  preHeaderText: string | null;
2335
2335
  targetFilters: {
2336
2336
  id: string | null;
2337
- behaviorSgumentCodes: string[];
2338
- profileSgumentCodes: string[];
2337
+ behaviorSegmentCodes: string[];
2338
+ profileSegmentCodes: string[];
2339
2339
  }[];
2340
2340
  projects: {
2341
2341
  id: number | null;
@@ -2923,16 +2923,16 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
2923
2923
  preHeaderText: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2924
2924
  targetFilters: z.ZodArray<z.ZodObject<{
2925
2925
  id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
2926
- behaviorSgumentCodes: z.ZodArray<z.ZodString, "many">;
2927
- profileSgumentCodes: z.ZodArray<z.ZodString, "many">;
2926
+ behaviorSegmentCodes: z.ZodArray<z.ZodString, "many">;
2927
+ profileSegmentCodes: z.ZodArray<z.ZodString, "many">;
2928
2928
  }, "strip", z.ZodTypeAny, {
2929
2929
  id: string | null;
2930
- behaviorSgumentCodes: string[];
2931
- profileSgumentCodes: string[];
2930
+ behaviorSegmentCodes: string[];
2931
+ profileSegmentCodes: string[];
2932
2932
  }, {
2933
2933
  id: string | null;
2934
- behaviorSgumentCodes: string[];
2935
- profileSgumentCodes: string[];
2934
+ behaviorSegmentCodes: string[];
2935
+ profileSegmentCodes: string[];
2936
2936
  }>, "many">;
2937
2937
  projects: z.ZodArray<z.ZodObject<{
2938
2938
  id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
@@ -3037,8 +3037,8 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
3037
3037
  preHeaderText: string | null;
3038
3038
  targetFilters: {
3039
3039
  id: string | null;
3040
- behaviorSgumentCodes: string[];
3041
- profileSgumentCodes: string[];
3040
+ behaviorSegmentCodes: string[];
3041
+ profileSegmentCodes: string[];
3042
3042
  }[];
3043
3043
  projects: {
3044
3044
  id: number | null;
@@ -3073,8 +3073,8 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
3073
3073
  preHeaderText: string | null;
3074
3074
  targetFilters: {
3075
3075
  id: string | null;
3076
- behaviorSgumentCodes: string[];
3077
- profileSgumentCodes: string[];
3076
+ behaviorSegmentCodes: string[];
3077
+ profileSegmentCodes: string[];
3078
3078
  }[];
3079
3079
  projects: {
3080
3080
  id: number | null;
@@ -3113,8 +3113,8 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
3113
3113
  preHeaderText: string | null;
3114
3114
  targetFilters: {
3115
3115
  id: string | null;
3116
- behaviorSgumentCodes: string[];
3117
- profileSgumentCodes: string[];
3116
+ behaviorSegmentCodes: string[];
3117
+ profileSegmentCodes: string[];
3118
3118
  }[];
3119
3119
  projects: {
3120
3120
  id: number | null;
@@ -3154,8 +3154,8 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
3154
3154
  preHeaderText: string | null;
3155
3155
  targetFilters: {
3156
3156
  id: string | null;
3157
- behaviorSgumentCodes: string[];
3158
- profileSgumentCodes: string[];
3157
+ behaviorSegmentCodes: string[];
3158
+ profileSegmentCodes: string[];
3159
3159
  }[];
3160
3160
  projects: {
3161
3161
  id: number | null;
@@ -3197,8 +3197,8 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
3197
3197
  preHeaderText: string | null;
3198
3198
  targetFilters: {
3199
3199
  id: string | null;
3200
- behaviorSgumentCodes: string[];
3201
- profileSgumentCodes: string[];
3200
+ behaviorSegmentCodes: string[];
3201
+ profileSegmentCodes: string[];
3202
3202
  }[];
3203
3203
  projects: {
3204
3204
  id: number | null;
@@ -3257,8 +3257,8 @@ declare const PatchCampaignsCampaignIdRequestBody: z.ZodObject<{
3257
3257
  preHeaderText: string | null;
3258
3258
  targetFilters: {
3259
3259
  id: string | null;
3260
- behaviorSgumentCodes: string[];
3261
- profileSgumentCodes: string[];
3260
+ behaviorSegmentCodes: string[];
3261
+ profileSegmentCodes: string[];
3262
3262
  }[];
3263
3263
  projects: {
3264
3264
  id: number | null;
@@ -110,8 +110,8 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
110
110
  });
111
111
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
112
112
  id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
113
- behaviorSgumentCodes: import_zod.z.array(import_zod.z.string()),
114
- profileSgumentCodes: import_zod.z.array(import_zod.z.string())
113
+ behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
114
+ profileSegmentCodes: import_zod.z.array(import_zod.z.string())
115
115
  });
116
116
  var PersonalizedMailMagazineTargetCsvFormData = import_zod.z.union([
117
117
  PersonalizedMailMagazineTargetDeleteCsvFormData,
@@ -46,7 +46,7 @@ import {
46
46
  Segment,
47
47
  TargetFilterSegments,
48
48
  UploadImageFormData
49
- } from "./chunk-NHZWWK2Z.mjs";
49
+ } from "./chunk-TZ2LCTNZ.mjs";
50
50
  export {
51
51
  Campaign,
52
52
  CampaignBaseFormData,
@@ -70,8 +70,8 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
70
70
  });
71
71
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
72
72
  id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
73
- behaviorSgumentCodes: import_zod.z.array(import_zod.z.string()),
74
- profileSgumentCodes: import_zod.z.array(import_zod.z.string())
73
+ behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
74
+ profileSegmentCodes: import_zod.z.array(import_zod.z.string())
75
75
  });
76
76
  var PersonalizedMailMagazineTargetCsvFormData = import_zod.z.union([
77
77
  PersonalizedMailMagazineTargetDeleteCsvFormData,
@@ -3,8 +3,8 @@ import {
3
3
  buildCampaignsPostFetcher,
4
4
  getCampaigns,
5
5
  postCampaigns
6
- } from "../chunk-S2ECCFNT.mjs";
7
- import "../chunk-NHZWWK2Z.mjs";
6
+ } from "../chunk-XYO4IAVD.mjs";
7
+ import "../chunk-TZ2LCTNZ.mjs";
8
8
  export {
9
9
  buildCampaignsGetFetcher,
10
10
  buildCampaignsPostFetcher,
@@ -72,8 +72,8 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
72
72
  });
73
73
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
74
74
  id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
75
- behaviorSgumentCodes: import_zod.z.array(import_zod.z.string()),
76
- profileSgumentCodes: import_zod.z.array(import_zod.z.string())
75
+ behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
76
+ profileSegmentCodes: import_zod.z.array(import_zod.z.string())
77
77
  });
78
78
  var PersonalizedMailMagazineTargetCsvFormData = import_zod.z.union([
79
79
  PersonalizedMailMagazineTargetDeleteCsvFormData,
@@ -5,8 +5,8 @@ import {
5
5
  deleteCampaignsId,
6
6
  getCampaignsId,
7
7
  patchCampaignsId
8
- } from "../chunk-SFZK4F22.mjs";
9
- import "../chunk-NHZWWK2Z.mjs";
8
+ } from "../chunk-KUECBR2H.mjs";
9
+ import "../chunk-TZ2LCTNZ.mjs";
10
10
  export {
11
11
  buildCampaignsIdDeleteFetcher,
12
12
  buildCampaignsIdGetFetcher,
@@ -68,8 +68,8 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
68
68
  });
69
69
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
70
70
  id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
71
- behaviorSgumentCodes: import_zod.z.array(import_zod.z.string()),
72
- profileSgumentCodes: import_zod.z.array(import_zod.z.string())
71
+ behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
72
+ profileSegmentCodes: import_zod.z.array(import_zod.z.string())
73
73
  });
74
74
  var PersonalizedMailMagazineTargetCsvFormData = import_zod.z.union([
75
75
  PersonalizedMailMagazineTargetDeleteCsvFormData,
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  buildProjectsProjectIdOrKeywordGetFetcher,
3
3
  getProjectsProjectIdOrKeyword
4
- } from "../chunk-AEKEB3GG.mjs";
5
- import "../chunk-NHZWWK2Z.mjs";
4
+ } from "../chunk-NV6Y3ABY.mjs";
5
+ import "../chunk-TZ2LCTNZ.mjs";
6
6
  export {
7
7
  buildProjectsProjectIdOrKeywordGetFetcher,
8
8
  getProjectsProjectIdOrKeyword
@@ -68,8 +68,8 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
68
68
  });
69
69
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
70
70
  id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
71
- behaviorSgumentCodes: import_zod.z.array(import_zod.z.string()),
72
- profileSgumentCodes: import_zod.z.array(import_zod.z.string())
71
+ behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
72
+ profileSegmentCodes: import_zod.z.array(import_zod.z.string())
73
73
  });
74
74
  var PersonalizedMailMagazineTargetCsvFormData = import_zod.z.union([
75
75
  PersonalizedMailMagazineTargetDeleteCsvFormData,
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  buildSegmentsBehaviorSegmentsGetFetcher,
3
3
  getSegmentsBehaviorSegments
4
- } from "../chunk-6JZT2QGB.mjs";
5
- import "../chunk-NHZWWK2Z.mjs";
4
+ } from "../chunk-RLWAQPFL.mjs";
5
+ import "../chunk-TZ2LCTNZ.mjs";
6
6
  export {
7
7
  buildSegmentsBehaviorSegmentsGetFetcher,
8
8
  getSegmentsBehaviorSegments
@@ -68,8 +68,8 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
68
68
  });
69
69
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
70
70
  id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
71
- behaviorSgumentCodes: import_zod.z.array(import_zod.z.string()),
72
- profileSgumentCodes: import_zod.z.array(import_zod.z.string())
71
+ behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
72
+ profileSegmentCodes: import_zod.z.array(import_zod.z.string())
73
73
  });
74
74
  var PersonalizedMailMagazineTargetCsvFormData = import_zod.z.union([
75
75
  PersonalizedMailMagazineTargetDeleteCsvFormData,
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  buildSegmentsProfileSegmentsGetFetcher,
3
3
  getSegmentsProfileSegments
4
- } from "../chunk-ZLT3YYHD.mjs";
5
- import "../chunk-NHZWWK2Z.mjs";
4
+ } from "../chunk-BGQX2FSF.mjs";
5
+ import "../chunk-TZ2LCTNZ.mjs";
6
6
  export {
7
7
  buildSegmentsProfileSegmentsGetFetcher,
8
8
  getSegmentsProfileSegments
@@ -68,8 +68,8 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
68
68
  });
69
69
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
70
70
  id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
71
- behaviorSgumentCodes: import_zod.z.array(import_zod.z.string()),
72
- profileSgumentCodes: import_zod.z.array(import_zod.z.string())
71
+ behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
72
+ profileSegmentCodes: import_zod.z.array(import_zod.z.string())
73
73
  });
74
74
  var PersonalizedMailMagazineTargetCsvFormData = import_zod.z.union([
75
75
  PersonalizedMailMagazineTargetDeleteCsvFormData,
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  buildSegmentsTargetUsersCountGetFetcher,
3
3
  getSegmentsTargetUsersCount
4
- } from "../chunk-CJNNMDXQ.mjs";
5
- import "../chunk-NHZWWK2Z.mjs";
4
+ } from "../chunk-5XX5BVUJ.mjs";
5
+ import "../chunk-TZ2LCTNZ.mjs";
6
6
  export {
7
7
  buildSegmentsTargetUsersCountGetFetcher,
8
8
  getSegmentsTargetUsersCount
@@ -100,8 +100,8 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
100
100
  });
101
101
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
102
102
  id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
103
- behaviorSgumentCodes: import_zod.z.array(import_zod.z.string()),
104
- profileSgumentCodes: import_zod.z.array(import_zod.z.string())
103
+ behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
104
+ profileSegmentCodes: import_zod.z.array(import_zod.z.string())
105
105
  });
106
106
  var PersonalizedMailMagazineTargetCsvFormData = import_zod.z.union([
107
107
  PersonalizedMailMagazineTargetDeleteCsvFormData,
@@ -2,41 +2,41 @@ import {
2
2
  useSegmentsTargetUsersCount,
3
3
  useSegmentsTargetUsersCountImmutable,
4
4
  useSegmentsTargetUsersCountInfinite
5
- } from "../chunk-LG2FQDXX.mjs";
5
+ } from "../chunk-NHMORT4X.mjs";
6
6
  import {
7
7
  useCampaigns,
8
8
  useCampaignsImmutable,
9
9
  useCampaignsInfinite
10
- } from "../chunk-XR2C4YOA.mjs";
10
+ } from "../chunk-3V2VKQOR.mjs";
11
11
  import {
12
12
  useCampaignsId,
13
13
  useCampaignsIdImmutable,
14
14
  useCampaignsIdInfinite
15
- } from "../chunk-BDMU3TOC.mjs";
15
+ } from "../chunk-J7CEPY5S.mjs";
16
16
  import {
17
17
  useProjectsProjectIdOrKeyword,
18
18
  useProjectsProjectIdOrKeywordImmutable,
19
19
  useProjectsProjectIdOrKeywordInfinite
20
- } from "../chunk-B3RFQUNV.mjs";
20
+ } from "../chunk-ND6Q3HOY.mjs";
21
21
  import {
22
22
  useSegmentsBehaviorSegments,
23
23
  useSegmentsBehaviorSegmentsImmutable,
24
24
  useSegmentsBehaviorSegmentsInfinite
25
- } from "../chunk-TZU4LWFB.mjs";
25
+ } from "../chunk-QMCDDYSF.mjs";
26
26
  import {
27
27
  useSegmentsProfileSegments,
28
28
  useSegmentsProfileSegmentsImmutable,
29
29
  useSegmentsProfileSegmentsInfinite
30
- } from "../chunk-GDSJJRPE.mjs";
30
+ } from "../chunk-MJTBGQEU.mjs";
31
31
  import "../chunk-CEHYORRT.mjs";
32
- import "../chunk-ZLT3YYHD.mjs";
33
- import "../chunk-CJNNMDXQ.mjs";
34
- import "../chunk-S2ECCFNT.mjs";
35
- import "../chunk-SFZK4F22.mjs";
32
+ import "../chunk-BGQX2FSF.mjs";
33
+ import "../chunk-5XX5BVUJ.mjs";
34
+ import "../chunk-XYO4IAVD.mjs";
35
+ import "../chunk-KUECBR2H.mjs";
36
36
  import "../chunk-YV4XRZY2.mjs";
37
- import "../chunk-AEKEB3GG.mjs";
38
- import "../chunk-6JZT2QGB.mjs";
39
- import "../chunk-NHZWWK2Z.mjs";
37
+ import "../chunk-NV6Y3ABY.mjs";
38
+ import "../chunk-RLWAQPFL.mjs";
39
+ import "../chunk-TZ2LCTNZ.mjs";
40
40
  export {
41
41
  useCampaigns,
42
42
  useCampaignsId,
@@ -83,8 +83,8 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
83
83
  });
84
84
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
85
85
  id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
86
- behaviorSgumentCodes: import_zod.z.array(import_zod.z.string()),
87
- profileSgumentCodes: import_zod.z.array(import_zod.z.string())
86
+ behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
87
+ profileSegmentCodes: import_zod.z.array(import_zod.z.string())
88
88
  });
89
89
  var PersonalizedMailMagazineTargetCsvFormData = import_zod.z.union([
90
90
  PersonalizedMailMagazineTargetDeleteCsvFormData,
@@ -2,16 +2,16 @@ import {
2
2
  useCampaigns,
3
3
  useCampaignsImmutable,
4
4
  useCampaignsInfinite
5
- } from "../chunk-XR2C4YOA.mjs";
5
+ } from "../chunk-3V2VKQOR.mjs";
6
6
  import "../chunk-CEHYORRT.mjs";
7
- import "../chunk-ZLT3YYHD.mjs";
8
- import "../chunk-CJNNMDXQ.mjs";
9
- import "../chunk-S2ECCFNT.mjs";
10
- import "../chunk-SFZK4F22.mjs";
7
+ import "../chunk-BGQX2FSF.mjs";
8
+ import "../chunk-5XX5BVUJ.mjs";
9
+ import "../chunk-XYO4IAVD.mjs";
10
+ import "../chunk-KUECBR2H.mjs";
11
11
  import "../chunk-YV4XRZY2.mjs";
12
- import "../chunk-AEKEB3GG.mjs";
13
- import "../chunk-6JZT2QGB.mjs";
14
- import "../chunk-NHZWWK2Z.mjs";
12
+ import "../chunk-NV6Y3ABY.mjs";
13
+ import "../chunk-RLWAQPFL.mjs";
14
+ import "../chunk-TZ2LCTNZ.mjs";
15
15
  export {
16
16
  useCampaigns,
17
17
  useCampaignsImmutable,
@@ -83,8 +83,8 @@ var CurationMailMagazineProjectFormData = import_zod.z.object({
83
83
  });
84
84
  var CurationMailMagazineTargetFilterFormData = import_zod.z.object({
85
85
  id: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
86
- behaviorSgumentCodes: import_zod.z.array(import_zod.z.string()),
87
- profileSgumentCodes: import_zod.z.array(import_zod.z.string())
86
+ behaviorSegmentCodes: import_zod.z.array(import_zod.z.string()),
87
+ profileSegmentCodes: import_zod.z.array(import_zod.z.string())
88
88
  });
89
89
  var PersonalizedMailMagazineTargetCsvFormData = import_zod.z.union([
90
90
  PersonalizedMailMagazineTargetDeleteCsvFormData,