@wise/dynamic-flow-client 4.21.0 → 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 +295 -7407
  4. package/build/main.mjs +293 -7410
  5. package/build/types/{revamp/domain → domain}/components/AllOfComponent.d.ts +1 -1
  6. package/build/types/{revamp/domain → domain}/components/BooleanInputComponent.d.ts +5 -2
  7. package/build/types/{revamp/domain → domain}/components/BoxComponent.d.ts +1 -1
  8. package/build/types/{revamp/domain → domain}/components/ButtonComponent.d.ts +1 -1
  9. package/build/types/{revamp/domain → domain}/components/ConstComponent.d.ts +1 -1
  10. package/build/types/{revamp/domain → domain}/components/HeadingComponent.d.ts +1 -1
  11. package/build/types/{revamp/domain → domain}/components/ImageComponent.d.ts +1 -1
  12. package/build/types/{revamp/domain → domain}/components/LoadingIndicatorComponent.d.ts +1 -1
  13. package/build/types/{revamp/domain → domain}/components/MarkdownComponent.d.ts +1 -1
  14. package/build/types/{revamp/domain → domain}/components/ModalLayoutComponent.d.ts +1 -1
  15. package/build/types/{revamp/domain → domain}/components/MoneyInputComponent.d.ts +1 -1
  16. package/build/types/{revamp/domain → domain}/components/MultiUploadInputComponent.d.ts +1 -1
  17. package/build/types/{revamp/domain → domain}/components/ParagraphComponent.d.ts +1 -1
  18. package/build/types/{revamp/domain → domain}/components/PersistAsyncComponent.d.ts +1 -1
  19. package/build/types/{revamp/domain → domain}/components/RootDomainComponent.d.ts +1 -1
  20. package/build/types/{revamp/domain → domain}/components/SelectInputComponent.d.ts +8 -4
  21. package/build/types/{revamp/domain → domain}/components/UploadInputComponent.d.ts +1 -1
  22. package/build/types/{revamp/domain → domain}/components/searchComponent/SearchComponent.d.ts +1 -1
  23. package/build/types/{revamp/domain → domain}/components/step/StepDomainComponent.d.ts +2 -2
  24. package/build/types/{revamp/domain → domain}/components/step/ToolbarComponent.d.ts +1 -1
  25. package/build/types/{revamp/domain → domain}/components/utils/isPartialModelMatch.d.ts +1 -1
  26. package/build/types/{revamp/domain → domain}/features/persistAsync/getComponentMultiPersistAsync.d.ts +1 -1
  27. package/build/types/{revamp/domain → domain}/features/persistAsync/getInitialPersistedState.d.ts +1 -1
  28. package/build/types/{revamp/domain → domain}/features/persistAsync/getPerformPersistAsync.d.ts +1 -1
  29. package/build/types/{revamp/domain → domain}/features/polling/getStepPolling.d.ts +1 -1
  30. package/build/types/{revamp/domain → domain}/features/schema-on-change/getSchemaOnChange.d.ts +1 -1
  31. package/build/types/{revamp/domain → domain}/features/summary/summary-utils.d.ts +1 -1
  32. package/build/types/{revamp/domain → domain}/features/utils/http-utils.d.ts +1 -1
  33. package/build/types/{revamp/domain → domain}/features/utils/response-utils.d.ts +1 -1
  34. package/build/types/{revamp/domain → domain}/features/validation/value-checks.d.ts +1 -1
  35. package/build/types/{revamp/domain → domain}/features/validationAsync/getPerformValidationAsync.d.ts +2 -2
  36. package/build/types/{revamp/domain → domain}/mappers/layout/alertLayoutToComponent.d.ts +1 -1
  37. package/build/types/{revamp/domain → domain}/mappers/layout/boxLayoutToComponents.d.ts +1 -1
  38. package/build/types/{revamp/domain → domain}/mappers/layout/buttonLayoutToComponent.d.ts +1 -1
  39. package/build/types/{revamp/domain → domain}/mappers/layout/columnsLayoutToComponent.d.ts +1 -1
  40. package/build/types/{revamp/domain → domain}/mappers/layout/decisionLayoutToComponent.d.ts +1 -1
  41. package/build/types/{revamp/domain → domain}/mappers/layout/deprecatedListLayoutToComponent.d.ts +1 -1
  42. package/build/types/{revamp/domain → domain}/mappers/layout/dividerLayoutToComponent.d.ts +1 -1
  43. package/build/types/{revamp/domain → domain}/mappers/layout/formLayoutToComponent.d.ts +1 -1
  44. package/build/types/{revamp/domain → domain}/mappers/layout/headingLayoutToComponent.d.ts +1 -1
  45. package/build/types/{revamp/domain → domain}/mappers/layout/imageLayoutToComponent.d.ts +1 -1
  46. package/build/types/{revamp/domain → domain}/mappers/layout/infoLayoutToComponent.d.ts +1 -1
  47. package/build/types/{revamp/domain → domain}/mappers/layout/instructionsLayoutToComponent.d.ts +1 -1
  48. package/build/types/{revamp/domain → domain}/mappers/layout/listLayoutToComponent.d.ts +1 -1
  49. package/build/types/{revamp/domain → domain}/mappers/layout/loadingIndicatorLayoutToComponent.d.ts +1 -1
  50. package/build/types/{revamp/domain → domain}/mappers/layout/markdownLayoutToComponent.d.ts +1 -1
  51. package/build/types/{revamp/domain → domain}/mappers/layout/modalLayoutToComponent.d.ts +1 -1
  52. package/build/types/{revamp/domain → domain}/mappers/layout/modalToComponent.d.ts +1 -1
  53. package/build/types/{revamp/domain → domain}/mappers/layout/paragraphLayoutToComponent.d.ts +1 -1
  54. package/build/types/{revamp/domain → domain}/mappers/layout/progressLayoutToComponent.d.ts +1 -1
  55. package/build/types/{revamp/domain → domain}/mappers/layout/reviewLayoutToComponent.d.ts +1 -1
  56. package/build/types/{revamp/domain → domain}/mappers/layout/searchLayoutToComponent.d.ts +1 -1
  57. package/build/types/{revamp/domain → domain}/mappers/layout/sectionLayoutToComponent.d.ts +1 -1
  58. package/build/types/{revamp/domain → domain}/mappers/layout/statusListLayoutToComponent.d.ts +1 -1
  59. package/build/types/{revamp/domain → domain}/mappers/layout/tabsLayoutToComponent.d.ts +1 -1
  60. package/build/types/{revamp/domain → domain}/mappers/mapLayoutToComponent.d.ts +1 -1
  61. package/build/types/{revamp/domain → domain}/mappers/mapStepSchemas.d.ts +1 -1
  62. package/build/types/{revamp/domain → domain}/mappers/mapStepToComponent.d.ts +1 -2
  63. package/build/types/{revamp/domain → domain}/mappers/mapToolbarToComponent.d.ts +1 -1
  64. package/build/types/{revamp/domain → domain}/mappers/schema/allOfSchemaToComponent.d.ts +1 -1
  65. package/build/types/{revamp/domain → domain}/mappers/schema/arraySchemaToComponent/arraySchemaToComponent.d.ts +1 -1
  66. package/build/types/{revamp/domain → domain}/mappers/schema/arraySchemaToComponent/arraySchemaToMultiSelectComponent.d.ts +1 -1
  67. package/build/types/{revamp/domain → domain}/mappers/schema/arraySchemaToComponent/arraySchemaToMultiUploadComponent.d.ts +1 -1
  68. package/build/types/{revamp/domain → domain}/mappers/schema/arraySchemaToComponent/arraySchemaToRepeatableComponent.d.ts +1 -1
  69. package/build/types/{revamp/domain → domain}/mappers/schema/arraySchemaToComponent/arraySchemaToTupleComponent.d.ts +1 -1
  70. package/build/types/{revamp/domain → domain}/mappers/schema/blobSchemaToComponent.d.ts +1 -1
  71. package/build/types/{revamp/domain → domain}/mappers/schema/booleanSchemaToComponent.d.ts +1 -1
  72. package/build/types/{revamp/domain → domain}/mappers/schema/constSchemaToComponent.d.ts +1 -1
  73. package/build/types/{revamp/domain → domain}/mappers/schema/integerSchemaToComponent.d.ts +1 -1
  74. package/build/types/{revamp/domain → domain}/mappers/schema/numberSchemaToComponent.d.ts +1 -1
  75. package/build/types/{revamp/domain → domain}/mappers/schema/objectSchemaToComponent/assertDisplayOrder.d.ts +1 -1
  76. package/build/types/{revamp/domain → domain}/mappers/schema/objectSchemaToComponent/objectSchemaToMoneyInputComponent.d.ts +1 -1
  77. package/build/types/{revamp/domain → domain}/mappers/schema/objectSchemaToComponent/objectSchemaToObjectComponent.d.ts +1 -1
  78. package/build/types/{revamp/domain → domain}/mappers/schema/oneOfSchemaToComponent/oneOfSchemaToComponent.d.ts +39 -36
  79. package/build/types/{revamp/domain → domain}/mappers/schema/persistAsyncSchemaToComponent.d.ts +35 -32
  80. package/build/types/{revamp/domain → domain}/mappers/schema/stringSchemaToComponent/stringSchemaToComponent.d.ts +1 -1
  81. package/build/types/{revamp/domain → domain}/mappers/schema/stringSchemaToComponent/stringSchemaToDateInputComponent.d.ts +1 -1
  82. package/build/types/{revamp/domain → domain}/mappers/schema/stringSchemaToComponent/stringSchemaToTextInputComponent.d.ts +1 -1
  83. package/build/types/{revamp/domain → domain}/mappers/schema/stringSchemaToComponent/stringSchemaToUploadInputComponent.d.ts +1 -1
  84. package/build/types/{revamp/domain → domain}/mappers/schema/tests/test-utils.d.ts +3 -3
  85. package/build/types/{revamp/domain → domain}/mappers/schema/types.d.ts +1 -1
  86. package/build/types/{revamp/domain → domain}/mappers/schema/utils/getPerformPersistAsyncFn.d.ts +1 -1
  87. package/build/types/{revamp/domain → domain}/mappers/types.d.ts +1 -1
  88. package/build/types/{revamp/domain → domain}/mappers/utils/behavior-utils.d.ts +1 -1
  89. package/build/types/{revamp/domain → domain}/mappers/utils/call-to-action-utils.d.ts +1 -1
  90. package/build/types/{revamp/domain → domain}/mappers/utils/getAutocompleteString.d.ts +1 -1
  91. package/build/types/{revamp/domain → domain}/mappers/utils/groupLayoutByPinned.d.ts +1 -1
  92. package/build/types/{revamp/domain → domain}/mappers/utils/image.d.ts +1 -1
  93. package/build/types/{revamp/domain → domain}/mappers/utils/layout-utils.d.ts +1 -1
  94. package/build/types/{revamp/domain → domain}/mappers/utils/legacy-utils.d.ts +1 -1
  95. package/build/types/{revamp/domain → domain}/mappers/utils/media-utils.d.ts +1 -1
  96. package/build/types/{revamp/domain → domain}/mappers/utils/suggestions-utils.d.ts +2 -2
  97. package/build/types/{revamp/domain → domain}/mappers/utils/utils.d.ts +1 -1
  98. package/build/types/{revamp/domain → domain}/types.d.ts +1 -1
  99. package/build/types/{revamp/flow → flow}/executePoll.d.ts +1 -1
  100. package/build/types/{revamp/flow → flow}/executeRefresh.d.ts +1 -1
  101. package/build/types/{revamp/flow → flow}/executeSubmission.d.ts +1 -1
  102. package/build/types/{revamp/flow → flow}/response-utils.d.ts +1 -1
  103. package/build/types/index.d.ts +4 -14
  104. package/build/types/{revamp/renderers → renderers}/CoreContainerRenderer.d.ts +1 -1
  105. package/build/types/{revamp/renderers → renderers}/CoreRootRenderer.d.ts +1 -1
  106. package/build/types/{revamp/renderers → renderers}/getRenderFunction.d.ts +1 -1
  107. package/build/types/{revamp/renderers → renderers}/mappers/alertComponentToProps.d.ts +1 -1
  108. package/build/types/{revamp/renderers → renderers}/mappers/allOfComponentToProps.d.ts +1 -1
  109. package/build/types/{revamp/renderers → renderers}/mappers/booleanInputComponentToProps.d.ts +1 -1
  110. package/build/types/{revamp/renderers → renderers}/mappers/boxComponentToProps.d.ts +1 -1
  111. package/build/types/{revamp/renderers → renderers}/mappers/buttonComponentToProps.d.ts +1 -1
  112. package/build/types/{revamp/renderers → renderers}/mappers/columnsComponentToProps.d.ts +1 -1
  113. package/build/types/{revamp/renderers → renderers}/mappers/componentToRendererProps.d.ts +1 -1
  114. package/build/types/{revamp/renderers → renderers}/mappers/constComponentToProps.d.ts +2 -2
  115. package/build/types/{revamp/renderers → renderers}/mappers/containerComponentToProps.d.ts +1 -1
  116. package/build/types/{revamp/renderers → renderers}/mappers/dateInputComponentToProps.d.ts +1 -1
  117. package/build/types/{revamp/renderers → renderers}/mappers/decisionComponentToProps.d.ts +1 -1
  118. package/build/types/{revamp/renderers → renderers}/mappers/dividerComponentToProps.d.ts +1 -1
  119. package/build/types/{revamp/renderers → renderers}/mappers/externalComponentToProps.d.ts +1 -1
  120. package/build/types/{revamp/renderers → renderers}/mappers/formComponentToProps.d.ts +1 -1
  121. package/build/types/{revamp/renderers → renderers}/mappers/headingComponentToProps.d.ts +1 -1
  122. package/build/types/{revamp/renderers → renderers}/mappers/hiddenComponentToProps.d.ts +1 -1
  123. package/build/types/{revamp/renderers → renderers}/mappers/imageComponentToProps.d.ts +1 -1
  124. package/build/types/{revamp/renderers → renderers}/mappers/instructionsComponentToProps.d.ts +1 -1
  125. package/build/types/{revamp/renderers → renderers}/mappers/integerInputComponentToProps.d.ts +1 -1
  126. package/build/types/{revamp/renderers → renderers}/mappers/listComponentToProps.d.ts +1 -1
  127. package/build/types/{revamp/renderers → renderers}/mappers/loadingIndicatorComponentToProps.d.ts +1 -1
  128. package/build/types/{revamp/renderers → renderers}/mappers/markdownComponentToProps.d.ts +1 -1
  129. package/build/types/{revamp/renderers → renderers}/mappers/modalComponentToProps.d.ts +1 -1
  130. package/build/types/{revamp/renderers → renderers}/mappers/modalLayoutComponentToProps.d.ts +1 -1
  131. package/build/types/{revamp/renderers → renderers}/mappers/moneyInputComponentToProps.d.ts +1 -1
  132. package/build/types/{revamp/renderers → renderers}/mappers/multiSelectComponentToProps.d.ts +1 -1
  133. package/build/types/{revamp/renderers → renderers}/mappers/multiUploadInputComponentToProps.d.ts +1 -1
  134. package/build/types/{revamp/renderers → renderers}/mappers/numberInputComponentToProps.d.ts +1 -1
  135. package/build/types/{revamp/renderers → renderers}/mappers/objectComponentToProps.d.ts +1 -1
  136. package/build/types/{revamp/renderers → renderers}/mappers/paragraphComponentToProps.d.ts +1 -1
  137. package/build/types/{revamp/renderers → renderers}/mappers/persistAsyncComponentToProps.d.ts +1 -1
  138. package/build/types/{revamp/renderers → renderers}/mappers/progressComponentToProps.d.ts +1 -1
  139. package/build/types/{revamp/renderers → renderers}/mappers/repeatableComponentToProps.d.ts +1 -1
  140. package/build/types/{revamp/renderers → renderers}/mappers/reviewComponentToProps.d.ts +1 -1
  141. package/build/types/{revamp/renderers → renderers}/mappers/rootComponentToProps.d.ts +1 -1
  142. package/build/types/{revamp/renderers → renderers}/mappers/searchComponentToProps.d.ts +1 -1
  143. package/build/types/{revamp/renderers → renderers}/mappers/sectionComponentToProps.d.ts +1 -1
  144. package/build/types/{revamp/renderers → renderers}/mappers/selectInputComponentToProps.d.ts +1 -1
  145. package/build/types/{revamp/renderers → renderers}/mappers/statusListComponentToProps.d.ts +1 -1
  146. package/build/types/{revamp/renderers → renderers}/mappers/tabsComponentToProps.d.ts +1 -1
  147. package/build/types/{revamp/renderers → renderers}/mappers/textInputComponentToProps.d.ts +1 -1
  148. package/build/types/{revamp/renderers → renderers}/mappers/tupleComponentToProps.d.ts +1 -1
  149. package/build/types/{revamp/renderers → renderers}/mappers/uploadInputComponentToProps.d.ts +1 -1
  150. package/build/types/{revamp/renderers → renderers}/mappers/utils/getValidationState.d.ts +1 -1
  151. package/build/types/{revamp/renderers → renderers}/mappers/utils/inputComponentToProps.d.ts +2 -4
  152. package/build/types/{revamp/renderers → renderers}/mappers/utils/mapErrorsToValidationState.d.ts +1 -1
  153. package/build/types/{revamp/renderers → renderers}/stepComponentToProps.d.ts +1 -1
  154. package/build/types/{revamp/renderers → renderers}/utils.d.ts +1 -1
  155. package/build/types/stories/utils/getBasicStep.d.ts +2 -0
  156. package/build/types/stories/utils/render-utils.d.ts +5 -0
  157. package/build/types/test-utils/DynamicFlowWise.d.ts +13 -0
  158. package/build/types/test-utils/fetch-utils.d.ts +1 -1
  159. package/build/types/{revamp/types.d.ts → types.d.ts} +5 -14
  160. package/build/types/{revamp/utils → utils}/analyse-step.d.ts +1 -1
  161. package/build/types/{revamp/utils → utils}/component-utils.d.ts +1 -1
  162. package/build/types/{revamp/utils → utils}/type-utils.d.ts +1 -2
  163. package/package.json +3 -6
  164. package/build/types/common/cameraCapture/CameraCapture.d.ts +0 -16
  165. package/build/types/common/cameraCapture/CameraCapture.messages.d.ts +0 -58
  166. package/build/types/common/cameraCapture/components/bottomBar/BottomBar.d.ts +0 -7
  167. package/build/types/common/cameraCapture/components/index.d.ts +0 -3
  168. package/build/types/common/cameraCapture/components/orientationLockOverlay/OrientationLockOverlay.d.ts +0 -2
  169. package/build/types/common/cameraCapture/components/orientationLockOverlay/OrientationLockOverlay.messages.d.ts +0 -8
  170. package/build/types/common/cameraCapture/hooks/useFullScreenOrientationLock.d.ts +0 -5
  171. package/build/types/common/cameraCapture/hooks/useVideoConstraints.d.ts +0 -4
  172. package/build/types/common/cameraCapture/index.d.ts +0 -1
  173. package/build/types/common/cameraCapture/overlay/Overlay.d.ts +0 -10
  174. package/build/types/common/cameraCapture/screens/cameraErrorScreen/CameraErrorScreen.d.ts +0 -3
  175. package/build/types/common/cameraCapture/screens/index.d.ts +0 -1
  176. package/build/types/common/cameraCapture/tracking/index.d.ts +0 -8
  177. package/build/types/common/cameraCapture/types/index.d.ts +0 -11
  178. package/build/types/common/cameraCapture/utils/index.d.ts +0 -8
  179. package/build/types/common/cameraCapture/utils/mobile-utils.d.ts +0 -4
  180. package/build/types/common/httpClientContext/HttpClientContext.d.ts +0 -17
  181. package/build/types/common/httpClientContext/index.d.ts +0 -1
  182. package/build/types/common/utils/debounce.d.ts +0 -7
  183. package/build/types/legacy/common/constants/DateMode.d.ts +0 -4
  184. package/build/types/legacy/common/constants/FeatureName.d.ts +0 -3
  185. package/build/types/legacy/common/constants/FormControlType.d.ts +0 -19
  186. package/build/types/legacy/common/constants/MonthFormat.d.ts +0 -4
  187. package/build/types/legacy/common/constants/Size.d.ts +0 -7
  188. package/build/types/legacy/common/constants/index.d.ts +0 -4
  189. package/build/types/legacy/common/contexts/dynamicFlowContexts/DynamicFlowContexts.d.ts +0 -10
  190. package/build/types/legacy/common/contexts/dynamicFlowContexts/usePendingPromiseCounter.d.ts +0 -4
  191. package/build/types/legacy/common/contexts/eventsContext/EventsContext.d.ts +0 -14
  192. package/build/types/legacy/common/contexts/index.d.ts +0 -3
  193. package/build/types/legacy/common/contexts/logContext/LogContext.d.ts +0 -19
  194. package/build/types/legacy/common/hooks/index.d.ts +0 -7
  195. package/build/types/legacy/common/hooks/useDebouncedFunction/useDebouncedFunction.d.ts +0 -2
  196. package/build/types/legacy/common/hooks/useExternal/useExternal.d.ts +0 -4
  197. package/build/types/legacy/common/hooks/useExternalStepPolling/useExternalStepPolling.d.ts +0 -3
  198. package/build/types/legacy/common/hooks/usePersistAsync/usePersistAsync.d.ts +0 -7
  199. package/build/types/legacy/common/hooks/usePolling/usePolling.d.ts +0 -11
  200. package/build/types/legacy/common/hooks/usePrevious/usePrevious.d.ts +0 -1
  201. package/build/types/legacy/common/hooks/useStepPolling/useStepPolling.d.ts +0 -2
  202. package/build/types/legacy/common/messages.d.ts +0 -8
  203. package/build/types/legacy/common/utils/api-utils.d.ts +0 -1
  204. package/build/types/legacy/common/utils/date-utils.d.ts +0 -2
  205. package/build/types/legacy/common/utils/file-utils.d.ts +0 -4
  206. package/build/types/legacy/common/utils/id-utils.d.ts +0 -1
  207. package/build/types/legacy/common/utils/index.d.ts +0 -11
  208. package/build/types/legacy/common/utils/is-equal.d.ts +0 -1
  209. package/build/types/legacy/common/utils/misc-utils.d.ts +0 -2
  210. package/build/types/legacy/common/utils/model-utils.d.ts +0 -7
  211. package/build/types/legacy/common/utils/schema-utils.d.ts +0 -26
  212. package/build/types/legacy/common/utils/step-utils.d.ts +0 -3
  213. package/build/types/legacy/common/validators/index.d.ts +0 -5
  214. package/build/types/legacy/common/validators/models/model-utils.d.ts +0 -10
  215. package/build/types/legacy/common/validators/models/model-validators.d.ts +0 -4
  216. package/build/types/legacy/common/validators/schemas/schema-validators.d.ts +0 -9
  217. package/build/types/legacy/common/validators/types/type-validators.d.ts +0 -8
  218. package/build/types/legacy/common/validators/validationFailures/validation-failures.d.ts +0 -23
  219. package/build/types/legacy/common/validators/validationFailures/validation-failures.utils.d.ts +0 -10
  220. package/build/types/legacy/common/validators/values/value-validators.d.ts +0 -2
  221. package/build/types/legacy/dynamic-flow-types.d.ts +0 -43
  222. package/build/types/legacy/dynamicFlow/BackButton.d.ts +0 -9
  223. package/build/types/legacy/dynamicFlow/DynamicFlow.d.ts +0 -3
  224. package/build/types/legacy/dynamicFlow/DynamicFlowStep.d.ts +0 -8
  225. package/build/types/legacy/dynamicFlow/DynamicFlowTypes.d.ts +0 -8
  226. package/build/types/legacy/dynamicFlow/index.d.ts +0 -1
  227. package/build/types/legacy/dynamicFlow/stories/fixtureHttpClient.d.ts +0 -3
  228. package/build/types/legacy/dynamicFlow/tests/DynamicFlow.InitialAction.spec.d.ts +0 -1
  229. package/build/types/legacy/dynamicFlow/tests/DynamicFlow.InitialStep.spec.d.ts +0 -1
  230. package/build/types/legacy/dynamicFlow/tests/DynamicFlow.LoaderConfig.spec.d.ts +0 -1
  231. package/build/types/legacy/dynamicFlow/utils/index.d.ts +0 -5
  232. package/build/types/legacy/dynamicFlow/utils/responseParsers/response-parsers.d.ts +0 -17
  233. package/build/types/legacy/dynamicFlow/utils/useDebouncedRefresh/useDebouncedRefresh.d.ts +0 -9
  234. package/build/types/legacy/dynamicFlow/utils/useDynamicFlowState.d.ts +0 -17
  235. package/build/types/legacy/dynamicFlow/utils/useErrorResponse.d.ts +0 -2
  236. package/build/types/legacy/dynamicFlow/utils/useLoader.d.ts +0 -8
  237. package/build/types/legacy/formControl/FormControl.d.ts +0 -151
  238. package/build/types/legacy/formControl/index.d.ts +0 -1
  239. package/build/types/legacy/formControl/utils/getAutocompleteString.d.ts +0 -5
  240. package/build/types/legacy/formControl/utils/index.d.ts +0 -2
  241. package/build/types/legacy/formControl/utils/value-utils.d.ts +0 -9
  242. package/build/types/legacy/jsonSchemaForm/JsonSchemaForm.d.ts +0 -65
  243. package/build/types/legacy/jsonSchemaForm/allOfSchema/AllOfSchema.d.ts +0 -9
  244. package/build/types/legacy/jsonSchemaForm/allOfSchema/index.d.ts +0 -2
  245. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/ArraySchema.d.ts +0 -9
  246. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/ArrayListSchema.d.ts +0 -9
  247. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/index.d.ts +0 -1
  248. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multiSelectSchema/MultiSelectSchema.d.ts +0 -9
  249. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/MultipleFileUploadSchema.d.ts +0 -10
  250. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/index.d.ts +0 -1
  251. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/index.d.ts +0 -2
  252. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/upload-utils.d.ts +0 -6
  253. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/useFormattedDefaultErrorMessages.d.ts +0 -9
  254. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/repeatableSchema/ItemSummary.d.ts +0 -12
  255. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/repeatableSchema/RepeatableSchema.d.ts +0 -9
  256. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/repeatableSchema/RepeatableSchemaStep.d.ts +0 -14
  257. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/repeatableSchema/utils/summary-utils.d.ts +0 -3
  258. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/index.d.ts +0 -2
  259. package/build/types/legacy/jsonSchemaForm/basicTypeSchema/BasicTypeSchema.d.ts +0 -14
  260. package/build/types/legacy/jsonSchemaForm/basicTypeSchema/index.d.ts +0 -2
  261. package/build/types/legacy/jsonSchemaForm/controlFeedback/ControlFeedback.d.ts +0 -25
  262. package/build/types/legacy/jsonSchemaForm/controlFeedback/index.d.ts +0 -1
  263. package/build/types/legacy/jsonSchemaForm/genericSchema/GenericSchema.d.ts +0 -18
  264. package/build/types/legacy/jsonSchemaForm/genericSchema/index.d.ts +0 -1
  265. package/build/types/legacy/jsonSchemaForm/help/Help.d.ts +0 -7
  266. package/build/types/legacy/jsonSchemaForm/help/index.d.ts +0 -1
  267. package/build/types/legacy/jsonSchemaForm/index.d.ts +0 -1
  268. package/build/types/legacy/jsonSchemaForm/objectSchema/ObjectSchema.d.ts +0 -9
  269. package/build/types/legacy/jsonSchemaForm/objectSchema/index.d.ts +0 -2
  270. package/build/types/legacy/jsonSchemaForm/oneOfSchema/OneOfSchema.d.ts +0 -8
  271. package/build/types/legacy/jsonSchemaForm/oneOfSchema/index.d.ts +0 -2
  272. package/build/types/legacy/jsonSchemaForm/oneOfSchema/utils.d.ts +0 -4
  273. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/PersistAsyncSchema.d.ts +0 -10
  274. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/index.d.ts +0 -2
  275. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/persistAsyncBasicSchema/PersistAsyncBasicSchema.d.ts +0 -15
  276. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/persistAsyncBasicSchema/index.d.ts +0 -1
  277. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/PersistAsyncBlobSchema.d.ts +0 -14
  278. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/UploadInputAdapter.d.ts +0 -16
  279. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/UploadInputAdapter.spec.d.ts +0 -1
  280. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/index.d.ts +0 -1
  281. package/build/types/legacy/jsonSchemaForm/promotedOneOfSchema/PromotedOneOfSchema.d.ts +0 -8
  282. package/build/types/legacy/jsonSchemaForm/promotedOneOfSchema/index.d.ts +0 -2
  283. package/build/types/legacy/jsonSchemaForm/promotedOneOfSchema/promoted-one-of-utils.d.ts +0 -2
  284. package/build/types/legacy/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfCheckboxControl.d.ts +0 -3
  285. package/build/types/legacy/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfControl.d.ts +0 -22
  286. package/build/types/legacy/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfRadioControl.d.ts +0 -8
  287. package/build/types/legacy/jsonSchemaForm/readOnlySchema/ReadOnlySchema.d.ts +0 -7
  288. package/build/types/legacy/jsonSchemaForm/readOnlySchema/ReadOnlySchema.messages.d.ts +0 -13
  289. package/build/types/legacy/jsonSchemaForm/readOnlySchema/index.d.ts +0 -1
  290. package/build/types/legacy/jsonSchemaForm/schemaFormControl/SchemaFormControl.d.ts +0 -21
  291. package/build/types/legacy/jsonSchemaForm/schemaFormControl/index.d.ts +0 -1
  292. package/build/types/legacy/jsonSchemaForm/schemaFormControl/utils/index.d.ts +0 -1
  293. package/build/types/legacy/jsonSchemaForm/schemaFormControl/utils/mapping-utils.d.ts +0 -33
  294. package/build/types/legacy/jsonSchemaForm/validationAsyncSchema/ValidationAsyncSchema.d.ts +0 -10
  295. package/build/types/legacy/jsonSchemaForm/validationAsyncSchema/index.d.ts +0 -2
  296. package/build/types/legacy/layout/DynamicLayout.d.ts +0 -16
  297. package/build/types/legacy/layout/alert/DynamicAlert.d.ts +0 -8
  298. package/build/types/legacy/layout/alert/DynamicAlert.spec.d.ts +0 -1
  299. package/build/types/legacy/layout/box/DynamicBox.d.ts +0 -7
  300. package/build/types/legacy/layout/button/DynamicButton.d.ts +0 -9
  301. package/build/types/legacy/layout/button/utils.d.ts +0 -5
  302. package/build/types/legacy/layout/columns/DynamicColumns.d.ts +0 -7
  303. package/build/types/legacy/layout/decision/DynamicDecision.d.ts +0 -8
  304. package/build/types/legacy/layout/divider/DynamicDivider.d.ts +0 -6
  305. package/build/types/legacy/layout/external/DynamicExternal.d.ts +0 -8
  306. package/build/types/legacy/layout/external/DynamicExternal.messages.d.ts +0 -8
  307. package/build/types/legacy/layout/external/DynamicExternal.spec.d.ts +0 -1
  308. package/build/types/legacy/layout/form/DynamicForm.d.ts +0 -7
  309. package/build/types/legacy/layout/heading/DynamicHeading.d.ts +0 -5
  310. package/build/types/legacy/layout/heading/DynamicHeading.spec.d.ts +0 -1
  311. package/build/types/legacy/layout/icon/DynamicIcon.d.ts +0 -6
  312. package/build/types/legacy/layout/icon/FlagIcon.d.ts +0 -6
  313. package/build/types/legacy/layout/icon/NamedIcon.d.ts +0 -6
  314. package/build/types/legacy/layout/image/DynamicImage.d.ts +0 -6
  315. package/build/types/legacy/layout/index.d.ts +0 -20
  316. package/build/types/legacy/layout/instructions/DynamicInstructions.d.ts +0 -6
  317. package/build/types/legacy/layout/list/DynamicStatusList.d.ts +0 -7
  318. package/build/types/legacy/layout/loadingIndicator/DynamicLoadingIndicator.d.ts +0 -6
  319. package/build/types/legacy/layout/markdown/DynamicMarkdown.d.ts +0 -10
  320. package/build/types/legacy/layout/modal/DynamicModal.d.ts +0 -7
  321. package/build/types/legacy/layout/paragraph/DynamicParagraph.d.ts +0 -6
  322. package/build/types/legacy/layout/paragraph/DynamicParagraph.spec.d.ts +0 -1
  323. package/build/types/legacy/layout/paragraph/useSnackBarIfAvailable.d.ts +0 -10
  324. package/build/types/legacy/layout/review/DynamicReview.d.ts +0 -8
  325. package/build/types/legacy/layout/search/DynamicSearch.d.ts +0 -8
  326. package/build/types/legacy/layout/search/SearchInput.d.ts +0 -8
  327. package/build/types/legacy/layout/search/SearchResults.d.ts +0 -10
  328. package/build/types/legacy/layout/search/useSearch.d.ts +0 -16
  329. package/build/types/legacy/layout/utils/getNavigationOptionMedia.d.ts +0 -5
  330. package/build/types/legacy/layout/utils/index.d.ts +0 -8
  331. package/build/types/legacy/step/cameraStep/CameraStep.d.ts +0 -7
  332. package/build/types/legacy/step/cameraStep/index.d.ts +0 -1
  333. package/build/types/legacy/step/externalConfirmationStep/ExternalConfirmationStep.d.ts +0 -6
  334. package/build/types/legacy/step/externalConfirmationStep/index.d.ts +0 -1
  335. package/build/types/legacy/step/index.d.ts +0 -3
  336. package/build/types/legacy/step/layoutStep/LayoutStep.d.ts +0 -10
  337. package/build/types/legacy/step/layoutStep/index.d.ts +0 -1
  338. package/build/types/legacy/step/layoutStep/utils/index.d.ts +0 -2
  339. package/build/types/legacy/step/layoutStep/utils/inline-reference-utils.d.ts +0 -7
  340. package/build/types/legacy/step/layoutStep/utils/layout-utils.d.ts +0 -8
  341. package/build/types/legacy/test-utils/DynamicFlowProviders.d.ts +0 -9
  342. package/build/types/legacy/test-utils/index.d.ts +0 -4
  343. package/build/types/legacy/test-utils/legacy-utils.d.ts +0 -9
  344. package/build/types/legacy/test-utils/log-utils.d.ts +0 -8
  345. package/build/types/revamp/renderers/mappers/utils/mapMediaToLegacyProps.d.ts +0 -9
  346. package/build/types/revamp/renderers/mappers/utils/mapSuggestions.d.ts +0 -12
  347. package/build/types/revamp/renderers/mappers/utils/mapTags.d.ts +0 -8
  348. package/build/types/revamp/stories/utils/getBasicStep.d.ts +0 -2
  349. package/build/types/revamp/stories/utils/render-utils.d.ts +0 -5
  350. package/build/types/revamp/test-utils/DynamicFlowWise.d.ts +0 -15
  351. package/build/types/revamp/test-utils/component-utils.d.ts +0 -2
  352. package/build/types/revamp/test-utils/step-utils.d.ts +0 -2
  353. /package/build/types/{revamp/DynamicFlowCore.d.ts → DynamicFlowCore.d.ts} +0 -0
  354. /package/build/types/{revamp/DynamicFormCore.d.ts → DynamicFormCore.d.ts} +0 -0
  355. /package/build/types/common/{utils → makeHttpClient}/api-utils.d.ts +0 -0
  356. /package/build/types/{revamp/domain → domain}/components/AlertComponent.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;
