@wise/dynamic-flow-types 3.18.0 → 4.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 (158) hide show
  1. package/build/renderers/BaseInputRendererProps.d.ts +0 -4
  2. package/build/renderers/CallToAction.d.ts +0 -2
  3. package/build/renderers/CheckboxInputRendererProps.d.ts +4 -0
  4. package/build/renderers/DecisionRendererProps.d.ts +0 -9
  5. package/build/renderers/FormSectionRendererProps.d.ts +0 -4
  6. package/build/renderers/Icon.d.ts +1 -1
  7. package/build/renderers/InstructionsRendererProps.d.ts +0 -2
  8. package/build/renderers/ListRendererProps.d.ts +1 -13
  9. package/build/renderers/MoneyInputRendererProps.d.ts +1 -1
  10. package/build/renderers/MultiUploadInputRendererProps.d.ts +2 -2
  11. package/build/renderers/RepeatableRendererProps.d.ts +0 -6
  12. package/build/renderers/ReviewRendererProps.d.ts +0 -11
  13. package/build/renderers/SearchRendererProps.d.ts +1 -1
  14. package/build/renderers/SelectInputRendererProps.d.ts +6 -6
  15. package/build/renderers/StatusListRendererProps.d.ts +0 -2
  16. package/build/renderers/StepRendererProps.d.ts +0 -15
  17. package/build/renderers/Suggestions.d.ts +1 -7
  18. package/build/renderers/TabsRendererProps.d.ts +0 -2
  19. package/build/renderers/UploadInputRendererProps.d.ts +2 -2
  20. package/build/renderers/constants.d.ts +1 -1
  21. package/build/renderers/index.d.ts +0 -7
  22. package/build/{next → spec}/feature/Polling.d.ts +8 -6
  23. package/build/spec/feature/RefreshBehavior.d.ts +9 -0
  24. package/build/{next → spec}/index.d.ts +4 -0
  25. package/build/{main.js → spec/main.js} +46 -13
  26. package/build/{main.mjs → spec/main.mjs} +45 -12
  27. package/build/{next → spec}/schema/AllOfSchema.d.ts +15 -0
  28. package/build/{next → spec}/schema/ArraySchemaList.d.ts +15 -0
  29. package/build/{next → spec}/schema/ArraySchemaTuple.d.ts +15 -0
  30. package/build/{next → spec}/schema/BlobSchema.d.ts +15 -0
  31. package/build/{next → spec}/schema/BooleanSchema.d.ts +15 -0
  32. package/build/{next → spec}/schema/ConstSchema.d.ts +19 -4
  33. package/build/{next → spec}/schema/IntegerSchema.d.ts +15 -0
  34. package/build/{next → spec}/schema/NumberSchema.d.ts +15 -0
  35. package/build/{next → spec}/schema/ObjectSchema.d.ts +15 -0
  36. package/build/{next → spec}/schema/OneOfSchema.d.ts +15 -0
  37. package/build/{next → spec}/schema/StringSchema.d.ts +15 -0
  38. package/build/{next → spec}/step/Step.d.ts +1 -1
  39. package/build/zod/schemas.d.ts +660 -660
  40. package/build/zod/schemas.ts +887 -854
  41. package/package.json +7 -12
  42. package/build/index.d.ts +0 -16
  43. package/build/next/feature/RefreshBehavior.d.ts +0 -9
  44. package/build/spec/Action.d.ts +0 -21
  45. package/build/spec/AutocompleteToken.d.ts +0 -396
  46. package/build/spec/FileUploadSchema.d.ts +0 -19
  47. package/build/spec/LayoutComponent.d.ts +0 -237
  48. package/build/spec/Model.d.ts +0 -6
  49. package/build/spec/Navigation.d.ts +0 -14
  50. package/build/spec/PersistAsync.d.ts +0 -8
  51. package/build/spec/Polling.d.ts +0 -28
  52. package/build/spec/Promotion.d.ts +0 -20
  53. package/build/spec/Schema.d.ts +0 -191
  54. package/build/spec/Search.d.ts +0 -21
  55. package/build/spec/Step.d.ts +0 -112
  56. package/build/spec/ValidationAsync.d.ts +0 -6
  57. package/build/spec/core.d.ts +0 -47
  58. package/build/spec/responses.d.ts +0 -18
  59. /package/build/{next → spec}/JsonElement.d.ts +0 -0
  60. /package/build/{next → spec}/feature/Action.d.ts +0 -0
  61. /package/build/{next → spec}/feature/ActionBehavior.d.ts +0 -0
  62. /package/build/{next → spec}/feature/ActionType.d.ts +0 -0
  63. /package/build/{next → spec}/feature/Behavior.d.ts +0 -0
  64. /package/build/{next → spec}/feature/ContainerBehavior.d.ts +0 -0
  65. /package/build/{next → spec}/feature/CopyBehavior.d.ts +0 -0
  66. /package/build/{next → spec}/feature/DismissBehavior.d.ts +0 -0
  67. /package/build/{next → spec}/feature/External.d.ts +0 -0
  68. /package/build/{next → spec}/feature/Help.d.ts +0 -0
  69. /package/build/{next → spec}/feature/Link.d.ts +0 -0
  70. /package/build/{next → spec}/feature/LinkBehavior.d.ts +0 -0
  71. /package/build/{next → spec}/feature/LinkHandler.d.ts +0 -0
  72. /package/build/{next → spec}/feature/ModalBehavior.d.ts +0 -0
  73. /package/build/{next → spec}/feature/Navigation.d.ts +0 -0
  74. /package/build/{next → spec}/feature/NavigationBackBehavior.d.ts +0 -0
  75. /package/build/{next → spec}/feature/NavigationStackBehavior.d.ts +0 -0
  76. /package/build/{next → spec}/feature/PersistAsync.d.ts +0 -0
  77. /package/build/{next → spec}/feature/PollingOnError.d.ts +0 -0
  78. /package/build/{next → spec}/feature/StepError.d.ts +0 -0
  79. /package/build/{next → spec}/feature/Suggestions.d.ts +0 -0
  80. /package/build/{next → spec}/feature/SuggestionsValue.d.ts +0 -0
  81. /package/build/{next → spec}/feature/Summary.d.ts +0 -0
  82. /package/build/{next → spec}/feature/SummaryProvider.d.ts +0 -0
  83. /package/build/{next → spec}/feature/SummarySummariser.d.ts +0 -0
  84. /package/build/{next → spec}/feature/UploadSource.d.ts +0 -0
  85. /package/build/{next → spec}/feature/ValidateAsync.d.ts +0 -0
  86. /package/build/{next → spec}/feature/toolbar/Toolbar.d.ts +0 -0
  87. /package/build/{next → spec}/feature/toolbar/ToolbarButton.d.ts +0 -0
  88. /package/build/{next → spec}/feature/toolbar/ToolbarItem.d.ts +0 -0
  89. /package/build/{next → spec}/layout/AlertLayout.d.ts +0 -0
  90. /package/build/{next → spec}/layout/AlertLayoutCallToAction.d.ts +0 -0
  91. /package/build/{next → spec}/layout/BoxLayout.d.ts +0 -0
  92. /package/build/{next → spec}/layout/ButtonLayout.d.ts +0 -0
  93. /package/build/{next → spec}/layout/ColumnsLayout.d.ts +0 -0
  94. /package/build/{next → spec}/layout/ColumnsLayoutBias.d.ts +0 -0
  95. /package/build/{next → spec}/layout/DecisionLayout.d.ts +0 -0
  96. /package/build/{next → spec}/layout/DecisionLayoutOption.d.ts +0 -0
  97. /package/build/{next → spec}/layout/DividerLayout.d.ts +0 -0
  98. /package/build/{next → spec}/layout/FormLayout.d.ts +0 -0
  99. /package/build/{next → spec}/layout/FormLayoutSchemaReference.d.ts +0 -0
  100. /package/build/{next → spec}/layout/HeadingLayout.d.ts +0 -0
  101. /package/build/{next → spec}/layout/ImageLayout.d.ts +0 -0
  102. /package/build/{next → spec}/layout/InfoLayout.d.ts +0 -0
  103. /package/build/{next → spec}/layout/InstructionsLayout.d.ts +0 -0
  104. /package/build/{next → spec}/layout/InstructionsLayoutItem.d.ts +0 -0
  105. /package/build/{next → spec}/layout/ItemCallToAction.d.ts +0 -0
  106. /package/build/{next → spec}/layout/Layout.d.ts +0 -0
  107. /package/build/{next → spec}/layout/ListLayout.d.ts +0 -0
  108. /package/build/{next → spec}/layout/ListLayoutCallToAction.d.ts +0 -0
  109. /package/build/{next → spec}/layout/ListLayoutItem.d.ts +0 -0
  110. /package/build/{next → spec}/layout/ListLayoutStatus.d.ts +0 -0
  111. /package/build/{next → spec}/layout/LoadingIndicatorLayout.d.ts +0 -0
  112. /package/build/{next → spec}/layout/MarkdownLayout.d.ts +0 -0
  113. /package/build/{next → spec}/layout/ModalLayout.d.ts +0 -0
  114. /package/build/{next → spec}/layout/ModalLayoutContent.d.ts +0 -0
  115. /package/build/{next → spec}/layout/ModalLayoutTrigger.d.ts +0 -0
  116. /package/build/{next → spec}/layout/ParagraphLayout.d.ts +0 -0
  117. /package/build/{next → spec}/layout/ProgressLayout.d.ts +0 -0
  118. /package/build/{next → spec}/layout/ReviewLayout.d.ts +0 -0
  119. /package/build/{next → spec}/layout/ReviewLayoutCallToAction.d.ts +0 -0
  120. /package/build/{next → spec}/layout/ReviewLayoutField.d.ts +0 -0
  121. /package/build/{next → spec}/layout/SearchLayout.d.ts +0 -0
  122. /package/build/{next → spec}/layout/SectionLayout.d.ts +0 -0
  123. /package/build/{next → spec}/layout/SectionLayoutCallToAction.d.ts +0 -0
  124. /package/build/{next → spec}/layout/StatusListLayout.d.ts +0 -0
  125. /package/build/{next → spec}/layout/StatusListLayoutItem.d.ts +0 -0
  126. /package/build/{next → spec}/layout/StatusListLayoutStatus.d.ts +0 -0
  127. /package/build/{next → spec}/layout/TabsLayout.d.ts +0 -0
  128. /package/build/{next → spec}/layout/TabsLayoutTab.d.ts +0 -0
  129. /package/build/{next → spec}/misc/AdditionalInfo.d.ts +0 -0
  130. /package/build/{next → spec}/misc/Align.d.ts +0 -0
  131. /package/build/{next → spec}/misc/AutocapitalizationType.d.ts +0 -0
  132. /package/build/{next → spec}/misc/AutocompleteToken.d.ts +0 -0
  133. /package/build/{next → spec}/misc/Context.d.ts +0 -0
  134. /package/build/{next → spec}/misc/HttpMethod.d.ts +0 -0
  135. /package/build/{next → spec}/misc/Icon.d.ts +0 -0
  136. /package/build/{next → spec}/misc/IconNamed.d.ts +0 -0
  137. /package/build/{next → spec}/misc/IconText.d.ts +0 -0
  138. /package/build/{next → spec}/misc/Image.d.ts +0 -0
  139. /package/build/{next → spec}/misc/InlineAlert.d.ts +0 -0
  140. /package/build/{next → spec}/misc/Size.d.ts +0 -0
  141. /package/build/{next → spec}/misc/SupportingValues.d.ts +0 -0
  142. /package/build/{next → spec}/misc/media/AvatarContent.d.ts +0 -0
  143. /package/build/{next → spec}/misc/media/AvatarTextContent.d.ts +0 -0
  144. /package/build/{next → spec}/misc/media/AvatarUriContent.d.ts +0 -0
  145. /package/build/{next → spec}/misc/media/Media.d.ts +0 -0
  146. /package/build/{next → spec}/misc/media/MediaAvatar.d.ts +0 -0
  147. /package/build/{next → spec}/misc/media/MediaImage.d.ts +0 -0
  148. /package/build/{next → spec}/responses/action/ActionResponseBody.d.ts +0 -0
  149. /package/build/{next → spec}/responses/error/ErrorResponseBody.d.ts +0 -0
  150. /package/build/{next → spec}/responses/modal/ModalResponseBody.d.ts +0 -0
  151. /package/build/{next → spec}/responses/search/SearchResponseBody.d.ts +0 -0
  152. /package/build/{next → spec}/responses/search/SearchResult.d.ts +0 -0
  153. /package/build/{next → spec}/responses/search/SearchResultAction.d.ts +0 -0
  154. /package/build/{next → spec}/responses/search/SearchResultSearch.d.ts +0 -0
  155. /package/build/{next → spec}/responses/search/SearchSearchRequest.d.ts +0 -0
  156. /package/build/{next → spec}/schema/ArraySchema.d.ts +0 -0
  157. /package/build/{next → spec}/schema/Schema.d.ts +0 -0
  158. /package/build/{next → spec}/schema/StringSchemaFormat.d.ts +0 -0
@@ -1,18 +0,0 @@
1
- import type { Action } from './Action';
2
- import type { SearchResult } from './Search';
3
- import type { FormErrors, GlobalError } from './Step';
4
- export type ActionResponseBody = {
5
- action: Action;
6
- };
7
- export type ErrorResponseBody = {
8
- error?: GlobalError;
9
- validation?: FormErrors;
10
- refreshUrl?: string;
11
- /**
12
- * @deprecated Please use refreshUrl instead
13
- */
14
- refreshFormUrl?: string;
15
- };
16
- export type SearchResponseBody = {
17
- results: SearchResult[];
18
- };
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes