@pdfme/common 6.1.3 → 6.1.5
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.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/schema.d.ts +2 -0
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/schema.d.ts
CHANGED
|
@@ -375,6 +375,7 @@ export declare const GeneratorOptions: z.ZodObject<{
|
|
|
375
375
|
cmyk: "cmyk";
|
|
376
376
|
}>>;
|
|
377
377
|
author: z.ZodOptional<z.ZodString>;
|
|
378
|
+
basePdfPassword: z.ZodOptional<z.ZodString>;
|
|
378
379
|
creationDate: z.ZodOptional<z.ZodDate>;
|
|
379
380
|
creator: z.ZodOptional<z.ZodString>;
|
|
380
381
|
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -489,6 +490,7 @@ export declare const GenerateProps: z.ZodObject<{
|
|
|
489
490
|
cmyk: "cmyk";
|
|
490
491
|
}>>;
|
|
491
492
|
author: z.ZodOptional<z.ZodString>;
|
|
493
|
+
basePdfPassword: z.ZodOptional<z.ZodString>;
|
|
492
494
|
creationDate: z.ZodOptional<z.ZodDate>;
|
|
493
495
|
creator: z.ZodOptional<z.ZodString>;
|
|
494
496
|
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PDFME_VERSION = "6.1.
|
|
1
|
+
export declare const PDFME_VERSION = "6.1.5";
|
package/package.json
CHANGED