@tmdjr/ngx-mfe-orchestrator-contracts 0.0.44 → 0.0.45
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.
|
@@ -152,6 +152,7 @@ export interface components {
|
|
|
152
152
|
structuralOverridesNav?: components["schemas"]["StructuralNavOverrideMode"];
|
|
153
153
|
structuralOverridesFooter?: components["schemas"]["StructuralOverrideMode"];
|
|
154
154
|
structuralSubType?: components["schemas"]["StructuralSubType"];
|
|
155
|
+
requiresAuth?: boolean;
|
|
155
156
|
};
|
|
156
157
|
MfeRemoteDto: {
|
|
157
158
|
_id: string;
|
|
@@ -170,6 +171,7 @@ export interface components {
|
|
|
170
171
|
lastUpdated: string;
|
|
171
172
|
archived: boolean;
|
|
172
173
|
useRoutes: boolean;
|
|
174
|
+
requiresAuth: boolean;
|
|
173
175
|
__v: number;
|
|
174
176
|
};
|
|
175
177
|
UpdateMfeRemoteDto: {
|
|
@@ -186,6 +188,7 @@ export interface components {
|
|
|
186
188
|
structuralOverridesNav?: components["schemas"]["StructuralNavOverrideMode"];
|
|
187
189
|
structuralOverridesFooter?: components["schemas"]["StructuralOverrideMode"];
|
|
188
190
|
structuralSubType?: components["schemas"]["StructuralSubType"];
|
|
191
|
+
requiresAuth?: boolean;
|
|
189
192
|
};
|
|
190
193
|
};
|
|
191
194
|
responses: never;
|