@readyfor/api-client-pigeon 1.72.0 → 1.74.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/{campaigns-8be3XZ-j.d.ts → campaigns-CvlNCzxv.d.ts} +5 -5
- package/dist/{campaignsCampaignIdImagesId-QdJvpM_T.d.ts → campaignsCampaignIdImagesId-k8im1ib-.d.ts} +3 -3
- package/dist/{campaignsId-BZUicbBY.d.ts → campaignsId-CtvgOwmQ.d.ts} +7 -7
- package/dist/{campaignsIdDeliveryJob-Dqyi5YTZ.d.ts → campaignsIdDeliveryJob-Byny266Y.d.ts} +5 -5
- package/dist/{campaignsIdImages-nZJ82wMm.d.ts → campaignsIdImages-Bp8LnM0e.d.ts} +3 -3
- package/dist/{campaignsIdPreview-Bk606s4f.d.ts → campaignsIdPreview-2ps5etqF.d.ts} +3 -3
- package/dist/{campaignsIdPreviewDeliveryEmail-2LyUWN2k.d.ts → campaignsIdPreviewDeliveryEmail-BgarmoDe.d.ts} +3 -3
- package/dist/{campaignsIdUtmCampaignConflicts-CYNZhfz_.d.ts → campaignsIdUtmCampaignConflicts-gl2bruNS.d.ts} +3 -3
- package/dist/fetch/campaigns.d.ts +1 -1
- package/dist/fetch/campaigns.js +6 -6
- package/dist/fetch/campaigns.mjs +6 -6
- package/dist/fetch/campaignsCampaignIdImagesId.d.ts +1 -1
- package/dist/fetch/campaignsCampaignIdImagesId.js +3 -3
- package/dist/fetch/campaignsCampaignIdImagesId.mjs +3 -3
- package/dist/fetch/campaignsId.d.ts +1 -1
- package/dist/fetch/campaignsId.js +9 -9
- package/dist/fetch/campaignsId.mjs +9 -9
- package/dist/fetch/campaignsIdDeliveryJob.d.ts +1 -1
- package/dist/fetch/campaignsIdDeliveryJob.js +6 -6
- package/dist/fetch/campaignsIdDeliveryJob.mjs +6 -6
- package/dist/fetch/campaignsIdImages.d.ts +1 -1
- package/dist/fetch/campaignsIdImages.js +3 -3
- package/dist/fetch/campaignsIdImages.mjs +3 -3
- package/dist/fetch/campaignsIdPreview.d.ts +1 -1
- package/dist/fetch/campaignsIdPreview.js +3 -3
- package/dist/fetch/campaignsIdPreview.mjs +3 -3
- package/dist/fetch/campaignsIdPreviewDeliveryEmail.d.ts +1 -1
- package/dist/fetch/campaignsIdPreviewDeliveryEmail.js +3 -3
- package/dist/fetch/campaignsIdPreviewDeliveryEmail.mjs +3 -3
- package/dist/fetch/campaignsIdUtmCampaignConflicts.d.ts +1 -1
- package/dist/fetch/campaignsIdUtmCampaignConflicts.js +3 -3
- package/dist/fetch/campaignsIdUtmCampaignConflicts.mjs +3 -3
- package/dist/fetch/projectsProjectIdOrKeyword.d.ts +1 -1
- package/dist/fetch/projectsProjectIdOrKeyword.js +3 -3
- package/dist/fetch/projectsProjectIdOrKeyword.mjs +3 -3
- package/dist/fetch/segmentsBehaviorSegments.d.ts +1 -1
- package/dist/fetch/segmentsBehaviorSegments.js +3 -3
- package/dist/fetch/segmentsBehaviorSegments.mjs +3 -3
- package/dist/fetch/segmentsProfileSegments.d.ts +1 -1
- package/dist/fetch/segmentsProfileSegments.js +3 -3
- package/dist/fetch/segmentsProfileSegments.mjs +3 -3
- package/dist/fetch/segmentsTargetUsersCount.d.ts +1 -1
- package/dist/fetch/segmentsTargetUsersCount.js +3 -3
- package/dist/fetch/segmentsTargetUsersCount.mjs +3 -3
- package/dist/hooks/useCampaigns.d.ts +2 -2
- package/dist/hooks/useCampaignsId.d.ts +2 -2
- package/dist/hooks/useCampaignsIdPreview.d.ts +2 -2
- package/dist/hooks/useCampaignsIdUtmCampaignConflicts.d.ts +2 -2
- package/dist/hooks/useProjectsProjectIdOrKeyword.d.ts +2 -2
- package/dist/hooks/useSegmentsBehaviorSegments.d.ts +2 -2
- package/dist/hooks/useSegmentsProfileSegments.d.ts +2 -2
- package/dist/hooks/useSegmentsTargetUsersCount.d.ts +2 -2
- package/dist/index-DiPmAnzG.d.ts +13 -0
- package/dist/index.d.ts +13 -13
- package/dist/{projectsProjectIdOrKeyword-BJy1YEQA.d.ts → projectsProjectIdOrKeyword-BR8FhVy4.d.ts} +3 -3
- package/dist/{segmentsBehaviorSegments-Dm6JAD2X.d.ts → segmentsBehaviorSegments-DoXz0AdM.d.ts} +3 -2
- package/dist/{segmentsProfileSegments-6KRCtvsg.d.ts → segmentsProfileSegments-CJsPVcer.d.ts} +3 -2
- package/dist/{segmentsTargetUsersCount-CMVnrPlt.d.ts → segmentsTargetUsersCount-MEtr24uM.d.ts} +3 -3
- package/package.json +3 -3
- package/dist/index-BJIq35ky.d.ts +0 -11
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { a as paths } from "./schemaType-Cc8pwM2-.js";
|
|
2
|
-
import { ForceDig } from "@readyfor/api-client-base";
|
|
2
|
+
import { FetcherOptions, ForceDig } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/campaigns.d.ts
|
|
4
4
|
type CampaignsGetOperation = paths["/api/campaigns"]["get"];
|
|
5
5
|
type CampaignsGetResponse = CampaignsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
|
-
declare const buildCampaignsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
|
+
declare const buildCampaignsGetFetcher: (requestInit?: RequestInit, options?: FetcherOptions) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
campaigns: (({
|
|
8
8
|
id: number;
|
|
9
9
|
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
@@ -36,7 +36,7 @@ declare const buildCampaignsGetFetcher: (requestInit?: RequestInit) => (input: R
|
|
|
36
36
|
};
|
|
37
37
|
}>;
|
|
38
38
|
type CampaignsGetQuery = ForceDig<CampaignsGetOperation, ["parameters", "query"]>;
|
|
39
|
-
declare const getCampaigns: (query: CampaignsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
39
|
+
declare const getCampaigns: (query: CampaignsGetQuery, customRequestInit?: RequestInit, options?: FetcherOptions) => Promise<{
|
|
40
40
|
campaigns: (({
|
|
41
41
|
id: number;
|
|
42
42
|
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
@@ -70,11 +70,11 @@ declare const getCampaigns: (query: CampaignsGetQuery, customRequestInit?: Reque
|
|
|
70
70
|
}>;
|
|
71
71
|
type CampaignsPostOperation = paths["/api/campaigns"]["post"];
|
|
72
72
|
type CampaignsPostResponse = CampaignsPostOperation["responses"]["201"]["content"]["application/json"];
|
|
73
|
-
declare const buildCampaignsPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
73
|
+
declare const buildCampaignsPostFetcher: (requestInit?: RequestInit, options?: FetcherOptions) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
74
74
|
id: number;
|
|
75
75
|
}>;
|
|
76
76
|
type CampaignsPostRequestBody = ForceDig<CampaignsPostOperation, ["requestBody", "content", "application/json"]>;
|
|
77
|
-
declare const postCampaigns: (requestBody: CampaignsPostRequestBody, customRequestInit?: RequestInit) => Promise<{
|
|
77
|
+
declare const postCampaigns: (requestBody: CampaignsPostRequestBody, customRequestInit?: RequestInit, options?: FetcherOptions) => Promise<{
|
|
78
78
|
id: number;
|
|
79
79
|
}>;
|
|
80
80
|
//#endregion
|
package/dist/{campaignsCampaignIdImagesId-QdJvpM_T.d.ts → campaignsCampaignIdImagesId-k8im1ib-.d.ts}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { a as paths } from "./schemaType-Cc8pwM2-.js";
|
|
2
|
-
import { ForceDig } from "@readyfor/api-client-base";
|
|
2
|
+
import { FetcherOptions, ForceDig } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/campaignsCampaignIdImagesId.d.ts
|
|
4
4
|
type CampaignsCampaignIdImagesIdDeleteOperation = paths["/api/campaigns/{campaign_id}/images/{id}"]["delete"];
|
|
5
|
-
declare const buildCampaignsCampaignIdImagesIdDeleteFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<void>;
|
|
5
|
+
declare const buildCampaignsCampaignIdImagesIdDeleteFetcher: (requestInit?: RequestInit, options?: FetcherOptions) => (input: RequestInfo, requestInit?: RequestInit) => Promise<void>;
|
|
6
6
|
type CampaignsCampaignIdImagesIdDeletePath = ForceDig<CampaignsCampaignIdImagesIdDeleteOperation, ["parameters", "path"]>;
|
|
7
|
-
declare const deleteCampaignsCampaignIdImagesId: (path: CampaignsCampaignIdImagesIdDeletePath, customRequestInit?: RequestInit) => Promise<void>;
|
|
7
|
+
declare const deleteCampaignsCampaignIdImagesId: (path: CampaignsCampaignIdImagesIdDeletePath, customRequestInit?: RequestInit, options?: FetcherOptions) => Promise<void>;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { buildCampaignsCampaignIdImagesIdDeleteFetcher as n, deleteCampaignsCampaignIdImagesId as r, CampaignsCampaignIdImagesIdDeletePath as t };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { a as paths } from "./schemaType-Cc8pwM2-.js";
|
|
2
|
-
import { ForceDig } from "@readyfor/api-client-base";
|
|
2
|
+
import { FetcherOptions, ForceDig } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/campaignsId.d.ts
|
|
4
4
|
type CampaignsIdGetOperation = paths["/api/campaigns/{id}"]["get"];
|
|
5
5
|
type CampaignsIdGetResponse = CampaignsIdGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
|
-
declare const buildCampaignsIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
|
+
declare const buildCampaignsIdGetFetcher: (requestInit?: RequestInit, options?: FetcherOptions) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
campaignDetail: ({
|
|
8
8
|
id: number;
|
|
9
9
|
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
@@ -77,7 +77,7 @@ declare const buildCampaignsIdGetFetcher: (requestInit?: RequestInit) => (input:
|
|
|
77
77
|
});
|
|
78
78
|
}>;
|
|
79
79
|
type CampaignsIdGetPath = ForceDig<CampaignsIdGetOperation, ["parameters", "path"]>;
|
|
80
|
-
declare const getCampaignsId: (path: CampaignsIdGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
80
|
+
declare const getCampaignsId: (path: CampaignsIdGetPath, customRequestInit?: RequestInit, options?: FetcherOptions) => Promise<{
|
|
81
81
|
campaignDetail: ({
|
|
82
82
|
id: number;
|
|
83
83
|
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
@@ -151,12 +151,12 @@ declare const getCampaignsId: (path: CampaignsIdGetPath, customRequestInit?: Req
|
|
|
151
151
|
});
|
|
152
152
|
}>;
|
|
153
153
|
type CampaignsIdDeleteOperation = paths["/api/campaigns/{id}"]["delete"];
|
|
154
|
-
declare const buildCampaignsIdDeleteFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<void>;
|
|
154
|
+
declare const buildCampaignsIdDeleteFetcher: (requestInit?: RequestInit, options?: FetcherOptions) => (input: RequestInfo, requestInit?: RequestInit) => Promise<void>;
|
|
155
155
|
type CampaignsIdDeletePath = ForceDig<CampaignsIdDeleteOperation, ["parameters", "path"]>;
|
|
156
|
-
declare const deleteCampaignsId: (path: CampaignsIdDeletePath, customRequestInit?: RequestInit) => Promise<void>;
|
|
156
|
+
declare const deleteCampaignsId: (path: CampaignsIdDeletePath, customRequestInit?: RequestInit, options?: FetcherOptions) => Promise<void>;
|
|
157
157
|
type CampaignsIdPatchOperation = paths["/api/campaigns/{id}"]["patch"];
|
|
158
158
|
type CampaignsIdPatchResponse = CampaignsIdPatchOperation["responses"]["200"]["content"]["application/json"];
|
|
159
|
-
declare const buildCampaignsIdPatchFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
159
|
+
declare const buildCampaignsIdPatchFetcher: (requestInit?: RequestInit, options?: FetcherOptions) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
160
160
|
campaignDetail: ({
|
|
161
161
|
id: number;
|
|
162
162
|
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
@@ -231,7 +231,7 @@ declare const buildCampaignsIdPatchFetcher: (requestInit?: RequestInit) => (inpu
|
|
|
231
231
|
}>;
|
|
232
232
|
type CampaignsIdPatchPath = ForceDig<CampaignsIdPatchOperation, ["parameters", "path"]>;
|
|
233
233
|
type CampaignsIdPatchRequestBody = ForceDig<CampaignsIdPatchOperation, ["requestBody", "content", "multipart/form-data"]>;
|
|
234
|
-
declare const patchCampaignsId: (path: CampaignsIdPatchPath, requestBody: FormData, customRequestInit?: RequestInit) => Promise<{
|
|
234
|
+
declare const patchCampaignsId: (path: CampaignsIdPatchPath, requestBody: FormData, customRequestInit?: RequestInit, options?: FetcherOptions) => Promise<{
|
|
235
235
|
campaignDetail: ({
|
|
236
236
|
id: number;
|
|
237
237
|
status: "draft" | "scheduled" | "delivering" | "delivered" | "deliveryFailed";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { a as paths } from "./schemaType-Cc8pwM2-.js";
|
|
2
|
-
import { ForceDig } from "@readyfor/api-client-base";
|
|
2
|
+
import { FetcherOptions, ForceDig } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/campaignsIdDeliveryJob.d.ts
|
|
4
4
|
type CampaignsIdDeliveryJobPostOperation = paths["/api/campaigns/{id}/delivery_job"]["post"];
|
|
5
|
-
declare const buildCampaignsIdDeliveryJobPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<void>;
|
|
5
|
+
declare const buildCampaignsIdDeliveryJobPostFetcher: (requestInit?: RequestInit, options?: FetcherOptions) => (input: RequestInfo, requestInit?: RequestInit) => Promise<void>;
|
|
6
6
|
type CampaignsIdDeliveryJobPostPath = ForceDig<CampaignsIdDeliveryJobPostOperation, ["parameters", "path"]>;
|
|
7
|
-
declare const postCampaignsIdDeliveryJob: (path: CampaignsIdDeliveryJobPostPath, customRequestInit?: RequestInit) => Promise<void>;
|
|
7
|
+
declare const postCampaignsIdDeliveryJob: (path: CampaignsIdDeliveryJobPostPath, customRequestInit?: RequestInit, options?: FetcherOptions) => Promise<void>;
|
|
8
8
|
type CampaignsIdDeliveryJobDeleteOperation = paths["/api/campaigns/{id}/delivery_job"]["delete"];
|
|
9
|
-
declare const buildCampaignsIdDeliveryJobDeleteFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<void>;
|
|
9
|
+
declare const buildCampaignsIdDeliveryJobDeleteFetcher: (requestInit?: RequestInit, options?: FetcherOptions) => (input: RequestInfo, requestInit?: RequestInit) => Promise<void>;
|
|
10
10
|
type CampaignsIdDeliveryJobDeletePath = ForceDig<CampaignsIdDeliveryJobDeleteOperation, ["parameters", "path"]>;
|
|
11
|
-
declare const deleteCampaignsIdDeliveryJob: (path: CampaignsIdDeliveryJobDeletePath, customRequestInit?: RequestInit) => Promise<void>;
|
|
11
|
+
declare const deleteCampaignsIdDeliveryJob: (path: CampaignsIdDeliveryJobDeletePath, customRequestInit?: RequestInit, options?: FetcherOptions) => Promise<void>;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { deleteCampaignsIdDeliveryJob as a, buildCampaignsIdDeliveryJobPostFetcher as i, CampaignsIdDeliveryJobPostPath as n, postCampaignsIdDeliveryJob as o, buildCampaignsIdDeliveryJobDeleteFetcher as r, CampaignsIdDeliveryJobDeletePath as t };
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { a as paths } from "./schemaType-Cc8pwM2-.js";
|
|
2
|
-
import { ForceDig } from "@readyfor/api-client-base";
|
|
2
|
+
import { FetcherOptions, ForceDig } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/campaignsIdImages.d.ts
|
|
4
4
|
type CampaignsIdImagesPostOperation = paths["/api/campaigns/{id}/images"]["post"];
|
|
5
5
|
type CampaignsIdImagesPostResponse = CampaignsIdImagesPostOperation["responses"]["201"]["content"]["application/json"];
|
|
6
|
-
declare const buildCampaignsIdImagesPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
|
+
declare const buildCampaignsIdImagesPostFetcher: (requestInit?: RequestInit, options?: FetcherOptions) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
id: number;
|
|
8
8
|
key: string;
|
|
9
9
|
}>;
|
|
10
10
|
type CampaignsIdImagesPostPath = ForceDig<CampaignsIdImagesPostOperation, ["parameters", "path"]>;
|
|
11
11
|
type CampaignsIdImagesPostRequestBody = ForceDig<CampaignsIdImagesPostOperation, ["requestBody", "content", "multipart/form-data"]>;
|
|
12
|
-
declare const postCampaignsIdImages: (path: CampaignsIdImagesPostPath, requestBody: FormData, customRequestInit?: RequestInit) => Promise<{
|
|
12
|
+
declare const postCampaignsIdImages: (path: CampaignsIdImagesPostPath, requestBody: FormData, customRequestInit?: RequestInit, options?: FetcherOptions) => Promise<{
|
|
13
13
|
id: number;
|
|
14
14
|
key: string;
|
|
15
15
|
}>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { a as paths } from "./schemaType-Cc8pwM2-.js";
|
|
2
|
-
import { ForceDig } from "@readyfor/api-client-base";
|
|
2
|
+
import { FetcherOptions, ForceDig } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/campaignsIdPreview.d.ts
|
|
4
4
|
type CampaignsIdPreviewGetOperation = paths["/api/campaigns/{id}/preview"]["get"];
|
|
5
5
|
type CampaignsIdPreviewGetResponse = CampaignsIdPreviewGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
|
-
declare const buildCampaignsIdPreviewGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
|
+
declare const buildCampaignsIdPreviewGetFetcher: (requestInit?: RequestInit, options?: FetcherOptions) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
content: string;
|
|
8
8
|
}>;
|
|
9
9
|
type CampaignsIdPreviewGetPath = ForceDig<CampaignsIdPreviewGetOperation, ["parameters", "path"]>;
|
|
10
|
-
declare const getCampaignsIdPreview: (path: CampaignsIdPreviewGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
10
|
+
declare const getCampaignsIdPreview: (path: CampaignsIdPreviewGetPath, customRequestInit?: RequestInit, options?: FetcherOptions) => Promise<{
|
|
11
11
|
content: string;
|
|
12
12
|
}>;
|
|
13
13
|
//#endregion
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { a as paths } from "./schemaType-Cc8pwM2-.js";
|
|
2
|
-
import { ForceDig } from "@readyfor/api-client-base";
|
|
2
|
+
import { FetcherOptions, ForceDig } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/campaignsIdPreviewDeliveryEmail.d.ts
|
|
4
4
|
type CampaignsIdPreviewDeliveryEmailPostOperation = paths["/api/campaigns/{id}/preview_delivery_email"]["post"];
|
|
5
|
-
declare const buildCampaignsIdPreviewDeliveryEmailPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<void>;
|
|
5
|
+
declare const buildCampaignsIdPreviewDeliveryEmailPostFetcher: (requestInit?: RequestInit, options?: FetcherOptions) => (input: RequestInfo, requestInit?: RequestInit) => Promise<void>;
|
|
6
6
|
type CampaignsIdPreviewDeliveryEmailPostPath = ForceDig<CampaignsIdPreviewDeliveryEmailPostOperation, ["parameters", "path"]>;
|
|
7
7
|
type CampaignsIdPreviewDeliveryEmailPostRequestBody = ForceDig<CampaignsIdPreviewDeliveryEmailPostOperation, ["requestBody", "content", "application/json"]>;
|
|
8
|
-
declare const postCampaignsIdPreviewDeliveryEmail: (path: CampaignsIdPreviewDeliveryEmailPostPath, requestBody: CampaignsIdPreviewDeliveryEmailPostRequestBody, customRequestInit?: RequestInit) => Promise<void>;
|
|
8
|
+
declare const postCampaignsIdPreviewDeliveryEmail: (path: CampaignsIdPreviewDeliveryEmailPostPath, requestBody: CampaignsIdPreviewDeliveryEmailPostRequestBody, customRequestInit?: RequestInit, options?: FetcherOptions) => Promise<void>;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { postCampaignsIdPreviewDeliveryEmail as i, CampaignsIdPreviewDeliveryEmailPostRequestBody as n, buildCampaignsIdPreviewDeliveryEmailPostFetcher as r, CampaignsIdPreviewDeliveryEmailPostPath as t };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { a as paths } from "./schemaType-Cc8pwM2-.js";
|
|
2
|
-
import { ForceDig } from "@readyfor/api-client-base";
|
|
2
|
+
import { FetcherOptions, ForceDig } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/campaignsIdUtmCampaignConflicts.d.ts
|
|
4
4
|
type CampaignsIdUtmCampaignConflictsGetOperation = paths["/api/campaigns/{id}/utm_campaign_conflicts"]["get"];
|
|
5
5
|
type CampaignsIdUtmCampaignConflictsGetResponse = CampaignsIdUtmCampaignConflictsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
|
-
declare const buildCampaignsIdUtmCampaignConflictsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
|
+
declare const buildCampaignsIdUtmCampaignConflictsGetFetcher: (requestInit?: RequestInit, options?: FetcherOptions) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
campaigns: {
|
|
8
8
|
id: number;
|
|
9
9
|
title: string | null;
|
|
@@ -11,7 +11,7 @@ declare const buildCampaignsIdUtmCampaignConflictsGetFetcher: (requestInit?: Req
|
|
|
11
11
|
}>;
|
|
12
12
|
type CampaignsIdUtmCampaignConflictsGetPath = ForceDig<CampaignsIdUtmCampaignConflictsGetOperation, ["parameters", "path"]>;
|
|
13
13
|
type CampaignsIdUtmCampaignConflictsGetQuery = ForceDig<CampaignsIdUtmCampaignConflictsGetOperation, ["parameters", "query"]>;
|
|
14
|
-
declare const getCampaignsIdUtmCampaignConflicts: (path: CampaignsIdUtmCampaignConflictsGetPath, query: CampaignsIdUtmCampaignConflictsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
14
|
+
declare const getCampaignsIdUtmCampaignConflicts: (path: CampaignsIdUtmCampaignConflictsGetPath, query: CampaignsIdUtmCampaignConflictsGetQuery, customRequestInit?: RequestInit, options?: FetcherOptions) => Promise<{
|
|
15
15
|
campaigns: {
|
|
16
16
|
id: number;
|
|
17
17
|
title: string | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as buildCampaignsGetFetcher, c as postCampaigns, i as CampaignsPostResponse, n as CampaignsGetResponse, o as buildCampaignsPostFetcher, r as CampaignsPostRequestBody, s as getCampaigns, t as CampaignsGetQuery } from "../campaigns-
|
|
1
|
+
import { a as buildCampaignsGetFetcher, c as postCampaigns, i as CampaignsPostResponse, n as CampaignsGetResponse, o as buildCampaignsPostFetcher, r as CampaignsPostRequestBody, s as getCampaigns, t as CampaignsGetQuery } from "../campaigns-CvlNCzxv.js";
|
|
2
2
|
export { CampaignsGetQuery, CampaignsGetResponse, CampaignsPostRequestBody, CampaignsPostResponse, buildCampaignsGetFetcher, buildCampaignsPostFetcher, getCampaigns, postCampaigns };
|
package/dist/fetch/campaigns.js
CHANGED
|
@@ -2,21 +2,21 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
2
2
|
const require_components = require("../components.js");
|
|
3
3
|
let _readyfor_api_client_base = require("@readyfor/api-client-base");
|
|
4
4
|
//#region src/fetch/campaigns.ts
|
|
5
|
-
const buildCampaignsGetFetcher = (requestInit) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.GetCampaignsResponse, { ...requestInit });
|
|
6
|
-
const getCampaigns = (query, customRequestInit) => {
|
|
5
|
+
const buildCampaignsGetFetcher = (requestInit, options) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.GetCampaignsResponse, { ...requestInit }, options);
|
|
6
|
+
const getCampaigns = (query, customRequestInit, options) => {
|
|
7
7
|
const requestInfo = (0, _readyfor_api_client_base.__internal__requestUrl)("/api/campaigns", {}, query);
|
|
8
8
|
const requestInit = (0, _readyfor_api_client_base.buildRequestInitWithDefaultConfig)((0, _readyfor_api_client_base.mergeRequestInit)(customRequestInit ?? {}, { method: "GET" }));
|
|
9
|
-
return buildCampaignsGetFetcher(requestInit)(requestInfo);
|
|
9
|
+
return buildCampaignsGetFetcher(requestInit, options)(requestInfo);
|
|
10
10
|
};
|
|
11
|
-
const buildCampaignsPostFetcher = (requestInit) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.PostCampaignsResponse, { ...requestInit });
|
|
12
|
-
const postCampaigns = (requestBody, customRequestInit) => {
|
|
11
|
+
const buildCampaignsPostFetcher = (requestInit, options) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.PostCampaignsResponse, { ...requestInit }, options);
|
|
12
|
+
const postCampaigns = (requestBody, customRequestInit, options) => {
|
|
13
13
|
const requestInfo = (0, _readyfor_api_client_base.__internal__requestUrl)("/api/campaigns");
|
|
14
14
|
const requestInit = (0, _readyfor_api_client_base.buildRequestInitWithDefaultConfig)((0, _readyfor_api_client_base.mergeRequestInit)(customRequestInit ?? {}, {
|
|
15
15
|
method: "POST",
|
|
16
16
|
headers: { "Content-Type": "application/json" },
|
|
17
17
|
body: JSON.stringify(requestBody)
|
|
18
18
|
}));
|
|
19
|
-
return buildCampaignsPostFetcher(requestInit)(requestInfo);
|
|
19
|
+
return buildCampaignsPostFetcher(requestInit, options)(requestInfo);
|
|
20
20
|
};
|
|
21
21
|
//#endregion
|
|
22
22
|
exports.buildCampaignsGetFetcher = buildCampaignsGetFetcher;
|
package/dist/fetch/campaigns.mjs
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { GetCampaignsResponse, PostCampaignsResponse } from "../components.mjs";
|
|
2
2
|
import { __internal__requestUrl, buildRequestInitWithDefaultConfig, createJsonFetcher, mergeRequestInit } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/campaigns.ts
|
|
4
|
-
const buildCampaignsGetFetcher = (requestInit) => createJsonFetcher(GetCampaignsResponse, { ...requestInit });
|
|
5
|
-
const getCampaigns = (query, customRequestInit) => {
|
|
4
|
+
const buildCampaignsGetFetcher = (requestInit, options) => createJsonFetcher(GetCampaignsResponse, { ...requestInit }, options);
|
|
5
|
+
const getCampaigns = (query, customRequestInit, options) => {
|
|
6
6
|
const requestInfo = __internal__requestUrl("/api/campaigns", {}, query);
|
|
7
7
|
const requestInit = buildRequestInitWithDefaultConfig(mergeRequestInit(customRequestInit ?? {}, { method: "GET" }));
|
|
8
|
-
return buildCampaignsGetFetcher(requestInit)(requestInfo);
|
|
8
|
+
return buildCampaignsGetFetcher(requestInit, options)(requestInfo);
|
|
9
9
|
};
|
|
10
|
-
const buildCampaignsPostFetcher = (requestInit) => createJsonFetcher(PostCampaignsResponse, { ...requestInit });
|
|
11
|
-
const postCampaigns = (requestBody, customRequestInit) => {
|
|
10
|
+
const buildCampaignsPostFetcher = (requestInit, options) => createJsonFetcher(PostCampaignsResponse, { ...requestInit }, options);
|
|
11
|
+
const postCampaigns = (requestBody, customRequestInit, options) => {
|
|
12
12
|
const requestInfo = __internal__requestUrl("/api/campaigns");
|
|
13
13
|
const requestInit = buildRequestInitWithDefaultConfig(mergeRequestInit(customRequestInit ?? {}, {
|
|
14
14
|
method: "POST",
|
|
15
15
|
headers: { "Content-Type": "application/json" },
|
|
16
16
|
body: JSON.stringify(requestBody)
|
|
17
17
|
}));
|
|
18
|
-
return buildCampaignsPostFetcher(requestInit)(requestInfo);
|
|
18
|
+
return buildCampaignsPostFetcher(requestInit, options)(requestInfo);
|
|
19
19
|
};
|
|
20
20
|
//#endregion
|
|
21
21
|
export { buildCampaignsGetFetcher, buildCampaignsPostFetcher, getCampaigns, postCampaigns };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as buildCampaignsCampaignIdImagesIdDeleteFetcher, r as deleteCampaignsCampaignIdImagesId, t as CampaignsCampaignIdImagesIdDeletePath } from "../campaignsCampaignIdImagesId-
|
|
1
|
+
import { n as buildCampaignsCampaignIdImagesIdDeleteFetcher, r as deleteCampaignsCampaignIdImagesId, t as CampaignsCampaignIdImagesIdDeletePath } from "../campaignsCampaignIdImagesId-k8im1ib-.js";
|
|
2
2
|
export { CampaignsCampaignIdImagesIdDeletePath, buildCampaignsCampaignIdImagesIdDeleteFetcher, deleteCampaignsCampaignIdImagesId };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
let _readyfor_api_client_base = require("@readyfor/api-client-base");
|
|
3
3
|
//#region src/fetch/campaignsCampaignIdImagesId.ts
|
|
4
|
-
const buildCampaignsCampaignIdImagesIdDeleteFetcher = (requestInit) => (0, _readyfor_api_client_base.createVoidFetcher)({ ...requestInit });
|
|
5
|
-
const deleteCampaignsCampaignIdImagesId = (path, customRequestInit) => {
|
|
4
|
+
const buildCampaignsCampaignIdImagesIdDeleteFetcher = (requestInit, options) => (0, _readyfor_api_client_base.createVoidFetcher)({ ...requestInit }, options);
|
|
5
|
+
const deleteCampaignsCampaignIdImagesId = (path, customRequestInit, options) => {
|
|
6
6
|
const requestInfo = (0, _readyfor_api_client_base.__internal__requestUrl)("/api/campaigns/{campaign_id}/images/{id}", path);
|
|
7
7
|
const requestInit = (0, _readyfor_api_client_base.buildRequestInitWithDefaultConfig)((0, _readyfor_api_client_base.mergeRequestInit)(customRequestInit ?? {}, { method: "DELETE" }));
|
|
8
|
-
return buildCampaignsCampaignIdImagesIdDeleteFetcher(requestInit)(requestInfo);
|
|
8
|
+
return buildCampaignsCampaignIdImagesIdDeleteFetcher(requestInit, options)(requestInfo);
|
|
9
9
|
};
|
|
10
10
|
//#endregion
|
|
11
11
|
exports.buildCampaignsCampaignIdImagesIdDeleteFetcher = buildCampaignsCampaignIdImagesIdDeleteFetcher;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { __internal__requestUrl, buildRequestInitWithDefaultConfig, createVoidFetcher, mergeRequestInit } from "@readyfor/api-client-base";
|
|
2
2
|
//#region src/fetch/campaignsCampaignIdImagesId.ts
|
|
3
|
-
const buildCampaignsCampaignIdImagesIdDeleteFetcher = (requestInit) => createVoidFetcher({ ...requestInit });
|
|
4
|
-
const deleteCampaignsCampaignIdImagesId = (path, customRequestInit) => {
|
|
3
|
+
const buildCampaignsCampaignIdImagesIdDeleteFetcher = (requestInit, options) => createVoidFetcher({ ...requestInit }, options);
|
|
4
|
+
const deleteCampaignsCampaignIdImagesId = (path, customRequestInit, options) => {
|
|
5
5
|
const requestInfo = __internal__requestUrl("/api/campaigns/{campaign_id}/images/{id}", path);
|
|
6
6
|
const requestInit = buildRequestInitWithDefaultConfig(mergeRequestInit(customRequestInit ?? {}, { method: "DELETE" }));
|
|
7
|
-
return buildCampaignsCampaignIdImagesIdDeleteFetcher(requestInit)(requestInfo);
|
|
7
|
+
return buildCampaignsCampaignIdImagesIdDeleteFetcher(requestInit, options)(requestInfo);
|
|
8
8
|
};
|
|
9
9
|
//#endregion
|
|
10
10
|
export { buildCampaignsCampaignIdImagesIdDeleteFetcher, deleteCampaignsCampaignIdImagesId };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as CampaignsIdPatchRequestBody, c as buildCampaignsIdGetFetcher, d as getCampaignsId, f as patchCampaignsId, i as CampaignsIdPatchPath, l as buildCampaignsIdPatchFetcher, n as CampaignsIdGetPath, o as CampaignsIdPatchResponse, r as CampaignsIdGetResponse, s as buildCampaignsIdDeleteFetcher, t as CampaignsIdDeletePath, u as deleteCampaignsId } from "../campaignsId-
|
|
1
|
+
import { a as CampaignsIdPatchRequestBody, c as buildCampaignsIdGetFetcher, d as getCampaignsId, f as patchCampaignsId, i as CampaignsIdPatchPath, l as buildCampaignsIdPatchFetcher, n as CampaignsIdGetPath, o as CampaignsIdPatchResponse, r as CampaignsIdGetResponse, s as buildCampaignsIdDeleteFetcher, t as CampaignsIdDeletePath, u as deleteCampaignsId } from "../campaignsId-CtvgOwmQ.js";
|
|
2
2
|
export { CampaignsIdDeletePath, CampaignsIdGetPath, CampaignsIdGetResponse, CampaignsIdPatchPath, CampaignsIdPatchRequestBody, CampaignsIdPatchResponse, buildCampaignsIdDeleteFetcher, buildCampaignsIdGetFetcher, buildCampaignsIdPatchFetcher, deleteCampaignsId, getCampaignsId, patchCampaignsId };
|
|
@@ -2,26 +2,26 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
2
2
|
const require_components = require("../components.js");
|
|
3
3
|
let _readyfor_api_client_base = require("@readyfor/api-client-base");
|
|
4
4
|
//#region src/fetch/campaignsId.ts
|
|
5
|
-
const buildCampaignsIdGetFetcher = (requestInit) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.CampaignsCampaignIdResponse, { ...requestInit });
|
|
6
|
-
const getCampaignsId = (path, customRequestInit) => {
|
|
5
|
+
const buildCampaignsIdGetFetcher = (requestInit, options) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.CampaignsCampaignIdResponse, { ...requestInit }, options);
|
|
6
|
+
const getCampaignsId = (path, customRequestInit, options) => {
|
|
7
7
|
const requestInfo = (0, _readyfor_api_client_base.__internal__requestUrl)("/api/campaigns/{id}", path);
|
|
8
8
|
const requestInit = (0, _readyfor_api_client_base.buildRequestInitWithDefaultConfig)((0, _readyfor_api_client_base.mergeRequestInit)(customRequestInit ?? {}, { method: "GET" }));
|
|
9
|
-
return buildCampaignsIdGetFetcher(requestInit)(requestInfo);
|
|
9
|
+
return buildCampaignsIdGetFetcher(requestInit, options)(requestInfo);
|
|
10
10
|
};
|
|
11
|
-
const buildCampaignsIdDeleteFetcher = (requestInit) => (0, _readyfor_api_client_base.createVoidFetcher)({ ...requestInit });
|
|
12
|
-
const deleteCampaignsId = (path, customRequestInit) => {
|
|
11
|
+
const buildCampaignsIdDeleteFetcher = (requestInit, options) => (0, _readyfor_api_client_base.createVoidFetcher)({ ...requestInit }, options);
|
|
12
|
+
const deleteCampaignsId = (path, customRequestInit, options) => {
|
|
13
13
|
const requestInfo = (0, _readyfor_api_client_base.__internal__requestUrl)("/api/campaigns/{id}", path);
|
|
14
14
|
const requestInit = (0, _readyfor_api_client_base.buildRequestInitWithDefaultConfig)((0, _readyfor_api_client_base.mergeRequestInit)(customRequestInit ?? {}, { method: "DELETE" }));
|
|
15
|
-
return buildCampaignsIdDeleteFetcher(requestInit)(requestInfo);
|
|
15
|
+
return buildCampaignsIdDeleteFetcher(requestInit, options)(requestInfo);
|
|
16
16
|
};
|
|
17
|
-
const buildCampaignsIdPatchFetcher = (requestInit) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.CampaignsCampaignIdResponse, { ...requestInit });
|
|
18
|
-
const patchCampaignsId = (path, requestBody, customRequestInit) => {
|
|
17
|
+
const buildCampaignsIdPatchFetcher = (requestInit, options) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.CampaignsCampaignIdResponse, { ...requestInit }, options);
|
|
18
|
+
const patchCampaignsId = (path, requestBody, customRequestInit, options) => {
|
|
19
19
|
const requestInfo = (0, _readyfor_api_client_base.__internal__requestUrl)("/api/campaigns/{id}", path);
|
|
20
20
|
const requestInit = (0, _readyfor_api_client_base.buildRequestInitWithDefaultConfig)((0, _readyfor_api_client_base.mergeRequestInit)(customRequestInit ?? {}, {
|
|
21
21
|
method: "PATCH",
|
|
22
22
|
body: requestBody
|
|
23
23
|
}));
|
|
24
|
-
return buildCampaignsIdPatchFetcher(requestInit)(requestInfo);
|
|
24
|
+
return buildCampaignsIdPatchFetcher(requestInit, options)(requestInfo);
|
|
25
25
|
};
|
|
26
26
|
//#endregion
|
|
27
27
|
exports.buildCampaignsIdDeleteFetcher = buildCampaignsIdDeleteFetcher;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import { CampaignsCampaignIdResponse } from "../components.mjs";
|
|
2
2
|
import { __internal__requestUrl, buildRequestInitWithDefaultConfig, createJsonFetcher, createVoidFetcher, mergeRequestInit } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/campaignsId.ts
|
|
4
|
-
const buildCampaignsIdGetFetcher = (requestInit) => createJsonFetcher(CampaignsCampaignIdResponse, { ...requestInit });
|
|
5
|
-
const getCampaignsId = (path, customRequestInit) => {
|
|
4
|
+
const buildCampaignsIdGetFetcher = (requestInit, options) => createJsonFetcher(CampaignsCampaignIdResponse, { ...requestInit }, options);
|
|
5
|
+
const getCampaignsId = (path, customRequestInit, options) => {
|
|
6
6
|
const requestInfo = __internal__requestUrl("/api/campaigns/{id}", path);
|
|
7
7
|
const requestInit = buildRequestInitWithDefaultConfig(mergeRequestInit(customRequestInit ?? {}, { method: "GET" }));
|
|
8
|
-
return buildCampaignsIdGetFetcher(requestInit)(requestInfo);
|
|
8
|
+
return buildCampaignsIdGetFetcher(requestInit, options)(requestInfo);
|
|
9
9
|
};
|
|
10
|
-
const buildCampaignsIdDeleteFetcher = (requestInit) => createVoidFetcher({ ...requestInit });
|
|
11
|
-
const deleteCampaignsId = (path, customRequestInit) => {
|
|
10
|
+
const buildCampaignsIdDeleteFetcher = (requestInit, options) => createVoidFetcher({ ...requestInit }, options);
|
|
11
|
+
const deleteCampaignsId = (path, customRequestInit, options) => {
|
|
12
12
|
const requestInfo = __internal__requestUrl("/api/campaigns/{id}", path);
|
|
13
13
|
const requestInit = buildRequestInitWithDefaultConfig(mergeRequestInit(customRequestInit ?? {}, { method: "DELETE" }));
|
|
14
|
-
return buildCampaignsIdDeleteFetcher(requestInit)(requestInfo);
|
|
14
|
+
return buildCampaignsIdDeleteFetcher(requestInit, options)(requestInfo);
|
|
15
15
|
};
|
|
16
|
-
const buildCampaignsIdPatchFetcher = (requestInit) => createJsonFetcher(CampaignsCampaignIdResponse, { ...requestInit });
|
|
17
|
-
const patchCampaignsId = (path, requestBody, customRequestInit) => {
|
|
16
|
+
const buildCampaignsIdPatchFetcher = (requestInit, options) => createJsonFetcher(CampaignsCampaignIdResponse, { ...requestInit }, options);
|
|
17
|
+
const patchCampaignsId = (path, requestBody, customRequestInit, options) => {
|
|
18
18
|
const requestInfo = __internal__requestUrl("/api/campaigns/{id}", path);
|
|
19
19
|
const requestInit = buildRequestInitWithDefaultConfig(mergeRequestInit(customRequestInit ?? {}, {
|
|
20
20
|
method: "PATCH",
|
|
21
21
|
body: requestBody
|
|
22
22
|
}));
|
|
23
|
-
return buildCampaignsIdPatchFetcher(requestInit)(requestInfo);
|
|
23
|
+
return buildCampaignsIdPatchFetcher(requestInit, options)(requestInfo);
|
|
24
24
|
};
|
|
25
25
|
//#endregion
|
|
26
26
|
export { buildCampaignsIdDeleteFetcher, buildCampaignsIdGetFetcher, buildCampaignsIdPatchFetcher, deleteCampaignsId, getCampaignsId, patchCampaignsId };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as deleteCampaignsIdDeliveryJob, i as buildCampaignsIdDeliveryJobPostFetcher, n as CampaignsIdDeliveryJobPostPath, o as postCampaignsIdDeliveryJob, r as buildCampaignsIdDeliveryJobDeleteFetcher, t as CampaignsIdDeliveryJobDeletePath } from "../campaignsIdDeliveryJob-
|
|
1
|
+
import { a as deleteCampaignsIdDeliveryJob, i as buildCampaignsIdDeliveryJobPostFetcher, n as CampaignsIdDeliveryJobPostPath, o as postCampaignsIdDeliveryJob, r as buildCampaignsIdDeliveryJobDeleteFetcher, t as CampaignsIdDeliveryJobDeletePath } from "../campaignsIdDeliveryJob-Byny266Y.js";
|
|
2
2
|
export { CampaignsIdDeliveryJobDeletePath, CampaignsIdDeliveryJobPostPath, buildCampaignsIdDeliveryJobDeleteFetcher, buildCampaignsIdDeliveryJobPostFetcher, deleteCampaignsIdDeliveryJob, postCampaignsIdDeliveryJob };
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
let _readyfor_api_client_base = require("@readyfor/api-client-base");
|
|
3
3
|
//#region src/fetch/campaignsIdDeliveryJob.ts
|
|
4
|
-
const buildCampaignsIdDeliveryJobPostFetcher = (requestInit) => (0, _readyfor_api_client_base.createVoidFetcher)({ ...requestInit });
|
|
5
|
-
const postCampaignsIdDeliveryJob = (path, customRequestInit) => {
|
|
4
|
+
const buildCampaignsIdDeliveryJobPostFetcher = (requestInit, options) => (0, _readyfor_api_client_base.createVoidFetcher)({ ...requestInit }, options);
|
|
5
|
+
const postCampaignsIdDeliveryJob = (path, customRequestInit, options) => {
|
|
6
6
|
const requestInfo = (0, _readyfor_api_client_base.__internal__requestUrl)("/api/campaigns/{id}/delivery_job", path);
|
|
7
7
|
const requestInit = (0, _readyfor_api_client_base.buildRequestInitWithDefaultConfig)((0, _readyfor_api_client_base.mergeRequestInit)(customRequestInit ?? {}, { method: "POST" }));
|
|
8
|
-
return buildCampaignsIdDeliveryJobPostFetcher(requestInit)(requestInfo);
|
|
8
|
+
return buildCampaignsIdDeliveryJobPostFetcher(requestInit, options)(requestInfo);
|
|
9
9
|
};
|
|
10
|
-
const buildCampaignsIdDeliveryJobDeleteFetcher = (requestInit) => (0, _readyfor_api_client_base.createVoidFetcher)({ ...requestInit });
|
|
11
|
-
const deleteCampaignsIdDeliveryJob = (path, customRequestInit) => {
|
|
10
|
+
const buildCampaignsIdDeliveryJobDeleteFetcher = (requestInit, options) => (0, _readyfor_api_client_base.createVoidFetcher)({ ...requestInit }, options);
|
|
11
|
+
const deleteCampaignsIdDeliveryJob = (path, customRequestInit, options) => {
|
|
12
12
|
const requestInfo = (0, _readyfor_api_client_base.__internal__requestUrl)("/api/campaigns/{id}/delivery_job", path);
|
|
13
13
|
const requestInit = (0, _readyfor_api_client_base.buildRequestInitWithDefaultConfig)((0, _readyfor_api_client_base.mergeRequestInit)(customRequestInit ?? {}, { method: "DELETE" }));
|
|
14
|
-
return buildCampaignsIdDeliveryJobDeleteFetcher(requestInit)(requestInfo);
|
|
14
|
+
return buildCampaignsIdDeliveryJobDeleteFetcher(requestInit, options)(requestInfo);
|
|
15
15
|
};
|
|
16
16
|
//#endregion
|
|
17
17
|
exports.buildCampaignsIdDeliveryJobDeleteFetcher = buildCampaignsIdDeliveryJobDeleteFetcher;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { __internal__requestUrl, buildRequestInitWithDefaultConfig, createVoidFetcher, mergeRequestInit } from "@readyfor/api-client-base";
|
|
2
2
|
//#region src/fetch/campaignsIdDeliveryJob.ts
|
|
3
|
-
const buildCampaignsIdDeliveryJobPostFetcher = (requestInit) => createVoidFetcher({ ...requestInit });
|
|
4
|
-
const postCampaignsIdDeliveryJob = (path, customRequestInit) => {
|
|
3
|
+
const buildCampaignsIdDeliveryJobPostFetcher = (requestInit, options) => createVoidFetcher({ ...requestInit }, options);
|
|
4
|
+
const postCampaignsIdDeliveryJob = (path, customRequestInit, options) => {
|
|
5
5
|
const requestInfo = __internal__requestUrl("/api/campaigns/{id}/delivery_job", path);
|
|
6
6
|
const requestInit = buildRequestInitWithDefaultConfig(mergeRequestInit(customRequestInit ?? {}, { method: "POST" }));
|
|
7
|
-
return buildCampaignsIdDeliveryJobPostFetcher(requestInit)(requestInfo);
|
|
7
|
+
return buildCampaignsIdDeliveryJobPostFetcher(requestInit, options)(requestInfo);
|
|
8
8
|
};
|
|
9
|
-
const buildCampaignsIdDeliveryJobDeleteFetcher = (requestInit) => createVoidFetcher({ ...requestInit });
|
|
10
|
-
const deleteCampaignsIdDeliveryJob = (path, customRequestInit) => {
|
|
9
|
+
const buildCampaignsIdDeliveryJobDeleteFetcher = (requestInit, options) => createVoidFetcher({ ...requestInit }, options);
|
|
10
|
+
const deleteCampaignsIdDeliveryJob = (path, customRequestInit, options) => {
|
|
11
11
|
const requestInfo = __internal__requestUrl("/api/campaigns/{id}/delivery_job", path);
|
|
12
12
|
const requestInit = buildRequestInitWithDefaultConfig(mergeRequestInit(customRequestInit ?? {}, { method: "DELETE" }));
|
|
13
|
-
return buildCampaignsIdDeliveryJobDeleteFetcher(requestInit)(requestInfo);
|
|
13
|
+
return buildCampaignsIdDeliveryJobDeleteFetcher(requestInit, options)(requestInfo);
|
|
14
14
|
};
|
|
15
15
|
//#endregion
|
|
16
16
|
export { buildCampaignsIdDeliveryJobDeleteFetcher, buildCampaignsIdDeliveryJobPostFetcher, deleteCampaignsIdDeliveryJob, postCampaignsIdDeliveryJob };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as postCampaignsIdImages, i as buildCampaignsIdImagesPostFetcher, n as CampaignsIdImagesPostRequestBody, r as CampaignsIdImagesPostResponse, t as CampaignsIdImagesPostPath } from "../campaignsIdImages-
|
|
1
|
+
import { a as postCampaignsIdImages, i as buildCampaignsIdImagesPostFetcher, n as CampaignsIdImagesPostRequestBody, r as CampaignsIdImagesPostResponse, t as CampaignsIdImagesPostPath } from "../campaignsIdImages-Bp8LnM0e.js";
|
|
2
2
|
export { CampaignsIdImagesPostPath, CampaignsIdImagesPostRequestBody, CampaignsIdImagesPostResponse, buildCampaignsIdImagesPostFetcher, postCampaignsIdImages };
|
|
@@ -2,14 +2,14 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
2
2
|
const require_components = require("../components.js");
|
|
3
3
|
let _readyfor_api_client_base = require("@readyfor/api-client-base");
|
|
4
4
|
//#region src/fetch/campaignsIdImages.ts
|
|
5
|
-
const buildCampaignsIdImagesPostFetcher = (requestInit) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.Image, { ...requestInit });
|
|
6
|
-
const postCampaignsIdImages = (path, requestBody, customRequestInit) => {
|
|
5
|
+
const buildCampaignsIdImagesPostFetcher = (requestInit, options) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.Image, { ...requestInit }, options);
|
|
6
|
+
const postCampaignsIdImages = (path, requestBody, customRequestInit, options) => {
|
|
7
7
|
const requestInfo = (0, _readyfor_api_client_base.__internal__requestUrl)("/api/campaigns/{id}/images", path);
|
|
8
8
|
const requestInit = (0, _readyfor_api_client_base.buildRequestInitWithDefaultConfig)((0, _readyfor_api_client_base.mergeRequestInit)(customRequestInit ?? {}, {
|
|
9
9
|
method: "POST",
|
|
10
10
|
body: requestBody
|
|
11
11
|
}));
|
|
12
|
-
return buildCampaignsIdImagesPostFetcher(requestInit)(requestInfo);
|
|
12
|
+
return buildCampaignsIdImagesPostFetcher(requestInit, options)(requestInfo);
|
|
13
13
|
};
|
|
14
14
|
//#endregion
|
|
15
15
|
exports.buildCampaignsIdImagesPostFetcher = buildCampaignsIdImagesPostFetcher;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { Image } from "../components.mjs";
|
|
2
2
|
import { __internal__requestUrl, buildRequestInitWithDefaultConfig, createJsonFetcher, mergeRequestInit } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/campaignsIdImages.ts
|
|
4
|
-
const buildCampaignsIdImagesPostFetcher = (requestInit) => createJsonFetcher(Image, { ...requestInit });
|
|
5
|
-
const postCampaignsIdImages = (path, requestBody, customRequestInit) => {
|
|
4
|
+
const buildCampaignsIdImagesPostFetcher = (requestInit, options) => createJsonFetcher(Image, { ...requestInit }, options);
|
|
5
|
+
const postCampaignsIdImages = (path, requestBody, customRequestInit, options) => {
|
|
6
6
|
const requestInfo = __internal__requestUrl("/api/campaigns/{id}/images", path);
|
|
7
7
|
const requestInit = buildRequestInitWithDefaultConfig(mergeRequestInit(customRequestInit ?? {}, {
|
|
8
8
|
method: "POST",
|
|
9
9
|
body: requestBody
|
|
10
10
|
}));
|
|
11
|
-
return buildCampaignsIdImagesPostFetcher(requestInit)(requestInfo);
|
|
11
|
+
return buildCampaignsIdImagesPostFetcher(requestInit, options)(requestInfo);
|
|
12
12
|
};
|
|
13
13
|
//#endregion
|
|
14
14
|
export { buildCampaignsIdImagesPostFetcher, postCampaignsIdImages };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as getCampaignsIdPreview, n as CampaignsIdPreviewGetResponse, r as buildCampaignsIdPreviewGetFetcher, t as CampaignsIdPreviewGetPath } from "../campaignsIdPreview-
|
|
1
|
+
import { i as getCampaignsIdPreview, n as CampaignsIdPreviewGetResponse, r as buildCampaignsIdPreviewGetFetcher, t as CampaignsIdPreviewGetPath } from "../campaignsIdPreview-2ps5etqF.js";
|
|
2
2
|
export { CampaignsIdPreviewGetPath, CampaignsIdPreviewGetResponse, buildCampaignsIdPreviewGetFetcher, getCampaignsIdPreview };
|
|
@@ -2,11 +2,11 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
2
2
|
const require_components = require("../components.js");
|
|
3
3
|
let _readyfor_api_client_base = require("@readyfor/api-client-base");
|
|
4
4
|
//#region src/fetch/campaignsIdPreview.ts
|
|
5
|
-
const buildCampaignsIdPreviewGetFetcher = (requestInit) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.GetCampaignsCampaignIdPreviewResponse, { ...requestInit });
|
|
6
|
-
const getCampaignsIdPreview = (path, customRequestInit) => {
|
|
5
|
+
const buildCampaignsIdPreviewGetFetcher = (requestInit, options) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.GetCampaignsCampaignIdPreviewResponse, { ...requestInit }, options);
|
|
6
|
+
const getCampaignsIdPreview = (path, customRequestInit, options) => {
|
|
7
7
|
const requestInfo = (0, _readyfor_api_client_base.__internal__requestUrl)("/api/campaigns/{id}/preview", path);
|
|
8
8
|
const requestInit = (0, _readyfor_api_client_base.buildRequestInitWithDefaultConfig)((0, _readyfor_api_client_base.mergeRequestInit)(customRequestInit ?? {}, { method: "GET" }));
|
|
9
|
-
return buildCampaignsIdPreviewGetFetcher(requestInit)(requestInfo);
|
|
9
|
+
return buildCampaignsIdPreviewGetFetcher(requestInit, options)(requestInfo);
|
|
10
10
|
};
|
|
11
11
|
//#endregion
|
|
12
12
|
exports.buildCampaignsIdPreviewGetFetcher = buildCampaignsIdPreviewGetFetcher;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { GetCampaignsCampaignIdPreviewResponse } from "../components.mjs";
|
|
2
2
|
import { __internal__requestUrl, buildRequestInitWithDefaultConfig, createJsonFetcher, mergeRequestInit } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/campaignsIdPreview.ts
|
|
4
|
-
const buildCampaignsIdPreviewGetFetcher = (requestInit) => createJsonFetcher(GetCampaignsCampaignIdPreviewResponse, { ...requestInit });
|
|
5
|
-
const getCampaignsIdPreview = (path, customRequestInit) => {
|
|
4
|
+
const buildCampaignsIdPreviewGetFetcher = (requestInit, options) => createJsonFetcher(GetCampaignsCampaignIdPreviewResponse, { ...requestInit }, options);
|
|
5
|
+
const getCampaignsIdPreview = (path, customRequestInit, options) => {
|
|
6
6
|
const requestInfo = __internal__requestUrl("/api/campaigns/{id}/preview", path);
|
|
7
7
|
const requestInit = buildRequestInitWithDefaultConfig(mergeRequestInit(customRequestInit ?? {}, { method: "GET" }));
|
|
8
|
-
return buildCampaignsIdPreviewGetFetcher(requestInit)(requestInfo);
|
|
8
|
+
return buildCampaignsIdPreviewGetFetcher(requestInit, options)(requestInfo);
|
|
9
9
|
};
|
|
10
10
|
//#endregion
|
|
11
11
|
export { buildCampaignsIdPreviewGetFetcher, getCampaignsIdPreview };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as postCampaignsIdPreviewDeliveryEmail, n as CampaignsIdPreviewDeliveryEmailPostRequestBody, r as buildCampaignsIdPreviewDeliveryEmailPostFetcher, t as CampaignsIdPreviewDeliveryEmailPostPath } from "../campaignsIdPreviewDeliveryEmail-
|
|
1
|
+
import { i as postCampaignsIdPreviewDeliveryEmail, n as CampaignsIdPreviewDeliveryEmailPostRequestBody, r as buildCampaignsIdPreviewDeliveryEmailPostFetcher, t as CampaignsIdPreviewDeliveryEmailPostPath } from "../campaignsIdPreviewDeliveryEmail-BgarmoDe.js";
|
|
2
2
|
export { CampaignsIdPreviewDeliveryEmailPostPath, CampaignsIdPreviewDeliveryEmailPostRequestBody, buildCampaignsIdPreviewDeliveryEmailPostFetcher, postCampaignsIdPreviewDeliveryEmail };
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
let _readyfor_api_client_base = require("@readyfor/api-client-base");
|
|
3
3
|
//#region src/fetch/campaignsIdPreviewDeliveryEmail.ts
|
|
4
|
-
const buildCampaignsIdPreviewDeliveryEmailPostFetcher = (requestInit) => (0, _readyfor_api_client_base.createVoidFetcher)({ ...requestInit });
|
|
5
|
-
const postCampaignsIdPreviewDeliveryEmail = (path, requestBody, customRequestInit) => {
|
|
4
|
+
const buildCampaignsIdPreviewDeliveryEmailPostFetcher = (requestInit, options) => (0, _readyfor_api_client_base.createVoidFetcher)({ ...requestInit }, options);
|
|
5
|
+
const postCampaignsIdPreviewDeliveryEmail = (path, requestBody, customRequestInit, options) => {
|
|
6
6
|
const requestInfo = (0, _readyfor_api_client_base.__internal__requestUrl)("/api/campaigns/{id}/preview_delivery_email", path);
|
|
7
7
|
const requestInit = (0, _readyfor_api_client_base.buildRequestInitWithDefaultConfig)((0, _readyfor_api_client_base.mergeRequestInit)(customRequestInit ?? {}, {
|
|
8
8
|
method: "POST",
|
|
9
9
|
headers: { "Content-Type": "application/json" },
|
|
10
10
|
body: JSON.stringify(requestBody)
|
|
11
11
|
}));
|
|
12
|
-
return buildCampaignsIdPreviewDeliveryEmailPostFetcher(requestInit)(requestInfo);
|
|
12
|
+
return buildCampaignsIdPreviewDeliveryEmailPostFetcher(requestInit, options)(requestInfo);
|
|
13
13
|
};
|
|
14
14
|
//#endregion
|
|
15
15
|
exports.buildCampaignsIdPreviewDeliveryEmailPostFetcher = buildCampaignsIdPreviewDeliveryEmailPostFetcher;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { __internal__requestUrl, buildRequestInitWithDefaultConfig, createVoidFetcher, mergeRequestInit } from "@readyfor/api-client-base";
|
|
2
2
|
//#region src/fetch/campaignsIdPreviewDeliveryEmail.ts
|
|
3
|
-
const buildCampaignsIdPreviewDeliveryEmailPostFetcher = (requestInit) => createVoidFetcher({ ...requestInit });
|
|
4
|
-
const postCampaignsIdPreviewDeliveryEmail = (path, requestBody, customRequestInit) => {
|
|
3
|
+
const buildCampaignsIdPreviewDeliveryEmailPostFetcher = (requestInit, options) => createVoidFetcher({ ...requestInit }, options);
|
|
4
|
+
const postCampaignsIdPreviewDeliveryEmail = (path, requestBody, customRequestInit, options) => {
|
|
5
5
|
const requestInfo = __internal__requestUrl("/api/campaigns/{id}/preview_delivery_email", path);
|
|
6
6
|
const requestInit = buildRequestInitWithDefaultConfig(mergeRequestInit(customRequestInit ?? {}, {
|
|
7
7
|
method: "POST",
|
|
8
8
|
headers: { "Content-Type": "application/json" },
|
|
9
9
|
body: JSON.stringify(requestBody)
|
|
10
10
|
}));
|
|
11
|
-
return buildCampaignsIdPreviewDeliveryEmailPostFetcher(requestInit)(requestInfo);
|
|
11
|
+
return buildCampaignsIdPreviewDeliveryEmailPostFetcher(requestInit, options)(requestInfo);
|
|
12
12
|
};
|
|
13
13
|
//#endregion
|
|
14
14
|
export { buildCampaignsIdPreviewDeliveryEmailPostFetcher, postCampaignsIdPreviewDeliveryEmail };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as getCampaignsIdUtmCampaignConflicts, i as buildCampaignsIdUtmCampaignConflictsGetFetcher, n as CampaignsIdUtmCampaignConflictsGetQuery, r as CampaignsIdUtmCampaignConflictsGetResponse, t as CampaignsIdUtmCampaignConflictsGetPath } from "../campaignsIdUtmCampaignConflicts-
|
|
1
|
+
import { a as getCampaignsIdUtmCampaignConflicts, i as buildCampaignsIdUtmCampaignConflictsGetFetcher, n as CampaignsIdUtmCampaignConflictsGetQuery, r as CampaignsIdUtmCampaignConflictsGetResponse, t as CampaignsIdUtmCampaignConflictsGetPath } from "../campaignsIdUtmCampaignConflicts-gl2bruNS.js";
|
|
2
2
|
export { CampaignsIdUtmCampaignConflictsGetPath, CampaignsIdUtmCampaignConflictsGetQuery, CampaignsIdUtmCampaignConflictsGetResponse, buildCampaignsIdUtmCampaignConflictsGetFetcher, getCampaignsIdUtmCampaignConflicts };
|
|
@@ -2,11 +2,11 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
2
2
|
const require_components = require("../components.js");
|
|
3
3
|
let _readyfor_api_client_base = require("@readyfor/api-client-base");
|
|
4
4
|
//#region src/fetch/campaignsIdUtmCampaignConflicts.ts
|
|
5
|
-
const buildCampaignsIdUtmCampaignConflictsGetFetcher = (requestInit) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.GetCampaignsCampaignIdUtmCampaignConflictsResponse, { ...requestInit });
|
|
6
|
-
const getCampaignsIdUtmCampaignConflicts = (path, query, customRequestInit) => {
|
|
5
|
+
const buildCampaignsIdUtmCampaignConflictsGetFetcher = (requestInit, options) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.GetCampaignsCampaignIdUtmCampaignConflictsResponse, { ...requestInit }, options);
|
|
6
|
+
const getCampaignsIdUtmCampaignConflicts = (path, query, customRequestInit, options) => {
|
|
7
7
|
const requestInfo = (0, _readyfor_api_client_base.__internal__requestUrl)("/api/campaigns/{id}/utm_campaign_conflicts", path, query);
|
|
8
8
|
const requestInit = (0, _readyfor_api_client_base.buildRequestInitWithDefaultConfig)((0, _readyfor_api_client_base.mergeRequestInit)(customRequestInit ?? {}, { method: "GET" }));
|
|
9
|
-
return buildCampaignsIdUtmCampaignConflictsGetFetcher(requestInit)(requestInfo);
|
|
9
|
+
return buildCampaignsIdUtmCampaignConflictsGetFetcher(requestInit, options)(requestInfo);
|
|
10
10
|
};
|
|
11
11
|
//#endregion
|
|
12
12
|
exports.buildCampaignsIdUtmCampaignConflictsGetFetcher = buildCampaignsIdUtmCampaignConflictsGetFetcher;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { GetCampaignsCampaignIdUtmCampaignConflictsResponse } from "../components.mjs";
|
|
2
2
|
import { __internal__requestUrl, buildRequestInitWithDefaultConfig, createJsonFetcher, mergeRequestInit } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/campaignsIdUtmCampaignConflicts.ts
|
|
4
|
-
const buildCampaignsIdUtmCampaignConflictsGetFetcher = (requestInit) => createJsonFetcher(GetCampaignsCampaignIdUtmCampaignConflictsResponse, { ...requestInit });
|
|
5
|
-
const getCampaignsIdUtmCampaignConflicts = (path, query, customRequestInit) => {
|
|
4
|
+
const buildCampaignsIdUtmCampaignConflictsGetFetcher = (requestInit, options) => createJsonFetcher(GetCampaignsCampaignIdUtmCampaignConflictsResponse, { ...requestInit }, options);
|
|
5
|
+
const getCampaignsIdUtmCampaignConflicts = (path, query, customRequestInit, options) => {
|
|
6
6
|
const requestInfo = __internal__requestUrl("/api/campaigns/{id}/utm_campaign_conflicts", path, query);
|
|
7
7
|
const requestInit = buildRequestInitWithDefaultConfig(mergeRequestInit(customRequestInit ?? {}, { method: "GET" }));
|
|
8
|
-
return buildCampaignsIdUtmCampaignConflictsGetFetcher(requestInit)(requestInfo);
|
|
8
|
+
return buildCampaignsIdUtmCampaignConflictsGetFetcher(requestInit, options)(requestInfo);
|
|
9
9
|
};
|
|
10
10
|
//#endregion
|
|
11
11
|
export { buildCampaignsIdUtmCampaignConflictsGetFetcher, getCampaignsIdUtmCampaignConflicts };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as getProjectsProjectIdOrKeyword, n as ProjectsProjectIdOrKeywordGetResponse, r as buildProjectsProjectIdOrKeywordGetFetcher, t as ProjectsProjectIdOrKeywordGetPath } from "../projectsProjectIdOrKeyword-
|
|
1
|
+
import { i as getProjectsProjectIdOrKeyword, n as ProjectsProjectIdOrKeywordGetResponse, r as buildProjectsProjectIdOrKeywordGetFetcher, t as ProjectsProjectIdOrKeywordGetPath } from "../projectsProjectIdOrKeyword-BR8FhVy4.js";
|
|
2
2
|
export { ProjectsProjectIdOrKeywordGetPath, ProjectsProjectIdOrKeywordGetResponse, buildProjectsProjectIdOrKeywordGetFetcher, getProjectsProjectIdOrKeyword };
|
|
@@ -2,11 +2,11 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
2
2
|
const require_components = require("../components.js");
|
|
3
3
|
let _readyfor_api_client_base = require("@readyfor/api-client-base");
|
|
4
4
|
//#region src/fetch/projectsProjectIdOrKeyword.ts
|
|
5
|
-
const buildProjectsProjectIdOrKeywordGetFetcher = (requestInit) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.GetProjectsProjectIdOrKeywordResponse, { ...requestInit });
|
|
6
|
-
const getProjectsProjectIdOrKeyword = (path, customRequestInit) => {
|
|
5
|
+
const buildProjectsProjectIdOrKeywordGetFetcher = (requestInit, options) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.GetProjectsProjectIdOrKeywordResponse, { ...requestInit }, options);
|
|
6
|
+
const getProjectsProjectIdOrKeyword = (path, customRequestInit, options) => {
|
|
7
7
|
const requestInfo = (0, _readyfor_api_client_base.__internal__requestUrl)("/api/projects/{project_id_or_keyword}", path);
|
|
8
8
|
const requestInit = (0, _readyfor_api_client_base.buildRequestInitWithDefaultConfig)((0, _readyfor_api_client_base.mergeRequestInit)(customRequestInit ?? {}, { method: "GET" }));
|
|
9
|
-
return buildProjectsProjectIdOrKeywordGetFetcher(requestInit)(requestInfo);
|
|
9
|
+
return buildProjectsProjectIdOrKeywordGetFetcher(requestInit, options)(requestInfo);
|
|
10
10
|
};
|
|
11
11
|
//#endregion
|
|
12
12
|
exports.buildProjectsProjectIdOrKeywordGetFetcher = buildProjectsProjectIdOrKeywordGetFetcher;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { GetProjectsProjectIdOrKeywordResponse } from "../components.mjs";
|
|
2
2
|
import { __internal__requestUrl, buildRequestInitWithDefaultConfig, createJsonFetcher, mergeRequestInit } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/projectsProjectIdOrKeyword.ts
|
|
4
|
-
const buildProjectsProjectIdOrKeywordGetFetcher = (requestInit) => createJsonFetcher(GetProjectsProjectIdOrKeywordResponse, { ...requestInit });
|
|
5
|
-
const getProjectsProjectIdOrKeyword = (path, customRequestInit) => {
|
|
4
|
+
const buildProjectsProjectIdOrKeywordGetFetcher = (requestInit, options) => createJsonFetcher(GetProjectsProjectIdOrKeywordResponse, { ...requestInit }, options);
|
|
5
|
+
const getProjectsProjectIdOrKeyword = (path, customRequestInit, options) => {
|
|
6
6
|
const requestInfo = __internal__requestUrl("/api/projects/{project_id_or_keyword}", path);
|
|
7
7
|
const requestInit = buildRequestInitWithDefaultConfig(mergeRequestInit(customRequestInit ?? {}, { method: "GET" }));
|
|
8
|
-
return buildProjectsProjectIdOrKeywordGetFetcher(requestInit)(requestInfo);
|
|
8
|
+
return buildProjectsProjectIdOrKeywordGetFetcher(requestInit, options)(requestInfo);
|
|
9
9
|
};
|
|
10
10
|
//#endregion
|
|
11
11
|
export { buildProjectsProjectIdOrKeywordGetFetcher, getProjectsProjectIdOrKeyword };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as buildSegmentsBehaviorSegmentsGetFetcher, r as getSegmentsBehaviorSegments, t as SegmentsBehaviorSegmentsGetResponse } from "../segmentsBehaviorSegments-
|
|
1
|
+
import { n as buildSegmentsBehaviorSegmentsGetFetcher, r as getSegmentsBehaviorSegments, t as SegmentsBehaviorSegmentsGetResponse } from "../segmentsBehaviorSegments-DoXz0AdM.js";
|
|
2
2
|
export { SegmentsBehaviorSegmentsGetResponse, buildSegmentsBehaviorSegmentsGetFetcher, getSegmentsBehaviorSegments };
|
|
@@ -2,11 +2,11 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
2
2
|
const require_components = require("../components.js");
|
|
3
3
|
let _readyfor_api_client_base = require("@readyfor/api-client-base");
|
|
4
4
|
//#region src/fetch/segmentsBehaviorSegments.ts
|
|
5
|
-
const buildSegmentsBehaviorSegmentsGetFetcher = (requestInit) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.GetBehaviorSegmentsResponse, { ...requestInit });
|
|
6
|
-
const getSegmentsBehaviorSegments = (customRequestInit) => {
|
|
5
|
+
const buildSegmentsBehaviorSegmentsGetFetcher = (requestInit, options) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.GetBehaviorSegmentsResponse, { ...requestInit }, options);
|
|
6
|
+
const getSegmentsBehaviorSegments = (customRequestInit, options) => {
|
|
7
7
|
const requestInfo = (0, _readyfor_api_client_base.__internal__requestUrl)("/api/segments/behavior_segments");
|
|
8
8
|
const requestInit = (0, _readyfor_api_client_base.buildRequestInitWithDefaultConfig)((0, _readyfor_api_client_base.mergeRequestInit)(customRequestInit ?? {}, { method: "GET" }));
|
|
9
|
-
return buildSegmentsBehaviorSegmentsGetFetcher(requestInit)(requestInfo);
|
|
9
|
+
return buildSegmentsBehaviorSegmentsGetFetcher(requestInit, options)(requestInfo);
|
|
10
10
|
};
|
|
11
11
|
//#endregion
|
|
12
12
|
exports.buildSegmentsBehaviorSegmentsGetFetcher = buildSegmentsBehaviorSegmentsGetFetcher;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { GetBehaviorSegmentsResponse } from "../components.mjs";
|
|
2
2
|
import { __internal__requestUrl, buildRequestInitWithDefaultConfig, createJsonFetcher, mergeRequestInit } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/segmentsBehaviorSegments.ts
|
|
4
|
-
const buildSegmentsBehaviorSegmentsGetFetcher = (requestInit) => createJsonFetcher(GetBehaviorSegmentsResponse, { ...requestInit });
|
|
5
|
-
const getSegmentsBehaviorSegments = (customRequestInit) => {
|
|
4
|
+
const buildSegmentsBehaviorSegmentsGetFetcher = (requestInit, options) => createJsonFetcher(GetBehaviorSegmentsResponse, { ...requestInit }, options);
|
|
5
|
+
const getSegmentsBehaviorSegments = (customRequestInit, options) => {
|
|
6
6
|
const requestInfo = __internal__requestUrl("/api/segments/behavior_segments");
|
|
7
7
|
const requestInit = buildRequestInitWithDefaultConfig(mergeRequestInit(customRequestInit ?? {}, { method: "GET" }));
|
|
8
|
-
return buildSegmentsBehaviorSegmentsGetFetcher(requestInit)(requestInfo);
|
|
8
|
+
return buildSegmentsBehaviorSegmentsGetFetcher(requestInit, options)(requestInfo);
|
|
9
9
|
};
|
|
10
10
|
//#endregion
|
|
11
11
|
export { buildSegmentsBehaviorSegmentsGetFetcher, getSegmentsBehaviorSegments };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as buildSegmentsProfileSegmentsGetFetcher, r as getSegmentsProfileSegments, t as SegmentsProfileSegmentsGetResponse } from "../segmentsProfileSegments-
|
|
1
|
+
import { n as buildSegmentsProfileSegmentsGetFetcher, r as getSegmentsProfileSegments, t as SegmentsProfileSegmentsGetResponse } from "../segmentsProfileSegments-CJsPVcer.js";
|
|
2
2
|
export { SegmentsProfileSegmentsGetResponse, buildSegmentsProfileSegmentsGetFetcher, getSegmentsProfileSegments };
|
|
@@ -2,11 +2,11 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
2
2
|
const require_components = require("../components.js");
|
|
3
3
|
let _readyfor_api_client_base = require("@readyfor/api-client-base");
|
|
4
4
|
//#region src/fetch/segmentsProfileSegments.ts
|
|
5
|
-
const buildSegmentsProfileSegmentsGetFetcher = (requestInit) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.GetProfileSegmentsResponse, { ...requestInit });
|
|
6
|
-
const getSegmentsProfileSegments = (customRequestInit) => {
|
|
5
|
+
const buildSegmentsProfileSegmentsGetFetcher = (requestInit, options) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.GetProfileSegmentsResponse, { ...requestInit }, options);
|
|
6
|
+
const getSegmentsProfileSegments = (customRequestInit, options) => {
|
|
7
7
|
const requestInfo = (0, _readyfor_api_client_base.__internal__requestUrl)("/api/segments/profile_segments");
|
|
8
8
|
const requestInit = (0, _readyfor_api_client_base.buildRequestInitWithDefaultConfig)((0, _readyfor_api_client_base.mergeRequestInit)(customRequestInit ?? {}, { method: "GET" }));
|
|
9
|
-
return buildSegmentsProfileSegmentsGetFetcher(requestInit)(requestInfo);
|
|
9
|
+
return buildSegmentsProfileSegmentsGetFetcher(requestInit, options)(requestInfo);
|
|
10
10
|
};
|
|
11
11
|
//#endregion
|
|
12
12
|
exports.buildSegmentsProfileSegmentsGetFetcher = buildSegmentsProfileSegmentsGetFetcher;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { GetProfileSegmentsResponse } from "../components.mjs";
|
|
2
2
|
import { __internal__requestUrl, buildRequestInitWithDefaultConfig, createJsonFetcher, mergeRequestInit } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/segmentsProfileSegments.ts
|
|
4
|
-
const buildSegmentsProfileSegmentsGetFetcher = (requestInit) => createJsonFetcher(GetProfileSegmentsResponse, { ...requestInit });
|
|
5
|
-
const getSegmentsProfileSegments = (customRequestInit) => {
|
|
4
|
+
const buildSegmentsProfileSegmentsGetFetcher = (requestInit, options) => createJsonFetcher(GetProfileSegmentsResponse, { ...requestInit }, options);
|
|
5
|
+
const getSegmentsProfileSegments = (customRequestInit, options) => {
|
|
6
6
|
const requestInfo = __internal__requestUrl("/api/segments/profile_segments");
|
|
7
7
|
const requestInit = buildRequestInitWithDefaultConfig(mergeRequestInit(customRequestInit ?? {}, { method: "GET" }));
|
|
8
|
-
return buildSegmentsProfileSegmentsGetFetcher(requestInit)(requestInfo);
|
|
8
|
+
return buildSegmentsProfileSegmentsGetFetcher(requestInit, options)(requestInfo);
|
|
9
9
|
};
|
|
10
10
|
//#endregion
|
|
11
11
|
export { buildSegmentsProfileSegmentsGetFetcher, getSegmentsProfileSegments };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as getSegmentsTargetUsersCount, n as SegmentsTargetUsersCountGetResponse, r as buildSegmentsTargetUsersCountGetFetcher, t as SegmentsTargetUsersCountGetQuery } from "../segmentsTargetUsersCount-
|
|
1
|
+
import { i as getSegmentsTargetUsersCount, n as SegmentsTargetUsersCountGetResponse, r as buildSegmentsTargetUsersCountGetFetcher, t as SegmentsTargetUsersCountGetQuery } from "../segmentsTargetUsersCount-MEtr24uM.js";
|
|
2
2
|
export { SegmentsTargetUsersCountGetQuery, SegmentsTargetUsersCountGetResponse, buildSegmentsTargetUsersCountGetFetcher, getSegmentsTargetUsersCount };
|
|
@@ -2,11 +2,11 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
2
2
|
const require_components = require("../components.js");
|
|
3
3
|
let _readyfor_api_client_base = require("@readyfor/api-client-base");
|
|
4
4
|
//#region src/fetch/segmentsTargetUsersCount.ts
|
|
5
|
-
const buildSegmentsTargetUsersCountGetFetcher = (requestInit) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.GetTargetUsersCountResponse, { ...requestInit });
|
|
6
|
-
const getSegmentsTargetUsersCount = (query, customRequestInit) => {
|
|
5
|
+
const buildSegmentsTargetUsersCountGetFetcher = (requestInit, options) => (0, _readyfor_api_client_base.createJsonFetcher)(require_components.GetTargetUsersCountResponse, { ...requestInit }, options);
|
|
6
|
+
const getSegmentsTargetUsersCount = (query, customRequestInit, options) => {
|
|
7
7
|
const requestInfo = (0, _readyfor_api_client_base.__internal__requestUrl)("/api/segments/target_users_count", {}, query);
|
|
8
8
|
const requestInit = (0, _readyfor_api_client_base.buildRequestInitWithDefaultConfig)((0, _readyfor_api_client_base.mergeRequestInit)(customRequestInit ?? {}, { method: "GET" }));
|
|
9
|
-
return buildSegmentsTargetUsersCountGetFetcher(requestInit)(requestInfo);
|
|
9
|
+
return buildSegmentsTargetUsersCountGetFetcher(requestInit, options)(requestInfo);
|
|
10
10
|
};
|
|
11
11
|
//#endregion
|
|
12
12
|
exports.buildSegmentsTargetUsersCountGetFetcher = buildSegmentsTargetUsersCountGetFetcher;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { GetTargetUsersCountResponse } from "../components.mjs";
|
|
2
2
|
import { __internal__requestUrl, buildRequestInitWithDefaultConfig, createJsonFetcher, mergeRequestInit } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/segmentsTargetUsersCount.ts
|
|
4
|
-
const buildSegmentsTargetUsersCountGetFetcher = (requestInit) => createJsonFetcher(GetTargetUsersCountResponse, { ...requestInit });
|
|
5
|
-
const getSegmentsTargetUsersCount = (query, customRequestInit) => {
|
|
4
|
+
const buildSegmentsTargetUsersCountGetFetcher = (requestInit, options) => createJsonFetcher(GetTargetUsersCountResponse, { ...requestInit }, options);
|
|
5
|
+
const getSegmentsTargetUsersCount = (query, customRequestInit, options) => {
|
|
6
6
|
const requestInfo = __internal__requestUrl("/api/segments/target_users_count", {}, query);
|
|
7
7
|
const requestInit = buildRequestInitWithDefaultConfig(mergeRequestInit(customRequestInit ?? {}, { method: "GET" }));
|
|
8
|
-
return buildSegmentsTargetUsersCountGetFetcher(requestInit)(requestInfo);
|
|
8
|
+
return buildSegmentsTargetUsersCountGetFetcher(requestInit, options)(requestInfo);
|
|
9
9
|
};
|
|
10
10
|
//#endregion
|
|
11
11
|
export { buildSegmentsTargetUsersCountGetFetcher, getSegmentsTargetUsersCount };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-Cc8pwM2-.js";
|
|
2
|
-
import { n as CampaignsGetResponse, t as CampaignsGetQuery } from "../campaigns-
|
|
3
|
-
import "../index-
|
|
2
|
+
import { n as CampaignsGetResponse, t as CampaignsGetQuery } from "../campaigns-CvlNCzxv.js";
|
|
3
|
+
import "../index-DiPmAnzG.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-Cc8pwM2-.js";
|
|
2
|
-
import { n as CampaignsIdGetPath, r as CampaignsIdGetResponse } from "../campaignsId-
|
|
3
|
-
import "../index-
|
|
2
|
+
import { n as CampaignsIdGetPath, r as CampaignsIdGetResponse } from "../campaignsId-CtvgOwmQ.js";
|
|
3
|
+
import "../index-DiPmAnzG.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as CampaignsIdPreviewGetResponse, t as CampaignsIdPreviewGetPath } from "../campaignsIdPreview-
|
|
2
|
-
import "../index-
|
|
1
|
+
import { n as CampaignsIdPreviewGetResponse, t as CampaignsIdPreviewGetPath } from "../campaignsIdPreview-2ps5etqF.js";
|
|
2
|
+
import "../index-DiPmAnzG.js";
|
|
3
3
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
4
4
|
import { Arguments } from "swr";
|
|
5
5
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-Cc8pwM2-.js";
|
|
2
|
-
import { n as CampaignsIdUtmCampaignConflictsGetQuery, r as CampaignsIdUtmCampaignConflictsGetResponse, t as CampaignsIdUtmCampaignConflictsGetPath } from "../campaignsIdUtmCampaignConflicts-
|
|
3
|
-
import "../index-
|
|
2
|
+
import { n as CampaignsIdUtmCampaignConflictsGetQuery, r as CampaignsIdUtmCampaignConflictsGetResponse, t as CampaignsIdUtmCampaignConflictsGetPath } from "../campaignsIdUtmCampaignConflicts-gl2bruNS.js";
|
|
3
|
+
import "../index-DiPmAnzG.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-Cc8pwM2-.js";
|
|
2
|
-
import { n as ProjectsProjectIdOrKeywordGetResponse, t as ProjectsProjectIdOrKeywordGetPath } from "../projectsProjectIdOrKeyword-
|
|
3
|
-
import "../index-
|
|
2
|
+
import { n as ProjectsProjectIdOrKeywordGetResponse, t as ProjectsProjectIdOrKeywordGetPath } from "../projectsProjectIdOrKeyword-BR8FhVy4.js";
|
|
3
|
+
import "../index-DiPmAnzG.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-Cc8pwM2-.js";
|
|
2
|
-
import { t as SegmentsBehaviorSegmentsGetResponse } from "../segmentsBehaviorSegments-
|
|
3
|
-
import "../index-
|
|
2
|
+
import { t as SegmentsBehaviorSegmentsGetResponse } from "../segmentsBehaviorSegments-DoXz0AdM.js";
|
|
3
|
+
import "../index-DiPmAnzG.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-Cc8pwM2-.js";
|
|
2
|
-
import { t as SegmentsProfileSegmentsGetResponse } from "../segmentsProfileSegments-
|
|
3
|
-
import "../index-
|
|
2
|
+
import { t as SegmentsProfileSegmentsGetResponse } from "../segmentsProfileSegments-CJsPVcer.js";
|
|
3
|
+
import "../index-DiPmAnzG.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as SegmentsTargetUsersCountGetResponse, t as SegmentsTargetUsersCountGetQuery } from "../segmentsTargetUsersCount-
|
|
2
|
-
import "../index-
|
|
1
|
+
import { n as SegmentsTargetUsersCountGetResponse, t as SegmentsTargetUsersCountGetQuery } from "../segmentsTargetUsersCount-MEtr24uM.js";
|
|
2
|
+
import "../index-DiPmAnzG.js";
|
|
3
3
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
4
4
|
import { Arguments } from "swr";
|
|
5
5
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import "./components-D7oBjOuU.js";
|
|
2
|
+
import "./campaigns-CvlNCzxv.js";
|
|
3
|
+
import "./campaignsCampaignIdImagesId-k8im1ib-.js";
|
|
4
|
+
import "./campaignsId-CtvgOwmQ.js";
|
|
5
|
+
import "./campaignsIdDeliveryJob-Byny266Y.js";
|
|
6
|
+
import "./campaignsIdImages-Bp8LnM0e.js";
|
|
7
|
+
import "./campaignsIdPreview-2ps5etqF.js";
|
|
8
|
+
import "./campaignsIdPreviewDeliveryEmail-BgarmoDe.js";
|
|
9
|
+
import "./campaignsIdUtmCampaignConflicts-gl2bruNS.js";
|
|
10
|
+
import "./projectsProjectIdOrKeyword-BR8FhVy4.js";
|
|
11
|
+
import "./segmentsBehaviorSegments-DoXz0AdM.js";
|
|
12
|
+
import "./segmentsProfileSegments-CJsPVcer.js";
|
|
13
|
+
import "./segmentsTargetUsersCount-MEtr24uM.js";
|
package/dist/index.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { $ as PersonalizedMailMagazineFormData, A as CurationMailMagazineFormDataBase, B as GetCampaignsCampaignIdUtmCampaignConflictsResponse, C as CurationMailMagazineBannerFormData, D as CurationMailMagazineDetailBodyKindFreeFormat, E as CurationMailMagazineDetailBase, F as CurationMailMagazineTargetFilterFormData, G as HttpErrorBadRequest, H as GetProfileSegmentsResponse, I as CurationMailMagazineTargetProject, J as Pagination, K as Image, L as DeleteImageFormData, M as CurationMailMagazineFormDataBodyKindTemplate, N as CurationMailMagazineProjectFormData, O as CurationMailMagazineDetailBodyKindTemplate, P as CurationMailMagazineTargetFilter, Q as PersonalizedMailMagazineDetailTarget, R as GetBehaviorSegmentsResponse, S as CurationMailMagazineBanner, T as CurationMailMagazineDetail, U as GetProjectsProjectIdOrKeywordResponse, V as GetCampaignsResponse, W as GetTargetUsersCountResponse, X as PersonalizedMailMagazineCampaign, Y as PatchCampaignsCampaignIdRequestBody, Z as PersonalizedMailMagazineDetail, _ as CampaignWithPersonalizedMailMagazineFormData, a as CampaignDetail, at as PostCampaignsCampaignIdPreviewDeliveryEmailRequestBody, b as CreateCampaignKindCurationMailMagazineFormData, c as CampaignDetailKindDataPersonalizedMailMagazine, ct as ReadyforProject, d as CampaignFormData, dt as UploadImageFormData, et as PersonalizedMailMagazineTargetCsvFormData, f as CampaignKind, g as CampaignWithCurationMailMagazineFormData, h as CampaignStatus, i as CampaignBaseFormData, it as PostCampaignsCampaignIdImagesReqeustBody, j as CurationMailMagazineFormDataBodyKindFreeFormat, k as CurationMailMagazineFormData, l as CampaignDetailWithCurationMailMagazine, lt as Segment, m as CampaignKindDataPersonalizedMailMagazineFormData, n as Campaign, nt as PersonalizedMailMagazineTargetUploadCsvFormData, o as CampaignDetailBase, ot as PostCampaignsRequestBody, p as CampaignKindDataCurationMailMagazineFormData, q as ImageFormData, r as CampaignBase, rt as PersonalizedMailMagazineTargetUploadCsvRecordFormData, s as CampaignDetailKindDataCurationMailMagazine, st as PostCampaignsResponse, t as BodyKind, tt as PersonalizedMailMagazineTargetDeleteCsvFormData, u as CampaignDetailWithPersonalizedMailMagazine, ut as TargetFilterSegments, v as CampaignsCampaignIdResponse, w as CurationMailMagazineCampaign, x as CreateCampaignKindPersonalizedMailMagazineFormData, y as ConflictingCampaign, z as GetCampaignsCampaignIdPreviewResponse } from "./components-D7oBjOuU.js";
|
|
2
2
|
import { a as paths, i as operations, n as components, o as webhooks, r as external, t as $defs } from "./schemaType-Cc8pwM2-.js";
|
|
3
|
-
import { a as buildCampaignsGetFetcher, c as postCampaigns, i as CampaignsPostResponse, n as CampaignsGetResponse, o as buildCampaignsPostFetcher, r as CampaignsPostRequestBody, s as getCampaigns, t as CampaignsGetQuery } from "./campaigns-
|
|
4
|
-
import { n as buildCampaignsCampaignIdImagesIdDeleteFetcher, r as deleteCampaignsCampaignIdImagesId, t as CampaignsCampaignIdImagesIdDeletePath } from "./campaignsCampaignIdImagesId-
|
|
5
|
-
import { a as CampaignsIdPatchRequestBody, c as buildCampaignsIdGetFetcher, d as getCampaignsId, f as patchCampaignsId, i as CampaignsIdPatchPath, l as buildCampaignsIdPatchFetcher, n as CampaignsIdGetPath, o as CampaignsIdPatchResponse, r as CampaignsIdGetResponse, s as buildCampaignsIdDeleteFetcher, t as CampaignsIdDeletePath, u as deleteCampaignsId } from "./campaignsId-
|
|
6
|
-
import { a as deleteCampaignsIdDeliveryJob, i as buildCampaignsIdDeliveryJobPostFetcher, n as CampaignsIdDeliveryJobPostPath, o as postCampaignsIdDeliveryJob, r as buildCampaignsIdDeliveryJobDeleteFetcher, t as CampaignsIdDeliveryJobDeletePath } from "./campaignsIdDeliveryJob-
|
|
7
|
-
import { a as postCampaignsIdImages, i as buildCampaignsIdImagesPostFetcher, n as CampaignsIdImagesPostRequestBody, r as CampaignsIdImagesPostResponse, t as CampaignsIdImagesPostPath } from "./campaignsIdImages-
|
|
8
|
-
import { i as getCampaignsIdPreview, n as CampaignsIdPreviewGetResponse, r as buildCampaignsIdPreviewGetFetcher, t as CampaignsIdPreviewGetPath } from "./campaignsIdPreview-
|
|
9
|
-
import { i as postCampaignsIdPreviewDeliveryEmail, n as CampaignsIdPreviewDeliveryEmailPostRequestBody, r as buildCampaignsIdPreviewDeliveryEmailPostFetcher, t as CampaignsIdPreviewDeliveryEmailPostPath } from "./campaignsIdPreviewDeliveryEmail-
|
|
10
|
-
import { a as getCampaignsIdUtmCampaignConflicts, i as buildCampaignsIdUtmCampaignConflictsGetFetcher, n as CampaignsIdUtmCampaignConflictsGetQuery, r as CampaignsIdUtmCampaignConflictsGetResponse, t as CampaignsIdUtmCampaignConflictsGetPath } from "./campaignsIdUtmCampaignConflicts-
|
|
11
|
-
import { i as getProjectsProjectIdOrKeyword, n as ProjectsProjectIdOrKeywordGetResponse, r as buildProjectsProjectIdOrKeywordGetFetcher, t as ProjectsProjectIdOrKeywordGetPath } from "./projectsProjectIdOrKeyword-
|
|
12
|
-
import { n as buildSegmentsBehaviorSegmentsGetFetcher, r as getSegmentsBehaviorSegments, t as SegmentsBehaviorSegmentsGetResponse } from "./segmentsBehaviorSegments-
|
|
13
|
-
import { n as buildSegmentsProfileSegmentsGetFetcher, r as getSegmentsProfileSegments, t as SegmentsProfileSegmentsGetResponse } from "./segmentsProfileSegments-
|
|
14
|
-
import { i as getSegmentsTargetUsersCount, n as SegmentsTargetUsersCountGetResponse, r as buildSegmentsTargetUsersCountGetFetcher, t as SegmentsTargetUsersCountGetQuery } from "./segmentsTargetUsersCount-
|
|
15
|
-
import "./index-
|
|
3
|
+
import { a as buildCampaignsGetFetcher, c as postCampaigns, i as CampaignsPostResponse, n as CampaignsGetResponse, o as buildCampaignsPostFetcher, r as CampaignsPostRequestBody, s as getCampaigns, t as CampaignsGetQuery } from "./campaigns-CvlNCzxv.js";
|
|
4
|
+
import { n as buildCampaignsCampaignIdImagesIdDeleteFetcher, r as deleteCampaignsCampaignIdImagesId, t as CampaignsCampaignIdImagesIdDeletePath } from "./campaignsCampaignIdImagesId-k8im1ib-.js";
|
|
5
|
+
import { a as CampaignsIdPatchRequestBody, c as buildCampaignsIdGetFetcher, d as getCampaignsId, f as patchCampaignsId, i as CampaignsIdPatchPath, l as buildCampaignsIdPatchFetcher, n as CampaignsIdGetPath, o as CampaignsIdPatchResponse, r as CampaignsIdGetResponse, s as buildCampaignsIdDeleteFetcher, t as CampaignsIdDeletePath, u as deleteCampaignsId } from "./campaignsId-CtvgOwmQ.js";
|
|
6
|
+
import { a as deleteCampaignsIdDeliveryJob, i as buildCampaignsIdDeliveryJobPostFetcher, n as CampaignsIdDeliveryJobPostPath, o as postCampaignsIdDeliveryJob, r as buildCampaignsIdDeliveryJobDeleteFetcher, t as CampaignsIdDeliveryJobDeletePath } from "./campaignsIdDeliveryJob-Byny266Y.js";
|
|
7
|
+
import { a as postCampaignsIdImages, i as buildCampaignsIdImagesPostFetcher, n as CampaignsIdImagesPostRequestBody, r as CampaignsIdImagesPostResponse, t as CampaignsIdImagesPostPath } from "./campaignsIdImages-Bp8LnM0e.js";
|
|
8
|
+
import { i as getCampaignsIdPreview, n as CampaignsIdPreviewGetResponse, r as buildCampaignsIdPreviewGetFetcher, t as CampaignsIdPreviewGetPath } from "./campaignsIdPreview-2ps5etqF.js";
|
|
9
|
+
import { i as postCampaignsIdPreviewDeliveryEmail, n as CampaignsIdPreviewDeliveryEmailPostRequestBody, r as buildCampaignsIdPreviewDeliveryEmailPostFetcher, t as CampaignsIdPreviewDeliveryEmailPostPath } from "./campaignsIdPreviewDeliveryEmail-BgarmoDe.js";
|
|
10
|
+
import { a as getCampaignsIdUtmCampaignConflicts, i as buildCampaignsIdUtmCampaignConflictsGetFetcher, n as CampaignsIdUtmCampaignConflictsGetQuery, r as CampaignsIdUtmCampaignConflictsGetResponse, t as CampaignsIdUtmCampaignConflictsGetPath } from "./campaignsIdUtmCampaignConflicts-gl2bruNS.js";
|
|
11
|
+
import { i as getProjectsProjectIdOrKeyword, n as ProjectsProjectIdOrKeywordGetResponse, r as buildProjectsProjectIdOrKeywordGetFetcher, t as ProjectsProjectIdOrKeywordGetPath } from "./projectsProjectIdOrKeyword-BR8FhVy4.js";
|
|
12
|
+
import { n as buildSegmentsBehaviorSegmentsGetFetcher, r as getSegmentsBehaviorSegments, t as SegmentsBehaviorSegmentsGetResponse } from "./segmentsBehaviorSegments-DoXz0AdM.js";
|
|
13
|
+
import { n as buildSegmentsProfileSegmentsGetFetcher, r as getSegmentsProfileSegments, t as SegmentsProfileSegmentsGetResponse } from "./segmentsProfileSegments-CJsPVcer.js";
|
|
14
|
+
import { i as getSegmentsTargetUsersCount, n as SegmentsTargetUsersCountGetResponse, r as buildSegmentsTargetUsersCountGetFetcher, t as SegmentsTargetUsersCountGetQuery } from "./segmentsTargetUsersCount-MEtr24uM.js";
|
|
15
|
+
import "./index-DiPmAnzG.js";
|
|
16
16
|
export { type $defs, BodyKind, Campaign, CampaignBase, CampaignBaseFormData, CampaignDetail, CampaignDetailBase, CampaignDetailKindDataCurationMailMagazine, CampaignDetailKindDataPersonalizedMailMagazine, CampaignDetailWithCurationMailMagazine, CampaignDetailWithPersonalizedMailMagazine, CampaignFormData, CampaignKind, CampaignKindDataCurationMailMagazineFormData, CampaignKindDataPersonalizedMailMagazineFormData, CampaignStatus, CampaignWithCurationMailMagazineFormData, CampaignWithPersonalizedMailMagazineFormData, CampaignsCampaignIdImagesIdDeletePath, CampaignsCampaignIdResponse, CampaignsGetQuery, CampaignsGetResponse, CampaignsIdDeletePath, CampaignsIdDeliveryJobDeletePath, CampaignsIdDeliveryJobPostPath, CampaignsIdGetPath, CampaignsIdGetResponse, CampaignsIdImagesPostPath, CampaignsIdImagesPostRequestBody, CampaignsIdImagesPostResponse, CampaignsIdPatchPath, CampaignsIdPatchRequestBody, CampaignsIdPatchResponse, CampaignsIdPreviewDeliveryEmailPostPath, CampaignsIdPreviewDeliveryEmailPostRequestBody, CampaignsIdPreviewGetPath, CampaignsIdPreviewGetResponse, CampaignsIdUtmCampaignConflictsGetPath, CampaignsIdUtmCampaignConflictsGetQuery, CampaignsIdUtmCampaignConflictsGetResponse, CampaignsPostRequestBody, CampaignsPostResponse, ConflictingCampaign, CreateCampaignKindCurationMailMagazineFormData, CreateCampaignKindPersonalizedMailMagazineFormData, CurationMailMagazineBanner, CurationMailMagazineBannerFormData, CurationMailMagazineCampaign, CurationMailMagazineDetail, CurationMailMagazineDetailBase, CurationMailMagazineDetailBodyKindFreeFormat, CurationMailMagazineDetailBodyKindTemplate, CurationMailMagazineFormData, CurationMailMagazineFormDataBase, CurationMailMagazineFormDataBodyKindFreeFormat, CurationMailMagazineFormDataBodyKindTemplate, CurationMailMagazineProjectFormData, CurationMailMagazineTargetFilter, CurationMailMagazineTargetFilterFormData, CurationMailMagazineTargetProject, DeleteImageFormData, GetBehaviorSegmentsResponse, GetCampaignsCampaignIdPreviewResponse, GetCampaignsCampaignIdUtmCampaignConflictsResponse, GetCampaignsResponse, GetProfileSegmentsResponse, GetProjectsProjectIdOrKeywordResponse, GetTargetUsersCountResponse, HttpErrorBadRequest, Image, ImageFormData, Pagination, PatchCampaignsCampaignIdRequestBody, PersonalizedMailMagazineCampaign, PersonalizedMailMagazineDetail, PersonalizedMailMagazineDetailTarget, PersonalizedMailMagazineFormData, PersonalizedMailMagazineTargetCsvFormData, PersonalizedMailMagazineTargetDeleteCsvFormData, PersonalizedMailMagazineTargetUploadCsvFormData, PersonalizedMailMagazineTargetUploadCsvRecordFormData, PostCampaignsCampaignIdImagesReqeustBody, PostCampaignsCampaignIdPreviewDeliveryEmailRequestBody, PostCampaignsRequestBody, PostCampaignsResponse, ProjectsProjectIdOrKeywordGetPath, ProjectsProjectIdOrKeywordGetResponse, ReadyforProject, Segment, SegmentsBehaviorSegmentsGetResponse, SegmentsProfileSegmentsGetResponse, SegmentsTargetUsersCountGetQuery, SegmentsTargetUsersCountGetResponse, TargetFilterSegments, UploadImageFormData, buildCampaignsCampaignIdImagesIdDeleteFetcher, buildCampaignsGetFetcher, buildCampaignsIdDeleteFetcher, buildCampaignsIdDeliveryJobDeleteFetcher, buildCampaignsIdDeliveryJobPostFetcher, buildCampaignsIdGetFetcher, buildCampaignsIdImagesPostFetcher, buildCampaignsIdPatchFetcher, buildCampaignsIdPreviewDeliveryEmailPostFetcher, buildCampaignsIdPreviewGetFetcher, buildCampaignsIdUtmCampaignConflictsGetFetcher, buildCampaignsPostFetcher, buildProjectsProjectIdOrKeywordGetFetcher, buildSegmentsBehaviorSegmentsGetFetcher, buildSegmentsProfileSegmentsGetFetcher, buildSegmentsTargetUsersCountGetFetcher, type components, deleteCampaignsCampaignIdImagesId, deleteCampaignsId, deleteCampaignsIdDeliveryJob, type external, getCampaigns, getCampaignsId, getCampaignsIdPreview, getCampaignsIdUtmCampaignConflicts, getProjectsProjectIdOrKeyword, getSegmentsBehaviorSegments, getSegmentsProfileSegments, getSegmentsTargetUsersCount, type operations, patchCampaignsId, type paths, postCampaigns, postCampaignsIdDeliveryJob, postCampaignsIdImages, postCampaignsIdPreviewDeliveryEmail, type webhooks };
|
package/dist/{projectsProjectIdOrKeyword-BJy1YEQA.d.ts → projectsProjectIdOrKeyword-BR8FhVy4.d.ts}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { a as paths } from "./schemaType-Cc8pwM2-.js";
|
|
2
|
-
import { ForceDig } from "@readyfor/api-client-base";
|
|
2
|
+
import { FetcherOptions, ForceDig } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/projectsProjectIdOrKeyword.d.ts
|
|
4
4
|
type ProjectsProjectIdOrKeywordGetOperation = paths["/api/projects/{project_id_or_keyword}"]["get"];
|
|
5
5
|
type ProjectsProjectIdOrKeywordGetResponse = ProjectsProjectIdOrKeywordGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
|
-
declare const buildProjectsProjectIdOrKeywordGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
|
+
declare const buildProjectsProjectIdOrKeywordGetFetcher: (requestInit?: RequestInit, options?: FetcherOptions) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
project: {
|
|
8
8
|
projectId: number;
|
|
9
9
|
keyword: string;
|
|
@@ -12,7 +12,7 @@ declare const buildProjectsProjectIdOrKeywordGetFetcher: (requestInit?: RequestI
|
|
|
12
12
|
};
|
|
13
13
|
}>;
|
|
14
14
|
type ProjectsProjectIdOrKeywordGetPath = ForceDig<ProjectsProjectIdOrKeywordGetOperation, ["parameters", "path"]>;
|
|
15
|
-
declare const getProjectsProjectIdOrKeyword: (path: ProjectsProjectIdOrKeywordGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
15
|
+
declare const getProjectsProjectIdOrKeyword: (path: ProjectsProjectIdOrKeywordGetPath, customRequestInit?: RequestInit, options?: FetcherOptions) => Promise<{
|
|
16
16
|
project: {
|
|
17
17
|
projectId: number;
|
|
18
18
|
keyword: string;
|
package/dist/{segmentsBehaviorSegments-Dm6JAD2X.d.ts → segmentsBehaviorSegments-DoXz0AdM.d.ts}
RENAMED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { a as paths } from "./schemaType-Cc8pwM2-.js";
|
|
2
|
+
import { FetcherOptions } from "@readyfor/api-client-base";
|
|
2
3
|
//#region src/fetch/segmentsBehaviorSegments.d.ts
|
|
3
4
|
type SegmentsBehaviorSegmentsGetOperation = paths["/api/segments/behavior_segments"]["get"];
|
|
4
5
|
type SegmentsBehaviorSegmentsGetResponse = SegmentsBehaviorSegmentsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
5
|
-
declare const buildSegmentsBehaviorSegmentsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
|
+
declare const buildSegmentsBehaviorSegmentsGetFetcher: (requestInit?: RequestInit, options?: FetcherOptions) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
7
|
behaviorSegments: {
|
|
7
8
|
code: string;
|
|
8
9
|
label: string;
|
|
@@ -11,7 +12,7 @@ declare const buildSegmentsBehaviorSegmentsGetFetcher: (requestInit?: RequestIni
|
|
|
11
12
|
description: string | null;
|
|
12
13
|
}[];
|
|
13
14
|
}>;
|
|
14
|
-
declare const getSegmentsBehaviorSegments: (customRequestInit?: RequestInit) => Promise<{
|
|
15
|
+
declare const getSegmentsBehaviorSegments: (customRequestInit?: RequestInit, options?: FetcherOptions) => Promise<{
|
|
15
16
|
behaviorSegments: {
|
|
16
17
|
code: string;
|
|
17
18
|
label: string;
|
package/dist/{segmentsProfileSegments-6KRCtvsg.d.ts → segmentsProfileSegments-CJsPVcer.d.ts}
RENAMED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { a as paths } from "./schemaType-Cc8pwM2-.js";
|
|
2
|
+
import { FetcherOptions } from "@readyfor/api-client-base";
|
|
2
3
|
//#region src/fetch/segmentsProfileSegments.d.ts
|
|
3
4
|
type SegmentsProfileSegmentsGetOperation = paths["/api/segments/profile_segments"]["get"];
|
|
4
5
|
type SegmentsProfileSegmentsGetResponse = SegmentsProfileSegmentsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
5
|
-
declare const buildSegmentsProfileSegmentsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
|
+
declare const buildSegmentsProfileSegmentsGetFetcher: (requestInit?: RequestInit, options?: FetcherOptions) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
7
|
profileSegments: {
|
|
7
8
|
code: string;
|
|
8
9
|
label: string;
|
|
@@ -11,7 +12,7 @@ declare const buildSegmentsProfileSegmentsGetFetcher: (requestInit?: RequestInit
|
|
|
11
12
|
description: string | null;
|
|
12
13
|
}[];
|
|
13
14
|
}>;
|
|
14
|
-
declare const getSegmentsProfileSegments: (customRequestInit?: RequestInit) => Promise<{
|
|
15
|
+
declare const getSegmentsProfileSegments: (customRequestInit?: RequestInit, options?: FetcherOptions) => Promise<{
|
|
15
16
|
profileSegments: {
|
|
16
17
|
code: string;
|
|
17
18
|
label: string;
|
package/dist/{segmentsTargetUsersCount-CMVnrPlt.d.ts → segmentsTargetUsersCount-MEtr24uM.d.ts}
RENAMED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { a as paths } from "./schemaType-Cc8pwM2-.js";
|
|
2
|
-
import { ForceDig } from "@readyfor/api-client-base";
|
|
2
|
+
import { FetcherOptions, ForceDig } from "@readyfor/api-client-base";
|
|
3
3
|
//#region src/fetch/segmentsTargetUsersCount.d.ts
|
|
4
4
|
type SegmentsTargetUsersCountGetOperation = paths["/api/segments/target_users_count"]["get"];
|
|
5
5
|
type SegmentsTargetUsersCountGetResponse = SegmentsTargetUsersCountGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
|
-
declare const buildSegmentsTargetUsersCountGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
|
+
declare const buildSegmentsTargetUsersCountGetFetcher: (requestInit?: RequestInit, options?: FetcherOptions) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
count: number;
|
|
8
8
|
}>;
|
|
9
9
|
type SegmentsTargetUsersCountGetQuery = ForceDig<SegmentsTargetUsersCountGetOperation, ["parameters", "query"]>;
|
|
10
|
-
declare const getSegmentsTargetUsersCount: (query: SegmentsTargetUsersCountGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
10
|
+
declare const getSegmentsTargetUsersCount: (query: SegmentsTargetUsersCountGetQuery, customRequestInit?: RequestInit, options?: FetcherOptions) => Promise<{
|
|
11
11
|
count: number;
|
|
12
12
|
}>;
|
|
13
13
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@readyfor/api-client-pigeon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.74.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"swr": "2.5.1",
|
|
37
37
|
"use-sync-external-store": "1.6.0",
|
|
38
38
|
"zod": "^4.3.6",
|
|
39
|
-
"@readyfor/api-client-base": "1.
|
|
39
|
+
"@readyfor/api-client-base": "1.74.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"qs": "^6",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"swr": "^2.3.3",
|
|
45
45
|
"use-sync-external-store": "^1.2.2",
|
|
46
46
|
"zod": "^4",
|
|
47
|
-
"@readyfor/api-client-base": "1.
|
|
47
|
+
"@readyfor/api-client-base": "1.74.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"react": {
|
package/dist/index-BJIq35ky.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import "./components-D7oBjOuU.js";
|
|
2
|
-
import "./campaigns-8be3XZ-j.js";
|
|
3
|
-
import "./campaignsCampaignIdImagesId-QdJvpM_T.js";
|
|
4
|
-
import "./campaignsId-BZUicbBY.js";
|
|
5
|
-
import "./campaignsIdDeliveryJob-Dqyi5YTZ.js";
|
|
6
|
-
import "./campaignsIdImages-nZJ82wMm.js";
|
|
7
|
-
import "./campaignsIdPreview-Bk606s4f.js";
|
|
8
|
-
import "./campaignsIdPreviewDeliveryEmail-2LyUWN2k.js";
|
|
9
|
-
import "./campaignsIdUtmCampaignConflicts-CYNZhfz_.js";
|
|
10
|
-
import "./projectsProjectIdOrKeyword-BJy1YEQA.js";
|
|
11
|
-
import "./segmentsTargetUsersCount-CMVnrPlt.js";
|