@budibase/server 1.0.105-alpha.21 → 1.0.105-alpha.24

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 (292) hide show
  1. package/builder/assets/{index.8d922c8c.js → index.06b1c616.js} +150 -147
  2. package/builder/assets/{index.b7e0672d.css → index.e3fb1cb4.css} +2 -2
  3. package/builder/index.html +2 -2
  4. package/coverage/clover.xml +517 -1564
  5. package/coverage/coverage-final.json +27 -43
  6. package/coverage/lcov-report/api/controllers/analytics.js.html +8 -3
  7. package/coverage/lcov-report/api/controllers/apikeys.js.html +9 -4
  8. package/coverage/lcov-report/api/controllers/auth.js.html +8 -3
  9. package/coverage/lcov-report/api/controllers/automation.js.html +8 -3
  10. package/coverage/lcov-report/api/controllers/backup.js.html +8 -3
  11. package/coverage/lcov-report/api/controllers/cloud.js.html +8 -3
  12. package/coverage/lcov-report/api/controllers/component.js.html +8 -3
  13. package/coverage/lcov-report/api/controllers/datasource.js.html +11 -6
  14. package/coverage/lcov-report/api/controllers/dev.js.html +8 -3
  15. package/coverage/lcov-report/api/controllers/index.html +16 -26
  16. package/coverage/lcov-report/api/controllers/integration.js.html +8 -3
  17. package/coverage/lcov-report/api/controllers/layout.js.html +8 -3
  18. package/coverage/lcov-report/api/controllers/metadata.js.html +8 -3
  19. package/coverage/lcov-report/api/controllers/migrations.js.html +8 -3
  20. package/coverage/lcov-report/api/controllers/permission.js.html +8 -3
  21. package/coverage/lcov-report/api/controllers/query/index.html +16 -26
  22. package/coverage/lcov-report/api/controllers/query/validation.js.html +8 -3
  23. package/coverage/lcov-report/api/controllers/role.js.html +10 -5
  24. package/coverage/lcov-report/api/controllers/routing.js.html +9 -4
  25. package/coverage/lcov-report/api/controllers/row/external.js.html +8 -3
  26. package/coverage/lcov-report/api/controllers/row/index.html +23 -33
  27. package/coverage/lcov-report/api/controllers/row/internal.js.html +32 -24
  28. package/coverage/lcov-report/api/controllers/row/internalSearch.js.html +21 -16
  29. package/coverage/lcov-report/api/controllers/row/staticFormula.js.html +24 -19
  30. package/coverage/lcov-report/api/controllers/row/utils.js.html +20 -15
  31. package/coverage/lcov-report/api/controllers/screen.js.html +9 -4
  32. package/coverage/lcov-report/api/controllers/script.js.html +8 -3
  33. package/coverage/lcov-report/api/controllers/table/bulkFormula.js.html +52 -47
  34. package/coverage/lcov-report/api/controllers/table/external.js.html +8 -3
  35. package/coverage/lcov-report/api/controllers/table/index.html +17 -42
  36. package/coverage/lcov-report/api/controllers/table/index.js.html +20 -15
  37. package/coverage/lcov-report/api/controllers/templates.js.html +8 -3
  38. package/coverage/lcov-report/api/controllers/user.js.html +8 -3
  39. package/coverage/lcov-report/api/controllers/view/exporters.js.html +8 -3
  40. package/coverage/lcov-report/api/controllers/view/index.html +8 -3
  41. package/coverage/lcov-report/api/controllers/view/index.js.html +10 -5
  42. package/coverage/lcov-report/api/controllers/view/utils.js.html +8 -3
  43. package/coverage/lcov-report/api/controllers/view/viewBuilder.js.html +8 -3
  44. package/coverage/lcov-report/api/controllers/webhook.js.html +10 -5
  45. package/coverage/lcov-report/api/index.html +18 -13
  46. package/coverage/lcov-report/api/index.js.html +28 -8
  47. package/coverage/lcov-report/api/routes/analytics.js.html +8 -3
  48. package/coverage/lcov-report/api/routes/apikeys.js.html +8 -3
  49. package/coverage/lcov-report/api/routes/auth.js.html +8 -3
  50. package/coverage/lcov-report/api/routes/automation.js.html +8 -3
  51. package/coverage/lcov-report/api/routes/backup.js.html +8 -3
  52. package/coverage/lcov-report/api/routes/cloud.js.html +8 -3
  53. package/coverage/lcov-report/api/routes/component.js.html +8 -3
  54. package/coverage/lcov-report/api/routes/datasource.js.html +8 -3
  55. package/coverage/lcov-report/api/routes/deploy.js.html +8 -3
  56. package/coverage/lcov-report/api/routes/dev.js.html +9 -4
  57. package/coverage/lcov-report/api/routes/index.html +13 -68
  58. package/coverage/lcov-report/api/routes/integration.js.html +8 -3
  59. package/coverage/lcov-report/api/routes/layout.js.html +8 -3
  60. package/coverage/lcov-report/api/routes/metadata.js.html +8 -3
  61. package/coverage/lcov-report/api/routes/migrations.js.html +8 -3
  62. package/coverage/lcov-report/api/routes/permission.js.html +8 -3
  63. package/coverage/lcov-report/api/routes/query.js.html +8 -3
  64. package/coverage/lcov-report/api/routes/role.js.html +8 -3
  65. package/coverage/lcov-report/api/routes/routing.js.html +8 -3
  66. package/coverage/lcov-report/api/routes/screen.js.html +8 -3
  67. package/coverage/lcov-report/api/routes/script.js.html +8 -3
  68. package/coverage/lcov-report/api/routes/table.js.html +8 -3
  69. package/coverage/lcov-report/api/routes/templates.js.html +8 -3
  70. package/coverage/lcov-report/api/routes/user.js.html +8 -3
  71. package/coverage/lcov-report/api/routes/utils/index.html +8 -3
  72. package/coverage/lcov-report/api/routes/utils/validators.js.html +8 -3
  73. package/coverage/lcov-report/api/routes/view.js.html +8 -3
  74. package/coverage/lcov-report/api/routes/webhook.js.html +8 -3
  75. package/coverage/lcov-report/automations/actions.js.html +9 -4
  76. package/coverage/lcov-report/automations/automationUtils.js.html +20 -15
  77. package/coverage/lcov-report/automations/bullboard.js.html +8 -3
  78. package/coverage/lcov-report/automations/index.html +16 -26
  79. package/coverage/lcov-report/automations/index.js.html +8 -3
  80. package/coverage/lcov-report/automations/steps/bash.js.html +8 -3
  81. package/coverage/lcov-report/automations/steps/delay.js.html +8 -3
  82. package/coverage/lcov-report/automations/steps/discord.js.html +8 -3
  83. package/coverage/lcov-report/automations/steps/executeQuery.js.html +8 -3
  84. package/coverage/lcov-report/automations/steps/executeScript.js.html +8 -3
  85. package/coverage/lcov-report/automations/steps/filter.js.html +8 -3
  86. package/coverage/lcov-report/automations/steps/index.html +16 -41
  87. package/coverage/lcov-report/automations/steps/integromat.js.html +8 -3
  88. package/coverage/lcov-report/automations/steps/loop.js.html +8 -3
  89. package/coverage/lcov-report/automations/steps/outgoingWebhook.js.html +9 -4
  90. package/coverage/lcov-report/automations/steps/queryRows.js.html +9 -4
  91. package/coverage/lcov-report/automations/steps/sendSmtpEmail.js.html +8 -3
  92. package/coverage/lcov-report/automations/steps/serverLog.js.html +8 -3
  93. package/coverage/lcov-report/automations/steps/slack.js.html +8 -3
  94. package/coverage/lcov-report/automations/steps/updateRow.js.html +8 -3
  95. package/coverage/lcov-report/automations/steps/utils.js.html +14 -9
  96. package/coverage/lcov-report/automations/steps/zapier.js.html +8 -3
  97. package/coverage/lcov-report/automations/triggerInfo/app.js.html +8 -3
  98. package/coverage/lcov-report/automations/triggerInfo/cron.js.html +8 -3
  99. package/coverage/lcov-report/automations/triggerInfo/index.html +8 -3
  100. package/coverage/lcov-report/automations/triggerInfo/index.js.html +8 -3
  101. package/coverage/lcov-report/automations/triggerInfo/rowDeleted.js.html +8 -3
  102. package/coverage/lcov-report/automations/triggerInfo/rowSaved.js.html +8 -3
  103. package/coverage/lcov-report/automations/triggerInfo/rowUpdated.js.html +8 -3
  104. package/coverage/lcov-report/automations/triggerInfo/webhook.js.html +8 -3
  105. package/coverage/lcov-report/automations/triggers.js.html +16 -11
  106. package/coverage/lcov-report/block-navigation.js +8 -0
  107. package/coverage/lcov-report/constants/index.html +8 -3
  108. package/coverage/lcov-report/constants/index.js.html +35 -30
  109. package/coverage/lcov-report/constants/layouts.js.html +8 -3
  110. package/coverage/lcov-report/constants/screens.js.html +8 -3
  111. package/coverage/lcov-report/db/client.js.html +26 -21
  112. package/coverage/lcov-report/db/inMemoryView.js.html +8 -3
  113. package/coverage/lcov-report/db/index.html +8 -3
  114. package/coverage/lcov-report/db/index.js.html +10 -5
  115. package/coverage/lcov-report/db/linkedRows/LinkController.js.html +20 -15
  116. package/coverage/lcov-report/db/linkedRows/index.html +8 -3
  117. package/coverage/lcov-report/db/linkedRows/index.js.html +22 -17
  118. package/coverage/lcov-report/db/linkedRows/linkUtils.js.html +12 -7
  119. package/coverage/lcov-report/db/newid.js.html +11 -6
  120. package/coverage/lcov-report/db/utils.js.html +83 -78
  121. package/coverage/lcov-report/events/AutomationEmitter.js.html +14 -9
  122. package/coverage/lcov-report/events/index.html +8 -3
  123. package/coverage/lcov-report/events/index.js.html +9 -4
  124. package/coverage/lcov-report/events/utils.js.html +18 -13
  125. package/coverage/lcov-report/index.html +122 -117
  126. package/coverage/lcov-report/integrations/tests/TestConfiguration.js.html +8 -3
  127. package/coverage/lcov-report/integrations/tests/index.html +8 -3
  128. package/coverage/lcov-report/middleware/appInfo.js.html +8 -3
  129. package/coverage/lcov-report/middleware/builder.js.html +8 -3
  130. package/coverage/lcov-report/middleware/currentapp.js.html +11 -6
  131. package/coverage/lcov-report/middleware/index.html +16 -41
  132. package/coverage/lcov-report/middleware/joi-validator.js.html +9 -4
  133. package/coverage/lcov-report/middleware/publicApi.js.html +8 -3
  134. package/coverage/lcov-report/middleware/resourceId.js.html +8 -3
  135. package/coverage/lcov-report/middleware/selfhost.js.html +9 -4
  136. package/coverage/lcov-report/middleware/utils.js.html +8 -3
  137. package/coverage/lcov-report/sorter.js +26 -0
  138. package/coverage/lcov-report/threads/automation.js.html +55 -50
  139. package/coverage/lcov-report/threads/index.html +16 -26
  140. package/coverage/lcov-report/threads/query.js.html +10 -5
  141. package/coverage/lcov-report/threads/utils.js.html +11 -6
  142. package/coverage/lcov-report/utilities/bcrypt.js.html +8 -3
  143. package/coverage/lcov-report/utilities/budibaseDir.js.html +8 -3
  144. package/coverage/lcov-report/utilities/centralPath.js.html +8 -3
  145. package/coverage/lcov-report/utilities/csvParser.js.html +10 -5
  146. package/coverage/lcov-report/utilities/global.js.html +9 -4
  147. package/coverage/lcov-report/utilities/index.html +8 -3
  148. package/coverage/lcov-report/utilities/index.js.html +11 -6
  149. package/coverage/lcov-report/utilities/queue/inMemoryQueue.js.html +32 -9
  150. package/coverage/lcov-report/utilities/queue/index.html +12 -7
  151. package/coverage/lcov-report/utilities/routing/index.html +8 -3
  152. package/coverage/lcov-report/utilities/routing/index.js.html +8 -3
  153. package/coverage/lcov-report/utilities/rowProcessor/index.html +8 -3
  154. package/coverage/lcov-report/utilities/rowProcessor/index.js.html +46 -41
  155. package/coverage/lcov-report/utilities/rowProcessor/utils.js.html +18 -13
  156. package/coverage/lcov-report/utilities/scriptRunner.js.html +8 -3
  157. package/coverage/lcov-report/utilities/security.js.html +9 -4
  158. package/coverage/lcov-report/utilities/statusCodes.js.html +8 -3
  159. package/coverage/lcov-report/utilities/usageQuota/index.html +24 -34
  160. package/coverage/lcov-report/utilities/usageQuota/rows.js.html +45 -40
  161. package/coverage/lcov-report/utilities/usageQuota/usageQuoteReset.js.html +8 -3
  162. package/coverage/lcov-report/utilities/users.js.html +8 -3
  163. package/coverage/lcov-report/utilities/workerRequests.js.html +9 -4
  164. package/coverage/lcov.info +759 -2599
  165. package/dist/api/controllers/application.js +138 -70
  166. package/dist/api/controllers/deploy/index.js +64 -35
  167. package/dist/api/controllers/public/applications.js +29 -9
  168. package/dist/api/controllers/public/queries.js +27 -7
  169. package/dist/api/controllers/public/rows.js +32 -12
  170. package/dist/api/controllers/public/tables.js +2 -2
  171. package/dist/api/controllers/public/users.js +8 -8
  172. package/dist/api/controllers/public/utils.js +1 -1
  173. package/dist/api/controllers/query/import/index.js +3 -3
  174. package/dist/api/controllers/query/index.js +57 -44
  175. package/dist/api/controllers/row/ExternalRequest.js +27 -27
  176. package/dist/api/controllers/row/index.js +83 -60
  177. package/dist/api/controllers/row/internal.js +2 -1
  178. package/dist/api/controllers/table/internal.js +40 -34
  179. package/dist/api/controllers/table/utils.js +271 -229
  180. package/dist/api/index.js +5 -0
  181. package/dist/api/routes/application.js +39 -13
  182. package/dist/api/routes/index.js +61 -56
  183. package/dist/api/routes/public/index.js +6 -9
  184. package/dist/api/routes/public/queries.js +1 -1
  185. package/dist/api/routes/public/rows.js +1 -1
  186. package/dist/api/routes/public/tables.js +3 -3
  187. package/dist/api/routes/public/users.js +1 -1
  188. package/dist/api/routes/row.js +43 -17
  189. package/dist/api/routes/static.js +40 -13
  190. package/dist/api/routes/tests/utilities/TestFunctions.js +62 -26
  191. package/dist/app.js +11 -4
  192. package/dist/automations/steps/createRow.js +12 -12
  193. package/dist/automations/steps/deleteRow.js +13 -16
  194. package/dist/automations/tests/utilities/index.js +0 -2
  195. package/dist/automations/utils.js +187 -132
  196. package/dist/environment.js +0 -2
  197. package/dist/integrations/base/sql.js +2 -2
  198. package/dist/integrations/base/sqlTable.js +2 -2
  199. package/dist/integrations/googlesheets.js +1 -1
  200. package/dist/integrations/microsoftSqlServer.js +8 -8
  201. package/dist/integrations/mysql.js +9 -9
  202. package/dist/integrations/oracle.js +7 -7
  203. package/dist/integrations/postgres.js +7 -7
  204. package/dist/integrations/rest.js +1 -1
  205. package/dist/middleware/authorized.js +51 -51
  206. package/dist/migrations/functions/appUrls.js +1 -1
  207. package/dist/migrations/functions/developerQuota.js +49 -0
  208. package/dist/migrations/functions/publishedAppsQuota.js +47 -0
  209. package/dist/migrations/functions/quotas1.js +6 -2
  210. package/dist/migrations/functions/usageQuotas/index.js +0 -4
  211. package/dist/migrations/functions/usageQuotas/syncApps.js +4 -7
  212. package/dist/migrations/functions/usageQuotas/syncDevelopers.js +24 -0
  213. package/dist/migrations/functions/usageQuotas/syncPublishedApps.js +26 -0
  214. package/dist/migrations/functions/usageQuotas/syncRows.js +5 -8
  215. package/dist/migrations/index.js +17 -1
  216. package/dist/package.json +10 -8
  217. package/dist/threads/index.js +35 -8
  218. package/dist/tsconfig.build.tsbuildinfo +1 -0
  219. package/dist/utilities/queue/inMemoryQueue.js +6 -1
  220. package/nodemon.json +1 -1
  221. package/package.json +11 -9
  222. package/scripts/dev/manage.js +2 -0
  223. package/src/api/controllers/{application.js → application.ts} +103 -44
  224. package/src/api/controllers/deploy/{index.js → index.ts} +45 -28
  225. package/src/api/controllers/public/applications.ts +2 -2
  226. package/src/api/controllers/public/queries.ts +1 -1
  227. package/src/api/controllers/public/rows.ts +1 -1
  228. package/src/api/controllers/query/{index.js → index.ts} +51 -48
  229. package/src/api/controllers/row/ExternalRequest.ts +1 -1
  230. package/src/api/controllers/row/{index.js → index.ts} +24 -17
  231. package/src/api/controllers/row/internal.js +2 -1
  232. package/src/api/controllers/table/{internal.js → internal.ts} +27 -24
  233. package/src/api/controllers/table/{utils.js → utils.ts} +86 -69
  234. package/src/api/index.js +5 -0
  235. package/src/api/routes/{application.js → application.ts} +8 -14
  236. package/src/api/routes/index.ts +60 -0
  237. package/src/api/routes/public/index.ts +1 -4
  238. package/src/api/routes/{row.js → row.ts} +7 -15
  239. package/src/api/routes/{static.js → static.ts} +11 -11
  240. package/src/api/routes/tests/utilities/{TestFunctions.js → TestFunctions.ts} +42 -25
  241. package/src/app.ts +1 -2
  242. package/src/automations/steps/{createRow.js → createRow.ts} +9 -15
  243. package/src/automations/steps/{deleteRow.js → deleteRow.ts} +10 -16
  244. package/src/automations/tests/automation.spec.js +0 -1
  245. package/src/automations/tests/{createRow.spec.js → createRow.spec.ts} +4 -15
  246. package/src/automations/tests/{deleteRow.spec.js → deleteRow.spec.ts} +3 -5
  247. package/src/automations/tests/utilities/index.js +0 -2
  248. package/src/automations/{utils.js → utils.ts} +39 -27
  249. package/src/environment.js +0 -2
  250. package/src/middleware/{authorized.js → authorized.ts} +20 -14
  251. package/src/migrations/functions/developerQuota.ts +15 -0
  252. package/src/migrations/functions/publishedAppsQuota.ts +13 -0
  253. package/src/migrations/functions/tests/quotas1.spec.js +0 -2
  254. package/src/migrations/functions/usageQuotas/index.ts +0 -5
  255. package/src/migrations/functions/usageQuotas/syncApps.ts +3 -6
  256. package/src/migrations/functions/usageQuotas/syncDevelopers.ts +19 -0
  257. package/src/migrations/functions/usageQuotas/syncPublishedApps.ts +21 -0
  258. package/src/migrations/functions/usageQuotas/syncRows.ts +3 -6
  259. package/src/migrations/functions/usageQuotas/tests/syncApps.spec.ts +32 -0
  260. package/src/migrations/functions/usageQuotas/tests/syncRows.spec.ts +38 -0
  261. package/src/migrations/index.ts +13 -1
  262. package/src/module.d.ts +4 -0
  263. package/src/threads/{index.js → index.ts} +14 -12
  264. package/src/utilities/queue/inMemoryQueue.js +7 -1
  265. package/tsconfig.build.json +10 -0
  266. package/tsconfig.json +2 -2
  267. package/coverage/lcov-report/api/controllers/application.js.html +0 -1430
  268. package/coverage/lcov-report/api/controllers/query/index.js.html +0 -713
  269. package/coverage/lcov-report/api/controllers/row/index.js.html +0 -524
  270. package/coverage/lcov-report/api/controllers/table/internal.js.html +0 -548
  271. package/coverage/lcov-report/api/controllers/table/utils.js.html +0 -1331
  272. package/coverage/lcov-report/api/routes/application.js.html +0 -179
  273. package/coverage/lcov-report/api/routes/index.js.html +0 -266
  274. package/coverage/lcov-report/api/routes/row.js.html +0 -908
  275. package/coverage/lcov-report/api/routes/static.js.html +0 -245
  276. package/coverage/lcov-report/automations/steps/createRow.js.html +0 -380
  277. package/coverage/lcov-report/automations/steps/deleteRow.js.html +0 -347
  278. package/coverage/lcov-report/automations/utils.js.html +0 -662
  279. package/coverage/lcov-report/middleware/authorized.js.html +0 -458
  280. package/coverage/lcov-report/middleware/usageQuota.js.html +0 -572
  281. package/coverage/lcov-report/threads/index.js.html +0 -278
  282. package/coverage/lcov-report/utilities/usageQuota/index.js.html +0 -359
  283. package/dist/middleware/usageQuota.js +0 -154
  284. package/dist/tsconfig.tsbuildinfo +0 -1
  285. package/dist/utilities/usageQuota/index.js +0 -86
  286. package/src/api/routes/index.js +0 -62
  287. package/src/middleware/tests/usageQuota.spec.js +0 -134
  288. package/src/middleware/usageQuota.js +0 -164
  289. package/src/migrations/functions/usageQuotas/tests/syncApps.spec.js +0 -37
  290. package/src/migrations/functions/usageQuotas/tests/syncRows.spec.js +0 -43
  291. package/src/utilities/tests/usageQuota/usageQuota.spec.js +0 -72
  292. package/src/utilities/usageQuota/index.js +0 -93
