nicot 1.3.2 → 1.3.3
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3579,7 +3579,7 @@ var _RestfulFactory = class _RestfulFactory {
|
|
|
3579
3579
|
(0, import_swagger6.ApiParam)({ name: "id", type: this.idType, required: true }),
|
|
3580
3580
|
(0, import_swagger6.ApiOkResponse)({ type: this.entityReturnMessageDto }),
|
|
3581
3581
|
(0, import_nesties13.ApiError)(
|
|
3582
|
-
|
|
3582
|
+
404,
|
|
3583
3583
|
`The ${this.entityClassName} with the given id was not found`
|
|
3584
3584
|
)
|
|
3585
3585
|
]);
|