expo-backend-types 0.15.0-EXPO-244-EB-CSV.4 → 0.15.0-EXPO-249-EB-Modelo.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,6 +48,7 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
48
48
  secondaryPhoneNumber: string | null;
49
49
  fullName: string;
50
50
  profilePictureUrl: string | null;
51
+ mail: string | null;
51
52
  created_at: Date;
52
53
  updated_at: Date;
53
54
  shortId: number;
@@ -55,7 +56,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
55
56
  gender: string | null;
56
57
  birthDate: Date | null;
57
58
  instagram: string | null;
58
- mail: string | null;
59
59
  dni: string | null;
60
60
  alternativeNames: string[];
61
61
  birthLocationId: string | null;
@@ -68,6 +68,7 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
68
68
  secondaryPhoneNumber: string | null;
69
69
  fullName: string;
70
70
  profilePictureUrl: string | null;
71
+ mail: string | null;
71
72
  created_at: Date;
72
73
  updated_at: Date;
73
74
  shortId: number;
@@ -75,7 +76,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
75
76
  gender: string | null;
76
77
  birthDate: string | null;
77
78
  instagram: string | null;
78
- mail: string | null;
79
79
  dni: string | null;
80
80
  alternativeNames: string[];
81
81
  birthLocationId: string | null;
@@ -90,6 +90,7 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
90
90
  secondaryPhoneNumber: string | null;
91
91
  fullName: string;
92
92
  profilePictureUrl: string | null;
93
+ mail: string | null;
93
94
  created_at: Date;
94
95
  updated_at: Date;
95
96
  shortId: number;
@@ -97,7 +98,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
97
98
  gender: string | null;
98
99
  birthDate: Date | null;
99
100
  instagram: string | null;
100
- mail: string | null;
101
101
  dni: string | null;
102
102
  alternativeNames: string[];
103
103
  birthLocationId: string | null;
@@ -112,6 +112,7 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
112
112
  secondaryPhoneNumber: string | null;
113
113
  fullName: string;
114
114
  profilePictureUrl: string | null;
115
+ mail: string | null;
115
116
  created_at: Date;
116
117
  updated_at: Date;
117
118
  shortId: number;
@@ -119,7 +120,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
119
120
  gender: string | null;
120
121
  birthDate: string | null;
121
122
  instagram: string | null;
122
- mail: string | null;
123
123
  dni: string | null;
124
124
  alternativeNames: string[];
125
125
  birthLocationId: string | null;
@@ -155,6 +155,7 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
155
155
  secondaryPhoneNumber: string | null;
156
156
  fullName: string;
157
157
  profilePictureUrl: string | null;
158
+ mail: string | null;
158
159
  created_at: string;
159
160
  updated_at: string;
160
161
  shortId: number;
@@ -162,7 +163,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
162
163
  gender: string | null;
163
164
  birthDate: Date | null;
164
165
  instagram: string | null;
165
- mail: string | null;
166
166
  dni: string | null;
167
167
  alternativeNames: string[];
168
168
  birthLocationId: string | null;
@@ -175,6 +175,7 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
175
175
  secondaryPhoneNumber: string | null;
176
176
  fullName: string;
177
177
  profilePictureUrl: string | null;
178
+ mail: string | null;
178
179
  created_at: string;
179
180
  updated_at: string;
180
181
  shortId: number;
@@ -182,7 +183,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
182
183
  gender: string | null;
183
184
  birthDate: string | null;
184
185
  instagram: string | null;
185
- mail: string | null;
186
186
  dni: string | null;
187
187
  alternativeNames: string[];
188
188
  birthLocationId: string | null;
@@ -197,6 +197,7 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
197
197
  secondaryPhoneNumber: string | null;
198
198
  fullName: string;
199
199
  profilePictureUrl: string | null;
200
+ mail: string | null;
200
201
  created_at: string;
201
202
  updated_at: string;
202
203
  shortId: number;
@@ -204,7 +205,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
204
205
  gender: string | null;
205
206
  birthDate: Date | null;
206
207
  instagram: string | null;
207
- mail: string | null;
208
208
  dni: string | null;
209
209
  alternativeNames: string[];
210
210
  birthLocationId: string | null;
@@ -219,6 +219,7 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
219
219
  secondaryPhoneNumber: string | null;
220
220
  fullName: string;
221
221
  profilePictureUrl: string | null;
222
+ mail: string | null;
222
223
  created_at: string;
223
224
  updated_at: string;
224
225
  shortId: number;
@@ -226,7 +227,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
226
227
  gender: string | null;
227
228
  birthDate: string | null;
228
229
  instagram: string | null;
229
- mail: string | null;
230
230
  dni: string | null;
231
231
  alternativeNames: string[];
232
232
  birthLocationId: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-backend-types",
3
- "version": "0.15.0-EXPO-244-EB-CSV.4",
3
+ "version": "0.15.0-EXPO-249-EB-Modelo.1",
4
4
  "description": "",
5
5
  "author": "Expo",
6
6
  "private": false,
