expo-backend-types 0.4.0-EXPO-248-EB-GrupoEtiqueta.15 → 0.4.0-EXPO-248-EB-GrupoEtiqueta.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  import z from 'zod';
2
- export declare const findByGroupTagResponseDto: z.ZodObject<{
2
+ export declare const findByGroupTagResponseSchema: z.ZodObject<{
3
3
  tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
4
4
  id: z.ZodString;
5
5
  name: z.ZodString;
@@ -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.findByGroupTagResponseDto = void 0;
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.findByGroupTagResponseDto = zod_1.default.object({
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.findByGroupTagResponseDto) {
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
@@ -182,7 +182,7 @@ export interface paths {
182
182
  path?: never;
183
183
  cookie?: never;
184
184
  };
185
- get: operations["TagGroupController_findAllGrouped"];
185
+ get: operations["TagGroupController_findAllWithTags"];
186
186
  put?: never;
187
187
  post?: never;
188
188
  delete?: never;
@@ -231,7 +231,11 @@ export interface components {
231
231
  expiresIn?: number;
232
232
  };
233
233
  };
234
- ErrorDto: Record<string, never>;
234
+ ErrorDto: {
235
+ message: string[];
236
+ statusCode: number;
237
+ error: string;
238
+ };
235
239
  RefreshResponseDto: {
236
240
  refreshToken: string;
237
241
  accessToken: string;
@@ -830,7 +834,7 @@ export interface operations {
830
834
  };
831
835
  };
832
836
  };
833
- TagGroupController_findAllGrouped: {
837
+ TagGroupController_findAllWithTags: {
834
838
  parameters: {
835
839
  query?: never;
836
840
  header?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-backend-types",
3
- "version": "0.4.0-EXPO-248-EB-GrupoEtiqueta.15",
3
+ "version": "0.4.0-EXPO-248-EB-GrupoEtiqueta.17",
4
4
  "description": "",
5
5
  "author": "Expo",
6
6
  "private": false,