@rivascva/dt-idl 1.1.39 → 1.1.40

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
@@ -892,6 +892,7 @@ interface operations$1 {
892
892
  };
893
893
  };
894
894
  400: components$1["responses"]["BadRequest"];
895
+ 404: components$1["responses"]["NotFound"];
895
896
  500: components$1["responses"]["InternalServerError"];
896
897
  };
897
898
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivascva/dt-idl",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "description": "Dream Trade - Interface Definition Language",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -31,6 +31,8 @@ paths:
31
31
  $ref: '#/components/schemas/Portfolio'
32
32
  400:
33
33
  $ref: '#/components/responses/BadRequest'
34
+ 404:
35
+ $ref: '#/components/responses/NotFound'
34
36
  500:
35
37
  $ref: '#/components/responses/InternalServerError'
36
38
 
@@ -281,6 +281,7 @@ export interface operations {
281
281
  };
282
282
  };
283
283
  400: components["responses"]["BadRequest"];
284
+ 404: components["responses"]["NotFound"];
284
285
  500: components["responses"]["InternalServerError"];
285
286
  };
286
287
  };