@readyfor/api-client-pigeon 0.186.1 → 0.187.0-pr966.2a2ff0b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-JZJ7KYE5.mjs → chunk-324IXKQ7.mjs} +2 -2
- package/dist/{chunk-ORKTO7TR.mjs → chunk-IWONQAFN.mjs} +1 -1
- package/dist/{chunk-FRWLI2P2.mjs → chunk-JGIFSXIQ.mjs} +1 -1
- package/dist/{chunk-UVDRZ7A2.mjs → chunk-LXUPJN65.mjs} +1 -1
- package/dist/{chunk-63JYQ6LP.mjs → chunk-OFV6CH56.mjs} +1 -1
- package/dist/{chunk-VKFFX2VH.mjs → chunk-SWDMGLLG.mjs} +1 -1
- package/dist/{chunk-CHSZ3TFL.mjs → chunk-ZWYL7OFL.mjs} +1 -1
- package/dist/components.d.mts +140 -140
- package/dist/components.d.ts +140 -140
- package/dist/components.js +2 -2
- package/dist/components.mjs +1 -1
- package/dist/fetch/campaigns.js +2 -2
- package/dist/fetch/campaigns.mjs +2 -2
- package/dist/fetch/campaignsId.d.mts +8 -8
- package/dist/fetch/campaignsId.d.ts +8 -8
- package/dist/fetch/campaignsId.js +2 -2
- package/dist/fetch/campaignsId.mjs +2 -2
- package/dist/fetch/projectsProjectIdOrKeyword.js +2 -2
- package/dist/fetch/projectsProjectIdOrKeyword.mjs +2 -2
- package/dist/hooks/index.js +2 -2
- package/dist/hooks/index.mjs +7 -7
- package/dist/hooks/useCampaigns.js +2 -2
- package/dist/hooks/useCampaigns.mjs +5 -5
- package/dist/hooks/useCampaignsId.js +2 -2
- package/dist/hooks/useCampaignsId.mjs +5 -5
- package/dist/hooks/useProjectsProjectIdOrKeyword.js +2 -2
- package/dist/hooks/useProjectsProjectIdOrKeyword.mjs +5 -5
- package/dist/index.js +2 -2
- package/dist/index.mjs +4 -4
- package/dist/schemaType.d.mts +2 -2
- package/dist/schemaType.d.ts +2 -2
- package/package.json +10 -11
package/dist/components.js
CHANGED
|
@@ -88,13 +88,13 @@ var PersonalizedMailMagazineTargetDeleteCsvFormData = import_zod.z.object({
|
|
|
88
88
|
});
|
|
89
89
|
var CurationMailMagazineBannerFormData = import_zod.z.object({
|
|
90
90
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
91
|
-
|
|
91
|
+
slotNumber: import_zod.z.number(),
|
|
92
92
|
image: import_zod.z.union([ImageFormData, import_zod.z.null()]),
|
|
93
93
|
url: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
|
|
94
94
|
});
|
|
95
95
|
var CurationMailMagazineProjectFormData = import_zod.z.object({
|
|
96
96
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
97
|
-
|
|
97
|
+
slotNumber: import_zod.z.number(),
|
|
98
98
|
readyforProjectId: import_zod.z.number(),
|
|
99
99
|
isPaidSlot: import_zod.z.boolean(),
|
|
100
100
|
title: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
|
package/dist/components.mjs
CHANGED
package/dist/fetch/campaigns.js
CHANGED
|
@@ -53,13 +53,13 @@ var PersonalizedMailMagazineTargetDeleteCsvFormData = import_zod.z.object({
|
|
|
53
53
|
});
|
|
54
54
|
var CurationMailMagazineBannerFormData = import_zod.z.object({
|
|
55
55
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
56
|
-
|
|
56
|
+
slotNumber: import_zod.z.number(),
|
|
57
57
|
image: import_zod.z.union([ImageFormData, import_zod.z.null()]),
|
|
58
58
|
url: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
|
|
59
59
|
});
|
|
60
60
|
var CurationMailMagazineProjectFormData = import_zod.z.object({
|
|
61
61
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
62
|
-
|
|
62
|
+
slotNumber: import_zod.z.number(),
|
|
63
63
|
readyforProjectId: import_zod.z.number(),
|
|
64
64
|
isPaidSlot: import_zod.z.boolean(),
|
|
65
65
|
title: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
|
package/dist/fetch/campaigns.mjs
CHANGED
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
buildCampaignsPostFetcher,
|
|
4
4
|
getCampaigns,
|
|
5
5
|
postCampaigns
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
} from "../chunk-IWONQAFN.mjs";
|
|
7
|
+
import "../chunk-324IXKQ7.mjs";
|
|
8
8
|
export {
|
|
9
9
|
buildCampaignsGetFetcher,
|
|
10
10
|
buildCampaignsPostFetcher,
|
|
@@ -16,19 +16,19 @@ declare const buildCampaignsIdGetFetcher: (requestInit?: RequestInit) => (input:
|
|
|
16
16
|
}[];
|
|
17
17
|
projects: {
|
|
18
18
|
id: number;
|
|
19
|
+
slotNumber: number;
|
|
19
20
|
readyforProjectId: number;
|
|
20
21
|
isPaidSlot: boolean;
|
|
21
22
|
title: string | null;
|
|
22
23
|
description: string | null;
|
|
23
24
|
tag: string | null;
|
|
24
25
|
tagUrl: string | null;
|
|
25
|
-
slotNumber: number;
|
|
26
26
|
thumbnailUrl: string | null;
|
|
27
27
|
}[];
|
|
28
28
|
banners: {
|
|
29
29
|
id: number;
|
|
30
|
-
url: string | null;
|
|
31
30
|
slotNumber: number;
|
|
31
|
+
url: string | null;
|
|
32
32
|
imageUrl: string | null;
|
|
33
33
|
}[];
|
|
34
34
|
deliveredUsersCount: number | null;
|
|
@@ -71,19 +71,19 @@ declare const getCampaignsId: (path: CampaignsIdGetPath, requestInit?: RequestIn
|
|
|
71
71
|
}[];
|
|
72
72
|
projects: {
|
|
73
73
|
id: number;
|
|
74
|
+
slotNumber: number;
|
|
74
75
|
readyforProjectId: number;
|
|
75
76
|
isPaidSlot: boolean;
|
|
76
77
|
title: string | null;
|
|
77
78
|
description: string | null;
|
|
78
79
|
tag: string | null;
|
|
79
80
|
tagUrl: string | null;
|
|
80
|
-
slotNumber: number;
|
|
81
81
|
thumbnailUrl: string | null;
|
|
82
82
|
}[];
|
|
83
83
|
banners: {
|
|
84
84
|
id: number;
|
|
85
|
-
url: string | null;
|
|
86
85
|
slotNumber: number;
|
|
86
|
+
url: string | null;
|
|
87
87
|
imageUrl: string | null;
|
|
88
88
|
}[];
|
|
89
89
|
deliveredUsersCount: number | null;
|
|
@@ -131,19 +131,19 @@ declare const buildCampaignsIdPatchFetcher: (requestInit?: RequestInit) => (inpu
|
|
|
131
131
|
}[];
|
|
132
132
|
projects: {
|
|
133
133
|
id: number;
|
|
134
|
+
slotNumber: number;
|
|
134
135
|
readyforProjectId: number;
|
|
135
136
|
isPaidSlot: boolean;
|
|
136
137
|
title: string | null;
|
|
137
138
|
description: string | null;
|
|
138
139
|
tag: string | null;
|
|
139
140
|
tagUrl: string | null;
|
|
140
|
-
slotNumber: number;
|
|
141
141
|
thumbnailUrl: string | null;
|
|
142
142
|
}[];
|
|
143
143
|
banners: {
|
|
144
144
|
id: number;
|
|
145
|
-
url: string | null;
|
|
146
145
|
slotNumber: number;
|
|
146
|
+
url: string | null;
|
|
147
147
|
imageUrl: string | null;
|
|
148
148
|
}[];
|
|
149
149
|
deliveredUsersCount: number | null;
|
|
@@ -191,19 +191,19 @@ declare const patchCampaignsId: (path: CampaignsIdPatchPath, requestBody: FormDa
|
|
|
191
191
|
}[];
|
|
192
192
|
projects: {
|
|
193
193
|
id: number;
|
|
194
|
+
slotNumber: number;
|
|
194
195
|
readyforProjectId: number;
|
|
195
196
|
isPaidSlot: boolean;
|
|
196
197
|
title: string | null;
|
|
197
198
|
description: string | null;
|
|
198
199
|
tag: string | null;
|
|
199
200
|
tagUrl: string | null;
|
|
200
|
-
slotNumber: number;
|
|
201
201
|
thumbnailUrl: string | null;
|
|
202
202
|
}[];
|
|
203
203
|
banners: {
|
|
204
204
|
id: number;
|
|
205
|
-
url: string | null;
|
|
206
205
|
slotNumber: number;
|
|
206
|
+
url: string | null;
|
|
207
207
|
imageUrl: string | null;
|
|
208
208
|
}[];
|
|
209
209
|
deliveredUsersCount: number | null;
|
|
@@ -16,19 +16,19 @@ declare const buildCampaignsIdGetFetcher: (requestInit?: RequestInit) => (input:
|
|
|
16
16
|
}[];
|
|
17
17
|
projects: {
|
|
18
18
|
id: number;
|
|
19
|
+
slotNumber: number;
|
|
19
20
|
readyforProjectId: number;
|
|
20
21
|
isPaidSlot: boolean;
|
|
21
22
|
title: string | null;
|
|
22
23
|
description: string | null;
|
|
23
24
|
tag: string | null;
|
|
24
25
|
tagUrl: string | null;
|
|
25
|
-
slotNumber: number;
|
|
26
26
|
thumbnailUrl: string | null;
|
|
27
27
|
}[];
|
|
28
28
|
banners: {
|
|
29
29
|
id: number;
|
|
30
|
-
url: string | null;
|
|
31
30
|
slotNumber: number;
|
|
31
|
+
url: string | null;
|
|
32
32
|
imageUrl: string | null;
|
|
33
33
|
}[];
|
|
34
34
|
deliveredUsersCount: number | null;
|
|
@@ -71,19 +71,19 @@ declare const getCampaignsId: (path: CampaignsIdGetPath, requestInit?: RequestIn
|
|
|
71
71
|
}[];
|
|
72
72
|
projects: {
|
|
73
73
|
id: number;
|
|
74
|
+
slotNumber: number;
|
|
74
75
|
readyforProjectId: number;
|
|
75
76
|
isPaidSlot: boolean;
|
|
76
77
|
title: string | null;
|
|
77
78
|
description: string | null;
|
|
78
79
|
tag: string | null;
|
|
79
80
|
tagUrl: string | null;
|
|
80
|
-
slotNumber: number;
|
|
81
81
|
thumbnailUrl: string | null;
|
|
82
82
|
}[];
|
|
83
83
|
banners: {
|
|
84
84
|
id: number;
|
|
85
|
-
url: string | null;
|
|
86
85
|
slotNumber: number;
|
|
86
|
+
url: string | null;
|
|
87
87
|
imageUrl: string | null;
|
|
88
88
|
}[];
|
|
89
89
|
deliveredUsersCount: number | null;
|
|
@@ -131,19 +131,19 @@ declare const buildCampaignsIdPatchFetcher: (requestInit?: RequestInit) => (inpu
|
|
|
131
131
|
}[];
|
|
132
132
|
projects: {
|
|
133
133
|
id: number;
|
|
134
|
+
slotNumber: number;
|
|
134
135
|
readyforProjectId: number;
|
|
135
136
|
isPaidSlot: boolean;
|
|
136
137
|
title: string | null;
|
|
137
138
|
description: string | null;
|
|
138
139
|
tag: string | null;
|
|
139
140
|
tagUrl: string | null;
|
|
140
|
-
slotNumber: number;
|
|
141
141
|
thumbnailUrl: string | null;
|
|
142
142
|
}[];
|
|
143
143
|
banners: {
|
|
144
144
|
id: number;
|
|
145
|
-
url: string | null;
|
|
146
145
|
slotNumber: number;
|
|
146
|
+
url: string | null;
|
|
147
147
|
imageUrl: string | null;
|
|
148
148
|
}[];
|
|
149
149
|
deliveredUsersCount: number | null;
|
|
@@ -191,19 +191,19 @@ declare const patchCampaignsId: (path: CampaignsIdPatchPath, requestBody: FormDa
|
|
|
191
191
|
}[];
|
|
192
192
|
projects: {
|
|
193
193
|
id: number;
|
|
194
|
+
slotNumber: number;
|
|
194
195
|
readyforProjectId: number;
|
|
195
196
|
isPaidSlot: boolean;
|
|
196
197
|
title: string | null;
|
|
197
198
|
description: string | null;
|
|
198
199
|
tag: string | null;
|
|
199
200
|
tagUrl: string | null;
|
|
200
|
-
slotNumber: number;
|
|
201
201
|
thumbnailUrl: string | null;
|
|
202
202
|
}[];
|
|
203
203
|
banners: {
|
|
204
204
|
id: number;
|
|
205
|
-
url: string | null;
|
|
206
205
|
slotNumber: number;
|
|
206
|
+
url: string | null;
|
|
207
207
|
imageUrl: string | null;
|
|
208
208
|
}[];
|
|
209
209
|
deliveredUsersCount: number | null;
|
|
@@ -55,13 +55,13 @@ var PersonalizedMailMagazineTargetDeleteCsvFormData = import_zod.z.object({
|
|
|
55
55
|
});
|
|
56
56
|
var CurationMailMagazineBannerFormData = import_zod.z.object({
|
|
57
57
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
58
|
-
|
|
58
|
+
slotNumber: import_zod.z.number(),
|
|
59
59
|
image: import_zod.z.union([ImageFormData, import_zod.z.null()]),
|
|
60
60
|
url: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
|
|
61
61
|
});
|
|
62
62
|
var CurationMailMagazineProjectFormData = import_zod.z.object({
|
|
63
63
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
64
|
-
|
|
64
|
+
slotNumber: import_zod.z.number(),
|
|
65
65
|
readyforProjectId: import_zod.z.number(),
|
|
66
66
|
isPaidSlot: import_zod.z.boolean(),
|
|
67
67
|
title: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
|
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
deleteCampaignsId,
|
|
6
6
|
getCampaignsId,
|
|
7
7
|
patchCampaignsId
|
|
8
|
-
} from "../chunk-
|
|
9
|
-
import "../chunk-
|
|
8
|
+
} from "../chunk-OFV6CH56.mjs";
|
|
9
|
+
import "../chunk-324IXKQ7.mjs";
|
|
10
10
|
export {
|
|
11
11
|
buildCampaignsIdDeleteFetcher,
|
|
12
12
|
buildCampaignsIdGetFetcher,
|
|
@@ -51,13 +51,13 @@ var PersonalizedMailMagazineTargetDeleteCsvFormData = import_zod.z.object({
|
|
|
51
51
|
});
|
|
52
52
|
var CurationMailMagazineBannerFormData = import_zod.z.object({
|
|
53
53
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
54
|
-
|
|
54
|
+
slotNumber: import_zod.z.number(),
|
|
55
55
|
image: import_zod.z.union([ImageFormData, import_zod.z.null()]),
|
|
56
56
|
url: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
|
|
57
57
|
});
|
|
58
58
|
var CurationMailMagazineProjectFormData = import_zod.z.object({
|
|
59
59
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
60
|
-
|
|
60
|
+
slotNumber: import_zod.z.number(),
|
|
61
61
|
readyforProjectId: import_zod.z.number(),
|
|
62
62
|
isPaidSlot: import_zod.z.boolean(),
|
|
63
63
|
title: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
buildProjectsProjectIdOrKeywordGetFetcher,
|
|
3
3
|
getProjectsProjectIdOrKeyword
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-SWDMGLLG.mjs";
|
|
5
|
+
import "../chunk-324IXKQ7.mjs";
|
|
6
6
|
export {
|
|
7
7
|
buildProjectsProjectIdOrKeywordGetFetcher,
|
|
8
8
|
getProjectsProjectIdOrKeyword
|
package/dist/hooks/index.js
CHANGED
|
@@ -74,13 +74,13 @@ var PersonalizedMailMagazineTargetDeleteCsvFormData = import_zod.z.object({
|
|
|
74
74
|
});
|
|
75
75
|
var CurationMailMagazineBannerFormData = import_zod.z.object({
|
|
76
76
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
77
|
-
|
|
77
|
+
slotNumber: import_zod.z.number(),
|
|
78
78
|
image: import_zod.z.union([ImageFormData, import_zod.z.null()]),
|
|
79
79
|
url: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
|
|
80
80
|
});
|
|
81
81
|
var CurationMailMagazineProjectFormData = import_zod.z.object({
|
|
82
82
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
83
|
-
|
|
83
|
+
slotNumber: import_zod.z.number(),
|
|
84
84
|
readyforProjectId: import_zod.z.number(),
|
|
85
85
|
isPaidSlot: import_zod.z.boolean(),
|
|
86
86
|
title: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -2,23 +2,23 @@ import {
|
|
|
2
2
|
useCampaigns,
|
|
3
3
|
useCampaignsImmutable,
|
|
4
4
|
useCampaignsInfinite
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-JGIFSXIQ.mjs";
|
|
6
6
|
import {
|
|
7
7
|
useCampaignsId,
|
|
8
8
|
useCampaignsIdImmutable,
|
|
9
9
|
useCampaignsIdInfinite
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-ZWYL7OFL.mjs";
|
|
11
11
|
import {
|
|
12
12
|
useProjectsProjectIdOrKeyword,
|
|
13
13
|
useProjectsProjectIdOrKeywordImmutable,
|
|
14
14
|
useProjectsProjectIdOrKeywordInfinite
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-LXUPJN65.mjs";
|
|
16
16
|
import "../chunk-M47LJF5A.mjs";
|
|
17
|
-
import "../chunk-
|
|
18
|
-
import "../chunk-
|
|
17
|
+
import "../chunk-IWONQAFN.mjs";
|
|
18
|
+
import "../chunk-OFV6CH56.mjs";
|
|
19
19
|
import "../chunk-YV4XRZY2.mjs";
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-SWDMGLLG.mjs";
|
|
21
|
+
import "../chunk-324IXKQ7.mjs";
|
|
22
22
|
export {
|
|
23
23
|
useCampaigns,
|
|
24
24
|
useCampaignsId,
|
|
@@ -66,13 +66,13 @@ var PersonalizedMailMagazineTargetDeleteCsvFormData = import_zod.z.object({
|
|
|
66
66
|
});
|
|
67
67
|
var CurationMailMagazineBannerFormData = import_zod.z.object({
|
|
68
68
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
69
|
-
|
|
69
|
+
slotNumber: import_zod.z.number(),
|
|
70
70
|
image: import_zod.z.union([ImageFormData, import_zod.z.null()]),
|
|
71
71
|
url: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
|
|
72
72
|
});
|
|
73
73
|
var CurationMailMagazineProjectFormData = import_zod.z.object({
|
|
74
74
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
75
|
-
|
|
75
|
+
slotNumber: import_zod.z.number(),
|
|
76
76
|
readyforProjectId: import_zod.z.number(),
|
|
77
77
|
isPaidSlot: import_zod.z.boolean(),
|
|
78
78
|
title: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
|
|
@@ -2,13 +2,13 @@ import {
|
|
|
2
2
|
useCampaigns,
|
|
3
3
|
useCampaignsImmutable,
|
|
4
4
|
useCampaignsInfinite
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-JGIFSXIQ.mjs";
|
|
6
6
|
import "../chunk-M47LJF5A.mjs";
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-IWONQAFN.mjs";
|
|
8
|
+
import "../chunk-OFV6CH56.mjs";
|
|
9
9
|
import "../chunk-YV4XRZY2.mjs";
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
10
|
+
import "../chunk-SWDMGLLG.mjs";
|
|
11
|
+
import "../chunk-324IXKQ7.mjs";
|
|
12
12
|
export {
|
|
13
13
|
useCampaigns,
|
|
14
14
|
useCampaignsImmutable,
|
|
@@ -66,13 +66,13 @@ var PersonalizedMailMagazineTargetDeleteCsvFormData = import_zod.z.object({
|
|
|
66
66
|
});
|
|
67
67
|
var CurationMailMagazineBannerFormData = import_zod.z.object({
|
|
68
68
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
69
|
-
|
|
69
|
+
slotNumber: import_zod.z.number(),
|
|
70
70
|
image: import_zod.z.union([ImageFormData, import_zod.z.null()]),
|
|
71
71
|
url: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
|
|
72
72
|
});
|
|
73
73
|
var CurationMailMagazineProjectFormData = import_zod.z.object({
|
|
74
74
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
75
|
-
|
|
75
|
+
slotNumber: import_zod.z.number(),
|
|
76
76
|
readyforProjectId: import_zod.z.number(),
|
|
77
77
|
isPaidSlot: import_zod.z.boolean(),
|
|
78
78
|
title: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
|
|
@@ -2,13 +2,13 @@ import {
|
|
|
2
2
|
useCampaignsId,
|
|
3
3
|
useCampaignsIdImmutable,
|
|
4
4
|
useCampaignsIdInfinite
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-ZWYL7OFL.mjs";
|
|
6
6
|
import "../chunk-M47LJF5A.mjs";
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-IWONQAFN.mjs";
|
|
8
|
+
import "../chunk-OFV6CH56.mjs";
|
|
9
9
|
import "../chunk-YV4XRZY2.mjs";
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
10
|
+
import "../chunk-SWDMGLLG.mjs";
|
|
11
|
+
import "../chunk-324IXKQ7.mjs";
|
|
12
12
|
export {
|
|
13
13
|
useCampaignsId,
|
|
14
14
|
useCampaignsIdImmutable,
|
|
@@ -66,13 +66,13 @@ var PersonalizedMailMagazineTargetDeleteCsvFormData = import_zod.z.object({
|
|
|
66
66
|
});
|
|
67
67
|
var CurationMailMagazineBannerFormData = import_zod.z.object({
|
|
68
68
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
69
|
-
|
|
69
|
+
slotNumber: import_zod.z.number(),
|
|
70
70
|
image: import_zod.z.union([ImageFormData, import_zod.z.null()]),
|
|
71
71
|
url: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
|
|
72
72
|
});
|
|
73
73
|
var CurationMailMagazineProjectFormData = import_zod.z.object({
|
|
74
74
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
75
|
-
|
|
75
|
+
slotNumber: import_zod.z.number(),
|
|
76
76
|
readyforProjectId: import_zod.z.number(),
|
|
77
77
|
isPaidSlot: import_zod.z.boolean(),
|
|
78
78
|
title: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
|
|
@@ -2,13 +2,13 @@ import {
|
|
|
2
2
|
useProjectsProjectIdOrKeyword,
|
|
3
3
|
useProjectsProjectIdOrKeywordImmutable,
|
|
4
4
|
useProjectsProjectIdOrKeywordInfinite
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-LXUPJN65.mjs";
|
|
6
6
|
import "../chunk-M47LJF5A.mjs";
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-IWONQAFN.mjs";
|
|
8
|
+
import "../chunk-OFV6CH56.mjs";
|
|
9
9
|
import "../chunk-YV4XRZY2.mjs";
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
10
|
+
import "../chunk-SWDMGLLG.mjs";
|
|
11
|
+
import "../chunk-324IXKQ7.mjs";
|
|
12
12
|
export {
|
|
13
13
|
useProjectsProjectIdOrKeyword,
|
|
14
14
|
useProjectsProjectIdOrKeywordImmutable,
|
package/dist/index.js
CHANGED
|
@@ -106,13 +106,13 @@ var PersonalizedMailMagazineTargetDeleteCsvFormData = import_zod.z.object({
|
|
|
106
106
|
});
|
|
107
107
|
var CurationMailMagazineBannerFormData = import_zod.z.object({
|
|
108
108
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
109
|
-
|
|
109
|
+
slotNumber: import_zod.z.number(),
|
|
110
110
|
image: import_zod.z.union([ImageFormData, import_zod.z.null()]),
|
|
111
111
|
url: import_zod.z.union([import_zod.z.string(), import_zod.z.null()])
|
|
112
112
|
});
|
|
113
113
|
var CurationMailMagazineProjectFormData = import_zod.z.object({
|
|
114
114
|
id: import_zod.z.union([import_zod.z.number(), import_zod.z.null()]),
|
|
115
|
-
|
|
115
|
+
slotNumber: import_zod.z.number(),
|
|
116
116
|
readyforProjectId: import_zod.z.number(),
|
|
117
117
|
isPaidSlot: import_zod.z.boolean(),
|
|
118
118
|
title: import_zod.z.union([import_zod.z.string(), import_zod.z.null()]),
|
package/dist/index.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
buildCampaignsPostFetcher,
|
|
5
5
|
getCampaigns,
|
|
6
6
|
postCampaigns
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-IWONQAFN.mjs";
|
|
8
8
|
import {
|
|
9
9
|
buildCampaignsIdDeleteFetcher,
|
|
10
10
|
buildCampaignsIdGetFetcher,
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
deleteCampaignsId,
|
|
13
13
|
getCampaignsId,
|
|
14
14
|
patchCampaignsId
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-OFV6CH56.mjs";
|
|
16
16
|
import {
|
|
17
17
|
buildCampaignsIdDeliveryJobDeleteFetcher,
|
|
18
18
|
buildCampaignsIdDeliveryJobPostFetcher,
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
import {
|
|
23
23
|
buildProjectsProjectIdOrKeywordGetFetcher,
|
|
24
24
|
getProjectsProjectIdOrKeyword
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-SWDMGLLG.mjs";
|
|
26
26
|
import {
|
|
27
27
|
Campaign,
|
|
28
28
|
CampaignBaseFormData,
|
|
@@ -66,7 +66,7 @@ import {
|
|
|
66
66
|
PostCampaignsResponse,
|
|
67
67
|
ReadyforProject,
|
|
68
68
|
UploadImageFormData
|
|
69
|
-
} from "./chunk-
|
|
69
|
+
} from "./chunk-324IXKQ7.mjs";
|
|
70
70
|
export {
|
|
71
71
|
Campaign,
|
|
72
72
|
CampaignBaseFormData,
|
package/dist/schemaType.d.mts
CHANGED
|
@@ -355,7 +355,7 @@ interface components {
|
|
|
355
355
|
/** CurationMailMagazineProjectFormData */
|
|
356
356
|
CurationMailMagazineProjectFormData: {
|
|
357
357
|
id: number | null;
|
|
358
|
-
|
|
358
|
+
slotNumber: number;
|
|
359
359
|
readyforProjectId: number;
|
|
360
360
|
isPaidSlot: boolean;
|
|
361
361
|
title: string | null;
|
|
@@ -367,7 +367,7 @@ interface components {
|
|
|
367
367
|
/** CurationMailMagazineBannerFormData */
|
|
368
368
|
CurationMailMagazineBannerFormData: {
|
|
369
369
|
id: number | null;
|
|
370
|
-
|
|
370
|
+
slotNumber: number;
|
|
371
371
|
image: components["schemas"]["ImageFormData"] | null;
|
|
372
372
|
url: string | null;
|
|
373
373
|
};
|
package/dist/schemaType.d.ts
CHANGED
|
@@ -355,7 +355,7 @@ interface components {
|
|
|
355
355
|
/** CurationMailMagazineProjectFormData */
|
|
356
356
|
CurationMailMagazineProjectFormData: {
|
|
357
357
|
id: number | null;
|
|
358
|
-
|
|
358
|
+
slotNumber: number;
|
|
359
359
|
readyforProjectId: number;
|
|
360
360
|
isPaidSlot: boolean;
|
|
361
361
|
title: string | null;
|
|
@@ -367,7 +367,7 @@ interface components {
|
|
|
367
367
|
/** CurationMailMagazineBannerFormData */
|
|
368
368
|
CurationMailMagazineBannerFormData: {
|
|
369
369
|
id: number | null;
|
|
370
|
-
|
|
370
|
+
slotNumber: number;
|
|
371
371
|
image: components["schemas"]["ImageFormData"] | null;
|
|
372
372
|
url: string | null;
|
|
373
373
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@readyfor/api-client-pigeon",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.187.0-pr966.2a2ff0b",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -20,27 +20,24 @@
|
|
|
20
20
|
"require": "./dist/hooks/index.js"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
|
-
"scripts": {
|
|
24
|
-
"build": "tsup"
|
|
25
|
-
},
|
|
26
23
|
"devDependencies": {
|
|
27
|
-
"@readyfor/api-client-base": "0.186.1",
|
|
28
24
|
"@types/qs": "6.9.18",
|
|
29
25
|
"@types/react": "^18.3.12",
|
|
30
|
-
"@types/use-sync-external-store": "
|
|
26
|
+
"@types/use-sync-external-store": "1.5.0",
|
|
31
27
|
"qs": "^6.13.1",
|
|
32
28
|
"react": "^18.3.1",
|
|
33
29
|
"swr": "^2.3.3",
|
|
34
30
|
"use-sync-external-store": "^1.2.2",
|
|
35
|
-
"zod": "^3.24.1"
|
|
31
|
+
"zod": "^3.24.1",
|
|
32
|
+
"@readyfor/api-client-base": "0.187.0-pr966.2a2ff0b"
|
|
36
33
|
},
|
|
37
34
|
"peerDependencies": {
|
|
38
|
-
"@readyfor/api-client-base": "*",
|
|
39
35
|
"qs": "^6",
|
|
40
36
|
"react": "^18",
|
|
41
37
|
"swr": "^2.3.3",
|
|
42
38
|
"use-sync-external-store": "1.2.2",
|
|
43
|
-
"zod": "^3"
|
|
39
|
+
"zod": "^3",
|
|
40
|
+
"@readyfor/api-client-base": "0.187.0-pr966.2a2ff0b"
|
|
44
41
|
},
|
|
45
42
|
"peerDependenciesMeta": {
|
|
46
43
|
"react": {
|
|
@@ -65,5 +62,7 @@
|
|
|
65
62
|
"src"
|
|
66
63
|
]
|
|
67
64
|
},
|
|
68
|
-
"
|
|
69
|
-
|
|
65
|
+
"scripts": {
|
|
66
|
+
"build": "tsup"
|
|
67
|
+
}
|
|
68
|
+
}
|