Skip to content

Commit 17e6bf2

Browse files
committed
Revert "Output the public API only in the stack OpenAPI schema"
This reverts commit 4dff3f3.
1 parent 4dff3f3 commit 17e6bf2

File tree

3 files changed

+355
-1
lines changed

3 files changed

+355
-1
lines changed
Binary file not shown.

compiler-rs/compiler-wasm-lib/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fn convert0(json: &str, flavor: &str) -> anyhow::Result<String> {
3131
"all" => None,
3232
"stack" => Some(|a| {
3333
// Generate public and private items for Stack
34-
clients_schema::Flavor::Stack.visibility(a) == Some(Visibility::Public)
34+
clients_schema::Flavor::Stack.available(a)
3535
}),
3636
"serverless" => Some(|a| {
3737
// Generate only public items for Serverless

0 commit comments

Comments
 (0)