@tmdjr/ngx-mfe-orchestrator-contracts 0.0.30 → 0.0.34

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