@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
@@ -7,1003 +7,3004 @@
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
9
  declare const _default: {
10
- openapi: string;
11
- info: {
12
- title: string;
13
- };
10
+ tags: {
11
+ name: string;
12
+ description: string;
13
+ }[];
14
14
  paths: {
15
- '/flowModels:findOne': {
16
- get: {
17
- tags: string[];
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;
18
54
  description: string;
19
- parameters: ({
20
- name: string;
21
- in: string;
22
- required: boolean;
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
+ };
23
332
  schema: {
24
333
  type: string;
25
- default?: undefined;
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[];
26
2282
  };
27
- } | {
28
- name: string;
29
- in: string;
30
- required: boolean;
31
- schema: {
2283
+ use: {
32
2284
  type: string;
33
- default: boolean;
34
2285
  };
35
- })[];
36
- responses: {
37
- 200: {
38
- description: string;
39
- content: {
40
- 'application/json': {
41
- schema: {
42
- $ref: string;
43
- };
44
- };
45
- };
2286
+ resourceInit: {
2287
+ $ref: string;
2288
+ };
2289
+ settings: {
2290
+ type: string;
2291
+ additionalProperties: boolean;
2292
+ };
2293
+ popup: {
2294
+ $ref: string;
46
2295
  };
47
2296
  };
2297
+ additionalProperties: boolean;
48
2298
  };
49
- };
50
- '/flowModels:schema': {
51
- get: {
52
- tags: string[];
53
- description: string;
54
- parameters: ({
55
- name: string;
56
- in: string;
57
- required: boolean;
58
- schema: {
2299
+ FlowSurfaceAddRecordActionItem: {
2300
+ type: string;
2301
+ properties: {
2302
+ key: {
59
2303
  type: string;
60
- enum?: undefined;
61
- default?: undefined;
62
2304
  };
63
- } | {
64
- name: string;
65
- in: string;
66
- required: boolean;
67
- schema: {
2305
+ type: {
68
2306
  type: string;
69
2307
  enum: string[];
70
- default: string;
71
2308
  };
72
- })[];
73
- responses: {
74
- 200: {
75
- description: string;
76
- content: {
77
- 'application/json': {
78
- schema: {
79
- $ref: string;
80
- };
81
- };
82
- };
2309
+ use: {
2310
+ type: string;
83
2311
  };
84
- 404: {
85
- description: string;
86
- content: {
87
- 'application/json': {
88
- schema: {
89
- $ref: string;
90
- };
91
- };
92
- };
2312
+ resourceInit: {
2313
+ $ref: string;
93
2314
  };
94
- 400: {
95
- description: string;
96
- content: {
97
- 'application/json': {
98
- schema: {
99
- $ref: string;
100
- };
101
- };
102
- };
2315
+ settings: {
2316
+ type: string;
2317
+ additionalProperties: boolean;
2318
+ };
2319
+ popup: {
2320
+ $ref: string;
103
2321
  };
104
2322
  };
2323
+ additionalProperties: boolean;
105
2324
  };
106
- };
107
- '/flowModels:schemas': {
108
- post: {
109
- tags: string[];
110
- description: string;
111
- requestBody: {
112
- required: boolean;
113
- content: {
114
- 'application/json': {
115
- schema: {
116
- $ref: string;
117
- };
118
- };
2325
+ FlowSurfaceAddBlocksRequest: {
2326
+ type: string;
2327
+ required: string[];
2328
+ properties: {
2329
+ target: {
2330
+ $ref: string;
119
2331
  };
120
- };
121
- responses: {
122
- 200: {
123
- description: string;
124
- content: {
125
- 'application/json': {
126
- schema: {
127
- $ref: string;
128
- };
129
- };
2332
+ blocks: {
2333
+ type: string;
2334
+ items: {
2335
+ $ref: string;
130
2336
  };
131
2337
  };
132
2338
  };
2339
+ additionalProperties: boolean;
133
2340
  };
134
- };
135
- '/flowModels:schemaBundle': {
136
- post: {
137
- tags: string[];
138
- description: string;
139
- requestBody: {
140
- required: boolean;
141
- content: {
142
- 'application/json': {
143
- schema: {
144
- $ref: string;
145
- };
146
- };
2341
+ FlowSurfaceAddFieldsRequest: {
2342
+ type: string;
2343
+ required: string[];
2344
+ properties: {
2345
+ target: {
2346
+ $ref: string;
147
2347
  };
148
- };
149
- responses: {
150
- 200: {
151
- description: string;
152
- content: {
153
- 'application/json': {
154
- schema: {
155
- $ref: string;
156
- };
157
- };
2348
+ fields: {
2349
+ type: string;
2350
+ items: {
2351
+ $ref: string;
158
2352
  };
159
2353
  };
160
2354
  };
2355
+ additionalProperties: boolean;
161
2356
  };
162
- };
163
- '/flowModels:save': {
164
- post: {
165
- tags: string[];
166
- description: string;
167
- parameters: ({
168
- name: string;
169
- in: string;
170
- required: boolean;
171
- schema: {
172
- type: string;
173
- enum: string[];
174
- default: string;
2357
+ FlowSurfaceAddActionsRequest: {
2358
+ type: string;
2359
+ required: string[];
2360
+ properties: {
2361
+ target: {
2362
+ $ref: string;
175
2363
  };
176
- } | {
177
- name: string;
178
- in: string;
179
- required: boolean;
180
- schema: {
2364
+ actions: {
181
2365
  type: string;
182
- default: boolean;
183
- enum?: undefined;
184
- };
185
- })[];
186
- requestBody: {
187
- required: boolean;
188
- content: {
189
- 'application/json': {
190
- schema: {
191
- $ref: string;
192
- };
2366
+ items: {
2367
+ $ref: string;
193
2368
  };
194
2369
  };
195
2370
  };
196
- responses: {
197
- 200: {
198
- description: string;
199
- content: {
200
- 'application/json': {
201
- schema: {
202
- $ref: string;
203
- };
204
- };
205
- };
2371
+ additionalProperties: boolean;
2372
+ };
2373
+ FlowSurfaceAddRecordActionsRequest: {
2374
+ type: string;
2375
+ required: string[];
2376
+ properties: {
2377
+ target: {
2378
+ $ref: string;
206
2379
  };
207
- 400: {
208
- description: string;
209
- content: {
210
- 'application/json': {
211
- schema: {
212
- $ref: string;
213
- };
214
- };
2380
+ recordActions: {
2381
+ type: string;
2382
+ items: {
2383
+ $ref: string;
215
2384
  };
216
2385
  };
217
2386
  };
2387
+ additionalProperties: boolean;
218
2388
  };
219
- };
220
- '/flowModels:duplicate': {
221
- post: {
222
- tags: string[];
223
- description: string;
224
- parameters: {
225
- name: string;
226
- in: string;
227
- required: boolean;
228
- schema: {
2389
+ FlowSurfaceAddBlocksItemResult: {
2390
+ type: string;
2391
+ properties: {
2392
+ index: {
229
2393
  type: string;
230
2394
  };
231
- }[];
232
- responses: {
233
- 200: {
234
- description: string;
235
- content: {
236
- 'application/json': {
237
- schema: {
238
- anyOf: ({
239
- $ref: string;
240
- type?: undefined;
241
- } | {
242
- type: string;
243
- $ref?: undefined;
244
- })[];
245
- };
246
- };
247
- };
2395
+ key: {
2396
+ type: string;
2397
+ };
2398
+ ok: {
2399
+ type: string;
2400
+ };
2401
+ result: {
2402
+ $ref: string;
2403
+ };
2404
+ error: {
2405
+ $ref: string;
248
2406
  };
249
2407
  };
2408
+ required: string[];
2409
+ additionalProperties: boolean;
250
2410
  };
251
- };
252
- '/flowModels:attach': {
253
- post: {
254
- tags: string[];
255
- description: string;
256
- parameters: ({
257
- name: string;
258
- in: string;
259
- required: boolean;
260
- schema: {
2411
+ FlowSurfaceAddFieldsItemResult: {
2412
+ type: string;
2413
+ properties: {
2414
+ index: {
261
2415
  type: string;
262
- enum?: undefined;
263
- description?: undefined;
264
2416
  };
265
- } | {
266
- name: string;
267
- in: string;
268
- required: boolean;
269
- schema: {
2417
+ key: {
270
2418
  type: string;
271
- enum: string[];
272
- description?: undefined;
273
2419
  };
274
- } | {
275
- name: string;
276
- in: string;
277
- required: boolean;
278
- schema: {
2420
+ ok: {
279
2421
  type: string;
280
- description: string;
281
- enum?: undefined;
282
2422
  };
283
- })[];
284
- responses: {
285
- 200: {
286
- description: string;
287
- content: {
288
- 'application/json': {
289
- schema: {
290
- $ref: string;
291
- };
292
- };
293
- };
2423
+ result: {
2424
+ $ref: string;
2425
+ };
2426
+ error: {
2427
+ $ref: string;
294
2428
  };
295
2429
  };
2430
+ required: string[];
2431
+ additionalProperties: boolean;
296
2432
  };
297
- };
298
- '/flowModels:move': {
299
- post: {
300
- tags: string[];
301
- description: string;
302
- parameters: ({
303
- name: string;
304
- in: string;
305
- required: boolean;
306
- schema: {
2433
+ FlowSurfaceAddActionsItemResult: {
2434
+ type: string;
2435
+ properties: {
2436
+ index: {
307
2437
  type: string;
308
- enum?: undefined;
309
2438
  };
310
- } | {
311
- name: string;
312
- in: string;
313
- required: boolean;
314
- schema: {
2439
+ key: {
315
2440
  type: string;
316
- enum: string[];
317
2441
  };
318
- })[];
319
- responses: {
320
- 200: {
321
- description: string;
322
- content: {
323
- 'application/json': {
324
- schema: {
325
- type: string;
326
- example: string;
327
- };
328
- };
329
- };
2442
+ ok: {
2443
+ type: string;
2444
+ };
2445
+ result: {
2446
+ $ref: string;
2447
+ };
2448
+ error: {
2449
+ $ref: string;
330
2450
  };
331
2451
  };
2452
+ required: string[];
2453
+ additionalProperties: boolean;
332
2454
  };
333
- };
334
- '/flowModels:destroy': {
335
- post: {
336
- tags: string[];
337
- description: string;
338
- parameters: {
339
- name: string;
340
- in: string;
341
- required: boolean;
342
- schema: {
2455
+ FlowSurfaceAddRecordActionsItemResult: {
2456
+ type: string;
2457
+ properties: {
2458
+ index: {
343
2459
  type: string;
344
2460
  };
345
- }[];
346
- responses: {
347
- 200: {
348
- description: string;
349
- content: {
350
- 'application/json': {
351
- schema: {
352
- type: string;
353
- example: string;
354
- };
355
- };
356
- };
2461
+ key: {
2462
+ type: string;
357
2463
  };
358
- };
359
- };
360
- };
361
- '/flowModels:ensure': {
362
- post: {
363
- tags: string[];
364
- description: string;
365
- parameters: {
366
- name: string;
367
- in: string;
368
- required: boolean;
369
- schema: {
2464
+ ok: {
370
2465
  type: string;
371
- default: boolean;
372
2466
  };
373
- }[];
374
- requestBody: {
375
- required: boolean;
376
- content: {
377
- 'application/json': {
378
- schema: {
379
- $ref: string;
380
- };
381
- examples: {
382
- ensureByUid: {
383
- summary: string;
384
- value: {
385
- uid: string;
386
- use: string;
387
- async: boolean;
388
- };
389
- };
390
- ensureExistingByUid: {
391
- summary: string;
392
- value: {
393
- uid: string;
394
- };
395
- };
396
- ensureObjectChild: {
397
- summary: string;
398
- value: {
399
- parentId: string;
400
- subKey: string;
401
- subType: string;
402
- use: string;
403
- async: boolean;
404
- };
405
- };
406
- };
407
- };
2467
+ result: {
2468
+ $ref: string;
2469
+ };
2470
+ error: {
2471
+ $ref: string;
408
2472
  };
409
2473
  };
410
- responses: {
411
- 200: {
412
- description: string;
413
- content: {
414
- 'application/json': {
415
- schema: {
416
- $ref: string;
417
- };
418
- };
2474
+ required: string[];
2475
+ additionalProperties: boolean;
2476
+ };
2477
+ FlowSurfaceAddBlocksResult: {
2478
+ type: string;
2479
+ properties: {
2480
+ blocks: {
2481
+ type: string;
2482
+ items: {
2483
+ $ref: string;
419
2484
  };
420
2485
  };
421
- 400: {
422
- description: string;
423
- content: {
424
- 'application/json': {
425
- schema: {
426
- $ref: string;
427
- };
428
- };
429
- };
2486
+ successCount: {
2487
+ type: string;
430
2488
  };
431
- 404: {
432
- description: string;
433
- content: {
434
- 'application/json': {
435
- schema: {
436
- $ref: string;
437
- };
438
- };
439
- };
2489
+ errorCount: {
2490
+ type: string;
440
2491
  };
441
- 409: {
442
- description: string;
443
- content: {
444
- 'application/json': {
445
- schema: {
446
- $ref: string;
447
- };
448
- };
2492
+ };
2493
+ additionalProperties: boolean;
2494
+ };
2495
+ FlowSurfaceAddFieldsResult: {
2496
+ type: string;
2497
+ properties: {
2498
+ fields: {
2499
+ type: string;
2500
+ items: {
2501
+ $ref: string;
449
2502
  };
450
2503
  };
451
- };
452
- };
453
- };
454
- '/flowModels:mutate': {
455
- post: {
456
- tags: string[];
457
- description: string;
458
- parameters: {
459
- name: string;
460
- in: string;
461
- required: boolean;
462
- schema: {
2504
+ successCount: {
463
2505
  type: string;
464
- default: boolean;
465
2506
  };
466
- }[];
467
- requestBody: {
468
- required: boolean;
469
- content: {
470
- 'application/json': {
471
- schema: {
472
- $ref: string;
473
- };
474
- examples: {
475
- duplicateAttachMoveUpsert: {
476
- summary: string;
477
- value: {
478
- atomic: boolean;
479
- ops: ({
480
- opId: string;
481
- type: string;
482
- params: {
483
- uid: string;
484
- targetUid: string;
485
- parentId?: undefined;
486
- subKey?: undefined;
487
- subType?: undefined;
488
- position?: undefined;
489
- sourceId?: undefined;
490
- targetId?: undefined;
491
- values?: undefined;
492
- };
493
- } | {
494
- opId: string;
495
- type: string;
496
- params: {
497
- uid: string;
498
- parentId: string;
499
- subKey: string;
500
- subType: string;
501
- position: string;
502
- targetUid?: undefined;
503
- sourceId?: undefined;
504
- targetId?: undefined;
505
- values?: undefined;
506
- };
507
- } | {
508
- opId: string;
509
- type: string;
510
- params: {
511
- sourceId: string;
512
- targetId: string;
513
- position: string;
514
- uid?: undefined;
515
- targetUid?: undefined;
516
- parentId?: undefined;
517
- subKey?: undefined;
518
- subType?: undefined;
519
- values?: undefined;
520
- };
521
- } | {
522
- opId: string;
523
- type: string;
524
- params: {
525
- values: {
526
- uid: string;
527
- use: string;
528
- };
529
- uid?: undefined;
530
- targetUid?: undefined;
531
- parentId?: undefined;
532
- subKey?: undefined;
533
- subType?: undefined;
534
- position?: undefined;
535
- sourceId?: undefined;
536
- targetId?: undefined;
537
- };
538
- })[];
539
- returnModels: string[];
540
- };
541
- };
542
- };
543
- };
2507
+ errorCount: {
2508
+ type: string;
544
2509
  };
545
2510
  };
546
- responses: {
547
- 200: {
548
- description: string;
549
- content: {
550
- 'application/json': {
551
- schema: {
552
- $ref: string;
553
- };
554
- };
2511
+ additionalProperties: boolean;
2512
+ };
2513
+ FlowSurfaceAddActionsResult: {
2514
+ type: string;
2515
+ properties: {
2516
+ actions: {
2517
+ type: string;
2518
+ items: {
2519
+ $ref: string;
555
2520
  };
556
2521
  };
557
- 400: {
558
- description: string;
559
- content: {
560
- 'application/json': {
561
- schema: {
562
- $ref: string;
563
- };
564
- };
565
- };
2522
+ successCount: {
2523
+ type: string;
566
2524
  };
567
- 404: {
568
- description: string;
569
- content: {
570
- 'application/json': {
571
- schema: {
572
- $ref: string;
573
- };
574
- };
575
- };
2525
+ errorCount: {
2526
+ type: string;
576
2527
  };
577
- 409: {
578
- description: string;
579
- content: {
580
- 'application/json': {
581
- schema: {
582
- $ref: string;
583
- };
584
- };
2528
+ };
2529
+ additionalProperties: boolean;
2530
+ };
2531
+ FlowSurfaceAddRecordActionsResult: {
2532
+ type: string;
2533
+ properties: {
2534
+ recordActions: {
2535
+ type: string;
2536
+ items: {
2537
+ $ref: string;
585
2538
  };
586
2539
  };
587
- 500: {
588
- description: string;
589
- content: {
590
- 'application/json': {
591
- schema: {
592
- $ref: string;
593
- };
594
- };
595
- };
2540
+ successCount: {
2541
+ type: string;
2542
+ };
2543
+ errorCount: {
2544
+ type: string;
596
2545
  };
597
2546
  };
2547
+ additionalProperties: boolean;
598
2548
  };
599
- };
600
- };
601
- components: {
602
- schemas: {
603
- ErrorItem: {
2549
+ FlowSurfaceUpdateSettingsRequest: {
604
2550
  type: string;
605
2551
  required: string[];
606
2552
  properties: {
607
- code: {
2553
+ target: {
2554
+ $ref: string;
2555
+ };
2556
+ props: {
608
2557
  type: string;
2558
+ additionalProperties: boolean;
609
2559
  };
610
- message: {
2560
+ decoratorProps: {
611
2561
  type: string;
2562
+ additionalProperties: boolean;
612
2563
  };
613
- details: {
2564
+ stepParams: {
614
2565
  type: string;
615
2566
  additionalProperties: boolean;
616
2567
  };
617
- opId: {
2568
+ flowRegistry: {
618
2569
  type: string;
2570
+ additionalProperties: boolean;
619
2571
  };
620
- opIndex: {
2572
+ };
2573
+ additionalProperties: boolean;
2574
+ };
2575
+ FlowSurfaceUpdateSettingsResult: {
2576
+ type: string;
2577
+ properties: {
2578
+ uid: {
621
2579
  type: string;
622
2580
  };
623
- jsonPointer: {
2581
+ updated: {
624
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;
625
2596
  };
626
- modelUid: {
2597
+ flowRegistry: {
627
2598
  type: string;
2599
+ additionalProperties: boolean;
628
2600
  };
629
- modelUse: {
2601
+ flows: {
630
2602
  type: string;
2603
+ additionalProperties: boolean;
631
2604
  };
632
- section: {
2605
+ };
2606
+ additionalProperties: boolean;
2607
+ };
2608
+ FlowSurfaceSetEventFlowsResult: {
2609
+ type: string;
2610
+ properties: {
2611
+ uid: {
633
2612
  type: string;
634
2613
  };
635
- keyword: {
2614
+ flowRegistry: {
636
2615
  type: string;
2616
+ additionalProperties: boolean;
637
2617
  };
638
- expectedType: {
639
- oneOf: ({
640
- type: string;
641
- items?: undefined;
642
- } | {
643
- type: string;
644
- items: {
645
- type: string;
646
- };
647
- })[];
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;
648
2631
  };
649
- allowedValues: {
2632
+ sizes: {
650
2633
  type: string;
651
- items: {};
2634
+ additionalProperties: boolean;
652
2635
  };
653
- suggestedUses: {
2636
+ rowOrder: {
654
2637
  type: string;
655
2638
  items: {
656
2639
  type: string;
657
2640
  };
658
2641
  };
659
- schemaHash: {
660
- type: string;
661
- };
662
2642
  };
663
2643
  additionalProperties: boolean;
664
2644
  };
665
- ErrorResponse: {
2645
+ FlowSurfaceSetLayoutResult: {
666
2646
  type: string;
667
- required: string[];
668
2647
  properties: {
669
- errors: {
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: {
670
2660
  type: string;
671
2661
  items: {
672
- $ref: string;
2662
+ type: string;
673
2663
  };
674
2664
  };
675
2665
  };
676
2666
  additionalProperties: boolean;
677
2667
  };
678
- DataWrappedNullableFlowModelSnapshotResponse: {
2668
+ FlowSurfaceMoveNodeRequest: {
679
2669
  type: string;
2670
+ required: string[];
680
2671
  properties: {
681
- data: {
682
- anyOf: ({
683
- $ref: string;
684
- type?: undefined;
685
- } | {
686
- type: string;
687
- $ref?: undefined;
688
- })[];
2672
+ sourceUid: {
2673
+ type: string;
2674
+ };
2675
+ targetUid: {
2676
+ type: string;
2677
+ };
2678
+ position: {
2679
+ type: string;
2680
+ enum: string[];
689
2681
  };
690
2682
  };
691
2683
  additionalProperties: boolean;
692
2684
  };
693
- DataWrappedFlowModelSchemaDocumentResponse: {
2685
+ FlowSurfaceMoveNodeResult: {
694
2686
  type: string;
695
2687
  properties: {
696
- data: {
697
- $ref: string;
2688
+ sourceUid: {
2689
+ type: string;
2690
+ };
2691
+ targetUid: {
2692
+ type: string;
2693
+ };
2694
+ position: {
2695
+ type: string;
2696
+ enum: string[];
698
2697
  };
699
2698
  };
700
2699
  additionalProperties: boolean;
701
2700
  };
702
- DataWrappedFlowModelSchemaDocumentListResponse: {
2701
+ FlowSurfaceRemoveNodeRequest: {
703
2702
  type: string;
2703
+ required: string[];
704
2704
  properties: {
705
- data: {
2705
+ target: {
706
2706
  type: string;
707
- items: {
708
- $ref: string;
2707
+ required: string[];
2708
+ properties: {
2709
+ uid: {
2710
+ type: string;
2711
+ };
709
2712
  };
2713
+ additionalProperties: boolean;
710
2714
  };
711
2715
  };
712
2716
  additionalProperties: boolean;
713
2717
  };
714
- DataWrappedFlowModelSchemaBundleDocumentResponse: {
2718
+ FlowSurfaceRemoveNodeResult: {
715
2719
  type: string;
716
2720
  properties: {
717
- data: {
718
- $ref: string;
2721
+ uid: {
2722
+ type: string;
719
2723
  };
720
2724
  };
721
2725
  additionalProperties: boolean;
722
2726
  };
723
- DataWrappedFlowModelSnapshotOrUidResponse: {
2727
+ FlowSurfaceMutateAddTabValues: {
724
2728
  type: string;
2729
+ required: string[];
725
2730
  properties: {
726
- data: {
727
- oneOf: ({
728
- $ref: string;
729
- type?: undefined;
730
- } | {
731
- type: string;
732
- $ref?: undefined;
733
- })[];
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;
734
2752
  };
735
2753
  };
736
2754
  additionalProperties: boolean;
737
2755
  };
738
- DataWrappedFlowModelSnapshotResponse: {
2756
+ FlowSurfaceMutateUpdateTabValues: {
739
2757
  type: string;
2758
+ required: string[];
740
2759
  properties: {
741
- data: {
2760
+ target: {
2761
+ $ref: string;
2762
+ };
2763
+ title: {
2764
+ $ref: string;
2765
+ };
2766
+ icon: {
742
2767
  $ref: string;
743
2768
  };
2769
+ documentTitle: {
2770
+ $ref: string;
2771
+ };
2772
+ flowRegistry: {
2773
+ type: string;
2774
+ additionalProperties: boolean;
2775
+ };
744
2776
  };
745
2777
  additionalProperties: boolean;
746
2778
  };
747
- DataWrappedFlowModelsMutateResponse: {
2779
+ FlowSurfaceMutateMoveTabValues: {
748
2780
  type: string;
2781
+ required: string[];
749
2782
  properties: {
750
- data: {
2783
+ sourceUid: {
2784
+ $ref: string;
2785
+ };
2786
+ targetUid: {
751
2787
  $ref: string;
752
2788
  };
2789
+ position: {
2790
+ type: string;
2791
+ enum: string[];
2792
+ };
753
2793
  };
754
2794
  additionalProperties: boolean;
755
2795
  };
756
- FlowModelEnsureRequest: {
757
- oneOf: ({
758
- type: string;
759
- required: string[];
760
- properties: {
761
- uid: {
762
- type: string;
763
- };
764
- use: {
765
- type: string;
766
- };
767
- async: {
768
- type: string;
769
- };
770
- stepParams: {
771
- type: string;
772
- additionalProperties: boolean;
773
- };
774
- flowRegistry: {
775
- type: string;
776
- additionalProperties: boolean;
777
- };
778
- subModels: {
779
- type: string;
780
- additionalProperties: boolean;
781
- };
782
- parentId?: undefined;
783
- subKey?: undefined;
784
- subType?: undefined;
785
- };
786
- additionalProperties: boolean;
787
- } | {
788
- type: string;
789
- required: string[];
790
- properties: {
791
- parentId: {
792
- type: string;
793
- };
794
- subKey: {
795
- type: string;
796
- };
797
- subType: {
798
- type: string;
799
- enum: string[];
800
- };
801
- use: {
802
- type: string;
803
- };
804
- async: {
805
- type: string;
806
- };
807
- stepParams: {
808
- type: string;
809
- additionalProperties: boolean;
810
- };
811
- flowRegistry: {
812
- type: string;
813
- additionalProperties: boolean;
814
- };
815
- subModels: {
816
- type: string;
817
- additionalProperties: boolean;
818
- };
819
- uid?: undefined;
2796
+ FlowSurfaceMutateRemoveTabValues: {
2797
+ type: string;
2798
+ properties: {
2799
+ uid: {
2800
+ $ref: string;
820
2801
  };
821
- additionalProperties: boolean;
822
- })[];
2802
+ };
2803
+ additionalProperties: boolean;
823
2804
  };
824
- FlowDynamicHint: {
2805
+ FlowSurfaceMutateAddBlockValues: {
825
2806
  type: string;
826
2807
  required: string[];
827
2808
  properties: {
828
- kind: {
829
- type: string;
2809
+ target: {
2810
+ $ref: string;
830
2811
  };
831
- path: {
2812
+ type: {
2813
+ $ref: string;
2814
+ };
2815
+ use: {
2816
+ $ref: string;
2817
+ };
2818
+ resourceInit: {
2819
+ $ref: string;
2820
+ };
2821
+ props: {
832
2822
  type: string;
2823
+ additionalProperties: boolean;
833
2824
  };
834
- message: {
2825
+ decoratorProps: {
835
2826
  type: string;
2827
+ additionalProperties: boolean;
836
2828
  };
837
- 'x-flow': {
2829
+ stepParams: {
838
2830
  type: string;
839
- properties: {
840
- slotRules: {
841
- type: string;
842
- properties: {
843
- slotKey: {
844
- type: string;
845
- };
846
- type: {
847
- type: string;
848
- enum: string[];
849
- };
850
- allowedUses: {
851
- type: string;
852
- items: {
853
- type: string;
854
- };
855
- };
856
- };
857
- additionalProperties: boolean;
858
- };
859
- contextRequirements: {
860
- type: string;
861
- items: {
862
- type: string;
863
- };
864
- };
865
- unresolvedReason: {
866
- type: string;
867
- };
868
- recommendedFallback: {};
869
- };
870
2831
  additionalProperties: boolean;
871
2832
  };
872
2833
  };
873
2834
  additionalProperties: boolean;
874
2835
  };
875
- FlowSchemaPattern: {
2836
+ FlowSurfaceMutateAddFieldValues: {
876
2837
  type: string;
877
2838
  required: string[];
878
2839
  properties: {
879
- title: {
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: {
880
2868
  type: string;
2869
+ additionalProperties: boolean;
881
2870
  };
882
- description: {
2871
+ fieldProps: {
883
2872
  type: string;
2873
+ additionalProperties: boolean;
884
2874
  };
885
- snippet: {};
886
2875
  };
887
2876
  additionalProperties: boolean;
888
2877
  };
889
- FlowSchemaCoverage: {
2878
+ FlowSurfaceMutateAddActionValues: {
890
2879
  type: string;
891
2880
  required: string[];
892
2881
  properties: {
893
- status: {
894
- type: string;
895
- enum: string[];
2882
+ target: {
2883
+ $ref: string;
896
2884
  };
897
- source: {
898
- type: string;
899
- enum: string[];
2885
+ type: {
2886
+ $ref: string;
2887
+ };
2888
+ use: {
2889
+ $ref: string;
2890
+ };
2891
+ resourceInit: {
2892
+ $ref: string;
900
2893
  };
901
- strict: {
2894
+ props: {
902
2895
  type: string;
2896
+ additionalProperties: boolean;
903
2897
  };
904
- issues: {
2898
+ decoratorProps: {
905
2899
  type: string;
906
- items: {
907
- type: string;
908
- };
2900
+ additionalProperties: boolean;
909
2901
  };
910
- };
911
- additionalProperties: boolean;
912
- };
913
- FlowModelSchemasRequest: {
914
- type: string;
915
- properties: {
916
- uses: {
2902
+ stepParams: {
917
2903
  type: string;
918
- items: {
919
- type: string;
920
- };
2904
+ additionalProperties: boolean;
921
2905
  };
922
- detail: {
2906
+ flowRegistry: {
923
2907
  type: string;
924
- enum: string[];
925
- default: string;
2908
+ additionalProperties: boolean;
926
2909
  };
927
2910
  };
928
2911
  additionalProperties: boolean;
929
2912
  };
930
- FlowModelSchemaDocument: {
2913
+ FlowSurfaceMutateAddRecordActionValues: {
931
2914
  type: string;
932
2915
  required: string[];
933
2916
  properties: {
2917
+ target: {
2918
+ $ref: string;
2919
+ };
2920
+ type: {
2921
+ $ref: string;
2922
+ };
934
2923
  use: {
2924
+ $ref: string;
2925
+ };
2926
+ resourceInit: {
2927
+ $ref: string;
2928
+ };
2929
+ props: {
935
2930
  type: string;
2931
+ additionalProperties: boolean;
936
2932
  };
937
- title: {
2933
+ decoratorProps: {
938
2934
  type: string;
2935
+ additionalProperties: boolean;
939
2936
  };
940
- jsonSchema: {
2937
+ stepParams: {
941
2938
  type: string;
942
2939
  additionalProperties: boolean;
943
2940
  };
944
- dynamicHints: {
2941
+ flowRegistry: {
945
2942
  type: string;
946
- items: {
947
- $ref: string;
948
- };
2943
+ additionalProperties: boolean;
2944
+ };
2945
+ };
2946
+ additionalProperties: boolean;
2947
+ };
2948
+ FlowSurfaceMutateUpdateSettingsValues: {
2949
+ type: string;
2950
+ required: string[];
2951
+ properties: {
2952
+ target: {
2953
+ $ref: string;
949
2954
  };
950
- minimalExample: {};
951
- commonPatterns: {
2955
+ props: {
952
2956
  type: string;
953
- items: {
954
- $ref: string;
955
- };
2957
+ additionalProperties: boolean;
956
2958
  };
957
- antiPatterns: {
2959
+ decoratorProps: {
958
2960
  type: string;
959
- items: {
960
- $ref: string;
961
- };
2961
+ additionalProperties: boolean;
962
2962
  };
963
- hash: {
2963
+ stepParams: {
964
2964
  type: string;
2965
+ additionalProperties: boolean;
965
2966
  };
966
- source: {
2967
+ flowRegistry: {
967
2968
  type: string;
968
- enum: string[];
2969
+ additionalProperties: boolean;
969
2970
  };
970
2971
  };
971
2972
  additionalProperties: boolean;
972
2973
  };
973
- FlowModelSchemaBundleItem: {
2974
+ FlowSurfaceMutateSetEventFlowsValues: {
974
2975
  type: string;
975
2976
  required: string[];
976
2977
  properties: {
977
- use: {
978
- type: string;
2978
+ target: {
2979
+ $ref: string;
979
2980
  };
980
- title: {
2981
+ flowRegistry: {
981
2982
  type: string;
2983
+ additionalProperties: boolean;
982
2984
  };
983
- subModelCatalog: {
2985
+ flows: {
984
2986
  type: string;
985
- additionalProperties: {
986
- $ref: string;
987
- };
2987
+ additionalProperties: boolean;
988
2988
  };
989
2989
  };
990
2990
  additionalProperties: boolean;
991
2991
  };
992
- FlowModelSchemaBundleSlotCatalog: {
2992
+ FlowSurfaceMutateSetLayoutValues: {
993
2993
  type: string;
994
2994
  required: string[];
995
2995
  properties: {
996
- type: {
997
- type: string;
998
- enum: string[];
2996
+ target: {
2997
+ $ref: string;
999
2998
  };
1000
- required: {
2999
+ rows: {
1001
3000
  type: string;
3001
+ additionalProperties: boolean;
1002
3002
  };
1003
- open: {
3003
+ sizes: {
1004
3004
  type: string;
3005
+ additionalProperties: boolean;
1005
3006
  };
1006
- candidates: {
3007
+ rowOrder: {
1007
3008
  type: string;
1008
3009
  items: {
1009
3010
  $ref: string;
@@ -1012,20 +3013,40 @@ declare const _default: {
1012
3013
  };
1013
3014
  additionalProperties: boolean;
1014
3015
  };
1015
- FlowModelSchemaBundleDocument: {
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: {
1016
3033
  type: string;
1017
3034
  required: string[];
1018
3035
  properties: {
1019
- items: {
3036
+ target: {
1020
3037
  type: string;
1021
- items: {
1022
- $ref: string;
3038
+ required: string[];
3039
+ properties: {
3040
+ uid: {
3041
+ $ref: string;
3042
+ };
1023
3043
  };
3044
+ additionalProperties: boolean;
1024
3045
  };
1025
3046
  };
1026
3047
  additionalProperties: boolean;
1027
3048
  };
1028
- FlowModelsMutateOp: {
3049
+ FlowSurfaceMutateOpItem: {
1029
3050
  type: string;
1030
3051
  required: string[];
1031
3052
  properties: {
@@ -1034,22 +3055,26 @@ declare const _default: {
1034
3055
  };
1035
3056
  type: {
1036
3057
  type: string;
1037
- enum: 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;
1038
3062
  };
1039
- params: {
3063
+ values: {
3064
+ description: string;
1040
3065
  type: string;
1041
3066
  additionalProperties: boolean;
1042
3067
  };
1043
3068
  };
1044
3069
  additionalProperties: boolean;
1045
3070
  };
1046
- FlowModelsMutateRequest: {
3071
+ FlowSurfaceMutateRequest: {
1047
3072
  type: string;
1048
- required: string[];
1049
3073
  properties: {
1050
3074
  atomic: {
1051
3075
  type: string;
1052
3076
  enum: boolean[];
3077
+ default: boolean;
1053
3078
  };
1054
3079
  ops: {
1055
3080
  type: string;
@@ -1057,35 +3082,47 @@ declare const _default: {
1057
3082
  $ref: string;
1058
3083
  };
1059
3084
  };
1060
- returnModels: {
1061
- type: string;
1062
- items: {
1063
- type: string;
1064
- };
1065
- };
1066
3085
  };
1067
3086
  additionalProperties: boolean;
1068
3087
  };
1069
- FlowModelsMutateOpResult: {
3088
+ FlowSurfaceApplyRequest: {
1070
3089
  type: string;
1071
3090
  required: string[];
1072
3091
  properties: {
1073
- opId: {
1074
- type: string;
3092
+ target: {
3093
+ $ref: string;
1075
3094
  };
1076
- ok: {
3095
+ mode: {
1077
3096
  type: string;
3097
+ enum: string[];
3098
+ default: string;
1078
3099
  };
1079
- output: {
1080
- type: string;
1081
- additionalProperties: boolean;
3100
+ spec: {
3101
+ $ref: string;
1082
3102
  };
1083
3103
  };
1084
3104
  additionalProperties: boolean;
1085
3105
  };
1086
- FlowModelsMutateResponse: {
3106
+ FlowSurfaceMutationResult: {
3107
+ oneOf: {
3108
+ $ref: string;
3109
+ }[];
3110
+ };
3111
+ FlowSurfaceMutationItemResult: {
1087
3112
  type: string;
3113
+ properties: {
3114
+ opId: {
3115
+ type: string;
3116
+ };
3117
+ result: {
3118
+ $ref: string;
3119
+ };
3120
+ };
1088
3121
  required: string[];
3122
+ additionalProperties: boolean;
3123
+ };
3124
+ FlowSurfaceMutationResponse: {
3125
+ type: string;
1089
3126
  properties: {
1090
3127
  results: {
1091
3128
  type: string;
@@ -1093,66 +3130,51 @@ declare const _default: {
1093
3130
  $ref: string;
1094
3131
  };
1095
3132
  };
1096
- models: {
1097
- type: string;
1098
- additionalProperties: {
1099
- $ref: string;
1100
- };
3133
+ clientKeyToUid: {
3134
+ $ref: string;
1101
3135
  };
1102
3136
  };
1103
3137
  additionalProperties: boolean;
1104
3138
  };
1105
- FlowModelSnapshot: {
3139
+ FlowSurfaceErrorResponse: {
1106
3140
  type: string;
1107
- required: string[];
1108
- properties: {
1109
- uid: {
1110
- type: string;
1111
- description: string;
1112
- };
1113
- use: {
1114
- type: string;
1115
- description: string;
1116
- };
1117
- async: {
1118
- type: string;
1119
- description: string;
1120
- };
1121
- parentId: {
1122
- type: string;
1123
- description: string;
1124
- };
1125
- subKey: {
1126
- type: string;
1127
- description: string;
1128
- };
1129
- subType: {
1130
- type: string;
1131
- enum: string[];
1132
- description: string;
1133
- };
1134
- stepParams: {
1135
- type: string;
1136
- additionalProperties: boolean;
1137
- };
1138
- flowRegistry: {
3141
+ example: {
3142
+ errors: {
3143
+ code: string;
3144
+ message: string;
3145
+ status: number;
1139
3146
  type: string;
1140
- additionalProperties: boolean;
1141
- };
1142
- subModels: {
3147
+ }[];
3148
+ };
3149
+ properties: {
3150
+ errors: {
1143
3151
  type: string;
1144
- additionalProperties: {
1145
- oneOf: ({
1146
- $ref: string;
1147
- type?: undefined;
1148
- items?: undefined;
1149
- } | {
1150
- type: string;
1151
- items: {
1152
- $ref: string;
3152
+ items: {
3153
+ type: string;
3154
+ properties: {
3155
+ code: {
3156
+ type: string;
3157
+ description: string;
3158
+ example: string;
1153
3159
  };
1154
- $ref?: undefined;
1155
- })[];
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;
1156
3178
  };
1157
3179
  };
1158
3180
  };
@@ -1160,5 +3182,10 @@ declare const _default: {
1160
3182
  };
1161
3183
  };
1162
3184
  };
3185
+ openapi: string;
3186
+ info: {
3187
+ title: string;
3188
+ version: string;
3189
+ };
1163
3190
  };
1164
3191
  export default _default;