@ahoo-wang/fetcher-generator 3.12.21 → 3.13.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.
- package/dist/cli.cjs +1 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +19 -18
- package/dist/index.js.map +1 -1
- package/dist/model/wowTypeMapping.d.ts +1 -0
- package/dist/model/wowTypeMapping.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -10,6 +10,7 @@ export declare const WOW_TYPE_MAPPING: {
|
|
|
10
10
|
'wow.api.RecoverableType': string;
|
|
11
11
|
'wow.api.command.DefaultDeleteAggregate': string;
|
|
12
12
|
'wow.api.command.DefaultRecoverAggregate': string;
|
|
13
|
+
'wow.api.abac.DefaultApplyResourceTags': string;
|
|
13
14
|
'wow.api.messaging.FunctionInfoData': string;
|
|
14
15
|
'wow.api.messaging.FunctionKind': string;
|
|
15
16
|
'wow.api.modeling.AggregateId': string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wowTypeMapping.d.ts","sourceRoot":"","sources":["../../src/model/wowTypeMapping.ts"],"names":[],"mappings":"AAaA,8CAA8C;AAC9C,eAAO,MAAM,eAAe,2BAA2B,CAAC;AAExD,4DAA4D;AAC5D,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"wowTypeMapping.d.ts","sourceRoot":"","sources":["../../src/model/wowTypeMapping.ts"],"names":[],"mappings":"AAaA,8CAA8C;AAC9C,eAAO,MAAM,eAAe,2BAA2B,CAAC;AAExD,4DAA4D;AAC5D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgC5B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ahoo-wang/fetcher-generator",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.13.0",
|
|
4
4
|
"description": "A powerful TypeScript code generation tool that automatically generates type-safe API client code based on OpenAPI specifications. It is designed for general use cases and is also deeply optimized for the [Wow](https://github.com/Ahoo-Wang/Wow) Domain-Driven Design framework, providing native support for the CQRS architectural pattern.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fetch",
|