@keystrokehq/softr 0.1.2 → 0.1.4

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 (135) hide show
  1. package/dist/actions/create-database.cjs +1 -1
  2. package/dist/actions/create-database.cjs.map +1 -1
  3. package/dist/actions/create-database.d.cts +1 -1
  4. package/dist/actions/create-database.d.mts +1 -1
  5. package/dist/actions/create-database.mjs +1 -1
  6. package/dist/actions/create-database.mjs.map +1 -1
  7. package/dist/actions/create-record.cjs +4 -4
  8. package/dist/actions/create-record.cjs.map +1 -1
  9. package/dist/actions/create-record.d.cts +5 -5
  10. package/dist/actions/create-record.d.mts +5 -5
  11. package/dist/actions/create-record.mjs +4 -4
  12. package/dist/actions/create-record.mjs.map +1 -1
  13. package/dist/actions/create-table-field.cjs +4 -4
  14. package/dist/actions/create-table-field.cjs.map +1 -1
  15. package/dist/actions/create-table-field.d.cts +5 -5
  16. package/dist/actions/create-table-field.d.mts +5 -5
  17. package/dist/actions/create-table-field.mjs +4 -4
  18. package/dist/actions/create-table-field.mjs.map +1 -1
  19. package/dist/actions/create-table.cjs +4 -4
  20. package/dist/actions/create-table.cjs.map +1 -1
  21. package/dist/actions/create-table.d.cts +5 -4
  22. package/dist/actions/create-table.d.cts.map +1 -1
  23. package/dist/actions/create-table.d.mts +5 -4
  24. package/dist/actions/create-table.d.mts.map +1 -1
  25. package/dist/actions/create-table.mjs +4 -4
  26. package/dist/actions/create-table.mjs.map +1 -1
  27. package/dist/actions/delete-database.cjs +1 -1
  28. package/dist/actions/delete-database.cjs.map +1 -1
  29. package/dist/actions/delete-database.d.cts +1 -1
  30. package/dist/actions/delete-database.d.mts +1 -1
  31. package/dist/actions/delete-database.mjs +1 -1
  32. package/dist/actions/delete-database.mjs.map +1 -1
  33. package/dist/actions/delete-record.cjs +1 -1
  34. package/dist/actions/delete-record.cjs.map +1 -1
  35. package/dist/actions/delete-record.d.cts +1 -1
  36. package/dist/actions/delete-record.d.mts +1 -1
  37. package/dist/actions/delete-record.mjs +1 -1
  38. package/dist/actions/delete-record.mjs.map +1 -1
  39. package/dist/actions/delete-table-field.cjs +1 -1
  40. package/dist/actions/delete-table-field.cjs.map +1 -1
  41. package/dist/actions/delete-table-field.d.cts +1 -1
  42. package/dist/actions/delete-table-field.d.mts +1 -1
  43. package/dist/actions/delete-table-field.mjs +1 -1
  44. package/dist/actions/delete-table-field.mjs.map +1 -1
  45. package/dist/actions/delete-table.cjs +1 -1
  46. package/dist/actions/delete-table.cjs.map +1 -1
  47. package/dist/actions/delete-table.d.cts +1 -1
  48. package/dist/actions/delete-table.d.mts +1 -1
  49. package/dist/actions/delete-table.mjs +1 -1
  50. package/dist/actions/delete-table.mjs.map +1 -1
  51. package/dist/actions/get-database.cjs +2 -2
  52. package/dist/actions/get-database.cjs.map +1 -1
  53. package/dist/actions/get-database.d.cts +2 -2
  54. package/dist/actions/get-database.d.mts +2 -2
  55. package/dist/actions/get-database.mjs +2 -2
  56. package/dist/actions/get-database.mjs.map +1 -1
  57. package/dist/actions/get-databases.cjs +2 -2
  58. package/dist/actions/get-databases.cjs.map +1 -1
  59. package/dist/actions/get-databases.d.cts +2 -2
  60. package/dist/actions/get-databases.d.mts +2 -2
  61. package/dist/actions/get-databases.mjs +2 -2
  62. package/dist/actions/get-databases.mjs.map +1 -1
  63. package/dist/actions/get-record.cjs +3 -3
  64. package/dist/actions/get-record.cjs.map +1 -1
  65. package/dist/actions/get-record.d.cts +3 -3
  66. package/dist/actions/get-record.d.mts +3 -3
  67. package/dist/actions/get-record.mjs +3 -3
  68. package/dist/actions/get-record.mjs.map +1 -1
  69. package/dist/actions/get-records.cjs +3 -3
  70. package/dist/actions/get-records.cjs.map +1 -1
  71. package/dist/actions/get-records.d.cts +3 -3
  72. package/dist/actions/get-records.d.mts +3 -3
  73. package/dist/actions/get-records.mjs +3 -3
  74. package/dist/actions/get-records.mjs.map +1 -1
  75. package/dist/actions/get-table-field.cjs +2 -2
  76. package/dist/actions/get-table-field.cjs.map +1 -1
  77. package/dist/actions/get-table-field.d.cts +2 -2
  78. package/dist/actions/get-table-field.d.mts +2 -2
  79. package/dist/actions/get-table-field.mjs +2 -2
  80. package/dist/actions/get-table-field.mjs.map +1 -1
  81. package/dist/actions/get-table-views.cjs +2 -2
  82. package/dist/actions/get-table-views.cjs.map +1 -1
  83. package/dist/actions/get-table-views.d.cts +2 -2
  84. package/dist/actions/get-table-views.d.mts +2 -2
  85. package/dist/actions/get-table-views.mjs +2 -2
  86. package/dist/actions/get-table-views.mjs.map +1 -1
  87. package/dist/actions/get-table.cjs +3 -3
  88. package/dist/actions/get-table.cjs.map +1 -1
  89. package/dist/actions/get-table.d.cts +3 -3
  90. package/dist/actions/get-table.d.mts +3 -3
  91. package/dist/actions/get-table.mjs +3 -3
  92. package/dist/actions/get-table.mjs.map +1 -1
  93. package/dist/actions/get-tables.cjs +2 -2
  94. package/dist/actions/get-tables.cjs.map +1 -1
  95. package/dist/actions/get-tables.d.cts +2 -2
  96. package/dist/actions/get-tables.d.mts +2 -2
  97. package/dist/actions/get-tables.mjs +2 -2
  98. package/dist/actions/get-tables.mjs.map +1 -1
  99. package/dist/actions/search-records.cjs +3 -3
  100. package/dist/actions/search-records.cjs.map +1 -1
  101. package/dist/actions/search-records.d.cts +3 -3
  102. package/dist/actions/search-records.d.mts +3 -3
  103. package/dist/actions/search-records.mjs +3 -3
  104. package/dist/actions/search-records.mjs.map +1 -1
  105. package/dist/actions/update-database.cjs +2 -2
  106. package/dist/actions/update-database.cjs.map +1 -1
  107. package/dist/actions/update-database.d.cts +2 -2
  108. package/dist/actions/update-database.d.mts +2 -2
  109. package/dist/actions/update-database.mjs +2 -2
  110. package/dist/actions/update-database.mjs.map +1 -1
  111. package/dist/actions/update-record.cjs +2 -2
  112. package/dist/actions/update-record.cjs.map +1 -1
  113. package/dist/actions/update-record.d.cts +2 -2
  114. package/dist/actions/update-record.d.mts +2 -2
  115. package/dist/actions/update-record.mjs +2 -2
  116. package/dist/actions/update-record.mjs.map +1 -1
  117. package/dist/actions/update-table-field.cjs +1 -1
  118. package/dist/actions/update-table-field.cjs.map +1 -1
  119. package/dist/actions/update-table-field.d.cts +1 -1
  120. package/dist/actions/update-table-field.d.mts +1 -1
  121. package/dist/actions/update-table-field.mjs +1 -1
  122. package/dist/actions/update-table-field.mjs.map +1 -1
  123. package/dist/actions/update-table.cjs +3 -3
  124. package/dist/actions/update-table.cjs.map +1 -1
  125. package/dist/actions/update-table.d.cts +3 -3
  126. package/dist/actions/update-table.d.mts +3 -3
  127. package/dist/actions/update-table.mjs +3 -3
  128. package/dist/actions/update-table.mjs.map +1 -1
  129. package/dist/catalog.cjs +2 -2
  130. package/dist/catalog.cjs.map +1 -1
  131. package/dist/catalog.d.cts +2 -2
  132. package/dist/catalog.d.mts +2 -2
  133. package/dist/catalog.mjs +2 -2
  134. package/dist/catalog.mjs.map +1 -1
  135. package/package.json +1 -1
@@ -39,7 +39,7 @@ const SoftrCreateTableInput = z.object({
39
39
  "USER"
40
40
  ]).describe("The type of the field. Must be one of the supported field types."),
41
41
  options: z.record(z.string(), z.unknown()).describe("Optional configuration object for the field. Required for certain field types like SELECT (must contain 'choices' array).").optional()
42
- }).describe("Definition of a field in the table.")).describe("Collection of field definitions for the table. At least one field is required. Each field must have a name and type."),
42
+ }).passthrough().describe("Definition of a field in the table.")).describe("Collection of field definitions for the table. At least one field is required. Each field must have a name and type."),
43
43
  database_id: z.string().describe("The unique identifier of the database where the table will be created."),
44
44
  description: z.string().describe("Optional description of the table to explain its purpose.").optional(),
45
45
  primary_field_name: z.string().describe("Designates which field serves as the primary identifier for records in this table. Must match the name of one of the fields in the fields array.").optional()
