@keystrokehq/nango 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 (226) 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/action-trigger-post.cjs +21 -0
  7. package/dist/actions/action-trigger-post.cjs.map +1 -0
  8. package/dist/actions/action-trigger-post.d.cts +9 -0
  9. package/dist/actions/action-trigger-post.d.cts.map +1 -0
  10. package/dist/actions/action-trigger-post.d.mts +9 -0
  11. package/dist/actions/action-trigger-post.d.mts.map +1 -0
  12. package/dist/actions/action-trigger-post.mjs +18 -0
  13. package/dist/actions/action-trigger-post.mjs.map +1 -0
  14. package/dist/actions/add-connection.cjs +88 -0
  15. package/dist/actions/add-connection.cjs.map +1 -0
  16. package/dist/actions/add-connection.d.cts +9 -0
  17. package/dist/actions/add-connection.d.cts.map +1 -0
  18. package/dist/actions/add-connection.d.mts +9 -0
  19. package/dist/actions/add-connection.d.mts.map +1 -0
  20. package/dist/actions/add-connection.mjs +87 -0
  21. package/dist/actions/add-connection.mjs.map +1 -0
  22. package/dist/actions/connection-get.cjs +43 -0
  23. package/dist/actions/connection-get.cjs.map +1 -0
  24. package/dist/actions/connection-get.d.cts +9 -0
  25. package/dist/actions/connection-get.d.cts.map +1 -0
  26. package/dist/actions/connection-get.d.mts +9 -0
  27. package/dist/actions/connection-get.d.mts.map +1 -0
  28. package/dist/actions/connection-get.mjs +42 -0
  29. package/dist/actions/connection-get.mjs.map +1 -0
  30. package/dist/actions/create-connect-session.cjs +36 -0
  31. package/dist/actions/create-connect-session.cjs.map +1 -0
  32. package/dist/actions/create-connect-session.d.cts +9 -0
  33. package/dist/actions/create-connect-session.d.cts.map +1 -0
  34. package/dist/actions/create-connect-session.d.mts +9 -0
  35. package/dist/actions/create-connect-session.d.mts.map +1 -0
  36. package/dist/actions/create-connect-session.mjs +35 -0
  37. package/dist/actions/create-connect-session.mjs.map +1 -0
  38. package/dist/actions/create-integration.cjs +52 -0
  39. package/dist/actions/create-integration.cjs.map +1 -0
  40. package/dist/actions/create-integration.d.cts +9 -0
  41. package/dist/actions/create-integration.d.cts.map +1 -0
  42. package/dist/actions/create-integration.d.mts +9 -0
  43. package/dist/actions/create-integration.d.mts.map +1 -0
  44. package/dist/actions/create-integration.mjs +51 -0
  45. package/dist/actions/create-integration.mjs.map +1 -0
  46. package/dist/actions/delete-connection.cjs +19 -0
  47. package/dist/actions/delete-connection.cjs.map +1 -0
  48. package/dist/actions/delete-connection.d.cts +9 -0
  49. package/dist/actions/delete-connection.d.cts.map +1 -0
  50. package/dist/actions/delete-connection.d.mts +9 -0
  51. package/dist/actions/delete-connection.d.mts.map +1 -0
  52. package/dist/actions/delete-connection.mjs +16 -0
  53. package/dist/actions/delete-connection.mjs.map +1 -0
  54. package/dist/actions/delete-integration.cjs +16 -0
  55. package/dist/actions/delete-integration.cjs.map +1 -0
  56. package/dist/actions/delete-integration.d.cts +9 -0
  57. package/dist/actions/delete-integration.d.cts.map +1 -0
  58. package/dist/actions/delete-integration.d.mts +9 -0
  59. package/dist/actions/delete-integration.d.mts.map +1 -0
  60. package/dist/actions/delete-integration.mjs +13 -0
  61. package/dist/actions/delete-integration.mjs.map +1 -0
  62. package/dist/actions/edit-connection.cjs +26 -0
  63. package/dist/actions/edit-connection.cjs.map +1 -0
  64. package/dist/actions/edit-connection.d.cts +9 -0
  65. package/dist/actions/edit-connection.d.cts.map +1 -0
  66. package/dist/actions/edit-connection.d.mts +9 -0
  67. package/dist/actions/edit-connection.d.mts.map +1 -0
  68. package/dist/actions/edit-connection.mjs +23 -0
  69. package/dist/actions/edit-connection.mjs.map +1 -0
  70. package/dist/actions/get-connection.cjs +47 -0
  71. package/dist/actions/get-connection.cjs.map +1 -0
  72. package/dist/actions/get-connection.d.cts +9 -0
  73. package/dist/actions/get-connection.d.cts.map +1 -0
  74. package/dist/actions/get-connection.d.mts +9 -0
  75. package/dist/actions/get-connection.d.mts.map +1 -0
  76. package/dist/actions/get-connection.mjs +46 -0
  77. package/dist/actions/get-connection.mjs.map +1 -0
  78. package/dist/actions/get-environment-variables.cjs +20 -0
  79. package/dist/actions/get-environment-variables.cjs.map +1 -0
  80. package/dist/actions/get-environment-variables.d.cts +9 -0
  81. package/dist/actions/get-environment-variables.d.cts.map +1 -0
  82. package/dist/actions/get-environment-variables.d.mts +9 -0
  83. package/dist/actions/get-environment-variables.d.mts.map +1 -0
  84. package/dist/actions/get-environment-variables.mjs +19 -0
  85. package/dist/actions/get-environment-variables.mjs.map +1 -0
  86. package/dist/actions/get-integration.cjs +36 -0
  87. package/dist/actions/get-integration.cjs.map +1 -0
  88. package/dist/actions/get-integration.d.cts +9 -0
  89. package/dist/actions/get-integration.d.cts.map +1 -0
  90. package/dist/actions/get-integration.d.mts +9 -0
  91. package/dist/actions/get-integration.d.mts.map +1 -0
  92. package/dist/actions/get-integration.mjs +35 -0
  93. package/dist/actions/get-integration.mjs.map +1 -0
  94. package/dist/actions/get-proxy.cjs +38 -0
  95. package/dist/actions/get-proxy.cjs.map +1 -0
  96. package/dist/actions/get-proxy.d.cts +9 -0
  97. package/dist/actions/get-proxy.d.cts.map +1 -0
  98. package/dist/actions/get-proxy.d.mts +9 -0
  99. package/dist/actions/get-proxy.d.mts.map +1 -0
  100. package/dist/actions/get-proxy.mjs +35 -0
  101. package/dist/actions/get-proxy.mjs.map +1 -0
  102. package/dist/actions/get-sync-status.cjs +42 -0
  103. package/dist/actions/get-sync-status.cjs.map +1 -0
  104. package/dist/actions/get-sync-status.d.cts +9 -0
  105. package/dist/actions/get-sync-status.d.cts.map +1 -0
  106. package/dist/actions/get-sync-status.d.mts +9 -0
  107. package/dist/actions/get-sync-status.d.mts.map +1 -0
  108. package/dist/actions/get-sync-status.mjs +41 -0
  109. package/dist/actions/get-sync-status.mjs.map +1 -0
  110. package/dist/actions/index.cjs +49 -0
  111. package/dist/actions/index.d.cts +25 -0
  112. package/dist/actions/index.d.mts +25 -0
  113. package/dist/actions/index.mjs +25 -0
  114. package/dist/actions/list-connections.cjs +45 -0
  115. package/dist/actions/list-connections.cjs.map +1 -0
  116. package/dist/actions/list-connections.d.cts +9 -0
  117. package/dist/actions/list-connections.d.cts.map +1 -0
  118. package/dist/actions/list-connections.d.mts +9 -0
  119. package/dist/actions/list-connections.d.mts.map +1 -0
  120. package/dist/actions/list-connections.mjs +44 -0
  121. package/dist/actions/list-connections.mjs.map +1 -0
  122. package/dist/actions/list-integrations.cjs +24 -0
  123. package/dist/actions/list-integrations.cjs.map +1 -0
  124. package/dist/actions/list-integrations.d.cts +9 -0
  125. package/dist/actions/list-integrations.d.cts.map +1 -0
  126. package/dist/actions/list-integrations.d.mts +9 -0
  127. package/dist/actions/list-integrations.d.mts.map +1 -0
  128. package/dist/actions/list-integrations.mjs +23 -0
  129. package/dist/actions/list-integrations.mjs.map +1 -0
  130. package/dist/actions/providers-get-get.cjs +30 -0
  131. package/dist/actions/providers-get-get.cjs.map +1 -0
  132. package/dist/actions/providers-get-get.d.cts +9 -0
  133. package/dist/actions/providers-get-get.d.cts.map +1 -0
  134. package/dist/actions/providers-get-get.d.mts +9 -0
  135. package/dist/actions/providers-get-get.d.mts.map +1 -0
  136. package/dist/actions/providers-get-get.mjs +27 -0
  137. package/dist/actions/providers-get-get.mjs.map +1 -0
  138. package/dist/actions/providers-list-get.cjs +25 -0
  139. package/dist/actions/providers-list-get.cjs.map +1 -0
  140. package/dist/actions/providers-list-get.d.cts +9 -0
  141. package/dist/actions/providers-list-get.d.cts.map +1 -0
  142. package/dist/actions/providers-list-get.d.mts +9 -0
  143. package/dist/actions/providers-list-get.d.mts.map +1 -0
  144. package/dist/actions/providers-list-get.mjs +24 -0
  145. package/dist/actions/providers-list-get.mjs.map +1 -0
  146. package/dist/actions/put-proxy.cjs +39 -0
  147. package/dist/actions/put-proxy.cjs.map +1 -0
  148. package/dist/actions/put-proxy.d.cts +9 -0
  149. package/dist/actions/put-proxy.d.cts.map +1 -0
  150. package/dist/actions/put-proxy.d.mts +9 -0
  151. package/dist/actions/put-proxy.d.mts.map +1 -0
  152. package/dist/actions/put-proxy.mjs +36 -0
  153. package/dist/actions/put-proxy.mjs.map +1 -0
  154. package/dist/actions/reconnect-session-post.cjs +37 -0
  155. package/dist/actions/reconnect-session-post.cjs.map +1 -0
  156. package/dist/actions/reconnect-session-post.d.cts +9 -0
  157. package/dist/actions/reconnect-session-post.d.cts.map +1 -0
  158. package/dist/actions/reconnect-session-post.d.mts +9 -0
  159. package/dist/actions/reconnect-session-post.d.mts.map +1 -0
  160. package/dist/actions/reconnect-session-post.mjs +36 -0
  161. package/dist/actions/reconnect-session-post.mjs.map +1 -0
  162. package/dist/actions/scripts-config-get.cjs +66 -0
  163. package/dist/actions/scripts-config-get.cjs.map +1 -0
  164. package/dist/actions/scripts-config-get.d.cts +9 -0
  165. package/dist/actions/scripts-config-get.d.cts.map +1 -0
  166. package/dist/actions/scripts-config-get.d.mts +9 -0
  167. package/dist/actions/scripts-config-get.d.mts.map +1 -0
  168. package/dist/actions/scripts-config-get.mjs +65 -0
  169. package/dist/actions/scripts-config-get.mjs.map +1 -0
  170. package/dist/actions/set-connection-metadata.cjs +24 -0
  171. package/dist/actions/set-connection-metadata.cjs.map +1 -0
  172. package/dist/actions/set-connection-metadata.d.cts +9 -0
  173. package/dist/actions/set-connection-metadata.d.cts.map +1 -0
  174. package/dist/actions/set-connection-metadata.d.mts +9 -0
  175. package/dist/actions/set-connection-metadata.d.mts.map +1 -0
  176. package/dist/actions/set-connection-metadata.mjs +21 -0
  177. package/dist/actions/set-connection-metadata.mjs.map +1 -0
  178. package/dist/actions/sync-trigger-post.cjs +25 -0
  179. package/dist/actions/sync-trigger-post.cjs.map +1 -0
  180. package/dist/actions/sync-trigger-post.d.cts +9 -0
  181. package/dist/actions/sync-trigger-post.d.cts.map +1 -0
  182. package/dist/actions/sync-trigger-post.d.mts +9 -0
  183. package/dist/actions/sync-trigger-post.d.mts.map +1 -0
  184. package/dist/actions/sync-trigger-post.mjs +22 -0
  185. package/dist/actions/sync-trigger-post.mjs.map +1 -0
  186. package/dist/actions/update-connection-metadata.cjs +24 -0
  187. package/dist/actions/update-connection-metadata.cjs.map +1 -0
  188. package/dist/actions/update-connection-metadata.d.cts +9 -0
  189. package/dist/actions/update-connection-metadata.d.cts.map +1 -0
  190. package/dist/actions/update-connection-metadata.d.mts +9 -0
  191. package/dist/actions/update-connection-metadata.d.mts.map +1 -0
  192. package/dist/actions/update-connection-metadata.mjs +21 -0
  193. package/dist/actions/update-connection-metadata.mjs.map +1 -0
  194. package/dist/actions/update-integration.cjs +51 -0
  195. package/dist/actions/update-integration.cjs.map +1 -0
  196. package/dist/actions/update-integration.d.cts +9 -0
  197. package/dist/actions/update-integration.d.cts.map +1 -0
  198. package/dist/actions/update-integration.d.mts +9 -0
  199. package/dist/actions/update-integration.d.mts.map +1 -0
  200. package/dist/actions/update-integration.mjs +50 -0
  201. package/dist/actions/update-integration.mjs.map +1 -0
  202. package/dist/app.cjs +9 -0
  203. package/dist/app.cjs.map +1 -0
  204. package/dist/app.d.cts +5 -0
  205. package/dist/app.d.cts.map +1 -0
  206. package/dist/app.d.mts +5 -0
  207. package/dist/app.d.mts.map +1 -0
  208. package/dist/app.mjs +10 -0
  209. package/dist/app.mjs.map +1 -0
  210. package/dist/catalog.cjs +15 -0
  211. package/dist/catalog.cjs.map +1 -0
  212. package/dist/catalog.d.cts +14 -0
  213. package/dist/catalog.d.cts.map +1 -0
  214. package/dist/catalog.d.mts +14 -0
  215. package/dist/catalog.d.mts.map +1 -0
  216. package/dist/catalog.mjs +15 -0
  217. package/dist/catalog.mjs.map +1 -0
  218. package/dist/execute.cjs +18 -0
  219. package/dist/execute.cjs.map +1 -0
  220. package/dist/execute.mjs +18 -0
  221. package/dist/execute.mjs.map +1 -0
  222. package/dist/index.cjs +54 -0
  223. package/dist/index.d.cts +27 -0
  224. package/dist/index.d.mts +27 -0
  225. package/dist/index.mjs +28 -0
  226. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-connection.d.cts","names":[],"sources":["../../src/actions/get-connection.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAM2C;AAAA,cAYtE,wBAAA,EAA0B,CAAA,CAAE,UAc0G;AAAA,cAEtI,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-connection.d.ts
