@wise/dynamic-flow-client 5.6.2 → 5.8.0

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 (522) hide show
  1. package/build/main.css +24 -0
  2. package/build/main.js +210 -102
  3. package/build/main.mjs +210 -102
  4. package/build/types/DynamicFlowCore.d.ts +1 -0
  5. package/build/types/DynamicFlowCore.d.ts.map +1 -0
  6. package/build/types/common/errorBoundary/ErrorBoundary.d.ts +1 -0
  7. package/build/types/common/errorBoundary/ErrorBoundary.d.ts.map +1 -0
  8. package/build/types/common/errorBoundary/ErrorBoundaryAlert.d.ts +1 -0
  9. package/build/types/common/errorBoundary/ErrorBoundaryAlert.d.ts.map +1 -0
  10. package/build/types/common/makeHttpClient/api-utils.d.ts +1 -0
  11. package/build/types/common/makeHttpClient/api-utils.d.ts.map +1 -0
  12. package/build/types/common/makeHttpClient/index.d.ts +1 -0
  13. package/build/types/common/makeHttpClient/index.d.ts.map +1 -0
  14. package/build/types/common/makeHttpClient/makeHttpClient.d.ts +1 -0
  15. package/build/types/common/makeHttpClient/makeHttpClient.d.ts.map +1 -0
  16. package/build/types/common/messages/external-confirmation.messages.d.ts +1 -0
  17. package/build/types/common/messages/external-confirmation.messages.d.ts.map +1 -0
  18. package/build/types/common/messages/file-upload.messages.d.ts +1 -0
  19. package/build/types/common/messages/file-upload.messages.d.ts.map +1 -0
  20. package/build/types/common/messages/generic-error.messages.d.ts +1 -0
  21. package/build/types/common/messages/generic-error.messages.d.ts.map +1 -0
  22. package/build/types/common/messages/help.messages.d.ts +1 -0
  23. package/build/types/common/messages/help.messages.d.ts.map +1 -0
  24. package/build/types/common/messages/multi-file-upload.messages.d.ts +1 -0
  25. package/build/types/common/messages/multi-file-upload.messages.d.ts.map +1 -0
  26. package/build/types/common/messages/multi-select.messages.d.ts +1 -0
  27. package/build/types/common/messages/multi-select.messages.d.ts.map +1 -0
  28. package/build/types/common/messages/paragraph.messages.d.ts +1 -0
  29. package/build/types/common/messages/paragraph.messages.d.ts.map +1 -0
  30. package/build/types/common/messages/repeatable.messages.d.ts +1 -0
  31. package/build/types/common/messages/repeatable.messages.d.ts.map +1 -0
  32. package/build/types/common/messages/search.messages.d.ts +1 -0
  33. package/build/types/common/messages/search.messages.d.ts.map +1 -0
  34. package/build/types/common/messages/validation.array.messages.d.ts +1 -0
  35. package/build/types/common/messages/validation.array.messages.d.ts.map +1 -0
  36. package/build/types/common/messages/validation.messages.d.ts +1 -0
  37. package/build/types/common/messages/validation.messages.d.ts.map +1 -0
  38. package/build/types/controller/FlowController.d.ts +1 -0
  39. package/build/types/controller/FlowController.d.ts.map +1 -0
  40. package/build/types/controller/executePoll.d.ts +1 -0
  41. package/build/types/controller/executePoll.d.ts.map +1 -0
  42. package/build/types/controller/executeRefresh.d.ts +1 -0
  43. package/build/types/controller/executeRefresh.d.ts.map +1 -0
  44. package/build/types/controller/executeRequest.d.ts +1 -0
  45. package/build/types/controller/executeRequest.d.ts.map +1 -0
  46. package/build/types/controller/executeSubmission.d.ts +1 -0
  47. package/build/types/controller/executeSubmission.d.ts.map +1 -0
  48. package/build/types/controller/getErrorMessage.d.ts +1 -0
  49. package/build/types/controller/getErrorMessage.d.ts.map +1 -0
  50. package/build/types/controller/getRequestAbortController.d.ts +1 -0
  51. package/build/types/controller/getRequestAbortController.d.ts.map +1 -0
  52. package/build/types/controller/getResponseType.d.ts +1 -0
  53. package/build/types/controller/getResponseType.d.ts.map +1 -0
  54. package/build/types/controller/getSafeHttpClient.d.ts +1 -0
  55. package/build/types/controller/getSafeHttpClient.d.ts.map +1 -0
  56. package/build/types/controller/getStepCounter.d.ts +1 -0
  57. package/build/types/controller/getStepCounter.d.ts.map +1 -0
  58. package/build/types/controller/handleErrorResponse.d.ts +1 -0
  59. package/build/types/controller/handleErrorResponse.d.ts.map +1 -0
  60. package/build/types/controller/makeSafeHttpClient.d.ts +1 -0
  61. package/build/types/controller/makeSafeHttpClient.d.ts.map +1 -0
  62. package/build/types/controller/response-utils.d.ts +1 -0
  63. package/build/types/controller/response-utils.d.ts.map +1 -0
  64. package/build/types/domain/components/AlertComponent.d.ts +1 -0
  65. package/build/types/domain/components/AlertComponent.d.ts.map +1 -0
  66. package/build/types/domain/components/AllOfComponent.d.ts +1 -0
  67. package/build/types/domain/components/AllOfComponent.d.ts.map +1 -0
  68. package/build/types/domain/components/BooleanInputComponent.d.ts +1 -0
  69. package/build/types/domain/components/BooleanInputComponent.d.ts.map +1 -0
  70. package/build/types/domain/components/BoxComponent.d.ts +1 -0
  71. package/build/types/domain/components/BoxComponent.d.ts.map +1 -0
  72. package/build/types/domain/components/ButtonComponent.d.ts +1 -0
  73. package/build/types/domain/components/ButtonComponent.d.ts.map +1 -0
  74. package/build/types/domain/components/ColumnsComponent.d.ts +1 -0
  75. package/build/types/domain/components/ColumnsComponent.d.ts.map +1 -0
  76. package/build/types/domain/components/ConstComponent.d.ts +1 -0
  77. package/build/types/domain/components/ConstComponent.d.ts.map +1 -0
  78. package/build/types/domain/components/ContainerComponent.d.ts +1 -0
  79. package/build/types/domain/components/ContainerComponent.d.ts.map +1 -0
  80. package/build/types/domain/components/DateInputComponent.d.ts +1 -0
  81. package/build/types/domain/components/DateInputComponent.d.ts.map +1 -0
  82. package/build/types/domain/components/DecisionComponent.d.ts +1 -0
  83. package/build/types/domain/components/DecisionComponent.d.ts.map +1 -0
  84. package/build/types/domain/components/DividerComponent.d.ts +1 -0
  85. package/build/types/domain/components/DividerComponent.d.ts.map +1 -0
  86. package/build/types/domain/components/FormComponent.d.ts +1 -0
  87. package/build/types/domain/components/FormComponent.d.ts.map +1 -0
  88. package/build/types/domain/components/FormattedValueComponent.d.ts +1 -0
  89. package/build/types/domain/components/FormattedValueComponent.d.ts.map +1 -0
  90. package/build/types/domain/components/HeadingComponent.d.ts +1 -0
  91. package/build/types/domain/components/HeadingComponent.d.ts.map +1 -0
  92. package/build/types/domain/components/ImageComponent.d.ts +1 -0
  93. package/build/types/domain/components/ImageComponent.d.ts.map +1 -0
  94. package/build/types/domain/components/InstructionsComponent.d.ts +1 -0
  95. package/build/types/domain/components/InstructionsComponent.d.ts.map +1 -0
  96. package/build/types/domain/components/IntegerInputComponent.d.ts +1 -0
  97. package/build/types/domain/components/IntegerInputComponent.d.ts.map +1 -0
  98. package/build/types/domain/components/ListComponent.d.ts +1 -0
  99. package/build/types/domain/components/ListComponent.d.ts.map +1 -0
  100. package/build/types/domain/components/LoadingIndicatorComponent.d.ts +1 -0
  101. package/build/types/domain/components/LoadingIndicatorComponent.d.ts.map +1 -0
  102. package/build/types/domain/components/MarkdownComponent.d.ts +1 -0
  103. package/build/types/domain/components/MarkdownComponent.d.ts.map +1 -0
  104. package/build/types/domain/components/MediaComponent.d.ts +11 -0
  105. package/build/types/domain/components/MediaComponent.d.ts.map +1 -0
  106. package/build/types/domain/components/ModalComponent.d.ts +1 -0
  107. package/build/types/domain/components/ModalComponent.d.ts.map +1 -0
  108. package/build/types/domain/components/ModalLayoutComponent.d.ts +1 -0
  109. package/build/types/domain/components/ModalLayoutComponent.d.ts.map +1 -0
  110. package/build/types/domain/components/MoneyInputComponent.d.ts +1 -0
  111. package/build/types/domain/components/MoneyInputComponent.d.ts.map +1 -0
  112. package/build/types/domain/components/MultiSelectInputComponent.d.ts +1 -0
  113. package/build/types/domain/components/MultiSelectInputComponent.d.ts.map +1 -0
  114. package/build/types/domain/components/MultiUploadInputComponent.d.ts +1 -0
  115. package/build/types/domain/components/MultiUploadInputComponent.d.ts.map +1 -0
  116. package/build/types/domain/components/NumberInputComponent.d.ts +1 -0
  117. package/build/types/domain/components/NumberInputComponent.d.ts.map +1 -0
  118. package/build/types/domain/components/ObjectComponent.d.ts +1 -0
  119. package/build/types/domain/components/ObjectComponent.d.ts.map +1 -0
  120. package/build/types/domain/components/ParagraphComponent.d.ts +1 -0
  121. package/build/types/domain/components/ParagraphComponent.d.ts.map +1 -0
  122. package/build/types/domain/components/PersistAsyncComponent.d.ts +1 -0
  123. package/build/types/domain/components/PersistAsyncComponent.d.ts.map +1 -0
  124. package/build/types/domain/components/ProgressComponent.d.ts +1 -0
  125. package/build/types/domain/components/ProgressComponent.d.ts.map +1 -0
  126. package/build/types/domain/components/RepeatableComponent.d.ts +1 -0
  127. package/build/types/domain/components/RepeatableComponent.d.ts.map +1 -0
  128. package/build/types/domain/components/ReviewComponent.d.ts +1 -0
  129. package/build/types/domain/components/ReviewComponent.d.ts.map +1 -0
  130. package/build/types/domain/components/RootDomainComponent.d.ts +1 -0
  131. package/build/types/domain/components/RootDomainComponent.d.ts.map +1 -0
  132. package/build/types/domain/components/SectionComponent.d.ts +1 -0
  133. package/build/types/domain/components/SectionComponent.d.ts.map +1 -0
  134. package/build/types/domain/components/SelectInputComponent.d.ts +1 -0
  135. package/build/types/domain/components/SelectInputComponent.d.ts.map +1 -0
  136. package/build/types/domain/components/StatusListComponent.d.ts +1 -0
  137. package/build/types/domain/components/StatusListComponent.d.ts.map +1 -0
  138. package/build/types/domain/components/SubflowDomainComponent.d.ts +1 -0
  139. package/build/types/domain/components/SubflowDomainComponent.d.ts.map +1 -0
  140. package/build/types/domain/components/TabsComponent.d.ts +1 -0
  141. package/build/types/domain/components/TabsComponent.d.ts.map +1 -0
  142. package/build/types/domain/components/TextInputComponent.d.ts +1 -0
  143. package/build/types/domain/components/TextInputComponent.d.ts.map +1 -0
  144. package/build/types/domain/components/TupleComponent.d.ts +1 -0
  145. package/build/types/domain/components/TupleComponent.d.ts.map +1 -0
  146. package/build/types/domain/components/UploadInputComponent.d.ts +1 -0
  147. package/build/types/domain/components/UploadInputComponent.d.ts.map +1 -0
  148. package/build/types/domain/components/UpsellComponent.d.ts +13 -0
  149. package/build/types/domain/components/UpsellComponent.d.ts.map +1 -0
  150. package/build/types/domain/components/searchComponent/SearchComponent.d.ts +3 -1
  151. package/build/types/domain/components/searchComponent/SearchComponent.d.ts.map +1 -0
  152. package/build/types/domain/components/step/ExternalConfirmationComponent.d.ts +1 -0
  153. package/build/types/domain/components/step/ExternalConfirmationComponent.d.ts.map +1 -0
  154. package/build/types/domain/components/step/StepDomainComponent.d.ts +1 -0
  155. package/build/types/domain/components/step/StepDomainComponent.d.ts.map +1 -0
  156. package/build/types/domain/components/step/ToolbarComponent.d.ts +1 -0
  157. package/build/types/domain/components/step/ToolbarComponent.d.ts.map +1 -0
  158. package/build/types/domain/components/utils/WithUpdate.d.ts +1 -0
  159. package/build/types/domain/components/utils/WithUpdate.d.ts.map +1 -0
  160. package/build/types/domain/components/utils/component-utils.d.ts +1 -0
  161. package/build/types/domain/components/utils/component-utils.d.ts.map +1 -0
  162. package/build/types/domain/components/utils/debounce.d.ts +1 -0
  163. package/build/types/domain/components/utils/debounce.d.ts.map +1 -0
  164. package/build/types/domain/components/utils/file-utils.d.ts +1 -0
  165. package/build/types/domain/components/utils/file-utils.d.ts.map +1 -0
  166. package/build/types/domain/components/utils/getRandomId.d.ts +1 -0
  167. package/build/types/domain/components/utils/getRandomId.d.ts.map +1 -0
  168. package/build/types/domain/components/utils/isExactLocalValueMatch.d.ts +1 -0
  169. package/build/types/domain/components/utils/isExactLocalValueMatch.d.ts.map +1 -0
  170. package/build/types/domain/components/utils/isOrWasValid.d.ts +1 -0
  171. package/build/types/domain/components/utils/isOrWasValid.d.ts.map +1 -0
  172. package/build/types/domain/components/utils/isPartialModelMatch.d.ts +1 -0
  173. package/build/types/domain/components/utils/isPartialModelMatch.d.ts.map +1 -0
  174. package/build/types/domain/features/eventNames.d.ts +1 -0
  175. package/build/types/domain/features/eventNames.d.ts.map +1 -0
  176. package/build/types/domain/features/events.d.ts +1 -0
  177. package/build/types/domain/features/events.d.ts.map +1 -0
  178. package/build/types/domain/features/persistAsync/getComponentMultiPersistAsync.d.ts +1 -0
  179. package/build/types/domain/features/persistAsync/getComponentMultiPersistAsync.d.ts.map +1 -0
  180. package/build/types/domain/features/persistAsync/getInitialPersistedState.d.ts +1 -0
  181. package/build/types/domain/features/persistAsync/getInitialPersistedState.d.ts.map +1 -0
  182. package/build/types/domain/features/persistAsync/getPerformPersistAsync.d.ts +1 -0
  183. package/build/types/domain/features/persistAsync/getPerformPersistAsync.d.ts.map +1 -0
  184. package/build/types/domain/features/polling/getStepPolling.d.ts +1 -0
  185. package/build/types/domain/features/polling/getStepPolling.d.ts.map +1 -0
  186. package/build/types/domain/features/prefetch/getStepPrefetch.d.ts +1 -0
  187. package/build/types/domain/features/prefetch/getStepPrefetch.d.ts.map +1 -0
  188. package/build/types/domain/features/prefetch/request-cache.d.ts +1 -0
  189. package/build/types/domain/features/prefetch/request-cache.d.ts.map +1 -0
  190. package/build/types/domain/features/refreshAfter/getStepRefreshAfter.d.ts +1 -0
  191. package/build/types/domain/features/refreshAfter/getStepRefreshAfter.d.ts.map +1 -0
  192. package/build/types/domain/features/schema-on-change/getDebouncedSchemaOnChange.d.ts +1 -0
  193. package/build/types/domain/features/schema-on-change/getDebouncedSchemaOnChange.d.ts.map +1 -0
  194. package/build/types/domain/features/schema-on-change/getSchemaOnChange.d.ts +1 -0
  195. package/build/types/domain/features/schema-on-change/getSchemaOnChange.d.ts.map +1 -0
  196. package/build/types/domain/features/search/getPerformSearchFunction.d.ts +1 -0
  197. package/build/types/domain/features/search/getPerformSearchFunction.d.ts.map +1 -0
  198. package/build/types/domain/features/summary/summary-utils.d.ts +1 -0
  199. package/build/types/domain/features/summary/summary-utils.d.ts.map +1 -0
  200. package/build/types/domain/features/utils/http-utils.d.ts +1 -0
  201. package/build/types/domain/features/utils/http-utils.d.ts.map +1 -0
  202. package/build/types/domain/features/utils/response-utils.d.ts +1 -0
  203. package/build/types/domain/features/utils/response-utils.d.ts.map +1 -0
  204. package/build/types/domain/features/validation/spec-utils.d.ts +1 -0
  205. package/build/types/domain/features/validation/spec-utils.d.ts.map +1 -0
  206. package/build/types/domain/features/validation/validateStringPattern.d.ts +1 -0
  207. package/build/types/domain/features/validation/validateStringPattern.d.ts.map +1 -0
  208. package/build/types/domain/features/validation/validation-functions.d.ts +1 -0
  209. package/build/types/domain/features/validation/validation-functions.d.ts.map +1 -0
  210. package/build/types/domain/features/validation/value-checks.d.ts +1 -0
  211. package/build/types/domain/features/validation/value-checks.d.ts.map +1 -0
  212. package/build/types/domain/features/validationAsync/getComponentValidationAsync.d.ts +1 -0
  213. package/build/types/domain/features/validationAsync/getComponentValidationAsync.d.ts.map +1 -0
  214. package/build/types/domain/features/validationAsync/getInitialValidationAsyncState.d.ts +1 -0
  215. package/build/types/domain/features/validationAsync/getInitialValidationAsyncState.d.ts.map +1 -0
  216. package/build/types/domain/features/validationAsync/getPerformValidationAsync.d.ts +1 -0
  217. package/build/types/domain/features/validationAsync/getPerformValidationAsync.d.ts.map +1 -0
  218. package/build/types/domain/mappers/layout/alertLayoutToComponent.d.ts +1 -0
  219. package/build/types/domain/mappers/layout/alertLayoutToComponent.d.ts.map +1 -0
  220. package/build/types/domain/mappers/layout/boxLayoutToComponent.d.ts +1 -0
  221. package/build/types/domain/mappers/layout/boxLayoutToComponent.d.ts.map +1 -0
  222. package/build/types/domain/mappers/layout/buttonLayoutToComponent.d.ts +1 -0
  223. package/build/types/domain/mappers/layout/buttonLayoutToComponent.d.ts.map +1 -0
  224. package/build/types/domain/mappers/layout/columnsLayoutToComponent.d.ts +1 -0
  225. package/build/types/domain/mappers/layout/columnsLayoutToComponent.d.ts.map +1 -0
  226. package/build/types/domain/mappers/layout/decisionLayoutToComponent.d.ts +1 -0
  227. package/build/types/domain/mappers/layout/decisionLayoutToComponent.d.ts.map +1 -0
  228. package/build/types/domain/mappers/layout/deprecatedListLayoutToComponent.d.ts +1 -0
  229. package/build/types/domain/mappers/layout/deprecatedListLayoutToComponent.d.ts.map +1 -0
  230. package/build/types/domain/mappers/layout/dividerLayoutToComponent.d.ts +1 -0
  231. package/build/types/domain/mappers/layout/dividerLayoutToComponent.d.ts.map +1 -0
  232. package/build/types/domain/mappers/layout/formLayoutToComponent.d.ts +1 -0
  233. package/build/types/domain/mappers/layout/formLayoutToComponent.d.ts.map +1 -0
  234. package/build/types/domain/mappers/layout/headingLayoutToComponent.d.ts +1 -0
  235. package/build/types/domain/mappers/layout/headingLayoutToComponent.d.ts.map +1 -0
  236. package/build/types/domain/mappers/layout/imageLayoutToComponent.d.ts +1 -0
  237. package/build/types/domain/mappers/layout/imageLayoutToComponent.d.ts.map +1 -0
  238. package/build/types/domain/mappers/layout/infoLayoutToComponent.d.ts +1 -0
  239. package/build/types/domain/mappers/layout/infoLayoutToComponent.d.ts.map +1 -0
  240. package/build/types/domain/mappers/layout/instructionsLayoutToComponent.d.ts +1 -0
  241. package/build/types/domain/mappers/layout/instructionsLayoutToComponent.d.ts.map +1 -0
  242. package/build/types/domain/mappers/layout/listLayoutToComponent.d.ts +1 -0
  243. package/build/types/domain/mappers/layout/listLayoutToComponent.d.ts.map +1 -0
  244. package/build/types/domain/mappers/layout/loadingIndicatorLayoutToComponent.d.ts +1 -0
  245. package/build/types/domain/mappers/layout/loadingIndicatorLayoutToComponent.d.ts.map +1 -0
  246. package/build/types/domain/mappers/layout/markdownLayoutToComponent.d.ts +1 -0
  247. package/build/types/domain/mappers/layout/markdownLayoutToComponent.d.ts.map +1 -0
  248. package/build/types/domain/mappers/layout/mediaLayoutToComponent.d.ts +3 -0
  249. package/build/types/domain/mappers/layout/mediaLayoutToComponent.d.ts.map +1 -0
  250. package/build/types/domain/mappers/layout/modalLayoutToComponent.d.ts +1 -0
  251. package/build/types/domain/mappers/layout/modalLayoutToComponent.d.ts.map +1 -0
  252. package/build/types/domain/mappers/layout/modalToComponent.d.ts +1 -0
  253. package/build/types/domain/mappers/layout/modalToComponent.d.ts.map +1 -0
  254. package/build/types/domain/mappers/layout/paragraphLayoutToComponent.d.ts +1 -0
  255. package/build/types/domain/mappers/layout/paragraphLayoutToComponent.d.ts.map +1 -0
  256. package/build/types/domain/mappers/layout/progressLayoutToComponent.d.ts +1 -0
  257. package/build/types/domain/mappers/layout/progressLayoutToComponent.d.ts.map +1 -0
  258. package/build/types/domain/mappers/layout/reviewLayoutToComponent.d.ts +1 -0
  259. package/build/types/domain/mappers/layout/reviewLayoutToComponent.d.ts.map +1 -0
  260. package/build/types/domain/mappers/layout/searchLayoutToComponent.d.ts +2 -1
  261. package/build/types/domain/mappers/layout/searchLayoutToComponent.d.ts.map +1 -0
  262. package/build/types/domain/mappers/layout/sectionLayoutToComponent.d.ts +1 -0
  263. package/build/types/domain/mappers/layout/sectionLayoutToComponent.d.ts.map +1 -0
  264. package/build/types/domain/mappers/layout/statusListLayoutToComponent.d.ts +1 -0
  265. package/build/types/domain/mappers/layout/statusListLayoutToComponent.d.ts.map +1 -0
  266. package/build/types/domain/mappers/layout/tabsLayoutToComponent.d.ts +1 -0
  267. package/build/types/domain/mappers/layout/tabsLayoutToComponent.d.ts.map +1 -0
  268. package/build/types/domain/mappers/layout/upsellLayoutToComponent.d.ts +4 -0
  269. package/build/types/domain/mappers/layout/upsellLayoutToComponent.d.ts.map +1 -0
  270. package/build/types/domain/mappers/mapLayoutToComponent.d.ts +1 -0
  271. package/build/types/domain/mappers/mapLayoutToComponent.d.ts.map +1 -0
  272. package/build/types/domain/mappers/mapSchemaToComponent.d.ts +1 -0
  273. package/build/types/domain/mappers/mapSchemaToComponent.d.ts.map +1 -0
  274. package/build/types/domain/mappers/mapStepSchemas.d.ts +1 -0
  275. package/build/types/domain/mappers/mapStepSchemas.d.ts.map +1 -0
  276. package/build/types/domain/mappers/mapStepToComponent.d.ts +1 -2
  277. package/build/types/domain/mappers/mapStepToComponent.d.ts.map +1 -0
  278. package/build/types/domain/mappers/mapToolbarToComponent.d.ts +1 -0
  279. package/build/types/domain/mappers/mapToolbarToComponent.d.ts.map +1 -0
  280. package/build/types/domain/mappers/schema/allOfSchemaToComponent.d.ts +1 -0
  281. package/build/types/domain/mappers/schema/allOfSchemaToComponent.d.ts.map +1 -0
  282. package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToComponent.d.ts +1 -0
  283. package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToComponent.d.ts.map +1 -0
  284. package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToMultiSelectComponent.d.ts +1 -0
  285. package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToMultiSelectComponent.d.ts.map +1 -0
  286. package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToMultiUploadComponent.d.ts +1 -0
  287. package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToMultiUploadComponent.d.ts.map +1 -0
  288. package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToRepeatableComponent.d.ts +1 -0
  289. package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToRepeatableComponent.d.ts.map +1 -0
  290. package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToTupleComponent.d.ts +1 -0
  291. package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToTupleComponent.d.ts.map +1 -0
  292. package/build/types/domain/mappers/schema/blobSchemaToComponent.d.ts +1 -0
  293. package/build/types/domain/mappers/schema/blobSchemaToComponent.d.ts.map +1 -0
  294. package/build/types/domain/mappers/schema/booleanSchemaToComponent.d.ts +1 -0
  295. package/build/types/domain/mappers/schema/booleanSchemaToComponent.d.ts.map +1 -0
  296. package/build/types/domain/mappers/schema/constSchemaToComponent.d.ts +1 -0
  297. package/build/types/domain/mappers/schema/constSchemaToComponent.d.ts.map +1 -0
  298. package/build/types/domain/mappers/schema/integerSchemaToComponent.d.ts +1 -0
  299. package/build/types/domain/mappers/schema/integerSchemaToComponent.d.ts.map +1 -0
  300. package/build/types/domain/mappers/schema/numberSchemaToComponent.d.ts +1 -0
  301. package/build/types/domain/mappers/schema/numberSchemaToComponent.d.ts.map +1 -0
  302. package/build/types/domain/mappers/schema/objectSchemaToComponent/assertDisplayOrder.d.ts +1 -0
  303. package/build/types/domain/mappers/schema/objectSchemaToComponent/assertDisplayOrder.d.ts.map +1 -0
  304. package/build/types/domain/mappers/schema/objectSchemaToComponent/objectSchemaToFormattedValueComponent.d.ts +1 -0
  305. package/build/types/domain/mappers/schema/objectSchemaToComponent/objectSchemaToFormattedValueComponent.d.ts.map +1 -0
  306. package/build/types/domain/mappers/schema/objectSchemaToComponent/objectSchemaToMoneyInputComponent.d.ts +1 -0
  307. package/build/types/domain/mappers/schema/objectSchemaToComponent/objectSchemaToMoneyInputComponent.d.ts.map +1 -0
  308. package/build/types/domain/mappers/schema/objectSchemaToComponent/objectSchemaToObjectComponent.d.ts +1 -0
  309. package/build/types/domain/mappers/schema/objectSchemaToComponent/objectSchemaToObjectComponent.d.ts.map +1 -0
  310. package/build/types/domain/mappers/schema/oneOfSchemaToComponent/oneOfSchemaToComponent.d.ts +1 -0
  311. package/build/types/domain/mappers/schema/oneOfSchemaToComponent/oneOfSchemaToComponent.d.ts.map +1 -0
  312. package/build/types/domain/mappers/schema/persistAsyncSchemaToComponent.d.ts +1 -0
  313. package/build/types/domain/mappers/schema/persistAsyncSchemaToComponent.d.ts.map +1 -0
  314. package/build/types/domain/mappers/schema/stringSchemaToComponent/stringSchemaToComponent.d.ts +1 -0
  315. package/build/types/domain/mappers/schema/stringSchemaToComponent/stringSchemaToComponent.d.ts.map +1 -0
  316. package/build/types/domain/mappers/schema/stringSchemaToComponent/stringSchemaToDateInputComponent.d.ts +1 -0
  317. package/build/types/domain/mappers/schema/stringSchemaToComponent/stringSchemaToDateInputComponent.d.ts.map +1 -0
  318. package/build/types/domain/mappers/schema/stringSchemaToComponent/stringSchemaToTextInputComponent.d.ts +1 -0
  319. package/build/types/domain/mappers/schema/stringSchemaToComponent/stringSchemaToTextInputComponent.d.ts.map +1 -0
  320. package/build/types/domain/mappers/schema/stringSchemaToComponent/stringSchemaToUploadInputComponent.d.ts +1 -0
  321. package/build/types/domain/mappers/schema/stringSchemaToComponent/stringSchemaToUploadInputComponent.d.ts.map +1 -0
  322. package/build/types/domain/mappers/schema/types.d.ts +3 -0
  323. package/build/types/domain/mappers/schema/types.d.ts.map +1 -0
  324. package/build/types/domain/mappers/schema/utils/getPerformPersistAsyncFn.d.ts +1 -0
  325. package/build/types/domain/mappers/schema/utils/getPerformPersistAsyncFn.d.ts.map +1 -0
  326. package/build/types/domain/mappers/schema/utils/getValidationAsyncInitialState.d.ts +1 -0
  327. package/build/types/domain/mappers/schema/utils/getValidationAsyncInitialState.d.ts.map +1 -0
  328. package/build/types/domain/mappers/schema/utils/mapCommonSchemaProps.d.ts +1 -0
  329. package/build/types/domain/mappers/schema/utils/mapCommonSchemaProps.d.ts.map +1 -0
  330. package/build/types/domain/mappers/types.d.ts +1 -0
  331. package/build/types/domain/mappers/types.d.ts.map +1 -0
  332. package/build/types/domain/mappers/utils/FeatureFlags.d.ts +2 -1
  333. package/build/types/domain/mappers/utils/FeatureFlags.d.ts.map +1 -0
  334. package/build/types/domain/mappers/utils/behavior-utils.d.ts +1 -0
  335. package/build/types/domain/mappers/utils/behavior-utils.d.ts.map +1 -0
  336. package/build/types/domain/mappers/utils/call-to-action-utils.d.ts +5 -2
  337. package/build/types/domain/mappers/utils/call-to-action-utils.d.ts.map +1 -0
  338. package/build/types/domain/mappers/utils/getAutocompleteString.d.ts +1 -0
  339. package/build/types/domain/mappers/utils/getAutocompleteString.d.ts.map +1 -0
  340. package/build/types/domain/mappers/utils/groupLayoutByPinned.d.ts +1 -0
  341. package/build/types/domain/mappers/utils/groupLayoutByPinned.d.ts.map +1 -0
  342. package/build/types/domain/mappers/utils/image.d.ts +1 -0
  343. package/build/types/domain/mappers/utils/image.d.ts.map +1 -0
  344. package/build/types/domain/mappers/utils/layout-utils.d.ts +1 -0
  345. package/build/types/domain/mappers/utils/layout-utils.d.ts.map +1 -0
  346. package/build/types/domain/mappers/utils/legacy-utils.d.ts +1 -0
  347. package/build/types/domain/mappers/utils/legacy-utils.d.ts.map +1 -0
  348. package/build/types/domain/mappers/utils/media-utils.d.ts +1 -0
  349. package/build/types/domain/mappers/utils/media-utils.d.ts.map +1 -0
  350. package/build/types/domain/mappers/utils/suggestions-utils.d.ts +1 -0
  351. package/build/types/domain/mappers/utils/suggestions-utils.d.ts.map +1 -0
  352. package/build/types/domain/mappers/utils/tags-utils.d.ts +1 -0
  353. package/build/types/domain/mappers/utils/tags-utils.d.ts.map +1 -0
  354. package/build/types/domain/mappers/utils/utils.d.ts +1 -0
  355. package/build/types/domain/mappers/utils/utils.d.ts.map +1 -0
  356. package/build/types/domain/types.d.ts +13 -14
  357. package/build/types/domain/types.d.ts.map +1 -0
  358. package/build/types/getSubflowCallbacks.d.ts +1 -0
  359. package/build/types/getSubflowCallbacks.d.ts.map +1 -0
  360. package/build/types/i18n/index.d.ts +1 -0
  361. package/build/types/i18n/index.d.ts.map +1 -0
  362. package/build/types/index.d.ts +1 -0
  363. package/build/types/index.d.ts.map +1 -0
  364. package/build/types/renderers/CoreContainerRenderer.d.ts +1 -0
  365. package/build/types/renderers/CoreContainerRenderer.d.ts.map +1 -0
  366. package/build/types/renderers/CoreRootRenderer.d.ts +1 -0
  367. package/build/types/renderers/CoreRootRenderer.d.ts.map +1 -0
  368. package/build/types/renderers/getRenderFunction.d.ts +1 -0
  369. package/build/types/renderers/getRenderFunction.d.ts.map +1 -0
  370. package/build/types/renderers/getSchemaErrorMessageFunction.d.ts +1 -0
  371. package/build/types/renderers/getSchemaErrorMessageFunction.d.ts.map +1 -0
  372. package/build/types/renderers/mappers/alertComponentToProps.d.ts +1 -0
  373. package/build/types/renderers/mappers/alertComponentToProps.d.ts.map +1 -0
  374. package/build/types/renderers/mappers/allOfComponentToProps.d.ts +1 -0
  375. package/build/types/renderers/mappers/allOfComponentToProps.d.ts.map +1 -0
  376. package/build/types/renderers/mappers/booleanInputComponentToProps.d.ts +1 -0
  377. package/build/types/renderers/mappers/booleanInputComponentToProps.d.ts.map +1 -0
  378. package/build/types/renderers/mappers/boxComponentToProps.d.ts +1 -0
  379. package/build/types/renderers/mappers/boxComponentToProps.d.ts.map +1 -0
  380. package/build/types/renderers/mappers/buttonComponentToProps.d.ts +1 -0
  381. package/build/types/renderers/mappers/buttonComponentToProps.d.ts.map +1 -0
  382. package/build/types/renderers/mappers/columnsComponentToProps.d.ts +1 -0
  383. package/build/types/renderers/mappers/columnsComponentToProps.d.ts.map +1 -0
  384. package/build/types/renderers/mappers/componentToRendererProps.d.ts +1 -0
  385. package/build/types/renderers/mappers/componentToRendererProps.d.ts.map +1 -0
  386. package/build/types/renderers/mappers/constComponentToProps.d.ts +1 -0
  387. package/build/types/renderers/mappers/constComponentToProps.d.ts.map +1 -0
  388. package/build/types/renderers/mappers/containerComponentToProps.d.ts +1 -0
  389. package/build/types/renderers/mappers/containerComponentToProps.d.ts.map +1 -0
  390. package/build/types/renderers/mappers/dateInputComponentToProps.d.ts +1 -0
  391. package/build/types/renderers/mappers/dateInputComponentToProps.d.ts.map +1 -0
  392. package/build/types/renderers/mappers/decisionComponentToProps.d.ts +1 -0
  393. package/build/types/renderers/mappers/decisionComponentToProps.d.ts.map +1 -0
  394. package/build/types/renderers/mappers/dividerComponentToProps.d.ts +1 -0
  395. package/build/types/renderers/mappers/dividerComponentToProps.d.ts.map +1 -0
  396. package/build/types/renderers/mappers/externalComponentToProps.d.ts +1 -0
  397. package/build/types/renderers/mappers/externalComponentToProps.d.ts.map +1 -0
  398. package/build/types/renderers/mappers/formComponentToProps.d.ts +1 -0
  399. package/build/types/renderers/mappers/formComponentToProps.d.ts.map +1 -0
  400. package/build/types/renderers/mappers/formattedValueComponentToProps.d.ts +1 -0
  401. package/build/types/renderers/mappers/formattedValueComponentToProps.d.ts.map +1 -0
  402. package/build/types/renderers/mappers/headingComponentToProps.d.ts +1 -0
  403. package/build/types/renderers/mappers/headingComponentToProps.d.ts.map +1 -0
  404. package/build/types/renderers/mappers/hiddenComponentToProps.d.ts +1 -0
  405. package/build/types/renderers/mappers/hiddenComponentToProps.d.ts.map +1 -0
  406. package/build/types/renderers/mappers/imageComponentToProps.d.ts +1 -0
  407. package/build/types/renderers/mappers/imageComponentToProps.d.ts.map +1 -0
  408. package/build/types/renderers/mappers/instructionsComponentToProps.d.ts +1 -0
  409. package/build/types/renderers/mappers/instructionsComponentToProps.d.ts.map +1 -0
  410. package/build/types/renderers/mappers/integerInputComponentToProps.d.ts +1 -0
  411. package/build/types/renderers/mappers/integerInputComponentToProps.d.ts.map +1 -0
  412. package/build/types/renderers/mappers/listComponentToProps.d.ts +1 -0
  413. package/build/types/renderers/mappers/listComponentToProps.d.ts.map +1 -0
  414. package/build/types/renderers/mappers/loadingIndicatorComponentToProps.d.ts +1 -0
  415. package/build/types/renderers/mappers/loadingIndicatorComponentToProps.d.ts.map +1 -0
  416. package/build/types/renderers/mappers/markdownComponentToProps.d.ts +1 -0
  417. package/build/types/renderers/mappers/markdownComponentToProps.d.ts.map +1 -0
  418. package/build/types/renderers/mappers/mediaComponentToProps.d.ts +5 -0
  419. package/build/types/renderers/mappers/mediaComponentToProps.d.ts.map +1 -0
  420. package/build/types/renderers/mappers/modalComponentToProps.d.ts +1 -0
  421. package/build/types/renderers/mappers/modalComponentToProps.d.ts.map +1 -0
  422. package/build/types/renderers/mappers/modalLayoutComponentToProps.d.ts +1 -0
  423. package/build/types/renderers/mappers/modalLayoutComponentToProps.d.ts.map +1 -0
  424. package/build/types/renderers/mappers/moneyInputComponentToProps.d.ts +1 -0
  425. package/build/types/renderers/mappers/moneyInputComponentToProps.d.ts.map +1 -0
  426. package/build/types/renderers/mappers/multiSelectComponentToProps.d.ts +1 -0
  427. package/build/types/renderers/mappers/multiSelectComponentToProps.d.ts.map +1 -0
  428. package/build/types/renderers/mappers/multiUploadInputComponentToProps.d.ts +1 -0
  429. package/build/types/renderers/mappers/multiUploadInputComponentToProps.d.ts.map +1 -0
  430. package/build/types/renderers/mappers/numberInputComponentToProps.d.ts +1 -0
  431. package/build/types/renderers/mappers/numberInputComponentToProps.d.ts.map +1 -0
  432. package/build/types/renderers/mappers/objectComponentToProps.d.ts +1 -0
  433. package/build/types/renderers/mappers/objectComponentToProps.d.ts.map +1 -0
  434. package/build/types/renderers/mappers/paragraphComponentToProps.d.ts +1 -0
  435. package/build/types/renderers/mappers/paragraphComponentToProps.d.ts.map +1 -0
  436. package/build/types/renderers/mappers/persistAsyncComponentToProps.d.ts +1 -0
  437. package/build/types/renderers/mappers/persistAsyncComponentToProps.d.ts.map +1 -0
  438. package/build/types/renderers/mappers/progressComponentToProps.d.ts +1 -0
  439. package/build/types/renderers/mappers/progressComponentToProps.d.ts.map +1 -0
  440. package/build/types/renderers/mappers/repeatableComponentToProps.d.ts +1 -0
  441. package/build/types/renderers/mappers/repeatableComponentToProps.d.ts.map +1 -0
  442. package/build/types/renderers/mappers/reviewComponentToProps.d.ts +1 -0
  443. package/build/types/renderers/mappers/reviewComponentToProps.d.ts.map +1 -0
  444. package/build/types/renderers/mappers/rootComponentToProps.d.ts +1 -0
  445. package/build/types/renderers/mappers/rootComponentToProps.d.ts.map +1 -0
  446. package/build/types/renderers/mappers/searchComponentToProps.d.ts +1 -0
  447. package/build/types/renderers/mappers/searchComponentToProps.d.ts.map +1 -0
  448. package/build/types/renderers/mappers/sectionComponentToProps.d.ts +1 -0
  449. package/build/types/renderers/mappers/sectionComponentToProps.d.ts.map +1 -0
  450. package/build/types/renderers/mappers/selectInputComponentToProps.d.ts +1 -0
  451. package/build/types/renderers/mappers/selectInputComponentToProps.d.ts.map +1 -0
  452. package/build/types/renderers/mappers/statusListComponentToProps.d.ts +1 -0
  453. package/build/types/renderers/mappers/statusListComponentToProps.d.ts.map +1 -0
  454. package/build/types/renderers/mappers/subflowComponentToRendererProps.d.ts +1 -0
  455. package/build/types/renderers/mappers/subflowComponentToRendererProps.d.ts.map +1 -0
  456. package/build/types/renderers/mappers/tabsComponentToProps.d.ts +1 -0
  457. package/build/types/renderers/mappers/tabsComponentToProps.d.ts.map +1 -0
  458. package/build/types/renderers/mappers/textInputComponentToProps.d.ts +1 -0
  459. package/build/types/renderers/mappers/textInputComponentToProps.d.ts.map +1 -0
  460. package/build/types/renderers/mappers/tupleComponentToProps.d.ts +1 -0
  461. package/build/types/renderers/mappers/tupleComponentToProps.d.ts.map +1 -0
  462. package/build/types/renderers/mappers/uploadInputComponentToProps.d.ts +1 -0
  463. package/build/types/renderers/mappers/uploadInputComponentToProps.d.ts.map +1 -0
  464. package/build/types/renderers/mappers/upsellComponentToProps.d.ts +5 -0
  465. package/build/types/renderers/mappers/upsellComponentToProps.d.ts.map +1 -0
  466. package/build/types/renderers/mappers/utils/getValidationState.d.ts +1 -0
  467. package/build/types/renderers/mappers/utils/getValidationState.d.ts.map +1 -0
  468. package/build/types/renderers/mappers/utils/inputComponentToProps.d.ts +1 -0
  469. package/build/types/renderers/mappers/utils/inputComponentToProps.d.ts.map +1 -0
  470. package/build/types/renderers/mappers/utils/mapErrorsToValidationState.d.ts +1 -0
  471. package/build/types/renderers/mappers/utils/mapErrorsToValidationState.d.ts.map +1 -0
  472. package/build/types/renderers/mappers/utils/pick.d.ts +1 -0
  473. package/build/types/renderers/mappers/utils/pick.d.ts.map +1 -0
  474. package/build/types/renderers/mappers/utils/selectInputOptionsToProps.d.ts +1 -0
  475. package/build/types/renderers/mappers/utils/selectInputOptionsToProps.d.ts.map +1 -0
  476. package/build/types/renderers/stepComponentToProps.d.ts +1 -0
  477. package/build/types/renderers/stepComponentToProps.d.ts.map +1 -0
  478. package/build/types/renderers/utils.d.ts +1 -0
  479. package/build/types/renderers/utils.d.ts.map +1 -0
  480. package/build/types/stories/types.d.ts +1 -0
  481. package/build/types/stories/types.d.ts.map +1 -0
  482. package/build/types/stories/utils/fixtureHttpClient.d.ts +1 -0
  483. package/build/types/stories/utils/fixtureHttpClient.d.ts.map +1 -0
  484. package/build/types/stories/utils/getBasicStep.d.ts +1 -0
  485. package/build/types/stories/utils/getBasicStep.d.ts.map +1 -0
  486. package/build/types/stories/utils/mockSearchHandler.d.ts +1 -0
  487. package/build/types/stories/utils/mockSearchHandler.d.ts.map +1 -0
  488. package/build/types/stories/utils/render-utils.d.ts +1 -0
  489. package/build/types/stories/utils/render-utils.d.ts.map +1 -0
  490. package/build/types/test-utils/DynamicFlowWise.d.ts +1 -0
  491. package/build/types/test-utils/DynamicFlowWise.d.ts.map +1 -0
  492. package/build/types/test-utils/DynamicFlowWiseModal.d.ts +1 -0
  493. package/build/types/test-utils/DynamicFlowWiseModal.d.ts.map +1 -0
  494. package/build/types/test-utils/fetch-utils.d.ts +1 -0
  495. package/build/types/test-utils/fetch-utils.d.ts.map +1 -0
  496. package/build/types/test-utils/getMergedTestRenderers.d.ts +2 -1
  497. package/build/types/test-utils/getMergedTestRenderers.d.ts.map +1 -0
  498. package/build/types/types.d.ts +1 -0
  499. package/build/types/types.d.ts.map +1 -0
  500. package/build/types/useDynamicFlow.d.ts +1 -0
  501. package/build/types/useDynamicFlow.d.ts.map +1 -0
  502. package/build/types/useDynamicFlowModal.d.ts +1 -0
  503. package/build/types/useDynamicFlowModal.d.ts.map +1 -0
  504. package/build/types/utils/analyse-step.d.ts +1 -0
  505. package/build/types/utils/analyse-step.d.ts.map +1 -0
  506. package/build/types/utils/component-utils.d.ts +1 -0
  507. package/build/types/utils/component-utils.d.ts.map +1 -0
  508. package/build/types/utils/getScrollToTop.d.ts +1 -0
  509. package/build/types/utils/getScrollToTop.d.ts.map +1 -0
  510. package/build/types/utils/normalise-flow-id.d.ts +1 -0
  511. package/build/types/utils/normalise-flow-id.d.ts.map +1 -0
  512. package/build/types/utils/openLinkInNewTab.d.ts +1 -0
  513. package/build/types/utils/openLinkInNewTab.d.ts.map +1 -0
  514. package/build/types/utils/recursiveMerge.d.ts +1 -0
  515. package/build/types/utils/recursiveMerge.d.ts.map +1 -0
  516. package/build/types/utils/type-utils.d.ts +1 -0
  517. package/build/types/utils/type-utils.d.ts.map +1 -0
  518. package/build/types/utils/type-validators.d.ts +1 -0
  519. package/build/types/utils/type-validators.d.ts.map +1 -0
  520. package/build/types/utils/useStableCallback.d.ts +1 -0
  521. package/build/types/utils/useStableCallback.d.ts.map +1 -0
  522. package/package.json +18 -18
