@nocobase/plugin-flow-engine 2.1.0-alpha.13 → 2.1.0-alpha.14

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 (658) hide show
  1. package/dist/ai/ai-employees/nathan/index.js +1 -112
  2. package/dist/ai/ai-employees/nathan/prompt.md +132 -0
  3. package/dist/ai/ai-employees/nathan/skills/frontend-developer/tools/getContextApis.js +2 -2
  4. package/dist/ai/ai-employees/nathan/skills/frontend-developer/tools/getContextEnvs.js +2 -2
  5. package/dist/ai/ai-employees/nathan/skills/frontend-developer/tools/getContextVars.js +2 -2
  6. package/dist/ai/ai-employees/nathan/skills/frontend-developer/tools/lintAndTestJS.js +2 -2
  7. package/dist/client/index.js +1 -1
  8. package/dist/externalVersion.js +10 -13
  9. package/dist/node_modules/ses/package.json +1 -1
  10. package/dist/node_modules/zod/package.json +1 -1
  11. package/dist/server/flow-surfaces/action-scope.d.ts +37 -0
  12. package/dist/server/flow-surfaces/action-scope.js +146 -0
  13. package/dist/server/flow-surfaces/builder.d.ts +209 -0
  14. package/dist/server/flow-surfaces/builder.js +858 -0
  15. package/dist/server/flow-surfaces/catalog.d.ts +65 -0
  16. package/dist/server/flow-surfaces/catalog.js +2766 -0
  17. package/dist/server/flow-surfaces/chart-config.d.ts +121 -0
  18. package/dist/server/flow-surfaces/chart-config.js +1394 -0
  19. package/dist/server/flow-surfaces/compiler.d.ts +22 -0
  20. package/dist/server/flow-surfaces/compiler.js +1129 -0
  21. package/dist/server/flow-surfaces/configure-options.d.ts +23 -0
  22. package/dist/server/flow-surfaces/configure-options.js +671 -0
  23. package/dist/server/flow-surfaces/constants.d.ts +13 -0
  24. package/dist/server/flow-surfaces/constants.js +137 -0
  25. package/dist/server/flow-surfaces/context.d.ts +72 -0
  26. package/dist/server/flow-surfaces/context.js +556 -0
  27. package/dist/server/flow-surfaces/contract-guard.d.ts +19 -0
  28. package/dist/server/flow-surfaces/contract-guard.js +411 -0
  29. package/dist/server/flow-surfaces/errors.d.ts +47 -0
  30. package/dist/server/flow-surfaces/errors.js +145 -0
  31. package/dist/server/flow-surfaces/executor.d.ts +13 -0
  32. package/dist/server/flow-surfaces/executor.js +97 -0
  33. package/dist/server/flow-surfaces/field-semantics.d.ts +15 -0
  34. package/dist/server/flow-surfaces/field-semantics.js +80 -0
  35. package/dist/server/{flow-schema-registry → flow-surfaces}/index.d.ts +3 -2
  36. package/dist/server/flow-surfaces/index.js +352 -0
  37. package/dist/server/flow-surfaces/locator.d.ts +28 -0
  38. package/dist/server/flow-surfaces/locator.js +238 -0
  39. package/dist/server/flow-surfaces/placement.d.ts +33 -0
  40. package/dist/server/flow-surfaces/placement.js +192 -0
  41. package/dist/server/flow-surfaces/route-sync.d.ts +47 -0
  42. package/dist/server/flow-surfaces/route-sync.js +392 -0
  43. package/dist/server/flow-surfaces/service.d.ts +530 -0
  44. package/dist/server/flow-surfaces/service.js +7736 -0
  45. package/dist/server/flow-surfaces/support-matrix.d.ts +28 -0
  46. package/dist/server/flow-surfaces/support-matrix.js +246 -0
  47. package/dist/server/flow-surfaces/surface-context.d.ts +51 -0
  48. package/dist/server/flow-surfaces/surface-context.js +356 -0
  49. package/dist/server/flow-surfaces/types.d.ts +192 -0
  50. package/dist/server/index.d.ts +1 -1
  51. package/dist/server/index.js +6 -4
  52. package/dist/server/plugin.d.ts +0 -3
  53. package/dist/server/plugin.js +7 -36
  54. package/dist/server/repository.d.ts +9 -68
  55. package/dist/server/repository.js +106 -420
  56. package/dist/server/server.d.ts +0 -7
  57. package/dist/server/server.js +53 -23
  58. package/dist/server/variables/resolve.d.ts +21 -0
  59. package/dist/server/variables/resolve.js +79 -0
  60. package/dist/swagger/flow-surfaces.d.ts +3186 -0
  61. package/dist/swagger/flow-surfaces.js +4320 -0
  62. package/dist/swagger/index.d.ts +2837 -810
  63. package/dist/swagger/index.js +14 -696
  64. package/package.json +2 -4
  65. package/dist/node_modules/ajv/.runkit_example.js +0 -23
  66. package/dist/node_modules/ajv/LICENSE +0 -22
  67. package/dist/node_modules/ajv/dist/2019.d.ts +0 -19
  68. package/dist/node_modules/ajv/dist/2019.js +0 -61
  69. package/dist/node_modules/ajv/dist/2020.d.ts +0 -19
  70. package/dist/node_modules/ajv/dist/2020.js +0 -55
  71. package/dist/node_modules/ajv/dist/ajv.d.ts +0 -18
  72. package/dist/node_modules/ajv/dist/ajv.js +0 -7
  73. package/dist/node_modules/ajv/dist/compile/codegen/code.d.ts +0 -40
  74. package/dist/node_modules/ajv/dist/compile/codegen/code.js +0 -156
  75. package/dist/node_modules/ajv/dist/compile/codegen/index.d.ts +0 -79
  76. package/dist/node_modules/ajv/dist/compile/codegen/index.js +0 -697
  77. package/dist/node_modules/ajv/dist/compile/codegen/scope.d.ts +0 -79
  78. package/dist/node_modules/ajv/dist/compile/codegen/scope.js +0 -143
  79. package/dist/node_modules/ajv/dist/compile/errors.d.ts +0 -13
  80. package/dist/node_modules/ajv/dist/compile/errors.js +0 -123
  81. package/dist/node_modules/ajv/dist/compile/index.d.ts +0 -80
  82. package/dist/node_modules/ajv/dist/compile/index.js +0 -242
  83. package/dist/node_modules/ajv/dist/compile/jtd/parse.d.ts +0 -4
  84. package/dist/node_modules/ajv/dist/compile/jtd/parse.js +0 -350
  85. package/dist/node_modules/ajv/dist/compile/jtd/serialize.d.ts +0 -4
  86. package/dist/node_modules/ajv/dist/compile/jtd/serialize.js +0 -236
  87. package/dist/node_modules/ajv/dist/compile/jtd/types.d.ts +0 -6
  88. package/dist/node_modules/ajv/dist/compile/jtd/types.js +0 -14
  89. package/dist/node_modules/ajv/dist/compile/names.d.ts +0 -20
  90. package/dist/node_modules/ajv/dist/compile/names.js +0 -28
  91. package/dist/node_modules/ajv/dist/compile/ref_error.d.ts +0 -6
  92. package/dist/node_modules/ajv/dist/compile/ref_error.js +0 -12
  93. package/dist/node_modules/ajv/dist/compile/resolve.d.ts +0 -12
  94. package/dist/node_modules/ajv/dist/compile/resolve.js +0 -155
  95. package/dist/node_modules/ajv/dist/compile/rules.d.ts +0 -28
  96. package/dist/node_modules/ajv/dist/compile/rules.js +0 -26
  97. package/dist/node_modules/ajv/dist/compile/util.d.ts +0 -40
  98. package/dist/node_modules/ajv/dist/compile/util.js +0 -178
  99. package/dist/node_modules/ajv/dist/compile/validate/applicability.d.ts +0 -6
  100. package/dist/node_modules/ajv/dist/compile/validate/applicability.js +0 -19
  101. package/dist/node_modules/ajv/dist/compile/validate/boolSchema.d.ts +0 -4
  102. package/dist/node_modules/ajv/dist/compile/validate/boolSchema.js +0 -50
  103. package/dist/node_modules/ajv/dist/compile/validate/dataType.d.ts +0 -17
  104. package/dist/node_modules/ajv/dist/compile/validate/dataType.js +0 -203
  105. package/dist/node_modules/ajv/dist/compile/validate/defaults.d.ts +0 -2
  106. package/dist/node_modules/ajv/dist/compile/validate/defaults.js +0 -35
  107. package/dist/node_modules/ajv/dist/compile/validate/index.d.ts +0 -42
  108. package/dist/node_modules/ajv/dist/compile/validate/index.js +0 -520
  109. package/dist/node_modules/ajv/dist/compile/validate/keyword.d.ts +0 -8
  110. package/dist/node_modules/ajv/dist/compile/validate/keyword.js +0 -124
  111. package/dist/node_modules/ajv/dist/compile/validate/subschema.d.ts +0 -47
  112. package/dist/node_modules/ajv/dist/compile/validate/subschema.js +0 -81
  113. package/dist/node_modules/ajv/dist/core.d.ts +0 -174
  114. package/dist/node_modules/ajv/dist/core.js +0 -618
  115. package/dist/node_modules/ajv/dist/jtd.d.ts +0 -47
  116. package/dist/node_modules/ajv/dist/jtd.js +0 -72
  117. package/dist/node_modules/ajv/dist/refs/data.json +0 -13
  118. package/dist/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts +0 -2
  119. package/dist/node_modules/ajv/dist/refs/json-schema-2019-09/index.js +0 -28
  120. package/dist/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +0 -53
  121. package/dist/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +0 -17
  122. package/dist/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +0 -57
  123. package/dist/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +0 -14
  124. package/dist/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +0 -37
  125. package/dist/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +0 -90
  126. package/dist/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +0 -39
  127. package/dist/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts +0 -2
  128. package/dist/node_modules/ajv/dist/refs/json-schema-2020-12/index.js +0 -30
  129. package/dist/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +0 -48
  130. package/dist/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +0 -17
  131. package/dist/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +0 -51
  132. package/dist/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +0 -14
  133. package/dist/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +0 -37
  134. package/dist/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +0 -15
  135. package/dist/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +0 -90
  136. package/dist/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +0 -55
  137. package/dist/node_modules/ajv/dist/refs/json-schema-draft-06.json +0 -137
  138. package/dist/node_modules/ajv/dist/refs/json-schema-draft-07.json +0 -151
  139. package/dist/node_modules/ajv/dist/refs/json-schema-secure.json +0 -88
  140. package/dist/node_modules/ajv/dist/refs/jtd-schema.d.ts +0 -3
  141. package/dist/node_modules/ajv/dist/refs/jtd-schema.js +0 -118
  142. package/dist/node_modules/ajv/dist/runtime/equal.d.ts +0 -6
  143. package/dist/node_modules/ajv/dist/runtime/equal.js +0 -7
  144. package/dist/node_modules/ajv/dist/runtime/parseJson.d.ts +0 -18
  145. package/dist/node_modules/ajv/dist/runtime/parseJson.js +0 -185
  146. package/dist/node_modules/ajv/dist/runtime/quote.d.ts +0 -5
  147. package/dist/node_modules/ajv/dist/runtime/quote.js +0 -30
  148. package/dist/node_modules/ajv/dist/runtime/re2.d.ts +0 -6
  149. package/dist/node_modules/ajv/dist/runtime/re2.js +0 -6
  150. package/dist/node_modules/ajv/dist/runtime/timestamp.d.ts +0 -5
  151. package/dist/node_modules/ajv/dist/runtime/timestamp.js +0 -42
  152. package/dist/node_modules/ajv/dist/runtime/ucs2length.d.ts +0 -5
  153. package/dist/node_modules/ajv/dist/runtime/ucs2length.js +0 -24
  154. package/dist/node_modules/ajv/dist/runtime/uri.d.ts +0 -6
  155. package/dist/node_modules/ajv/dist/runtime/uri.js +0 -6
  156. package/dist/node_modules/ajv/dist/runtime/validation_error.d.ts +0 -7
  157. package/dist/node_modules/ajv/dist/runtime/validation_error.js +0 -11
  158. package/dist/node_modules/ajv/dist/standalone/index.d.ts +0 -6
  159. package/dist/node_modules/ajv/dist/standalone/index.js +0 -90
  160. package/dist/node_modules/ajv/dist/standalone/instance.d.ts +0 -12
  161. package/dist/node_modules/ajv/dist/standalone/instance.js +0 -35
  162. package/dist/node_modules/ajv/dist/types/index.d.ts +0 -183
  163. package/dist/node_modules/ajv/dist/types/index.js +0 -3
  164. package/dist/node_modules/ajv/dist/types/json-schema.d.ts +0 -125
  165. package/dist/node_modules/ajv/dist/types/json-schema.js +0 -3
  166. package/dist/node_modules/ajv/dist/types/jtd-schema.d.ts +0 -174
  167. package/dist/node_modules/ajv/dist/types/jtd-schema.js +0 -3
  168. package/dist/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts +0 -8
  169. package/dist/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +0 -49
  170. package/dist/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts +0 -6
  171. package/dist/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +0 -106
  172. package/dist/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts +0 -3
  173. package/dist/node_modules/ajv/dist/vocabularies/applicator/allOf.js +0 -23
  174. package/dist/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts +0 -4
  175. package/dist/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +0 -12
  176. package/dist/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts +0 -7
  177. package/dist/node_modules/ajv/dist/vocabularies/applicator/contains.js +0 -95
  178. package/dist/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts +0 -21
  179. package/dist/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +0 -85
  180. package/dist/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts +0 -3
  181. package/dist/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js +0 -11
  182. package/dist/node_modules/ajv/dist/vocabularies/applicator/if.d.ts +0 -6
  183. package/dist/node_modules/ajv/dist/vocabularies/applicator/if.js +0 -66
  184. package/dist/node_modules/ajv/dist/vocabularies/applicator/index.d.ts +0 -13
  185. package/dist/node_modules/ajv/dist/vocabularies/applicator/index.js +0 -44
  186. package/dist/node_modules/ajv/dist/vocabularies/applicator/items.d.ts +0 -5
  187. package/dist/node_modules/ajv/dist/vocabularies/applicator/items.js +0 -52
  188. package/dist/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts +0 -6
  189. package/dist/node_modules/ajv/dist/vocabularies/applicator/items2020.js +0 -30
  190. package/dist/node_modules/ajv/dist/vocabularies/applicator/not.d.ts +0 -4
  191. package/dist/node_modules/ajv/dist/vocabularies/applicator/not.js +0 -26
  192. package/dist/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts +0 -6
  193. package/dist/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +0 -60
  194. package/dist/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts +0 -3
  195. package/dist/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +0 -75
  196. package/dist/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts +0 -3
  197. package/dist/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +0 -12
  198. package/dist/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts +0 -3
  199. package/dist/node_modules/ajv/dist/vocabularies/applicator/properties.js +0 -54
  200. package/dist/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts +0 -6
  201. package/dist/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +0 -38
  202. package/dist/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts +0 -3
  203. package/dist/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +0 -13
  204. package/dist/node_modules/ajv/dist/vocabularies/code.d.ts +0 -17
  205. package/dist/node_modules/ajv/dist/vocabularies/code.js +0 -131
  206. package/dist/node_modules/ajv/dist/vocabularies/core/id.d.ts +0 -3
  207. package/dist/node_modules/ajv/dist/vocabularies/core/id.js +0 -10
  208. package/dist/node_modules/ajv/dist/vocabularies/core/index.d.ts +0 -3
  209. package/dist/node_modules/ajv/dist/vocabularies/core/index.js +0 -16
  210. package/dist/node_modules/ajv/dist/vocabularies/core/ref.d.ts +0 -8
  211. package/dist/node_modules/ajv/dist/vocabularies/core/ref.js +0 -122
  212. package/dist/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts +0 -5
  213. package/dist/node_modules/ajv/dist/vocabularies/discriminator/index.js +0 -104
  214. package/dist/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts +0 -10
  215. package/dist/node_modules/ajv/dist/vocabularies/discriminator/types.js +0 -9
  216. package/dist/node_modules/ajv/dist/vocabularies/draft2020.d.ts +0 -3
  217. package/dist/node_modules/ajv/dist/vocabularies/draft2020.js +0 -23
  218. package/dist/node_modules/ajv/dist/vocabularies/draft7.d.ts +0 -3
  219. package/dist/node_modules/ajv/dist/vocabularies/draft7.js +0 -17
  220. package/dist/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts +0 -5
  221. package/dist/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js +0 -30
  222. package/dist/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts +0 -5
  223. package/dist/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js +0 -51
  224. package/dist/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts +0 -3
  225. package/dist/node_modules/ajv/dist/vocabularies/dynamic/index.js +0 -9
  226. package/dist/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts +0 -3
  227. package/dist/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js +0 -16
  228. package/dist/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts +0 -3
  229. package/dist/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js +0 -10
  230. package/dist/node_modules/ajv/dist/vocabularies/errors.d.ts +0 -9
  231. package/dist/node_modules/ajv/dist/vocabularies/errors.js +0 -3
  232. package/dist/node_modules/ajv/dist/vocabularies/format/format.d.ts +0 -8
  233. package/dist/node_modules/ajv/dist/vocabularies/format/format.js +0 -92
  234. package/dist/node_modules/ajv/dist/vocabularies/format/index.d.ts +0 -3
  235. package/dist/node_modules/ajv/dist/vocabularies/format/index.js +0 -6
  236. package/dist/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts +0 -6
  237. package/dist/node_modules/ajv/dist/vocabularies/jtd/discriminator.js +0 -71
  238. package/dist/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts +0 -5
  239. package/dist/node_modules/ajv/dist/vocabularies/jtd/elements.js +0 -24
  240. package/dist/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts +0 -6
  241. package/dist/node_modules/ajv/dist/vocabularies/jtd/enum.js +0 -43
  242. package/dist/node_modules/ajv/dist/vocabularies/jtd/error.d.ts +0 -9
  243. package/dist/node_modules/ajv/dist/vocabularies/jtd/error.js +0 -20
  244. package/dist/node_modules/ajv/dist/vocabularies/jtd/index.d.ts +0 -10
  245. package/dist/node_modules/ajv/dist/vocabularies/jtd/index.js +0 -29
  246. package/dist/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts +0 -5
  247. package/dist/node_modules/ajv/dist/vocabularies/jtd/metadata.js +0 -25
  248. package/dist/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts +0 -4
  249. package/dist/node_modules/ajv/dist/vocabularies/jtd/nullable.js +0 -22
  250. package/dist/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts +0 -3
  251. package/dist/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js +0 -15
  252. package/dist/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts +0 -22
  253. package/dist/node_modules/ajv/dist/vocabularies/jtd/properties.js +0 -149
  254. package/dist/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts +0 -4
  255. package/dist/node_modules/ajv/dist/vocabularies/jtd/ref.js +0 -67
  256. package/dist/node_modules/ajv/dist/vocabularies/jtd/type.d.ts +0 -10
  257. package/dist/node_modules/ajv/dist/vocabularies/jtd/type.js +0 -69
  258. package/dist/node_modules/ajv/dist/vocabularies/jtd/union.d.ts +0 -3
  259. package/dist/node_modules/ajv/dist/vocabularies/jtd/union.js +0 -12
  260. package/dist/node_modules/ajv/dist/vocabularies/jtd/values.d.ts +0 -5
  261. package/dist/node_modules/ajv/dist/vocabularies/jtd/values.js +0 -51
  262. package/dist/node_modules/ajv/dist/vocabularies/metadata.d.ts +0 -3
  263. package/dist/node_modules/ajv/dist/vocabularies/metadata.js +0 -18
  264. package/dist/node_modules/ajv/dist/vocabularies/next.d.ts +0 -3
  265. package/dist/node_modules/ajv/dist/vocabularies/next.js +0 -8
  266. package/dist/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts +0 -3
  267. package/dist/node_modules/ajv/dist/vocabularies/unevaluated/index.js +0 -7
  268. package/dist/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +0 -6
  269. package/dist/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js +0 -40
  270. package/dist/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +0 -6
  271. package/dist/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js +0 -65
  272. package/dist/node_modules/ajv/dist/vocabularies/validation/const.d.ts +0 -6
  273. package/dist/node_modules/ajv/dist/vocabularies/validation/const.js +0 -25
  274. package/dist/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts +0 -5
  275. package/dist/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js +0 -12
  276. package/dist/node_modules/ajv/dist/vocabularies/validation/enum.d.ts +0 -8
  277. package/dist/node_modules/ajv/dist/vocabularies/validation/enum.js +0 -48
  278. package/dist/node_modules/ajv/dist/vocabularies/validation/index.d.ts +0 -16
  279. package/dist/node_modules/ajv/dist/vocabularies/validation/index.js +0 -33
  280. package/dist/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts +0 -3
  281. package/dist/node_modules/ajv/dist/vocabularies/validation/limitContains.js +0 -15
  282. package/dist/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts +0 -3
  283. package/dist/node_modules/ajv/dist/vocabularies/validation/limitItems.js +0 -24
  284. package/dist/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts +0 -3
  285. package/dist/node_modules/ajv/dist/vocabularies/validation/limitLength.js +0 -27
  286. package/dist/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts +0 -11
  287. package/dist/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +0 -27
  288. package/dist/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts +0 -3
  289. package/dist/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +0 -24
  290. package/dist/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts +0 -8
  291. package/dist/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +0 -26
  292. package/dist/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts +0 -8
  293. package/dist/node_modules/ajv/dist/vocabularies/validation/pattern.js +0 -33
  294. package/dist/node_modules/ajv/dist/vocabularies/validation/required.d.ts +0 -8
  295. package/dist/node_modules/ajv/dist/vocabularies/validation/required.js +0 -79
  296. package/dist/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts +0 -9
  297. package/dist/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +0 -64
  298. package/dist/node_modules/ajv/lib/2019.ts +0 -81
  299. package/dist/node_modules/ajv/lib/2020.ts +0 -75
  300. package/dist/node_modules/ajv/lib/ajv.ts +0 -70
  301. package/dist/node_modules/ajv/lib/compile/codegen/code.ts +0 -169
  302. package/dist/node_modules/ajv/lib/compile/codegen/index.ts +0 -852
  303. package/dist/node_modules/ajv/lib/compile/codegen/scope.ts +0 -215
  304. package/dist/node_modules/ajv/lib/compile/errors.ts +0 -184
  305. package/dist/node_modules/ajv/lib/compile/index.ts +0 -324
  306. package/dist/node_modules/ajv/lib/compile/jtd/parse.ts +0 -411
  307. package/dist/node_modules/ajv/lib/compile/jtd/serialize.ts +0 -277
  308. package/dist/node_modules/ajv/lib/compile/jtd/types.ts +0 -16
  309. package/dist/node_modules/ajv/lib/compile/names.ts +0 -27
  310. package/dist/node_modules/ajv/lib/compile/ref_error.ts +0 -13
  311. package/dist/node_modules/ajv/lib/compile/resolve.ts +0 -149
  312. package/dist/node_modules/ajv/lib/compile/rules.ts +0 -50
  313. package/dist/node_modules/ajv/lib/compile/util.ts +0 -213
  314. package/dist/node_modules/ajv/lib/compile/validate/applicability.ts +0 -22
  315. package/dist/node_modules/ajv/lib/compile/validate/boolSchema.ts +0 -47
  316. package/dist/node_modules/ajv/lib/compile/validate/dataType.ts +0 -230
  317. package/dist/node_modules/ajv/lib/compile/validate/defaults.ts +0 -32
  318. package/dist/node_modules/ajv/lib/compile/validate/index.ts +0 -582
  319. package/dist/node_modules/ajv/lib/compile/validate/keyword.ts +0 -171
  320. package/dist/node_modules/ajv/lib/compile/validate/subschema.ts +0 -135
  321. package/dist/node_modules/ajv/lib/core.ts +0 -892
  322. package/dist/node_modules/ajv/lib/jtd.ts +0 -132
  323. package/dist/node_modules/ajv/lib/refs/data.json +0 -13
  324. package/dist/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts +0 -28
  325. package/dist/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +0 -53
  326. package/dist/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +0 -17
  327. package/dist/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +0 -57
  328. package/dist/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +0 -14
  329. package/dist/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +0 -37
  330. package/dist/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +0 -90
  331. package/dist/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +0 -39
  332. package/dist/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts +0 -30
  333. package/dist/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +0 -48
  334. package/dist/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +0 -17
  335. package/dist/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +0 -51
  336. package/dist/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +0 -14
  337. package/dist/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +0 -37
  338. package/dist/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +0 -15
  339. package/dist/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +0 -90
  340. package/dist/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +0 -55
  341. package/dist/node_modules/ajv/lib/refs/json-schema-draft-06.json +0 -137
  342. package/dist/node_modules/ajv/lib/refs/json-schema-draft-07.json +0 -151
  343. package/dist/node_modules/ajv/lib/refs/json-schema-secure.json +0 -88
  344. package/dist/node_modules/ajv/lib/refs/jtd-schema.ts +0 -130
  345. package/dist/node_modules/ajv/lib/runtime/equal.ts +0 -7
  346. package/dist/node_modules/ajv/lib/runtime/parseJson.ts +0 -177
  347. package/dist/node_modules/ajv/lib/runtime/quote.ts +0 -31
  348. package/dist/node_modules/ajv/lib/runtime/re2.ts +0 -6
  349. package/dist/node_modules/ajv/lib/runtime/timestamp.ts +0 -46
  350. package/dist/node_modules/ajv/lib/runtime/ucs2length.ts +0 -20
  351. package/dist/node_modules/ajv/lib/runtime/uri.ts +0 -6
  352. package/dist/node_modules/ajv/lib/runtime/validation_error.ts +0 -13
  353. package/dist/node_modules/ajv/lib/standalone/index.ts +0 -100
  354. package/dist/node_modules/ajv/lib/standalone/instance.ts +0 -36
  355. package/dist/node_modules/ajv/lib/types/index.ts +0 -244
  356. package/dist/node_modules/ajv/lib/types/json-schema.ts +0 -187
  357. package/dist/node_modules/ajv/lib/types/jtd-schema.ts +0 -273
  358. package/dist/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts +0 -56
  359. package/dist/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts +0 -118
  360. package/dist/node_modules/ajv/lib/vocabularies/applicator/allOf.ts +0 -22
  361. package/dist/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts +0 -14
  362. package/dist/node_modules/ajv/lib/vocabularies/applicator/contains.ts +0 -109
  363. package/dist/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts +0 -112
  364. package/dist/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts +0 -11
  365. package/dist/node_modules/ajv/lib/vocabularies/applicator/if.ts +0 -80
  366. package/dist/node_modules/ajv/lib/vocabularies/applicator/index.ts +0 -53
  367. package/dist/node_modules/ajv/lib/vocabularies/applicator/items.ts +0 -59
  368. package/dist/node_modules/ajv/lib/vocabularies/applicator/items2020.ts +0 -36
  369. package/dist/node_modules/ajv/lib/vocabularies/applicator/not.ts +0 -38
  370. package/dist/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts +0 -82
  371. package/dist/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts +0 -91
  372. package/dist/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts +0 -12
  373. package/dist/node_modules/ajv/lib/vocabularies/applicator/properties.ts +0 -57
  374. package/dist/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts +0 -50
  375. package/dist/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts +0 -13
  376. package/dist/node_modules/ajv/lib/vocabularies/code.ts +0 -168
  377. package/dist/node_modules/ajv/lib/vocabularies/core/id.ts +0 -10
  378. package/dist/node_modules/ajv/lib/vocabularies/core/index.ts +0 -16
  379. package/dist/node_modules/ajv/lib/vocabularies/core/ref.ts +0 -129
  380. package/dist/node_modules/ajv/lib/vocabularies/discriminator/index.ts +0 -113
  381. package/dist/node_modules/ajv/lib/vocabularies/discriminator/types.ts +0 -12
  382. package/dist/node_modules/ajv/lib/vocabularies/draft2020.ts +0 -23
  383. package/dist/node_modules/ajv/lib/vocabularies/draft7.ts +0 -17
  384. package/dist/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts +0 -31
  385. package/dist/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts +0 -51
  386. package/dist/node_modules/ajv/lib/vocabularies/dynamic/index.ts +0 -9
  387. package/dist/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts +0 -14
  388. package/dist/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts +0 -10
  389. package/dist/node_modules/ajv/lib/vocabularies/errors.ts +0 -18
  390. package/dist/node_modules/ajv/lib/vocabularies/format/format.ts +0 -120
  391. package/dist/node_modules/ajv/lib/vocabularies/format/index.ts +0 -6
  392. package/dist/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts +0 -89
  393. package/dist/node_modules/ajv/lib/vocabularies/jtd/elements.ts +0 -32
  394. package/dist/node_modules/ajv/lib/vocabularies/jtd/enum.ts +0 -45
  395. package/dist/node_modules/ajv/lib/vocabularies/jtd/error.ts +0 -23
  396. package/dist/node_modules/ajv/lib/vocabularies/jtd/index.ts +0 -37
  397. package/dist/node_modules/ajv/lib/vocabularies/jtd/metadata.ts +0 -24
  398. package/dist/node_modules/ajv/lib/vocabularies/jtd/nullable.ts +0 -21
  399. package/dist/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts +0 -15
  400. package/dist/node_modules/ajv/lib/vocabularies/jtd/properties.ts +0 -184
  401. package/dist/node_modules/ajv/lib/vocabularies/jtd/ref.ts +0 -76
  402. package/dist/node_modules/ajv/lib/vocabularies/jtd/type.ts +0 -75
  403. package/dist/node_modules/ajv/lib/vocabularies/jtd/union.ts +0 -12
  404. package/dist/node_modules/ajv/lib/vocabularies/jtd/values.ts +0 -58
  405. package/dist/node_modules/ajv/lib/vocabularies/metadata.ts +0 -17
  406. package/dist/node_modules/ajv/lib/vocabularies/next.ts +0 -8
  407. package/dist/node_modules/ajv/lib/vocabularies/unevaluated/index.ts +0 -7
  408. package/dist/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts +0 -47
  409. package/dist/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts +0 -85
  410. package/dist/node_modules/ajv/lib/vocabularies/validation/const.ts +0 -28
  411. package/dist/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts +0 -23
  412. package/dist/node_modules/ajv/lib/vocabularies/validation/enum.ts +0 -54
  413. package/dist/node_modules/ajv/lib/vocabularies/validation/index.ts +0 -49
  414. package/dist/node_modules/ajv/lib/vocabularies/validation/limitContains.ts +0 -16
  415. package/dist/node_modules/ajv/lib/vocabularies/validation/limitItems.ts +0 -26
  416. package/dist/node_modules/ajv/lib/vocabularies/validation/limitLength.ts +0 -30
  417. package/dist/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts +0 -42
  418. package/dist/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts +0 -26
  419. package/dist/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts +0 -34
  420. package/dist/node_modules/ajv/lib/vocabularies/validation/pattern.ts +0 -39
  421. package/dist/node_modules/ajv/lib/vocabularies/validation/required.ts +0 -98
  422. package/dist/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts +0 -79
  423. package/dist/node_modules/ajv/package.json +0 -1
  424. package/dist/server/flow-models/action-handlers.d.ts +0 -26
  425. package/dist/server/flow-models/action-handlers.js +0 -209
  426. package/dist/server/flow-models/http-error-adapter.d.ts +0 -10
  427. package/dist/server/flow-models/http-error-adapter.js +0 -58
  428. package/dist/server/flow-models/mutate-executor.d.ts +0 -17
  429. package/dist/server/flow-models/mutate-executor.js +0 -309
  430. package/dist/server/flow-models/repository-internals/duplicate-helpers.d.ts +0 -12
  431. package/dist/server/flow-models/repository-internals/duplicate-helpers.js +0 -121
  432. package/dist/server/flow-models/repository-internals/ensure-lock.d.ts +0 -15
  433. package/dist/server/flow-models/repository-internals/ensure-lock.js +0 -117
  434. package/dist/server/flow-models/repository-internals/errors.d.ts +0 -21
  435. package/dist/server/flow-models/repository-internals/errors.js +0 -78
  436. package/dist/server/flow-models/schema-contribution-collector.d.ts +0 -28
  437. package/dist/server/flow-models/schema-contribution-collector.js +0 -238
  438. package/dist/server/flow-models/validation-facade.d.ts +0 -29
  439. package/dist/server/flow-models/validation-facade.js +0 -181
  440. package/dist/server/flow-schema-contributions/actions/aclCheck.d.ts +0 -10
  441. package/dist/server/flow-schema-contributions/actions/aclCheck.js +0 -46
  442. package/dist/server/flow-schema-contributions/actions/aclCheckRefresh.d.ts +0 -10
  443. package/dist/server/flow-schema-contributions/actions/aclCheckRefresh.js +0 -46
  444. package/dist/server/flow-schema-contributions/actions/actionLinkageRules.d.ts +0 -10
  445. package/dist/server/flow-schema-contributions/actions/actionLinkageRules.js +0 -48
  446. package/dist/server/flow-schema-contributions/actions/confirm.d.ts +0 -10
  447. package/dist/server/flow-schema-contributions/actions/confirm.js +0 -73
  448. package/dist/server/flow-schema-contributions/actions/customVariable.d.ts +0 -10
  449. package/dist/server/flow-schema-contributions/actions/customVariable.js +0 -76
  450. package/dist/server/flow-schema-contributions/actions/dataScope.d.ts +0 -10
  451. package/dist/server/flow-schema-contributions/actions/dataScope.js +0 -79
  452. package/dist/server/flow-schema-contributions/actions/detailsFieldLinkageRules.d.ts +0 -10
  453. package/dist/server/flow-schema-contributions/actions/detailsFieldLinkageRules.js +0 -62
  454. package/dist/server/flow-schema-contributions/actions/fieldLinkageRules.d.ts +0 -10
  455. package/dist/server/flow-schema-contributions/actions/fieldLinkageRules.js +0 -62
  456. package/dist/server/flow-schema-contributions/actions/filterFormDefaultValues.d.ts +0 -10
  457. package/dist/server/flow-schema-contributions/actions/filterFormDefaultValues.js +0 -80
  458. package/dist/server/flow-schema-contributions/actions/formAssignRules.d.ts +0 -10
  459. package/dist/server/flow-schema-contributions/actions/formAssignRules.js +0 -62
  460. package/dist/server/flow-schema-contributions/actions/index.d.ts +0 -31
  461. package/dist/server/flow-schema-contributions/actions/index.js +0 -117
  462. package/dist/server/flow-schema-contributions/actions/layout.d.ts +0 -10
  463. package/dist/server/flow-schema-contributions/actions/layout.js +0 -68
  464. package/dist/server/flow-schema-contributions/actions/linkageRulesRefresh.d.ts +0 -10
  465. package/dist/server/flow-schema-contributions/actions/linkageRulesRefresh.js +0 -50
  466. package/dist/server/flow-schema-contributions/actions/navigateToURL.d.ts +0 -10
  467. package/dist/server/flow-schema-contributions/actions/navigateToURL.js +0 -82
  468. package/dist/server/flow-schema-contributions/actions/openView.d.ts +0 -10
  469. package/dist/server/flow-schema-contributions/actions/openView.js +0 -68
  470. package/dist/server/flow-schema-contributions/actions/refreshTargetBlocks.d.ts +0 -10
  471. package/dist/server/flow-schema-contributions/actions/refreshTargetBlocks.js +0 -56
  472. package/dist/server/flow-schema-contributions/actions/runjs.d.ts +0 -10
  473. package/dist/server/flow-schema-contributions/actions/runjs.js +0 -55
  474. package/dist/server/flow-schema-contributions/actions/setTargetDataScope.d.ts +0 -10
  475. package/dist/server/flow-schema-contributions/actions/setTargetDataScope.js +0 -59
  476. package/dist/server/flow-schema-contributions/actions/showMessage.d.ts +0 -10
  477. package/dist/server/flow-schema-contributions/actions/showMessage.js +0 -69
  478. package/dist/server/flow-schema-contributions/actions/showNotification.d.ts +0 -10
  479. package/dist/server/flow-schema-contributions/actions/showNotification.js +0 -76
  480. package/dist/server/flow-schema-contributions/actions/sortingRule.d.ts +0 -10
  481. package/dist/server/flow-schema-contributions/actions/sortingRule.js +0 -67
  482. package/dist/server/flow-schema-contributions/field-models.d.ts +0 -12
  483. package/dist/server/flow-schema-contributions/field-models.js +0 -693
  484. package/dist/server/flow-schema-contributions/index.d.ts +0 -13
  485. package/dist/server/flow-schema-contributions/index.js +0 -64
  486. package/dist/server/flow-schema-contributions/models/ActionBulkEditModel.d.ts +0 -10
  487. package/dist/server/flow-schema-contributions/models/ActionBulkEditModel.js +0 -382
  488. package/dist/server/flow-schema-contributions/models/ActionBulkUpdateModel.d.ts +0 -10
  489. package/dist/server/flow-schema-contributions/models/ActionBulkUpdateModel.js +0 -169
  490. package/dist/server/flow-schema-contributions/models/ActionCustomRequestModel.d.ts +0 -11
  491. package/dist/server/flow-schema-contributions/models/ActionCustomRequestModel.js +0 -115
  492. package/dist/server/flow-schema-contributions/models/ActionDuplicateModel.d.ts +0 -10
  493. package/dist/server/flow-schema-contributions/models/ActionDuplicateModel.js +0 -169
  494. package/dist/server/flow-schema-contributions/models/ActionExportModel.d.ts +0 -10
  495. package/dist/server/flow-schema-contributions/models/ActionExportModel.js +0 -141
  496. package/dist/server/flow-schema-contributions/models/ActionImportModel.d.ts +0 -10
  497. package/dist/server/flow-schema-contributions/models/ActionImportModel.js +0 -122
  498. package/dist/server/flow-schema-contributions/models/ActionModel.d.ts +0 -10
  499. package/dist/server/flow-schema-contributions/models/ActionModel.js +0 -202
  500. package/dist/server/flow-schema-contributions/models/AddChildActionModel.d.ts +0 -10
  501. package/dist/server/flow-schema-contributions/models/AddChildActionModel.js +0 -47
  502. package/dist/server/flow-schema-contributions/models/AddNewActionModel.d.ts +0 -10
  503. package/dist/server/flow-schema-contributions/models/AddNewActionModel.js +0 -93
  504. package/dist/server/flow-schema-contributions/models/AssignFormGridModel.d.ts +0 -10
  505. package/dist/server/flow-schema-contributions/models/AssignFormGridModel.js +0 -82
  506. package/dist/server/flow-schema-contributions/models/AssignFormItemModel.d.ts +0 -10
  507. package/dist/server/flow-schema-contributions/models/AssignFormItemModel.js +0 -80
  508. package/dist/server/flow-schema-contributions/models/AssignFormModel.d.ts +0 -10
  509. package/dist/server/flow-schema-contributions/models/AssignFormModel.js +0 -122
  510. package/dist/server/flow-schema-contributions/models/BasePageTabModel.d.ts +0 -10
  511. package/dist/server/flow-schema-contributions/models/BasePageTabModel.js +0 -71
  512. package/dist/server/flow-schema-contributions/models/BlockGridCardModel.d.ts +0 -10
  513. package/dist/server/flow-schema-contributions/models/BlockGridCardModel.js +0 -449
  514. package/dist/server/flow-schema-contributions/models/BlockGridModel.d.ts +0 -10
  515. package/dist/server/flow-schema-contributions/models/BlockGridModel.js +0 -81
  516. package/dist/server/flow-schema-contributions/models/BlockIframeModel.d.ts +0 -10
  517. package/dist/server/flow-schema-contributions/models/BlockIframeModel.js +0 -143
  518. package/dist/server/flow-schema-contributions/models/BlockListModel.d.ts +0 -10
  519. package/dist/server/flow-schema-contributions/models/BlockListModel.js +0 -435
  520. package/dist/server/flow-schema-contributions/models/BlockMarkdownModel.d.ts +0 -10
  521. package/dist/server/flow-schema-contributions/models/BlockMarkdownModel.js +0 -108
  522. package/dist/server/flow-schema-contributions/models/BlockWorkbenchModel.d.ts +0 -10
  523. package/dist/server/flow-schema-contributions/models/BlockWorkbenchModel.js +0 -173
  524. package/dist/server/flow-schema-contributions/models/BulkDeleteActionModel.d.ts +0 -10
  525. package/dist/server/flow-schema-contributions/models/BulkDeleteActionModel.js +0 -47
  526. package/dist/server/flow-schema-contributions/models/ChildPageModel.d.ts +0 -10
  527. package/dist/server/flow-schema-contributions/models/ChildPageModel.js +0 -106
  528. package/dist/server/flow-schema-contributions/models/ChildPageTabModel.d.ts +0 -10
  529. package/dist/server/flow-schema-contributions/models/ChildPageTabModel.js +0 -114
  530. package/dist/server/flow-schema-contributions/models/CommentsModel.d.ts +0 -10
  531. package/dist/server/flow-schema-contributions/models/CommentsModel.js +0 -255
  532. package/dist/server/flow-schema-contributions/models/CreateFormModel.d.ts +0 -10
  533. package/dist/server/flow-schema-contributions/models/CreateFormModel.js +0 -54
  534. package/dist/server/flow-schema-contributions/models/DataVisualizationModel.d.ts +0 -10
  535. package/dist/server/flow-schema-contributions/models/DataVisualizationModel.js +0 -240
  536. package/dist/server/flow-schema-contributions/models/DeleteActionModel.d.ts +0 -10
  537. package/dist/server/flow-schema-contributions/models/DeleteActionModel.js +0 -47
  538. package/dist/server/flow-schema-contributions/models/DetailsBlockModel.d.ts +0 -10
  539. package/dist/server/flow-schema-contributions/models/DetailsBlockModel.js +0 -179
  540. package/dist/server/flow-schema-contributions/models/DetailsGridModel.d.ts +0 -10
  541. package/dist/server/flow-schema-contributions/models/DetailsGridModel.js +0 -82
  542. package/dist/server/flow-schema-contributions/models/DetailsItemModel.d.ts +0 -10
  543. package/dist/server/flow-schema-contributions/models/DetailsItemModel.js +0 -77
  544. package/dist/server/flow-schema-contributions/models/EditActionModel.d.ts +0 -10
  545. package/dist/server/flow-schema-contributions/models/EditActionModel.js +0 -93
  546. package/dist/server/flow-schema-contributions/models/EditFormModel.d.ts +0 -10
  547. package/dist/server/flow-schema-contributions/models/EditFormModel.js +0 -103
  548. package/dist/server/flow-schema-contributions/models/ExpandCollapseActionModel.d.ts +0 -10
  549. package/dist/server/flow-schema-contributions/models/ExpandCollapseActionModel.js +0 -47
  550. package/dist/server/flow-schema-contributions/models/FieldAttachmentUrlModel.d.ts +0 -10
  551. package/dist/server/flow-schema-contributions/models/FieldAttachmentUrlModel.js +0 -87
  552. package/dist/server/flow-schema-contributions/models/FieldCodeModel.d.ts +0 -10
  553. package/dist/server/flow-schema-contributions/models/FieldCodeModel.js +0 -99
  554. package/dist/server/flow-schema-contributions/models/FieldFormulaModel.d.ts +0 -10
  555. package/dist/server/flow-schema-contributions/models/FieldFormulaModel.js +0 -152
  556. package/dist/server/flow-schema-contributions/models/FieldMarkdownVditorModel.d.ts +0 -10
  557. package/dist/server/flow-schema-contributions/models/FieldMarkdownVditorModel.js +0 -92
  558. package/dist/server/flow-schema-contributions/models/FieldSequenceModel.d.ts +0 -10
  559. package/dist/server/flow-schema-contributions/models/FieldSequenceModel.js +0 -60
  560. package/dist/server/flow-schema-contributions/models/FieldSortModel.d.ts +0 -10
  561. package/dist/server/flow-schema-contributions/models/FieldSortModel.js +0 -87
  562. package/dist/server/flow-schema-contributions/models/FileManagerModel.d.ts +0 -10
  563. package/dist/server/flow-schema-contributions/models/FileManagerModel.js +0 -115
  564. package/dist/server/flow-schema-contributions/models/FilterActionModel.d.ts +0 -10
  565. package/dist/server/flow-schema-contributions/models/FilterActionModel.js +0 -57
  566. package/dist/server/flow-schema-contributions/models/FilterFormBlockModel.d.ts +0 -10
  567. package/dist/server/flow-schema-contributions/models/FilterFormBlockModel.js +0 -155
  568. package/dist/server/flow-schema-contributions/models/FilterFormCollapseActionModel.d.ts +0 -10
  569. package/dist/server/flow-schema-contributions/models/FilterFormCollapseActionModel.js +0 -85
  570. package/dist/server/flow-schema-contributions/models/FilterFormCustomFieldModel.d.ts +0 -10
  571. package/dist/server/flow-schema-contributions/models/FilterFormCustomFieldModel.js +0 -89
  572. package/dist/server/flow-schema-contributions/models/FilterFormGridModel.d.ts +0 -10
  573. package/dist/server/flow-schema-contributions/models/FilterFormGridModel.js +0 -82
  574. package/dist/server/flow-schema-contributions/models/FilterFormItemModel.d.ts +0 -10
  575. package/dist/server/flow-schema-contributions/models/FilterFormItemModel.js +0 -77
  576. package/dist/server/flow-schema-contributions/models/FilterFormJSActionModel.d.ts +0 -10
  577. package/dist/server/flow-schema-contributions/models/FilterFormJSActionModel.js +0 -108
  578. package/dist/server/flow-schema-contributions/models/FilterFormResetActionModel.d.ts +0 -10
  579. package/dist/server/flow-schema-contributions/models/FilterFormResetActionModel.js +0 -87
  580. package/dist/server/flow-schema-contributions/models/FilterFormSubmitActionModel.d.ts +0 -10
  581. package/dist/server/flow-schema-contributions/models/FilterFormSubmitActionModel.js +0 -87
  582. package/dist/server/flow-schema-contributions/models/FormAssociationItemModel.d.ts +0 -10
  583. package/dist/server/flow-schema-contributions/models/FormAssociationItemModel.js +0 -78
  584. package/dist/server/flow-schema-contributions/models/FormBlockModel.d.ts +0 -10
  585. package/dist/server/flow-schema-contributions/models/FormBlockModel.js +0 -45
  586. package/dist/server/flow-schema-contributions/models/FormGridModel.d.ts +0 -10
  587. package/dist/server/flow-schema-contributions/models/FormGridModel.js +0 -67
  588. package/dist/server/flow-schema-contributions/models/FormItemModel.d.ts +0 -10
  589. package/dist/server/flow-schema-contributions/models/FormItemModel.js +0 -77
  590. package/dist/server/flow-schema-contributions/models/FormSubmitActionModel.d.ts +0 -10
  591. package/dist/server/flow-schema-contributions/models/FormSubmitActionModel.js +0 -87
  592. package/dist/server/flow-schema-contributions/models/JSActionModel.d.ts +0 -10
  593. package/dist/server/flow-schema-contributions/models/JSActionModel.js +0 -65
  594. package/dist/server/flow-schema-contributions/models/JSBlockModel.d.ts +0 -10
  595. package/dist/server/flow-schema-contributions/models/JSBlockModel.js +0 -90
  596. package/dist/server/flow-schema-contributions/models/JSCollectionActionModel.d.ts +0 -10
  597. package/dist/server/flow-schema-contributions/models/JSCollectionActionModel.js +0 -47
  598. package/dist/server/flow-schema-contributions/models/JSColumnModel.d.ts +0 -10
  599. package/dist/server/flow-schema-contributions/models/JSColumnModel.js +0 -100
  600. package/dist/server/flow-schema-contributions/models/JSFormActionModel.d.ts +0 -10
  601. package/dist/server/flow-schema-contributions/models/JSFormActionModel.js +0 -47
  602. package/dist/server/flow-schema-contributions/models/JSItemModel.d.ts +0 -10
  603. package/dist/server/flow-schema-contributions/models/JSItemModel.js +0 -87
  604. package/dist/server/flow-schema-contributions/models/JSRecordActionModel.d.ts +0 -10
  605. package/dist/server/flow-schema-contributions/models/JSRecordActionModel.js +0 -47
  606. package/dist/server/flow-schema-contributions/models/LinkActionModel.d.ts +0 -10
  607. package/dist/server/flow-schema-contributions/models/LinkActionModel.js +0 -47
  608. package/dist/server/flow-schema-contributions/models/MapModel.d.ts +0 -10
  609. package/dist/server/flow-schema-contributions/models/MapModel.js +0 -427
  610. package/dist/server/flow-schema-contributions/models/PageModel.d.ts +0 -10
  611. package/dist/server/flow-schema-contributions/models/PageModel.js +0 -159
  612. package/dist/server/flow-schema-contributions/models/PageTabModel.d.ts +0 -10
  613. package/dist/server/flow-schema-contributions/models/PageTabModel.js +0 -69
  614. package/dist/server/flow-schema-contributions/models/PopupActionModel.d.ts +0 -10
  615. package/dist/server/flow-schema-contributions/models/PopupActionModel.js +0 -92
  616. package/dist/server/flow-schema-contributions/models/PopupCollectionActionModel.d.ts +0 -10
  617. package/dist/server/flow-schema-contributions/models/PopupCollectionActionModel.js +0 -119
  618. package/dist/server/flow-schema-contributions/models/RefreshActionModel.d.ts +0 -10
  619. package/dist/server/flow-schema-contributions/models/RefreshActionModel.js +0 -47
  620. package/dist/server/flow-schema-contributions/models/RootPageModel.d.ts +0 -10
  621. package/dist/server/flow-schema-contributions/models/RootPageModel.js +0 -124
  622. package/dist/server/flow-schema-contributions/models/RootPageTabModel.d.ts +0 -10
  623. package/dist/server/flow-schema-contributions/models/RootPageTabModel.js +0 -69
  624. package/dist/server/flow-schema-contributions/models/RouteModel.d.ts +0 -10
  625. package/dist/server/flow-schema-contributions/models/RouteModel.js +0 -121
  626. package/dist/server/flow-schema-contributions/models/TableActionsColumnModel.d.ts +0 -10
  627. package/dist/server/flow-schema-contributions/models/TableActionsColumnModel.js +0 -93
  628. package/dist/server/flow-schema-contributions/models/TableBlockModel.d.ts +0 -10
  629. package/dist/server/flow-schema-contributions/models/TableBlockModel.js +0 -254
  630. package/dist/server/flow-schema-contributions/models/TableColumnModel.d.ts +0 -10
  631. package/dist/server/flow-schema-contributions/models/TableColumnModel.js +0 -77
  632. package/dist/server/flow-schema-contributions/models/TableCustomColumnModel.d.ts +0 -10
  633. package/dist/server/flow-schema-contributions/models/TableCustomColumnModel.js +0 -66
  634. package/dist/server/flow-schema-contributions/models/UiTemplatesModel.d.ts +0 -10
  635. package/dist/server/flow-schema-contributions/models/UiTemplatesModel.js +0 -130
  636. package/dist/server/flow-schema-contributions/models/UpdateRecordActionModel.d.ts +0 -10
  637. package/dist/server/flow-schema-contributions/models/UpdateRecordActionModel.js +0 -173
  638. package/dist/server/flow-schema-contributions/models/ViewActionModel.d.ts +0 -10
  639. package/dist/server/flow-schema-contributions/models/ViewActionModel.js +0 -123
  640. package/dist/server/flow-schema-contributions/models/index.d.ts +0 -71
  641. package/dist/server/flow-schema-contributions/models/index.js +0 -371
  642. package/dist/server/flow-schema-contributions/shared.d.ts +0 -501
  643. package/dist/server/flow-schema-contributions/shared.js +0 -1649
  644. package/dist/server/flow-schema-registry/FlowSchemaRegistry.d.ts +0 -154
  645. package/dist/server/flow-schema-registry/FlowSchemaRegistry.js +0 -1424
  646. package/dist/server/flow-schema-registry/flow-schema-registry/fieldBinding.d.ts +0 -32
  647. package/dist/server/flow-schema-registry/flow-schema-registry/fieldBinding.js +0 -159
  648. package/dist/server/flow-schema-registry/flow-schema-registry/modelPatches.d.ts +0 -16
  649. package/dist/server/flow-schema-registry/flow-schema-registry/modelPatches.js +0 -226
  650. package/dist/server/flow-schema-registry/flow-schema-registry/schemaInference.d.ts +0 -17
  651. package/dist/server/flow-schema-registry/flow-schema-registry/schemaInference.js +0 -204
  652. package/dist/server/flow-schema-registry/flow-schema-registry/utils.d.ts +0 -25
  653. package/dist/server/flow-schema-registry/flow-schema-registry/utils.js +0 -278
  654. package/dist/server/flow-schema-registry/index.js +0 -32
  655. package/dist/server/flow-schema-registry/types.d.ts +0 -244
  656. package/dist/server/flow-schema-service.d.ts +0 -87
  657. package/dist/server/flow-schema-service.js +0 -963
  658. /package/dist/server/{flow-schema-registry → flow-surfaces}/types.js +0 -0
