Skip to content

Commit dcae9a3

Browse files
committed
update samples, doc
1 parent eb103b5 commit dcae9a3

File tree

17 files changed

+35
-12
lines changed

17 files changed

+35
-12
lines changed

docs/generators/javascript-flowtyped.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
3636
|snapshot|When setting this property to true, the version will be suffixed with -SNAPSHOT.yyyyMMddHHmm| |false|
3737
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
3838
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
39-
|supportsES6|Generate code that conforms to ES6.| |false|
4039

4140
## IMPORT MAPPING
4241

docs/generators/typescript-angular.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
4747
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
4848
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
4949
|stringEnums|Generate string enums instead of objects for enum values.| |false|
50-
|supportsES6|Generate code that conforms to ES6.| |false|
5150
|taggedUnions|Use discriminators to create tagged unions instead of extending interfaces.| |false|
5251
|useSingleRequestParameter|Setting this property to true will generate functions with a single argument containing all API endpoint parameters instead of one argument per parameter.| |false|
5352
|withInterfaces|Setting this property to true will generate interfaces next to the default class implementations.| |false|

docs/generators/typescript-aurelia.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
3535
|snapshot|When setting this property to true, the version will be suffixed with -SNAPSHOT.yyyyMMddHHmm| |false|
3636
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
3737
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
38-
|supportsES6|Generate code that conforms to ES6.| |false|
3938

4039
## IMPORT MAPPING
4140

docs/generators/typescript-axios.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
3838
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
3939
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
4040
|stringEnums|Generate string enums instead of objects for enum values.| |false|
41-
|supportsES6|Generate code that conforms to ES6.| |false|
4241
|useSingleRequestParameter|Setting this property to true will generate functions with a single argument containing all API endpoint parameters instead of one argument per parameter.| |false|
4342
|withInterfaces|Setting this property to true will generate interfaces next to the default class implementations.| |false|
4443
|withNodeImports|Setting this property to true adds imports for NodeJS| |false|

docs/generators/typescript-fetch.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
4040
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
4141
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
4242
|stringEnums|Generate string enums instead of objects for enum values.| |false|
43-
|supportsES6|Generate code that conforms to ES6.| |false|
4443
|useSingleRequestParameter|Setting this property to true will generate functions with a single argument containing all API endpoint parameters instead of one argument per parameter.| |true|
4544
|withInterfaces|Setting this property to true will generate interfaces next to the default class implementations.| |false|
4645
|withoutRuntimeChecks|Setting this property to true will remove any runtime checks on the request and response payloads. Payloads will be casted to their expected types.| |false|

docs/generators/typescript-inversify.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
3636
|snapshot|When setting this property to true, the version will be suffixed with -SNAPSHOT.yyyyMMddHHmm| |false|
3737
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
3838
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
39-
|supportsES6|Generate code that conforms to ES6.| |false|
4039
|taggedUnions|Use discriminators to create tagged unions instead of extending interfaces.| |false|
4140
|usePromise|Setting this property to use promise instead of observable inside every service.| |false|
4241
|useRxJS6|Setting this property to use rxjs 6 instead of rxjs 5.| |false|

docs/generators/typescript-jquery.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
3737
|snapshot|When setting this property to true, the version will be suffixed with -SNAPSHOT.yyyyMMddHHmm| |false|
3838
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
3939
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
40-
|supportsES6|Generate code that conforms to ES6.| |false|
4140

4241
## IMPORT MAPPING
4342

docs/generators/typescript-nestjs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
4343
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
4444
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
4545
|stringEnums|Generate string enums instead of objects for enum values.| |false|
46-
|supportsES6|Generate code that conforms to ES6.| |false|
4746
|taggedUnions|Use discriminators to create tagged unions instead of extending interfaces.| |false|
4847
|withInterfaces|Setting this property to true will generate interfaces next to the default class implementations.| |false|
4948

docs/generators/typescript-node.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
3636
|snapshot|When setting this property to true, the version will be suffixed with -SNAPSHOT.yyyyMMddHHmm| |false|
3737
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
3838
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
39-
|supportsES6|Generate code that conforms to ES6.| |false|
4039

4140
## IMPORT MAPPING
4241

docs/generators/typescript-redux-query.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
3636
|snapshot|When setting this property to true, the version will be suffixed with -SNAPSHOT.yyyyMMddHHmm| |false|
3737
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
3838
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
39-
|supportsES6|Generate code that conforms to ES6.| |false|
4039
|useSingleRequestParameter|Setting this property to true will generate functions with a single argument containing all API endpoint parameters instead of one argument per parameter.| |true|
4140
|withInterfaces|Setting this property to true will generate interfaces next to the default class implementations.| |false|
4241

0 commit comments

Comments
 (0)