package/build/main.mjs CHANGED
@@ -811,6 +811,7 @@ var getChildren = (node) => {
811
811
  case "list":
812
812
  case "loading-indicator":
813
813
  case "markdown":
814
+ case "media":
814
815
  case "input-multi-select":
815
816
  case "input-upload-multi":
816
817
  case "input-number":
@@ -824,6 +825,7 @@ var getChildren = (node) => {
824
825
  case "input-upload":
825
826
  case "external-confirmation":
826
827
  case "subflow":
828
+ case "upsell":
827
829
  return [];
828
830
  }
829
831
  };
@@ -1104,6 +1106,55 @@ var createSubflowDomainComponent = (subflowProps, onComponentUpdate) => {
1104
1106
  return subflowComponent;
1105
1107
  };
1106
1108
 
1109
+ // src/domain/features/prefetch/request-cache.ts
1110
+ var makeRequestCacheWithParent = (parent) => {
1111
+ const map = /* @__PURE__ */ new Map();
1112
+ const cache = {
1113
+ get: (requestParams) => {
1114
+ var _a;
1115
+ const key = makeRequestCacheKey(requestParams);
1116
+ const promise = (_a = map.get(key)) != null ? _a : parent == null ? void 0 : parent.get(requestParams);
1117
+ map.delete(key);
1118
+ return promise;
1119
+ },
1120
+ set: (requestParams, responsePromise) => {
1121
+ return map.set(makeRequestCacheKey(requestParams), responsePromise);
1122
+ }
1123
+ };
1124
+ return cache;
1125
+ };
1126
+ var makeRequestCache = (initialValues = []) => {
1127
+ const cache = makeRequestCacheWithParent(void 0);
1128
+ initialValues.forEach(([requestParams, responsePromise]) => {
1129
+ cache.set(requestParams, responsePromise);
1130
+ });
1131
+ return cache;
1132
+ };
1133
+ var normaliseRequestCache = (cache) => {
1134
+ if (cache === void 0) {
1135
+ return makeRequestCache();
1136
+ }
1137
+ if (isRequestCacheInstance(cache)) {
1138
+ return cache;
1139
+ }
1140
+ return makeRequestCache(cache);
1141
+ };
1142
+ var isRequestCacheInstance = (cache) => {
1143
+ return !cache || !Array.isArray(cache);
1144
+ };
1145
+ var makeRequestCacheKey = (requestParams) => {
1146
+ var _a, _b;
1147
+ const [input, init] = requestParams;
1148
+ const url = typeof input === "string" || input instanceof URL ? input.toString() : input.url;
1149
+ const key = JSON.stringify({
1150
+ url,
1151
+ method: (_a = init == null ? void 0 : init.method) != null ? _a : "GET",
1152
+ headers: (init == null ? void 0 : init.headers) ? Array.from(new Headers(init.headers).entries()) : [],
1153
+ body: (_b = init == null ? void 0 : init.body) != null ? _b : null
1154
+ });
1155
+ return key;
1156
+ };
1157
+
1107
1158
  // src/domain/components/ModalComponent.ts
