@wise/dynamic-flow-types 3.3.1 → 3.3.3

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.
@@ -5,7 +5,7 @@ import type { PollingOnError } from './PollingOnError';
5
5
  * The client may continue to another step or end the flow.
6
6
  * ### Example
7
7
  * Given the step below, the client will start making requests to the specified URL every 5 seconds.
8
- * To progress the flow, the response should be a [FlowResponse] with the `X-DF-Response-Type header set accordingly.
8
+ * To progress the flow, the response should be a [FlowResponse] with the `X-DF-Response-Type` header set accordingly.
9
9
  * *Note that older clients only support [ActionResponseBody]*
10
10
  * To continue Polling, the response should have a 2xx status code and an empty body. The client will continue to make requests until the flow progresses or [maxAttempts] is reached.
11
11
  * ```kt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-types",
3
- "version": "3.3.1",
3
+ "version": "3.3.3",
4
4
  "description": "Dynamic Flow TypeScript Types",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -30,15 +30,15 @@
30
30
  "build"
31
31
  ],
32
32
  "devDependencies": {
33
- "@formatjs/cli": "^6.6.4",
34
- "@types/react": "18.3.20",
35
- "esbuild": "0.25.3",
33
+ "@formatjs/cli": "^6.7.1",
34
+ "@types/react": "18.3.21",
35
+ "esbuild": "0.25.4",
36
36
  "npm-run-all2": "7.0.2",
37
37
  "ts-to-zod": "3.6.1",
38
38
  "typescript": "5.8.3"
39
39
  },
40
40
  "dependencies": {
41
- "zod": "3.24.3"
41
+ "zod": "3.24.4"
42
42
  },
43
43
  "scripts": {
44
44
  "dev": "pnpm tsc --noEmit --watch",