@tmdjr/ngx-mfe-orchestrator-contracts 0.0.46 → 0.0.47

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.
@@ -17,5 +17,5 @@ export type CreateMfeRemoteDto = {
17
17
  structuralOverridesFooter?: StructuralOverrideMode;
18
18
  structuralSubType?: StructuralSubType;
19
19
  requiresAuth?: boolean;
20
- isAuth?: boolean;
20
+ isAdmin?: boolean;
21
21
  };
@@ -13,6 +13,6 @@ export type MfeRemoteDto = {
13
13
  archived: boolean;
14
14
  useRoutes: boolean;
15
15
  requiresAuth: boolean;
16
- isAuth: boolean;
16
+ isAdmin: boolean;
17
17
  __v: number;
18
18
  };
@@ -17,5 +17,5 @@ export type UpdateMfeRemoteDto = {
17
17
  structuralOverridesFooter?: StructuralOverrideMode;
18
18
  structuralSubType?: StructuralSubType;
19
19
  requiresAuth?: boolean;
20
- isAuth?: boolean;
20
+ isAdmin?: boolean;
21
21
  };
@@ -153,7 +153,7 @@ export interface components {
153
153
  structuralOverridesFooter?: components["schemas"]["StructuralOverrideMode"];
154
154
  structuralSubType?: components["schemas"]["StructuralSubType"];
155
155
  requiresAuth?: boolean;
156
- isAuth?: boolean;
156
+ isAdmin?: boolean;
157
157
  };
158
158
  MfeRemoteDto: {
159
159
  _id: string;
@@ -173,7 +173,7 @@ export interface components {
173
173
  archived: boolean;
174
174
  useRoutes: boolean;
175
175
  requiresAuth: boolean;
176
- isAuth: boolean;
176
+ isAdmin: boolean;
177
177
  __v: number;
178
178
  };
179
179
  UpdateMfeRemoteDto: {
@@ -191,7 +191,7 @@ export interface components {
191
191
  structuralOverridesFooter?: components["schemas"]["StructuralOverrideMode"];
192
192
  structuralSubType?: components["schemas"]["StructuralSubType"];
193
193
  requiresAuth?: boolean;
194
- isAuth?: boolean;
194
+ isAdmin?: boolean;
195
195
  };
196
196
  };
197
197
  responses: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmdjr/ngx-mfe-orchestrator-contracts",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "description": "Types & runtime enums generated from NGX MFE Orchestrator OpenAPI spec",
5
5
  "license": "MIT",
6
6
  "private": false,