@techspokes/typescript-wsdl-client 0.1.7 → 0.1.8
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.
- package/README.md +24 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
# TypeScript WSDL Client
|
|
2
2
|
|
|
3
|
-
[](https://github.com/techspokes/typescript-wsdl-client/actions/workflows/ci.yml)
|
|
4
|
-
[](https://www.npmjs.com/package/@techspokes/typescript-wsdl-client)
|
|
5
3
|
[](LICENSE)
|
|
4
|
+
[](https://github.com/techspokes/typescript-wsdl-client/actions/workflows/ci.yml)
|
|
5
|
+
[](https://www.npmjs.com/package/@techspokes/typescript-wsdl-client)
|
|
6
|
+
[](https://www.npmjs.com/package/@techspokes/typescript-wsdl-client)
|
|
7
|
+
[](https://github.com/techspokes/typescript-wsdl-client/stargazers)
|
|
8
|
+
[](https://github.com/techspokes/typescript-wsdl-client/network/members)
|
|
9
|
+
[](https://github.com/techspokes/typescript-wsdl-client/watchers)
|
|
10
|
+
|
|
11
|
+
[](https://github.com/techspokes)
|
|
12
|
+
[](https://github.com/sponsors/TechSpokes)
|
|
6
13
|
|
|
7
14
|
**TypeScript WSDL → SOAP client generator.**
|
|
8
15
|
Reads WSDL/XSD (with imports) and emits a small, typed client you can compile into your app.
|
|
@@ -243,3 +250,18 @@ Node 20+ supported.
|
|
|
243
250
|
|
|
244
251
|
MIT © TechSpokes.
|
|
245
252
|
*The tool is MIT-licensed. Generated artifacts are owned by you; the tool imposes no license on generated files.*
|
|
253
|
+
|
|
254
|
+
---
|
|
255
|
+
|
|
256
|
+
## 💖 Sponsors
|
|
257
|
+
|
|
258
|
+
**Silver Sponsors**
|
|
259
|
+
- Your Name Here!
|
|
260
|
+
|
|
261
|
+
**Gold Sponsors**
|
|
262
|
+
- [Your Name or Company](https://your-link-here.com)
|
|
263
|
+
|
|
264
|
+
**Platinum Sponsors**
|
|
265
|
+
- [Your Name or Company](https://your-link-here.com) – 30-min one-to-one video meeting on AI, business automations, vacation rentals industry, development, tools, or a subject of your choice.
|
|
266
|
+
|
|
267
|
+
Want to see your name or company here? [Become a sponsor!](https://github.com/sponsors/TechSpokes)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techspokes/typescript-wsdl-client",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "TypeScript WSDL → SOAP client generator with full xs:attribute support, complex types, sequences, inheritance, and namespace-collision merging.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"wsdl",
|