@keystrokehq/salesforce_service_cloud 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.
Files changed (210) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/chasitor-sneak-peek.cjs +26 -0
  7. package/dist/actions/chasitor-sneak-peek.cjs.map +1 -0
  8. package/dist/actions/chasitor-sneak-peek.d.cts +9 -0
  9. package/dist/actions/chasitor-sneak-peek.d.cts.map +1 -0
  10. package/dist/actions/chasitor-sneak-peek.d.mts +9 -0
  11. package/dist/actions/chasitor-sneak-peek.d.mts.map +1 -0
  12. package/dist/actions/chasitor-sneak-peek.mjs +23 -0
  13. package/dist/actions/chasitor-sneak-peek.mjs.map +1 -0
  14. package/dist/actions/composite-batch.cjs +38 -0
  15. package/dist/actions/composite-batch.cjs.map +1 -0
  16. package/dist/actions/composite-batch.d.cts +9 -0
  17. package/dist/actions/composite-batch.d.cts.map +1 -0
  18. package/dist/actions/composite-batch.d.mts +9 -0
  19. package/dist/actions/composite-batch.d.mts.map +1 -0
  20. package/dist/actions/composite-batch.mjs +37 -0
  21. package/dist/actions/composite-batch.mjs.map +1 -0
  22. package/dist/actions/composite-request.cjs +36 -0
  23. package/dist/actions/composite-request.cjs.map +1 -0
  24. package/dist/actions/composite-request.d.cts +9 -0
  25. package/dist/actions/composite-request.d.cts.map +1 -0
  26. package/dist/actions/composite-request.d.mts +9 -0
  27. package/dist/actions/composite-request.d.mts.map +1 -0
  28. package/dist/actions/composite-request.mjs +35 -0
  29. package/dist/actions/composite-request.mjs.map +1 -0
  30. package/dist/actions/composite-sobject-tree.cjs +35 -0
  31. package/dist/actions/composite-sobject-tree.cjs.map +1 -0
  32. package/dist/actions/composite-sobject-tree.d.cts +9 -0
  33. package/dist/actions/composite-sobject-tree.d.cts.map +1 -0
  34. package/dist/actions/composite-sobject-tree.d.mts +9 -0
  35. package/dist/actions/composite-sobject-tree.d.mts.map +1 -0
  36. package/dist/actions/composite-sobject-tree.mjs +34 -0
  37. package/dist/actions/composite-sobject-tree.mjs.map +1 -0
  38. package/dist/actions/create-case-record.cjs +33 -0
  39. package/dist/actions/create-case-record.cjs.map +1 -0
  40. package/dist/actions/create-case-record.d.cts +9 -0
  41. package/dist/actions/create-case-record.d.cts.map +1 -0
  42. package/dist/actions/create-case-record.d.mts +9 -0
  43. package/dist/actions/create-case-record.d.mts.map +1 -0
  44. package/dist/actions/create-case-record.mjs +32 -0
  45. package/dist/actions/create-case-record.mjs.map +1 -0
  46. package/dist/actions/delete-case-record.cjs +16 -0
  47. package/dist/actions/delete-case-record.cjs.map +1 -0
  48. package/dist/actions/delete-case-record.d.cts +9 -0
  49. package/dist/actions/delete-case-record.d.cts.map +1 -0
  50. package/dist/actions/delete-case-record.d.mts +9 -0
  51. package/dist/actions/delete-case-record.d.mts.map +1 -0
  52. package/dist/actions/delete-case-record.mjs +13 -0
  53. package/dist/actions/delete-case-record.mjs.map +1 -0
  54. package/dist/actions/describe-s-object.cjs +30 -0
  55. package/dist/actions/describe-s-object.cjs.map +1 -0
  56. package/dist/actions/describe-s-object.d.cts +9 -0
  57. package/dist/actions/describe-s-object.d.cts.map +1 -0
  58. package/dist/actions/describe-s-object.d.mts +9 -0
  59. package/dist/actions/describe-s-object.d.mts.map +1 -0
  60. package/dist/actions/describe-s-object.mjs +27 -0
  61. package/dist/actions/describe-s-object.mjs.map +1 -0
  62. package/dist/actions/generate-request-id.cjs +16 -0
  63. package/dist/actions/generate-request-id.cjs.map +1 -0
  64. package/dist/actions/generate-request-id.d.cts +9 -0
  65. package/dist/actions/generate-request-id.d.cts.map +1 -0
  66. package/dist/actions/generate-request-id.d.mts +9 -0
  67. package/dist/actions/generate-request-id.d.mts.map +1 -0
  68. package/dist/actions/generate-request-id.mjs +13 -0
  69. package/dist/actions/generate-request-id.mjs.map +1 -0
  70. package/dist/actions/generate-signed-jwt-assertion.cjs +23 -0
  71. package/dist/actions/generate-signed-jwt-assertion.cjs.map +1 -0
  72. package/dist/actions/generate-signed-jwt-assertion.d.cts +9 -0
  73. package/dist/actions/generate-signed-jwt-assertion.d.cts.map +1 -0
  74. package/dist/actions/generate-signed-jwt-assertion.d.mts +9 -0
  75. package/dist/actions/generate-signed-jwt-assertion.d.mts.map +1 -0
  76. package/dist/actions/generate-signed-jwt-assertion.mjs +20 -0
  77. package/dist/actions/generate-signed-jwt-assertion.mjs.map +1 -0
  78. package/dist/actions/get-case-record.cjs +44 -0
  79. package/dist/actions/get-case-record.cjs.map +1 -0
  80. package/dist/actions/get-case-record.d.cts +9 -0
  81. package/dist/actions/get-case-record.d.cts.map +1 -0
  82. package/dist/actions/get-case-record.d.mts +9 -0
  83. package/dist/actions/get-case-record.d.mts.map +1 -0
  84. package/dist/actions/get-case-record.mjs +43 -0
  85. package/dist/actions/get-case-record.mjs.map +1 -0
  86. package/dist/actions/get-chat-messages.cjs +28 -0
  87. package/dist/actions/get-chat-messages.cjs.map +1 -0
  88. package/dist/actions/get-chat-messages.d.cts +9 -0
  89. package/dist/actions/get-chat-messages.d.cts.map +1 -0
  90. package/dist/actions/get-chat-messages.d.mts +9 -0
  91. package/dist/actions/get-chat-messages.d.mts.map +1 -0
  92. package/dist/actions/get-chat-messages.mjs +27 -0
  93. package/dist/actions/get-chat-messages.mjs.map +1 -0
  94. package/dist/actions/get-live-agent-api-version.cjs +19 -0
  95. package/dist/actions/get-live-agent-api-version.cjs.map +1 -0
  96. package/dist/actions/get-live-agent-api-version.d.cts +9 -0
  97. package/dist/actions/get-live-agent-api-version.d.cts.map +1 -0
  98. package/dist/actions/get-live-agent-api-version.d.mts +9 -0
  99. package/dist/actions/get-live-agent-api-version.d.mts.map +1 -0
  100. package/dist/actions/get-live-agent-api-version.mjs +16 -0
  101. package/dist/actions/get-live-agent-api-version.mjs.map +1 -0
  102. package/dist/actions/index.cjs +45 -0
  103. package/dist/actions/index.d.cts +23 -0
  104. package/dist/actions/index.d.mts +23 -0
  105. package/dist/actions/index.mjs +23 -0
  106. package/dist/actions/list-einstein-bots.cjs +29 -0
  107. package/dist/actions/list-einstein-bots.cjs.map +1 -0
  108. package/dist/actions/list-einstein-bots.d.cts +9 -0
  109. package/dist/actions/list-einstein-bots.d.cts.map +1 -0
  110. package/dist/actions/list-einstein-bots.d.mts +9 -0
  111. package/dist/actions/list-einstein-bots.d.mts.map +1 -0
  112. package/dist/actions/list-einstein-bots.mjs +28 -0
  113. package/dist/actions/list-einstein-bots.mjs.map +1 -0
  114. package/dist/actions/query-all-soql.cjs +26 -0
  115. package/dist/actions/query-all-soql.cjs.map +1 -0
  116. package/dist/actions/query-all-soql.d.cts +9 -0
  117. package/dist/actions/query-all-soql.d.cts.map +1 -0
  118. package/dist/actions/query-all-soql.d.mts +9 -0
  119. package/dist/actions/query-all-soql.d.mts.map +1 -0
  120. package/dist/actions/query-all-soql.mjs +25 -0
  121. package/dist/actions/query-all-soql.mjs.map +1 -0
  122. package/dist/actions/query-soql.cjs +21 -0
  123. package/dist/actions/query-soql.cjs.map +1 -0
  124. package/dist/actions/query-soql.d.cts +9 -0
  125. package/dist/actions/query-soql.d.cts.map +1 -0
  126. package/dist/actions/query-soql.d.mts +9 -0
  127. package/dist/actions/query-soql.d.mts.map +1 -0
  128. package/dist/actions/query-soql.mjs +18 -0
  129. package/dist/actions/query-soql.mjs.map +1 -0
  130. package/dist/actions/reconnect-chat-session.cjs +24 -0
  131. package/dist/actions/reconnect-chat-session.cjs.map +1 -0
  132. package/dist/actions/reconnect-chat-session.d.cts +9 -0
  133. package/dist/actions/reconnect-chat-session.d.cts.map +1 -0
  134. package/dist/actions/reconnect-chat-session.d.mts +9 -0
  135. package/dist/actions/reconnect-chat-session.d.mts.map +1 -0
  136. package/dist/actions/reconnect-chat-session.mjs +21 -0
  137. package/dist/actions/reconnect-chat-session.mjs.map +1 -0
  138. package/dist/actions/resync-chasitor-state.cjs +22 -0
  139. package/dist/actions/resync-chasitor-state.cjs.map +1 -0
  140. package/dist/actions/resync-chasitor-state.d.cts +9 -0
  141. package/dist/actions/resync-chasitor-state.d.cts.map +1 -0
  142. package/dist/actions/resync-chasitor-state.d.mts +9 -0
  143. package/dist/actions/resync-chasitor-state.d.mts.map +1 -0
  144. package/dist/actions/resync-chasitor-state.mjs +19 -0
  145. package/dist/actions/resync-chasitor-state.mjs.map +1 -0
  146. package/dist/actions/retrieve-salesforce-username.cjs +16 -0
  147. package/dist/actions/retrieve-salesforce-username.cjs.map +1 -0
  148. package/dist/actions/retrieve-salesforce-username.d.cts +9 -0
  149. package/dist/actions/retrieve-salesforce-username.d.cts.map +1 -0
  150. package/dist/actions/retrieve-salesforce-username.d.mts +9 -0
  151. package/dist/actions/retrieve-salesforce-username.d.mts.map +1 -0
  152. package/dist/actions/retrieve-salesforce-username.mjs +13 -0
  153. package/dist/actions/retrieve-salesforce-username.mjs.map +1 -0
  154. package/dist/actions/send-custom-event.cjs +23 -0
  155. package/dist/actions/send-custom-event.cjs.map +1 -0
  156. package/dist/actions/send-custom-event.d.cts +9 -0
  157. package/dist/actions/send-custom-event.d.cts.map +1 -0
  158. package/dist/actions/send-custom-event.d.mts +9 -0
  159. package/dist/actions/send-custom-event.d.mts.map +1 -0
  160. package/dist/actions/send-custom-event.mjs +20 -0
  161. package/dist/actions/send-custom-event.mjs.map +1 -0
  162. package/dist/actions/set-breadcrumb.cjs +22 -0
  163. package/dist/actions/set-breadcrumb.cjs.map +1 -0
  164. package/dist/actions/set-breadcrumb.d.cts +9 -0
  165. package/dist/actions/set-breadcrumb.d.cts.map +1 -0
  166. package/dist/actions/set-breadcrumb.d.mts +9 -0
  167. package/dist/actions/set-breadcrumb.d.mts.map +1 -0
  168. package/dist/actions/set-breadcrumb.mjs +19 -0
  169. package/dist/actions/set-breadcrumb.mjs.map +1 -0
  170. package/dist/actions/upload-file-to-s3.cjs +25 -0
  171. package/dist/actions/upload-file-to-s3.cjs.map +1 -0
  172. package/dist/actions/upload-file-to-s3.d.cts +9 -0
  173. package/dist/actions/upload-file-to-s3.d.cts.map +1 -0
  174. package/dist/actions/upload-file-to-s3.d.mts +9 -0
  175. package/dist/actions/upload-file-to-s3.d.mts.map +1 -0
  176. package/dist/actions/upload-file-to-s3.mjs +22 -0
  177. package/dist/actions/upload-file-to-s3.mjs.map +1 -0
  178. package/dist/actions/visitor-sensitive-data-rule.cjs +25 -0
  179. package/dist/actions/visitor-sensitive-data-rule.cjs.map +1 -0
  180. package/dist/actions/visitor-sensitive-data-rule.d.cts +9 -0
  181. package/dist/actions/visitor-sensitive-data-rule.d.cts.map +1 -0
  182. package/dist/actions/visitor-sensitive-data-rule.d.mts +9 -0
  183. package/dist/actions/visitor-sensitive-data-rule.d.mts.map +1 -0
  184. package/dist/actions/visitor-sensitive-data-rule.mjs +22 -0
  185. package/dist/actions/visitor-sensitive-data-rule.mjs.map +1 -0
  186. package/dist/app.cjs +9 -0
  187. package/dist/app.cjs.map +1 -0
  188. package/dist/app.d.cts +5 -0
  189. package/dist/app.d.cts.map +1 -0
  190. package/dist/app.d.mts +5 -0
  191. package/dist/app.d.mts.map +1 -0
  192. package/dist/app.mjs +10 -0
  193. package/dist/app.mjs.map +1 -0
  194. package/dist/catalog.cjs +15 -0
  195. package/dist/catalog.cjs.map +1 -0
  196. package/dist/catalog.d.cts +14 -0
  197. package/dist/catalog.d.cts.map +1 -0
  198. package/dist/catalog.d.mts +14 -0
  199. package/dist/catalog.d.mts.map +1 -0
  200. package/dist/catalog.mjs +15 -0
  201. package/dist/catalog.mjs.map +1 -0
  202. package/dist/execute.cjs +18 -0
  203. package/dist/execute.cjs.map +1 -0
  204. package/dist/execute.mjs +18 -0
  205. package/dist/execute.mjs.map +1 -0
  206. package/dist/index.cjs +50 -0
  207. package/dist/index.d.cts +25 -0
  208. package/dist/index.d.mts +25 -0
  209. package/dist/index.mjs +26 -0
  210. package/package.json +49 -0
