Skip to content

Commit 560a82f

Browse files
authored
Merge branch 'main' into fix/openapi-discriminator-enum
2 parents 8c14f36 + 101d4b1 commit 560a82f

File tree

58 files changed

+10
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+10
-65
lines changed

cloudplatform/connectivity-ztis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>io.grpc</groupId>
4949
<artifactId>grpc-bom</artifactId>
50-
<version>1.69.0</version>
50+
<version>1.69.1</version>
5151
<type>pom</type>
5252
<scope>import</scope>
5353
</dependency>

datamodel/openapi/openapi-api-sample/src/main/java/com/sap/cloud/sdk/datamodel/openapi/sample/model/AllOf.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* SodaStore API
77
* API for managing soda products and orders in SodaStore.
88
*
9-
* The version of the OpenAPI document: 1.0.0
109
*
1110
*
1211
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

datamodel/openapi/openapi-api-sample/src/main/java/com/sap/cloud/sdk/datamodel/openapi/sample/model/AnyOf.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* SodaStore API
77
* API for managing soda products and orders in SodaStore.
88
*
9-
* The version of the OpenAPI document: 1.0.0
109
*
1110
*
1211
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

datamodel/openapi/openapi-api-sample/src/main/java/com/sap/cloud/sdk/datamodel/openapi/sample/model/Cola.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* SodaStore API
77
* API for managing soda products and orders in SodaStore.
88
*
9-
* The version of the OpenAPI document: 1.0.0
109
*
1110
*
1211
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

datamodel/openapi/openapi-api-sample/src/main/java/com/sap/cloud/sdk/datamodel/openapi/sample/model/Fanta.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* SodaStore API
77
* API for managing soda products and orders in SodaStore.
88
*
9-
* The version of the OpenAPI document: 1.0.0
109
*
1110
*
1211
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

datamodel/openapi/openapi-api-sample/src/main/java/com/sap/cloud/sdk/datamodel/openapi/sample/model/OneOf.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* SodaStore API
77
* API for managing soda products and orders in SodaStore.
88
*
9-
* The version of the OpenAPI document: 1.0.0
109
*
1110
*
1211
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

datamodel/openapi/openapi-api-sample/src/main/java/com/sap/cloud/sdk/datamodel/openapi/sample/model/OneOfWithDiscriminator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* SodaStore API
77
* API for managing soda products and orders in SodaStore.
88
*
9-
* The version of the OpenAPI document: 1.0.0
109
*
1110
*
1211
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

datamodel/openapi/openapi-api-sample/src/main/java/com/sap/cloud/sdk/datamodel/openapi/sample/model/OneOfWithDiscriminatorAndMapping.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* SodaStore API
77
* API for managing soda products and orders in SodaStore.
88
*
9-
* The version of the OpenAPI document: 1.0.0
109
*
1110
*
1211
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

datamodel/openapi/openapi-api-sample/src/main/java/com/sap/cloud/sdk/datamodel/openapi/sample/model/Order.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* SodaStore API
77
* API for managing soda products and orders in SodaStore.
88
*
9-
* The version of the OpenAPI document: 1.0.0
109
*
1110
*
1211
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

datamodel/openapi/openapi-api-sample/src/main/java/com/sap/cloud/sdk/datamodel/openapi/sample/model/OrderWithTimestamp.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* SodaStore API
77
* API for managing soda products and orders in SodaStore.
88
*
9-
* The version of the OpenAPI document: 1.0.0
109
*
1110
*
1211
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)