@@ -12,6 +12,8 @@ pub mod application_token_expire_in;
12
12
pub mod background_task_out;
13
13
pub mod background_task_status;
14
14
pub mod background_task_type;
15
+ pub mod connector_in;
16
+ pub mod connector_kind;
15
17
pub mod dashboard_access_out;
16
18
pub mod endpoint_headers_in;
17
19
pub mod endpoint_headers_out;
@@ -75,9 +77,7 @@ pub mod recover_out;
75
77
pub mod replay_in;
76
78
pub mod replay_out;
77
79
pub mod status_code_class;
78
- pub mod template_in;
79
80
pub mod template_out;
80
- pub mod transformation_template_kind;
81
81
pub mod validation_error;
82
82
83
83
#[ rustfmt:: skip]
@@ -94,6 +94,8 @@ pub use self::{
94
94
background_task_out:: BackgroundTaskOut ,
95
95
background_task_status:: BackgroundTaskStatus ,
96
96
background_task_type:: BackgroundTaskType ,
97
+ connector_in:: ConnectorIn ,
98
+ connector_kind:: ConnectorKind ,
97
99
dashboard_access_out:: DashboardAccessOut ,
98
100
endpoint_headers_in:: EndpointHeadersIn ,
99
101
endpoint_headers_out:: EndpointHeadersOut ,
@@ -157,8 +159,6 @@ pub use self::{
157
159
replay_in:: ReplayIn ,
158
160
replay_out:: ReplayOut ,
159
161
status_code_class:: StatusCodeClass ,
160
- template_in:: TemplateIn ,
161
162
template_out:: TemplateOut ,
162
- transformation_template_kind:: TransformationTemplateKind ,
163
163
validation_error:: ValidationError ,
164
164
} ;
0 commit comments