@@ -1,4 +1,27 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
2
25
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
26
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
27
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -8,99 +31,125 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
31
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
32
  });
10
33
  };
11
- const { Thread, ThreadType } = require("../threads");
12
- const { definitions } = require("./triggerInfo");
13
- const webhooks = require("../api/controllers/webhook");
14
- const CouchDB = require("../db");
15
- const { queue } = require("./bullboard");
16
- const newid = require("../db/newid");
17
- const { updateEntityMetadata } = require("../utilities");
18
- const { MetadataTypes, WebhookType } = require("../constants");
19
- const { getProdAppID } = require("@budibase/backend-core/db");
20
- const { cloneDeep } = require("lodash/fp");
21
- const { getAppDB, getAppId } = require("@budibase/backend-core/context");
22
- const WH_STEP_ID = definitions.WEBHOOK.stepId;
23
- const CRON_STEP_ID = definitions.CRON.stepId;
24
- const Runner = new Thread(ThreadType.AUTOMATION);
25
- exports.processEvent = (job) => __awaiter(void 0, void 0, void 0, function* () {
26
- try {
27
- // need to actually await these so that an error can be captured properly
28
- console.log(`${job.data.automation.appId} automation ${job.data.automation._id} running`);
29
- return yield Runner.run(job);
30
- }
31
- catch (err) {
32
- const errJson = JSON.stringify(err);
33
- console.error(`${job.data.automation.appId} automation ${job.data.automation._id} was unable to run - ${errJson}`);
34
- console.trace(err);
35
- return { err };
36
- }
37
- });
38
- exports.updateTestHistory = (appId, automation, history) => __awaiter(void 0, void 0, void 0, function* () {
39
- return updateEntityMetadata(MetadataTypes.AUTOMATION_TEST_HISTORY, automation._id, metadata => {
40
- if (metadata && Array.isArray(metadata.history)) {
41
- metadata.history.push(history);
34
+ var __importDefault = (this && this.__importDefault) || function (mod) {
35
+ return (mod && mod.__esModule) ? mod : { "default": mod };
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.cleanupAutomations = exports.checkForWebhooks = exports.enableCronTrigger = exports.disableAllCrons = exports.removeDeprecated = exports.updateTestHistory = exports.processEvent = void 0;
39
+ const threads_1 = require("../threads");
40
+ const triggerInfo_1 = require("./triggerInfo");
41
+ const webhooks = __importStar(require("../api/controllers/webhook"));
42
+ const db_1 = __importDefault(require("../db"));
43
+ const bullboard_1 = require("./bullboard");
44
+ const newid_1 = __importDefault(require("../db/newid"));
45
+ const utilities_1 = require("../utilities");
46
+ const constants_1 = require("../constants");
47
+ const db_2 = require("@budibase/backend-core/db");
48
+ const fp_1 = require("lodash/fp");
49
+ const context_1 = require("@budibase/backend-core/context");
50
+ const backend_core_1 = require("@budibase/backend-core");
51
+ const pro_1 = require("@budibase/pro");
52
+ const WH_STEP_ID = triggerInfo_1.definitions.WEBHOOK.stepId;
53
+ const CRON_STEP_ID = triggerInfo_1.definitions.CRON.stepId;
54
+ const Runner = new threads_1.Thread(threads_1.ThreadType.AUTOMATION);
55
+ function processEvent(job) {
56
+ return __awaiter(this, void 0, void 0, function* () {
57
+ try {
58
+ console.log(`${job.data.automation.appId} automation ${job.data.automation._id} running`);
59
+ // need to actually await these so that an error can be captured properly
60
+ const tenantId = backend_core_1.tenancy.getTenantIDFromAppID(job.data.event.appId);
61
+ return yield backend_core_1.tenancy.doInTenant(tenantId, () => __awaiter(this, void 0, void 0, function* () {
62
+ const runFn = () => Runner.run(job);
63
+ return pro_1.quotas.addAutomation(runFn);
64
+ }));
42
65
  }
43
- else {
44
- metadata = {
45
- history: [history],
46
- };
66
+ catch (err) {
67
+ const errJson = JSON.stringify(err);
68
+ console.error(`${job.data.automation.appId} automation ${job.data.automation._id} was unable to run - ${errJson}`);
69
+ console.trace(err);
70
+ return { err };
47
71
  }
48
- return metadata;
49
72
  });
50
- });
51
- exports.removeDeprecated = definitions => {
52
- const base = cloneDeep(definitions);
73
+ }
74
+ exports.processEvent = processEvent;
75
+ function updateTestHistory(appId, automation, history) {
76
+ return __awaiter(this, void 0, void 0, function* () {
77
+ return (0, utilities_1.updateEntityMetadata)(constants_1.MetadataTypes.AUTOMATION_TEST_HISTORY, automation._id, (metadata) => {
78
+ if (metadata && Array.isArray(metadata.history)) {
79
+ metadata.history.push(history);
80
+ }
81
+ else {
82
+ metadata = {
83
+ history: [history],
84
+ };
85
+ }
86
+ return metadata;
87
+ });
88
+ });
89
+ }
90
+ exports.updateTestHistory = updateTestHistory;
91
+ function removeDeprecated(definitions) {
92
+ const base = (0, fp_1.cloneDeep)(definitions);
53
93
  for (let key of Object.keys(base)) {
54
94
  if (base[key].deprecated) {
55
95
  delete base[key];
56
96
  }
57
97
  }
58
98
  return base;
59
- };
99
+ }
100
+ exports.removeDeprecated = removeDeprecated;
60
101
  // end the repetition and the job itself
61
- exports.disableAllCrons = (appId) => __awaiter(void 0, void 0, void 0, function* () {
62
- const promises = [];
63
- const jobs = yield queue.getRepeatableJobs();
64
- for (let job of jobs) {
65
- if (job.key.includes(`${appId}_cron`)) {
66
- promises.push(queue.removeRepeatableByKey(job.key));
67
- promises.push(queue.removeJobs(job.id));
102
+ function disableAllCrons(appId) {
103
+ return __awaiter(this, void 0, void 0, function* () {
104
+ const promises = [];
105
+ const jobs = yield bullboard_1.queue.getRepeatableJobs();
106
+ for (let job of jobs) {
107
+ if (job.key.includes(`${appId}_cron`)) {
108
+ promises.push(bullboard_1.queue.removeRepeatableByKey(job.key));
109
+ if (job.id) {
110
+ promises.push(bullboard_1.queue.removeJobs(job.id));
111
+ }
112
+ }
68
113
  }
69
- }
70
- return Promise.all(promises);
71
- });
114
+ return Promise.all(promises);
115
+ });
116
+ }
117
+ exports.disableAllCrons = disableAllCrons;
72
118
  /**
73
119
  * This function handles checking of any cron jobs that need to be enabled/updated.
74
120
  * @param {string} appId The ID of the app in which we are checking for webhooks
75
121
  * @param {object|undefined} automation The automation object to be updated.
76
122
  */
77
- exports.enableCronTrigger = (appId, automation) => __awaiter(void 0, void 0, void 0, function* () {
78
- const trigger = automation ? automation.definition.trigger : null;
79
- function isCronTrigger(auto) {
80
- return (auto &&
81
- auto.definition.trigger &&
82
- auto.definition.trigger.stepId === CRON_STEP_ID);
83
- }
84
- // need to create cron job
85
- if (isCronTrigger(automation)) {
86
- // make a job id rather than letting Bull decide, makes it easier to handle on way out
87
- const jobId = `${appId}_cron_${newid()}`;
88
- const job = yield queue.add({
89
- automation,
90
- event: { appId, timestamp: Date.now() },
91
- }, { repeat: { cron: trigger.inputs.cron }, jobId });
92
- // Assign cron job ID from bull so we can remove it later if the cron trigger is removed
93
- trigger.cronJobId = job.id;
94
- // can't use getAppDB here as this is likely to be called from dev app,
95
- // but this call could be for dev app or prod app, need to just use what
96
- // was passed in
97
- const db = new CouchDB(appId);
98
- const response = yield db.put(automation);
99
- automation._id = response.id;
100
- automation._rev = response.rev;
101
- }
102
- return automation;
103
- });
123
+ function enableCronTrigger(appId, automation) {
124
+ return __awaiter(this, void 0, void 0, function* () {
125
+ const trigger = automation ? automation.definition.trigger : null;
126
+ function isCronTrigger(auto) {
127
+ return (auto &&
128
+ auto.definition.trigger &&
129
+ auto.definition.trigger.stepId === CRON_STEP_ID);
130
+ }
131
+ // need to create cron job
132
+ if (isCronTrigger(automation)) {
133
+ // make a job id rather than letting Bull decide, makes it easier to handle on way out
134
+ const jobId = `${appId}_cron_${(0, newid_1.default)()}`;
135
+ const job = yield bullboard_1.queue.add({
136
+ automation,
137
+ event: { appId, timestamp: Date.now() },
138
+ }, { repeat: { cron: trigger.inputs.cron }, jobId });
139
+ // Assign cron job ID from bull so we can remove it later if the cron trigger is removed
140
+ trigger.cronJobId = job.id;
141
+ // can't use getAppDB here as this is likely to be called from dev app,
142
+ // but this call could be for dev app or prod app, need to just use what
143
+ // was passed in
144
+ const db = new db_1.default(appId);
145
+ const response = yield db.put(automation);
146
+ automation._id = response.id;
147
+ automation._rev = response.rev;
148
+ }
149
+ return automation;
150
+ });
151
+ }
152
+ exports.enableCronTrigger = enableCronTrigger;
104
153
  /**
105
154
  * This function handles checking if any webhooks need to be created or deleted for automations.
106
155
  * @param {string} appId The ID of the app in which we are checking for webhooks
@@ -109,67 +158,73 @@ exports.enableCronTrigger = (appId, automation) => __awaiter(void 0, void 0, voi
109
158
  * @returns {Promise<object|undefined>} After this is complete the new automation object may have been updated and should be
110
159
  * written to DB (this does not write to DB as it would be wasteful to repeat).
111
160
  */
112
- exports.checkForWebhooks = ({ oldAuto, newAuto }) => __awaiter(void 0, void 0, void 0, function* () {
113
- const appId = getAppId();
114
- const oldTrigger = oldAuto ? oldAuto.definition.trigger : null;
115
- const newTrigger = newAuto ? newAuto.definition.trigger : null;
116
- const triggerChanged = oldTrigger && newTrigger && oldTrigger.id !== newTrigger.id;
117
- function isWebhookTrigger(auto) {
118
- return (auto &&
119
- auto.definition.trigger &&
120
- auto.definition.trigger.stepId === WH_STEP_ID);
121
- }
122
- // need to delete webhook
123
- if (isWebhookTrigger(oldAuto) &&
124
- (!isWebhookTrigger(newAuto) || triggerChanged) &&
125
- oldTrigger.webhookId) {
126
- try {
127
- let db = getAppDB();
128
- // need to get the webhook to get the rev
129
- const webhook = yield db.get(oldTrigger.webhookId);
161
+ function checkForWebhooks({ oldAuto, newAuto }) {
162
+ return __awaiter(this, void 0, void 0, function* () {
163
+ const appId = (0, context_1.getAppId)();
164
+ const oldTrigger = oldAuto ? oldAuto.definition.trigger : null;
165
+ const newTrigger = newAuto ? newAuto.definition.trigger : null;
166
+ const triggerChanged = oldTrigger && newTrigger && oldTrigger.id !== newTrigger.id;
167
+ function isWebhookTrigger(auto) {
168
+ return (auto &&
169
+ auto.definition.trigger &&
170
+ auto.definition.trigger.stepId === WH_STEP_ID);
171
+ }
172
+ // need to delete webhook
173
+ if (isWebhookTrigger(oldAuto) &&
174
+ (!isWebhookTrigger(newAuto) || triggerChanged) &&
175
+ oldTrigger.webhookId) {
176
+ try {
177
+ let db = (0, context_1.getAppDB)();
178
+ // need to get the webhook to get the rev
179
+ const webhook = yield db.get(oldTrigger.webhookId);
180
+ const ctx = {
181
+ appId,
182
+ params: { id: webhook._id, rev: webhook._rev },
183
+ };
184
+ // might be updating - reset the inputs to remove the URLs
185
+ if (newTrigger) {
186
+ delete newTrigger.webhookId;
187
+ newTrigger.inputs = {};
188
+ }
189
+ yield webhooks.destroy(ctx);
190
+ }
191
+ catch (err) {
192
+ // don't worry about not being able to delete, if it doesn't exist all good
193
+ }
194
+ }
195
+ // need to create webhook
196
+ if ((!isWebhookTrigger(oldAuto) || triggerChanged) &&
197
+ isWebhookTrigger(newAuto)) {
130
198
  const ctx = {
131
199
  appId,
132
- params: { id: webhook._id, rev: webhook._rev },
200
+ request: {
201
+ body: new webhooks.Webhook("Automation webhook", constants_1.WebhookType.AUTOMATION, newAuto._id),
202
+ },
203
+ };
204
+ yield webhooks.save(ctx);
205
+ const id = ctx.body.webhook._id;
206
+ newTrigger.webhookId = id;
207
+ // the app ID has to be development for this endpoint
208
+ // it can only be used when building the app
209
+ // but the trigger endpoint will always be used in production
210
+ const prodAppId = (0, db_2.getProdAppID)(appId);
211
+ newTrigger.inputs = {
212
+ schemaUrl: `api/webhooks/schema/${appId}/${id}`,
213
+ triggerUrl: `api/webhooks/trigger/${prodAppId}/${id}`,
133
214
  };
134
- // might be updating - reset the inputs to remove the URLs
135
- if (newTrigger) {
136
- delete newTrigger.webhookId;
137
- newTrigger.inputs = {};
138
- }
139
- yield webhooks.destroy(ctx);
140
- }
141
- catch (err) {
142
- // don't worry about not being able to delete, if it doesn't exist all good
143
215
  }
144
- }
145
- // need to create webhook
146
- if ((!isWebhookTrigger(oldAuto) || triggerChanged) &&
147
- isWebhookTrigger(newAuto)) {
148
- const ctx = {
149
- appId,
150
- request: {
151
- body: new webhooks.Webhook("Automation webhook", WebhookType.AUTOMATION, newAuto._id),
152
- },
153
- };
154
- yield webhooks.save(ctx);
155
- const id = ctx.body.webhook._id;
156
- newTrigger.webhookId = id;
157
- // the app ID has to be development for this endpoint
158
- // it can only be used when building the app
159
- // but the trigger endpoint will always be used in production
160
- const prodAppId = getProdAppID(appId);
161
- newTrigger.inputs = {
162
- schemaUrl: `api/webhooks/schema/${appId}/${id}`,
163
- triggerUrl: `api/webhooks/trigger/${prodAppId}/${id}`,
164
- };
165
- }
166
- return newAuto;
167
- });
216
+ return newAuto;
217
+ });
218
+ }
219
+ exports.checkForWebhooks = checkForWebhooks;
168
220
  /**
169
221
  * When removing an app/unpublishing it need to make sure automations are cleaned up (cron).
170
222
  * @param appId {string} the app that is being removed.
171
223
  * @return {Promise<void>} clean is complete if this succeeds.
172
224
  */
173
- exports.cleanupAutomations = (appId) => __awaiter(void 0, void 0, void 0, function* () {
174
- yield exports.disableAllCrons(appId);
175
- });
225
+ function cleanupAutomations(appId) {
226
+ return __awaiter(this, void 0, void 0, function* () {
227
+ yield disableAllCrons(appId);
228
+ });
229
+ }
230
+ exports.cleanupAutomations = cleanupAutomations;
@@ -30,8 +30,6 @@ module.exports = {
30
30
  ENABLE_ANALYTICS: process.env.ENABLE_ANALYTICS,
31
31
  MINIO_ACCESS_KEY: process.env.MINIO_ACCESS_KEY,
32
32
  MINIO_SECRET_KEY: process.env.MINIO_SECRET_KEY,
33
- USE_QUOTAS: process.env.USE_QUOTAS,
34
- EXCLUDE_QUOTAS_TENANTS: process.env.EXCLUDE_QUOTAS_TENANTS,
35
33
  REDIS_URL: process.env.REDIS_URL,
36
34
  REDIS_PASSWORD: process.env.REDIS_PASSWORD,
37
35
  INTERNAL_API_KEY: process.env.INTERNAL_API_KEY,
@@ -37,7 +37,7 @@ function parse(input) {
37
37
  if (input === MAX_ISO_DATE || input === MIN_ISO_DATE) {
38
38
  return null;
39
39
  }
40
- if (utils_1.isIsoDateString(input)) {
40
+ if ((0, utils_1.isIsoDateString)(input)) {
41
41
  return new Date(input);
42
42
  }
43
43
  return input;
@@ -370,7 +370,7 @@ class SqlQueryBuilder extends sqlTable_1.default {
370
370
  */
371
371
  _query(json, opts = {}) {
372
372
  const sqlClient = this.getSqlClient();
373
- const client = knex_1.knex({ client: sqlClient });
373
+ const client = (0, knex_1.knex)({ client: sqlClient });
374
374
  let query;
375
375
  const builder = new InternalBuilder(sqlClient);
376
376
  switch (this._operation(json)) {
@@ -60,7 +60,7 @@ function generateSchema(schema, table, tables, oldTable = null, renamed) {
60
60
  if (!column.foreignKey || !column.tableId) {
61
61
  throw "Invalid relationship schema";
62
62
  }
63
- const { tableName } = utils_1.breakExternalTableId(column.tableId);
63
+ const { tableName } = (0, utils_1.breakExternalTableId)(column.tableId);
64
64
  // @ts-ignore
65
65
  const relatedTable = tables[tableName];
66
66
  if (!relatedTable) {
@@ -124,7 +124,7 @@ class SqlTableQueryBuilder {
124
124
  }
125
125
  _tableQuery(json) {
126
126
  var _a;
127
- let client = knex_1.knex({ client: this.sqlClient }).schema;
127
+ let client = (0, knex_1.knex)({ client: this.sqlClient }).schema;
128
128
  if ((_a = json === null || json === void 0 ? void 0 : json.endpoint) === null || _a === void 0 ? void 0 : _a.schema) {
129
129
  client = client.withSchema(json.endpoint.schema);
130
130
  }
@@ -173,7 +173,7 @@ var GoogleSheetsModule;
173
173
  }
174
174
  // create tables
175
175
  tables[sheet.title] = {
176
- _id: utils_1.buildExternalTableId(datasourceId, sheet.title),
176
+ _id: (0, utils_1.buildExternalTableId)(datasourceId, sheet.title),
177
177
  name: sheet.title,
178
178
  primary: ["rowNumber"],
179
179
  schema,
@@ -161,7 +161,7 @@ var MSSQLModule;
161
161
  }
162
162
  runSQL(sql) {
163
163
  return __awaiter(this, void 0, void 0, function* () {
164
- return (yield this.internalQuery(utils_1.getSqlQuery(sql))).recordset;
164
+ return (yield this.internalQuery((0, utils_1.getSqlQuery)(sql))).recordset;
165
165
  });
166
166
  }
167
167
  /**
@@ -201,7 +201,7 @@ var MSSQLModule;
201
201
  if (typeof name !== "string") {
202
202
  continue;
203
203
  }
204
- const type = utils_1.convertSqlType(def.DATA_TYPE);
204
+ const type = (0, utils_1.convertSqlType)(def.DATA_TYPE);
205
205
  schema[name] = {
206
206
  autocolumn: !!autoColumns.find((col) => col === name),
207
207
  name: name,
@@ -209,13 +209,13 @@ var MSSQLModule;
209
209
  };
210
210
  }
211
211
  tables[tableName] = {
212
- _id: utils_1.buildExternalTableId(datasourceId, tableName),
212
+ _id: (0, utils_1.buildExternalTableId)(datasourceId, tableName),
213
213
  primary: primaryKeys,
214
214
  name: tableName,
215
215
  schema,
216
216
  };
217
217
  }
218
- const final = utils_1.finaliseExternalTables(tables, entities);
218
+ const final = (0, utils_1.finaliseExternalTables)(tables, entities);
219
219
  this.tables = final.tables;
220
220
  this.schemaErrors = final.errors;
221
221
  });
@@ -223,28 +223,28 @@ var MSSQLModule;
223
223
  read(query) {
224
224
  return __awaiter(this, void 0, void 0, function* () {
225
225
  yield this.connect();
226
- const response = yield this.internalQuery(utils_1.getSqlQuery(query));
226
+ const response = yield this.internalQuery((0, utils_1.getSqlQuery)(query));
227
227
  return response.recordset;
228
228
  });
229
229
  }
230
230
  create(query) {
231
231
  return __awaiter(this, void 0, void 0, function* () {
232
232
  yield this.connect();
233
- const response = yield this.internalQuery(utils_1.getSqlQuery(query));
233
+ const response = yield this.internalQuery((0, utils_1.getSqlQuery)(query));
234
234
  return response.recordset || [{ created: true }];
235
235
  });
236
236
  }
237
237
  update(query) {
238
238
  return __awaiter(this, void 0, void 0, function* () {
239
239
  yield this.connect();
240
- const response = yield this.internalQuery(utils_1.getSqlQuery(query));
240
+ const response = yield this.internalQuery((0, utils_1.getSqlQuery)(query));
241
241
  return response.recordset || [{ updated: true }];
242
242
  });
243
243
  }
244
244
  delete(query) {
245
245
  return __awaiter(this, void 0, void 0, function* () {
246
246
  yield this.connect();
247
- const response = yield this.internalQuery(utils_1.getSqlQuery(query));
247
+ const response = yield this.internalQuery((0, utils_1.getSqlQuery)(query));
248
248
  return response.recordset || [{ deleted: true }];
249
249
  });
250
250
  }
@@ -82,8 +82,8 @@ var MySQLModule;
82
82
  }
83
83
  // if not a number, see if it is a date - important to do in this order as any
84
84
  // integer will be considered a valid date
85
- else if (dayjs_1.default(binding).isValid()) {
86
- bindings[i] = dayjs_1.default(binding).toDate();
85
+ else if ((0, dayjs_1.default)(binding).isValid()) {
86
+ bindings[i] = (0, dayjs_1.default)(binding).toDate();
87
87
  }
88
88
  }
89
89
  return bindings;
@@ -161,13 +161,13 @@ var MySQLModule;
161
161
  schema[columnName] = {
162
162
  name: columnName,
163
163
  autocolumn: isAuto,
164
- type: utils_1.convertSqlType(column.Type),
164
+ type: (0, utils_1.convertSqlType)(column.Type),
165
165
  constraints,
166
166
  };
167
167
  }
168
168
  if (!tables[tableName]) {
169
169
  tables[tableName] = {
170
- _id: utils_1.buildExternalTableId(datasourceId, tableName),
170
+ _id: (0, utils_1.buildExternalTableId)(datasourceId, tableName),
171
171
  primary: primaryKeys,
172
172
  name: tableName,
173
173
  schema,
@@ -178,31 +178,31 @@ var MySQLModule;
178
178
  finally {
179
179
  yield this.disconnect();
180
180
  }
181
- const final = utils_1.finaliseExternalTables(tables, entities);
181
+ const final = (0, utils_1.finaliseExternalTables)(tables, entities);
182
182
  this.tables = final.tables;
183
183
  this.schemaErrors = final.errors;
184
184
  });
185
185
  }
186
186
  create(query) {
187
187
  return __awaiter(this, void 0, void 0, function* () {
188
- const results = yield this.internalQuery(utils_1.getSqlQuery(query));
188
+ const results = yield this.internalQuery((0, utils_1.getSqlQuery)(query));
189
189
  return results.length ? results : [{ created: true }];
190
190
  });
191
191
  }
192
192
  read(query) {
193
193
  return __awaiter(this, void 0, void 0, function* () {
194
- return this.internalQuery(utils_1.getSqlQuery(query));
194
+ return this.internalQuery((0, utils_1.getSqlQuery)(query));
195
195
  });
196
196
  }
197
197
  update(query) {
198
198
  return __awaiter(this, void 0, void 0, function* () {
199
- const results = yield this.internalQuery(utils_1.getSqlQuery(query));
199
+ const results = yield this.internalQuery((0, utils_1.getSqlQuery)(query));
200
200
  return results.length ? results : [{ updated: true }];
201
201
  });
202
202
  }
203
203
  delete(query) {
204
204
  return __awaiter(this, void 0, void 0, function* () {
205
- const results = yield this.internalQuery(utils_1.getSqlQuery(query));
205
+ const results = yield this.internalQuery((0, utils_1.getSqlQuery)(query));
206
206
  return results.length ? results : [{ deleted: true }];
207
207
  });
208
208
  }
@@ -204,7 +204,7 @@ var OracleModule;
204
204
  if (this.isBooleanType(column)) {
205
205
  return constants_1.FieldTypes.BOOLEAN;
206
206
  }
207
- return utils_1.convertSqlType(column.type);
207
+ return (0, utils_1.convertSqlType)(column.type);
208
208
  }
209
209
  /**
210
210
  * Fetches the tables from the oracle table and assigns them to the datasource.
@@ -223,7 +223,7 @@ var OracleModule;
223
223
  let table = tables[oracleTable.name];
224
224
  if (!table) {
225
225
  table = {
226
- _id: utils_1.buildExternalTableId(datasourceId, oracleTable.name),
226
+ _id: (0, utils_1.buildExternalTableId)(datasourceId, oracleTable.name),
227
227
  primary: [],
228
228
  name: oracleTable.name,
229
229
  schema: {},
@@ -255,7 +255,7 @@ var OracleModule;
255
255
  });
256
256
  });
257
257
  });
258
- const final = utils_1.finaliseExternalTables(tables, entities);
258
+ const final = (0, utils_1.finaliseExternalTables)(tables, entities);
259
259
  this.tables = final.tables;
260
260
  this.schemaErrors = final.errors;
261
261
  });
@@ -284,7 +284,7 @@ var OracleModule;
284
284
  }
285
285
  create(query) {
286
286
  return __awaiter(this, void 0, void 0, function* () {
287
- const response = yield this.internalQuery(utils_1.getSqlQuery(query));
287
+ const response = yield this.internalQuery((0, utils_1.getSqlQuery)(query));
288
288
  return response.rows && response.rows.length
289
289
  ? response.rows
290
290
  : [{ created: true }];
@@ -292,13 +292,13 @@ var OracleModule;
292
292
  }
293
293
  read(query) {
294
294
  return __awaiter(this, void 0, void 0, function* () {
295
- const response = yield this.internalQuery(utils_1.getSqlQuery(query));
295
+ const response = yield this.internalQuery((0, utils_1.getSqlQuery)(query));
296
296
  return response.rows ? response.rows : [];
297
297
  });
298
298
  }
299
299
  update(query) {
300
300
  return __awaiter(this, void 0, void 0, function* () {
301
- const response = yield this.internalQuery(utils_1.getSqlQuery(query));
301
+ const response = yield this.internalQuery((0, utils_1.getSqlQuery)(query));
302
302
  return response.rows && response.rows.length
303
303
  ? response.rows
304
304
  : [{ updated: true }];
@@ -306,7 +306,7 @@ var OracleModule;
306
306
  }
307
307
  delete(query) {
308
308
  return __awaiter(this, void 0, void 0, function* () {
309
- const response = yield this.internalQuery(utils_1.getSqlQuery(query));
309
+ const response = yield this.internalQuery((0, utils_1.getSqlQuery)(query));
310
310
  return response.rows && response.rows.length
311
311
  ? response.rows
312
312
  : [{ deleted: true }];