@@ -82,6 +82,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
82
82
  } & {
83
83
  type: "boolean";
84
84
  kind: "input";
85
+ additionalText?: string;
86
+ inlineAlert?: import("../../../types").InlineAlert;
87
+ supportingValues?: import("../../../types").SupportingValues;
85
88
  validationAsyncState: import("../../../types").ValidationAsyncState;
86
89
  onChange: (value: boolean) => void;
87
90
  } & {
@@ -97,9 +100,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
97
100
  title?: string;
98
101
  tags?: string[];
99
102
  getLocalValue: () => import("../../../types").LocalValue;
100
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
103
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
101
104
  getSummary: () => import("../../../types").RepeatableSummary;
102
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
105
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
103
106
  validate: () => boolean;
104
107
  } & {
105
108
  type: "const";
@@ -118,9 +121,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
118
121
  title?: string;
119
122
  tags?: string[];
120
123
  getLocalValue: () => string | null;
121
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
124
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
122
125
  getSummary: () => import("../../../types").RepeatableSummary;
123
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
126
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
124
127
  validate: () => boolean;
125
128
  } & {
126
129
  id: string;
@@ -155,9 +158,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
155
158
  title?: string;
156
159
  tags?: string[];
157
160
  getLocalValue: () => number | null;
158
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
161
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
159
162
  getSummary: () => import("../../../types").RepeatableSummary;
160
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
163
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
161
164
  validate: () => boolean;
162
165
  } & {
163
166
  id: string;
@@ -191,9 +194,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
191
194
  title?: string;
192
195
  tags?: string[];
193
196
  getLocalValue: () => import("../../../types").LocalValueArray | null;
194
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
197
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
195
198
  getSummary: () => import("../../../types").RepeatableSummary;
196
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
199
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
197
200
  validate: () => boolean;
198
201
  } & {
199
202
  id: string;
@@ -232,9 +235,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
232
235
  title?: string;
233
236
  tags?: string[];
234
237
  getLocalValue: () => File[];
235
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
238
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
236
239
  getSummary: () => import("../../../types").RepeatableSummary;
237
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
240
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
238
241
  validate: () => boolean;
239
242
  } & {
240
243
  id: string;
@@ -252,7 +255,7 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
252
255
  type: "multi-upload";
253
256
  kind: "input";
254
257
  accepts?: string[];
255
- cameraConfig?: import("@wise/dynamic-flow-types/build/next").JsonElement;
258
+ cameraConfig?: import("@wise/dynamic-flow-types/spec").JsonElement;
256
259
  files: {
257
260
  file: File;
258
261
  errors: string[];
@@ -282,9 +285,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
282
285
  title?: string;
283
286
  tags?: string[];
284
287
  getLocalValue: () => number | null;
285
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
288
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
286
289
  getSummary: () => import("../../../types").RepeatableSummary;
287
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
290
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
288
291
  validate: () => boolean;
289
292
  } & {
290
293
  id: string;
@@ -318,9 +321,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
318
321
  title?: string;
319
322
  tags?: string[];
320
323
  getLocalValue: () => import("../../../types").LocalValueObject;
321
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
324
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
322
325
  getSummary: () => import("../../../types").RepeatableSummary;
323
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
326
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
324
327
  validate: () => boolean;
325
328
  } & {
326
329
  type: "object";
@@ -341,9 +344,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
341
344
  title?: string;
342
345
  tags?: string[];
343
346
  getLocalValue: () => import("../../../types").LocalValueArray;
344
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
347
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
345
348
  getSummary: () => import("../../../types").RepeatableSummary;
346
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
349
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
347
350
  validate: () => boolean;
348
351
  } & {
349
352
  type: "repeatable";
@@ -377,9 +380,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
377
380
  title?: string;
378
381
  tags?: string[];
379
382
  getLocalValue: () => string | null;
380
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
383
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
381
384
  getSummary: () => import("../../../types").RepeatableSummary;
382
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
385
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
383
386
  validate: () => boolean;
384
387
  } & {
385
388
  id: string;
@@ -416,9 +419,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
416
419
  title?: string;
417
420
  tags?: string[];
418
421
  getLocalValue: () => import("../../../types").LocalValueArray;
419
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
422
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
420
423
  getSummary: () => import("../../../types").RepeatableSummary;
421
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
424
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
422
425
  validate: () => boolean;
423
426
  } & {
424
427
  type: "tuple";
@@ -439,9 +442,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
439
442
  title?: string;
440
443
  tags?: string[];
441
444
  getLocalValue: () => File | null;
442
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
445
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
443
446
  getSummary: () => import("../../../types").RepeatableSummary;
444
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
447
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
445
448
  validate: () => boolean;
446
449
  } & {
447
450
  id: string;
@@ -459,7 +462,7 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
459
462
  type: "upload";
460
463
  kind: "input";
461
464
  format: "blob" | "base64";
462
- cameraConfig?: import("@wise/dynamic-flow-types/build/next").JsonElement;
465
+ cameraConfig?: import("@wise/dynamic-flow-types/spec").JsonElement;
463
466
  maxSize?: number;
464
467
  accepts?: string[];
465
468
  source?: import("../../../types").UploadSource;
@@ -479,9 +482,9 @@ export declare const oneOfSchemaToComponent: (schemaMapperProps: SchemaMapperPro
479
482
  title?: string;
480
483
  tags?: string[];
481
484
  getLocalValue: () => import("../../../types").LocalValueObject;
482
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
485
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
483
486
  getSummary: () => import("../../../types").RepeatableSummary;
484
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
487
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
485
488
  validate: () => boolean;
486
489
  } & {
487
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;
@@ -56,6 +56,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
56
56
  } & {
57
57
  type: "boolean";
58
58
  kind: "input";
59
+ additionalText?: string;
60
+ inlineAlert?: import("../../types").InlineAlert;
61
+ supportingValues?: import("../../types").SupportingValues;
59
62
  validationAsyncState: import("../../types").ValidationAsyncState;
60
63
  onChange: (value: boolean) => void;
61
64
  } & {
@@ -71,9 +74,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
71
74
  title?: string;
72
75
  tags?: string[];
73
76
  getLocalValue: () => import("../../types").LocalValue;
74
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
77
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
75
78
  getSummary: () => import("../../types").RepeatableSummary;
76
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
79
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
77
80
  validate: () => boolean;
78
81
  } & {
79
82
  type: "const";
@@ -92,9 +95,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
92
95
  title?: string;
93
96
  tags?: string[];
94
97
  getLocalValue: () => string | null;
95
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
98
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
96
99
  getSummary: () => import("../../types").RepeatableSummary;
97
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
100
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
98
101
  validate: () => boolean;
99
102
  } & {
100
103
  id: string;
@@ -129,9 +132,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
129
132
  title?: string;
130
133
  tags?: string[];
131
134
  getLocalValue: () => number | null;
132
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
135
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
133
136
  getSummary: () => import("../../types").RepeatableSummary;
134
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
137
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
135
138
  validate: () => boolean;
136
139
  } & {
137
140
  id: string;
@@ -165,9 +168,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
165
168
  title?: string;
166
169
  tags?: string[];
167
170
  getLocalValue: () => import("../../types").LocalValueArray | null;
168
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
171
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
169
172
  getSummary: () => import("../../types").RepeatableSummary;
170
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
173
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
171
174
  validate: () => boolean;
172
175
  } & {
173
176
  id: string;
@@ -206,9 +209,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
206
209
  title?: string;
207
210
  tags?: string[];
208
211
  getLocalValue: () => File[];
209
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
212
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
210
213
  getSummary: () => import("../../types").RepeatableSummary;
211
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
214
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
212
215
  validate: () => boolean;
213
216
  } & {
214
217
  id: string;
@@ -226,7 +229,7 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
226
229
  type: "multi-upload";
227
230
  kind: "input";
228
231
  accepts?: string[];
229
- cameraConfig?: import("@wise/dynamic-flow-types/build/next").JsonElement;
232
+ cameraConfig?: import("@wise/dynamic-flow-types/spec").JsonElement;
230
233
  files: {
231
234
  file: File;
232
235
  errors: string[];
@@ -256,9 +259,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
256
259
  title?: string;
257
260
  tags?: string[];
258
261
  getLocalValue: () => number | null;
259
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
262
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
260
263
  getSummary: () => import("../../types").RepeatableSummary;
261
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
264
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
262
265
  validate: () => boolean;
263
266
  } & {
264
267
  id: string;
@@ -292,9 +295,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
292
295
  title?: string;
293
296
  tags?: string[];
294
297
  getLocalValue: () => import("../../types").LocalValueObject;
295
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
298
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
296
299
  getSummary: () => import("../../types").RepeatableSummary;
297
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
300
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
298
301
  validate: () => boolean;
299
302
  } & {
300
303
  type: "object";
@@ -315,9 +318,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
315
318
  title?: string;
316
319
  tags?: string[];
317
320
  getLocalValue: () => import("../../types").LocalValueArray;
318
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
321
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
319
322
  getSummary: () => import("../../types").RepeatableSummary;
320
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
323
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
321
324
  validate: () => boolean;
322
325
  } & {
323
326
  type: "repeatable";
@@ -351,9 +354,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
351
354
  title?: string;
352
355
  tags?: string[];
353
356
  getLocalValue: () => import("../../types").LocalValue;
354
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
357
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
355
358
  getSummary: () => import("../../types").RepeatableSummary;
356
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
359
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
357
360
  validate: () => boolean;
358
361
  } & {
359
362
  id: string;
@@ -390,9 +393,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
390
393
  title?: string;
391
394
  tags?: string[];
392
395
  getLocalValue: () => string | null;
393
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
396
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
394
397
  getSummary: () => import("../../types").RepeatableSummary;
395
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
398
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
396
399
  validate: () => boolean;
397
400
  } & {
398
401
  id: string;
@@ -429,9 +432,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
429
432
  title?: string;
430
433
  tags?: string[];
431
434
  getLocalValue: () => import("../../types").LocalValueArray;
432
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
435
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
433
436
  getSummary: () => import("../../types").RepeatableSummary;
434
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
437
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
435
438
  validate: () => boolean;
436
439
  } & {
437
440
  type: "tuple";
@@ -452,9 +455,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
452
455
  title?: string;
453
456
  tags?: string[];
454
457
  getLocalValue: () => File | null;
455
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
458
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
456
459
  getSummary: () => import("../../types").RepeatableSummary;
457
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
460
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
458
461
  validate: () => boolean;
459
462
  } & {
460
463
  id: string;
@@ -472,7 +475,7 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
472
475
  type: "upload";
473
476
  kind: "input";
474
477
  format: "blob" | "base64";
475
- cameraConfig?: import("@wise/dynamic-flow-types/build/next").JsonElement;
478
+ cameraConfig?: import("@wise/dynamic-flow-types/spec").JsonElement;
476
479
  maxSize?: number;
477
480
  accepts?: string[];
478
481
  source?: import("../../types").UploadSource;
@@ -492,9 +495,9 @@ export declare const persistAsyncSchemaToComponent: (schemaMapperProps: SchemaMa
492
495
  title?: string;
493
496
  tags?: string[];
494
497
  getLocalValue: () => import("../../types").LocalValueObject;
495
- getSubmittableValueSync: () => import("@wise/dynamic-flow-types/build/next").Model;
498
+ getSubmittableValueSync: () => import("@wise/dynamic-flow-types/spec").Model;
496
499
  getSummary: () => import("../../types").RepeatableSummary;
497
- getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/build/next").Model>;
500
+ getSubmittableValue: () => Promise<import("@wise/dynamic-flow-types/spec").Model>;
498
501
  validate: () => boolean;
499
502
  } & {
500
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>;