@@ -57,7 +57,7 @@ const SoftrCreateTable_ResponseFieldSchema = z.object({
57
57
  updatedAt: z.string().describe("Timestamp when the field was last updated.").nullable().optional(),
58
58
  defaultValue: z.string().describe("Default value for the field.").nullable().optional(),
59
59
  allowMultipleEntries: z.boolean().describe("Whether multiple entries are allowed for this field.").nullable().optional()
60
- }).describe("Field information in the response.");
60
+ }).passthrough().describe("Field information in the response.");
61
61
  const SoftrCreateTable_TableDataSchema = z.object({
62
62
  id: z.string().describe("Unique identifier of the created table.").nullable(),
63
63
  name: z.string().describe("Name of the table.").nullable(),
@@ -67,13 +67,13 @@ const SoftrCreateTable_TableDataSchema = z.object({
67
67
  description: z.string().describe("Description of the table.").nullable().optional(),
68
68
  defaultViewId: z.string().describe("ID of the default view for this table.").nullable().optional(),
69
69
  primaryFieldId: z.string().describe("ID of the field designated as the primary identifier.").nullable().optional()
70
- }).describe("The created table data.");
70
+ }).passthrough().describe("The created table data.");
71
71
  const softrCreateTable = action("SOFTR_CREATE_TABLE", {
72
72
  slug: "softr-create-table",
73
73
  name: "Create Table",
74
74
  description: "Tool to create a new table within a specified Softr database. Use when you need to add a new data structure with custom fields to organize information.",
75
75
  input: SoftrCreateTableInput,
76
- output: z.object({ data: SoftrCreateTable_TableDataSchema.nullable() }).describe("Response from creating a table in Softr database.")
76
+ output: z.object({ data: SoftrCreateTable_TableDataSchema.nullable() }).passthrough().describe("Response from creating a table in Softr database.")
77
77
  });
78
78
  //#endregion
79
79
  export { softrCreateTable };
