@team-supercharge/oasg 14.1.0-feature-csharp-functions-fb4072b5.0 → 14.1.0-feature-csharp-functions-0f8dba22.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/README.md CHANGED
@@ -808,7 +808,7 @@ describe('Auth', function () {
808
808
  "sourceUrl": "https://api.nuget.org/v3/index.json",
809
809
  "apiKey": "apiKey",
810
810
  "packageName": "packageName",
811
- "generatorCustomArgs": "--global-property=models,supportingFiles,modelDocs --additional-properties=netCoreVersion=6.0,nullableReferenceTypes=true,enumValueSuffix="
811
+ "generatorCustomArgs": "--global-property=supportingFiles,modelDocs --additional-properties=nullableReferenceTypes=true,enumValueSuffix="
812
812
  }
813
813
  ```
814
814
 
@@ -817,7 +817,7 @@ describe('Auth', function () {
817
817
  | sourceUrl | Url to where the package will be published | Y | - |
818
818
  | apiKey | Apikey of nuget source | Y | - |
819
819
  | packageName | Name of the generated package | Y | - |
820
- | generatorCustomArgs | Custom arguments of the generator | N | - |
820
+ | generatorCustomArgs | Custom arguments of the generator (--global-property, --additional-properties) | N | - |
821
821
 
822
822
  ---
823
823
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-supercharge/oasg",
3
- "version": "14.1.0-feature-csharp-functions-fb4072b5.0",
3
+ "version": "14.1.0-feature-csharp-functions-0f8dba22.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",
@@ -3,5 +3,13 @@
3
3
  "ARRAY_ITEM_SUFFIX": "",
4
4
  "MAP_ITEM_SUFFIX": "",
5
5
  "SKIP_SCHEMA_REUSE": "true"
6
+ },
7
+ "globalProperties": {
8
+ "models": "",
9
+ "supportingFiles": "",
10
+ "modelDocs": ""
11
+ },
12
+ "additionalProperties": {
13
+ "netCoreVersion": "6.0"
6
14
  }
7
15
  }