@wise/dynamic-flow-client 4.21.1 → 5.0.0-experimental-feace93

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 (414) hide show
  1. package/build/i18n/en.json +0 -16
  2. package/build/main.css +0 -198
  3. package/build/main.js +256 -7396
  4. package/build/main.mjs +254 -7399
  5. package/build/types/{revamp/domain → domain}/components/AllOfComponent.d.ts +1 -1
  6. package/build/types/{revamp/domain → domain}/components/BoxComponent.d.ts +1 -1
  7. package/build/types/{revamp/domain → domain}/components/ButtonComponent.d.ts +1 -1
  8. package/build/types/{revamp/domain → domain}/components/ConstComponent.d.ts +1 -1
  9. package/build/types/{revamp/domain → domain}/components/HeadingComponent.d.ts +1 -1
  10. package/build/types/{revamp/domain → domain}/components/ImageComponent.d.ts +1 -1
  11. package/build/types/{revamp/domain → domain}/components/LoadingIndicatorComponent.d.ts +1 -1
  12. package/build/types/{revamp/domain → domain}/components/MarkdownComponent.d.ts +1 -1
  13. package/build/types/{revamp/domain → domain}/components/ModalLayoutComponent.d.ts +1 -1
  14. package/build/types/{revamp/domain → domain}/components/MoneyInputComponent.d.ts +1 -1
  15. package/build/types/{revamp/domain → domain}/components/MultiUploadInputComponent.d.ts +1 -1
  16. package/build/types/{revamp/domain → domain}/components/ParagraphComponent.d.ts +1 -1
  17. package/build/types/{revamp/domain → domain}/components/PersistAsyncComponent.d.ts +1 -1
  18. package/build/types/{revamp/domain → domain}/components/RootDomainComponent.d.ts +1 -1
  19. package/build/types/{revamp/domain → domain}/components/SelectInputComponent.d.ts +1 -1
  20. package/build/types/{revamp/domain → domain}/components/UploadInputComponent.d.ts +1 -1
  21. package/build/types/{revamp/domain → domain}/components/searchComponent/SearchComponent.d.ts +1 -1
  22. package/build/types/{revamp/domain → domain}/components/step/StepDomainComponent.d.ts +2 -2
  23. package/build/types/{revamp/domain → domain}/components/step/ToolbarComponent.d.ts +1 -1
  24. package/build/types/{revamp/domain → domain}/components/utils/isPartialModelMatch.d.ts +1 -1
  25. package/build/types/{revamp/domain → domain}/features/persistAsync/getComponentMultiPersistAsync.d.ts +1 -1
  26. package/build/types/{revamp/domain → domain}/features/persistAsync/getInitialPersistedState.d.ts +1 -1
  27. package/build/types/{revamp/domain → domain}/features/persistAsync/getPerformPersistAsync.d.ts +1 -1
  28. package/build/types/{revamp/domain → domain}/features/polling/getStepPolling.d.ts +1 -1
  29. package/build/types/{revamp/domain → domain}/features/schema-on-change/getSchemaOnChange.d.ts +1 -1
  30. package/build/types/{revamp/domain → domain}/features/summary/summary-utils.d.ts +1 -1
  31. package/build/types/{revamp/domain → domain}/features/utils/http-utils.d.ts +1 -1
  32. package/build/types/{revamp/domain → domain}/features/utils/response-utils.d.ts +1 -1
  33. package/build/types/{revamp/domain → domain}/features/validation/value-checks.d.ts +1 -1
  34. package/build/types/{revamp/domain → domain}/features/validationAsync/getPerformValidationAsync.d.ts +2 -2
  35. package/build/types/{revamp/domain → domain}/mappers/layout/alertLayoutToComponent.d.ts +1 -1
  36. package/build/types/{revamp/domain → domain}/mappers/layout/boxLayoutToComponents.d.ts +1 -1
  37. package/build/types/{revamp/domain → domain}/mappers/layout/buttonLayoutToComponent.d.ts +1 -1
  38. package/build/types/{revamp/domain → domain}/mappers/layout/columnsLayoutToComponent.d.ts +1 -1
  39. package/build/types/{revamp/domain → domain}/mappers/layout/decisionLayoutToComponent.d.ts +1 -1
  40. package/build/types/{revamp/domain → domain}/mappers/layout/deprecatedListLayoutToComponent.d.ts +1 -1
  41. package/build/types/{revamp/domain → domain}/mappers/layout/dividerLayoutToComponent.d.ts +1 -1
  42. package/build/types/{revamp/domain → domain}/mappers/layout/formLayoutToComponent.d.ts +1 -1
  43. package/build/types/{revamp/domain → domain}/mappers/layout/headingLayoutToComponent.d.ts +1 -1
  44. package/build/types/{revamp/domain → domain}/mappers/layout/imageLayoutToComponent.d.ts +1 -1
  45. package/build/types/{revamp/domain → domain}/mappers/layout/infoLayoutToComponent.d.ts +1 -1
  46. package/build/types/{revamp/domain → domain}/mappers/layout/instructionsLayoutToComponent.d.ts +1 -1
  47. package/build/types/{revamp/domain → domain}/mappers/layout/listLayoutToComponent.d.ts +1 -1
  48. package/build/types/{revamp/domain → domain}/mappers/layout/loadingIndicatorLayoutToComponent.d.ts +1 -1
  49. package/build/types/{revamp/domain → domain}/mappers/layout/markdownLayoutToComponent.d.ts +1 -1
  50. package/build/types/{revamp/domain → domain}/mappers/layout/modalLayoutToComponent.d.ts +1 -1
  51. package/build/types/{revamp/domain → domain}/mappers/layout/modalToComponent.d.ts +1 -1
  52. package/build/types/{revamp/domain → domain}/mappers/layout/paragraphLayoutToComponent.d.ts +1 -1
  53. package/build/types/{revamp/domain → domain}/mappers/layout/progressLayoutToComponent.d.ts +1 -1
  54. package/build/types/{revamp/domain → domain}/mappers/layout/reviewLayoutToComponent.d.ts +1 -1
  55. package/build/types/{revamp/domain → domain}/mappers/layout/searchLayoutToComponent.d.ts +1 -1
  56. package/build/types/{revamp/domain → domain}/mappers/layout/sectionLayoutToComponent.d.ts +1 -1
  57. package/build/types/{revamp/domain → domain}/mappers/layout/statusListLayoutToComponent.d.ts +1 -1
  58. package/build/types/{revamp/domain → domain}/mappers/layout/tabsLayoutToComponent.d.ts +1 -1
  59. package/build/types/{revamp/domain → domain}/mappers/mapLayoutToComponent.d.ts +1 -1
  60. package/build/types/{revamp/domain → domain}/mappers/mapStepSchemas.d.ts +1 -1
  61. package/build/types/{revamp/domain → domain}/mappers/mapStepToComponent.d.ts +1 -2
  62. package/build/types/{revamp/domain → domain}/mappers/mapToolbarToComponent.d.ts +1 -1
  63. package/build/types/{revamp/domain → domain}/mappers/schema/allOfSchemaToComponent.d.ts +1 -1
  64. package/build/types/{revamp/domain → domain}/mappers/schema/arraySchemaToComponent/arraySchemaToComponent.d.ts +1 -1
  65. package/build/types/{revamp/domain → domain}/mappers/schema/arraySchemaToComponent/arraySchemaToMultiSelectComponent.d.ts +1 -1
  66. package/build/types/{revamp/domain → domain}/mappers/schema/arraySchemaToComponent/arraySchemaToMultiUploadComponent.d.ts +1 -1
  67. package/build/types/{revamp/domain → domain}/mappers/schema/arraySchemaToComponent/arraySchemaToRepeatableComponent.d.ts +1 -1
  68. package/build/types/{revamp/domain → domain}/mappers/schema/arraySchemaToComponent/arraySchemaToTupleComponent.d.ts +1 -1
  69. package/build/types/{revamp/domain → domain}/mappers/schema/blobSchemaToComponent.d.ts +1 -1
  70. package/build/types/{revamp/domain → domain}/mappers/schema/booleanSchemaToComponent.d.ts +1 -1
  71. package/build/types/{revamp/domain → domain}/mappers/schema/constSchemaToComponent.d.ts +1 -1
  72. package/build/types/{revamp/domain → domain}/mappers/schema/integerSchemaToComponent.d.ts +1 -1
  73. package/build/types/{revamp/domain → domain}/mappers/schema/numberSchemaToComponent.d.ts +1 -1
  74. package/build/types/{revamp/domain → domain}/mappers/schema/objectSchemaToComponent/assertDisplayOrder.d.ts +1 -1
  75. package/build/types/{revamp/domain → domain}/mappers/schema/objectSchemaToComponent/objectSchemaToMoneyInputComponent.d.ts +1 -1
  76. package/build/types/{revamp/domain → domain}/mappers/schema/objectSchemaToComponent/objectSchemaToObjectComponent.d.ts +1 -1
  77. package/build/types/{revamp/domain → domain}/mappers/schema/oneOfSchemaToComponent/oneOfSchemaToComponent.d.ts +36 -36
  78. package/build/types/{revamp/domain → domain}/mappers/schema/persistAsyncSchemaToComponent.d.ts +32 -32
  79. package/build/types/{revamp/domain → domain}/mappers/schema/stringSchemaToComponent/stringSchemaToComponent.d.ts +1 -1
  80. package/build/types/{revamp/domain → domain}/mappers/schema/stringSchemaToComponent/stringSchemaToDateInputComponent.d.ts +1 -1
  81. package/build/types/{revamp/domain → domain}/mappers/schema/stringSchemaToComponent/stringSchemaToTextInputComponent.d.ts +1 -1
  82. package/build/types/{revamp/domain → domain}/mappers/schema/stringSchemaToComponent/stringSchemaToUploadInputComponent.d.ts +1 -1
  83. package/build/types/{revamp/domain → domain}/mappers/schema/tests/test-utils.d.ts +3 -3
  84. package/build/types/{revamp/domain → domain}/mappers/schema/types.d.ts +1 -1
  85. package/build/types/{revamp/domain → domain}/mappers/schema/utils/getPerformPersistAsyncFn.d.ts +1 -1
  86. package/build/types/{revamp/domain → domain}/mappers/types.d.ts +1 -1
  87. package/build/types/{revamp/domain → domain}/mappers/utils/behavior-utils.d.ts +1 -1
  88. package/build/types/{revamp/domain → domain}/mappers/utils/call-to-action-utils.d.ts +1 -1
  89. package/build/types/{revamp/domain → domain}/mappers/utils/getAutocompleteString.d.ts +1 -1
  90. package/build/types/{revamp/domain → domain}/mappers/utils/groupLayoutByPinned.d.ts +1 -1
  91. package/build/types/{revamp/domain → domain}/mappers/utils/image.d.ts +1 -1
  92. package/build/types/{revamp/domain → domain}/mappers/utils/layout-utils.d.ts +1 -1
  93. package/build/types/{revamp/domain → domain}/mappers/utils/legacy-utils.d.ts +1 -1
  94. package/build/types/{revamp/domain → domain}/mappers/utils/media-utils.d.ts +1 -1
  95. package/build/types/{revamp/domain → domain}/mappers/utils/suggestions-utils.d.ts +2 -2
  96. package/build/types/{revamp/domain → domain}/mappers/utils/utils.d.ts +1 -1
  97. package/build/types/{revamp/domain → domain}/types.d.ts +1 -1
  98. package/build/types/{revamp/flow → flow}/executePoll.d.ts +1 -1
  99. package/build/types/{revamp/flow → flow}/executeRefresh.d.ts +1 -1
  100. package/build/types/{revamp/flow → flow}/executeSubmission.d.ts +1 -1
  101. package/build/types/{revamp/flow → flow}/response-utils.d.ts +1 -1
  102. package/build/types/index.d.ts +4 -14
  103. package/build/types/{revamp/renderers → renderers}/CoreContainerRenderer.d.ts +1 -1
  104. package/build/types/{revamp/renderers → renderers}/CoreRootRenderer.d.ts +1 -1
  105. package/build/types/{revamp/renderers → renderers}/getRenderFunction.d.ts +1 -1
  106. package/build/types/{revamp/renderers → renderers}/mappers/alertComponentToProps.d.ts +1 -1
  107. package/build/types/{revamp/renderers → renderers}/mappers/allOfComponentToProps.d.ts +1 -1
  108. package/build/types/{revamp/renderers → renderers}/mappers/booleanInputComponentToProps.d.ts +1 -1
  109. package/build/types/{revamp/renderers → renderers}/mappers/boxComponentToProps.d.ts +1 -1
  110. package/build/types/{revamp/renderers → renderers}/mappers/buttonComponentToProps.d.ts +1 -1
  111. package/build/types/{revamp/renderers → renderers}/mappers/columnsComponentToProps.d.ts +1 -1
  112. package/build/types/{revamp/renderers → renderers}/mappers/componentToRendererProps.d.ts +1 -1
  113. package/build/types/{revamp/renderers → renderers}/mappers/constComponentToProps.d.ts +2 -2
  114. package/build/types/{revamp/renderers → renderers}/mappers/containerComponentToProps.d.ts +1 -1
  115. package/build/types/{revamp/renderers → renderers}/mappers/dateInputComponentToProps.d.ts +1 -1
  116. package/build/types/{revamp/renderers → renderers}/mappers/decisionComponentToProps.d.ts +1 -1
  117. package/build/types/{revamp/renderers → renderers}/mappers/dividerComponentToProps.d.ts +1 -1
  118. package/build/types/{revamp/renderers → renderers}/mappers/externalComponentToProps.d.ts +1 -1
  119. package/build/types/{revamp/renderers → renderers}/mappers/formComponentToProps.d.ts +1 -1
  120. package/build/types/{revamp/renderers → renderers}/mappers/headingComponentToProps.d.ts +1 -1
  121. package/build/types/{revamp/renderers → renderers}/mappers/hiddenComponentToProps.d.ts +1 -1
  122. package/build/types/{revamp/renderers → renderers}/mappers/imageComponentToProps.d.ts +1 -1
  123. package/build/types/{revamp/renderers → renderers}/mappers/instructionsComponentToProps.d.ts +1 -1
  124. package/build/types/{revamp/renderers → renderers}/mappers/integerInputComponentToProps.d.ts +1 -1
  125. package/build/types/{revamp/renderers → renderers}/mappers/listComponentToProps.d.ts +1 -1
  126. package/build/types/{revamp/renderers → renderers}/mappers/loadingIndicatorComponentToProps.d.ts +1 -1
  127. package/build/types/{revamp/renderers → renderers}/mappers/markdownComponentToProps.d.ts +1 -1
  128. package/build/types/{revamp/renderers → renderers}/mappers/modalComponentToProps.d.ts +1 -1
  129. package/build/types/{revamp/renderers → renderers}/mappers/modalLayoutComponentToProps.d.ts +1 -1
  130. package/build/types/{revamp/renderers → renderers}/mappers/moneyInputComponentToProps.d.ts +1 -1
  131. package/build/types/{revamp/renderers → renderers}/mappers/multiSelectComponentToProps.d.ts +1 -1
  132. package/build/types/{revamp/renderers → renderers}/mappers/multiUploadInputComponentToProps.d.ts +1 -1
  133. package/build/types/{revamp/renderers → renderers}/mappers/numberInputComponentToProps.d.ts +1 -1
  134. package/build/types/{revamp/renderers → renderers}/mappers/objectComponentToProps.d.ts +1 -1
  135. package/build/types/{revamp/renderers → renderers}/mappers/paragraphComponentToProps.d.ts +1 -1
  136. package/build/types/{revamp/renderers → renderers}/mappers/persistAsyncComponentToProps.d.ts +1 -1
  137. package/build/types/{revamp/renderers → renderers}/mappers/progressComponentToProps.d.ts +1 -1
  138. package/build/types/{revamp/renderers → renderers}/mappers/repeatableComponentToProps.d.ts +1 -1
  139. package/build/types/{revamp/renderers → renderers}/mappers/reviewComponentToProps.d.ts +1 -1
  140. package/build/types/{revamp/renderers → renderers}/mappers/rootComponentToProps.d.ts +1 -1
  141. package/build/types/{revamp/renderers → renderers}/mappers/searchComponentToProps.d.ts +1 -1
  142. package/build/types/{revamp/renderers → renderers}/mappers/sectionComponentToProps.d.ts +1 -1
  143. package/build/types/{revamp/renderers → renderers}/mappers/selectInputComponentToProps.d.ts +1 -1
  144. package/build/types/{revamp/renderers → renderers}/mappers/statusListComponentToProps.d.ts +1 -1
  145. package/build/types/{revamp/renderers → renderers}/mappers/tabsComponentToProps.d.ts +1 -1
  146. package/build/types/{revamp/renderers → renderers}/mappers/textInputComponentToProps.d.ts +1 -1
  147. package/build/types/{revamp/renderers → renderers}/mappers/tupleComponentToProps.d.ts +1 -1
  148. package/build/types/{revamp/renderers → renderers}/mappers/uploadInputComponentToProps.d.ts +1 -1
  149. package/build/types/{revamp/renderers → renderers}/mappers/utils/getValidationState.d.ts +1 -1
  150. package/build/types/{revamp/renderers → renderers}/mappers/utils/inputComponentToProps.d.ts +2 -4
  151. package/build/types/{revamp/renderers → renderers}/mappers/utils/mapErrorsToValidationState.d.ts +1 -1
  152. package/build/types/{revamp/renderers → renderers}/stepComponentToProps.d.ts +1 -1
  153. package/build/types/{revamp/renderers → renderers}/utils.d.ts +1 -1
  154. package/build/types/stories/utils/getBasicStep.d.ts +2 -0
  155. package/build/types/stories/utils/render-utils.d.ts +5 -0
  156. package/build/types/test-utils/DynamicFlowWise.d.ts +13 -0
  157. package/build/types/test-utils/fetch-utils.d.ts +1 -1
  158. package/build/types/{revamp/types.d.ts → types.d.ts} +5 -14
  159. package/build/types/{revamp/utils → utils}/analyse-step.d.ts +1 -1
  160. package/build/types/{revamp/utils → utils}/component-utils.d.ts +1 -1
  161. package/build/types/{revamp/utils → utils}/type-utils.d.ts +1 -2
  162. package/package.json +2 -5
  163. package/build/types/common/cameraCapture/CameraCapture.d.ts +0 -16
  164. package/build/types/common/cameraCapture/CameraCapture.messages.d.ts +0 -58
  165. package/build/types/common/cameraCapture/components/bottomBar/BottomBar.d.ts +0 -7
  166. package/build/types/common/cameraCapture/components/index.d.ts +0 -3
  167. package/build/types/common/cameraCapture/components/orientationLockOverlay/OrientationLockOverlay.d.ts +0 -2
  168. package/build/types/common/cameraCapture/components/orientationLockOverlay/OrientationLockOverlay.messages.d.ts +0 -8
  169. package/build/types/common/cameraCapture/hooks/useFullScreenOrientationLock.d.ts +0 -5
  170. package/build/types/common/cameraCapture/hooks/useVideoConstraints.d.ts +0 -4
  171. package/build/types/common/cameraCapture/index.d.ts +0 -1
  172. package/build/types/common/cameraCapture/overlay/Overlay.d.ts +0 -10
  173. package/build/types/common/cameraCapture/screens/cameraErrorScreen/CameraErrorScreen.d.ts +0 -3
  174. package/build/types/common/cameraCapture/screens/index.d.ts +0 -1
  175. package/build/types/common/cameraCapture/tracking/index.d.ts +0 -8
  176. package/build/types/common/cameraCapture/types/index.d.ts +0 -11
  177. package/build/types/common/cameraCapture/utils/index.d.ts +0 -8
  178. package/build/types/common/cameraCapture/utils/mobile-utils.d.ts +0 -4
  179. package/build/types/common/httpClientContext/HttpClientContext.d.ts +0 -17
  180. package/build/types/common/httpClientContext/index.d.ts +0 -1
  181. package/build/types/common/utils/debounce.d.ts +0 -7
  182. package/build/types/legacy/common/constants/DateMode.d.ts +0 -4
  183. package/build/types/legacy/common/constants/FeatureName.d.ts +0 -3
  184. package/build/types/legacy/common/constants/FormControlType.d.ts +0 -19
  185. package/build/types/legacy/common/constants/MonthFormat.d.ts +0 -4
  186. package/build/types/legacy/common/constants/Size.d.ts +0 -7
  187. package/build/types/legacy/common/constants/index.d.ts +0 -4
  188. package/build/types/legacy/common/contexts/dynamicFlowContexts/DynamicFlowContexts.d.ts +0 -10
  189. package/build/types/legacy/common/contexts/dynamicFlowContexts/usePendingPromiseCounter.d.ts +0 -4
  190. package/build/types/legacy/common/contexts/eventsContext/EventsContext.d.ts +0 -14
  191. package/build/types/legacy/common/contexts/index.d.ts +0 -3
  192. package/build/types/legacy/common/contexts/logContext/LogContext.d.ts +0 -19
  193. package/build/types/legacy/common/hooks/index.d.ts +0 -7
  194. package/build/types/legacy/common/hooks/useDebouncedFunction/useDebouncedFunction.d.ts +0 -2
  195. package/build/types/legacy/common/hooks/useExternal/useExternal.d.ts +0 -4
  196. package/build/types/legacy/common/hooks/useExternalStepPolling/useExternalStepPolling.d.ts +0 -3
  197. package/build/types/legacy/common/hooks/usePersistAsync/usePersistAsync.d.ts +0 -7
  198. package/build/types/legacy/common/hooks/usePolling/usePolling.d.ts +0 -11
  199. package/build/types/legacy/common/hooks/usePrevious/usePrevious.d.ts +0 -1
  200. package/build/types/legacy/common/hooks/useStepPolling/useStepPolling.d.ts +0 -2
  201. package/build/types/legacy/common/messages.d.ts +0 -8
  202. package/build/types/legacy/common/utils/api-utils.d.ts +0 -1
  203. package/build/types/legacy/common/utils/date-utils.d.ts +0 -2
  204. package/build/types/legacy/common/utils/file-utils.d.ts +0 -4
  205. package/build/types/legacy/common/utils/id-utils.d.ts +0 -1
  206. package/build/types/legacy/common/utils/index.d.ts +0 -11
  207. package/build/types/legacy/common/utils/is-equal.d.ts +0 -1
  208. package/build/types/legacy/common/utils/misc-utils.d.ts +0 -2
  209. package/build/types/legacy/common/utils/model-utils.d.ts +0 -7
  210. package/build/types/legacy/common/utils/schema-utils.d.ts +0 -26
  211. package/build/types/legacy/common/utils/step-utils.d.ts +0 -3
  212. package/build/types/legacy/common/validators/index.d.ts +0 -5
  213. package/build/types/legacy/common/validators/models/model-utils.d.ts +0 -10
  214. package/build/types/legacy/common/validators/models/model-validators.d.ts +0 -4
  215. package/build/types/legacy/common/validators/schemas/schema-validators.d.ts +0 -9
  216. package/build/types/legacy/common/validators/types/type-validators.d.ts +0 -8
  217. package/build/types/legacy/common/validators/validationFailures/validation-failures.d.ts +0 -23
  218. package/build/types/legacy/common/validators/validationFailures/validation-failures.utils.d.ts +0 -10
  219. package/build/types/legacy/common/validators/values/value-validators.d.ts +0 -2
  220. package/build/types/legacy/dynamic-flow-types.d.ts +0 -43
  221. package/build/types/legacy/dynamicFlow/BackButton.d.ts +0 -9
  222. package/build/types/legacy/dynamicFlow/DynamicFlow.d.ts +0 -3
  223. package/build/types/legacy/dynamicFlow/DynamicFlowStep.d.ts +0 -8
  224. package/build/types/legacy/dynamicFlow/DynamicFlowTypes.d.ts +0 -8
  225. package/build/types/legacy/dynamicFlow/index.d.ts +0 -1
  226. package/build/types/legacy/dynamicFlow/stories/fixtureHttpClient.d.ts +0 -3
  227. package/build/types/legacy/dynamicFlow/tests/DynamicFlow.InitialAction.spec.d.ts +0 -1
  228. package/build/types/legacy/dynamicFlow/tests/DynamicFlow.InitialStep.spec.d.ts +0 -1
  229. package/build/types/legacy/dynamicFlow/tests/DynamicFlow.LoaderConfig.spec.d.ts +0 -1
  230. package/build/types/legacy/dynamicFlow/utils/index.d.ts +0 -5
  231. package/build/types/legacy/dynamicFlow/utils/responseParsers/response-parsers.d.ts +0 -17
  232. package/build/types/legacy/dynamicFlow/utils/useDebouncedRefresh/useDebouncedRefresh.d.ts +0 -9
  233. package/build/types/legacy/dynamicFlow/utils/useDynamicFlowState.d.ts +0 -17
  234. package/build/types/legacy/dynamicFlow/utils/useErrorResponse.d.ts +0 -2
  235. package/build/types/legacy/dynamicFlow/utils/useLoader.d.ts +0 -8
  236. package/build/types/legacy/formControl/FormControl.d.ts +0 -151
  237. package/build/types/legacy/formControl/index.d.ts +0 -1
  238. package/build/types/legacy/formControl/utils/getAutocompleteString.d.ts +0 -5
  239. package/build/types/legacy/formControl/utils/index.d.ts +0 -2
  240. package/build/types/legacy/formControl/utils/value-utils.d.ts +0 -9
  241. package/build/types/legacy/jsonSchemaForm/JsonSchemaForm.d.ts +0 -65
  242. package/build/types/legacy/jsonSchemaForm/allOfSchema/AllOfSchema.d.ts +0 -9
  243. package/build/types/legacy/jsonSchemaForm/allOfSchema/index.d.ts +0 -2
  244. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/ArraySchema.d.ts +0 -9
  245. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/ArrayListSchema.d.ts +0 -9
  246. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/index.d.ts +0 -1
  247. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multiSelectSchema/MultiSelectSchema.d.ts +0 -9
  248. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/MultipleFileUploadSchema.d.ts +0 -10
  249. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/index.d.ts +0 -1
  250. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/index.d.ts +0 -2
  251. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/upload-utils.d.ts +0 -6
  252. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/useFormattedDefaultErrorMessages.d.ts +0 -9
  253. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/repeatableSchema/ItemSummary.d.ts +0 -12
  254. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/repeatableSchema/RepeatableSchema.d.ts +0 -9
  255. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/repeatableSchema/RepeatableSchemaStep.d.ts +0 -14
  256. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/repeatableSchema/utils/summary-utils.d.ts +0 -3
  257. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/index.d.ts +0 -2
  258. package/build/types/legacy/jsonSchemaForm/basicTypeSchema/BasicTypeSchema.d.ts +0 -14
  259. package/build/types/legacy/jsonSchemaForm/basicTypeSchema/index.d.ts +0 -2
  260. package/build/types/legacy/jsonSchemaForm/controlFeedback/ControlFeedback.d.ts +0 -25
  261. package/build/types/legacy/jsonSchemaForm/controlFeedback/index.d.ts +0 -1
  262. package/build/types/legacy/jsonSchemaForm/genericSchema/GenericSchema.d.ts +0 -18
  263. package/build/types/legacy/jsonSchemaForm/genericSchema/index.d.ts +0 -1
  264. package/build/types/legacy/jsonSchemaForm/help/Help.d.ts +0 -7
  265. package/build/types/legacy/jsonSchemaForm/help/index.d.ts +0 -1
  266. package/build/types/legacy/jsonSchemaForm/index.d.ts +0 -1
  267. package/build/types/legacy/jsonSchemaForm/objectSchema/ObjectSchema.d.ts +0 -9
  268. package/build/types/legacy/jsonSchemaForm/objectSchema/index.d.ts +0 -2
  269. package/build/types/legacy/jsonSchemaForm/oneOfSchema/OneOfSchema.d.ts +0 -8
  270. package/build/types/legacy/jsonSchemaForm/oneOfSchema/index.d.ts +0 -2
  271. package/build/types/legacy/jsonSchemaForm/oneOfSchema/utils.d.ts +0 -4
  272. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/PersistAsyncSchema.d.ts +0 -10
  273. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/index.d.ts +0 -2
  274. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/persistAsyncBasicSchema/PersistAsyncBasicSchema.d.ts +0 -15
  275. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/persistAsyncBasicSchema/index.d.ts +0 -1
  276. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/PersistAsyncBlobSchema.d.ts +0 -14
  277. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/UploadInputAdapter.d.ts +0 -16
  278. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/UploadInputAdapter.spec.d.ts +0 -1
  279. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/index.d.ts +0 -1
  280. package/build/types/legacy/jsonSchemaForm/promotedOneOfSchema/PromotedOneOfSchema.d.ts +0 -8
  281. package/build/types/legacy/jsonSchemaForm/promotedOneOfSchema/index.d.ts +0 -2
  282. package/build/types/legacy/jsonSchemaForm/promotedOneOfSchema/promoted-one-of-utils.d.ts +0 -2
  283. package/build/types/legacy/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfCheckboxControl.d.ts +0 -3
  284. package/build/types/legacy/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfControl.d.ts +0 -22
  285. package/build/types/legacy/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfRadioControl.d.ts +0 -8
  286. package/build/types/legacy/jsonSchemaForm/readOnlySchema/ReadOnlySchema.d.ts +0 -7
  287. package/build/types/legacy/jsonSchemaForm/readOnlySchema/ReadOnlySchema.messages.d.ts +0 -13
  288. package/build/types/legacy/jsonSchemaForm/readOnlySchema/index.d.ts +0 -1
  289. package/build/types/legacy/jsonSchemaForm/schemaFormControl/SchemaFormControl.d.ts +0 -21
  290. package/build/types/legacy/jsonSchemaForm/schemaFormControl/index.d.ts +0 -1
  291. package/build/types/legacy/jsonSchemaForm/schemaFormControl/utils/index.d.ts +0 -1
  292. package/build/types/legacy/jsonSchemaForm/schemaFormControl/utils/mapping-utils.d.ts +0 -33
  293. package/build/types/legacy/jsonSchemaForm/validationAsyncSchema/ValidationAsyncSchema.d.ts +0 -10
  294. package/build/types/legacy/jsonSchemaForm/validationAsyncSchema/index.d.ts +0 -2
  295. package/build/types/legacy/layout/DynamicLayout.d.ts +0 -16
  296. package/build/types/legacy/layout/alert/DynamicAlert.d.ts +0 -8
  297. package/build/types/legacy/layout/alert/DynamicAlert.spec.d.ts +0 -1
  298. package/build/types/legacy/layout/box/DynamicBox.d.ts +0 -7
  299. package/build/types/legacy/layout/button/DynamicButton.d.ts +0 -9
  300. package/build/types/legacy/layout/button/utils.d.ts +0 -5
  301. package/build/types/legacy/layout/columns/DynamicColumns.d.ts +0 -7
  302. package/build/types/legacy/layout/decision/DynamicDecision.d.ts +0 -8
  303. package/build/types/legacy/layout/divider/DynamicDivider.d.ts +0 -6
  304. package/build/types/legacy/layout/external/DynamicExternal.d.ts +0 -8
  305. package/build/types/legacy/layout/external/DynamicExternal.messages.d.ts +0 -8
  306. package/build/types/legacy/layout/external/DynamicExternal.spec.d.ts +0 -1
  307. package/build/types/legacy/layout/form/DynamicForm.d.ts +0 -7
  308. package/build/types/legacy/layout/heading/DynamicHeading.d.ts +0 -5
  309. package/build/types/legacy/layout/heading/DynamicHeading.spec.d.ts +0 -1
  310. package/build/types/legacy/layout/icon/DynamicIcon.d.ts +0 -6
  311. package/build/types/legacy/layout/icon/FlagIcon.d.ts +0 -6
  312. package/build/types/legacy/layout/icon/NamedIcon.d.ts +0 -6
  313. package/build/types/legacy/layout/image/DynamicImage.d.ts +0 -6
  314. package/build/types/legacy/layout/index.d.ts +0 -20
  315. package/build/types/legacy/layout/instructions/DynamicInstructions.d.ts +0 -6
  316. package/build/types/legacy/layout/list/DynamicStatusList.d.ts +0 -7
  317. package/build/types/legacy/layout/loadingIndicator/DynamicLoadingIndicator.d.ts +0 -6
  318. package/build/types/legacy/layout/markdown/DynamicMarkdown.d.ts +0 -10
  319. package/build/types/legacy/layout/modal/DynamicModal.d.ts +0 -7
  320. package/build/types/legacy/layout/paragraph/DynamicParagraph.d.ts +0 -6
  321. package/build/types/legacy/layout/paragraph/DynamicParagraph.spec.d.ts +0 -1
  322. package/build/types/legacy/layout/paragraph/useSnackBarIfAvailable.d.ts +0 -10
  323. package/build/types/legacy/layout/review/DynamicReview.d.ts +0 -8
  324. package/build/types/legacy/layout/search/DynamicSearch.d.ts +0 -8
  325. package/build/types/legacy/layout/search/SearchInput.d.ts +0 -8
  326. package/build/types/legacy/layout/search/SearchResults.d.ts +0 -10
  327. package/build/types/legacy/layout/search/useSearch.d.ts +0 -16
  328. package/build/types/legacy/layout/utils/getNavigationOptionMedia.d.ts +0 -5
  329. package/build/types/legacy/layout/utils/index.d.ts +0 -8
  330. package/build/types/legacy/step/cameraStep/CameraStep.d.ts +0 -7
  331. package/build/types/legacy/step/cameraStep/index.d.ts +0 -1
  332. package/build/types/legacy/step/externalConfirmationStep/ExternalConfirmationStep.d.ts +0 -6
  333. package/build/types/legacy/step/externalConfirmationStep/index.d.ts +0 -1
  334. package/build/types/legacy/step/index.d.ts +0 -3
  335. package/build/types/legacy/step/layoutStep/LayoutStep.d.ts +0 -10
  336. package/build/types/legacy/step/layoutStep/index.d.ts +0 -1
  337. package/build/types/legacy/step/layoutStep/utils/index.d.ts +0 -2
  338. package/build/types/legacy/step/layoutStep/utils/inline-reference-utils.d.ts +0 -7
  339. package/build/types/legacy/step/layoutStep/utils/layout-utils.d.ts +0 -8
  340. package/build/types/legacy/test-utils/DynamicFlowProviders.d.ts +0 -9
  341. package/build/types/legacy/test-utils/index.d.ts +0 -4
  342. package/build/types/legacy/test-utils/legacy-utils.d.ts +0 -9
  343. package/build/types/legacy/test-utils/log-utils.d.ts +0 -8
  344. package/build/types/revamp/renderers/mappers/utils/mapMediaToLegacyProps.d.ts +0 -9
  345. package/build/types/revamp/renderers/mappers/utils/mapSuggestions.d.ts +0 -12
  346. package/build/types/revamp/renderers/mappers/utils/mapTags.d.ts +0 -8
  347. package/build/types/revamp/stories/utils/getBasicStep.d.ts +0 -2
  348. package/build/types/revamp/stories/utils/render-utils.d.ts +0 -5
  349. package/build/types/revamp/test-utils/DynamicFlowWise.d.ts +0 -15
  350. package/build/types/revamp/test-utils/component-utils.d.ts +0 -2
  351. package/build/types/revamp/test-utils/step-utils.d.ts +0 -2
  352. /package/build/types/{revamp/DynamicFlowCore.d.ts → DynamicFlowCore.d.ts} +0 -0
  353. /package/build/types/{revamp/DynamicFormCore.d.ts → DynamicFormCore.d.ts} +0 -0
  354. /package/build/types/common/{utils → makeHttpClient}/api-utils.d.ts +0 -0
  355. /package/build/types/{revamp/domain → domain}/components/AlertComponent.d.ts +0 -0
  356. /package/build/types/{revamp/domain → domain}/components/BooleanInputComponent.d.ts +0 -0
  357. /package/build/types/{revamp/domain → domain}/components/ColumnsComponent.d.ts +0 -0
  358. /package/build/types/{revamp/domain → domain}/components/ContainerComponent.d.ts +0 -0
  359. /package/build/types/{revamp/domain → domain}/components/DateInputComponent.d.ts +0 -0
  360. /package/build/types/{revamp/domain → domain}/components/DecisionComponent.d.ts +0 -0
  361. /package/build/types/{revamp/domain → domain}/components/DividerComponent.d.ts +0 -0
  362. /package/build/types/{revamp/domain → domain}/components/FormComponent.d.ts +0 -0
  363. /package/build/types/{revamp/domain → domain}/components/InstructionsComponent.d.ts +0 -0
  364. /package/build/types/{revamp/domain → domain}/components/IntegerInputComponent.d.ts +0 -0
  365. /package/build/types/{revamp/domain → domain}/components/ListComponent.d.ts +0 -0
  366. /package/build/types/{revamp/domain → domain}/components/ModalComponent.d.ts +0 -0
  367. /package/build/types/{revamp/domain → domain}/components/MultiSelectInputComponent.d.ts +0 -0
  368. /package/build/types/{revamp/domain → domain}/components/NumberInputComponent.d.ts +0 -0
  369. /package/build/types/{revamp/domain → domain}/components/ObjectComponent.d.ts +0 -0
  370. /package/build/types/{revamp/domain → domain}/components/ProgressComponent.d.ts +0 -0
  371. /package/build/types/{revamp/domain → domain}/components/RepeatableComponent.d.ts +0 -0
  372. /package/build/types/{revamp/domain → domain}/components/ReviewComponent.d.ts +0 -0
  373. /package/build/types/{revamp/domain → domain}/components/SectionComponent.d.ts +0 -0
  374. /package/build/types/{revamp/domain → domain}/components/StatusListComponent.d.ts +0 -0
  375. /package/build/types/{revamp/domain → domain}/components/TabsComponent.d.ts +0 -0
  376. /package/build/types/{revamp/domain → domain}/components/TextInputComponent.d.ts +0 -0
  377. /package/build/types/{revamp/domain → domain}/components/TupleComponent.d.ts +0 -0
  378. /package/build/types/{revamp/domain → domain}/components/step/ExternalConfirmationComponent.d.ts +0 -0
  379. /package/build/types/{revamp/domain → domain}/components/utils/WithUpdate.d.ts +0 -0
  380. /package/build/types/{revamp/domain → domain}/components/utils/component-utils.d.ts +0 -0
  381. /package/build/types/{revamp/domain → domain}/components/utils/debounce.d.ts +0 -0
  382. /package/build/types/{revamp/domain → domain}/components/utils/file-utils.d.ts +0 -0
  383. /package/build/types/{revamp/domain → domain}/components/utils/getRandomId.d.ts +0 -0
  384. /package/build/types/{revamp/domain → domain}/components/utils/isExactLocalValueMatch.d.ts +0 -0
  385. /package/build/types/{revamp/domain → domain}/components/utils/isOrWasValid.d.ts +0 -0
  386. /package/build/types/{revamp/domain → domain}/features/events.d.ts +0 -0
  387. /package/build/types/{revamp/domain → domain}/features/refreshAfter/getStepRefreshAfter.d.ts +0 -0
  388. /package/build/types/{revamp/domain → domain}/features/schema-on-change/getDebouncedSchemaOnChange.d.ts +0 -0
  389. /package/build/types/{revamp/domain → domain}/features/search/getPerformSearchFunction.d.ts +0 -0
  390. /package/build/types/{revamp/domain → domain}/features/validation/spec-utils.d.ts +0 -0
  391. /package/build/types/{revamp/domain → domain}/features/validation/validateStringPattern.d.ts +0 -0
  392. /package/build/types/{revamp/domain → domain}/features/validation/validation-functions.d.ts +0 -0
  393. /package/build/types/{revamp/domain → domain}/features/validationAsync/getComponentValidationAsync.d.ts +0 -0
  394. /package/build/types/{revamp/domain → domain}/features/validationAsync/getInitialValidationAsyncState.d.ts +0 -0
  395. /package/build/types/{revamp/domain → domain}/mappers/mapSchemaToComponent.d.ts +0 -0
  396. /package/build/types/{revamp/domain → domain}/mappers/schema/utils/getValidationAsyncInitialState.d.ts +0 -0
  397. /package/build/types/{revamp/domain → domain}/mappers/schema/utils/mapCommonSchemaProps.d.ts +0 -0
  398. /package/build/types/{revamp/domain → domain}/mappers/utils/feature-utils.d.ts +0 -0
  399. /package/build/types/{revamp/domain → domain}/mappers/utils/tags-utils.d.ts +0 -0
  400. /package/build/types/{revamp/flow → flow}/getErrorMessage.d.ts +0 -0
  401. /package/build/types/{revamp/flow → flow}/getResponseType.d.ts +0 -0
  402. /package/build/types/{revamp/renderers → renderers}/getSchemaErrorMessageFunction.d.ts +0 -0
  403. /package/build/types/{revamp/renderers → renderers}/mappers/utils/pick.d.ts +0 -0
  404. /package/build/types/{revamp/stories → stories}/types.d.ts +0 -0
  405. /package/build/types/{revamp/stories → stories}/utils/fixtureHttpClient.d.ts +0 -0
  406. /package/build/types/{revamp/stories → stories}/utils/mockSearchHandler.d.ts +0 -0
  407. /package/build/types/{revamp/test-utils → test-utils}/getRandomId.d.ts +0 -0
  408. /package/build/types/{revamp/tests → tests}/renderers/TextInputRenderer.test.d.ts +0 -0
  409. /package/build/types/{revamp/useDynamicFlowCore.d.ts → useDynamicFlowCore.d.ts} +0 -0
  410. /package/build/types/{revamp/utils → utils}/normalise-flow-id.d.ts +0 -0
  411. /package/build/types/{revamp/utils → utils}/openLinkInNewTab.d.ts +0 -0
  412. /package/build/types/{revamp/utils → utils}/recursiveMerge.d.ts +0 -0
  413. /package/build/types/{revamp/utils → utils}/type-validators.d.ts +0 -0
  414. /package/build/types/{revamp/utils → utils}/useStableCallback.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import type { OneOfSchema } from '@wise/dynamic-flow-types/build/next';
