@keystrokehq/remote_retrieval 0.1.5 → 0.1.6

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.
Files changed (69) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/create-order.cjs +1 -0
  4. package/dist/actions/create-order.cjs.map +1 -1
  5. package/dist/actions/create-order.d.cts +3 -56
  6. package/dist/actions/create-order.d.cts.map +1 -1
  7. package/dist/actions/create-order.d.mts +3 -56
  8. package/dist/actions/create-order.d.mts.map +1 -1
  9. package/dist/actions/create-order.mjs +1 -0
  10. package/dist/actions/create-order.mjs.map +1 -1
  11. package/dist/actions/get-all-orders.cjs +1 -0
  12. package/dist/actions/get-all-orders.cjs.map +1 -1
  13. package/dist/actions/get-all-orders.d.cts +3 -19
  14. package/dist/actions/get-all-orders.d.cts.map +1 -1
  15. package/dist/actions/get-all-orders.d.mts +3 -19
  16. package/dist/actions/get-all-orders.d.mts.map +1 -1
  17. package/dist/actions/get-all-orders.mjs +1 -0
  18. package/dist/actions/get-all-orders.mjs.map +1 -1
  19. package/dist/actions/get-company-details.cjs +1 -0
  20. package/dist/actions/get-company-details.cjs.map +1 -1
  21. package/dist/actions/get-company-details.d.cts +3 -18
  22. package/dist/actions/get-company-details.d.cts.map +1 -1
  23. package/dist/actions/get-company-details.d.mts +3 -18
  24. package/dist/actions/get-company-details.d.mts.map +1 -1
  25. package/dist/actions/get-company-details.mjs +1 -0
  26. package/dist/actions/get-company-details.mjs.map +1 -1
  27. package/dist/actions/get-device-prices.cjs +1 -0
  28. package/dist/actions/get-device-prices.cjs.map +1 -1
  29. package/dist/actions/get-device-prices.d.cts +3 -13
  30. package/dist/actions/get-device-prices.d.cts.map +1 -1
  31. package/dist/actions/get-device-prices.d.mts +3 -13
  32. package/dist/actions/get-device-prices.d.mts.map +1 -1
  33. package/dist/actions/get-device-prices.mjs +1 -0
  34. package/dist/actions/get-device-prices.mjs.map +1 -1
  35. package/dist/actions/get-order-details.cjs +1 -0
  36. package/dist/actions/get-order-details.cjs.map +1 -1
  37. package/dist/actions/get-order-details.d.cts +3 -15
  38. package/dist/actions/get-order-details.d.cts.map +1 -1
  39. package/dist/actions/get-order-details.d.mts +3 -15
  40. package/dist/actions/get-order-details.d.mts.map +1 -1
  41. package/dist/actions/get-order-details.mjs +1 -0
  42. package/dist/actions/get-order-details.mjs.map +1 -1
  43. package/dist/actions/list-pending-orders.cjs +1 -0
  44. package/dist/actions/list-pending-orders.cjs.map +1 -1
  45. package/dist/actions/list-pending-orders.d.cts +3 -15
  46. package/dist/actions/list-pending-orders.d.cts.map +1 -1
  47. package/dist/actions/list-pending-orders.d.mts +3 -15
  48. package/dist/actions/list-pending-orders.d.mts.map +1 -1
  49. package/dist/actions/list-pending-orders.mjs +1 -0
  50. package/dist/actions/list-pending-orders.mjs.map +1 -1
  51. package/dist/actions/validate-user.cjs +1 -0
  52. package/dist/actions/validate-user.cjs.map +1 -1
  53. package/dist/actions/validate-user.d.cts +3 -13
  54. package/dist/actions/validate-user.d.cts.map +1 -1
  55. package/dist/actions/validate-user.d.mts +3 -13
  56. package/dist/actions/validate-user.d.mts.map +1 -1
  57. package/dist/actions/validate-user.mjs +1 -0
  58. package/dist/actions/validate-user.mjs.map +1 -1
  59. package/dist/app.cjs +2 -2
  60. package/dist/app.cjs.map +1 -1
  61. package/dist/app.d.cts +4 -6
  62. package/dist/app.d.cts.map +1 -1
  63. package/dist/app.d.mts +4 -6
  64. package/dist/app.d.mts.map +1 -1
  65. package/dist/app.mjs +0 -1
  66. package/dist/app.mjs.map +1 -1
  67. package/dist/index.d.cts +1 -1
  68. package/dist/index.d.mts +1 -1
  69. package/package.json +2 -2
@@ -1,3 +1,5 @@
1
+ import { remoteRetrieval } from "../app.mjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/get-device-prices.d.ts
@@ -9,19 +11,7 @@ declare const RemoteRetrievalGetDevicePricesOutput: z.ZodObject<{
9
11
  equipment_type: z.ZodNullable<z.ZodString>;
10
12
  }, z.core.$loose>>;
11
13
  }, z.core.$loose>;
12
- declare const remoteRetrievalGetDevicePrices: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"remote_retrieval", z.ZodObject<{
13
- connectionId: z.ZodString;
14
- entityId: z.ZodString;
15
- instanceId: z.ZodString;
16
- }, z.core.$strip>, z.ZodObject<{
17
- generic_api_key: z.ZodString;
18
- }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"remote_retrieval", z.ZodObject<{
19
- connectionId: z.ZodString;
20
- entityId: z.ZodString;
21
- instanceId: z.ZodString;
22
- }, z.core.$strip>, z.ZodObject<{
23
- generic_api_key: z.ZodString;
24
- }, z.core.$strip>>]>;
14
+ declare const remoteRetrievalGetDevicePrices: AppAction<typeof RemoteRetrievalGetDevicePricesInput, typeof RemoteRetrievalGetDevicePricesOutput, typeof remoteRetrieval.credential>;
25
15
  //#endregion
26
16
  export { remoteRetrievalGetDevicePrices };
27
17
  //# sourceMappingURL=get-device-prices.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-device-prices.d.mts","names":[],"sources":["../../src/actions/get-device-prices.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;cAIpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,qBAAA,CAAA,CAAA,SAAA"}
1
+ {"version":3,"file":"get-device-prices.d.mts","names":[],"sources":["../../src/actions/get-device-prices.ts"],"mappings":";;;;;cAMa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;cAIpC,8BAAA,EAAgC,SAAA,QACpC,mCAAA,SACA,oCAAA,SACA,eAAA,CAAgB,UAAA"}
@@ -1,3 +1,4 @@
1
+ import "../app.mjs";
1
2
  import { action } from "../action.mjs";
2
3
  import { z } from "zod";
3
4
  //#region src/actions/get-device-prices.ts
