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.
@@ -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;
@@ -834,7 +834,7 @@ export interface operations {
834
834
  };
835
835
  };
836
836
  };
837
- TagGroupController_findAllGrouped: {
837
+ TagGroupController_findAllWithTags: {
838
838
  parameters: {
839
839
  query?: never;
840
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.16",
3
+ "version": "0.4.0-EXPO-212.3",
4
4
  "description": "",
5
5
  "author": "Expo",
6
6
  "private": false,