ezekiel-cli 5.8.2

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 (854) hide show
  1. package/.editorconfig +24 -0
  2. package/.eslintrc +40 -0
  3. package/.prettierignore +1 -0
  4. package/README.md +139 -0
  5. package/bin/insites-cli-archive.js +35 -0
  6. package/bin/insites-cli-audit.js +5 -0
  7. package/bin/insites-cli-data-clean.js +69 -0
  8. package/bin/insites-cli-data-export.js +111 -0
  9. package/bin/insites-cli-data-import.js +105 -0
  10. package/bin/insites-cli-data.js +15 -0
  11. package/bin/insites-cli-deploy.js +43 -0
  12. package/bin/insites-cli-env-add.js +107 -0
  13. package/bin/insites-cli-env-list.js +22 -0
  14. package/bin/insites-cli-env.js +12 -0
  15. package/bin/insites-cli-gui-serve.js +47 -0
  16. package/bin/insites-cli-gui.js +8 -0
  17. package/bin/insites-cli-init.js +44 -0
  18. package/bin/insites-cli-logs.js +124 -0
  19. package/bin/insites-cli-logsv2-alerts-add.js +34 -0
  20. package/bin/insites-cli-logsv2-alerts-list.js +24 -0
  21. package/bin/insites-cli-logsv2-alerts-trigger.js +25 -0
  22. package/bin/insites-cli-logsv2-alerts.js +11 -0
  23. package/bin/insites-cli-logsv2-reports.js +36 -0
  24. package/bin/insites-cli-logsv2-search.js +40 -0
  25. package/bin/insites-cli-logsv2-searchAround.js +29 -0
  26. package/bin/insites-cli-logsv2.js +11 -0
  27. package/bin/insites-cli-modules-init.js +54 -0
  28. package/bin/insites-cli-modules-list.js +28 -0
  29. package/bin/insites-cli-modules-pull.js +43 -0
  30. package/bin/insites-cli-modules-remove.js +26 -0
  31. package/bin/insites-cli-modules-version.js +60 -0
  32. package/bin/insites-cli-modules.js +13 -0
  33. package/bin/insites-cli-pull.js +42 -0
  34. package/bin/insites-cli-sync.js +30 -0
  35. package/bin/insites-cli.js +53 -0
  36. package/gui/graphql/babel.config.js +21 -0
  37. package/gui/graphql/package-lock.json +4772 -0
  38. package/gui/graphql/package.json +28 -0
  39. package/gui/graphql/public/105.js +7 -0
  40. package/gui/graphql/public/178.js +1 -0
  41. package/gui/graphql/public/198.js +1 -0
  42. package/gui/graphql/public/441.js +4 -0
  43. package/gui/graphql/public/471.js +1 -0
  44. package/gui/graphql/public/480.js +24 -0
  45. package/gui/graphql/public/481.js +1 -0
  46. package/gui/graphql/public/571.js +12 -0
  47. package/gui/graphql/public/573.js +8 -0
  48. package/gui/graphql/public/574.js +1 -0
  49. package/gui/graphql/public/584.js +38 -0
  50. package/gui/graphql/public/588.js +1 -0
  51. package/gui/graphql/public/662.js +8 -0
  52. package/gui/graphql/public/724.js +1 -0
  53. package/gui/graphql/public/739.js +1 -0
  54. package/gui/graphql/public/744.js +1 -0
  55. package/gui/graphql/public/768.js +1 -0
  56. package/gui/graphql/public/79.js +1 -0
  57. package/gui/graphql/public/845.js +2 -0
  58. package/gui/graphql/public/863.js +1 -0
  59. package/gui/graphql/public/896.js +1 -0
  60. package/gui/graphql/public/92.js +2 -0
  61. package/gui/graphql/public/98.js +1 -0
  62. package/gui/graphql/public/980.js +1 -0
  63. package/gui/graphql/public/995.js +1 -0
  64. package/gui/graphql/public/index.html +12 -0
  65. package/gui/graphql/public/main.css +27 -0
  66. package/gui/graphql/public/main.js +2230 -0
  67. package/gui/graphql/public/main.js.LICENSE.txt +39 -0
  68. package/gui/graphql/src/index.jsx +139 -0
  69. package/gui/graphql/webpack.config.js +52 -0
  70. package/gui/liquid/public/index.html +82 -0
  71. package/gui/v1/build/_app/immutable/assets/0.251ef76d.css +1 -0
  72. package/gui/v1/build/_app/immutable/assets/10.ee72ee6d.css +1 -0
  73. package/gui/v1/build/_app/immutable/assets/12.f6879dba.css +1 -0
  74. package/gui/v1/build/_app/immutable/assets/13.bf080bcc.css +1 -0
  75. package/gui/v1/build/_app/immutable/assets/15.0e0670ce.css +1 -0
  76. package/gui/v1/build/_app/immutable/assets/2.4a46c382.css +1 -0
  77. package/gui/v1/build/_app/immutable/assets/4.73dde45b.css +1 -0
  78. package/gui/v1/build/_app/immutable/assets/6.6bcda092.css +1 -0
  79. package/gui/v1/build/_app/immutable/assets/7.c0038863.css +1 -0
  80. package/gui/v1/build/_app/immutable/assets/9.6957ad32.css +1 -0
  81. package/gui/v1/build/_app/immutable/assets/Aside.66c2d12f.css +1 -0
  82. package/gui/v1/build/_app/immutable/assets/JSONTree.507a2dde.css +1 -0
  83. package/gui/v1/build/_app/immutable/assets/JSONTree.79010849.css +1 -0
  84. package/gui/v1/build/_app/immutable/assets/_layout.4a46c382.css +1 -0
  85. package/gui/v1/build/_app/immutable/assets/_layout.6bcda092.css +1 -0
  86. package/gui/v1/build/_app/immutable/assets/_layout.73dde45b.css +1 -0
  87. package/gui/v1/build/_app/immutable/assets/_layout.85c17bd0.css +1 -0
  88. package/gui/v1/build/_app/immutable/assets/_page.0e0670ce.css +1 -0
  89. package/gui/v1/build/_app/immutable/assets/_page.425c1d28.css +1 -0
  90. package/gui/v1/build/_app/immutable/assets/_page.6957ad32.css +1 -0
  91. package/gui/v1/build/_app/immutable/assets/_page.bf080bcc.css +1 -0
  92. package/gui/v1/build/_app/immutable/assets/_page.c0038863.css +1 -0
  93. package/gui/v1/build/_app/immutable/assets/_page.ee72ee6d.css +1 -0
  94. package/gui/v1/build/_app/immutable/chunks/Aside.c28a1ec5.js +1 -0
  95. package/gui/v1/build/_app/immutable/chunks/Icon.1db6668c.js +1 -0
  96. package/gui/v1/build/_app/immutable/chunks/JSONTree.641da795.js +2 -0
  97. package/gui/v1/build/_app/immutable/chunks/backgroundJob.0f2693c5.js +53 -0
  98. package/gui/v1/build/_app/immutable/chunks/graphql.6101590b.js +1 -0
  99. package/gui/v1/build/_app/immutable/chunks/index.50c00146.js +1 -0
  100. package/gui/v1/build/_app/immutable/chunks/index.5744cd58.js +1 -0
  101. package/gui/v1/build/_app/immutable/chunks/index.88325b8f.js +4 -0
  102. package/gui/v1/build/_app/immutable/chunks/index.c35021d1.js +1 -0
  103. package/gui/v1/build/_app/immutable/chunks/singletons.b6d4da89.js +1 -0
  104. package/gui/v1/build/_app/immutable/chunks/state.adc829f2.js +1 -0
  105. package/gui/v1/build/_app/immutable/chunks/stores.71f75302.js +1 -0
  106. package/gui/v1/build/_app/immutable/chunks/table.71e66f99.js +16 -0
  107. package/gui/v1/build/_app/immutable/chunks/tryParseJSON.f125f883.js +1 -0
  108. package/gui/v1/build/_app/immutable/chunks/user.039256f6.js +31 -0
  109. package/gui/v1/build/_app/immutable/entry/app.44548b11.js +1 -0
  110. package/gui/v1/build/_app/immutable/entry/start.4e385061.js +3 -0
  111. package/gui/v1/build/_app/immutable/nodes/0.d27a86c9.js +1 -0
  112. package/gui/v1/build/_app/immutable/nodes/1.532e414a.js +1 -0
  113. package/gui/v1/build/_app/immutable/nodes/10.962850d6.js +26 -0
  114. package/gui/v1/build/_app/immutable/nodes/11.d0e2eb78.js +1 -0
  115. package/gui/v1/build/_app/immutable/nodes/12.6449d2bf.js +74 -0
  116. package/gui/v1/build/_app/immutable/nodes/13.d3883433.js +1 -0
  117. package/gui/v1/build/_app/immutable/nodes/14.b1e09778.js +1 -0
  118. package/gui/v1/build/_app/immutable/nodes/15.af2c20ae.js +1 -0
  119. package/gui/v1/build/_app/immutable/nodes/2.4d90d0b8.js +9 -0
  120. package/gui/v1/build/_app/immutable/nodes/3.06f6ef98.js +1 -0
  121. package/gui/v1/build/_app/immutable/nodes/4.32a26935.js +1 -0
  122. package/gui/v1/build/_app/immutable/nodes/5.06f6ef98.js +1 -0
  123. package/gui/v1/build/_app/immutable/nodes/6.57fec5aa.js +7 -0
  124. package/gui/v1/build/_app/immutable/nodes/7.ae78c23b.js +13 -0
  125. package/gui/v1/build/_app/immutable/nodes/8.f57c5fbf.js +1 -0
  126. package/gui/v1/build/_app/immutable/nodes/9.374909fd.js +1 -0
  127. package/gui/v1/build/_app/version.json +1 -0
  128. package/gui/v1/build/favicon.png +0 -0
  129. package/gui/v1/build/icon/apple-touch-icon-114x114.png +0 -0
  130. package/gui/v1/build/icon/apple-touch-icon-120x120.png +0 -0
  131. package/gui/v1/build/icon/apple-touch-icon-144x144.png +0 -0
  132. package/gui/v1/build/icon/apple-touch-icon-152x152.png +0 -0
  133. package/gui/v1/build/icon/apple-touch-icon-57x57.png +0 -0
  134. package/gui/v1/build/icon/apple-touch-icon-60x60.png +0 -0
  135. package/gui/v1/build/icon/apple-touch-icon-72x72.png +0 -0
  136. package/gui/v1/build/icon/apple-touch-icon-76x76.png +0 -0
  137. package/gui/v1/build/icon/code.txt +20 -0
  138. package/gui/v1/build/icon/favicon-128.png +0 -0
  139. package/gui/v1/build/icon/favicon-16x16.png +0 -0
  140. package/gui/v1/build/icon/favicon-196x196.png +0 -0
  141. package/gui/v1/build/icon/favicon-32x32.png +0 -0
  142. package/gui/v1/build/icon/favicon-96x96.png +0 -0
  143. package/gui/v1/build/icon/favicon.ico +0 -0
  144. package/gui/v1/build/icon/mstile-144x144.png +0 -0
  145. package/gui/v1/build/icon/mstile-150x150.png +0 -0
  146. package/gui/v1/build/icon/mstile-310x150.png +0 -0
  147. package/gui/v1/build/icon/mstile-310x310.png +0 -0
  148. package/gui/v1/build/icon/mstile-70x70.png +0 -0
  149. package/gui/v1/build/index.html +35 -0
  150. package/gui/v1/build/insites-logo-old.png +0 -0
  151. package/gui/v1/build/insites-logo.png +0 -0
  152. package/gui/v1/build/prism.js +8 -0
  153. package/gui/v1/package-lock.json +1616 -0
  154. package/gui/v1/package.json +27 -0
  155. package/gui/v1/playwright.config.js +10 -0
  156. package/gui/v1/pnpm-lock.yaml +992 -0
  157. package/gui/v1/src/app.html +12 -0
  158. package/gui/v1/src/lib/api/backgroundJob.js +124 -0
  159. package/gui/v1/src/lib/api/constant.js +68 -0
  160. package/gui/v1/src/lib/api/graphql.js +57 -0
  161. package/gui/v1/src/lib/api/logs.js +45 -0
  162. package/gui/v1/src/lib/api/record.js +286 -0
  163. package/gui/v1/src/lib/api/table.js +45 -0
  164. package/gui/v1/src/lib/api/user.js +78 -0
  165. package/gui/v1/src/lib/backgroundJob/Delete.svelte +61 -0
  166. package/gui/v1/src/lib/backgroundJob/Retry.svelte +45 -0
  167. package/gui/v1/src/lib/database/Create.svelte +324 -0
  168. package/gui/v1/src/lib/database/Delete.svelte +61 -0
  169. package/gui/v1/src/lib/database/Filters.svelte +155 -0
  170. package/gui/v1/src/lib/database/Sort.svelte +110 -0
  171. package/gui/v1/src/lib/database/Table.svelte +261 -0
  172. package/gui/v1/src/lib/database/Tables.svelte +276 -0
  173. package/gui/v1/src/lib/parseValue.js +51 -0
  174. package/gui/v1/src/lib/relativeTime.js +33 -0
  175. package/gui/v1/src/lib/state.js +190 -0
  176. package/gui/v1/src/lib/tryParseJSON.js +32 -0
  177. package/gui/v1/src/lib/ui/Aside.svelte +176 -0
  178. package/gui/v1/src/lib/ui/Code.svelte +50 -0
  179. package/gui/v1/src/lib/ui/ConnectionIndicator.svelte +133 -0
  180. package/gui/v1/src/lib/ui/Header.svelte +252 -0
  181. package/gui/v1/src/lib/ui/Icon.svelte +55 -0
  182. package/gui/v1/src/lib/ui/JSONTree.svelte +77 -0
  183. package/gui/v1/src/lib/ui/Notifications.svelte +111 -0
  184. package/gui/v1/src/lib/ui/forms/Toggle.svelte +114 -0
  185. package/gui/v1/src/routes/+layout.svelte +25 -0
  186. package/gui/v1/src/routes/+page.svelte +511 -0
  187. package/gui/v1/src/routes/backgroundJobs/+layout.svelte +366 -0
  188. package/gui/v1/src/routes/backgroundJobs/+page.svelte +0 -0
  189. package/gui/v1/src/routes/backgroundJobs/[type]/[id]/+page.svelte +157 -0
  190. package/gui/v1/src/routes/constants/+layout.svelte +1 -0
  191. package/gui/v1/src/routes/constants/+page.svelte +382 -0
  192. package/gui/v1/src/routes/database/+layout.svelte +67 -0
  193. package/gui/v1/src/routes/database/+page.svelte +3 -0
  194. package/gui/v1/src/routes/database/table/[id]/+page.svelte +219 -0
  195. package/gui/v1/src/routes/logs/+layout.svelte +1 -0
  196. package/gui/v1/src/routes/logs/+page.svelte +512 -0
  197. package/gui/v1/src/routes/users/+layout.svelte +252 -0
  198. package/gui/v1/src/routes/users/+page.svelte +4 -0
  199. package/gui/v1/src/routes/users/[id]/+page.svelte +127 -0
  200. package/gui/v1/src/style/button.css +141 -0
  201. package/gui/v1/src/style/code.css +4 -0
  202. package/gui/v1/src/style/config.css +186 -0
  203. package/gui/v1/src/style/forms.css +55 -0
  204. package/gui/v1/src/style/general.css +53 -0
  205. package/gui/v1/src/style/reset.css +75 -0
  206. package/gui/v1/static/favicon.png +0 -0
  207. package/gui/v1/static/icon/apple-touch-icon-114x114.png +0 -0
  208. package/gui/v1/static/icon/apple-touch-icon-120x120.png +0 -0
  209. package/gui/v1/static/icon/apple-touch-icon-144x144.png +0 -0
  210. package/gui/v1/static/icon/apple-touch-icon-152x152.png +0 -0
  211. package/gui/v1/static/icon/apple-touch-icon-57x57.png +0 -0
  212. package/gui/v1/static/icon/apple-touch-icon-60x60.png +0 -0
  213. package/gui/v1/static/icon/apple-touch-icon-72x72.png +0 -0
  214. package/gui/v1/static/icon/apple-touch-icon-76x76.png +0 -0
  215. package/gui/v1/static/icon/code.txt +20 -0
  216. package/gui/v1/static/icon/favicon-128.png +0 -0
  217. package/gui/v1/static/icon/favicon-16x16.png +0 -0
  218. package/gui/v1/static/icon/favicon-196x196.png +0 -0
  219. package/gui/v1/static/icon/favicon-32x32.png +0 -0
  220. package/gui/v1/static/icon/favicon-96x96.png +0 -0
  221. package/gui/v1/static/icon/favicon.ico +0 -0
  222. package/gui/v1/static/icon/mstile-144x144.png +0 -0
  223. package/gui/v1/static/icon/mstile-150x150.png +0 -0
  224. package/gui/v1/static/icon/mstile-310x150.png +0 -0
  225. package/gui/v1/static/icon/mstile-310x310.png +0 -0
  226. package/gui/v1/static/icon/mstile-70x70.png +0 -0
  227. package/gui/v1/static/insites-logo-old.png +0 -0
  228. package/gui/v1/static/insites-logo.png +0 -0
  229. package/gui/v1/static/prism.js +8 -0
  230. package/gui/v1/svelte.config.js +12 -0
  231. package/gui/v1/vite.config.js +9 -0
  232. package/gui/v2/.env.local.sample +1 -0
  233. package/gui/v2/.eslintrc.json +3 -0
  234. package/gui/v2/README.md +36 -0
  235. package/gui/v2/jsconfig.json +7 -0
  236. package/gui/v2/next.config.mjs +8 -0
  237. package/gui/v2/out/404/index.html +1 -0
  238. package/gui/v2/out/404.html +1 -0
  239. package/gui/v2/out/_next/static/chunks/1255.653490595d3fc3e0.js +1 -0
  240. package/gui/v2/out/_next/static/chunks/156-d7f9f402651cf1ce.js +1 -0
  241. package/gui/v2/out/_next/static/chunks/1607-f540467bd5a5afbb.js +1 -0
  242. package/gui/v2/out/_next/static/chunks/1846.1d14172e53de7bd5.js +1 -0
  243. package/gui/v2/out/_next/static/chunks/2380.950327f4432936af.js +1 -0
  244. package/gui/v2/out/_next/static/chunks/2572.bec81f6c42bcb825.js +1 -0
  245. package/gui/v2/out/_next/static/chunks/2650.fe9586a828cdca9d.js +1 -0
  246. package/gui/v2/out/_next/static/chunks/3331.562d592a07589250.js +1 -0
  247. package/gui/v2/out/_next/static/chunks/3510.61b58fad9f502d34.js +1 -0
  248. package/gui/v2/out/_next/static/chunks/363642f4-2accd15316551dfa.js +1 -0
  249. package/gui/v2/out/_next/static/chunks/4704.c49f871da8f25277.js +1 -0
  250. package/gui/v2/out/_next/static/chunks/49448ee7.02b7afe6f73c8f9d.js +1 -0
  251. package/gui/v2/out/_next/static/chunks/4d1bfaba-4c00fd5561f9a075.js +1 -0
  252. package/gui/v2/out/_next/static/chunks/5103.b86a80704c50b2cb.js +1 -0
  253. package/gui/v2/out/_next/static/chunks/5250-f85a6556cdac145c.js +1 -0
  254. package/gui/v2/out/_next/static/chunks/5253.6fc3f7a625a83de9.js +1 -0
  255. package/gui/v2/out/_next/static/chunks/6163.50329d0319b2e55b.js +1 -0
  256. package/gui/v2/out/_next/static/chunks/6262.57b323874390cc1b.js +1 -0
  257. package/gui/v2/out/_next/static/chunks/6442.5e49a9feebedaf1a.js +1 -0
  258. package/gui/v2/out/_next/static/chunks/6711.076ab1f536726d8d.js +1 -0
  259. package/gui/v2/out/_next/static/chunks/6729.9cc7e67fe8be26d8.js +1 -0
  260. package/gui/v2/out/_next/static/chunks/6744.73e5042f769356c2.js +1 -0
  261. package/gui/v2/out/_next/static/chunks/7058.e63b764d613d6d14.js +1 -0
  262. package/gui/v2/out/_next/static/chunks/714.039f29b090afd075.js +1 -0
  263. package/gui/v2/out/_next/static/chunks/720.b5dff7afd9961ccc.js +1 -0
  264. package/gui/v2/out/_next/static/chunks/7283.e2af380e1cb385c4.js +1 -0
  265. package/gui/v2/out/_next/static/chunks/7567.fb1e0ef7389df59d.js +1 -0
  266. package/gui/v2/out/_next/static/chunks/7604.12b8307c002ce3f4.js +1 -0
  267. package/gui/v2/out/_next/static/chunks/7612.f071dccc7f2b0711.js +1 -0
  268. package/gui/v2/out/_next/static/chunks/7737.6191e6708d094927.js +1 -0
  269. package/gui/v2/out/_next/static/chunks/7833.6ff3b0179c6aab2e.js +1 -0
  270. package/gui/v2/out/_next/static/chunks/7934.875b05fd89a8eeae.js +1 -0
  271. package/gui/v2/out/_next/static/chunks/7957.c1f316fb4f52b181.js +1 -0
  272. package/gui/v2/out/_next/static/chunks/7979.1ed8d3011a12e2f1.js +1 -0
  273. package/gui/v2/out/_next/static/chunks/8043.592171badd8f3ea1.js +57 -0
  274. package/gui/v2/out/_next/static/chunks/8047-327e12b999e88629.js +1 -0
  275. package/gui/v2/out/_next/static/chunks/8069-99e6658a6772ea80.js +1 -0
  276. package/gui/v2/out/_next/static/chunks/8414.c85352362d33de3e.js +1 -0
  277. package/gui/v2/out/_next/static/chunks/8700.4409d1a867db1bf3.js +1 -0
  278. package/gui/v2/out/_next/static/chunks/9121.b83f5b8780f6c093.js +1 -0
  279. package/gui/v2/out/_next/static/chunks/9336.17897c831ce187f3.js +1 -0
  280. package/gui/v2/out/_next/static/chunks/9479.f984522cec5ff059.js +1 -0
  281. package/gui/v2/out/_next/static/chunks/9557.471a0e1662abe246.js +1 -0
  282. package/gui/v2/out/_next/static/chunks/989.aa0766c8bb66a392.js +1 -0
  283. package/gui/v2/out/_next/static/chunks/app/background-job/page-0521f8d6e8ec9b55.js +1 -0
  284. package/gui/v2/out/_next/static/chunks/app/constants/page-f1397b414fe2e4c0.js +1 -0
  285. package/gui/v2/out/_next/static/chunks/app/database/layout-c1e28d1ae358bc77.js +1 -0
  286. package/gui/v2/out/_next/static/chunks/app/database/page-d2f667b24c673fbb.js +1 -0
  287. package/gui/v2/out/_next/static/chunks/app/error-3cf235b6b99c469f.js +1 -0
  288. package/gui/v2/out/_next/static/chunks/app/global-error-afc2c2c9b5e82f57.js +1 -0
  289. package/gui/v2/out/_next/static/chunks/app/graphql/page-ae7c858f41b54801.js +1 -0
  290. package/gui/v2/out/_next/static/chunks/app/layout-8194e46834cb4aba.js +1 -0
  291. package/gui/v2/out/_next/static/chunks/app/liquid/page-02caf239e75f472f.js +1 -0
  292. package/gui/v2/out/_next/static/chunks/app/loading-54414b5097331d64.js +1 -0
  293. package/gui/v2/out/_next/static/chunks/app/logs/layout-5f78d72b1b805625.js +1 -0
  294. package/gui/v2/out/_next/static/chunks/app/logs/page-ef7dd2b328d24734.js +1 -0
  295. package/gui/v2/out/_next/static/chunks/app/not-found-33cae8ec5bdcd26f.js +1 -0
  296. package/gui/v2/out/_next/static/chunks/app/page-73b1f8b1f7552d3f.js +1 -0
  297. package/gui/v2/out/_next/static/chunks/app/users/page-2195ac1594366ce4.js +1 -0
  298. package/gui/v2/out/_next/static/chunks/d9670eb5.68da5e9f84dd26cf.js +1 -0
  299. package/gui/v2/out/_next/static/chunks/fd9d1056-0e6b8922e4ebe23a.js +1 -0
  300. package/gui/v2/out/_next/static/chunks/framework-08aa667e5202eed8.js +33 -0
  301. package/gui/v2/out/_next/static/chunks/main-7b334683379129cf.js +1 -0
  302. package/gui/v2/out/_next/static/chunks/main-app-35b90d128e2e05cf.js +1 -0
  303. package/gui/v2/out/_next/static/chunks/pages/_app-57bdff7978360b1c.js +1 -0
  304. package/gui/v2/out/_next/static/chunks/pages/_error-29037c284dd0eec6.js +1 -0
  305. package/gui/v2/out/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js +1 -0
  306. package/gui/v2/out/_next/static/chunks/webpack-d07cc8d61c19af5d.js +1 -0
  307. package/gui/v2/out/_next/static/css/874c6e64ab8446a4.css +6 -0
  308. package/gui/v2/out/_next/static/css/88716ec5fc4aa1e3.css +15 -0
  309. package/gui/v2/out/_next/static/wmD1UwESxpzZj8pfiHFeB/_buildManifest.js +1 -0
  310. package/gui/v2/out/_next/static/wmD1UwESxpzZj8pfiHFeB/_ssgManifest.js +1 -0
  311. package/gui/v2/out/assets/icons/home-bg-job.png +0 -0
  312. package/gui/v2/out/assets/icons/home-constants.png +0 -0
  313. package/gui/v2/out/assets/icons/home-database.png +0 -0
  314. package/gui/v2/out/assets/icons/home-graphql.png +0 -0
  315. package/gui/v2/out/assets/icons/home-info-fill-light.png +0 -0
  316. package/gui/v2/out/assets/icons/home-info-light.png +0 -0
  317. package/gui/v2/out/assets/icons/home-liquid.png +0 -0
  318. package/gui/v2/out/assets/icons/home-logs.png +0 -0
  319. package/gui/v2/out/assets/icons/home-pin-fill-light.png +0 -0
  320. package/gui/v2/out/assets/icons/home-pin-light.png +0 -0
  321. package/gui/v2/out/assets/icons/home-support.png +0 -0
  322. package/gui/v2/out/assets/icons/home-users.png +0 -0
  323. package/gui/v2/out/assets/icons/menu-bg-job-dark.png +0 -0
  324. package/gui/v2/out/assets/icons/menu-bg-job-light.png +0 -0
  325. package/gui/v2/out/assets/icons/menu-console-dark.png +0 -0
  326. package/gui/v2/out/assets/icons/menu-console-light.png +0 -0
  327. package/gui/v2/out/assets/icons/menu-constants-dark.png +0 -0
  328. package/gui/v2/out/assets/icons/menu-constants-light.png +0 -0
  329. package/gui/v2/out/assets/icons/menu-database-dark.png +0 -0
  330. package/gui/v2/out/assets/icons/menu-database-light.png +0 -0
  331. package/gui/v2/out/assets/icons/menu-docs-dark.png +0 -0
  332. package/gui/v2/out/assets/icons/menu-docs-light.png +0 -0
  333. package/gui/v2/out/assets/icons/menu-graphql-dark.png +0 -0
  334. package/gui/v2/out/assets/icons/menu-graphql-light.png +0 -0
  335. package/gui/v2/out/assets/icons/menu-iia-dark.png +0 -0
  336. package/gui/v2/out/assets/icons/menu-iia-light.png +0 -0
  337. package/gui/v2/out/assets/icons/menu-liquid-dark.png +0 -0
  338. package/gui/v2/out/assets/icons/menu-liquid-light.png +0 -0
  339. package/gui/v2/out/assets/icons/menu-logs-dark.png +0 -0
  340. package/gui/v2/out/assets/icons/menu-logs-light.png +0 -0
  341. package/gui/v2/out/assets/icons/menu-support-dark.png +0 -0
  342. package/gui/v2/out/assets/icons/menu-support-light.png +0 -0
  343. package/gui/v2/out/assets/icons/menu-theme-dark.png +0 -0
  344. package/gui/v2/out/assets/icons/menu-theme-light.png +0 -0
  345. package/gui/v2/out/assets/icons/menu-users-dark.png +0 -0
  346. package/gui/v2/out/assets/icons/menu-users-light.png +0 -0
  347. package/gui/v2/out/assets/icons/search-icon-dark.svg +3 -0
  348. package/gui/v2/out/assets/ins-logo-dark.svg +35 -0
  349. package/gui/v2/out/assets/ins-logo-light.svg +35 -0
  350. package/gui/v2/out/background-job/index.html +1 -0
  351. package/gui/v2/out/background-job/index.txt +9 -0
  352. package/gui/v2/out/constants/index.html +1 -0
  353. package/gui/v2/out/constants/index.txt +11 -0
  354. package/gui/v2/out/database/index.html +1 -0
  355. package/gui/v2/out/database/index.txt +13 -0
  356. package/gui/v2/out/favicon.ico +0 -0
  357. package/gui/v2/out/favicon.png +0 -0
  358. package/gui/v2/out/graphql/index.html +1 -0
  359. package/gui/v2/out/graphql/index.txt +11 -0
  360. package/gui/v2/out/index.html +1 -0
  361. package/gui/v2/out/index.txt +11 -0
  362. package/gui/v2/out/liquid/index.html +1 -0
  363. package/gui/v2/out/liquid/index.txt +11 -0
  364. package/gui/v2/out/logs/index.html +1 -0
  365. package/gui/v2/out/logs/index.txt +13 -0
  366. package/gui/v2/out/next.svg +1 -0
  367. package/gui/v2/out/users/index.html +1 -0
  368. package/gui/v2/out/users/index.txt +11 -0
  369. package/gui/v2/out/vercel.svg +1 -0
  370. package/gui/v2/package-lock.json +9575 -0
  371. package/gui/v2/package.json +37 -0
  372. package/gui/v2/postcss.config.js +6 -0
  373. package/gui/v2/public/assets/icons/home-bg-job.png +0 -0
  374. package/gui/v2/public/assets/icons/home-constants.png +0 -0
  375. package/gui/v2/public/assets/icons/home-database.png +0 -0
  376. package/gui/v2/public/assets/icons/home-graphql.png +0 -0
  377. package/gui/v2/public/assets/icons/home-info-fill-light.png +0 -0
  378. package/gui/v2/public/assets/icons/home-info-light.png +0 -0
  379. package/gui/v2/public/assets/icons/home-liquid.png +0 -0
  380. package/gui/v2/public/assets/icons/home-logs.png +0 -0
  381. package/gui/v2/public/assets/icons/home-pin-fill-light.png +0 -0
  382. package/gui/v2/public/assets/icons/home-pin-light.png +0 -0
  383. package/gui/v2/public/assets/icons/home-support.png +0 -0
  384. package/gui/v2/public/assets/icons/home-users.png +0 -0
  385. package/gui/v2/public/assets/icons/menu-bg-job-dark.png +0 -0
  386. package/gui/v2/public/assets/icons/menu-bg-job-light.png +0 -0
  387. package/gui/v2/public/assets/icons/menu-console-dark.png +0 -0
  388. package/gui/v2/public/assets/icons/menu-console-light.png +0 -0
  389. package/gui/v2/public/assets/icons/menu-constants-dark.png +0 -0
  390. package/gui/v2/public/assets/icons/menu-constants-light.png +0 -0
  391. package/gui/v2/public/assets/icons/menu-database-dark.png +0 -0
  392. package/gui/v2/public/assets/icons/menu-database-light.png +0 -0
  393. package/gui/v2/public/assets/icons/menu-docs-dark.png +0 -0
  394. package/gui/v2/public/assets/icons/menu-docs-light.png +0 -0
  395. package/gui/v2/public/assets/icons/menu-graphql-dark.png +0 -0
  396. package/gui/v2/public/assets/icons/menu-graphql-light.png +0 -0
  397. package/gui/v2/public/assets/icons/menu-iia-dark.png +0 -0
  398. package/gui/v2/public/assets/icons/menu-iia-light.png +0 -0
  399. package/gui/v2/public/assets/icons/menu-liquid-dark.png +0 -0
  400. package/gui/v2/public/assets/icons/menu-liquid-light.png +0 -0
  401. package/gui/v2/public/assets/icons/menu-logs-dark.png +0 -0
  402. package/gui/v2/public/assets/icons/menu-logs-light.png +0 -0
  403. package/gui/v2/public/assets/icons/menu-support-dark.png +0 -0
  404. package/gui/v2/public/assets/icons/menu-support-light.png +0 -0
  405. package/gui/v2/public/assets/icons/menu-theme-dark.png +0 -0
  406. package/gui/v2/public/assets/icons/menu-theme-light.png +0 -0
  407. package/gui/v2/public/assets/icons/menu-users-dark.png +0 -0
  408. package/gui/v2/public/assets/icons/menu-users-light.png +0 -0
  409. package/gui/v2/public/assets/icons/search-icon-dark.svg +3 -0
  410. package/gui/v2/public/assets/ins-logo-dark.svg +35 -0
  411. package/gui/v2/public/assets/ins-logo-light.svg +35 -0
  412. package/gui/v2/public/favicon.png +0 -0
  413. package/gui/v2/public/next.svg +1 -0
  414. package/gui/v2/public/vercel.svg +1 -0
  415. package/gui/v2/src/app/background-job/page.js +35 -0
  416. package/gui/v2/src/app/constants/components/Field/Field.css +11 -0
  417. package/gui/v2/src/app/constants/components/Field/Field.js +52 -0
  418. package/gui/v2/src/app/constants/components/Filter.js +50 -0
  419. package/gui/v2/src/app/constants/components/Form/Form.css +3 -0
  420. package/gui/v2/src/app/constants/components/Form/Form.js +41 -0
  421. package/gui/v2/src/app/constants/page.js +40 -0
  422. package/gui/v2/src/app/database/components/Filters/FilterForm.js +70 -0
  423. package/gui/v2/src/app/database/components/Filters/FilterValue.js +68 -0
  424. package/gui/v2/src/app/database/components/Filters/Filters.js +72 -0
  425. package/gui/v2/src/app/database/components/Sidebar.js +46 -0
  426. package/gui/v2/src/app/database/components/Table.js +122 -0
  427. package/gui/v2/src/app/database/context.js +106 -0
  428. package/gui/v2/src/app/database/layout.js +10 -0
  429. package/gui/v2/src/app/database/page.js +31 -0
  430. package/gui/v2/src/app/error.js +25 -0
  431. package/gui/v2/src/app/favicon.ico +0 -0
  432. package/gui/v2/src/app/global-error.js +20 -0
  433. package/gui/v2/src/app/globals.css +30 -0
  434. package/gui/v2/src/app/graphql/graphql.js +71 -0
  435. package/gui/v2/src/app/graphql/page.js +11 -0
  436. package/gui/v2/src/app/layout.js +27 -0
  437. package/gui/v2/src/app/liquid/page.js +68 -0
  438. package/gui/v2/src/app/loading.js +7 -0
  439. package/gui/v2/src/app/logs/components/JsonTree.js +31 -0
  440. package/gui/v2/src/app/logs/components/LogMetadata/LogMetadata.js +61 -0
  441. package/gui/v2/src/app/logs/components/LogRow.js +62 -0
  442. package/gui/v2/src/app/logs/components/PinnedPanel/PinnedPanel.js +46 -0
  443. package/gui/v2/src/app/logs/components/Toolbar/ClearButton.js +10 -0
  444. package/gui/v2/src/app/logs/components/Toolbar/Filter.js +13 -0
  445. package/gui/v2/src/app/logs/components/Toolbar/MetaDataCheckbox.js +11 -0
  446. package/gui/v2/src/app/logs/components/Toolbar/ShowPinnedButton.js +8 -0
  447. package/gui/v2/src/app/logs/components/Toolbar/Toolbar.js +45 -0
  448. package/gui/v2/src/app/logs/context.js +66 -0
  449. package/gui/v2/src/app/logs/layout.js +10 -0
  450. package/gui/v2/src/app/logs/page.js +73 -0
  451. package/gui/v2/src/app/not-found.js +11 -0
  452. package/gui/v2/src/app/page.js +103 -0
  453. package/gui/v2/src/app/providers.js +18 -0
  454. package/gui/v2/src/app/users/components/UserDetails.js +38 -0
  455. package/gui/v2/src/app/users/page.js +121 -0
  456. package/gui/v2/src/components/CodeEditor/CodeEditor.css +12 -0
  457. package/gui/v2/src/components/CodeEditor/CodeEditor.js +76 -0
  458. package/gui/v2/src/components/layout/Header/Header.css +6 -0
  459. package/gui/v2/src/components/layout/Header/Header.js +139 -0
  460. package/gui/v2/src/constants/filters.js +32 -0
  461. package/gui/v2/src/constants/records.js +17 -0
  462. package/gui/v2/src/context/config.js +27 -0
  463. package/gui/v2/src/context/filters.js +22 -0
  464. package/gui/v2/src/context/menu.js +14 -0
  465. package/gui/v2/src/context/theme.js +29 -0
  466. package/gui/v2/src/hooks/config.js +6 -0
  467. package/gui/v2/src/hooks/constants.js +99 -0
  468. package/gui/v2/src/hooks/database.js +44 -0
  469. package/gui/v2/src/hooks/filters.js +30 -0
  470. package/gui/v2/src/hooks/menu.js +19 -0
  471. package/gui/v2/src/hooks/query.js +10 -0
  472. package/gui/v2/src/hooks/queryParams.js +20 -0
  473. package/gui/v2/src/hooks/recordQuery.js +109 -0
  474. package/gui/v2/src/hooks/theme.js +6 -0
  475. package/gui/v2/src/hooks/users.js +63 -0
  476. package/gui/v2/src/reducers/filter.js +28 -0
  477. package/gui/v2/src/reducers/menu.js +125 -0
  478. package/gui/v2/src/reducers/query.js +143 -0
  479. package/gui/v2/src/services/ConfigService.js +7 -0
  480. package/gui/v2/src/services/CoreService.js +68 -0
  481. package/gui/v2/src/services/GraphiQLService.js +14 -0
  482. package/gui/v2/src/services/LiquidService.js +7 -0
  483. package/gui/v2/src/services/LogService.js +7 -0
  484. package/gui/v2/src/services/RecordService.js +27 -0
  485. package/gui/v2/src/styles/app/database.css +10 -0
  486. package/gui/v2/src/styles/app/graphql.css +100 -0
  487. package/gui/v2/src/styles/app/liquid.css +4 -0
  488. package/gui/v2/src/styles/app/users.css +3 -0
  489. package/gui/v2/src/styles/general.css +31 -0
  490. package/gui/v2/src/styles/icons.css +7 -0
  491. package/gui/v2/src/styles/utils.css +103 -0
  492. package/gui/v2/src/styles/variables.css +94 -0
  493. package/gui/v2/tailwind.config.js +18 -0
  494. package/gui/v3/.cta.json +13 -0
  495. package/gui/v3/.cursorrules +7 -0
  496. package/gui/v3/.vscode/settings.json +18 -0
  497. package/gui/v3/README.md +300 -0
  498. package/gui/v3/components.json +21 -0
  499. package/gui/v3/index.html +17 -0
  500. package/gui/v3/out/assets/asn1-EdZsLKOL.js +1 -0
  501. package/gui/v3/out/assets/babel-C9dsZwsK.js +15 -0
  502. package/gui/v3/out/assets/clojure-BMjYHr_A.js +1 -0
  503. package/gui/v3/out/assets/codicon-DCmgc-ay.ttf +0 -0
  504. package/gui/v3/out/assets/constants-BTP7rcyh.js +1 -0
  505. package/gui/v3/out/assets/createLucideIcon-C36JZ1s3.js +21 -0
  506. package/gui/v3/out/assets/css-BnMrqG3P.js +1 -0
  507. package/gui/v3/out/assets/database-DV7gHS2m.js +106 -0
  508. package/gui/v3/out/assets/estree-DZUM3lmb.js +36 -0
  509. package/gui/v3/out/assets/format-Bs4upCOt.js +1 -0
  510. package/gui/v3/out/assets/graphql-7Dzro_xV.js +29 -0
  511. package/gui/v3/out/assets/graphql-Cg7bfA9N.js +6 -0
  512. package/gui/v3/out/assets/graphql-D05RS2Ys.js +29 -0
  513. package/gui/v3/out/assets/graphql-DeSRErpC.css +6 -0
  514. package/gui/v3/out/assets/graphql-Kf_-WQAL.js +335 -0
  515. package/gui/v3/out/assets/graphqlMode-BiZPK6IB.js +2 -0
  516. package/gui/v3/out/assets/icons/home-bg-job.png +0 -0
  517. package/gui/v3/out/assets/icons/home-constants.png +0 -0
  518. package/gui/v3/out/assets/icons/home-database.png +0 -0
  519. package/gui/v3/out/assets/icons/home-graphql.png +0 -0
  520. package/gui/v3/out/assets/icons/home-info-fill-light.png +0 -0
  521. package/gui/v3/out/assets/icons/home-info-light.png +0 -0
  522. package/gui/v3/out/assets/icons/home-liquid.png +0 -0
  523. package/gui/v3/out/assets/icons/home-logs.png +0 -0
  524. package/gui/v3/out/assets/icons/home-pin-fill-light.png +0 -0
  525. package/gui/v3/out/assets/icons/home-pin-light.png +0 -0
  526. package/gui/v3/out/assets/icons/home-support.png +0 -0
  527. package/gui/v3/out/assets/icons/home-users.png +0 -0
  528. package/gui/v3/out/assets/icons/menu-bg-job-dark.png +0 -0
  529. package/gui/v3/out/assets/icons/menu-bg-job-light.png +0 -0
  530. package/gui/v3/out/assets/icons/menu-console-dark.png +0 -0
  531. package/gui/v3/out/assets/icons/menu-console-light.png +0 -0
  532. package/gui/v3/out/assets/icons/menu-constants-dark.png +0 -0
  533. package/gui/v3/out/assets/icons/menu-constants-light.png +0 -0
  534. package/gui/v3/out/assets/icons/menu-database-dark.png +0 -0
  535. package/gui/v3/out/assets/icons/menu-database-light.png +0 -0
  536. package/gui/v3/out/assets/icons/menu-docs-dark.png +0 -0
  537. package/gui/v3/out/assets/icons/menu-docs-light.png +0 -0
  538. package/gui/v3/out/assets/icons/menu-graphql-dark.png +0 -0
  539. package/gui/v3/out/assets/icons/menu-graphql-light.png +0 -0
  540. package/gui/v3/out/assets/icons/menu-iia-dark.png +0 -0
  541. package/gui/v3/out/assets/icons/menu-iia-light.png +0 -0
  542. package/gui/v3/out/assets/icons/menu-liquid-dark.png +0 -0
  543. package/gui/v3/out/assets/icons/menu-liquid-light.png +0 -0
  544. package/gui/v3/out/assets/icons/menu-logs-dark.png +0 -0
  545. package/gui/v3/out/assets/icons/menu-logs-light.png +0 -0
  546. package/gui/v3/out/assets/icons/menu-support-dark.png +0 -0
  547. package/gui/v3/out/assets/icons/menu-support-light.png +0 -0
  548. package/gui/v3/out/assets/icons/menu-theme-dark.png +0 -0
  549. package/gui/v3/out/assets/icons/menu-theme-light.png +0 -0
  550. package/gui/v3/out/assets/icons/menu-users-dark.png +0 -0
  551. package/gui/v3/out/assets/icons/menu-users-light.png +0 -0
  552. package/gui/v3/out/assets/icons/search-icon-dark.svg +3 -0
  553. package/gui/v3/out/assets/index-AQmQqDwZ.js +68 -0
  554. package/gui/v3/out/assets/index-BkuncLX2.js +1 -0
  555. package/gui/v3/out/assets/index-Cf5jXmk6.css +1 -0
  556. package/gui/v3/out/assets/index-CizP5xBC.js +7 -0
  557. package/gui/v3/out/assets/index-DO4-OviR.js +1 -0
  558. package/gui/v3/out/assets/index-DuTWoEAJ.js +1 -0
  559. package/gui/v3/out/assets/index-Fzn1QYI7.js +41 -0
  560. package/gui/v3/out/assets/ins-logo-dark.svg +35 -0
  561. package/gui/v3/out/assets/ins-logo-light.svg +35 -0
  562. package/gui/v3/out/assets/javascript-qCveANmP.js +1 -0
  563. package/gui/v3/out/assets/jsonMode-D3_vpDO9.js +15 -0
  564. package/gui/v3/out/assets/liquid-eqk0BGFR.js +56 -0
  565. package/gui/v3/out/assets/lite-BCVbb_oz.js +2 -0
  566. package/gui/v3/out/assets/logs-DI6Go5dW.js +16 -0
  567. package/gui/v3/out/assets/mllike-CXdrOF99.js +1 -0
  568. package/gui/v3/out/assets/monaco-editor-C4cuflwX.js +722 -0
  569. package/gui/v3/out/assets/monaco-editor-D6kYW_CN.css +1 -0
  570. package/gui/v3/out/assets/mouseTarget-B_KnTiWf.js +9 -0
  571. package/gui/v3/out/assets/objectWithoutPropertiesLoose-Ls7qkcH1.js +1 -0
  572. package/gui/v3/out/assets/pug-DukmZTjD.js +1 -0
  573. package/gui/v3/out/assets/python-BuPzkPfP.js +1 -0
  574. package/gui/v3/out/assets/rpm-CTu-6PCP.js +1 -0
  575. package/gui/v3/out/assets/sql-D0XecflT.js +1 -0
  576. package/gui/v3/out/assets/standalone-BS_cqyLa.js +39 -0
  577. package/gui/v3/out/assets/table-D17Bwjdk.js +6 -0
  578. package/gui/v3/out/assets/toolkit-DToHxdMP.js +1 -0
  579. package/gui/v3/out/assets/ttcn-cfg-B9xdYoR4.js +1 -0
  580. package/gui/v3/out/assets/users-DI3wqkEI.js +1 -0
  581. package/gui/v3/out/favicon.png +0 -0
  582. package/gui/v3/out/index.html +41 -0
  583. package/gui/v3/out/logo192.png +0 -0
  584. package/gui/v3/out/logo512.png +0 -0
  585. package/gui/v3/out/manifest.json +25 -0
  586. package/gui/v3/out/monacoeditorwork/editor.worker.bundle.js +13519 -0
  587. package/gui/v3/out/monacoeditorwork/graphql.worker..bundle.js +32105 -0
  588. package/gui/v3/out/monacoeditorwork/json.worker.bundle.js +21320 -0
  589. package/gui/v3/out/robots.txt +3 -0
  590. package/gui/v3/package-lock.json +7193 -0
  591. package/gui/v3/package.json +69 -0
  592. package/gui/v3/public/assets/icons/home-bg-job.png +0 -0
  593. package/gui/v3/public/assets/icons/home-constants.png +0 -0
  594. package/gui/v3/public/assets/icons/home-database.png +0 -0
  595. package/gui/v3/public/assets/icons/home-graphql.png +0 -0
  596. package/gui/v3/public/assets/icons/home-info-fill-light.png +0 -0
  597. package/gui/v3/public/assets/icons/home-info-light.png +0 -0
  598. package/gui/v3/public/assets/icons/home-liquid.png +0 -0
  599. package/gui/v3/public/assets/icons/home-logs.png +0 -0
  600. package/gui/v3/public/assets/icons/home-pin-fill-light.png +0 -0
  601. package/gui/v3/public/assets/icons/home-pin-light.png +0 -0
  602. package/gui/v3/public/assets/icons/home-support.png +0 -0
  603. package/gui/v3/public/assets/icons/home-users.png +0 -0
  604. package/gui/v3/public/assets/icons/menu-bg-job-dark.png +0 -0
  605. package/gui/v3/public/assets/icons/menu-bg-job-light.png +0 -0
  606. package/gui/v3/public/assets/icons/menu-console-dark.png +0 -0
  607. package/gui/v3/public/assets/icons/menu-console-light.png +0 -0
  608. package/gui/v3/public/assets/icons/menu-constants-dark.png +0 -0
  609. package/gui/v3/public/assets/icons/menu-constants-light.png +0 -0
  610. package/gui/v3/public/assets/icons/menu-database-dark.png +0 -0
  611. package/gui/v3/public/assets/icons/menu-database-light.png +0 -0
  612. package/gui/v3/public/assets/icons/menu-docs-dark.png +0 -0
  613. package/gui/v3/public/assets/icons/menu-docs-light.png +0 -0
  614. package/gui/v3/public/assets/icons/menu-graphql-dark.png +0 -0
  615. package/gui/v3/public/assets/icons/menu-graphql-light.png +0 -0
  616. package/gui/v3/public/assets/icons/menu-iia-dark.png +0 -0
  617. package/gui/v3/public/assets/icons/menu-iia-light.png +0 -0
  618. package/gui/v3/public/assets/icons/menu-liquid-dark.png +0 -0
  619. package/gui/v3/public/assets/icons/menu-liquid-light.png +0 -0
  620. package/gui/v3/public/assets/icons/menu-logs-dark.png +0 -0
  621. package/gui/v3/public/assets/icons/menu-logs-light.png +0 -0
  622. package/gui/v3/public/assets/icons/menu-support-dark.png +0 -0
  623. package/gui/v3/public/assets/icons/menu-support-light.png +0 -0
  624. package/gui/v3/public/assets/icons/menu-theme-dark.png +0 -0
  625. package/gui/v3/public/assets/icons/menu-theme-light.png +0 -0
  626. package/gui/v3/public/assets/icons/menu-users-dark.png +0 -0
  627. package/gui/v3/public/assets/icons/menu-users-light.png +0 -0
  628. package/gui/v3/public/assets/icons/search-icon-dark.svg +3 -0
  629. package/gui/v3/public/assets/ins-logo-dark.svg +35 -0
  630. package/gui/v3/public/assets/ins-logo-light.svg +35 -0
  631. package/gui/v3/public/favicon.png +0 -0
  632. package/gui/v3/public/logo192.png +0 -0
  633. package/gui/v3/public/logo512.png +0 -0
  634. package/gui/v3/public/manifest.json +25 -0
  635. package/gui/v3/public/robots.txt +3 -0
  636. package/gui/v3/src/components/CodeEditor.tsx +100 -0
  637. package/gui/v3/src/components/commons/DatePicker.tsx +93 -0
  638. package/gui/v3/src/components/commons/DateRangeFilter.tsx +76 -0
  639. package/gui/v3/src/components/commons/InputBox.tsx +88 -0
  640. package/gui/v3/src/components/data/DataPagination.tsx +116 -0
  641. package/gui/v3/src/components/data/DataTable.tsx +84 -0
  642. package/gui/v3/src/components/layout/Header.tsx +42 -0
  643. package/gui/v3/src/components/layout/Layout.tsx +15 -0
  644. package/gui/v3/src/components/ui/alert.tsx +66 -0
  645. package/gui/v3/src/components/ui/badge.tsx +48 -0
  646. package/gui/v3/src/components/ui/button.tsx +59 -0
  647. package/gui/v3/src/components/ui/calendar.tsx +211 -0
  648. package/gui/v3/src/components/ui/card.tsx +92 -0
  649. package/gui/v3/src/components/ui/dropdown-menu.tsx +255 -0
  650. package/gui/v3/src/components/ui/hover-card.tsx +42 -0
  651. package/gui/v3/src/components/ui/input.tsx +21 -0
  652. package/gui/v3/src/components/ui/navigation-menu.tsx +168 -0
  653. package/gui/v3/src/components/ui/pagination.tsx +127 -0
  654. package/gui/v3/src/components/ui/popover.tsx +46 -0
  655. package/gui/v3/src/components/ui/resizable.tsx +54 -0
  656. package/gui/v3/src/components/ui/select.tsx +183 -0
  657. package/gui/v3/src/components/ui/separator.tsx +28 -0
  658. package/gui/v3/src/components/ui/sheet.tsx +137 -0
  659. package/gui/v3/src/components/ui/sidebar.tsx +724 -0
  660. package/gui/v3/src/components/ui/skeleton.tsx +13 -0
  661. package/gui/v3/src/components/ui/switch.tsx +29 -0
  662. package/gui/v3/src/components/ui/table.tsx +114 -0
  663. package/gui/v3/src/components/ui/tooltip.tsx +61 -0
  664. package/gui/v3/src/features/config/context.ts +21 -0
  665. package/gui/v3/src/features/config/hooks.ts +11 -0
  666. package/gui/v3/src/features/config/provider.tsx +33 -0
  667. package/gui/v3/src/features/config/services.ts +14 -0
  668. package/gui/v3/src/features/config/type.ts +7 -0
  669. package/gui/v3/src/features/database/components/DatabaseLayout.tsx +44 -0
  670. package/gui/v3/src/features/database/components/DatabaseLoader.tsx +3 -0
  671. package/gui/v3/src/features/database/components/DatabaseNotFound.tsx +6 -0
  672. package/gui/v3/src/features/database/components/DatabaseSidebar.tsx +60 -0
  673. package/gui/v3/src/features/database/components/LoadingIndicator.tsx +3 -0
  674. package/gui/v3/src/features/database/components/RecordsFilter.tsx +89 -0
  675. package/gui/v3/src/features/database/components/RecordsTable.tsx +64 -0
  676. package/gui/v3/src/features/database/components/RecordsViewer.tsx +39 -0
  677. package/gui/v3/src/features/database/graphql/queries.ts +64 -0
  678. package/gui/v3/src/features/database/hooks/useDatabaseColumns.ts +34 -0
  679. package/gui/v3/src/features/database/hooks/useRecords.ts +21 -0
  680. package/gui/v3/src/features/database/hooks/useSelectedTable.ts +14 -0
  681. package/gui/v3/src/features/database/hooks/useTables.ts +18 -0
  682. package/gui/v3/src/features/database/reducers/useRecordsVariable.ts +66 -0
  683. package/gui/v3/src/features/database/schema/records.ts +82 -0
  684. package/gui/v3/src/features/database/schema/tables.ts +51 -0
  685. package/gui/v3/src/features/graphiql/components/GraphiQL.tsx +21 -0
  686. package/gui/v3/src/features/graphiql/style.css +120 -0
  687. package/gui/v3/src/features/liquid/components/LiquidEditor.tsx +95 -0
  688. package/gui/v3/src/features/liquid/service.ts +13 -0
  689. package/gui/v3/src/features/logs/components/LogMessage.tsx +83 -0
  690. package/gui/v3/src/features/logs/components/LogsTable.tsx +121 -0
  691. package/gui/v3/src/features/logs/components/LogsViewer.tsx +30 -0
  692. package/gui/v3/src/features/logs/hooks/useLogs.tsx +59 -0
  693. package/gui/v3/src/features/logs/types/schema.ts +8 -0
  694. package/gui/v3/src/features/menu/components/GuiMenu.tsx +32 -0
  695. package/gui/v3/src/features/menu/components/InsitesMenu.tsx +56 -0
  696. package/gui/v3/src/features/menu/components/TileMenu.tsx +88 -0
  697. package/gui/v3/src/features/menu/constants.ts +99 -0
  698. package/gui/v3/src/features/menu/hooks.ts +11 -0
  699. package/gui/v3/src/features/menu/store.ts +26 -0
  700. package/gui/v3/src/features/menu/types.ts +16 -0
  701. package/gui/v3/src/features/theme/context.tsx +16 -0
  702. package/gui/v3/src/features/theme/hook.tsx +11 -0
  703. package/gui/v3/src/features/theme/provider.tsx +35 -0
  704. package/gui/v3/src/features/theme/store.ts +17 -0
  705. package/gui/v3/src/features/theme/types.ts +1 -0
  706. package/gui/v3/src/features/users/components/Users.tsx +77 -0
  707. package/gui/v3/src/features/users/types.ts +31 -0
  708. package/gui/v3/src/features/users/usernames.ts +45 -0
  709. package/gui/v3/src/hooks/use-mobile.ts +19 -0
  710. package/gui/v3/src/lib/api/constants.ts +1 -0
  711. package/gui/v3/src/lib/api/errors.ts +22 -0
  712. package/gui/v3/src/lib/api/request.ts +57 -0
  713. package/gui/v3/src/lib/api/types.ts +16 -0
  714. package/gui/v3/src/lib/graphql/hooks.ts +27 -0
  715. package/gui/v3/src/lib/graphql/request.ts +31 -0
  716. package/gui/v3/src/lib/graphql/schema/filters.ts +108 -0
  717. package/gui/v3/src/lib/graphql/schema/sorts.ts +10 -0
  718. package/gui/v3/src/lib/graphql/types.ts +29 -0
  719. package/gui/v3/src/lib/providers/entries.ts +21 -0
  720. package/gui/v3/src/lib/providers/index.tsx +10 -0
  721. package/gui/v3/src/lib/providers/queryClient.tsx +16 -0
  722. package/gui/v3/src/lib/providers/types.ts +9 -0
  723. package/gui/v3/src/lib/utils.ts +30 -0
  724. package/gui/v3/src/logo.svg +44 -0
  725. package/gui/v3/src/main.tsx +42 -0
  726. package/gui/v3/src/pages/ConstantPage.tsx +3 -0
  727. package/gui/v3/src/pages/DatabasePage.tsx +31 -0
  728. package/gui/v3/src/pages/GraphqlPage.tsx +9 -0
  729. package/gui/v3/src/pages/HomePage.tsx +36 -0
  730. package/gui/v3/src/pages/LiquidPage.tsx +5 -0
  731. package/gui/v3/src/pages/LogsPage.tsx +10 -0
  732. package/gui/v3/src/pages/Userspage.tsx +5 -0
  733. package/gui/v3/src/reportWebVitals.ts +13 -0
  734. package/gui/v3/src/routeTree.gen.ts +189 -0
  735. package/gui/v3/src/routes/__root.tsx +6 -0
  736. package/gui/v3/src/routes/constants.tsx +7 -0
  737. package/gui/v3/src/routes/database.tsx +6 -0
  738. package/gui/v3/src/routes/graphql.tsx +6 -0
  739. package/gui/v3/src/routes/index.tsx +6 -0
  740. package/gui/v3/src/routes/liquid.tsx +6 -0
  741. package/gui/v3/src/routes/logs.tsx +6 -0
  742. package/gui/v3/src/routes/users.tsx +6 -0
  743. package/gui/v3/src/styles.css +247 -0
  744. package/gui/v3/tsconfig.json +28 -0
  745. package/gui/v3/vite.config.ts +43 -0
  746. package/lib/ServerError.js +122 -0
  747. package/lib/apiRequest.js +15 -0
  748. package/lib/archive.js +126 -0
  749. package/lib/assets/insites-icon.png +0 -0
  750. package/lib/assets/manifest.js +34 -0
  751. package/lib/assets/packAssets.js +53 -0
  752. package/lib/assets.js +56 -0
  753. package/lib/audit/detailed.js +97 -0
  754. package/lib/audit/duplicateFile.js +31 -0
  755. package/lib/audit/extensions.js +53 -0
  756. package/lib/audit/fileName.js +20 -0
  757. package/lib/audit/filters.js +99 -0
  758. package/lib/audit/orphanedIncludes.js +85 -0
  759. package/lib/audit/tags.js +69 -0
  760. package/lib/audit.js +47 -0
  761. package/lib/data/fetchFiles.js +93 -0
  762. package/lib/data/isValidJSON.js +12 -0
  763. package/lib/data/uploadFiles.js +92 -0
  764. package/lib/data/waitForStatus.js +31 -0
  765. package/lib/deploy/directAssetsUploadStrategy.js +57 -0
  766. package/lib/deploy/strategy.js +8 -0
  767. package/lib/directories.js +23 -0
  768. package/lib/downloadFile.js +16 -0
  769. package/lib/duration.js +7 -0
  770. package/lib/files.js +96 -0
  771. package/lib/insites-apig.js +18 -0
  772. package/lib/insites-console.js +24 -0
  773. package/lib/logger/rainbow.js +11 -0
  774. package/lib/logger/simple.js +9 -0
  775. package/lib/logger.js +63 -0
  776. package/lib/logsv2/http.js +40 -0
  777. package/lib/modules.js +129 -0
  778. package/lib/portal.js +52 -0
  779. package/lib/pos-proxy.js +162 -0
  780. package/lib/prepareArchive.js +49 -0
  781. package/lib/presignUrl.js +71 -0
  782. package/lib/proxy.js +75 -0
  783. package/lib/push.js +62 -0
  784. package/lib/s3UploadFile.js +56 -0
  785. package/lib/server.js +123 -0
  786. package/lib/settings.js +42 -0
  787. package/lib/shouldBeSynced.js +89 -0
  788. package/lib/swagger-client.js +287 -0
  789. package/lib/templates.js +52 -0
  790. package/lib/updateNotifier.js +8 -0
  791. package/lib/utils/valid-file-path.js +21 -0
  792. package/lib/validators/directoryEmpty.js +12 -0
  793. package/lib/validators/directoryExists.js +12 -0
  794. package/lib/validators/email.js +8 -0
  795. package/lib/validators/existence.js +9 -0
  796. package/lib/validators/index.js +13 -0
  797. package/lib/validators/url.js +8 -0
  798. package/lib/watch-files-extensions.js +39 -0
  799. package/lib/watch.js +192 -0
  800. package/mock/app.js +45 -0
  801. package/mock/bin/www +91 -0
  802. package/mock/package-lock.json +2287 -0
  803. package/mock/package.json +18 -0
  804. package/mock/public/stylesheets/style.css +8 -0
  805. package/mock/responses/constants.js +39 -0
  806. package/mock/responses/databases.js +3589 -0
  807. package/mock/responses/logs.js +126 -0
  808. package/mock/responses/records.js +443 -0
  809. package/mock/responses/schemas.js +36896 -0
  810. package/mock/responses/users.js +194 -0
  811. package/mock/routes/api.js +53 -0
  812. package/mock/routes/index.js +13 -0
  813. package/mock/routes/users.js +9 -0
  814. package/mock/views/error.jade +6 -0
  815. package/mock/views/index.jade +5 -0
  816. package/mock/views/layout.jade +7 -0
  817. package/package.json +77 -0
  818. package/tests/archive.test.js +33 -0
  819. package/tests/deploy.test.js +26 -0
  820. package/tests/fixtures/archive/default/app/assets/images/insites-logo.svg +55 -0
  821. package/tests/fixtures/archive/default/app/views/pages/hello.liquid +4 -0
  822. package/tests/fixtures/archive/default/modules/testModule/public/views/pages/hello-test-module.liquid +4 -0
  823. package/tests/fixtures/archive/default/modules/testModule/public/views/partials/dir/subdir/foo.liquid +1 -0
  824. package/tests/fixtures/deploy/default/app/assets/images/insites-logo.svg +55 -0
  825. package/tests/fixtures/deploy/default/app/views/pages/index.liquid +6 -0
  826. package/tests/fixtures/deploy/default/app/views/partials/test.liquid +1 -0
  827. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/README.md +22 -0
  828. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/api_calls/.keep +0 -0
  829. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/assets/.keep +0 -0
  830. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/emails/.keep +0 -0
  831. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/graphql/.keep +0 -0
  832. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/model_schemas/.keep +0 -0
  833. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/smses/.keep +0 -0
  834. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/translations/.keep +0 -0
  835. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/views/layouts/.keep +0 -0
  836. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/views/pages/.keep +0 -0
  837. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/private/views/partials/.keep +0 -0
  838. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/api_calls/.keep +0 -0
  839. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/assets/.keep +0 -0
  840. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/emails/.keep +0 -0
  841. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/graphql/.keep +0 -0
  842. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/model_schemas/.keep +0 -0
  843. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/smses/.keep +0 -0
  844. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/translations/.keep +0 -0
  845. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/views/layouts/.keep +0 -0
  846. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/views/pages/.keep +0 -0
  847. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/views/pages/demo.json.liquid +4 -0
  848. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/views/partials/.keep +0 -0
  849. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/views/partials/components/.keep +0 -0
  850. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/views/partials/components/test.html.liquid +1 -0
  851. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/public/views/partials/components/test.liquid +1 -0
  852. package/tests/fixtures/deploy/default/modules/insites-cli-demo-module/template-values.json +7 -0
  853. package/tests/utils/cliPath.js +4 -0
  854. package/tests/utils/exec.js +12 -0
@@ -0,0 +1,3589 @@
1
+ module.exports = {
2
+ admin_tables: {
3
+ results: [
4
+ {
5
+ id: '1447337',
6
+ name: 'modules/ins_boilerplate/item',
7
+ metadata: {
8
+ label: 'Items',
9
+ groups: [],
10
+ is_archived: false,
11
+ },
12
+ properties: [
13
+ {
14
+ name: 'company',
15
+ attribute_type: 'string',
16
+ metadata: {
17
+ label: 'Company',
18
+ weight: 3,
19
+ ui_element: 'input',
20
+ is_required: false,
21
+ is_sortable: true,
22
+ is_searchable: true,
23
+ is_shown_in_table: true,
24
+ },
25
+ },
26
+ {
27
+ name: 'email',
28
+ attribute_type: 'string',
29
+ metadata: {
30
+ label: 'Email',
31
+ weight: 2,
32
+ ui_element: 'input',
33
+ is_required: true,
34
+ is_searchable: true,
35
+ help_text_tooltip: "User's Email",
36
+ is_shown_in_table: true,
37
+ },
38
+ },
39
+ {
40
+ name: 'is_active',
41
+ attribute_type: 'boolean',
42
+ metadata: {
43
+ label: 'Active',
44
+ weight: 5,
45
+ ui_element: 'toggle',
46
+ is_shown_in_table: false,
47
+ },
48
+ },
49
+ {
50
+ name: 'last_login',
51
+ attribute_type: 'datetime',
52
+ metadata: {
53
+ label: 'Last Login',
54
+ weight: 4,
55
+ ui_element: 'date_time',
56
+ is_required: false,
57
+ is_shown_in_table: false,
58
+ },
59
+ },
60
+ {
61
+ name: 'name',
62
+ attribute_type: 'string',
63
+ metadata: {
64
+ label: 'Name',
65
+ weight: 1,
66
+ ui_element: 'input',
67
+ is_required: true,
68
+ is_sortable: true,
69
+ is_searchable: true,
70
+ is_shown_in_table: true,
71
+ },
72
+ },
73
+ {
74
+ name: 'new_field',
75
+ attribute_type: 'string',
76
+ metadata: {
77
+ label: 'New Field',
78
+ weight: 6,
79
+ options: ['1', '2', '3'],
80
+ ui_element: 'select',
81
+ is_required: false,
82
+ is_shown_in_table: false,
83
+ },
84
+ },
85
+ {
86
+ name: 'uuid',
87
+ attribute_type: 'string',
88
+ metadata: {
89
+ label: 'UUID',
90
+ weight: 0,
91
+ ui_element: 'input',
92
+ is_required: true,
93
+ is_sortable: true,
94
+ is_searchable: true,
95
+ is_shown_in_table: true,
96
+ },
97
+ },
98
+ ],
99
+ },
100
+ {
101
+ id: '1166226',
102
+ name: 'modules/ins_core/crm_company_custom_field',
103
+ metadata: {},
104
+ properties: [
105
+ {
106
+ name: 'abn',
107
+ attribute_type: 'string',
108
+ metadata: {
109
+ label: 'ABN',
110
+ weight: 0,
111
+ ui_element: 'input',
112
+ },
113
+ },
114
+ {
115
+ name: 'company_uuid',
116
+ attribute_type: 'string',
117
+ metadata: {},
118
+ },
119
+ {
120
+ name: 'custom_field',
121
+ attribute_type: 'string',
122
+ metadata: {
123
+ label: 'Custom Field',
124
+ weight: 4,
125
+ ui_element: 'input',
126
+ },
127
+ },
128
+ {
129
+ name: 'custom_field_2',
130
+ attribute_type: 'array',
131
+ metadata: {
132
+ label: 'Custom Field 2',
133
+ weight: 10,
134
+ options: ['1', '2'],
135
+ ui_element: 'checkbox',
136
+ },
137
+ },
138
+ {
139
+ name: 'data_source',
140
+ attribute_type: 'string',
141
+ metadata: {
142
+ label: 'Data Source',
143
+ weight: 5,
144
+ ui_element: 'select_data_source',
145
+ display_field: 'email',
146
+ },
147
+ },
148
+ {
149
+ name: 'data_source_2',
150
+ attribute_type: 'string',
151
+ metadata: {
152
+ label: 'Data Source 2',
153
+ weight: 9,
154
+ ui_element: 'select_data_source',
155
+ display_field: 'company_name',
156
+ },
157
+ },
158
+ {
159
+ name: 'data_source_3',
160
+ attribute_type: 'string',
161
+ metadata: {
162
+ label: 'Data Source 3',
163
+ weight: 11,
164
+ ui_element: 'select_data_source',
165
+ display_field: 'text',
166
+ },
167
+ },
168
+ {
169
+ name: 'date',
170
+ attribute_type: 'date',
171
+ metadata: {
172
+ label: 'Date',
173
+ weight: 2,
174
+ ui_element: 'date',
175
+ },
176
+ },
177
+ {
178
+ name: 'date_time',
179
+ attribute_type: 'datetime',
180
+ metadata: {
181
+ label: 'Date Time',
182
+ weight: 1,
183
+ ui_element: 'date_time',
184
+ },
185
+ },
186
+ {
187
+ name: 'file_multiple',
188
+ attribute_type: 'array',
189
+ metadata: {
190
+ label: 'File (Multiple)',
191
+ weight: 8,
192
+ ui_element: 'file_multiple',
193
+ },
194
+ },
195
+ {
196
+ name: 'media___file',
197
+ attribute_type: 'upload',
198
+ metadata: {
199
+ label: 'Media - File',
200
+ weight: 6,
201
+ ui_element: 'media_file',
202
+ },
203
+ },
204
+ {
205
+ name: 'media___image',
206
+ attribute_type: 'upload',
207
+ metadata: {
208
+ label: 'Media - Image',
209
+ weight: 7,
210
+ ui_element: 'media_image',
211
+ },
212
+ },
213
+ {
214
+ name: 'time',
215
+ attribute_type: 'time',
216
+ metadata: {
217
+ label: 'Time',
218
+ weight: 3,
219
+ ui_element: 'time',
220
+ },
221
+ },
222
+ ],
223
+ },
224
+ {
225
+ id: '1166225',
226
+ name: 'modules/ins_core/crm_contact_custom_field',
227
+ metadata: {},
228
+ properties: [
229
+ {
230
+ name: 'attachments',
231
+ attribute_type: 'array',
232
+ metadata: {
233
+ label: 'Attachments',
234
+ weight: 3,
235
+ ui_element: 'file_multiple',
236
+ },
237
+ },
238
+ {
239
+ name: 'boolean',
240
+ attribute_type: 'boolean',
241
+ metadata: {
242
+ label: 'Boolean',
243
+ weight: 7,
244
+ ui_element: 'toggle',
245
+ },
246
+ },
247
+ {
248
+ name: 'contact_uuid',
249
+ attribute_type: 'string',
250
+ metadata: {},
251
+ },
252
+ {
253
+ name: 'custom_field',
254
+ attribute_type: 'string',
255
+ metadata: {
256
+ label: 'Custom Field',
257
+ weight: 1,
258
+ ui_element: 'input',
259
+ },
260
+ },
261
+ {
262
+ name: 'custom_field_2',
263
+ attribute_type: 'string',
264
+ metadata: {
265
+ label: 'Custom Field 2',
266
+ weight: 2,
267
+ options: [
268
+ {
269
+ value: '1',
270
+ content: '1',
271
+ },
272
+ {
273
+ value: '2',
274
+ content: '2',
275
+ },
276
+ ],
277
+ ui_element: 'card_select',
278
+ },
279
+ },
280
+ {
281
+ name: 'custom_field_3',
282
+ attribute_type: 'string',
283
+ metadata: {
284
+ label: 'Custom Field 3',
285
+ weight: 6,
286
+ ui_element: 'select_data_source',
287
+ display_field: 'name',
288
+ },
289
+ },
290
+ {
291
+ name: 'data_sources',
292
+ attribute_type: 'array',
293
+ metadata: {
294
+ label: 'Data Sources',
295
+ weight: 0,
296
+ ui_element: 'select_data_source_multiple',
297
+ display_field: 'company_name',
298
+ },
299
+ },
300
+ {
301
+ name: 'data_sources_db',
302
+ attribute_type: 'array',
303
+ metadata: {
304
+ label: 'Data Sources DB',
305
+ weight: 4,
306
+ ui_element: 'select_data_source_multiple',
307
+ display_field: 'text',
308
+ },
309
+ },
310
+ {
311
+ name: 'data_sources_users',
312
+ attribute_type: 'array',
313
+ metadata: {
314
+ label: 'Data Sources Users',
315
+ weight: 5,
316
+ ui_element: 'select_data_source_multiple',
317
+ display_field: 'name',
318
+ },
319
+ },
320
+ {
321
+ name: 'upload',
322
+ attribute_type: 'upload',
323
+ metadata: {
324
+ label: 'Upload',
325
+ weight: 8,
326
+ ui_element: 'media_file',
327
+ },
328
+ },
329
+ {
330
+ name: 'upload_2',
331
+ attribute_type: 'upload',
332
+ metadata: {
333
+ label: 'Upload 2',
334
+ weight: 9,
335
+ ui_element: 'media_image',
336
+ },
337
+ },
338
+ {
339
+ name: 'upload_3',
340
+ attribute_type: 'array',
341
+ metadata: {
342
+ label: 'Upload 3',
343
+ weight: 10,
344
+ ui_element: 'file_multiple',
345
+ },
346
+ },
347
+ ],
348
+ },
349
+ {
350
+ id: '1430127',
351
+ name: 'modules/ins_databases/aaa_data_source',
352
+ metadata: {
353
+ label: 'AAA Data Source',
354
+ groups: [],
355
+ is_archived: false,
356
+ },
357
+ properties: [
358
+ {
359
+ name: 'categories',
360
+ attribute_type: 'string',
361
+ metadata: {
362
+ label: 'Categories',
363
+ weight: 3,
364
+ ui_element: 'select_data_source',
365
+ is_required: false,
366
+ display_field: 'category_name',
367
+ column_weigthing: 0,
368
+ is_shown_in_table: true,
369
+ },
370
+ },
371
+ {
372
+ name: 'companies',
373
+ attribute_type: 'string',
374
+ metadata: {
375
+ label: 'Companies',
376
+ weight: 4,
377
+ ui_element: 'select_data_source',
378
+ is_required: false,
379
+ display_field: 'company_name',
380
+ column_weigthing: 1,
381
+ is_shown_in_table: true,
382
+ },
383
+ },
384
+ {
385
+ name: 'contacts',
386
+ attribute_type: 'string',
387
+ metadata: {
388
+ label: 'Contacts',
389
+ weight: 7,
390
+ ui_element: 'select_data_source',
391
+ is_required: false,
392
+ display_field: 'email',
393
+ column_weigthing: 7,
394
+ is_shown_in_table: true,
395
+ },
396
+ },
397
+ {
398
+ name: 'database',
399
+ attribute_type: 'string',
400
+ metadata: {
401
+ label: 'Database',
402
+ weight: 5,
403
+ ui_element: 'select_data_source',
404
+ is_required: false,
405
+ display_field: 'text',
406
+ column_weigthing: 2,
407
+ is_shown_in_table: true,
408
+ },
409
+ },
410
+ {
411
+ name: 'databases',
412
+ attribute_type: 'array',
413
+ metadata: {
414
+ label: 'Databases',
415
+ weight: 6,
416
+ ui_element: 'select_data_source_multiple',
417
+ is_required: false,
418
+ display_field: 'text',
419
+ column_weigthing: 3,
420
+ is_shown_in_table: true,
421
+ },
422
+ },
423
+ {
424
+ name: 'locations',
425
+ attribute_type: 'string',
426
+ metadata: {
427
+ label: 'Locations',
428
+ weight: 0,
429
+ ui_element: 'select_data_source',
430
+ is_required: false,
431
+ display_field: 'location_name',
432
+ column_weigthing: 4,
433
+ is_shown_in_table: true,
434
+ },
435
+ },
436
+ {
437
+ name: 'orders',
438
+ attribute_type: 'string',
439
+ metadata: {
440
+ label: 'Orders',
441
+ weight: 1,
442
+ ui_element: 'select_data_source',
443
+ is_required: false,
444
+ display_field: 'order_reference',
445
+ column_weigthing: 5,
446
+ is_shown_in_table: true,
447
+ },
448
+ },
449
+ {
450
+ name: 'products',
451
+ attribute_type: 'string',
452
+ metadata: {
453
+ label: 'Products',
454
+ weight: 2,
455
+ ui_element: 'select_data_source',
456
+ is_required: false,
457
+ display_field: 'product_name',
458
+ column_weigthing: 6,
459
+ is_shown_in_table: true,
460
+ },
461
+ },
462
+ ],
463
+ },
464
+ {
465
+ id: '1137214',
466
+ name: 'modules/ins_databases/all_database_field_types',
467
+ metadata: {
468
+ label: 'All Database Field Types',
469
+ groups: [
470
+ {
471
+ id: 'c8ee2ca6-061b-4362-bc28-677db234a6e5',
472
+ name: 'String Group',
473
+ weight: 0,
474
+ },
475
+ {
476
+ id: 'e653cc8d-d371-4e68-89ef-01cda84af461',
477
+ name: 'Date Group',
478
+ weight: 1,
479
+ },
480
+ {
481
+ id: '07166111-3f09-49ac-8c14-0536911e6eb1',
482
+ name: 'Uploads',
483
+ weight: 2,
484
+ },
485
+ {
486
+ id: '41c02681-64b6-449a-ae5d-7c5f3d2925e5',
487
+ name: 'Number Group',
488
+ weight: 3,
489
+ },
490
+ ],
491
+ is_archived: false,
492
+ },
493
+ properties: [
494
+ {
495
+ name: 'card_select',
496
+ attribute_type: 'string',
497
+ metadata: {
498
+ label: 'Card Select',
499
+ status: 'enabled',
500
+ weight: 3,
501
+ options: [
502
+ {
503
+ value: '1',
504
+ content: '1',
505
+ },
506
+ {
507
+ value: '2',
508
+ content: '2',
509
+ },
510
+ ],
511
+ group_id: 'c8ee2ca6-061b-4362-bc28-677db234a6e5',
512
+ is_header: false,
513
+ mock_data: 'TEst',
514
+ is_enabled: 'true',
515
+ ui_element: 'card_select',
516
+ is_required: false,
517
+ is_searchable: true,
518
+ column_weigthing: 1,
519
+ help_text_tooltip: 'Test',
520
+ is_shown_in_table: true,
521
+ },
522
+ },
523
+ {
524
+ name: 'code',
525
+ attribute_type: 'string',
526
+ metadata: {
527
+ label: 'Code',
528
+ status: 'enabled',
529
+ weight: 8,
530
+ group_id: 'c8ee2ca6-061b-4362-bc28-677db234a6e5',
531
+ is_header: false,
532
+ is_enabled: '',
533
+ ui_element: 'code',
534
+ is_required: false,
535
+ primary_key: '',
536
+ reference_field: '',
537
+ },
538
+ },
539
+ {
540
+ name: 'color',
541
+ attribute_type: 'string',
542
+ metadata: {
543
+ label: 'Color',
544
+ status: 'enabled',
545
+ weight: 9,
546
+ group_id: 'c8ee2ca6-061b-4362-bc28-677db234a6e5',
547
+ is_header: false,
548
+ is_enabled: '',
549
+ ui_element: 'color',
550
+ is_required: false,
551
+ is_sortable: false,
552
+ primary_key: '',
553
+ is_searchable: false,
554
+ reference_field: '',
555
+ column_weigthing: 5,
556
+ help_text_tooltip: 'Text tooltip',
557
+ is_shown_in_table: false,
558
+ },
559
+ },
560
+ {
561
+ name: 'date',
562
+ attribute_type: 'date',
563
+ metadata: {
564
+ label: 'Date',
565
+ status: 'enabled',
566
+ weight: 11,
567
+ group_id: 'e653cc8d-d371-4e68-89ef-01cda84af461',
568
+ is_header: 'false',
569
+ is_enabled: 'true',
570
+ ui_element: 'date',
571
+ is_required: false,
572
+ column_weigthing: 2,
573
+ is_shown_in_table: true,
574
+ },
575
+ },
576
+ {
577
+ name: 'datetime',
578
+ attribute_type: 'datetime',
579
+ metadata: {
580
+ label: 'Datetime',
581
+ status: 'enabled',
582
+ weight: 12,
583
+ group_id: 'e653cc8d-d371-4e68-89ef-01cda84af461',
584
+ is_header: false,
585
+ is_enabled: 'true',
586
+ ui_element: 'date_time',
587
+ is_required: false,
588
+ column_weigthing: 6,
589
+ help_text_tooltip: 'This is a datetime\n\nThis is a test',
590
+ is_shown_in_table: false,
591
+ },
592
+ },
593
+ {
594
+ name: 'decimal',
595
+ attribute_type: 'float',
596
+ metadata: {
597
+ label: 'Decimal',
598
+ status: 'enabled',
599
+ weight: 15,
600
+ group_id: '41c02681-64b6-449a-ae5d-7c5f3d2925e5',
601
+ is_header: true,
602
+ is_enabled: 'true',
603
+ ui_element: 'decimal',
604
+ is_required: false,
605
+ is_sortable: true,
606
+ column_weigthing: 7,
607
+ is_shown_in_table: false,
608
+ },
609
+ },
610
+ {
611
+ name: 'file',
612
+ attribute_type: 'file',
613
+ metadata: {
614
+ label: 'File',
615
+ status: 'enabled',
616
+ weight: 13,
617
+ group_id: '07166111-3f09-49ac-8c14-0536911e6eb1',
618
+ is_header: 'false',
619
+ is_enabled: 'true',
620
+ ui_element: 'file',
621
+ is_required: false,
622
+ help_text_tooltip: 'Text This',
623
+ },
624
+ },
625
+ {
626
+ name: 'file_multiple',
627
+ attribute_type: 'array',
628
+ metadata: {
629
+ label: 'File Multiple',
630
+ weight: 26,
631
+ ui_element: 'file_multiple',
632
+ is_required: false,
633
+ },
634
+ },
635
+ {
636
+ name: 'geo_json',
637
+ attribute_type: 'geojson',
638
+ metadata: {
639
+ label: 'Geo "JSON" 1',
640
+ status: 'enabled',
641
+ weight: 1,
642
+ group_id: 'c8ee2ca6-061b-4362-bc28-677db234a6e5',
643
+ is_header: false,
644
+ is_enabled: '',
645
+ ui_element: 'code',
646
+ is_required: false,
647
+ primary_key: '',
648
+ reference_field: '',
649
+ },
650
+ },
651
+ {
652
+ name: 'html',
653
+ attribute_type: 'string',
654
+ metadata: {
655
+ label: 'HTML',
656
+ status: 'enabled',
657
+ weight: 4,
658
+ group_id: 'c8ee2ca6-061b-4362-bc28-677db234a6e5',
659
+ is_header: false,
660
+ is_enabled: 'true',
661
+ ui_element: 'html',
662
+ is_required: false,
663
+ },
664
+ },
665
+ {
666
+ name: 'link',
667
+ attribute_type: 'string',
668
+ metadata: {
669
+ label: 'Link',
670
+ status: 'enabled',
671
+ weight: 5,
672
+ group_id: 'c8ee2ca6-061b-4362-bc28-677db234a6e5',
673
+ is_header: true,
674
+ is_enabled: 'true',
675
+ ui_element: 'link',
676
+ is_required: false,
677
+ is_sortable: true,
678
+ is_searchable: false,
679
+ column_weigthing: 4,
680
+ is_shown_in_table: false,
681
+ },
682
+ },
683
+ {
684
+ name: 'list__radio_',
685
+ attribute_type: 'string',
686
+ metadata: {
687
+ label: 'List (Radio)',
688
+ status: 'enabled',
689
+ weight: 6,
690
+ options: ['1', '2', '3'],
691
+ group_id: 'c8ee2ca6-061b-4362-bc28-677db234a6e5',
692
+ is_header: 'false',
693
+ is_enabled: 'true',
694
+ ui_element: 'radio',
695
+ is_required: false,
696
+ column_weigthing: 16,
697
+ help_text_tooltip: 'List Radio',
698
+ is_shown_in_table: false,
699
+ },
700
+ },
701
+ {
702
+ name: 'list__select_',
703
+ attribute_type: 'string',
704
+ metadata: {
705
+ label: 'List (Select)',
706
+ status: 'enabled',
707
+ weight: 10,
708
+ options: ['1', '2', '3', '4'],
709
+ group_id: 'c8ee2ca6-061b-4362-bc28-677db234a6e5',
710
+ is_header: true,
711
+ is_enabled: 'true',
712
+ ui_element: 'list_select',
713
+ is_required: false,
714
+ is_sortable: true,
715
+ is_searchable: true,
716
+ is_shown_in_table: false,
717
+ },
718
+ },
719
+ {
720
+ name: 'markdown',
721
+ attribute_type: 'string',
722
+ metadata: {
723
+ label: 'Markdown',
724
+ status: 'enabled',
725
+ weight: 7,
726
+ group_id: 'c8ee2ca6-061b-4362-bc28-677db234a6e5',
727
+ is_header: 'false',
728
+ is_enabled: 'true',
729
+ ui_element: 'markdown',
730
+ is_required: false,
731
+ },
732
+ },
733
+ {
734
+ name: 'media___file',
735
+ attribute_type: 'upload',
736
+ metadata: {
737
+ label: 'Media - File',
738
+ status: 'enabled',
739
+ weight: 23,
740
+ group_id: '',
741
+ is_header: false,
742
+ is_enabled: '',
743
+ ui_element: 'media_file',
744
+ is_required: false,
745
+ primary_key: '',
746
+ reference_field: '',
747
+ },
748
+ },
749
+ {
750
+ name: 'media___image',
751
+ attribute_type: 'upload',
752
+ metadata: {
753
+ label: 'Media - Image',
754
+ status: 'enabled',
755
+ weight: 24,
756
+ group_id: '',
757
+ is_header: false,
758
+ is_enabled: '',
759
+ ui_element: 'media_image',
760
+ is_required: false,
761
+ primary_key: '',
762
+ reference_field: '',
763
+ },
764
+ },
765
+ {
766
+ name: 'new_field',
767
+ attribute_type: 'string',
768
+ metadata: {
769
+ label: 'Locations Data Source',
770
+ status: 'enabled',
771
+ weight: 22,
772
+ group_id: '',
773
+ is_header: false,
774
+ is_enabled: '',
775
+ ui_element: 'select_data_source',
776
+ is_required: false,
777
+ primary_key: '',
778
+ display_field: 'card_select',
779
+ reference_field: '',
780
+ column_weigthing: 14,
781
+ is_shown_in_table: false,
782
+ },
783
+ },
784
+ {
785
+ name: 'number',
786
+ attribute_type: 'integer',
787
+ metadata: {
788
+ label: 'Number',
789
+ status: 'enabled',
790
+ weight: 16,
791
+ group_id: '41c02681-64b6-449a-ae5d-7c5f3d2925e5',
792
+ is_header: 'false',
793
+ is_enabled: 'true',
794
+ ui_element: 'number',
795
+ is_required: false,
796
+ column_weigthing: 8,
797
+ is_shown_in_table: false,
798
+ },
799
+ },
800
+ {
801
+ name: 'phone',
802
+ attribute_type: 'string',
803
+ metadata: {
804
+ label: 'Phone',
805
+ status: 'enabled',
806
+ weight: 25,
807
+ group_id: '',
808
+ is_header: false,
809
+ is_enabled: '',
810
+ ui_element: 'phone',
811
+ is_required: false,
812
+ is_sortable: false,
813
+ primary_key: '',
814
+ is_searchable: false,
815
+ reference_field: '',
816
+ column_weigthing: 15,
817
+ is_shown_in_table: false,
818
+ },
819
+ },
820
+ {
821
+ name: 'photo',
822
+ attribute_type: 'photo',
823
+ metadata: {
824
+ label: 'Photo',
825
+ status: 'enabled',
826
+ weight: 14,
827
+ group_id: '07166111-3f09-49ac-8c14-0536911e6eb1',
828
+ is_header: 'false',
829
+ is_enabled: 'true',
830
+ ui_element: 'image',
831
+ is_required: false,
832
+ },
833
+ },
834
+ {
835
+ name: 'sample_field',
836
+ attribute_type: 'string',
837
+ metadata: {
838
+ label: 'Sample Field',
839
+ weight: 0,
840
+ options: ['1', '2', '3'],
841
+ group_id: 'c8ee2ca6-061b-4362-bc28-677db234a6e5',
842
+ ui_element: 'select',
843
+ is_required: false,
844
+ is_sortable: true,
845
+ column_width: 12,
846
+ is_searchable: true,
847
+ column_weigthing: 3,
848
+ help_text_tooltip: 'Test',
849
+ is_shown_in_table: false,
850
+ },
851
+ },
852
+ {
853
+ name: 'source',
854
+ attribute_type: 'string',
855
+ metadata: {
856
+ label: 'Users Source',
857
+ status: 'enabled',
858
+ weight: 21,
859
+ group_id: '',
860
+ is_header: false,
861
+ is_enabled: '',
862
+ ui_element: 'select_data_source',
863
+ is_required: false,
864
+ display_field: 'email',
865
+ foreign_field: 'text',
866
+ reference_field: '',
867
+ column_weigthing: 13,
868
+ is_shown_in_table: false,
869
+ },
870
+ },
871
+ {
872
+ name: 'stepper_float',
873
+ attribute_type: 'float',
874
+ metadata: {
875
+ label: 'Stepper Float',
876
+ weight: 17,
877
+ group_id: '41c02681-64b6-449a-ae5d-7c5f3d2925e5',
878
+ ui_element: 'stepper',
879
+ is_required: false,
880
+ column_weigthing: 9,
881
+ is_shown_in_table: false,
882
+ },
883
+ },
884
+ {
885
+ name: 'stepper_integer',
886
+ attribute_type: 'integer',
887
+ metadata: {
888
+ label: 'Stepper Integer',
889
+ weight: 18,
890
+ group_id: '41c02681-64b6-449a-ae5d-7c5f3d2925e5',
891
+ ui_element: 'stepper',
892
+ is_required: false,
893
+ column_weigthing: 10,
894
+ is_shown_in_table: false,
895
+ },
896
+ },
897
+ {
898
+ name: 'text',
899
+ attribute_type: 'string',
900
+ metadata: {
901
+ label: 'Text',
902
+ status: 'enabled',
903
+ weight: 2,
904
+ group_id: 'c8ee2ca6-061b-4362-bc28-677db234a6e5',
905
+ is_header: true,
906
+ is_enabled: 'true',
907
+ ui_element: 'input',
908
+ is_required: false,
909
+ is_sortable: true,
910
+ is_searchable: true,
911
+ column_weigthing: 0,
912
+ help_text_tooltip: 'Sample tooltip\n\na\nb\nc',
913
+ is_shown_in_table: true,
914
+ },
915
+ },
916
+ {
917
+ name: 'time',
918
+ attribute_type: 'time',
919
+ metadata: {
920
+ type: 'time',
921
+ label: 'Time',
922
+ status: 'enabled',
923
+ values: [],
924
+ weight: 20,
925
+ group_id: '',
926
+ is_header: false,
927
+ mock_data: '',
928
+ is_enabled: '',
929
+ validation: '',
930
+ is_required: false,
931
+ is_sortable: false,
932
+ placeholder: '',
933
+ primary_key: '',
934
+ example_data: '',
935
+ default_value: '',
936
+ display_field: '',
937
+ error_message: '',
938
+ is_searchable: false,
939
+ character_limit: '',
940
+ reference_field: '',
941
+ column_weigthing: 12,
942
+ description_notes: '',
943
+ help_text_tooltip: '',
944
+ is_shown_in_table: false,
945
+ },
946
+ },
947
+ {
948
+ name: 'toggle',
949
+ attribute_type: 'boolean',
950
+ metadata: {
951
+ label: 'Toggle',
952
+ status: 'enabled',
953
+ weight: 19,
954
+ group_id: '',
955
+ is_header: true,
956
+ is_enabled: 'true',
957
+ ui_element: 'toggle',
958
+ is_searchable: true,
959
+ column_weigthing: 11,
960
+ is_shown_in_table: false,
961
+ },
962
+ },
963
+ ],
964
+ },
965
+ {
966
+ id: '1136497',
967
+ name: 'modules/ins_databases/all_fields',
968
+ metadata: {
969
+ label: 'All Fields',
970
+ groups: [],
971
+ is_archived: false,
972
+ },
973
+ properties: [
974
+ {
975
+ name: 'array___card_select',
976
+ attribute_type: 'array',
977
+ metadata: {
978
+ type: 'card_select_multiple',
979
+ label: 'Array - Card Select Multiple',
980
+ weight: 0,
981
+ options: [
982
+ {
983
+ value: '1',
984
+ content:
985
+ '<h6>Basic</h6>\n<p>Nulla aliquam urna at enim accumsan malesuada nec eu nunc. Proin sit amet egestas mauris. Nunc vel lectus lorem.</p>',
986
+ },
987
+ {
988
+ value: '2',
989
+ content:
990
+ '<h6>Standard</h6>\n<p>Nulla aliquam urna at enim accumsan malesuada nec eu nunc. Proin sit amet egestas mauris. Nunc vel lectus lorem.</p>',
991
+ },
992
+ {
993
+ value: '3',
994
+ content:
995
+ '<h6>Premium</h6>\n<p>Nulla aliquam urna at enim accumsan malesuada nec eu nunc. Proin sit amet egestas mauris. Nunc vel lectus lorem.</p>',
996
+ },
997
+ {
998
+ value: '4',
999
+ content:
1000
+ '<h6>Mobile</h6>\n<p>Nulla aliquam urna at enim accumsan malesuada nec eu nunc. Proin sit amet egestas mauris. Nunc vel lectus lorem.</p>',
1001
+ },
1002
+ {
1003
+ value: '5',
1004
+ content:
1005
+ '<h6>Trial</h6>\n<p>Nulla aliquam urna at enim accumsan malesuada nec eu nunc. Proin sit amet egestas mauris. Nunc vel lectus lorem.</p>',
1006
+ },
1007
+ ],
1008
+ is_header: true,
1009
+ is_required: false,
1010
+ is_sortable: true,
1011
+ is_searchable: true,
1012
+ help_text_tooltip: 'My field tooltip',
1013
+ },
1014
+ },
1015
+ {
1016
+ name: 'array___checkbox',
1017
+ attribute_type: 'array',
1018
+ metadata: {
1019
+ type: 'list_checkbox',
1020
+ label: 'Array - Checkbox',
1021
+ weight: 1,
1022
+ options: ['1', '2', '3'],
1023
+ is_header: false,
1024
+ ui_element: 'checkbox',
1025
+ is_required: false,
1026
+ is_shown_in_table: false,
1027
+ },
1028
+ },
1029
+ {
1030
+ name: 'array___file_multiple',
1031
+ attribute_type: 'array',
1032
+ metadata: {
1033
+ type: 'file_multiple',
1034
+ label: 'Array - File Multiple',
1035
+ weight: 3,
1036
+ ui_element: 'file_multiple',
1037
+ is_required: false,
1038
+ },
1039
+ },
1040
+ {
1041
+ name: 'array___input_multiple',
1042
+ attribute_type: 'array',
1043
+ metadata: {
1044
+ type: 'input_multiple',
1045
+ label: 'Array - Input Multiple',
1046
+ weight: 2,
1047
+ is_header: false,
1048
+ placeholder: 'My Placeholder',
1049
+ },
1050
+ },
1051
+ {
1052
+ name: 'array___select_multiple',
1053
+ attribute_type: 'array',
1054
+ metadata: {
1055
+ type: 'list_select_multiple',
1056
+ label: 'Array - Select Multiple',
1057
+ weight: 4,
1058
+ options: ['1', '2', '3', '4'],
1059
+ is_header: false,
1060
+ ui_element: 'select_multiple',
1061
+ is_required: false,
1062
+ is_shown_in_table: false,
1063
+ },
1064
+ },
1065
+ {
1066
+ name: 'boolean___toggle',
1067
+ attribute_type: 'boolean',
1068
+ metadata: {
1069
+ type: 'toggle',
1070
+ label: 'Boolean - Toggle',
1071
+ weight: 5,
1072
+ is_header: false,
1073
+ },
1074
+ },
1075
+ {
1076
+ name: 'data_source_multiple___select_multiple',
1077
+ attribute_type: 'array',
1078
+ metadata: {
1079
+ type: 'list_select_data_source_multiple',
1080
+ label: 'Data Source Multiple - Select Multiple',
1081
+ weight: 9,
1082
+ is_header: false,
1083
+ is_required: false,
1084
+ display_field: 'company_name',
1085
+ },
1086
+ },
1087
+ {
1088
+ name: 'data_source___select',
1089
+ attribute_type: 'string',
1090
+ metadata: {
1091
+ type: 'list_select_data_source',
1092
+ label: 'Data Source - Select',
1093
+ weight: 8,
1094
+ is_header: false,
1095
+ is_required: false,
1096
+ display_field: 'company_name',
1097
+ },
1098
+ },
1099
+ {
1100
+ name: 'date___date',
1101
+ attribute_type: 'date',
1102
+ metadata: {
1103
+ type: 'date',
1104
+ label: 'Date - Date',
1105
+ weight: 6,
1106
+ is_header: false,
1107
+ is_required: false,
1108
+ },
1109
+ },
1110
+ {
1111
+ name: 'datetime___date_and_time',
1112
+ attribute_type: 'datetime',
1113
+ metadata: {
1114
+ type: 'datetime',
1115
+ label: 'DateTime - Date and Time',
1116
+ weight: 7,
1117
+ is_header: false,
1118
+ is_required: false,
1119
+ },
1120
+ },
1121
+ {
1122
+ name: 'float___decimal',
1123
+ attribute_type: 'float',
1124
+ metadata: {
1125
+ type: 'decimal',
1126
+ label: 'Float - Decimal',
1127
+ weight: 11,
1128
+ is_header: false,
1129
+ is_required: false,
1130
+ },
1131
+ },
1132
+ {
1133
+ name: 'geo_json',
1134
+ attribute_type: 'geojson',
1135
+ metadata: {
1136
+ type: 'code',
1137
+ label: 'Geo JSON',
1138
+ weight: 10,
1139
+ is_required: false,
1140
+ },
1141
+ },
1142
+ {
1143
+ name: 'integer___number',
1144
+ attribute_type: 'integer',
1145
+ metadata: {
1146
+ type: 'number',
1147
+ label: 'Integer - Number',
1148
+ weight: 12,
1149
+ is_header: false,
1150
+ is_required: false,
1151
+ },
1152
+ },
1153
+ {
1154
+ name: 'media___file',
1155
+ attribute_type: 'upload',
1156
+ metadata: {
1157
+ type: 'media_file',
1158
+ label: 'Media - File',
1159
+ weight: 14,
1160
+ is_required: false,
1161
+ },
1162
+ },
1163
+ {
1164
+ name: 'media___image',
1165
+ attribute_type: 'upload',
1166
+ metadata: {
1167
+ type: 'media_image',
1168
+ label: 'Media - Image',
1169
+ weight: 13,
1170
+ is_required: false,
1171
+ },
1172
+ },
1173
+ {
1174
+ name: 'string___card_select',
1175
+ attribute_type: 'string',
1176
+ metadata: {
1177
+ type: 'card_select',
1178
+ label: 'String - Card Select',
1179
+ weight: 15,
1180
+ options: [
1181
+ {
1182
+ value: '1',
1183
+ content:
1184
+ '<h6>Basic</h6>\n<p>Nulla aliquam urna at enim accumsan malesuada nec eu nunc. Proin sit amet egestas mauris. Nunc vel lectus lorem.</p>',
1185
+ },
1186
+ {
1187
+ value: '2',
1188
+ content:
1189
+ '<h6>Basic</h6>\n<p>Nulla aliquam urna at enim accumsan malesuada nec eu nunc. Proin sit amet egestas mauris. Nunc vel lectus lorem.</p>',
1190
+ },
1191
+ ],
1192
+ is_header: false,
1193
+ is_required: false,
1194
+ },
1195
+ },
1196
+ {
1197
+ name: 'string___checkbox',
1198
+ attribute_type: 'string',
1199
+ metadata: {
1200
+ type: 'list_checkbox',
1201
+ label: 'String - Checkbox',
1202
+ values: ['Checkbox Option', ' Checkbox Option', ' Checkbox Option'],
1203
+ weight: 18,
1204
+ is_header: false,
1205
+ is_required: false,
1206
+ },
1207
+ },
1208
+ {
1209
+ name: 'string___code',
1210
+ attribute_type: 'string',
1211
+ metadata: {
1212
+ type: 'code',
1213
+ label: 'String - Code',
1214
+ weight: 17,
1215
+ is_required: false,
1216
+ },
1217
+ },
1218
+ {
1219
+ name: 'string___color',
1220
+ attribute_type: 'string',
1221
+ metadata: {
1222
+ type: 'color',
1223
+ label: 'String - Color',
1224
+ weight: 16,
1225
+ is_header: false,
1226
+ is_required: false,
1227
+ },
1228
+ },
1229
+ {
1230
+ name: 'string___html',
1231
+ attribute_type: 'string',
1232
+ metadata: {
1233
+ type: 'html',
1234
+ label: 'String - HTML',
1235
+ weight: 20,
1236
+ is_required: false,
1237
+ },
1238
+ },
1239
+ {
1240
+ name: 'string___input',
1241
+ attribute_type: 'string',
1242
+ metadata: {
1243
+ type: 'text',
1244
+ label: 'String - Input',
1245
+ weight: 26,
1246
+ is_header: false,
1247
+ is_required: false,
1248
+ },
1249
+ },
1250
+ {
1251
+ name: 'string___link',
1252
+ attribute_type: 'string',
1253
+ metadata: {
1254
+ type: 'link',
1255
+ label: 'String - Link',
1256
+ weight: 21,
1257
+ is_header: false,
1258
+ is_required: false,
1259
+ },
1260
+ },
1261
+ {
1262
+ name: 'string___markdown',
1263
+ attribute_type: 'string',
1264
+ metadata: {
1265
+ type: 'markdown',
1266
+ label: 'String - Markdown',
1267
+ weight: 23,
1268
+ is_required: false,
1269
+ },
1270
+ },
1271
+ {
1272
+ name: 'string___multiline',
1273
+ attribute_type: 'string',
1274
+ metadata: {
1275
+ type: 'multi_line',
1276
+ label: 'String - Multiline',
1277
+ weight: 24,
1278
+ ui_element: 'multi_line',
1279
+ is_required: false,
1280
+ },
1281
+ },
1282
+ {
1283
+ name: 'string___phone',
1284
+ attribute_type: 'string',
1285
+ metadata: {
1286
+ type: 'phone',
1287
+ label: 'String - Phone',
1288
+ weight: 25,
1289
+ is_header: false,
1290
+ is_required: false,
1291
+ },
1292
+ },
1293
+ {
1294
+ name: 'string___radio',
1295
+ attribute_type: 'string',
1296
+ metadata: {
1297
+ type: 'list_radio',
1298
+ label: 'String - Radio',
1299
+ weight: 22,
1300
+ options: ['1', '2', '3'],
1301
+ is_header: false,
1302
+ ui_element: 'radio',
1303
+ is_required: false,
1304
+ is_shown_in_table: false,
1305
+ },
1306
+ },
1307
+ {
1308
+ name: 'string___select',
1309
+ attribute_type: 'string',
1310
+ metadata: {
1311
+ type: 'list_select',
1312
+ label: 'String - Select',
1313
+ values: ['Select Option', 'Select Option', 'Select Option'],
1314
+ weight: 19,
1315
+ is_header: false,
1316
+ is_required: false,
1317
+ },
1318
+ },
1319
+ {
1320
+ name: 'time___time',
1321
+ attribute_type: 'time',
1322
+ metadata: {
1323
+ type: 'time',
1324
+ label: 'Time - Time',
1325
+ weight: 27,
1326
+ is_header: false,
1327
+ is_required: false,
1328
+ },
1329
+ },
1330
+ ],
1331
+ },
1332
+ {
1333
+ id: '1407044',
1334
+ name: 'modules/ins_databases/category',
1335
+ metadata: {},
1336
+ properties: [
1337
+ {
1338
+ name: 'canonical_url',
1339
+ attribute_type: 'string',
1340
+ metadata: {},
1341
+ },
1342
+ {
1343
+ name: 'category_heading',
1344
+ attribute_type: 'string',
1345
+ metadata: {},
1346
+ },
1347
+ {
1348
+ name: 'category_name',
1349
+ attribute_type: 'string',
1350
+ metadata: {},
1351
+ },
1352
+ {
1353
+ name: 'category_title',
1354
+ attribute_type: 'string',
1355
+ metadata: {},
1356
+ },
1357
+ {
1358
+ name: 'category_weighting',
1359
+ attribute_type: 'integer',
1360
+ metadata: {},
1361
+ },
1362
+ {
1363
+ name: 'gallery_1',
1364
+ attribute_type: 'array',
1365
+ metadata: {},
1366
+ },
1367
+ {
1368
+ name: 'gallery_2',
1369
+ attribute_type: 'array',
1370
+ metadata: {},
1371
+ },
1372
+ {
1373
+ name: 'image',
1374
+ attribute_type: 'upload',
1375
+ metadata: {},
1376
+ },
1377
+ {
1378
+ name: 'is_sitemap_enabled',
1379
+ attribute_type: 'boolean',
1380
+ metadata: {},
1381
+ },
1382
+ {
1383
+ name: 'is_visible_to_search_engines',
1384
+ attribute_type: 'boolean',
1385
+ metadata: {},
1386
+ },
1387
+ {
1388
+ name: 'long_description',
1389
+ attribute_type: 'string',
1390
+ metadata: {},
1391
+ },
1392
+ {
1393
+ name: 'media_1',
1394
+ attribute_type: 'upload',
1395
+ metadata: {},
1396
+ },
1397
+ {
1398
+ name: 'media_2',
1399
+ attribute_type: 'upload',
1400
+ metadata: {},
1401
+ },
1402
+ {
1403
+ name: 'media_3',
1404
+ attribute_type: 'upload',
1405
+ metadata: {},
1406
+ },
1407
+ {
1408
+ name: 'media_4',
1409
+ attribute_type: 'upload',
1410
+ metadata: {},
1411
+ },
1412
+ {
1413
+ name: 'meta_description',
1414
+ attribute_type: 'string',
1415
+ metadata: {},
1416
+ },
1417
+ {
1418
+ name: 'meta_title',
1419
+ attribute_type: 'string',
1420
+ metadata: {},
1421
+ },
1422
+ {
1423
+ name: 'open_graph_description',
1424
+ attribute_type: 'string',
1425
+ metadata: {},
1426
+ },
1427
+ {
1428
+ name: 'open_graph_image',
1429
+ attribute_type: 'upload',
1430
+ metadata: {},
1431
+ },
1432
+ {
1433
+ name: 'open_graph_site_name',
1434
+ attribute_type: 'string',
1435
+ metadata: {},
1436
+ },
1437
+ {
1438
+ name: 'open_graph_title',
1439
+ attribute_type: 'string',
1440
+ metadata: {},
1441
+ },
1442
+ {
1443
+ name: 'open_graph_type',
1444
+ attribute_type: 'string',
1445
+ metadata: {},
1446
+ },
1447
+ {
1448
+ name: 'open_graph_url',
1449
+ attribute_type: 'string',
1450
+ metadata: {},
1451
+ },
1452
+ {
1453
+ name: 'parent_category_uuids',
1454
+ attribute_type: 'array',
1455
+ metadata: {},
1456
+ },
1457
+ {
1458
+ name: 'related_1',
1459
+ attribute_type: 'string',
1460
+ metadata: {},
1461
+ },
1462
+ {
1463
+ name: 'related_2',
1464
+ attribute_type: 'string',
1465
+ metadata: {},
1466
+ },
1467
+ {
1468
+ name: 'related_3',
1469
+ attribute_type: 'string',
1470
+ metadata: {},
1471
+ },
1472
+ {
1473
+ name: 'related_4',
1474
+ attribute_type: 'string',
1475
+ metadata: {},
1476
+ },
1477
+ {
1478
+ name: 'related_5',
1479
+ attribute_type: 'string',
1480
+ metadata: {},
1481
+ },
1482
+ {
1483
+ name: 'schema_content',
1484
+ attribute_type: 'string',
1485
+ metadata: {},
1486
+ },
1487
+ {
1488
+ name: 'short_description',
1489
+ attribute_type: 'string',
1490
+ metadata: {},
1491
+ },
1492
+ {
1493
+ name: 'sitemap_change_frequency',
1494
+ attribute_type: 'string',
1495
+ metadata: {},
1496
+ },
1497
+ {
1498
+ name: 'sitemap_order',
1499
+ attribute_type: 'integer',
1500
+ metadata: {},
1501
+ },
1502
+ {
1503
+ name: 'sitemap_priority',
1504
+ attribute_type: 'string',
1505
+ metadata: {},
1506
+ },
1507
+ {
1508
+ name: 'slug',
1509
+ attribute_type: 'string',
1510
+ metadata: {},
1511
+ },
1512
+ {
1513
+ name: 'status',
1514
+ attribute_type: 'boolean',
1515
+ metadata: {},
1516
+ },
1517
+ {
1518
+ name: 'uuid',
1519
+ attribute_type: 'string',
1520
+ metadata: {},
1521
+ },
1522
+ ],
1523
+ },
1524
+ {
1525
+ id: '1407045',
1526
+ name: 'modules/ins_databases/configuration',
1527
+ metadata: {},
1528
+ properties: [
1529
+ {
1530
+ name: 'currency',
1531
+ attribute_type: 'string',
1532
+ metadata: {},
1533
+ },
1534
+ {
1535
+ name: 'measurement_unit',
1536
+ attribute_type: 'string',
1537
+ metadata: {},
1538
+ },
1539
+ {
1540
+ name: 'uuid',
1541
+ attribute_type: 'string',
1542
+ metadata: {},
1543
+ },
1544
+ {
1545
+ name: 'weight_unit',
1546
+ attribute_type: 'string',
1547
+ metadata: {},
1548
+ },
1549
+ ],
1550
+ },
1551
+ {
1552
+ id: '1586772',
1553
+ name: 'modules/ins_databases/created_new_db',
1554
+ metadata: {
1555
+ label: 'CREATED NEW DB',
1556
+ groups: [],
1557
+ is_archived: false,
1558
+ },
1559
+ properties: [
1560
+ {
1561
+ name: 'new_field',
1562
+ attribute_type: 'string',
1563
+ metadata: {
1564
+ label: 'New Field',
1565
+ weight: 0,
1566
+ ui_element: 'input',
1567
+ is_required: false,
1568
+ column_weigthing: 0,
1569
+ is_shown_in_table: true,
1570
+ },
1571
+ },
1572
+ ],
1573
+ },
1574
+ {
1575
+ id: '1550584',
1576
+ name: 'modules/ins_databases/created_vb',
1577
+ metadata: {
1578
+ label: 'Created VB',
1579
+ groups: [],
1580
+ is_archived: false,
1581
+ },
1582
+ properties: [
1583
+ {
1584
+ name: 'new_field',
1585
+ attribute_type: 'string',
1586
+ metadata: {
1587
+ label: 'New Field',
1588
+ weight: 0,
1589
+ ui_element: 'input',
1590
+ is_required: false,
1591
+ column_weigthing: 0,
1592
+ is_shown_in_table: true,
1593
+ },
1594
+ },
1595
+ ],
1596
+ },
1597
+ {
1598
+ id: '1545597',
1599
+ name: 'modules/ins_databases/create_history',
1600
+ metadata: {
1601
+ label: 'Create History',
1602
+ groups: [],
1603
+ is_archived: false,
1604
+ },
1605
+ properties: [
1606
+ {
1607
+ name: 'new_field',
1608
+ attribute_type: 'string',
1609
+ metadata: {
1610
+ label: 'New Field',
1611
+ weight: 0,
1612
+ ui_element: 'input',
1613
+ is_required: false,
1614
+ is_shown_in_table: false,
1615
+ },
1616
+ },
1617
+ ],
1618
+ },
1619
+ {
1620
+ id: '1550585',
1621
+ name: 'modules/ins_databases/create_vb2',
1622
+ metadata: {
1623
+ label: 'Create VB2',
1624
+ groups: [],
1625
+ is_archived: false,
1626
+ },
1627
+ properties: [
1628
+ {
1629
+ name: 'new_field',
1630
+ attribute_type: 'string',
1631
+ metadata: {
1632
+ label: 'New Field',
1633
+ weight: 0,
1634
+ ui_element: 'input',
1635
+ is_required: false,
1636
+ is_shown_in_table: false,
1637
+ },
1638
+ },
1639
+ ],
1640
+ },
1641
+ {
1642
+ id: '1334685',
1643
+ name: 'modules/ins_databases/data_source_db',
1644
+ metadata: {
1645
+ label: 'Data Source DB',
1646
+ groups: [],
1647
+ is_archived: false,
1648
+ },
1649
+ properties: [
1650
+ {
1651
+ name: 'companies',
1652
+ attribute_type: 'string',
1653
+ metadata: {
1654
+ label: 'Companies',
1655
+ weight: 1,
1656
+ ui_element: 'select_data_source',
1657
+ is_required: false,
1658
+ display_field: 'uuid',
1659
+ is_shown_in_table: false,
1660
+ },
1661
+ },
1662
+ {
1663
+ name: 'companies_array',
1664
+ attribute_type: 'array',
1665
+ metadata: {
1666
+ label: 'Companies Array',
1667
+ weight: 3,
1668
+ ui_element: 'select_data_source_multiple',
1669
+ is_required: false,
1670
+ display_field: 'company_name',
1671
+ is_shown_in_table: false,
1672
+ },
1673
+ },
1674
+ {
1675
+ name: 'users',
1676
+ attribute_type: 'string',
1677
+ metadata: {
1678
+ label: 'Users',
1679
+ weight: 0,
1680
+ ui_element: 'select_data_source',
1681
+ is_required: false,
1682
+ display_field: 'name',
1683
+ is_shown_in_table: false,
1684
+ },
1685
+ },
1686
+ {
1687
+ name: 'users_array',
1688
+ attribute_type: 'array',
1689
+ metadata: {
1690
+ label: 'Users Array',
1691
+ weight: 2,
1692
+ ui_element: 'select_data_source_multiple',
1693
+ is_required: false,
1694
+ display_field: 'name',
1695
+ is_shown_in_table: false,
1696
+ },
1697
+ },
1698
+ ],
1699
+ },
1700
+ {
1701
+ id: '1417067',
1702
+ name: 'modules/ins_databases/decimal_float',
1703
+ metadata: {},
1704
+ properties: [
1705
+ {
1706
+ name: 'decimal',
1707
+ attribute_type: 'decimal',
1708
+ metadata: {},
1709
+ },
1710
+ {
1711
+ name: 'float',
1712
+ attribute_type: 'float',
1713
+ metadata: {},
1714
+ },
1715
+ ],
1716
+ },
1717
+ {
1718
+ id: '1417068',
1719
+ name: 'modules/ins_databases/decimal_float_1',
1720
+ metadata: {
1721
+ label: 'Decimal Float',
1722
+ groups: [],
1723
+ is_archived: false,
1724
+ },
1725
+ properties: [
1726
+ {
1727
+ name: 'decimal',
1728
+ attribute_type: 'decimal',
1729
+ metadata: {
1730
+ weight: null,
1731
+ },
1732
+ },
1733
+ {
1734
+ name: 'float',
1735
+ attribute_type: 'float',
1736
+ metadata: {
1737
+ weight: null,
1738
+ },
1739
+ },
1740
+ ],
1741
+ },
1742
+ {
1743
+ id: '986649',
1744
+ name: 'modules/ins_databases/example_db',
1745
+ metadata: {
1746
+ label: 'modules/ins_databases/example_db',
1747
+ groups: [],
1748
+ is_archived: false,
1749
+ },
1750
+ properties: [
1751
+ {
1752
+ name: 'company',
1753
+ attribute_type: 'string',
1754
+ metadata: {
1755
+ weight: null,
1756
+ },
1757
+ },
1758
+ {
1759
+ name: 'email',
1760
+ attribute_type: 'string',
1761
+ metadata: {
1762
+ weight: null,
1763
+ },
1764
+ },
1765
+ {
1766
+ name: 'name',
1767
+ attribute_type: 'string',
1768
+ metadata: {
1769
+ weight: null,
1770
+ },
1771
+ },
1772
+ {
1773
+ name: 'status',
1774
+ attribute_type: 'string',
1775
+ metadata: {
1776
+ weight: null,
1777
+ },
1778
+ },
1779
+ ],
1780
+ },
1781
+ {
1782
+ id: '1407046',
1783
+ name: 'modules/ins_databases/freight_supplier',
1784
+ metadata: {},
1785
+ properties: [
1786
+ {
1787
+ name: 'freight_methods',
1788
+ attribute_type: 'array',
1789
+ metadata: {},
1790
+ },
1791
+ {
1792
+ name: 'freight_supplier_name',
1793
+ attribute_type: 'string',
1794
+ metadata: {},
1795
+ },
1796
+ {
1797
+ name: 'is_enabled',
1798
+ attribute_type: 'boolean',
1799
+ metadata: {},
1800
+ },
1801
+ {
1802
+ name: 'tracking_code',
1803
+ attribute_type: 'string',
1804
+ metadata: {},
1805
+ },
1806
+ {
1807
+ name: 'tracking_link',
1808
+ attribute_type: 'string',
1809
+ metadata: {},
1810
+ },
1811
+ {
1812
+ name: 'uuid',
1813
+ attribute_type: 'string',
1814
+ metadata: {},
1815
+ },
1816
+ ],
1817
+ },
1818
+ {
1819
+ id: '1519859',
1820
+ name: 'modules/ins_databases/homepage_slider',
1821
+ metadata: {
1822
+ label: 'Homepage Slider',
1823
+ groups: [
1824
+ {
1825
+ id: 'a5ab5ed3-4d46-4175-8366-5f7cac349331',
1826
+ name: 'Post Settings',
1827
+ weight: 0,
1828
+ },
1829
+ {
1830
+ id: 'bec7bf6d-a71d-4395-9ea8-483263d67a83',
1831
+ name: 'Content',
1832
+ weight: 1,
1833
+ },
1834
+ {
1835
+ id: 'b7f4b1e7-bcfb-4c4e-8caf-bac0b3a1e702',
1836
+ name: 'Media',
1837
+ weight: 2,
1838
+ },
1839
+ ],
1840
+ is_archived: false,
1841
+ },
1842
+ properties: [
1843
+ {
1844
+ name: 'date_time',
1845
+ attribute_type: 'datetime',
1846
+ metadata: {
1847
+ label: 'Date Time',
1848
+ weight: 3,
1849
+ group_id: 'a5ab5ed3-4d46-4175-8366-5f7cac349331',
1850
+ ui_element: 'date_time',
1851
+ is_required: false,
1852
+ column_weigthing: 4,
1853
+ is_shown_in_table: false,
1854
+ },
1855
+ },
1856
+ {
1857
+ name: 'enabled',
1858
+ attribute_type: 'boolean',
1859
+ metadata: {
1860
+ label: 'Enabled',
1861
+ weight: 4,
1862
+ group_id: 'a5ab5ed3-4d46-4175-8366-5f7cac349331',
1863
+ ui_element: 'toggle',
1864
+ column_weigthing: 6,
1865
+ is_shown_in_table: false,
1866
+ },
1867
+ },
1868
+ {
1869
+ name: 'end_date',
1870
+ attribute_type: 'date',
1871
+ metadata: {
1872
+ label: 'End Date',
1873
+ weight: 1,
1874
+ group_id: 'a5ab5ed3-4d46-4175-8366-5f7cac349331',
1875
+ ui_element: 'date',
1876
+ is_required: false,
1877
+ column_weigthing: 7,
1878
+ is_shown_in_table: false,
1879
+ },
1880
+ },
1881
+ {
1882
+ name: 'image',
1883
+ attribute_type: 'upload',
1884
+ metadata: {
1885
+ label: 'Image',
1886
+ weight: 10,
1887
+ group_id: 'b7f4b1e7-bcfb-4c4e-8caf-bac0b3a1e702',
1888
+ ui_element: 'media_image',
1889
+ is_required: false,
1890
+ },
1891
+ },
1892
+ {
1893
+ name: 'link',
1894
+ attribute_type: 'string',
1895
+ metadata: {
1896
+ label: 'Link',
1897
+ weight: 9,
1898
+ group_id: 'bec7bf6d-a71d-4395-9ea8-483263d67a83',
1899
+ ui_element: 'input',
1900
+ is_required: false,
1901
+ column_weigthing: 11,
1902
+ is_shown_in_table: false,
1903
+ },
1904
+ },
1905
+ {
1906
+ name: 'long_text',
1907
+ attribute_type: 'string',
1908
+ metadata: {
1909
+ label: 'Long Text',
1910
+ weight: 8,
1911
+ group_id: 'bec7bf6d-a71d-4395-9ea8-483263d67a83',
1912
+ ui_element: 'input',
1913
+ is_required: false,
1914
+ column_weigthing: 10,
1915
+ is_shown_in_table: false,
1916
+ },
1917
+ },
1918
+ {
1919
+ name: 'new_field',
1920
+ attribute_type: 'string',
1921
+ metadata: {
1922
+ label: 'New Field',
1923
+ weight: 11,
1924
+ ui_element: 'input',
1925
+ is_required: false,
1926
+ column_weigthing: 3,
1927
+ is_shown_in_table: false,
1928
+ },
1929
+ },
1930
+ {
1931
+ name: 'new_field_2',
1932
+ attribute_type: 'string',
1933
+ metadata: {
1934
+ label: 'New Field 2',
1935
+ weight: 12,
1936
+ ui_element: 'input',
1937
+ is_required: false,
1938
+ column_weigthing: 1,
1939
+ is_shown_in_table: false,
1940
+ },
1941
+ },
1942
+ {
1943
+ name: 'new_field_3',
1944
+ attribute_type: 'string',
1945
+ metadata: {
1946
+ label: 'New Field 3',
1947
+ weight: 13,
1948
+ ui_element: 'input',
1949
+ is_required: false,
1950
+ column_weigthing: 0,
1951
+ is_shown_in_table: false,
1952
+ },
1953
+ },
1954
+ {
1955
+ name: 'new_field_4',
1956
+ attribute_type: 'string',
1957
+ metadata: {
1958
+ label: 'New Field 4',
1959
+ weight: 0,
1960
+ group_id: 'a5ab5ed3-4d46-4175-8366-5f7cac349331',
1961
+ ui_element: 'input',
1962
+ is_required: false,
1963
+ is_shown_in_table: false,
1964
+ },
1965
+ },
1966
+ {
1967
+ name: 'order',
1968
+ attribute_type: 'integer',
1969
+ metadata: {
1970
+ label: 'Order',
1971
+ weight: 5,
1972
+ group_id: 'a5ab5ed3-4d46-4175-8366-5f7cac349331',
1973
+ ui_element: 'number',
1974
+ is_required: false,
1975
+ column_weigthing: 8,
1976
+ is_shown_in_table: false,
1977
+ },
1978
+ },
1979
+ {
1980
+ name: 'short_text',
1981
+ attribute_type: 'string',
1982
+ metadata: {
1983
+ label: 'Short Text',
1984
+ weight: 7,
1985
+ group_id: 'bec7bf6d-a71d-4395-9ea8-483263d67a83',
1986
+ ui_element: 'input',
1987
+ is_required: false,
1988
+ column_weigthing: 9,
1989
+ is_shown_in_table: false,
1990
+ },
1991
+ },
1992
+ {
1993
+ name: 'start_date',
1994
+ attribute_type: 'date',
1995
+ metadata: {
1996
+ label: 'Start Date',
1997
+ weight: 2,
1998
+ group_id: 'a5ab5ed3-4d46-4175-8366-5f7cac349331',
1999
+ ui_element: 'date',
2000
+ is_required: false,
2001
+ column_weigthing: 2,
2002
+ is_shown_in_table: false,
2003
+ },
2004
+ },
2005
+ {
2006
+ name: 'title',
2007
+ attribute_type: 'string',
2008
+ metadata: {
2009
+ label: 'Title',
2010
+ weight: 6,
2011
+ group_id: 'bec7bf6d-a71d-4395-9ea8-483263d67a83',
2012
+ ui_element: 'input',
2013
+ is_required: false,
2014
+ is_searchable: true,
2015
+ column_weigthing: 5,
2016
+ is_shown_in_table: false,
2017
+ },
2018
+ },
2019
+ ],
2020
+ },
2021
+ {
2022
+ id: '1561920',
2023
+ name: 'modules/ins_databases/markdown_db',
2024
+ metadata: {
2025
+ label: 'Markdown DB',
2026
+ groups: [],
2027
+ is_archived: false,
2028
+ },
2029
+ properties: [
2030
+ {
2031
+ name: 'markdown',
2032
+ attribute_type: 'string',
2033
+ metadata: {
2034
+ label: 'markdown',
2035
+ weight: 0,
2036
+ ui_element: 'markdown',
2037
+ is_required: false,
2038
+ },
2039
+ },
2040
+ ],
2041
+ },
2042
+ {
2043
+ id: '1556978',
2044
+ name: 'modules/ins_databases/new_database_2',
2045
+ metadata: {
2046
+ label: 'New Database 2',
2047
+ groups: [],
2048
+ is_archived: false,
2049
+ },
2050
+ properties: [
2051
+ {
2052
+ name: 'categories',
2053
+ attribute_type: 'string',
2054
+ metadata: {
2055
+ label: 'Categories',
2056
+ weight: 3,
2057
+ ui_element: 'select_data_source',
2058
+ is_required: false,
2059
+ display_field: 'category_name',
2060
+ column_weigthing: 0,
2061
+ is_shown_in_table: true,
2062
+ },
2063
+ },
2064
+ {
2065
+ name: 'companies',
2066
+ attribute_type: 'string',
2067
+ metadata: {
2068
+ label: 'Companies',
2069
+ weight: 4,
2070
+ ui_element: 'select_data_source',
2071
+ is_required: false,
2072
+ display_field: 'company_name',
2073
+ column_weigthing: 1,
2074
+ is_shown_in_table: true,
2075
+ },
2076
+ },
2077
+ {
2078
+ name: 'contacts',
2079
+ attribute_type: 'string',
2080
+ metadata: {
2081
+ label: 'Contacts',
2082
+ weight: 7,
2083
+ ui_element: 'select_data_source',
2084
+ is_required: false,
2085
+ display_field: 'email',
2086
+ column_weigthing: 7,
2087
+ is_shown_in_table: true,
2088
+ },
2089
+ },
2090
+ {
2091
+ name: 'database',
2092
+ attribute_type: 'string',
2093
+ metadata: {
2094
+ label: 'Database',
2095
+ weight: 5,
2096
+ ui_element: 'select_data_source',
2097
+ is_required: false,
2098
+ display_field: 'text',
2099
+ column_weigthing: 2,
2100
+ is_shown_in_table: true,
2101
+ },
2102
+ },
2103
+ {
2104
+ name: 'databases',
2105
+ attribute_type: 'array',
2106
+ metadata: {
2107
+ label: 'Databases',
2108
+ weight: 6,
2109
+ ui_element: 'select_data_source_multiple',
2110
+ is_required: false,
2111
+ display_field: 'text',
2112
+ column_weigthing: 3,
2113
+ is_shown_in_table: true,
2114
+ },
2115
+ },
2116
+ {
2117
+ name: 'locations',
2118
+ attribute_type: 'string',
2119
+ metadata: {
2120
+ label: 'Locations',
2121
+ weight: 0,
2122
+ ui_element: 'select_data_source',
2123
+ is_required: false,
2124
+ display_field: 'location_name',
2125
+ column_weigthing: 4,
2126
+ is_shown_in_table: true,
2127
+ },
2128
+ },
2129
+ {
2130
+ name: 'orders',
2131
+ attribute_type: 'string',
2132
+ metadata: {
2133
+ label: 'Orders',
2134
+ weight: 1,
2135
+ ui_element: 'select_data_source',
2136
+ is_required: false,
2137
+ display_field: 'order_reference',
2138
+ column_weigthing: 5,
2139
+ is_shown_in_table: true,
2140
+ },
2141
+ },
2142
+ {
2143
+ name: 'products',
2144
+ attribute_type: 'string',
2145
+ metadata: {
2146
+ label: 'Products',
2147
+ weight: 2,
2148
+ ui_element: 'select_data_source',
2149
+ is_required: false,
2150
+ display_field: 'product_name',
2151
+ column_weigthing: 6,
2152
+ is_shown_in_table: true,
2153
+ },
2154
+ },
2155
+ ],
2156
+ },
2157
+ {
2158
+ id: '1407047',
2159
+ name: 'modules/ins_databases/order',
2160
+ metadata: {},
2161
+ properties: [
2162
+ {
2163
+ name: 'billing_address_1',
2164
+ attribute_type: 'string',
2165
+ metadata: {},
2166
+ },
2167
+ {
2168
+ name: 'billing_address_2',
2169
+ attribute_type: 'string',
2170
+ metadata: {},
2171
+ },
2172
+ {
2173
+ name: 'billing_address_3',
2174
+ attribute_type: 'string',
2175
+ metadata: {},
2176
+ },
2177
+ {
2178
+ name: 'billing_city',
2179
+ attribute_type: 'string',
2180
+ metadata: {},
2181
+ },
2182
+ {
2183
+ name: 'billing_company_name',
2184
+ attribute_type: 'string',
2185
+ metadata: {},
2186
+ },
2187
+ {
2188
+ name: 'billing_company_uuid',
2189
+ attribute_type: 'string',
2190
+ metadata: {},
2191
+ },
2192
+ {
2193
+ name: 'billing_contact_uuid',
2194
+ attribute_type: 'string',
2195
+ metadata: {},
2196
+ },
2197
+ {
2198
+ name: 'billing_country',
2199
+ attribute_type: 'string',
2200
+ metadata: {},
2201
+ },
2202
+ {
2203
+ name: 'billing_country_code',
2204
+ attribute_type: 'string',
2205
+ metadata: {},
2206
+ },
2207
+ {
2208
+ name: 'billing_county',
2209
+ attribute_type: 'string',
2210
+ metadata: {},
2211
+ },
2212
+ {
2213
+ name: 'billing_district',
2214
+ attribute_type: 'string',
2215
+ metadata: {},
2216
+ },
2217
+ {
2218
+ name: 'billing_email',
2219
+ attribute_type: 'string',
2220
+ metadata: {},
2221
+ },
2222
+ {
2223
+ name: 'billing_first_name',
2224
+ attribute_type: 'string',
2225
+ metadata: {},
2226
+ },
2227
+ {
2228
+ name: 'billing_last_name',
2229
+ attribute_type: 'string',
2230
+ metadata: {},
2231
+ },
2232
+ {
2233
+ name: 'billing_latitude',
2234
+ attribute_type: 'string',
2235
+ metadata: {},
2236
+ },
2237
+ {
2238
+ name: 'billing_longitude',
2239
+ attribute_type: 'string',
2240
+ metadata: {},
2241
+ },
2242
+ {
2243
+ name: 'billing_phone',
2244
+ attribute_type: 'string',
2245
+ metadata: {},
2246
+ },
2247
+ {
2248
+ name: 'billing_postcode',
2249
+ attribute_type: 'string',
2250
+ metadata: {},
2251
+ },
2252
+ {
2253
+ name: 'billing_state',
2254
+ attribute_type: 'string',
2255
+ metadata: {},
2256
+ },
2257
+ {
2258
+ name: 'billing_suburb',
2259
+ attribute_type: 'string',
2260
+ metadata: {},
2261
+ },
2262
+ {
2263
+ name: 'currency',
2264
+ attribute_type: 'string',
2265
+ metadata: {},
2266
+ },
2267
+ {
2268
+ name: 'freight_method',
2269
+ attribute_type: 'string',
2270
+ metadata: {},
2271
+ },
2272
+ {
2273
+ name: 'freight_supplier_name',
2274
+ attribute_type: 'string',
2275
+ metadata: {},
2276
+ },
2277
+ {
2278
+ name: 'gateway_customer_id',
2279
+ attribute_type: 'string',
2280
+ metadata: {},
2281
+ },
2282
+ {
2283
+ name: 'gateway_id',
2284
+ attribute_type: 'string',
2285
+ metadata: {},
2286
+ },
2287
+ {
2288
+ name: 'is_recurring',
2289
+ attribute_type: 'boolean',
2290
+ metadata: {},
2291
+ },
2292
+ {
2293
+ name: 'is_scheduled',
2294
+ attribute_type: 'boolean',
2295
+ metadata: {},
2296
+ },
2297
+ {
2298
+ name: 'notes',
2299
+ attribute_type: 'string',
2300
+ metadata: {},
2301
+ },
2302
+ {
2303
+ name: 'order_company_name',
2304
+ attribute_type: 'string',
2305
+ metadata: {},
2306
+ },
2307
+ {
2308
+ name: 'order_company_uuid',
2309
+ attribute_type: 'string',
2310
+ metadata: {},
2311
+ },
2312
+ {
2313
+ name: 'order_contact_uuid',
2314
+ attribute_type: 'string',
2315
+ metadata: {},
2316
+ },
2317
+ {
2318
+ name: 'order_date_time',
2319
+ attribute_type: 'datetime',
2320
+ metadata: {},
2321
+ },
2322
+ {
2323
+ name: 'order_email',
2324
+ attribute_type: 'string',
2325
+ metadata: {},
2326
+ },
2327
+ {
2328
+ name: 'order_first_name',
2329
+ attribute_type: 'string',
2330
+ metadata: {},
2331
+ },
2332
+ {
2333
+ name: 'order_last_name',
2334
+ attribute_type: 'string',
2335
+ metadata: {},
2336
+ },
2337
+ {
2338
+ name: 'order_number',
2339
+ attribute_type: 'string',
2340
+ metadata: {},
2341
+ },
2342
+ {
2343
+ name: 'order_payment_status',
2344
+ attribute_type: 'string',
2345
+ metadata: {},
2346
+ },
2347
+ {
2348
+ name: 'order_phone_country_code',
2349
+ attribute_type: 'string',
2350
+ metadata: {},
2351
+ },
2352
+ {
2353
+ name: 'order_phone_number',
2354
+ attribute_type: 'string',
2355
+ metadata: {},
2356
+ },
2357
+ {
2358
+ name: 'order_reference',
2359
+ attribute_type: 'string',
2360
+ metadata: {},
2361
+ },
2362
+ {
2363
+ name: 'order_status',
2364
+ attribute_type: 'string',
2365
+ metadata: {},
2366
+ },
2367
+ {
2368
+ name: 'order_value',
2369
+ attribute_type: 'float',
2370
+ metadata: {},
2371
+ },
2372
+ {
2373
+ name: 'packaging_label_pdf',
2374
+ attribute_type: 'upload',
2375
+ metadata: {},
2376
+ },
2377
+ {
2378
+ name: 'picking_slip_pdf',
2379
+ attribute_type: 'upload',
2380
+ metadata: {},
2381
+ },
2382
+ {
2383
+ name: 'related_1',
2384
+ attribute_type: 'string',
2385
+ metadata: {},
2386
+ },
2387
+ {
2388
+ name: 'related_2',
2389
+ attribute_type: 'string',
2390
+ metadata: {},
2391
+ },
2392
+ {
2393
+ name: 'related_3',
2394
+ attribute_type: 'string',
2395
+ metadata: {},
2396
+ },
2397
+ {
2398
+ name: 'related_4',
2399
+ attribute_type: 'string',
2400
+ metadata: {},
2401
+ },
2402
+ {
2403
+ name: 'related_5',
2404
+ attribute_type: 'string',
2405
+ metadata: {},
2406
+ },
2407
+ {
2408
+ name: 'shipping_address_1',
2409
+ attribute_type: 'string',
2410
+ metadata: {},
2411
+ },
2412
+ {
2413
+ name: 'shipping_address_2',
2414
+ attribute_type: 'string',
2415
+ metadata: {},
2416
+ },
2417
+ {
2418
+ name: 'shipping_address_3',
2419
+ attribute_type: 'string',
2420
+ metadata: {},
2421
+ },
2422
+ {
2423
+ name: 'shipping_amount',
2424
+ attribute_type: 'float',
2425
+ metadata: {},
2426
+ },
2427
+ {
2428
+ name: 'shipping_city',
2429
+ attribute_type: 'string',
2430
+ metadata: {},
2431
+ },
2432
+ {
2433
+ name: 'shipping_company_name',
2434
+ attribute_type: 'string',
2435
+ metadata: {},
2436
+ },
2437
+ {
2438
+ name: 'shipping_company_uuid',
2439
+ attribute_type: 'string',
2440
+ metadata: {},
2441
+ },
2442
+ {
2443
+ name: 'shipping_contact_uuid',
2444
+ attribute_type: 'string',
2445
+ metadata: {},
2446
+ },
2447
+ {
2448
+ name: 'shipping_country',
2449
+ attribute_type: 'string',
2450
+ metadata: {},
2451
+ },
2452
+ {
2453
+ name: 'shipping_country_code',
2454
+ attribute_type: 'string',
2455
+ metadata: {},
2456
+ },
2457
+ {
2458
+ name: 'shipping_county',
2459
+ attribute_type: 'string',
2460
+ metadata: {},
2461
+ },
2462
+ {
2463
+ name: 'shipping_district',
2464
+ attribute_type: 'string',
2465
+ metadata: {},
2466
+ },
2467
+ {
2468
+ name: 'shipping_email',
2469
+ attribute_type: 'string',
2470
+ metadata: {},
2471
+ },
2472
+ {
2473
+ name: 'shipping_first_name',
2474
+ attribute_type: 'string',
2475
+ metadata: {},
2476
+ },
2477
+ {
2478
+ name: 'shipping_instructions',
2479
+ attribute_type: 'string',
2480
+ metadata: {},
2481
+ },
2482
+ {
2483
+ name: 'shipping_last_name',
2484
+ attribute_type: 'string',
2485
+ metadata: {},
2486
+ },
2487
+ {
2488
+ name: 'shipping_latitude',
2489
+ attribute_type: 'string',
2490
+ metadata: {},
2491
+ },
2492
+ {
2493
+ name: 'shipping_longitude',
2494
+ attribute_type: 'string',
2495
+ metadata: {},
2496
+ },
2497
+ {
2498
+ name: 'shipping_option',
2499
+ attribute_type: 'string',
2500
+ metadata: {},
2501
+ },
2502
+ {
2503
+ name: 'shipping_phone',
2504
+ attribute_type: 'string',
2505
+ metadata: {},
2506
+ },
2507
+ {
2508
+ name: 'shipping_postcode',
2509
+ attribute_type: 'string',
2510
+ metadata: {},
2511
+ },
2512
+ {
2513
+ name: 'shipping_state',
2514
+ attribute_type: 'string',
2515
+ metadata: {},
2516
+ },
2517
+ {
2518
+ name: 'shipping_status',
2519
+ attribute_type: 'string',
2520
+ metadata: {},
2521
+ },
2522
+ {
2523
+ name: 'shipping_suburb',
2524
+ attribute_type: 'string',
2525
+ metadata: {},
2526
+ },
2527
+ {
2528
+ name: 'tax_amount',
2529
+ attribute_type: 'float',
2530
+ metadata: {},
2531
+ },
2532
+ {
2533
+ name: 'tax_invoice_pdf',
2534
+ attribute_type: 'upload',
2535
+ metadata: {},
2536
+ },
2537
+ {
2538
+ name: 'total_amount',
2539
+ attribute_type: 'float',
2540
+ metadata: {},
2541
+ },
2542
+ {
2543
+ name: 'total_amount_paid',
2544
+ attribute_type: 'float',
2545
+ metadata: {},
2546
+ },
2547
+ {
2548
+ name: 'total_discount_amount',
2549
+ attribute_type: 'float',
2550
+ metadata: {},
2551
+ },
2552
+ {
2553
+ name: 'tracking_code',
2554
+ attribute_type: 'string',
2555
+ metadata: {},
2556
+ },
2557
+ {
2558
+ name: 'tracking_link',
2559
+ attribute_type: 'string',
2560
+ metadata: {},
2561
+ },
2562
+ {
2563
+ name: 'uuid',
2564
+ attribute_type: 'string',
2565
+ metadata: {},
2566
+ },
2567
+ ],
2568
+ },
2569
+ {
2570
+ id: '1407048',
2571
+ name: 'modules/ins_databases/payment',
2572
+ metadata: {},
2573
+ properties: [
2574
+ {
2575
+ name: 'card_brand',
2576
+ attribute_type: 'string',
2577
+ metadata: {},
2578
+ },
2579
+ {
2580
+ name: 'card_exp_month',
2581
+ attribute_type: 'string',
2582
+ metadata: {},
2583
+ },
2584
+ {
2585
+ name: 'card_exp_year',
2586
+ attribute_type: 'string',
2587
+ metadata: {},
2588
+ },
2589
+ {
2590
+ name: 'card_last4',
2591
+ attribute_type: 'string',
2592
+ metadata: {},
2593
+ },
2594
+ {
2595
+ name: 'currency',
2596
+ attribute_type: 'string',
2597
+ metadata: {},
2598
+ },
2599
+ {
2600
+ name: 'notes',
2601
+ attribute_type: 'string',
2602
+ metadata: {},
2603
+ },
2604
+ {
2605
+ name: 'order_uuid',
2606
+ attribute_type: 'string',
2607
+ metadata: {},
2608
+ },
2609
+ {
2610
+ name: 'payment_date_time',
2611
+ attribute_type: 'datetime',
2612
+ metadata: {},
2613
+ },
2614
+ {
2615
+ name: 'payment_gateway_details',
2616
+ attribute_type: 'string',
2617
+ metadata: {},
2618
+ },
2619
+ {
2620
+ name: 'payment_gateway_name',
2621
+ attribute_type: 'string',
2622
+ metadata: {},
2623
+ },
2624
+ {
2625
+ name: 'payment_source',
2626
+ attribute_type: 'string',
2627
+ metadata: {},
2628
+ },
2629
+ {
2630
+ name: 'payment_status',
2631
+ attribute_type: 'string',
2632
+ metadata: {},
2633
+ },
2634
+ {
2635
+ name: 'uuid',
2636
+ attribute_type: 'string',
2637
+ metadata: {},
2638
+ },
2639
+ ],
2640
+ },
2641
+ {
2642
+ id: '1407049',
2643
+ name: 'modules/ins_databases/product',
2644
+ metadata: {},
2645
+ properties: [
2646
+ {
2647
+ name: 'canonical_url',
2648
+ attribute_type: 'string',
2649
+ metadata: {},
2650
+ },
2651
+ {
2652
+ name: 'category_uuids',
2653
+ attribute_type: 'array',
2654
+ metadata: {},
2655
+ },
2656
+ {
2657
+ name: 'compare_at_price',
2658
+ attribute_type: 'float',
2659
+ metadata: {},
2660
+ },
2661
+ {
2662
+ name: 'gallery_1',
2663
+ attribute_type: 'array',
2664
+ metadata: {},
2665
+ },
2666
+ {
2667
+ name: 'gallery_2',
2668
+ attribute_type: 'array',
2669
+ metadata: {},
2670
+ },
2671
+ {
2672
+ name: 'height',
2673
+ attribute_type: 'float',
2674
+ metadata: {},
2675
+ },
2676
+ {
2677
+ name: 'image',
2678
+ attribute_type: 'upload',
2679
+ metadata: {},
2680
+ },
2681
+ {
2682
+ name: 'is_featured',
2683
+ attribute_type: 'boolean',
2684
+ metadata: {},
2685
+ },
2686
+ {
2687
+ name: 'is_free_shipping',
2688
+ attribute_type: 'boolean',
2689
+ metadata: {},
2690
+ },
2691
+ {
2692
+ name: 'is_on_sale',
2693
+ attribute_type: 'boolean',
2694
+ metadata: {},
2695
+ },
2696
+ {
2697
+ name: 'is_sitemap_enabled',
2698
+ attribute_type: 'boolean',
2699
+ metadata: {},
2700
+ },
2701
+ {
2702
+ name: 'is_subscription',
2703
+ attribute_type: 'boolean',
2704
+ metadata: {},
2705
+ },
2706
+ {
2707
+ name: 'is_tax_included',
2708
+ attribute_type: 'boolean',
2709
+ metadata: {},
2710
+ },
2711
+ {
2712
+ name: 'is_variant_enabled',
2713
+ attribute_type: 'boolean',
2714
+ metadata: {},
2715
+ },
2716
+ {
2717
+ name: 'is_visible_to_search_engines',
2718
+ attribute_type: 'boolean',
2719
+ metadata: {},
2720
+ },
2721
+ {
2722
+ name: 'keywords',
2723
+ attribute_type: 'array',
2724
+ metadata: {},
2725
+ },
2726
+ {
2727
+ name: 'length',
2728
+ attribute_type: 'float',
2729
+ metadata: {},
2730
+ },
2731
+ {
2732
+ name: 'long_description',
2733
+ attribute_type: 'string',
2734
+ metadata: {},
2735
+ },
2736
+ {
2737
+ name: 'media_1',
2738
+ attribute_type: 'upload',
2739
+ metadata: {},
2740
+ },
2741
+ {
2742
+ name: 'media_2',
2743
+ attribute_type: 'upload',
2744
+ metadata: {},
2745
+ },
2746
+ {
2747
+ name: 'media_3',
2748
+ attribute_type: 'upload',
2749
+ metadata: {},
2750
+ },
2751
+ {
2752
+ name: 'media_4',
2753
+ attribute_type: 'upload',
2754
+ metadata: {},
2755
+ },
2756
+ {
2757
+ name: 'meta_description',
2758
+ attribute_type: 'string',
2759
+ metadata: {},
2760
+ },
2761
+ {
2762
+ name: 'meta_title',
2763
+ attribute_type: 'string',
2764
+ metadata: {},
2765
+ },
2766
+ {
2767
+ name: 'open_graph_description',
2768
+ attribute_type: 'string',
2769
+ metadata: {},
2770
+ },
2771
+ {
2772
+ name: 'open_graph_image',
2773
+ attribute_type: 'upload',
2774
+ metadata: {},
2775
+ },
2776
+ {
2777
+ name: 'open_graph_site_name',
2778
+ attribute_type: 'string',
2779
+ metadata: {},
2780
+ },
2781
+ {
2782
+ name: 'open_graph_title',
2783
+ attribute_type: 'string',
2784
+ metadata: {},
2785
+ },
2786
+ {
2787
+ name: 'open_graph_type',
2788
+ attribute_type: 'string',
2789
+ metadata: {},
2790
+ },
2791
+ {
2792
+ name: 'open_graph_url',
2793
+ attribute_type: 'string',
2794
+ metadata: {},
2795
+ },
2796
+ {
2797
+ name: 'product_name',
2798
+ attribute_type: 'string',
2799
+ metadata: {},
2800
+ },
2801
+ {
2802
+ name: 'product_weighting',
2803
+ attribute_type: 'integer',
2804
+ metadata: {},
2805
+ },
2806
+ {
2807
+ name: 'regular_price',
2808
+ attribute_type: 'float',
2809
+ metadata: {},
2810
+ },
2811
+ {
2812
+ name: 'related_1',
2813
+ attribute_type: 'string',
2814
+ metadata: {},
2815
+ },
2816
+ {
2817
+ name: 'related_2',
2818
+ attribute_type: 'string',
2819
+ metadata: {},
2820
+ },
2821
+ {
2822
+ name: 'related_3',
2823
+ attribute_type: 'string',
2824
+ metadata: {},
2825
+ },
2826
+ {
2827
+ name: 'related_4',
2828
+ attribute_type: 'string',
2829
+ metadata: {},
2830
+ },
2831
+ {
2832
+ name: 'related_5',
2833
+ attribute_type: 'string',
2834
+ metadata: {},
2835
+ },
2836
+ {
2837
+ name: 'sale_price',
2838
+ attribute_type: 'float',
2839
+ metadata: {},
2840
+ },
2841
+ {
2842
+ name: 'schema_content',
2843
+ attribute_type: 'string',
2844
+ metadata: {},
2845
+ },
2846
+ {
2847
+ name: 'shipping_cost',
2848
+ attribute_type: 'float',
2849
+ metadata: {},
2850
+ },
2851
+ {
2852
+ name: 'shipping_height',
2853
+ attribute_type: 'float',
2854
+ metadata: {},
2855
+ },
2856
+ {
2857
+ name: 'shipping_length',
2858
+ attribute_type: 'float',
2859
+ metadata: {},
2860
+ },
2861
+ {
2862
+ name: 'shipping_weight',
2863
+ attribute_type: 'float',
2864
+ metadata: {},
2865
+ },
2866
+ {
2867
+ name: 'shipping_width',
2868
+ attribute_type: 'float',
2869
+ metadata: {},
2870
+ },
2871
+ {
2872
+ name: 'short_description',
2873
+ attribute_type: 'string',
2874
+ metadata: {},
2875
+ },
2876
+ {
2877
+ name: 'sitemap_change_frequency',
2878
+ attribute_type: 'string',
2879
+ metadata: {},
2880
+ },
2881
+ {
2882
+ name: 'sitemap_order',
2883
+ attribute_type: 'integer',
2884
+ metadata: {},
2885
+ },
2886
+ {
2887
+ name: 'sitemap_priority',
2888
+ attribute_type: 'string',
2889
+ metadata: {},
2890
+ },
2891
+ {
2892
+ name: 'sku',
2893
+ attribute_type: 'string',
2894
+ metadata: {},
2895
+ },
2896
+ {
2897
+ name: 'slug',
2898
+ attribute_type: 'string',
2899
+ metadata: {},
2900
+ },
2901
+ {
2902
+ name: 'status',
2903
+ attribute_type: 'boolean',
2904
+ metadata: {},
2905
+ },
2906
+ {
2907
+ name: 'stock',
2908
+ attribute_type: 'integer',
2909
+ metadata: {},
2910
+ },
2911
+ {
2912
+ name: 'tax',
2913
+ attribute_type: 'float',
2914
+ metadata: {},
2915
+ },
2916
+ {
2917
+ name: 'unit_label',
2918
+ attribute_type: 'string',
2919
+ metadata: {},
2920
+ },
2921
+ {
2922
+ name: 'uuid',
2923
+ attribute_type: 'string',
2924
+ metadata: {},
2925
+ },
2926
+ {
2927
+ name: 'variant_table_name',
2928
+ attribute_type: 'string',
2929
+ metadata: {},
2930
+ },
2931
+ {
2932
+ name: 'warranty_info',
2933
+ attribute_type: 'string',
2934
+ metadata: {},
2935
+ },
2936
+ {
2937
+ name: 'weight',
2938
+ attribute_type: 'float',
2939
+ metadata: {},
2940
+ },
2941
+ {
2942
+ name: 'width',
2943
+ attribute_type: 'float',
2944
+ metadata: {},
2945
+ },
2946
+ ],
2947
+ },
2948
+ {
2949
+ id: '1314588',
2950
+ name: 'modules/ins_databases/stepper',
2951
+ metadata: {
2952
+ label: 'Stepper',
2953
+ groups: [],
2954
+ is_archived: false,
2955
+ },
2956
+ properties: [
2957
+ {
2958
+ name: 'stepper',
2959
+ attribute_type: 'float',
2960
+ metadata: {
2961
+ label: 'Stepper',
2962
+ weight: 0,
2963
+ ui_element: 'stepper',
2964
+ is_required: false,
2965
+ is_shown_in_table: false,
2966
+ },
2967
+ },
2968
+ ],
2969
+ },
2970
+ {
2971
+ id: '1407142',
2972
+ name: 'modules/ins_databases/test_create',
2973
+ metadata: {
2974
+ label: 'Test Create',
2975
+ groups: [],
2976
+ is_archived: false,
2977
+ },
2978
+ properties: [
2979
+ {
2980
+ name: 'new_field',
2981
+ attribute_type: 'string',
2982
+ metadata: {
2983
+ label: 'New Field',
2984
+ weight: 0,
2985
+ ui_element: 'input',
2986
+ is_required: false,
2987
+ is_shown_in_table: false,
2988
+ },
2989
+ },
2990
+ ],
2991
+ },
2992
+ {
2993
+ id: '1272817',
2994
+ name: 'modules/ins_databases/test_db_1',
2995
+ metadata: {
2996
+ label: 'Test DB 1',
2997
+ groups: [
2998
+ {
2999
+ id: '841efa8d-5e98-4b7a-a7da-c4ac5c62ccdd',
3000
+ name: 'Data Source',
3001
+ weight: 0,
3002
+ },
3003
+ ],
3004
+ is_archived: false,
3005
+ },
3006
+ properties: [
3007
+ {
3008
+ name: 'data_source_companies',
3009
+ attribute_type: 'array',
3010
+ metadata: {
3011
+ label: 'Data Source Companies',
3012
+ weight: 2,
3013
+ group_id: '841efa8d-5e98-4b7a-a7da-c4ac5c62ccdd',
3014
+ ui_element: 'select_data_source_multiple',
3015
+ is_required: false,
3016
+ display_field: 'company_name',
3017
+ is_shown_in_table: false,
3018
+ },
3019
+ },
3020
+ {
3021
+ name: 'data_source_company',
3022
+ attribute_type: 'string',
3023
+ metadata: {
3024
+ label: 'Data Source Company',
3025
+ weight: 0,
3026
+ group_id: '841efa8d-5e98-4b7a-a7da-c4ac5c62ccdd',
3027
+ ui_element: 'select_data_source',
3028
+ is_required: false,
3029
+ display_field: 'company_name',
3030
+ is_shown_in_table: false,
3031
+ },
3032
+ },
3033
+ {
3034
+ name: 'data_source_contact',
3035
+ attribute_type: 'string',
3036
+ metadata: {
3037
+ label: 'Data Source Contact',
3038
+ weight: 1,
3039
+ group_id: '841efa8d-5e98-4b7a-a7da-c4ac5c62ccdd',
3040
+ ui_element: 'select_data_source',
3041
+ is_required: false,
3042
+ display_field: 'name',
3043
+ is_shown_in_table: false,
3044
+ },
3045
+ },
3046
+ {
3047
+ name: 'data_source_contacts',
3048
+ attribute_type: 'array',
3049
+ metadata: {
3050
+ label: 'Data Source Contacts',
3051
+ weight: 3,
3052
+ group_id: '841efa8d-5e98-4b7a-a7da-c4ac5c62ccdd',
3053
+ ui_element: 'select_data_source_multiple',
3054
+ is_required: false,
3055
+ display_field: 'email',
3056
+ is_shown_in_table: false,
3057
+ },
3058
+ },
3059
+ {
3060
+ name: 'data_source_database',
3061
+ attribute_type: 'string',
3062
+ metadata: {
3063
+ label: 'Data Source Database',
3064
+ weight: 4,
3065
+ group_id: '841efa8d-5e98-4b7a-a7da-c4ac5c62ccdd',
3066
+ ui_element: 'select_data_source',
3067
+ is_required: false,
3068
+ display_field: 'text',
3069
+ is_shown_in_table: false,
3070
+ },
3071
+ },
3072
+ {
3073
+ name: 'data_source_databases',
3074
+ attribute_type: 'array',
3075
+ metadata: {
3076
+ label: 'Data Source Databases',
3077
+ weight: 5,
3078
+ group_id: '841efa8d-5e98-4b7a-a7da-c4ac5c62ccdd',
3079
+ ui_element: 'select_data_source_multiple',
3080
+ is_required: false,
3081
+ display_field: 'text',
3082
+ is_shown_in_table: false,
3083
+ },
3084
+ },
3085
+ {
3086
+ name: 'new_field',
3087
+ attribute_type: 'float',
3088
+ metadata: {
3089
+ label: 'New Field',
3090
+ weight: 6,
3091
+ ui_element: 'decimal',
3092
+ is_required: false,
3093
+ is_shown_in_table: false,
3094
+ },
3095
+ },
3096
+ ],
3097
+ },
3098
+ {
3099
+ id: '1371337',
3100
+ name: 'modules/ins_databases/test_firefox',
3101
+ metadata: {
3102
+ label: 'Test Firefox',
3103
+ groups: [],
3104
+ is_archived: false,
3105
+ },
3106
+ properties: [
3107
+ {
3108
+ name: 'new_field',
3109
+ attribute_type: 'string',
3110
+ metadata: {
3111
+ label: 'New Field',
3112
+ weight: 0,
3113
+ ui_element: 'input',
3114
+ is_required: false,
3115
+ is_shown_in_table: false,
3116
+ },
3117
+ },
3118
+ ],
3119
+ },
3120
+ {
3121
+ id: '1364932',
3122
+ name: 'modules/ins_databases/test_results',
3123
+ metadata: {
3124
+ label: 'Test Results',
3125
+ groups: [],
3126
+ is_archived: false,
3127
+ },
3128
+ properties: [
3129
+ {
3130
+ name: 'array_field',
3131
+ attribute_type: 'array',
3132
+ metadata: {
3133
+ label: 'array field',
3134
+ weight: 3,
3135
+ ui_element: 'input_multiple',
3136
+ column_weigthing: 0,
3137
+ is_shown_in_table: false,
3138
+ },
3139
+ },
3140
+ {
3141
+ name: 'new_field',
3142
+ attribute_type: 'string',
3143
+ metadata: {
3144
+ label: 'new_field',
3145
+ weight: 2,
3146
+ ui_element: 'multi_line',
3147
+ is_required: false,
3148
+ column_weigthing: 1,
3149
+ },
3150
+ },
3151
+ {
3152
+ name: 'old_field',
3153
+ attribute_type: 'string',
3154
+ metadata: {
3155
+ label: 'old_field',
3156
+ weight: 1,
3157
+ ui_element: 'multi_line',
3158
+ is_required: false,
3159
+ column_weigthing: 2,
3160
+ },
3161
+ },
3162
+ {
3163
+ name: 'table_field',
3164
+ attribute_type: 'array',
3165
+ metadata: {
3166
+ label: 'Table Field',
3167
+ table: [
3168
+ {
3169
+ column_key: 'column_1',
3170
+ column_label: 'Column 1',
3171
+ },
3172
+ {
3173
+ column_key: 'column_2',
3174
+ column_label: 'Column 2',
3175
+ },
3176
+ {
3177
+ column_key: 'column_3',
3178
+ column_label: 'Column 3',
3179
+ },
3180
+ ],
3181
+ weight: 0,
3182
+ ui_element: 'table',
3183
+ is_required: false,
3184
+ help_text_tooltip: 'Tooltip Content',
3185
+ },
3186
+ },
3187
+ ],
3188
+ },
3189
+ {
3190
+ id: '1409938',
3191
+ name: 'modules/ins_ecommerce/category_custom_field',
3192
+ metadata: {},
3193
+ properties: [
3194
+ {
3195
+ name: 'category_uuid',
3196
+ attribute_type: 'string',
3197
+ metadata: {},
3198
+ },
3199
+ {
3200
+ name: 'custom_field',
3201
+ attribute_type: 'string',
3202
+ metadata: {
3203
+ label: 'Custom Field',
3204
+ weight: 0,
3205
+ ui_element: 'input',
3206
+ },
3207
+ },
3208
+ ],
3209
+ },
3210
+ {
3211
+ id: '1409939',
3212
+ name: 'modules/ins_ecommerce/order_custom_field',
3213
+ metadata: {},
3214
+ properties: [
3215
+ {
3216
+ name: 'file',
3217
+ attribute_type: 'upload',
3218
+ metadata: {
3219
+ label: 'file',
3220
+ weight: 1,
3221
+ ui_element: 'media_file',
3222
+ },
3223
+ },
3224
+ {
3225
+ name: 'order_uuid',
3226
+ attribute_type: 'string',
3227
+ metadata: {},
3228
+ },
3229
+ {
3230
+ name: 'test',
3231
+ attribute_type: 'string',
3232
+ metadata: {
3233
+ label: 'test',
3234
+ weight: 0,
3235
+ ui_element: 'input',
3236
+ },
3237
+ },
3238
+ ],
3239
+ },
3240
+ {
3241
+ id: '1409937',
3242
+ name: 'modules/ins_ecommerce/product_custom_field',
3243
+ metadata: {},
3244
+ properties: [
3245
+ {
3246
+ name: 'product_uuid',
3247
+ attribute_type: 'string',
3248
+ metadata: {},
3249
+ },
3250
+ {
3251
+ name: 'test',
3252
+ attribute_type: 'string',
3253
+ metadata: {
3254
+ label: 'test prod',
3255
+ weight: 0,
3256
+ ui_element: 'input',
3257
+ },
3258
+ },
3259
+ ],
3260
+ },
3261
+ {
3262
+ id: '1430125',
3263
+ name: 'modules/ins_locator/location_custom_field',
3264
+ metadata: {},
3265
+ properties: [
3266
+ {
3267
+ name: 'custom_field',
3268
+ attribute_type: 'string',
3269
+ metadata: {
3270
+ label: 'Custom Field',
3271
+ weight: 0,
3272
+ ui_element: 'input',
3273
+ },
3274
+ },
3275
+ {
3276
+ name: 'location_uuid',
3277
+ attribute_type: 'string',
3278
+ metadata: {},
3279
+ },
3280
+ ],
3281
+ },
3282
+ {
3283
+ id: '1374630',
3284
+ name: 'modules/ins_permission_mananger/cleaner_application',
3285
+ metadata: {
3286
+ label: 'Cleaner Application',
3287
+ groups: [
3288
+ {
3289
+ id: 'ffa59522-f1aa-4196-b6ca-c6a88b2b6cb0',
3290
+ name: 'Basic Details',
3291
+ weight: 0,
3292
+ },
3293
+ {
3294
+ id: 'bc6b6836-743b-406d-9a39-72140e5ac61e',
3295
+ name: 'Location & Availability',
3296
+ weight: 1,
3297
+ },
3298
+ {
3299
+ id: '2d0c5f77-a1a4-4a96-a3b9-0b605cbee0a6',
3300
+ name: 'Business Details',
3301
+ weight: 2,
3302
+ },
3303
+ ],
3304
+ is_archived: false,
3305
+ },
3306
+ properties: [
3307
+ {
3308
+ name: 'abn',
3309
+ attribute_type: 'string',
3310
+ metadata: {
3311
+ label: 'ABN',
3312
+ weight: 14,
3313
+ group_id: '2d0c5f77-a1a4-4a96-a3b9-0b605cbee0a6',
3314
+ ui_element: 'input',
3315
+ is_required: false,
3316
+ is_shown_in_table: false,
3317
+ },
3318
+ },
3319
+ {
3320
+ name: 'business_insurance',
3321
+ attribute_type: 'string',
3322
+ metadata: {
3323
+ label: 'Business insurance',
3324
+ weight: 16,
3325
+ options: ['Yes', 'No', 'Not applicable'],
3326
+ group_id: '2d0c5f77-a1a4-4a96-a3b9-0b605cbee0a6',
3327
+ ui_element: 'radio',
3328
+ is_required: false,
3329
+ is_shown_in_table: false,
3330
+ },
3331
+ },
3332
+ {
3333
+ name: 'business_name',
3334
+ attribute_type: 'string',
3335
+ metadata: {
3336
+ label: 'Business Name',
3337
+ weight: 13,
3338
+ group_id: '2d0c5f77-a1a4-4a96-a3b9-0b605cbee0a6',
3339
+ ui_element: 'input',
3340
+ is_required: false,
3341
+ is_shown_in_table: false,
3342
+ },
3343
+ },
3344
+ {
3345
+ name: 'car',
3346
+ attribute_type: 'string',
3347
+ metadata: {
3348
+ label: 'Car',
3349
+ weight: 7,
3350
+ options: ['Yes', 'No'],
3351
+ group_id: 'ffa59522-f1aa-4196-b6ca-c6a88b2b6cb0',
3352
+ ui_element: 'radio',
3353
+ is_required: false,
3354
+ is_shown_in_table: false,
3355
+ },
3356
+ },
3357
+ {
3358
+ name: 'data_source',
3359
+ attribute_type: 'string',
3360
+ metadata: {
3361
+ label: 'Data Source',
3362
+ weight: 20,
3363
+ ui_element: 'select_data_source',
3364
+ is_required: false,
3365
+ display_field: 'name',
3366
+ is_shown_in_table: false,
3367
+ },
3368
+ },
3369
+ {
3370
+ name: 'drivers_license',
3371
+ attribute_type: 'string',
3372
+ metadata: {
3373
+ label: 'Drivers License',
3374
+ weight: 6,
3375
+ options: ['Yes', 'No'],
3376
+ group_id: 'ffa59522-f1aa-4196-b6ca-c6a88b2b6cb0',
3377
+ ui_element: 'radio',
3378
+ is_required: false,
3379
+ is_shown_in_table: false,
3380
+ },
3381
+ },
3382
+ {
3383
+ name: 'email',
3384
+ attribute_type: 'string',
3385
+ metadata: {
3386
+ label: 'Email',
3387
+ weight: 2,
3388
+ group_id: 'ffa59522-f1aa-4196-b6ca-c6a88b2b6cb0',
3389
+ ui_element: 'input',
3390
+ is_required: true,
3391
+ is_shown_in_table: false,
3392
+ },
3393
+ },
3394
+ {
3395
+ name: 'english_proficiency',
3396
+ attribute_type: 'string',
3397
+ metadata: {
3398
+ label: 'English Proficiency',
3399
+ weight: 5,
3400
+ options: ['Some', 'Good', 'Great'],
3401
+ group_id: 'ffa59522-f1aa-4196-b6ca-c6a88b2b6cb0',
3402
+ ui_element: 'select',
3403
+ is_required: false,
3404
+ is_shown_in_table: false,
3405
+ },
3406
+ },
3407
+ {
3408
+ name: 'first_name',
3409
+ attribute_type: 'string',
3410
+ metadata: {
3411
+ label: 'First Name',
3412
+ weight: 0,
3413
+ group_id: 'ffa59522-f1aa-4196-b6ca-c6a88b2b6cb0',
3414
+ ui_element: 'input',
3415
+ is_required: true,
3416
+ is_shown_in_table: false,
3417
+ },
3418
+ },
3419
+ {
3420
+ name: 'gst',
3421
+ attribute_type: 'string',
3422
+ metadata: {
3423
+ label: 'GST',
3424
+ weight: 15,
3425
+ options: ['Yes', 'No', 'Not Applicable'],
3426
+ group_id: '2d0c5f77-a1a4-4a96-a3b9-0b605cbee0a6',
3427
+ ui_element: 'radio',
3428
+ is_required: false,
3429
+ is_shown_in_table: false,
3430
+ },
3431
+ },
3432
+ {
3433
+ name: 'language',
3434
+ attribute_type: 'string',
3435
+ metadata: {
3436
+ label: 'Language',
3437
+ weight: 4,
3438
+ group_id: 'ffa59522-f1aa-4196-b6ca-c6a88b2b6cb0',
3439
+ ui_element: 'input',
3440
+ is_required: true,
3441
+ is_shown_in_table: false,
3442
+ },
3443
+ },
3444
+ {
3445
+ name: 'last_name',
3446
+ attribute_type: 'string',
3447
+ metadata: {
3448
+ label: 'Last Name',
3449
+ weight: 1,
3450
+ group_id: 'ffa59522-f1aa-4196-b6ca-c6a88b2b6cb0',
3451
+ ui_element: 'input',
3452
+ is_required: true,
3453
+ is_searchable: false,
3454
+ is_shown_in_table: false,
3455
+ },
3456
+ },
3457
+ {
3458
+ name: 'phone_number',
3459
+ attribute_type: 'string',
3460
+ metadata: {
3461
+ label: 'Phone Number',
3462
+ weight: 3,
3463
+ group_id: 'ffa59522-f1aa-4196-b6ca-c6a88b2b6cb0',
3464
+ ui_element: 'phone',
3465
+ is_required: true,
3466
+ is_shown_in_table: false,
3467
+ },
3468
+ },
3469
+ {
3470
+ name: 'prefer_area',
3471
+ attribute_type: 'string',
3472
+ metadata: {
3473
+ label: 'Prefer Area',
3474
+ weight: 8,
3475
+ group_id: 'bc6b6836-743b-406d-9a39-72140e5ac61e',
3476
+ ui_element: 'input',
3477
+ is_required: true,
3478
+ is_shown_in_table: false,
3479
+ },
3480
+ },
3481
+ {
3482
+ name: 'source',
3483
+ attribute_type: 'string',
3484
+ metadata: {
3485
+ label: 'Source',
3486
+ weight: 18,
3487
+ ui_element: 'input',
3488
+ is_required: false,
3489
+ is_shown_in_table: false,
3490
+ },
3491
+ },
3492
+ {
3493
+ name: 'table',
3494
+ attribute_type: 'array',
3495
+ metadata: {
3496
+ label: 'Table',
3497
+ table: [
3498
+ {
3499
+ column_key: 'column_1',
3500
+ column_label: 'Column 1',
3501
+ },
3502
+ {
3503
+ column_key: 'column_2',
3504
+ column_label: 'Column 2',
3505
+ },
3506
+ ],
3507
+ weight: 19,
3508
+ ui_element: 'table',
3509
+ is_required: false,
3510
+ },
3511
+ },
3512
+ {
3513
+ name: 'tell_more',
3514
+ attribute_type: 'string',
3515
+ metadata: {
3516
+ label: 'Tell More',
3517
+ weight: 17,
3518
+ group_id: '2d0c5f77-a1a4-4a96-a3b9-0b605cbee0a6',
3519
+ ui_element: 'multi_line',
3520
+ is_required: true,
3521
+ },
3522
+ },
3523
+ {
3524
+ name: 'travel_time',
3525
+ attribute_type: 'string',
3526
+ metadata: {
3527
+ label: 'Travel Time',
3528
+ weight: 9,
3529
+ options: ['15 Minutes', '30 Minutes', '1 Hour', 'More than 1 Hour'],
3530
+ group_id: 'bc6b6836-743b-406d-9a39-72140e5ac61e',
3531
+ ui_element: 'select',
3532
+ is_required: false,
3533
+ is_shown_in_table: false,
3534
+ },
3535
+ },
3536
+ {
3537
+ name: 'work_days',
3538
+ attribute_type: 'array',
3539
+ metadata: {
3540
+ label: 'Work Days',
3541
+ weight: 10,
3542
+ options: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
3543
+ group_id: 'bc6b6836-743b-406d-9a39-72140e5ac61e',
3544
+ ui_element: 'select_multiple',
3545
+ is_required: true,
3546
+ is_shown_in_table: false,
3547
+ },
3548
+ },
3549
+ {
3550
+ name: 'work_hour_end',
3551
+ attribute_type: 'time',
3552
+ metadata: {
3553
+ label: 'Work Hour End',
3554
+ weight: 12,
3555
+ group_id: 'bc6b6836-743b-406d-9a39-72140e5ac61e',
3556
+ ui_element: 'time',
3557
+ is_required: true,
3558
+ is_shown_in_table: false,
3559
+ },
3560
+ },
3561
+ {
3562
+ name: 'work_hour_start',
3563
+ attribute_type: 'time',
3564
+ metadata: {
3565
+ label: 'Work Hour Start',
3566
+ weight: 11,
3567
+ group_id: 'bc6b6836-743b-406d-9a39-72140e5ac61e',
3568
+ ui_element: 'time',
3569
+ is_required: true,
3570
+ is_shown_in_table: false,
3571
+ },
3572
+ },
3573
+ ],
3574
+ },
3575
+ {
3576
+ id: '1319245',
3577
+ name: 'modules/ins_pipeline/pipeline_opportunity_custom_field',
3578
+ metadata: {},
3579
+ properties: [
3580
+ {
3581
+ name: 'opportunity_uuid',
3582
+ attribute_type: 'string',
3583
+ metadata: {},
3584
+ },
3585
+ ],
3586
+ },
3587
+ ],
3588
+ },
3589
+ };