@@ -1 +1 @@
1
- {"version":3,"file":"get-device-prices.mjs","names":[],"sources":["../../src/actions/get-device-prices.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RemoteRetrievalGetDevicePricesInput = z.object({}).describe(\"Request parameters for retrieving device prices. No parameters required.\");\nconst RemoteRetrievalGetDevicePrices_DevicePriceSchema = z.object({\n option_lbl: z.number().describe(\"Display label with pricing information\").nullable(),\n order_amount: z.number().describe(\"Price amount for the device\").nullable(),\n equipment_type: z.string().describe(\"Device type: Laptop, Monitor (17-23 inch), Monitor_27 (24-27 inch), Tablet, or Cell Phone\").nullable(),\n}).passthrough().describe(\"Model for individual device pricing information\");\nexport const RemoteRetrievalGetDevicePricesOutput = z.object({\n devices: z.array(RemoteRetrievalGetDevicePrices_DevicePriceSchema).describe(\"List of device pricing information for all supported devices\"),\n}).passthrough().describe(\"Response model for device pricing data\");\n\nexport const remoteRetrievalGetDevicePrices = action(\"REMOTE_RETRIEVAL_GET_DEVICE_PRICES\", {\n slug: \"remote_retrieval-get-device-prices\",\n name: \"Get Device Prices\",\n description: \"Tool to retrieve real-time pricing data for all supported devices. Use when you need current prices for Laptop, Monitor (17-23 inch), Monitor_27 (24-27 inch), Tablet, or Cell Phone.\",\n input: RemoteRetrievalGetDevicePricesInput,\n output: RemoteRetrievalGetDevicePricesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACnJ,MAAM,mDAAmD,EAAE,OAAO;CAChE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACnF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAC1E,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;AAC5I,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iDAAiD;AAK3E,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATkD,EAAE,OAAO,EAC3D,SAAS,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,8DAA8D,EAC5I,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAOhB;AACV,CAAC"}
1
+ {"version":3,"file":"get-device-prices.mjs","names":[],"sources":["../../src/actions/get-device-prices.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { remoteRetrieval } from \"../app\";\n\nexport const RemoteRetrievalGetDevicePricesInput = z.object({}).describe(\"Request parameters for retrieving device prices. No parameters required.\");\nconst RemoteRetrievalGetDevicePrices_DevicePriceSchema = z.object({\n option_lbl: z.number().describe(\"Display label with pricing information\").nullable(),\n order_amount: z.number().describe(\"Price amount for the device\").nullable(),\n equipment_type: z.string().describe(\"Device type: Laptop, Monitor (17-23 inch), Monitor_27 (24-27 inch), Tablet, or Cell Phone\").nullable(),\n}).passthrough().describe(\"Model for individual device pricing information\");\nexport const RemoteRetrievalGetDevicePricesOutput = z.object({\n devices: z.array(RemoteRetrievalGetDevicePrices_DevicePriceSchema).describe(\"List of device pricing information for all supported devices\"),\n}).passthrough().describe(\"Response model for device pricing data\");\n\nexport const remoteRetrievalGetDevicePrices: AppAction<\n typeof RemoteRetrievalGetDevicePricesInput,\n typeof RemoteRetrievalGetDevicePricesOutput,\n typeof remoteRetrieval.credential\n> = action(\"REMOTE_RETRIEVAL_GET_DEVICE_PRICES\", {\n slug: \"remote_retrieval-get-device-prices\",\n name: \"Get Device Prices\",\n description: \"Tool to retrieve real-time pricing data for all supported devices. Use when you need current prices for Laptop, Monitor (17-23 inch), Monitor_27 (24-27 inch), Tablet, or Cell Phone.\",\n input: RemoteRetrievalGetDevicePricesInput,\n output: RemoteRetrievalGetDevicePricesOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,sCAAsC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACnJ,MAAM,mDAAmD,EAAE,OAAO;CAChE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACnF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAC1E,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;AAC5I,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iDAAiD;AAK3E,MAAa,iCAIT,OAAO,sCAAsC;CAC/C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbkD,EAAE,OAAO,EAC3D,SAAS,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,8DAA8D,EAC5I,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAWhB;AACV,CAAC"}
@@ -1,3 +1,4 @@
1
+ require("../app.cjs");
1
2
  const require_action = require("../action.cjs");
2
3
  let zod = require("zod");
3
4
  //#region src/actions/get-order-details.ts
@@ -1 +1 @@
1
- {"version":3,"file":"get-order-details.cjs","names":["z","action"],"sources":["../../src/actions/get-order-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RemoteRetrievalGetOrderDetailsInput = z.object({\n oid: z.string().describe(\"Order ID to retrieve details for\"),\n}).describe(\"Request parameters for retrieving order details by order ID\");\nconst RemoteRetrievalGetOrderDetails_ShipmentsSchema = z.object({\n device_type: z.string().describe(\"Type of device being shipped\").nullable().optional(),\n send_status: z.string().describe(\"Status of the outgoing shipment\").nullable().optional(),\n return_status: z.string().describe(\"Status of the return shipment\").nullable().optional(),\n}).passthrough().describe(\"Shipment information for the order\");\nconst RemoteRetrievalGetOrderDetails_CompanyInfoSchema = z.object({\n zip: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Company name\").nullable().optional(),\n email: z.string().describe(\"Company contact email address\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address line\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address line\").nullable().optional(),\n}).passthrough().describe(\"Company information from the order\");\nconst RemoteRetrievalGetOrderDetails_EmployeeInfoSchema = z.object({\n zip: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Employee name\").nullable().optional(),\n email: z.string().describe(\"Employee contact email address\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address line\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address line\").nullable().optional(),\n}).passthrough().describe(\"Employee information from the order\");\nconst RemoteRetrievalGetOrderDetails_OrderDetailsSchema = z.object({\n order_id: z.number().int().describe(\"Unique order identifier\").nullable().optional(),\n shipments: RemoteRetrievalGetOrderDetails_ShipmentsSchema.nullable().optional(),\n company_info: RemoteRetrievalGetOrderDetails_CompanyInfoSchema.nullable().optional(),\n employee_info: RemoteRetrievalGetOrderDetails_EmployeeInfoSchema.nullable().optional(),\n}).passthrough().describe(\"Detailed order information\");\nexport const RemoteRetrievalGetOrderDetailsOutput = z.object({\n items: z.array(RemoteRetrievalGetOrderDetails_OrderDetailsSchema).describe(\"List of order details records matching the order ID\").nullable().optional(),\n}).passthrough().describe(\"Response model containing order details including employee info, company info, and shipment status\");\n\nexport const remoteRetrievalGetOrderDetails = action(\"REMOTE_RETRIEVAL_GET_ORDER_DETAILS\", {\n slug: \"remote_retrieval-get-order-details\",\n name: \"Get Order Details\",\n description: \"Tool to retrieve specific order details by order ID. Use when you need detailed information about an order including employee info, company info, and shipment status (device_type, send_status, return_status).\",\n input: RemoteRetrievalGetOrderDetailsInput,\n output: RemoteRetrievalGetOrderDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsCA,IAAAA,EAAE,OAAO,EAC1D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,EAC7D,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,iDAAiDA,IAAAA,EAAE,OAAO;CAC9D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oCAAoC;AAC9D,MAAM,mDAAmDA,IAAAA,EAAE,OAAO;CAChE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oCAAoC;AAC9D,MAAM,oDAAoDA,IAAAA,EAAE,OAAO;CACjE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qCAAqC;AAC/D,MAAM,oDAAoDA,IAAAA,EAAE,OAAO;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,WAAW,+CAA+C,SAAS,CAAC,CAAC,SAAS;CAC9E,cAAc,iDAAiD,SAAS,CAAC,CAAC,SAAS;CACnF,eAAe,kDAAkD,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4BAA4B;AACtD,MAAa,uCAAuCA,IAAAA,EAAE,OAAO,EAC3D,OAAOA,IAAAA,EAAE,MAAM,iDAAiD,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oGAAoG;AAE9H,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-order-details.cjs","names":["z","action"],"sources":["../../src/actions/get-order-details.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { remoteRetrieval } from \"../app\";\n\nexport const RemoteRetrievalGetOrderDetailsInput = z.object({\n oid: z.string().describe(\"Order ID to retrieve details for\"),\n}).describe(\"Request parameters for retrieving order details by order ID\");\nconst RemoteRetrievalGetOrderDetails_ShipmentsSchema = z.object({\n device_type: z.string().describe(\"Type of device being shipped\").nullable().optional(),\n send_status: z.string().describe(\"Status of the outgoing shipment\").nullable().optional(),\n return_status: z.string().describe(\"Status of the return shipment\").nullable().optional(),\n}).passthrough().describe(\"Shipment information for the order\");\nconst RemoteRetrievalGetOrderDetails_CompanyInfoSchema = z.object({\n zip: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Company name\").nullable().optional(),\n email: z.string().describe(\"Company contact email address\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address line\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address line\").nullable().optional(),\n}).passthrough().describe(\"Company information from the order\");\nconst RemoteRetrievalGetOrderDetails_EmployeeInfoSchema = z.object({\n zip: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Employee name\").nullable().optional(),\n email: z.string().describe(\"Employee contact email address\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address line\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address line\").nullable().optional(),\n}).passthrough().describe(\"Employee information from the order\");\nconst RemoteRetrievalGetOrderDetails_OrderDetailsSchema = z.object({\n order_id: z.number().int().describe(\"Unique order identifier\").nullable().optional(),\n shipments: RemoteRetrievalGetOrderDetails_ShipmentsSchema.nullable().optional(),\n company_info: RemoteRetrievalGetOrderDetails_CompanyInfoSchema.nullable().optional(),\n employee_info: RemoteRetrievalGetOrderDetails_EmployeeInfoSchema.nullable().optional(),\n}).passthrough().describe(\"Detailed order information\");\nexport const RemoteRetrievalGetOrderDetailsOutput = z.object({\n items: z.array(RemoteRetrievalGetOrderDetails_OrderDetailsSchema).describe(\"List of order details records matching the order ID\").nullable().optional(),\n}).passthrough().describe(\"Response model containing order details including employee info, company info, and shipment status\");\n\nexport const remoteRetrievalGetOrderDetails: AppAction<\n typeof RemoteRetrievalGetOrderDetailsInput,\n typeof RemoteRetrievalGetOrderDetailsOutput,\n typeof remoteRetrieval.credential\n> = action(\"REMOTE_RETRIEVAL_GET_ORDER_DETAILS\", {\n slug: \"remote_retrieval-get-order-details\",\n name: \"Get Order Details\",\n description: \"Tool to retrieve specific order details by order ID. Use when you need detailed information about an order including employee info, company info, and shipment status (device_type, send_status, return_status).\",\n input: RemoteRetrievalGetOrderDetailsInput,\n output: RemoteRetrievalGetOrderDetailsOutput,\n});\n"],"mappings":"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"}
@@ -1,3 +1,5 @@
1
+ import { remoteRetrieval } from "../app.cjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/get-order-details.d.ts
@@ -32,21 +34,7 @@ declare const RemoteRetrievalGetOrderDetailsOutput: z.ZodObject<{
32
34
  }, z.core.$loose>>>;
33
35
  }, z.core.$loose>>>>;
34
36
  }, z.core.$loose>;
35
- declare const remoteRetrievalGetOrderDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
36
- oid: string;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"remote_retrieval", z.ZodObject<{
38
- connectionId: z.ZodString;
39
- entityId: z.ZodString;
40
- instanceId: z.ZodString;
41
- }, z.core.$strip>, z.ZodObject<{
42
- generic_api_key: z.ZodString;
43
- }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"remote_retrieval", z.ZodObject<{
44
- connectionId: z.ZodString;
45
- entityId: z.ZodString;
46
- instanceId: z.ZodString;
47
- }, z.core.$strip>, z.ZodObject<{
48
- generic_api_key: z.ZodString;
49
- }, z.core.$strip>>]>;
37
+ declare const remoteRetrievalGetOrderDetails: AppAction<typeof RemoteRetrievalGetOrderDetailsInput, typeof RemoteRetrievalGetOrderDetailsOutput, typeof remoteRetrieval.credential>;
50
38
  //#endregion