@@ -0,0 +1,3186 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+ declare const _default: {
10
+ tags: {
11
+ name: string;
12
+ description: string;
13
+ }[];
14
+ paths: {
15
+ [x: string]: {
16
+ [x: string]: any;
17
+ };
18
+ };
19
+ components: {
20
+ parameters: {
21
+ flowSurfaceTargetUid: {
22
+ name: string;
23
+ in: string;
24
+ description: string;
25
+ required: boolean;
26
+ schema: {
27
+ type: string;
28
+ };
29
+ example: string;
30
+ };
31
+ flowSurfaceTargetPageSchemaUid: {
32
+ name: string;
33
+ in: string;
34
+ description: string;
35
+ required: boolean;
36
+ schema: {
37
+ type: string;
38
+ };
39
+ example: string;
40
+ };
41
+ flowSurfaceTargetTabSchemaUid: {
42
+ name: string;
43
+ in: string;
44
+ description: string;
45
+ required: boolean;
46
+ schema: {
47
+ type: string;
48
+ };
49
+ example: string;
50
+ };
51
+ flowSurfaceTargetRouteId: {
52
+ name: string;
53
+ in: string;
54
+ description: string;
55
+ required: boolean;
56
+ schema: {
57
+ type: string;
58
+ };
59
+ example: string;
60
+ };
61
+ };
62
+ schemas: {
63
+ FlowSurfaceMutateRef: {
64
+ type: string;
65
+ required: string[];
66
+ properties: {
67
+ ref: {
68
+ type: string;
69
+ description: string;
70
+ };
71
+ };
72
+ additionalProperties: boolean;
73
+ };
74
+ FlowSurfaceResolvableString: {
75
+ oneOf: ({
76
+ $ref: string;
77
+ } | {
78
+ type: string;
79
+ })[];
80
+ };
81
+ FlowSurfaceResolvableIdentifier: {
82
+ oneOf: ({
83
+ $ref: string;
84
+ } | {
85
+ type: string;
86
+ })[];
87
+ };
88
+ FlowSurfaceWriteTarget: {
89
+ type: string;
90
+ required: string[];
91
+ properties: {
92
+ uid: {
93
+ type: string;
94
+ };
95
+ };
96
+ additionalProperties: boolean;
97
+ };
98
+ FlowSurfaceReadLocator: {
99
+ type: string;
100
+ minProperties: number;
101
+ properties: {
102
+ uid: {
103
+ type: string;
104
+ };
105
+ pageSchemaUid: {
106
+ type: string;
107
+ };
108
+ tabSchemaUid: {
109
+ type: string;
110
+ };
111
+ routeId: {
112
+ type: string;
113
+ };
114
+ };
115
+ additionalProperties: boolean;
116
+ };
117
+ FlowSurfaceMutateWriteTarget: {
118
+ type: string;
119
+ required: string[];
120
+ properties: {
121
+ uid: {
122
+ $ref: string;
123
+ };
124
+ };
125
+ additionalProperties: boolean;
126
+ };
127
+ FlowSurfaceResolvedTarget: {
128
+ type: string;
129
+ properties: {
130
+ uid: {
131
+ type: string;
132
+ };
133
+ kind: {
134
+ type: string;
135
+ enum: string[];
136
+ };
137
+ pageSchemaUid: {
138
+ type: string;
139
+ };
140
+ tabSchemaUid: {
141
+ type: string;
142
+ };
143
+ routeId: {
144
+ type: string;
145
+ };
146
+ route: {
147
+ $ref: string;
148
+ };
149
+ pageRoute: {
150
+ $ref: string;
151
+ };
152
+ tabRoute: {
153
+ $ref: string;
154
+ };
155
+ };
156
+ additionalProperties: boolean;
157
+ };
158
+ FlowSurfaceReadTarget: {
159
+ type: string;
160
+ properties: {
161
+ locator: {
162
+ $ref: string;
163
+ };
164
+ uid: {
165
+ type: string;
166
+ };
167
+ kind: {
168
+ type: string;
169
+ enum: string[];
170
+ };
171
+ };
172
+ additionalProperties: boolean;
173
+ };
174
+ FlowSurfaceConfigureOption: {
175
+ type: string;
176
+ properties: {
177
+ type: {
178
+ type: string;
179
+ enum: string[];
180
+ };
181
+ description: {
182
+ type: string;
183
+ };
184
+ enum: {
185
+ type: string;
186
+ items: {
187
+ oneOf: {
188
+ type: string;
189
+ }[];
190
+ };
191
+ };
192
+ example: {};
193
+ supportsFlowContext: {
194
+ type: string;
195
+ };
196
+ };
197
+ required: string[];
198
+ additionalProperties: boolean;
199
+ };
200
+ FlowSurfaceConfigureOptions: {
201
+ type: string;
202
+ additionalProperties: {
203
+ $ref: string;
204
+ };
205
+ };
206
+ FlowSurfaceNodeDomain: {
207
+ type: string;
208
+ enum: string[];
209
+ };
210
+ FlowSurfaceMergeStrategy: {
211
+ type: string;
212
+ enum: string[];
213
+ };
214
+ FlowSurfaceFilterCondition: {
215
+ type: string;
216
+ properties: {
217
+ path: {
218
+ type: string;
219
+ };
220
+ operator: {
221
+ type: string;
222
+ };
223
+ value: {};
224
+ };
225
+ required: string[];
226
+ additionalProperties: boolean;
227
+ };
228
+ FlowSurfaceFilterGroup: {
229
+ type: string;
230
+ properties: {
231
+ logic: {
232
+ type: string;
233
+ enum: string[];
234
+ };
235
+ items: {
236
+ type: string;
237
+ items: {
238
+ oneOf: {
239
+ $ref: string;
240
+ }[];
241
+ };
242
+ };
243
+ };
244
+ required: string[];
245
+ additionalProperties: boolean;
246
+ example: {
247
+ logic: string;
248
+ items: any[];
249
+ };
250
+ };
251
+ FlowSurfaceEventCapabilities: {
252
+ type: string;
253
+ properties: {
254
+ direct: {
255
+ type: string;
256
+ items: {
257
+ type: string;
258
+ };
259
+ };
260
+ object: {
261
+ type: string;
262
+ items: {
263
+ type: string;
264
+ };
265
+ };
266
+ };
267
+ additionalProperties: boolean;
268
+ };
269
+ FlowSurfaceLayoutCapabilities: {
270
+ type: string;
271
+ properties: {
272
+ supported: {
273
+ type: string;
274
+ };
275
+ };
276
+ additionalProperties: boolean;
277
+ };
278
+ FlowSurfaceDomainGroupContract: {
279
+ type: string;
280
+ properties: {
281
+ allowedPaths: {
282
+ type: string;
283
+ items: {
284
+ type: string;
285
+ };
286
+ };
287
+ clearable: {
288
+ type: string;
289
+ };
290
+ mergeStrategy: {
291
+ $ref: string;
292
+ };
293
+ schema: {
294
+ type: string;
295
+ additionalProperties: boolean;
296
+ };
297
+ eventBindingSteps: {
298
+ oneOf: ({
299
+ type: string;
300
+ items: {
301
+ type: string;
302
+ };
303
+ enum?: undefined;
304
+ } | {
305
+ type: string;
306
+ enum: string[];
307
+ items?: undefined;
308
+ })[];
309
+ };
310
+ pathSchemas: {
311
+ type: string;
312
+ additionalProperties: boolean;
313
+ };
314
+ };
315
+ additionalProperties: boolean;
316
+ };
317
+ FlowSurfaceDomainContract: {
318
+ type: string;
319
+ properties: {
320
+ allowedKeys: {
321
+ type: string;
322
+ items: {
323
+ type: string;
324
+ };
325
+ };
326
+ wildcard: {
327
+ type: string;
328
+ };
329
+ mergeStrategy: {
330
+ $ref: string;
331
+ };
332
+ schema: {
333
+ type: string;
334
+ additionalProperties: boolean;
335
+ };
336
+ groups: {
337
+ type: string;
338
+ additionalProperties: {
339
+ $ref: string;
340
+ };
341
+ };
342
+ };
343
+ additionalProperties: boolean;
344
+ };
345
+ FlowSurfaceNodeContract: {
346
+ type: string;
347
+ properties: {
348
+ editableDomains: {
349
+ type: string;
350
+ items: {
351
+ $ref: string;
352
+ };
353
+ };
354
+ domains: {
355
+ type: string;
356
+ properties: {
357
+ props: {
358
+ $ref: string;
359
+ };
360
+ decoratorProps: {
361
+ $ref: string;
362
+ };
363
+ stepParams: {
364
+ $ref: string;
365
+ };
366
+ flowRegistry: {
367
+ $ref: string;
368
+ };
369
+ };
370
+ additionalProperties: boolean;
371
+ };
372
+ eventCapabilities: {
373
+ $ref: string;
374
+ };
375
+ layoutCapabilities: {
376
+ $ref: string;
377
+ };
378
+ eventBindings: {
379
+ type: string;
380
+ additionalProperties: boolean;
381
+ };
382
+ };
383
+ additionalProperties: boolean;
384
+ };
385
+ FlowSurfaceCatalogItem: {
386
+ type: string;
387
+ properties: {
388
+ key: {
389
+ type: string;
390
+ };
391
+ label: {
392
+ type: string;
393
+ };
394
+ use: {
395
+ type: string;
396
+ };
397
+ kind: {
398
+ type: string;
399
+ enum: string[];
400
+ };
401
+ scene: {
402
+ type: string;
403
+ };
404
+ fieldUse: {
405
+ type: string;
406
+ };
407
+ wrapperUse: {
408
+ type: string;
409
+ };
410
+ associationPathName: {
411
+ type: string;
412
+ nullable: boolean;
413
+ };
414
+ defaultTargetUid: {
415
+ type: string;
416
+ };
417
+ targetBlockUid: {
418
+ type: string;
419
+ };
420
+ requiredInitParams: {
421
+ type: string;
422
+ items: {
423
+ type: string;
424
+ };
425
+ };
426
+ allowedContainerUses: {
427
+ type: string;
428
+ items: {
429
+ type: string;
430
+ };
431
+ };
432
+ editableDomains: {
433
+ type: string;
434
+ items: {
435
+ $ref: string;
436
+ };
437
+ };
438
+ configureOptions: {
439
+ $ref: string;
440
+ };
441
+ resourceBindings: {
442
+ type: string;
443
+ items: {
444
+ $ref: string;
445
+ };
446
+ };
447
+ settingsSchema: {
448
+ type: string;
449
+ additionalProperties: boolean;
450
+ };
451
+ settingsContract: {
452
+ type: string;
453
+ properties: {
454
+ props: {
455
+ $ref: string;
456
+ };
457
+ decoratorProps: {
458
+ $ref: string;
459
+ };
460
+ stepParams: {
461
+ $ref: string;
462
+ };
463
+ flowRegistry: {
464
+ $ref: string;
465
+ };
466
+ };
467
+ additionalProperties: boolean;
468
+ };
469
+ eventCapabilities: {
470
+ $ref: string;
471
+ };
472
+ layoutCapabilities: {
473
+ $ref: string;
474
+ };
475
+ createSupported: {
476
+ type: string;
477
+ };
478
+ };
479
+ additionalProperties: boolean;
480
+ };
481
+ FlowSurfaceGetTreeNode: {
482
+ type: string;
483
+ properties: {
484
+ uid: {
485
+ type: string;
486
+ };
487
+ use: {
488
+ type: string;
489
+ };
490
+ subKey: {
491
+ type: string;
492
+ };
493
+ subType: {
494
+ type: string;
495
+ };
496
+ fieldUse: {
497
+ type: string;
498
+ };
499
+ schemaUid: {
500
+ type: string;
501
+ };
502
+ props: {
503
+ type: string;
504
+ additionalProperties: boolean;
505
+ };
506
+ decoratorProps: {
507
+ type: string;
508
+ additionalProperties: boolean;
509
+ };
510
+ stepParams: {
511
+ type: string;
512
+ additionalProperties: boolean;
513
+ };
514
+ flowRegistry: {
515
+ type: string;
516
+ additionalProperties: boolean;
517
+ };
518
+ subModels: {
519
+ type: string;
520
+ additionalProperties: {
521
+ oneOf: ({
522
+ $ref: string;
523
+ } | {
524
+ type: string;
525
+ items: {
526
+ $ref: string;
527
+ };
528
+ })[];
529
+ };
530
+ };
531
+ };
532
+ additionalProperties: boolean;
533
+ };
534
+ FlowSurfaceNodeMap: {
535
+ type: string;
536
+ additionalProperties: {
537
+ $ref: string;
538
+ };
539
+ };
540
+ FlowSurfaceRouteMeta: {
541
+ type: string;
542
+ properties: {
543
+ id: {
544
+ oneOf: {
545
+ type: string;
546
+ }[];
547
+ };
548
+ type: {
549
+ type: string;
550
+ };
551
+ title: {
552
+ type: string;
553
+ };
554
+ icon: {
555
+ type: string;
556
+ nullable: boolean;
557
+ };
558
+ schemaUid: {
559
+ type: string;
560
+ };
561
+ tabSchemaName: {
562
+ type: string;
563
+ };
564
+ enableTabs: {
565
+ type: string;
566
+ };
567
+ hidden: {
568
+ type: string;
569
+ };
570
+ displayTitle: {
571
+ type: string;
572
+ };
573
+ sort: {
574
+ type: string;
575
+ };
576
+ options: {
577
+ type: string;
578
+ additionalProperties: boolean;
579
+ };
580
+ children: {
581
+ type: string;
582
+ items: {
583
+ $ref: string;
584
+ };
585
+ };
586
+ };
587
+ additionalProperties: boolean;
588
+ };
589
+ FlowSurfaceNodeSpec: {
590
+ type: string;
591
+ required: string[];
592
+ properties: {
593
+ uid: {
594
+ type: string;
595
+ };
596
+ clientKey: {
597
+ type: string;
598
+ };
599
+ use: {
600
+ type: string;
601
+ };
602
+ props: {
603
+ type: string;
604
+ additionalProperties: boolean;
605
+ };
606
+ decoratorProps: {
607
+ type: string;
608
+ additionalProperties: boolean;
609
+ };
610
+ stepParams: {
611
+ type: string;
612
+ additionalProperties: boolean;
613
+ };
614
+ flowRegistry: {
615
+ type: string;
616
+ additionalProperties: boolean;
617
+ };
618
+ subModels: {
619
+ type: string;
620
+ additionalProperties: {
621
+ oneOf: ({
622
+ $ref: string;
623
+ } | {
624
+ type: string;
625
+ items: {
626
+ $ref: string;
627
+ };
628
+ })[];
629
+ };
630
+ };
631
+ };
632
+ additionalProperties: boolean;
633
+ };
634
+ FlowSurfaceApplySpec: {
635
+ type: string;
636
+ properties: {
637
+ props: {
638
+ type: string;
639
+ additionalProperties: boolean;
640
+ };
641
+ decoratorProps: {
642
+ type: string;
643
+ additionalProperties: boolean;
644
+ };
645
+ stepParams: {
646
+ type: string;
647
+ additionalProperties: boolean;
648
+ };
649
+ flowRegistry: {
650
+ type: string;
651
+ additionalProperties: boolean;
652
+ };
653
+ subModels: {
654
+ type: string;
655
+ additionalProperties: {
656
+ oneOf: ({
657
+ $ref: string;
658
+ } | {
659
+ type: string;
660
+ items: {
661
+ $ref: string;
662
+ };
663
+ })[];
664
+ };
665
+ };
666
+ };
667
+ additionalProperties: boolean;
668
+ };
669
+ FlowSurfaceClientKeyMap: {
670
+ type: string;
671
+ additionalProperties: {
672
+ type: string;
673
+ };
674
+ };
675
+ FlowSurfaceResourceInit: {
676
+ type: string;
677
+ properties: {
678
+ dataSourceKey: {
679
+ type: string;
680
+ };
681
+ collectionName: {
682
+ type: string;
683
+ };
684
+ associationName: {
685
+ type: string;
686
+ };
687
+ associationPathName: {
688
+ type: string;
689
+ };
690
+ sourceId: {
691
+ oneOf: {
692
+ type: string;
693
+ }[];
694
+ };
695
+ filterByTk: {
696
+ oneOf: {
697
+ type: string;
698
+ }[];
699
+ };
700
+ };
701
+ additionalProperties: boolean;
702
+ };
703
+ FlowSurfaceResourceBindingAssociationField: {
704
+ type: string;
705
+ properties: {
706
+ key: {
707
+ type: string;
708
+ };
709
+ label: {
710
+ type: string;
711
+ };
712
+ collectionName: {
713
+ type: string;
714
+ };
715
+ associationName: {
716
+ type: string;
717
+ };
718
+ };
719
+ required: string[];
720
+ additionalProperties: boolean;
721
+ };
722
+ FlowSurfaceResourceBindingOption: {
723
+ type: string;
724
+ properties: {
725
+ key: {
726
+ type: string;
727
+ enum: string[];
728
+ };
729
+ label: {
730
+ type: string;
731
+ };
732
+ description: {
733
+ type: string;
734
+ };
735
+ requires: {
736
+ type: string;
737
+ items: {
738
+ type: string;
739
+ };
740
+ };
741
+ dataSourceKey: {
742
+ type: string;
743
+ };
744
+ collectionName: {
745
+ type: string;
746
+ };
747
+ associationFields: {
748
+ type: string;
749
+ items: {
750
+ $ref: string;
751
+ };
752
+ };
753
+ };
754
+ required: string[];
755
+ additionalProperties: boolean;
756
+ };
757
+ FlowSurfaceSemanticResourceInput: {
758
+ type: string;
759
+ required: string[];
760
+ properties: {
761
+ binding: {
762
+ type: string;
763
+ enum: string[];
764
+ };
765
+ dataSourceKey: {
766
+ type: string;
767
+ };
768
+ collectionName: {
769
+ type: string;
770
+ };
771
+ associationField: {
772
+ type: string;
773
+ };
774
+ };
775
+ additionalProperties: boolean;
776
+ };
777
+ FlowSurfaceBlockResourceInput: {
778
+ oneOf: {
779
+ $ref: string;
780
+ }[];
781
+ };
782
+ FlowSurfaceMutateResourceInit: {
783
+ type: string;
784
+ properties: {
785
+ dataSourceKey: {
786
+ $ref: string;
787
+ };
788
+ collectionName: {
789
+ $ref: string;
790
+ };
791
+ associationName: {
792
+ $ref: string;
793
+ };
794
+ associationPathName: {
795
+ $ref: string;
796
+ };
797
+ sourceId: {
798
+ $ref: string;
799
+ };
800
+ filterByTk: {
801
+ $ref: string;
802
+ };
803
+ };
804
+ additionalProperties: boolean;
805
+ };
806
+ FlowSurfaceCatalogRequest: {
807
+ type: string;
808
+ properties: {
809
+ target: {
810
+ $ref: string;
811
+ };
812
+ };
813
+ additionalProperties: boolean;
814
+ };
815
+ FlowSurfaceCatalogResponse: {
816
+ type: string;
817
+ properties: {
818
+ target: {
819
+ allOf: {
820
+ $ref: string;
821
+ }[];
822
+ nullable: boolean;
823
+ };
824
+ blocks: {
825
+ type: string;
826
+ items: {
827
+ $ref: string;
828
+ };
829
+ };
830
+ fields: {
831
+ type: string;
832
+ items: {
833
+ $ref: string;
834
+ };
835
+ };
836
+ actions: {
837
+ type: string;
838
+ description: string;
839
+ items: {
840
+ $ref: string;
841
+ };
842
+ };
843
+ recordActions: {
844
+ type: string;
845
+ description: string;
846
+ items: {
847
+ $ref: string;
848
+ };
849
+ };
850
+ editableDomains: {
851
+ type: string;
852
+ items: {
853
+ $ref: string;
854
+ };
855
+ };
856
+ configureOptions: {
857
+ $ref: string;
858
+ };
859
+ settingsSchema: {
860
+ type: string;
861
+ additionalProperties: boolean;
862
+ };
863
+ settingsContract: {
864
+ type: string;
865
+ properties: {
866
+ props: {
867
+ $ref: string;
868
+ };
869
+ decoratorProps: {
870
+ $ref: string;
871
+ };
872
+ stepParams: {
873
+ $ref: string;
874
+ };
875
+ flowRegistry: {
876
+ $ref: string;
877
+ };
878
+ };
879
+ additionalProperties: boolean;
880
+ };
881
+ eventCapabilities: {
882
+ $ref: string;
883
+ };
884
+ layoutCapabilities: {
885
+ $ref: string;
886
+ };
887
+ };
888
+ additionalProperties: boolean;
889
+ };
890
+ FlowSurfaceContextVarInfo: {
891
+ type: string;
892
+ properties: {
893
+ title: {
894
+ type: string;
895
+ };
896
+ type: {
897
+ type: string;
898
+ };
899
+ interface: {
900
+ type: string;
901
+ };
902
+ description: {
903
+ type: string;
904
+ };
905
+ disabled: {
906
+ type: string;
907
+ };
908
+ disabledReason: {
909
+ type: string;
910
+ };
911
+ properties: {
912
+ type: string;
913
+ additionalProperties: {
914
+ $ref: string;
915
+ };
916
+ };
917
+ };
918
+ additionalProperties: boolean;
919
+ };
920
+ FlowSurfaceContextRequest: {
921
+ type: string;
922
+ required: string[];
923
+ properties: {
924
+ target: {
925
+ $ref: string;
926
+ };
927
+ path: {
928
+ type: string;
929
+ description: string;
930
+ };
931
+ maxDepth: {
932
+ type: string;
933
+ minimum: number;
934
+ };
935
+ };
936
+ additionalProperties: boolean;
937
+ };
938
+ FlowSurfaceContextResponse: {
939
+ type: string;
940
+ properties: {
941
+ vars: {
942
+ type: string;
943
+ additionalProperties: {
944
+ $ref: string;
945
+ };
946
+ };
947
+ };
948
+ additionalProperties: boolean;
949
+ };
950
+ FlowSurfaceGetResponse: {
951
+ type: string;
952
+ properties: {
953
+ target: {
954
+ $ref: string;
955
+ };
956
+ tree: {
957
+ $ref: string;
958
+ };
959
+ nodeMap: {
960
+ $ref: string;
961
+ };
962
+ pageRoute: {
963
+ $ref: string;
964
+ };
965
+ route: {
966
+ $ref: string;
967
+ };
968
+ };
969
+ additionalProperties: boolean;
970
+ };
971
+ FlowSurfaceComposeLayoutCell: {
972
+ oneOf: ({
973
+ type: string;
974
+ required?: undefined;
975
+ properties?: undefined;
976
+ additionalProperties?: undefined;
977
+ } | {
978
+ type: string;
979
+ required: string[];
980
+ properties: {
981
+ key: {
982
+ type: string;
983
+ };
984
+ span: {
985
+ type: string;
986
+ };
987
+ };
988
+ additionalProperties: boolean;
989
+ })[];
990
+ };
991
+ FlowSurfaceComposeLayout: {
992
+ type: string;
993
+ properties: {
994
+ rows: {
995
+ type: string;
996
+ items: {
997
+ type: string;
998
+ items: {
999
+ $ref: string;
1000
+ };
1001
+ };
1002
+ };
1003
+ };
1004
+ additionalProperties: boolean;
1005
+ };
1006
+ FlowSurfaceComposeFieldSpec: {
1007
+ oneOf: ({
1008
+ type: string;
1009
+ required?: undefined;
1010
+ properties?: undefined;
1011
+ additionalProperties?: undefined;
1012
+ } | {
1013
+ type: string;
1014
+ required: string[];
1015
+ properties: {
1016
+ key: {
1017
+ type: string;
1018
+ };
1019
+ fieldPath: {
1020
+ type: string;
1021
+ };
1022
+ renderer: {
1023
+ type: string;
1024
+ enum: string[];
1025
+ description: string;
1026
+ };
1027
+ associationPathName: {
1028
+ type: string;
1029
+ };
1030
+ target: {
1031
+ type: string;
1032
+ description: string;
1033
+ };
1034
+ settings: {
1035
+ type: string;
1036
+ additionalProperties: boolean;
1037
+ };
1038
+ popup: {
1039
+ $ref: string;
1040
+ };
1041
+ type?: undefined;
1042
+ };
1043
+ additionalProperties: boolean;
1044
+ } | {
1045
+ type: string;
1046
+ required: string[];
1047
+ properties: {
1048
+ key: {
1049
+ type: string;
1050
+ };
1051
+ type: {
1052
+ type: string;
1053
+ enum: string[];
1054
+ description: string;
1055
+ };
1056
+ settings: {
1057
+ type: string;
1058
+ additionalProperties: boolean;
1059
+ };
1060
+ fieldPath?: undefined;
1061
+ renderer?: undefined;
1062
+ associationPathName?: undefined;
1063
+ target?: undefined;
1064
+ popup?: undefined;
1065
+ };
1066
+ additionalProperties: boolean;
1067
+ })[];
1068
+ };
1069
+ FlowSurfaceComposeActionPopup: {
1070
+ type: string;
1071
+ properties: {
1072
+ mode: {
1073
+ type: string;
1074
+ enum: string[];
1075
+ };
1076
+ blocks: {
1077
+ type: string;
1078
+ items: {
1079
+ $ref: string;
1080
+ };
1081
+ };
1082
+ layout: {
1083
+ $ref: string;
1084
+ };
1085
+ };
1086
+ additionalProperties: boolean;
1087
+ };
1088
+ FlowSurfaceComposeActionSpec: {
1089
+ oneOf: ({
1090
+ type: string;
1091
+ required?: undefined;
1092
+ properties?: undefined;
1093
+ additionalProperties?: undefined;
1094
+ } | {
1095
+ type: string;
1096
+ required: string[];
1097
+ properties: {
1098
+ key: {
1099
+ type: string;
1100
+ };
1101
+ type: {
1102
+ type: string;
1103
+ enum: string[];
1104
+ };
1105
+ settings: {
1106
+ type: string;
1107
+ additionalProperties: boolean;
1108
+ };
1109
+ popup: {
1110
+ $ref: string;
1111
+ };
1112
+ };
1113
+ additionalProperties: boolean;
1114
+ })[];
1115
+ };
1116
+ FlowSurfaceComposeRecordActionSpec: {
1117
+ oneOf: ({
1118
+ type: string;
1119
+ required?: undefined;
1120
+ properties?: undefined;
1121
+ additionalProperties?: undefined;
1122
+ } | {
1123
+ type: string;
1124
+ required: string[];
1125
+ properties: {
1126
+ key: {
1127
+ type: string;
1128
+ };
1129
+ type: {
1130
+ type: string;
1131
+ enum: string[];
1132
+ };
1133
+ settings: {
1134
+ type: string;
1135
+ additionalProperties: boolean;
1136
+ };
1137
+ popup: {
1138
+ $ref: string;
1139
+ };
1140
+ };
1141
+ additionalProperties: boolean;
1142
+ })[];
1143
+ };
1144
+ FlowSurfaceComposeBlockSpec: {
1145
+ type: string;
1146
+ required: string[];
1147
+ properties: {
1148
+ key: {
1149
+ type: string;
1150
+ };
1151
+ type: {
1152
+ type: string;
1153
+ enum: string[];
1154
+ };
1155
+ resource: {
1156
+ $ref: string;
1157
+ };
1158
+ settings: {
1159
+ type: string;
1160
+ additionalProperties: boolean;
1161
+ };
1162
+ fields: {
1163
+ type: string;
1164
+ items: {
1165
+ $ref: string;
1166
+ };
1167
+ };
1168
+ actions: {
1169
+ type: string;
1170
+ description: string;
1171
+ items: {
1172
+ $ref: string;
1173
+ };
1174
+ };
1175
+ recordActions: {
1176
+ type: string;
1177
+ description: string;
1178
+ items: {
1179
+ $ref: string;
1180
+ };
1181
+ };
1182
+ };
1183
+ additionalProperties: boolean;
1184
+ };
1185
+ FlowSurfaceComposeRequest: {
1186
+ type: string;
1187
+ required: string[];
1188
+ properties: {
1189
+ target: {
1190
+ $ref: string;
1191
+ };
1192
+ mode: {
1193
+ type: string;
1194
+ enum: string[];
1195
+ default: string;
1196
+ };
1197
+ blocks: {
1198
+ type: string;
1199
+ items: {
1200
+ $ref: string;
1201
+ };
1202
+ };
1203
+ layout: {
1204
+ $ref: string;
1205
+ };
1206
+ };
1207
+ additionalProperties: boolean;
1208
+ };
1209
+ FlowSurfaceComposeFieldResult: {
1210
+ type: string;
1211
+ properties: {
1212
+ key: {
1213
+ type: string;
1214
+ };
1215
+ fieldPath: {
1216
+ type: string;
1217
+ };
1218
+ renderer: {
1219
+ type: string;
1220
+ enum: string[];
1221
+ };
1222
+ type: {
1223
+ type: string;
1224
+ enum: string[];
1225
+ };
1226
+ uid: {
1227
+ type: string;
1228
+ };
1229
+ associationPathName: {
1230
+ type: string;
1231
+ nullable: boolean;
1232
+ };
1233
+ target: {
1234
+ type: string;
1235
+ };
1236
+ wrapperUid: {
1237
+ type: string;
1238
+ };
1239
+ fieldUid: {
1240
+ type: string;
1241
+ };
1242
+ innerFieldUid: {
1243
+ type: string;
1244
+ };
1245
+ popupPageUid: {
1246
+ type: string;
1247
+ };
1248
+ popupTabUid: {
1249
+ type: string;
1250
+ };
1251
+ popupGridUid: {
1252
+ type: string;
1253
+ };
1254
+ };
1255
+ additionalProperties: boolean;
1256
+ };
1257
+ FlowSurfaceComposeActionResult: {
1258
+ type: string;
1259
+ properties: {
1260
+ key: {
1261
+ type: string;
1262
+ };
1263
+ type: {
1264
+ type: string;
1265
+ enum: string[];
1266
+ };
1267
+ uid: {
1268
+ type: string;
1269
+ };
1270
+ parentUid: {
1271
+ type: string;
1272
+ };
1273
+ assignFormUid: {
1274
+ type: string;
1275
+ };
1276
+ assignFormGridUid: {
1277
+ type: string;
1278
+ };
1279
+ popupPageUid: {
1280
+ type: string;
1281
+ };
1282
+ popupTabUid: {
1283
+ type: string;
1284
+ };
1285
+ popupGridUid: {
1286
+ type: string;
1287
+ };
1288
+ };
1289
+ additionalProperties: boolean;
1290
+ };
1291
+ FlowSurfaceComposeBlockResult: {
1292
+ type: string;
1293
+ properties: {
1294
+ key: {
1295
+ type: string;
1296
+ };
1297
+ type: {
1298
+ type: string;
1299
+ enum: string[];
1300
+ };
1301
+ uid: {
1302
+ type: string;
1303
+ };
1304
+ gridUid: {
1305
+ type: string;
1306
+ };
1307
+ itemUid: {
1308
+ type: string;
1309
+ };
1310
+ itemGridUid: {
1311
+ type: string;
1312
+ };
1313
+ actionsColumnUid: {
1314
+ type: string;
1315
+ };
1316
+ fields: {
1317
+ type: string;
1318
+ items: {
1319
+ $ref: string;
1320
+ };
1321
+ };
1322
+ actions: {
1323
+ type: string;
1324
+ items: {
1325
+ $ref: string;
1326
+ };
1327
+ };
1328
+ recordActions: {
1329
+ type: string;
1330
+ description: string;
1331
+ items: {
1332
+ $ref: string;
1333
+ };
1334
+ };
1335
+ };
1336
+ additionalProperties: boolean;
1337
+ };
1338
+ FlowSurfaceComposeResult: {
1339
+ type: string;
1340
+ properties: {
1341
+ target: {
1342
+ $ref: string;
1343
+ };
1344
+ mode: {
1345
+ type: string;
1346
+ enum: string[];
1347
+ };
1348
+ keyToUid: {
1349
+ $ref: string;
1350
+ };
1351
+ blocks: {
1352
+ type: string;
1353
+ items: {
1354
+ $ref: string;
1355
+ };
1356
+ };
1357
+ layout: {
1358
+ $ref: string;
1359
+ };
1360
+ };
1361
+ additionalProperties: boolean;
1362
+ };
1363
+ FlowSurfaceConfigureRequest: {
1364
+ type: string;
1365
+ required: string[];
1366
+ properties: {
1367
+ target: {
1368
+ $ref: string;
1369
+ };
1370
+ changes: {
1371
+ type: string;
1372
+ additionalProperties: boolean;
1373
+ };
1374
+ };
1375
+ additionalProperties: boolean;
1376
+ };
1377
+ FlowSurfaceConfigureResult: {
1378
+ type: string;
1379
+ properties: {
1380
+ uid: {
1381
+ type: string;
1382
+ };
1383
+ updated: {
1384
+ type: string;
1385
+ items: {
1386
+ type: string;
1387
+ };
1388
+ };
1389
+ popupPageUid: {
1390
+ type: string;
1391
+ };
1392
+ popupTabUid: {
1393
+ type: string;
1394
+ };
1395
+ popupGridUid: {
1396
+ type: string;
1397
+ };
1398
+ };
1399
+ additionalProperties: boolean;
1400
+ };
1401
+ FlowSurfaceCreateMenuRequest: {
1402
+ type: string;
1403
+ required: string[];
1404
+ properties: {
1405
+ title: {
1406
+ type: string;
1407
+ };
1408
+ type: {
1409
+ type: string;
1410
+ enum: string[];
1411
+ default: string;
1412
+ };
1413
+ icon: {
1414
+ type: string;
1415
+ };
1416
+ tooltip: {
1417
+ type: string;
1418
+ };
1419
+ hideInMenu: {
1420
+ type: string;
1421
+ };
1422
+ parentMenuRouteId: {
1423
+ oneOf: {
1424
+ type: string;
1425
+ }[];
1426
+ };
1427
+ };
1428
+ additionalProperties: boolean;
1429
+ };
1430
+ FlowSurfaceCreateMenuResult: {
1431
+ type: string;
1432
+ properties: {
1433
+ routeId: {
1434
+ oneOf: {
1435
+ type: string;
1436
+ }[];
1437
+ };
1438
+ type: {
1439
+ type: string;
1440
+ enum: string[];
1441
+ };
1442
+ parentMenuRouteId: {
1443
+ nullable: boolean;
1444
+ oneOf: {
1445
+ type: string;
1446
+ }[];
1447
+ };
1448
+ pageSchemaUid: {
1449
+ type: string;
1450
+ };
1451
+ pageUid: {
1452
+ type: string;
1453
+ };
1454
+ tabSchemaUid: {
1455
+ type: string;
1456
+ };
1457
+ tabRouteId: {
1458
+ oneOf: {
1459
+ type: string;
1460
+ }[];
1461
+ };
1462
+ tabSchemaName: {
1463
+ type: string;
1464
+ };
1465
+ };
1466
+ additionalProperties: boolean;
1467
+ };
1468
+ FlowSurfaceUpdateMenuRequest: {
1469
+ type: string;
1470
+ required: string[];
1471
+ properties: {
1472
+ menuRouteId: {
1473
+ oneOf: {
1474
+ type: string;
1475
+ }[];
1476
+ };
1477
+ title: {
1478
+ type: string;
1479
+ };
1480
+ icon: {
1481
+ type: string;
1482
+ nullable: boolean;
1483
+ };
1484
+ tooltip: {
1485
+ type: string;
1486
+ nullable: boolean;
1487
+ };
1488
+ hideInMenu: {
1489
+ type: string;
1490
+ };
1491
+ parentMenuRouteId: {
1492
+ nullable: boolean;
1493
+ oneOf: {
1494
+ type: string;
1495
+ }[];
1496
+ };
1497
+ };
1498
+ additionalProperties: boolean;
1499
+ };
1500
+ FlowSurfaceUpdateMenuResult: {
1501
+ type: string;
1502
+ properties: {
1503
+ routeId: {
1504
+ oneOf: {
1505
+ type: string;
1506
+ }[];
1507
+ };
1508
+ type: {
1509
+ type: string;
1510
+ enum: string[];
1511
+ };
1512
+ parentMenuRouteId: {
1513
+ nullable: boolean;
1514
+ oneOf: {
1515
+ type: string;
1516
+ }[];
1517
+ };
1518
+ };
1519
+ additionalProperties: boolean;
1520
+ };
1521
+ FlowSurfaceCreatePageRequest: {
1522
+ type: string;
1523
+ properties: {
1524
+ menuRouteId: {
1525
+ oneOf: {
1526
+ type: string;
1527
+ }[];
1528
+ };
1529
+ pageSchemaUid: {
1530
+ type: string;
1531
+ };
1532
+ tabSchemaUid: {
1533
+ type: string;
1534
+ };
1535
+ tabSchemaName: {
1536
+ type: string;
1537
+ };
1538
+ pageUid: {
1539
+ type: string;
1540
+ };
1541
+ title: {
1542
+ type: string;
1543
+ };
1544
+ tabTitle: {
1545
+ type: string;
1546
+ };
1547
+ icon: {
1548
+ type: string;
1549
+ };
1550
+ tabIcon: {
1551
+ type: string;
1552
+ };
1553
+ enableTabs: {
1554
+ type: string;
1555
+ };
1556
+ enableHeader: {
1557
+ type: string;
1558
+ };
1559
+ displayTitle: {
1560
+ type: string;
1561
+ };
1562
+ documentTitle: {
1563
+ type: string;
1564
+ };
1565
+ tabDocumentTitle: {
1566
+ type: string;
1567
+ };
1568
+ tabFlowRegistry: {
1569
+ type: string;
1570
+ additionalProperties: boolean;
1571
+ };
1572
+ routeOptions: {
1573
+ type: string;
1574
+ additionalProperties: boolean;
1575
+ };
1576
+ };
1577
+ additionalProperties: boolean;
1578
+ };
1579
+ FlowSurfaceCreatePageResult: {
1580
+ type: string;
1581
+ properties: {
1582
+ routeId: {
1583
+ oneOf: {
1584
+ type: string;
1585
+ }[];
1586
+ };
1587
+ parentMenuRouteId: {
1588
+ nullable: boolean;
1589
+ oneOf: {
1590
+ type: string;
1591
+ }[];
1592
+ };
1593
+ pageSchemaUid: {
1594
+ type: string;
1595
+ };
1596
+ pageUid: {
1597
+ type: string;
1598
+ };
1599
+ tabSchemaUid: {
1600
+ type: string;
1601
+ };
1602
+ tabRouteId: {
1603
+ oneOf: {
1604
+ type: string;
1605
+ }[];
1606
+ };
1607
+ tabSchemaName: {
1608
+ type: string;
1609
+ };
1610
+ gridUid: {
1611
+ type: string;
1612
+ };
1613
+ };
1614
+ additionalProperties: boolean;
1615
+ };
1616
+ FlowSurfaceDestroyPageRequest: {
1617
+ type: string;
1618
+ required: string[];
1619
+ properties: {
1620
+ uid: {
1621
+ type: string;
1622
+ };
1623
+ };
1624
+ additionalProperties: boolean;
1625
+ };
1626
+ FlowSurfaceDestroyPageResult: {
1627
+ type: string;
1628
+ properties: {
1629
+ uid: {
1630
+ type: string;
1631
+ };
1632
+ };
1633
+ additionalProperties: boolean;
1634
+ };
1635
+ FlowSurfaceAddTabRequest: {
1636
+ type: string;
1637
+ required: string[];
1638
+ properties: {
1639
+ target: {
1640
+ $ref: string;
1641
+ };
1642
+ tabSchemaUid: {
1643
+ type: string;
1644
+ };
1645
+ tabSchemaName: {
1646
+ type: string;
1647
+ };
1648
+ title: {
1649
+ type: string;
1650
+ };
1651
+ icon: {
1652
+ type: string;
1653
+ };
1654
+ documentTitle: {
1655
+ type: string;
1656
+ };
1657
+ flowRegistry: {
1658
+ type: string;
1659
+ additionalProperties: boolean;
1660
+ };
1661
+ };
1662
+ additionalProperties: boolean;
1663
+ };
1664
+ FlowSurfaceAddTabResult: {
1665
+ type: string;
1666
+ properties: {
1667
+ pageUid: {
1668
+ type: string;
1669
+ };
1670
+ tabSchemaUid: {
1671
+ type: string;
1672
+ };
1673
+ tabRouteId: {
1674
+ oneOf: {
1675
+ type: string;
1676
+ }[];
1677
+ };
1678
+ tabSchemaName: {
1679
+ type: string;
1680
+ };
1681
+ gridUid: {
1682
+ type: string;
1683
+ };
1684
+ };
1685
+ additionalProperties: boolean;
1686
+ };
1687
+ FlowSurfaceUpdateTabRequest: {
1688
+ type: string;
1689
+ required: string[];
1690
+ properties: {
1691
+ target: {
1692
+ $ref: string;
1693
+ };
1694
+ title: {
1695
+ type: string;
1696
+ };
1697
+ icon: {
1698
+ type: string;
1699
+ };
1700
+ documentTitle: {
1701
+ type: string;
1702
+ };
1703
+ flowRegistry: {
1704
+ type: string;
1705
+ additionalProperties: boolean;
1706
+ };
1707
+ };
1708
+ additionalProperties: boolean;
1709
+ };
1710
+ FlowSurfaceUpdateTabResult: {
1711
+ type: string;
1712
+ properties: {
1713
+ uid: {
1714
+ type: string;
1715
+ };
1716
+ routeId: {
1717
+ oneOf: {
1718
+ type: string;
1719
+ }[];
1720
+ };
1721
+ title: {
1722
+ type: string;
1723
+ };
1724
+ icon: {
1725
+ type: string;
1726
+ };
1727
+ };
1728
+ additionalProperties: boolean;
1729
+ };
1730
+ FlowSurfaceMoveTabRequest: {
1731
+ type: string;
1732
+ required: string[];
1733
+ properties: {
1734
+ sourceUid: {
1735
+ type: string;
1736
+ };
1737
+ targetUid: {
1738
+ type: string;
1739
+ };
1740
+ position: {
1741
+ type: string;
1742
+ enum: string[];
1743
+ };
1744
+ };
1745
+ additionalProperties: boolean;
1746
+ };
1747
+ FlowSurfaceMoveTabResult: {
1748
+ type: string;
1749
+ properties: {
1750
+ sourceUid: {
1751
+ type: string;
1752
+ };
1753
+ targetUid: {
1754
+ type: string;
1755
+ };
1756
+ position: {
1757
+ type: string;
1758
+ enum: string[];
1759
+ };
1760
+ };
1761
+ additionalProperties: boolean;
1762
+ };
1763
+ FlowSurfaceRemoveTabRequest: {
1764
+ type: string;
1765
+ required: string[];
1766
+ properties: {
1767
+ uid: {
1768
+ type: string;
1769
+ };
1770
+ };
1771
+ additionalProperties: boolean;
1772
+ };
1773
+ FlowSurfaceRemoveTabResult: {
1774
+ type: string;
1775
+ properties: {
1776
+ uid: {
1777
+ type: string;
1778
+ };
1779
+ };
1780
+ additionalProperties: boolean;
1781
+ };
1782
+ FlowSurfaceAddPopupTabRequest: {
1783
+ type: string;
1784
+ required: string[];
1785
+ properties: {
1786
+ target: {
1787
+ $ref: string;
1788
+ };
1789
+ title: {
1790
+ type: string;
1791
+ };
1792
+ icon: {
1793
+ type: string;
1794
+ };
1795
+ documentTitle: {
1796
+ type: string;
1797
+ };
1798
+ flowRegistry: {
1799
+ type: string;
1800
+ additionalProperties: boolean;
1801
+ };
1802
+ };
1803
+ additionalProperties: boolean;
1804
+ };
1805
+ FlowSurfaceAddPopupTabResult: {
1806
+ type: string;
1807
+ properties: {
1808
+ popupPageUid: {
1809
+ type: string;
1810
+ };
1811
+ popupTabUid: {
1812
+ type: string;
1813
+ };
1814
+ popupGridUid: {
1815
+ type: string;
1816
+ };
1817
+ };
1818
+ additionalProperties: boolean;
1819
+ };
1820
+ FlowSurfaceUpdatePopupTabRequest: {
1821
+ type: string;
1822
+ required: string[];
1823
+ properties: {
1824
+ target: {
1825
+ $ref: string;
1826
+ };
1827
+ title: {
1828
+ type: string;
1829
+ };
1830
+ icon: {
1831
+ type: string;
1832
+ };
1833
+ documentTitle: {
1834
+ type: string;
1835
+ };
1836
+ flowRegistry: {
1837
+ type: string;
1838
+ additionalProperties: boolean;
1839
+ };
1840
+ };
1841
+ additionalProperties: boolean;
1842
+ };
1843
+ FlowSurfaceUpdatePopupTabResult: {
1844
+ type: string;
1845
+ properties: {
1846
+ uid: {
1847
+ type: string;
1848
+ };
1849
+ title: {
1850
+ type: string;
1851
+ };
1852
+ icon: {
1853
+ type: string;
1854
+ };
1855
+ };
1856
+ additionalProperties: boolean;
1857
+ };
1858
+ FlowSurfaceMovePopupTabRequest: {
1859
+ type: string;
1860
+ required: string[];
1861
+ properties: {
1862
+ sourceUid: {
1863
+ type: string;
1864
+ };
1865
+ targetUid: {
1866
+ type: string;
1867
+ };
1868
+ position: {
1869
+ type: string;
1870
+ enum: string[];
1871
+ };
1872
+ };
1873
+ additionalProperties: boolean;
1874
+ };
1875
+ FlowSurfaceMovePopupTabResult: {
1876
+ type: string;
1877
+ properties: {
1878
+ sourceUid: {
1879
+ type: string;
1880
+ };
1881
+ targetUid: {
1882
+ type: string;
1883
+ };
1884
+ position: {
1885
+ type: string;
1886
+ enum: string[];
1887
+ };
1888
+ };
1889
+ additionalProperties: boolean;
1890
+ };
1891
+ FlowSurfaceRemovePopupTabRequest: {
1892
+ type: string;
1893
+ required: string[];
1894
+ properties: {
1895
+ target: {
1896
+ $ref: string;
1897
+ };
1898
+ };
1899
+ additionalProperties: boolean;
1900
+ };
1901
+ FlowSurfaceRemovePopupTabResult: {
1902
+ type: string;
1903
+ properties: {
1904
+ uid: {
1905
+ type: string;
1906
+ };
1907
+ };
1908
+ additionalProperties: boolean;
1909
+ };
1910
+ FlowSurfaceAddBlockRequest: {
1911
+ type: string;
1912
+ required: string[];
1913
+ properties: {
1914
+ target: {
1915
+ $ref: string;
1916
+ };
1917
+ type: {
1918
+ type: string;
1919
+ enum: string[];
1920
+ };
1921
+ use: {
1922
+ type: string;
1923
+ };
1924
+ resource: {
1925
+ $ref: string;
1926
+ };
1927
+ resourceInit: {
1928
+ $ref: string;
1929
+ };
1930
+ settings: {
1931
+ type: string;
1932
+ additionalProperties: boolean;
1933
+ };
1934
+ };
1935
+ additionalProperties: boolean;
1936
+ };
1937
+ FlowSurfaceAddBlockResult: {
1938
+ type: string;
1939
+ properties: {
1940
+ uid: {
1941
+ type: string;
1942
+ };
1943
+ parentUid: {
1944
+ type: string;
1945
+ };
1946
+ subKey: {
1947
+ type: string;
1948
+ };
1949
+ gridUid: {
1950
+ type: string;
1951
+ };
1952
+ blockGridUid: {
1953
+ type: string;
1954
+ };
1955
+ itemUid: {
1956
+ type: string;
1957
+ };
1958
+ itemGridUid: {
1959
+ type: string;
1960
+ };
1961
+ actionsColumnUid: {
1962
+ type: string;
1963
+ };
1964
+ pageUid: {
1965
+ type: string;
1966
+ };
1967
+ tabUid: {
1968
+ type: string;
1969
+ };
1970
+ popupPageUid: {
1971
+ type: string;
1972
+ };
1973
+ popupTabUid: {
1974
+ type: string;
1975
+ };
1976
+ popupGridUid: {
1977
+ type: string;
1978
+ };
1979
+ };
1980
+ additionalProperties: boolean;
1981
+ };
1982
+ FlowSurfaceAddFieldRequest: {
1983
+ type: string;
1984
+ required: string[];
1985
+ properties: {
1986
+ target: {
1987
+ $ref: string;
1988
+ };
1989
+ fieldPath: {
1990
+ type: string;
1991
+ description: string;
1992
+ };
1993
+ renderer: {
1994
+ type: string;
1995
+ enum: string[];
1996
+ description: string;
1997
+ };
1998
+ type: {
1999
+ type: string;
2000
+ enum: string[];
2001
+ description: string;
2002
+ };
2003
+ associationPathName: {
2004
+ type: string;
2005
+ };
2006
+ dataSourceKey: {
2007
+ type: string;
2008
+ };
2009
+ collectionName: {
2010
+ type: string;
2011
+ };
2012
+ fieldUse: {
2013
+ type: string;
2014
+ description: string;
2015
+ };
2016
+ defaultTargetUid: {
2017
+ type: string;
2018
+ };
2019
+ targetBlockUid: {
2020
+ type: string;
2021
+ };
2022
+ targetUid: {
2023
+ type: string;
2024
+ description: string;
2025
+ };
2026
+ settings: {
2027
+ type: string;
2028
+ additionalProperties: boolean;
2029
+ };
2030
+ popup: {
2031
+ $ref: string;
2032
+ };
2033
+ };
2034
+ additionalProperties: boolean;
2035
+ };
2036
+ FlowSurfaceAddFieldResult: {
2037
+ type: string;
2038
+ properties: {
2039
+ uid: {
2040
+ type: string;
2041
+ };
2042
+ wrapperUid: {
2043
+ type: string;
2044
+ };
2045
+ fieldUid: {
2046
+ type: string;
2047
+ };
2048
+ innerFieldUid: {
2049
+ type: string;
2050
+ };
2051
+ parentUid: {
2052
+ type: string;
2053
+ };
2054
+ subKey: {
2055
+ type: string;
2056
+ };
2057
+ fieldUse: {
2058
+ type: string;
2059
+ };
2060
+ renderer: {
2061
+ type: string;
2062
+ enum: string[];
2063
+ };
2064
+ type: {
2065
+ type: string;
2066
+ enum: string[];
2067
+ };
2068
+ defaultTargetUid: {
2069
+ type: string;
2070
+ };
2071
+ associationPathName: {
2072
+ type: string;
2073
+ nullable: boolean;
2074
+ };
2075
+ fieldPath: {
2076
+ type: string;
2077
+ };
2078
+ popupPageUid: {
2079
+ type: string;
2080
+ };
2081
+ popupTabUid: {
2082
+ type: string;
2083
+ };
2084
+ popupGridUid: {
2085
+ type: string;
2086
+ };
2087
+ };
2088
+ additionalProperties: boolean;
2089
+ };
2090
+ FlowSurfaceAddActionRequest: {
2091
+ type: string;
2092
+ required: string[];
2093
+ properties: {
2094
+ target: {
2095
+ $ref: string;
2096
+ };
2097
+ type: {
2098
+ type: string;
2099
+ enum: string[];
2100
+ };
2101
+ use: {
2102
+ type: string;
2103
+ };
2104
+ resourceInit: {
2105
+ $ref: string;
2106
+ };
2107
+ settings: {
2108
+ type: string;
2109
+ additionalProperties: boolean;
2110
+ };
2111
+ popup: {
2112
+ $ref: string;
2113
+ };
2114
+ };
2115
+ additionalProperties: boolean;
2116
+ };
2117
+ FlowSurfaceAddActionResult: {
2118
+ type: string;
2119
+ properties: {
2120
+ uid: {
2121
+ type: string;
2122
+ };
2123
+ parentUid: {
2124
+ type: string;
2125
+ };
2126
+ subKey: {
2127
+ type: string;
2128
+ };
2129
+ assignFormUid: {
2130
+ type: string;
2131
+ };
2132
+ assignFormGridUid: {
2133
+ type: string;
2134
+ };
2135
+ popupPageUid: {
2136
+ type: string;
2137
+ };
2138
+ popupTabUid: {
2139
+ type: string;
2140
+ };
2141
+ popupGridUid: {
2142
+ type: string;
2143
+ };
2144
+ };
2145
+ additionalProperties: boolean;
2146
+ };
2147
+ FlowSurfaceAddRecordActionRequest: {
2148
+ type: string;
2149
+ required: string[];
2150
+ properties: {
2151
+ target: {
2152
+ $ref: string;
2153
+ };
2154
+ type: {
2155
+ type: string;
2156
+ enum: string[];
2157
+ };
2158
+ use: {
2159
+ type: string;
2160
+ };
2161
+ resourceInit: {
2162
+ $ref: string;
2163
+ };
2164
+ settings: {
2165
+ type: string;
2166
+ additionalProperties: boolean;
2167
+ };
2168
+ popup: {
2169
+ $ref: string;
2170
+ };
2171
+ };
2172
+ additionalProperties: boolean;
2173
+ };
2174
+ FlowSurfaceAddRecordActionResult: {
2175
+ allOf: {
2176
+ $ref: string;
2177
+ }[];
2178
+ };
2179
+ FlowSurfaceBatchItemError: {
2180
+ type: string;
2181
+ properties: {
2182
+ code: {
2183
+ type: string;
2184
+ };
2185
+ message: {
2186
+ type: string;
2187
+ };
2188
+ status: {
2189
+ type: string;
2190
+ };
2191
+ type: {
2192
+ type: string;
2193
+ enum: string[];
2194
+ };
2195
+ };
2196
+ required: string[];
2197
+ additionalProperties: boolean;
2198
+ };
2199
+ FlowSurfaceAddBlockItem: {
2200
+ type: string;
2201
+ properties: {
2202
+ key: {
2203
+ type: string;
2204
+ };
2205
+ type: {
2206
+ type: string;
2207
+ enum: string[];
2208
+ };
2209
+ use: {
2210
+ type: string;
2211
+ };
2212
+ resource: {
2213
+ $ref: string;
2214
+ };
2215
+ resourceInit: {
2216
+ $ref: string;
2217
+ };
2218
+ settings: {
2219
+ type: string;
2220
+ additionalProperties: boolean;
2221
+ };
2222
+ };
2223
+ additionalProperties: boolean;
2224
+ };
2225
+ FlowSurfaceAddFieldItem: {
2226
+ type: string;
2227
+ properties: {
2228
+ key: {
2229
+ type: string;
2230
+ };
2231
+ fieldPath: {
2232
+ type: string;
2233
+ };
2234
+ renderer: {
2235
+ type: string;
2236
+ enum: string[];
2237
+ };
2238
+ type: {
2239
+ type: string;
2240
+ enum: string[];
2241
+ };
2242
+ associationPathName: {
2243
+ type: string;
2244
+ };
2245
+ dataSourceKey: {
2246
+ type: string;
2247
+ };
2248
+ collectionName: {
2249
+ type: string;
2250
+ };
2251
+ fieldUse: {
2252
+ type: string;
2253
+ };
2254
+ defaultTargetUid: {
2255
+ type: string;
2256
+ };
2257
+ targetBlockUid: {
2258
+ type: string;
2259
+ };
2260
+ targetUid: {
2261
+ type: string;
2262
+ };
2263
+ settings: {
2264
+ type: string;
2265
+ additionalProperties: boolean;
2266
+ };
2267
+ popup: {
2268
+ $ref: string;
2269
+ };
2270
+ };
2271
+ additionalProperties: boolean;
2272
+ };
2273
+ FlowSurfaceAddActionItem: {
2274
+ type: string;
2275
+ properties: {
2276
+ key: {
2277
+ type: string;
2278
+ };
2279
+ type: {
2280
+ type: string;
2281
+ enum: string[];
2282
+ };
2283
+ use: {
2284
+ type: string;
2285
+ };
2286
+ resourceInit: {
2287
+ $ref: string;
2288
+ };
2289
+ settings: {
2290
+ type: string;
2291
+ additionalProperties: boolean;
2292
+ };
2293
+ popup: {
2294
+ $ref: string;
2295
+ };
2296
+ };
2297
+ additionalProperties: boolean;
2298
+ };
2299
+ FlowSurfaceAddRecordActionItem: {
2300
+ type: string;
2301
+ properties: {
2302
+ key: {
2303
+ type: string;
2304
+ };
2305
+ type: {
2306
+ type: string;
2307
+ enum: string[];
2308
+ };
2309
+ use: {
2310
+ type: string;
2311
+ };
2312
+ resourceInit: {
2313
+ $ref: string;
2314
+ };
2315
+ settings: {
2316
+ type: string;
2317
+ additionalProperties: boolean;
2318
+ };
2319
+ popup: {
2320
+ $ref: string;
2321
+ };
2322
+ };
2323
+ additionalProperties: boolean;
2324
+ };
2325
+ FlowSurfaceAddBlocksRequest: {
2326
+ type: string;
2327
+ required: string[];
2328
+ properties: {
2329
+ target: {
2330
+ $ref: string;
2331
+ };
2332
+ blocks: {
2333
+ type: string;
2334
+ items: {
2335
+ $ref: string;
2336
+ };
2337
+ };
2338
+ };
2339
+ additionalProperties: boolean;
2340
+ };
2341
+ FlowSurfaceAddFieldsRequest: {
2342
+ type: string;
2343
+ required: string[];
2344
+ properties: {
2345
+ target: {
2346
+ $ref: string;
2347
+ };
2348
+ fields: {
2349
+ type: string;
2350
+ items: {
2351
+ $ref: string;
2352
+ };
2353
+ };
2354
+ };
2355
+ additionalProperties: boolean;
2356
+ };
2357
+ FlowSurfaceAddActionsRequest: {
2358
+ type: string;
2359
+ required: string[];
2360
+ properties: {
2361
+ target: {
2362
+ $ref: string;
2363
+ };
2364
+ actions: {
2365
+ type: string;
2366
+ items: {
2367
+ $ref: string;
2368
+ };
2369
+ };
2370
+ };
2371
+ additionalProperties: boolean;
2372
+ };
2373
+ FlowSurfaceAddRecordActionsRequest: {
2374
+ type: string;
2375
+ required: string[];
2376
+ properties: {
2377
+ target: {
2378
+ $ref: string;
2379
+ };
2380
+ recordActions: {
2381
+ type: string;
2382
+ items: {
2383
+ $ref: string;
2384
+ };
2385
+ };
2386
+ };
2387
+ additionalProperties: boolean;
2388
+ };
2389
+ FlowSurfaceAddBlocksItemResult: {
2390
+ type: string;
2391
+ properties: {
2392
+ index: {
2393
+ type: string;
2394
+ };
2395
+ key: {
2396
+ type: string;
2397
+ };
2398
+ ok: {
2399
+ type: string;
2400
+ };
2401
+ result: {
2402
+ $ref: string;
2403
+ };
2404
+ error: {
2405
+ $ref: string;
2406
+ };
2407
+ };
2408
+ required: string[];
2409
+ additionalProperties: boolean;
2410
+ };
2411
+ FlowSurfaceAddFieldsItemResult: {
2412
+ type: string;
2413
+ properties: {
2414
+ index: {
2415
+ type: string;
2416
+ };
2417
+ key: {
2418
+ type: string;
2419
+ };
2420
+ ok: {
2421
+ type: string;
2422
+ };
2423
+ result: {
2424
+ $ref: string;
2425
+ };
2426
+ error: {
2427
+ $ref: string;
2428
+ };
2429
+ };
2430
+ required: string[];
2431
+ additionalProperties: boolean;
2432
+ };
2433
+ FlowSurfaceAddActionsItemResult: {
2434
+ type: string;
2435
+ properties: {
2436
+ index: {
2437
+ type: string;
2438
+ };
2439
+ key: {
2440
+ type: string;
2441
+ };
2442
+ ok: {
2443
+ type: string;
2444
+ };
2445
+ result: {
2446
+ $ref: string;
2447
+ };
2448
+ error: {
2449
+ $ref: string;
2450
+ };
2451
+ };
2452
+ required: string[];
2453
+ additionalProperties: boolean;
2454
+ };
2455
+ FlowSurfaceAddRecordActionsItemResult: {
2456
+ type: string;
2457
+ properties: {
2458
+ index: {
2459
+ type: string;
2460
+ };
2461
+ key: {
2462
+ type: string;
2463
+ };
2464
+ ok: {
2465
+ type: string;
2466
+ };
2467
+ result: {
2468
+ $ref: string;
2469
+ };
2470
+ error: {
2471
+ $ref: string;
2472
+ };
2473
+ };
2474
+ required: string[];
2475
+ additionalProperties: boolean;
2476
+ };
2477
+ FlowSurfaceAddBlocksResult: {
2478
+ type: string;
2479
+ properties: {
2480
+ blocks: {
2481
+ type: string;
2482
+ items: {
2483
+ $ref: string;
2484
+ };
2485
+ };
2486
+ successCount: {
2487
+ type: string;
2488
+ };
2489
+ errorCount: {
2490
+ type: string;
2491
+ };
2492
+ };
2493
+ additionalProperties: boolean;
2494
+ };
2495
+ FlowSurfaceAddFieldsResult: {
2496
+ type: string;
2497
+ properties: {
2498
+ fields: {
2499
+ type: string;
2500
+ items: {
2501
+ $ref: string;
2502
+ };
2503
+ };
2504
+ successCount: {
2505
+ type: string;
2506
+ };
2507
+ errorCount: {
2508
+ type: string;
2509
+ };
2510
+ };
2511
+ additionalProperties: boolean;
2512
+ };
2513
+ FlowSurfaceAddActionsResult: {
2514
+ type: string;
2515
+ properties: {
2516
+ actions: {
2517
+ type: string;
2518
+ items: {
2519
+ $ref: string;
2520
+ };
2521
+ };
2522
+ successCount: {
2523
+ type: string;
2524
+ };
2525
+ errorCount: {
2526
+ type: string;
2527
+ };
2528
+ };
2529
+ additionalProperties: boolean;
2530
+ };
2531
+ FlowSurfaceAddRecordActionsResult: {
2532
+ type: string;
2533
+ properties: {
2534
+ recordActions: {
2535
+ type: string;
2536
+ items: {
2537
+ $ref: string;
2538
+ };
2539
+ };
2540
+ successCount: {
2541
+ type: string;
2542
+ };
2543
+ errorCount: {
2544
+ type: string;
2545
+ };
2546
+ };
2547
+ additionalProperties: boolean;
2548
+ };
2549
+ FlowSurfaceUpdateSettingsRequest: {
2550
+ type: string;
2551
+ required: string[];
2552
+ properties: {
2553
+ target: {
2554
+ $ref: string;
2555
+ };
2556
+ props: {
2557
+ type: string;
2558
+ additionalProperties: boolean;
2559
+ };
2560
+ decoratorProps: {
2561
+ type: string;
2562
+ additionalProperties: boolean;
2563
+ };
2564
+ stepParams: {
2565
+ type: string;
2566
+ additionalProperties: boolean;
2567
+ };
2568
+ flowRegistry: {
2569
+ type: string;
2570
+ additionalProperties: boolean;
2571
+ };
2572
+ };
2573
+ additionalProperties: boolean;
2574
+ };
2575
+ FlowSurfaceUpdateSettingsResult: {
2576
+ type: string;
2577
+ properties: {
2578
+ uid: {
2579
+ type: string;
2580
+ };
2581
+ updated: {
2582
+ type: string;
2583
+ items: {
2584
+ type: string;
2585
+ };
2586
+ };
2587
+ };
2588
+ additionalProperties: boolean;
2589
+ };
2590
+ FlowSurfaceSetEventFlowsRequest: {
2591
+ type: string;
2592
+ required: string[];
2593
+ properties: {
2594
+ target: {
2595
+ $ref: string;
2596
+ };
2597
+ flowRegistry: {
2598
+ type: string;
2599
+ additionalProperties: boolean;
2600
+ };
2601
+ flows: {
2602
+ type: string;
2603
+ additionalProperties: boolean;
2604
+ };
2605
+ };
2606
+ additionalProperties: boolean;
2607
+ };
2608
+ FlowSurfaceSetEventFlowsResult: {
2609
+ type: string;
2610
+ properties: {
2611
+ uid: {
2612
+ type: string;
2613
+ };
2614
+ flowRegistry: {
2615
+ type: string;
2616
+ additionalProperties: boolean;
2617
+ };
2618
+ };
2619
+ additionalProperties: boolean;
2620
+ };
2621
+ FlowSurfaceSetLayoutRequest: {
2622
+ type: string;
2623
+ required: string[];
2624
+ properties: {
2625
+ target: {
2626
+ $ref: string;
2627
+ };
2628
+ rows: {
2629
+ type: string;
2630
+ additionalProperties: boolean;
2631
+ };
2632
+ sizes: {
2633
+ type: string;
2634
+ additionalProperties: boolean;
2635
+ };
2636
+ rowOrder: {
2637
+ type: string;
2638
+ items: {
2639
+ type: string;
2640
+ };
2641
+ };
2642
+ };
2643
+ additionalProperties: boolean;
2644
+ };
2645
+ FlowSurfaceSetLayoutResult: {
2646
+ type: string;
2647
+ properties: {
2648
+ uid: {
2649
+ type: string;
2650
+ };
2651
+ rows: {
2652
+ type: string;
2653
+ additionalProperties: boolean;
2654
+ };
2655
+ sizes: {
2656
+ type: string;
2657
+ additionalProperties: boolean;
2658
+ };
2659
+ rowOrder: {
2660
+ type: string;
2661
+ items: {
2662
+ type: string;
2663
+ };
2664
+ };
2665
+ };
2666
+ additionalProperties: boolean;
2667
+ };
2668
+ FlowSurfaceMoveNodeRequest: {
2669
+ type: string;
2670
+ required: string[];
2671
+ properties: {
2672
+ sourceUid: {
2673
+ type: string;
2674
+ };
2675
+ targetUid: {
2676
+ type: string;
2677
+ };
2678
+ position: {
2679
+ type: string;
2680
+ enum: string[];
2681
+ };
2682
+ };
2683
+ additionalProperties: boolean;
2684
+ };
2685
+ FlowSurfaceMoveNodeResult: {
2686
+ type: string;
2687
+ properties: {
2688
+ sourceUid: {
2689
+ type: string;
2690
+ };
2691
+ targetUid: {
2692
+ type: string;
2693
+ };
2694
+ position: {
2695
+ type: string;
2696
+ enum: string[];
2697
+ };
2698
+ };
2699
+ additionalProperties: boolean;
2700
+ };
2701
+ FlowSurfaceRemoveNodeRequest: {
2702
+ type: string;
2703
+ required: string[];
2704
+ properties: {
2705
+ target: {
2706
+ type: string;
2707
+ required: string[];
2708
+ properties: {
2709
+ uid: {
2710
+ type: string;
2711
+ };
2712
+ };
2713
+ additionalProperties: boolean;
2714
+ };
2715
+ };
2716
+ additionalProperties: boolean;
2717
+ };
2718
+ FlowSurfaceRemoveNodeResult: {
2719
+ type: string;
2720
+ properties: {
2721
+ uid: {
2722
+ type: string;
2723
+ };
2724
+ };
2725
+ additionalProperties: boolean;
2726
+ };
2727
+ FlowSurfaceMutateAddTabValues: {
2728
+ type: string;
2729
+ required: string[];
2730
+ properties: {
2731
+ target: {
2732
+ $ref: string;
2733
+ };
2734
+ tabSchemaUid: {
2735
+ $ref: string;
2736
+ };
2737
+ tabSchemaName: {
2738
+ $ref: string;
2739
+ };
2740
+ title: {
2741
+ $ref: string;
2742
+ };
2743
+ icon: {
2744
+ $ref: string;
2745
+ };
2746
+ documentTitle: {
2747
+ $ref: string;
2748
+ };
2749
+ flowRegistry: {
2750
+ type: string;
2751
+ additionalProperties: boolean;
2752
+ };
2753
+ };
2754
+ additionalProperties: boolean;
2755
+ };
2756
+ FlowSurfaceMutateUpdateTabValues: {
2757
+ type: string;
2758
+ required: string[];
2759
+ properties: {
2760
+ target: {
2761
+ $ref: string;
2762
+ };
2763
+ title: {
2764
+ $ref: string;
2765
+ };
2766
+ icon: {
2767
+ $ref: string;
2768
+ };
2769
+ documentTitle: {
2770
+ $ref: string;
2771
+ };
2772
+ flowRegistry: {
2773
+ type: string;
2774
+ additionalProperties: boolean;
2775
+ };
2776
+ };
2777
+ additionalProperties: boolean;
2778
+ };
2779
+ FlowSurfaceMutateMoveTabValues: {
2780
+ type: string;
2781
+ required: string[];
2782
+ properties: {
2783
+ sourceUid: {
2784
+ $ref: string;
2785
+ };
2786
+ targetUid: {
2787
+ $ref: string;
2788
+ };
2789
+ position: {
2790
+ type: string;
2791
+ enum: string[];
2792
+ };
2793
+ };
2794
+ additionalProperties: boolean;
2795
+ };
2796
+ FlowSurfaceMutateRemoveTabValues: {
2797
+ type: string;
2798
+ properties: {
2799
+ uid: {
2800
+ $ref: string;
2801
+ };
2802
+ };
2803
+ additionalProperties: boolean;
2804
+ };
2805
+ FlowSurfaceMutateAddBlockValues: {
2806
+ type: string;
2807
+ required: string[];
2808
+ properties: {
2809
+ target: {
2810
+ $ref: string;
2811
+ };
2812
+ type: {
2813
+ $ref: string;
2814
+ };
2815
+ use: {
2816
+ $ref: string;
2817
+ };
2818
+ resourceInit: {
2819
+ $ref: string;
2820
+ };
2821
+ props: {
2822
+ type: string;
2823
+ additionalProperties: boolean;
2824
+ };
2825
+ decoratorProps: {
2826
+ type: string;
2827
+ additionalProperties: boolean;
2828
+ };
2829
+ stepParams: {
2830
+ type: string;
2831
+ additionalProperties: boolean;
2832
+ };
2833
+ };
2834
+ additionalProperties: boolean;
2835
+ };
2836
+ FlowSurfaceMutateAddFieldValues: {
2837
+ type: string;
2838
+ required: string[];
2839
+ properties: {
2840
+ target: {
2841
+ $ref: string;
2842
+ };
2843
+ fieldPath: {
2844
+ $ref: string;
2845
+ };
2846
+ associationPathName: {
2847
+ $ref: string;
2848
+ };
2849
+ dataSourceKey: {
2850
+ $ref: string;
2851
+ };
2852
+ collectionName: {
2853
+ $ref: string;
2854
+ };
2855
+ fieldUse: {
2856
+ $ref: string;
2857
+ };
2858
+ defaultTargetUid: {
2859
+ $ref: string;
2860
+ };
2861
+ targetBlockUid: {
2862
+ $ref: string;
2863
+ };
2864
+ targetUid: {
2865
+ $ref: string;
2866
+ };
2867
+ wrapperProps: {
2868
+ type: string;
2869
+ additionalProperties: boolean;
2870
+ };
2871
+ fieldProps: {
2872
+ type: string;
2873
+ additionalProperties: boolean;
2874
+ };
2875
+ };
2876
+ additionalProperties: boolean;
2877
+ };
2878
+ FlowSurfaceMutateAddActionValues: {
2879
+ type: string;
2880
+ required: string[];
2881
+ properties: {
2882
+ target: {
2883
+ $ref: string;
2884
+ };
2885
+ type: {
2886
+ $ref: string;
2887
+ };
2888
+ use: {
2889
+ $ref: string;
2890
+ };
2891
+ resourceInit: {
2892
+ $ref: string;
2893
+ };
2894
+ props: {
2895
+ type: string;
2896
+ additionalProperties: boolean;
2897
+ };
2898
+ decoratorProps: {
2899
+ type: string;
2900
+ additionalProperties: boolean;
2901
+ };
2902
+ stepParams: {
2903
+ type: string;
2904
+ additionalProperties: boolean;
2905
+ };
2906
+ flowRegistry: {
2907
+ type: string;
2908
+ additionalProperties: boolean;
2909
+ };
2910
+ };
2911
+ additionalProperties: boolean;
2912
+ };
2913
+ FlowSurfaceMutateAddRecordActionValues: {
2914
+ type: string;
2915
+ required: string[];
2916
+ properties: {
2917
+ target: {
2918
+ $ref: string;
2919
+ };
2920
+ type: {
2921
+ $ref: string;
2922
+ };
2923
+ use: {
2924
+ $ref: string;
2925
+ };
2926
+ resourceInit: {
2927
+ $ref: string;
2928
+ };
2929
+ props: {
2930
+ type: string;
2931
+ additionalProperties: boolean;
2932
+ };
2933
+ decoratorProps: {
2934
+ type: string;
2935
+ additionalProperties: boolean;
2936
+ };
2937
+ stepParams: {
2938
+ type: string;
2939
+ additionalProperties: boolean;
2940
+ };
2941
+ flowRegistry: {
2942
+ type: string;
2943
+ additionalProperties: boolean;
2944
+ };
2945
+ };
2946
+ additionalProperties: boolean;
2947
+ };
2948
+ FlowSurfaceMutateUpdateSettingsValues: {
2949
+ type: string;
2950
+ required: string[];
2951
+ properties: {
2952
+ target: {
2953
+ $ref: string;
2954
+ };
2955
+ props: {
2956
+ type: string;
2957
+ additionalProperties: boolean;
2958
+ };
2959
+ decoratorProps: {
2960
+ type: string;
2961
+ additionalProperties: boolean;
2962
+ };
2963
+ stepParams: {
2964
+ type: string;
2965
+ additionalProperties: boolean;
2966
+ };
2967
+ flowRegistry: {
2968
+ type: string;
2969
+ additionalProperties: boolean;
2970
+ };
2971
+ };
2972
+ additionalProperties: boolean;
2973
+ };
2974
+ FlowSurfaceMutateSetEventFlowsValues: {
2975
+ type: string;
2976
+ required: string[];
2977
+ properties: {
2978
+ target: {
2979
+ $ref: string;
2980
+ };
2981
+ flowRegistry: {
2982
+ type: string;
2983
+ additionalProperties: boolean;
2984
+ };
2985
+ flows: {
2986
+ type: string;
2987
+ additionalProperties: boolean;
2988
+ };
2989
+ };
2990
+ additionalProperties: boolean;
2991
+ };
2992
+ FlowSurfaceMutateSetLayoutValues: {
2993
+ type: string;
2994
+ required: string[];
2995
+ properties: {
2996
+ target: {
2997
+ $ref: string;
2998
+ };
2999
+ rows: {
3000
+ type: string;
3001
+ additionalProperties: boolean;
3002
+ };
3003
+ sizes: {
3004
+ type: string;
3005
+ additionalProperties: boolean;
3006
+ };
3007
+ rowOrder: {
3008
+ type: string;
3009
+ items: {
3010
+ $ref: string;
3011
+ };
3012
+ };
3013
+ };
3014
+ additionalProperties: boolean;
3015
+ };
3016
+ FlowSurfaceMutateMoveNodeValues: {
3017
+ type: string;
3018
+ properties: {
3019
+ sourceUid: {
3020
+ $ref: string;
3021
+ };
3022
+ targetUid: {
3023
+ $ref: string;
3024
+ };
3025
+ position: {
3026
+ type: string;
3027
+ enum: string[];
3028
+ };
3029
+ };
3030
+ additionalProperties: boolean;
3031
+ };
3032
+ FlowSurfaceMutateRemoveNodeValues: {
3033
+ type: string;
3034
+ required: string[];
3035
+ properties: {
3036
+ target: {
3037
+ type: string;
3038
+ required: string[];
3039
+ properties: {
3040
+ uid: {
3041
+ $ref: string;
3042
+ };
3043
+ };
3044
+ additionalProperties: boolean;
3045
+ };
3046
+ };
3047
+ additionalProperties: boolean;
3048
+ };
3049
+ FlowSurfaceMutateOpItem: {
3050
+ type: string;
3051
+ required: string[];
3052
+ properties: {
3053
+ opId: {
3054
+ type: string;
3055
+ };
3056
+ type: {
3057
+ type: string;
3058
+ enum: ("createMenu" | "updateMenu" | "createPage" | "destroyPage" | "addTab" | "updateTab" | "moveTab" | "removeTab" | "addPopupTab" | "updatePopupTab" | "movePopupTab" | "removePopupTab" | "addBlock" | "addField" | "addAction" | "addRecordAction" | "updateSettings" | "setEventFlows" | "setLayout" | "moveNode" | "removeNode")[];
3059
+ };
3060
+ target: {
3061
+ $ref: string;
3062
+ };
3063
+ values: {
3064
+ description: string;
3065
+ type: string;
3066
+ additionalProperties: boolean;
3067
+ };
3068
+ };
3069
+ additionalProperties: boolean;
3070
+ };
3071
+ FlowSurfaceMutateRequest: {
3072
+ type: string;
3073
+ properties: {
3074
+ atomic: {
3075
+ type: string;
3076
+ enum: boolean[];
3077
+ default: boolean;
3078
+ };
3079
+ ops: {
3080
+ type: string;
3081
+ items: {
3082
+ $ref: string;
3083
+ };
3084
+ };
3085
+ };
3086
+ additionalProperties: boolean;
3087
+ };
3088
+ FlowSurfaceApplyRequest: {
3089
+ type: string;
3090
+ required: string[];
3091
+ properties: {
3092
+ target: {
3093
+ $ref: string;
3094
+ };
3095
+ mode: {
3096
+ type: string;
3097
+ enum: string[];
3098
+ default: string;
3099
+ };
3100
+ spec: {
3101
+ $ref: string;
3102
+ };
3103
+ };
3104
+ additionalProperties: boolean;
3105
+ };
3106
+ FlowSurfaceMutationResult: {
3107
+ oneOf: {
3108
+ $ref: string;
3109
+ }[];
3110
+ };
3111
+ FlowSurfaceMutationItemResult: {
3112
+ type: string;
3113
+ properties: {
3114
+ opId: {
3115
+ type: string;
3116
+ };
3117
+ result: {
3118
+ $ref: string;
3119
+ };
3120
+ };
3121
+ required: string[];
3122
+ additionalProperties: boolean;
3123
+ };
3124
+ FlowSurfaceMutationResponse: {
3125
+ type: string;
3126
+ properties: {
3127
+ results: {
3128
+ type: string;
3129
+ items: {
3130
+ $ref: string;
3131
+ };
3132
+ };
3133
+ clientKeyToUid: {
3134
+ $ref: string;
3135
+ };
3136
+ };
3137
+ additionalProperties: boolean;
3138
+ };
3139
+ FlowSurfaceErrorResponse: {
3140
+ type: string;
3141
+ example: {
3142
+ errors: {
3143
+ code: string;
3144
+ message: string;
3145
+ status: number;
3146
+ type: string;
3147
+ }[];
3148
+ };
3149
+ properties: {
3150
+ errors: {
3151
+ type: string;
3152
+ items: {
3153
+ type: string;
3154
+ properties: {
3155
+ code: {
3156
+ type: string;
3157
+ description: string;
3158
+ example: string;
3159
+ };
3160
+ message: {
3161
+ type: string;
3162
+ description: string;
3163
+ };
3164
+ status: {
3165
+ type: string;
3166
+ description: string;
3167
+ example: number;
3168
+ };
3169
+ type: {
3170
+ type: string;
3171
+ description: string;
3172
+ example: string;
3173
+ enum: string[];
3174
+ };
3175
+ };
3176
+ required: string[];
3177
+ additionalProperties: boolean;
3178
+ };
3179
+ };
3180
+ };
3181
+ additionalProperties: boolean;
3182
+ };
3183
+ };
3184
+ };
3185
+ };
3186
+ export default _default;