Skip to content

Commit

Permalink
update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-ajmera committed Dec 10, 2024
1 parent d4eff4b commit 853bc63
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions sdk-core-protos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1725,6 +1725,11 @@ pub mod temporal {
}
}
pub mod cloud {
pub mod account {
pub mod v1 {
tonic::include_proto!("temporal.api.cloud.account.v1");
}
}
pub mod cloudservice {
pub mod v1 {
tonic::include_proto!("temporal.api.cloud.cloudservice.v1");
Expand All @@ -1740,6 +1745,11 @@ pub mod temporal {
tonic::include_proto!("temporal.api.cloud.namespace.v1");
}
}
pub mod nexus {
pub mod v1 {
tonic::include_proto!("temporal.api.cloud.nexus.v1");
}
}
pub mod operation {
pub mod v1 {
tonic::include_proto!("temporal.api.cloud.operation.v1");
Expand All @@ -1750,6 +1760,21 @@ pub mod temporal {
tonic::include_proto!("temporal.api.cloud.region.v1");
}
}
pub mod resource {
pub mod v1 {
tonic::include_proto!("temporal.api.cloud.resource.v1");
}
}
pub mod sink {
pub mod v1 {
tonic::include_proto!("temporal.api.cloud.sink.v1");
}
}
pub mod usage {
pub mod v1 {
tonic::include_proto!("temporal.api.cloud.usage.v1");
}
}
}
pub mod common {
pub mod v1 {
Expand Down

0 comments on commit 853bc63

Please sign in to comment.