51
39
  export { remoteRetrievalGetOrderDetails };
52
40
  //# sourceMappingURL=get-order-details.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-order-details.d.cts","names":[],"sources":["../../src/actions/get-order-details.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;cAgCnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIpC,8BAAA,gCAA8B,wBAAA"}
1
+ {"version":3,"file":"get-order-details.d.cts","names":[],"sources":["../../src/actions/get-order-details.ts"],"mappings":";;;;;cAMa,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;cAgCnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIpC,8BAAA,EAAgC,SAAA,QACpC,mCAAA,SACA,oCAAA,SACA,eAAA,CAAgB,UAAA"}
@@ -1,3 +1,5 @@
1
+ import { remoteRetrieval } from "../app.mjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/get-order-details.d.ts
@@ -32,21 +34,7 @@ declare const RemoteRetrievalGetOrderDetailsOutput: z.ZodObject<{
32
34
  }, z.core.$loose>>>;
33
35
  }, z.core.$loose>>>>;
34
36
  }, z.core.$loose>;
35
- declare const remoteRetrievalGetOrderDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
36
- oid: string;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"remote_retrieval", z.ZodObject<{
38
- connectionId: z.ZodString;
39
- entityId: z.ZodString;
40
- instanceId: z.ZodString;
41
- }, z.core.$strip>, z.ZodObject<{
42
- generic_api_key: z.ZodString;
43
- }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"remote_retrieval", z.ZodObject<{
44
- connectionId: z.ZodString;
45
- entityId: z.ZodString;
46
- instanceId: z.ZodString;
47
- }, z.core.$strip>, z.ZodObject<{
48
- generic_api_key: z.ZodString;
49
- }, z.core.$strip>>]>;
37
+ declare const remoteRetrievalGetOrderDetails: AppAction<typeof RemoteRetrievalGetOrderDetailsInput, typeof RemoteRetrievalGetOrderDetailsOutput, typeof remoteRetrieval.credential>;
50
38
  //#endregion
51
39
  export { remoteRetrievalGetOrderDetails };
52
40
  //# sourceMappingURL=get-order-details.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-order-details.d.mts","names":[],"sources":["../../src/actions/get-order-details.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;cAgCnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIpC,8BAAA,gCAA8B,wBAAA"}
1
+ {"version":3,"file":"get-order-details.d.mts","names":[],"sources":["../../src/actions/get-order-details.ts"],"mappings":";;;;;cAMa,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;cAgCnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIpC,8BAAA,EAAgC,SAAA,QACpC,mCAAA,SACA,oCAAA,SACA,eAAA,CAAgB,UAAA"}
@@ -1,3 +1,4 @@
1
+ import "../app.mjs";
1
2
  import { action } from "../action.mjs";
2
3
  import { z } from "zod";
3
4
  //#region src/actions/get-order-details.ts
