@keystrokehq/moosend 0.1.3 → 0.1.4
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/list-all-mailing-lists.d.cts +3 -3
- package/dist/actions/list-all-mailing-lists.d.mts +3 -3
- package/dist/actions/list-campaigns-with-paging.d.cts +3 -3
- package/dist/actions/list-campaigns-with-paging.d.mts +3 -3
- 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
|
@@ -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
|
-
|
|
9
|
+
CreatedOn: "CreatedOn";
|
|
10
10
|
Status: "Status";
|
|
11
|
+
Subject: "Subject";
|
|
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,7 +57,7 @@ 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" | "Status" | "Subject" | "DeliveredOn" | undefined;
|
|
61
61
|
PageSize?: number | undefined;
|
|
62
62
|
SortMethod?: "ASC" | "DESC" | undefined;
|
|
63
63
|
WithStatistics?: string | undefined;
|
|
@@ -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
|
-
|
|
9
|
+
CreatedOn: "CreatedOn";
|
|
10
10
|
Status: "Status";
|
|
11
|
+
Subject: "Subject";
|
|
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,7 +57,7 @@ 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" | "Status" | "Subject" | "DeliveredOn" | undefined;
|
|
61
61
|
PageSize?: number | undefined;
|
|
62
62
|
SortMethod?: "ASC" | "DESC" | undefined;
|
|
63
63
|
WithStatistics?: string | undefined;
|
|
@@ -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
|
-
|
|
8
|
+
CreatedOn: "CreatedOn";
|
|
9
9
|
Status: "Status";
|
|
10
|
+
Subject: "Subject";
|
|
10
11
|
DeliveredOn: "DeliveredOn";
|
|
11
|
-
CreatedOn: "CreatedOn";
|
|
12
12
|
}>>;
|
|
13
13
|
page_size: z.ZodNumber;
|
|
14
14
|
sort_method: z.ZodOptional<z.ZodEnum<{
|
|
@@ -47,7 +47,7 @@ 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" | "Status" | "Subject" | "DeliveredOn" | undefined;
|
|
51
51
|
sort_method?: "ASC" | "DESC" | undefined;
|
|
52
52
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
53
53
|
//#endregion
|
|
@@ -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
|
-
|
|
8
|
+
CreatedOn: "CreatedOn";
|
|
9
9
|
Status: "Status";
|
|
10
|
+
Subject: "Subject";
|
|
10
11
|
DeliveredOn: "DeliveredOn";
|
|
11
|
-
CreatedOn: "CreatedOn";
|
|
12
12
|
}>>;
|
|
13
13
|
page_size: z.ZodNumber;
|
|
14
14
|
sort_method: z.ZodOptional<z.ZodEnum<{
|
|
@@ -47,7 +47,7 @@ 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" | "Status" | "Subject" | "DeliveredOn" | undefined;
|
|
51
51
|
sort_method?: "ASC" | "DESC" | undefined;
|
|
52
52
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
53
53
|
//#endregion
|
package/dist/catalog.cjs
CHANGED
|
@@ -8,7 +8,7 @@ const moosendCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/moosend",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "Moosend API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your Moosend API Key"
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const moosendCatalog = {\n \"slug\": \"moosend\",\n \"name\": \"Moosend\",\n \"description\": \"Moosend is a cloud-based, AI-powered email marketing solution that allows you to target your audience at scale.\",\n \"category\": \"Email Newsletters\",\n \"logo\": \"https://logos.composio.dev/api/moosend\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const moosendCatalog = {\n \"slug\": \"moosend\",\n \"name\": \"Moosend\",\n \"description\": \"Moosend is a cloud-based, AI-powered email marketing solution that allows you to target your audience at scale.\",\n \"category\": \"Email Newsletters\",\n \"logo\": \"https://logos.composio.dev/api/moosend\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Moosend API Key\",\n \"secret\": true,\n \"description\": \"Your Moosend API Key\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -9,7 +9,7 @@ declare const moosendCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "Moosend API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your Moosend API Key";
|
package/dist/catalog.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ declare const moosendCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "Moosend API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your Moosend API Key";
|
package/dist/catalog.mjs
CHANGED
|
@@ -8,7 +8,7 @@ const moosendCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/moosend",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "Moosend API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your Moosend API Key"
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const moosendCatalog = {\n \"slug\": \"moosend\",\n \"name\": \"Moosend\",\n \"description\": \"Moosend is a cloud-based, AI-powered email marketing solution that allows you to target your audience at scale.\",\n \"category\": \"Email Newsletters\",\n \"logo\": \"https://logos.composio.dev/api/moosend\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const moosendCatalog = {\n \"slug\": \"moosend\",\n \"name\": \"Moosend\",\n \"description\": \"Moosend is a cloud-based, AI-powered email marketing solution that allows you to target your audience at scale.\",\n \"category\": \"Email Newsletters\",\n \"logo\": \"https://logos.composio.dev/api/moosend\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Moosend API Key\",\n \"secret\": true,\n \"description\": \"Your Moosend API Key\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|