@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
|
@@ -33,7 +33,19 @@ declare const moosendGetSubscriberByEmail: import("@keystrokehq/action").Workflo
|
|
|
33
33
|
Email: string;
|
|
34
34
|
mailingListID: string;
|
|
35
35
|
format?: string | undefined;
|
|
36
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
36
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
generic_api_key: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
37
49
|
//#endregion
|
|
38
50
|
export { moosendGetSubscriberByEmail };
|
|
39
51
|
//# sourceMappingURL=get-subscriber-by-email.d.cts.map
|
|
@@ -33,7 +33,19 @@ declare const moosendGetSubscriberByEmail: import("@keystrokehq/action").Workflo
|
|
|
33
33
|
Email: string;
|
|
34
34
|
mailingListID: string;
|
|
35
35
|
format?: string | undefined;
|
|
36
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
36
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
generic_api_key: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
37
49
|
//#endregion
|
|
38
50
|
export { moosendGetSubscriberByEmail };
|
|
39
51
|
//# sourceMappingURL=get-subscriber-by-email.d.mts.map
|
|
@@ -6,10 +6,10 @@ declare const MoosendListAllMailingListsInput: z.ZodObject<{
|
|
|
6
6
|
Format: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
7
7
|
ShortBy: z.ZodOptional<z.ZodEnum<{
|
|
8
8
|
Name: "Name";
|
|
9
|
+
CreatedOn: "CreatedOn";
|
|
9
10
|
Subject: "Subject";
|
|
10
11
|
Status: "Status";
|
|
11
12
|
DeliveredOn: "DeliveredOn";
|
|
12
|
-
CreatedOn: "CreatedOn";
|
|
13
13
|
}>>;
|
|
14
14
|
PageSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
15
15
|
SortMethod: z.ZodOptional<z.ZodEnum<{
|
|
@@ -57,11 +57,23 @@ declare const MoosendListAllMailingListsOutput: z.ZodObject<{
|
|
|
57
57
|
declare const moosendListAllMailingLists: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
58
58
|
Page?: number | undefined;
|
|
59
59
|
Format?: string | undefined;
|
|
60
|
-
ShortBy?: "Name" | "
|
|
60
|
+
ShortBy?: "Name" | "CreatedOn" | "Subject" | "Status" | "DeliveredOn" | undefined;
|
|
61
61
|
PageSize?: number | undefined;
|
|
62
62
|
SortMethod?: "ASC" | "DESC" | undefined;
|
|
63
63
|
WithStatistics?: string | undefined;
|
|
64
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
64
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
65
|
+
connectionId: z.ZodString;
|
|
66
|
+
entityId: z.ZodString;
|
|
67
|
+
instanceId: z.ZodString;
|
|
68
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
69
|
+
generic_api_key: z.ZodString;
|
|
70
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
71
|
+
connectionId: z.ZodString;
|
|
72
|
+
entityId: z.ZodString;
|
|
73
|
+
instanceId: z.ZodString;
|
|
74
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
75
|
+
generic_api_key: z.ZodString;
|
|
76
|
+
}, z.core.$strip>>]>;
|
|
65
77
|
//#endregion
|
|
66
78
|
export { moosendListAllMailingLists };
|
|
67
79
|
//# sourceMappingURL=list-all-mailing-lists.d.cts.map
|
|
@@ -6,10 +6,10 @@ declare const MoosendListAllMailingListsInput: z.ZodObject<{
|
|
|
6
6
|
Format: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
7
7
|
ShortBy: z.ZodOptional<z.ZodEnum<{
|
|
8
8
|
Name: "Name";
|
|
9
|
+
CreatedOn: "CreatedOn";
|
|
9
10
|
Subject: "Subject";
|
|
10
11
|
Status: "Status";
|
|
11
12
|
DeliveredOn: "DeliveredOn";
|
|
12
|
-
CreatedOn: "CreatedOn";
|
|
13
13
|
}>>;
|
|
14
14
|
PageSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
15
15
|
SortMethod: z.ZodOptional<z.ZodEnum<{
|
|
@@ -57,11 +57,23 @@ declare const MoosendListAllMailingListsOutput: z.ZodObject<{
|
|
|
57
57
|
declare const moosendListAllMailingLists: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
58
58
|
Page?: number | undefined;
|
|
59
59
|
Format?: string | undefined;
|
|
60
|
-
ShortBy?: "Name" | "
|
|
60
|
+
ShortBy?: "Name" | "CreatedOn" | "Subject" | "Status" | "DeliveredOn" | undefined;
|
|
61
61
|
PageSize?: number | undefined;
|
|
62
62
|
SortMethod?: "ASC" | "DESC" | undefined;
|
|
63
63
|
WithStatistics?: string | undefined;
|
|
64
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
64
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
65
|
+
connectionId: z.ZodString;
|
|
66
|
+
entityId: z.ZodString;
|
|
67
|
+
instanceId: z.ZodString;
|
|
68
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
69
|
+
generic_api_key: z.ZodString;
|
|
70
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
71
|
+
connectionId: z.ZodString;
|
|
72
|
+
entityId: z.ZodString;
|
|
73
|
+
instanceId: z.ZodString;
|
|
74
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
75
|
+
generic_api_key: z.ZodString;
|
|
76
|
+
}, z.core.$strip>>]>;
|
|
65
77
|
//#endregion
|
|
66
78
|
export { moosendListAllMailingLists };
|
|
67
79
|
//# sourceMappingURL=list-all-mailing-lists.d.mts.map
|
|
@@ -21,7 +21,19 @@ declare const MoosendListAllSendersOutput: z.ZodObject<{
|
|
|
21
21
|
}, z.core.$loose>;
|
|
22
22
|
declare const moosendListAllSenders: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
23
|
format?: "json" | "xml" | undefined;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
generic_api_key: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
25
37
|
//#endregion
|
|
26
38
|
export { moosendListAllSenders };
|
|
27
39
|
//# sourceMappingURL=list-all-senders.d.cts.map
|
|
@@ -21,7 +21,19 @@ declare const MoosendListAllSendersOutput: z.ZodObject<{
|
|
|
21
21
|
}, z.core.$loose>;
|
|
22
22
|
declare const moosendListAllSenders: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
23
|
format?: "json" | "xml" | undefined;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
generic_api_key: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
25
37
|
//#endregion
|
|
26
38
|
export { moosendListAllSenders };
|
|
27
39
|
//# sourceMappingURL=list-all-senders.d.mts.map
|
|
@@ -5,10 +5,10 @@ declare const MoosendListCampaignsWithPagingInput: z.ZodObject<{
|
|
|
5
5
|
page: z.ZodNumber;
|
|
6
6
|
sort_by: z.ZodOptional<z.ZodEnum<{
|
|
7
7
|
Name: "Name";
|
|
8
|
+
CreatedOn: "CreatedOn";
|
|
8
9
|
Subject: "Subject";
|
|
9
10
|
Status: "Status";
|
|
10
11
|
DeliveredOn: "DeliveredOn";
|
|
11
|
-
CreatedOn: "CreatedOn";
|
|
12
12
|
}>>;
|
|
13
13
|
page_size: z.ZodNumber;
|
|
14
14
|
sort_method: z.ZodOptional<z.ZodEnum<{
|
|
@@ -47,9 +47,21 @@ declare const MoosendListCampaignsWithPagingOutput: z.ZodObject<{
|
|
|
47
47
|
declare const moosendListCampaignsWithPaging: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
48
48
|
page: number;
|
|
49
49
|
page_size: number;
|
|
50
|
-
sort_by?: "Name" | "
|
|
50
|
+
sort_by?: "Name" | "CreatedOn" | "Subject" | "Status" | "DeliveredOn" | undefined;
|
|
51
51
|
sort_method?: "ASC" | "DESC" | undefined;
|
|
52
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
52
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
generic_api_key: z.ZodString;
|
|
58
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
generic_api_key: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>;
|
|
53
65
|
//#endregion
|
|
54
66
|
export { moosendListCampaignsWithPaging };
|
|
55
67
|
//# sourceMappingURL=list-campaigns-with-paging.d.cts.map
|
|
@@ -5,10 +5,10 @@ declare const MoosendListCampaignsWithPagingInput: z.ZodObject<{
|
|
|
5
5
|
page: z.ZodNumber;
|
|
6
6
|
sort_by: z.ZodOptional<z.ZodEnum<{
|
|
7
7
|
Name: "Name";
|
|
8
|
+
CreatedOn: "CreatedOn";
|
|
8
9
|
Subject: "Subject";
|
|
9
10
|
Status: "Status";
|
|
10
11
|
DeliveredOn: "DeliveredOn";
|
|
11
|
-
CreatedOn: "CreatedOn";
|
|
12
12
|
}>>;
|
|
13
13
|
page_size: z.ZodNumber;
|
|
14
14
|
sort_method: z.ZodOptional<z.ZodEnum<{
|
|
@@ -47,9 +47,21 @@ declare const MoosendListCampaignsWithPagingOutput: z.ZodObject<{
|
|
|
47
47
|
declare const moosendListCampaignsWithPaging: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
48
48
|
page: number;
|
|
49
49
|
page_size: number;
|
|
50
|
-
sort_by?: "Name" | "
|
|
50
|
+
sort_by?: "Name" | "CreatedOn" | "Subject" | "Status" | "DeliveredOn" | undefined;
|
|
51
51
|
sort_method?: "ASC" | "DESC" | undefined;
|
|
52
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
52
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
generic_api_key: z.ZodString;
|
|
58
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
generic_api_key: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>;
|
|
53
65
|
//#endregion
|
|
54
66
|
export { moosendListCampaignsWithPaging };
|
|
55
67
|
//# sourceMappingURL=list-campaigns-with-paging.d.mts.map
|
|
@@ -46,7 +46,19 @@ declare const MoosendListSegmentsOutput: z.ZodObject<{
|
|
|
46
46
|
declare const moosendListSegments: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
47
47
|
mailing_list_id: string;
|
|
48
48
|
format?: string | undefined;
|
|
49
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
49
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
generic_api_key: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
generic_api_key: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>;
|
|
50
62
|
//#endregion
|
|
51
63
|
export { moosendListSegments };
|
|
52
64
|
//# sourceMappingURL=list-segments.d.cts.map
|
|
@@ -46,7 +46,19 @@ declare const MoosendListSegmentsOutput: z.ZodObject<{
|
|
|
46
46
|
declare const moosendListSegments: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
47
47
|
mailing_list_id: string;
|
|
48
48
|
format?: string | undefined;
|
|
49
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
49
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
generic_api_key: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
generic_api_key: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>;
|
|
50
62
|
//#endregion
|
|
51
63
|
export { moosendListSegments };
|
|
52
64
|
//# sourceMappingURL=list-segments.d.mts.map
|
|
@@ -15,7 +15,19 @@ declare const moosendRemoveMultipleSubscribers: import("@keystrokehq/action").Wo
|
|
|
15
15
|
Emails: string;
|
|
16
16
|
mailing_list_id: string;
|
|
17
17
|
format?: 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 { moosendRemoveMultipleSubscribers };
|
|
21
33
|
//# sourceMappingURL=remove-multiple-subscribers.d.cts.map
|
|
@@ -15,7 +15,19 @@ declare const moosendRemoveMultipleSubscribers: import("@keystrokehq/action").Wo
|
|
|
15
15
|
Emails: string;
|
|
16
16
|
mailing_list_id: string;
|
|
17
17
|
format?: 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 { moosendRemoveMultipleSubscribers };
|
|
21
33
|
//# sourceMappingURL=remove-multiple-subscribers.d.mts.map
|
|
@@ -17,7 +17,19 @@ declare const moosendScheduleCampaign: import("@keystrokehq/action").WorkflowAct
|
|
|
17
17
|
ScheduledDateTime: string;
|
|
18
18
|
format?: string | undefined;
|
|
19
19
|
TimeZone?: string | undefined;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_api_key: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { moosendScheduleCampaign };
|
|
23
35
|
//# sourceMappingURL=schedule-campaign.d.cts.map
|
|
@@ -17,7 +17,19 @@ declare const moosendScheduleCampaign: import("@keystrokehq/action").WorkflowAct
|
|
|
17
17
|
ScheduledDateTime: string;
|
|
18
18
|
format?: string | undefined;
|
|
19
19
|
TimeZone?: string | undefined;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_api_key: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { moosendScheduleCampaign };
|
|
23
35
|
//# sourceMappingURL=schedule-campaign.d.mts.map
|
|
@@ -13,7 +13,19 @@ declare const MoosendSendCampaignOutput: z.ZodObject<{
|
|
|
13
13
|
declare const moosendSendCampaign: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
CampaignID: 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 { moosendSendCampaign };
|
|
19
31
|
//# sourceMappingURL=send-campaign.d.cts.map
|
|
@@ -13,7 +13,19 @@ declare const MoosendSendCampaignOutput: z.ZodObject<{
|
|
|
13
13
|
declare const moosendSendCampaign: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
CampaignID: 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 { moosendSendCampaign };
|
|
19
31
|
//# sourceMappingURL=send-campaign.d.mts.map
|
|
@@ -16,7 +16,19 @@ declare const MoosendUnscheduleCampaignOutput: z.ZodObject<{
|
|
|
16
16
|
declare const moosendUnscheduleCampaign: 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 { moosendUnscheduleCampaign };
|
|
22
34
|
//# sourceMappingURL=unschedule-campaign.d.cts.map
|
|
@@ -16,7 +16,19 @@ declare const MoosendUnscheduleCampaignOutput: z.ZodObject<{
|
|
|
16
16
|
declare const moosendUnscheduleCampaign: 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 { moosendUnscheduleCampaign };
|
|
22
34
|
//# sourceMappingURL=unschedule-campaign.d.mts.map
|
|
@@ -16,7 +16,19 @@ declare const MoosendUnsubscribeFromAccountOutput: z.ZodObject<{
|
|
|
16
16
|
declare const moosendUnsubscribeFromAccount: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
Email: 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 { moosendUnsubscribeFromAccount };
|
|
22
34
|
//# sourceMappingURL=unsubscribe-from-account.d.cts.map
|
|
@@ -16,7 +16,19 @@ declare const MoosendUnsubscribeFromAccountOutput: z.ZodObject<{
|
|
|
16
16
|
declare const moosendUnsubscribeFromAccount: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
Email: 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 { moosendUnsubscribeFromAccount };
|
|
22
34
|
//# sourceMappingURL=unsubscribe-from-account.d.mts.map
|
|
@@ -15,7 +15,19 @@ declare const moosendUnsubscribeFromMailingList: import("@keystrokehq/action").W
|
|
|
15
15
|
Email: string;
|
|
16
16
|
mailingListID: string;
|
|
17
17
|
format?: 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 { moosendUnsubscribeFromMailingList };
|
|
21
33
|
//# sourceMappingURL=unsubscribe-from-mailing-list.d.cts.map
|
|
@@ -15,7 +15,19 @@ declare const moosendUnsubscribeFromMailingList: import("@keystrokehq/action").W
|
|
|
15
15
|
Email: string;
|
|
16
16
|
mailingListID: string;
|
|
17
17
|
format?: 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 { moosendUnsubscribeFromMailingList };
|
|
21
33
|
//# sourceMappingURL=unsubscribe-from-mailing-list.d.mts.map
|
|
@@ -64,7 +64,19 @@ declare const moosendUpdateCampaign: import("@keystrokehq/action").WorkflowActio
|
|
|
64
64
|
ConfirmationToEmail?: string | undefined;
|
|
65
65
|
ABWinnerSelectionType?: "OpenRate" | "TotalUniqueClicks" | undefined;
|
|
66
66
|
TrackInGoogleAnalytics?: boolean | undefined;
|
|
67
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
67
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
generic_api_key: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
74
|
+
connectionId: z.ZodString;
|
|
75
|
+
entityId: z.ZodString;
|
|
76
|
+
instanceId: z.ZodString;
|
|
77
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
78
|
+
generic_api_key: z.ZodString;
|
|
79
|
+
}, z.core.$strip>>]>;
|
|
68
80
|
//#endregion
|
|
69
81
|
export { moosendUpdateCampaign };
|
|
70
82
|
//# sourceMappingURL=update-campaign.d.cts.map
|
|
@@ -64,7 +64,19 @@ declare const moosendUpdateCampaign: import("@keystrokehq/action").WorkflowActio
|
|
|
64
64
|
ConfirmationToEmail?: string | undefined;
|
|
65
65
|
ABWinnerSelectionType?: "OpenRate" | "TotalUniqueClicks" | undefined;
|
|
66
66
|
TrackInGoogleAnalytics?: boolean | undefined;
|
|
67
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
67
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
generic_api_key: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
74
|
+
connectionId: z.ZodString;
|
|
75
|
+
entityId: z.ZodString;
|
|
76
|
+
instanceId: z.ZodString;
|
|
77
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
78
|
+
generic_api_key: z.ZodString;
|
|
79
|
+
}, z.core.$strip>>]>;
|
|
68
80
|
//#endregion
|
|
69
81
|
export { moosendUpdateCampaign };
|
|
70
82
|
//# sourceMappingURL=update-campaign.d.mts.map
|
|
@@ -34,7 +34,19 @@ declare const moosendUpdateCustomField: import("@keystrokehq/action").WorkflowAc
|
|
|
34
34
|
is_hidden?: boolean | undefined;
|
|
35
35
|
is_required?: boolean | undefined;
|
|
36
36
|
custom_field_type?: "Text" | "Number" | "DateTime" | "SingleSelectDropdown" | "CheckBox" | undefined;
|
|
37
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
37
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
44
|
+
connectionId: z.ZodString;
|
|
45
|
+
entityId: z.ZodString;
|
|
46
|
+
instanceId: z.ZodString;
|
|
47
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
+
generic_api_key: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>;
|
|
38
50
|
//#endregion
|
|
39
51
|
export { moosendUpdateCustomField };
|
|
40
52
|
//# sourceMappingURL=update-custom-field.d.cts.map
|
|
@@ -34,7 +34,19 @@ declare const moosendUpdateCustomField: import("@keystrokehq/action").WorkflowAc
|
|
|
34
34
|
is_hidden?: boolean | undefined;
|
|
35
35
|
is_required?: boolean | undefined;
|
|
36
36
|
custom_field_type?: "Text" | "Number" | "DateTime" | "SingleSelectDropdown" | "CheckBox" | undefined;
|
|
37
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
37
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"moosend", z.ZodObject<{
|
|
44
|
+
connectionId: z.ZodString;
|
|
45
|
+
entityId: z.ZodString;
|
|
46
|
+
instanceId: z.ZodString;
|
|
47
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
+
generic_api_key: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>;
|
|
38
50
|
//#endregion
|
|
39
51
|
export { moosendUpdateCustomField };
|
|
40
52
|
//# sourceMappingURL=update-custom-field.d.mts.map
|