@@ -1 +1 @@
1
- {"version":3,"file":"get-order-details.mjs","names":[],"sources":["../../src/actions/get-order-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RemoteRetrievalGetOrderDetailsInput = z.object({\n oid: z.string().describe(\"Order ID to retrieve details for\"),\n}).describe(\"Request parameters for retrieving order details by order ID\");\nconst RemoteRetrievalGetOrderDetails_ShipmentsSchema = z.object({\n device_type: z.string().describe(\"Type of device being shipped\").nullable().optional(),\n send_status: z.string().describe(\"Status of the outgoing shipment\").nullable().optional(),\n return_status: z.string().describe(\"Status of the return shipment\").nullable().optional(),\n}).passthrough().describe(\"Shipment information for the order\");\nconst RemoteRetrievalGetOrderDetails_CompanyInfoSchema = z.object({\n zip: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Company name\").nullable().optional(),\n email: z.string().describe(\"Company contact email address\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address line\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address line\").nullable().optional(),\n}).passthrough().describe(\"Company information from the order\");\nconst RemoteRetrievalGetOrderDetails_EmployeeInfoSchema = z.object({\n zip: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Employee name\").nullable().optional(),\n email: z.string().describe(\"Employee contact email address\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address line\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address line\").nullable().optional(),\n}).passthrough().describe(\"Employee information from the order\");\nconst RemoteRetrievalGetOrderDetails_OrderDetailsSchema = z.object({\n order_id: z.number().int().describe(\"Unique order identifier\").nullable().optional(),\n shipments: RemoteRetrievalGetOrderDetails_ShipmentsSchema.nullable().optional(),\n company_info: RemoteRetrievalGetOrderDetails_CompanyInfoSchema.nullable().optional(),\n employee_info: RemoteRetrievalGetOrderDetails_EmployeeInfoSchema.nullable().optional(),\n}).passthrough().describe(\"Detailed order information\");\nexport const RemoteRetrievalGetOrderDetailsOutput = z.object({\n items: z.array(RemoteRetrievalGetOrderDetails_OrderDetailsSchema).describe(\"List of order details records matching the order ID\").nullable().optional(),\n}).passthrough().describe(\"Response model containing order details including employee info, company info, and shipment status\");\n\nexport const remoteRetrievalGetOrderDetails = action(\"REMOTE_RETRIEVAL_GET_ORDER_DETAILS\", {\n slug: \"remote_retrieval-get-order-details\",\n name: \"Get Order Details\",\n description: \"Tool to retrieve specific order details by order ID. Use when you need detailed information about an order including employee info, company info, and shipment status (device_type, send_status, return_status).\",\n input: RemoteRetrievalGetOrderDetailsInput,\n output: RemoteRetrievalGetOrderDetailsOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-order-details.mjs","names":[],"sources":["../../src/actions/get-order-details.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { remoteRetrieval } from \"../app\";\n\nexport const RemoteRetrievalGetOrderDetailsInput = z.object({\n oid: z.string().describe(\"Order ID to retrieve details for\"),\n}).describe(\"Request parameters for retrieving order details by order ID\");\nconst RemoteRetrievalGetOrderDetails_ShipmentsSchema = z.object({\n device_type: z.string().describe(\"Type of device being shipped\").nullable().optional(),\n send_status: z.string().describe(\"Status of the outgoing shipment\").nullable().optional(),\n return_status: z.string().describe(\"Status of the return shipment\").nullable().optional(),\n}).passthrough().describe(\"Shipment information for the order\");\nconst RemoteRetrievalGetOrderDetails_CompanyInfoSchema = z.object({\n zip: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Company name\").nullable().optional(),\n email: z.string().describe(\"Company contact email address\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address line\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address line\").nullable().optional(),\n}).passthrough().describe(\"Company information from the order\");\nconst RemoteRetrievalGetOrderDetails_EmployeeInfoSchema = z.object({\n zip: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Employee name\").nullable().optional(),\n email: z.string().describe(\"Employee contact email address\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address line\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address line\").nullable().optional(),\n}).passthrough().describe(\"Employee information from the order\");\nconst RemoteRetrievalGetOrderDetails_OrderDetailsSchema = z.object({\n order_id: z.number().int().describe(\"Unique order identifier\").nullable().optional(),\n shipments: RemoteRetrievalGetOrderDetails_ShipmentsSchema.nullable().optional(),\n company_info: RemoteRetrievalGetOrderDetails_CompanyInfoSchema.nullable().optional(),\n employee_info: RemoteRetrievalGetOrderDetails_EmployeeInfoSchema.nullable().optional(),\n}).passthrough().describe(\"Detailed order information\");\nexport const RemoteRetrievalGetOrderDetailsOutput = z.object({\n items: z.array(RemoteRetrievalGetOrderDetails_OrderDetailsSchema).describe(\"List of order details records matching the order ID\").nullable().optional(),\n}).passthrough().describe(\"Response model containing order details including employee info, company info, and shipment status\");\n\nexport const remoteRetrievalGetOrderDetails: AppAction<\n typeof RemoteRetrievalGetOrderDetailsInput,\n typeof RemoteRetrievalGetOrderDetailsOutput,\n typeof remoteRetrieval.credential\n> = action(\"REMOTE_RETRIEVAL_GET_ORDER_DETAILS\", {\n slug: \"remote_retrieval-get-order-details\",\n name: \"Get Order Details\",\n description: \"Tool to retrieve specific order details by order ID. Use when you need detailed information about an order including employee info, company info, and shipment status (device_type, send_status, return_status).\",\n input: RemoteRetrievalGetOrderDetailsInput,\n output: RemoteRetrievalGetOrderDetailsOutput,\n});\n"],"mappings":"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"}
@@ -1,3 +1,4 @@
1
+ require("../app.cjs");
1
2
  const require_action = require("../action.cjs");
2
3
  let zod = require("zod");
3
4
  //#region src/actions/list-pending-orders.ts
@@ -1 +1 @@
1
- {"version":3,"file":"list-pending-orders.cjs","names":["z","action"],"sources":["../../src/actions/list-pending-orders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RemoteRetrievalListPendingOrdersInput = z.object({\n page: z.number().int().describe(\"Page number for pagination. Results are paginated up to 25 per page.\").optional(),\n}).describe(\"Request parameters for retrieving pending orders.\");\nconst RemoteRetrievalListPendingOrders_ShipmentsSchema = z.object({\n device_type: z.string().describe(\"Type of device being shipped\").nullable().optional(),\n send_status: z.string().describe(\"Status of the outbound shipment\").nullable().optional(),\n return_status: z.string().describe(\"Status of the return shipment\").nullable().optional(),\n}).passthrough().describe(\"Shipment information for a pending order.\");\nconst RemoteRetrievalListPendingOrders_CompanyInfoSchema = z.object({\n zip: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Company name\").nullable().optional(),\n email: z.string().describe(\"Company contact email address\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address line\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address line\").nullable().optional(),\n}).passthrough().describe(\"Company information for a pending order.\");\nconst RemoteRetrievalListPendingOrders_EmployeeInfoSchema = z.object({\n zip: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Employee name\").nullable().optional(),\n email: z.string().describe(\"Employee contact email address\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address line\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address line\").nullable().optional(),\n}).passthrough().describe(\"Employee information for a pending order.\");\nconst RemoteRetrievalListPendingOrders_PendingOrderSchema = z.object({\n order_id: z.number().int().describe(\"Unique order identifier\").nullable().optional(),\n shipments: RemoteRetrievalListPendingOrders_ShipmentsSchema.nullable().optional(),\n company_info: RemoteRetrievalListPendingOrders_CompanyInfoSchema.nullable().optional(),\n employee_info: RemoteRetrievalListPendingOrders_EmployeeInfoSchema.nullable().optional(),\n}).passthrough().describe(\"Details of a single pending order.\");\nexport const RemoteRetrievalListPendingOrdersOutput = z.object({\n orders: z.array(RemoteRetrievalListPendingOrders_PendingOrderSchema).describe(\"List of pending orders awaiting payment completion\").nullable().optional(),\n}).passthrough().describe(\"Response model for retrieving pending orders.\");\n\nexport const remoteRetrievalListPendingOrders = action(\"REMOTE_RETRIEVAL_LIST_PENDING_ORDERS\", {\n slug: \"remote_retrieval-list-pending-orders\",\n name: \"List Pending Orders\",\n description: \"Tool to retrieve list of all pending orders. Use when you need to check orders awaiting payment completion. Results are paginated up to 25 per page.\",\n input: RemoteRetrievalListPendingOrdersInput,\n output: RemoteRetrievalListPendingOrdersOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"list-pending-orders.cjs","names":["z","action"],"sources":["../../src/actions/list-pending-orders.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { remoteRetrieval } from \"../app\";\n\nexport const RemoteRetrievalListPendingOrdersInput = z.object({\n page: z.number().int().describe(\"Page number for pagination. Results are paginated up to 25 per page.\").optional(),\n}).describe(\"Request parameters for retrieving pending orders.\");\nconst RemoteRetrievalListPendingOrders_ShipmentsSchema = z.object({\n device_type: z.string().describe(\"Type of device being shipped\").nullable().optional(),\n send_status: z.string().describe(\"Status of the outbound shipment\").nullable().optional(),\n return_status: z.string().describe(\"Status of the return shipment\").nullable().optional(),\n}).passthrough().describe(\"Shipment information for a pending order.\");\nconst RemoteRetrievalListPendingOrders_CompanyInfoSchema = z.object({\n zip: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Company name\").nullable().optional(),\n email: z.string().describe(\"Company contact email address\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address line\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address line\").nullable().optional(),\n}).passthrough().describe(\"Company information for a pending order.\");\nconst RemoteRetrievalListPendingOrders_EmployeeInfoSchema = z.object({\n zip: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Employee name\").nullable().optional(),\n email: z.string().describe(\"Employee contact email address\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address line\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address line\").nullable().optional(),\n}).passthrough().describe(\"Employee information for a pending order.\");\nconst RemoteRetrievalListPendingOrders_PendingOrderSchema = z.object({\n order_id: z.number().int().describe(\"Unique order identifier\").nullable().optional(),\n shipments: RemoteRetrievalListPendingOrders_ShipmentsSchema.nullable().optional(),\n company_info: RemoteRetrievalListPendingOrders_CompanyInfoSchema.nullable().optional(),\n employee_info: RemoteRetrievalListPendingOrders_EmployeeInfoSchema.nullable().optional(),\n}).passthrough().describe(\"Details of a single pending order.\");\nexport const RemoteRetrievalListPendingOrdersOutput = z.object({\n orders: z.array(RemoteRetrievalListPendingOrders_PendingOrderSchema).describe(\"List of pending orders awaiting payment completion\").nullable().optional(),\n}).passthrough().describe(\"Response model for retrieving pending orders.\");\n\nexport const remoteRetrievalListPendingOrders: AppAction<\n typeof RemoteRetrievalListPendingOrdersInput,\n typeof RemoteRetrievalListPendingOrdersOutput,\n typeof remoteRetrieval.credential\n> = action(\"REMOTE_RETRIEVAL_LIST_PENDING_ORDERS\", {\n slug: \"remote_retrieval-list-pending-orders\",\n name: \"List Pending Orders\",\n description: \"Tool to retrieve list of all pending orders. Use when you need to check orders awaiting payment completion. Results are paginated up to 25 per page.\",\n input: RemoteRetrievalListPendingOrdersInput,\n output: RemoteRetrievalListPendingOrdersOutput,\n});\n"],"mappings":"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"}
@@ -1,3 +1,5 @@
1
+ import { remoteRetrieval } from "../app.cjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/list-pending-orders.d.ts
@@ -32,21 +34,7 @@ declare const RemoteRetrievalListPendingOrdersOutput: z.ZodObject<{
32
34
  }, z.core.$loose>>>;
33
35
  }, z.core.$loose>>>>;