4
+ declare const NangoGetConnectionInput: z.ZodTypeAny;
5
+ declare const NangoGetConnectionOutput: z.ZodTypeAny;
6
+ declare const nangoGetConnection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nangoGetConnection };
9
+ //# sourceMappingURL=get-connection.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-connection.d.mts","names":[],"sources":["../../src/actions/get-connection.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAM2C;AAAA,cAYtE,wBAAA,EAA0B,CAAA,CAAE,UAc0G;AAAA,cAEtI,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,46 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-connection.ts
4
+ const NangoGetConnectionInput = z.object({
5
+ connection_id: z.string().describe("The connection ID used to create the connection. This identifies the specific connection to retrieve."),
6
+ force_refresh: z.boolean().describe("If true, Nango will attempt to refresh the access token regardless of its expiration status. Default is false.").optional(),
7
+ refresh_token: z.boolean().describe("If true, return the refresh token as part of the response. Default is false.").optional(),
8
+ provider_config_key: z.string().describe("The integration ID (Unique Key) used to create the connection. Required to identify which integration this connection belongs to."),
9
+ refresh_github_app_jwt_token: z.boolean().describe("If true, this will refresh the JWT token for GitHub App / GitHub App OAuth connections.").optional()
10
+ }).describe("Request model for retrieving a specific connection with credentials.");
11
+ const NangoGetConnection_ConnectionErrorSchema = z.object({
12
+ type: z.string().describe("Error type identifier"),
13
+ log_id: z.string().describe("Associated log ID for debugging")
14
+ }).describe("Represents an error associated with a connection.");
15
+ const NangoGetConnection_EndUserSchema = z.object({
16
+ id: z.string().describe("End user ID"),
17
+ tags: z.object({}).describe("Tags associated with the end user").nullable().optional(),
18
+ email: z.string().describe("End user email").nullable().optional(),
19
+ display_name: z.string().describe("End user display name").nullable().optional(),
20
+ organization: z.object({}).describe("Organization details").nullable().optional()
21
+ }).describe("End user information associated with a connection.");
22
+ const nangoGetConnection = action("NANGO_GET_CONNECTION", {
23
+ slug: "nango-get-connection",
24
+ name: "Get Connection with Credentials",
25
+ description: "Retrieve a specific connection with its credentials. Automatically checks if the access token has expired and refreshes it if needed. Use this action when you need to access the authentication credentials for a connection to make API calls to the provider. The credentials returned depend on the auth type (OAuth2, API Key, Basic Auth, etc.). Returns 404 if the connection does not exist, 424 if token refresh is exhausted.",
26
+ input: NangoGetConnectionInput,
27
+ output: z.object({
28
+ id: z.number().int().describe("Internal Nango connection identifier"),
29
+ tags: z.object({}).describe("Connection tags (key/value strings). Keys are normalized to lowercase."),
30
+ errors: z.array(NangoGetConnection_ConnectionErrorSchema).describe("List of connection errors (auth/sync issues)"),
31
+ end_user: NangoGetConnection_EndUserSchema.nullable().optional(),
32
+ metadata: z.object({}).describe("Custom metadata attached to the connection"),
33
+ provider: z.string().describe("Provider/integration name"),
34
+ created_at: z.string().describe("Connection creation timestamp in ISO 8601 format"),
35
+ updated_at: z.string().describe("Connection last update timestamp in ISO 8601 format"),
36
+ credentials: z.object({}).describe("Authentication credentials for this connection. Type varies by auth method (OAuth2, API Key, Basic, etc.). Contains fields like type, access_token, refresh_token, etc. depending on the auth method."),
37
+ connection_id: z.string().describe("The connection ID provided when creating the connection"),
38
+ last_fetched_at: z.string().describe("Last time connection data was fetched"),
39
+ connection_config: z.object({}).describe("Connection configuration data"),
40
+ provider_config_key: z.string().describe("Integration/provider configuration key (unique key)")
41
+ }).describe("Response model for retrieving a connection with credentials.\nContains full connection details including authentication credentials.")
42
+ });
43
+ //#endregion
44
+ export { nangoGetConnection };
45
+
46
+ //# sourceMappingURL=get-connection.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-connection.mjs","names":[],"sources":["../../src/actions/get-connection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NangoGetConnectionInput: z.ZodTypeAny = z.object({\n connection_id: z.string().describe(\"The connection ID used to create the connection. This identifies the specific connection to retrieve.\"),\n force_refresh: z.boolean().describe(\"If true, Nango will attempt to refresh the access token regardless of its expiration status. Default is false.\").optional(),\n refresh_token: z.boolean().describe(\"If true, return the refresh token as part of the response. Default is false.\").optional(),\n provider_config_key: z.string().describe(\"The integration ID (Unique Key) used to create the connection. Required to identify which integration this connection belongs to.\"),\n refresh_github_app_jwt_token: z.boolean().describe(\"If true, this will refresh the JWT token for GitHub App / GitHub App OAuth connections.\").optional(),\n}).describe(\"Request model for retrieving a specific connection with credentials.\");\nconst NangoGetConnection_ConnectionErrorSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Error type identifier\"),\n log_id: z.string().describe(\"Associated log ID for debugging\"),\n}).describe(\"Represents an error associated with a connection.\");\nconst NangoGetConnection_EndUserSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"End user ID\"),\n tags: z.object({}).describe(\"Tags associated with the end user\").nullable().optional(),\n email: z.string().describe(\"End user email\").nullable().optional(),\n display_name: z.string().describe(\"End user display name\").nullable().optional(),\n organization: z.object({}).describe(\"Organization details\").nullable().optional(),\n}).describe(\"End user information associated with a connection.\");\nexport const NangoGetConnectionOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Internal Nango connection identifier\"),\n tags: z.object({}).describe(\"Connection tags (key/value strings). Keys are normalized to lowercase.\"),\n errors: z.array(NangoGetConnection_ConnectionErrorSchema).describe(\"List of connection errors (auth/sync issues)\"),\n end_user: NangoGetConnection_EndUserSchema.nullable().optional(),\n metadata: z.object({}).describe(\"Custom metadata attached to the connection\"),\n provider: z.string().describe(\"Provider/integration name\"),\n created_at: z.string().describe(\"Connection creation timestamp in ISO 8601 format\"),\n updated_at: z.string().describe(\"Connection last update timestamp in ISO 8601 format\"),\n credentials: z.object({}).describe(\"Authentication credentials for this connection. Type varies by auth method (OAuth2, API Key, Basic, etc.). Contains fields like type, access_token, refresh_token, etc. depending on the auth method.\"),\n connection_id: z.string().describe(\"The connection ID provided when creating the connection\"),\n last_fetched_at: z.string().describe(\"Last time connection data was fetched\"),\n connection_config: z.object({}).describe(\"Connection configuration data\"),\n provider_config_key: z.string().describe(\"Integration/provider configuration key (unique key)\"),\n}).describe(\"Response model for retrieving a connection with credentials.\\nContains full connection details including authentication credentials.\");\n\nexport const nangoGetConnection = action(\"NANGO_GET_CONNECTION\", {\n slug: \"nango-get-connection\",\n name: \"Get Connection with Credentials\",\n description: \"Retrieve a specific connection with its credentials. Automatically checks if the access token has expired and refreshes it if needed. Use this action when you need to access the authentication credentials for a connection to make API calls to the provider. The credentials returned depend on the auth type (OAuth2, API Key, Basic Auth, etc.). Returns 404 if the connection does not exist, 424 if token refresh is exhausted.\",\n input: NangoGetConnectionInput,\n output: NangoGetConnectionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO;CAC5D,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG;CAC1I,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,gHAAgH,CAAC,CAAC,SAAS;CAC/J,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;CAC7H,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,mIAAmI;CAC5K,8BAA8B,EAAE,QAAQ,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS;AACzJ,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAM,2CAAyD,EAAE,OAAO;CACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;AAC/D,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,mCAAiD,EAAE,OAAO;CAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa;CACrC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,cAAc,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAiBhE,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QArBoD,EAAE,OAAO;EAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;EACpE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wEAAwE;EACpG,QAAQ,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,8CAA8C;EACjH,UAAU,iCAAiC,SAAS,CAAC,CAAC,SAAS;EAC/D,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4CAA4C;EAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EACzD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EACrF,aAAa,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uMAAuM;EAC1O,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;EAC5F,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EAC5E,mBAAmB,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+BAA+B;EACxE,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAChG,CAAC,CAAC,CAAC,SAAS,sIAOF;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-environment-variables.ts
4
+ const NangoGetEnvironmentVariablesInput = zod.z.object({}).describe("Empty request model for retrieving environment variables.");
5
+ const NangoGetEnvironmentVariables_EnvironmentVariableSchema = zod.z.object({
6
+ name: zod.z.string().describe("The name of the environment variable"),
7
+ value: zod.z.string().describe("The value of the environment variable")
8
+ }).describe("Model representing a single environment variable.");
9
+ const NangoGetEnvironmentVariablesOutput = zod.z.object({ variables: zod.z.array(NangoGetEnvironmentVariables_EnvironmentVariableSchema).describe("List of environment variables as configured in the Nango dashboard") }).describe("Response model containing list of environment variables.");
10
+ const nangoGetEnvironmentVariables = require_action.action("NANGO_GET_ENVIRONMENT_VARIABLES", {
11
+ slug: "nango-get-environment-variables",
12
+ name: "Get Environment Variables",
13
+ description: "Tool to retrieve environment variables from the Nango dashboard. Use when you need to access or list environment variables configured in Nango.",
14
+ input: NangoGetEnvironmentVariablesInput,
15
+ output: NangoGetEnvironmentVariablesOutput
16
+ });
17
+ //#endregion
18
+ exports.nangoGetEnvironmentVariables = nangoGetEnvironmentVariables;
19
+
20
+ //# sourceMappingURL=get-environment-variables.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-environment-variables.cjs","names":["z","action"],"sources":["../../src/actions/get-environment-variables.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NangoGetEnvironmentVariablesInput: z.ZodTypeAny = z.object({}).describe(\"Empty request model for retrieving environment variables.\");\nconst NangoGetEnvironmentVariables_EnvironmentVariableSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the environment variable\"),\n value: z.string().describe(\"The value of the environment variable\"),\n}).describe(\"Model representing a single environment variable.\");\nexport const NangoGetEnvironmentVariablesOutput: z.ZodTypeAny = z.object({\n variables: z.array(NangoGetEnvironmentVariables_EnvironmentVariableSchema).describe(\"List of environment variables as configured in the Nango dashboard\"),\n}).describe(\"Response model containing list of environment variables.\");\n\nexport const nangoGetEnvironmentVariables = action(\"NANGO_GET_ENVIRONMENT_VARIABLES\", {\n slug: \"nango-get-environment-variables\",\n name: \"Get Environment Variables\",\n description: \"Tool to retrieve environment variables from the Nango dashboard. Use when you need to access or list environment variables configured in Nango.\",\n input: NangoGetEnvironmentVariablesInput,\n output: NangoGetEnvironmentVariablesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAChJ,MAAM,yDAAuEA,IAAAA,EAAE,OAAO;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;AACpE,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,EACvE,WAAWA,IAAAA,EAAE,MAAM,sDAAsD,CAAC,CAAC,SAAS,oEAAoE,EAC1J,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEtE,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,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-environment-variables.d.ts
4
+ declare const NangoGetEnvironmentVariablesInput: z.ZodTypeAny;
5
+ declare const NangoGetEnvironmentVariablesOutput: z.ZodTypeAny;
6
+ declare const nangoGetEnvironmentVariables: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nangoGetEnvironmentVariables };
9
+ //# sourceMappingURL=get-environment-variables.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-environment-variables.d.cts","names":[],"sources":["../../src/actions/get-environment-variables.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAA+F;AAAA,cAKpI,kCAAA,EAAoC,CAAA,CAAE,UAEoB;AAAA,cAE1D,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-environment-variables.d.ts
4
+ declare const NangoGetEnvironmentVariablesInput: z.ZodTypeAny;
5
+ declare const NangoGetEnvironmentVariablesOutput: z.ZodTypeAny;
6
+ declare const nangoGetEnvironmentVariables: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nangoGetEnvironmentVariables };
9
+ //# sourceMappingURL=get-environment-variables.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-environment-variables.d.mts","names":[],"sources":["../../src/actions/get-environment-variables.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAA+F;AAAA,cAKpI,kCAAA,EAAoC,CAAA,CAAE,UAEoB;AAAA,cAE1D,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-environment-variables.ts
4
+ const NangoGetEnvironmentVariablesInput = z.object({}).describe("Empty request model for retrieving environment variables.");
5
+ const NangoGetEnvironmentVariables_EnvironmentVariableSchema = z.object({
6
+ name: z.string().describe("The name of the environment variable"),
7
+ value: z.string().describe("The value of the environment variable")
8
+ }).describe("Model representing a single environment variable.");
9
+ const nangoGetEnvironmentVariables = action("NANGO_GET_ENVIRONMENT_VARIABLES", {
10
+ slug: "nango-get-environment-variables",
11
+ name: "Get Environment Variables",
12
+ description: "Tool to retrieve environment variables from the Nango dashboard. Use when you need to access or list environment variables configured in Nango.",
13
+ input: NangoGetEnvironmentVariablesInput,
14
+ output: z.object({ variables: z.array(NangoGetEnvironmentVariables_EnvironmentVariableSchema).describe("List of environment variables as configured in the Nango dashboard") }).describe("Response model containing list of environment variables.")
15
+ });
16
+ //#endregion
17
+ export { nangoGetEnvironmentVariables };
18
+
19
+ //# sourceMappingURL=get-environment-variables.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-environment-variables.mjs","names":[],"sources":["../../src/actions/get-environment-variables.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NangoGetEnvironmentVariablesInput: z.ZodTypeAny = z.object({}).describe(\"Empty request model for retrieving environment variables.\");\nconst NangoGetEnvironmentVariables_EnvironmentVariableSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the environment variable\"),\n value: z.string().describe(\"The value of the environment variable\"),\n}).describe(\"Model representing a single environment variable.\");\nexport const NangoGetEnvironmentVariablesOutput: z.ZodTypeAny = z.object({\n variables: z.array(NangoGetEnvironmentVariables_EnvironmentVariableSchema).describe(\"List of environment variables as configured in the Nango dashboard\"),\n}).describe(\"Response model containing list of environment variables.\");\n\nexport const nangoGetEnvironmentVariables = action(\"NANGO_GET_ENVIRONMENT_VARIABLES\", {\n slug: \"nango-get-environment-variables\",\n name: \"Get Environment Variables\",\n description: \"Tool to retrieve environment variables from the Nango dashboard. Use when you need to access or list environment variables configured in Nango.\",\n input: NangoGetEnvironmentVariablesInput,\n output: NangoGetEnvironmentVariablesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAChJ,MAAM,yDAAuE,EAAE,OAAO;CACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;AACpE,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAK/D,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT8D,EAAE,OAAO,EACvE,WAAW,EAAE,MAAM,sDAAsD,CAAC,CAAC,SAAS,oEAAoE,EAC1J,CAAC,CAAC,CAAC,SAAS,0DAOF;AACV,CAAC"}
@@ -0,0 +1,36 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-integration.ts
4
+ const NangoGetIntegrationInput = zod.z.object({
5
+ include: zod.z.array(zod.z.string()).describe("Optional list of additional sensitive data to include in the response (e.g., credentials, webhook_url).").optional(),
6
+ unique_key: zod.z.string().describe("The integration ID (unique_key) that you created in Nango. This is the identifier for your integration configuration.")
7
+ }).describe("Request model for retrieving a specific integration by its unique key.");
8
+ const NangoGetIntegration_IntegrationCredentialsSchema = zod.z.object({
9
+ type: zod.z.string().describe("OAuth type (e.g., 'OAUTH2')").nullable().optional(),
10
+ scopes: zod.z.string().describe("OAuth scopes").nullable().optional(),
11
+ client_id: zod.z.string().describe("Client ID for the integration").nullable().optional(),
12
+ client_secret: zod.z.string().describe("Client secret for the integration").nullable().optional(),
13
+ webhook_secret: zod.z.string().describe("Webhook secret key").nullable().optional()
14
+ }).describe("Model representing integration credentials.");
15
+ const NangoGetIntegration_IntegrationDataSchema = zod.z.object({
16
+ logo: zod.z.string().describe("URL to the integration's logo image.").nullable().optional(),
17
+ provider: zod.z.string().describe("The provider identifier (e.g., 'github', 'slack', 'salesforce')."),
18
+ created_at: zod.z.string().describe("Timestamp when the integration was created in ISO 8601 format."),
19
+ unique_key: zod.z.string().describe("The integration ID (unique_key) that you created in Nango."),
20
+ updated_at: zod.z.string().describe("Timestamp when the integration was last updated in ISO 8601 format."),
21
+ credentials: NangoGetIntegration_IntegrationCredentialsSchema.nullable().optional(),
22
+ webhook_url: zod.z.string().describe("Configured webhook URL for the integration (only included if requested via 'include' parameter).").nullable().optional(),
23
+ display_name: zod.z.string().describe("Human-readable display name of the integration.")
24
+ }).describe("Model representing an integration configuration in Nango.");
25
+ const NangoGetIntegrationOutput = zod.z.object({ data: NangoGetIntegration_IntegrationDataSchema.nullable() }).describe("Response model for retrieving an integration.");
26
+ const nangoGetIntegration = require_action.action("NANGO_GET_INTEGRATION", {
27
+ slug: "nango-get-integration",
28
+ name: "Get Integration",
29
+ description: "Retrieve detailed configuration for a specific Nango integration by its unique key. Returns integration details including provider, display name, creation/update timestamps, and optionally sensitive data like credentials or webhook URLs if requested via the 'include' parameter. Use this to inspect integration configuration, verify setup, or retrieve credentials for a specific integration. Returns 404 error if the integration unique key does not exist.",
30
+ input: NangoGetIntegrationInput,
31
+ output: NangoGetIntegrationOutput
32
+ });
33
+ //#endregion
34
+ exports.nangoGetIntegration = nangoGetIntegration;
35
+
36
+ //# sourceMappingURL=get-integration.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-integration.cjs","names":["z","action"],"sources":["../../src/actions/get-integration.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NangoGetIntegrationInput: z.ZodTypeAny = z.object({\n include: z.array(z.string()).describe(\"Optional list of additional sensitive data to include in the response (e.g., credentials, webhook_url).\").optional(),\n unique_key: z.string().describe(\"The integration ID (unique_key) that you created in Nango. This is the identifier for your integration configuration.\"),\n}).describe(\"Request model for retrieving a specific integration by its unique key.\");\nconst NangoGetIntegration_IntegrationCredentialsSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"OAuth type (e.g., 'OAUTH2')\").nullable().optional(),\n scopes: z.string().describe(\"OAuth scopes\").nullable().optional(),\n client_id: z.string().describe(\"Client ID for the integration\").nullable().optional(),\n client_secret: z.string().describe(\"Client secret for the integration\").nullable().optional(),\n webhook_secret: z.string().describe(\"Webhook secret key\").nullable().optional(),\n}).describe(\"Model representing integration credentials.\");\nconst NangoGetIntegration_IntegrationDataSchema: z.ZodTypeAny = z.object({\n logo: z.string().describe(\"URL to the integration's logo image.\").nullable().optional(),\n provider: z.string().describe(\"The provider identifier (e.g., 'github', 'slack', 'salesforce').\"),\n created_at: z.string().describe(\"Timestamp when the integration was created in ISO 8601 format.\"),\n unique_key: z.string().describe(\"The integration ID (unique_key) that you created in Nango.\"),\n updated_at: z.string().describe(\"Timestamp when the integration was last updated in ISO 8601 format.\"),\n credentials: NangoGetIntegration_IntegrationCredentialsSchema.nullable().optional(),\n webhook_url: z.string().describe(\"Configured webhook URL for the integration (only included if requested via 'include' parameter).\").nullable().optional(),\n display_name: z.string().describe(\"Human-readable display name of the integration.\"),\n}).describe(\"Model representing an integration configuration in Nango.\");\nexport const NangoGetIntegrationOutput: z.ZodTypeAny = z.object({\n data: NangoGetIntegration_IntegrationDataSchema.nullable(),\n}).describe(\"Response model for retrieving an integration.\");\n\nexport const nangoGetIntegration = action(\"NANGO_GET_INTEGRATION\", {\n slug: \"nango-get-integration\",\n name: \"Get Integration\",\n description: \"Retrieve detailed configuration for a specific Nango integration by its unique key. Returns integration details including provider, display name, creation/update timestamps, and optionally sensitive data like credentials or webhook URLs if requested via the 'include' parameter. Use this to inspect integration configuration, verify setup, or retrieve credentials for a specific integration. Returns 404 error if the integration unique key does not exist.\",\n input: NangoGetIntegrationInput,\n output: NangoGetIntegrationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CAC1J,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH;AACzJ,CAAC,CAAC,CAAC,SAAS,wEAAwE;AACpF,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAChG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAChG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE;CACrG,aAAa,iDAAiD,SAAS,CAAC,CAAC,SAAS;CAClF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzJ,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;AACrF,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,MAAM,0CAA0C,SAAS,EAC3D,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,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-integration.d.ts
4
+ declare const NangoGetIntegrationInput: z.ZodTypeAny;
5
+ declare const NangoGetIntegrationOutput: z.ZodTypeAny;
6
+ declare const nangoGetIntegration: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nangoGetIntegration };
9
+ //# sourceMappingURL=get-integration.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-integration.d.cts","names":[],"sources":["../../src/actions/get-integration.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAG4C;AAAA,cAkBxE,yBAAA,EAA2B,CAAA,CAAE,UAEkB;AAAA,cAE/C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-integration.d.ts
4
+ declare const NangoGetIntegrationInput: z.ZodTypeAny;
5
+ declare const NangoGetIntegrationOutput: z.ZodTypeAny;
6
+ declare const nangoGetIntegration: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nangoGetIntegration };
9
+ //# sourceMappingURL=get-integration.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-integration.d.mts","names":[],"sources":["../../src/actions/get-integration.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAG4C;AAAA,cAkBxE,yBAAA,EAA2B,CAAA,CAAE,UAEkB;AAAA,cAE/C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,35 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-integration.ts
4
+ const NangoGetIntegrationInput = z.object({
5
+ include: z.array(z.string()).describe("Optional list of additional sensitive data to include in the response (e.g., credentials, webhook_url).").optional(),
6
+ unique_key: z.string().describe("The integration ID (unique_key) that you created in Nango. This is the identifier for your integration configuration.")
7
+ }).describe("Request model for retrieving a specific integration by its unique key.");
8
+ const NangoGetIntegration_IntegrationCredentialsSchema = z.object({
9
+ type: z.string().describe("OAuth type (e.g., 'OAUTH2')").nullable().optional(),
10
+ scopes: z.string().describe("OAuth scopes").nullable().optional(),
11
+ client_id: z.string().describe("Client ID for the integration").nullable().optional(),
12
+ client_secret: z.string().describe("Client secret for the integration").nullable().optional(),
13
+ webhook_secret: z.string().describe("Webhook secret key").nullable().optional()
14
+ }).describe("Model representing integration credentials.");
15
+ const NangoGetIntegration_IntegrationDataSchema = z.object({
16
+ logo: z.string().describe("URL to the integration's logo image.").nullable().optional(),
17
+ provider: z.string().describe("The provider identifier (e.g., 'github', 'slack', 'salesforce')."),
18
+ created_at: z.string().describe("Timestamp when the integration was created in ISO 8601 format."),
19
+ unique_key: z.string().describe("The integration ID (unique_key) that you created in Nango."),
20
+ updated_at: z.string().describe("Timestamp when the integration was last updated in ISO 8601 format."),
21
+ credentials: NangoGetIntegration_IntegrationCredentialsSchema.nullable().optional(),
22
+ webhook_url: z.string().describe("Configured webhook URL for the integration (only included if requested via 'include' parameter).").nullable().optional(),
23
+ display_name: z.string().describe("Human-readable display name of the integration.")
24
+ }).describe("Model representing an integration configuration in Nango.");
25
+ const nangoGetIntegration = action("NANGO_GET_INTEGRATION", {
26
+ slug: "nango-get-integration",
27
+ name: "Get Integration",
28
+ description: "Retrieve detailed configuration for a specific Nango integration by its unique key. Returns integration details including provider, display name, creation/update timestamps, and optionally sensitive data like credentials or webhook URLs if requested via the 'include' parameter. Use this to inspect integration configuration, verify setup, or retrieve credentials for a specific integration. Returns 404 error if the integration unique key does not exist.",
29
+ input: NangoGetIntegrationInput,
30
+ output: z.object({ data: NangoGetIntegration_IntegrationDataSchema.nullable() }).describe("Response model for retrieving an integration.")
31
+ });
32
+ //#endregion
33
+ export { nangoGetIntegration };
34
+
35
+ //# sourceMappingURL=get-integration.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-integration.mjs","names":[],"sources":["../../src/actions/get-integration.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NangoGetIntegrationInput: z.ZodTypeAny = z.object({\n include: z.array(z.string()).describe(\"Optional list of additional sensitive data to include in the response (e.g., credentials, webhook_url).\").optional(),\n unique_key: z.string().describe(\"The integration ID (unique_key) that you created in Nango. This is the identifier for your integration configuration.\"),\n}).describe(\"Request model for retrieving a specific integration by its unique key.\");\nconst NangoGetIntegration_IntegrationCredentialsSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"OAuth type (e.g., 'OAUTH2')\").nullable().optional(),\n scopes: z.string().describe(\"OAuth scopes\").nullable().optional(),\n client_id: z.string().describe(\"Client ID for the integration\").nullable().optional(),\n client_secret: z.string().describe(\"Client secret for the integration\").nullable().optional(),\n webhook_secret: z.string().describe(\"Webhook secret key\").nullable().optional(),\n}).describe(\"Model representing integration credentials.\");\nconst NangoGetIntegration_IntegrationDataSchema: z.ZodTypeAny = z.object({\n logo: z.string().describe(\"URL to the integration's logo image.\").nullable().optional(),\n provider: z.string().describe(\"The provider identifier (e.g., 'github', 'slack', 'salesforce').\"),\n created_at: z.string().describe(\"Timestamp when the integration was created in ISO 8601 format.\"),\n unique_key: z.string().describe(\"The integration ID (unique_key) that you created in Nango.\"),\n updated_at: z.string().describe(\"Timestamp when the integration was last updated in ISO 8601 format.\"),\n credentials: NangoGetIntegration_IntegrationCredentialsSchema.nullable().optional(),\n webhook_url: z.string().describe(\"Configured webhook URL for the integration (only included if requested via 'include' parameter).\").nullable().optional(),\n display_name: z.string().describe(\"Human-readable display name of the integration.\"),\n}).describe(\"Model representing an integration configuration in Nango.\");\nexport const NangoGetIntegrationOutput: z.ZodTypeAny = z.object({\n data: NangoGetIntegration_IntegrationDataSchema.nullable(),\n}).describe(\"Response model for retrieving an integration.\");\n\nexport const nangoGetIntegration = action(\"NANGO_GET_INTEGRATION\", {\n slug: \"nango-get-integration\",\n name: \"Get Integration\",\n description: \"Retrieve detailed configuration for a specific Nango integration by its unique key. Returns integration details including provider, display name, creation/update timestamps, and optionally sensitive data like credentials or webhook URLs if requested via the 'include' parameter. Use this to inspect integration configuration, verify setup, or retrieve credentials for a specific integration. Returns 404 error if the integration unique key does not exist.\",\n input: NangoGetIntegrationInput,\n output: NangoGetIntegrationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO;CAC7D,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CAC1J,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH;AACzJ,CAAC,CAAC,CAAC,SAAS,wEAAwE;AACpF,MAAM,mDAAiE,EAAE,OAAO;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,4CAA0D,EAAE,OAAO;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAChG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAChG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE;CACrG,aAAa,iDAAiD,SAAS,CAAC,CAAC,SAAS;CAClF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzJ,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;AACrF,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAKvE,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqD,EAAE,OAAO,EAC9D,MAAM,0CAA0C,SAAS,EAC3D,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
@@ -0,0 +1,38 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-proxy.ts
4
+ const NangoGetProxyInput = zod.z.object({
5
+ retries: zod.z.number().int().describe("The number of retries in case of failure (with exponential back-off). Optional, default 0.").optional(),
6
+ any_path: zod.z.string().describe("The path to the external API endpoint to proxy the request to (e.g., 'users', 'repos/owner/repo', 'api/v2/tasks'). Do not include leading slash."),
7
+ retry_on: zod.z.string().describe("Comma separated status codes to explicitly retry on in addition to the default 5xx and 429.").optional(),
8
+ decompress: zod.z.boolean().describe("Override the decompress option when making requests. Optional, defaults to false.").optional(),
9
+ query_params: zod.z.object({}).describe("Optional query parameters to pass to the external API endpoint.").optional(),
10
+ connection_id: zod.z.string().describe("The connection ID used to create the connection in Nango."),
11
+ custom_headers: zod.z.object({}).describe("Additional custom headers to pass to the external API. These will be prefixed with 'nango-proxy-' automatically.").optional(),
12
+ base_url_override: zod.z.string().describe("Provide an API base URL when the base API is not listed in the providers.yaml or it needs to be overridden.").optional(),
13
+ provider_config_key: zod.z.string().describe("The integration ID used to create the connection (aka Unique Key).")
14
+ }).describe("Request model for making a GET request through Nango's proxy.");
15
+ const NangoGetProxyOutput = zod.z.object({
16
+ data: zod.z.union([
17
+ zod.z.number(),
18
+ zod.z.number().int(),
19
+ zod.z.string(),
20
+ zod.z.boolean(),
21
+ zod.z.array(zod.z.unknown()),
22
+ zod.z.record(zod.z.string(), zod.z.unknown())
23
+ ]).nullable().optional(),
24
+ text: zod.z.string().describe("The raw text response from the external API (if not JSON).").nullable().optional(),
25
+ headers: zod.z.object({}).describe("Response headers returned by the external API.").nullable().optional(),
26
+ status_code: zod.z.number().int().describe("HTTP status code returned by the external API.")
27
+ }).describe("Response model for proxy GET requests.");
28
+ const nangoGetProxy = require_action.action("NANGO_GET_PROXY", {
29
+ slug: "nango-get-proxy",
30
+ name: "Proxy GET Request",
31
+ description: "Tool to make a GET request with Nango's Proxy to forward requests to external APIs while managing authentication. Use when you need to make authenticated API calls to external services through Nango's proxy infrastructure.",
32
+ input: NangoGetProxyInput,
33
+ output: NangoGetProxyOutput
34
+ });
35
+ //#endregion
36
+ exports.nangoGetProxy = nangoGetProxy;
37
+
38
+ //# sourceMappingURL=get-proxy.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-proxy.cjs","names":["z","action"],"sources":["../../src/actions/get-proxy.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NangoGetProxyInput: z.ZodTypeAny = z.object({\n retries: z.number().int().describe(\"The number of retries in case of failure (with exponential back-off). Optional, default 0.\").optional(),\n any_path: z.string().describe(\"The path to the external API endpoint to proxy the request to (e.g., 'users', 'repos/owner/repo', 'api/v2/tasks'). Do not include leading slash.\"),\n retry_on: z.string().describe(\"Comma separated status codes to explicitly retry on in addition to the default 5xx and 429.\").optional(),\n decompress: z.boolean().describe(\"Override the decompress option when making requests. Optional, defaults to false.\").optional(),\n query_params: z.object({}).describe(\"Optional query parameters to pass to the external API endpoint.\").optional(),\n connection_id: z.string().describe(\"The connection ID used to create the connection in Nango.\"),\n custom_headers: z.object({}).describe(\"Additional custom headers to pass to the external API. These will be prefixed with 'nango-proxy-' automatically.\").optional(),\n base_url_override: z.string().describe(\"Provide an API base URL when the base API is not listed in the providers.yaml or it needs to be overridden.\").optional(),\n provider_config_key: z.string().describe(\"The integration ID used to create the connection (aka Unique Key).\"),\n}).describe(\"Request model for making a GET request through Nango's proxy.\");\nexport const NangoGetProxyOutput: z.ZodTypeAny = z.object({\n data: z.union([z.number(), z.number().int(), z.string(), z.boolean(), z.array(z.unknown()), z.record(z.string(), z.unknown())]).nullable().optional(),\n text: z.string().describe(\"The raw text response from the external API (if not JSON).\").nullable().optional(),\n headers: z.object({}).describe(\"Response headers returned by the external API.\").nullable().optional(),\n status_code: z.number().int().describe(\"HTTP status code returned by the external API.\"),\n}).describe(\"Response model for proxy GET requests.\");\n\nexport const nangoGetProxy = action(\"NANGO_GET_PROXY\", {\n slug: \"nango-get-proxy\",\n name: \"Proxy GET Request\",\n description: \"Tool to make a GET request with Nango's Proxy to forward requests to external APIs while managing authentication. Use when you need to make authenticated API calls to external services through Nango's proxy infrastructure.\",\n input: NangoGetProxyInput,\n output: NangoGetProxyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qBAAmCA,IAAAA,EAAE,OAAO;CACvD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;CAC1I,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kJAAkJ;CAChL,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS;CACtI,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CAC/H,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CAChH,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC9F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS;CACnK,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;CAC/J,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;AAC/G,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAa,sBAAoCA,IAAAA,EAAE,OAAO;CACxD,MAAMA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,OAAO;EAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI;EAAGA,IAAAA,EAAE,OAAO;EAAGA,IAAAA,EAAE,QAAQ;EAAGA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC;CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpJ,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;AACzF,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAEpD,MAAa,gBAAgBC,eAAAA,OAAO,mBAAmB;CACrD,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-proxy.d.ts
4
+ declare const NangoGetProxyInput: z.ZodTypeAny;
5
+ declare const NangoGetProxyOutput: z.ZodTypeAny;
6
+ declare const nangoGetProxy: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nangoGetProxy };
9
+ //# sourceMappingURL=get-proxy.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-proxy.d.cts","names":[],"sources":["../../src/actions/get-proxy.ts"],"mappings":";;;cAIa,kBAAA,EAAoB,CAAA,CAAE,UAUyC;AAAA,cAC/D,mBAAA,EAAqB,CAAA,CAAE,UAKiB;AAAA,cAExC,aAAA,gCAAa,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-proxy.d.ts
4
+ declare const NangoGetProxyInput: z.ZodTypeAny;
5
+ declare const NangoGetProxyOutput: z.ZodTypeAny;
6
+ declare const nangoGetProxy: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nangoGetProxy };
9
+ //# sourceMappingURL=get-proxy.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-proxy.d.mts","names":[],"sources":["../../src/actions/get-proxy.ts"],"mappings":";;;cAIa,kBAAA,EAAoB,CAAA,CAAE,UAUyC;AAAA,cAC/D,mBAAA,EAAqB,CAAA,CAAE,UAKiB;AAAA,cAExC,aAAA,gCAAa,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,35 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const nangoGetProxy = action("NANGO_GET_PROXY", {
4
+ slug: "nango-get-proxy",
5
+ name: "Proxy GET Request",
6
+ description: "Tool to make a GET request with Nango's Proxy to forward requests to external APIs while managing authentication. Use when you need to make authenticated API calls to external services through Nango's proxy infrastructure.",
7
+ input: z.object({
8
+ retries: z.number().int().describe("The number of retries in case of failure (with exponential back-off). Optional, default 0.").optional(),
9
+ any_path: z.string().describe("The path to the external API endpoint to proxy the request to (e.g., 'users', 'repos/owner/repo', 'api/v2/tasks'). Do not include leading slash."),
10
+ retry_on: z.string().describe("Comma separated status codes to explicitly retry on in addition to the default 5xx and 429.").optional(),
11
+ decompress: z.boolean().describe("Override the decompress option when making requests. Optional, defaults to false.").optional(),
12
+ query_params: z.object({}).describe("Optional query parameters to pass to the external API endpoint.").optional(),
13
+ connection_id: z.string().describe("The connection ID used to create the connection in Nango."),
14
+ custom_headers: z.object({}).describe("Additional custom headers to pass to the external API. These will be prefixed with 'nango-proxy-' automatically.").optional(),
15
+ base_url_override: z.string().describe("Provide an API base URL when the base API is not listed in the providers.yaml or it needs to be overridden.").optional(),
16
+ provider_config_key: z.string().describe("The integration ID used to create the connection (aka Unique Key).")
17
+ }).describe("Request model for making a GET request through Nango's proxy."),
18
+ output: z.object({
19
+ data: z.union([
20
+ z.number(),
21
+ z.number().int(),
22
+ z.string(),
23
+ z.boolean(),
24
+ z.array(z.unknown()),
25
+ z.record(z.string(), z.unknown())
26
+ ]).nullable().optional(),
27
+ text: z.string().describe("The raw text response from the external API (if not JSON).").nullable().optional(),
28
+ headers: z.object({}).describe("Response headers returned by the external API.").nullable().optional(),
29
+ status_code: z.number().int().describe("HTTP status code returned by the external API.")
30
+ }).describe("Response model for proxy GET requests.")
31
+ });
32
+ //#endregion
33
+ export { nangoGetProxy };
34
+
35
+ //# sourceMappingURL=get-proxy.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-proxy.mjs","names":[],"sources":["../../src/actions/get-proxy.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NangoGetProxyInput: z.ZodTypeAny = z.object({\n retries: z.number().int().describe(\"The number of retries in case of failure (with exponential back-off). Optional, default 0.\").optional(),\n any_path: z.string().describe(\"The path to the external API endpoint to proxy the request to (e.g., 'users', 'repos/owner/repo', 'api/v2/tasks'). Do not include leading slash.\"),\n retry_on: z.string().describe(\"Comma separated status codes to explicitly retry on in addition to the default 5xx and 429.\").optional(),\n decompress: z.boolean().describe(\"Override the decompress option when making requests. Optional, defaults to false.\").optional(),\n query_params: z.object({}).describe(\"Optional query parameters to pass to the external API endpoint.\").optional(),\n connection_id: z.string().describe(\"The connection ID used to create the connection in Nango.\"),\n custom_headers: z.object({}).describe(\"Additional custom headers to pass to the external API. These will be prefixed with 'nango-proxy-' automatically.\").optional(),\n base_url_override: z.string().describe(\"Provide an API base URL when the base API is not listed in the providers.yaml or it needs to be overridden.\").optional(),\n provider_config_key: z.string().describe(\"The integration ID used to create the connection (aka Unique Key).\"),\n}).describe(\"Request model for making a GET request through Nango's proxy.\");\nexport const NangoGetProxyOutput: z.ZodTypeAny = z.object({\n data: z.union([z.number(), z.number().int(), z.string(), z.boolean(), z.array(z.unknown()), z.record(z.string(), z.unknown())]).nullable().optional(),\n text: z.string().describe(\"The raw text response from the external API (if not JSON).\").nullable().optional(),\n headers: z.object({}).describe(\"Response headers returned by the external API.\").nullable().optional(),\n status_code: z.number().int().describe(\"HTTP status code returned by the external API.\"),\n}).describe(\"Response model for proxy GET requests.\");\n\nexport const nangoGetProxy = action(\"NANGO_GET_PROXY\", {\n slug: \"nango-get-proxy\",\n name: \"Proxy GET Request\",\n description: \"Tool to make a GET request with Nango's Proxy to forward requests to external APIs while managing authentication. Use when you need to make authenticated API calls to external services through Nango's proxy infrastructure.\",\n input: NangoGetProxyInput,\n output: NangoGetProxyOutput,\n});\n"],"mappings":";;AAsBA,MAAa,gBAAgB,OAAO,mBAAmB;CACrD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAtB8C,EAAE,OAAO;EACvD,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;EAC1I,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kJAAkJ;EAChL,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS;EACtI,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;EAC/H,cAAc,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;EAChH,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EAC9F,gBAAgB,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS;EACnK,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;EAC/J,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CAC/G,CAAC,CAAC,CAAC,SAAS,+DAYH;CACP,QAZ+C,EAAE,OAAO;EACxD,MAAM,EAAE,MAAM;GAAC,EAAE,OAAO;GAAG,EAAE,OAAO,CAAC,CAAC,IAAI;GAAG,EAAE,OAAO;GAAG,EAAE,QAAQ;GAAG,EAAE,MAAM,EAAE,QAAQ,CAAC;GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC;EAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpJ,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5G,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CACzF,CAAC,CAAC,CAAC,SAAS,wCAOF;AACV,CAAC"}
@@ -0,0 +1,42 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-sync-status.ts
4
+ const NangoGetSyncStatusInput = zod.z.object({
5
+ syncs: zod.z.string().describe("The name of the syncs you want to fetch a status for, as a comma-separated list. Pass in \"*\" to return all syncs for the integration. For variants, use the format \"syncName::variantName\"."),
6
+ connection_id: zod.z.string().describe("The ID of the connection. If omitted, all connections will be surfaced.").optional(),
7
+ provider_config_key: zod.z.string().describe("The ID of the integration you established within Nango.")
8
+ }).describe("Request model for getting sync status.");
9
+ const NangoGetSyncStatus_SyncTypeSchema = zod.z.enum(["INCREMENTAL", "INITIAL"]).describe("Type of sync execution (deprecated).");
10
+ const NangoGetSyncStatus_SyncStatusSchema = zod.z.enum([
11
+ "RUNNING",
12
+ "PAUSED",
13
+ "STOPPED",
14
+ "SUCCESS",
15
+ "ERROR"
16
+ ]).describe("Status of a sync.");
17
+ const NangoGetSyncStatus_SyncStatusItemSchema = zod.z.object({
18
+ id: zod.z.string().describe("The unique identifier for the sync."),
19
+ name: zod.z.string().describe("The name of the sync."),
20
+ type: NangoGetSyncStatus_SyncTypeSchema.nullable().optional(),
21
+ status: NangoGetSyncStatus_SyncStatusSchema.nullable(),
22
+ variant: zod.z.string().describe("The variant of the sync.").nullable().optional(),
23
+ frequency: zod.z.string().describe("The execution frequency of the sync.").nullable().optional(),
24
+ checkpoint: zod.z.object({}).describe("Last checkpoint saved during sync execution. Null if no checkpoint exists.").nullable().optional(),
25
+ finishedAt: zod.z.string().describe("ISO timestamp of last completion.").nullable().optional(),
26
+ recordCount: zod.z.object({}).describe("Total count of records for each model synced by the sync.").nullable().optional(),
27
+ latestResult: zod.z.object({}).describe("Additional information regarding the latest result of the sync. Contains a model name with added, updated and deleted records.").nullable().optional(),
28
+ connection_id: zod.z.string().describe("The ID of the connection."),
29
+ nextScheduledSyncAt: zod.z.string().describe("ISO timestamp of next scheduled run.").nullable().optional()
30
+ }).describe("Model representing the status of a single sync.");
31
+ const NangoGetSyncStatusOutput = zod.z.object({ syncs: zod.z.array(NangoGetSyncStatus_SyncStatusItemSchema).describe("List of sync status objects.") }).describe("Response model for getting sync status.");
32
+ const nangoGetSyncStatus = require_action.action("NANGO_GET_SYNC_STATUS", {
33
+ slug: "nango-get-sync-status",
34
+ name: "Get Sync Status",
35
+ description: "Tool to get the status of specified sync(s) for a connection or all connections. Use when you need to monitor sync execution state, check completion times, or view sync frequency.",
36
+ input: NangoGetSyncStatusInput,
37
+ output: NangoGetSyncStatusOutput
38
+ });
39
+ //#endregion
40
+ exports.nangoGetSyncStatus = nangoGetSyncStatus;
41
+
42
+ //# sourceMappingURL=get-sync-status.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-sync-status.cjs","names":["z","action"],"sources":["../../src/actions/get-sync-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NangoGetSyncStatusInput: z.ZodTypeAny = z.object({\n syncs: z.string().describe(\"The name of the syncs you want to fetch a status for, as a comma-separated list. Pass in \\\"*\\\" to return all syncs for the integration. For variants, use the format \\\"syncName::variantName\\\".\"),\n connection_id: z.string().describe(\"The ID of the connection. If omitted, all connections will be surfaced.\").optional(),\n provider_config_key: z.string().describe(\"The ID of the integration you established within Nango.\"),\n}).describe(\"Request model for getting sync status.\");\nconst NangoGetSyncStatus_SyncTypeSchema: z.ZodTypeAny = z.enum([\"INCREMENTAL\", \"INITIAL\"]).describe(\"Type of sync execution (deprecated).\");\nconst NangoGetSyncStatus_SyncStatusSchema: z.ZodTypeAny = z.enum([\"RUNNING\", \"PAUSED\", \"STOPPED\", \"SUCCESS\", \"ERROR\"]).describe(\"Status of a sync.\");\nconst NangoGetSyncStatus_SyncStatusItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the sync.\"),\n name: z.string().describe(\"The name of the sync.\"),\n type: NangoGetSyncStatus_SyncTypeSchema.nullable().optional(),\n status: NangoGetSyncStatus_SyncStatusSchema.nullable(),\n variant: z.string().describe(\"The variant of the sync.\").nullable().optional(),\n frequency: z.string().describe(\"The execution frequency of the sync.\").nullable().optional(),\n checkpoint: z.object({}).describe(\"Last checkpoint saved during sync execution. Null if no checkpoint exists.\").nullable().optional(),\n finishedAt: z.string().describe(\"ISO timestamp of last completion.\").nullable().optional(),\n recordCount: z.object({}).describe(\"Total count of records for each model synced by the sync.\").nullable().optional(),\n latestResult: z.object({}).describe(\"Additional information regarding the latest result of the sync. Contains a model name with added, updated and deleted records.\").nullable().optional(),\n connection_id: z.string().describe(\"The ID of the connection.\"),\n nextScheduledSyncAt: z.string().describe(\"ISO timestamp of next scheduled run.\").nullable().optional(),\n}).describe(\"Model representing the status of a single sync.\");\nexport const NangoGetSyncStatusOutput: z.ZodTypeAny = z.object({\n syncs: z.array(NangoGetSyncStatus_SyncStatusItemSchema).describe(\"List of sync status objects.\"),\n}).describe(\"Response model for getting sync status.\");\n\nexport const nangoGetSyncStatus = action(\"NANGO_GET_SYNC_STATUS\", {\n slug: \"nango-get-sync-status\",\n name: \"Get Sync Status\",\n description: \"Tool to get the status of specified sync(s) for a connection or all connections. Use when you need to monitor sync execution state, check completion times, or view sync frequency.\",\n input: NangoGetSyncStatusInput,\n output: NangoGetSyncStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iMAAiM;CAC5N,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CACvH,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;AACpG,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,oCAAkDA,IAAAA,EAAE,KAAK,CAAC,eAAe,SAAS,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAC1I,MAAM,sCAAoDA,IAAAA,EAAE,KAAK;CAAC;CAAW;CAAU;CAAW;CAAW;AAAO,CAAC,CAAC,CAAC,SAAS,mBAAmB;AACnJ,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,MAAM,kCAAkC,SAAS,CAAC,CAAC,SAAS;CAC5D,QAAQ,oCAAoC,SAAS;CACrD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gIAAgI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1L,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC9D,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,OAAOA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,8BAA8B,EACjG,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,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-sync-status.d.ts
4
+ declare const NangoGetSyncStatusInput: z.ZodTypeAny;
5
+ declare const NangoGetSyncStatusOutput: z.ZodTypeAny;
6
+ declare const nangoGetSyncStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nangoGetSyncStatus };
9
+ //# sourceMappingURL=get-sync-status.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-sync-status.d.cts","names":[],"sources":["../../src/actions/get-sync-status.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAIa;AAAA,cAiBxC,wBAAA,EAA0B,CAAA,CAAE,UAEa;AAAA,cAEzC,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-sync-status.d.ts
4
+ declare const NangoGetSyncStatusInput: z.ZodTypeAny;
5
+ declare const NangoGetSyncStatusOutput: z.ZodTypeAny;
6
+ declare const nangoGetSyncStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nangoGetSyncStatus };
9
+ //# sourceMappingURL=get-sync-status.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-sync-status.d.mts","names":[],"sources":["../../src/actions/get-sync-status.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAIa;AAAA,cAiBxC,wBAAA,EAA0B,CAAA,CAAE,UAEa;AAAA,cAEzC,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,41 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-sync-status.ts
4
+ const NangoGetSyncStatusInput = z.object({
5
+ syncs: z.string().describe("The name of the syncs you want to fetch a status for, as a comma-separated list. Pass in \"*\" to return all syncs for the integration. For variants, use the format \"syncName::variantName\"."),
6
+ connection_id: z.string().describe("The ID of the connection. If omitted, all connections will be surfaced.").optional(),
7
+ provider_config_key: z.string().describe("The ID of the integration you established within Nango.")
8
+ }).describe("Request model for getting sync status.");
9
+ const NangoGetSyncStatus_SyncTypeSchema = z.enum(["INCREMENTAL", "INITIAL"]).describe("Type of sync execution (deprecated).");
10
+ const NangoGetSyncStatus_SyncStatusSchema = z.enum([
11
+ "RUNNING",
12
+ "PAUSED",
13
+ "STOPPED",
14
+ "SUCCESS",
15
+ "ERROR"
16
+ ]).describe("Status of a sync.");
17
+ const NangoGetSyncStatus_SyncStatusItemSchema = z.object({
18
+ id: z.string().describe("The unique identifier for the sync."),
19
+ name: z.string().describe("The name of the sync."),
20
+ type: NangoGetSyncStatus_SyncTypeSchema.nullable().optional(),
21
+ status: NangoGetSyncStatus_SyncStatusSchema.nullable(),
22
+ variant: z.string().describe("The variant of the sync.").nullable().optional(),
23
+ frequency: z.string().describe("The execution frequency of the sync.").nullable().optional(),
24
+ checkpoint: z.object({}).describe("Last checkpoint saved during sync execution. Null if no checkpoint exists.").nullable().optional(),
25
+ finishedAt: z.string().describe("ISO timestamp of last completion.").nullable().optional(),
26
+ recordCount: z.object({}).describe("Total count of records for each model synced by the sync.").nullable().optional(),
27
+ latestResult: z.object({}).describe("Additional information regarding the latest result of the sync. Contains a model name with added, updated and deleted records.").nullable().optional(),
28
+ connection_id: z.string().describe("The ID of the connection."),
29
+ nextScheduledSyncAt: z.string().describe("ISO timestamp of next scheduled run.").nullable().optional()
30
+ }).describe("Model representing the status of a single sync.");
31
+ const nangoGetSyncStatus = action("NANGO_GET_SYNC_STATUS", {
32
+ slug: "nango-get-sync-status",
33
+ name: "Get Sync Status",
34
+ description: "Tool to get the status of specified sync(s) for a connection or all connections. Use when you need to monitor sync execution state, check completion times, or view sync frequency.",
35
+ input: NangoGetSyncStatusInput,
36
+ output: z.object({ syncs: z.array(NangoGetSyncStatus_SyncStatusItemSchema).describe("List of sync status objects.") }).describe("Response model for getting sync status.")
37
+ });
38
+ //#endregion
39
+ export { nangoGetSyncStatus };
40
+
41
+ //# sourceMappingURL=get-sync-status.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-sync-status.mjs","names":[],"sources":["../../src/actions/get-sync-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NangoGetSyncStatusInput: z.ZodTypeAny = z.object({\n syncs: z.string().describe(\"The name of the syncs you want to fetch a status for, as a comma-separated list. Pass in \\\"*\\\" to return all syncs for the integration. For variants, use the format \\\"syncName::variantName\\\".\"),\n connection_id: z.string().describe(\"The ID of the connection. If omitted, all connections will be surfaced.\").optional(),\n provider_config_key: z.string().describe(\"The ID of the integration you established within Nango.\"),\n}).describe(\"Request model for getting sync status.\");\nconst NangoGetSyncStatus_SyncTypeSchema: z.ZodTypeAny = z.enum([\"INCREMENTAL\", \"INITIAL\"]).describe(\"Type of sync execution (deprecated).\");\nconst NangoGetSyncStatus_SyncStatusSchema: z.ZodTypeAny = z.enum([\"RUNNING\", \"PAUSED\", \"STOPPED\", \"SUCCESS\", \"ERROR\"]).describe(\"Status of a sync.\");\nconst NangoGetSyncStatus_SyncStatusItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the sync.\"),\n name: z.string().describe(\"The name of the sync.\"),\n type: NangoGetSyncStatus_SyncTypeSchema.nullable().optional(),\n status: NangoGetSyncStatus_SyncStatusSchema.nullable(),\n variant: z.string().describe(\"The variant of the sync.\").nullable().optional(),\n frequency: z.string().describe(\"The execution frequency of the sync.\").nullable().optional(),\n checkpoint: z.object({}).describe(\"Last checkpoint saved during sync execution. Null if no checkpoint exists.\").nullable().optional(),\n finishedAt: z.string().describe(\"ISO timestamp of last completion.\").nullable().optional(),\n recordCount: z.object({}).describe(\"Total count of records for each model synced by the sync.\").nullable().optional(),\n latestResult: z.object({}).describe(\"Additional information regarding the latest result of the sync. Contains a model name with added, updated and deleted records.\").nullable().optional(),\n connection_id: z.string().describe(\"The ID of the connection.\"),\n nextScheduledSyncAt: z.string().describe(\"ISO timestamp of next scheduled run.\").nullable().optional(),\n}).describe(\"Model representing the status of a single sync.\");\nexport const NangoGetSyncStatusOutput: z.ZodTypeAny = z.object({\n syncs: z.array(NangoGetSyncStatus_SyncStatusItemSchema).describe(\"List of sync status objects.\"),\n}).describe(\"Response model for getting sync status.\");\n\nexport const nangoGetSyncStatus = action(\"NANGO_GET_SYNC_STATUS\", {\n slug: \"nango-get-sync-status\",\n name: \"Get Sync Status\",\n description: \"Tool to get the status of specified sync(s) for a connection or all connections. Use when you need to monitor sync execution state, check completion times, or view sync frequency.\",\n input: NangoGetSyncStatusInput,\n output: NangoGetSyncStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO;CAC5D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iMAAiM;CAC5N,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CACvH,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;AACpG,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,oCAAkD,EAAE,KAAK,CAAC,eAAe,SAAS,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAC1I,MAAM,sCAAoD,EAAE,KAAK;CAAC;CAAW;CAAU;CAAW;CAAW;AAAO,CAAC,CAAC,CAAC,SAAS,mBAAmB;AACnJ,MAAM,0CAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,MAAM,kCAAkC,SAAS,CAAC,CAAC,SAAS;CAC5D,QAAQ,oCAAoC,SAAS;CACrD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAa,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,cAAc,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gIAAgI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1L,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC9D,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAK7D,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToD,EAAE,OAAO,EAC7D,OAAO,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,8BAA8B,EACjG,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}