@@ -0,0 +1,33 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-case-record.ts
4
+ const SalesforceServiceCloudCreateCaseRecordInput = zod.z.object({
5
+ accept: zod.z.enum(["application/json", "application/xml"]).describe("Desired response format; defaults to application/json").optional(),
6
+ case_fields: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Map of Case field API names to values (e.g., Subject, Status, Origin)"),
7
+ x_pretty_print: zod.z.string().describe("Set to '1' to pretty-print the response").optional(),
8
+ external_id_field: zod.z.string().describe("API name of external ID field for upsert; provide with external_id_value").optional(),
9
+ external_id_value: zod.z.string().describe("Value of external ID for upsert; provide with external_id_field").optional(),
10
+ sforce_auto_assign: zod.z.boolean().describe("Set to True to apply active assignment rules on Case creation or upsert").optional(),
11
+ sforce_call_options: zod.z.string().describe("Client and defaultNamespace options in format 'client=<name>[, defaultNamespace=<ns>]'").optional()
12
+ });
13
+ const SalesforceServiceCloudCreateCaseRecord_ErrorObjectSchema = zod.z.object({
14
+ message: zod.z.string().describe("Error message returned by Salesforce"),
15
+ errorCode: zod.z.string().describe("Error code returned by Salesforce")
16
+ });
17
+ const SalesforceServiceCloudCreateCaseRecordOutput = zod.z.object({
18
+ id: zod.z.string().describe("ID of the created Case record; not returned when updated").nullable().optional(),
19
+ errors: zod.z.array(SalesforceServiceCloudCreateCaseRecord_ErrorObjectSchema).describe("List of errors (empty if success)"),
20
+ success: zod.z.boolean().describe("True if the operation succeeded"),
21
+ updated: zod.z.boolean().default(false).describe("True if an existing record was updated via upsert").nullable().optional()
22
+ });
23
+ const salesforceServiceCloudCreateCaseRecord = require_action.action("SALESFORCE_SERVICE_CLOUD_CREATE_CASE_RECORD", {
24
+ slug: "salesforce_service_cloud-create-case-record",
25
+ name: "Create Case Record",
26
+ description: "Tool to create or upsert a Salesforce Case record. Use when you need to add a new Case or update via external ID.",
27
+ input: SalesforceServiceCloudCreateCaseRecordInput,
28
+ output: SalesforceServiceCloudCreateCaseRecordOutput
29
+ });
30
+ //#endregion
31
+ exports.salesforceServiceCloudCreateCaseRecord = salesforceServiceCloudCreateCaseRecord;
32
+
33
+ //# sourceMappingURL=create-case-record.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-case-record.cjs","names":["z","action"],"sources":["../../src/actions/create-case-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceServiceCloudCreateCaseRecordInput: z.ZodTypeAny = z.object({\n accept: z.enum([\"application/json\", \"application/xml\"]).describe(\"Desired response format; defaults to application/json\").optional(),\n case_fields: z.record(z.string(), z.unknown()).describe(\"Map of Case field API names to values (e.g., Subject, Status, Origin)\"),\n x_pretty_print: z.string().describe(\"Set to '1' to pretty-print the response\").optional(),\n external_id_field: z.string().describe(\"API name of external ID field for upsert; provide with external_id_value\").optional(),\n external_id_value: z.string().describe(\"Value of external ID for upsert; provide with external_id_field\").optional(),\n sforce_auto_assign: z.boolean().describe(\"Set to True to apply active assignment rules on Case creation or upsert\").optional(),\n sforce_call_options: z.string().describe(\"Client and defaultNamespace options in format 'client=<name>[, defaultNamespace=<ns>]'\").optional(),\n});\nconst SalesforceServiceCloudCreateCaseRecord_ErrorObjectSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Error message returned by Salesforce\"),\n errorCode: z.string().describe(\"Error code returned by Salesforce\"),\n});\nexport const SalesforceServiceCloudCreateCaseRecordOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"ID of the created Case record; not returned when updated\").nullable().optional(),\n errors: z.array(SalesforceServiceCloudCreateCaseRecord_ErrorObjectSchema).describe(\"List of errors (empty if success)\"),\n success: z.boolean().describe(\"True if the operation succeeded\"),\n updated: z.boolean().default(false).describe(\"True if an existing record was updated via upsert\").nullable().optional(),\n});\n\nexport const salesforceServiceCloudCreateCaseRecord = action(\"SALESFORCE_SERVICE_CLOUD_CREATE_CASE_RECORD\", {\n slug: \"salesforce_service_cloud-create-case-record\",\n name: \"Create Case Record\",\n description: \"Tool to create or upsert a Salesforce Case record. Use when you need to add a new Case or update via external ID.\",\n input: SalesforceServiceCloudCreateCaseRecordInput,\n output: SalesforceServiceCloudCreateCaseRecordOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA4DA,IAAAA,EAAE,OAAO;CAChF,QAAQA,IAAAA,EAAE,KAAK,CAAC,oBAAoB,iBAAiB,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CACnI,aAAaA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uEAAuE;CAC/H,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACxF,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CAC5H,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CACnH,oBAAoBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CAC7H,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;AAC9I,CAAC;AACD,MAAM,2DAAyEA,IAAAA,EAAE,OAAO;CACtF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACnE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;AACpE,CAAC;AACD,MAAa,+CAA6DA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,QAAQA,IAAAA,EAAE,MAAM,wDAAwD,CAAC,CAAC,SAAS,mCAAmC;CACtH,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC;CAC/D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC;AAED,MAAa,yCAAyCC,eAAAA,OAAO,+CAA+C;CAC1G,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/create-case-record.d.ts
4
+ declare const SalesforceServiceCloudCreateCaseRecordInput: z.ZodTypeAny;
5
+ declare const SalesforceServiceCloudCreateCaseRecordOutput: z.ZodTypeAny;
6
+ declare const salesforceServiceCloudCreateCaseRecord: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { salesforceServiceCloudCreateCaseRecord };
9
+ //# sourceMappingURL=create-case-record.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-case-record.d.cts","names":[],"sources":["../../src/actions/create-case-record.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAQ1D;AAAA,cAKW,4CAAA,EAA8C,CAAA,CAAE,UAK3D;AAAA,cAEW,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-case-record.d.ts
4
+ declare const SalesforceServiceCloudCreateCaseRecordInput: z.ZodTypeAny;
5
+ declare const SalesforceServiceCloudCreateCaseRecordOutput: z.ZodTypeAny;
6
+ declare const salesforceServiceCloudCreateCaseRecord: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { salesforceServiceCloudCreateCaseRecord };
9
+ //# sourceMappingURL=create-case-record.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-case-record.d.mts","names":[],"sources":["../../src/actions/create-case-record.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAQ1D;AAAA,cAKW,4CAAA,EAA8C,CAAA,CAAE,UAK3D;AAAA,cAEW,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,32 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/create-case-record.ts
4
+ const SalesforceServiceCloudCreateCaseRecordInput = z.object({
5
+ accept: z.enum(["application/json", "application/xml"]).describe("Desired response format; defaults to application/json").optional(),
6
+ case_fields: z.record(z.string(), z.unknown()).describe("Map of Case field API names to values (e.g., Subject, Status, Origin)"),
7
+ x_pretty_print: z.string().describe("Set to '1' to pretty-print the response").optional(),
8
+ external_id_field: z.string().describe("API name of external ID field for upsert; provide with external_id_value").optional(),
9
+ external_id_value: z.string().describe("Value of external ID for upsert; provide with external_id_field").optional(),
10
+ sforce_auto_assign: z.boolean().describe("Set to True to apply active assignment rules on Case creation or upsert").optional(),
11
+ sforce_call_options: z.string().describe("Client and defaultNamespace options in format 'client=<name>[, defaultNamespace=<ns>]'").optional()
12
+ });
13
+ const SalesforceServiceCloudCreateCaseRecord_ErrorObjectSchema = z.object({
14
+ message: z.string().describe("Error message returned by Salesforce"),
15
+ errorCode: z.string().describe("Error code returned by Salesforce")
16
+ });
17
+ const salesforceServiceCloudCreateCaseRecord = action("SALESFORCE_SERVICE_CLOUD_CREATE_CASE_RECORD", {
18
+ slug: "salesforce_service_cloud-create-case-record",
19
+ name: "Create Case Record",
20
+ description: "Tool to create or upsert a Salesforce Case record. Use when you need to add a new Case or update via external ID.",
21
+ input: SalesforceServiceCloudCreateCaseRecordInput,
22
+ output: z.object({
23
+ id: z.string().describe("ID of the created Case record; not returned when updated").nullable().optional(),
24
+ errors: z.array(SalesforceServiceCloudCreateCaseRecord_ErrorObjectSchema).describe("List of errors (empty if success)"),
25
+ success: z.boolean().describe("True if the operation succeeded"),
26
+ updated: z.boolean().default(false).describe("True if an existing record was updated via upsert").nullable().optional()
27
+ })
28
+ });
29
+ //#endregion
30
+ export { salesforceServiceCloudCreateCaseRecord };
31
+
32
+ //# sourceMappingURL=create-case-record.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-case-record.mjs","names":[],"sources":["../../src/actions/create-case-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceServiceCloudCreateCaseRecordInput: z.ZodTypeAny = z.object({\n accept: z.enum([\"application/json\", \"application/xml\"]).describe(\"Desired response format; defaults to application/json\").optional(),\n case_fields: z.record(z.string(), z.unknown()).describe(\"Map of Case field API names to values (e.g., Subject, Status, Origin)\"),\n x_pretty_print: z.string().describe(\"Set to '1' to pretty-print the response\").optional(),\n external_id_field: z.string().describe(\"API name of external ID field for upsert; provide with external_id_value\").optional(),\n external_id_value: z.string().describe(\"Value of external ID for upsert; provide with external_id_field\").optional(),\n sforce_auto_assign: z.boolean().describe(\"Set to True to apply active assignment rules on Case creation or upsert\").optional(),\n sforce_call_options: z.string().describe(\"Client and defaultNamespace options in format 'client=<name>[, defaultNamespace=<ns>]'\").optional(),\n});\nconst SalesforceServiceCloudCreateCaseRecord_ErrorObjectSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Error message returned by Salesforce\"),\n errorCode: z.string().describe(\"Error code returned by Salesforce\"),\n});\nexport const SalesforceServiceCloudCreateCaseRecordOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"ID of the created Case record; not returned when updated\").nullable().optional(),\n errors: z.array(SalesforceServiceCloudCreateCaseRecord_ErrorObjectSchema).describe(\"List of errors (empty if success)\"),\n success: z.boolean().describe(\"True if the operation succeeded\"),\n updated: z.boolean().default(false).describe(\"True if an existing record was updated via upsert\").nullable().optional(),\n});\n\nexport const salesforceServiceCloudCreateCaseRecord = action(\"SALESFORCE_SERVICE_CLOUD_CREATE_CASE_RECORD\", {\n slug: \"salesforce_service_cloud-create-case-record\",\n name: \"Create Case Record\",\n description: \"Tool to create or upsert a Salesforce Case record. Use when you need to add a new Case or update via external ID.\",\n input: SalesforceServiceCloudCreateCaseRecordInput,\n output: SalesforceServiceCloudCreateCaseRecordOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA4D,EAAE,OAAO;CAChF,QAAQ,EAAE,KAAK,CAAC,oBAAoB,iBAAiB,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CACnI,aAAa,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uEAAuE;CAC/H,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACxF,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CAC5H,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CACnH,oBAAoB,EAAE,QAAQ,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CAC7H,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;AAC9I,CAAC;AACD,MAAM,2DAAyE,EAAE,OAAO;CACtF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACnE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;AACpE,CAAC;AAQD,MAAa,yCAAyC,OAAO,+CAA+C;CAC1G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZwE,EAAE,OAAO;EACjF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,QAAQ,EAAE,MAAM,wDAAwD,CAAC,CAAC,SAAS,mCAAmC;EACtH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC;EAC/D,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,CAOU;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-case-record.ts
4
+ const SalesforceServiceCloudDeleteCaseRecordInput = zod.z.object({ case_id: zod.z.string().describe("Salesforce Case record ID to delete (15-18 character string)") }).describe("Request model for DeleteCaseRecord.");
5
+ const SalesforceServiceCloudDeleteCaseRecordOutput = zod.z.object({ success: zod.z.boolean().default(true).describe("True if the Case record was successfully deleted").nullable().optional() }).describe("Response model for DeleteCaseRecord.");
6
+ const salesforceServiceCloudDeleteCaseRecord = require_action.action("SALESFORCE_SERVICE_CLOUD_DELETE_CASE_RECORD", {
7
+ slug: "salesforce_service_cloud-delete-case-record",
8
+ name: "Delete Case Record",
9
+ description: "Tool to delete a Salesforce Case record. Use when you need to remove a case by its record ID.",
10
+ input: SalesforceServiceCloudDeleteCaseRecordInput,
11
+ output: SalesforceServiceCloudDeleteCaseRecordOutput
12
+ });
13
+ //#endregion
14
+ exports.salesforceServiceCloudDeleteCaseRecord = salesforceServiceCloudDeleteCaseRecord;
15
+
16
+ //# sourceMappingURL=delete-case-record.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-case-record.cjs","names":["z","action"],"sources":["../../src/actions/delete-case-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceServiceCloudDeleteCaseRecordInput: z.ZodTypeAny = z.object({\n case_id: z.string().describe(\"Salesforce Case record ID to delete (15-18 character string)\"),\n}).describe(\"Request model for DeleteCaseRecord.\");\nexport const SalesforceServiceCloudDeleteCaseRecordOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"True if the Case record was successfully deleted\").nullable().optional(),\n}).describe(\"Response model for DeleteCaseRecord.\");\n\nexport const salesforceServiceCloudDeleteCaseRecord = action(\"SALESFORCE_SERVICE_CLOUD_DELETE_CASE_RECORD\", {\n slug: \"salesforce_service_cloud-delete-case-record\",\n name: \"Delete Case Record\",\n description: \"Tool to delete a Salesforce Case record. Use when you need to remove a case by its record ID.\",\n input: SalesforceServiceCloudDeleteCaseRecordInput,\n output: SalesforceServiceCloudDeleteCaseRecordOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA4DA,IAAAA,EAAE,OAAO,EAChF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,EAC7F,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,+CAA6DA,IAAAA,EAAE,OAAO,EACjF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtH,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAElD,MAAa,yCAAyCC,eAAAA,OAAO,+CAA+C;CAC1G,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/delete-case-record.d.ts
4
+ declare const SalesforceServiceCloudDeleteCaseRecordInput: z.ZodTypeAny;
5
+ declare const SalesforceServiceCloudDeleteCaseRecordOutput: z.ZodTypeAny;
6
+ declare const salesforceServiceCloudDeleteCaseRecord: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { salesforceServiceCloudDeleteCaseRecord };
9
+ //# sourceMappingURL=delete-case-record.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-case-record.d.cts","names":[],"sources":["../../src/actions/delete-case-record.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAEV;AAAA,cACrC,4CAAA,EAA8C,CAAA,CAAE,UAEV;AAAA,cAEtC,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-case-record.d.ts
4
+ declare const SalesforceServiceCloudDeleteCaseRecordInput: z.ZodTypeAny;
5
+ declare const SalesforceServiceCloudDeleteCaseRecordOutput: z.ZodTypeAny;
6
+ declare const salesforceServiceCloudDeleteCaseRecord: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { salesforceServiceCloudDeleteCaseRecord };
9
+ //# sourceMappingURL=delete-case-record.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-case-record.d.mts","names":[],"sources":["../../src/actions/delete-case-record.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAEV;AAAA,cACrC,4CAAA,EAA8C,CAAA,CAAE,UAEV;AAAA,cAEtC,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const salesforceServiceCloudDeleteCaseRecord = action("SALESFORCE_SERVICE_CLOUD_DELETE_CASE_RECORD", {
4
+ slug: "salesforce_service_cloud-delete-case-record",
5
+ name: "Delete Case Record",
6
+ description: "Tool to delete a Salesforce Case record. Use when you need to remove a case by its record ID.",
7
+ input: z.object({ case_id: z.string().describe("Salesforce Case record ID to delete (15-18 character string)") }).describe("Request model for DeleteCaseRecord."),
8
+ output: z.object({ success: z.boolean().default(true).describe("True if the Case record was successfully deleted").nullable().optional() }).describe("Response model for DeleteCaseRecord.")
9
+ });
10
+ //#endregion
11
+ export { salesforceServiceCloudDeleteCaseRecord };
12
+
13
+ //# sourceMappingURL=delete-case-record.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-case-record.mjs","names":[],"sources":["../../src/actions/delete-case-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceServiceCloudDeleteCaseRecordInput: z.ZodTypeAny = z.object({\n case_id: z.string().describe(\"Salesforce Case record ID to delete (15-18 character string)\"),\n}).describe(\"Request model for DeleteCaseRecord.\");\nexport const SalesforceServiceCloudDeleteCaseRecordOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"True if the Case record was successfully deleted\").nullable().optional(),\n}).describe(\"Response model for DeleteCaseRecord.\");\n\nexport const salesforceServiceCloudDeleteCaseRecord = action(\"SALESFORCE_SERVICE_CLOUD_DELETE_CASE_RECORD\", {\n slug: \"salesforce_service_cloud-delete-case-record\",\n name: \"Delete Case Record\",\n description: \"Tool to delete a Salesforce Case record. Use when you need to remove a case by its record ID.\",\n input: SalesforceServiceCloudDeleteCaseRecordInput,\n output: SalesforceServiceCloudDeleteCaseRecordOutput,\n});\n"],"mappings":";;AAWA,MAAa,yCAAyC,OAAO,+CAA+C;CAC1G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXuE,EAAE,OAAO,EAChF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,EAC7F,CAAC,CAAC,CAAC,SAAS,qCASH;CACP,QATwE,EAAE,OAAO,EACjF,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtH,CAAC,CAAC,CAAC,SAAS,sCAOF;AACV,CAAC"}
@@ -0,0 +1,30 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/describe-s-object.ts
4
+ const SalesforceServiceCloudDescribeSObjectInput = zod.z.object({ sObjectName: zod.z.string().describe("API name of the sObject to describe, e.g., 'Account', 'Contact', 'Case'.") }).describe("Request model for describing a specified sObject metadata.");
5
+ const SalesforceServiceCloudDescribeSObjectOutput = zod.z.object({
6
+ name: zod.z.string().describe("API name of the sObject (e.g., 'Account', 'Contact')."),
7
+ urls: zod.z.object({}).describe("URLs for various sObject operations (e.g., 'sobject', 'describe', 'rowTemplate').").nullable().optional(),
8
+ label: zod.z.string().describe("User-friendly label for the sObject (e.g., 'Account', 'Contact')."),
9
+ fields: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of field metadata for the sObject. Each field includes name, label, type, length, picklistValues, relationships, and other properties."),
10
+ deletable: zod.z.boolean().describe("Whether records of this sObject can be deleted.").nullable().optional(),
11
+ keyPrefix: zod.z.string().describe("Three-character prefix for record IDs of this sObject type.").nullable().optional(),
12
+ queryable: zod.z.boolean().describe("Whether this sObject can be queried via SOQL.").nullable().optional(),
13
+ createable: zod.z.boolean().describe("Whether records of this sObject can be created.").nullable().optional(),
14
+ searchable: zod.z.boolean().describe("Whether this sObject can be searched via SOSL.").nullable().optional(),
15
+ updateable: zod.z.boolean().describe("Whether records of this sObject can be updated.").nullable().optional(),
16
+ labelPlural: zod.z.string().describe("Plural form of the label.").nullable().optional(),
17
+ recordTypeInfos: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of record type information for this sObject.").nullable().optional(),
18
+ childRelationships: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of child relationships where other objects reference this sObject.").nullable().optional()
19
+ }).describe("Response model containing comprehensive metadata for the specified sObject.\n\nIncludes field definitions, picklist values, relationships, and object capabilities.");
20
+ const salesforceServiceCloudDescribeSObject = require_action.action("SALESFORCE_SERVICE_CLOUD_DESCRIBE_S_OBJECT", {
21
+ slug: "salesforce_service_cloud-describe-s-object",
22
+ name: "Describe SObject",
23
+ description: "Tool to retrieve metadata of any sObject. Use when you need to inspect field definitions, relationships, and supported features for objects like Account, Contact, Case, etc.",
24
+ input: SalesforceServiceCloudDescribeSObjectInput,
25
+ output: SalesforceServiceCloudDescribeSObjectOutput
26
+ });
27
+ //#endregion
28
+ exports.salesforceServiceCloudDescribeSObject = salesforceServiceCloudDescribeSObject;
29
+
30
+ //# sourceMappingURL=describe-s-object.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-s-object.cjs","names":["z","action"],"sources":["../../src/actions/describe-s-object.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceServiceCloudDescribeSObjectInput: z.ZodTypeAny = z.object({\n sObjectName: z.string().describe(\"API name of the sObject to describe, e.g., 'Account', 'Contact', 'Case'.\"),\n}).describe(\"Request model for describing a specified sObject metadata.\");\nexport const SalesforceServiceCloudDescribeSObjectOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"API name of the sObject (e.g., 'Account', 'Contact').\"),\n urls: z.object({}).describe(\"URLs for various sObject operations (e.g., 'sobject', 'describe', 'rowTemplate').\").nullable().optional(),\n label: z.string().describe(\"User-friendly label for the sObject (e.g., 'Account', 'Contact').\"),\n fields: z.array(z.record(z.string(), z.unknown())).describe(\"List of field metadata for the sObject. Each field includes name, label, type, length, picklistValues, relationships, and other properties.\"),\n deletable: z.boolean().describe(\"Whether records of this sObject can be deleted.\").nullable().optional(),\n keyPrefix: z.string().describe(\"Three-character prefix for record IDs of this sObject type.\").nullable().optional(),\n queryable: z.boolean().describe(\"Whether this sObject can be queried via SOQL.\").nullable().optional(),\n createable: z.boolean().describe(\"Whether records of this sObject can be created.\").nullable().optional(),\n searchable: z.boolean().describe(\"Whether this sObject can be searched via SOSL.\").nullable().optional(),\n updateable: z.boolean().describe(\"Whether records of this sObject can be updated.\").nullable().optional(),\n labelPlural: z.string().describe(\"Plural form of the label.\").nullable().optional(),\n recordTypeInfos: z.array(z.record(z.string(), z.unknown())).describe(\"List of record type information for this sObject.\").nullable().optional(),\n childRelationships: z.array(z.record(z.string(), z.unknown())).describe(\"List of child relationships where other objects reference this sObject.\").nullable().optional(),\n}).describe(\"Response model containing comprehensive metadata for the specified sObject.\\n\\nIncludes field definitions, picklist values, relationships, and object capabilities.\");\n\nexport const salesforceServiceCloudDescribeSObject = action(\"SALESFORCE_SERVICE_CLOUD_DESCRIBE_S_OBJECT\", {\n slug: \"salesforce_service_cloud-describe-s-object\",\n name: \"Describe SObject\",\n description: \"Tool to retrieve metadata of any sObject. Use when you need to inspect field definitions, relationships, and supported features for objects like Account, Contact, Case, etc.\",\n input: SalesforceServiceCloudDescribeSObjectInput,\n output: SalesforceServiceCloudDescribeSObjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2DA,IAAAA,EAAE,OAAO,EAC/E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,EAC7G,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAa,8CAA4DA,IAAAA,EAAE,OAAO;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CAC9F,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,6IAA6I;CACzM,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,iBAAiBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9I,oBAAoBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzK,CAAC,CAAC,CAAC,SAAS,qKAAqK;AAEjL,MAAa,wCAAwCC,eAAAA,OAAO,8CAA8C;CACxG,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/describe-s-object.d.ts
4
+ declare const SalesforceServiceCloudDescribeSObjectInput: z.ZodTypeAny;
5
+ declare const SalesforceServiceCloudDescribeSObjectOutput: z.ZodTypeAny;
6
+ declare const salesforceServiceCloudDescribeSObject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { salesforceServiceCloudDescribeSObject };
9
+ //# sourceMappingURL=describe-s-object.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-s-object.d.cts","names":[],"sources":["../../src/actions/describe-s-object.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAEc;AAAA,cAC5D,2CAAA,EAA6C,CAAA,CAAE,UAcsH;AAAA,cAErK,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/describe-s-object.d.ts
4
+ declare const SalesforceServiceCloudDescribeSObjectInput: z.ZodTypeAny;
5
+ declare const SalesforceServiceCloudDescribeSObjectOutput: z.ZodTypeAny;
6
+ declare const salesforceServiceCloudDescribeSObject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { salesforceServiceCloudDescribeSObject };
9
+ //# sourceMappingURL=describe-s-object.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-s-object.d.mts","names":[],"sources":["../../src/actions/describe-s-object.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAEc;AAAA,cAC5D,2CAAA,EAA6C,CAAA,CAAE,UAcsH;AAAA,cAErK,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,27 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const salesforceServiceCloudDescribeSObject = action("SALESFORCE_SERVICE_CLOUD_DESCRIBE_S_OBJECT", {
4
+ slug: "salesforce_service_cloud-describe-s-object",
5
+ name: "Describe SObject",
6
+ description: "Tool to retrieve metadata of any sObject. Use when you need to inspect field definitions, relationships, and supported features for objects like Account, Contact, Case, etc.",
7
+ input: z.object({ sObjectName: z.string().describe("API name of the sObject to describe, e.g., 'Account', 'Contact', 'Case'.") }).describe("Request model for describing a specified sObject metadata."),
8
+ output: z.object({
9
+ name: z.string().describe("API name of the sObject (e.g., 'Account', 'Contact')."),
10
+ urls: z.object({}).describe("URLs for various sObject operations (e.g., 'sobject', 'describe', 'rowTemplate').").nullable().optional(),
11
+ label: z.string().describe("User-friendly label for the sObject (e.g., 'Account', 'Contact')."),
12
+ fields: z.array(z.record(z.string(), z.unknown())).describe("List of field metadata for the sObject. Each field includes name, label, type, length, picklistValues, relationships, and other properties."),
13
+ deletable: z.boolean().describe("Whether records of this sObject can be deleted.").nullable().optional(),
14
+ keyPrefix: z.string().describe("Three-character prefix for record IDs of this sObject type.").nullable().optional(),
15
+ queryable: z.boolean().describe("Whether this sObject can be queried via SOQL.").nullable().optional(),
16
+ createable: z.boolean().describe("Whether records of this sObject can be created.").nullable().optional(),
17
+ searchable: z.boolean().describe("Whether this sObject can be searched via SOSL.").nullable().optional(),
18
+ updateable: z.boolean().describe("Whether records of this sObject can be updated.").nullable().optional(),
19
+ labelPlural: z.string().describe("Plural form of the label.").nullable().optional(),
20
+ recordTypeInfos: z.array(z.record(z.string(), z.unknown())).describe("List of record type information for this sObject.").nullable().optional(),
21
+ childRelationships: z.array(z.record(z.string(), z.unknown())).describe("List of child relationships where other objects reference this sObject.").nullable().optional()
22
+ }).describe("Response model containing comprehensive metadata for the specified sObject.\n\nIncludes field definitions, picklist values, relationships, and object capabilities.")
23
+ });
24
+ //#endregion
25
+ export { salesforceServiceCloudDescribeSObject };
26
+
27
+ //# sourceMappingURL=describe-s-object.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-s-object.mjs","names":[],"sources":["../../src/actions/describe-s-object.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceServiceCloudDescribeSObjectInput: z.ZodTypeAny = z.object({\n sObjectName: z.string().describe(\"API name of the sObject to describe, e.g., 'Account', 'Contact', 'Case'.\"),\n}).describe(\"Request model for describing a specified sObject metadata.\");\nexport const SalesforceServiceCloudDescribeSObjectOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"API name of the sObject (e.g., 'Account', 'Contact').\"),\n urls: z.object({}).describe(\"URLs for various sObject operations (e.g., 'sobject', 'describe', 'rowTemplate').\").nullable().optional(),\n label: z.string().describe(\"User-friendly label for the sObject (e.g., 'Account', 'Contact').\"),\n fields: z.array(z.record(z.string(), z.unknown())).describe(\"List of field metadata for the sObject. Each field includes name, label, type, length, picklistValues, relationships, and other properties.\"),\n deletable: z.boolean().describe(\"Whether records of this sObject can be deleted.\").nullable().optional(),\n keyPrefix: z.string().describe(\"Three-character prefix for record IDs of this sObject type.\").nullable().optional(),\n queryable: z.boolean().describe(\"Whether this sObject can be queried via SOQL.\").nullable().optional(),\n createable: z.boolean().describe(\"Whether records of this sObject can be created.\").nullable().optional(),\n searchable: z.boolean().describe(\"Whether this sObject can be searched via SOSL.\").nullable().optional(),\n updateable: z.boolean().describe(\"Whether records of this sObject can be updated.\").nullable().optional(),\n labelPlural: z.string().describe(\"Plural form of the label.\").nullable().optional(),\n recordTypeInfos: z.array(z.record(z.string(), z.unknown())).describe(\"List of record type information for this sObject.\").nullable().optional(),\n childRelationships: z.array(z.record(z.string(), z.unknown())).describe(\"List of child relationships where other objects reference this sObject.\").nullable().optional(),\n}).describe(\"Response model containing comprehensive metadata for the specified sObject.\\n\\nIncludes field definitions, picklist values, relationships, and object capabilities.\");\n\nexport const salesforceServiceCloudDescribeSObject = action(\"SALESFORCE_SERVICE_CLOUD_DESCRIBE_S_OBJECT\", {\n slug: \"salesforce_service_cloud-describe-s-object\",\n name: \"Describe SObject\",\n description: \"Tool to retrieve metadata of any sObject. Use when you need to inspect field definitions, relationships, and supported features for objects like Account, Contact, Case, etc.\",\n input: SalesforceServiceCloudDescribeSObjectInput,\n output: SalesforceServiceCloudDescribeSObjectOutput,\n});\n"],"mappings":";;AAuBA,MAAa,wCAAwC,OAAO,8CAA8C;CACxG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvBsE,EAAE,OAAO,EAC/E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,EAC7G,CAAC,CAAC,CAAC,SAAS,4DAqBH;CACP,QArBuE,EAAE,OAAO;EAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;EACjF,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrI,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;EAC9F,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,6IAA6I;EACzM,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClH,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9I,oBAAoB,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzK,CAAC,CAAC,CAAC,SAAS,qKAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/generate-request-id.ts
4
+ const SalesforceServiceCloudGenerateRequestIdInput = zod.z.object({}).describe("Request model for GenerateRequestId. No parameters are required to generate a UUIDv4.");
5
+ const SalesforceServiceCloudGenerateRequestIdOutput = zod.z.object({ request_id: zod.z.string().describe("Newly generated UUIDv4 string for use as the Idempotency-Key header in Salesforce API requests to prevent duplicate operations.") }).describe("Response model containing the generated UUIDv4 request ID.");
6
+ const salesforceServiceCloudGenerateRequestId = require_action.action("SALESFORCE_SERVICE_CLOUD_GENERATE_REQUEST_ID", {
7
+ slug: "salesforce_service_cloud-generate-request-id",
8
+ name: "Generate Request ID",
9
+ description: "Generate a UUIDv4 string to use as an Idempotency-Key header in Salesforce User Interface API requests. This prevents duplicate record creation when POST, PATCH, or DELETE requests are retried due to network failures or timeouts. The same key returns cached responses for 30 days, avoiding duplicate operations and saving server resources. Use this tool whenever you need to ensure idempotent behavior for Salesforce UI API operations.",
10
+ input: SalesforceServiceCloudGenerateRequestIdInput,
11
+ output: SalesforceServiceCloudGenerateRequestIdOutput
12
+ });
13
+ //#endregion
14
+ exports.salesforceServiceCloudGenerateRequestId = salesforceServiceCloudGenerateRequestId;
15
+
16
+ //# sourceMappingURL=generate-request-id.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-request-id.cjs","names":["z","action"],"sources":["../../src/actions/generate-request-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceServiceCloudGenerateRequestIdInput: z.ZodTypeAny = z.object({}).describe(\"Request model for GenerateRequestId. No parameters are required to generate a UUIDv4.\");\nexport const SalesforceServiceCloudGenerateRequestIdOutput: z.ZodTypeAny = z.object({\n request_id: z.string().describe(\"Newly generated UUIDv4 string for use as the Idempotency-Key header in Salesforce API requests to prevent duplicate operations.\"),\n}).describe(\"Response model containing the generated UUIDv4 request ID.\");\n\nexport const salesforceServiceCloudGenerateRequestId = action(\"SALESFORCE_SERVICE_CLOUD_GENERATE_REQUEST_ID\", {\n slug: \"salesforce_service_cloud-generate-request-id\",\n name: \"Generate Request ID\",\n description: \"Generate a UUIDv4 string to use as an Idempotency-Key header in Salesforce User Interface API requests. This prevents duplicate record creation when POST, PATCH, or DELETE requests are retried due to network failures or timeouts. The same key returns cached responses for 30 days, avoiding duplicate operations and saving server resources. Use this tool whenever you need to ensure idempotent behavior for Salesforce UI API operations.\",\n input: SalesforceServiceCloudGenerateRequestIdInput,\n output: SalesforceServiceCloudGenerateRequestIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA6DA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uFAAuF;AACvL,MAAa,gDAA8DA,IAAAA,EAAE,OAAO,EAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,EACnK,CAAC,CAAC,CAAC,SAAS,4DAA4D;AAExE,MAAa,0CAA0CC,eAAAA,OAAO,gDAAgD;CAC5G,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/generate-request-id.d.ts
4
+ declare const SalesforceServiceCloudGenerateRequestIdInput: z.ZodTypeAny;
5
+ declare const SalesforceServiceCloudGenerateRequestIdOutput: z.ZodTypeAny;
6
+ declare const salesforceServiceCloudGenerateRequestId: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { salesforceServiceCloudGenerateRequestId };
9
+ //# sourceMappingURL=generate-request-id.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-request-id.d.cts","names":[],"sources":["../../src/actions/generate-request-id.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAA2H;AAAA,cAC3K,6CAAA,EAA+C,CAAA,CAAE,UAEW;AAAA,cAE5D,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/generate-request-id.d.ts
4
+ declare const SalesforceServiceCloudGenerateRequestIdInput: z.ZodTypeAny;
5
+ declare const SalesforceServiceCloudGenerateRequestIdOutput: z.ZodTypeAny;
6
+ declare const salesforceServiceCloudGenerateRequestId: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { salesforceServiceCloudGenerateRequestId };
9
+ //# sourceMappingURL=generate-request-id.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-request-id.d.mts","names":[],"sources":["../../src/actions/generate-request-id.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAA2H;AAAA,cAC3K,6CAAA,EAA+C,CAAA,CAAE,UAEW;AAAA,cAE5D,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const salesforceServiceCloudGenerateRequestId = action("SALESFORCE_SERVICE_CLOUD_GENERATE_REQUEST_ID", {
4
+ slug: "salesforce_service_cloud-generate-request-id",
5
+ name: "Generate Request ID",
6
+ description: "Generate a UUIDv4 string to use as an Idempotency-Key header in Salesforce User Interface API requests. This prevents duplicate record creation when POST, PATCH, or DELETE requests are retried due to network failures or timeouts. The same key returns cached responses for 30 days, avoiding duplicate operations and saving server resources. Use this tool whenever you need to ensure idempotent behavior for Salesforce UI API operations.",
7
+ input: z.object({}).describe("Request model for GenerateRequestId. No parameters are required to generate a UUIDv4."),
8
+ output: z.object({ request_id: z.string().describe("Newly generated UUIDv4 string for use as the Idempotency-Key header in Salesforce API requests to prevent duplicate operations.") }).describe("Response model containing the generated UUIDv4 request ID.")
9
+ });
10
+ //#endregion
11
+ export { salesforceServiceCloudGenerateRequestId };
12
+
13
+ //# sourceMappingURL=generate-request-id.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-request-id.mjs","names":[],"sources":["../../src/actions/generate-request-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceServiceCloudGenerateRequestIdInput: z.ZodTypeAny = z.object({}).describe(\"Request model for GenerateRequestId. No parameters are required to generate a UUIDv4.\");\nexport const SalesforceServiceCloudGenerateRequestIdOutput: z.ZodTypeAny = z.object({\n request_id: z.string().describe(\"Newly generated UUIDv4 string for use as the Idempotency-Key header in Salesforce API requests to prevent duplicate operations.\"),\n}).describe(\"Response model containing the generated UUIDv4 request ID.\");\n\nexport const salesforceServiceCloudGenerateRequestId = action(\"SALESFORCE_SERVICE_CLOUD_GENERATE_REQUEST_ID\", {\n slug: \"salesforce_service_cloud-generate-request-id\",\n name: \"Generate Request ID\",\n description: \"Generate a UUIDv4 string to use as an Idempotency-Key header in Salesforce User Interface API requests. This prevents duplicate record creation when POST, PATCH, or DELETE requests are retried due to network failures or timeouts. The same key returns cached responses for 30 days, avoiding duplicate operations and saving server resources. Use this tool whenever you need to ensure idempotent behavior for Salesforce UI API operations.\",\n input: SalesforceServiceCloudGenerateRequestIdInput,\n output: SalesforceServiceCloudGenerateRequestIdOutput,\n});\n"],"mappings":";;AASA,MAAa,0CAA0C,OAAO,gDAAgD;CAC5G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATwE,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uFASvF;CACP,QATyE,EAAE,OAAO,EAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,EACnK,CAAC,CAAC,CAAC,SAAS,4DAOF;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/generate-signed-jwt-assertion.ts
4
+ const SalesforceServiceCloudGenerateSignedJwtAssertionInput = zod.z.object({
5
+ audience: zod.z.string().describe("Audience claim for the JWT, e.g., login URL or instance domain. Defaults to the instance domain derived from base_url metadata.").optional(),
6
+ username: zod.z.string().describe("Salesforce username (subject) for whom to generate the JWT assertion."),
7
+ client_id: zod.z.string().describe("Client (Consumer) ID of the Salesforce Connected App. If provided, overrides value from connection metadata.").optional(),
8
+ expiration: zod.z.number().int().default(300).describe("JWT lifetime in seconds from now.").optional(),
9
+ private_key: zod.z.string().describe("RSA private key in PEM format used to sign the JWT. If generate_private_key is true, this value is ignored.").optional(),
10
+ generate_private_key: zod.z.boolean().default(false).describe("If true, generate a temporary RSA private key for signing (useful for testing when a PEM isn't available).").optional()
11
+ }).describe("Parameters to generate a signed JWT assertion for Salesforce JWT bearer OAuth flow.");
12
+ const SalesforceServiceCloudGenerateSignedJwtAssertionOutput = zod.z.object({ assertion: zod.z.string().describe("Compact serialized, RS256-signed JWT assertion.") }).describe("Compact JWT assertion signed with RS256.");
13
+ const salesforceServiceCloudGenerateSignedJwtAssertion = require_action.action("SALESFORCE_SERVICE_CLOUD_GENERATE_SIGNED_JWT_ASSERTION", {
14
+ slug: "salesforce_service_cloud-generate-signed-jwt-assertion",
15
+ name: "Generate Signed JWT Assertion",
16
+ description: "Tool to generate a signed JWT assertion for Salesforce JWT bearer OAuth flow. Use when you need to perform server-to-server authentication using a connected app’s certificate. Use before exchanging the assertion for an access token.",
17
+ input: SalesforceServiceCloudGenerateSignedJwtAssertionInput,
18
+ output: SalesforceServiceCloudGenerateSignedJwtAssertionOutput
19
+ });
20
+ //#endregion
21
+ exports.salesforceServiceCloudGenerateSignedJwtAssertion = salesforceServiceCloudGenerateSignedJwtAssertion;
22
+
23
+ //# sourceMappingURL=generate-signed-jwt-assertion.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-signed-jwt-assertion.cjs","names":["z","action"],"sources":["../../src/actions/generate-signed-jwt-assertion.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceServiceCloudGenerateSignedJwtAssertionInput: z.ZodTypeAny = z.object({\n audience: z.string().describe(\"Audience claim for the JWT, e.g., login URL or instance domain. Defaults to the instance domain derived from base_url metadata.\").optional(),\n username: z.string().describe(\"Salesforce username (subject) for whom to generate the JWT assertion.\"),\n client_id: z.string().describe(\"Client (Consumer) ID of the Salesforce Connected App. If provided, overrides value from connection metadata.\").optional(),\n expiration: z.number().int().default(300).describe(\"JWT lifetime in seconds from now.\").optional(),\n private_key: z.string().describe(\"RSA private key in PEM format used to sign the JWT. If generate_private_key is true, this value is ignored.\").optional(),\n generate_private_key: z.boolean().default(false).describe(\"If true, generate a temporary RSA private key for signing (useful for testing when a PEM isn't available).\").optional(),\n}).describe(\"Parameters to generate a signed JWT assertion for Salesforce JWT bearer OAuth flow.\");\nexport const SalesforceServiceCloudGenerateSignedJwtAssertionOutput: z.ZodTypeAny = z.object({\n assertion: z.string().describe(\"Compact serialized, RS256-signed JWT assertion.\"),\n}).describe(\"Compact JWT assertion signed with RS256.\");\n\nexport const salesforceServiceCloudGenerateSignedJwtAssertion = action(\"SALESFORCE_SERVICE_CLOUD_GENERATE_SIGNED_JWT_ASSERTION\", {\n slug: \"salesforce_service_cloud-generate-signed-jwt-assertion\",\n name: \"Generate Signed JWT Assertion\",\n description: \"Tool to generate a signed JWT assertion for Salesforce JWT bearer OAuth flow. Use when you need to perform server-to-server authentication using a connected app’s certificate. Use before exchanging the assertion for an access token.\",\n input: SalesforceServiceCloudGenerateSignedJwtAssertionInput,\n output: SalesforceServiceCloudGenerateSignedJwtAssertionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wDAAsEA,IAAAA,EAAE,OAAO;CAC1F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;CAC1K,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACrG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;CACxJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;CACzJ,sBAAsBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;AACnL,CAAC,CAAC,CAAC,SAAS,qFAAqF;AACjG,MAAa,yDAAuEA,IAAAA,EAAE,OAAO,EAC3F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EAClF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,mDAAmDC,eAAAA,OAAO,0DAA0D;CAC/H,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/generate-signed-jwt-assertion.d.ts
4
+ declare const SalesforceServiceCloudGenerateSignedJwtAssertionInput: z.ZodTypeAny;
5
+ declare const SalesforceServiceCloudGenerateSignedJwtAssertionOutput: z.ZodTypeAny;
6
+ declare const salesforceServiceCloudGenerateSignedJwtAssertion: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { salesforceServiceCloudGenerateSignedJwtAssertion };
9
+ //# sourceMappingURL=generate-signed-jwt-assertion.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-signed-jwt-assertion.d.cts","names":[],"sources":["../../src/actions/generate-signed-jwt-assertion.ts"],"mappings":";;;cAIa,qDAAA,EAAuD,CAAA,CAAE,UAO4B;AAAA,cACrF,sDAAA,EAAwD,CAAA,CAAE,UAEhB;AAAA,cAE1C,gDAAA,gCAAgD,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/generate-signed-jwt-assertion.d.ts
4
+ declare const SalesforceServiceCloudGenerateSignedJwtAssertionInput: z.ZodTypeAny;
5
+ declare const SalesforceServiceCloudGenerateSignedJwtAssertionOutput: z.ZodTypeAny;
6
+ declare const salesforceServiceCloudGenerateSignedJwtAssertion: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { salesforceServiceCloudGenerateSignedJwtAssertion };
9
+ //# sourceMappingURL=generate-signed-jwt-assertion.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-signed-jwt-assertion.d.mts","names":[],"sources":["../../src/actions/generate-signed-jwt-assertion.ts"],"mappings":";;;cAIa,qDAAA,EAAuD,CAAA,CAAE,UAO4B;AAAA,cACrF,sDAAA,EAAwD,CAAA,CAAE,UAEhB;AAAA,cAE1C,gDAAA,gCAAgD,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const salesforceServiceCloudGenerateSignedJwtAssertion = action("SALESFORCE_SERVICE_CLOUD_GENERATE_SIGNED_JWT_ASSERTION", {
4
+ slug: "salesforce_service_cloud-generate-signed-jwt-assertion",
5
+ name: "Generate Signed JWT Assertion",
6
+ description: "Tool to generate a signed JWT assertion for Salesforce JWT bearer OAuth flow. Use when you need to perform server-to-server authentication using a connected app’s certificate. Use before exchanging the assertion for an access token.",
7
+ input: z.object({
8
+ audience: z.string().describe("Audience claim for the JWT, e.g., login URL or instance domain. Defaults to the instance domain derived from base_url metadata.").optional(),
9
+ username: z.string().describe("Salesforce username (subject) for whom to generate the JWT assertion."),
10
+ client_id: z.string().describe("Client (Consumer) ID of the Salesforce Connected App. If provided, overrides value from connection metadata.").optional(),
11
+ expiration: z.number().int().default(300).describe("JWT lifetime in seconds from now.").optional(),
12
+ private_key: z.string().describe("RSA private key in PEM format used to sign the JWT. If generate_private_key is true, this value is ignored.").optional(),
13
+ generate_private_key: z.boolean().default(false).describe("If true, generate a temporary RSA private key for signing (useful for testing when a PEM isn't available).").optional()
14
+ }).describe("Parameters to generate a signed JWT assertion for Salesforce JWT bearer OAuth flow."),
15
+ output: z.object({ assertion: z.string().describe("Compact serialized, RS256-signed JWT assertion.") }).describe("Compact JWT assertion signed with RS256.")
16
+ });
17
+ //#endregion
18
+ export { salesforceServiceCloudGenerateSignedJwtAssertion };
19
+
20
+ //# sourceMappingURL=generate-signed-jwt-assertion.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-signed-jwt-assertion.mjs","names":[],"sources":["../../src/actions/generate-signed-jwt-assertion.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceServiceCloudGenerateSignedJwtAssertionInput: z.ZodTypeAny = z.object({\n audience: z.string().describe(\"Audience claim for the JWT, e.g., login URL or instance domain. Defaults to the instance domain derived from base_url metadata.\").optional(),\n username: z.string().describe(\"Salesforce username (subject) for whom to generate the JWT assertion.\"),\n client_id: z.string().describe(\"Client (Consumer) ID of the Salesforce Connected App. If provided, overrides value from connection metadata.\").optional(),\n expiration: z.number().int().default(300).describe(\"JWT lifetime in seconds from now.\").optional(),\n private_key: z.string().describe(\"RSA private key in PEM format used to sign the JWT. If generate_private_key is true, this value is ignored.\").optional(),\n generate_private_key: z.boolean().default(false).describe(\"If true, generate a temporary RSA private key for signing (useful for testing when a PEM isn't available).\").optional(),\n}).describe(\"Parameters to generate a signed JWT assertion for Salesforce JWT bearer OAuth flow.\");\nexport const SalesforceServiceCloudGenerateSignedJwtAssertionOutput: z.ZodTypeAny = z.object({\n assertion: z.string().describe(\"Compact serialized, RS256-signed JWT assertion.\"),\n}).describe(\"Compact JWT assertion signed with RS256.\");\n\nexport const salesforceServiceCloudGenerateSignedJwtAssertion = action(\"SALESFORCE_SERVICE_CLOUD_GENERATE_SIGNED_JWT_ASSERTION\", {\n slug: \"salesforce_service_cloud-generate-signed-jwt-assertion\",\n name: \"Generate Signed JWT Assertion\",\n description: \"Tool to generate a signed JWT assertion for Salesforce JWT bearer OAuth flow. Use when you need to perform server-to-server authentication using a connected app’s certificate. Use before exchanging the assertion for an access token.\",\n input: SalesforceServiceCloudGenerateSignedJwtAssertionInput,\n output: SalesforceServiceCloudGenerateSignedJwtAssertionOutput,\n});\n"],"mappings":";;AAgBA,MAAa,mDAAmD,OAAO,0DAA0D;CAC/H,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBiF,EAAE,OAAO;EAC1F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;EAC1K,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;EACrG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;EACxJ,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EACjG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;EACzJ,sBAAsB,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;CACnL,CAAC,CAAC,CAAC,SAAS,qFASH;CACP,QATkF,EAAE,OAAO,EAC3F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EAClF,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
@@ -0,0 +1,44 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-case-record.ts
4
+ const SalesforceServiceCloudGetCaseRecordInput = zod.z.object({
5
+ fields: zod.z.string().describe("Comma-separated list of Case field API names to retrieve. If omitted, returns all accessible fields.").optional(),
6
+ case_id: zod.z.string().describe("ID of the Case record to retrieve (15- or 18-character Salesforce ID)")
7
+ }).describe("Request model for GetCaseRecord.");
8
+ const SalesforceServiceCloudGetCaseRecord_CaseAttributesSchema = zod.z.object({
9
+ url: zod.z.string().describe("URL to retrieve this Case instance"),
10
+ type: zod.z.string().describe("SObject type, e.g., 'Case'")
11
+ }).describe("Metadata for Salesforce sObject returned in the response.");
12
+ const SalesforceServiceCloudGetCaseRecordOutput = zod.z.object({
13
+ Id: zod.z.string().describe("Unique 18-character Salesforce ID of the Case record").nullable().optional(),
14
+ Type: zod.z.string().describe("Type or category of the Case (e.g., Problem, Feature Request, Question)").nullable().optional(),
15
+ Origin: zod.z.string().describe("Source channel of the Case (e.g., Phone, Email, Web, Chat)").nullable().optional(),
16
+ Reason: zod.z.string().describe("Reason or subcategory for the Case").nullable().optional(),
17
+ Status: zod.z.string().describe("Current status of the Case (e.g., New, Working, Escalated, Closed)").nullable().optional(),
18
+ OwnerId: zod.z.string().describe("ID of the User or Queue that owns this Case").nullable().optional(),
19
+ Subject: zod.z.string().describe("Brief description or title of the Case").nullable().optional(),
20
+ IsClosed: zod.z.boolean().describe("Whether the Case is currently closed").nullable().optional(),
21
+ Priority: zod.z.string().describe("Priority level of the Case (e.g., Low, Medium, High, Critical)").nullable().optional(),
22
+ AccountId: zod.z.string().describe("ID of the related Account if Case is associated with one").nullable().optional(),
23
+ ContactId: zod.z.string().describe("ID of the related Contact if Case is associated with one").nullable().optional(),
24
+ IsDeleted: zod.z.boolean().describe("Whether the Case has been deleted (soft delete)").nullable().optional(),
25
+ CaseNumber: zod.z.string().describe("Auto-generated Case number (e.g., 00001234)").nullable().optional(),
26
+ ClosedDate: zod.z.string().describe("ISO 8601 timestamp when the Case was closed").nullable().optional(),
27
+ attributes: SalesforceServiceCloudGetCaseRecord_CaseAttributesSchema.nullable(),
28
+ CreatedById: zod.z.string().describe("ID of the User who created the Case").nullable().optional(),
29
+ CreatedDate: zod.z.string().describe("ISO 8601 timestamp when the Case was created").nullable().optional(),
30
+ Description: zod.z.string().describe("Detailed description of the customer issue or problem").nullable().optional(),
31
+ LastModifiedById: zod.z.string().describe("ID of the User who last modified the Case").nullable().optional(),
32
+ LastModifiedDate: zod.z.string().describe("ISO 8601 timestamp when the Case was last modified").nullable().optional()
33
+ }).passthrough().describe("Response model for GetCaseRecord. Contains sObject metadata and all Case fields.\n\nCommon Case fields include: Id, CaseNumber, Subject, Description, Status, Priority,\nOrigin, Type, Reason, AccountId, ContactId, OwnerId, CreatedDate, LastModifiedDate,\nIsClosed, IsDeleted, etc. The actual fields returned depend on what's requested via\nthe fields parameter and what's accessible based on permissions.");
34
+ const salesforceServiceCloudGetCaseRecord = require_action.action("SALESFORCE_SERVICE_CLOUD_GET_CASE_RECORD", {
35
+ slug: "salesforce_service_cloud-get-case-record",
36
+ name: "Get Case Record",
37
+ description: "Retrieve a Salesforce Case record by its ID. Returns Case details including status, priority, subject, description, owner, and timestamps. Useful for: - Looking up Case details by ID - Checking Case status and priority - Getting customer issue information - Retrieving Case metadata and relationships Requires a valid 15 or 18-character Salesforce Case ID. Optionally specify which fields to retrieve using the fields parameter; otherwise all accessible fields are returned.",
38
+ input: SalesforceServiceCloudGetCaseRecordInput,
39
+ output: SalesforceServiceCloudGetCaseRecordOutput
40
+ });
41
+ //#endregion
42
+ exports.salesforceServiceCloudGetCaseRecord = salesforceServiceCloudGetCaseRecord;
43
+
44
+ //# sourceMappingURL=get-case-record.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-case-record.cjs","names":["z","action"],"sources":["../../src/actions/get-case-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceServiceCloudGetCaseRecordInput: z.ZodTypeAny = z.object({\n fields: z.string().describe(\"Comma-separated list of Case field API names to retrieve. If omitted, returns all accessible fields.\").optional(),\n case_id: z.string().describe(\"ID of the Case record to retrieve (15- or 18-character Salesforce ID)\"),\n}).describe(\"Request model for GetCaseRecord.\");\nconst SalesforceServiceCloudGetCaseRecord_CaseAttributesSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to retrieve this Case instance\"),\n type: z.string().describe(\"SObject type, e.g., 'Case'\"),\n}).describe(\"Metadata for Salesforce sObject returned in the response.\");\nexport const SalesforceServiceCloudGetCaseRecordOutput: z.ZodTypeAny = z.object({\n Id: z.string().describe(\"Unique 18-character Salesforce ID of the Case record\").nullable().optional(),\n Type: z.string().describe(\"Type or category of the Case (e.g., Problem, Feature Request, Question)\").nullable().optional(),\n Origin: z.string().describe(\"Source channel of the Case (e.g., Phone, Email, Web, Chat)\").nullable().optional(),\n Reason: z.string().describe(\"Reason or subcategory for the Case\").nullable().optional(),\n Status: z.string().describe(\"Current status of the Case (e.g., New, Working, Escalated, Closed)\").nullable().optional(),\n OwnerId: z.string().describe(\"ID of the User or Queue that owns this Case\").nullable().optional(),\n Subject: z.string().describe(\"Brief description or title of the Case\").nullable().optional(),\n IsClosed: z.boolean().describe(\"Whether the Case is currently closed\").nullable().optional(),\n Priority: z.string().describe(\"Priority level of the Case (e.g., Low, Medium, High, Critical)\").nullable().optional(),\n AccountId: z.string().describe(\"ID of the related Account if Case is associated with one\").nullable().optional(),\n ContactId: z.string().describe(\"ID of the related Contact if Case is associated with one\").nullable().optional(),\n IsDeleted: z.boolean().describe(\"Whether the Case has been deleted (soft delete)\").nullable().optional(),\n CaseNumber: z.string().describe(\"Auto-generated Case number (e.g., 00001234)\").nullable().optional(),\n ClosedDate: z.string().describe(\"ISO 8601 timestamp when the Case was closed\").nullable().optional(),\n attributes: SalesforceServiceCloudGetCaseRecord_CaseAttributesSchema.nullable(),\n CreatedById: z.string().describe(\"ID of the User who created the Case\").nullable().optional(),\n CreatedDate: z.string().describe(\"ISO 8601 timestamp when the Case was created\").nullable().optional(),\n Description: z.string().describe(\"Detailed description of the customer issue or problem\").nullable().optional(),\n LastModifiedById: z.string().describe(\"ID of the User who last modified the Case\").nullable().optional(),\n LastModifiedDate: z.string().describe(\"ISO 8601 timestamp when the Case was last modified\").nullable().optional(),\n}).passthrough().describe(\"Response model for GetCaseRecord. Contains sObject metadata and all Case fields.\\n\\nCommon Case fields include: Id, CaseNumber, Subject, Description, Status, Priority,\\nOrigin, Type, Reason, AccountId, ContactId, OwnerId, CreatedDate, LastModifiedDate,\\nIsClosed, IsDeleted, etc. The actual fields returned depend on what's requested via\\nthe fields parameter and what's accessible based on permissions.\");\n\nexport const salesforceServiceCloudGetCaseRecord = action(\"SALESFORCE_SERVICE_CLOUD_GET_CASE_RECORD\", {\n slug: \"salesforce_service_cloud-get-case-record\",\n name: \"Get Case Record\",\n description: \"Retrieve a Salesforce Case record by its ID. Returns Case details including status, priority, subject, description, owner, and timestamps. Useful for: - Looking up Case details by ID - Checking Case status and priority - Getting customer issue information - Retrieving Case metadata and relationships Requires a valid 15 or 18-character Salesforce Case ID. Optionally specify which fields to retrieve using the fields parameter; otherwise all accessible fields are returned.\",\n input: SalesforceServiceCloudGetCaseRecordInput,\n output: SalesforceServiceCloudGetCaseRecordOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyDA,IAAAA,EAAE,OAAO;CAC7E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAC7I,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;AACtG,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,2DAAyEA,IAAAA,EAAE,OAAO;CACtF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;AACxD,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAY,yDAAyD,SAAS;CAC9E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qZAAqZ;AAE/a,MAAa,sCAAsCC,eAAAA,OAAO,4CAA4C;CACpG,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-case-record.d.ts
4
+ declare const SalesforceServiceCloudGetCaseRecordInput: z.ZodTypeAny;
5
+ declare const SalesforceServiceCloudGetCaseRecordOutput: z.ZodTypeAny;
6
+ declare const salesforceServiceCloudGetCaseRecord: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { salesforceServiceCloudGetCaseRecord };
9
+ //# sourceMappingURL=get-case-record.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-case-record.d.cts","names":[],"sources":["../../src/actions/get-case-record.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAGV;AAAA,cAKlC,yCAAA,EAA2C,CAAA,CAAE,UAqBsX;AAAA,cAEna,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-case-record.d.ts
4
+ declare const SalesforceServiceCloudGetCaseRecordInput: z.ZodTypeAny;
5
+ declare const SalesforceServiceCloudGetCaseRecordOutput: z.ZodTypeAny;
6
+ declare const salesforceServiceCloudGetCaseRecord: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { salesforceServiceCloudGetCaseRecord };
9
+ //# sourceMappingURL=get-case-record.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-case-record.d.mts","names":[],"sources":["../../src/actions/get-case-record.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAGV;AAAA,cAKlC,yCAAA,EAA2C,CAAA,CAAE,UAqBsX;AAAA,cAEna,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}