@team-supercharge/oasg 16.4.0-feature-aspdotnetcore-generator-swift-openapi-gen-0af9726c.0 → 16.4.0-feature-aspdotnetcore-generator-swift-openapi-gen-48a26ce2.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/bin/oasg +1 -1
- package/config.schema.yml +6 -5
- package/package.json +1 -1
package/bin/oasg
CHANGED
@@ -41,7 +41,7 @@ const DEFAULT_GENERATOR_MAPPING = {
|
|
41
41
|
"feign-kotlin": { version: '7.11.0', generator: 'kotlin-spring' },
|
42
42
|
"flutter": { version: '7.0.1', generator: 'dart-dio' },
|
43
43
|
"ios": { version: '7.0.1', generator: 'swift5' },
|
44
|
-
"swift-openapi-generator": { version:
|
44
|
+
"swift-openapi-generator": { version: '7.0.1', generator: 'swift5' }, // Fake version and generator
|
45
45
|
"kmp": { version: '7.8.0', generator: 'kotlin' },
|
46
46
|
"python": { version: '7.11.0', generator: 'python' },
|
47
47
|
"python-legacy": { version: '7.11.0', generator: 'python-pydantic-v1' },
|
package/config.schema.yml
CHANGED
@@ -19,6 +19,7 @@ properties:
|
|
19
19
|
- $ref: '#/targets/Stubby'
|
20
20
|
- $ref: '#/targets/Android'
|
21
21
|
- $ref: '#/targets/ios'
|
22
|
+
- $ref: '#/targets/SwiftOpenAPIGenerator'
|
22
23
|
- $ref: '#/targets/Python'
|
23
24
|
- $ref: '#/targets/PythonLegacy'
|
24
25
|
- $ref: '#/targets/PythonFastApi'
|
@@ -296,13 +297,13 @@ targets:
|
|
296
297
|
- properties:
|
297
298
|
type:
|
298
299
|
pattern: "^swift-openapi-generator$"
|
299
|
-
|
300
|
+
projectName:
|
300
301
|
type: string
|
301
|
-
|
302
|
+
repository:
|
302
303
|
type: string
|
303
304
|
required:
|
304
|
-
-
|
305
|
-
-
|
305
|
+
- projectName
|
306
|
+
- repository
|
306
307
|
|
307
308
|
Python:
|
308
309
|
allOf:
|
@@ -442,7 +443,7 @@ targets:
|
|
442
443
|
type: string
|
443
444
|
required:
|
444
445
|
- sourceUrl
|
445
|
-
- packageName
|
446
|
+
- packageName
|
446
447
|
|
447
448
|
Kmp:
|
448
449
|
allOf:
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@team-supercharge/oasg",
|
3
|
-
"version": "16.4.0-feature-aspdotnetcore-generator-swift-openapi-gen-
|
3
|
+
"version": "16.4.0-feature-aspdotnetcore-generator-swift-openapi-gen-48a26ce2.0",
|
4
4
|
"description": "Node-based tool to lint OpenAPI documents and generate clients, servers and documentation from them",
|
5
5
|
"author": "Supercharge",
|
6
6
|
"license": "MIT",
|