Skip to content

Commit 588c33a

Browse files
Update samples
1 parent 10615f0 commit 588c33a

File tree

22 files changed

+25
-25
lines changed

22 files changed

+25
-25
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0-SNAPSHOT
1+
7.11.0-SNAPSHOT

samples/server/petstore/rust-axum/output/apikey-auths/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ server, you can easily generate a server stub.
1212
To see how to make this your own, look here: [README]((https://openapi-generator.tech))
1313

1414
- API version: 1.0.0
15-
- Generator version: 7.10.0-SNAPSHOT
15+
- Generator version: 7.11.0-SNAPSHOT
1616

1717

1818

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0-SNAPSHOT
1+
7.11.0-SNAPSHOT

samples/server/petstore/rust-axum/output/multipart-v3/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ server, you can easily generate a server stub.
1212
To see how to make this your own, look here: [README]((https://openapi-generator.tech))
1313

1414
- API version: 1.0.7
15-
- Generator version: 7.10.0-SNAPSHOT
15+
- Generator version: 7.11.0-SNAPSHOT
1616

1717

1818

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0-SNAPSHOT
1+
7.11.0-SNAPSHOT

samples/server/petstore/rust-axum/output/openapi-v3/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ server, you can easily generate a server stub.
1212
To see how to make this your own, look here: [README]((https://openapi-generator.tech))
1313

1414
- API version: 1.0.7
15-
- Generator version: 7.10.0-SNAPSHOT
15+
- Generator version: 7.11.0-SNAPSHOT
1616

1717

1818

samples/server/petstore/rust-axum/output/openapi-v3/src/models.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1827,7 +1827,7 @@ impl NullableTest {
18271827
NullableTest {
18281828
nullable,
18291829
nullable_with_null_default: None,
1830-
nullable_with_present_default: Some(Nullable::Present("default".to_string())),
1830+
nullable_with_present_default: Some(Nullable::Present(r#"default"#.to_string())),
18311831
nullable_with_no_default: None,
18321832
nullable_array: None,
18331833
min_item_test: None,
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0-SNAPSHOT
1+
7.11.0-SNAPSHOT

samples/server/petstore/rust-axum/output/ops-v3/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ server, you can easily generate a server stub.
1212
To see how to make this your own, look here: [README]((https://openapi-generator.tech))
1313

1414
- API version: 0.0.1
15-
- Generator version: 7.10.0-SNAPSHOT
15+
- Generator version: 7.11.0-SNAPSHOT
1616

1717

1818

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0-SNAPSHOT
1+
7.11.0-SNAPSHOT

samples/server/petstore/rust-axum/output/petstore-with-fake-endpoints-models-for-testing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ server, you can easily generate a server stub.
1212
To see how to make this your own, look here: [README]((https://openapi-generator.tech))
1313

1414
- API version: 1.0.0
15-
- Generator version: 7.10.0-SNAPSHOT
15+
- Generator version: 7.11.0-SNAPSHOT
1616

1717

1818

samples/server/petstore/rust-axum/output/petstore-with-fake-endpoints-models-for-testing/src/models.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ impl Animal {
309309
pub fn new(class_name: String) -> Animal {
310310
Animal {
311311
class_name,
312-
color: Some("red".to_string()),
312+
color: Some(r#"red"#.to_string()),
313313
}
314314
}
315315
}
@@ -1460,7 +1460,7 @@ impl Cat {
14601460
pub fn new(class_name: String) -> Cat {
14611461
Cat {
14621462
class_name,
1463-
color: Some("red".to_string()),
1463+
color: Some(r#"red"#.to_string()),
14641464
declawed: None,
14651465
}
14661466
}
@@ -2041,7 +2041,7 @@ impl Dog {
20412041
pub fn new(class_name: String) -> Dog {
20422042
Dog {
20432043
class_name,
2044-
color: Some("red".to_string()),
2044+
color: Some(r#"red"#.to_string()),
20452045
breed: None,
20462046
}
20472047
}
@@ -5858,7 +5858,7 @@ impl TestEnumParametersRequest {
58585858
#[allow(clippy::new_without_default, clippy::too_many_arguments)]
58595859
pub fn new() -> TestEnumParametersRequest {
58605860
TestEnumParametersRequest {
5861-
enum_form_string: Some("-efg".to_string()),
5861+
enum_form_string: Some(r#"-efg"#.to_string()),
58625862
}
58635863
}
58645864
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0-SNAPSHOT
1+
7.11.0-SNAPSHOT

samples/server/petstore/rust-axum/output/petstore/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ server, you can easily generate a server stub.
1212
To see how to make this your own, look here: [README]((https://openapi-generator.tech))
1313

1414
- API version: 1.0.0
15-
- Generator version: 7.10.0-SNAPSHOT
15+
- Generator version: 7.11.0-SNAPSHOT
1616

1717

1818

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0-SNAPSHOT
1+
7.11.0-SNAPSHOT

samples/server/petstore/rust-axum/output/ping-bearer-auth/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ server, you can easily generate a server stub.
1212
To see how to make this your own, look here: [README]((https://openapi-generator.tech))
1313

1414
- API version: 1.0
15-
- Generator version: 7.10.0-SNAPSHOT
15+
- Generator version: 7.11.0-SNAPSHOT
1616

1717

1818

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0-SNAPSHOT
1+
7.11.0-SNAPSHOT

samples/server/petstore/rust-axum/output/rust-axum-header-uuid/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ server, you can easily generate a server stub.
1212
To see how to make this your own, look here: [README]((https://openapi-generator.tech))
1313

1414
- API version: 0.1.9
15-
- Generator version: 7.10.0-SNAPSHOT
15+
- Generator version: 7.11.0-SNAPSHOT
1616

1717

1818

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0-SNAPSHOT
1+
7.11.0-SNAPSHOT

samples/server/petstore/rust-axum/output/rust-axum-test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ server, you can easily generate a server stub.
1212
To see how to make this your own, look here: [README]((https://openapi-generator.tech))
1313

1414
- API version: 2.3.4
15-
- Generator version: 7.10.0-SNAPSHOT
15+
- Generator version: 7.11.0-SNAPSHOT
1616

1717

1818

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0-SNAPSHOT
1+
7.11.0-SNAPSHOT

samples/server/petstore/rust-axum/output/rust-axum-validation-test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ server, you can easily generate a server stub.
1212
To see how to make this your own, look here: [README]((https://openapi-generator.tech))
1313

1414
- API version: 0.0.1
15-
- Generator version: 7.10.0-SNAPSHOT
15+
- Generator version: 7.11.0-SNAPSHOT
1616

1717

1818

0 commit comments

Comments
 (0)