34
36
  }, z.core.$loose>;
35
- declare const remoteRetrievalListPendingOrders: import("@keystrokehq/action").WorkflowActionDefinition<{
36
- page?: number | undefined;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"remote_retrieval", z.ZodObject<{
38
- connectionId: z.ZodString;
39
- entityId: z.ZodString;
40
- instanceId: z.ZodString;
41
- }, z.core.$strip>, z.ZodObject<{
42
- generic_api_key: z.ZodString;
43
- }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"remote_retrieval", z.ZodObject<{
44
- connectionId: z.ZodString;
45
- entityId: z.ZodString;
46
- instanceId: z.ZodString;
47
- }, z.core.$strip>, z.ZodObject<{
48
- generic_api_key: z.ZodString;
49
- }, z.core.$strip>>]>;
37
+ declare const remoteRetrievalListPendingOrders: AppAction<typeof RemoteRetrievalListPendingOrdersInput, typeof RemoteRetrievalListPendingOrdersOutput, typeof remoteRetrieval.credential>;
50
38
  //#endregion
51
39
  export { remoteRetrievalListPendingOrders };
52
40
  //# sourceMappingURL=list-pending-orders.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-pending-orders.d.cts","names":[],"sources":["../../src/actions/list-pending-orders.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAgCrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAItC,gCAAA,gCAAgC,wBAAA"}
1
+ {"version":3,"file":"list-pending-orders.d.cts","names":[],"sources":["../../src/actions/list-pending-orders.ts"],"mappings":";;;;;cAMa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAgCrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAItC,gCAAA,EAAkC,SAAA,QACtC,qCAAA,SACA,sCAAA,SACA,eAAA,CAAgB,UAAA"}
@@ -1,3 +1,5 @@
1
+ import { remoteRetrieval } from "../app.mjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/list-pending-orders.d.ts
@@ -32,21 +34,7 @@ declare const RemoteRetrievalListPendingOrdersOutput: z.ZodObject<{
32
34
  }, z.core.$loose>>>;
33
35
  }, z.core.$loose>>>>;
34
36
  }, z.core.$loose>;
35
- declare const remoteRetrievalListPendingOrders: import("@keystrokehq/action").WorkflowActionDefinition<{
36
- page?: number | undefined;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"remote_retrieval", z.ZodObject<{
38
- connectionId: z.ZodString;
39
- entityId: z.ZodString;
40
- instanceId: z.ZodString;
41
- }, z.core.$strip>, z.ZodObject<{
42
- generic_api_key: z.ZodString;
43
- }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"remote_retrieval", z.ZodObject<{
44
- connectionId: z.ZodString;
45
- entityId: z.ZodString;
46
- instanceId: z.ZodString;
47
- }, z.core.$strip>, z.ZodObject<{
48
- generic_api_key: z.ZodString;
49
- }, z.core.$strip>>]>;
37
+ declare const remoteRetrievalListPendingOrders: AppAction<typeof RemoteRetrievalListPendingOrdersInput, typeof RemoteRetrievalListPendingOrdersOutput, typeof remoteRetrieval.credential>;
50
38
  //#endregion
51
39
  export { remoteRetrievalListPendingOrders };
52
40
  //# sourceMappingURL=list-pending-orders.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-pending-orders.d.mts","names":[],"sources":["../../src/actions/list-pending-orders.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAgCrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAItC,gCAAA,gCAAgC,wBAAA"}
1
+ {"version":3,"file":"list-pending-orders.d.mts","names":[],"sources":["../../src/actions/list-pending-orders.ts"],"mappings":";;;;;cAMa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAgCrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAItC,gCAAA,EAAkC,SAAA,QACtC,qCAAA,SACA,sCAAA,SACA,eAAA,CAAgB,UAAA"}
@@ -1,3 +1,4 @@
1
+ import "../app.mjs";
1
2
  import { action } from "../action.mjs";
2
3
  import { z } from "zod";
3
4
  //#region src/actions/list-pending-orders.ts
