expo-backend-types 0.4.0-EXPO-248-EB-GrupoEtiqueta.16 → 0.4.0-EXPO-212.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,17 +3,17 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
4
|
};
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
exports.FindByGroupTagResponseDto = exports.
|
6
|
+
exports.FindByGroupTagResponseDto = exports.findByGroupTagResponseSchema = void 0;
|
7
7
|
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
8
8
|
const tag_group_dto_1 = require("../../tag-group/dto/tag-group.dto");
|
9
9
|
const tag_dto_1 = require("./tag.dto");
|
10
10
|
const zod_1 = __importDefault(require("zod"));
|
11
|
-
exports.
|
11
|
+
exports.findByGroupTagResponseSchema = zod_1.default.object({
|
12
12
|
tags: zod_1.default.array(tag_dto_1.tagSchema.merge(zod_1.default.object({
|
13
13
|
group: tag_group_dto_1.tagGroupSchema,
|
14
14
|
}))),
|
15
15
|
});
|
16
|
-
class FindByGroupTagResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.
|
16
|
+
class FindByGroupTagResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.findByGroupTagResponseSchema) {
|
17
17
|
}
|
18
18
|
exports.FindByGroupTagResponseDto = FindByGroupTagResponseDto;
|
19
19
|
//# sourceMappingURL=find-by-group-tag.dto.js.map
|
package/dist/types/schema.d.ts
CHANGED
@@ -182,7 +182,7 @@ export interface paths {
|
|
182
182
|
path?: never;
|
183
183
|
cookie?: never;
|
184
184
|
};
|
185
|
-
get: operations["
|
185
|
+
get: operations["TagGroupController_findAllWithTags"];
|
186
186
|
put?: never;
|
187
187
|
post?: never;
|
188
188
|
delete?: never;
|
@@ -834,7 +834,7 @@ export interface operations {
|
|
834
834
|
};
|
835
835
|
};
|
836
836
|
};
|
837
|
-
|
837
|
+
TagGroupController_findAllWithTags: {
|
838
838
|
parameters: {
|
839
839
|
query?: never;
|
840
840
|
header?: never;
|