@@ -50,11 +50,8 @@
50
50
  "class-validator": "^0.14.1",
51
51
  "country-state-city": "^3.2.1",
52
52
  "date-fns": "^4.1.0",
53
- "exceljs": "^4.4.0",
54
- "fast-csv": "^5.0.2",
55
53
  "i18n-js": "^4.4.3",
56
54
  "json-to-pretty-yaml": "^1.2.2",
57
- "jszip": "^3.10.1",
58
55
  "openapi3-ts": "^4.4.0",
59
56
  "patch-package": "^8.0.0",
60
57
  "reflect-metadata": "^0.2.0",
@@ -1,18 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const csvDownloadSchema: z.ZodObject<{
3
- password: z.ZodString;
4
- }, "strip", z.ZodTypeAny, {
5
- password: string;
6
- }, {
7
- password: string;
8
- }>;
9
- declare const CsvDownloadDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
10
- password: z.ZodString;
11
- }, z.UnknownKeysParam, z.ZodTypeAny, {
12
- password: string;
13
- }, {
14
- password: string;
15
- }>>;
16
- export declare class CsvDownloadDto extends CsvDownloadDto_base {
17
- }
18
- export {};
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CsvDownloadDto = exports.csvDownloadSchema = void 0;
4
- const translate_1 = require("../../i18n/translate");
5
- const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
6
- const zod_1 = require("zod");
7
- exports.csvDownloadSchema = zod_1.z.object({
8
- password: zod_1.z
9
- .string({
10
- required_error: (0, translate_1.translate)('model.csv.password.required'),
11
- })
12
- .min(1, (0, translate_1.translate)('model.csv.password.empty')),
13
- });
14
- class CsvDownloadDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.csvDownloadSchema) {
15
- }
16
- exports.CsvDownloadDto = CsvDownloadDto;
17
- //# sourceMappingURL=csv.dto.js.map
@@ -1,18 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const csvDownloadAllTablesSchema: z.ZodObject<{
3
- password: z.ZodString;
4
- }, "strip", z.ZodTypeAny, {
5
- password: string;
6
- }, {
7
- password: string;
8
- }>;
9
- declare const CsvDownloadAllTablesDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
10
- password: z.ZodString;
11
- }, z.UnknownKeysParam, z.ZodTypeAny, {
12
- password: string;
13
- }, {
14
- password: string;
15
- }>>;
16
- export declare class CsvDownloadAllTablesDto extends CsvDownloadAllTablesDto_base {
17
- }
18
- export {};
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CsvDownloadAllTablesDto = exports.csvDownloadAllTablesSchema = void 0;
4
- const translate_1 = require("../../i18n/translate");
5
- const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
6
- const zod_1 = require("zod");
7
- exports.csvDownloadAllTablesSchema = zod_1.z.object({
8
- password: zod_1.z
9
- .string({
10
- required_error: (0, translate_1.translate)('model.csv.password.required'),
11
- })
12
- .min(1, (0, translate_1.translate)('model.csv.password.empty')),
13
- });
14
- class CsvDownloadAllTablesDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.csvDownloadAllTablesSchema) {
15
- }
16
- exports.CsvDownloadAllTablesDto = CsvDownloadAllTablesDto;
17
- //# sourceMappingURL=downloadAllTables.dto.js.map
@@ -1,18 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const downloadModelosSchema: z.ZodObject<{
3
- password: z.ZodString;
4
- }, "strip", z.ZodTypeAny, {
5
- password: string;
6
- }, {
7
- password: string;
8
- }>;
9
- declare const DownloadModelosDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
10
- password: z.ZodString;
11
- }, z.UnknownKeysParam, z.ZodTypeAny, {
12
- password: string;
13
- }, {
14
- password: string;
15
- }>>;
16
- export declare class DownloadModelosDto extends DownloadModelosDto_base {
17
- }
18
- export {};
@@ -1,15 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DownloadModelosDto = exports.downloadModelosSchema = void 0;
4
- const translate_1 = require("../../i18n/translate");
5
- const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
6
- const zod_1 = require("zod");
7
- exports.downloadModelosSchema = zod_1.z.object({
8
- password: zod_1.z
9
- .string({ required_error: (0, translate_1.translate)('model.csv.password.required') })
10
- .min(1, (0, translate_1.translate)('model.csv.password.empty')),
11
- });
12
- class DownloadModelosDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.downloadModelosSchema) {
13
- }
14
- exports.DownloadModelosDto = DownloadModelosDto;
15
- //# sourceMappingURL=downloadModelos.dto.js.map
@@ -1,3 +0,0 @@
1
- export * from './dto/csv.dto';
2
- export * from './dto/downloadAllTables.dto';
3
- export * from './dto/downloadModelos.dto';
@@ -1,20 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./dto/csv.dto"), exports);
18
- __exportStar(require("./dto/downloadAllTables.dto"), exports);
19
- __exportStar(require("./dto/downloadModelos.dto"), exports);
20
- //# sourceMappingURL=exports.js.map