@tmdjr/ngx-mfe-orchestrator-contracts 0.0.37 → 0.0.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -145,6 +145,7 @@ export interface components {
|
|
|
145
145
|
status?: string;
|
|
146
146
|
description?: string;
|
|
147
147
|
archived?: boolean;
|
|
148
|
+
useRoutes?: boolean;
|
|
148
149
|
type: components["schemas"]["MfeRemoteType"];
|
|
149
150
|
structuralOverrides?: components["schemas"]["StructuralOverridesDto"];
|
|
150
151
|
structuralOverridesHeader?: components["schemas"]["StructuralOverrideMode"];
|
|
@@ -178,6 +179,7 @@ export interface components {
|
|
|
178
179
|
status?: string;
|
|
179
180
|
description?: string;
|
|
180
181
|
archived?: boolean;
|
|
182
|
+
useRoutes?: boolean;
|
|
181
183
|
type?: components["schemas"]["MfeRemoteType"];
|
|
182
184
|
structuralOverrides?: components["schemas"]["StructuralOverridesDto"];
|
|
183
185
|
structuralOverridesHeader?: components["schemas"]["StructuralOverrideMode"];
|