@readyfor/api-client-pigeon 0.328.0-pr1239.f1cffa5 → 0.328.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.
- package/dist/{chunk-THNPXV56.mjs → chunk-2ANX7NRV.mjs} +1 -1
- package/dist/{chunk-MYQ5EIA6.mjs → chunk-2FPDBPJY.mjs} +1 -1
- package/dist/{chunk-RWX2GYF3.mjs → chunk-4GY6JZ77.mjs} +1 -1
- package/dist/{chunk-24W5FWW7.mjs → chunk-6JHFWIAW.mjs} +1 -1
- package/dist/{chunk-P4EIALGR.mjs → chunk-6ZETET36.mjs} +1 -1
- package/dist/{chunk-VUG5S4M4.mjs → chunk-7JRHKS3K.mjs} +1 -1
- package/dist/{chunk-TPXQJS55.mjs → chunk-G6IJEAVR.mjs} +1 -1
- package/dist/{chunk-45QYVVV2.mjs → chunk-HD6B7N5S.mjs} +1 -1
- package/dist/{chunk-NA23PDIV.mjs → chunk-IKRY3IDS.mjs} +1 -1
- package/dist/{chunk-MKV3OPBP.mjs → chunk-JWVQXFDL.mjs} +1 -1
- package/dist/{chunk-UHDD26HF.mjs → chunk-NIZUYZOH.mjs} +1 -1
- package/dist/{chunk-SBWG7GGI.mjs → chunk-OLAYQE52.mjs} +1 -1
- package/dist/{chunk-XNOKTUME.mjs → chunk-OODNPRT4.mjs} +1 -1
- package/dist/{chunk-GVEIZAMY.mjs → chunk-QCIAYUXK.mjs} +10 -26
- package/dist/{chunk-CXALAOMT.mjs → chunk-TP3CBDVX.mjs} +1 -1
- package/dist/{chunk-6337UNDD.mjs → chunk-X2WL4YZH.mjs} +1 -1
- package/dist/components.d.mts +4987 -691
- package/dist/components.d.ts +4987 -691
- package/dist/components.js +10 -26
- package/dist/components.mjs +1 -1
- package/dist/fetch/campaigns.d.mts +16 -20
- package/dist/fetch/campaigns.d.ts +16 -20
- package/dist/fetch/campaigns.js +10 -26
- package/dist/fetch/campaigns.mjs +2 -2
- package/dist/fetch/campaignsId.d.mts +72 -88
- package/dist/fetch/campaignsId.d.ts +72 -88
- package/dist/fetch/campaignsId.js +10 -26
- package/dist/fetch/campaignsId.mjs +2 -2
- package/dist/fetch/campaignsIdImages.js +10 -26
- package/dist/fetch/campaignsIdImages.mjs +2 -2
- package/dist/fetch/campaignsIdPreview.js +10 -26
- package/dist/fetch/campaignsIdPreview.mjs +2 -2
- package/dist/fetch/projectsProjectIdOrKeyword.d.mts +2 -2
- package/dist/fetch/projectsProjectIdOrKeyword.d.ts +2 -2
- package/dist/fetch/projectsProjectIdOrKeyword.js +10 -26
- package/dist/fetch/projectsProjectIdOrKeyword.mjs +2 -2
- package/dist/fetch/segmentsBehaviorSegments.d.mts +2 -2
- package/dist/fetch/segmentsBehaviorSegments.d.ts +2 -2
- package/dist/fetch/segmentsBehaviorSegments.js +10 -26
- package/dist/fetch/segmentsBehaviorSegments.mjs +2 -2
- package/dist/fetch/segmentsProfileSegments.d.mts +2 -2
- package/dist/fetch/segmentsProfileSegments.d.ts +2 -2
- package/dist/fetch/segmentsProfileSegments.js +10 -26
- package/dist/fetch/segmentsProfileSegments.mjs +2 -2
- package/dist/fetch/segmentsTargetUsersCount.js +10 -26
- package/dist/fetch/segmentsTargetUsersCount.mjs +2 -2
- package/dist/hooks/index.js +10 -26
- package/dist/hooks/index.mjs +16 -16
- package/dist/hooks/useCampaigns.js +10 -26
- package/dist/hooks/useCampaigns.mjs +10 -10
- package/dist/hooks/useCampaignsId.js +10 -26
- package/dist/hooks/useCampaignsId.mjs +10 -10
- package/dist/hooks/useCampaignsIdPreview.js +10 -26
- package/dist/hooks/useCampaignsIdPreview.mjs +10 -10
- package/dist/hooks/useProjectsProjectIdOrKeyword.js +10 -26
- package/dist/hooks/useProjectsProjectIdOrKeyword.mjs +10 -10
- package/dist/hooks/useSegmentsBehaviorSegments.js +10 -26
- package/dist/hooks/useSegmentsBehaviorSegments.mjs +10 -10
- package/dist/hooks/useSegmentsProfileSegments.js +10 -26
- package/dist/hooks/useSegmentsProfileSegments.mjs +10 -10
- package/dist/hooks/useSegmentsTargetUsersCount.js +10 -26
- package/dist/hooks/useSegmentsTargetUsersCount.mjs +10 -10
- package/dist/index.js +10 -26
- package/dist/index.mjs +9 -9
- package/package.json +5 -5
|
@@ -4,24 +4,17 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type CampaignsIdGetOperation = paths["/api/campaigns/{id}"]["get"];
|
|
5
5
|
type CampaignsIdGetResponse = CampaignsIdGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildCampaignsIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
campaignDetail:
|
|
8
|
-
|
|
9
|
-
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
10
|
-
title: string | null;
|
|
11
|
-
deliveryScheduledAt: string | null;
|
|
12
|
-
} & {
|
|
13
|
-
kind: "curationMailMagazine";
|
|
14
|
-
curationMailMagazine: ({
|
|
7
|
+
campaignDetail: {
|
|
8
|
+
curationMailMagazine: {
|
|
15
9
|
utmCampaign: string | null;
|
|
16
10
|
subject: string | null;
|
|
17
11
|
preHeaderText: string | null;
|
|
18
|
-
deliveredUsersCount: number | null;
|
|
19
12
|
targetFilters: {
|
|
20
13
|
id: number;
|
|
21
14
|
behaviorSegmentCodes: string[];
|
|
22
15
|
profileSegmentCodes: string[];
|
|
23
16
|
}[];
|
|
24
|
-
|
|
17
|
+
deliveredUsersCount: number | null;
|
|
25
18
|
bodyKind: "freeFormat";
|
|
26
19
|
htmlBody: string | null;
|
|
27
20
|
htmlStyle: string | null;
|
|
@@ -29,43 +22,41 @@ declare const buildCampaignsIdGetFetcher: (requestInit?: RequestInit) => (input:
|
|
|
29
22
|
id: number;
|
|
30
23
|
key: string;
|
|
31
24
|
}[];
|
|
32
|
-
}
|
|
25
|
+
} | {
|
|
33
26
|
utmCampaign: string | null;
|
|
34
27
|
subject: string | null;
|
|
35
28
|
preHeaderText: string | null;
|
|
36
|
-
deliveredUsersCount: number | null;
|
|
37
29
|
targetFilters: {
|
|
38
30
|
id: number;
|
|
39
31
|
behaviorSegmentCodes: string[];
|
|
40
32
|
profileSegmentCodes: string[];
|
|
41
33
|
}[];
|
|
42
|
-
|
|
34
|
+
deliveredUsersCount: number | null;
|
|
43
35
|
bodyKind: "template";
|
|
44
36
|
projects: {
|
|
45
37
|
id: number;
|
|
46
|
-
readyforProjectId: number;
|
|
47
38
|
slotNumber: number;
|
|
39
|
+
readyforProjectId: number;
|
|
48
40
|
isPaidSlot: boolean;
|
|
49
41
|
title: string | null;
|
|
50
42
|
description: string | null;
|
|
51
|
-
thumbnailUrl: string | null;
|
|
52
43
|
tag: string | null;
|
|
53
44
|
tagUrl: string | null;
|
|
45
|
+
thumbnailUrl: string | null;
|
|
54
46
|
}[];
|
|
55
47
|
banners: {
|
|
56
48
|
id: number;
|
|
57
49
|
slotNumber: number;
|
|
58
|
-
imageUrl: string | null;
|
|
59
50
|
url: string | null;
|
|
51
|
+
imageUrl: string | null;
|
|
60
52
|
}[];
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
id: number;
|
|
53
|
+
};
|
|
54
|
+
kind: "curationMailMagazine";
|
|
64
55
|
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
56
|
+
id: number;
|
|
65
57
|
title: string | null;
|
|
66
58
|
deliveryScheduledAt: string | null;
|
|
67
|
-
}
|
|
68
|
-
kind: "personalizedMailMagazine";
|
|
59
|
+
} | {
|
|
69
60
|
personalizedMailMagazine: {
|
|
70
61
|
utmCampaign: string | null;
|
|
71
62
|
target: {
|
|
@@ -74,31 +65,29 @@ declare const buildCampaignsIdGetFetcher: (requestInit?: RequestInit) => (input:
|
|
|
74
65
|
excludedUsersCount: number;
|
|
75
66
|
} | null;
|
|
76
67
|
};
|
|
77
|
-
|
|
68
|
+
kind: "personalizedMailMagazine";
|
|
69
|
+
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
70
|
+
id: number;
|
|
71
|
+
title: string | null;
|
|
72
|
+
deliveryScheduledAt: string | null;
|
|
73
|
+
};
|
|
78
74
|
}>;
|
|
79
75
|
type CampaignsIdGetPath = ForceDig<CampaignsIdGetOperation, [
|
|
80
76
|
"parameters",
|
|
81
77
|
"path"
|
|
82
78
|
]>;
|
|
83
79
|
declare const getCampaignsId: (path: CampaignsIdGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
84
|
-
campaignDetail:
|
|
85
|
-
|
|
86
|
-
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
87
|
-
title: string | null;
|
|
88
|
-
deliveryScheduledAt: string | null;
|
|
89
|
-
} & {
|
|
90
|
-
kind: "curationMailMagazine";
|
|
91
|
-
curationMailMagazine: ({
|
|
80
|
+
campaignDetail: {
|
|
81
|
+
curationMailMagazine: {
|
|
92
82
|
utmCampaign: string | null;
|
|
93
83
|
subject: string | null;
|
|
94
84
|
preHeaderText: string | null;
|
|
95
|
-
deliveredUsersCount: number | null;
|
|
96
85
|
targetFilters: {
|
|
97
86
|
id: number;
|
|
98
87
|
behaviorSegmentCodes: string[];
|
|
99
88
|
profileSegmentCodes: string[];
|
|
100
89
|
}[];
|
|
101
|
-
|
|
90
|
+
deliveredUsersCount: number | null;
|
|
102
91
|
bodyKind: "freeFormat";
|
|
103
92
|
htmlBody: string | null;
|
|
104
93
|
htmlStyle: string | null;
|
|
@@ -106,43 +95,41 @@ declare const getCampaignsId: (path: CampaignsIdGetPath, customRequestInit?: Req
|
|
|
106
95
|
id: number;
|
|
107
96
|
key: string;
|
|
108
97
|
}[];
|
|
109
|
-
}
|
|
98
|
+
} | {
|
|
110
99
|
utmCampaign: string | null;
|
|
111
100
|
subject: string | null;
|
|
112
101
|
preHeaderText: string | null;
|
|
113
|
-
deliveredUsersCount: number | null;
|
|
114
102
|
targetFilters: {
|
|
115
103
|
id: number;
|
|
116
104
|
behaviorSegmentCodes: string[];
|
|
117
105
|
profileSegmentCodes: string[];
|
|
118
106
|
}[];
|
|
119
|
-
|
|
107
|
+
deliveredUsersCount: number | null;
|
|
120
108
|
bodyKind: "template";
|
|
121
109
|
projects: {
|
|
122
110
|
id: number;
|
|
123
|
-
readyforProjectId: number;
|
|
124
111
|
slotNumber: number;
|
|
112
|
+
readyforProjectId: number;
|
|
125
113
|
isPaidSlot: boolean;
|
|
126
114
|
title: string | null;
|
|
127
115
|
description: string | null;
|
|
128
|
-
thumbnailUrl: string | null;
|
|
129
116
|
tag: string | null;
|
|
130
117
|
tagUrl: string | null;
|
|
118
|
+
thumbnailUrl: string | null;
|
|
131
119
|
}[];
|
|
132
120
|
banners: {
|
|
133
121
|
id: number;
|
|
134
122
|
slotNumber: number;
|
|
135
|
-
imageUrl: string | null;
|
|
136
123
|
url: string | null;
|
|
124
|
+
imageUrl: string | null;
|
|
137
125
|
}[];
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
id: number;
|
|
126
|
+
};
|
|
127
|
+
kind: "curationMailMagazine";
|
|
141
128
|
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
129
|
+
id: number;
|
|
142
130
|
title: string | null;
|
|
143
131
|
deliveryScheduledAt: string | null;
|
|
144
|
-
}
|
|
145
|
-
kind: "personalizedMailMagazine";
|
|
132
|
+
} | {
|
|
146
133
|
personalizedMailMagazine: {
|
|
147
134
|
utmCampaign: string | null;
|
|
148
135
|
target: {
|
|
@@ -151,7 +138,12 @@ declare const getCampaignsId: (path: CampaignsIdGetPath, customRequestInit?: Req
|
|
|
151
138
|
excludedUsersCount: number;
|
|
152
139
|
} | null;
|
|
153
140
|
};
|
|
154
|
-
|
|
141
|
+
kind: "personalizedMailMagazine";
|
|
142
|
+
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
143
|
+
id: number;
|
|
144
|
+
title: string | null;
|
|
145
|
+
deliveryScheduledAt: string | null;
|
|
146
|
+
};
|
|
155
147
|
}>;
|
|
156
148
|
type CampaignsIdDeleteOperation = paths["/api/campaigns/{id}"]["delete"];
|
|
157
149
|
declare const buildCampaignsIdDeleteFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<void>;
|
|
@@ -163,24 +155,17 @@ declare const deleteCampaignsId: (path: CampaignsIdDeletePath, customRequestInit
|
|
|
163
155
|
type CampaignsIdPatchOperation = paths["/api/campaigns/{id}"]["patch"];
|
|
164
156
|
type CampaignsIdPatchResponse = CampaignsIdPatchOperation["responses"]["200"]["content"]["application/json"];
|
|
165
157
|
declare const buildCampaignsIdPatchFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
166
|
-
campaignDetail:
|
|
167
|
-
|
|
168
|
-
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
169
|
-
title: string | null;
|
|
170
|
-
deliveryScheduledAt: string | null;
|
|
171
|
-
} & {
|
|
172
|
-
kind: "curationMailMagazine";
|
|
173
|
-
curationMailMagazine: ({
|
|
158
|
+
campaignDetail: {
|
|
159
|
+
curationMailMagazine: {
|
|
174
160
|
utmCampaign: string | null;
|
|
175
161
|
subject: string | null;
|
|
176
162
|
preHeaderText: string | null;
|
|
177
|
-
deliveredUsersCount: number | null;
|
|
178
163
|
targetFilters: {
|
|
179
164
|
id: number;
|
|
180
165
|
behaviorSegmentCodes: string[];
|
|
181
166
|
profileSegmentCodes: string[];
|
|
182
167
|
}[];
|
|
183
|
-
|
|
168
|
+
deliveredUsersCount: number | null;
|
|
184
169
|
bodyKind: "freeFormat";
|
|
185
170
|
htmlBody: string | null;
|
|
186
171
|
htmlStyle: string | null;
|
|
@@ -188,43 +173,41 @@ declare const buildCampaignsIdPatchFetcher: (requestInit?: RequestInit) => (inpu
|
|
|
188
173
|
id: number;
|
|
189
174
|
key: string;
|
|
190
175
|
}[];
|
|
191
|
-
}
|
|
176
|
+
} | {
|
|
192
177
|
utmCampaign: string | null;
|
|
193
178
|
subject: string | null;
|
|
194
179
|
preHeaderText: string | null;
|
|
195
|
-
deliveredUsersCount: number | null;
|
|
196
180
|
targetFilters: {
|
|
197
181
|
id: number;
|
|
198
182
|
behaviorSegmentCodes: string[];
|
|
199
183
|
profileSegmentCodes: string[];
|
|
200
184
|
}[];
|
|
201
|
-
|
|
185
|
+
deliveredUsersCount: number | null;
|
|
202
186
|
bodyKind: "template";
|
|
203
187
|
projects: {
|
|
204
188
|
id: number;
|
|
205
|
-
readyforProjectId: number;
|
|
206
189
|
slotNumber: number;
|
|
190
|
+
readyforProjectId: number;
|
|
207
191
|
isPaidSlot: boolean;
|
|
208
192
|
title: string | null;
|
|
209
193
|
description: string | null;
|
|
210
|
-
thumbnailUrl: string | null;
|
|
211
194
|
tag: string | null;
|
|
212
195
|
tagUrl: string | null;
|
|
196
|
+
thumbnailUrl: string | null;
|
|
213
197
|
}[];
|
|
214
198
|
banners: {
|
|
215
199
|
id: number;
|
|
216
200
|
slotNumber: number;
|
|
217
|
-
imageUrl: string | null;
|
|
218
201
|
url: string | null;
|
|
202
|
+
imageUrl: string | null;
|
|
219
203
|
}[];
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
id: number;
|
|
204
|
+
};
|
|
205
|
+
kind: "curationMailMagazine";
|
|
223
206
|
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
207
|
+
id: number;
|
|
224
208
|
title: string | null;
|
|
225
209
|
deliveryScheduledAt: string | null;
|
|
226
|
-
}
|
|
227
|
-
kind: "personalizedMailMagazine";
|
|
210
|
+
} | {
|
|
228
211
|
personalizedMailMagazine: {
|
|
229
212
|
utmCampaign: string | null;
|
|
230
213
|
target: {
|
|
@@ -233,7 +216,12 @@ declare const buildCampaignsIdPatchFetcher: (requestInit?: RequestInit) => (inpu
|
|
|
233
216
|
excludedUsersCount: number;
|
|
234
217
|
} | null;
|
|
235
218
|
};
|
|
236
|
-
|
|
219
|
+
kind: "personalizedMailMagazine";
|
|
220
|
+
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
221
|
+
id: number;
|
|
222
|
+
title: string | null;
|
|
223
|
+
deliveryScheduledAt: string | null;
|
|
224
|
+
};
|
|
237
225
|
}>;
|
|
238
226
|
type CampaignsIdPatchPath = ForceDig<CampaignsIdPatchOperation, [
|
|
239
227
|
"parameters",
|
|
@@ -245,24 +233,17 @@ type CampaignsIdPatchRequestBody = ForceDig<CampaignsIdPatchOperation, [
|
|
|
245
233
|
"multipart/form-data"
|
|
246
234
|
]>;
|
|
247
235
|
declare const patchCampaignsId: (path: CampaignsIdPatchPath, requestBody: FormData, customRequestInit?: RequestInit) => Promise<{
|
|
248
|
-
campaignDetail:
|
|
249
|
-
|
|
250
|
-
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
251
|
-
title: string | null;
|
|
252
|
-
deliveryScheduledAt: string | null;
|
|
253
|
-
} & {
|
|
254
|
-
kind: "curationMailMagazine";
|
|
255
|
-
curationMailMagazine: ({
|
|
236
|
+
campaignDetail: {
|
|
237
|
+
curationMailMagazine: {
|
|
256
238
|
utmCampaign: string | null;
|
|
257
239
|
subject: string | null;
|
|
258
240
|
preHeaderText: string | null;
|
|
259
|
-
deliveredUsersCount: number | null;
|
|
260
241
|
targetFilters: {
|
|
261
242
|
id: number;
|
|
262
243
|
behaviorSegmentCodes: string[];
|
|
263
244
|
profileSegmentCodes: string[];
|
|
264
245
|
}[];
|
|
265
|
-
|
|
246
|
+
deliveredUsersCount: number | null;
|
|
266
247
|
bodyKind: "freeFormat";
|
|
267
248
|
htmlBody: string | null;
|
|
268
249
|
htmlStyle: string | null;
|
|
@@ -270,43 +251,41 @@ declare const patchCampaignsId: (path: CampaignsIdPatchPath, requestBody: FormDa
|
|
|
270
251
|
id: number;
|
|
271
252
|
key: string;
|
|
272
253
|
}[];
|
|
273
|
-
}
|
|
254
|
+
} | {
|
|
274
255
|
utmCampaign: string | null;
|
|
275
256
|
subject: string | null;
|
|
276
257
|
preHeaderText: string | null;
|
|
277
|
-
deliveredUsersCount: number | null;
|
|
278
258
|
targetFilters: {
|
|
279
259
|
id: number;
|
|
280
260
|
behaviorSegmentCodes: string[];
|
|
281
261
|
profileSegmentCodes: string[];
|
|
282
262
|
}[];
|
|
283
|
-
|
|
263
|
+
deliveredUsersCount: number | null;
|
|
284
264
|
bodyKind: "template";
|
|
285
265
|
projects: {
|
|
286
266
|
id: number;
|
|
287
|
-
readyforProjectId: number;
|
|
288
267
|
slotNumber: number;
|
|
268
|
+
readyforProjectId: number;
|
|
289
269
|
isPaidSlot: boolean;
|
|
290
270
|
title: string | null;
|
|
291
271
|
description: string | null;
|
|
292
|
-
thumbnailUrl: string | null;
|
|
293
272
|
tag: string | null;
|
|
294
273
|
tagUrl: string | null;
|
|
274
|
+
thumbnailUrl: string | null;
|
|
295
275
|
}[];
|
|
296
276
|
banners: {
|
|
297
277
|
id: number;
|
|
298
278
|
slotNumber: number;
|
|
299
|
-
imageUrl: string | null;
|
|
300
279
|
url: string | null;
|
|
280
|
+
imageUrl: string | null;
|
|
301
281
|
}[];
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
id: number;
|
|
282
|
+
};
|
|
283
|
+
kind: "curationMailMagazine";
|
|
305
284
|
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
285
|
+
id: number;
|
|
306
286
|
title: string | null;
|
|
307
287
|
deliveryScheduledAt: string | null;
|
|
308
|
-
}
|
|
309
|
-
kind: "personalizedMailMagazine";
|
|
288
|
+
} | {
|
|
310
289
|
personalizedMailMagazine: {
|
|
311
290
|
utmCampaign: string | null;
|
|
312
291
|
target: {
|
|
@@ -315,7 +294,12 @@ declare const patchCampaignsId: (path: CampaignsIdPatchPath, requestBody: FormDa
|
|
|
315
294
|
excludedUsersCount: number;
|
|
316
295
|
} | null;
|
|
317
296
|
};
|
|
318
|
-
|
|
297
|
+
kind: "personalizedMailMagazine";
|
|
298
|
+
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
299
|
+
id: number;
|
|
300
|
+
title: string | null;
|
|
301
|
+
deliveryScheduledAt: string | null;
|
|
302
|
+
};
|
|
319
303
|
}>;
|
|
320
304
|
|
|
321
305
|
export { type CampaignsIdDeletePath, type CampaignsIdGetPath, type CampaignsIdGetResponse, type CampaignsIdPatchPath, type CampaignsIdPatchRequestBody, type CampaignsIdPatchResponse, buildCampaignsIdDeleteFetcher, buildCampaignsIdGetFetcher, buildCampaignsIdPatchFetcher, deleteCampaignsId, getCampaignsId, patchCampaignsId };
|