@@ -1 +1 @@
1
- {"version":3,"file":"list-pending-orders.mjs","names":[],"sources":["../../src/actions/list-pending-orders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RemoteRetrievalListPendingOrdersInput = z.object({\n page: z.number().int().describe(\"Page number for pagination. Results are paginated up to 25 per page.\").optional(),\n}).describe(\"Request parameters for retrieving pending orders.\");\nconst RemoteRetrievalListPendingOrders_ShipmentsSchema = z.object({\n device_type: z.string().describe(\"Type of device being shipped\").nullable().optional(),\n send_status: z.string().describe(\"Status of the outbound shipment\").nullable().optional(),\n return_status: z.string().describe(\"Status of the return shipment\").nullable().optional(),\n}).passthrough().describe(\"Shipment information for a pending order.\");\nconst RemoteRetrievalListPendingOrders_CompanyInfoSchema = z.object({\n zip: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Company name\").nullable().optional(),\n email: z.string().describe(\"Company contact email address\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address line\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address line\").nullable().optional(),\n}).passthrough().describe(\"Company information for a pending order.\");\nconst RemoteRetrievalListPendingOrders_EmployeeInfoSchema = z.object({\n zip: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Employee name\").nullable().optional(),\n email: z.string().describe(\"Employee contact email address\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address line\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address line\").nullable().optional(),\n}).passthrough().describe(\"Employee information for a pending order.\");\nconst RemoteRetrievalListPendingOrders_PendingOrderSchema = z.object({\n order_id: z.number().int().describe(\"Unique order identifier\").nullable().optional(),\n shipments: RemoteRetrievalListPendingOrders_ShipmentsSchema.nullable().optional(),\n company_info: RemoteRetrievalListPendingOrders_CompanyInfoSchema.nullable().optional(),\n employee_info: RemoteRetrievalListPendingOrders_EmployeeInfoSchema.nullable().optional(),\n}).passthrough().describe(\"Details of a single pending order.\");\nexport const RemoteRetrievalListPendingOrdersOutput = z.object({\n orders: z.array(RemoteRetrievalListPendingOrders_PendingOrderSchema).describe(\"List of pending orders awaiting payment completion\").nullable().optional(),\n}).passthrough().describe(\"Response model for retrieving pending orders.\");\n\nexport const remoteRetrievalListPendingOrders = action(\"REMOTE_RETRIEVAL_LIST_PENDING_ORDERS\", {\n slug: \"remote_retrieval-list-pending-orders\",\n name: \"List Pending Orders\",\n description: \"Tool to retrieve list of all pending orders. Use when you need to check orders awaiting payment completion. Results are paginated up to 25 per page.\",\n input: RemoteRetrievalListPendingOrdersInput,\n output: RemoteRetrievalListPendingOrdersOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"list-pending-orders.mjs","names":[],"sources":["../../src/actions/list-pending-orders.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { remoteRetrieval } from \"../app\";\n\nexport const RemoteRetrievalListPendingOrdersInput = z.object({\n page: z.number().int().describe(\"Page number for pagination. Results are paginated up to 25 per page.\").optional(),\n}).describe(\"Request parameters for retrieving pending orders.\");\nconst RemoteRetrievalListPendingOrders_ShipmentsSchema = z.object({\n device_type: z.string().describe(\"Type of device being shipped\").nullable().optional(),\n send_status: z.string().describe(\"Status of the outbound shipment\").nullable().optional(),\n return_status: z.string().describe(\"Status of the return shipment\").nullable().optional(),\n}).passthrough().describe(\"Shipment information for a pending order.\");\nconst RemoteRetrievalListPendingOrders_CompanyInfoSchema = z.object({\n zip: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Company name\").nullable().optional(),\n email: z.string().describe(\"Company contact email address\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address line\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address line\").nullable().optional(),\n}).passthrough().describe(\"Company information for a pending order.\");\nconst RemoteRetrievalListPendingOrders_EmployeeInfoSchema = z.object({\n zip: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Employee name\").nullable().optional(),\n email: z.string().describe(\"Employee contact email address\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address line\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address line\").nullable().optional(),\n}).passthrough().describe(\"Employee information for a pending order.\");\nconst RemoteRetrievalListPendingOrders_PendingOrderSchema = z.object({\n order_id: z.number().int().describe(\"Unique order identifier\").nullable().optional(),\n shipments: RemoteRetrievalListPendingOrders_ShipmentsSchema.nullable().optional(),\n company_info: RemoteRetrievalListPendingOrders_CompanyInfoSchema.nullable().optional(),\n employee_info: RemoteRetrievalListPendingOrders_EmployeeInfoSchema.nullable().optional(),\n}).passthrough().describe(\"Details of a single pending order.\");\nexport const RemoteRetrievalListPendingOrdersOutput = z.object({\n orders: z.array(RemoteRetrievalListPendingOrders_PendingOrderSchema).describe(\"List of pending orders awaiting payment completion\").nullable().optional(),\n}).passthrough().describe(\"Response model for retrieving pending orders.\");\n\nexport const remoteRetrievalListPendingOrders: AppAction<\n typeof RemoteRetrievalListPendingOrdersInput,\n typeof RemoteRetrievalListPendingOrdersOutput,\n typeof remoteRetrieval.credential\n> = action(\"REMOTE_RETRIEVAL_LIST_PENDING_ORDERS\", {\n slug: \"remote_retrieval-list-pending-orders\",\n name: \"List Pending Orders\",\n description: \"Tool to retrieve list of all pending orders. Use when you need to check orders awaiting payment completion. Results are paginated up to 25 per page.\",\n input: RemoteRetrievalListPendingOrdersInput,\n output: RemoteRetrievalListPendingOrdersOutput,\n});\n"],"mappings":"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"}
@@ -1,3 +1,4 @@
1
+ require("../app.cjs");
1
2
  const require_action = require("../action.cjs");
2
3
  let zod = require("zod");
3
4
  //#region src/actions/validate-user.ts
