expo-backend-types 0.31.0-EXPO-318-EB-Generacion-de-PDF-de-Ticket.1 → 0.31.0-EXPO-318-EB-Generacion-de-PDF-de-Ticket.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,19 +1,7 @@
|
|
1
1
|
/// <reference types="node" />
|
2
2
|
import z from 'zod';
|
3
|
-
export declare const generatePdfResponseSchema: z.
|
4
|
-
|
5
|
-
}, "strip", z.ZodTypeAny, {
|
6
|
-
pdf: Buffer;
|
7
|
-
}, {
|
8
|
-
pdf: Buffer;
|
9
|
-
}>;
|
10
|
-
declare const GeneratePdfResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
11
|
-
pdf: z.ZodType<Buffer, z.ZodTypeDef, Buffer>;
|
12
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
13
|
-
pdf: Buffer;
|
14
|
-
}, {
|
15
|
-
pdf: Buffer;
|
16
|
-
}>>;
|
3
|
+
export declare const generatePdfResponseSchema: z.ZodType<Buffer, z.ZodTypeDef, Buffer>;
|
4
|
+
declare const GeneratePdfResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodType<Buffer, z.ZodTypeDef, Buffer>>;
|
17
5
|
export declare class GeneratePdfResponseDto extends GeneratePdfResponseDto_base {
|
18
6
|
}
|
19
7
|
export {};
|
@@ -6,9 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.GeneratePdfResponseDto = exports.generatePdfResponseSchema = void 0;
|
7
7
|
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
8
8
|
const zod_1 = __importDefault(require("zod"));
|
9
|
-
exports.generatePdfResponseSchema = zod_1.default.
|
10
|
-
pdf: zod_1.default.instanceof(Buffer),
|
11
|
-
});
|
9
|
+
exports.generatePdfResponseSchema = zod_1.default.instanceof(Buffer);
|
12
10
|
class GeneratePdfResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.generatePdfResponseSchema) {
|
13
11
|
}
|
14
12
|
exports.GeneratePdfResponseDto = GeneratePdfResponseDto;
|
package/dist/types/schema.d.ts
CHANGED
@@ -1799,9 +1799,7 @@ export interface components {
|
|
1799
1799
|
created_at: string;
|
1800
1800
|
updated_at: string;
|
1801
1801
|
};
|
1802
|
-
GeneratePdfResponseDto:
|
1803
|
-
pdf: unknown;
|
1804
|
-
};
|
1802
|
+
GeneratePdfResponseDto: unknown;
|
1805
1803
|
FindAllProfileResponseDto: {
|
1806
1804
|
profiles: {
|
1807
1805
|
id: string;
|