@keystrokehq/moosend 0.1.3 → 0.1.5
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/actions/add-segment-criteria.d.cts +13 -1
- package/dist/actions/add-segment-criteria.d.mts +13 -1
- package/dist/actions/add-subscriber.d.cts +13 -1
- package/dist/actions/add-subscriber.d.mts +13 -1
- package/dist/actions/clone-campaign.d.cts +13 -1
- package/dist/actions/clone-campaign.d.mts +13 -1
- package/dist/actions/create-custom-field.d.cts +13 -1
- package/dist/actions/create-custom-field.d.mts +13 -1
- package/dist/actions/create-mailing-list.d.cts +13 -1
- package/dist/actions/create-mailing-list.d.mts +13 -1
- package/dist/actions/create-segment.d.cts +13 -1
- package/dist/actions/create-segment.d.mts +13 -1
- package/dist/actions/delete-campaign.d.cts +13 -1
- package/dist/actions/delete-campaign.d.mts +13 -1
- package/dist/actions/delete-custom-field.d.cts +13 -1
- package/dist/actions/delete-custom-field.d.mts +13 -1
- package/dist/actions/delete-mailing-list.d.cts +13 -1
- package/dist/actions/delete-mailing-list.d.mts +13 -1
- package/dist/actions/get-all-campaigns.d.cts +13 -1
- package/dist/actions/get-all-campaigns.d.mts +13 -1
- package/dist/actions/get-all-subscribers.d.cts +13 -1
- package/dist/actions/get-all-subscribers.d.mts +13 -1
- package/dist/actions/get-campaign-details.d.cts +13 -1
- package/dist/actions/get-campaign-details.d.mts +13 -1
- package/dist/actions/get-campaign-stats-by-location.d.cts +13 -1
- package/dist/actions/get-campaign-stats-by-location.d.mts +13 -1
- package/dist/actions/get-mailing-list-details.d.cts +13 -1
- package/dist/actions/get-mailing-list-details.d.mts +13 -1
- package/dist/actions/get-subscriber-by-email.d.cts +13 -1
- package/dist/actions/get-subscriber-by-email.d.mts +13 -1
- package/dist/actions/list-all-mailing-lists.d.cts +15 -3
- package/dist/actions/list-all-mailing-lists.d.mts +15 -3
- package/dist/actions/list-all-senders.d.cts +13 -1
- package/dist/actions/list-all-senders.d.mts +13 -1
- package/dist/actions/list-campaigns-with-paging.d.cts +15 -3
- package/dist/actions/list-campaigns-with-paging.d.mts +15 -3
- package/dist/actions/list-segments.d.cts +13 -1
- package/dist/actions/list-segments.d.mts +13 -1
- package/dist/actions/remove-multiple-subscribers.d.cts +13 -1
- package/dist/actions/remove-multiple-subscribers.d.mts +13 -1
- package/dist/actions/schedule-campaign.d.cts +13 -1
- package/dist/actions/schedule-campaign.d.mts +13 -1
- package/dist/actions/send-campaign.d.cts +13 -1
- package/dist/actions/send-campaign.d.mts +13 -1
- package/dist/actions/unschedule-campaign.d.cts +13 -1
- package/dist/actions/unschedule-campaign.d.mts +13 -1
- package/dist/actions/unsubscribe-from-account.d.cts +13 -1
- package/dist/actions/unsubscribe-from-account.d.mts +13 -1
- package/dist/actions/unsubscribe-from-mailing-list.d.cts +13 -1
- package/dist/actions/unsubscribe-from-mailing-list.d.mts +13 -1
- package/dist/actions/update-campaign.d.cts +13 -1
- package/dist/actions/update-campaign.d.mts +13 -1
- package/dist/actions/update-custom-field.d.cts +13 -1
- package/dist/actions/update-custom-field.d.mts +13 -1
- package/dist/actions/update-mailing-list.d.cts +13 -1
- package/dist/actions/update-mailing-list.d.mts +13 -1
- package/dist/actions/update-segment-criteria.d.cts +13 -1
- package/dist/actions/update-segment-criteria.d.mts +13 -1
- package/dist/actions/update-segment.d.cts +13 -1
- package/dist/actions/update-segment.d.mts +13 -1
- package/dist/actions/update-subscriber.d.cts +13 -1
- package/dist/actions/update-subscriber.d.mts +13 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -25,7 +25,19 @@ declare const moosendAddSegmentCriteria: import("@keystrokehq/action").WorkflowA
|
|
|
25
25
|
date_to?: string | undefined;
|
|
26
26
|
comparer?: string | undefined;
|
|
27
27
|
date_from?: string | undefined;
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
generic_api_key: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>;
|
|
29
41
|
//#endregion
|
|
30
42
|
export { moosendAddSegmentCriteria };
|
|
31
43
|
//# sourceMappingURL=add-segment-criteria.d.cts.map
|
|
@@ -25,7 +25,19 @@ declare const moosendAddSegmentCriteria: import("@keystrokehq/action").WorkflowA
|
|
|
25
25
|
date_to?: string | undefined;
|
|
26
26
|
comparer?: string | undefined;
|
|
27
27
|
date_from?: string | undefined;
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
generic_api_key: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>;
|
|
29
41
|
//#endregion
|
|
30
42
|
export { moosendAddSegmentCriteria };
|
|
31
43
|
//# sourceMappingURL=add-segment-criteria.d.mts.map
|
|
@@ -25,7 +25,19 @@ declare const moosendAddSubscriber: import("@keystrokehq/action").WorkflowAction
|
|
|
25
25
|
Preferences?: string[] | undefined;
|
|
26
26
|
CustomFields?: string[] | undefined;
|
|
27
27
|
HasExternalDoubleOptIn?: boolean | undefined;
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
generic_api_key: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>;
|
|
29
41
|
//#endregion
|
|
30
42
|
export { moosendAddSubscriber };
|
|
31
43
|
//# sourceMappingURL=add-subscriber.d.cts.map
|
|
@@ -25,7 +25,19 @@ declare const moosendAddSubscriber: import("@keystrokehq/action").WorkflowAction
|
|
|
25
25
|
Preferences?: string[] | undefined;
|
|
26
26
|
CustomFields?: string[] | undefined;
|
|
27
27
|
HasExternalDoubleOptIn?: boolean | undefined;
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
generic_api_key: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>;
|
|
29
41
|
//#endregion
|
|
30
42
|
export { moosendAddSubscriber };
|
|
31
43
|
//# sourceMappingURL=add-subscriber.d.mts.map
|
|
@@ -16,7 +16,19 @@ declare const MoosendCloneCampaignOutput: z.ZodObject<{
|
|
|
16
16
|
declare const moosendCloneCampaign: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
campaign_id: string;
|
|
18
18
|
format?: "json" | "xml" | undefined;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
20
32
|
//#endregion
|
|
21
33
|
export { moosendCloneCampaign };
|
|
22
34
|
//# sourceMappingURL=clone-campaign.d.cts.map
|
|
@@ -16,7 +16,19 @@ declare const MoosendCloneCampaignOutput: z.ZodObject<{
|
|
|
16
16
|
declare const moosendCloneCampaign: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
campaign_id: string;
|
|
18
18
|
format?: "json" | "xml" | undefined;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
20
32
|
//#endregion
|
|
21
33
|
export { moosendCloneCampaign };
|
|
22
34
|
//# sourceMappingURL=clone-campaign.d.mts.map
|
|
@@ -32,7 +32,19 @@ declare const moosendCreateCustomField: import("@keystrokehq/action").WorkflowAc
|
|
|
32
32
|
is_hidden?: boolean | undefined;
|
|
33
33
|
is_required?: boolean | undefined;
|
|
34
34
|
custom_field_type?: "Text" | "Number" | "DateTime" | "SingleSelectDropdown" | "CheckBox" | undefined;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
36
48
|
//#endregion
|
|
37
49
|
export { moosendCreateCustomField };
|
|
38
50
|
//# sourceMappingURL=create-custom-field.d.cts.map
|
|
@@ -32,7 +32,19 @@ declare const moosendCreateCustomField: import("@keystrokehq/action").WorkflowAc
|
|
|
32
32
|
is_hidden?: boolean | undefined;
|
|
33
33
|
is_required?: boolean | undefined;
|
|
34
34
|
custom_field_type?: "Text" | "Number" | "DateTime" | "SingleSelectDropdown" | "CheckBox" | undefined;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
36
48
|
//#endregion
|
|
37
49
|
export { moosendCreateCustomField };
|
|
38
50
|
//# sourceMappingURL=create-custom-field.d.mts.map
|
|
@@ -15,7 +15,19 @@ declare const moosendCreateMailingList: import("@keystrokehq/action").WorkflowAc
|
|
|
15
15
|
Name: string;
|
|
16
16
|
ConfirmationPage?: string | undefined;
|
|
17
17
|
RedirectAfterUnsubscribePage?: string | undefined;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
generic_api_key: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
generic_api_key: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { moosendCreateMailingList };
|
|
21
33
|
//# sourceMappingURL=create-mailing-list.d.cts.map
|
|
@@ -15,7 +15,19 @@ declare const moosendCreateMailingList: import("@keystrokehq/action").WorkflowAc
|
|
|
15
15
|
Name: string;
|
|
16
16
|
ConfirmationPage?: string | undefined;
|
|
17
17
|
RedirectAfterUnsubscribePage?: string | undefined;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
generic_api_key: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
generic_api_key: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { moosendCreateMailingList };
|
|
21
33
|
//# sourceMappingURL=create-mailing-list.d.mts.map
|
|
@@ -42,7 +42,19 @@ declare const moosendCreateSegment: import("@keystrokehq/action").WorkflowAction
|
|
|
42
42
|
FetchType?: "All" | "Top" | "TopPercent" | undefined;
|
|
43
43
|
MatchType?: "All" | "Any" | undefined;
|
|
44
44
|
FetchValue?: number | undefined;
|
|
45
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
45
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
generic_api_key: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
52
|
+
connectionId: z.ZodString;
|
|
53
|
+
entityId: z.ZodString;
|
|
54
|
+
instanceId: z.ZodString;
|
|
55
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
56
|
+
generic_api_key: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>;
|
|
46
58
|
//#endregion
|
|
47
59
|
export { moosendCreateSegment };
|
|
48
60
|
//# sourceMappingURL=create-segment.d.cts.map
|
|
@@ -42,7 +42,19 @@ declare const moosendCreateSegment: import("@keystrokehq/action").WorkflowAction
|
|
|
42
42
|
FetchType?: "All" | "Top" | "TopPercent" | undefined;
|
|
43
43
|
MatchType?: "All" | "Any" | undefined;
|
|
44
44
|
FetchValue?: number | undefined;
|
|
45
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
45
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
generic_api_key: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
52
|
+
connectionId: z.ZodString;
|
|
53
|
+
entityId: z.ZodString;
|
|
54
|
+
instanceId: z.ZodString;
|
|
55
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
56
|
+
generic_api_key: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>;
|
|
46
58
|
//#endregion
|
|
47
59
|
export { moosendCreateSegment };
|
|
48
60
|
//# sourceMappingURL=create-segment.d.mts.map
|
|
@@ -16,7 +16,19 @@ declare const MoosendDeleteCampaignOutput: z.ZodObject<{
|
|
|
16
16
|
declare const moosendDeleteCampaign: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
campaign_id: string;
|
|
18
18
|
format?: "json" | "xml" | undefined;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
20
32
|
//#endregion
|
|
21
33
|
export { moosendDeleteCampaign };
|
|
22
34
|
//# sourceMappingURL=delete-campaign.d.cts.map
|
|
@@ -16,7 +16,19 @@ declare const MoosendDeleteCampaignOutput: z.ZodObject<{
|
|
|
16
16
|
declare const moosendDeleteCampaign: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
campaign_id: string;
|
|
18
18
|
format?: "json" | "xml" | undefined;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
20
32
|
//#endregion
|
|
21
33
|
export { moosendDeleteCampaign };
|
|
22
34
|
//# sourceMappingURL=delete-campaign.d.mts.map
|
|
@@ -18,7 +18,19 @@ declare const moosendDeleteCustomField: import("@keystrokehq/action").WorkflowAc
|
|
|
18
18
|
custom_field_id: string;
|
|
19
19
|
mailing_list_id: string;
|
|
20
20
|
format?: "json" | "xml" | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { moosendDeleteCustomField };
|
|
24
36
|
//# sourceMappingURL=delete-custom-field.d.cts.map
|
|
@@ -18,7 +18,19 @@ declare const moosendDeleteCustomField: import("@keystrokehq/action").WorkflowAc
|
|
|
18
18
|
custom_field_id: string;
|
|
19
19
|
mailing_list_id: string;
|
|
20
20
|
format?: "json" | "xml" | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { moosendDeleteCustomField };
|
|
24
36
|
//# sourceMappingURL=delete-custom-field.d.mts.map
|
|
@@ -13,7 +13,19 @@ declare const MoosendDeleteMailingListOutput: z.ZodObject<{
|
|
|
13
13
|
declare const moosendDeleteMailingList: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
mailing_list_id: string;
|
|
15
15
|
format?: string | undefined;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { moosendDeleteMailingList };
|
|
19
31
|
//# sourceMappingURL=delete-mailing-list.d.cts.map
|
|
@@ -13,7 +13,19 @@ declare const MoosendDeleteMailingListOutput: z.ZodObject<{
|
|
|
13
13
|
declare const moosendDeleteMailingList: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
mailing_list_id: string;
|
|
15
15
|
format?: string | undefined;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { moosendDeleteMailingList };
|
|
19
31
|
//# sourceMappingURL=delete-mailing-list.d.mts.map
|
|
@@ -13,7 +13,19 @@ declare const MoosendGetAllCampaignsOutput: z.ZodObject<{
|
|
|
13
13
|
declare const moosendGetAllCampaigns: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
page?: number | undefined;
|
|
15
15
|
format?: string | undefined;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { moosendGetAllCampaigns };
|
|
19
31
|
//# sourceMappingURL=get-all-campaigns.d.cts.map
|
|
@@ -13,7 +13,19 @@ declare const MoosendGetAllCampaignsOutput: z.ZodObject<{
|
|
|
13
13
|
declare const moosendGetAllCampaigns: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
page?: number | undefined;
|
|
15
15
|
format?: string | undefined;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { moosendGetAllCampaigns };
|
|
19
31
|
//# sourceMappingURL=get-all-campaigns.d.mts.map
|
|
@@ -53,7 +53,19 @@ declare const moosendGetAllSubscribers: import("@keystrokehq/action").WorkflowAc
|
|
|
53
53
|
format?: string | undefined;
|
|
54
54
|
status?: "Subscribed" | "Unsubscribed" | "Bounced" | "Removed" | undefined;
|
|
55
55
|
PageSize?: number | undefined;
|
|
56
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
56
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
generic_api_key: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
63
|
+
connectionId: z.ZodString;
|
|
64
|
+
entityId: z.ZodString;
|
|
65
|
+
instanceId: z.ZodString;
|
|
66
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
67
|
+
generic_api_key: z.ZodString;
|
|
68
|
+
}, z.core.$strip>>]>;
|
|
57
69
|
//#endregion
|
|
58
70
|
export { moosendGetAllSubscribers };
|
|
59
71
|
//# sourceMappingURL=get-all-subscribers.d.cts.map
|
|
@@ -53,7 +53,19 @@ declare const moosendGetAllSubscribers: import("@keystrokehq/action").WorkflowAc
|
|
|
53
53
|
format?: string | undefined;
|
|
54
54
|
status?: "Subscribed" | "Unsubscribed" | "Bounced" | "Removed" | undefined;
|
|
55
55
|
PageSize?: number | undefined;
|
|
56
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
56
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
generic_api_key: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
63
|
+
connectionId: z.ZodString;
|
|
64
|
+
entityId: z.ZodString;
|
|
65
|
+
instanceId: z.ZodString;
|
|
66
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
67
|
+
generic_api_key: z.ZodString;
|
|
68
|
+
}, z.core.$strip>>]>;
|
|
57
69
|
//#endregion
|
|
58
70
|
export { moosendGetAllSubscribers };
|
|
59
71
|
//# sourceMappingURL=get-all-subscribers.d.mts.map
|
|
@@ -11,7 +11,19 @@ declare const MoosendGetCampaignDetailsOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const moosendGetCampaignDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
campaign_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { moosendGetCampaignDetails };
|
|
17
29
|
//# sourceMappingURL=get-campaign-details.d.cts.map
|
|
@@ -11,7 +11,19 @@ declare const MoosendGetCampaignDetailsOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const moosendGetCampaignDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
campaign_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { moosendGetCampaignDetails };
|
|
17
29
|
//# sourceMappingURL=get-campaign-details.d.mts.map
|
|
@@ -11,7 +11,19 @@ declare const MoosendGetCampaignStatsByLocationOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const moosendGetCampaignStatsByLocation: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
campaign_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { moosendGetCampaignStatsByLocation };
|
|
17
29
|
//# sourceMappingURL=get-campaign-stats-by-location.d.cts.map
|
|
@@ -11,7 +11,19 @@ declare const MoosendGetCampaignStatsByLocationOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const moosendGetCampaignStatsByLocation: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
campaign_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { moosendGetCampaignStatsByLocation };
|
|
17
29
|
//# sourceMappingURL=get-campaign-stats-by-location.d.mts.map
|
|
@@ -41,7 +41,19 @@ declare const moosendGetMailingListDetails: import("@keystrokehq/action").Workfl
|
|
|
41
41
|
mailing_list_id: string;
|
|
42
42
|
format?: "json" | "xml" | undefined;
|
|
43
43
|
with_statistics?: "true" | "false" | undefined;
|
|
44
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
44
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
45
|
+
connectionId: z.ZodString;
|
|
46
|
+
entityId: z.ZodString;
|
|
47
|
+
instanceId: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
+
generic_api_key: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
generic_api_key: z.ZodString;
|
|
56
|
+
}, z.core.$strip>>]>;
|
|
45
57
|
//#endregion
|
|
46
58
|
export { moosendGetMailingListDetails };
|
|
47
59
|
//# sourceMappingURL=get-mailing-list-details.d.cts.map
|
|
@@ -41,7 +41,19 @@ declare const moosendGetMailingListDetails: import("@keystrokehq/action").Workfl
|
|
|
41
41
|
mailing_list_id: string;
|
|
42
42
|
format?: "json" | "xml" | undefined;
|
|
43
43
|
with_statistics?: "true" | "false" | undefined;
|
|
44
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
44
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
45
|
+
connectionId: z.ZodString;
|
|
46
|
+
entityId: z.ZodString;
|
|
47
|
+
instanceId: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
+
generic_api_key: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
generic_api_key: z.ZodString;
|
|
56
|
+
}, z.core.$strip>>]>;
|
|
45
57
|
//#endregion
|
|
46
58
|
export { moosendGetMailingListDetails };
|
|
47
59
|
//# sourceMappingURL=get-mailing-list-details.d.mts.map
|