@@ -1 +1 @@
1
- {"version":3,"file":"validate-user.cjs","names":["z","action"],"sources":["../../src/actions/validate-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RemoteRetrievalValidateUserInput = z.object({}).describe(\"Request model for validating a user. No input fields required; API key is passed via the Authorization header.\");\nexport const RemoteRetrievalValidateUserOutput = z.object({\n email: z.string().describe(\"Email associated with the API key\").nullable(),\n status: z.string().describe(\"Status of the validation, e.g., 'Success'\").nullable(),\n message: z.string().describe(\"Indicates the validation result, e.g., 'Valid Key!'\").nullable(),\n response_code: z.number().int().describe(\"HTTP response code, e.g., 200\").nullable(),\n}).passthrough();\n\nexport const remoteRetrievalValidateUser = action(\"REMOTE_RETRIEVAL_VALIDATE_USER\", {\n slug: \"remote_retrieval-validate-user\",\n name: \"RemoteRetrieval: Validate User\",\n description: \"Tool to validate the provided API key. Use when you need to confirm the API key's validity.\",\n input: RemoteRetrievalValidateUserInput,\n output: RemoteRetrievalValidateUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gHAAgH;AACtL,MAAa,oCAAoCA,IAAAA,EAAE,OAAO;CACxD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAClF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAC7F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"validate-user.cjs","names":["z","action"],"sources":["../../src/actions/validate-user.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { remoteRetrieval } from \"../app\";\n\nexport const RemoteRetrievalValidateUserInput = z.object({}).describe(\"Request model for validating a user. No input fields required; API key is passed via the Authorization header.\");\nexport const RemoteRetrievalValidateUserOutput = z.object({\n email: z.string().describe(\"Email associated with the API key\").nullable(),\n status: z.string().describe(\"Status of the validation, e.g., 'Success'\").nullable(),\n message: z.string().describe(\"Indicates the validation result, e.g., 'Valid Key!'\").nullable(),\n response_code: z.number().int().describe(\"HTTP response code, e.g., 200\").nullable(),\n}).passthrough();\n\nexport const remoteRetrievalValidateUser: AppAction<\n typeof RemoteRetrievalValidateUserInput,\n typeof RemoteRetrievalValidateUserOutput,\n typeof remoteRetrieval.credential\n> = action(\"REMOTE_RETRIEVAL_VALIDATE_USER\", {\n slug: \"remote_retrieval-validate-user\",\n name: \"RemoteRetrieval: Validate User\",\n description: \"Tool to validate the provided API key. Use when you need to confirm the API key's validity.\",\n input: RemoteRetrievalValidateUserInput,\n output: RemoteRetrievalValidateUserOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gHAAgH;AACtL,MAAa,oCAAoCA,IAAAA,EAAE,OAAO;CACxD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAClF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAC7F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,8BAITC,eAAAA,OAAO,kCAAkC;CAC3C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,3 +1,5 @@
1
+ import { remoteRetrieval } from "../app.cjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/validate-user.d.ts
@@ -8,19 +10,7 @@ declare const RemoteRetrievalValidateUserOutput: z.ZodObject<{
8
10
  message: z.ZodNullable<z.ZodString>;
9
11
  response_code: z.ZodNullable<z.ZodNumber>;
10
12
  }, z.core.$loose>;
11
- declare const remoteRetrievalValidateUser: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"remote_retrieval", z.ZodObject<{
12
- connectionId: z.ZodString;
13
- entityId: z.ZodString;
14
- instanceId: z.ZodString;
15
- }, z.core.$strip>, z.ZodObject<{
16
- generic_api_key: z.ZodString;
17
- }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"remote_retrieval", z.ZodObject<{
18
- connectionId: z.ZodString;
19
- entityId: z.ZodString;
20
- instanceId: z.ZodString;
21
- }, z.core.$strip>, z.ZodObject<{
22
- generic_api_key: z.ZodString;
23
- }, z.core.$strip>>]>;
13
+ declare const remoteRetrievalValidateUser: AppAction<typeof RemoteRetrievalValidateUserInput, typeof RemoteRetrievalValidateUserOutput, typeof remoteRetrieval.credential>;
24
14
  //#endregion
25
15
  export { remoteRetrievalValidateUser };
26
16
  //# sourceMappingURL=validate-user.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"validate-user.d.cts","names":[],"sources":["../../src/actions/validate-user.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;cAOjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,qBAAA,CAAA,CAAA,SAAA"}
1
+ {"version":3,"file":"validate-user.d.cts","names":[],"sources":["../../src/actions/validate-user.ts"],"mappings":";;;;;cAMa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;cAOjC,2BAAA,EAA6B,SAAA,QACjC,gCAAA,SACA,iCAAA,SACA,eAAA,CAAgB,UAAA"}
@@ -1,3 +1,5 @@
1
+ import { remoteRetrieval } from "../app.mjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/validate-user.d.ts
@@ -8,19 +10,7 @@ declare const RemoteRetrievalValidateUserOutput: z.ZodObject<{
8
10
  message: z.ZodNullable<z.ZodString>;
9
11
  response_code: z.ZodNullable<z.ZodNumber>;
10
12
  }, z.core.$loose>;
11
- declare const remoteRetrievalValidateUser: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"remote_retrieval", z.ZodObject<{
12
- connectionId: z.ZodString;
13
- entityId: z.ZodString;
14
- instanceId: z.ZodString;
15
- }, z.core.$strip>, z.ZodObject<{
16
- generic_api_key: z.ZodString;
17
- }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"remote_retrieval", z.ZodObject<{
18
- connectionId: z.ZodString;
19
- entityId: z.ZodString;
20
- instanceId: z.ZodString;
21
- }, z.core.$strip>, z.ZodObject<{
22
- generic_api_key: z.ZodString;
23
- }, z.core.$strip>>]>;
13
+ declare const remoteRetrievalValidateUser: AppAction<typeof RemoteRetrievalValidateUserInput, typeof RemoteRetrievalValidateUserOutput, typeof remoteRetrieval.credential>;
24
14
  //#endregion
25
15
  export { remoteRetrievalValidateUser };
26
16
  //# sourceMappingURL=validate-user.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"validate-user.d.mts","names":[],"sources":["../../src/actions/validate-user.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;cAOjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,qBAAA,CAAA,CAAA,SAAA"}
1
+ {"version":3,"file":"validate-user.d.mts","names":[],"sources":["../../src/actions/validate-user.ts"],"mappings":";;;;;cAMa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;cAOjC,2BAAA,EAA6B,SAAA,QACjC,gCAAA,SACA,iCAAA,SACA,eAAA,CAAgB,UAAA"}
@@ -1,3 +1,4 @@
1
+ import "../app.mjs";
1
2
  import { action } from "../action.mjs";
2
3
  import { z } from "zod";
