@ama-sdk/schematics 13.3.0-prerelease.3 → 13.3.0-prerelease.30
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/package.json +19 -20
- package/schematics/typescript/core/openapi-codegen-typescript/target/typescriptFetch-openapi-generator-tests.jar +0 -0
- package/schematics/typescript/core/openapi-codegen-typescript/target/typescriptFetch-openapi-generator.jar +0 -0
- package/schematics/typescript/mock/templates/__dasherizeModelName__.mock.ts.template +1 -1
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/schematics",
|
|
3
|
-
"version": "13.3.0-prerelease.
|
|
3
|
+
"version": "13.3.0-prerelease.30",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
7
|
"description": "Swagger specification SDK Generator by schematics",
|
|
8
|
-
"typings": "./src/public_api.d.ts",
|
|
9
|
-
"main": "./src/public_api.js",
|
|
10
8
|
"types": "./src/public_api.d.ts",
|
|
9
|
+
"main": "./src/public_api.js",
|
|
11
10
|
"scripts": {
|
|
12
11
|
"nx": "nx",
|
|
13
12
|
"ng": "yarn nx",
|
|
@@ -62,12 +61,12 @@
|
|
|
62
61
|
}
|
|
63
62
|
},
|
|
64
63
|
"peerDependencies": {
|
|
65
|
-
"@ama-sdk/core": "^13.3.0-prerelease.
|
|
64
|
+
"@ama-sdk/core": "^13.3.0-prerelease.30",
|
|
66
65
|
"@angular-devkit/core": "^20.0.0",
|
|
67
66
|
"@angular-devkit/schematics-cli": "^20.0.0",
|
|
68
67
|
"@angular/cli": "^20.0.0",
|
|
69
|
-
"@o3r/schematics": "^13.3.0-prerelease.
|
|
70
|
-
"@o3r/telemetry": "^13.3.0-prerelease.
|
|
68
|
+
"@o3r/schematics": "^13.3.0-prerelease.30",
|
|
69
|
+
"@o3r/telemetry": "^13.3.0-prerelease.30",
|
|
71
70
|
"@openapitools/openapi-generator-cli": "^2.15.0",
|
|
72
71
|
"openapi-types": "^12.0.0",
|
|
73
72
|
"ts-node": "~10.9.2",
|
|
@@ -77,7 +76,7 @@
|
|
|
77
76
|
"dependencies": {
|
|
78
77
|
"@angular-devkit/core": "~20.3.0",
|
|
79
78
|
"@angular-devkit/schematics": "~20.3.0",
|
|
80
|
-
"@o3r/schematics": "^13.3.0-prerelease.
|
|
79
|
+
"@o3r/schematics": "^13.3.0-prerelease.30",
|
|
81
80
|
"chokidar": "^4.0.3",
|
|
82
81
|
"globby": "^11.1.0",
|
|
83
82
|
"js-yaml": "^4.1.0",
|
|
@@ -88,31 +87,31 @@
|
|
|
88
87
|
"tslib": "^2.6.2"
|
|
89
88
|
},
|
|
90
89
|
"devDependencies": {
|
|
91
|
-
"@ama-sdk/core": "^13.3.0-prerelease.
|
|
90
|
+
"@ama-sdk/core": "^13.3.0-prerelease.30",
|
|
92
91
|
"@angular-devkit/schematics-cli": "~20.3.0",
|
|
93
92
|
"@angular/cli": "~20.3.0",
|
|
94
93
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
95
94
|
"@nx/eslint-plugin": "~21.6.0",
|
|
96
95
|
"@nx/jest": "~21.6.0",
|
|
97
|
-
"@o3r/build-helpers": "^13.3.0-prerelease.
|
|
98
|
-
"@o3r/eslint-plugin": "^13.3.0-prerelease.
|
|
99
|
-
"@o3r/telemetry": "^13.3.0-prerelease.
|
|
100
|
-
"@o3r/test-helpers": "^13.3.0-prerelease.
|
|
101
|
-
"@openapitools/openapi-generator-cli": "~2.
|
|
96
|
+
"@o3r/build-helpers": "^13.3.0-prerelease.30",
|
|
97
|
+
"@o3r/eslint-plugin": "^13.3.0-prerelease.30",
|
|
98
|
+
"@o3r/telemetry": "^13.3.0-prerelease.30",
|
|
99
|
+
"@o3r/test-helpers": "^13.3.0-prerelease.30",
|
|
100
|
+
"@openapitools/openapi-generator-cli": "~2.25.0",
|
|
102
101
|
"@schematics/angular": "~20.3.0",
|
|
103
|
-
"@stylistic/eslint-plugin": "~5.
|
|
102
|
+
"@stylistic/eslint-plugin": "~5.5.0",
|
|
104
103
|
"@types/jest": "~29.5.2",
|
|
105
104
|
"@types/js-yaml": "^4.0.5",
|
|
106
105
|
"@types/minimist": "^1.2.2",
|
|
107
106
|
"@types/node": "~22.18.0",
|
|
108
107
|
"@types/pid-from-port": "^1.1.0",
|
|
109
108
|
"@types/semver": "^7.3.13",
|
|
110
|
-
"@typescript-eslint/parser": "~8.
|
|
111
|
-
"angular-eslint": "~20.
|
|
109
|
+
"@typescript-eslint/parser": "~8.46.0",
|
|
110
|
+
"angular-eslint": "~20.4.0",
|
|
112
111
|
"commit-and-tag-version": "^12.0.0",
|
|
113
112
|
"copyfiles": "^2.4.1",
|
|
114
113
|
"cpy-cli": "^6.0.0",
|
|
115
|
-
"eslint": "~9.
|
|
114
|
+
"eslint": "~9.38.0",
|
|
116
115
|
"eslint-import-resolver-node": "~0.3.9",
|
|
117
116
|
"eslint-import-resolver-typescript": "~4.4.0",
|
|
118
117
|
"eslint-plugin-import": "~2.32.0",
|
|
@@ -121,7 +120,7 @@
|
|
|
121
120
|
"eslint-plugin-jsdoc": "~54.7.0",
|
|
122
121
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
123
122
|
"eslint-plugin-unicorn": "~60.0.0",
|
|
124
|
-
"eslint-plugin-unused-imports": "~4.
|
|
123
|
+
"eslint-plugin-unused-imports": "~4.3.0",
|
|
125
124
|
"globals": "^16.0.0",
|
|
126
125
|
"isomorphic-fetch": "~3.0.0",
|
|
127
126
|
"jest": "~29.7.0",
|
|
@@ -138,7 +137,7 @@
|
|
|
138
137
|
"ts-node": "~10.9.2",
|
|
139
138
|
"type-fest": "^4.30.1",
|
|
140
139
|
"typescript": "~5.9.2",
|
|
141
|
-
"typescript-eslint": "~8.
|
|
140
|
+
"typescript-eslint": "~8.46.0"
|
|
142
141
|
},
|
|
143
142
|
"generatorDependencies": {
|
|
144
143
|
"@angular-eslint/eslint-plugin": "~20.0.0",
|
|
@@ -147,7 +146,7 @@
|
|
|
147
146
|
"@swc/cli": "~0.7.7",
|
|
148
147
|
"@swc/core": "~1.13.0",
|
|
149
148
|
"@swc/helpers": "~0.5.0",
|
|
150
|
-
"@typescript-eslint/eslint-plugin": "~8.
|
|
149
|
+
"@typescript-eslint/eslint-plugin": "~8.46.0",
|
|
151
150
|
"jest-junit": "~16.0.0",
|
|
152
151
|
"lint-staged": "^16.0.0",
|
|
153
152
|
"minimist": "^1.2.6",
|
|
Binary file
|
|
Binary file
|
|
@@ -77,7 +77,7 @@ export interface Combine<%= apiModel %>Config <% if (identified) { %>extends Com
|
|
|
77
77
|
* @param items the items to be combined
|
|
78
78
|
* @param config the combine configuration
|
|
79
79
|
*/
|
|
80
|
-
export function combine<%=
|
|
80
|
+
export function combine<%= apiModels %>(
|
|
81
81
|
items: RecursivePartial<<%= apiModel %>>[] = [<%= apiModel %>Repository.DEFAULT],
|
|
82
82
|
<% if (!identified) { %>_<% } %>config: Partial<Combine<%= apiModel %>Config> = {}
|
|
83
83
|
): CombineResult<Mock<%= apiModel %>> {
|