@rivascva/dt-idl 1.1.36 → 1.1.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.
package/dist/index.d.ts CHANGED
@@ -1103,7 +1103,6 @@ interface operations$1 {
1103
1103
  };
1104
1104
  };
1105
1105
  400: components$1["responses"]["BadRequest"];
1106
- 404: components$1["responses"]["NotFound"];
1107
1106
  500: components$1["responses"]["InternalServerError"];
1108
1107
  };
1109
1108
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivascva/dt-idl",
3
- "version": "1.1.36",
3
+ "version": "1.1.37",
4
4
  "description": "Dream Trade - Interface Definition Language",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -162,8 +162,6 @@ paths:
162
162
  $ref: '#/components/schemas/Portfolio'
163
163
  400:
164
164
  $ref: '#/components/responses/BadRequest'
165
- 404:
166
- $ref: '#/components/responses/NotFound'
167
165
  500:
168
166
  $ref: '#/components/responses/InternalServerError'
169
167
 
@@ -492,7 +492,6 @@ export interface operations {
492
492
  };
493
493
  };
494
494
  400: components["responses"]["BadRequest"];
495
- 404: components["responses"]["NotFound"];
496
495
  500: components["responses"]["InternalServerError"];
497
496
  };
498
497
  };