3
4
  const remoteRetrievalValidateUser = action("REMOTE_RETRIEVAL_VALIDATE_USER", {
@@ -1 +1 @@
1
- {"version":3,"file":"validate-user.mjs","names":[],"sources":["../../src/actions/validate-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RemoteRetrievalValidateUserInput = z.object({}).describe(\"Request model for validating a user. No input fields required; API key is passed via the Authorization header.\");\nexport const RemoteRetrievalValidateUserOutput = z.object({\n email: z.string().describe(\"Email associated with the API key\").nullable(),\n status: z.string().describe(\"Status of the validation, e.g., 'Success'\").nullable(),\n message: z.string().describe(\"Indicates the validation result, e.g., 'Valid Key!'\").nullable(),\n response_code: z.number().int().describe(\"HTTP response code, e.g., 200\").nullable(),\n}).passthrough();\n\nexport const remoteRetrievalValidateUser = action(\"REMOTE_RETRIEVAL_VALIDATE_USER\", {\n slug: \"remote_retrieval-validate-user\",\n name: \"RemoteRetrieval: Validate User\",\n description: \"Tool to validate the provided API key. Use when you need to confirm the API key's validity.\",\n input: RemoteRetrievalValidateUserInput,\n output: RemoteRetrievalValidateUserOutput,\n});\n"],"mappings":";;AAYA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ8C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gHAY7D;CACP,QAZ+C,EAAE,OAAO;EACxD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EAClF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EAC7F,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACrF,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
1
+ {"version":3,"file":"validate-user.mjs","names":[],"sources":["../../src/actions/validate-user.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { remoteRetrieval } from \"../app\";\n\nexport const RemoteRetrievalValidateUserInput = z.object({}).describe(\"Request model for validating a user. No input fields required; API key is passed via the Authorization header.\");\nexport const RemoteRetrievalValidateUserOutput = z.object({\n email: z.string().describe(\"Email associated with the API key\").nullable(),\n status: z.string().describe(\"Status of the validation, e.g., 'Success'\").nullable(),\n message: z.string().describe(\"Indicates the validation result, e.g., 'Valid Key!'\").nullable(),\n response_code: z.number().int().describe(\"HTTP response code, e.g., 200\").nullable(),\n}).passthrough();\n\nexport const remoteRetrievalValidateUser: AppAction<\n typeof RemoteRetrievalValidateUserInput,\n typeof RemoteRetrievalValidateUserOutput,\n typeof remoteRetrieval.credential\n> = action(\"REMOTE_RETRIEVAL_VALIDATE_USER\", {\n slug: \"remote_retrieval-validate-user\",\n name: \"RemoteRetrieval: Validate User\",\n description: \"Tool to validate the provided API key. Use when you need to confirm the API key's validity.\",\n input: RemoteRetrievalValidateUserInput,\n output: RemoteRetrievalValidateUserOutput,\n});\n"],"mappings":";;;AAcA,MAAa,8BAIT,OAAO,kCAAkC;CAC3C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhB8C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gHAgB7D;CACP,QAhB+C,EAAE,OAAO;EACxD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EAClF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EAC7F,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACrF,CAAC,CAAC,CAAC,YAWO;AACV,CAAC"}
package/dist/app.cjs CHANGED
@@ -1,10 +1,10 @@
1
1
  let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
2
- let zod = require("zod");
3
2
  //#region src/app.ts
3
+ const credential = { generic_api_key: require("zod").z.string() };
4
4
  const remoteRetrieval = (0, _keystrokehq_keystroke_app.defineApp)({
5
5
  slug: "remote_retrieval",
6
6
  auth: "keystroke",
7
- credential: { generic_api_key: zod.z.string() }
7
+ credential
8
8
  });
9
9
  //#endregion
10
10
  exports.remoteRetrieval = remoteRetrieval;
package/dist/app.cjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const remoteRetrieval = defineApp({\n slug: \"remote_retrieval\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,mBAAA,GAAA,2BAAA,UAAA,CAA4B;CACvC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiBA,IAAAA,EAAE,OAAO,EAC5B;AACF,CAAC"}
1
+ {"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp, type KeystrokeApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nconst credential = {\n generic_api_key: z.string(),\n};\n\nexport const remoteRetrieval: KeystrokeApp<\"remote_retrieval\", typeof credential> = defineApp({\n slug: \"remote_retrieval\",\n auth: \"keystroke\",\n credential,\n});\n"],"mappings":";;AAGA,MAAM,aAAa,EACjB,8BAAiBA,CAAAA,CAAAA,EAAE,OAAO,EAC5B;AAEA,MAAa,mBAAA,GAAA,2BAAA,UAAA,CAAiF;CAC5F,MAAM;CACN,MAAM;CACN;AACF,CAAC"}
package/dist/app.d.cts CHANGED
@@ -1,13 +1,11 @@
1
+ import { KeystrokeApp } from "@keystrokehq/keystroke/app";
1
2
  import { z } from "zod";
2
3
 
3
4
  //#region src/app.d.ts
4
- declare const remoteRetrieval: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"remote_retrieval", z.ZodObject<{
5
- connectionId: z.ZodString;
6
- entityId: z.ZodString;
7
- instanceId: z.ZodString;
8
- }, z.core.$strip>, z.ZodObject<{
5
+ declare const credential: {
9
6
  generic_api_key: z.ZodString;
10
- }, z.core.$strip>>>;
7
+ };
8
+ declare const remoteRetrieval: KeystrokeApp<"remote_retrieval", typeof credential>;
11
9
  //#endregion
12
10
  export { remoteRetrieval };
13
11
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,eAAA,6BAAe,GAAA,+BAAA,UAAA,qBAAA,CAAA,CAAA,SAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;;cAGM,UAAA;mBAEL,CAAA,CAAA,SAAA;AAAA;AAAA,cAEY,eAAA,EAAiB,YAAY,4BAA4B,UAAA"}
package/dist/app.d.mts CHANGED
@@ -1,13 +1,11 @@
1
+ import { KeystrokeApp } from "@keystrokehq/keystroke/app";
1
2
  import { z } from "zod";
2
3
 
3
4
  //#region src/app.d.ts
4
- declare const remoteRetrieval: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"remote_retrieval", z.ZodObject<{
5
- connectionId: z.ZodString;
6
- entityId: z.ZodString;
7
- instanceId: z.ZodString;
8
- }, z.core.$strip>, z.ZodObject<{
5
+ declare const credential: {
9
6
  generic_api_key: z.ZodString;
10
- }, z.core.$strip>>>;
7
+ };
8
+ declare const remoteRetrieval: KeystrokeApp<"remote_retrieval", typeof credential>;
11
9
  //#endregion
12
10
  export { remoteRetrieval };
13
11
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,eAAA,6BAAe,GAAA,+BAAA,UAAA,qBAAA,CAAA,CAAA,SAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;;cAGM,UAAA;mBAEL,CAAA,CAAA,SAAA;AAAA;AAAA,cAEY,eAAA,EAAiB,YAAY,4BAA4B,UAAA"}
package/dist/app.mjs CHANGED
@@ -1,6 +1,5 @@
1
1
  import { defineApp } from "@keystrokehq/keystroke/app";
2
2
  import { z } from "zod";
3
- //#region src/app.ts
4
3
  const remoteRetrieval = defineApp({
5
4
  slug: "remote_retrieval",
6
5
  auth: "keystroke",
package/dist/app.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const remoteRetrieval = defineApp({\n slug: \"remote_retrieval\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,kBAAkB,UAAU;CACvC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp, type KeystrokeApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nconst credential = {\n generic_api_key: z.string(),\n};\n\nexport const remoteRetrieval: KeystrokeApp<\"remote_retrieval\", typeof credential> = defineApp({\n slug: \"remote_retrieval\",\n auth: \"keystroke\",\n credential,\n});\n"],"mappings":";;AAOA,MAAa,kBAAuE,UAAU;CAC5F,MAAM;CACN,MAAM;CACN,cANA,iBAAiB,EAAE,OAAO,EAM1B;AACF,CAAC"}
package/dist/index.d.cts CHANGED
@@ -1,3 +1,4 @@
1
+ import { remoteRetrieval } from "./app.cjs";
1
2
  import { remoteRetrievalCreateOrder } from "./actions/create-order.cjs";
2
3
  import { remoteRetrievalGetAllOrders } from "./actions/get-all-orders.cjs";
3
4
  import { remoteRetrievalGetCompanyDetails } from "./actions/get-company-details.cjs";
@@ -5,6 +6,5 @@ import { remoteRetrievalGetDevicePrices } from "./actions/get-device-prices.cjs"
5
6
  import { remoteRetrievalGetOrderDetails } from "./actions/get-order-details.cjs";
6
7
  import { remoteRetrievalListPendingOrders } from "./actions/list-pending-orders.cjs";
7
8
  import { remoteRetrievalValidateUser } from "./actions/validate-user.cjs";
8
- import { remoteRetrieval } from "./app.cjs";
9
9
  import { remoteRetrievalCatalog } from "./catalog.cjs";
10
10
  export { remoteRetrieval, remoteRetrievalCatalog, remoteRetrievalCreateOrder, remoteRetrievalGetAllOrders, remoteRetrievalGetCompanyDetails, remoteRetrievalGetDevicePrices, remoteRetrievalGetOrderDetails, remoteRetrievalListPendingOrders, remoteRetrievalValidateUser };
package/dist/index.d.mts CHANGED
@@ -1,3 +1,4 @@
1
+ import { remoteRetrieval } from "./app.mjs";
1
2
  import { remoteRetrievalCreateOrder } from "./actions/create-order.mjs";
2
3
  import { remoteRetrievalGetAllOrders } from "./actions/get-all-orders.mjs";
3
4
  import { remoteRetrievalGetCompanyDetails } from "./actions/get-company-details.mjs";
@@ -5,6 +6,5 @@ import { remoteRetrievalGetDevicePrices } from "./actions/get-device-prices.mjs"
5
6
  import { remoteRetrievalGetOrderDetails } from "./actions/get-order-details.mjs";
6
7
  import { remoteRetrievalListPendingOrders } from "./actions/list-pending-orders.mjs";
7
8
  import { remoteRetrievalValidateUser } from "./actions/validate-user.mjs";
8
- import { remoteRetrieval } from "./app.mjs";
9
9
  import { remoteRetrievalCatalog } from "./catalog.mjs";
10
10
  export { remoteRetrieval, remoteRetrievalCatalog, remoteRetrievalCreateOrder, remoteRetrievalGetAllOrders, remoteRetrievalGetCompanyDetails, remoteRetrievalGetDevicePrices, remoteRetrievalGetOrderDetails, remoteRetrievalListPendingOrders, remoteRetrievalValidateUser };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/remote_retrieval",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -31,7 +31,7 @@
31
31
  }
32
32
  },
33
33
  "peerDependencies": {
34
- "@keystrokehq/keystroke": ">=0.1.4",
34
+ "@keystrokehq/keystroke": ">=0.1.104",
35
35
  "zod": "^4.4.3"
36
36
  },
37
37
  "devDependencies": {