@@ -299,6 +299,7 @@ pub mod coresdk {
299299 failure_info : Some ( failure:: FailureInfo :: CanceledFailureInfo (
300300 CanceledFailureInfo {
301301 details : details. map ( Into :: into) ,
302+ identity : Default :: default ( ) ,
302303 } ,
303304 ) ) ,
304305 ..Default :: default ( )
@@ -1638,6 +1639,11 @@ pub mod temporal {
16381639 tonic:: include_proto!( "temporal.api.batch.v1" ) ;
16391640 }
16401641 }
1642+ pub mod callback {
1643+ pub mod v1 {
1644+ tonic:: include_proto!( "temporal.api.callback.v1" ) ;
1645+ }
1646+ }
16411647 pub mod command {
16421648 pub mod v1 {
16431649 tonic:: include_proto!( "temporal.api.command.v1" ) ;
@@ -2164,6 +2170,11 @@ pub mod temporal {
21642170 }
21652171 }
21662172 }
2173+ pub mod compute {
2174+ pub mod v1 {
2175+ tonic:: include_proto!( "temporal.api.compute.v1" ) ;
2176+ }
2177+ }
21672178 pub mod deployment {
21682179 pub mod v1 {
21692180 tonic:: include_proto!( "temporal.api.deployment.v1" ) ;
@@ -2398,6 +2409,8 @@ pub mod temporal {
23982409 Attributes :: WorkflowExecutionPausedEventAttributes ( _) => true ,
23992410 // !! Ignorable !!
24002411 Attributes :: WorkflowExecutionUnpausedEventAttributes ( _) => true ,
2412+ // !! Ignorable !!
2413+ Attributes :: WorkflowExecutionTimeSkippingTransitionedEventAttributes ( _) => true ,
24012414 }
24022415 } else {
24032416 false
@@ -2479,6 +2492,7 @@ pub mod temporal {
24792492 Attributes :: NexusOperationCancelRequestFailedEventAttributes ( _) => { EventType :: NexusOperationCancelRequestFailed }
24802493 Attributes :: WorkflowExecutionPausedEventAttributes ( _) => { EventType :: WorkflowExecutionPaused }
24812494 Attributes :: WorkflowExecutionUnpausedEventAttributes ( _) => { EventType :: WorkflowExecutionUnpaused }
2495+ Attributes :: WorkflowExecutionTimeSkippingTransitionedEventAttributes ( _) => { EventType :: WorkflowExecutionTimeSkippingTransitioned }
24822496 }
24832497 }
24842498 }
0 commit comments