expo-backend-types 0.13.0 → 0.14.0-EXPO-249-EB-Modelo.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,71 +0,0 @@
1
- export declare const deleteEventResponseSchema: import("zod").ZodObject<{
2
- id: import("zod").ZodString;
3
- name: import("zod").ZodString;
4
- date: import("zod").ZodDate;
5
- location: import("zod").ZodString;
6
- folderId: import("zod").ZodNullable<import("zod").ZodString>;
7
- tagAssistedId: import("zod").ZodString;
8
- tagConfirmedId: import("zod").ZodString;
9
- supraEventId: import("zod").ZodNullable<import("zod").ZodString>;
10
- created_at: import("zod").ZodDate;
11
- updated_at: import("zod").ZodDate;
12
- }, "strip", import("zod").ZodTypeAny, {
13
- location: string;
14
- id: string;
15
- name: string;
16
- date: Date;
17
- created_at: Date;
18
- updated_at: Date;
19
- folderId: string | null;
20
- tagAssistedId: string;
21
- tagConfirmedId: string;
22
- supraEventId: string | null;
23
- }, {
24
- location: string;
25
- id: string;
26
- name: string;
27
- date: Date;
28
- created_at: Date;
29
- updated_at: Date;
30
- folderId: string | null;
31
- tagAssistedId: string;
32
- tagConfirmedId: string;
33
- supraEventId: string | null;
34
- }>;
35
- declare const DeleteEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
36
- id: import("zod").ZodString;
37
- name: import("zod").ZodString;
38
- date: import("zod").ZodString;
39
- location: import("zod").ZodString;
40
- folderId: import("zod").ZodNullable<import("zod").ZodString>;
41
- tagAssistedId: import("zod").ZodString;
42
- tagConfirmedId: import("zod").ZodString;
43
- supraEventId: import("zod").ZodNullable<import("zod").ZodString>;
44
- created_at: import("zod").ZodString;
45
- updated_at: import("zod").ZodString;
46
- }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
47
- location: string;
48
- id: string;
49
- name: string;
50
- date: string;
51
- created_at: string;
52
- updated_at: string;
53
- folderId: string | null;
54
- tagAssistedId: string;
55
- tagConfirmedId: string;
56
- supraEventId: string | null;
57
- }, {
58
- location: string;
59
- id: string;
60
- name: string;
61
- date: string;
62
- created_at: string;
63
- updated_at: string;
64
- folderId: string | null;
65
- tagAssistedId: string;
66
- tagConfirmedId: string;
67
- supraEventId: string | null;
68
- }>>;
69
- export declare class DeleteEventResponseDto extends DeleteEventResponseDto_base {
70
- }
71
- export {};
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteEventResponseDto = exports.deleteEventResponseSchema = void 0;
4
- const event_dto_1 = require("./event.dto");
5
- const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
6
- exports.deleteEventResponseSchema = event_dto_1.eventSchema;
7
- class DeleteEventResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.deleteEventResponseSchema) {
8
- }
9
- exports.DeleteEventResponseDto = DeleteEventResponseDto;
10
- //# sourceMappingURL=delete-event.dto.js.map