@tmdjr/ngx-mfe-orchestrator-contracts 0.0.36 → 0.0.37

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.
@@ -11,5 +11,6 @@ export type MfeRemoteDto = {
11
11
  description: string;
12
12
  lastUpdated: string;
13
13
  archived: boolean;
14
+ useRoutes: boolean;
14
15
  __v: number;
15
16
  };
@@ -168,6 +168,7 @@ export interface components {
168
168
  /** Format: date-time */
169
169
  lastUpdated: string;
170
170
  archived: boolean;
171
+ useRoutes: boolean;
171
172
  __v: number;
172
173
  };
173
174
  UpdateMfeRemoteDto: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmdjr/ngx-mfe-orchestrator-contracts",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "Types & runtime enums generated from NGX MFE Orchestrator OpenAPI spec",
5
5
  "license": "MIT",
6
6
  "private": false,