1108
1159
  var createModalContentComponent = (modalProps, onComponentUpdate) => {
1109
1160
  const update = getInputUpdateFunction(onComponentUpdate);
@@ -1178,51 +1229,6 @@ var getActionByReference = ($ref, actions = []) => {
1178
1229
  return action;
1179
1230
  };
1180
1231
 
1181
- // src/domain/mappers/utils/call-to-action-utils.ts
1182
- var getDomainLayerCallToAction = (callToAction, mapperProps) => {
1183
- var _a;
1184
- if (!callToAction) {
1185
- return void 0;
1186
- }
1187
- const { step, onBehavior, registerSubmissionBehavior } = mapperProps;
1188
- const stepActions = (_a = step.actions) != null ? _a : [];
1189
- const { title = "", accessibilityDescription, action, behavior } = callToAction;
1190
- return getCallToAction(
1191
- { title, accessibilityDescription },
1192
- getDomainLayerBehavior({ action, behavior }, stepActions, registerSubmissionBehavior),
1193
- onBehavior
1194
- );
1195
- };
1196
- var getCallToAction = ({ title, accessibilityDescription }, behavior, onBehavior) => {
1197
- const onClick = () => {
1198
- void onBehavior(behavior);
1199
- };
1200
- switch (behavior.type) {
1201
- case "action":
1202
- case "modal":
1203
- case "copy":
1204
- case "dismiss": {
1205
- return {
1206
- type: behavior.type,
1207
- title: title != null ? title : "",
1208
- accessibilityDescription,
1209
- onClick
1210
- };
1211
- }
1212
- case "link": {
1213
- return {
1214
- type: "link",
1215
- title: title != null ? title : "",
1216
- href: behavior.url,
1217
- accessibilityDescription,
1218
- onClick
1219
- };
1220
- }
1221
- default:
1222
- return void 0;
1223
- }
1224
- };
1225
-
1226
1232
  // src/domain/mappers/utils/legacy-utils.ts
1227
1233
  var mapLegacyContext = (context) => {
1228
1234
  switch (context) {
@@ -1274,6 +1280,27 @@ var legacyActionTypeToControl = {
1274
1280
  };
1275
1281
  var mapLegacyActionTypeToControl = (type) => type && type in legacyActionTypeToControl ? legacyActionTypeToControl[type] : "secondary";
1276
1282
 
1283
+ // src/domain/mappers/utils/call-to-action-utils.ts
1284
+ function getDomainLayerCallToAction(cta, mapperProps) {
1285
+ var _a, _b;
1286
+ if (!cta) {
1287
+ return void 0;
1288
+ }
1289
+ const { step, onBehavior, registerSubmissionBehavior } = mapperProps;
1290
+ const stepActions = (_a = step.actions) != null ? _a : [];
1291
+ const behavior = getDomainLayerBehavior(cta, stepActions, registerSubmissionBehavior);
1292
+ return {
1293
+ type: behavior.type,
1294
+ title: (_b = cta.title) != null ? _b : "",
1295
+ context: cta.context ? mapLegacyContext(cta.context) : void 0,
1296
+ accessibilityDescription: cta.accessibilityDescription,
1297
+ href: behavior.type === "link" ? behavior.url : void 0,
1298
+ onClick: () => {
1299
+ void onBehavior(behavior);
1300
+ }
1301
+ };
1302
+ }
1303
+
1277
1304
  // src/domain/mappers/layout/alertLayoutToComponent.ts
1278
1305
  var alertLayoutToComponent = (uid, {
1279
1306
  control,
@@ -1360,6 +1387,9 @@ var getDomainLayerMedia = ({ icon, image, media }) => {
1360
1387
 
1361
1388
  // src/domain/mappers/layout/buttonLayoutToComponent.ts
1362
1389
  var buttonLayoutToComponent = (uid, button, mapperProps) => {
1390
+ if (!button.behavior && !button.action && mapperProps.features.isEnabled("strictButtonOperations")) {
1391
+ throw new Error("ButtonLayout must have either a behavior or an action");
1392
+ }
1363
1393
  if (!button.behavior && button.action) {
1364
1394
  return buttonLayoutToComponentWithAction(
1365
1395
  uid,
@@ -1822,6 +1852,24 @@ var markdownLayoutToComponent = (uid, {
1822
1852
  size: size != null ? size : "md"
1823
1853
  });
1824
1854
 
1855
+ // src/domain/components/MediaComponent.ts
1856
+ var createMediaComponent = (props) => __spreadValues({
1857
+ type: "media",
1858
+ kind: "layout"
1859
+ }, props);
1860
+
1861
+ // src/domain/mappers/layout/mediaLayoutToComponent.ts
1862
+ var mediaLayoutToComponent = (uid, { analyticsId, align, control, margin, media, size, tags }) => createMediaComponent({
1863
+ uid,
1864
+ analyticsId,
1865
+ align: mapLegacyAlign(align != null ? align : "center"),
1866
+ control,
1867
+ margin: margin != null ? margin : "md",
1868
+ media,
1869
+ size: size != null ? size : "md",
1870
+ tags
1871
+ });
1872
+
1825
1873
  // src/domain/components/ModalLayoutComponent.ts
1826
1874
  var createModalComponent = (modalProps) => __spreadProps(__spreadValues({
1827
1875
  type: "modal-layout",
@@ -1921,14 +1969,14 @@ var reviewLayoutToComponent = (uid, {
1921
1969
  }, mapperProps) => createReviewComponent({
1922
1970
  uid,
1923
1971
  analyticsId,
1924
- callToAction: getCallToAction2({ mapperProps, callToAction, action }),
1972
+ callToAction: getCallToAction({ mapperProps, callToAction, action }),
1925
1973
  control: getOrientationControl({ control, orientation }),
1926
1974
  fields: fields.map((field) => mapReviewField(field, mapperProps)),
1927
1975
  margin: margin != null ? margin : "md",
1928
1976
  tags,
1929
1977
  title
1930
1978
  });
1931
- var getCallToAction2 = ({
1979
+ var getCallToAction = ({
1932
1980
  callToAction,
1933
1981
  action,
1934
1982
  mapperProps
@@ -1966,7 +2014,7 @@ var mapReviewField = (field, mapperProps) => {
1966
2014
  help: (_a = field.help) == null ? void 0 : _a.markdown,
1967
2015
  inlineAlert: mapInlineAlert(field.inlineAlert),
1968
2016
  additionalInfo: mapAdditionalInfo(field.additionalInfo, mapperProps),
1969
- callToAction: getCallToAction2({
2017
+ callToAction: getCallToAction({
1970
2018
  callToAction: field.callToAction,
1971
2019
  mapperProps
1972
2020
  }),
@@ -2013,7 +2061,7 @@ var debounce = (callback, waitMs) => {
2013
2061
  // src/domain/components/searchComponent/SearchComponent.ts
2014
2062
  var DEBOUNCE_TIME = 400;
2015
2063
  var createSearchComponent = (searchProps, performSearch, onBehavior, onComponentUpdate) => {
2016
- const { uid, analyticsId, control, emptyMessage, margin, tags, title } = searchProps;
2064
+ const { uid, analyticsId, control, emptyMessage, hint, margin, tags, title } = searchProps;
2017
2065
  const update = getInputUpdateFunction(onComponentUpdate);
2018
2066
  let abortController = new AbortController();
2019
2067
  const search = (component2, query, searchConfig) => {
@@ -2049,6 +2097,7 @@ var createSearchComponent = (searchProps, performSearch, onBehavior, onComponent
2049
2097
  analyticsId,
2050
2098
  control,
2051
2099
  emptyMessage,
2100
+ hint,
2052
2101
  margin,
2053
2102
  tags,
2054
2103
  title,
@@ -2135,7 +2184,7 @@ var isValidResponseBody = (body) => isObject(body) && "results" in body && isArr
2135
2184
  var hashRequest = (query, config) => JSON.stringify({ query, config });
2136
2185
 
2137
2186
  // src/domain/mappers/layout/searchLayoutToComponent.ts
2138
- var searchLayoutToComponent = (uid, { analyticsId, control, emptyMessage, method, param, title, url, margin, tags }, mapperProps) => {
2187
+ var searchLayoutToComponent = (uid, { analyticsId, control, emptyMessage, hint, method, param, title, url, margin, tags }, mapperProps) => {
2139
2188
  const { httpClient, onBehavior, onComponentUpdate } = mapperProps;
2140
2189
  const search = getPerformSearchFunction(httpClient, { method, param, url });
2141
2190
  return createSearchComponent(
@@ -2144,6 +2193,7 @@ var searchLayoutToComponent = (uid, { analyticsId, control, emptyMessage, method
2144
2193
  analyticsId,
2145
2194
  control,
2146
2195
  emptyMessage: emptyMessage != null ? emptyMessage : "",
2196
+ hint,
2147
2197
  margin: margin != null ? margin : "md",
2148
2198
  tags,
2149
2199
  title
@@ -2223,6 +2273,60 @@ var mapTabs = (tabs, uid, mapperProps, schemaComponents) => tabs.map(({ componen
2223
2273
  )
2224
2274
  }));
2225
2275
 
2276
+ // src/domain/components/UpsellComponent.ts
2277
+ var createUpsellComponent = (upsellProps, onComponentUpdate) => {
2278
+ const update = getInputUpdateFunction(onComponentUpdate);
2279
+ const _a = upsellProps, { onDismiss: propsOnDismiss } = _a, restProps = __objRest(_a, ["onDismiss"]);
2280
+ const component = __spreadProps(__spreadValues({
2281
+ type: "upsell",
2282
+ kind: "layout"
2283
+ }, restProps), {
2284
+ visible: true,
2285
+ onDismiss: propsOnDismiss ? () => {
2286
+ update(component, (draft) => {
2287
+ draft.visible = false;
2288
+ });
2289
+ propsOnDismiss();
2290
+ } : void 0
2291
+ });
2292
+ return component;
2293
+ };
2294
+
2295
+ // src/domain/mappers/layout/upsellLayoutToComponent.ts
2296
+ var upsellLayoutToComponent = (uid, {
2297
+ analyticsId,
2298
+ callToAction,
2299
+ context,
2300
+ control,
2301
+ margin,
2302
+ media,
2303
+ onDismiss,
2304
+ tags,
2305
+ text
2306
+ }, mapperProps) => {
2307
+ const { onComponentUpdate } = mapperProps;
2308
+ return createUpsellComponent(
2309
+ {
2310
+ uid,
2311
+ analyticsId,
2312
+ callToAction: getDomainLayerCallToAction(callToAction, mapperProps),
2313
+ context: context ? mapLegacyContext(context) : "neutral",
2314
+ control,
2315
+ margin: margin != null ? margin : "md",
2316
+ media: getDomainLayerMedia({ media }),
2317
+ tags,
2318
+ text,
2319
+ onDismiss: onDismiss ? () => {
2320
+ const { url, method } = onDismiss;
2321
+ const body = method === "GET" ? void 0 : JSON.stringify(onDismiss.body);
2322
+ void mapperProps.httpClient(url, { method, body }).catch(() => {
2323
+ });
2324
+ } : void 0
2325
+ },
2326
+ onComponentUpdate
2327
+ );
2328
+ };
2329
+
2226
2330
  // src/domain/mappers/mapLayoutToComponent.ts
2227
2331
  var mapLayoutToComponent = (uid, layout, mapperProps, schemaComponents) => {
2228
2332
  switch (layout.type) {
@@ -2254,6 +2358,8 @@ var mapLayoutToComponent = (uid, layout, mapperProps, schemaComponents) => {
2254
2358
  return loadingIndicatorLayoutToComponent(uid, layout);
2255
2359
  case "markdown":
2256
2360
  return markdownLayoutToComponent(uid, layout);
2361
+ case "media":
2362
+ return mediaLayoutToComponent(uid, layout);
2257
2363
  case "modal":
2258
2364
  return modalLayoutToComponent(uid, layout, mapperProps, schemaComponents);
2259
2365
  case "paragraph":
@@ -2270,6 +2376,8 @@ var mapLayoutToComponent = (uid, layout, mapperProps, schemaComponents) => {
2270
2376
  return statusListLayoutToComponent(uid, layout, mapperProps);
2271
2377
  case "tabs":
2272
2378
  return tabsLayoutToComponent(uid, layout, mapperProps, schemaComponents);
2379
+ case "upsell":
2380
+ return upsellLayoutToComponent(uid, layout, mapperProps);
2273
2381
  default:
2274
2382
  throw new Error(`Invalid layout type in ${JSON.stringify(layout)}`);
2275
2383
  }
@@ -3981,6 +4089,9 @@ var arraySchemaToMultiSelectComponent = (schemaMapperProps, mapperProps) => {
3981
4089
  tags,
3982
4090
  disabled: "disabled" in childSchema ? Boolean(childSchema.disabled) : false,
3983
4091
  analyticsId: (_a = childSchema.analyticsId) != null ? _a : childSchema.$id,
4092
+ additionalText: childSchema.additionalText,
4093
+ inlineAlert: mapInlineAlert(childSchema.inlineAlert),
4094
+ supportingValues: childSchema.supportingValues,
3984
4095
  component: mapSchemaToComponent(
3985
4096
  {
3986
4097
  uid: `${uid}.oneOf-${index}`,
@@ -6001,55 +6112,6 @@ var createRequestFromAction = (action, model) => {
6001
6112
  });
6002
6113
  };
6003
6114
 
6004
- // src/domain/features/prefetch/request-cache.ts
6005
- var makeRequestCacheWithParent = (parent) => {
6006
- const map = /* @__PURE__ */ new Map();
6007
- const cache = {
6008
- get: (requestParams) => {
6009
- var _a;
6010
- const key = makeRequestCacheKey(requestParams);
6011
- const promise = (_a = map.get(key)) != null ? _a : parent == null ? void 0 : parent.get(requestParams);
6012
- map.delete(key);
6013
- return promise;
6014
- },
6015
- set: (requestParams, responsePromise) => {
6016
- return map.set(makeRequestCacheKey(requestParams), responsePromise);
6017
- }
6018
- };
6019
- return cache;
6020
- };
6021
- var makeRequestCache = (initialValues = []) => {
6022
- const cache = makeRequestCacheWithParent(void 0);
6023
- initialValues.forEach(([requestParams, responsePromise]) => {
6024
- cache.set(requestParams, responsePromise);
6025
- });
6026
- return cache;
6027
- };
6028
- var normaliseRequestCache = (cache) => {
6029
- if (cache === void 0) {
6030
- return makeRequestCache();
6031
- }
6032
- if (isRequestCacheInstance(cache)) {
6033
- return cache;
6034
- }
6035
- return makeRequestCache(cache);
6036
- };
6037
- var isRequestCacheInstance = (cache) => {
6038
- return !cache || !Array.isArray(cache);
6039
- };
6040
- var makeRequestCacheKey = (requestParams) => {
6041
- var _a, _b;
6042
- const [input, init] = requestParams;
6043
- const url = typeof input === "string" || input instanceof URL ? input.toString() : input.url;
6044
- const key = JSON.stringify({
6045
- url,
6046
- method: (_a = init == null ? void 0 : init.method) != null ? _a : "GET",
6047
- headers: (init == null ? void 0 : init.headers) ? Array.from(new Headers(init.headers).entries()) : [],
6048
- body: (_b = init == null ? void 0 : init.body) != null ? _b : null
6049
- });
6050
- return key;
6051
- };
6052
-
6053
6115
  // src/domain/features/prefetch/getStepPrefetch.ts
6054
6116
  var getStepPrefetch = (httpClient, flowRequestCache, submissionBehaviors) => {
6055
6117
  const requestCache = makeRequestCacheWithParent(flowRequestCache);
@@ -6142,7 +6204,12 @@ var mapStepToComponent = (_a) => {
6142
6204
  const stepRefreshAfter = refreshAfter ? getStepRefreshAfter({ refreshAfter, logEvent, onBehavior }) : void 0;
6143
6205
  const stepPrefetch = getStepPrefetch(restProps.httpClient, flowRequestCache, submissionBehaviors);
6144
6206
  const externalConfirmation = (external == null ? void 0 : external.url) ? createExternalConfirmation(`${uid}-external-confirmation`, external == null ? void 0 : external.url, onComponentUpdate) : void 0;
6145
- const mapperProps = __spreadProps(__spreadValues({}, restProps), { trackEvent, onBehavior, registerSubmissionBehavior });
6207
+ const mapperProps = __spreadProps(__spreadValues({}, restProps), {
6208
+ features,
6209
+ trackEvent,
6210
+ onBehavior,
6211
+ registerSubmissionBehavior
6212
+ });
6146
6213
  const referencedSchemaIds = getReferencedSchemaId(step);
6147
6214
  const schemaComponents = mapStepSchemas(
6148
6215
  uid,
@@ -6820,7 +6887,11 @@ var createFlowController = (props) => {
6820
6887
  initState = "created";
6821
6888
  trackEvent("Initiated");
6822
6889
  rootComponent.setLoadingState("submitting");
6823
- void onAction(__spreadValues({ method: "GET" }, initialAction), null);
6890
+ void onAction(__spreadValues({ method: "GET" }, initialAction), null).then(() => {
6891
+ initState = "started";
6892
+ rootComponent.start();
6893
+ });
6894
+ return;
6824
6895
  }
6825
6896
  if (initState === "created") {
6826
6897
  initState = "started";
@@ -7467,6 +7538,9 @@ var markdownComponentToProps = (control, rendererMapperProps) => __spreadValues(
7467
7538
  "size"
7468
7539
  )), rendererMapperProps);
7469
7540
 
7541
+ // src/renderers/mappers/mediaComponentToProps.ts
7542
+ var mediaComponentToProps = (component, rendererMapperProps) => __spreadValues(__spreadValues({}, pick(component, "uid", "analyticsId", "type", "align", "control", "margin", "media", "size", "tags")), rendererMapperProps);
7543
+
7470
7544
  // src/renderers/mappers/modalComponentToProps.ts
7471
7545
  var modalComponentToProps = (component, rendererMapperProps) => {
7472
7546
  const { uid, analyticsId, open, tags, title, close } = component;
@@ -7812,7 +7886,19 @@ var rootComponentToProps = (rootComponent, rendererMapperProps) => {
7812
7886
 
7813
7887
  // src/renderers/mappers/searchComponentToProps.ts
7814
7888
  var searchComponentToProps = (component, rendererMapperProps) => {
7815
- const { uid, control, emptyMessage, error, isLoading, margin, query, results, title, tags } = component;
7889
+ const {
7890
+ uid,
7891
+ control,
7892
+ emptyMessage,
7893
+ error,
7894
+ hint,
7895
+ isLoading,
7896
+ margin,
7897
+ query,
7898
+ results,
7899
+ title,
7900
+ tags
7901
+ } = component;
7816
7902
  const onChange = component.onChange.bind(component);
7817
7903
  const onSelect = component.onSelect.bind(component);
7818
7904
  const state = getSearchState({
@@ -7829,6 +7915,7 @@ var searchComponentToProps = (component, rendererMapperProps) => {
7829
7915
  type: "search",
7830
7916
  id: uid,
7831
7917
  control,
7918
+ hint,
7832
7919
  isLoading,
7833
7920
  margin,
7834
7921
  query,
@@ -7973,6 +8060,23 @@ var uploadInputComponentToProps = (component, rendererMapperProps) => {
7973
8060
  });
7974
8061
  };
7975
8062
 
8063
+ // src/renderers/mappers/upsellComponentToProps.ts
8064
+ var upsellComponentToProps = (component, rendererMapperProps) => __spreadValues(__spreadProps(__spreadValues({}, pick(
8065
+ component,
8066
+ "uid",
8067
+ "analyticsId",
8068
+ "type",
8069
+ "callToAction",
8070
+ "context",
8071
+ "control",
8072
+ "margin",
8073
+ "media",
8074
+ "tags",
8075
+ "text"
8076
+ )), {
8077
+ onDismiss: component.onDismiss ? component.onDismiss.bind(component) : void 0
8078
+ }), rendererMapperProps);
8079
+
7976
8080
  // src/renderers/mappers/subflowComponentToRendererProps.ts
7977
8081
  var subflowComponentToRendererProps = (component, rendererMapperProps) => {
7978
8082
  return __spreadValues(__spreadProps(__spreadValues({
@@ -8054,6 +8158,8 @@ var getComponentProps = (component, rendererMapperProps) => {
8054
8158
  return loadingIndicatorComponentToProps(component, rendererMapperProps);
8055
8159
  case "markdown":
8056
8160
  return markdownComponentToProps(component, rendererMapperProps);
8161
+ case "media":
8162
+ return mediaComponentToProps(component, rendererMapperProps);
8057
8163
  case "modal-layout":
8058
8164
  return modalLayoutComponentToProps(component, rendererMapperProps);
8059
8165
  case "modal":
@@ -8094,6 +8200,8 @@ var getComponentProps = (component, rendererMapperProps) => {
8094
8200
  return tupleComponentToProps(component, rendererMapperProps);
8095
8201
  case "upload":
8096
8202
  return uploadInputComponentToProps(component, rendererMapperProps);
8203
+ case "upsell":
8204
+ return upsellComponentToProps(component, rendererMapperProps);
8097
8205
  case "persist-async":
8098
8206
  return persistAsyncComponentToProps(component, rendererMapperProps);
8099
8207
  case "step":
@@ -1,2 +1,3 @@
1
1
  import type { DynamicFlowCoreProps } from './types';
2
2
  export declare function DynamicFlowCore(props: DynamicFlowCoreProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=DynamicFlowCore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DynamicFlowCore.d.ts","sourceRoot":"","sources":["../../src/DynamicFlowCore.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAGpD,wBAAgB,eAAe,CAAC,KAAK,EAAE,oBAAoB,2CAG1D"}
@@ -18,3 +18,4 @@ declare class ErrorBoundary extends Component<Props, State> {
18
18
  render(): import("react/jsx-runtime").JSX.Element;
19
19
  }
20
20
  export default ErrorBoundary;
21
+ //# sourceMappingURL=ErrorBoundary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ErrorBoundary.d.ts","sourceRoot":"","sources":["../../../../src/common/errorBoundary/ErrorBoundary.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMlC,KAAK,KAAK,GAAG;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAAC;AAC7E,KAAK,KAAK,GAAG;IAAE,QAAQ,EAAE,OAAO,CAAC;IAAC,YAAY,EAAE,OAAO,CAAA;CAAE,CAAC;AAE1D,cAAM,aAAc,SAAQ,SAAS,CAAC,KAAK,EAAE,KAAK,CAAC;IACjD,MAAM,CAAC,wBAAwB;;;;gBAInB,KAAK,EAAE,KAAK;IAKxB,iBAAiB,CAAC,KAAK,EAAE,KAAK;IAK9B,gBAAgB,aAEd;IAEF,MAAM;CAWP;AAED,eAAe,aAAa,CAAC"}
@@ -3,3 +3,4 @@ type Props = {
3
3
  };
4
4
  export declare function ErrorBoundaryAlert({ onDismiss }: Props): import("react/jsx-runtime").JSX.Element;
5
5
  export {};
6
+ //# sourceMappingURL=ErrorBoundaryAlert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ErrorBoundaryAlert.d.ts","sourceRoot":"","sources":["../../../../src/common/errorBoundary/ErrorBoundaryAlert.tsx"],"names":[],"mappings":"AAKA,KAAK,KAAK,GAAG;IAAE,SAAS,EAAE,MAAM,IAAI,CAAA;CAAE,CAAC;AAEvC,wBAAgB,kBAAkB,CAAC,EAAE,SAAS,EAAE,EAAE,KAAK,2CActD"}
@@ -1 +1,2 @@
1
1
  export declare function isRelativePath(url?: string): boolean;
2
+ //# sourceMappingURL=api-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api-utils.d.ts","sourceRoot":"","sources":["../../../../src/common/makeHttpClient/api-utils.ts"],"names":[],"mappings":"AAAA,wBAAgB,cAAc,CAAC,GAAG,SAAK,WAItC"}
@@ -1 +1,2 @@
1
1
  export * from './makeHttpClient';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/makeHttpClient/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
@@ -1,3 +1,4 @@
1
1
  export type HttpClient = typeof fetch;
2
2
  export declare const makeHttpClient: (baseUrl: string, additionalHeaders?: HeadersInit) => HttpClient;
3
3
  export declare const mergeRequestInit: (init?: RequestInit, additionalInit?: RequestInit) => RequestInit;
4
+ //# sourceMappingURL=makeHttpClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"makeHttpClient.d.ts","sourceRoot":"","sources":["../../../../src/common/makeHttpClient/makeHttpClient.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,UAAU,GAAG,OAAO,KAAK,CAAC;AAEtC,eAAO,MAAM,cAAc,GACxB,SAAS,MAAM,EAAE,oBAAoB,WAAW,KAAG,UAKnD,CAAC;AAKJ,eAAO,MAAM,gBAAgB,GAC3B,OAAO,WAAW,EAClB,iBAAiB,WAAW,KAC3B,WAID,CAAC"}
@@ -21,3 +21,4 @@ declare const _default: {
21
21
  };
22
22
  };
23
23
  export default _default;
24
+ //# sourceMappingURL=external-confirmation.messages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"external-confirmation.messages.d.ts","sourceRoot":"","sources":["../../../../src/common/messages/external-confirmation.messages.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAEA,wBAqBG"}
@@ -11,3 +11,4 @@ declare const _default: {
11
11
  };
12
12
  };
13
13
  export default _default;
14
+ //# sourceMappingURL=file-upload.messages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-upload.messages.d.ts","sourceRoot":"","sources":["../../../../src/common/messages/file-upload.messages.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,wBAYG"}
@@ -16,3 +16,4 @@ declare const _default: {
16
16
  };
17
17
  };
18
18
  export default _default;
19
+ //# sourceMappingURL=generic-error.messages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generic-error.messages.d.ts","sourceRoot":"","sources":["../../../../src/common/messages/generic-error.messages.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAEA,wBAgBG"}
@@ -6,3 +6,4 @@ declare const _default: {
6
6
  };
7
7
  };
8
8
  export default _default;
9
+ //# sourceMappingURL=help.messages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"help.messages.d.ts","sourceRoot":"","sources":["../../../../src/common/messages/help.messages.ts"],"names":[],"mappings":";;;;;;;AAEA,wBAMG"}
@@ -16,3 +16,4 @@ declare const _default: {
16
16
  };
17
17
  };
18
18
  export default _default;
19
+ //# sourceMappingURL=multi-file-upload.messages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"multi-file-upload.messages.d.ts","sourceRoot":"","sources":["../../../../src/common/messages/multi-file-upload.messages.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAEA,wBAgBG"}
@@ -6,3 +6,4 @@ declare const _default: {
6
6
  };
7
7
  };
8
8
  export default _default;
9
+ //# sourceMappingURL=multi-select.messages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"multi-select.messages.d.ts","sourceRoot":"","sources":["../../../../src/common/messages/multi-select.messages.ts"],"names":[],"mappings":";;;;;;;AAEA,wBAOG"}
@@ -11,3 +11,4 @@ declare const _default: {
11
11
  };
12
12
  };
13
13
  export default _default;
14
+ //# sourceMappingURL=paragraph.messages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paragraph.messages.d.ts","sourceRoot":"","sources":["../../../../src/common/messages/paragraph.messages.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,wBAWG"}
@@ -21,3 +21,4 @@ declare const _default: {
21
21
  };
22
22
  };
23
23
  export default _default;
24
+ //# sourceMappingURL=repeatable.messages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"repeatable.messages.d.ts","sourceRoot":"","sources":["../../../../src/common/messages/repeatable.messages.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAEA,wBAqBG"}
@@ -6,3 +6,4 @@ declare const _default: {
6
6
  };
7
7
  };
8
8
  export default _default;
9
+ //# sourceMappingURL=search.messages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search.messages.d.ts","sourceRoot":"","sources":["../../../../src/common/messages/search.messages.ts"],"names":[],"mappings":";;;;;;;AAEA,wBAOG"}
@@ -11,3 +11,4 @@ declare const _default: {
11
11
  };
12
12
  };
13
13
  export default _default;
14
+ //# sourceMappingURL=validation.array.messages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validation.array.messages.d.ts","sourceRoot":"","sources":["../../../../src/common/messages/validation.array.messages.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,wBAWG"}
@@ -51,3 +51,4 @@ declare const _default: {
51
51
  };
52
52
  };
53
53
  export default _default;
54
+ //# sourceMappingURL=validation.messages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validation.messages.d.ts","sourceRoot":"","sources":["../../../../src/common/messages/validation.messages.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAmDG"}
@@ -17,3 +17,4 @@ export declare const createFlowController: (props: FlowControllerProps) => {
17
17
  start: () => void;
18
18
  cancel: () => void;
19
19
  };
20
+ //# sourceMappingURL=FlowController.d.ts.map