@keystrokehq/spondyr 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/conditions-list.cjs +26 -0
- package/dist/actions/conditions-list.cjs.map +1 -0
- package/dist/actions/conditions-list.d.cts +9 -0
- package/dist/actions/conditions-list.d.cts.map +1 -0
- package/dist/actions/conditions-list.d.mts +9 -0
- package/dist/actions/conditions-list.d.mts.map +1 -0
- package/dist/actions/conditions-list.mjs +25 -0
- package/dist/actions/conditions-list.mjs.map +1 -0
- package/dist/actions/create-condition.cjs +25 -0
- package/dist/actions/create-condition.cjs.map +1 -0
- package/dist/actions/create-condition.d.cts +9 -0
- package/dist/actions/create-condition.d.cts.map +1 -0
- package/dist/actions/create-condition.d.mts +9 -0
- package/dist/actions/create-condition.d.mts.map +1 -0
- package/dist/actions/create-condition.mjs +22 -0
- package/dist/actions/create-condition.mjs.map +1 -0
- package/dist/actions/create-transaction-type.cjs +23 -0
- package/dist/actions/create-transaction-type.cjs.map +1 -0
- package/dist/actions/create-transaction-type.d.cts +9 -0
- package/dist/actions/create-transaction-type.d.cts.map +1 -0
- package/dist/actions/create-transaction-type.d.mts +9 -0
- package/dist/actions/create-transaction-type.d.mts.map +1 -0
- package/dist/actions/create-transaction-type.mjs +20 -0
- package/dist/actions/create-transaction-type.mjs.map +1 -0
- package/dist/actions/deliver-spondyr.cjs +44 -0
- package/dist/actions/deliver-spondyr.cjs.map +1 -0
- package/dist/actions/deliver-spondyr.d.cts +9 -0
- package/dist/actions/deliver-spondyr.d.cts.map +1 -0
- package/dist/actions/deliver-spondyr.d.mts +9 -0
- package/dist/actions/deliver-spondyr.d.mts.map +1 -0
- package/dist/actions/deliver-spondyr.mjs +41 -0
- package/dist/actions/deliver-spondyr.mjs.map +1 -0
- package/dist/actions/event-type-update.cjs +24 -0
- package/dist/actions/event-type-update.cjs.map +1 -0
- package/dist/actions/event-type-update.d.cts +9 -0
- package/dist/actions/event-type-update.d.cts.map +1 -0
- package/dist/actions/event-type-update.d.mts +9 -0
- package/dist/actions/event-type-update.d.mts.map +1 -0
- package/dist/actions/event-type-update.mjs +21 -0
- package/dist/actions/event-type-update.mjs.map +1 -0
- package/dist/actions/get-event-types.cjs +24 -0
- package/dist/actions/get-event-types.cjs.map +1 -0
- package/dist/actions/get-event-types.d.cts +9 -0
- package/dist/actions/get-event-types.d.cts.map +1 -0
- package/dist/actions/get-event-types.d.mts +9 -0
- package/dist/actions/get-event-types.d.mts.map +1 -0
- package/dist/actions/get-event-types.mjs +23 -0
- package/dist/actions/get-event-types.mjs.map +1 -0
- package/dist/actions/get-spondyr-status.cjs +66 -0
- package/dist/actions/get-spondyr-status.cjs.map +1 -0
- package/dist/actions/get-spondyr-status.d.cts +9 -0
- package/dist/actions/get-spondyr-status.d.cts.map +1 -0
- package/dist/actions/get-spondyr-status.d.mts +9 -0
- package/dist/actions/get-spondyr-status.d.mts.map +1 -0
- package/dist/actions/get-spondyr-status.mjs +65 -0
- package/dist/actions/get-spondyr-status.mjs.map +1 -0
- package/dist/actions/get-transaction-types.cjs +25 -0
- package/dist/actions/get-transaction-types.cjs.map +1 -0
- package/dist/actions/get-transaction-types.d.cts +9 -0
- package/dist/actions/get-transaction-types.d.cts.map +1 -0
- package/dist/actions/get-transaction-types.d.mts +9 -0
- package/dist/actions/get-transaction-types.d.mts.map +1 -0
- package/dist/actions/get-transaction-types.mjs +24 -0
- package/dist/actions/get-transaction-types.mjs.map +1 -0
- package/dist/actions/index.cjs +43 -0
- package/dist/actions/index.d.cts +22 -0
- package/dist/actions/index.d.mts +22 -0
- package/dist/actions/index.mjs +22 -0
- package/dist/actions/recipient-delete.cjs +22 -0
- package/dist/actions/recipient-delete.cjs.map +1 -0
- package/dist/actions/recipient-delete.d.cts +9 -0
- package/dist/actions/recipient-delete.d.cts.map +1 -0
- package/dist/actions/recipient-delete.d.mts +9 -0
- package/dist/actions/recipient-delete.d.mts.map +1 -0
- package/dist/actions/recipient-delete.mjs +19 -0
- package/dist/actions/recipient-delete.mjs.map +1 -0
- package/dist/actions/recipient-get.cjs +35 -0
- package/dist/actions/recipient-get.cjs.map +1 -0
- package/dist/actions/recipient-get.d.cts +9 -0
- package/dist/actions/recipient-get.d.cts.map +1 -0
- package/dist/actions/recipient-get.d.mts +9 -0
- package/dist/actions/recipient-get.d.mts.map +1 -0
- package/dist/actions/recipient-get.mjs +32 -0
- package/dist/actions/recipient-get.mjs.map +1 -0
- package/dist/actions/recipients-list.cjs +35 -0
- package/dist/actions/recipients-list.cjs.map +1 -0
- package/dist/actions/recipients-list.d.cts +9 -0
- package/dist/actions/recipients-list.d.cts.map +1 -0
- package/dist/actions/recipients-list.d.mts +9 -0
- package/dist/actions/recipients-list.d.mts.map +1 -0
- package/dist/actions/recipients-list.mjs +34 -0
- package/dist/actions/recipients-list.mjs.map +1 -0
- package/dist/actions/search-filter-create.cjs +24 -0
- package/dist/actions/search-filter-create.cjs.map +1 -0
- package/dist/actions/search-filter-create.d.cts +9 -0
- package/dist/actions/search-filter-create.d.cts.map +1 -0
- package/dist/actions/search-filter-create.d.mts +9 -0
- package/dist/actions/search-filter-create.d.mts.map +1 -0
- package/dist/actions/search-filter-create.mjs +21 -0
- package/dist/actions/search-filter-create.mjs.map +1 -0
- package/dist/actions/search-filter-delete.cjs +22 -0
- package/dist/actions/search-filter-delete.cjs.map +1 -0
- package/dist/actions/search-filter-delete.d.cts +9 -0
- package/dist/actions/search-filter-delete.d.cts.map +1 -0
- package/dist/actions/search-filter-delete.d.mts +9 -0
- package/dist/actions/search-filter-delete.d.mts.map +1 -0
- package/dist/actions/search-filter-delete.mjs +19 -0
- package/dist/actions/search-filter-delete.mjs.map +1 -0
- package/dist/actions/search-filter-get.cjs +25 -0
- package/dist/actions/search-filter-get.cjs.map +1 -0
- package/dist/actions/search-filter-get.d.cts +9 -0
- package/dist/actions/search-filter-get.d.cts.map +1 -0
- package/dist/actions/search-filter-get.d.mts +9 -0
- package/dist/actions/search-filter-get.d.mts.map +1 -0
- package/dist/actions/search-filter-get.mjs +22 -0
- package/dist/actions/search-filter-get.mjs.map +1 -0
- package/dist/actions/search-filters-list.cjs +25 -0
- package/dist/actions/search-filters-list.cjs.map +1 -0
- package/dist/actions/search-filters-list.d.cts +9 -0
- package/dist/actions/search-filters-list.d.cts.map +1 -0
- package/dist/actions/search-filters-list.d.mts +9 -0
- package/dist/actions/search-filters-list.d.mts.map +1 -0
- package/dist/actions/search-filters-list.mjs +24 -0
- package/dist/actions/search-filters-list.mjs.map +1 -0
- package/dist/actions/search-spondyrs.cjs +66 -0
- package/dist/actions/search-spondyrs.cjs.map +1 -0
- package/dist/actions/search-spondyrs.d.cts +9 -0
- package/dist/actions/search-spondyrs.d.cts.map +1 -0
- package/dist/actions/search-spondyrs.d.mts +9 -0
- package/dist/actions/search-spondyrs.d.mts.map +1 -0
- package/dist/actions/search-spondyrs.mjs +65 -0
- package/dist/actions/search-spondyrs.mjs.map +1 -0
- package/dist/actions/sso-stub.cjs +32 -0
- package/dist/actions/sso-stub.cjs.map +1 -0
- package/dist/actions/sso-stub.d.cts +9 -0
- package/dist/actions/sso-stub.d.cts.map +1 -0
- package/dist/actions/sso-stub.d.mts +9 -0
- package/dist/actions/sso-stub.d.mts.map +1 -0
- package/dist/actions/sso-stub.mjs +29 -0
- package/dist/actions/sso-stub.mjs.map +1 -0
- package/dist/actions/template-get.cjs +78 -0
- package/dist/actions/template-get.cjs.map +1 -0
- package/dist/actions/template-get.d.cts +9 -0
- package/dist/actions/template-get.d.cts.map +1 -0
- package/dist/actions/template-get.d.mts +9 -0
- package/dist/actions/template-get.d.mts.map +1 -0
- package/dist/actions/template-get.mjs +77 -0
- package/dist/actions/template-get.mjs.map +1 -0
- package/dist/actions/templates-list.cjs +52 -0
- package/dist/actions/templates-list.cjs.map +1 -0
- package/dist/actions/templates-list.d.cts +9 -0
- package/dist/actions/templates-list.d.cts.map +1 -0
- package/dist/actions/templates-list.d.mts +9 -0
- package/dist/actions/templates-list.d.mts.map +1 -0
- package/dist/actions/templates-list.mjs +51 -0
- package/dist/actions/templates-list.mjs.map +1 -0
- package/dist/actions/transaction-type-get.cjs +22 -0
- package/dist/actions/transaction-type-get.cjs.map +1 -0
- package/dist/actions/transaction-type-get.d.cts +9 -0
- package/dist/actions/transaction-type-get.d.cts.map +1 -0
- package/dist/actions/transaction-type-get.d.mts +9 -0
- package/dist/actions/transaction-type-get.d.mts.map +1 -0
- package/dist/actions/transaction-type-get.mjs +19 -0
- package/dist/actions/transaction-type-get.mjs.map +1 -0
- package/dist/actions/transaction-type-update.cjs +24 -0
- package/dist/actions/transaction-type-update.cjs.map +1 -0
- package/dist/actions/transaction-type-update.d.cts +9 -0
- package/dist/actions/transaction-type-update.d.cts.map +1 -0
- package/dist/actions/transaction-type-update.d.mts +9 -0
- package/dist/actions/transaction-type-update.d.mts.map +1 -0
- package/dist/actions/transaction-type-update.mjs +21 -0
- package/dist/actions/transaction-type-update.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +48 -0
- package/dist/index.d.cts +24 -0
- package/dist/index.d.mts +24 -0
- package/dist/index.mjs +25 -0
- package/package.json +49 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const spondyrEventTypeUpdate = action("SPONDYR_EVENT_TYPE_UPDATE", {
|
|
4
|
+
slug: "spondyr-event-type-update",
|
|
5
|
+
name: "Update Event Type",
|
|
6
|
+
description: "Tool to update an existing event type name within a transaction type. Use when you need to rename an Event Type. Example: Rename the 'OrderShipped' event to 'OrderDelivered' within the 'CustomerOrders' transaction type. Note: This only changes the event type's name - it does not move the event to a different transaction type.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
Name: z.string().describe("The new name for the Event Type."),
|
|
9
|
+
EventType: z.string().describe("The name of the existing Event Type to update."),
|
|
10
|
+
TransactionType: z.string().describe("The Transaction Type name this Event Type belongs to.")
|
|
11
|
+
}),
|
|
12
|
+
output: z.object({
|
|
13
|
+
APIStatus: z.enum(["OK", "ERROR"]).describe("OK if successful; ERROR otherwise."),
|
|
14
|
+
ReferenceID: z.string().describe("Identifier for the Event Type. Present when APIStatus is OK; null when ERROR.").nullable().optional(),
|
|
15
|
+
ErrorMessage: z.string().describe("Error message if the update failed.").nullable().optional()
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
export { spondyrEventTypeUpdate };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=event-type-update.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-type-update.mjs","names":[],"sources":["../../src/actions/event-type-update.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpondyrEventTypeUpdateInput: z.ZodTypeAny = z.object({\n Name: z.string().describe(\"The new name for the Event Type.\"),\n EventType: z.string().describe(\"The name of the existing Event Type to update.\"),\n TransactionType: z.string().describe(\"The Transaction Type name this Event Type belongs to.\"),\n});\nexport const SpondyrEventTypeUpdateOutput: z.ZodTypeAny = z.object({\n APIStatus: z.enum([\"OK\", \"ERROR\"]).describe(\"OK if successful; ERROR otherwise.\"),\n ReferenceID: z.string().describe(\"Identifier for the Event Type. Present when APIStatus is OK; null when ERROR.\").nullable().optional(),\n ErrorMessage: z.string().describe(\"Error message if the update failed.\").nullable().optional(),\n});\n\nexport const spondyrEventTypeUpdate = action(\"SPONDYR_EVENT_TYPE_UPDATE\", {\n slug: \"spondyr-event-type-update\",\n name: \"Update Event Type\",\n description: \"Tool to update an existing event type name within a transaction type. Use when you need to rename an Event Type. Example: Rename the 'OrderShipped' event to 'OrderDelivered' within the 'CustomerOrders' transaction type. Note: This only changes the event type's name - it does not move the event to a different transaction type.\",\n input: SpondyrEventTypeUpdateInput,\n output: SpondyrEventTypeUpdateOutput,\n});\n"],"mappings":";;AAeA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAfuD,EAAE,OAAO;EAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAC5D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EAC/E,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CAC9F,CAWS;CACP,QAXwD,EAAE,OAAO;EACjE,WAAW,EAAE,KAAK,CAAC,MAAM,OAAO,CAAC,CAAC,CAAC,SAAS,oCAAoC;EAChF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtI,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-event-types.ts
|
|
4
|
+
const SpondyrGetEventTypesInput = zod.z.object({ TransactionType: zod.z.string().describe("The exact name of the Transaction Type whose event types are to be listed. Must match an existing transaction type name (case-sensitive).") }).describe("Request model for listing event types associated with a transaction type.");
|
|
5
|
+
const SpondyrGetEventTypes_EventTypeItemSchema = zod.z.object({
|
|
6
|
+
Name: zod.z.string().describe("The name of the Event Type"),
|
|
7
|
+
TransactionType: zod.z.string().describe("The Transaction Type name this Event Type is for")
|
|
8
|
+
});
|
|
9
|
+
const SpondyrGetEventTypesOutput = zod.z.object({
|
|
10
|
+
Data: zod.z.array(SpondyrGetEventTypes_EventTypeItemSchema).describe("List of event types for the specified transaction type. Empty list if no event types are configured.").nullable().optional(),
|
|
11
|
+
APIStatus: zod.z.string().describe("API status: 'OK' if successful, 'ERROR' if failed"),
|
|
12
|
+
ErrorMessage: zod.z.string().describe("Error message if APIStatus is 'ERROR', null otherwise").nullable().optional()
|
|
13
|
+
});
|
|
14
|
+
const spondyrGetEventTypes = require_action.action("SPONDYR_GET_EVENT_TYPES", {
|
|
15
|
+
slug: "spondyr-get-event-types",
|
|
16
|
+
name: "List Event Types for Transaction Type",
|
|
17
|
+
description: "Retrieves all event types associated with a specific transaction type in Spondyr. Event types define the kinds of events that can occur for a transaction type (e.g., \"Created\", \"Updated\", \"Cancelled\" events for an \"Order\" transaction type). Use this action after retrieving transaction types to discover what event types are available for a given transaction type. This is essential for understanding the event-driven workflows and setting up event-based automation in Spondyr. Returns an empty list if the transaction type exists but has no event types configured.",
|
|
18
|
+
input: SpondyrGetEventTypesInput,
|
|
19
|
+
output: SpondyrGetEventTypesOutput
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.spondyrGetEventTypes = spondyrGetEventTypes;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=get-event-types.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-types.cjs","names":["z","action"],"sources":["../../src/actions/get-event-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpondyrGetEventTypesInput: z.ZodTypeAny = z.object({\n TransactionType: z.string().describe(\"The exact name of the Transaction Type whose event types are to be listed. Must match an existing transaction type name (case-sensitive).\"),\n}).describe(\"Request model for listing event types associated with a transaction type.\");\nconst SpondyrGetEventTypes_EventTypeItemSchema: z.ZodTypeAny = z.object({\n Name: z.string().describe(\"The name of the Event Type\"),\n TransactionType: z.string().describe(\"The Transaction Type name this Event Type is for\"),\n});\nexport const SpondyrGetEventTypesOutput: z.ZodTypeAny = z.object({\n Data: z.array(SpondyrGetEventTypes_EventTypeItemSchema).describe(\"List of event types for the specified transaction type. Empty list if no event types are configured.\").nullable().optional(),\n APIStatus: z.string().describe(\"API status: 'OK' if successful, 'ERROR' if failed\"),\n ErrorMessage: z.string().describe(\"Error message if APIStatus is 'ERROR', null otherwise\").nullable().optional(),\n});\n\nexport const spondyrGetEventTypes = action(\"SPONDYR_GET_EVENT_TYPES\", {\n slug: \"spondyr-get-event-types\",\n name: \"List Event Types for Transaction Type\",\n description: \"Retrieves all event types associated with a specific transaction type in Spondyr. Event types define the kinds of events that can occur for a transaction type (e.g., \\\"Created\\\", \\\"Updated\\\", \\\"Cancelled\\\" events for an \\\"Order\\\" transaction type). Use this action after retrieving transaction types to discover what event types are available for a given transaction type. This is essential for understanding the event-driven workflows and setting up event-based automation in Spondyr. Returns an empty list if the transaction type exists but has no event types configured.\",\n input: SpondyrGetEventTypesInput,\n output: SpondyrGetEventTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I,EAClL,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACvF,MAAM,2CAAyDA,IAAAA,EAAE,OAAO;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;AACzF,CAAC;AACD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7L,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAClF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC;AAED,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-event-types.d.ts
|
|
4
|
+
declare const SpondyrGetEventTypesInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpondyrGetEventTypesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spondyrGetEventTypes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spondyrGetEventTypes };
|
|
9
|
+
//# sourceMappingURL=get-event-types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-types.d.cts","names":[],"sources":["../../src/actions/get-event-types.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAE8C;AAAA,cAK3E,0BAAA,EAA4B,CAAA,CAAE,UAIzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-event-types.d.ts
|
|
4
|
+
declare const SpondyrGetEventTypesInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpondyrGetEventTypesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spondyrGetEventTypes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spondyrGetEventTypes };
|
|
9
|
+
//# sourceMappingURL=get-event-types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-types.d.mts","names":[],"sources":["../../src/actions/get-event-types.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAE8C;AAAA,cAK3E,0BAAA,EAA4B,CAAA,CAAE,UAIzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-event-types.ts
|
|
4
|
+
const SpondyrGetEventTypesInput = z.object({ TransactionType: z.string().describe("The exact name of the Transaction Type whose event types are to be listed. Must match an existing transaction type name (case-sensitive).") }).describe("Request model for listing event types associated with a transaction type.");
|
|
5
|
+
const SpondyrGetEventTypes_EventTypeItemSchema = z.object({
|
|
6
|
+
Name: z.string().describe("The name of the Event Type"),
|
|
7
|
+
TransactionType: z.string().describe("The Transaction Type name this Event Type is for")
|
|
8
|
+
});
|
|
9
|
+
const spondyrGetEventTypes = action("SPONDYR_GET_EVENT_TYPES", {
|
|
10
|
+
slug: "spondyr-get-event-types",
|
|
11
|
+
name: "List Event Types for Transaction Type",
|
|
12
|
+
description: "Retrieves all event types associated with a specific transaction type in Spondyr. Event types define the kinds of events that can occur for a transaction type (e.g., \"Created\", \"Updated\", \"Cancelled\" events for an \"Order\" transaction type). Use this action after retrieving transaction types to discover what event types are available for a given transaction type. This is essential for understanding the event-driven workflows and setting up event-based automation in Spondyr. Returns an empty list if the transaction type exists but has no event types configured.",
|
|
13
|
+
input: SpondyrGetEventTypesInput,
|
|
14
|
+
output: z.object({
|
|
15
|
+
Data: z.array(SpondyrGetEventTypes_EventTypeItemSchema).describe("List of event types for the specified transaction type. Empty list if no event types are configured.").nullable().optional(),
|
|
16
|
+
APIStatus: z.string().describe("API status: 'OK' if successful, 'ERROR' if failed"),
|
|
17
|
+
ErrorMessage: z.string().describe("Error message if APIStatus is 'ERROR', null otherwise").nullable().optional()
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { spondyrGetEventTypes };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=get-event-types.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-event-types.mjs","names":[],"sources":["../../src/actions/get-event-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpondyrGetEventTypesInput: z.ZodTypeAny = z.object({\n TransactionType: z.string().describe(\"The exact name of the Transaction Type whose event types are to be listed. Must match an existing transaction type name (case-sensitive).\"),\n}).describe(\"Request model for listing event types associated with a transaction type.\");\nconst SpondyrGetEventTypes_EventTypeItemSchema: z.ZodTypeAny = z.object({\n Name: z.string().describe(\"The name of the Event Type\"),\n TransactionType: z.string().describe(\"The Transaction Type name this Event Type is for\"),\n});\nexport const SpondyrGetEventTypesOutput: z.ZodTypeAny = z.object({\n Data: z.array(SpondyrGetEventTypes_EventTypeItemSchema).describe(\"List of event types for the specified transaction type. Empty list if no event types are configured.\").nullable().optional(),\n APIStatus: z.string().describe(\"API status: 'OK' if successful, 'ERROR' if failed\"),\n ErrorMessage: z.string().describe(\"Error message if APIStatus is 'ERROR', null otherwise\").nullable().optional(),\n});\n\nexport const spondyrGetEventTypes = action(\"SPONDYR_GET_EVENT_TYPES\", {\n slug: \"spondyr-get-event-types\",\n name: \"List Event Types for Transaction Type\",\n description: \"Retrieves all event types associated with a specific transaction type in Spondyr. Event types define the kinds of events that can occur for a transaction type (e.g., \\\"Created\\\", \\\"Updated\\\", \\\"Cancelled\\\" events for an \\\"Order\\\" transaction type). Use this action after retrieving transaction types to discover what event types are available for a given transaction type. This is essential for understanding the event-driven workflows and setting up event-based automation in Spondyr. Returns an empty list if the transaction type exists but has no event types configured.\",\n input: SpondyrGetEventTypesInput,\n output: SpondyrGetEventTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO,EAC9D,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I,EAClL,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACvF,MAAM,2CAAyD,EAAE,OAAO;CACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;AACzF,CAAC;AAOD,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXsD,EAAE,OAAO;EAC/D,MAAM,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7L,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EAClF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-spondyr-status.ts
|
|
4
|
+
const SpondyrGetSpondyrStatusInput = zod.z.object({
|
|
5
|
+
LastName: zod.z.string().describe("Optional viewer last name for logging").optional(),
|
|
6
|
+
FirstName: zod.z.string().describe("Optional viewer first name for logging").optional(),
|
|
7
|
+
IncludeData: zod.z.boolean().default(false).describe("Include original data payload in the response if true").optional(),
|
|
8
|
+
ReferenceID: zod.z.string().describe("Reference ID returned from the Send/Generate request"),
|
|
9
|
+
ApplicationUserID: zod.z.string().describe("Optional user identifier for viewer context logging").optional()
|
|
10
|
+
}).describe("Retrieve the status of a previously generated correspondence.");
|
|
11
|
+
const SpondyrGetSpondyrStatus_RecipientStatusSchema = zod.z.object({
|
|
12
|
+
Name: zod.z.string().describe("Recipient's name"),
|
|
13
|
+
Details: zod.z.string().describe("Any delivery messages or errors").nullable().optional(),
|
|
14
|
+
DeliveryTo: zod.z.string().describe("Email, fax, or postal address of recipient"),
|
|
15
|
+
CoverPageURI: zod.z.string().describe("URI to the cover page, valid for 20 minutes").nullable().optional(),
|
|
16
|
+
DeliveryDate: zod.z.string().describe("Date of delivery or null if not delivered yet").nullable().optional(),
|
|
17
|
+
IsSuccessful: zod.z.boolean().describe("True if delivery succeeded"),
|
|
18
|
+
DeliveryStatusCode: zod.z.string().describe("SUCCESS, UNDELIVERABLE, or ERROR"),
|
|
19
|
+
DeliveryStatusName: zod.z.string().describe("Success, Undeliverable, or Error")
|
|
20
|
+
});
|
|
21
|
+
const SpondyrGetSpondyrStatus_SearchFilterStatusSchema = zod.z.object({
|
|
22
|
+
Name: zod.z.string().describe("Search tag name"),
|
|
23
|
+
Value: zod.z.string().describe("Value logged for this search tag")
|
|
24
|
+
});
|
|
25
|
+
const SpondyrGetSpondyrStatus_CorrespondenceStatusSchema = zod.z.object({
|
|
26
|
+
URI: zod.z.string().describe("URI to generated correspondence, valid for 20 minutes"),
|
|
27
|
+
Template: zod.z.string().describe("Name of the template used"),
|
|
28
|
+
Recipients: zod.z.array(SpondyrGetSpondyrStatus_RecipientStatusSchema).describe("Delivery status for each recipient"),
|
|
29
|
+
StatusCode: zod.z.string().describe("GENERATED, ERROR, QUEUEDLIM, QUEUEDSYS, or CANCELED"),
|
|
30
|
+
StatusName: zod.z.string().describe("Human-readable status of the correspondence item"),
|
|
31
|
+
ContentType: zod.z.string().describe("PDF, DOC, HTML, or TEXT"),
|
|
32
|
+
CreatedDate: zod.z.string().describe("Date when correspondence was queued for generation"),
|
|
33
|
+
SearchFilters: zod.z.array(SpondyrGetSpondyrStatus_SearchFilterStatusSchema).describe("Search tags associated with this correspondence")
|
|
34
|
+
});
|
|
35
|
+
const SpondyrGetSpondyrStatusOutput = zod.z.object({
|
|
36
|
+
Data: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Original data payload, included only if IncludeData=true").nullable().optional(),
|
|
37
|
+
APIStatus: zod.z.enum(["OK", "ERROR"]).describe("OK if successful, ERROR otherwise"),
|
|
38
|
+
EventType: zod.z.string().describe("Event Type from the original send/generate request. Null if there was an error.").nullable().optional(),
|
|
39
|
+
StatusCode: zod.z.enum([
|
|
40
|
+
"SUBMITTED",
|
|
41
|
+
"MATCH",
|
|
42
|
+
"FINISH",
|
|
43
|
+
"FINISHPART",
|
|
44
|
+
"NOMATCH",
|
|
45
|
+
"QUEUEDLIM",
|
|
46
|
+
"QUEUEDSYS",
|
|
47
|
+
"CANCELED",
|
|
48
|
+
"ERROR"
|
|
49
|
+
]).describe("Processing status code of the correspondence. Null if there was an error.").nullable().optional(),
|
|
50
|
+
StatusName: zod.z.string().describe("Human-readable status description. Null if there was an error.").nullable().optional(),
|
|
51
|
+
CreatedDate: zod.z.string().describe("Date when the original request was made. Null if there was an error.").nullable().optional(),
|
|
52
|
+
ReferenceID: zod.z.string().describe("Reference ID of the original send/generate request. Null if there was an error.").nullable().optional(),
|
|
53
|
+
ErrorMessage: zod.z.string().describe("Error message if APIStatus is ERROR").nullable().optional(),
|
|
54
|
+
Correspondence: zod.z.array(SpondyrGetSpondyrStatus_CorrespondenceStatusSchema).describe("Generated correspondence items. Empty list if there was an error.").nullable().optional()
|
|
55
|
+
});
|
|
56
|
+
const spondyrGetSpondyrStatus = require_action.action("SPONDYR_GET_SPONDYR_STATUS", {
|
|
57
|
+
slug: "spondyr-get-spondyr-status",
|
|
58
|
+
name: "Get Spondyr Status",
|
|
59
|
+
description: "Tool to retrieve the status of a previously generated correspondence. Use after generating correspondence to check its processing and delivery status.",
|
|
60
|
+
input: SpondyrGetSpondyrStatusInput,
|
|
61
|
+
output: SpondyrGetSpondyrStatusOutput
|
|
62
|
+
});
|
|
63
|
+
//#endregion
|
|
64
|
+
exports.spondyrGetSpondyrStatus = spondyrGetSpondyrStatus;
|
|
65
|
+
|
|
66
|
+
//# sourceMappingURL=get-spondyr-status.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-spondyr-status.cjs","names":["z","action"],"sources":["../../src/actions/get-spondyr-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpondyrGetSpondyrStatusInput: z.ZodTypeAny = z.object({\n LastName: z.string().describe(\"Optional viewer last name for logging\").optional(),\n FirstName: z.string().describe(\"Optional viewer first name for logging\").optional(),\n IncludeData: z.boolean().default(false).describe(\"Include original data payload in the response if true\").optional(),\n ReferenceID: z.string().describe(\"Reference ID returned from the Send/Generate request\"),\n ApplicationUserID: z.string().describe(\"Optional user identifier for viewer context logging\").optional(),\n}).describe(\"Retrieve the status of a previously generated correspondence.\");\nconst SpondyrGetSpondyrStatus_RecipientStatusSchema: z.ZodTypeAny = z.object({\n Name: z.string().describe(\"Recipient's name\"),\n Details: z.string().describe(\"Any delivery messages or errors\").nullable().optional(),\n DeliveryTo: z.string().describe(\"Email, fax, or postal address of recipient\"),\n CoverPageURI: z.string().describe(\"URI to the cover page, valid for 20 minutes\").nullable().optional(),\n DeliveryDate: z.string().describe(\"Date of delivery or null if not delivered yet\").nullable().optional(),\n IsSuccessful: z.boolean().describe(\"True if delivery succeeded\"),\n DeliveryStatusCode: z.string().describe(\"SUCCESS, UNDELIVERABLE, or ERROR\"),\n DeliveryStatusName: z.string().describe(\"Success, Undeliverable, or Error\"),\n});\nconst SpondyrGetSpondyrStatus_SearchFilterStatusSchema: z.ZodTypeAny = z.object({\n Name: z.string().describe(\"Search tag name\"),\n Value: z.string().describe(\"Value logged for this search tag\"),\n});\nconst SpondyrGetSpondyrStatus_CorrespondenceStatusSchema: z.ZodTypeAny = z.object({\n URI: z.string().describe(\"URI to generated correspondence, valid for 20 minutes\"),\n Template: z.string().describe(\"Name of the template used\"),\n Recipients: z.array(SpondyrGetSpondyrStatus_RecipientStatusSchema).describe(\"Delivery status for each recipient\"),\n StatusCode: z.string().describe(\"GENERATED, ERROR, QUEUEDLIM, QUEUEDSYS, or CANCELED\"),\n StatusName: z.string().describe(\"Human-readable status of the correspondence item\"),\n ContentType: z.string().describe(\"PDF, DOC, HTML, or TEXT\"),\n CreatedDate: z.string().describe(\"Date when correspondence was queued for generation\"),\n SearchFilters: z.array(SpondyrGetSpondyrStatus_SearchFilterStatusSchema).describe(\"Search tags associated with this correspondence\"),\n});\nexport const SpondyrGetSpondyrStatusOutput: z.ZodTypeAny = z.object({\n Data: z.record(z.string(), z.unknown()).describe(\"Original data payload, included only if IncludeData=true\").nullable().optional(),\n APIStatus: z.enum([\"OK\", \"ERROR\"]).describe(\"OK if successful, ERROR otherwise\"),\n EventType: z.string().describe(\"Event Type from the original send/generate request. Null if there was an error.\").nullable().optional(),\n StatusCode: z.enum([\"SUBMITTED\", \"MATCH\", \"FINISH\", \"FINISHPART\", \"NOMATCH\", \"QUEUEDLIM\", \"QUEUEDSYS\", \"CANCELED\", \"ERROR\"]).describe(\"Processing status code of the correspondence. Null if there was an error.\").nullable().optional(),\n StatusName: z.string().describe(\"Human-readable status description. Null if there was an error.\").nullable().optional(),\n CreatedDate: z.string().describe(\"Date when the original request was made. Null if there was an error.\").nullable().optional(),\n ReferenceID: z.string().describe(\"Reference ID of the original send/generate request. Null if there was an error.\").nullable().optional(),\n ErrorMessage: z.string().describe(\"Error message if APIStatus is ERROR\").nullable().optional(),\n Correspondence: z.array(SpondyrGetSpondyrStatus_CorrespondenceStatusSchema).describe(\"Generated correspondence items. Empty list if there was an error.\").nullable().optional(),\n});\n\nexport const spondyrGetSpondyrStatus = action(\"SPONDYR_GET_SPONDYR_STATUS\", {\n slug: \"spondyr-get-spondyr-status\",\n name: \"Get Spondyr Status\",\n description: \"Tool to retrieve the status of a previously generated correspondence. Use after generating correspondence to check its processing and delivery status.\",\n input: SpondyrGetSpondyrStatusInput,\n output: SpondyrGetSpondyrStatusOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-spondyr-status.d.ts
|
|
4
|
+
declare const SpondyrGetSpondyrStatusInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpondyrGetSpondyrStatusOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spondyrGetSpondyrStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spondyrGetSpondyrStatus };
|
|
9
|
+
//# sourceMappingURL=get-spondyr-status.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-spondyr-status.d.cts","names":[],"sources":["../../src/actions/get-spondyr-status.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAM+B;AAAA,cAyB/D,6BAAA,EAA+B,CAAA,CAAE,UAU5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-spondyr-status.d.ts
|
|
4
|
+
declare const SpondyrGetSpondyrStatusInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpondyrGetSpondyrStatusOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spondyrGetSpondyrStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spondyrGetSpondyrStatus };
|
|
9
|
+
//# sourceMappingURL=get-spondyr-status.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-spondyr-status.d.mts","names":[],"sources":["../../src/actions/get-spondyr-status.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAM+B;AAAA,cAyB/D,6BAAA,EAA+B,CAAA,CAAE,UAU5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-spondyr-status.ts
|
|
4
|
+
const SpondyrGetSpondyrStatusInput = z.object({
|
|
5
|
+
LastName: z.string().describe("Optional viewer last name for logging").optional(),
|
|
6
|
+
FirstName: z.string().describe("Optional viewer first name for logging").optional(),
|
|
7
|
+
IncludeData: z.boolean().default(false).describe("Include original data payload in the response if true").optional(),
|
|
8
|
+
ReferenceID: z.string().describe("Reference ID returned from the Send/Generate request"),
|
|
9
|
+
ApplicationUserID: z.string().describe("Optional user identifier for viewer context logging").optional()
|
|
10
|
+
}).describe("Retrieve the status of a previously generated correspondence.");
|
|
11
|
+
const SpondyrGetSpondyrStatus_RecipientStatusSchema = z.object({
|
|
12
|
+
Name: z.string().describe("Recipient's name"),
|
|
13
|
+
Details: z.string().describe("Any delivery messages or errors").nullable().optional(),
|
|
14
|
+
DeliveryTo: z.string().describe("Email, fax, or postal address of recipient"),
|
|
15
|
+
CoverPageURI: z.string().describe("URI to the cover page, valid for 20 minutes").nullable().optional(),
|
|
16
|
+
DeliveryDate: z.string().describe("Date of delivery or null if not delivered yet").nullable().optional(),
|
|
17
|
+
IsSuccessful: z.boolean().describe("True if delivery succeeded"),
|
|
18
|
+
DeliveryStatusCode: z.string().describe("SUCCESS, UNDELIVERABLE, or ERROR"),
|
|
19
|
+
DeliveryStatusName: z.string().describe("Success, Undeliverable, or Error")
|
|
20
|
+
});
|
|
21
|
+
const SpondyrGetSpondyrStatus_SearchFilterStatusSchema = z.object({
|
|
22
|
+
Name: z.string().describe("Search tag name"),
|
|
23
|
+
Value: z.string().describe("Value logged for this search tag")
|
|
24
|
+
});
|
|
25
|
+
const SpondyrGetSpondyrStatus_CorrespondenceStatusSchema = z.object({
|
|
26
|
+
URI: z.string().describe("URI to generated correspondence, valid for 20 minutes"),
|
|
27
|
+
Template: z.string().describe("Name of the template used"),
|
|
28
|
+
Recipients: z.array(SpondyrGetSpondyrStatus_RecipientStatusSchema).describe("Delivery status for each recipient"),
|
|
29
|
+
StatusCode: z.string().describe("GENERATED, ERROR, QUEUEDLIM, QUEUEDSYS, or CANCELED"),
|
|
30
|
+
StatusName: z.string().describe("Human-readable status of the correspondence item"),
|
|
31
|
+
ContentType: z.string().describe("PDF, DOC, HTML, or TEXT"),
|
|
32
|
+
CreatedDate: z.string().describe("Date when correspondence was queued for generation"),
|
|
33
|
+
SearchFilters: z.array(SpondyrGetSpondyrStatus_SearchFilterStatusSchema).describe("Search tags associated with this correspondence")
|
|
34
|
+
});
|
|
35
|
+
const spondyrGetSpondyrStatus = action("SPONDYR_GET_SPONDYR_STATUS", {
|
|
36
|
+
slug: "spondyr-get-spondyr-status",
|
|
37
|
+
name: "Get Spondyr Status",
|
|
38
|
+
description: "Tool to retrieve the status of a previously generated correspondence. Use after generating correspondence to check its processing and delivery status.",
|
|
39
|
+
input: SpondyrGetSpondyrStatusInput,
|
|
40
|
+
output: z.object({
|
|
41
|
+
Data: z.record(z.string(), z.unknown()).describe("Original data payload, included only if IncludeData=true").nullable().optional(),
|
|
42
|
+
APIStatus: z.enum(["OK", "ERROR"]).describe("OK if successful, ERROR otherwise"),
|
|
43
|
+
EventType: z.string().describe("Event Type from the original send/generate request. Null if there was an error.").nullable().optional(),
|
|
44
|
+
StatusCode: z.enum([
|
|
45
|
+
"SUBMITTED",
|
|
46
|
+
"MATCH",
|
|
47
|
+
"FINISH",
|
|
48
|
+
"FINISHPART",
|
|
49
|
+
"NOMATCH",
|
|
50
|
+
"QUEUEDLIM",
|
|
51
|
+
"QUEUEDSYS",
|
|
52
|
+
"CANCELED",
|
|
53
|
+
"ERROR"
|
|
54
|
+
]).describe("Processing status code of the correspondence. Null if there was an error.").nullable().optional(),
|
|
55
|
+
StatusName: z.string().describe("Human-readable status description. Null if there was an error.").nullable().optional(),
|
|
56
|
+
CreatedDate: z.string().describe("Date when the original request was made. Null if there was an error.").nullable().optional(),
|
|
57
|
+
ReferenceID: z.string().describe("Reference ID of the original send/generate request. Null if there was an error.").nullable().optional(),
|
|
58
|
+
ErrorMessage: z.string().describe("Error message if APIStatus is ERROR").nullable().optional(),
|
|
59
|
+
Correspondence: z.array(SpondyrGetSpondyrStatus_CorrespondenceStatusSchema).describe("Generated correspondence items. Empty list if there was an error.").nullable().optional()
|
|
60
|
+
})
|
|
61
|
+
});
|
|
62
|
+
//#endregion
|
|
63
|
+
export { spondyrGetSpondyrStatus };
|
|
64
|
+
|
|
65
|
+
//# sourceMappingURL=get-spondyr-status.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-spondyr-status.mjs","names":[],"sources":["../../src/actions/get-spondyr-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpondyrGetSpondyrStatusInput: z.ZodTypeAny = z.object({\n LastName: z.string().describe(\"Optional viewer last name for logging\").optional(),\n FirstName: z.string().describe(\"Optional viewer first name for logging\").optional(),\n IncludeData: z.boolean().default(false).describe(\"Include original data payload in the response if true\").optional(),\n ReferenceID: z.string().describe(\"Reference ID returned from the Send/Generate request\"),\n ApplicationUserID: z.string().describe(\"Optional user identifier for viewer context logging\").optional(),\n}).describe(\"Retrieve the status of a previously generated correspondence.\");\nconst SpondyrGetSpondyrStatus_RecipientStatusSchema: z.ZodTypeAny = z.object({\n Name: z.string().describe(\"Recipient's name\"),\n Details: z.string().describe(\"Any delivery messages or errors\").nullable().optional(),\n DeliveryTo: z.string().describe(\"Email, fax, or postal address of recipient\"),\n CoverPageURI: z.string().describe(\"URI to the cover page, valid for 20 minutes\").nullable().optional(),\n DeliveryDate: z.string().describe(\"Date of delivery or null if not delivered yet\").nullable().optional(),\n IsSuccessful: z.boolean().describe(\"True if delivery succeeded\"),\n DeliveryStatusCode: z.string().describe(\"SUCCESS, UNDELIVERABLE, or ERROR\"),\n DeliveryStatusName: z.string().describe(\"Success, Undeliverable, or Error\"),\n});\nconst SpondyrGetSpondyrStatus_SearchFilterStatusSchema: z.ZodTypeAny = z.object({\n Name: z.string().describe(\"Search tag name\"),\n Value: z.string().describe(\"Value logged for this search tag\"),\n});\nconst SpondyrGetSpondyrStatus_CorrespondenceStatusSchema: z.ZodTypeAny = z.object({\n URI: z.string().describe(\"URI to generated correspondence, valid for 20 minutes\"),\n Template: z.string().describe(\"Name of the template used\"),\n Recipients: z.array(SpondyrGetSpondyrStatus_RecipientStatusSchema).describe(\"Delivery status for each recipient\"),\n StatusCode: z.string().describe(\"GENERATED, ERROR, QUEUEDLIM, QUEUEDSYS, or CANCELED\"),\n StatusName: z.string().describe(\"Human-readable status of the correspondence item\"),\n ContentType: z.string().describe(\"PDF, DOC, HTML, or TEXT\"),\n CreatedDate: z.string().describe(\"Date when correspondence was queued for generation\"),\n SearchFilters: z.array(SpondyrGetSpondyrStatus_SearchFilterStatusSchema).describe(\"Search tags associated with this correspondence\"),\n});\nexport const SpondyrGetSpondyrStatusOutput: z.ZodTypeAny = z.object({\n Data: z.record(z.string(), z.unknown()).describe(\"Original data payload, included only if IncludeData=true\").nullable().optional(),\n APIStatus: z.enum([\"OK\", \"ERROR\"]).describe(\"OK if successful, ERROR otherwise\"),\n EventType: z.string().describe(\"Event Type from the original send/generate request. Null if there was an error.\").nullable().optional(),\n StatusCode: z.enum([\"SUBMITTED\", \"MATCH\", \"FINISH\", \"FINISHPART\", \"NOMATCH\", \"QUEUEDLIM\", \"QUEUEDSYS\", \"CANCELED\", \"ERROR\"]).describe(\"Processing status code of the correspondence. Null if there was an error.\").nullable().optional(),\n StatusName: z.string().describe(\"Human-readable status description. Null if there was an error.\").nullable().optional(),\n CreatedDate: z.string().describe(\"Date when the original request was made. Null if there was an error.\").nullable().optional(),\n ReferenceID: z.string().describe(\"Reference ID of the original send/generate request. Null if there was an error.\").nullable().optional(),\n ErrorMessage: z.string().describe(\"Error message if APIStatus is ERROR\").nullable().optional(),\n Correspondence: z.array(SpondyrGetSpondyrStatus_CorrespondenceStatusSchema).describe(\"Generated correspondence items. Empty list if there was an error.\").nullable().optional(),\n});\n\nexport const spondyrGetSpondyrStatus = action(\"SPONDYR_GET_SPONDYR_STATUS\", {\n slug: \"spondyr-get-spondyr-status\",\n name: \"Get Spondyr Status\",\n description: \"Tool to retrieve the status of a previously generated correspondence. Use after generating correspondence to check its processing and delivery status.\",\n input: SpondyrGetSpondyrStatusInput,\n output: SpondyrGetSpondyrStatusOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-transaction-types.ts
|
|
4
|
+
const SpondyrGetTransactionTypesInput = zod.z.object({}).describe("Empty request for retrieving transaction types.");
|
|
5
|
+
const SpondyrGetTransactionTypes_TransactionTypeSchema = zod.z.object({
|
|
6
|
+
Name: zod.z.string().describe("The name of the Transaction Type"),
|
|
7
|
+
TemplateCSV: zod.z.string().describe("Comma-delimited list of flattened JSON fields"),
|
|
8
|
+
TemplateJSON: zod.z.string().describe("JSON-formatted string containing all available properties with sample data")
|
|
9
|
+
});
|
|
10
|
+
const SpondyrGetTransactionTypesOutput = zod.z.object({
|
|
11
|
+
Data: zod.z.array(SpondyrGetTransactionTypes_TransactionTypeSchema).describe("List of available transaction types"),
|
|
12
|
+
APIStatus: zod.z.string().describe("APIStatus: OK if successful, ERROR if not"),
|
|
13
|
+
ErrorMessage: zod.z.string().describe("Error message if APIStatus is ERROR").nullable().optional()
|
|
14
|
+
});
|
|
15
|
+
const spondyrGetTransactionTypes = require_action.action("SPONDYR_GET_TRANSACTION_TYPES", {
|
|
16
|
+
slug: "spondyr-get-transaction-types",
|
|
17
|
+
name: "Get Transaction Types",
|
|
18
|
+
description: "Tool to retrieve a list of available transaction types. Use after authentication to discover data schemas.",
|
|
19
|
+
input: SpondyrGetTransactionTypesInput,
|
|
20
|
+
output: SpondyrGetTransactionTypesOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.spondyrGetTransactionTypes = spondyrGetTransactionTypes;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=get-transaction-types.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-transaction-types.cjs","names":["z","action"],"sources":["../../src/actions/get-transaction-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpondyrGetTransactionTypesInput: z.ZodTypeAny = z.object({}).describe(\"Empty request for retrieving transaction types.\");\nconst SpondyrGetTransactionTypes_TransactionTypeSchema: z.ZodTypeAny = z.object({\n Name: z.string().describe(\"The name of the Transaction Type\"),\n TemplateCSV: z.string().describe(\"Comma-delimited list of flattened JSON fields\"),\n TemplateJSON: z.string().describe(\"JSON-formatted string containing all available properties with sample data\"),\n});\nexport const SpondyrGetTransactionTypesOutput: z.ZodTypeAny = z.object({\n Data: z.array(SpondyrGetTransactionTypes_TransactionTypeSchema).describe(\"List of available transaction types\"),\n APIStatus: z.string().describe(\"APIStatus: OK if successful, ERROR if not\"),\n ErrorMessage: z.string().describe(\"Error message if APIStatus is ERROR\").nullable().optional(),\n});\n\nexport const spondyrGetTransactionTypes = action(\"SPONDYR_GET_TRANSACTION_TYPES\", {\n slug: \"spondyr-get-transaction-types\",\n name: \"Get Transaction Types\",\n description: \"Tool to retrieve a list of available transaction types. Use after authentication to discover data schemas.\",\n input: SpondyrGetTransactionTypesInput,\n output: SpondyrGetTransactionTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD;AACpI,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC5D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAChF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;AAChH,CAAC;AACD,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,qCAAqC;CAC9G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC1E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC;AAED,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-transaction-types.d.ts
|
|
4
|
+
declare const SpondyrGetTransactionTypesInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpondyrGetTransactionTypesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spondyrGetTransactionTypes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spondyrGetTransactionTypes };
|
|
9
|
+
//# sourceMappingURL=get-transaction-types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-transaction-types.d.cts","names":[],"sources":["../../src/actions/get-transaction-types.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAAqF;AAAA,cAMxH,gCAAA,EAAkC,CAAA,CAAE,UAI/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-transaction-types.d.ts
|
|
4
|
+
declare const SpondyrGetTransactionTypesInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpondyrGetTransactionTypesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spondyrGetTransactionTypes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spondyrGetTransactionTypes };
|
|
9
|
+
//# sourceMappingURL=get-transaction-types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-transaction-types.d.mts","names":[],"sources":["../../src/actions/get-transaction-types.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAAqF;AAAA,cAMxH,gCAAA,EAAkC,CAAA,CAAE,UAI/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-transaction-types.ts
|
|
4
|
+
const SpondyrGetTransactionTypesInput = z.object({}).describe("Empty request for retrieving transaction types.");
|
|
5
|
+
const SpondyrGetTransactionTypes_TransactionTypeSchema = z.object({
|
|
6
|
+
Name: z.string().describe("The name of the Transaction Type"),
|
|
7
|
+
TemplateCSV: z.string().describe("Comma-delimited list of flattened JSON fields"),
|
|
8
|
+
TemplateJSON: z.string().describe("JSON-formatted string containing all available properties with sample data")
|
|
9
|
+
});
|
|
10
|
+
const spondyrGetTransactionTypes = action("SPONDYR_GET_TRANSACTION_TYPES", {
|
|
11
|
+
slug: "spondyr-get-transaction-types",
|
|
12
|
+
name: "Get Transaction Types",
|
|
13
|
+
description: "Tool to retrieve a list of available transaction types. Use after authentication to discover data schemas.",
|
|
14
|
+
input: SpondyrGetTransactionTypesInput,
|
|
15
|
+
output: z.object({
|
|
16
|
+
Data: z.array(SpondyrGetTransactionTypes_TransactionTypeSchema).describe("List of available transaction types"),
|
|
17
|
+
APIStatus: z.string().describe("APIStatus: OK if successful, ERROR if not"),
|
|
18
|
+
ErrorMessage: z.string().describe("Error message if APIStatus is ERROR").nullable().optional()
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { spondyrGetTransactionTypes };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=get-transaction-types.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-transaction-types.mjs","names":[],"sources":["../../src/actions/get-transaction-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpondyrGetTransactionTypesInput: z.ZodTypeAny = z.object({}).describe(\"Empty request for retrieving transaction types.\");\nconst SpondyrGetTransactionTypes_TransactionTypeSchema: z.ZodTypeAny = z.object({\n Name: z.string().describe(\"The name of the Transaction Type\"),\n TemplateCSV: z.string().describe(\"Comma-delimited list of flattened JSON fields\"),\n TemplateJSON: z.string().describe(\"JSON-formatted string containing all available properties with sample data\"),\n});\nexport const SpondyrGetTransactionTypesOutput: z.ZodTypeAny = z.object({\n Data: z.array(SpondyrGetTransactionTypes_TransactionTypeSchema).describe(\"List of available transaction types\"),\n APIStatus: z.string().describe(\"APIStatus: OK if successful, ERROR if not\"),\n ErrorMessage: z.string().describe(\"Error message if APIStatus is ERROR\").nullable().optional(),\n});\n\nexport const spondyrGetTransactionTypes = action(\"SPONDYR_GET_TRANSACTION_TYPES\", {\n slug: \"spondyr-get-transaction-types\",\n name: \"Get Transaction Types\",\n description: \"Tool to retrieve a list of available transaction types. Use after authentication to discover data schemas.\",\n input: SpondyrGetTransactionTypesInput,\n output: SpondyrGetTransactionTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD;AACpI,MAAM,mDAAiE,EAAE,OAAO;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC5D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAChF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;AAChH,CAAC;AAOD,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX4D,EAAE,OAAO;EACrE,MAAM,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,qCAAqC;EAC9G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;EAC1E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_conditions_list = require("./conditions-list.cjs");
|
|
3
|
+
const require_create_condition = require("./create-condition.cjs");
|
|
4
|
+
const require_create_transaction_type = require("./create-transaction-type.cjs");
|
|
5
|
+
const require_deliver_spondyr = require("./deliver-spondyr.cjs");
|
|
6
|
+
const require_event_type_update = require("./event-type-update.cjs");
|
|
7
|
+
const require_get_event_types = require("./get-event-types.cjs");
|
|
8
|
+
const require_get_spondyr_status = require("./get-spondyr-status.cjs");
|
|
9
|
+
const require_get_transaction_types = require("./get-transaction-types.cjs");
|
|
10
|
+
const require_recipient_delete = require("./recipient-delete.cjs");
|
|
11
|
+
const require_recipient_get = require("./recipient-get.cjs");
|
|
12
|
+
const require_recipients_list = require("./recipients-list.cjs");
|
|
13
|
+
const require_search_filter_create = require("./search-filter-create.cjs");
|
|
14
|
+
const require_search_filter_delete = require("./search-filter-delete.cjs");
|
|
15
|
+
const require_search_filter_get = require("./search-filter-get.cjs");
|
|
16
|
+
const require_search_filters_list = require("./search-filters-list.cjs");
|
|
17
|
+
const require_search_spondyrs = require("./search-spondyrs.cjs");
|
|
18
|
+
const require_sso_stub = require("./sso-stub.cjs");
|
|
19
|
+
const require_template_get = require("./template-get.cjs");
|
|
20
|
+
const require_templates_list = require("./templates-list.cjs");
|
|
21
|
+
const require_transaction_type_get = require("./transaction-type-get.cjs");
|
|
22
|
+
const require_transaction_type_update = require("./transaction-type-update.cjs");
|
|
23
|
+
exports.spondyrConditionsList = require_conditions_list.spondyrConditionsList;
|
|
24
|
+
exports.spondyrCreateCondition = require_create_condition.spondyrCreateCondition;
|
|
25
|
+
exports.spondyrCreateTransactionType = require_create_transaction_type.spondyrCreateTransactionType;
|
|
26
|
+
exports.spondyrDeliverSpondyr = require_deliver_spondyr.spondyrDeliverSpondyr;
|
|
27
|
+
exports.spondyrEventTypeUpdate = require_event_type_update.spondyrEventTypeUpdate;
|
|
28
|
+
exports.spondyrGetEventTypes = require_get_event_types.spondyrGetEventTypes;
|
|
29
|
+
exports.spondyrGetSpondyrStatus = require_get_spondyr_status.spondyrGetSpondyrStatus;
|
|
30
|
+
exports.spondyrGetTransactionTypes = require_get_transaction_types.spondyrGetTransactionTypes;
|
|
31
|
+
exports.spondyrRecipientDelete = require_recipient_delete.spondyrRecipientDelete;
|
|
32
|
+
exports.spondyrRecipientGet = require_recipient_get.spondyrRecipientGet;
|
|
33
|
+
exports.spondyrRecipientsList = require_recipients_list.spondyrRecipientsList;
|
|
34
|
+
exports.spondyrSearchFilterCreate = require_search_filter_create.spondyrSearchFilterCreate;
|
|
35
|
+
exports.spondyrSearchFilterDelete = require_search_filter_delete.spondyrSearchFilterDelete;
|
|
36
|
+
exports.spondyrSearchFilterGet = require_search_filter_get.spondyrSearchFilterGet;
|
|
37
|
+
exports.spondyrSearchFiltersList = require_search_filters_list.spondyrSearchFiltersList;
|
|
38
|
+
exports.spondyrSearchSpondyrs = require_search_spondyrs.spondyrSearchSpondyrs;
|
|
39
|
+
exports.spondyrSsoStub = require_sso_stub.spondyrSsoStub;
|
|
40
|
+
exports.spondyrTemplateGet = require_template_get.spondyrTemplateGet;
|
|
41
|
+
exports.spondyrTemplatesList = require_templates_list.spondyrTemplatesList;
|
|
42
|
+
exports.spondyrTransactionTypeGet = require_transaction_type_get.spondyrTransactionTypeGet;
|
|
43
|
+
exports.spondyrTransactionTypeUpdate = require_transaction_type_update.spondyrTransactionTypeUpdate;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { spondyrConditionsList } from "./conditions-list.cjs";
|
|
2
|
+
import { spondyrCreateCondition } from "./create-condition.cjs";
|
|
3
|
+
import { spondyrCreateTransactionType } from "./create-transaction-type.cjs";
|
|
4
|
+
import { spondyrDeliverSpondyr } from "./deliver-spondyr.cjs";
|
|
5
|
+
import { spondyrEventTypeUpdate } from "./event-type-update.cjs";
|
|
6
|
+
import { spondyrGetEventTypes } from "./get-event-types.cjs";
|
|
7
|
+
import { spondyrGetSpondyrStatus } from "./get-spondyr-status.cjs";
|
|
8
|
+
import { spondyrGetTransactionTypes } from "./get-transaction-types.cjs";
|
|
9
|
+
import { spondyrRecipientDelete } from "./recipient-delete.cjs";
|
|
10
|
+
import { spondyrRecipientGet } from "./recipient-get.cjs";
|
|
11
|
+
import { spondyrRecipientsList } from "./recipients-list.cjs";
|
|
12
|
+
import { spondyrSearchFilterCreate } from "./search-filter-create.cjs";
|
|
13
|
+
import { spondyrSearchFilterDelete } from "./search-filter-delete.cjs";
|
|
14
|
+
import { spondyrSearchFilterGet } from "./search-filter-get.cjs";
|
|
15
|
+
import { spondyrSearchFiltersList } from "./search-filters-list.cjs";
|
|
16
|
+
import { spondyrSearchSpondyrs } from "./search-spondyrs.cjs";
|
|
17
|
+
import { spondyrSsoStub } from "./sso-stub.cjs";
|
|
18
|
+
import { spondyrTemplateGet } from "./template-get.cjs";
|
|
19
|
+
import { spondyrTemplatesList } from "./templates-list.cjs";
|
|
20
|
+
import { spondyrTransactionTypeGet } from "./transaction-type-get.cjs";
|
|
21
|
+
import { spondyrTransactionTypeUpdate } from "./transaction-type-update.cjs";
|
|
22
|
+
export { spondyrConditionsList, spondyrCreateCondition, spondyrCreateTransactionType, spondyrDeliverSpondyr, spondyrEventTypeUpdate, spondyrGetEventTypes, spondyrGetSpondyrStatus, spondyrGetTransactionTypes, spondyrRecipientDelete, spondyrRecipientGet, spondyrRecipientsList, spondyrSearchFilterCreate, spondyrSearchFilterDelete, spondyrSearchFilterGet, spondyrSearchFiltersList, spondyrSearchSpondyrs, spondyrSsoStub, spondyrTemplateGet, spondyrTemplatesList, spondyrTransactionTypeGet, spondyrTransactionTypeUpdate };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { spondyrConditionsList } from "./conditions-list.mjs";
|
|
2
|
+
import { spondyrCreateCondition } from "./create-condition.mjs";
|
|
3
|
+
import { spondyrCreateTransactionType } from "./create-transaction-type.mjs";
|
|
4
|
+
import { spondyrDeliverSpondyr } from "./deliver-spondyr.mjs";
|
|
5
|
+
import { spondyrEventTypeUpdate } from "./event-type-update.mjs";
|
|
6
|
+
import { spondyrGetEventTypes } from "./get-event-types.mjs";
|
|
7
|
+
import { spondyrGetSpondyrStatus } from "./get-spondyr-status.mjs";
|
|
8
|
+
import { spondyrGetTransactionTypes } from "./get-transaction-types.mjs";
|
|
9
|
+
import { spondyrRecipientDelete } from "./recipient-delete.mjs";
|
|
10
|
+
import { spondyrRecipientGet } from "./recipient-get.mjs";
|
|
11
|
+
import { spondyrRecipientsList } from "./recipients-list.mjs";
|
|
12
|
+
import { spondyrSearchFilterCreate } from "./search-filter-create.mjs";
|
|
13
|
+
import { spondyrSearchFilterDelete } from "./search-filter-delete.mjs";
|
|
14
|
+
import { spondyrSearchFilterGet } from "./search-filter-get.mjs";
|
|
15
|
+
import { spondyrSearchFiltersList } from "./search-filters-list.mjs";
|
|
16
|
+
import { spondyrSearchSpondyrs } from "./search-spondyrs.mjs";
|
|
17
|
+
import { spondyrSsoStub } from "./sso-stub.mjs";
|
|
18
|
+
import { spondyrTemplateGet } from "./template-get.mjs";
|
|
19
|
+
import { spondyrTemplatesList } from "./templates-list.mjs";
|
|
20
|
+
import { spondyrTransactionTypeGet } from "./transaction-type-get.mjs";
|
|
21
|
+
import { spondyrTransactionTypeUpdate } from "./transaction-type-update.mjs";
|
|
22
|
+
export { spondyrConditionsList, spondyrCreateCondition, spondyrCreateTransactionType, spondyrDeliverSpondyr, spondyrEventTypeUpdate, spondyrGetEventTypes, spondyrGetSpondyrStatus, spondyrGetTransactionTypes, spondyrRecipientDelete, spondyrRecipientGet, spondyrRecipientsList, spondyrSearchFilterCreate, spondyrSearchFilterDelete, spondyrSearchFilterGet, spondyrSearchFiltersList, spondyrSearchSpondyrs, spondyrSsoStub, spondyrTemplateGet, spondyrTemplatesList, spondyrTransactionTypeGet, spondyrTransactionTypeUpdate };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { spondyrConditionsList } from "./conditions-list.mjs";
|
|
2
|
+
import { spondyrCreateCondition } from "./create-condition.mjs";
|
|
3
|
+
import { spondyrCreateTransactionType } from "./create-transaction-type.mjs";
|
|
4
|
+
import { spondyrDeliverSpondyr } from "./deliver-spondyr.mjs";
|
|
5
|
+
import { spondyrEventTypeUpdate } from "./event-type-update.mjs";
|
|
6
|
+
import { spondyrGetEventTypes } from "./get-event-types.mjs";
|
|
7
|
+
import { spondyrGetSpondyrStatus } from "./get-spondyr-status.mjs";
|
|
8
|
+
import { spondyrGetTransactionTypes } from "./get-transaction-types.mjs";
|
|
9
|
+
import { spondyrRecipientDelete } from "./recipient-delete.mjs";
|
|
10
|
+
import { spondyrRecipientGet } from "./recipient-get.mjs";
|
|
11
|
+
import { spondyrRecipientsList } from "./recipients-list.mjs";
|
|
12
|
+
import { spondyrSearchFilterCreate } from "./search-filter-create.mjs";
|
|
13
|
+
import { spondyrSearchFilterDelete } from "./search-filter-delete.mjs";
|
|
14
|
+
import { spondyrSearchFilterGet } from "./search-filter-get.mjs";
|
|
15
|
+
import { spondyrSearchFiltersList } from "./search-filters-list.mjs";
|
|
16
|
+
import { spondyrSearchSpondyrs } from "./search-spondyrs.mjs";
|
|
17
|
+
import { spondyrSsoStub } from "./sso-stub.mjs";
|
|
18
|
+
import { spondyrTemplateGet } from "./template-get.mjs";
|
|
19
|
+
import { spondyrTemplatesList } from "./templates-list.mjs";
|
|
20
|
+
import { spondyrTransactionTypeGet } from "./transaction-type-get.mjs";
|
|
21
|
+
import { spondyrTransactionTypeUpdate } from "./transaction-type-update.mjs";
|
|
22
|
+
export { spondyrConditionsList, spondyrCreateCondition, spondyrCreateTransactionType, spondyrDeliverSpondyr, spondyrEventTypeUpdate, spondyrGetEventTypes, spondyrGetSpondyrStatus, spondyrGetTransactionTypes, spondyrRecipientDelete, spondyrRecipientGet, spondyrRecipientsList, spondyrSearchFilterCreate, spondyrSearchFilterDelete, spondyrSearchFilterGet, spondyrSearchFiltersList, spondyrSearchSpondyrs, spondyrSsoStub, spondyrTemplateGet, spondyrTemplatesList, spondyrTransactionTypeGet, spondyrTransactionTypeUpdate };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/recipient-delete.ts
|
|
4
|
+
const SpondyrRecipientDeleteInput = zod.z.object({
|
|
5
|
+
Recipient: zod.z.string().describe("The name of the recipient to delete. This is the 'Name' field that was used when the recipient was created. Use the 'List Recipients' action with the transaction type to find all configured recipient names."),
|
|
6
|
+
TransactionType: zod.z.string().describe("The name of the Transaction Type that the recipient belongs to. Must match an existing transaction type in your Spondyr account. Use the 'Get Transaction Types' action to list all available transaction types, or 'List Recipients' to see which transaction types have configured recipients.")
|
|
7
|
+
}).describe("Request model for deleting a specific recipient configuration from a transaction type.");
|
|
8
|
+
const SpondyrRecipientDeleteOutput = zod.z.object({
|
|
9
|
+
APIStatus: zod.z.enum(["OK", "ERROR"]).describe("OK if deletion succeeded; ERROR otherwise."),
|
|
10
|
+
ErrorMessage: zod.z.string().describe("Error message if deletion failed.").nullable().optional()
|
|
11
|
+
}).describe("Response model for the delete recipient action.");
|
|
12
|
+
const spondyrRecipientDelete = require_action.action("SPONDYR_RECIPIENT_DELETE", {
|
|
13
|
+
slug: "spondyr-recipient-delete",
|
|
14
|
+
name: "Delete Recipient",
|
|
15
|
+
description: "Deletes a recipient configuration from a transaction type in Spondyr. Recipients are configured delivery endpoints (email addresses, fax numbers, physical addresses) that determine where correspondence will be sent when a transaction is processed. This action permanently removes a recipient configuration from the specified transaction type. Before deletion, use the 'List Recipients' action to verify the recipient name and transaction type. After successful deletion, the recipient will no longer be available for correspondence delivery.",
|
|
16
|
+
input: SpondyrRecipientDeleteInput,
|
|
17
|
+
output: SpondyrRecipientDeleteOutput
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
exports.spondyrRecipientDelete = spondyrRecipientDelete;
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=recipient-delete.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recipient-delete.cjs","names":["z","action"],"sources":["../../src/actions/recipient-delete.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpondyrRecipientDeleteInput: z.ZodTypeAny = z.object({\n Recipient: z.string().describe(\"The name of the recipient to delete. This is the 'Name' field that was used when the recipient was created. Use the 'List Recipients' action with the transaction type to find all configured recipient names.\"),\n TransactionType: z.string().describe(\"The name of the Transaction Type that the recipient belongs to. Must match an existing transaction type in your Spondyr account. Use the 'Get Transaction Types' action to list all available transaction types, or 'List Recipients' to see which transaction types have configured recipients.\"),\n}).describe(\"Request model for deleting a specific recipient configuration from a transaction type.\");\nexport const SpondyrRecipientDeleteOutput: z.ZodTypeAny = z.object({\n APIStatus: z.enum([\"OK\", \"ERROR\"]).describe(\"OK if deletion succeeded; ERROR otherwise.\"),\n ErrorMessage: z.string().describe(\"Error message if deletion failed.\").nullable().optional(),\n}).describe(\"Response model for the delete recipient action.\");\n\nexport const spondyrRecipientDelete = action(\"SPONDYR_RECIPIENT_DELETE\", {\n slug: \"spondyr-recipient-delete\",\n name: \"Delete Recipient\",\n description: \"Deletes a recipient configuration from a transaction type in Spondyr. Recipients are configured delivery endpoints (email addresses, fax numbers, physical addresses) that determine where correspondence will be sent when a transaction is processed. This action permanently removes a recipient configuration from the specified transaction type. Before deletion, use the 'List Recipients' action to verify the recipient name and transaction type. After successful deletion, the recipient will no longer be available for correspondence delivery.\",\n input: SpondyrRecipientDeleteInput,\n output: SpondyrRecipientDeleteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gNAAgN;CAC/O,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kSAAkS;AACzU,CAAC,CAAC,CAAC,SAAS,wFAAwF;AACpG,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,WAAWA,IAAAA,EAAE,KAAK,CAAC,MAAM,OAAO,CAAC,CAAC,CAAC,SAAS,4CAA4C;CACxF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/recipient-delete.d.ts
|
|
4
|
+
declare const SpondyrRecipientDeleteInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpondyrRecipientDeleteOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spondyrRecipientDelete: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spondyrRecipientDelete };
|
|
9
|
+
//# sourceMappingURL=recipient-delete.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recipient-delete.d.cts","names":[],"sources":["../../src/actions/recipient-delete.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGyD;AAAA,cACxF,4BAAA,EAA8B,CAAA,CAAE,UAGiB;AAAA,cAEjD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|