@readyfor/api-client-pigeon 0.186.1 → 0.187.0-pr967.5407288

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.
@@ -23,13 +23,13 @@ var PersonalizedMailMagazineTargetDeleteCsvFormData = z.object({
23
23
  });
24
24
  var CurationMailMagazineBannerFormData = z.object({
25
25
  id: z.union([z.number(), z.null()]),
26
- order: z.number(),
26
+ slotNumber: z.number(),
27
27
  image: z.union([ImageFormData, z.null()]),
28
28
  url: z.union([z.string(), z.null()])
29
29
  });
30
30
  var CurationMailMagazineProjectFormData = z.object({
31
31
  id: z.union([z.number(), z.null()]),
32
- order: z.number(),
32
+ slotNumber: z.number(),
33
33
  readyforProjectId: z.number(),
34
34
  isPaidSlot: z.boolean(),
35
35
  title: z.union([z.string(), z.null()]),
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  GetCampaignsResponse,
3
3
  PostCampaignsResponse
4
- } from "./chunk-JZJ7KYE5.mjs";
4
+ } from "./chunk-324IXKQ7.mjs";
5
5
 
6
6
  // src/fetch/campaigns.ts
7
7
  import {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  buildCampaignsGetFetcher
3
- } from "./chunk-ORKTO7TR.mjs";
3
+ } from "./chunk-IWONQAFN.mjs";
4
4
 
5
5
  // src/hooks/useCampaigns.ts
6
6
  import useSWRImmutable from "swr/immutable";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  buildProjectsProjectIdOrKeywordGetFetcher
3
- } from "./chunk-VKFFX2VH.mjs";
3
+ } from "./chunk-SWDMGLLG.mjs";
4
4
 
5
5
  // src/hooks/useProjectsProjectIdOrKeyword.ts
6
6
  import useSWRImmutable from "swr/immutable";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  CampaignsCampaignIdResponse
3
- } from "./chunk-JZJ7KYE5.mjs";
3
+ } from "./chunk-324IXKQ7.mjs";
4
4
 
5
5
  // src/fetch/campaignsId.ts
6
6
  import {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  GetProjectsProjectIdOrKeywordResponse
3
- } from "./chunk-JZJ7KYE5.mjs";
3
+ } from "./chunk-324IXKQ7.mjs";
4
4
 
5
5
  // src/fetch/projectsProjectIdOrKeyword.ts
6
6
  import {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  buildCampaignsIdGetFetcher
3
- } from "./chunk-63JYQ6LP.mjs";
3
+ } from "./chunk-OFV6CH56.mjs";
4
4
 
5
5
  // src/hooks/useCampaignsId.ts
6
6
  import useSWRImmutable from "swr/immutable";