Skip to content

Commit dedf4ea

Browse files
committed
[BUG][CORE] Regenerate remaining typescript-axios samples affected by anyOf required-intersection
1 parent c8e8442 commit dedf4ea

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

samples/client/petstore/typescript-axios/builds/test-petstore/docs/FruitReq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**cultivar** | **string** | | [default to undefined]
8+
**cultivar** | **string** | | [optional] [default to undefined]
99
**mealy** | **boolean** | | [optional] [default to undefined]
10-
**lengthCm** | **number** | | [default to undefined]
10+
**lengthCm** | **number** | | [optional] [default to undefined]
1111
**sweet** | **boolean** | | [optional] [default to undefined]
1212

1313
## Example

samples/client/petstore/typescript-axios/builds/test-petstore/docs/NullableShape.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The value may be a shape or the \'null\' value. The \'nullable\' attribute was i
77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
99
**shapeType** | **string** | | [default to undefined]
10-
**triangleType** | **string** | | [default to undefined]
11-
**quadrilateralType** | **string** | | [default to undefined]
10+
**triangleType** | **string** | | [optional] [default to undefined]
11+
**quadrilateralType** | **string** | | [optional] [default to undefined]
1212

1313
## Example
1414

samples/client/petstore/typescript-axios/builds/test-petstore/docs/Shape.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**shapeType** | **string** | | [default to undefined]
9-
**triangleType** | **string** | | [default to undefined]
10-
**quadrilateralType** | **string** | | [default to undefined]
9+
**triangleType** | **string** | | [optional] [default to undefined]
10+
**quadrilateralType** | **string** | | [optional] [default to undefined]
1111

1212
## Example
1313

samples/client/petstore/typescript-axios/builds/test-petstore/docs/ShapeOrNull.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The value may be a shape or the \'null\' value. This is introduced in OAS schema
77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
99
**shapeType** | **string** | | [default to undefined]
10-
**triangleType** | **string** | | [default to undefined]
11-
**quadrilateralType** | **string** | | [default to undefined]
10+
**triangleType** | **string** | | [optional] [default to undefined]
11+
**quadrilateralType** | **string** | | [optional] [default to undefined]
1212

1313
## Example
1414

samples/client/petstore/typescript-axios/builds/with-fake-endpoints-models-for-testing-with-http-signature/docs/FruitReq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**cultivar** | **string** | | [default to undefined]
8+
**cultivar** | **string** | | [optional] [default to undefined]
99
**mealy** | **boolean** | | [optional] [default to undefined]
10-
**lengthCm** | **number** | | [default to undefined]
10+
**lengthCm** | **number** | | [optional] [default to undefined]
1111
**sweet** | **boolean** | | [optional] [default to undefined]
1212

1313
## Example

0 commit comments

Comments
 (0)