@keystrokehq/rocketadmin 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 (170) 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/check-api-key.cjs +16 -0
  7. package/dist/actions/check-api-key.cjs.map +1 -0
  8. package/dist/actions/check-api-key.d.cts +9 -0
  9. package/dist/actions/check-api-key.d.cts.map +1 -0
  10. package/dist/actions/check-api-key.d.mts +9 -0
  11. package/dist/actions/check-api-key.d.mts.map +1 -0
  12. package/dist/actions/check-api-key.mjs +13 -0
  13. package/dist/actions/check-api-key.mjs.map +1 -0
  14. package/dist/actions/delete-table-row.cjs +20 -0
  15. package/dist/actions/delete-table-row.cjs.map +1 -0
  16. package/dist/actions/delete-table-row.d.cts +9 -0
  17. package/dist/actions/delete-table-row.d.cts.map +1 -0
  18. package/dist/actions/delete-table-row.d.mts +9 -0
  19. package/dist/actions/delete-table-row.d.mts.map +1 -0
  20. package/dist/actions/delete-table-row.mjs +17 -0
  21. package/dist/actions/delete-table-row.mjs.map +1 -0
  22. package/dist/actions/get-company-invite-verify.cjs +19 -0
  23. package/dist/actions/get-company-invite-verify.cjs.map +1 -0
  24. package/dist/actions/get-company-invite-verify.d.cts +9 -0
  25. package/dist/actions/get-company-invite-verify.d.cts.map +1 -0
  26. package/dist/actions/get-company-invite-verify.d.mts +9 -0
  27. package/dist/actions/get-company-invite-verify.d.mts.map +1 -0
  28. package/dist/actions/get-company-invite-verify.mjs +16 -0
  29. package/dist/actions/get-company-invite-verify.mjs.map +1 -0
  30. package/dist/actions/get-connection-tables-v2.cjs +29 -0
  31. package/dist/actions/get-connection-tables-v2.cjs.map +1 -0
  32. package/dist/actions/get-connection-tables-v2.d.cts +9 -0
  33. package/dist/actions/get-connection-tables-v2.d.cts.map +1 -0
  34. package/dist/actions/get-connection-tables-v2.d.mts +9 -0
  35. package/dist/actions/get-connection-tables-v2.d.mts.map +1 -0
  36. package/dist/actions/get-connection-tables-v2.mjs +28 -0
  37. package/dist/actions/get-connection-tables-v2.mjs.map +1 -0
  38. package/dist/actions/get-connection-token.cjs +16 -0
  39. package/dist/actions/get-connection-token.cjs.map +1 -0
  40. package/dist/actions/get-connection-token.d.cts +9 -0
  41. package/dist/actions/get-connection-token.d.cts.map +1 -0
  42. package/dist/actions/get-connection-token.d.mts +9 -0
  43. package/dist/actions/get-connection-token.d.mts.map +1 -0
  44. package/dist/actions/get-connection-token.mjs +13 -0
  45. package/dist/actions/get-connection-token.mjs.map +1 -0
  46. package/dist/actions/get-connections.cjs +31 -0
  47. package/dist/actions/get-connections.cjs.map +1 -0
  48. package/dist/actions/get-connections.d.cts +9 -0
  49. package/dist/actions/get-connections.d.cts.map +1 -0
  50. package/dist/actions/get-connections.d.mts +9 -0
  51. package/dist/actions/get-connections.d.mts.map +1 -0
  52. package/dist/actions/get-connections.mjs +30 -0
  53. package/dist/actions/get-connections.mjs.map +1 -0
  54. package/dist/actions/get-hello.cjs +16 -0
  55. package/dist/actions/get-hello.cjs.map +1 -0
  56. package/dist/actions/get-hello.d.cts +9 -0
  57. package/dist/actions/get-hello.d.cts.map +1 -0
  58. package/dist/actions/get-hello.d.mts +9 -0
  59. package/dist/actions/get-hello.d.mts.map +1 -0
  60. package/dist/actions/get-hello.mjs +13 -0
  61. package/dist/actions/get-hello.mjs.map +1 -0
  62. package/dist/actions/get-saas-users-email.cjs +22 -0
  63. package/dist/actions/get-saas-users-email.cjs.map +1 -0
  64. package/dist/actions/get-saas-users-email.d.cts +9 -0
  65. package/dist/actions/get-saas-users-email.d.cts.map +1 -0
  66. package/dist/actions/get-saas-users-email.d.mts +9 -0
  67. package/dist/actions/get-saas-users-email.d.mts.map +1 -0
  68. package/dist/actions/get-saas-users-email.mjs +21 -0
  69. package/dist/actions/get-saas-users-email.mjs.map +1 -0
  70. package/dist/actions/get-table-row.cjs +20 -0
  71. package/dist/actions/get-table-row.cjs.map +1 -0
  72. package/dist/actions/get-table-row.d.cts +9 -0
  73. package/dist/actions/get-table-row.d.cts.map +1 -0
  74. package/dist/actions/get-table-row.d.mts +9 -0
  75. package/dist/actions/get-table-row.d.mts.map +1 -0
  76. package/dist/actions/get-table-row.mjs +17 -0
  77. package/dist/actions/get-table-row.mjs.map +1 -0
  78. package/dist/actions/get-table-structure.cjs +42 -0
  79. package/dist/actions/get-table-structure.cjs.map +1 -0
  80. package/dist/actions/get-table-structure.d.cts +9 -0
  81. package/dist/actions/get-table-structure.d.cts.map +1 -0
  82. package/dist/actions/get-table-structure.d.mts +9 -0
  83. package/dist/actions/get-table-structure.d.mts.map +1 -0
  84. package/dist/actions/get-table-structure.mjs +41 -0
  85. package/dist/actions/get-table-structure.mjs.map +1 -0
  86. package/dist/actions/get-user-email-verify.cjs +20 -0
  87. package/dist/actions/get-user-email-verify.cjs.map +1 -0
  88. package/dist/actions/get-user-email-verify.d.cts +9 -0
  89. package/dist/actions/get-user-email-verify.d.cts.map +1 -0
  90. package/dist/actions/get-user-email-verify.d.mts +9 -0
  91. package/dist/actions/get-user-email-verify.d.mts.map +1 -0
  92. package/dist/actions/get-user-email-verify.mjs +17 -0
  93. package/dist/actions/get-user-email-verify.mjs.map +1 -0
  94. package/dist/actions/index.cjs +35 -0
  95. package/dist/actions/index.d.cts +18 -0
  96. package/dist/actions/index.d.mts +18 -0
  97. package/dist/actions/index.mjs +18 -0
  98. package/dist/actions/post-table-csv-export.cjs +29 -0
  99. package/dist/actions/post-table-csv-export.cjs.map +1 -0
  100. package/dist/actions/post-table-csv-export.d.cts +9 -0
  101. package/dist/actions/post-table-csv-export.d.cts.map +1 -0
  102. package/dist/actions/post-table-csv-export.d.mts +9 -0
  103. package/dist/actions/post-table-csv-export.d.mts.map +1 -0
  104. package/dist/actions/post-table-csv-export.mjs +26 -0
  105. package/dist/actions/post-table-csv-export.mjs.map +1 -0
  106. package/dist/actions/post-table-row.cjs +20 -0
  107. package/dist/actions/post-table-row.cjs.map +1 -0
  108. package/dist/actions/post-table-row.d.cts +9 -0
  109. package/dist/actions/post-table-row.d.cts.map +1 -0
  110. package/dist/actions/post-table-row.d.mts +9 -0
  111. package/dist/actions/post-table-row.d.mts.map +1 -0
  112. package/dist/actions/post-table-row.mjs +17 -0
  113. package/dist/actions/post-table-row.mjs.map +1 -0
  114. package/dist/actions/post-table-rows-find.cjs +22 -0
  115. package/dist/actions/post-table-rows-find.cjs.map +1 -0
  116. package/dist/actions/post-table-rows-find.d.cts +9 -0
  117. package/dist/actions/post-table-rows-find.d.cts.map +1 -0
  118. package/dist/actions/post-table-rows-find.d.mts +9 -0
  119. package/dist/actions/post-table-rows-find.d.mts.map +1 -0
  120. package/dist/actions/post-table-rows-find.mjs +19 -0
  121. package/dist/actions/post-table-rows-find.mjs.map +1 -0
  122. package/dist/actions/put-table-row.cjs +21 -0
  123. package/dist/actions/put-table-row.cjs.map +1 -0
  124. package/dist/actions/put-table-row.d.cts +9 -0
  125. package/dist/actions/put-table-row.d.cts.map +1 -0
  126. package/dist/actions/put-table-row.d.mts +9 -0
  127. package/dist/actions/put-table-row.d.mts.map +1 -0
  128. package/dist/actions/put-table-row.mjs +18 -0
  129. package/dist/actions/put-table-row.mjs.map +1 -0
  130. package/dist/actions/put-table-rows-delete.cjs +20 -0
  131. package/dist/actions/put-table-rows-delete.cjs.map +1 -0
  132. package/dist/actions/put-table-rows-delete.d.cts +9 -0
  133. package/dist/actions/put-table-rows-delete.d.cts.map +1 -0
  134. package/dist/actions/put-table-rows-delete.d.mts +9 -0
  135. package/dist/actions/put-table-rows-delete.d.mts.map +1 -0
  136. package/dist/actions/put-table-rows-delete.mjs +17 -0
  137. package/dist/actions/put-table-rows-delete.mjs.map +1 -0
  138. package/dist/actions/put-table-rows-update.cjs +21 -0
  139. package/dist/actions/put-table-rows-update.cjs.map +1 -0
  140. package/dist/actions/put-table-rows-update.d.cts +9 -0
  141. package/dist/actions/put-table-rows-update.d.cts.map +1 -0
  142. package/dist/actions/put-table-rows-update.d.mts +9 -0
  143. package/dist/actions/put-table-rows-update.d.mts.map +1 -0
  144. package/dist/actions/put-table-rows-update.mjs +18 -0
  145. package/dist/actions/put-table-rows-update.mjs.map +1 -0
  146. package/dist/app.cjs +9 -0
  147. package/dist/app.cjs.map +1 -0
  148. package/dist/app.d.cts +5 -0
  149. package/dist/app.d.cts.map +1 -0
  150. package/dist/app.d.mts +5 -0
  151. package/dist/app.d.mts.map +1 -0
  152. package/dist/app.mjs +10 -0
  153. package/dist/app.mjs.map +1 -0
  154. package/dist/catalog.cjs +15 -0
  155. package/dist/catalog.cjs.map +1 -0
  156. package/dist/catalog.d.cts +14 -0
  157. package/dist/catalog.d.cts.map +1 -0
  158. package/dist/catalog.d.mts +14 -0
  159. package/dist/catalog.d.mts.map +1 -0
  160. package/dist/catalog.mjs +15 -0
  161. package/dist/catalog.mjs.map +1 -0
  162. package/dist/execute.cjs +18 -0
  163. package/dist/execute.cjs.map +1 -0
  164. package/dist/execute.mjs +18 -0
  165. package/dist/execute.mjs.map +1 -0
  166. package/dist/index.cjs +40 -0
  167. package/dist/index.d.cts +20 -0
  168. package/dist/index.d.mts +20 -0
  169. package/dist/index.mjs +21 -0
  170. package/package.json +49 -0
