Commit 6680f99
committed
fix(comms): refactor wsdl generation to use minOccurs
* refactors the wsdl->ts generation utility to respect the "minOccurs"
properties in WSDL definitions
* removes the Partial<...> wrapper for requests in generated functions
* exposes an optional "abortSignal" param to all service endpoints, so
that consumers can define their own AbortSignals and they be passed
thru to ESPConnection.send(...)
* tightens up several instances of looser typing
* regenerated services based upon these changes
* corrected the url for the wsdl-esdlconfig and wsdl-resources tasks
in package.json
Signed-off-by: Jeremy Clements <79224539+jeclrsg@users.noreply.github.com>1 parent 5eae9ca commit 6680f99
File tree
20 files changed
+7114
-1644
lines changed- packages/comms
- src/services
- wsdl
- FileSpray/v1.27
- WsCloud/v1.02
- WsDFUXRef/v1.04
- WsDali/v1.07
- WsDfu/v1.68
- WsESDLConfig/v1.5
- WsFileIO/v1.01
- WsPackageProcess/v1.08
- WsSasha/v1.01
- WsTopology/v1.33
- WsWorkunits/v2.05
- ws_access/v1.17
- ws_account/v1.07
- ws_codesign/v1.1
- ws_elk/v1
- wsstore/v1.02
- utils
20 files changed
+7114
-1644
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments