@tmdjr/ngx-mfe-orchestrator-contracts 0.0.36 → 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"];
|
|
@@ -168,6 +169,7 @@ export interface components {
|
|
|
168
169
|
/** Format: date-time */
|
|
169
170
|
lastUpdated: string;
|
|
170
171
|
archived: boolean;
|
|
172
|
+
useRoutes: boolean;
|
|
171
173
|
__v: number;
|
|
172
174
|
};
|
|
173
175
|
UpdateMfeRemoteDto: {
|
|
@@ -177,6 +179,7 @@ export interface components {
|
|
|
177
179
|
status?: string;
|
|
178
180
|
description?: string;
|
|
179
181
|
archived?: boolean;
|
|
182
|
+
useRoutes?: boolean;
|
|
180
183
|
type?: components["schemas"]["MfeRemoteType"];
|
|
181
184
|
structuralOverrides?: components["schemas"]["StructuralOverridesDto"];
|
|
182
185
|
structuralOverridesHeader?: components["schemas"]["StructuralOverrideMode"];
|