@keystrokehq/omnisend 0.1.2 → 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/add-cart-product.cjs +1 -1
- package/dist/actions/add-cart-product.cjs.map +1 -1
- package/dist/actions/add-cart-product.d.cts +14 -2
- package/dist/actions/add-cart-product.d.mts +14 -2
- package/dist/actions/add-cart-product.mjs +1 -1
- package/dist/actions/add-cart-product.mjs.map +1 -1
- package/dist/actions/create-batch.cjs +3 -3
- package/dist/actions/create-batch.cjs.map +1 -1
- package/dist/actions/create-batch.d.cts +18 -6
- package/dist/actions/create-batch.d.cts.map +1 -1
- package/dist/actions/create-batch.d.mts +18 -6
- package/dist/actions/create-batch.d.mts.map +1 -1
- package/dist/actions/create-batch.mjs +3 -3
- package/dist/actions/create-batch.mjs.map +1 -1
- package/dist/actions/create-cart.cjs +2 -2
- package/dist/actions/create-cart.cjs.map +1 -1
- package/dist/actions/create-cart.d.cts +16 -3
- package/dist/actions/create-cart.d.mts +16 -3
- package/dist/actions/create-cart.mjs +2 -2
- package/dist/actions/create-cart.mjs.map +1 -1
- package/dist/actions/create-category.cjs +1 -1
- package/dist/actions/create-category.cjs.map +1 -1
- package/dist/actions/create-category.d.cts +14 -2
- package/dist/actions/create-category.d.mts +14 -2
- package/dist/actions/create-category.mjs +1 -1
- package/dist/actions/create-category.mjs.map +1 -1
- package/dist/actions/create-or-update-contact.cjs +2 -2
- package/dist/actions/create-or-update-contact.cjs.map +1 -1
- package/dist/actions/create-or-update-contact.d.cts +16 -3
- package/dist/actions/create-or-update-contact.d.mts +16 -3
- package/dist/actions/create-or-update-contact.mjs +2 -2
- package/dist/actions/create-or-update-contact.mjs.map +1 -1
- package/dist/actions/create-order.cjs +3 -3
- package/dist/actions/create-order.cjs.map +1 -1
- package/dist/actions/create-order.d.cts +18 -5
- package/dist/actions/create-order.d.cts.map +1 -1
- package/dist/actions/create-order.d.mts +18 -5
- package/dist/actions/create-order.d.mts.map +1 -1
- package/dist/actions/create-order.mjs +3 -3
- package/dist/actions/create-order.mjs.map +1 -1
- package/dist/actions/create-product-category.cjs +1 -1
- package/dist/actions/create-product-category.cjs.map +1 -1
- package/dist/actions/create-product-category.d.cts +14 -2
- package/dist/actions/create-product-category.d.mts +14 -2
- package/dist/actions/create-product-category.mjs +1 -1
- package/dist/actions/create-product-category.mjs.map +1 -1
- package/dist/actions/create-product.cjs +2 -2
- package/dist/actions/create-product.cjs.map +1 -1
- package/dist/actions/create-product.d.cts +16 -3
- package/dist/actions/create-product.d.mts +16 -3
- package/dist/actions/create-product.mjs +2 -2
- package/dist/actions/create-product.mjs.map +1 -1
- package/dist/actions/delete-cart.cjs +1 -1
- package/dist/actions/delete-cart.cjs.map +1 -1
- package/dist/actions/delete-cart.d.cts +14 -2
- package/dist/actions/delete-cart.d.cts.map +1 -1
- package/dist/actions/delete-cart.d.mts +14 -2
- package/dist/actions/delete-cart.d.mts.map +1 -1
- package/dist/actions/delete-cart.mjs +1 -1
- package/dist/actions/delete-cart.mjs.map +1 -1
- package/dist/actions/delete-category.cjs +1 -1
- package/dist/actions/delete-category.cjs.map +1 -1
- package/dist/actions/delete-category.d.cts +14 -2
- package/dist/actions/delete-category.d.cts.map +1 -1
- package/dist/actions/delete-category.d.mts +14 -2
- package/dist/actions/delete-category.d.mts.map +1 -1
- package/dist/actions/delete-category.mjs +1 -1
- package/dist/actions/delete-category.mjs.map +1 -1
- package/dist/actions/delete-order.cjs +1 -1
- package/dist/actions/delete-order.cjs.map +1 -1
- package/dist/actions/delete-order.d.cts +14 -2
- package/dist/actions/delete-order.d.cts.map +1 -1
- package/dist/actions/delete-order.d.mts +14 -2
- package/dist/actions/delete-order.d.mts.map +1 -1
- package/dist/actions/delete-order.mjs +1 -1
- package/dist/actions/delete-order.mjs.map +1 -1
- package/dist/actions/delete-product-category.cjs +1 -1
- package/dist/actions/delete-product-category.cjs.map +1 -1
- package/dist/actions/delete-product-category.d.cts +14 -2
- package/dist/actions/delete-product-category.d.cts.map +1 -1
- package/dist/actions/delete-product-category.d.mts +14 -2
- package/dist/actions/delete-product-category.d.mts.map +1 -1
- package/dist/actions/delete-product-category.mjs +1 -1
- package/dist/actions/delete-product-category.mjs.map +1 -1
- package/dist/actions/delete-product.cjs +1 -1
- package/dist/actions/delete-product.cjs.map +1 -1
- package/dist/actions/delete-product.d.cts +14 -2
- package/dist/actions/delete-product.d.cts.map +1 -1
- package/dist/actions/delete-product.d.mts +14 -2
- package/dist/actions/delete-product.d.mts.map +1 -1
- package/dist/actions/delete-product.mjs +1 -1
- package/dist/actions/delete-product.mjs.map +1 -1
- package/dist/actions/get-batch-information.cjs +1 -1
- package/dist/actions/get-batch-information.cjs.map +1 -1
- package/dist/actions/get-batch-information.d.cts +14 -2
- package/dist/actions/get-batch-information.d.mts +14 -2
- package/dist/actions/get-batch-information.mjs +1 -1
- package/dist/actions/get-batch-information.mjs.map +1 -1
- package/dist/actions/get-batch-item.cjs +1 -1
- package/dist/actions/get-batch-item.cjs.map +1 -1
- package/dist/actions/get-batch-item.d.cts +14 -2
- package/dist/actions/get-batch-item.d.mts +14 -2
- package/dist/actions/get-batch-item.mjs +1 -1
- package/dist/actions/get-batch-item.mjs.map +1 -1
- package/dist/actions/get-batch-items.cjs +2 -2
- package/dist/actions/get-batch-items.cjs.map +1 -1
- package/dist/actions/get-batch-items.d.cts +15 -3
- package/dist/actions/get-batch-items.d.mts +15 -3
- package/dist/actions/get-batch-items.mjs +2 -2
- package/dist/actions/get-batch-items.mjs.map +1 -1
- package/dist/actions/get-batches.cjs +3 -3
- package/dist/actions/get-batches.cjs.map +1 -1
- package/dist/actions/get-batches.d.cts +18 -6
- package/dist/actions/get-batches.d.mts +18 -6
- package/dist/actions/get-batches.mjs +3 -3
- package/dist/actions/get-batches.mjs.map +1 -1
- package/dist/actions/get-brand.cjs +1 -1
- package/dist/actions/get-brand.cjs.map +1 -1
- package/dist/actions/get-brand.d.cts +14 -2
- package/dist/actions/get-brand.d.cts.map +1 -1
- package/dist/actions/get-brand.d.mts +14 -2
- package/dist/actions/get-brand.d.mts.map +1 -1
- package/dist/actions/get-brand.mjs +1 -1
- package/dist/actions/get-brand.mjs.map +1 -1
- package/dist/actions/get-cart.cjs +2 -2
- package/dist/actions/get-cart.cjs.map +1 -1
- package/dist/actions/get-cart.d.cts +15 -3
- package/dist/actions/get-cart.d.mts +15 -3
- package/dist/actions/get-cart.mjs +2 -2
- package/dist/actions/get-cart.mjs.map +1 -1
- package/dist/actions/get-category.cjs +1 -1
- package/dist/actions/get-category.cjs.map +1 -1
- package/dist/actions/get-category.d.cts +14 -2
- package/dist/actions/get-category.d.mts +14 -2
- package/dist/actions/get-category.mjs +1 -1
- package/dist/actions/get-category.mjs.map +1 -1
- package/dist/actions/get-contact.cjs +6 -6
- package/dist/actions/get-contact.cjs.map +1 -1
- package/dist/actions/get-contact.d.cts +19 -7
- package/dist/actions/get-contact.d.mts +19 -7
- package/dist/actions/get-contact.mjs +6 -6
- package/dist/actions/get-contact.mjs.map +1 -1
- package/dist/actions/get-order.cjs +3 -3
- package/dist/actions/get-order.cjs.map +1 -1
- package/dist/actions/get-order.d.cts +17 -5
- package/dist/actions/get-order.d.mts +17 -5
- package/dist/actions/get-order.mjs +3 -3
- package/dist/actions/get-order.mjs.map +1 -1
- package/dist/actions/get-product-category.cjs +1 -1
- package/dist/actions/get-product-category.cjs.map +1 -1
- package/dist/actions/get-product-category.d.cts +14 -2
- package/dist/actions/get-product-category.d.mts +14 -2
- package/dist/actions/get-product-category.mjs +1 -1
- package/dist/actions/get-product-category.mjs.map +1 -1
- package/dist/actions/get-product.cjs +2 -2
- package/dist/actions/get-product.cjs.map +1 -1
- package/dist/actions/get-product.d.cts +15 -3
- package/dist/actions/get-product.d.mts +15 -3
- package/dist/actions/get-product.mjs +2 -2
- package/dist/actions/get-product.mjs.map +1 -1
- package/dist/actions/list-campaigns.cjs +5 -5
- package/dist/actions/list-campaigns.cjs.map +1 -1
- package/dist/actions/list-campaigns.d.cts +18 -6
- package/dist/actions/list-campaigns.d.mts +18 -6
- package/dist/actions/list-campaigns.mjs +5 -5
- package/dist/actions/list-campaigns.mjs.map +1 -1
- package/dist/actions/list-carts.cjs +3 -3
- package/dist/actions/list-carts.cjs.map +1 -1
- package/dist/actions/list-carts.d.cts +16 -4
- package/dist/actions/list-carts.d.mts +16 -4
- package/dist/actions/list-carts.mjs +3 -3
- package/dist/actions/list-carts.mjs.map +1 -1
- package/dist/actions/list-categories.cjs +3 -3
- package/dist/actions/list-categories.cjs.map +1 -1
- package/dist/actions/list-categories.d.cts +16 -4
- package/dist/actions/list-categories.d.mts +16 -4
- package/dist/actions/list-categories.mjs +3 -3
- package/dist/actions/list-categories.mjs.map +1 -1
- package/dist/actions/list-contacts.cjs +7 -7
- package/dist/actions/list-contacts.cjs.map +1 -1
- package/dist/actions/list-contacts.d.cts +20 -8
- package/dist/actions/list-contacts.d.mts +20 -8
- package/dist/actions/list-contacts.mjs +7 -7
- package/dist/actions/list-contacts.mjs.map +1 -1
- package/dist/actions/list-events.cjs +3 -3
- package/dist/actions/list-events.cjs.map +1 -1
- package/dist/actions/list-events.d.cts +16 -4
- package/dist/actions/list-events.d.cts.map +1 -1
- package/dist/actions/list-events.d.mts +16 -4
- package/dist/actions/list-events.d.mts.map +1 -1
- package/dist/actions/list-events.mjs +3 -3
- package/dist/actions/list-events.mjs.map +1 -1
- package/dist/actions/list-product-categories.cjs +3 -3
- package/dist/actions/list-product-categories.cjs.map +1 -1
- package/dist/actions/list-product-categories.d.cts +16 -4
- package/dist/actions/list-product-categories.d.mts +16 -4
- package/dist/actions/list-product-categories.mjs +3 -3
- package/dist/actions/list-product-categories.mjs.map +1 -1
- package/dist/actions/list-products.cjs +4 -4
- package/dist/actions/list-products.cjs.map +1 -1
- package/dist/actions/list-products.d.cts +17 -5
- package/dist/actions/list-products.d.mts +17 -5
- package/dist/actions/list-products.mjs +4 -4
- package/dist/actions/list-products.mjs.map +1 -1
- package/dist/actions/remove-cart-product.cjs +1 -1
- package/dist/actions/remove-cart-product.cjs.map +1 -1
- package/dist/actions/remove-cart-product.d.cts +14 -2
- package/dist/actions/remove-cart-product.d.cts.map +1 -1
- package/dist/actions/remove-cart-product.d.mts +14 -2
- package/dist/actions/remove-cart-product.d.mts.map +1 -1
- package/dist/actions/remove-cart-product.mjs +1 -1
- package/dist/actions/remove-cart-product.mjs.map +1 -1
- package/dist/actions/replace-cart-product.cjs +1 -1
- package/dist/actions/replace-cart-product.cjs.map +1 -1
- package/dist/actions/replace-cart-product.d.cts +14 -2
- package/dist/actions/replace-cart-product.d.mts +14 -2
- package/dist/actions/replace-cart-product.mjs +1 -1
- package/dist/actions/replace-cart-product.mjs.map +1 -1
- package/dist/actions/replace-cart.cjs +2 -2
- package/dist/actions/replace-cart.cjs.map +1 -1
- package/dist/actions/replace-cart.d.cts +16 -3
- package/dist/actions/replace-cart.d.mts +16 -3
- package/dist/actions/replace-cart.mjs +2 -2
- package/dist/actions/replace-cart.mjs.map +1 -1
- package/dist/actions/replace-category.cjs +1 -1
- package/dist/actions/replace-category.cjs.map +1 -1
- package/dist/actions/replace-category.d.cts +14 -2
- package/dist/actions/replace-category.d.mts +14 -2
- package/dist/actions/replace-category.mjs +1 -1
- package/dist/actions/replace-category.mjs.map +1 -1
- package/dist/actions/replace-order.cjs +2 -2
- package/dist/actions/replace-order.cjs.map +1 -1
- package/dist/actions/replace-order.d.cts +16 -3
- package/dist/actions/replace-order.d.mts +16 -3
- package/dist/actions/replace-order.mjs +2 -2
- package/dist/actions/replace-order.mjs.map +1 -1
- package/dist/actions/replace-product.cjs +2 -2
- package/dist/actions/replace-product.cjs.map +1 -1
- package/dist/actions/replace-product.d.cts +16 -3
- package/dist/actions/replace-product.d.mts +16 -3
- package/dist/actions/replace-product.mjs +2 -2
- package/dist/actions/replace-product.mjs.map +1 -1
- package/dist/actions/send-event.cjs +3 -3
- package/dist/actions/send-event.cjs.map +1 -1
- package/dist/actions/send-event.d.cts +18 -6
- package/dist/actions/send-event.d.cts.map +1 -1
- package/dist/actions/send-event.d.mts +18 -6
- package/dist/actions/send-event.d.mts.map +1 -1
- package/dist/actions/send-event.mjs +3 -3
- package/dist/actions/send-event.mjs.map +1 -1
- package/dist/actions/update-cart-product.cjs +1 -1
- package/dist/actions/update-cart-product.cjs.map +1 -1
- package/dist/actions/update-cart-product.d.cts +14 -2
- package/dist/actions/update-cart-product.d.mts +14 -2
- package/dist/actions/update-cart-product.mjs +1 -1
- package/dist/actions/update-cart-product.mjs.map +1 -1
- package/dist/actions/update-cart.cjs +2 -2
- package/dist/actions/update-cart.cjs.map +1 -1
- package/dist/actions/update-cart.d.cts +16 -3
- package/dist/actions/update-cart.d.mts +16 -3
- package/dist/actions/update-cart.mjs +2 -2
- package/dist/actions/update-cart.mjs.map +1 -1
- package/dist/actions/update-contact.cjs +3 -3
- package/dist/actions/update-contact.cjs.map +1 -1
- package/dist/actions/update-contact.d.cts +18 -5
- package/dist/actions/update-contact.d.cts.map +1 -1
- package/dist/actions/update-contact.d.mts +18 -5
- package/dist/actions/update-contact.d.mts.map +1 -1
- package/dist/actions/update-contact.mjs +3 -3
- package/dist/actions/update-contact.mjs.map +1 -1
- package/dist/actions/update-order-status.cjs +1 -1
- package/dist/actions/update-order-status.cjs.map +1 -1
- package/dist/actions/update-order-status.d.cts +14 -2
- package/dist/actions/update-order-status.d.mts +14 -2
- package/dist/actions/update-order-status.mjs +1 -1
- package/dist/actions/update-order-status.mjs.map +1 -1
- package/dist/actions/update-product-category.cjs +1 -1
- package/dist/actions/update-product-category.cjs.map +1 -1
- package/dist/actions/update-product-category.d.cts +14 -2
- package/dist/actions/update-product-category.d.mts +14 -2
- package/dist/actions/update-product-category.mjs +1 -1
- package/dist/actions/update-product-category.mjs.map +1 -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/package.json +1 -1
|
@@ -16,19 +16,31 @@ declare const OmnisendListProductCategoriesOutput: z.ZodObject<{
|
|
|
16
16
|
limit: z.ZodNullable<z.ZodNumber>;
|
|
17
17
|
offset: z.ZodNullable<z.ZodNumber>;
|
|
18
18
|
previous: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
-
}, z.core.$
|
|
19
|
+
}, z.core.$loose>>;
|
|
20
20
|
categories: z.ZodArray<z.ZodObject<{
|
|
21
21
|
title: z.ZodNullable<z.ZodString>;
|
|
22
22
|
createdAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
23
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
24
|
categoryID: z.ZodNullable<z.ZodString>;
|
|
25
|
-
}, z.core.$
|
|
26
|
-
}, z.core.$
|
|
25
|
+
}, z.core.$loose>>;
|
|
26
|
+
}, z.core.$loose>;
|
|
27
27
|
declare const omnisendListProductCategories: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
28
28
|
sort?: "date" | "createdAt" | "updatedAt" | undefined;
|
|
29
29
|
limit?: number | undefined;
|
|
30
30
|
offset?: number | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"omnisend", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
accessToken: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"omnisend", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
accessToken: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { omnisendListProductCategories };
|
|
34
46
|
//# sourceMappingURL=list-product-categories.d.mts.map
|
|
@@ -15,13 +15,13 @@ const OmnisendListProductCategories_PagingSchema = z.object({
|
|
|
15
15
|
limit: z.number().int().describe("Number of items requested per page.").nullable(),
|
|
16
16
|
offset: z.number().int().describe("Offset of the first item returned.").nullable(),
|
|
17
17
|
previous: z.string().describe("URL for previous page of results.").nullable().optional()
|
|
18
|
-
});
|
|
18
|
+
}).passthrough();
|
|
19
19
|
const OmnisendListProductCategories_CategorySchema = z.object({
|
|
20
20
|
title: z.string().describe("Category title.").nullable(),
|
|
21
21
|
createdAt: z.string().describe("Creation timestamp (ISO 8601).").nullable().optional(),
|
|
22
22
|
updatedAt: z.string().describe("Last updated timestamp (ISO 8601).").nullable().optional(),
|
|
23
23
|
categoryID: z.string().describe("Unique category identifier.").nullable()
|
|
24
|
-
});
|
|
24
|
+
}).passthrough();
|
|
25
25
|
const omnisendListProductCategories = action("OMNISEND_LIST_PRODUCT_CATEGORIES", {
|
|
26
26
|
slug: "omnisend-list-product-categories",
|
|
27
27
|
name: "List Product Categories",
|
|
@@ -30,7 +30,7 @@ const omnisendListProductCategories = action("OMNISEND_LIST_PRODUCT_CATEGORIES",
|
|
|
30
30
|
output: z.object({
|
|
31
31
|
paging: OmnisendListProductCategories_PagingSchema.nullable(),
|
|
32
32
|
categories: z.array(OmnisendListProductCategories_CategorySchema).describe("Array of product category objects.")
|
|
33
|
-
})
|
|
33
|
+
}).passthrough()
|
|
34
34
|
});
|
|
35
35
|
//#endregion
|
|
36
36
|
export { omnisendListProductCategories };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-product-categories.mjs","names":[],"sources":["../../src/actions/list-product-categories.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendListProductCategoriesInput = z.object({\n sort: z.enum([\"date\", \"createdAt\", \"updatedAt\"]).describe(\"Field to sort by. Allowed values: 'date', 'createdAt', or 'updatedAt'.\").optional(),\n limit: z.number().int().default(100).describe(\"Maximum number of categories to return. Defaults to 100.\").optional(),\n offset: z.number().int().default(0).describe(\"Zero-based index of the first category to return. Use to page through results.\").optional(),\n});\nconst OmnisendListProductCategories_PagingSchema = z.object({\n next: z.string().describe(\"URL for next page of results.\").nullable().optional(),\n limit: z.number().int().describe(\"Number of items requested per page.\").nullable(),\n offset: z.number().int().describe(\"Offset of the first item returned.\").nullable(),\n previous: z.string().describe(\"URL for previous page of results.\").nullable().optional(),\n});\nconst OmnisendListProductCategories_CategorySchema = z.object({\n title: z.string().describe(\"Category title.\").nullable(),\n createdAt: z.string().describe(\"Creation timestamp (ISO 8601).\").nullable().optional(),\n updatedAt: z.string().describe(\"Last updated timestamp (ISO 8601).\").nullable().optional(),\n categoryID: z.string().describe(\"Unique category identifier.\").nullable(),\n});\nexport const OmnisendListProductCategoriesOutput = z.object({\n paging: OmnisendListProductCategories_PagingSchema.nullable(),\n categories: z.array(OmnisendListProductCategories_CategorySchema).describe(\"Array of product category objects.\"),\n});\n\nexport const omnisendListProductCategories = action(\"OMNISEND_LIST_PRODUCT_CATEGORIES\", {\n slug: \"omnisend-list-product-categories\",\n name: \"List Product Categories\",\n description: \"Tool to retrieve a paginated list of product categories from the Omnisend catalog. Use when fetching category data for product organization.\",\n input: OmnisendListProductCategoriesInput,\n output: OmnisendListProductCategoriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqC,EAAE,OAAO;CACzD,MAAM,EAAE,KAAK;EAAC;EAAQ;EAAa;CAAW,CAAC,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CAC7I,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACnH,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;AAC1I,CAAC;AACD,MAAM,6CAA6C,EAAE,OAAO;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACjF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACjF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzF,CAAC;
|
|
1
|
+
{"version":3,"file":"list-product-categories.mjs","names":[],"sources":["../../src/actions/list-product-categories.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendListProductCategoriesInput = z.object({\n sort: z.enum([\"date\", \"createdAt\", \"updatedAt\"]).describe(\"Field to sort by. Allowed values: 'date', 'createdAt', or 'updatedAt'.\").optional(),\n limit: z.number().int().default(100).describe(\"Maximum number of categories to return. Defaults to 100.\").optional(),\n offset: z.number().int().default(0).describe(\"Zero-based index of the first category to return. Use to page through results.\").optional(),\n});\nconst OmnisendListProductCategories_PagingSchema = z.object({\n next: z.string().describe(\"URL for next page of results.\").nullable().optional(),\n limit: z.number().int().describe(\"Number of items requested per page.\").nullable(),\n offset: z.number().int().describe(\"Offset of the first item returned.\").nullable(),\n previous: z.string().describe(\"URL for previous page of results.\").nullable().optional(),\n}).passthrough();\nconst OmnisendListProductCategories_CategorySchema = z.object({\n title: z.string().describe(\"Category title.\").nullable(),\n createdAt: z.string().describe(\"Creation timestamp (ISO 8601).\").nullable().optional(),\n updatedAt: z.string().describe(\"Last updated timestamp (ISO 8601).\").nullable().optional(),\n categoryID: z.string().describe(\"Unique category identifier.\").nullable(),\n}).passthrough();\nexport const OmnisendListProductCategoriesOutput = z.object({\n paging: OmnisendListProductCategories_PagingSchema.nullable(),\n categories: z.array(OmnisendListProductCategories_CategorySchema).describe(\"Array of product category objects.\"),\n}).passthrough();\n\nexport const omnisendListProductCategories = action(\"OMNISEND_LIST_PRODUCT_CATEGORIES\", {\n slug: \"omnisend-list-product-categories\",\n name: \"List Product Categories\",\n description: \"Tool to retrieve a paginated list of product categories from the Omnisend catalog. Use when fetching category data for product organization.\",\n input: OmnisendListProductCategoriesInput,\n output: OmnisendListProductCategoriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqC,EAAE,OAAO;CACzD,MAAM,EAAE,KAAK;EAAC;EAAQ;EAAa;CAAW,CAAC,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CAC7I,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACnH,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;AAC1I,CAAC;AACD,MAAM,6CAA6C,EAAE,OAAO;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACjF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACjF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,+CAA+C,EAAE,OAAO;CAC5D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;CACvD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,YAAY;AAMf,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAViD,EAAE,OAAO;EAC1D,QAAQ,2CAA2C,SAAS;EAC5D,YAAY,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,oCAAoC;CACjH,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
|
|
@@ -15,7 +15,7 @@ const OmnisendListProducts_PagingSchema = zod.z.object({
|
|
|
15
15
|
limit: zod.z.number().int().describe("Number of items requested per page.").nullable(),
|
|
16
16
|
offset: zod.z.number().int().describe("Offset of the first item returned.").nullable(),
|
|
17
17
|
previous: zod.z.string().describe("URL for previous page of results.").nullable().optional()
|
|
18
|
-
});
|
|
18
|
+
}).passthrough();
|
|
19
19
|
const OmnisendListProducts_ProductVariantSchema = zod.z.object({
|
|
20
20
|
id: zod.z.string().describe("Unique variant identifier.").nullable(),
|
|
21
21
|
sku: zod.z.string().describe("Stock keeping unit.").nullable().optional(),
|
|
@@ -32,7 +32,7 @@ const OmnisendListProducts_ProductVariantSchema = zod.z.object({
|
|
|
32
32
|
description: zod.z.string().describe("Variant description.").nullable().optional(),
|
|
33
33
|
defaultImageUrl: zod.z.string().describe("Primary image URL for this variant.").nullable().optional(),
|
|
34
34
|
strikeThroughPrice: zod.z.number().describe("Original price before discount.").nullable().optional()
|
|
35
|
-
});
|
|
35
|
+
}).passthrough();
|
|
36
36
|
const OmnisendListProducts_ProductSchema = zod.z.object({
|
|
37
37
|
id: zod.z.string().describe("Product identifier.").nullable(),
|
|
38
38
|
url: zod.z.string().describe("Product page URL.").nullable(),
|
|
@@ -52,11 +52,11 @@ const OmnisendListProducts_ProductSchema = zod.z.object({
|
|
|
52
52
|
categoryIDs: zod.z.array(zod.z.string()).describe("List of category IDs.").nullable().optional(),
|
|
53
53
|
description: zod.z.string().describe("Short product description.").nullable().optional(),
|
|
54
54
|
defaultImageUrl: zod.z.string().describe("Primary image URL.").nullable().optional()
|
|
55
|
-
});
|
|
55
|
+
}).passthrough();
|
|
56
56
|
const OmnisendListProductsOutput = zod.z.object({
|
|
57
57
|
paging: OmnisendListProducts_PagingSchema.nullable(),
|
|
58
58
|
products: zod.z.array(OmnisendListProducts_ProductSchema).describe("Array of product objects.")
|
|
59
|
-
});
|
|
59
|
+
}).passthrough();
|
|
60
60
|
const omnisendListProducts = require_action.action("OMNISEND_LIST_PRODUCTS", {
|
|
61
61
|
slug: "omnisend-list-products",
|
|
62
62
|
name: "List Products",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-products.cjs","names":["z","action"],"sources":["../../src/actions/list-products.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendListProductsInput = z.object({\n sort: z.enum([\"date\", \"createdAt\", \"updatedAt\"]).describe(\"Field to sort by. Allowed values: 'date', 'createdAt', or 'updatedAt'.\").optional(),\n limit: z.number().int().default(100).describe(\"Maximum number of products to return. Defaults to 100.\").optional(),\n offset: z.number().int().default(0).describe(\"Zero-based index of the first product to return. Use to page through results.\").optional(),\n});\nconst OmnisendListProducts_PagingSchema = z.object({\n next: z.string().describe(\"URL for next page of results.\").nullable().optional(),\n limit: z.number().int().describe(\"Number of items requested per page.\").nullable(),\n offset: z.number().int().describe(\"Offset of the first item returned.\").nullable(),\n previous: z.string().describe(\"URL for previous page of results.\").nullable().optional(),\n});\nconst OmnisendListProducts_ProductVariantSchema = z.object({\n id: z.string().describe(\"Unique variant identifier.\").nullable(),\n sku: z.string().describe(\"Stock keeping unit.\").nullable().optional(),\n url: z.string().describe(\"Product page URL for this variant.\").nullable(),\n price: z.number().describe(\"Variant price.\").nullable(),\n title: z.string().describe(\"Variant title.\").nullable(),\n images: z.array(z.string()).describe(\"Additional image URLs.\").nullable().optional(),\n status: z.enum([\"inStock\", \"outOfStock\", \"notAvailable\"]).describe(\"Stock status.\").nullable(),\n vendor: z.string().describe(\"Manufacturer or brand.\").nullable().optional(),\n description: z.string().describe(\"Variant description.\").nullable().optional(),\n defaultImageUrl: z.string().describe(\"Primary image URL for this variant.\").nullable().optional(),\n strikeThroughPrice: z.number().describe(\"Original price before discount.\").nullable().optional(),\n});\nconst OmnisendListProducts_ProductSchema = z.object({\n id: z.string().describe(\"Product identifier.\").nullable(),\n url: z.string().describe(\"Product page URL.\").nullable(),\n tags: z.array(z.string()).describe(\"List of tags.\").nullable().optional(),\n type: z.string().describe(\"Product type/category.\").nullable().optional(),\n title: z.string().describe(\"Product title.\").nullable(),\n images: z.array(z.string()).describe(\"Additional image URLs.\").nullable().optional(),\n status: z.enum([\"inStock\", \"outOfStock\", \"notAvailable\"]).describe(\"Overall stock status.\").nullable(),\n currency: z.string().describe(\"ISO 4217 currency code.\").nullable(),\n variants: z.array(OmnisendListProducts_ProductVariantSchema).describe(\"List of product variants.\").nullable().optional(),\n createdAt: z.string().describe(\"Creation timestamp (ISO 8601).\").nullable(),\n updatedAt: z.string().describe(\"Last updated timestamp (ISO 8601).\").nullable(),\n categoryIDs: z.array(z.string()).describe(\"List of category IDs.\").nullable().optional(),\n description: z.string().describe(\"Short product description.\").nullable().optional(),\n defaultImageUrl: z.string().describe(\"Primary image URL.\").nullable().optional(),\n});\nexport const OmnisendListProductsOutput = z.object({\n paging: OmnisendListProducts_PagingSchema.nullable(),\n products: z.array(OmnisendListProducts_ProductSchema).describe(\"Array of product objects.\"),\n});\n\nexport const omnisendListProducts = action(\"OMNISEND_LIST_PRODUCTS\", {\n slug: \"omnisend-list-products\",\n name: \"List Products\",\n description: \"Tool to retrieve a paginated list of products. Use when syncing product catalog before campaign creation.\",\n input: OmnisendListProductsInput,\n output: OmnisendListProductsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAQ;EAAa;CAAW,CAAC,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CAC7I,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CACjH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;AACzI,CAAC;AACD,MAAM,oCAAoCA,IAAAA,EAAE,OAAO;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACjF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACjF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzF,CAAC;
|
|
1
|
+
{"version":3,"file":"list-products.cjs","names":["z","action"],"sources":["../../src/actions/list-products.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendListProductsInput = z.object({\n sort: z.enum([\"date\", \"createdAt\", \"updatedAt\"]).describe(\"Field to sort by. Allowed values: 'date', 'createdAt', or 'updatedAt'.\").optional(),\n limit: z.number().int().default(100).describe(\"Maximum number of products to return. Defaults to 100.\").optional(),\n offset: z.number().int().default(0).describe(\"Zero-based index of the first product to return. Use to page through results.\").optional(),\n});\nconst OmnisendListProducts_PagingSchema = z.object({\n next: z.string().describe(\"URL for next page of results.\").nullable().optional(),\n limit: z.number().int().describe(\"Number of items requested per page.\").nullable(),\n offset: z.number().int().describe(\"Offset of the first item returned.\").nullable(),\n previous: z.string().describe(\"URL for previous page of results.\").nullable().optional(),\n}).passthrough();\nconst OmnisendListProducts_ProductVariantSchema = z.object({\n id: z.string().describe(\"Unique variant identifier.\").nullable(),\n sku: z.string().describe(\"Stock keeping unit.\").nullable().optional(),\n url: z.string().describe(\"Product page URL for this variant.\").nullable(),\n price: z.number().describe(\"Variant price.\").nullable(),\n title: z.string().describe(\"Variant title.\").nullable(),\n images: z.array(z.string()).describe(\"Additional image URLs.\").nullable().optional(),\n status: z.enum([\"inStock\", \"outOfStock\", \"notAvailable\"]).describe(\"Stock status.\").nullable(),\n vendor: z.string().describe(\"Manufacturer or brand.\").nullable().optional(),\n description: z.string().describe(\"Variant description.\").nullable().optional(),\n defaultImageUrl: z.string().describe(\"Primary image URL for this variant.\").nullable().optional(),\n strikeThroughPrice: z.number().describe(\"Original price before discount.\").nullable().optional(),\n}).passthrough();\nconst OmnisendListProducts_ProductSchema = z.object({\n id: z.string().describe(\"Product identifier.\").nullable(),\n url: z.string().describe(\"Product page URL.\").nullable(),\n tags: z.array(z.string()).describe(\"List of tags.\").nullable().optional(),\n type: z.string().describe(\"Product type/category.\").nullable().optional(),\n title: z.string().describe(\"Product title.\").nullable(),\n images: z.array(z.string()).describe(\"Additional image URLs.\").nullable().optional(),\n status: z.enum([\"inStock\", \"outOfStock\", \"notAvailable\"]).describe(\"Overall stock status.\").nullable(),\n currency: z.string().describe(\"ISO 4217 currency code.\").nullable(),\n variants: z.array(OmnisendListProducts_ProductVariantSchema).describe(\"List of product variants.\").nullable().optional(),\n createdAt: z.string().describe(\"Creation timestamp (ISO 8601).\").nullable(),\n updatedAt: z.string().describe(\"Last updated timestamp (ISO 8601).\").nullable(),\n categoryIDs: z.array(z.string()).describe(\"List of category IDs.\").nullable().optional(),\n description: z.string().describe(\"Short product description.\").nullable().optional(),\n defaultImageUrl: z.string().describe(\"Primary image URL.\").nullable().optional(),\n}).passthrough();\nexport const OmnisendListProductsOutput = z.object({\n paging: OmnisendListProducts_PagingSchema.nullable(),\n products: z.array(OmnisendListProducts_ProductSchema).describe(\"Array of product objects.\"),\n}).passthrough();\n\nexport const omnisendListProducts = action(\"OMNISEND_LIST_PRODUCTS\", {\n slug: \"omnisend-list-products\",\n name: \"List Products\",\n description: \"Tool to retrieve a paginated list of products. Use when syncing product catalog before campaign creation.\",\n input: OmnisendListProductsInput,\n output: OmnisendListProductsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAQ;EAAa;CAAW,CAAC,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CAC7I,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CACjH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;AACzI,CAAC;AACD,MAAM,oCAAoCA,IAAAA,EAAE,OAAO;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACjF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACjF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,4CAA4CA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAC/D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACxE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;CACtD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;CACtD,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,QAAQA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAc;CAAc,CAAC,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS;CAC7F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,qCAAqCA,IAAAA,EAAE,OAAO;CAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CACxD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CACvD,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;CACtD,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,QAAQA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAc;CAAc,CAAC,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CACrG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAClE,UAAUA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CAC1E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC9E,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,QAAQ,kCAAkC,SAAS;CACnD,UAAUA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,2BAA2B;AAC5F,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -16,7 +16,7 @@ declare const OmnisendListProductsOutput: z.ZodObject<{
|
|
|
16
16
|
limit: z.ZodNullable<z.ZodNumber>;
|
|
17
17
|
offset: z.ZodNullable<z.ZodNumber>;
|
|
18
18
|
previous: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
-
}, z.core.$
|
|
19
|
+
}, z.core.$loose>>;
|
|
20
20
|
products: z.ZodArray<z.ZodObject<{
|
|
21
21
|
id: z.ZodNullable<z.ZodString>;
|
|
22
22
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -46,19 +46,31 @@ declare const OmnisendListProductsOutput: z.ZodObject<{
|
|
|
46
46
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
47
|
defaultImageUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
48
|
strikeThroughPrice: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
49
|
-
}, z.core.$
|
|
49
|
+
}, z.core.$loose>>>>;
|
|
50
50
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
51
51
|
updatedAt: z.ZodNullable<z.ZodString>;
|
|
52
52
|
categoryIDs: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
53
53
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
54
|
defaultImageUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
|
-
}, z.core.$
|
|
56
|
-
}, z.core.$
|
|
55
|
+
}, z.core.$loose>>;
|
|
56
|
+
}, z.core.$loose>;
|
|
57
57
|
declare const omnisendListProducts: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
58
58
|
sort?: "date" | "createdAt" | "updatedAt" | undefined;
|
|
59
59
|
limit?: number | undefined;
|
|
60
60
|
offset?: number | undefined;
|
|
61
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"omnisend", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
accessToken: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"omnisend", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
accessToken: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>;
|
|
62
74
|
//#endregion
|
|
63
75
|
export { omnisendListProducts };
|
|
64
76
|
//# sourceMappingURL=list-products.d.cts.map
|
|
@@ -16,7 +16,7 @@ declare const OmnisendListProductsOutput: z.ZodObject<{
|
|
|
16
16
|
limit: z.ZodNullable<z.ZodNumber>;
|
|
17
17
|
offset: z.ZodNullable<z.ZodNumber>;
|
|
18
18
|
previous: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
-
}, z.core.$
|
|
19
|
+
}, z.core.$loose>>;
|
|
20
20
|
products: z.ZodArray<z.ZodObject<{
|
|
21
21
|
id: z.ZodNullable<z.ZodString>;
|
|
22
22
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -46,19 +46,31 @@ declare const OmnisendListProductsOutput: z.ZodObject<{
|
|
|
46
46
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
47
|
defaultImageUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
48
|
strikeThroughPrice: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
49
|
-
}, z.core.$
|
|
49
|
+
}, z.core.$loose>>>>;
|
|
50
50
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
51
51
|
updatedAt: z.ZodNullable<z.ZodString>;
|
|
52
52
|
categoryIDs: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
53
53
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
54
|
defaultImageUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
|
-
}, z.core.$
|
|
56
|
-
}, z.core.$
|
|
55
|
+
}, z.core.$loose>>;
|
|
56
|
+
}, z.core.$loose>;
|
|
57
57
|
declare const omnisendListProducts: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
58
58
|
sort?: "date" | "createdAt" | "updatedAt" | undefined;
|
|
59
59
|
limit?: number | undefined;
|
|
60
60
|
offset?: number | undefined;
|
|
61
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"omnisend", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
accessToken: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"omnisend", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
accessToken: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>;
|
|
62
74
|
//#endregion
|
|
63
75
|
export { omnisendListProducts };
|
|
64
76
|
//# sourceMappingURL=list-products.d.mts.map
|
|
@@ -15,7 +15,7 @@ const OmnisendListProducts_PagingSchema = z.object({
|
|
|
15
15
|
limit: z.number().int().describe("Number of items requested per page.").nullable(),
|
|
16
16
|
offset: z.number().int().describe("Offset of the first item returned.").nullable(),
|
|
17
17
|
previous: z.string().describe("URL for previous page of results.").nullable().optional()
|
|
18
|
-
});
|
|
18
|
+
}).passthrough();
|
|
19
19
|
const OmnisendListProducts_ProductVariantSchema = z.object({
|
|
20
20
|
id: z.string().describe("Unique variant identifier.").nullable(),
|
|
21
21
|
sku: z.string().describe("Stock keeping unit.").nullable().optional(),
|
|
@@ -32,7 +32,7 @@ const OmnisendListProducts_ProductVariantSchema = z.object({
|
|
|
32
32
|
description: z.string().describe("Variant description.").nullable().optional(),
|
|
33
33
|
defaultImageUrl: z.string().describe("Primary image URL for this variant.").nullable().optional(),
|
|
34
34
|
strikeThroughPrice: z.number().describe("Original price before discount.").nullable().optional()
|
|
35
|
-
});
|
|
35
|
+
}).passthrough();
|
|
36
36
|
const OmnisendListProducts_ProductSchema = z.object({
|
|
37
37
|
id: z.string().describe("Product identifier.").nullable(),
|
|
38
38
|
url: z.string().describe("Product page URL.").nullable(),
|
|
@@ -52,7 +52,7 @@ const OmnisendListProducts_ProductSchema = z.object({
|
|
|
52
52
|
categoryIDs: z.array(z.string()).describe("List of category IDs.").nullable().optional(),
|
|
53
53
|
description: z.string().describe("Short product description.").nullable().optional(),
|
|
54
54
|
defaultImageUrl: z.string().describe("Primary image URL.").nullable().optional()
|
|
55
|
-
});
|
|
55
|
+
}).passthrough();
|
|
56
56
|
const omnisendListProducts = action("OMNISEND_LIST_PRODUCTS", {
|
|
57
57
|
slug: "omnisend-list-products",
|
|
58
58
|
name: "List Products",
|
|
@@ -61,7 +61,7 @@ const omnisendListProducts = action("OMNISEND_LIST_PRODUCTS", {
|
|
|
61
61
|
output: z.object({
|
|
62
62
|
paging: OmnisendListProducts_PagingSchema.nullable(),
|
|
63
63
|
products: z.array(OmnisendListProducts_ProductSchema).describe("Array of product objects.")
|
|
64
|
-
})
|
|
64
|
+
}).passthrough()
|
|
65
65
|
});
|
|
66
66
|
//#endregion
|
|
67
67
|
export { omnisendListProducts };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-products.mjs","names":[],"sources":["../../src/actions/list-products.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendListProductsInput = z.object({\n sort: z.enum([\"date\", \"createdAt\", \"updatedAt\"]).describe(\"Field to sort by. Allowed values: 'date', 'createdAt', or 'updatedAt'.\").optional(),\n limit: z.number().int().default(100).describe(\"Maximum number of products to return. Defaults to 100.\").optional(),\n offset: z.number().int().default(0).describe(\"Zero-based index of the first product to return. Use to page through results.\").optional(),\n});\nconst OmnisendListProducts_PagingSchema = z.object({\n next: z.string().describe(\"URL for next page of results.\").nullable().optional(),\n limit: z.number().int().describe(\"Number of items requested per page.\").nullable(),\n offset: z.number().int().describe(\"Offset of the first item returned.\").nullable(),\n previous: z.string().describe(\"URL for previous page of results.\").nullable().optional(),\n});\nconst OmnisendListProducts_ProductVariantSchema = z.object({\n id: z.string().describe(\"Unique variant identifier.\").nullable(),\n sku: z.string().describe(\"Stock keeping unit.\").nullable().optional(),\n url: z.string().describe(\"Product page URL for this variant.\").nullable(),\n price: z.number().describe(\"Variant price.\").nullable(),\n title: z.string().describe(\"Variant title.\").nullable(),\n images: z.array(z.string()).describe(\"Additional image URLs.\").nullable().optional(),\n status: z.enum([\"inStock\", \"outOfStock\", \"notAvailable\"]).describe(\"Stock status.\").nullable(),\n vendor: z.string().describe(\"Manufacturer or brand.\").nullable().optional(),\n description: z.string().describe(\"Variant description.\").nullable().optional(),\n defaultImageUrl: z.string().describe(\"Primary image URL for this variant.\").nullable().optional(),\n strikeThroughPrice: z.number().describe(\"Original price before discount.\").nullable().optional(),\n});\nconst OmnisendListProducts_ProductSchema = z.object({\n id: z.string().describe(\"Product identifier.\").nullable(),\n url: z.string().describe(\"Product page URL.\").nullable(),\n tags: z.array(z.string()).describe(\"List of tags.\").nullable().optional(),\n type: z.string().describe(\"Product type/category.\").nullable().optional(),\n title: z.string().describe(\"Product title.\").nullable(),\n images: z.array(z.string()).describe(\"Additional image URLs.\").nullable().optional(),\n status: z.enum([\"inStock\", \"outOfStock\", \"notAvailable\"]).describe(\"Overall stock status.\").nullable(),\n currency: z.string().describe(\"ISO 4217 currency code.\").nullable(),\n variants: z.array(OmnisendListProducts_ProductVariantSchema).describe(\"List of product variants.\").nullable().optional(),\n createdAt: z.string().describe(\"Creation timestamp (ISO 8601).\").nullable(),\n updatedAt: z.string().describe(\"Last updated timestamp (ISO 8601).\").nullable(),\n categoryIDs: z.array(z.string()).describe(\"List of category IDs.\").nullable().optional(),\n description: z.string().describe(\"Short product description.\").nullable().optional(),\n defaultImageUrl: z.string().describe(\"Primary image URL.\").nullable().optional(),\n});\nexport const OmnisendListProductsOutput = z.object({\n paging: OmnisendListProducts_PagingSchema.nullable(),\n products: z.array(OmnisendListProducts_ProductSchema).describe(\"Array of product objects.\"),\n});\n\nexport const omnisendListProducts = action(\"OMNISEND_LIST_PRODUCTS\", {\n slug: \"omnisend-list-products\",\n name: \"List Products\",\n description: \"Tool to retrieve a paginated list of products. Use when syncing product catalog before campaign creation.\",\n input: OmnisendListProductsInput,\n output: OmnisendListProductsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4B,EAAE,OAAO;CAChD,MAAM,EAAE,KAAK;EAAC;EAAQ;EAAa;CAAW,CAAC,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CAC7I,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CACjH,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;AACzI,CAAC;AACD,MAAM,oCAAoC,EAAE,OAAO;CACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACjF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACjF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzF,CAAC;
|
|
1
|
+
{"version":3,"file":"list-products.mjs","names":[],"sources":["../../src/actions/list-products.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendListProductsInput = z.object({\n sort: z.enum([\"date\", \"createdAt\", \"updatedAt\"]).describe(\"Field to sort by. Allowed values: 'date', 'createdAt', or 'updatedAt'.\").optional(),\n limit: z.number().int().default(100).describe(\"Maximum number of products to return. Defaults to 100.\").optional(),\n offset: z.number().int().default(0).describe(\"Zero-based index of the first product to return. Use to page through results.\").optional(),\n});\nconst OmnisendListProducts_PagingSchema = z.object({\n next: z.string().describe(\"URL for next page of results.\").nullable().optional(),\n limit: z.number().int().describe(\"Number of items requested per page.\").nullable(),\n offset: z.number().int().describe(\"Offset of the first item returned.\").nullable(),\n previous: z.string().describe(\"URL for previous page of results.\").nullable().optional(),\n}).passthrough();\nconst OmnisendListProducts_ProductVariantSchema = z.object({\n id: z.string().describe(\"Unique variant identifier.\").nullable(),\n sku: z.string().describe(\"Stock keeping unit.\").nullable().optional(),\n url: z.string().describe(\"Product page URL for this variant.\").nullable(),\n price: z.number().describe(\"Variant price.\").nullable(),\n title: z.string().describe(\"Variant title.\").nullable(),\n images: z.array(z.string()).describe(\"Additional image URLs.\").nullable().optional(),\n status: z.enum([\"inStock\", \"outOfStock\", \"notAvailable\"]).describe(\"Stock status.\").nullable(),\n vendor: z.string().describe(\"Manufacturer or brand.\").nullable().optional(),\n description: z.string().describe(\"Variant description.\").nullable().optional(),\n defaultImageUrl: z.string().describe(\"Primary image URL for this variant.\").nullable().optional(),\n strikeThroughPrice: z.number().describe(\"Original price before discount.\").nullable().optional(),\n}).passthrough();\nconst OmnisendListProducts_ProductSchema = z.object({\n id: z.string().describe(\"Product identifier.\").nullable(),\n url: z.string().describe(\"Product page URL.\").nullable(),\n tags: z.array(z.string()).describe(\"List of tags.\").nullable().optional(),\n type: z.string().describe(\"Product type/category.\").nullable().optional(),\n title: z.string().describe(\"Product title.\").nullable(),\n images: z.array(z.string()).describe(\"Additional image URLs.\").nullable().optional(),\n status: z.enum([\"inStock\", \"outOfStock\", \"notAvailable\"]).describe(\"Overall stock status.\").nullable(),\n currency: z.string().describe(\"ISO 4217 currency code.\").nullable(),\n variants: z.array(OmnisendListProducts_ProductVariantSchema).describe(\"List of product variants.\").nullable().optional(),\n createdAt: z.string().describe(\"Creation timestamp (ISO 8601).\").nullable(),\n updatedAt: z.string().describe(\"Last updated timestamp (ISO 8601).\").nullable(),\n categoryIDs: z.array(z.string()).describe(\"List of category IDs.\").nullable().optional(),\n description: z.string().describe(\"Short product description.\").nullable().optional(),\n defaultImageUrl: z.string().describe(\"Primary image URL.\").nullable().optional(),\n}).passthrough();\nexport const OmnisendListProductsOutput = z.object({\n paging: OmnisendListProducts_PagingSchema.nullable(),\n products: z.array(OmnisendListProducts_ProductSchema).describe(\"Array of product objects.\"),\n}).passthrough();\n\nexport const omnisendListProducts = action(\"OMNISEND_LIST_PRODUCTS\", {\n slug: \"omnisend-list-products\",\n name: \"List Products\",\n description: \"Tool to retrieve a paginated list of products. Use when syncing product catalog before campaign creation.\",\n input: OmnisendListProductsInput,\n output: OmnisendListProductsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -5,7 +5,7 @@ const OmnisendRemoveCartProductInput = zod.z.object({
|
|
|
5
5
|
cart_id: zod.z.string().describe("Unique identifier of the cart."),
|
|
6
6
|
cart_product_id: zod.z.string().describe("Unique identifier of the product in the cart to remove.")
|
|
7
7
|
});
|
|
8
|
-
const OmnisendRemoveCartProductOutput = zod.z.
|
|
8
|
+
const OmnisendRemoveCartProductOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Empty response for successful deletion (204 No Content).");
|
|
9
9
|
const omnisendRemoveCartProduct = require_action.action("OMNISEND_REMOVE_CART_PRODUCT", {
|
|
10
10
|
slug: "omnisend-remove-cart-product",
|
|
11
11
|
name: "Remove Cart Product",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove-cart-product.cjs","names":["z","action"],"sources":["../../src/actions/remove-cart-product.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendRemoveCartProductInput = z.object({\n cart_id: z.string().describe(\"Unique identifier of the cart.\"),\n cart_product_id: z.string().describe(\"Unique identifier of the product in the cart to remove.\"),\n});\nexport const OmnisendRemoveCartProductOutput = z.
|
|
1
|
+
{"version":3,"file":"remove-cart-product.cjs","names":["z","action"],"sources":["../../src/actions/remove-cart-product.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendRemoveCartProductInput = z.object({\n cart_id: z.string().describe(\"Unique identifier of the cart.\"),\n cart_product_id: z.string().describe(\"Unique identifier of the product in the cart to remove.\"),\n});\nexport const OmnisendRemoveCartProductOutput = z.record(z.string(), z.unknown()).describe(\"Empty response for successful deletion (204 No Content).\");\n\nexport const omnisendRemoveCartProduct = action(\"OMNISEND_REMOVE_CART_PRODUCT\", {\n slug: \"omnisend-remove-cart-product\",\n name: \"Remove Cart Product\",\n description: \"Tool to remove a product from a cart in Omnisend. Use when you need to delete a specific product from a cart.\",\n input: OmnisendRemoveCartProductInput,\n output: OmnisendRemoveCartProductOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC7D,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;AAChG,CAAC;AACD,MAAa,kCAAkCA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEpJ,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -5,11 +5,23 @@ declare const OmnisendRemoveCartProductInput: z.ZodObject<{
|
|
|
5
5
|
cart_id: z.ZodString;
|
|
6
6
|
cart_product_id: z.ZodString;
|
|
7
7
|
}, z.core.$strip>;
|
|
8
|
-
declare const OmnisendRemoveCartProductOutput: z.
|
|
8
|
+
declare const OmnisendRemoveCartProductOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
9
9
|
declare const omnisendRemoveCartProduct: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
10
10
|
cart_id: string;
|
|
11
11
|
cart_product_id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"omnisend", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
accessToken: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"omnisend", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
accessToken: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
13
25
|
//#endregion
|
|
14
26
|
export { omnisendRemoveCartProduct };
|
|
15
27
|
//# sourceMappingURL=remove-cart-product.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove-cart-product.d.cts","names":[],"sources":["../../src/actions/remove-cart-product.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAI9B,+BAAA,EAA+B,CAAA,CAAA,SAAA,
|
|
1
|
+
{"version":3,"file":"remove-cart-product.d.cts","names":[],"sources":["../../src/actions/remove-cart-product.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAI9B,+BAAA,EAA+B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE/B,yBAAA,gCAAyB,wBAAA"}
|
|
@@ -5,11 +5,23 @@ declare const OmnisendRemoveCartProductInput: z.ZodObject<{
|
|
|
5
5
|
cart_id: z.ZodString;
|
|
6
6
|
cart_product_id: z.ZodString;
|
|
7
7
|
}, z.core.$strip>;
|
|
8
|
-
declare const OmnisendRemoveCartProductOutput: z.
|
|
8
|
+
declare const OmnisendRemoveCartProductOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
9
9
|
declare const omnisendRemoveCartProduct: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
10
10
|
cart_id: string;
|
|
11
11
|
cart_product_id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"omnisend", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
accessToken: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"omnisend", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
accessToken: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
13
25
|
//#endregion
|
|
14
26
|
export { omnisendRemoveCartProduct };
|
|
15
27
|
//# sourceMappingURL=remove-cart-product.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove-cart-product.d.mts","names":[],"sources":["../../src/actions/remove-cart-product.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAI9B,+BAAA,EAA+B,CAAA,CAAA,SAAA,
|
|
1
|
+
{"version":3,"file":"remove-cart-product.d.mts","names":[],"sources":["../../src/actions/remove-cart-product.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAI9B,+BAAA,EAA+B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE/B,yBAAA,gCAAyB,wBAAA"}
|
|
@@ -8,7 +8,7 @@ const omnisendRemoveCartProduct = action("OMNISEND_REMOVE_CART_PRODUCT", {
|
|
|
8
8
|
cart_id: z.string().describe("Unique identifier of the cart."),
|
|
9
9
|
cart_product_id: z.string().describe("Unique identifier of the product in the cart to remove.")
|
|
10
10
|
}),
|
|
11
|
-
output: z.
|
|
11
|
+
output: z.record(z.string(), z.unknown()).describe("Empty response for successful deletion (204 No Content).")
|
|
12
12
|
});
|
|
13
13
|
//#endregion
|
|
14
14
|
export { omnisendRemoveCartProduct };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove-cart-product.mjs","names":[],"sources":["../../src/actions/remove-cart-product.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendRemoveCartProductInput = z.object({\n cart_id: z.string().describe(\"Unique identifier of the cart.\"),\n cart_product_id: z.string().describe(\"Unique identifier of the product in the cart to remove.\"),\n});\nexport const OmnisendRemoveCartProductOutput = z.
|
|
1
|
+
{"version":3,"file":"remove-cart-product.mjs","names":[],"sources":["../../src/actions/remove-cart-product.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendRemoveCartProductInput = z.object({\n cart_id: z.string().describe(\"Unique identifier of the cart.\"),\n cart_product_id: z.string().describe(\"Unique identifier of the product in the cart to remove.\"),\n});\nexport const OmnisendRemoveCartProductOutput = z.record(z.string(), z.unknown()).describe(\"Empty response for successful deletion (204 No Content).\");\n\nexport const omnisendRemoveCartProduct = action(\"OMNISEND_REMOVE_CART_PRODUCT\", {\n slug: \"omnisend-remove-cart-product\",\n name: \"Remove Cart Product\",\n description: \"Tool to remove a product from a cart in Omnisend. Use when you need to delete a specific product from a cart.\",\n input: OmnisendRemoveCartProductInput,\n output: OmnisendRemoveCartProductOutput,\n});\n"],"mappings":";;AAUA,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAV4C,EAAE,OAAO;EACrD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;EAC7D,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CAChG,CAOS;CACP,QAP6C,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0DAOhF;AACV,CAAC"}
|
|
@@ -22,7 +22,7 @@ const OmnisendReplaceCartProductOutput = zod.z.object({
|
|
|
22
22
|
productID: zod.z.string().describe("Product identifier.").nullable(),
|
|
23
23
|
variantID: zod.z.string().describe("Product variant identifier.").nullable(),
|
|
24
24
|
cartProductID: zod.z.string().describe("Unique identifier of the product in the cart.").nullable()
|
|
25
|
-
});
|
|
25
|
+
}).passthrough();
|
|
26
26
|
const omnisendReplaceCartProduct = require_action.action("OMNISEND_REPLACE_CART_PRODUCT", {
|
|
27
27
|
slug: "omnisend-replace-cart-product",
|
|
28
28
|
name: "Replace Cart Product",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"replace-cart-product.cjs","names":["z","action"],"sources":["../../src/actions/replace-cart-product.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendReplaceCartProductInput = z.object({\n sku: z.string().describe(\"Stock keeping unit identifier.\").optional(),\n price: z.number().int().describe(\"Product price in cents, without commas. For example, for 1.25 USD use 125.\"),\n title: z.string().describe(\"Product title.\"),\n cartID: z.string().describe(\"Unique identifier of the cart containing the product to replace.\"),\n currency: z.string().describe(\"ISO currency code (3 characters).\"),\n discount: z.number().int().describe(\"Discount sum in cents.\").optional(),\n imageUrl: z.string().describe(\"Link to product image (must be a valid URI).\").optional(),\n oldPrice: z.number().int().describe(\"Old price in cents, without commas. For example, for 1.43 USD use 143.\").optional(),\n quantity: z.number().int().describe(\"Product quantity (only whole numbers, minimum 1).\"),\n productID: z.string().describe(\"Product identifier.\"),\n variantID: z.string().describe(\"Product modification identifier (variant ID).\"),\n productUrl: z.string().describe(\"Link to product page (must be a valid URI).\").optional(),\n description: z.string().describe(\"Product description.\").optional(),\n cartProductID: z.string().describe(\"Unique identifier of the product in the cart to replace.\"),\n});\nexport const OmnisendReplaceCartProductOutput = z.object({\n cartID: z.string().describe(\"Unique identifier of the cart.\").nullable(),\n productID: z.string().describe(\"Product identifier.\").nullable(),\n variantID: z.string().describe(\"Product variant identifier.\").nullable(),\n cartProductID: z.string().describe(\"Unique identifier of the product in the cart.\").nullable(),\n});\n\nexport const omnisendReplaceCartProduct = action(\"OMNISEND_REPLACE_CART_PRODUCT\", {\n slug: \"omnisend-replace-cart-product\",\n name: \"Replace Cart Product\",\n description: \"Tool to replace a product in a cart using Omnisend v3 API. Use when you need to update all details of a specific product in a cart.\",\n input: OmnisendReplaceCartProductInput,\n output: OmnisendReplaceCartProductOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4EAA4E;CAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;CAC3C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC9F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CACvE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACvF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CACvH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;CACvF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACpD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC9E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAClE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AAC/F,CAAC;AACD,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC/D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACvE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC/F,CAAC;
|
|
1
|
+
{"version":3,"file":"replace-cart-product.cjs","names":["z","action"],"sources":["../../src/actions/replace-cart-product.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendReplaceCartProductInput = z.object({\n sku: z.string().describe(\"Stock keeping unit identifier.\").optional(),\n price: z.number().int().describe(\"Product price in cents, without commas. For example, for 1.25 USD use 125.\"),\n title: z.string().describe(\"Product title.\"),\n cartID: z.string().describe(\"Unique identifier of the cart containing the product to replace.\"),\n currency: z.string().describe(\"ISO currency code (3 characters).\"),\n discount: z.number().int().describe(\"Discount sum in cents.\").optional(),\n imageUrl: z.string().describe(\"Link to product image (must be a valid URI).\").optional(),\n oldPrice: z.number().int().describe(\"Old price in cents, without commas. For example, for 1.43 USD use 143.\").optional(),\n quantity: z.number().int().describe(\"Product quantity (only whole numbers, minimum 1).\"),\n productID: z.string().describe(\"Product identifier.\"),\n variantID: z.string().describe(\"Product modification identifier (variant ID).\"),\n productUrl: z.string().describe(\"Link to product page (must be a valid URI).\").optional(),\n description: z.string().describe(\"Product description.\").optional(),\n cartProductID: z.string().describe(\"Unique identifier of the product in the cart to replace.\"),\n});\nexport const OmnisendReplaceCartProductOutput = z.object({\n cartID: z.string().describe(\"Unique identifier of the cart.\").nullable(),\n productID: z.string().describe(\"Product identifier.\").nullable(),\n variantID: z.string().describe(\"Product variant identifier.\").nullable(),\n cartProductID: z.string().describe(\"Unique identifier of the product in the cart.\").nullable(),\n}).passthrough();\n\nexport const omnisendReplaceCartProduct = action(\"OMNISEND_REPLACE_CART_PRODUCT\", {\n slug: \"omnisend-replace-cart-product\",\n name: \"Replace Cart Product\",\n description: \"Tool to replace a product in a cart using Omnisend v3 API. Use when you need to update all details of a specific product in a cart.\",\n input: OmnisendReplaceCartProductInput,\n output: OmnisendReplaceCartProductOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4EAA4E;CAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;CAC3C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC9F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CACvE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACvF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CACvH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;CACvF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACpD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC9E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAClE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AAC/F,CAAC;AACD,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC/D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACvE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -22,7 +22,7 @@ declare const OmnisendReplaceCartProductOutput: z.ZodObject<{
|
|
|
22
22
|
productID: z.ZodNullable<z.ZodString>;
|
|
23
23
|
variantID: z.ZodNullable<z.ZodString>;
|
|
24
24
|
cartProductID: z.ZodNullable<z.ZodString>;
|
|
25
|
-
}, z.core.$
|
|
25
|
+
}, z.core.$loose>;
|
|
26
26
|
declare const omnisendReplaceCartProduct: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
27
|
price: number;
|
|
28
28
|
title: string;
|
|
@@ -38,7 +38,19 @@ declare const omnisendReplaceCartProduct: import("@keystrokehq/action").Workflow
|
|
|
38
38
|
oldPrice?: number | undefined;
|
|
39
39
|
productUrl?: string | undefined;
|
|
40
40
|
description?: string | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"omnisend", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
accessToken: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"omnisend", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
accessToken: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
42
54
|
//#endregion
|
|
43
55
|
export { omnisendReplaceCartProduct };
|
|
44
56
|
//# sourceMappingURL=replace-cart-product.d.cts.map
|
|
@@ -22,7 +22,7 @@ declare const OmnisendReplaceCartProductOutput: z.ZodObject<{
|
|
|
22
22
|
productID: z.ZodNullable<z.ZodString>;
|
|
23
23
|
variantID: z.ZodNullable<z.ZodString>;
|
|
24
24
|
cartProductID: z.ZodNullable<z.ZodString>;
|
|
25
|
-
}, z.core.$
|
|
25
|
+
}, z.core.$loose>;
|
|
26
26
|
declare const omnisendReplaceCartProduct: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
27
|
price: number;
|
|
28
28
|
title: string;
|
|
@@ -38,7 +38,19 @@ declare const omnisendReplaceCartProduct: import("@keystrokehq/action").Workflow
|
|
|
38
38
|
oldPrice?: number | undefined;
|
|
39
39
|
productUrl?: string | undefined;
|
|
40
40
|
description?: string | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"omnisend", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
accessToken: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"omnisend", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
accessToken: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
42
54
|
//#endregion
|
|
43
55
|
export { omnisendReplaceCartProduct };
|
|
44
56
|
//# sourceMappingURL=replace-cart-product.d.mts.map
|
|
@@ -25,7 +25,7 @@ const omnisendReplaceCartProduct = action("OMNISEND_REPLACE_CART_PRODUCT", {
|
|
|
25
25
|
productID: z.string().describe("Product identifier.").nullable(),
|
|
26
26
|
variantID: z.string().describe("Product variant identifier.").nullable(),
|
|
27
27
|
cartProductID: z.string().describe("Unique identifier of the product in the cart.").nullable()
|
|
28
|
-
})
|
|
28
|
+
}).passthrough()
|
|
29
29
|
});
|
|
30
30
|
//#endregion
|
|
31
31
|
export { omnisendReplaceCartProduct };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"replace-cart-product.mjs","names":[],"sources":["../../src/actions/replace-cart-product.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendReplaceCartProductInput = z.object({\n sku: z.string().describe(\"Stock keeping unit identifier.\").optional(),\n price: z.number().int().describe(\"Product price in cents, without commas. For example, for 1.25 USD use 125.\"),\n title: z.string().describe(\"Product title.\"),\n cartID: z.string().describe(\"Unique identifier of the cart containing the product to replace.\"),\n currency: z.string().describe(\"ISO currency code (3 characters).\"),\n discount: z.number().int().describe(\"Discount sum in cents.\").optional(),\n imageUrl: z.string().describe(\"Link to product image (must be a valid URI).\").optional(),\n oldPrice: z.number().int().describe(\"Old price in cents, without commas. For example, for 1.43 USD use 143.\").optional(),\n quantity: z.number().int().describe(\"Product quantity (only whole numbers, minimum 1).\"),\n productID: z.string().describe(\"Product identifier.\"),\n variantID: z.string().describe(\"Product modification identifier (variant ID).\"),\n productUrl: z.string().describe(\"Link to product page (must be a valid URI).\").optional(),\n description: z.string().describe(\"Product description.\").optional(),\n cartProductID: z.string().describe(\"Unique identifier of the product in the cart to replace.\"),\n});\nexport const OmnisendReplaceCartProductOutput = z.object({\n cartID: z.string().describe(\"Unique identifier of the cart.\").nullable(),\n productID: z.string().describe(\"Product identifier.\").nullable(),\n variantID: z.string().describe(\"Product variant identifier.\").nullable(),\n cartProductID: z.string().describe(\"Unique identifier of the product in the cart.\").nullable(),\n});\n\nexport const omnisendReplaceCartProduct = action(\"OMNISEND_REPLACE_CART_PRODUCT\", {\n slug: \"omnisend-replace-cart-product\",\n name: \"Replace Cart Product\",\n description: \"Tool to replace a product in a cart using Omnisend v3 API. Use when you need to update all details of a specific product in a cart.\",\n input: OmnisendReplaceCartProductInput,\n output: OmnisendReplaceCartProductOutput,\n});\n"],"mappings":";;AA2BA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA3B6C,EAAE,OAAO;EACtD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;EACpE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4EAA4E;EAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;EAC3C,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;EAC9F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EACjE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;EACvE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EACvF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;EACvH,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;EACvF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EACpD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;EACxF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EAClE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAC/F,CAYS;CACP,QAZ8C,EAAE,OAAO;EACvD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;EACvE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;EAC/D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EACvE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC/F,
|
|
1
|
+
{"version":3,"file":"replace-cart-product.mjs","names":[],"sources":["../../src/actions/replace-cart-product.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendReplaceCartProductInput = z.object({\n sku: z.string().describe(\"Stock keeping unit identifier.\").optional(),\n price: z.number().int().describe(\"Product price in cents, without commas. For example, for 1.25 USD use 125.\"),\n title: z.string().describe(\"Product title.\"),\n cartID: z.string().describe(\"Unique identifier of the cart containing the product to replace.\"),\n currency: z.string().describe(\"ISO currency code (3 characters).\"),\n discount: z.number().int().describe(\"Discount sum in cents.\").optional(),\n imageUrl: z.string().describe(\"Link to product image (must be a valid URI).\").optional(),\n oldPrice: z.number().int().describe(\"Old price in cents, without commas. For example, for 1.43 USD use 143.\").optional(),\n quantity: z.number().int().describe(\"Product quantity (only whole numbers, minimum 1).\"),\n productID: z.string().describe(\"Product identifier.\"),\n variantID: z.string().describe(\"Product modification identifier (variant ID).\"),\n productUrl: z.string().describe(\"Link to product page (must be a valid URI).\").optional(),\n description: z.string().describe(\"Product description.\").optional(),\n cartProductID: z.string().describe(\"Unique identifier of the product in the cart to replace.\"),\n});\nexport const OmnisendReplaceCartProductOutput = z.object({\n cartID: z.string().describe(\"Unique identifier of the cart.\").nullable(),\n productID: z.string().describe(\"Product identifier.\").nullable(),\n variantID: z.string().describe(\"Product variant identifier.\").nullable(),\n cartProductID: z.string().describe(\"Unique identifier of the product in the cart.\").nullable(),\n}).passthrough();\n\nexport const omnisendReplaceCartProduct = action(\"OMNISEND_REPLACE_CART_PRODUCT\", {\n slug: \"omnisend-replace-cart-product\",\n name: \"Replace Cart Product\",\n description: \"Tool to replace a product in a cart using Omnisend v3 API. Use when you need to update all details of a specific product in a cart.\",\n input: OmnisendReplaceCartProductInput,\n output: OmnisendReplaceCartProductOutput,\n});\n"],"mappings":";;AA2BA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA3B6C,EAAE,OAAO;EACtD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;EACpE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4EAA4E;EAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;EAC3C,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;EAC9F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EACjE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;EACvE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EACvF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;EACvH,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;EACvF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EACpD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;EACxF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EAClE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAC/F,CAYS;CACP,QAZ8C,EAAE,OAAO;EACvD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;EACvE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;EAC/D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EACvE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC/F,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
|
|
@@ -17,12 +17,12 @@ const OmnisendReplaceCartInput = zod.z.object({
|
|
|
17
17
|
productUrl: zod.z.string().describe("URL to the product page").optional(),
|
|
18
18
|
description: zod.z.string().describe("Description of the product").optional(),
|
|
19
19
|
cartProductID: zod.z.string().describe("Unique identifier for this product within the cart")
|
|
20
|
-
})).describe("List of products in the cart"),
|
|
20
|
+
}).passthrough()).describe("List of products in the cart"),
|
|
21
21
|
createdAt: zod.z.string().describe("ISO 8601 timestamp when the cart was created").optional(),
|
|
22
22
|
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the cart was last updated").optional(),
|
|
23
23
|
cartRecoveryUrl: zod.z.string().describe("URL to restore the cart, used for abandoned cart recovery").optional()
|
|
24
24
|
});
|
|
25
|
-
const OmnisendReplaceCartOutput = zod.z.object({ cartID: zod.z.string().describe("Unique identifier of the replaced cart").nullable() });
|
|
25
|
+
const OmnisendReplaceCartOutput = zod.z.object({ cartID: zod.z.string().describe("Unique identifier of the replaced cart").nullable() }).passthrough();
|
|
26
26
|
const omnisendReplaceCart = require_action.action("OMNISEND_REPLACE_CART", {
|
|
27
27
|
slug: "omnisend-replace-cart",
|
|
28
28
|
name: "Replace Cart",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"replace-cart.cjs","names":["z","action"],"sources":["../../src/actions/replace-cart.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendReplaceCartInput = z.object({\n cartID: z.string().describe(\"Unique identifier of the cart to replace\"),\n cartSum: z.number().int().describe(\"Total cart value in cents (e.g., 78777 = $787.77)\"),\n currency: z.string().describe(\"ISO 4217 currency code for the cart (e.g., USD, EUR, GBP)\"),\n products: z.array(z.object({\n price: z.number().int().describe(\"Current price of the product in cents (e.g., 78777 = $787.77)\"),\n title: z.string().describe(\"Name or title of the product\"),\n discount: z.number().int().describe(\"Discount amount in cents\").optional(),\n imageUrl: z.string().describe(\"URL to the product image\").optional(),\n oldPrice: z.number().int().describe(\"Original price before discount in cents\").optional(),\n quantity: z.number().int().describe(\"Quantity of this product in the cart\"),\n productID: z.string().describe(\"Unique identifier of the product\"),\n variantID: z.string().describe(\"Unique identifier of the product variant\"),\n productUrl: z.string().describe(\"URL to the product page\").optional(),\n description: z.string().describe(\"Description of the product\").optional(),\n cartProductID: z.string().describe(\"Unique identifier for this product within the cart\"),\n})).describe(\"List of products in the cart\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the cart was created\").optional(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the cart was last updated\").optional(),\n cartRecoveryUrl: z.string().describe(\"URL to restore the cart, used for abandoned cart recovery\").optional(),\n});\nexport const OmnisendReplaceCartOutput = z.object({\n cartID: z.string().describe(\"Unique identifier of the replaced cart\").nullable(),\n});\n\nexport const omnisendReplaceCart = action(\"OMNISEND_REPLACE_CART\", {\n slug: \"omnisend-replace-cart\",\n name: \"Replace Cart\",\n description: \"Tool to replace an existing cart in Omnisend using the v3 API. Use when you need to completely replace all cart data including products, pricing, and recovery URL.\",\n input: OmnisendReplaceCartInput,\n output: OmnisendReplaceCartOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;CACtF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACzF,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC3B,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D;EAChG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;EACzD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EACzE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EACnE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EACxF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;EAC1E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EACjE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EACzE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;EACpE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EACxE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACzF,CAAC,CAAC,CAAC,CAAC,SAAS,8BAA8B;
|
|
1
|
+
{"version":3,"file":"replace-cart.cjs","names":["z","action"],"sources":["../../src/actions/replace-cart.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendReplaceCartInput = z.object({\n cartID: z.string().describe(\"Unique identifier of the cart to replace\"),\n cartSum: z.number().int().describe(\"Total cart value in cents (e.g., 78777 = $787.77)\"),\n currency: z.string().describe(\"ISO 4217 currency code for the cart (e.g., USD, EUR, GBP)\"),\n products: z.array(z.object({\n price: z.number().int().describe(\"Current price of the product in cents (e.g., 78777 = $787.77)\"),\n title: z.string().describe(\"Name or title of the product\"),\n discount: z.number().int().describe(\"Discount amount in cents\").optional(),\n imageUrl: z.string().describe(\"URL to the product image\").optional(),\n oldPrice: z.number().int().describe(\"Original price before discount in cents\").optional(),\n quantity: z.number().int().describe(\"Quantity of this product in the cart\"),\n productID: z.string().describe(\"Unique identifier of the product\"),\n variantID: z.string().describe(\"Unique identifier of the product variant\"),\n productUrl: z.string().describe(\"URL to the product page\").optional(),\n description: z.string().describe(\"Description of the product\").optional(),\n cartProductID: z.string().describe(\"Unique identifier for this product within the cart\"),\n}).passthrough()).describe(\"List of products in the cart\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the cart was created\").optional(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the cart was last updated\").optional(),\n cartRecoveryUrl: z.string().describe(\"URL to restore the cart, used for abandoned cart recovery\").optional(),\n});\nexport const OmnisendReplaceCartOutput = z.object({\n cartID: z.string().describe(\"Unique identifier of the replaced cart\").nullable(),\n}).passthrough();\n\nexport const omnisendReplaceCart = action(\"OMNISEND_REPLACE_CART\", {\n slug: \"omnisend-replace-cart\",\n name: \"Replace Cart\",\n description: \"Tool to replace an existing cart in Omnisend using the v3 API. Use when you need to completely replace all cart data including products, pricing, and recovery URL.\",\n input: OmnisendReplaceCartInput,\n output: OmnisendReplaceCartOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;CACtF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACzF,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC3B,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D;EAChG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;EACzD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EACzE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EACnE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EACxF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;EAC1E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EACjE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EACzE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;EACpE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EACxE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACzF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,8BAA8B;CACvD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACxF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC7F,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;AAC7G,CAAC;AACD,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,EAChD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,EACjF,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|