@@ -0,0 +1,18 @@
1
+ import { rocketadminCheckApiKey } from "./check-api-key.mjs";
2
+ import { rocketadminDeleteTableRow } from "./delete-table-row.mjs";
3
+ import { rocketadminGetCompanyInviteVerify } from "./get-company-invite-verify.mjs";
4
+ import { rocketadminGetConnectionTablesV2 } from "./get-connection-tables-v2.mjs";
5
+ import { rocketadminGetConnectionToken } from "./get-connection-token.mjs";
6
+ import { rocketadminGetConnections } from "./get-connections.mjs";
7
+ import { rocketadminGetHello } from "./get-hello.mjs";
8
+ import { rocketadminGetSaasUsersEmail } from "./get-saas-users-email.mjs";
9
+ import { rocketadminGetTableRow } from "./get-table-row.mjs";
10
+ import { rocketadminGetTableStructure } from "./get-table-structure.mjs";
11
+ import { rocketadminGetUserEmailVerify } from "./get-user-email-verify.mjs";
12
+ import { rocketadminPostTableCsvExport } from "./post-table-csv-export.mjs";
13
+ import { rocketadminPostTableRow } from "./post-table-row.mjs";
14
+ import { rocketadminPostTableRowsFind } from "./post-table-rows-find.mjs";
15
+ import { rocketadminPutTableRow } from "./put-table-row.mjs";
16
+ import { rocketadminPutTableRowsDelete } from "./put-table-rows-delete.mjs";
17
+ import { rocketadminPutTableRowsUpdate } from "./put-table-rows-update.mjs";
18
+ export { rocketadminCheckApiKey, rocketadminDeleteTableRow, rocketadminGetCompanyInviteVerify, rocketadminGetConnectionTablesV2, rocketadminGetConnectionToken, rocketadminGetConnections, rocketadminGetHello, rocketadminGetSaasUsersEmail, rocketadminGetTableRow, rocketadminGetTableStructure, rocketadminGetUserEmailVerify, rocketadminPostTableCsvExport, rocketadminPostTableRow, rocketadminPostTableRowsFind, rocketadminPutTableRow, rocketadminPutTableRowsDelete, rocketadminPutTableRowsUpdate };
@@ -0,0 +1,18 @@
1
+ import { rocketadminCheckApiKey } from "./check-api-key.mjs";
2
+ import { rocketadminDeleteTableRow } from "./delete-table-row.mjs";
3
+ import { rocketadminGetCompanyInviteVerify } from "./get-company-invite-verify.mjs";
4
+ import { rocketadminGetConnectionTablesV2 } from "./get-connection-tables-v2.mjs";
5
+ import { rocketadminGetConnectionToken } from "./get-connection-token.mjs";
6
+ import { rocketadminGetConnections } from "./get-connections.mjs";
7
+ import { rocketadminGetHello } from "./get-hello.mjs";
8
+ import { rocketadminGetSaasUsersEmail } from "./get-saas-users-email.mjs";
9
+ import { rocketadminGetTableRow } from "./get-table-row.mjs";
10
+ import { rocketadminGetTableStructure } from "./get-table-structure.mjs";
11
+ import { rocketadminGetUserEmailVerify } from "./get-user-email-verify.mjs";
12
+ import { rocketadminPostTableCsvExport } from "./post-table-csv-export.mjs";
13
+ import { rocketadminPostTableRow } from "./post-table-row.mjs";
14
+ import { rocketadminPostTableRowsFind } from "./post-table-rows-find.mjs";
15
+ import { rocketadminPutTableRow } from "./put-table-row.mjs";
16
+ import { rocketadminPutTableRowsDelete } from "./put-table-rows-delete.mjs";
17
+ import { rocketadminPutTableRowsUpdate } from "./put-table-rows-update.mjs";
18
+ export { rocketadminCheckApiKey, rocketadminDeleteTableRow, rocketadminGetCompanyInviteVerify, rocketadminGetConnectionTablesV2, rocketadminGetConnectionToken, rocketadminGetConnections, rocketadminGetHello, rocketadminGetSaasUsersEmail, rocketadminGetTableRow, rocketadminGetTableStructure, rocketadminGetUserEmailVerify, rocketadminPostTableCsvExport, rocketadminPostTableRow, rocketadminPostTableRowsFind, rocketadminPutTableRow, rocketadminPutTableRowsDelete, rocketadminPutTableRowsUpdate };
@@ -0,0 +1,29 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/post-table-csv-export.ts
4
+ const RocketadminPostTableCsvExportInput = zod.z.object({
5
+ page: zod.z.number().int().describe("Page number for pagination, must be >=1.").optional(),
6
+ email: zod.z.string().describe("Filter by user email address.").optional(),
7
+ limit: zod.z.number().int().describe("Maximum records to return. Default is 500 if pagination is not used. Must be >=1.").optional(),
8
+ order: zod.z.string().describe("Sorting parameter (e.g., 'ASC' for ascending, 'DESC' for descending).").optional(),
9
+ dateTo: zod.z.string().describe("End date for date range filtering (ISO8601 format).").optional(),
10
+ perPage: zod.z.number().int().describe("Number of records per page, must be >=1.").optional(),
11
+ dateFrom: zod.z.string().describe("Start date for date range filtering (ISO8601 format).").optional(),
12
+ tableName: zod.z.string().describe("Specifies which table to export."),
13
+ connectionId: zod.z.string().describe("The unique identifier for the database connection.")
14
+ }).describe("Request model for exporting table data as CSV.");
15
+ const RocketadminPostTableCsvExportOutput = zod.z.object({
16
+ filename: zod.z.string().describe("The suggested filename for the CSV file."),
17
+ csv_content: zod.z.string().describe("The raw CSV content as a string.")
18
+ }).describe("Response model for CSV export containing the downloaded file.");
19
+ const rocketadminPostTableCsvExport = require_action.action("ROCKETADMIN_POST_TABLE_CSV_EXPORT", {
20
+ slug: "rocketadmin-post-table-csv-export",
21
+ name: "Export Table as CSV",
22
+ description: "Tool to export table data as a CSV file from RocketAdmin. Use when you need to download table data in CSV format. This is an API+ feature that exports the specified table with optional filtering, pagination, and sorting.",
23
+ input: RocketadminPostTableCsvExportInput,
24
+ output: RocketadminPostTableCsvExportOutput
25
+ });
26
+ //#endregion
27
+ exports.rocketadminPostTableCsvExport = rocketadminPostTableCsvExport;
28
+
29
+ //# sourceMappingURL=post-table-csv-export.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-table-csv-export.cjs","names":["z","action"],"sources":["../../src/actions/post-table-csv-export.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketadminPostTableCsvExportInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination, must be >=1.\").optional(),\n email: z.string().describe(\"Filter by user email address.\").optional(),\n limit: z.number().int().describe(\"Maximum records to return. Default is 500 if pagination is not used. Must be >=1.\").optional(),\n order: z.string().describe(\"Sorting parameter (e.g., 'ASC' for ascending, 'DESC' for descending).\").optional(),\n dateTo: z.string().describe(\"End date for date range filtering (ISO8601 format).\").optional(),\n perPage: z.number().int().describe(\"Number of records per page, must be >=1.\").optional(),\n dateFrom: z.string().describe(\"Start date for date range filtering (ISO8601 format).\").optional(),\n tableName: z.string().describe(\"Specifies which table to export.\"),\n connectionId: z.string().describe(\"The unique identifier for the database connection.\"),\n}).describe(\"Request model for exporting table data as CSV.\");\nexport const RocketadminPostTableCsvExportOutput: z.ZodTypeAny = z.object({\n filename: z.string().describe(\"The suggested filename for the CSV file.\"),\n csv_content: z.string().describe(\"The raw CSV content as a string.\"),\n}).describe(\"Response model for CSV export containing the downloaded file.\");\n\nexport const rocketadminPostTableCsvExport = action(\"ROCKETADMIN_POST_TABLE_CSV_EXPORT\", {\n slug: \"rocketadmin-post-table-csv-export\",\n name: \"Export Table as CSV\",\n description: \"Tool to export table data as a CSV file from RocketAdmin. Use when you need to download table data in CSV format. This is an API+ feature that exports the specified table with optional filtering, pagination, and sorting.\",\n input: RocketadminPostTableCsvExportInput,\n output: RocketadminPostTableCsvExportOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CAC/H,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC7G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAC5F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACxF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAChG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CACjE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;AACxF,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACxE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;AACrE,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAE3E,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,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/post-table-csv-export.d.ts
4
+ declare const RocketadminPostTableCsvExportInput: z.ZodTypeAny;
5
+ declare const RocketadminPostTableCsvExportOutput: z.ZodTypeAny;
6
+ declare const rocketadminPostTableCsvExport: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketadminPostTableCsvExport };
9
+ //# sourceMappingURL=post-table-csv-export.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-table-csv-export.d.cts","names":[],"sources":["../../src/actions/post-table-csv-export.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAUU;AAAA,cAChD,mCAAA,EAAqC,CAAA,CAAE,UAGwB;AAAA,cAE/D,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/post-table-csv-export.d.ts
4
+ declare const RocketadminPostTableCsvExportInput: z.ZodTypeAny;
5
+ declare const RocketadminPostTableCsvExportOutput: z.ZodTypeAny;
6
+ declare const rocketadminPostTableCsvExport: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketadminPostTableCsvExport };
9
+ //# sourceMappingURL=post-table-csv-export.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-table-csv-export.d.mts","names":[],"sources":["../../src/actions/post-table-csv-export.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAUU;AAAA,cAChD,mCAAA,EAAqC,CAAA,CAAE,UAGwB;AAAA,cAE/D,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,26 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rocketadminPostTableCsvExport = action("ROCKETADMIN_POST_TABLE_CSV_EXPORT", {
4
+ slug: "rocketadmin-post-table-csv-export",
5
+ name: "Export Table as CSV",
6
+ description: "Tool to export table data as a CSV file from RocketAdmin. Use when you need to download table data in CSV format. This is an API+ feature that exports the specified table with optional filtering, pagination, and sorting.",
7
+ input: z.object({
8
+ page: z.number().int().describe("Page number for pagination, must be >=1.").optional(),
9
+ email: z.string().describe("Filter by user email address.").optional(),
10
+ limit: z.number().int().describe("Maximum records to return. Default is 500 if pagination is not used. Must be >=1.").optional(),
11
+ order: z.string().describe("Sorting parameter (e.g., 'ASC' for ascending, 'DESC' for descending).").optional(),
12
+ dateTo: z.string().describe("End date for date range filtering (ISO8601 format).").optional(),
13
+ perPage: z.number().int().describe("Number of records per page, must be >=1.").optional(),
14
+ dateFrom: z.string().describe("Start date for date range filtering (ISO8601 format).").optional(),
15
+ tableName: z.string().describe("Specifies which table to export."),
16
+ connectionId: z.string().describe("The unique identifier for the database connection.")
17
+ }).describe("Request model for exporting table data as CSV."),
18
+ output: z.object({
19
+ filename: z.string().describe("The suggested filename for the CSV file."),
20
+ csv_content: z.string().describe("The raw CSV content as a string.")
21
+ }).describe("Response model for CSV export containing the downloaded file.")
22
+ });
23
+ //#endregion
24
+ export { rocketadminPostTableCsvExport };
25
+
26
+ //# sourceMappingURL=post-table-csv-export.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-table-csv-export.mjs","names":[],"sources":["../../src/actions/post-table-csv-export.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketadminPostTableCsvExportInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination, must be >=1.\").optional(),\n email: z.string().describe(\"Filter by user email address.\").optional(),\n limit: z.number().int().describe(\"Maximum records to return. Default is 500 if pagination is not used. Must be >=1.\").optional(),\n order: z.string().describe(\"Sorting parameter (e.g., 'ASC' for ascending, 'DESC' for descending).\").optional(),\n dateTo: z.string().describe(\"End date for date range filtering (ISO8601 format).\").optional(),\n perPage: z.number().int().describe(\"Number of records per page, must be >=1.\").optional(),\n dateFrom: z.string().describe(\"Start date for date range filtering (ISO8601 format).\").optional(),\n tableName: z.string().describe(\"Specifies which table to export.\"),\n connectionId: z.string().describe(\"The unique identifier for the database connection.\"),\n}).describe(\"Request model for exporting table data as CSV.\");\nexport const RocketadminPostTableCsvExportOutput: z.ZodTypeAny = z.object({\n filename: z.string().describe(\"The suggested filename for the CSV file.\"),\n csv_content: z.string().describe(\"The raw CSV content as a string.\"),\n}).describe(\"Response model for CSV export containing the downloaded file.\");\n\nexport const rocketadminPostTableCsvExport = action(\"ROCKETADMIN_POST_TABLE_CSV_EXPORT\", {\n slug: \"rocketadmin-post-table-csv-export\",\n name: \"Export Table as CSV\",\n description: \"Tool to export table data as a CSV file from RocketAdmin. Use when you need to download table data in CSV format. This is an API+ feature that exports the specified table with optional filtering, pagination, and sorting.\",\n input: RocketadminPostTableCsvExportInput,\n output: RocketadminPostTableCsvExportOutput,\n});\n"],"mappings":";;AAoBA,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApB8D,EAAE,OAAO;EACvE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;EACrF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EACrE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;EAC/H,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;EAC7G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EAC5F,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;EACxF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;EAChG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EACjE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACxF,CAAC,CAAC,CAAC,SAAS,gDAUH;CACP,QAV+D,EAAE,OAAO;EACxE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EACxE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CACrE,CAAC,CAAC,CAAC,SAAS,+DAOF;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/post-table-row.ts
4
+ const RocketadminPostTableRowInput = zod.z.object({
5
+ row_data: zod.z.object({}).describe("The row data to insert. Keys should match table column names and values should match expected data types. The structure depends on the target table schema."),
6
+ tableName: zod.z.string().describe("The name of the database table where the row should be inserted."),
7
+ connectionId: zod.z.string().describe("The unique identifier for the database connection where the row will be added.")
8
+ }).describe("Request model for adding a new row to a table.");
9
+ const RocketadminPostTableRowOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Response model containing the newly created row data.\nThe response structure is dynamic and depends on the table schema.\nAll columns and their values are returned as top-level fields.");
10
+ const rocketadminPostTableRow = require_action.action("ROCKETADMIN_POST_TABLE_ROW", {
11
+ slug: "rocketadmin-post-table-row",
12
+ name: "Add Row to Table",
13
+ description: "Tool to add a new row to a database table in RocketAdmin. Use when you need to insert data into a specific table. This is an API+ feature that creates a new row with the provided field values.",
14
+ input: RocketadminPostTableRowInput,
15
+ output: RocketadminPostTableRowOutput
16
+ });
17
+ //#endregion
18
+ exports.rocketadminPostTableRow = rocketadminPostTableRow;
19
+
20
+ //# sourceMappingURL=post-table-row.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-table-row.cjs","names":["z","action"],"sources":["../../src/actions/post-table-row.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketadminPostTableRowInput: z.ZodTypeAny = z.object({\n row_data: z.object({}).describe(\"The row data to insert. Keys should match table column names and values should match expected data types. The structure depends on the target table schema.\"),\n tableName: z.string().describe(\"The name of the database table where the row should be inserted.\"),\n connectionId: z.string().describe(\"The unique identifier for the database connection where the row will be added.\"),\n}).describe(\"Request model for adding a new row to a table.\");\nexport const RocketadminPostTableRowOutput: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Response model containing the newly created row data.\\nThe response structure is dynamic and depends on the table schema.\\nAll columns and their values are returned as top-level fields.\");\n\nexport const rocketadminPostTableRow = action(\"ROCKETADMIN_POST_TABLE_ROW\", {\n slug: \"rocketadmin-post-table-row\",\n name: \"Add Row to Table\",\n description: \"Tool to add a new row to a database table in RocketAdmin. Use when you need to insert data into a specific table. This is an API+ feature that creates a new row with the provided field values.\",\n input: RocketadminPostTableRowInput,\n output: RocketadminPostTableRowOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6JAA6J;CAC7L,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CACjG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;AACpH,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAa,gCAA8CA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2LAA2L;AAEjS,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,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/post-table-row.d.ts
4
+ declare const RocketadminPostTableRowInput: z.ZodTypeAny;
5
+ declare const RocketadminPostTableRowOutput: z.ZodTypeAny;
6
+ declare const rocketadminPostTableRow: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketadminPostTableRow };
9
+ //# sourceMappingURL=post-table-row.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-table-row.d.cts","names":[],"sources":["../../src/actions/post-table-row.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIgB;AAAA,cAChD,6BAAA,EAA+B,CAAA,CAAE,UAAoP;AAAA,cAErR,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/post-table-row.d.ts
4
+ declare const RocketadminPostTableRowInput: z.ZodTypeAny;
5
+ declare const RocketadminPostTableRowOutput: z.ZodTypeAny;
6
+ declare const rocketadminPostTableRow: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketadminPostTableRow };
9
+ //# sourceMappingURL=post-table-row.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-table-row.d.mts","names":[],"sources":["../../src/actions/post-table-row.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIgB;AAAA,cAChD,6BAAA,EAA+B,CAAA,CAAE,UAAoP;AAAA,cAErR,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,17 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rocketadminPostTableRow = action("ROCKETADMIN_POST_TABLE_ROW", {
4
+ slug: "rocketadmin-post-table-row",
5
+ name: "Add Row to Table",
6
+ description: "Tool to add a new row to a database table in RocketAdmin. Use when you need to insert data into a specific table. This is an API+ feature that creates a new row with the provided field values.",
7
+ input: z.object({
8
+ row_data: z.object({}).describe("The row data to insert. Keys should match table column names and values should match expected data types. The structure depends on the target table schema."),
9
+ tableName: z.string().describe("The name of the database table where the row should be inserted."),
10
+ connectionId: z.string().describe("The unique identifier for the database connection where the row will be added.")
11
+ }).describe("Request model for adding a new row to a table."),
12
+ output: z.record(z.string(), z.unknown()).describe("Response model containing the newly created row data.\nThe response structure is dynamic and depends on the table schema.\nAll columns and their values are returned as top-level fields.")
13
+ });
14
+ //#endregion
15
+ export { rocketadminPostTableRow };
16
+
17
+ //# sourceMappingURL=post-table-row.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-table-row.mjs","names":[],"sources":["../../src/actions/post-table-row.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketadminPostTableRowInput: z.ZodTypeAny = z.object({\n row_data: z.object({}).describe(\"The row data to insert. Keys should match table column names and values should match expected data types. The structure depends on the target table schema.\"),\n tableName: z.string().describe(\"The name of the database table where the row should be inserted.\"),\n connectionId: z.string().describe(\"The unique identifier for the database connection where the row will be added.\"),\n}).describe(\"Request model for adding a new row to a table.\");\nexport const RocketadminPostTableRowOutput: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Response model containing the newly created row data.\\nThe response structure is dynamic and depends on the table schema.\\nAll columns and their values are returned as top-level fields.\");\n\nexport const rocketadminPostTableRow = action(\"ROCKETADMIN_POST_TABLE_ROW\", {\n slug: \"rocketadmin-post-table-row\",\n name: \"Add Row to Table\",\n description: \"Tool to add a new row to a database table in RocketAdmin. Use when you need to insert data into a specific table. This is an API+ feature that creates a new row with the provided field values.\",\n input: RocketadminPostTableRowInput,\n output: RocketadminPostTableRowOutput,\n});\n"],"mappings":";;AAWA,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXwD,EAAE,OAAO;EACjE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6JAA6J;EAC7L,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;EACjG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;CACpH,CAAC,CAAC,CAAC,SAAS,gDAOH;CACP,QAPyD,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2LAO5F;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/post-table-rows-find.ts
4
+ const RocketadminPostTableRowsFindInput = zod.z.object({
5
+ page: zod.z.number().int().describe("Pagination page number for retrieving specific page of results.").optional(),
6
+ filters: zod.z.object({}).describe("Filter parameters to apply to the table rows query. Structure: {column_name: {operator: value}}. Operators include 'eq' (equals), 'ne' (not equals), 'gt' (greater than), 'gte' (greater than or equal), 'lt' (less than), 'lte' (less than or equal), 'like' (pattern matching), 'in' (in list), 'notin' (not in list), 'isnull' (is null), 'isnotnull' (is not null).").optional(),
7
+ perPage: zod.z.number().int().describe("Number of results per page for pagination.").optional(),
8
+ tableName: zod.z.string().describe("The name of the database table to query rows from."),
9
+ connectionId: zod.z.string().describe("The unique identifier for the database connection.")
10
+ }).describe("Request model for retrieving table rows with filter parameters in the body.");
11
+ const RocketadminPostTableRowsFindOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Response model containing all rows from the specified table that match the filters.\nThe response structure is dynamic and depends on the table schema.\nReturns an array of row objects with fields corresponding to the table columns.");
12
+ const rocketadminPostTableRowsFind = require_action.action("ROCKETADMIN_POST_TABLE_ROWS_FIND", {
13
+ slug: "rocketadmin-post-table-rows-find",
14
+ name: "Find Table Rows with Filters",
15
+ description: "Tool to retrieve all rows from a database table with filter parameters in the request body. Use when you need to fetch rows with complex filtering conditions. This is an API+ feature that supports advanced filtering with operators like equals, greater than, less than, like, in, etc.",
16
+ input: RocketadminPostTableRowsFindInput,
17
+ output: RocketadminPostTableRowsFindOutput
18
+ });
19
+ //#endregion
20
+ exports.rocketadminPostTableRowsFind = rocketadminPostTableRowsFind;
21
+
22
+ //# sourceMappingURL=post-table-rows-find.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-table-rows-find.cjs","names":["z","action"],"sources":["../../src/actions/post-table-rows-find.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketadminPostTableRowsFindInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Pagination page number for retrieving specific page of results.\").optional(),\n filters: z.object({}).describe(\"Filter parameters to apply to the table rows query. Structure: {column_name: {operator: value}}. Operators include 'eq' (equals), 'ne' (not equals), 'gt' (greater than), 'gte' (greater than or equal), 'lt' (less than), 'lte' (less than or equal), 'like' (pattern matching), 'in' (in list), 'notin' (not in list), 'isnull' (is null), 'isnotnull' (is not null).\").optional(),\n perPage: z.number().int().describe(\"Number of results per page for pagination.\").optional(),\n tableName: z.string().describe(\"The name of the database table to query rows from.\"),\n connectionId: z.string().describe(\"The unique identifier for the database connection.\"),\n}).describe(\"Request model for retrieving table rows with filter parameters in the body.\");\nexport const RocketadminPostTableRowsFindOutput: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Response model containing all rows from the specified table that match the filters.\\nThe response structure is dynamic and depends on the table schema.\\nReturns an array of row objects with fields corresponding to the table columns.\");\n\nexport const rocketadminPostTableRowsFind = action(\"ROCKETADMIN_POST_TABLE_ROWS_FIND\", {\n slug: \"rocketadmin-post-table-rows-find\",\n name: \"Find Table Rows with Filters\",\n description: \"Tool to retrieve all rows from a database table with filter parameters in the request body. Use when you need to fetch rows with complex filtering conditions. This is an API+ feature that supports advanced filtering with operators like equals, greater than, less than, like, in, etc.\",\n input: RocketadminPostTableRowsFindInput,\n output: RocketadminPostTableRowsFindOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CAC5G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yWAAyW,CAAC,CAAC,SAAS;CACnZ,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CAC1F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACnF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;AACxF,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAa,qCAAmDA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0OAA0O;AAErV,MAAa,+BAA+BC,eAAAA,OAAO,oCAAoC;CACrF,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/post-table-rows-find.d.ts
4
+ declare const RocketadminPostTableRowsFindInput: z.ZodTypeAny;
5
+ declare const RocketadminPostTableRowsFindOutput: z.ZodTypeAny;
6
+ declare const rocketadminPostTableRowsFind: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketadminPostTableRowsFind };
9
+ //# sourceMappingURL=post-table-rows-find.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-table-rows-find.d.cts","names":[],"sources":["../../src/actions/post-table-rows-find.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAMwC;AAAA,cAC7E,kCAAA,EAAoC,CAAA,CAAE,UAAmS;AAAA,cAEzU,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/post-table-rows-find.d.ts
4
+ declare const RocketadminPostTableRowsFindInput: z.ZodTypeAny;
5
+ declare const RocketadminPostTableRowsFindOutput: z.ZodTypeAny;
6
+ declare const rocketadminPostTableRowsFind: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketadminPostTableRowsFind };
9
+ //# sourceMappingURL=post-table-rows-find.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-table-rows-find.d.mts","names":[],"sources":["../../src/actions/post-table-rows-find.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAMwC;AAAA,cAC7E,kCAAA,EAAoC,CAAA,CAAE,UAAmS;AAAA,cAEzU,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
+ const rocketadminPostTableRowsFind = action("ROCKETADMIN_POST_TABLE_ROWS_FIND", {
4
+ slug: "rocketadmin-post-table-rows-find",
5
+ name: "Find Table Rows with Filters",
6
+ description: "Tool to retrieve all rows from a database table with filter parameters in the request body. Use when you need to fetch rows with complex filtering conditions. This is an API+ feature that supports advanced filtering with operators like equals, greater than, less than, like, in, etc.",
7
+ input: z.object({
8
+ page: z.number().int().describe("Pagination page number for retrieving specific page of results.").optional(),
9
+ filters: z.object({}).describe("Filter parameters to apply to the table rows query. Structure: {column_name: {operator: value}}. Operators include 'eq' (equals), 'ne' (not equals), 'gt' (greater than), 'gte' (greater than or equal), 'lt' (less than), 'lte' (less than or equal), 'like' (pattern matching), 'in' (in list), 'notin' (not in list), 'isnull' (is null), 'isnotnull' (is not null).").optional(),
10
+ perPage: z.number().int().describe("Number of results per page for pagination.").optional(),
11
+ tableName: z.string().describe("The name of the database table to query rows from."),
12
+ connectionId: z.string().describe("The unique identifier for the database connection.")
13
+ }).describe("Request model for retrieving table rows with filter parameters in the body."),
14
+ output: z.record(z.string(), z.unknown()).describe("Response model containing all rows from the specified table that match the filters.\nThe response structure is dynamic and depends on the table schema.\nReturns an array of row objects with fields corresponding to the table columns.")
15
+ });
16
+ //#endregion
17
+ export { rocketadminPostTableRowsFind };
18
+
19
+ //# sourceMappingURL=post-table-rows-find.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-table-rows-find.mjs","names":[],"sources":["../../src/actions/post-table-rows-find.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketadminPostTableRowsFindInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Pagination page number for retrieving specific page of results.\").optional(),\n filters: z.object({}).describe(\"Filter parameters to apply to the table rows query. Structure: {column_name: {operator: value}}. Operators include 'eq' (equals), 'ne' (not equals), 'gt' (greater than), 'gte' (greater than or equal), 'lt' (less than), 'lte' (less than or equal), 'like' (pattern matching), 'in' (in list), 'notin' (not in list), 'isnull' (is null), 'isnotnull' (is not null).\").optional(),\n perPage: z.number().int().describe(\"Number of results per page for pagination.\").optional(),\n tableName: z.string().describe(\"The name of the database table to query rows from.\"),\n connectionId: z.string().describe(\"The unique identifier for the database connection.\"),\n}).describe(\"Request model for retrieving table rows with filter parameters in the body.\");\nexport const RocketadminPostTableRowsFindOutput: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Response model containing all rows from the specified table that match the filters.\\nThe response structure is dynamic and depends on the table schema.\\nReturns an array of row objects with fields corresponding to the table columns.\");\n\nexport const rocketadminPostTableRowsFind = action(\"ROCKETADMIN_POST_TABLE_ROWS_FIND\", {\n slug: \"rocketadmin-post-table-rows-find\",\n name: \"Find Table Rows with Filters\",\n description: \"Tool to retrieve all rows from a database table with filter parameters in the request body. Use when you need to fetch rows with complex filtering conditions. This is an API+ feature that supports advanced filtering with operators like equals, greater than, less than, like, in, etc.\",\n input: RocketadminPostTableRowsFindInput,\n output: RocketadminPostTableRowsFindOutput,\n});\n"],"mappings":";;AAaA,MAAa,+BAA+B,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb6D,EAAE,OAAO;EACtE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;EAC5G,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yWAAyW,CAAC,CAAC,SAAS;EACnZ,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EAC1F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;EACnF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACxF,CAAC,CAAC,CAAC,SAAS,6EAOH;CACP,QAP8D,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0OAOjG;AACV,CAAC"}
@@ -0,0 +1,21 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/put-table-row.ts
4
+ const RocketadminPutTableRowInput = zod.z.object({
5
+ id: zod.z.union([zod.z.string(), zod.z.number().int()]),
6
+ row_data: zod.z.object({}).describe("The row data to update. Keys should match table column names and values should match expected data types. Only include fields that need to be updated."),
7
+ tableName: zod.z.string().describe("The name of the database table containing the row to update."),
8
+ connectionId: zod.z.string().describe("The unique identifier for the database connection where the row will be updated.")
9
+ }).describe("Request model for updating a row in a table by primary key.");
10
+ const RocketadminPutTableRowOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Response model containing the updated row data from the specified table.\nThe response structure is dynamic and depends on the table schema.\nAll columns and their values are returned as top-level fields.");
11
+ const rocketadminPutTableRow = require_action.action("ROCKETADMIN_PUT_TABLE_ROW", {
12
+ slug: "rocketadmin-put-table-row",
13
+ name: "Update Table Row by Primary Key",
14
+ description: "Tool to update a row in a database table by its primary key. Use when you need to modify existing row data in a RocketAdmin connection. This is an API+ feature.",
15
+ input: RocketadminPutTableRowInput,
16
+ output: RocketadminPutTableRowOutput
17
+ });
18
+ //#endregion
19
+ exports.rocketadminPutTableRow = rocketadminPutTableRow;
20
+
21
+ //# sourceMappingURL=put-table-row.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"put-table-row.cjs","names":["z","action"],"sources":["../../src/actions/put-table-row.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketadminPutTableRowInput: z.ZodTypeAny = z.object({\n id: z.union([z.string(), z.number().int()]),\n row_data: z.object({}).describe(\"The row data to update. Keys should match table column names and values should match expected data types. Only include fields that need to be updated.\"),\n tableName: z.string().describe(\"The name of the database table containing the row to update.\"),\n connectionId: z.string().describe(\"The unique identifier for the database connection where the row will be updated.\"),\n}).describe(\"Request model for updating a row in a table by primary key.\");\nexport const RocketadminPutTableRowOutput: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Response model containing the updated row data from the specified table.\\nThe response structure is dynamic and depends on the table schema.\\nAll columns and their values are returned as top-level fields.\");\n\nexport const rocketadminPutTableRow = action(\"ROCKETADMIN_PUT_TABLE_ROW\", {\n slug: \"rocketadmin-put-table-row\",\n name: \"Update Table Row by Primary Key\",\n description: \"Tool to update a row in a database table by its primary key. Use when you need to modify existing row data in a RocketAdmin connection. This is an API+ feature.\",\n input: RocketadminPutTableRowInput,\n output: RocketadminPutTableRowOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC;CAC1C,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wJAAwJ;CACxL,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC7F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;AACtH,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAa,+BAA6CA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8MAA8M;AAEnT,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,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/put-table-row.d.ts
4
+ declare const RocketadminPutTableRowInput: z.ZodTypeAny;
5
+ declare const RocketadminPutTableRowOutput: z.ZodTypeAny;
6
+ declare const rocketadminPutTableRow: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketadminPutTableRow };
9
+ //# sourceMappingURL=put-table-row.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"put-table-row.d.cts","names":[],"sources":["../../src/actions/put-table-row.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAK8B;AAAA,cAC7D,4BAAA,EAA8B,CAAA,CAAE,UAAuQ;AAAA,cAEvS,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/put-table-row.d.ts
4
+ declare const RocketadminPutTableRowInput: z.ZodTypeAny;
5
+ declare const RocketadminPutTableRowOutput: z.ZodTypeAny;
6
+ declare const rocketadminPutTableRow: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketadminPutTableRow };
9
+ //# sourceMappingURL=put-table-row.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"put-table-row.d.mts","names":[],"sources":["../../src/actions/put-table-row.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAK8B;AAAA,cAC7D,4BAAA,EAA8B,CAAA,CAAE,UAAuQ;AAAA,cAEvS,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,18 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rocketadminPutTableRow = action("ROCKETADMIN_PUT_TABLE_ROW", {
4
+ slug: "rocketadmin-put-table-row",
5
+ name: "Update Table Row by Primary Key",
6
+ description: "Tool to update a row in a database table by its primary key. Use when you need to modify existing row data in a RocketAdmin connection. This is an API+ feature.",
7
+ input: z.object({
8
+ id: z.union([z.string(), z.number().int()]),
9
+ row_data: z.object({}).describe("The row data to update. Keys should match table column names and values should match expected data types. Only include fields that need to be updated."),
10
+ tableName: z.string().describe("The name of the database table containing the row to update."),
11
+ connectionId: z.string().describe("The unique identifier for the database connection where the row will be updated.")
12
+ }).describe("Request model for updating a row in a table by primary key."),
13
+ output: z.record(z.string(), z.unknown()).describe("Response model containing the updated row data from the specified table.\nThe response structure is dynamic and depends on the table schema.\nAll columns and their values are returned as top-level fields.")
14
+ });
15
+ //#endregion
16
+ export { rocketadminPutTableRow };
17
+
18
+ //# sourceMappingURL=put-table-row.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"put-table-row.mjs","names":[],"sources":["../../src/actions/put-table-row.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketadminPutTableRowInput: z.ZodTypeAny = z.object({\n id: z.union([z.string(), z.number().int()]),\n row_data: z.object({}).describe(\"The row data to update. Keys should match table column names and values should match expected data types. Only include fields that need to be updated.\"),\n tableName: z.string().describe(\"The name of the database table containing the row to update.\"),\n connectionId: z.string().describe(\"The unique identifier for the database connection where the row will be updated.\"),\n}).describe(\"Request model for updating a row in a table by primary key.\");\nexport const RocketadminPutTableRowOutput: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Response model containing the updated row data from the specified table.\\nThe response structure is dynamic and depends on the table schema.\\nAll columns and their values are returned as top-level fields.\");\n\nexport const rocketadminPutTableRow = action(\"ROCKETADMIN_PUT_TABLE_ROW\", {\n slug: \"rocketadmin-put-table-row\",\n name: \"Update Table Row by Primary Key\",\n description: \"Tool to update a row in a database table by its primary key. Use when you need to modify existing row data in a RocketAdmin connection. This is an API+ feature.\",\n input: RocketadminPutTableRowInput,\n output: RocketadminPutTableRowOutput,\n});\n"],"mappings":";;AAYA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZuD,EAAE,OAAO;EAChE,IAAI,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC;EAC1C,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wJAAwJ;EACxL,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EAC7F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;CACtH,CAAC,CAAC,CAAC,SAAS,6DAOH;CACP,QAPwD,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8MAO3F;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/put-table-rows-delete.ts
4
+ const RocketadminPutTableRowsDeleteInput = zod.z.object({
5
+ rows: zod.z.array(zod.z.object({})).describe("Array of objects containing the primary key field(s) and their values for rows to be deleted. Each object must include the primary key field name(s) that identify the row."),
6
+ tableName: zod.z.string().describe("The name of the table from which rows will be deleted."),
7
+ connectionId: zod.z.string().describe("The unique identifier for the database connection where the deletion will occur.")
8
+ }).describe("Request model for deleting multiple rows from a table by primary key.");
9
+ const RocketadminPutTableRowsDeleteOutput = zod.z.object({ success: zod.z.boolean().default(true).describe("Indicates whether the deletion was successful.").nullable().optional() }).describe("Response model for successful deletion of table rows.");
10
+ const rocketadminPutTableRowsDelete = require_action.action("ROCKETADMIN_PUT_TABLE_ROWS_DELETE", {
11
+ slug: "rocketadmin-put-table-rows-delete",
12
+ name: "Delete Multiple Table Rows",
13
+ description: "Tool to delete multiple rows from a table by primary key. Use when you need to batch delete rows identified by their primary keys. This is an API+ feature.",
14
+ input: RocketadminPutTableRowsDeleteInput,
15
+ output: RocketadminPutTableRowsDeleteOutput
16
+ });
17
+ //#endregion
18
+ exports.rocketadminPutTableRowsDelete = rocketadminPutTableRowsDelete;
19
+
20
+ //# sourceMappingURL=put-table-rows-delete.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"put-table-rows-delete.cjs","names":["z","action"],"sources":["../../src/actions/put-table-rows-delete.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketadminPutTableRowsDeleteInput: z.ZodTypeAny = z.object({\n rows: z.array(z.object({})).describe(\"Array of objects containing the primary key field(s) and their values for rows to be deleted. Each object must include the primary key field name(s) that identify the row.\"),\n tableName: z.string().describe(\"The name of the table from which rows will be deleted.\"),\n connectionId: z.string().describe(\"The unique identifier for the database connection where the deletion will occur.\"),\n}).describe(\"Request model for deleting multiple rows from a table by primary key.\");\nexport const RocketadminPutTableRowsDeleteOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the deletion was successful.\").nullable().optional(),\n}).describe(\"Response model for successful deletion of table rows.\");\n\nexport const rocketadminPutTableRowsDelete = action(\"ROCKETADMIN_PUT_TABLE_ROWS_DELETE\", {\n slug: \"rocketadmin-put-table-rows-delete\",\n name: \"Delete Multiple Table Rows\",\n description: \"Tool to delete multiple rows from a table by primary key. Use when you need to batch delete rows identified by their primary keys. This is an API+ feature.\",\n input: RocketadminPutTableRowsDeleteInput,\n output: RocketadminPutTableRowsDeleteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,6KAA6K;CAClN,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACvF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;AACtH,CAAC,CAAC,CAAC,SAAS,uEAAuE;AACnF,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpH,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,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/put-table-rows-delete.d.ts
4
+ declare const RocketadminPutTableRowsDeleteInput: z.ZodTypeAny;
5
+ declare const RocketadminPutTableRowsDeleteOutput: z.ZodTypeAny;
6
+ declare const rocketadminPutTableRowsDelete: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketadminPutTableRowsDelete };
9
+ //# sourceMappingURL=put-table-rows-delete.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"put-table-rows-delete.d.cts","names":[],"sources":["../../src/actions/put-table-rows-delete.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAIiC;AAAA,cACvE,mCAAA,EAAqC,CAAA,CAAE,UAEgB;AAAA,cAEvD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/put-table-rows-delete.d.ts
4
+ declare const RocketadminPutTableRowsDeleteInput: z.ZodTypeAny;
5
+ declare const RocketadminPutTableRowsDeleteOutput: z.ZodTypeAny;
6
+ declare const rocketadminPutTableRowsDelete: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketadminPutTableRowsDelete };
9
+ //# sourceMappingURL=put-table-rows-delete.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"put-table-rows-delete.d.mts","names":[],"sources":["../../src/actions/put-table-rows-delete.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAIiC;AAAA,cACvE,mCAAA,EAAqC,CAAA,CAAE,UAEgB;AAAA,cAEvD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,17 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rocketadminPutTableRowsDelete = action("ROCKETADMIN_PUT_TABLE_ROWS_DELETE", {
4
+ slug: "rocketadmin-put-table-rows-delete",
5
+ name: "Delete Multiple Table Rows",
6
+ description: "Tool to delete multiple rows from a table by primary key. Use when you need to batch delete rows identified by their primary keys. This is an API+ feature.",
7
+ input: z.object({
8
+ rows: z.array(z.object({})).describe("Array of objects containing the primary key field(s) and their values for rows to be deleted. Each object must include the primary key field name(s) that identify the row."),
9
+ tableName: z.string().describe("The name of the table from which rows will be deleted."),
10
+ connectionId: z.string().describe("The unique identifier for the database connection where the deletion will occur.")
11
+ }).describe("Request model for deleting multiple rows from a table by primary key."),
12
+ output: z.object({ success: z.boolean().default(true).describe("Indicates whether the deletion was successful.").nullable().optional() }).describe("Response model for successful deletion of table rows.")
13
+ });
14
+ //#endregion
15
+ export { rocketadminPutTableRowsDelete };
16
+
17
+ //# sourceMappingURL=put-table-rows-delete.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"put-table-rows-delete.mjs","names":[],"sources":["../../src/actions/put-table-rows-delete.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketadminPutTableRowsDeleteInput: z.ZodTypeAny = z.object({\n rows: z.array(z.object({})).describe(\"Array of objects containing the primary key field(s) and their values for rows to be deleted. Each object must include the primary key field name(s) that identify the row.\"),\n tableName: z.string().describe(\"The name of the table from which rows will be deleted.\"),\n connectionId: z.string().describe(\"The unique identifier for the database connection where the deletion will occur.\"),\n}).describe(\"Request model for deleting multiple rows from a table by primary key.\");\nexport const RocketadminPutTableRowsDeleteOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the deletion was successful.\").nullable().optional(),\n}).describe(\"Response model for successful deletion of table rows.\");\n\nexport const rocketadminPutTableRowsDelete = action(\"ROCKETADMIN_PUT_TABLE_ROWS_DELETE\", {\n slug: \"rocketadmin-put-table-rows-delete\",\n name: \"Delete Multiple Table Rows\",\n description: \"Tool to delete multiple rows from a table by primary key. Use when you need to batch delete rows identified by their primary keys. This is an API+ feature.\",\n input: RocketadminPutTableRowsDeleteInput,\n output: RocketadminPutTableRowsDeleteOutput,\n});\n"],"mappings":";;AAaA,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb8D,EAAE,OAAO;EACvE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,6KAA6K;EAClN,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EACvF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;CACtH,CAAC,CAAC,CAAC,SAAS,uEASH;CACP,QAT+D,EAAE,OAAO,EACxE,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpH,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
@@ -0,0 +1,21 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/put-table-rows-update.ts
4
+ const RocketadminPutTableRowsUpdateInput = zod.z.object({
5
+ newValues: zod.z.object({}).describe("Object containing the field names and new values to be set for all identified rows. Keys should match table column names."),
6
+ tableName: zod.z.string().describe("The name of the table where rows will be updated."),
7
+ primaryKeys: zod.z.array(zod.z.object({})).describe("Array of objects containing the primary key field(s) and their values for rows to be updated. Each object must include the primary key field name(s) that identify the row."),
8
+ connectionId: zod.z.string().describe("The unique identifier for the database connection where the update will occur.")
9
+ }).describe("Request model for updating multiple rows in a table by primary key.");
10
+ const RocketadminPutTableRowsUpdateOutput = zod.z.object({ success: zod.z.boolean().default(true).describe("Indicates whether the update was successful.").nullable().optional() }).describe("Response model for successful update of table rows.");
11
+ const rocketadminPutTableRowsUpdate = require_action.action("ROCKETADMIN_PUT_TABLE_ROWS_UPDATE", {
12
+ slug: "rocketadmin-put-table-rows-update",
13
+ name: "Update Multiple Table Rows",
14
+ description: "Tool to update multiple rows in a table by primary key. Use when you need to batch update rows identified by their primary keys with the same new values. This is an API+ feature.",
15
+ input: RocketadminPutTableRowsUpdateInput,
16
+ output: RocketadminPutTableRowsUpdateOutput
17
+ });
18
+ //#endregion
19
+ exports.rocketadminPutTableRowsUpdate = rocketadminPutTableRowsUpdate;
20
+
21
+ //# sourceMappingURL=put-table-rows-update.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"put-table-rows-update.cjs","names":["z","action"],"sources":["../../src/actions/put-table-rows-update.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketadminPutTableRowsUpdateInput: z.ZodTypeAny = z.object({\n newValues: z.object({}).describe(\"Object containing the field names and new values to be set for all identified rows. Keys should match table column names.\"),\n tableName: z.string().describe(\"The name of the table where rows will be updated.\"),\n primaryKeys: z.array(z.object({})).describe(\"Array of objects containing the primary key field(s) and their values for rows to be updated. Each object must include the primary key field name(s) that identify the row.\"),\n connectionId: z.string().describe(\"The unique identifier for the database connection where the update will occur.\"),\n}).describe(\"Request model for updating multiple rows in a table by primary key.\");\nexport const RocketadminPutTableRowsUpdateOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the update was successful.\").nullable().optional(),\n}).describe(\"Response model for successful update of table rows.\");\n\nexport const rocketadminPutTableRowsUpdate = action(\"ROCKETADMIN_PUT_TABLE_ROWS_UPDATE\", {\n slug: \"rocketadmin-put-table-rows-update\",\n name: \"Update Multiple Table Rows\",\n description: \"Tool to update multiple rows in a table by primary key. Use when you need to batch update rows identified by their primary keys with the same new values. This is an API+ feature.\",\n input: RocketadminPutTableRowsUpdateInput,\n output: RocketadminPutTableRowsUpdateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2HAA2H;CAC5J,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAClF,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,6KAA6K;CACzN,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;AACpH,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClH,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,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/put-table-rows-update.d.ts
4
+ declare const RocketadminPutTableRowsUpdateInput: z.ZodTypeAny;
5
+ declare const RocketadminPutTableRowsUpdateOutput: z.ZodTypeAny;
6
+ declare const rocketadminPutTableRowsUpdate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketadminPutTableRowsUpdate };
9
+ //# sourceMappingURL=put-table-rows-update.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"put-table-rows-update.d.cts","names":[],"sources":["../../src/actions/put-table-rows-update.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAK+B;AAAA,cACrE,mCAAA,EAAqC,CAAA,CAAE,UAEc;AAAA,cAErD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/put-table-rows-update.d.ts
4
+ declare const RocketadminPutTableRowsUpdateInput: z.ZodTypeAny;
5
+ declare const RocketadminPutTableRowsUpdateOutput: z.ZodTypeAny;
6
+ declare const rocketadminPutTableRowsUpdate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketadminPutTableRowsUpdate };
9
+ //# sourceMappingURL=put-table-rows-update.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"put-table-rows-update.d.mts","names":[],"sources":["../../src/actions/put-table-rows-update.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAK+B;AAAA,cACrE,mCAAA,EAAqC,CAAA,CAAE,UAEc;AAAA,cAErD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,18 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rocketadminPutTableRowsUpdate = action("ROCKETADMIN_PUT_TABLE_ROWS_UPDATE", {
4
+ slug: "rocketadmin-put-table-rows-update",
5
+ name: "Update Multiple Table Rows",
6
+ description: "Tool to update multiple rows in a table by primary key. Use when you need to batch update rows identified by their primary keys with the same new values. This is an API+ feature.",
7
+ input: z.object({
8
+ newValues: z.object({}).describe("Object containing the field names and new values to be set for all identified rows. Keys should match table column names."),
9
+ tableName: z.string().describe("The name of the table where rows will be updated."),
10
+ primaryKeys: z.array(z.object({})).describe("Array of objects containing the primary key field(s) and their values for rows to be updated. Each object must include the primary key field name(s) that identify the row."),
11
+ connectionId: z.string().describe("The unique identifier for the database connection where the update will occur.")
12
+ }).describe("Request model for updating multiple rows in a table by primary key."),
13
+ output: z.object({ success: z.boolean().default(true).describe("Indicates whether the update was successful.").nullable().optional() }).describe("Response model for successful update of table rows.")
14
+ });
15
+ //#endregion
16
+ export { rocketadminPutTableRowsUpdate };
17
+
18
+ //# sourceMappingURL=put-table-rows-update.mjs.map