@@ -1 +1 @@
1
- {"version":3,"file":"create-table.mjs","names":[],"sources":["../../src/actions/create-table.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrCreateTableInput = z.object({\n name: z.string().describe(\"The name of the new table.\"),\n fields: z.array(z.object({\n name: z.string().describe(\"The name of the field.\"),\n type: z.enum([\"SINGLE_LINE_TEXT\", \"CHECKBOX\", \"CURRENCY\", \"DATETIME\", \"DURATION\", \"EMAIL\", \"SELECT\", \"NUMBER\", \"ATTACHMENT\", \"RATING\", \"LINKED_RECORD\", \"LONG_TEXT\", \"URL\", \"PERCENT\", \"BUTTON\", \"PROGRESS\", \"PHONE\", \"DATE_RANGE\", \"ADDRESS\", \"TIME\", \"LOOKUP\", \"ROLLUP\", \"FORMULA\", \"COUNT\", \"CREATED_AT\", \"UPDATED_AT\", \"CREATED_BY\", \"UPDATED_BY\", \"AUTONUMBER\", \"RECORD_ID\", \"USER\"]).describe(\"The type of the field. Must be one of the supported field types.\"),\n options: z.record(z.string(), z.unknown()).describe(\"Optional configuration object for the field. Required for certain field types like SELECT (must contain 'choices' array).\").optional(),\n}).describe(\"Definition of a field in the table.\")).describe(\"Collection of field definitions for the table. At least one field is required. Each field must have a name and type.\"),\n database_id: z.string().describe(\"The unique identifier of the database where the table will be created.\"),\n description: z.string().describe(\"Optional description of the table to explain its purpose.\").optional(),\n primary_field_name: z.string().describe(\"Designates which field serves as the primary identifier for records in this table. Must match the name of one of the fields in the fields array.\").optional(),\n}).describe(\"Request parameters for creating a new table in a Softr database.\");\nconst SoftrCreateTable_ResponseFieldSchema = z.object({\n id: z.string().describe(\"Unique identifier of the field.\").nullable(),\n name: z.string().describe(\"The name of the field.\").nullable(),\n type: z.string().describe(\"The type of the field.\").nullable(),\n locked: z.boolean().describe(\"Whether the field is locked.\").nullable().optional(),\n options: z.record(z.string(), z.unknown()).describe(\"Configuration options for the field.\").nullable().optional(),\n readonly: z.boolean().describe(\"Whether the field is read-only.\").nullable().optional(),\n required: z.boolean().describe(\"Whether the field is required.\").nullable().optional(),\n aiOptions: z.record(z.string(), z.unknown()).describe(\"AI configuration options for the field.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the field was created.\").nullable().optional(),\n updatedAt: z.string().describe(\"Timestamp when the field was last updated.\").nullable().optional(),\n defaultValue: z.string().describe(\"Default value for the field.\").nullable().optional(),\n allowMultipleEntries: z.boolean().describe(\"Whether multiple entries are allowed for this field.\").nullable().optional(),\n}).describe(\"Field information in the response.\");\nconst SoftrCreateTable_TableDataSchema = z.object({\n id: z.string().describe(\"Unique identifier of the created table.\").nullable(),\n name: z.string().describe(\"Name of the table.\").nullable(),\n fields: z.array(SoftrCreateTable_ResponseFieldSchema).describe(\"List of fields in the created table.\"),\n createdAt: z.string().describe(\"Timestamp when the table was created.\").nullable(),\n updatedAt: z.string().describe(\"Timestamp when the table was last updated.\").nullable(),\n description: z.string().describe(\"Description of the table.\").nullable().optional(),\n defaultViewId: z.string().describe(\"ID of the default view for this table.\").nullable().optional(),\n primaryFieldId: z.string().describe(\"ID of the field designated as the primary identifier.\").nullable().optional(),\n}).describe(\"The created table data.\");\nexport const SoftrCreateTableOutput = z.object({\n data: SoftrCreateTable_TableDataSchema.nullable(),\n}).describe(\"Response from creating a table in Softr database.\");\n\nexport const softrCreateTable = action(\"SOFTR_CREATE_TABLE\", {\n slug: \"softr-create-table\",\n name: \"Create Table\",\n description: \"Tool to create a new table within a specified Softr database. Use when you need to add a new data structure with custom fields to organize information.\",\n input: SoftrCreateTableInput,\n output: SoftrCreateTableOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"create-table.mjs","names":[],"sources":["../../src/actions/create-table.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrCreateTableInput = z.object({\n name: z.string().describe(\"The name of the new table.\"),\n fields: z.array(z.object({\n name: z.string().describe(\"The name of the field.\"),\n type: z.enum([\"SINGLE_LINE_TEXT\", \"CHECKBOX\", \"CURRENCY\", \"DATETIME\", \"DURATION\", \"EMAIL\", \"SELECT\", \"NUMBER\", \"ATTACHMENT\", \"RATING\", \"LINKED_RECORD\", \"LONG_TEXT\", \"URL\", \"PERCENT\", \"BUTTON\", \"PROGRESS\", \"PHONE\", \"DATE_RANGE\", \"ADDRESS\", \"TIME\", \"LOOKUP\", \"ROLLUP\", \"FORMULA\", \"COUNT\", \"CREATED_AT\", \"UPDATED_AT\", \"CREATED_BY\", \"UPDATED_BY\", \"AUTONUMBER\", \"RECORD_ID\", \"USER\"]).describe(\"The type of the field. Must be one of the supported field types.\"),\n options: z.record(z.string(), z.unknown()).describe(\"Optional configuration object for the field. Required for certain field types like SELECT (must contain 'choices' array).\").optional(),\n}).passthrough().describe(\"Definition of a field in the table.\")).describe(\"Collection of field definitions for the table. At least one field is required. Each field must have a name and type.\"),\n database_id: z.string().describe(\"The unique identifier of the database where the table will be created.\"),\n description: z.string().describe(\"Optional description of the table to explain its purpose.\").optional(),\n primary_field_name: z.string().describe(\"Designates which field serves as the primary identifier for records in this table. Must match the name of one of the fields in the fields array.\").optional(),\n}).describe(\"Request parameters for creating a new table in a Softr database.\");\nconst SoftrCreateTable_ResponseFieldSchema = z.object({\n id: z.string().describe(\"Unique identifier of the field.\").nullable(),\n name: z.string().describe(\"The name of the field.\").nullable(),\n type: z.string().describe(\"The type of the field.\").nullable(),\n locked: z.boolean().describe(\"Whether the field is locked.\").nullable().optional(),\n options: z.record(z.string(), z.unknown()).describe(\"Configuration options for the field.\").nullable().optional(),\n readonly: z.boolean().describe(\"Whether the field is read-only.\").nullable().optional(),\n required: z.boolean().describe(\"Whether the field is required.\").nullable().optional(),\n aiOptions: z.record(z.string(), z.unknown()).describe(\"AI configuration options for the field.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the field was created.\").nullable().optional(),\n updatedAt: z.string().describe(\"Timestamp when the field was last updated.\").nullable().optional(),\n defaultValue: z.string().describe(\"Default value for the field.\").nullable().optional(),\n allowMultipleEntries: z.boolean().describe(\"Whether multiple entries are allowed for this field.\").nullable().optional(),\n}).passthrough().describe(\"Field information in the response.\");\nconst SoftrCreateTable_TableDataSchema = z.object({\n id: z.string().describe(\"Unique identifier of the created table.\").nullable(),\n name: z.string().describe(\"Name of the table.\").nullable(),\n fields: z.array(SoftrCreateTable_ResponseFieldSchema).describe(\"List of fields in the created table.\"),\n createdAt: z.string().describe(\"Timestamp when the table was created.\").nullable(),\n updatedAt: z.string().describe(\"Timestamp when the table was last updated.\").nullable(),\n description: z.string().describe(\"Description of the table.\").nullable().optional(),\n defaultViewId: z.string().describe(\"ID of the default view for this table.\").nullable().optional(),\n primaryFieldId: z.string().describe(\"ID of the field designated as the primary identifier.\").nullable().optional(),\n}).passthrough().describe(\"The created table data.\");\nexport const SoftrCreateTableOutput = z.object({\n data: SoftrCreateTable_TableDataSchema.nullable(),\n}).passthrough().describe(\"Response from creating a table in Softr database.\");\n\nexport const softrCreateTable = action(\"SOFTR_CREATE_TABLE\", {\n slug: \"softr-create-table\",\n name: \"Create Table\",\n description: \"Tool to create a new table within a specified Softr database. Use when you need to add a new data structure with custom fields to organize information.\",\n input: SoftrCreateTableInput,\n output: SoftrCreateTableOutput,\n});\n"],"mappings":"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"}
@@ -8,7 +8,7 @@ const SoftrDeleteDatabaseInput = zod.z.object({
8
8
  const SoftrDeleteDatabaseOutput = zod.z.object({
9
9
  message: zod.z.string().describe("A confirmation message indicating the outcome of the database deletion operation.").nullable(),
10
10
  success: zod.z.boolean().default(true).describe("Indicates whether the database was successfully deleted.").nullable().optional()
11
- }).describe("Response model for database deletion.");
11
+ }).passthrough().describe("Response model for database deletion.");
12
12
  const softrDeleteDatabase = require_action.action("SOFTR_DELETE_DATABASE", {
13
13
  slug: "softr-delete-database",
14
14
  name: "Delete database",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-database.cjs","names":["z","action"],"sources":["../../src/actions/delete-database.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrDeleteDatabaseInput = z.object({\n force: z.boolean().default(false).describe(\"If true, deletes the database even if it contains tables or records. If false (default), deletion will fail if the database is not empty. Use with caution as this operation is irreversible.\").optional(),\n database_id: z.string().describe(\"The unique identifier of the database to delete. This is the database ID from Softr.\"),\n}).describe(\"Request model for deleting a database.\");\nexport const SoftrDeleteDatabaseOutput = z.object({\n message: z.string().describe(\"A confirmation message indicating the outcome of the database deletion operation.\").nullable(),\n success: z.boolean().default(true).describe(\"Indicates whether the database was successfully deleted.\").nullable().optional(),\n}).describe(\"Response model for database deletion.\");\n\nexport const softrDeleteDatabase = action(\"SOFTR_DELETE_DATABASE\", {\n slug: \"softr-delete-database\",\n name: \"Delete database\",\n description: \"Tool to delete a specific database by its ID from Softr. Use when you need to remove a database. The database must be empty unless the 'force' parameter is set to true. This operation is irreversible.\",\n input: SoftrDeleteDatabaseInput,\n output: SoftrDeleteDatabaseOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,+LAA+L,CAAC,CAAC,SAAS;CACrP,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;AACzH,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CAC3H,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAEnD,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-database.cjs","names":["z","action"],"sources":["../../src/actions/delete-database.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrDeleteDatabaseInput = z.object({\n force: z.boolean().default(false).describe(\"If true, deletes the database even if it contains tables or records. If false (default), deletion will fail if the database is not empty. Use with caution as this operation is irreversible.\").optional(),\n database_id: z.string().describe(\"The unique identifier of the database to delete. This is the database ID from Softr.\"),\n}).describe(\"Request model for deleting a database.\");\nexport const SoftrDeleteDatabaseOutput = z.object({\n message: z.string().describe(\"A confirmation message indicating the outcome of the database deletion operation.\").nullable(),\n success: z.boolean().default(true).describe(\"Indicates whether the database was successfully deleted.\").nullable().optional(),\n}).passthrough().describe(\"Response model for database deletion.\");\n\nexport const softrDeleteDatabase = action(\"SOFTR_DELETE_DATABASE\", {\n slug: \"softr-delete-database\",\n name: \"Delete database\",\n description: \"Tool to delete a specific database by its ID from Softr. Use when you need to remove a database. The database must be empty unless the 'force' parameter is set to true. This operation is irreversible.\",\n input: SoftrDeleteDatabaseInput,\n output: SoftrDeleteDatabaseOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,+LAA+L,CAAC,CAAC,SAAS;CACrP,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;AACzH,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CAC3H,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAEjE,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -8,7 +8,7 @@ declare const SoftrDeleteDatabaseInput: z.ZodObject<{
8
8
  declare const SoftrDeleteDatabaseOutput: z.ZodObject<{
9
9
  message: z.ZodNullable<z.ZodString>;
10
10
  success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
11
- }, z.core.$strip>;
11
+ }, z.core.$loose>;
12
12
  declare const softrDeleteDatabase: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  database_id: string;
14
14
  force?: boolean | undefined;
@@ -8,7 +8,7 @@ declare const SoftrDeleteDatabaseInput: z.ZodObject<{
8
8
  declare const SoftrDeleteDatabaseOutput: z.ZodObject<{
9
9
  message: z.ZodNullable<z.ZodString>;
10
10
  success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
11
- }, z.core.$strip>;
11
+ }, z.core.$loose>;
12
12
  declare const softrDeleteDatabase: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  database_id: string;
14
14
  force?: boolean | undefined;
@@ -11,7 +11,7 @@ const softrDeleteDatabase = action("SOFTR_DELETE_DATABASE", {
11
11
  output: z.object({
12
12
  message: z.string().describe("A confirmation message indicating the outcome of the database deletion operation.").nullable(),
13
13
  success: z.boolean().default(true).describe("Indicates whether the database was successfully deleted.").nullable().optional()
14
- }).describe("Response model for database deletion.")
14
+ }).passthrough().describe("Response model for database deletion.")
15
15
  });
16
16
  //#endregion
17
17
  export { softrDeleteDatabase };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-database.mjs","names":[],"sources":["../../src/actions/delete-database.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrDeleteDatabaseInput = z.object({\n force: z.boolean().default(false).describe(\"If true, deletes the database even if it contains tables or records. If false (default), deletion will fail if the database is not empty. Use with caution as this operation is irreversible.\").optional(),\n database_id: z.string().describe(\"The unique identifier of the database to delete. This is the database ID from Softr.\"),\n}).describe(\"Request model for deleting a database.\");\nexport const SoftrDeleteDatabaseOutput = z.object({\n message: z.string().describe(\"A confirmation message indicating the outcome of the database deletion operation.\").nullable(),\n success: z.boolean().default(true).describe(\"Indicates whether the database was successfully deleted.\").nullable().optional(),\n}).describe(\"Response model for database deletion.\");\n\nexport const softrDeleteDatabase = action(\"SOFTR_DELETE_DATABASE\", {\n slug: \"softr-delete-database\",\n name: \"Delete database\",\n description: \"Tool to delete a specific database by its ID from Softr. Use when you need to remove a database. The database must be empty unless the 'force' parameter is set to true. This operation is irreversible.\",\n input: SoftrDeleteDatabaseInput,\n output: SoftrDeleteDatabaseOutput,\n});\n"],"mappings":";;AAaA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbsC,EAAE,OAAO;EAC/C,OAAO,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,+LAA+L,CAAC,CAAC,SAAS;EACrP,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;CACzH,CAAC,CAAC,CAAC,SAAS,wCAUH;CACP,QAVuC,EAAE,OAAO;EAChD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;EAC3H,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,CAAC,CAAC,CAAC,SAAS,uCAOF;AACV,CAAC"}
1
+ {"version":3,"file":"delete-database.mjs","names":[],"sources":["../../src/actions/delete-database.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrDeleteDatabaseInput = z.object({\n force: z.boolean().default(false).describe(\"If true, deletes the database even if it contains tables or records. If false (default), deletion will fail if the database is not empty. Use with caution as this operation is irreversible.\").optional(),\n database_id: z.string().describe(\"The unique identifier of the database to delete. This is the database ID from Softr.\"),\n}).describe(\"Request model for deleting a database.\");\nexport const SoftrDeleteDatabaseOutput = z.object({\n message: z.string().describe(\"A confirmation message indicating the outcome of the database deletion operation.\").nullable(),\n success: z.boolean().default(true).describe(\"Indicates whether the database was successfully deleted.\").nullable().optional(),\n}).passthrough().describe(\"Response model for database deletion.\");\n\nexport const softrDeleteDatabase = action(\"SOFTR_DELETE_DATABASE\", {\n slug: \"softr-delete-database\",\n name: \"Delete database\",\n description: \"Tool to delete a specific database by its ID from Softr. Use when you need to remove a database. The database must be empty unless the 'force' parameter is set to true. This operation is irreversible.\",\n input: SoftrDeleteDatabaseInput,\n output: SoftrDeleteDatabaseOutput,\n});\n"],"mappings":";;AAaA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbsC,EAAE,OAAO;EAC/C,OAAO,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,+LAA+L,CAAC,CAAC,SAAS;EACrP,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;CACzH,CAAC,CAAC,CAAC,SAAS,wCAUH;CACP,QAVuC,EAAE,OAAO;EAChD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;EAC3H,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAOhB;AACV,CAAC"}
@@ -6,7 +6,7 @@ const SoftrDeleteRecordInput = zod.z.object({
6
6
  record_id: zod.z.string().describe("The unique identifier of the record to delete"),
7
7
  database_id: zod.z.string().describe("The unique identifier of the database containing the table")
8
8
  }).describe("Request parameters for deleting a record from a Softr table.");
9
- const SoftrDeleteRecordOutput = zod.z.object({ message: zod.z.string().describe("Confirmation message indicating the record was successfully deleted").nullable() }).describe("Response confirming successful record deletion.");
9
+ const SoftrDeleteRecordOutput = zod.z.object({ message: zod.z.string().describe("Confirmation message indicating the record was successfully deleted").nullable() }).passthrough().describe("Response confirming successful record deletion.");
10
10
  const softrDeleteRecord = require_action.action("SOFTR_DELETE_RECORD", {
11
11
  slug: "softr-delete-record",
12
12
  name: "Delete Record",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-record.cjs","names":["z","action"],"sources":["../../src/actions/delete-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrDeleteRecordInput = z.object({\n table_id: z.string().describe(\"The unique identifier of the table containing the record\"),\n record_id: z.string().describe(\"The unique identifier of the record to delete\"),\n database_id: z.string().describe(\"The unique identifier of the database containing the table\"),\n}).describe(\"Request parameters for deleting a record from a Softr table.\");\nexport const SoftrDeleteRecordOutput = z.object({\n message: z.string().describe(\"Confirmation message indicating the record was successfully deleted\").nullable(),\n}).describe(\"Response confirming successful record deletion.\");\n\nexport const softrDeleteRecord = action(\"SOFTR_DELETE_RECORD\", {\n slug: \"softr-delete-record\",\n name: \"Delete Record\",\n description: \"Tool to delete a record from a Softr database table. Use when you need to permanently remove a specific record.\",\n input: SoftrDeleteRecordInput,\n output: SoftrDeleteRecordOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO;CAC7C,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACxF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC9E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;AAC/F,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAa,0BAA0BA,IAAAA,EAAE,OAAO,EAC9C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,EAC/G,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-record.cjs","names":["z","action"],"sources":["../../src/actions/delete-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrDeleteRecordInput = z.object({\n table_id: z.string().describe(\"The unique identifier of the table containing the record\"),\n record_id: z.string().describe(\"The unique identifier of the record to delete\"),\n database_id: z.string().describe(\"The unique identifier of the database containing the table\"),\n}).describe(\"Request parameters for deleting a record from a Softr table.\");\nexport const SoftrDeleteRecordOutput = z.object({\n message: z.string().describe(\"Confirmation message indicating the record was successfully deleted\").nullable(),\n}).passthrough().describe(\"Response confirming successful record deletion.\");\n\nexport const softrDeleteRecord = action(\"SOFTR_DELETE_RECORD\", {\n slug: \"softr-delete-record\",\n name: \"Delete Record\",\n description: \"Tool to delete a record from a Softr database table. Use when you need to permanently remove a specific record.\",\n input: SoftrDeleteRecordInput,\n output: SoftrDeleteRecordOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO;CAC7C,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACxF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC9E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;AAC/F,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAa,0BAA0BA,IAAAA,EAAE,OAAO,EAC9C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,EAC/G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iDAAiD;AAE3E,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -8,7 +8,7 @@ declare const SoftrDeleteRecordInput: z.ZodObject<{
8
8
  }, z.core.$strip>;
9
9
  declare const SoftrDeleteRecordOutput: z.ZodObject<{
10
10
  message: z.ZodNullable<z.ZodString>;
11
- }, z.core.$strip>;
11
+ }, z.core.$loose>;
12
12
  declare const softrDeleteRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  table_id: string;
14
14
  record_id: string;
@@ -8,7 +8,7 @@ declare const SoftrDeleteRecordInput: z.ZodObject<{
8
8
  }, z.core.$strip>;
9
9
  declare const SoftrDeleteRecordOutput: z.ZodObject<{
10
10
  message: z.ZodNullable<z.ZodString>;
11
- }, z.core.$strip>;
11
+ }, z.core.$loose>;
12
12
  declare const softrDeleteRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  table_id: string;
14
14
  record_id: string;
@@ -9,7 +9,7 @@ const softrDeleteRecord = action("SOFTR_DELETE_RECORD", {
9
9
  record_id: z.string().describe("The unique identifier of the record to delete"),
10
10
  database_id: z.string().describe("The unique identifier of the database containing the table")
11
11
  }).describe("Request parameters for deleting a record from a Softr table."),
12
- output: z.object({ message: z.string().describe("Confirmation message indicating the record was successfully deleted").nullable() }).describe("Response confirming successful record deletion.")
12
+ output: z.object({ message: z.string().describe("Confirmation message indicating the record was successfully deleted").nullable() }).passthrough().describe("Response confirming successful record deletion.")
13
13
  });
14
14
  //#endregion
15
15
  export { softrDeleteRecord };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-record.mjs","names":[],"sources":["../../src/actions/delete-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrDeleteRecordInput = z.object({\n table_id: z.string().describe(\"The unique identifier of the table containing the record\"),\n record_id: z.string().describe(\"The unique identifier of the record to delete\"),\n database_id: z.string().describe(\"The unique identifier of the database containing the table\"),\n}).describe(\"Request parameters for deleting a record from a Softr table.\");\nexport const SoftrDeleteRecordOutput = z.object({\n message: z.string().describe(\"Confirmation message indicating the record was successfully deleted\").nullable(),\n}).describe(\"Response confirming successful record deletion.\");\n\nexport const softrDeleteRecord = action(\"SOFTR_DELETE_RECORD\", {\n slug: \"softr-delete-record\",\n name: \"Delete Record\",\n description: \"Tool to delete a record from a Softr database table. Use when you need to permanently remove a specific record.\",\n input: SoftrDeleteRecordInput,\n output: SoftrDeleteRecordOutput,\n});\n"],"mappings":";;AAaA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAboC,EAAE,OAAO;EAC7C,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;EACxF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC9E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC/F,CAAC,CAAC,CAAC,SAAS,8DASH;CACP,QATqC,EAAE,OAAO,EAC9C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,EAC/G,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"delete-record.mjs","names":[],"sources":["../../src/actions/delete-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrDeleteRecordInput = z.object({\n table_id: z.string().describe(\"The unique identifier of the table containing the record\"),\n record_id: z.string().describe(\"The unique identifier of the record to delete\"),\n database_id: z.string().describe(\"The unique identifier of the database containing the table\"),\n}).describe(\"Request parameters for deleting a record from a Softr table.\");\nexport const SoftrDeleteRecordOutput = z.object({\n message: z.string().describe(\"Confirmation message indicating the record was successfully deleted\").nullable(),\n}).passthrough().describe(\"Response confirming successful record deletion.\");\n\nexport const softrDeleteRecord = action(\"SOFTR_DELETE_RECORD\", {\n slug: \"softr-delete-record\",\n name: \"Delete Record\",\n description: \"Tool to delete a record from a Softr database table. Use when you need to permanently remove a specific record.\",\n input: SoftrDeleteRecordInput,\n output: SoftrDeleteRecordOutput,\n});\n"],"mappings":";;AAaA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAboC,EAAE,OAAO;EAC7C,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;EACxF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC9E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC/F,CAAC,CAAC,CAAC,SAAS,8DASH;CACP,QATqC,EAAE,OAAO,EAC9C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,EAC/G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iDAOhB;AACV,CAAC"}
@@ -9,7 +9,7 @@ const SoftrDeleteTableFieldInput = zod.z.object({
9
9
  const SoftrDeleteTableFieldOutput = zod.z.object({
10
10
  message: zod.z.string().describe("Confirmation message for the deletion").nullable(),
11
11
  success: zod.z.boolean().describe("Indicates if the field deletion was successful").nullable()
12
- });
12
+ }).passthrough();
13
13
  const softrDeleteTableField = require_action.action("SOFTR_DELETE_TABLE_FIELD", {
14
14
  slug: "softr-delete-table-field",
15
15
  name: "Delete Table Field",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-table-field.cjs","names":["z","action"],"sources":["../../src/actions/delete-table-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrDeleteTableFieldInput = z.object({\n field_id: z.string().describe(\"The unique identifier of the field to delete\"),\n table_id: z.string().describe(\"The unique identifier of the table\"),\n database_id: z.string().describe(\"The unique identifier of the database\"),\n});\nexport const SoftrDeleteTableFieldOutput = z.object({\n message: z.string().describe(\"Confirmation message for the deletion\").nullable(),\n success: z.boolean().describe(\"Indicates if the field deletion was successful\").nullable(),\n});\n\nexport const softrDeleteTableField = action(\"SOFTR_DELETE_TABLE_FIELD\", {\n slug: \"softr-delete-table-field\",\n name: \"Delete Table Field\",\n description: \"Tool to delete a field from a Softr database table. Use when you need to remove a field from a table. Returns success confirmation upon completion.\",\n input: SoftrDeleteTableFieldInput,\n output: SoftrDeleteTableFieldOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAClE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;AAC1E,CAAC;AACD,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC/E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;AAC3F,CAAC;AAED,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-table-field.cjs","names":["z","action"],"sources":["../../src/actions/delete-table-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrDeleteTableFieldInput = z.object({\n field_id: z.string().describe(\"The unique identifier of the field to delete\"),\n table_id: z.string().describe(\"The unique identifier of the table\"),\n database_id: z.string().describe(\"The unique identifier of the database\"),\n});\nexport const SoftrDeleteTableFieldOutput = z.object({\n message: z.string().describe(\"Confirmation message for the deletion\").nullable(),\n success: z.boolean().describe(\"Indicates if the field deletion was successful\").nullable(),\n}).passthrough();\n\nexport const softrDeleteTableField = action(\"SOFTR_DELETE_TABLE_FIELD\", {\n slug: \"softr-delete-table-field\",\n name: \"Delete Table Field\",\n description: \"Tool to delete a field from a Softr database table. Use when you need to remove a field from a table. Returns success confirmation upon completion.\",\n input: SoftrDeleteTableFieldInput,\n output: SoftrDeleteTableFieldOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAClE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;AAC1E,CAAC;AACD,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC/E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -9,7 +9,7 @@ declare const SoftrDeleteTableFieldInput: z.ZodObject<{
9
9
  declare const SoftrDeleteTableFieldOutput: z.ZodObject<{
10
10
  message: z.ZodNullable<z.ZodString>;
11
11
  success: z.ZodNullable<z.ZodBoolean>;
12
- }, z.core.$strip>;
12
+ }, z.core.$loose>;
13
13
  declare const softrDeleteTableField: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  field_id: string;
15
15
  table_id: string;
@@ -9,7 +9,7 @@ declare const SoftrDeleteTableFieldInput: z.ZodObject<{
9
9
  declare const SoftrDeleteTableFieldOutput: z.ZodObject<{
10
10
  message: z.ZodNullable<z.ZodString>;
11
11
  success: z.ZodNullable<z.ZodBoolean>;
12
- }, z.core.$strip>;
12
+ }, z.core.$loose>;
13
13
  declare const softrDeleteTableField: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  field_id: string;
15
15
  table_id: string;
@@ -12,7 +12,7 @@ const softrDeleteTableField = action("SOFTR_DELETE_TABLE_FIELD", {
12
12
  output: z.object({
13
13
  message: z.string().describe("Confirmation message for the deletion").nullable(),
14
14
  success: z.boolean().describe("Indicates if the field deletion was successful").nullable()
15
- })
15
+ }).passthrough()
16
16
  });
17
17
  //#endregion
18
18
  export { softrDeleteTableField };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-table-field.mjs","names":[],"sources":["../../src/actions/delete-table-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrDeleteTableFieldInput = z.object({\n field_id: z.string().describe(\"The unique identifier of the field to delete\"),\n table_id: z.string().describe(\"The unique identifier of the table\"),\n database_id: z.string().describe(\"The unique identifier of the database\"),\n});\nexport const SoftrDeleteTableFieldOutput = z.object({\n message: z.string().describe(\"Confirmation message for the deletion\").nullable(),\n success: z.boolean().describe(\"Indicates if the field deletion was successful\").nullable(),\n});\n\nexport const softrDeleteTableField = action(\"SOFTR_DELETE_TABLE_FIELD\", {\n slug: \"softr-delete-table-field\",\n name: \"Delete Table Field\",\n description: \"Tool to delete a field from a Softr database table. Use when you need to remove a field from a table. Returns success confirmation upon completion.\",\n input: SoftrDeleteTableFieldInput,\n output: SoftrDeleteTableFieldOutput,\n});\n"],"mappings":";;AAcA,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdwC,EAAE,OAAO;EACjD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;EAClE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC1E,CAUS;CACP,QAVyC,EAAE,OAAO;EAClD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;EAC/E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC3F,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"delete-table-field.mjs","names":[],"sources":["../../src/actions/delete-table-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrDeleteTableFieldInput = z.object({\n field_id: z.string().describe(\"The unique identifier of the field to delete\"),\n table_id: z.string().describe(\"The unique identifier of the table\"),\n database_id: z.string().describe(\"The unique identifier of the database\"),\n});\nexport const SoftrDeleteTableFieldOutput = z.object({\n message: z.string().describe(\"Confirmation message for the deletion\").nullable(),\n success: z.boolean().describe(\"Indicates if the field deletion was successful\").nullable(),\n}).passthrough();\n\nexport const softrDeleteTableField = action(\"SOFTR_DELETE_TABLE_FIELD\", {\n slug: \"softr-delete-table-field\",\n name: \"Delete Table Field\",\n description: \"Tool to delete a field from a Softr database table. Use when you need to remove a field from a table. Returns success confirmation upon completion.\",\n input: SoftrDeleteTableFieldInput,\n output: SoftrDeleteTableFieldOutput,\n});\n"],"mappings":";;AAcA,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdwC,EAAE,OAAO;EACjD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;EAClE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC1E,CAUS;CACP,QAVyC,EAAE,OAAO;EAClD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;EAC/E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC3F,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
@@ -9,7 +9,7 @@ const SoftrDeleteTableInput = zod.z.object({
9
9
  const SoftrDeleteTableOutput = zod.z.object({
10
10
  message: zod.z.string().describe("A message describing the outcome of the deletion operation").nullable(),
11
11
  success: zod.z.boolean().describe("Indicates if the table deletion was successful").nullable()
12
- });
12
+ }).passthrough();
13
13
  const softrDeleteTable = require_action.action("SOFTR_DELETE_TABLE", {
14
14
  slug: "softr-delete-table",
15
15
  name: "Delete Table",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-table.cjs","names":["z","action"],"sources":["../../src/actions/delete-table.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrDeleteTableInput = z.object({\n force: z.boolean().default(false).describe(\"If true, deletes the table even if it contains records. If false (default), deletion fails if table is not empty.\").optional(),\n table_id: z.string().describe(\"The unique identifier of the table to delete\"),\n database_id: z.string().describe(\"The unique identifier of the database\"),\n});\nexport const SoftrDeleteTableOutput = z.object({\n message: z.string().describe(\"A message describing the outcome of the deletion operation\").nullable(),\n success: z.boolean().describe(\"Indicates if the table deletion was successful\").nullable(),\n});\n\nexport const softrDeleteTable = action(\"SOFTR_DELETE_TABLE\", {\n slug: \"softr-delete-table\",\n name: \"Delete Table\",\n description: \"Tool to delete a specific table by its ID from a database. Use when you need to remove a table. The table must be empty unless the force parameter is set to true.\",\n input: SoftrDeleteTableInput,\n output: SoftrDeleteTableOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAwBA,IAAAA,EAAE,OAAO;CAC5C,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;CACzK,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;AAC1E,CAAC;AACD,MAAa,yBAAyBA,IAAAA,EAAE,OAAO;CAC7C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACpG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;AAC3F,CAAC;AAED,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-table.cjs","names":["z","action"],"sources":["../../src/actions/delete-table.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrDeleteTableInput = z.object({\n force: z.boolean().default(false).describe(\"If true, deletes the table even if it contains records. If false (default), deletion fails if table is not empty.\").optional(),\n table_id: z.string().describe(\"The unique identifier of the table to delete\"),\n database_id: z.string().describe(\"The unique identifier of the database\"),\n});\nexport const SoftrDeleteTableOutput = z.object({\n message: z.string().describe(\"A message describing the outcome of the deletion operation\").nullable(),\n success: z.boolean().describe(\"Indicates if the table deletion was successful\").nullable(),\n}).passthrough();\n\nexport const softrDeleteTable = action(\"SOFTR_DELETE_TABLE\", {\n slug: \"softr-delete-table\",\n name: \"Delete Table\",\n description: \"Tool to delete a specific table by its ID from a database. Use when you need to remove a table. The table must be empty unless the force parameter is set to true.\",\n input: SoftrDeleteTableInput,\n output: SoftrDeleteTableOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAwBA,IAAAA,EAAE,OAAO;CAC5C,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;CACzK,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;AAC1E,CAAC;AACD,MAAa,yBAAyBA,IAAAA,EAAE,OAAO;CAC7C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACpG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -9,7 +9,7 @@ declare const SoftrDeleteTableInput: z.ZodObject<{
9
9
  declare const SoftrDeleteTableOutput: z.ZodObject<{
10
10
  message: z.ZodNullable<z.ZodString>;
11
11
  success: z.ZodNullable<z.ZodBoolean>;
12
- }, z.core.$strip>;
12
+ }, z.core.$loose>;
13
13
  declare const softrDeleteTable: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  table_id: string;
15
15
  database_id: string;
@@ -9,7 +9,7 @@ declare const SoftrDeleteTableInput: z.ZodObject<{
9
9
  declare const SoftrDeleteTableOutput: z.ZodObject<{
10
10
  message: z.ZodNullable<z.ZodString>;
11
11
  success: z.ZodNullable<z.ZodBoolean>;
12
- }, z.core.$strip>;
12
+ }, z.core.$loose>;
13
13
  declare const softrDeleteTable: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  table_id: string;
15
15
  database_id: string;
@@ -12,7 +12,7 @@ const softrDeleteTable = action("SOFTR_DELETE_TABLE", {
12
12
  output: z.object({
13
13
  message: z.string().describe("A message describing the outcome of the deletion operation").nullable(),
14
14
  success: z.boolean().describe("Indicates if the table deletion was successful").nullable()
15
- })
15
+ }).passthrough()
16
16
  });
17
17
  //#endregion
18
18
  export { softrDeleteTable };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-table.mjs","names":[],"sources":["../../src/actions/delete-table.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrDeleteTableInput = z.object({\n force: z.boolean().default(false).describe(\"If true, deletes the table even if it contains records. If false (default), deletion fails if table is not empty.\").optional(),\n table_id: z.string().describe(\"The unique identifier of the table to delete\"),\n database_id: z.string().describe(\"The unique identifier of the database\"),\n});\nexport const SoftrDeleteTableOutput = z.object({\n message: z.string().describe(\"A message describing the outcome of the deletion operation\").nullable(),\n success: z.boolean().describe(\"Indicates if the table deletion was successful\").nullable(),\n});\n\nexport const softrDeleteTable = action(\"SOFTR_DELETE_TABLE\", {\n slug: \"softr-delete-table\",\n name: \"Delete Table\",\n description: \"Tool to delete a specific table by its ID from a database. Use when you need to remove a table. The table must be empty unless the force parameter is set to true.\",\n input: SoftrDeleteTableInput,\n output: SoftrDeleteTableOutput,\n});\n"],"mappings":";;AAcA,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdmC,EAAE,OAAO;EAC5C,OAAO,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;EACzK,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC1E,CAUS;CACP,QAVoC,EAAE,OAAO;EAC7C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;EACpG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC3F,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"delete-table.mjs","names":[],"sources":["../../src/actions/delete-table.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrDeleteTableInput = z.object({\n force: z.boolean().default(false).describe(\"If true, deletes the table even if it contains records. If false (default), deletion fails if table is not empty.\").optional(),\n table_id: z.string().describe(\"The unique identifier of the table to delete\"),\n database_id: z.string().describe(\"The unique identifier of the database\"),\n});\nexport const SoftrDeleteTableOutput = z.object({\n message: z.string().describe(\"A message describing the outcome of the deletion operation\").nullable(),\n success: z.boolean().describe(\"Indicates if the table deletion was successful\").nullable(),\n}).passthrough();\n\nexport const softrDeleteTable = action(\"SOFTR_DELETE_TABLE\", {\n slug: \"softr-delete-table\",\n name: \"Delete Table\",\n description: \"Tool to delete a specific table by its ID from a database. Use when you need to remove a table. The table must be empty unless the force parameter is set to true.\",\n input: SoftrDeleteTableInput,\n output: SoftrDeleteTableOutput,\n});\n"],"mappings":";;AAcA,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdmC,EAAE,OAAO;EAC5C,OAAO,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;EACzK,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC1E,CAUS;CACP,QAVoC,EAAE,OAAO;EAC7C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;EACpG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC3F,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
@@ -9,8 +9,8 @@ const SoftrGetDatabase_DatabaseDataSchema = zod.z.object({
9
9
  updatedAt: zod.z.string().describe("The timestamp when the database was last updated (ISO 8601 format).").nullable(),
10
10
  description: zod.z.string().describe("The description of the database.").nullable().optional(),
11
11
  workspaceId: zod.z.string().describe("The unique identifier of the workspace this database belongs to.").nullable()
12
- }).describe("Database details returned by the API.");
13
- const SoftrGetDatabaseOutput = zod.z.object({ data: SoftrGetDatabase_DatabaseDataSchema.nullable() }).describe("Response model for retrieving a specific database.");
12
+ }).passthrough().describe("Database details returned by the API.");
13
+ const SoftrGetDatabaseOutput = zod.z.object({ data: SoftrGetDatabase_DatabaseDataSchema.nullable() }).passthrough().describe("Response model for retrieving a specific database.");
14
14
  const softrGetDatabase = require_action.action("SOFTR_GET_DATABASE", {
15
15
  slug: "softr-get-database",
16
16
  name: "Get Database",
@@ -1 +1 @@
1
- {"version":3,"file":"get-database.cjs","names":["z","action"],"sources":["../../src/actions/get-database.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrGetDatabaseInput = z.object({\n database_id: z.string().describe(\"The unique identifier of the database to retrieve.\"),\n}).describe(\"Request model for retrieving a specific database by ID.\");\nconst SoftrGetDatabase_DatabaseDataSchema = z.object({\n id: z.string().describe(\"The unique identifier of the database.\").nullable(),\n name: z.string().describe(\"The name of the database.\").nullable(),\n createdAt: z.string().describe(\"The timestamp when the database was created (ISO 8601 format).\").nullable(),\n updatedAt: z.string().describe(\"The timestamp when the database was last updated (ISO 8601 format).\").nullable(),\n description: z.string().describe(\"The description of the database.\").nullable().optional(),\n workspaceId: z.string().describe(\"The unique identifier of the workspace this database belongs to.\").nullable(),\n}).describe(\"Database details returned by the API.\");\nexport const SoftrGetDatabaseOutput = z.object({\n data: SoftrGetDatabase_DatabaseDataSchema.nullable(),\n}).describe(\"Response model for retrieving a specific database.\");\n\nexport const softrGetDatabase = action(\"SOFTR_GET_DATABASE\", {\n slug: \"softr-get-database\",\n name: \"Get Database\",\n description: \"Tool to retrieve details for a specific database by ID. Use when you need to fetch information about a particular database in Softr.\",\n input: SoftrGetDatabaseInput,\n output: SoftrGetDatabaseOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAwBA,IAAAA,EAAE,OAAO,EAC5C,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,EACvF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,sCAAsCA,IAAAA,EAAE,OAAO;CACnD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CAC1G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CAC/G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,yBAAyBA,IAAAA,EAAE,OAAO,EAC7C,MAAM,oCAAoC,SAAS,EACrD,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-database.cjs","names":["z","action"],"sources":["../../src/actions/get-database.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrGetDatabaseInput = z.object({\n database_id: z.string().describe(\"The unique identifier of the database to retrieve.\"),\n}).describe(\"Request model for retrieving a specific database by ID.\");\nconst SoftrGetDatabase_DatabaseDataSchema = z.object({\n id: z.string().describe(\"The unique identifier of the database.\").nullable(),\n name: z.string().describe(\"The name of the database.\").nullable(),\n createdAt: z.string().describe(\"The timestamp when the database was created (ISO 8601 format).\").nullable(),\n updatedAt: z.string().describe(\"The timestamp when the database was last updated (ISO 8601 format).\").nullable(),\n description: z.string().describe(\"The description of the database.\").nullable().optional(),\n workspaceId: z.string().describe(\"The unique identifier of the workspace this database belongs to.\").nullable(),\n}).passthrough().describe(\"Database details returned by the API.\");\nexport const SoftrGetDatabaseOutput = z.object({\n data: SoftrGetDatabase_DatabaseDataSchema.nullable(),\n}).passthrough().describe(\"Response model for retrieving a specific database.\");\n\nexport const softrGetDatabase = action(\"SOFTR_GET_DATABASE\", {\n slug: \"softr-get-database\",\n name: \"Get Database\",\n description: \"Tool to retrieve details for a specific database by ID. Use when you need to fetch information about a particular database in Softr.\",\n input: SoftrGetDatabaseInput,\n output: SoftrGetDatabaseOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAwBA,IAAAA,EAAE,OAAO,EAC5C,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,EACvF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,sCAAsCA,IAAAA,EAAE,OAAO;CACnD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CAC1G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CAC/G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AACjE,MAAa,yBAAyBA,IAAAA,EAAE,OAAO,EAC7C,MAAM,oCAAoC,SAAS,EACrD,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oDAAoD;AAE9E,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -12,8 +12,8 @@ declare const SoftrGetDatabaseOutput: z.ZodObject<{
12
12
  updatedAt: z.ZodNullable<z.ZodString>;
13
13
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
14
  workspaceId: z.ZodNullable<z.ZodString>;
15
- }, z.core.$strip>>;
16
- }, z.core.$strip>;
15
+ }, z.core.$loose>>;
16
+ }, z.core.$loose>;
17
17
  declare const softrGetDatabase: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  database_id: string;
19
19
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -12,8 +12,8 @@ declare const SoftrGetDatabaseOutput: z.ZodObject<{
12
12
  updatedAt: z.ZodNullable<z.ZodString>;
13
13
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
14
  workspaceId: z.ZodNullable<z.ZodString>;
15
- }, z.core.$strip>>;
16
- }, z.core.$strip>;
15
+ }, z.core.$loose>>;
16
+ }, z.core.$loose>;
17
17
  declare const softrGetDatabase: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  database_id: string;
19
19
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -9,13 +9,13 @@ const SoftrGetDatabase_DatabaseDataSchema = z.object({
9
9
  updatedAt: z.string().describe("The timestamp when the database was last updated (ISO 8601 format).").nullable(),
10
10
  description: z.string().describe("The description of the database.").nullable().optional(),
11
11
  workspaceId: z.string().describe("The unique identifier of the workspace this database belongs to.").nullable()
12
- }).describe("Database details returned by the API.");
12
+ }).passthrough().describe("Database details returned by the API.");
13
13
  const softrGetDatabase = action("SOFTR_GET_DATABASE", {
14
14
  slug: "softr-get-database",
15
15
  name: "Get Database",
16
16
  description: "Tool to retrieve details for a specific database by ID. Use when you need to fetch information about a particular database in Softr.",
17
17
  input: SoftrGetDatabaseInput,
18
- output: z.object({ data: SoftrGetDatabase_DatabaseDataSchema.nullable() }).describe("Response model for retrieving a specific database.")
18
+ output: z.object({ data: SoftrGetDatabase_DatabaseDataSchema.nullable() }).passthrough().describe("Response model for retrieving a specific database.")
19
19
  });
20
20
  //#endregion
21
21
  export { softrGetDatabase };
@@ -1 +1 @@
1
- {"version":3,"file":"get-database.mjs","names":[],"sources":["../../src/actions/get-database.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrGetDatabaseInput = z.object({\n database_id: z.string().describe(\"The unique identifier of the database to retrieve.\"),\n}).describe(\"Request model for retrieving a specific database by ID.\");\nconst SoftrGetDatabase_DatabaseDataSchema = z.object({\n id: z.string().describe(\"The unique identifier of the database.\").nullable(),\n name: z.string().describe(\"The name of the database.\").nullable(),\n createdAt: z.string().describe(\"The timestamp when the database was created (ISO 8601 format).\").nullable(),\n updatedAt: z.string().describe(\"The timestamp when the database was last updated (ISO 8601 format).\").nullable(),\n description: z.string().describe(\"The description of the database.\").nullable().optional(),\n workspaceId: z.string().describe(\"The unique identifier of the workspace this database belongs to.\").nullable(),\n}).describe(\"Database details returned by the API.\");\nexport const SoftrGetDatabaseOutput = z.object({\n data: SoftrGetDatabase_DatabaseDataSchema.nullable(),\n}).describe(\"Response model for retrieving a specific database.\");\n\nexport const softrGetDatabase = action(\"SOFTR_GET_DATABASE\", {\n slug: \"softr-get-database\",\n name: \"Get Database\",\n description: \"Tool to retrieve details for a specific database by ID. Use when you need to fetch information about a particular database in Softr.\",\n input: SoftrGetDatabaseInput,\n output: SoftrGetDatabaseOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAwB,EAAE,OAAO,EAC5C,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,EACvF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,sCAAsC,EAAE,OAAO;CACnD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CAC1G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CAC/G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAKnD,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToC,EAAE,OAAO,EAC7C,MAAM,oCAAoC,SAAS,EACrD,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-database.mjs","names":[],"sources":["../../src/actions/get-database.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrGetDatabaseInput = z.object({\n database_id: z.string().describe(\"The unique identifier of the database to retrieve.\"),\n}).describe(\"Request model for retrieving a specific database by ID.\");\nconst SoftrGetDatabase_DatabaseDataSchema = z.object({\n id: z.string().describe(\"The unique identifier of the database.\").nullable(),\n name: z.string().describe(\"The name of the database.\").nullable(),\n createdAt: z.string().describe(\"The timestamp when the database was created (ISO 8601 format).\").nullable(),\n updatedAt: z.string().describe(\"The timestamp when the database was last updated (ISO 8601 format).\").nullable(),\n description: z.string().describe(\"The description of the database.\").nullable().optional(),\n workspaceId: z.string().describe(\"The unique identifier of the workspace this database belongs to.\").nullable(),\n}).passthrough().describe(\"Database details returned by the API.\");\nexport const SoftrGetDatabaseOutput = z.object({\n data: SoftrGetDatabase_DatabaseDataSchema.nullable(),\n}).passthrough().describe(\"Response model for retrieving a specific database.\");\n\nexport const softrGetDatabase = action(\"SOFTR_GET_DATABASE\", {\n slug: \"softr-get-database\",\n name: \"Get Database\",\n description: \"Tool to retrieve details for a specific database by ID. Use when you need to fetch information about a particular database in Softr.\",\n input: SoftrGetDatabaseInput,\n output: SoftrGetDatabaseOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAwB,EAAE,OAAO,EAC5C,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,EACvF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,sCAAsC,EAAE,OAAO;CACnD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CAC1G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CAC/G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAKjE,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToC,EAAE,OAAO,EAC7C,MAAM,oCAAoC,SAAS,EACrD,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oDAOhB;AACV,CAAC"}
@@ -12,8 +12,8 @@ const SoftrGetDatabases_DatabaseSchema = zod.z.object({
12
12
  updatedAt: zod.z.string().describe("Timestamp when the database was last updated (ISO 8601 format).").nullable(),
13
13
  description: zod.z.string().describe("Description of the database, if provided.").nullable().optional(),
14
14
  workspaceId: zod.z.string().describe("Unique identifier of the workspace this database belongs to.").nullable()
15
- }).describe("Model representing a single database in the workspace.");
16
- const SoftrGetDatabasesOutput = zod.z.object({ data: zod.z.array(SoftrGetDatabases_DatabaseSchema).describe("List of all databases available in the workspace.") }).describe("Response model containing the list of databases in the workspace.");
15
+ }).passthrough().describe("Model representing a single database in the workspace.");
16
+ const SoftrGetDatabasesOutput = zod.z.object({ data: zod.z.array(SoftrGetDatabases_DatabaseSchema).describe("List of all databases available in the workspace.") }).passthrough().describe("Response model containing the list of databases in the workspace.");
17
17
  const softrGetDatabases = require_action.action("SOFTR_GET_DATABASES", {
18
18
  slug: "softr-get-databases",
19
19
  name: "Get Databases",
@@ -1 +1 @@
1
- {"version":3,"file":"get-databases.cjs","names":["z","action"],"sources":["../../src/actions/get-databases.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrGetDatabasesInput = z.object({\n limit: z.number().int().describe(\"Maximum number of databases to return per request. Defaults to returning all if not specified.\").optional(),\n offset: z.number().int().describe(\"Number of databases to skip for pagination. Defaults to 0 if not specified.\").optional(),\n}).describe(\"Request model for retrieving all databases in the workspace.\");\nconst SoftrGetDatabases_DatabaseSchema = z.object({\n id: z.string().describe(\"Unique identifier of the database.\").nullable(),\n name: z.string().describe(\"Name of the database.\").nullable(),\n createdAt: z.string().describe(\"Timestamp when the database was created (ISO 8601 format).\").nullable(),\n updatedAt: z.string().describe(\"Timestamp when the database was last updated (ISO 8601 format).\").nullable(),\n description: z.string().describe(\"Description of the database, if provided.\").nullable().optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace this database belongs to.\").nullable(),\n}).describe(\"Model representing a single database in the workspace.\");\nexport const SoftrGetDatabasesOutput = z.object({\n data: z.array(SoftrGetDatabases_DatabaseSchema).describe(\"List of all databases available in the workspace.\"),\n}).describe(\"Response model containing the list of databases in the workspace.\");\n\nexport const softrGetDatabases = action(\"SOFTR_GET_DATABASES\", {\n slug: \"softr-get-databases\",\n name: \"Get Databases\",\n description: \"Tool to retrieve all databases available in the workspace. Use when you need to list or discover available databases for further operations.\",\n input: SoftrGetDatabasesInput,\n output: SoftrGetDatabasesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO;CAC7C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;CAC5I,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,mCAAmCA,IAAAA,EAAE,OAAO;CAChD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC5D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACtG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CAC3G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,0BAA0BA,IAAAA,EAAE,OAAO,EAC9C,MAAMA,IAAAA,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,mDAAmD,EAC9G,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAE/E,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-databases.cjs","names":["z","action"],"sources":["../../src/actions/get-databases.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrGetDatabasesInput = z.object({\n limit: z.number().int().describe(\"Maximum number of databases to return per request. Defaults to returning all if not specified.\").optional(),\n offset: z.number().int().describe(\"Number of databases to skip for pagination. Defaults to 0 if not specified.\").optional(),\n}).describe(\"Request model for retrieving all databases in the workspace.\");\nconst SoftrGetDatabases_DatabaseSchema = z.object({\n id: z.string().describe(\"Unique identifier of the database.\").nullable(),\n name: z.string().describe(\"Name of the database.\").nullable(),\n createdAt: z.string().describe(\"Timestamp when the database was created (ISO 8601 format).\").nullable(),\n updatedAt: z.string().describe(\"Timestamp when the database was last updated (ISO 8601 format).\").nullable(),\n description: z.string().describe(\"Description of the database, if provided.\").nullable().optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace this database belongs to.\").nullable(),\n}).passthrough().describe(\"Model representing a single database in the workspace.\");\nexport const SoftrGetDatabasesOutput = z.object({\n data: z.array(SoftrGetDatabases_DatabaseSchema).describe(\"List of all databases available in the workspace.\"),\n}).passthrough().describe(\"Response model containing the list of databases in the workspace.\");\n\nexport const softrGetDatabases = action(\"SOFTR_GET_DATABASES\", {\n slug: \"softr-get-databases\",\n name: \"Get Databases\",\n description: \"Tool to retrieve all databases available in the workspace. Use when you need to list or discover available databases for further operations.\",\n input: SoftrGetDatabasesInput,\n output: SoftrGetDatabasesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO;CAC7C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;CAC5I,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,mCAAmCA,IAAAA,EAAE,OAAO;CAChD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC5D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACtG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CAC3G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wDAAwD;AAClF,MAAa,0BAA0BA,IAAAA,EAAE,OAAO,EAC9C,MAAMA,IAAAA,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,mDAAmD,EAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mEAAmE;AAE7F,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -13,8 +13,8 @@ declare const SoftrGetDatabasesOutput: z.ZodObject<{
13
13
  updatedAt: z.ZodNullable<z.ZodString>;
14
14
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
15
  workspaceId: z.ZodNullable<z.ZodString>;
16
- }, z.core.$strip>>;
17
- }, z.core.$strip>;
16
+ }, z.core.$loose>>;
17
+ }, z.core.$loose>;
18
18
  declare const softrGetDatabases: import("@keystrokehq/action").WorkflowActionDefinition<{
19
19
  limit?: number | undefined;
20
20
  offset?: number | undefined;
@@ -13,8 +13,8 @@ declare const SoftrGetDatabasesOutput: z.ZodObject<{
13
13
  updatedAt: z.ZodNullable<z.ZodString>;
14
14
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
15
  workspaceId: z.ZodNullable<z.ZodString>;
16
- }, z.core.$strip>>;
17
- }, z.core.$strip>;
16
+ }, z.core.$loose>>;
17
+ }, z.core.$loose>;
18
18
  declare const softrGetDatabases: import("@keystrokehq/action").WorkflowActionDefinition<{
19
19
  limit?: number | undefined;
20
20
  offset?: number | undefined;
@@ -12,13 +12,13 @@ const SoftrGetDatabases_DatabaseSchema = z.object({
12
12
  updatedAt: z.string().describe("Timestamp when the database was last updated (ISO 8601 format).").nullable(),
13
13
  description: z.string().describe("Description of the database, if provided.").nullable().optional(),
14
14
  workspaceId: z.string().describe("Unique identifier of the workspace this database belongs to.").nullable()
15
- }).describe("Model representing a single database in the workspace.");
15
+ }).passthrough().describe("Model representing a single database in the workspace.");
16
16
  const softrGetDatabases = action("SOFTR_GET_DATABASES", {
17
17
  slug: "softr-get-databases",
18
18
  name: "Get Databases",
19
19
  description: "Tool to retrieve all databases available in the workspace. Use when you need to list or discover available databases for further operations.",
20
20
  input: SoftrGetDatabasesInput,
21
- output: z.object({ data: z.array(SoftrGetDatabases_DatabaseSchema).describe("List of all databases available in the workspace.") }).describe("Response model containing the list of databases in the workspace.")
21
+ output: z.object({ data: z.array(SoftrGetDatabases_DatabaseSchema).describe("List of all databases available in the workspace.") }).passthrough().describe("Response model containing the list of databases in the workspace.")
22
22
  });
23
23
  //#endregion
24
24
  export { softrGetDatabases };
@@ -1 +1 @@
1
- {"version":3,"file":"get-databases.mjs","names":[],"sources":["../../src/actions/get-databases.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrGetDatabasesInput = z.object({\n limit: z.number().int().describe(\"Maximum number of databases to return per request. Defaults to returning all if not specified.\").optional(),\n offset: z.number().int().describe(\"Number of databases to skip for pagination. Defaults to 0 if not specified.\").optional(),\n}).describe(\"Request model for retrieving all databases in the workspace.\");\nconst SoftrGetDatabases_DatabaseSchema = z.object({\n id: z.string().describe(\"Unique identifier of the database.\").nullable(),\n name: z.string().describe(\"Name of the database.\").nullable(),\n createdAt: z.string().describe(\"Timestamp when the database was created (ISO 8601 format).\").nullable(),\n updatedAt: z.string().describe(\"Timestamp when the database was last updated (ISO 8601 format).\").nullable(),\n description: z.string().describe(\"Description of the database, if provided.\").nullable().optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace this database belongs to.\").nullable(),\n}).describe(\"Model representing a single database in the workspace.\");\nexport const SoftrGetDatabasesOutput = z.object({\n data: z.array(SoftrGetDatabases_DatabaseSchema).describe(\"List of all databases available in the workspace.\"),\n}).describe(\"Response model containing the list of databases in the workspace.\");\n\nexport const softrGetDatabases = action(\"SOFTR_GET_DATABASES\", {\n slug: \"softr-get-databases\",\n name: \"Get Databases\",\n description: \"Tool to retrieve all databases available in the workspace. Use when you need to list or discover available databases for further operations.\",\n input: SoftrGetDatabasesInput,\n output: SoftrGetDatabasesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyB,EAAE,OAAO;CAC7C,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;CAC5I,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,mCAAmC,EAAE,OAAO;CAChD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC5D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACtG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CAC3G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAKpE,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqC,EAAE,OAAO,EAC9C,MAAM,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,mDAAmD,EAC9G,CAAC,CAAC,CAAC,SAAS,mEAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-databases.mjs","names":[],"sources":["../../src/actions/get-databases.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrGetDatabasesInput = z.object({\n limit: z.number().int().describe(\"Maximum number of databases to return per request. Defaults to returning all if not specified.\").optional(),\n offset: z.number().int().describe(\"Number of databases to skip for pagination. Defaults to 0 if not specified.\").optional(),\n}).describe(\"Request model for retrieving all databases in the workspace.\");\nconst SoftrGetDatabases_DatabaseSchema = z.object({\n id: z.string().describe(\"Unique identifier of the database.\").nullable(),\n name: z.string().describe(\"Name of the database.\").nullable(),\n createdAt: z.string().describe(\"Timestamp when the database was created (ISO 8601 format).\").nullable(),\n updatedAt: z.string().describe(\"Timestamp when the database was last updated (ISO 8601 format).\").nullable(),\n description: z.string().describe(\"Description of the database, if provided.\").nullable().optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace this database belongs to.\").nullable(),\n}).passthrough().describe(\"Model representing a single database in the workspace.\");\nexport const SoftrGetDatabasesOutput = z.object({\n data: z.array(SoftrGetDatabases_DatabaseSchema).describe(\"List of all databases available in the workspace.\"),\n}).passthrough().describe(\"Response model containing the list of databases in the workspace.\");\n\nexport const softrGetDatabases = action(\"SOFTR_GET_DATABASES\", {\n slug: \"softr-get-databases\",\n name: \"Get Databases\",\n description: \"Tool to retrieve all databases available in the workspace. Use when you need to list or discover available databases for further operations.\",\n input: SoftrGetDatabasesInput,\n output: SoftrGetDatabasesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyB,EAAE,OAAO;CAC7C,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;CAC5I,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,mCAAmC,EAAE,OAAO;CAChD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC5D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACtG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CAC3G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wDAAwD;AAKlF,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqC,EAAE,OAAO,EAC9C,MAAM,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,mDAAmD,EAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mEAOhB;AACV,CAAC"}
@@ -8,12 +8,12 @@ const SoftrGetRecordInput = zod.z.object({
8
8
  }).describe("Request model for retrieving a single record by its ID from a Softr database table.");
9
9
  const SoftrGetRecord_RecordDataSchema = zod.z.object({
10
10
  id: zod.z.string().describe("Record identifier").nullable(),
11
- fields: zod.z.object({}).describe("A map of Field IDs to their values for this record. The structure depends on your table's schema."),
11
+ fields: zod.z.record(zod.z.string(), zod.z.unknown()).describe("A map of Field IDs to their values for this record. The structure depends on your table's schema."),
12
12
  tableId: zod.z.string().describe("Associated table identifier").nullable().optional(),
13
13
  createdAt: zod.z.string().describe("Record creation timestamp in ISO 8601 format").nullable(),
14
14
  updatedAt: zod.z.string().describe("Record last modification timestamp in ISO 8601 format").nullable()
15
- }).describe("Record data structure containing the record details.");
16
- const SoftrGetRecordOutput = zod.z.object({ data: SoftrGetRecord_RecordDataSchema.nullable() }).describe("Response model for retrieving a single record from Softr database.");
15
+ }).passthrough().describe("Record data structure containing the record details.");
16
+ const SoftrGetRecordOutput = zod.z.object({ data: SoftrGetRecord_RecordDataSchema.nullable() }).passthrough().describe("Response model for retrieving a single record from Softr database.");
17
17
  const softrGetRecord = require_action.action("SOFTR_GET_RECORD", {
18
18
  slug: "softr-get-record",
19
19
  name: "Get Record",
@@ -1 +1 @@
1
- {"version":3,"file":"get-record.cjs","names":["z","action"],"sources":["../../src/actions/get-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrGetRecordInput = z.object({\n tableId: z.string().describe(\"The unique identifier of the table\"),\n recordId: z.string().describe(\"The unique identifier of the record to retrieve\"),\n databaseId: z.string().describe(\"The unique identifier of the database\"),\n}).describe(\"Request model for retrieving a single record by its ID from a Softr database table.\");\nconst SoftrGetRecord_RecordDataSchema = z.object({\n id: z.string().describe(\"Record identifier\").nullable(),\n fields: z.object({}).describe(\"A map of Field IDs to their values for this record. The structure depends on your table's schema.\"),\n tableId: z.string().describe(\"Associated table identifier\").nullable().optional(),\n createdAt: z.string().describe(\"Record creation timestamp in ISO 8601 format\").nullable(),\n updatedAt: z.string().describe(\"Record last modification timestamp in ISO 8601 format\").nullable(),\n}).describe(\"Record data structure containing the record details.\");\nexport const SoftrGetRecordOutput = z.object({\n data: SoftrGetRecord_RecordDataSchema.nullable(),\n}).describe(\"Response model for retrieving a single record from Softr database.\");\n\nexport const softrGetRecord = action(\"SOFTR_GET_RECORD\", {\n slug: \"softr-get-record\",\n name: \"Get Record\",\n description: \"Tool to retrieve a single record by its ID from a Softr database table. Use when you need to fetch detailed information about a specific record.\",\n input: SoftrGetRecordInput,\n output: SoftrGetRecordOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAsBA,IAAAA,EAAE,OAAO;CAC1C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;AACzE,CAAC,CAAC,CAAC,SAAS,qFAAqF;AACjG,MAAM,kCAAkCA,IAAAA,EAAE,OAAO;CAC/C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CACtD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mGAAmG;CACjI,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACxF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,uBAAuBA,IAAAA,EAAE,OAAO,EAC3C,MAAM,gCAAgC,SAAS,EACjD,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAEhF,MAAa,iBAAiBC,eAAAA,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-record.cjs","names":["z","action"],"sources":["../../src/actions/get-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoftrGetRecordInput = z.object({\n tableId: z.string().describe(\"The unique identifier of the table\"),\n recordId: z.string().describe(\"The unique identifier of the record to retrieve\"),\n databaseId: z.string().describe(\"The unique identifier of the database\"),\n}).describe(\"Request model for retrieving a single record by its ID from a Softr database table.\");\nconst SoftrGetRecord_RecordDataSchema = z.object({\n id: z.string().describe(\"Record identifier\").nullable(),\n fields: z.record(z.string(), z.unknown()).describe(\"A map of Field IDs to their values for this record. The structure depends on your table's schema.\"),\n tableId: z.string().describe(\"Associated table identifier\").nullable().optional(),\n createdAt: z.string().describe(\"Record creation timestamp in ISO 8601 format\").nullable(),\n updatedAt: z.string().describe(\"Record last modification timestamp in ISO 8601 format\").nullable(),\n}).passthrough().describe(\"Record data structure containing the record details.\");\nexport const SoftrGetRecordOutput = z.object({\n data: SoftrGetRecord_RecordDataSchema.nullable(),\n}).passthrough().describe(\"Response model for retrieving a single record from Softr database.\");\n\nexport const softrGetRecord = action(\"SOFTR_GET_RECORD\", {\n slug: \"softr-get-record\",\n name: \"Get Record\",\n description: \"Tool to retrieve a single record by its ID from a Softr database table. Use when you need to fetch detailed information about a specific record.\",\n input: SoftrGetRecordInput,\n output: SoftrGetRecordOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAsBA,IAAAA,EAAE,OAAO;CAC1C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;AACzE,CAAC,CAAC,CAAC,SAAS,qFAAqF;AACjG,MAAM,kCAAkCA,IAAAA,EAAE,OAAO;CAC/C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CACtD,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mGAAmG;CACtJ,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACxF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sDAAsD;AAChF,MAAa,uBAAuBA,IAAAA,EAAE,OAAO,EAC3C,MAAM,gCAAgC,SAAS,EACjD,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oEAAoE;AAE9F,MAAa,iBAAiBC,eAAAA,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -9,12 +9,12 @@ declare const SoftrGetRecordInput: z.ZodObject<{
9
9
  declare const SoftrGetRecordOutput: z.ZodObject<{
10
10
  data: z.ZodNullable<z.ZodObject<{
11
11
  id: z.ZodNullable<z.ZodString>;
12
- fields: z.ZodObject<{}, z.core.$strip>;
12
+ fields: z.ZodRecord<z.ZodString, z.ZodUnknown>;
13
13
  tableId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
14
  createdAt: z.ZodNullable<z.ZodString>;
15
15
  updatedAt: z.ZodNullable<z.ZodString>;
16
- }, z.core.$strip>>;
17
- }, z.core.$strip>;
16
+ }, z.core.$loose>>;
17
+ }, z.core.$loose>;
18
18
  declare const softrGetRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
19
19
  tableId: string;
20
20
  recordId: string;
@@ -9,12 +9,12 @@ declare const SoftrGetRecordInput: z.ZodObject<{
9
9
  declare const SoftrGetRecordOutput: z.ZodObject<{
10
10
  data: z.ZodNullable<z.ZodObject<{
11
11
  id: z.ZodNullable<z.ZodString>;
12
- fields: z.ZodObject<{}, z.core.$strip>;
12
+ fields: z.ZodRecord<z.ZodString, z.ZodUnknown>;
13
13
  tableId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
14
  createdAt: z.ZodNullable<z.ZodString>;
15
15
  updatedAt: z.ZodNullable<z.ZodString>;
16
- }, z.core.$strip>>;
17
- }, z.core.$strip>;
16
+ }, z.core.$loose>>;
17
+ }, z.core.$loose>;
18
18
  declare const softrGetRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
19
19
  tableId: string;
20
20
  recordId: string;