1
+ import type { OneOfSchema } from '@wise/dynamic-flow-types/spec';
2
2
  import type { MapperProps, SchemaMapperProps } from '../types';
3
3
  export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperProps & {
4
4
  schema: OneOfSchema;
@@ -13,20 +13,20 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
13
13
  title?: string;
14
14
  tags?: string[];
15
15
  getLocalValue: () => import("../../../types").LocalValue;
16
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
16
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
17
17
  getSummary: () => import("../../../types").RepeatableSummary;
18
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
18
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
19
19
  validate: () => boolean;
20
20
  } & {
21
21
  type: "persist-async";
22
22
  kind: "input";
23
23
  component: import("../../../types").SchemaComponent;
24
24
  abortController: AbortController;
25
- submission: Promise<import("@wise/dynamic-flow-types/build/next").JsonElement>;
25
+ submission: Promise<import("@wise/dynamic-flow-types/spec").JsonElement>;
26
26
  lastSubmitted: import("../../../types").LocalValue;
27
- lastResponse: import("@wise/dynamic-flow-types/build/next").JsonElement;
27
+ lastResponse: import("@wise/dynamic-flow-types/spec").JsonElement;
28
28
  errors: string[];
29
- persist: () => Promise<import("@wise/dynamic-flow-types/build/next").JsonElement>;
29
+ persist: () => Promise<import("@wise/dynamic-flow-types/spec").JsonElement>;
30
30
  } & {
31
31
  kind: "input";
32
32
  }) | (import("../../../types").BaseComponent & {
@@ -40,9 +40,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
40
40
  title?: string;
41
41
  tags?: string[];
42
42
  getLocalValue: () => import("../../../types").LocalValue;
43
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
43
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
44
44
  getSummary: () => import("../../../types").RepeatableSummary;
45
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
45
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
46
46
  validate: () => boolean;
47
47
  } & {
48
48
  type: "all-of";
@@ -63,9 +63,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
63
63
  title?: string;
64
64
  tags?: string[];
65
65
  getLocalValue: () => boolean;
66
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
66
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
67
67
  getSummary: () => import("../../../types").RepeatableSummary;
68
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
68
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
69
69
  validate: () => boolean;
70
70
  } & {
71
71
  id: string;
@@ -100,9 +100,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
100
100
  title?: string;
101
101
  tags?: string[];
102
102
  getLocalValue: () => import("../../../types").LocalValue;
103
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
103
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
104
104
  getSummary: () => import("../../../types").RepeatableSummary;
105
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
105
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
106
106
  validate: () => boolean;
107
107
  } & {
108
108
  type: "const";
@@ -121,9 +121,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
121
121
  title?: string;
122
122
  tags?: string[];
123
123
  getLocalValue: () => string | null;
124
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
124
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
125
125
  getSummary: () => import("../../../types").RepeatableSummary;
126
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
126
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
127
127
  validate: () => boolean;
128
128
  } & {
129
129
  id: string;
@@ -158,9 +158,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
158
158
  title?: string;
159
159
  tags?: string[];
160
160
  getLocalValue: () => number | null;
161
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
161
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
162
162
  getSummary: () => import("../../../types").RepeatableSummary;
163
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
163
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
164
164
  validate: () => boolean;
165
165
  } & {
166
166
  id: string;
@@ -194,9 +194,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
194
194
  title?: string;
195
195
  tags?: string[];
196
196
  getLocalValue: () => import("../../../types").LocalValueArray | null;
197
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
197
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
198
198
  getSummary: () => import("../../../types").RepeatableSummary;
199
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
199
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
200
200
  validate: () => boolean;
201
201
  } & {
202
202
  id: string;
@@ -235,9 +235,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
235
235
  title?: string;
236
236
  tags?: string[];
237
237
  getLocalValue: () => File[];
238
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
238
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
239
239
  getSummary: () => import("../../../types").RepeatableSummary;
240
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
240
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
241
241
  validate: () => boolean;
242
242
  } & {
243
243
  id: string;
@@ -255,7 +255,7 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
255
255
  type: "multi-upload";
256
256
  kind: "input";
257
257
  accepts?: string[];
258
- cameraConfig?: import("@wise/dynamic-flow-types/build/next").JsonElement;
258
+ cameraConfig?: import("@wise/dynamic-flow-types/spec").JsonElement;
259
259
  files: {
260
260
  file: File;
261
261
  errors: string[];
@@ -285,9 +285,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
285
285
  title?: string;
286
286
  tags?: string[];
287
287
  getLocalValue: () => number | null;
288
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
288
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
289
289
  getSummary: () => import("../../../types").RepeatableSummary;
290
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
290
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
291
291
  validate: () => boolean;
292
292
  } & {
293
293
  id: string;
@@ -321,9 +321,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
321
321
  title?: string;
322
322
  tags?: string[];
323
323
  getLocalValue: () => import("../../../types").LocalValueObject;
324
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
324
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
325
325
  getSummary: () => import("../../../types").RepeatableSummary;
326
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
326
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
327
327
  validate: () => boolean;
328
328
  } & {
329
329
  type: "object";
@@ -344,9 +344,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
344
344
  title?: string;
345
345
  tags?: string[];
346
346
  getLocalValue: () => import("../../../types").LocalValueArray;
347
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
347
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
348
348
  getSummary: () => import("../../../types").RepeatableSummary;
349
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
349
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
350
350
  validate: () => boolean;
351
351
  } & {
352
352
  type: "repeatable";
@@ -380,9 +380,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
380
380
  title?: string;
381
381
  tags?: string[];
382
382
  getLocalValue: () => string | null;
383
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
383
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
384
384
  getSummary: () => import("../../../types").RepeatableSummary;
385
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
385
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
386
386
  validate: () => boolean;
387
387
  } & {
388
388
  id: string;
@@ -419,9 +419,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
419
419
  title?: string;
420
420
  tags?: string[];
421
421
  getLocalValue: () => import("../../../types").LocalValueArray;
422
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
422
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
423
423
  getSummary: () => import("../../../types").RepeatableSummary;
424
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
424
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
425
425
  validate: () => boolean;
426
426
  } & {
427
427
  type: "tuple";
@@ -442,9 +442,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
442
442
  title?: string;
443
443
  tags?: string[];
444
444
  getLocalValue: () => File | null;
445
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
445
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
446
446
  getSummary: () => import("../../../types").RepeatableSummary;
447
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
447
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
448
448
  validate: () => boolean;
449
449
  } & {
450
450
  id: string;
@@ -462,7 +462,7 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
462
462
  type: "upload";
463
463
  kind: "input";
464
464
  format: "blob" | "base64";
465
- cameraConfig?: import("@wise/dynamic-flow-types/build/next").JsonElement;
465
+ cameraConfig?: import("@wise/dynamic-flow-types/spec").JsonElement;
466
466
  maxSize?: number;
467
467
  accepts?: string[];
468
468
  source?: import("../../../types").UploadSource;
@@ -482,9 +482,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
482
482
  title?: string;
483
483
  tags?: string[];
484
484
  getLocalValue: () => import("../../../types").LocalValueObject;
485
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
485
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
486
486
  getSummary: () => import("../../../types").RepeatableSummary;
487
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
487
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
488
488
  validate: () => boolean;
489
489
  } & {
490
490
  id: string;
@@ -14,9 +14,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
14
14
  title?: string;
15
15
  tags?: string[];
16
16
  getLocalValue: () => import("../../types").LocalValue;
17
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
17
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
18
18
  getSummary: () => import("../../types").RepeatableSummary;
19
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
19
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
20
20
  validate: () => boolean;
21
21
  } & {
22
22
  type: "all-of";
@@ -37,9 +37,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
37
37
  title?: string;
38
38
  tags?: string[];
39
39
  getLocalValue: () => boolean;
40
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
40
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
41
41
  getSummary: () => import("../../types").RepeatableSummary;
42
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
42
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
43
43
  validate: () => boolean;
44
44
  } & {
45
45
  id: string;
@@ -74,9 +74,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
74
74
  title?: string;
75
75
  tags?: string[];
76
76
  getLocalValue: () => import("../../types").LocalValue;
77
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
77
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
78
78
  getSummary: () => import("../../types").RepeatableSummary;
79
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
79
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
80
80
  validate: () => boolean;
81
81
  } & {
82
82
  type: "const";
@@ -95,9 +95,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
95
95
  title?: string;
96
96
  tags?: string[];
97
97
  getLocalValue: () => string | null;
98
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
98
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
99
99
  getSummary: () => import("../../types").RepeatableSummary;
100
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
100
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
101
101
  validate: () => boolean;
102
102
  } & {
103
103
  id: string;
@@ -132,9 +132,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
132
132
  title?: string;
133
133
  tags?: string[];
134
134
  getLocalValue: () => number | null;
135
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
135
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
136
136
  getSummary: () => import("../../types").RepeatableSummary;
137
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
137
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
138
138
  validate: () => boolean;
139
139
  } & {
140
140
  id: string;
@@ -168,9 +168,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
168
168
  title?: string;
169
169
  tags?: string[];
170
170
  getLocalValue: () => import("../../types").LocalValueArray | null;
171
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
171
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
172
172
  getSummary: () => import("../../types").RepeatableSummary;
173
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
173
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
174
174
  validate: () => boolean;
175
175
  } & {
176
176
  id: string;
@@ -209,9 +209,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
209
209
  title?: string;
210
210
  tags?: string[];
211
211
  getLocalValue: () => File[];
212
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
212
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
213
213
  getSummary: () => import("../../types").RepeatableSummary;
214
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
214
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
215
215
  validate: () => boolean;
216
216
  } & {
217
217
  id: string;
@@ -229,7 +229,7 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
229
229
  type: "multi-upload";
230
230
  kind: "input";
231
231
  accepts?: string[];
232
- cameraConfig?: import("@wise/dynamic-flow-types/build/next").JsonElement;
232
+ cameraConfig?: import("@wise/dynamic-flow-types/spec").JsonElement;
233
233
  files: {
234
234
  file: File;
235
235
  errors: string[];
@@ -259,9 +259,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
259
259
  title?: string;
260
260
  tags?: string[];
261
261
  getLocalValue: () => number | null;
262
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
262
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
263
263
  getSummary: () => import("../../types").RepeatableSummary;
264
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
264
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
265
265
  validate: () => boolean;
266
266
  } & {
267
267
  id: string;
@@ -295,9 +295,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
295
295
  title?: string;
296
296
  tags?: string[];
297
297
  getLocalValue: () => import("../../types").LocalValueObject;
298
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
298
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
299
299
  getSummary: () => import("../../types").RepeatableSummary;
300
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
300
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
301
301
  validate: () => boolean;
302
302
  } & {
303
303
  type: "object";
@@ -318,9 +318,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
318
318
  title?: string;
319
319
  tags?: string[];
320
320
  getLocalValue: () => import("../../types").LocalValueArray;
321
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
321
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
322
322
  getSummary: () => import("../../types").RepeatableSummary;
323
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
323
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
324
324
  validate: () => boolean;
325
325
  } & {
326
326
  type: "repeatable";
@@ -354,9 +354,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
354
354
  title?: string;
355
355
  tags?: string[];
356
356
  getLocalValue: () => import("../../types").LocalValue;
357
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
357
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
358
358
  getSummary: () => import("../../types").RepeatableSummary;
359
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
359
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
360
360
  validate: () => boolean;
361
361
  } & {
362
362
  id: string;
@@ -393,9 +393,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
393
393
  title?: string;
394
394
  tags?: string[];
395
395
  getLocalValue: () => string | null;
396
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
396
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
397
397
  getSummary: () => import("../../types").RepeatableSummary;
398
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
398
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
399
399
  validate: () => boolean;
400
400
  } & {
401
401
  id: string;
@@ -432,9 +432,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
432
432
  title?: string;
433
433
  tags?: string[];
434
434
  getLocalValue: () => import("../../types").LocalValueArray;
435
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
435
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
436
436
  getSummary: () => import("../../types").RepeatableSummary;
437
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
437
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
438
438
  validate: () => boolean;
439
439
  } & {
440
440
  type: "tuple";
@@ -455,9 +455,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
455
455
  title?: string;
456
456
  tags?: string[];
457
457
  getLocalValue: () => File | null;
458
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
458
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
459
459
  getSummary: () => import("../../types").RepeatableSummary;
460
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
460
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
461
461
  validate: () => boolean;
462
462
  } & {
463
463
  id: string;
@@ -475,7 +475,7 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
475
475
  type: "upload";
476
476
  kind: "input";
477
477
  format: "blob" | "base64";
478
- cameraConfig?: import("@wise/dynamic-flow-types/build/next").JsonElement;
478
+ cameraConfig?: import("@wise/dynamic-flow-types/spec").JsonElement;
479
479
  maxSize?: number;
480
480
  accepts?: string[];
481
481
  source?: import("../../types").UploadSource;
@@ -495,9 +495,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
495
495
  title?: string;
496
496
  tags?: string[];
497
497
  getLocalValue: () => import("../../types").LocalValueObject;
498
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
498
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
499
499
  getSummary: () => import("../../types").RepeatableSummary;
500
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
500
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
501
501
  validate: () => boolean;
502
502
  } & {
503
503
  id: string;
@@ -1,4 +1,4 @@
1
- import type { StringSchema } from '@wise/dynamic-flow-types/build/next';
1
+ import type { StringSchema } from '@wise/dynamic-flow-types/spec';
2
2
  import type { MapperProps, SchemaMapperProps } from '../types';
3
3
  export declare const stringSchemaToComponent: (schemaMapperProps: Omit<SchemaMapperProps, "schema"> & {
4
4
  schema: StringSchema;
@@ -1,4 +1,4 @@
1
- import type { StringSchema } from '@wise/dynamic-flow-types/build/next';
1
+ import type { StringSchema } from '@wise/dynamic-flow-types/spec';
2
2
  import type { MapperProps, SchemaMapperProps } from '../types';
3
3
  export declare const stringSchemaToDateInputComponent: (schemaMapperProps: SchemaMapperProps & {
4
4
  schema: StringSchema;
@@ -1,4 +1,4 @@
1
- import type { StringSchema } from '@wise/dynamic-flow-types/build/next';
1
+ import type { StringSchema } from '@wise/dynamic-flow-types/spec';
2
2
  import type { MapperProps, SchemaMapperProps } from '../types';
3
3
  export declare const stringSchemaToTextInputComponent: (schemaMapperProps: SchemaMapperProps & {
4
4
  schema: StringSchema;
@@ -1,4 +1,4 @@
1
- import { StringSchema } from '@wise/dynamic-flow-types/build/next';
1
+ import { StringSchema } from '@wise/dynamic-flow-types/spec';
2
2
  import type { MapperProps, SchemaMapperProps } from '../types';
3
3
  export declare const stringSchemaToUploadInputComponent: (schemaMapperProps: Omit<SchemaMapperProps, "schema"> & {
4
4
  schema: StringSchema & {
@@ -1,4 +1,4 @@
1
- import type { Schema, Step } from '@wise/dynamic-flow-types/build/next';
1
+ import type { Schema, Step } from '@wise/dynamic-flow-types/spec';
2
2
  import { RendererMapperProps } from '../../../../renderers/mappers/componentToRendererProps';
3
3
  import type { DomainComponent } from '../../../types';
4
4
  import type { MapperProps, SchemaMapperProps } from '../types';
@@ -22,10 +22,10 @@ export declare const getMockSchemaMapperProps: <S extends Schema>(schemaMapperPr
22
22
  uid: string;
23
23
  schemaId?: string | undefined;
24
24
  schema: (Schema | undefined) & S;
25
- model: import("@wise/dynamic-flow-types/build/next").Model;
25
+ model: import("@wise/dynamic-flow-types/spec").Model;
26
26
  localValue: import("../../../types").LocalValue;
27
27
  required: boolean;
28
- validationErrors: import("@wise/dynamic-flow-types/build/next").ValidationError;
28
+ validationErrors: import("@wise/dynamic-flow-types/spec").ValidationError;
29
29
  persistAsyncConfig?: import("../../types").PersistAsyncConfig | undefined;
30
30
  onPersistAsync?: import("../../../types").OnPersistAsync | undefined;
31
31
  };
@@ -1,4 +1,4 @@
1
- import type { Step as DFStep, Model, Schema, ValidationError } from '@wise/dynamic-flow-types/build/next';
1
+ import type { Step as DFStep, Model, Schema, ValidationError } from '@wise/dynamic-flow-types/spec';
2
2
  import type { HttpClient } from '../../../types';
3
3
  import type { AnalyticsEventDispatcher, LoggingEventDispatcher } from '../../features/events';
4
4
  import type { LocalValue, OnBehavior, OnPersistAsync, OnValueChange, UpdateComponent } from '../../types';
@@ -1,4 +1,4 @@
1
- import type { Schema } from '@wise/dynamic-flow-types/build/next';
1
+ import type { Schema } from '@wise/dynamic-flow-types/spec';
2
2
  import type { MapperProps } from '../types';
3
3
  import { PersistAsyncConfig } from '../../types';
4
4
  export declare const getPerformPersistAsyncFn: (schema: Schema, persistAsyncConfig: PersistAsyncConfig, mapperProps: MapperProps) => import("../../../features/persistAsync/getPerformPersistAsync").PerformPersistAsync;
@@ -1,4 +1,4 @@
1
- import type { PersistAsync } from '@wise/dynamic-flow-types/build/next/feature/PersistAsync';
1
+ import type { PersistAsync } from '@wise/dynamic-flow-types/spec';
2
2
  export type GetErrorMessageFunctions = (validationMessages?: ValidationMessages) => ErrorMessageFunctions;
3
3
  export type ValidationMessages = Record<string, string | undefined>;
4
4
  export type ErrorMessageFunctions = {
@@ -1,4 +1,4 @@
1
- import { Action, Behavior as SpecBehavior } from '@wise/dynamic-flow-types/build/next';
1
+ import { Action, Behavior as SpecBehavior } from '@wise/dynamic-flow-types/spec';
2
2
  import { Behavior } from '../../types';
3
3
  export declare const getDomainLayerBehavior: ({ action, behavior, }: {
4
4
  action?: Action;
@@ -1,4 +1,4 @@
1
- import { Action, Behavior as SpecBehavior } from '@wise/dynamic-flow-types/build/next';
1
+ import { Action, Behavior as SpecBehavior } from '@wise/dynamic-flow-types/spec';
2
2
  import { CallToAction, OnBehavior } from '../../types';
3
3
  type SpecCallToAction = {
4
4
  title?: string;
@@ -1,2 +1,2 @@
1
- import type { AutocompleteToken } from '@wise/dynamic-flow-types';
1
+ import type { AutocompleteToken } from '@wise/dynamic-flow-types/spec';
2
2
  export declare const getAutocompleteString: (hints: AutocompleteToken[] | undefined) => string;
@@ -1,4 +1,4 @@
1
- import type { ButtonLayout, Layout } from '@wise/dynamic-flow-types/build/next';
1
+ import type { ButtonLayout, Layout } from '@wise/dynamic-flow-types/spec';
2
2
  export declare const groupLayoutByPinned: (layouts: Layout[]) => {
3
3
  pinned: ButtonLayout[];
4
4
  nonPinned: Layout[];
@@ -1,3 +1,3 @@
1
- import { Image as SpecImage } from '@wise/dynamic-flow-types/build/next';
1
+ import { Image as SpecImage } from '@wise/dynamic-flow-types/spec';
2
2
  import { Image } from '../../types';
3
3
  export declare const mapSpecImage: (image: SpecImage | undefined) => Image | undefined;
@@ -1,2 +1,2 @@
1
- import type { Layout } from '@wise/dynamic-flow-types/build/next';
1
+ import type { Layout } from '@wise/dynamic-flow-types/spec';
2
2
  export declare const removeMarginFromLayout: (component: Layout) => Layout;
@@ -1,4 +1,4 @@
1
- import type { Context as SpecContext, Align as SpecAlign, Action } from '@wise/dynamic-flow-types/build/next';
1
+ import type { Context as SpecContext, Align as SpecAlign, Action } from '@wise/dynamic-flow-types/spec';
2
2
  import type { Align, Bias, Context } from '../../types';
3
3
  export declare const mapLegacyContext: (context: SpecContext) => Context;
4
4
  export declare const mapLegacyBias: (bias: "left" | "right" | "none") => Bias;
@@ -1,4 +1,4 @@
1
- import type { Icon, Image, Media as SpecMedia } from '@wise/dynamic-flow-types/build/next';
1
+ import type { Icon, Image, Media as SpecMedia } from '@wise/dynamic-flow-types/spec';
2
2
  import type { Media } from '../../types';
3
3
  type Props = {
4
4
  media?: SpecMedia;
@@ -1,9 +1,9 @@
1
- import { StringSchema } from '@wise/dynamic-flow-types/build/next';
1
+ import { StringSchema } from '@wise/dynamic-flow-types/spec';
2
2
  import { LoggingEventDispatcher } from '../../features/events';
3
3
  export declare const mapStringSchemaSuggestions: (suggestions: StringSchema["suggestions"], logEvent: LoggingEventDispatcher) => {
4
4
  values: {
5
5
  media: import("../../types").Media | undefined;
6
- value: import("@wise/dynamic-flow-types/build/next").JsonElement;
6
+ value: import("@wise/dynamic-flow-types/spec").JsonElement;
7
7
  tags: string[] | undefined;
8
8
  label: string;
9
9
  tag?: string;
@@ -1,4 +1,4 @@
1
- import type { AlertLayout, AdditionalInfo as SpecAdditionalInfo, InlineAlert as SpecInlineAlert } from '@wise/dynamic-flow-types/build/next';
1
+ import type { AlertLayout, AdditionalInfo as SpecAdditionalInfo, InlineAlert as SpecInlineAlert } from '@wise/dynamic-flow-types/spec';
2
2
  import { AdditionalInfo, InlineAlert, OnBehavior } from '../../types';
3
3
  export declare const mapInlineAlert: (alert: SpecInlineAlert | undefined) => InlineAlert | undefined;
4
4
  export declare const mapAdditionalInfo: (info: SpecAdditionalInfo | undefined, onBehavior: OnBehavior) => AdditionalInfo | undefined;
@@ -1,4 +1,4 @@
1
- import type { Action, ActionBehavior, CopyBehavior, DismissBehavior, Icon, JsonElement, LinkBehavior, Margin, ModalBehavior, Model } from '@wise/dynamic-flow-types/build/next';
1
+ import type { Action, ActionBehavior, CopyBehavior, DismissBehavior, Icon, JsonElement, LinkBehavior, Margin, ModalBehavior, Model } from '@wise/dynamic-flow-types/spec';
2
2
  import type { AlertComponent } from './components/AlertComponent';
3
3
  import type { AllOfComponent } from './components/AllOfComponent';
4
4
  import type { BooleanInputComponent } from './components/BooleanInputComponent';
@@ -1,4 +1,4 @@
1
- import { Model, Step } from '@wise/dynamic-flow-types/build/next';
1
+ import { Model, Step } from '@wise/dynamic-flow-types/spec';
2
2
  import { AnalyticsEventDispatcher } from '../domain/features/events';
3
3
  import { Behavior } from '../domain/types';
4
4
  type Command = {
@@ -1,4 +1,4 @@
1
- import type { ErrorResponseBody, Model, Step } from '@wise/dynamic-flow-types/build/next';
1
+ import type { ErrorResponseBody, Model, Step } from '@wise/dynamic-flow-types/spec';
2
2
  import type { AnalyticsEventDispatcher, LoggingEventDispatcher } from '../domain/features/events';
3
3
  type Command = {
4
4
  type: 'refresh-step';
@@ -1,4 +1,4 @@
1
- import type { Action, ErrorResponseBody, Model, Step } from '@wise/dynamic-flow-types/build/next';
1
+ import type { Action, ErrorResponseBody, Model, Step } from '@wise/dynamic-flow-types/spec';
2
2
  import type { AnalyticsEventDispatcher, LoggingEventDispatcher } from '../domain/features/events';
3
3
  import type { Behavior } from '../domain/types';
4
4
  type Command = {
@@ -1,4 +1,4 @@
1
- import type { ActionResponseBody, ErrorResponseBody, JsonElement, ModalBehavior, Step } from '@wise/dynamic-flow-types/build/next';
1
+ import type { ActionResponseBody, ErrorResponseBody, JsonElement, ModalBehavior, Step } from '@wise/dynamic-flow-types/spec';
2
2
  export declare const assertResponseIsValid: (response: unknown) => void;
3
3
  export declare const parseResponseBodyAsJsonElement: (response: Response) => Promise<JsonElement>;
4
4
  export declare const parseResponseBodyAsText: (response: Response) => Promise<string | null>;
@@ -1,16 +1,6 @@
1
1
  export { makeHttpClient } from './common/makeHttpClient';
2
2
  export { default as translations } from './i18n';
3
- export type { Model, Step } from '@wise/dynamic-flow-types';
4
- export type { DynamicFlowCoreProps as DynamicFlowRevampProps, DynamicFlowCorePropsWithInitialAction as DynamicFlowRevampPropsWithInitialAction, DynamicFlowCorePropsWithInitialStep as DynamicFlowRevampPropsWithInitialStep, DynamicFormController, } from './revamp/types';
5
- export type { DynamicFlowPropsWithInitialAction as DynamicFlowLegacyPropsWithInitialAction, DynamicFlowPropsWithInitialStep as DynamicFlowLegacyPropsWithInitialStep, } from './legacy/dynamic-flow-types';
6
- export { DynamicFlowCore as DynamicFlowCoreRevamp } from './revamp/DynamicFlowCore';
7
- export { DynamicFormCore } from './revamp/DynamicFormCore';
8
- export type { DynamicFlowProps, InitialAction } from './legacy/dynamic-flow-types';
9
- export { default as DynamicFlow } from './legacy/dynamicFlow';
10
- export { convertStepToLayout, inlineReferences } from './legacy/step/layoutStep/utils';
11
- export { isValidSchema } from './legacy/common/validators';
12
- export { default as JsonSchemaForm } from './legacy/jsonSchemaForm';
13
- export { DynamicLayout as Layout } from './legacy/layout';
14
- export * from './legacy/dynamicFlow/DynamicFlow';
15
- export { findRendererPropsByType } from './revamp/renderers/utils';
16
- export type { AlertRendererProps, BoxRendererProps, ButtonRendererProps, CheckboxInputRendererProps, ColumnsRendererProps, DateInputRendererProps, DecisionRendererProps, DividerRendererProps, FormRendererProps, FormSectionRendererProps, HeadingRendererProps, HiddenRendererProps, ImageRendererProps, InstructionsRendererProps, IntegerInputRendererProps, LoadingIndicatorRendererProps, MarkdownRendererProps, ModalLayoutRendererProps, ModalRendererProps, MultiSelectInputRendererProps, MultiUploadInputRendererProps, NumberInputRendererProps, ParagraphRendererProps, ProgressRendererProps, Renderer, Renderers, RepeatableRendererProps, ReviewRendererProps, SearchRendererProps, SelectInputRendererProps, StatusListRendererProps, StepRendererProps, TextInputRendererProps, UploadInputRendererProps, } from '@wise/dynamic-flow-types/build/renderers';
3
+ export type { DynamicFlowCoreProps as DynamicFlowProps, DynamicFormController } from './types';
4
+ export { DynamicFlowCore as DynamicFlow } from './DynamicFlowCore';
5
+ export { DynamicFormCore as DynamicForm } from './DynamicFormCore';
6
+ export { findRendererPropsByType } from './renderers/utils';