@pdfme/generator 4.5.2-dev.2 → 4.5.2-dev.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/README.md +83 -12
- package/dist/cjs/__tests__/assets/templates/index.js +2 -0
- package/dist/cjs/__tests__/assets/templates/index.js.map +1 -1
- package/dist/cjs/__tests__/generate.test.js +32 -28
- package/dist/cjs/__tests__/generate.test.js.map +1 -1
- package/dist/cjs/__tests__/integration3.test.js +1 -2
- package/dist/cjs/__tests__/integration3.test.js.map +1 -1
- package/dist/cjs/src/generate.js +15 -12
- package/dist/cjs/src/generate.js.map +1 -1
- package/dist/cjs/src/helper.js +4 -4
- package/dist/cjs/src/helper.js.map +1 -1
- package/dist/esm/__tests__/assets/templates/index.js +2 -0
- package/dist/esm/__tests__/assets/templates/index.js.map +1 -1
- package/dist/esm/__tests__/generate.test.js +32 -28
- package/dist/esm/__tests__/generate.test.js.map +1 -1
- package/dist/esm/__tests__/integration3.test.js +2 -3
- package/dist/esm/__tests__/integration3.test.js.map +1 -1
- package/dist/esm/src/generate.js +15 -12
- package/dist/esm/src/generate.js.map +1 -1
- package/dist/esm/src/helper.js +4 -4
- package/dist/esm/src/helper.js.map +1 -1
- package/dist/types/__tests__/assets/templates/index.d.ts +345 -94
- package/package.json +4 -1
- package/src/generate.ts +15 -11
- package/src/helper.ts +5 -7
- package/tsconfig.json +3 -0
@@ -1,6 +1,7 @@
|
|
1
1
|
export declare const label: {
|
2
2
|
宛名8面: import("zod").objectOutputType<{
|
3
|
-
schemas: import("zod").ZodArray<import("zod").
|
3
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
4
|
+
name: import("zod").ZodString;
|
4
5
|
type: import("zod").ZodString;
|
5
6
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
6
7
|
position: import("zod").ZodObject<{
|
@@ -31,6 +32,7 @@ export declare const label: {
|
|
31
32
|
}>>;
|
32
33
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
33
34
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
35
|
+
name: import("zod").ZodString;
|
34
36
|
type: import("zod").ZodString;
|
35
37
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
36
38
|
position: import("zod").ZodObject<{
|
@@ -61,6 +63,7 @@ export declare const label: {
|
|
61
63
|
}>>;
|
62
64
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
63
65
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
66
|
+
name: import("zod").ZodString;
|
64
67
|
type: import("zod").ZodString;
|
65
68
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
66
69
|
position: import("zod").ZodObject<{
|
@@ -90,7 +93,7 @@ export declare const label: {
|
|
90
93
|
end?: number | undefined;
|
91
94
|
}>>;
|
92
95
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
93
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
96
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
94
97
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
95
98
|
width: import("zod").ZodNumber;
|
96
99
|
height: import("zod").ZodNumber;
|
@@ -107,7 +110,8 @@ export declare const label: {
|
|
107
110
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
108
111
|
}, import("zod").ZodTypeAny, "passthrough">;
|
109
112
|
シンプルラベル24面: import("zod").objectOutputType<{
|
110
|
-
schemas: import("zod").ZodArray<import("zod").
|
113
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
114
|
+
name: import("zod").ZodString;
|
111
115
|
type: import("zod").ZodString;
|
112
116
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
113
117
|
position: import("zod").ZodObject<{
|
@@ -138,6 +142,7 @@ export declare const label: {
|
|
138
142
|
}>>;
|
139
143
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
140
144
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
145
|
+
name: import("zod").ZodString;
|
141
146
|
type: import("zod").ZodString;
|
142
147
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
143
148
|
position: import("zod").ZodObject<{
|
@@ -168,6 +173,7 @@ export declare const label: {
|
|
168
173
|
}>>;
|
169
174
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
170
175
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
176
|
+
name: import("zod").ZodString;
|
171
177
|
type: import("zod").ZodString;
|
172
178
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
173
179
|
position: import("zod").ZodObject<{
|
@@ -197,7 +203,7 @@ export declare const label: {
|
|
197
203
|
end?: number | undefined;
|
198
204
|
}>>;
|
199
205
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
200
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
206
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
201
207
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
202
208
|
width: import("zod").ZodNumber;
|
203
209
|
height: import("zod").ZodNumber;
|
@@ -214,7 +220,8 @@ export declare const label: {
|
|
214
220
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
215
221
|
}, import("zod").ZodTypeAny, "passthrough">;
|
216
222
|
フレームラベル24面: import("zod").objectOutputType<{
|
217
|
-
schemas: import("zod").ZodArray<import("zod").
|
223
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
224
|
+
name: import("zod").ZodString;
|
218
225
|
type: import("zod").ZodString;
|
219
226
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
220
227
|
position: import("zod").ZodObject<{
|
@@ -245,6 +252,7 @@ export declare const label: {
|
|
245
252
|
}>>;
|
246
253
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
247
254
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
255
|
+
name: import("zod").ZodString;
|
248
256
|
type: import("zod").ZodString;
|
249
257
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
250
258
|
position: import("zod").ZodObject<{
|
@@ -275,6 +283,7 @@ export declare const label: {
|
|
275
283
|
}>>;
|
276
284
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
277
285
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
286
|
+
name: import("zod").ZodString;
|
278
287
|
type: import("zod").ZodString;
|
279
288
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
280
289
|
position: import("zod").ZodObject<{
|
@@ -304,7 +313,7 @@ export declare const label: {
|
|
304
313
|
end?: number | undefined;
|
305
314
|
}>>;
|
306
315
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
307
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
316
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
308
317
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
309
318
|
width: import("zod").ZodNumber;
|
310
319
|
height: import("zod").ZodNumber;
|
@@ -321,7 +330,8 @@ export declare const label: {
|
|
321
330
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
322
331
|
}, import("zod").ZodTypeAny, "passthrough">;
|
323
332
|
ストライプラベル24面: import("zod").objectOutputType<{
|
324
|
-
schemas: import("zod").ZodArray<import("zod").
|
333
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
334
|
+
name: import("zod").ZodString;
|
325
335
|
type: import("zod").ZodString;
|
326
336
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
327
337
|
position: import("zod").ZodObject<{
|
@@ -352,6 +362,7 @@ export declare const label: {
|
|
352
362
|
}>>;
|
353
363
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
354
364
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
365
|
+
name: import("zod").ZodString;
|
355
366
|
type: import("zod").ZodString;
|
356
367
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
357
368
|
position: import("zod").ZodObject<{
|
@@ -382,6 +393,7 @@ export declare const label: {
|
|
382
393
|
}>>;
|
383
394
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
384
395
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
396
|
+
name: import("zod").ZodString;
|
385
397
|
type: import("zod").ZodString;
|
386
398
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
387
399
|
position: import("zod").ZodObject<{
|
@@ -411,7 +423,7 @@ export declare const label: {
|
|
411
423
|
end?: number | undefined;
|
412
424
|
}>>;
|
413
425
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
414
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
426
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
415
427
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
416
428
|
width: import("zod").ZodNumber;
|
417
429
|
height: import("zod").ZodNumber;
|
@@ -428,7 +440,8 @@ export declare const label: {
|
|
428
440
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
429
441
|
}, import("zod").ZodTypeAny, "passthrough">;
|
430
442
|
装飾なしラベル24面: import("zod").objectOutputType<{
|
431
|
-
schemas: import("zod").ZodArray<import("zod").
|
443
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
444
|
+
name: import("zod").ZodString;
|
432
445
|
type: import("zod").ZodString;
|
433
446
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
434
447
|
position: import("zod").ZodObject<{
|
@@ -459,6 +472,7 @@ export declare const label: {
|
|
459
472
|
}>>;
|
460
473
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
461
474
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
475
|
+
name: import("zod").ZodString;
|
462
476
|
type: import("zod").ZodString;
|
463
477
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
464
478
|
position: import("zod").ZodObject<{
|
@@ -489,6 +503,7 @@ export declare const label: {
|
|
489
503
|
}>>;
|
490
504
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
491
505
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
506
|
+
name: import("zod").ZodString;
|
492
507
|
type: import("zod").ZodString;
|
493
508
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
494
509
|
position: import("zod").ZodObject<{
|
@@ -518,7 +533,7 @@ export declare const label: {
|
|
518
533
|
end?: number | undefined;
|
519
534
|
}>>;
|
520
535
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
521
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
536
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
522
537
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
523
538
|
width: import("zod").ZodNumber;
|
524
539
|
height: import("zod").ZodNumber;
|
@@ -535,7 +550,8 @@ export declare const label: {
|
|
535
550
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
536
551
|
}, import("zod").ZodTypeAny, "passthrough">;
|
537
552
|
装飾なしラベル24面中央揃え: import("zod").objectOutputType<{
|
538
|
-
schemas: import("zod").ZodArray<import("zod").
|
553
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
554
|
+
name: import("zod").ZodString;
|
539
555
|
type: import("zod").ZodString;
|
540
556
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
541
557
|
position: import("zod").ZodObject<{
|
@@ -566,6 +582,7 @@ export declare const label: {
|
|
566
582
|
}>>;
|
567
583
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
568
584
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
585
|
+
name: import("zod").ZodString;
|
569
586
|
type: import("zod").ZodString;
|
570
587
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
571
588
|
position: import("zod").ZodObject<{
|
@@ -596,6 +613,7 @@ export declare const label: {
|
|
596
613
|
}>>;
|
597
614
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
598
615
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
616
|
+
name: import("zod").ZodString;
|
599
617
|
type: import("zod").ZodString;
|
600
618
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
601
619
|
position: import("zod").ZodObject<{
|
@@ -625,7 +643,7 @@ export declare const label: {
|
|
625
643
|
end?: number | undefined;
|
626
644
|
}>>;
|
627
645
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
628
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
646
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
629
647
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
630
648
|
width: import("zod").ZodNumber;
|
631
649
|
height: import("zod").ZodNumber;
|
@@ -642,7 +660,8 @@ export declare const label: {
|
|
642
660
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
643
661
|
}, import("zod").ZodTypeAny, "passthrough">;
|
644
662
|
郵便はがき横書き: import("zod").objectOutputType<{
|
645
|
-
schemas: import("zod").ZodArray<import("zod").
|
663
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
664
|
+
name: import("zod").ZodString;
|
646
665
|
type: import("zod").ZodString;
|
647
666
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
648
667
|
position: import("zod").ZodObject<{
|
@@ -673,6 +692,7 @@ export declare const label: {
|
|
673
692
|
}>>;
|
674
693
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
675
694
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
695
|
+
name: import("zod").ZodString;
|
676
696
|
type: import("zod").ZodString;
|
677
697
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
678
698
|
position: import("zod").ZodObject<{
|
@@ -703,6 +723,7 @@ export declare const label: {
|
|
703
723
|
}>>;
|
704
724
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
705
725
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
726
|
+
name: import("zod").ZodString;
|
706
727
|
type: import("zod").ZodString;
|
707
728
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
708
729
|
position: import("zod").ZodObject<{
|
@@ -732,7 +753,7 @@ export declare const label: {
|
|
732
753
|
end?: number | undefined;
|
733
754
|
}>>;
|
734
755
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
735
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
756
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
736
757
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
737
758
|
width: import("zod").ZodNumber;
|
738
759
|
height: import("zod").ZodNumber;
|
@@ -749,7 +770,8 @@ export declare const label: {
|
|
749
770
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
750
771
|
}, import("zod").ZodTypeAny, "passthrough">;
|
751
772
|
レターパック: import("zod").objectOutputType<{
|
752
|
-
schemas: import("zod").ZodArray<import("zod").
|
773
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
774
|
+
name: import("zod").ZodString;
|
753
775
|
type: import("zod").ZodString;
|
754
776
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
755
777
|
position: import("zod").ZodObject<{
|
@@ -780,6 +802,7 @@ export declare const label: {
|
|
780
802
|
}>>;
|
781
803
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
782
804
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
805
|
+
name: import("zod").ZodString;
|
783
806
|
type: import("zod").ZodString;
|
784
807
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
785
808
|
position: import("zod").ZodObject<{
|
@@ -810,6 +833,7 @@ export declare const label: {
|
|
810
833
|
}>>;
|
811
834
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
812
835
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
836
|
+
name: import("zod").ZodString;
|
813
837
|
type: import("zod").ZodString;
|
814
838
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
815
839
|
position: import("zod").ZodObject<{
|
@@ -839,7 +863,7 @@ export declare const label: {
|
|
839
863
|
end?: number | undefined;
|
840
864
|
}>>;
|
841
865
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
842
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
866
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
843
867
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
844
868
|
width: import("zod").ZodNumber;
|
845
869
|
height: import("zod").ZodNumber;
|
@@ -856,7 +880,8 @@ export declare const label: {
|
|
856
880
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
857
881
|
}, import("zod").ZodTypeAny, "passthrough">;
|
858
882
|
レターパックライト: import("zod").objectOutputType<{
|
859
|
-
schemas: import("zod").ZodArray<import("zod").
|
883
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
884
|
+
name: import("zod").ZodString;
|
860
885
|
type: import("zod").ZodString;
|
861
886
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
862
887
|
position: import("zod").ZodObject<{
|
@@ -887,6 +912,7 @@ export declare const label: {
|
|
887
912
|
}>>;
|
888
913
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
889
914
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
915
|
+
name: import("zod").ZodString;
|
890
916
|
type: import("zod").ZodString;
|
891
917
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
892
918
|
position: import("zod").ZodObject<{
|
@@ -917,6 +943,7 @@ export declare const label: {
|
|
917
943
|
}>>;
|
918
944
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
919
945
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
946
|
+
name: import("zod").ZodString;
|
920
947
|
type: import("zod").ZodString;
|
921
948
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
922
949
|
position: import("zod").ZodObject<{
|
@@ -946,7 +973,7 @@ export declare const label: {
|
|
946
973
|
end?: number | undefined;
|
947
974
|
}>>;
|
948
975
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
949
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
976
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
950
977
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
951
978
|
width: import("zod").ZodNumber;
|
952
979
|
height: import("zod").ZodNumber;
|
@@ -963,7 +990,8 @@ export declare const label: {
|
|
963
990
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
964
991
|
}, import("zod").ZodTypeAny, "passthrough">;
|
965
992
|
レターパックプラス: import("zod").objectOutputType<{
|
966
|
-
schemas: import("zod").ZodArray<import("zod").
|
993
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
994
|
+
name: import("zod").ZodString;
|
967
995
|
type: import("zod").ZodString;
|
968
996
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
969
997
|
position: import("zod").ZodObject<{
|
@@ -994,6 +1022,7 @@ export declare const label: {
|
|
994
1022
|
}>>;
|
995
1023
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
996
1024
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
1025
|
+
name: import("zod").ZodString;
|
997
1026
|
type: import("zod").ZodString;
|
998
1027
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
999
1028
|
position: import("zod").ZodObject<{
|
@@ -1024,6 +1053,7 @@ export declare const label: {
|
|
1024
1053
|
}>>;
|
1025
1054
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1026
1055
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
1056
|
+
name: import("zod").ZodString;
|
1027
1057
|
type: import("zod").ZodString;
|
1028
1058
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1029
1059
|
position: import("zod").ZodObject<{
|
@@ -1053,7 +1083,7 @@ export declare const label: {
|
|
1053
1083
|
end?: number | undefined;
|
1054
1084
|
}>>;
|
1055
1085
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1056
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
1086
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
1057
1087
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
1058
1088
|
width: import("zod").ZodNumber;
|
1059
1089
|
height: import("zod").ZodNumber;
|
@@ -1070,7 +1100,8 @@ export declare const label: {
|
|
1070
1100
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
1071
1101
|
}, import("zod").ZodTypeAny, "passthrough">;
|
1072
1102
|
スマートレター: import("zod").objectOutputType<{
|
1073
|
-
schemas: import("zod").ZodArray<import("zod").
|
1103
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
1104
|
+
name: import("zod").ZodString;
|
1074
1105
|
type: import("zod").ZodString;
|
1075
1106
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1076
1107
|
position: import("zod").ZodObject<{
|
@@ -1101,6 +1132,7 @@ export declare const label: {
|
|
1101
1132
|
}>>;
|
1102
1133
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1103
1134
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
1135
|
+
name: import("zod").ZodString;
|
1104
1136
|
type: import("zod").ZodString;
|
1105
1137
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1106
1138
|
position: import("zod").ZodObject<{
|
@@ -1131,6 +1163,7 @@ export declare const label: {
|
|
1131
1163
|
}>>;
|
1132
1164
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1133
1165
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
1166
|
+
name: import("zod").ZodString;
|
1134
1167
|
type: import("zod").ZodString;
|
1135
1168
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1136
1169
|
position: import("zod").ZodObject<{
|
@@ -1160,7 +1193,7 @@ export declare const label: {
|
|
1160
1193
|
end?: number | undefined;
|
1161
1194
|
}>>;
|
1162
1195
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1163
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
1196
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
1164
1197
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
1165
1198
|
width: import("zod").ZodNumber;
|
1166
1199
|
height: import("zod").ZodNumber;
|
@@ -1177,7 +1210,8 @@ export declare const label: {
|
|
1177
1210
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
1178
1211
|
}, import("zod").ZodTypeAny, "passthrough">;
|
1179
1212
|
ゆうパケット: import("zod").objectOutputType<{
|
1180
|
-
schemas: import("zod").ZodArray<import("zod").
|
1213
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
1214
|
+
name: import("zod").ZodString;
|
1181
1215
|
type: import("zod").ZodString;
|
1182
1216
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1183
1217
|
position: import("zod").ZodObject<{
|
@@ -1208,6 +1242,7 @@ export declare const label: {
|
|
1208
1242
|
}>>;
|
1209
1243
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1210
1244
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
1245
|
+
name: import("zod").ZodString;
|
1211
1246
|
type: import("zod").ZodString;
|
1212
1247
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1213
1248
|
position: import("zod").ZodObject<{
|
@@ -1238,6 +1273,7 @@ export declare const label: {
|
|
1238
1273
|
}>>;
|
1239
1274
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1240
1275
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
1276
|
+
name: import("zod").ZodString;
|
1241
1277
|
type: import("zod").ZodString;
|
1242
1278
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1243
1279
|
position: import("zod").ZodObject<{
|
@@ -1267,7 +1303,7 @@ export declare const label: {
|
|
1267
1303
|
end?: number | undefined;
|
1268
1304
|
}>>;
|
1269
1305
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1270
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
1306
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
1271
1307
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
1272
1308
|
width: import("zod").ZodNumber;
|
1273
1309
|
height: import("zod").ZodNumber;
|
@@ -1284,7 +1320,8 @@ export declare const label: {
|
|
1284
1320
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
1285
1321
|
}, import("zod").ZodTypeAny, "passthrough">;
|
1286
1322
|
Aone72312宛名: import("zod").objectOutputType<{
|
1287
|
-
schemas: import("zod").ZodArray<import("zod").
|
1323
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
1324
|
+
name: import("zod").ZodString;
|
1288
1325
|
type: import("zod").ZodString;
|
1289
1326
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1290
1327
|
position: import("zod").ZodObject<{
|
@@ -1315,6 +1352,7 @@ export declare const label: {
|
|
1315
1352
|
}>>;
|
1316
1353
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1317
1354
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
1355
|
+
name: import("zod").ZodString;
|
1318
1356
|
type: import("zod").ZodString;
|
1319
1357
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1320
1358
|
position: import("zod").ZodObject<{
|
@@ -1345,6 +1383,7 @@ export declare const label: {
|
|
1345
1383
|
}>>;
|
1346
1384
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1347
1385
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
1386
|
+
name: import("zod").ZodString;
|
1348
1387
|
type: import("zod").ZodString;
|
1349
1388
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1350
1389
|
position: import("zod").ZodObject<{
|
@@ -1374,7 +1413,7 @@ export declare const label: {
|
|
1374
1413
|
end?: number | undefined;
|
1375
1414
|
}>>;
|
1376
1415
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1377
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
1416
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
1378
1417
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
1379
1418
|
width: import("zod").ZodNumber;
|
1380
1419
|
height: import("zod").ZodNumber;
|
@@ -1391,7 +1430,8 @@ export declare const label: {
|
|
1391
1430
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
1392
1431
|
}, import("zod").ZodTypeAny, "passthrough">;
|
1393
1432
|
名刺サイズの名札: import("zod").objectOutputType<{
|
1394
|
-
schemas: import("zod").ZodArray<import("zod").
|
1433
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
1434
|
+
name: import("zod").ZodString;
|
1395
1435
|
type: import("zod").ZodString;
|
1396
1436
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1397
1437
|
position: import("zod").ZodObject<{
|
@@ -1422,6 +1462,7 @@ export declare const label: {
|
|
1422
1462
|
}>>;
|
1423
1463
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1424
1464
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
1465
|
+
name: import("zod").ZodString;
|
1425
1466
|
type: import("zod").ZodString;
|
1426
1467
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1427
1468
|
position: import("zod").ZodObject<{
|
@@ -1452,6 +1493,7 @@ export declare const label: {
|
|
1452
1493
|
}>>;
|
1453
1494
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1454
1495
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
1496
|
+
name: import("zod").ZodString;
|
1455
1497
|
type: import("zod").ZodString;
|
1456
1498
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1457
1499
|
position: import("zod").ZodObject<{
|
@@ -1481,7 +1523,7 @@ export declare const label: {
|
|
1481
1523
|
end?: number | undefined;
|
1482
1524
|
}>>;
|
1483
1525
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1484
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
1526
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
1485
1527
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
1486
1528
|
width: import("zod").ZodNumber;
|
1487
1529
|
height: import("zod").ZodNumber;
|
@@ -1498,7 +1540,8 @@ export declare const label: {
|
|
1498
1540
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
1499
1541
|
}, import("zod").ZodTypeAny, "passthrough">;
|
1500
1542
|
connpass名札: import("zod").objectOutputType<{
|
1501
|
-
schemas: import("zod").ZodArray<import("zod").
|
1543
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
1544
|
+
name: import("zod").ZodString;
|
1502
1545
|
type: import("zod").ZodString;
|
1503
1546
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1504
1547
|
position: import("zod").ZodObject<{
|
@@ -1529,6 +1572,7 @@ export declare const label: {
|
|
1529
1572
|
}>>;
|
1530
1573
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1531
1574
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
1575
|
+
name: import("zod").ZodString;
|
1532
1576
|
type: import("zod").ZodString;
|
1533
1577
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1534
1578
|
position: import("zod").ZodObject<{
|
@@ -1559,6 +1603,7 @@ export declare const label: {
|
|
1559
1603
|
}>>;
|
1560
1604
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1561
1605
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
1606
|
+
name: import("zod").ZodString;
|
1562
1607
|
type: import("zod").ZodString;
|
1563
1608
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1564
1609
|
position: import("zod").ZodObject<{
|
@@ -1588,7 +1633,7 @@ export declare const label: {
|
|
1588
1633
|
end?: number | undefined;
|
1589
1634
|
}>>;
|
1590
1635
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1591
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
1636
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
1592
1637
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
1593
1638
|
width: import("zod").ZodNumber;
|
1594
1639
|
height: import("zod").ZodNumber;
|
@@ -1607,7 +1652,8 @@ export declare const label: {
|
|
1607
1652
|
};
|
1608
1653
|
export declare const envelope: {
|
1609
1654
|
長形3号封筒: import("zod").objectOutputType<{
|
1610
|
-
schemas: import("zod").ZodArray<import("zod").
|
1655
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
1656
|
+
name: import("zod").ZodString;
|
1611
1657
|
type: import("zod").ZodString;
|
1612
1658
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1613
1659
|
position: import("zod").ZodObject<{
|
@@ -1638,6 +1684,7 @@ export declare const envelope: {
|
|
1638
1684
|
}>>;
|
1639
1685
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1640
1686
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
1687
|
+
name: import("zod").ZodString;
|
1641
1688
|
type: import("zod").ZodString;
|
1642
1689
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1643
1690
|
position: import("zod").ZodObject<{
|
@@ -1668,6 +1715,7 @@ export declare const envelope: {
|
|
1668
1715
|
}>>;
|
1669
1716
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1670
1717
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
1718
|
+
name: import("zod").ZodString;
|
1671
1719
|
type: import("zod").ZodString;
|
1672
1720
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1673
1721
|
position: import("zod").ZodObject<{
|
@@ -1697,7 +1745,7 @@ export declare const envelope: {
|
|
1697
1745
|
end?: number | undefined;
|
1698
1746
|
}>>;
|
1699
1747
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1700
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
1748
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
1701
1749
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
1702
1750
|
width: import("zod").ZodNumber;
|
1703
1751
|
height: import("zod").ZodNumber;
|
@@ -1714,7 +1762,8 @@ export declare const envelope: {
|
|
1714
1762
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
1715
1763
|
}, import("zod").ZodTypeAny, "passthrough">;
|
1716
1764
|
洋長3号封筒: import("zod").objectOutputType<{
|
1717
|
-
schemas: import("zod").ZodArray<import("zod").
|
1765
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
1766
|
+
name: import("zod").ZodString;
|
1718
1767
|
type: import("zod").ZodString;
|
1719
1768
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1720
1769
|
position: import("zod").ZodObject<{
|
@@ -1745,6 +1794,7 @@ export declare const envelope: {
|
|
1745
1794
|
}>>;
|
1746
1795
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1747
1796
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
1797
|
+
name: import("zod").ZodString;
|
1748
1798
|
type: import("zod").ZodString;
|
1749
1799
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1750
1800
|
position: import("zod").ZodObject<{
|
@@ -1775,6 +1825,7 @@ export declare const envelope: {
|
|
1775
1825
|
}>>;
|
1776
1826
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1777
1827
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
1828
|
+
name: import("zod").ZodString;
|
1778
1829
|
type: import("zod").ZodString;
|
1779
1830
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1780
1831
|
position: import("zod").ZodObject<{
|
@@ -1804,7 +1855,7 @@ export declare const envelope: {
|
|
1804
1855
|
end?: number | undefined;
|
1805
1856
|
}>>;
|
1806
1857
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1807
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
1858
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
1808
1859
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
1809
1860
|
width: import("zod").ZodNumber;
|
1810
1861
|
height: import("zod").ZodNumber;
|
@@ -1821,7 +1872,8 @@ export declare const envelope: {
|
|
1821
1872
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
1822
1873
|
}, import("zod").ZodTypeAny, "passthrough">;
|
1823
1874
|
角形2号封筒: import("zod").objectOutputType<{
|
1824
|
-
schemas: import("zod").ZodArray<import("zod").
|
1875
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
1876
|
+
name: import("zod").ZodString;
|
1825
1877
|
type: import("zod").ZodString;
|
1826
1878
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1827
1879
|
position: import("zod").ZodObject<{
|
@@ -1852,6 +1904,7 @@ export declare const envelope: {
|
|
1852
1904
|
}>>;
|
1853
1905
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1854
1906
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
1907
|
+
name: import("zod").ZodString;
|
1855
1908
|
type: import("zod").ZodString;
|
1856
1909
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1857
1910
|
position: import("zod").ZodObject<{
|
@@ -1882,6 +1935,7 @@ export declare const envelope: {
|
|
1882
1935
|
}>>;
|
1883
1936
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1884
1937
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
1938
|
+
name: import("zod").ZodString;
|
1885
1939
|
type: import("zod").ZodString;
|
1886
1940
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1887
1941
|
position: import("zod").ZodObject<{
|
@@ -1911,7 +1965,7 @@ export declare const envelope: {
|
|
1911
1965
|
end?: number | undefined;
|
1912
1966
|
}>>;
|
1913
1967
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1914
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
1968
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
1915
1969
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
1916
1970
|
width: import("zod").ZodNumber;
|
1917
1971
|
height: import("zod").ZodNumber;
|
@@ -1930,7 +1984,8 @@ export declare const envelope: {
|
|
1930
1984
|
};
|
1931
1985
|
export declare const barcode: {
|
1932
1986
|
Aone31555QRコード: import("zod").objectOutputType<{
|
1933
|
-
schemas: import("zod").ZodArray<import("zod").
|
1987
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
1988
|
+
name: import("zod").ZodString;
|
1934
1989
|
type: import("zod").ZodString;
|
1935
1990
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1936
1991
|
position: import("zod").ZodObject<{
|
@@ -1961,6 +2016,7 @@ export declare const barcode: {
|
|
1961
2016
|
}>>;
|
1962
2017
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1963
2018
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
2019
|
+
name: import("zod").ZodString;
|
1964
2020
|
type: import("zod").ZodString;
|
1965
2021
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1966
2022
|
position: import("zod").ZodObject<{
|
@@ -1991,6 +2047,7 @@ export declare const barcode: {
|
|
1991
2047
|
}>>;
|
1992
2048
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
1993
2049
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
2050
|
+
name: import("zod").ZodString;
|
1994
2051
|
type: import("zod").ZodString;
|
1995
2052
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
1996
2053
|
position: import("zod").ZodObject<{
|
@@ -2020,7 +2077,7 @@ export declare const barcode: {
|
|
2020
2077
|
end?: number | undefined;
|
2021
2078
|
}>>;
|
2022
2079
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2023
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
2080
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
2024
2081
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
2025
2082
|
width: import("zod").ZodNumber;
|
2026
2083
|
height: import("zod").ZodNumber;
|
@@ -2037,7 +2094,8 @@ export declare const barcode: {
|
|
2037
2094
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
2038
2095
|
}, import("zod").ZodTypeAny, "passthrough">;
|
2039
2096
|
Aone31553QRコード: import("zod").objectOutputType<{
|
2040
|
-
schemas: import("zod").ZodArray<import("zod").
|
2097
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
2098
|
+
name: import("zod").ZodString;
|
2041
2099
|
type: import("zod").ZodString;
|
2042
2100
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2043
2101
|
position: import("zod").ZodObject<{
|
@@ -2068,6 +2126,7 @@ export declare const barcode: {
|
|
2068
2126
|
}>>;
|
2069
2127
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2070
2128
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
2129
|
+
name: import("zod").ZodString;
|
2071
2130
|
type: import("zod").ZodString;
|
2072
2131
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2073
2132
|
position: import("zod").ZodObject<{
|
@@ -2098,6 +2157,7 @@ export declare const barcode: {
|
|
2098
2157
|
}>>;
|
2099
2158
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2100
2159
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
2160
|
+
name: import("zod").ZodString;
|
2101
2161
|
type: import("zod").ZodString;
|
2102
2162
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2103
2163
|
position: import("zod").ZodObject<{
|
@@ -2127,7 +2187,7 @@ export declare const barcode: {
|
|
2127
2187
|
end?: number | undefined;
|
2128
2188
|
}>>;
|
2129
2189
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2130
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
2190
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
2131
2191
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
2132
2192
|
width: import("zod").ZodNumber;
|
2133
2193
|
height: import("zod").ZodNumber;
|
@@ -2144,7 +2204,8 @@ export declare const barcode: {
|
|
2144
2204
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
2145
2205
|
}, import("zod").ZodTypeAny, "passthrough">;
|
2146
2206
|
Aone72230JANコード短縮: import("zod").objectOutputType<{
|
2147
|
-
schemas: import("zod").ZodArray<import("zod").
|
2207
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
2208
|
+
name: import("zod").ZodString;
|
2148
2209
|
type: import("zod").ZodString;
|
2149
2210
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2150
2211
|
position: import("zod").ZodObject<{
|
@@ -2175,6 +2236,7 @@ export declare const barcode: {
|
|
2175
2236
|
}>>;
|
2176
2237
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2177
2238
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
2239
|
+
name: import("zod").ZodString;
|
2178
2240
|
type: import("zod").ZodString;
|
2179
2241
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2180
2242
|
position: import("zod").ZodObject<{
|
@@ -2205,6 +2267,7 @@ export declare const barcode: {
|
|
2205
2267
|
}>>;
|
2206
2268
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2207
2269
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
2270
|
+
name: import("zod").ZodString;
|
2208
2271
|
type: import("zod").ZodString;
|
2209
2272
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2210
2273
|
position: import("zod").ZodObject<{
|
@@ -2234,7 +2297,7 @@ export declare const barcode: {
|
|
2234
2297
|
end?: number | undefined;
|
2235
2298
|
}>>;
|
2236
2299
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2237
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
2300
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
2238
2301
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
2239
2302
|
width: import("zod").ZodNumber;
|
2240
2303
|
height: import("zod").ZodNumber;
|
@@ -2251,7 +2314,8 @@ export declare const barcode: {
|
|
2251
2314
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
2252
2315
|
}, import("zod").ZodTypeAny, "passthrough">;
|
2253
2316
|
Aone72230JANコード標準: import("zod").objectOutputType<{
|
2254
|
-
schemas: import("zod").ZodArray<import("zod").
|
2317
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
2318
|
+
name: import("zod").ZodString;
|
2255
2319
|
type: import("zod").ZodString;
|
2256
2320
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2257
2321
|
position: import("zod").ZodObject<{
|
@@ -2282,6 +2346,7 @@ export declare const barcode: {
|
|
2282
2346
|
}>>;
|
2283
2347
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2284
2348
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
2349
|
+
name: import("zod").ZodString;
|
2285
2350
|
type: import("zod").ZodString;
|
2286
2351
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2287
2352
|
position: import("zod").ZodObject<{
|
@@ -2312,6 +2377,7 @@ export declare const barcode: {
|
|
2312
2377
|
}>>;
|
2313
2378
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2314
2379
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
2380
|
+
name: import("zod").ZodString;
|
2315
2381
|
type: import("zod").ZodString;
|
2316
2382
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2317
2383
|
position: import("zod").ZodObject<{
|
@@ -2341,7 +2407,7 @@ export declare const barcode: {
|
|
2341
2407
|
end?: number | undefined;
|
2342
2408
|
}>>;
|
2343
2409
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2344
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
2410
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
2345
2411
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
2346
2412
|
width: import("zod").ZodNumber;
|
2347
2413
|
height: import("zod").ZodNumber;
|
@@ -2358,7 +2424,8 @@ export declare const barcode: {
|
|
2358
2424
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
2359
2425
|
}, import("zod").ZodTypeAny, "passthrough">;
|
2360
2426
|
barcodes: import("zod").objectOutputType<{
|
2361
|
-
schemas: import("zod").ZodArray<import("zod").
|
2427
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
2428
|
+
name: import("zod").ZodString;
|
2362
2429
|
type: import("zod").ZodString;
|
2363
2430
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2364
2431
|
position: import("zod").ZodObject<{
|
@@ -2389,6 +2456,7 @@ export declare const barcode: {
|
|
2389
2456
|
}>>;
|
2390
2457
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2391
2458
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
2459
|
+
name: import("zod").ZodString;
|
2392
2460
|
type: import("zod").ZodString;
|
2393
2461
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2394
2462
|
position: import("zod").ZodObject<{
|
@@ -2419,6 +2487,7 @@ export declare const barcode: {
|
|
2419
2487
|
}>>;
|
2420
2488
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2421
2489
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
2490
|
+
name: import("zod").ZodString;
|
2422
2491
|
type: import("zod").ZodString;
|
2423
2492
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2424
2493
|
position: import("zod").ZodObject<{
|
@@ -2448,7 +2517,7 @@ export declare const barcode: {
|
|
2448
2517
|
end?: number | undefined;
|
2449
2518
|
}>>;
|
2450
2519
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2451
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
2520
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
2452
2521
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
2453
2522
|
width: import("zod").ZodNumber;
|
2454
2523
|
height: import("zod").ZodNumber;
|
@@ -2467,7 +2536,8 @@ export declare const barcode: {
|
|
2467
2536
|
};
|
2468
2537
|
export declare const business: {
|
2469
2538
|
領収書: import("zod").objectOutputType<{
|
2470
|
-
schemas: import("zod").ZodArray<import("zod").
|
2539
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
2540
|
+
name: import("zod").ZodString;
|
2471
2541
|
type: import("zod").ZodString;
|
2472
2542
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2473
2543
|
position: import("zod").ZodObject<{
|
@@ -2498,6 +2568,7 @@ export declare const business: {
|
|
2498
2568
|
}>>;
|
2499
2569
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2500
2570
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
2571
|
+
name: import("zod").ZodString;
|
2501
2572
|
type: import("zod").ZodString;
|
2502
2573
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2503
2574
|
position: import("zod").ZodObject<{
|
@@ -2528,6 +2599,7 @@ export declare const business: {
|
|
2528
2599
|
}>>;
|
2529
2600
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2530
2601
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
2602
|
+
name: import("zod").ZodString;
|
2531
2603
|
type: import("zod").ZodString;
|
2532
2604
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2533
2605
|
position: import("zod").ZodObject<{
|
@@ -2557,7 +2629,7 @@ export declare const business: {
|
|
2557
2629
|
end?: number | undefined;
|
2558
2630
|
}>>;
|
2559
2631
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2560
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
2632
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
2561
2633
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
2562
2634
|
width: import("zod").ZodNumber;
|
2563
2635
|
height: import("zod").ZodNumber;
|
@@ -2574,7 +2646,8 @@ export declare const business: {
|
|
2574
2646
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
2575
2647
|
}, import("zod").ZodTypeAny, "passthrough">;
|
2576
2648
|
領収書x4: import("zod").objectOutputType<{
|
2577
|
-
schemas: import("zod").ZodArray<import("zod").
|
2649
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
2650
|
+
name: import("zod").ZodString;
|
2578
2651
|
type: import("zod").ZodString;
|
2579
2652
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2580
2653
|
position: import("zod").ZodObject<{
|
@@ -2605,6 +2678,7 @@ export declare const business: {
|
|
2605
2678
|
}>>;
|
2606
2679
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2607
2680
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
2681
|
+
name: import("zod").ZodString;
|
2608
2682
|
type: import("zod").ZodString;
|
2609
2683
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2610
2684
|
position: import("zod").ZodObject<{
|
@@ -2635,6 +2709,7 @@ export declare const business: {
|
|
2635
2709
|
}>>;
|
2636
2710
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2637
2711
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
2712
|
+
name: import("zod").ZodString;
|
2638
2713
|
type: import("zod").ZodString;
|
2639
2714
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2640
2715
|
position: import("zod").ZodObject<{
|
@@ -2664,7 +2739,7 @@ export declare const business: {
|
|
2664
2739
|
end?: number | undefined;
|
2665
2740
|
}>>;
|
2666
2741
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2667
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
2742
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
2668
2743
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
2669
2744
|
width: import("zod").ZodNumber;
|
2670
2745
|
height: import("zod").ZodNumber;
|
@@ -2681,7 +2756,8 @@ export declare const business: {
|
|
2681
2756
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
2682
2757
|
}, import("zod").ZodTypeAny, "passthrough">;
|
2683
2758
|
表彰状: import("zod").objectOutputType<{
|
2684
|
-
schemas: import("zod").ZodArray<import("zod").
|
2759
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
2760
|
+
name: import("zod").ZodString;
|
2685
2761
|
type: import("zod").ZodString;
|
2686
2762
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2687
2763
|
position: import("zod").ZodObject<{
|
@@ -2712,6 +2788,7 @@ export declare const business: {
|
|
2712
2788
|
}>>;
|
2713
2789
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2714
2790
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
2791
|
+
name: import("zod").ZodString;
|
2715
2792
|
type: import("zod").ZodString;
|
2716
2793
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2717
2794
|
position: import("zod").ZodObject<{
|
@@ -2742,6 +2819,7 @@ export declare const business: {
|
|
2742
2819
|
}>>;
|
2743
2820
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2744
2821
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
2822
|
+
name: import("zod").ZodString;
|
2745
2823
|
type: import("zod").ZodString;
|
2746
2824
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2747
2825
|
position: import("zod").ZodObject<{
|
@@ -2771,7 +2849,7 @@ export declare const business: {
|
|
2771
2849
|
end?: number | undefined;
|
2772
2850
|
}>>;
|
2773
2851
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2774
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
2852
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
2775
2853
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
2776
2854
|
width: import("zod").ZodNumber;
|
2777
2855
|
height: import("zod").ZodNumber;
|
@@ -2788,7 +2866,8 @@ export declare const business: {
|
|
2788
2866
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
2789
2867
|
}, import("zod").ZodTypeAny, "passthrough">;
|
2790
2868
|
見積書: import("zod").objectOutputType<{
|
2791
|
-
schemas: import("zod").ZodArray<import("zod").
|
2869
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
2870
|
+
name: import("zod").ZodString;
|
2792
2871
|
type: import("zod").ZodString;
|
2793
2872
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2794
2873
|
position: import("zod").ZodObject<{
|
@@ -2819,6 +2898,7 @@ export declare const business: {
|
|
2819
2898
|
}>>;
|
2820
2899
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2821
2900
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
2901
|
+
name: import("zod").ZodString;
|
2822
2902
|
type: import("zod").ZodString;
|
2823
2903
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2824
2904
|
position: import("zod").ZodObject<{
|
@@ -2849,6 +2929,7 @@ export declare const business: {
|
|
2849
2929
|
}>>;
|
2850
2930
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2851
2931
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
2932
|
+
name: import("zod").ZodString;
|
2852
2933
|
type: import("zod").ZodString;
|
2853
2934
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2854
2935
|
position: import("zod").ZodObject<{
|
@@ -2878,7 +2959,7 @@ export declare const business: {
|
|
2878
2959
|
end?: number | undefined;
|
2879
2960
|
}>>;
|
2880
2961
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2881
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
2962
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
2882
2963
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
2883
2964
|
width: import("zod").ZodNumber;
|
2884
2965
|
height: import("zod").ZodNumber;
|
@@ -2895,7 +2976,8 @@ export declare const business: {
|
|
2895
2976
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
2896
2977
|
}, import("zod").ZodTypeAny, "passthrough">;
|
2897
2978
|
請求書: import("zod").objectOutputType<{
|
2898
|
-
schemas: import("zod").ZodArray<import("zod").
|
2979
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
2980
|
+
name: import("zod").ZodString;
|
2899
2981
|
type: import("zod").ZodString;
|
2900
2982
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2901
2983
|
position: import("zod").ZodObject<{
|
@@ -2926,6 +3008,7 @@ export declare const business: {
|
|
2926
3008
|
}>>;
|
2927
3009
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2928
3010
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
3011
|
+
name: import("zod").ZodString;
|
2929
3012
|
type: import("zod").ZodString;
|
2930
3013
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2931
3014
|
position: import("zod").ZodObject<{
|
@@ -2956,6 +3039,7 @@ export declare const business: {
|
|
2956
3039
|
}>>;
|
2957
3040
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2958
3041
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
3042
|
+
name: import("zod").ZodString;
|
2959
3043
|
type: import("zod").ZodString;
|
2960
3044
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
2961
3045
|
position: import("zod").ZodObject<{
|
@@ -2985,7 +3069,7 @@ export declare const business: {
|
|
2985
3069
|
end?: number | undefined;
|
2986
3070
|
}>>;
|
2987
3071
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
2988
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
3072
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
2989
3073
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
2990
3074
|
width: import("zod").ZodNumber;
|
2991
3075
|
height: import("zod").ZodNumber;
|
@@ -3002,7 +3086,8 @@ export declare const business: {
|
|
3002
3086
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
3003
3087
|
}, import("zod").ZodTypeAny, "passthrough">;
|
3004
3088
|
納品書: import("zod").objectOutputType<{
|
3005
|
-
schemas: import("zod").ZodArray<import("zod").
|
3089
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
3090
|
+
name: import("zod").ZodString;
|
3006
3091
|
type: import("zod").ZodString;
|
3007
3092
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3008
3093
|
position: import("zod").ZodObject<{
|
@@ -3033,6 +3118,7 @@ export declare const business: {
|
|
3033
3118
|
}>>;
|
3034
3119
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3035
3120
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
3121
|
+
name: import("zod").ZodString;
|
3036
3122
|
type: import("zod").ZodString;
|
3037
3123
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3038
3124
|
position: import("zod").ZodObject<{
|
@@ -3063,6 +3149,7 @@ export declare const business: {
|
|
3063
3149
|
}>>;
|
3064
3150
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3065
3151
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
3152
|
+
name: import("zod").ZodString;
|
3066
3153
|
type: import("zod").ZodString;
|
3067
3154
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3068
3155
|
position: import("zod").ZodObject<{
|
@@ -3092,7 +3179,7 @@ export declare const business: {
|
|
3092
3179
|
end?: number | undefined;
|
3093
3180
|
}>>;
|
3094
3181
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3095
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
3182
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
3096
3183
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
3097
3184
|
width: import("zod").ZodNumber;
|
3098
3185
|
height: import("zod").ZodNumber;
|
@@ -3109,7 +3196,8 @@ export declare const business: {
|
|
3109
3196
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
3110
3197
|
}, import("zod").ZodTypeAny, "passthrough">;
|
3111
3198
|
書類送付状: import("zod").objectOutputType<{
|
3112
|
-
schemas: import("zod").ZodArray<import("zod").
|
3199
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
3200
|
+
name: import("zod").ZodString;
|
3113
3201
|
type: import("zod").ZodString;
|
3114
3202
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3115
3203
|
position: import("zod").ZodObject<{
|
@@ -3140,6 +3228,7 @@ export declare const business: {
|
|
3140
3228
|
}>>;
|
3141
3229
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3142
3230
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
3231
|
+
name: import("zod").ZodString;
|
3143
3232
|
type: import("zod").ZodString;
|
3144
3233
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3145
3234
|
position: import("zod").ZodObject<{
|
@@ -3170,6 +3259,7 @@ export declare const business: {
|
|
3170
3259
|
}>>;
|
3171
3260
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3172
3261
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
3262
|
+
name: import("zod").ZodString;
|
3173
3263
|
type: import("zod").ZodString;
|
3174
3264
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3175
3265
|
position: import("zod").ZodObject<{
|
@@ -3199,7 +3289,7 @@ export declare const business: {
|
|
3199
3289
|
end?: number | undefined;
|
3200
3290
|
}>>;
|
3201
3291
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3202
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
3292
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
3203
3293
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
3204
3294
|
width: import("zod").ZodNumber;
|
3205
3295
|
height: import("zod").ZodNumber;
|
@@ -3216,7 +3306,8 @@ export declare const business: {
|
|
3216
3306
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
3217
3307
|
}, import("zod").ZodTypeAny, "passthrough">;
|
3218
3308
|
履歴書: import("zod").objectOutputType<{
|
3219
|
-
schemas: import("zod").ZodArray<import("zod").
|
3309
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
3310
|
+
name: import("zod").ZodString;
|
3220
3311
|
type: import("zod").ZodString;
|
3221
3312
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3222
3313
|
position: import("zod").ZodObject<{
|
@@ -3247,6 +3338,7 @@ export declare const business: {
|
|
3247
3338
|
}>>;
|
3248
3339
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3249
3340
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
3341
|
+
name: import("zod").ZodString;
|
3250
3342
|
type: import("zod").ZodString;
|
3251
3343
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3252
3344
|
position: import("zod").ZodObject<{
|
@@ -3277,6 +3369,7 @@ export declare const business: {
|
|
3277
3369
|
}>>;
|
3278
3370
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3279
3371
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
3372
|
+
name: import("zod").ZodString;
|
3280
3373
|
type: import("zod").ZodString;
|
3281
3374
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3282
3375
|
position: import("zod").ZodObject<{
|
@@ -3306,7 +3399,7 @@ export declare const business: {
|
|
3306
3399
|
end?: number | undefined;
|
3307
3400
|
}>>;
|
3308
3401
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3309
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
3402
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
3310
3403
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
3311
3404
|
width: import("zod").ZodNumber;
|
3312
3405
|
height: import("zod").ZodNumber;
|
@@ -3323,7 +3416,8 @@ export declare const business: {
|
|
3323
3416
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
3324
3417
|
}, import("zod").ZodTypeAny, "passthrough">;
|
3325
3418
|
労働条件通知書: import("zod").objectOutputType<{
|
3326
|
-
schemas: import("zod").ZodArray<import("zod").
|
3419
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
3420
|
+
name: import("zod").ZodString;
|
3327
3421
|
type: import("zod").ZodString;
|
3328
3422
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3329
3423
|
position: import("zod").ZodObject<{
|
@@ -3354,6 +3448,7 @@ export declare const business: {
|
|
3354
3448
|
}>>;
|
3355
3449
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3356
3450
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
3451
|
+
name: import("zod").ZodString;
|
3357
3452
|
type: import("zod").ZodString;
|
3358
3453
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3359
3454
|
position: import("zod").ZodObject<{
|
@@ -3384,6 +3479,7 @@ export declare const business: {
|
|
3384
3479
|
}>>;
|
3385
3480
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3386
3481
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
3482
|
+
name: import("zod").ZodString;
|
3387
3483
|
type: import("zod").ZodString;
|
3388
3484
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3389
3485
|
position: import("zod").ZodObject<{
|
@@ -3413,7 +3509,7 @@ export declare const business: {
|
|
3413
3509
|
end?: number | undefined;
|
3414
3510
|
}>>;
|
3415
3511
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3416
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
3512
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
3417
3513
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
3418
3514
|
width: import("zod").ZodNumber;
|
3419
3515
|
height: import("zod").ZodNumber;
|
@@ -3432,7 +3528,8 @@ export declare const business: {
|
|
3432
3528
|
};
|
3433
3529
|
export declare const textType: {
|
3434
3530
|
dynamicFontSizeHorizontal: import("zod").objectOutputType<{
|
3435
|
-
schemas: import("zod").ZodArray<import("zod").
|
3531
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
3532
|
+
name: import("zod").ZodString;
|
3436
3533
|
type: import("zod").ZodString;
|
3437
3534
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3438
3535
|
position: import("zod").ZodObject<{
|
@@ -3463,6 +3560,7 @@ export declare const textType: {
|
|
3463
3560
|
}>>;
|
3464
3561
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3465
3562
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
3563
|
+
name: import("zod").ZodString;
|
3466
3564
|
type: import("zod").ZodString;
|
3467
3565
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3468
3566
|
position: import("zod").ZodObject<{
|
@@ -3493,6 +3591,7 @@ export declare const textType: {
|
|
3493
3591
|
}>>;
|
3494
3592
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3495
3593
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
3594
|
+
name: import("zod").ZodString;
|
3496
3595
|
type: import("zod").ZodString;
|
3497
3596
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3498
3597
|
position: import("zod").ZodObject<{
|
@@ -3522,7 +3621,7 @@ export declare const textType: {
|
|
3522
3621
|
end?: number | undefined;
|
3523
3622
|
}>>;
|
3524
3623
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3525
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
3624
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
3526
3625
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
3527
3626
|
width: import("zod").ZodNumber;
|
3528
3627
|
height: import("zod").ZodNumber;
|
@@ -3539,7 +3638,8 @@ export declare const textType: {
|
|
3539
3638
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
3540
3639
|
}, import("zod").ZodTypeAny, "passthrough">;
|
3541
3640
|
dynamicFontSizeVertical: import("zod").objectOutputType<{
|
3542
|
-
schemas: import("zod").ZodArray<import("zod").
|
3641
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
3642
|
+
name: import("zod").ZodString;
|
3543
3643
|
type: import("zod").ZodString;
|
3544
3644
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3545
3645
|
position: import("zod").ZodObject<{
|
@@ -3570,6 +3670,7 @@ export declare const textType: {
|
|
3570
3670
|
}>>;
|
3571
3671
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3572
3672
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
3673
|
+
name: import("zod").ZodString;
|
3573
3674
|
type: import("zod").ZodString;
|
3574
3675
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3575
3676
|
position: import("zod").ZodObject<{
|
@@ -3600,6 +3701,7 @@ export declare const textType: {
|
|
3600
3701
|
}>>;
|
3601
3702
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3602
3703
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
3704
|
+
name: import("zod").ZodString;
|
3603
3705
|
type: import("zod").ZodString;
|
3604
3706
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3605
3707
|
position: import("zod").ZodObject<{
|
@@ -3629,7 +3731,7 @@ export declare const textType: {
|
|
3629
3731
|
end?: number | undefined;
|
3630
3732
|
}>>;
|
3631
3733
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3632
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
3734
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
3633
3735
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
3634
3736
|
width: import("zod").ZodNumber;
|
3635
3737
|
height: import("zod").ZodNumber;
|
@@ -3646,7 +3748,8 @@ export declare const textType: {
|
|
3646
3748
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
3647
3749
|
}, import("zod").ZodTypeAny, "passthrough">;
|
3648
3750
|
verticalAlignmentTop: import("zod").objectOutputType<{
|
3649
|
-
schemas: import("zod").ZodArray<import("zod").
|
3751
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
3752
|
+
name: import("zod").ZodString;
|
3650
3753
|
type: import("zod").ZodString;
|
3651
3754
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3652
3755
|
position: import("zod").ZodObject<{
|
@@ -3677,6 +3780,7 @@ export declare const textType: {
|
|
3677
3780
|
}>>;
|
3678
3781
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3679
3782
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
3783
|
+
name: import("zod").ZodString;
|
3680
3784
|
type: import("zod").ZodString;
|
3681
3785
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3682
3786
|
position: import("zod").ZodObject<{
|
@@ -3707,6 +3811,7 @@ export declare const textType: {
|
|
3707
3811
|
}>>;
|
3708
3812
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3709
3813
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
3814
|
+
name: import("zod").ZodString;
|
3710
3815
|
type: import("zod").ZodString;
|
3711
3816
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3712
3817
|
position: import("zod").ZodObject<{
|
@@ -3736,7 +3841,7 @@ export declare const textType: {
|
|
3736
3841
|
end?: number | undefined;
|
3737
3842
|
}>>;
|
3738
3843
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3739
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
3844
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
3740
3845
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
3741
3846
|
width: import("zod").ZodNumber;
|
3742
3847
|
height: import("zod").ZodNumber;
|
@@ -3753,7 +3858,8 @@ export declare const textType: {
|
|
3753
3858
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
3754
3859
|
}, import("zod").ZodTypeAny, "passthrough">;
|
3755
3860
|
verticalAlignmentMiddle: import("zod").objectOutputType<{
|
3756
|
-
schemas: import("zod").ZodArray<import("zod").
|
3861
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
3862
|
+
name: import("zod").ZodString;
|
3757
3863
|
type: import("zod").ZodString;
|
3758
3864
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3759
3865
|
position: import("zod").ZodObject<{
|
@@ -3784,6 +3890,7 @@ export declare const textType: {
|
|
3784
3890
|
}>>;
|
3785
3891
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3786
3892
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
3893
|
+
name: import("zod").ZodString;
|
3787
3894
|
type: import("zod").ZodString;
|
3788
3895
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3789
3896
|
position: import("zod").ZodObject<{
|
@@ -3814,6 +3921,7 @@ export declare const textType: {
|
|
3814
3921
|
}>>;
|
3815
3922
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3816
3923
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
3924
|
+
name: import("zod").ZodString;
|
3817
3925
|
type: import("zod").ZodString;
|
3818
3926
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3819
3927
|
position: import("zod").ZodObject<{
|
@@ -3843,7 +3951,7 @@ export declare const textType: {
|
|
3843
3951
|
end?: number | undefined;
|
3844
3952
|
}>>;
|
3845
3953
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3846
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
3954
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
3847
3955
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
3848
3956
|
width: import("zod").ZodNumber;
|
3849
3957
|
height: import("zod").ZodNumber;
|
@@ -3860,7 +3968,8 @@ export declare const textType: {
|
|
3860
3968
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
3861
3969
|
}, import("zod").ZodTypeAny, "passthrough">;
|
3862
3970
|
verticalAlignmentBottom: import("zod").objectOutputType<{
|
3863
|
-
schemas: import("zod").ZodArray<import("zod").
|
3971
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
3972
|
+
name: import("zod").ZodString;
|
3864
3973
|
type: import("zod").ZodString;
|
3865
3974
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3866
3975
|
position: import("zod").ZodObject<{
|
@@ -3891,6 +4000,7 @@ export declare const textType: {
|
|
3891
4000
|
}>>;
|
3892
4001
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3893
4002
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
4003
|
+
name: import("zod").ZodString;
|
3894
4004
|
type: import("zod").ZodString;
|
3895
4005
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3896
4006
|
position: import("zod").ZodObject<{
|
@@ -3921,6 +4031,7 @@ export declare const textType: {
|
|
3921
4031
|
}>>;
|
3922
4032
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3923
4033
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
4034
|
+
name: import("zod").ZodString;
|
3924
4035
|
type: import("zod").ZodString;
|
3925
4036
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3926
4037
|
position: import("zod").ZodObject<{
|
@@ -3950,7 +4061,7 @@ export declare const textType: {
|
|
3950
4061
|
end?: number | undefined;
|
3951
4062
|
}>>;
|
3952
4063
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
3953
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
4064
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
3954
4065
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
3955
4066
|
width: import("zod").ZodNumber;
|
3956
4067
|
height: import("zod").ZodNumber;
|
@@ -3967,7 +4078,8 @@ export declare const textType: {
|
|
3967
4078
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
3968
4079
|
}, import("zod").ZodTypeAny, "passthrough">;
|
3969
4080
|
underlineStrikethrough: import("zod").objectOutputType<{
|
3970
|
-
schemas: import("zod").ZodArray<import("zod").
|
4081
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
4082
|
+
name: import("zod").ZodString;
|
3971
4083
|
type: import("zod").ZodString;
|
3972
4084
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
3973
4085
|
position: import("zod").ZodObject<{
|
@@ -3998,6 +4110,7 @@ export declare const textType: {
|
|
3998
4110
|
}>>;
|
3999
4111
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4000
4112
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
4113
|
+
name: import("zod").ZodString;
|
4001
4114
|
type: import("zod").ZodString;
|
4002
4115
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4003
4116
|
position: import("zod").ZodObject<{
|
@@ -4028,6 +4141,7 @@ export declare const textType: {
|
|
4028
4141
|
}>>;
|
4029
4142
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4030
4143
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
4144
|
+
name: import("zod").ZodString;
|
4031
4145
|
type: import("zod").ZodString;
|
4032
4146
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4033
4147
|
position: import("zod").ZodObject<{
|
@@ -4057,7 +4171,7 @@ export declare const textType: {
|
|
4057
4171
|
end?: number | undefined;
|
4058
4172
|
}>>;
|
4059
4173
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4060
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
4174
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
4061
4175
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
4062
4176
|
width: import("zod").ZodNumber;
|
4063
4177
|
height: import("zod").ZodNumber;
|
@@ -4074,7 +4188,8 @@ export declare const textType: {
|
|
4074
4188
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
4075
4189
|
}, import("zod").ZodTypeAny, "passthrough">;
|
4076
4190
|
multiVariableText: import("zod").objectOutputType<{
|
4077
|
-
schemas: import("zod").ZodArray<import("zod").
|
4191
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
4192
|
+
name: import("zod").ZodString;
|
4078
4193
|
type: import("zod").ZodString;
|
4079
4194
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4080
4195
|
position: import("zod").ZodObject<{
|
@@ -4105,6 +4220,7 @@ export declare const textType: {
|
|
4105
4220
|
}>>;
|
4106
4221
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4107
4222
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
4223
|
+
name: import("zod").ZodString;
|
4108
4224
|
type: import("zod").ZodString;
|
4109
4225
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4110
4226
|
position: import("zod").ZodObject<{
|
@@ -4135,6 +4251,7 @@ export declare const textType: {
|
|
4135
4251
|
}>>;
|
4136
4252
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4137
4253
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
4254
|
+
name: import("zod").ZodString;
|
4138
4255
|
type: import("zod").ZodString;
|
4139
4256
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4140
4257
|
position: import("zod").ZodObject<{
|
@@ -4164,7 +4281,7 @@ export declare const textType: {
|
|
4164
4281
|
end?: number | undefined;
|
4165
4282
|
}>>;
|
4166
4283
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4167
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
4284
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
4168
4285
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
4169
4286
|
width: import("zod").ZodNumber;
|
4170
4287
|
height: import("zod").ZodNumber;
|
@@ -4183,7 +4300,8 @@ export declare const textType: {
|
|
4183
4300
|
};
|
4184
4301
|
export declare const other: {
|
4185
4302
|
test: import("zod").objectOutputType<{
|
4186
|
-
schemas: import("zod").ZodArray<import("zod").
|
4303
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
4304
|
+
name: import("zod").ZodString;
|
4187
4305
|
type: import("zod").ZodString;
|
4188
4306
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4189
4307
|
position: import("zod").ZodObject<{
|
@@ -4214,6 +4332,7 @@ export declare const other: {
|
|
4214
4332
|
}>>;
|
4215
4333
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4216
4334
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
4335
|
+
name: import("zod").ZodString;
|
4217
4336
|
type: import("zod").ZodString;
|
4218
4337
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4219
4338
|
position: import("zod").ZodObject<{
|
@@ -4244,6 +4363,7 @@ export declare const other: {
|
|
4244
4363
|
}>>;
|
4245
4364
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4246
4365
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
4366
|
+
name: import("zod").ZodString;
|
4247
4367
|
type: import("zod").ZodString;
|
4248
4368
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4249
4369
|
position: import("zod").ZodObject<{
|
@@ -4273,7 +4393,117 @@ export declare const other: {
|
|
4273
4393
|
end?: number | undefined;
|
4274
4394
|
}>>;
|
4275
4395
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4276
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
4396
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
4397
|
+
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
4398
|
+
width: import("zod").ZodNumber;
|
4399
|
+
height: import("zod").ZodNumber;
|
4400
|
+
padding: import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodNumber], null>;
|
4401
|
+
}, "strip", import("zod").ZodTypeAny, {
|
4402
|
+
width: number;
|
4403
|
+
height: number;
|
4404
|
+
padding: [number, number, number, number];
|
4405
|
+
}, {
|
4406
|
+
width: number;
|
4407
|
+
height: number;
|
4408
|
+
padding: [number, number, number, number];
|
4409
|
+
}>]>;
|
4410
|
+
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
4411
|
+
}, import("zod").ZodTypeAny, "passthrough">;
|
4412
|
+
preVersion5Format: import("zod").objectOutputType<{
|
4413
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
4414
|
+
name: import("zod").ZodString;
|
4415
|
+
type: import("zod").ZodString;
|
4416
|
+
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4417
|
+
position: import("zod").ZodObject<{
|
4418
|
+
x: import("zod").ZodNumber;
|
4419
|
+
y: import("zod").ZodNumber;
|
4420
|
+
}, "strip", import("zod").ZodTypeAny, {
|
4421
|
+
x: number;
|
4422
|
+
y: number;
|
4423
|
+
}, {
|
4424
|
+
x: number;
|
4425
|
+
y: number;
|
4426
|
+
}>;
|
4427
|
+
width: import("zod").ZodNumber;
|
4428
|
+
height: import("zod").ZodNumber;
|
4429
|
+
rotate: import("zod").ZodOptional<import("zod").ZodNumber>;
|
4430
|
+
opacity: import("zod").ZodOptional<import("zod").ZodNumber>;
|
4431
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4432
|
+
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4433
|
+
__bodyRange: import("zod").ZodOptional<import("zod").ZodObject<{
|
4434
|
+
start: import("zod").ZodNumber;
|
4435
|
+
end: import("zod").ZodOptional<import("zod").ZodNumber>;
|
4436
|
+
}, "strip", import("zod").ZodTypeAny, {
|
4437
|
+
start: number;
|
4438
|
+
end?: number | undefined;
|
4439
|
+
}, {
|
4440
|
+
start: number;
|
4441
|
+
end?: number | undefined;
|
4442
|
+
}>>;
|
4443
|
+
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4444
|
+
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
4445
|
+
name: import("zod").ZodString;
|
4446
|
+
type: import("zod").ZodString;
|
4447
|
+
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4448
|
+
position: import("zod").ZodObject<{
|
4449
|
+
x: import("zod").ZodNumber;
|
4450
|
+
y: import("zod").ZodNumber;
|
4451
|
+
}, "strip", import("zod").ZodTypeAny, {
|
4452
|
+
x: number;
|
4453
|
+
y: number;
|
4454
|
+
}, {
|
4455
|
+
x: number;
|
4456
|
+
y: number;
|
4457
|
+
}>;
|
4458
|
+
width: import("zod").ZodNumber;
|
4459
|
+
height: import("zod").ZodNumber;
|
4460
|
+
rotate: import("zod").ZodOptional<import("zod").ZodNumber>;
|
4461
|
+
opacity: import("zod").ZodOptional<import("zod").ZodNumber>;
|
4462
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4463
|
+
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4464
|
+
__bodyRange: import("zod").ZodOptional<import("zod").ZodObject<{
|
4465
|
+
start: import("zod").ZodNumber;
|
4466
|
+
end: import("zod").ZodOptional<import("zod").ZodNumber>;
|
4467
|
+
}, "strip", import("zod").ZodTypeAny, {
|
4468
|
+
start: number;
|
4469
|
+
end?: number | undefined;
|
4470
|
+
}, {
|
4471
|
+
start: number;
|
4472
|
+
end?: number | undefined;
|
4473
|
+
}>>;
|
4474
|
+
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4475
|
+
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
4476
|
+
name: import("zod").ZodString;
|
4477
|
+
type: import("zod").ZodString;
|
4478
|
+
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4479
|
+
position: import("zod").ZodObject<{
|
4480
|
+
x: import("zod").ZodNumber;
|
4481
|
+
y: import("zod").ZodNumber;
|
4482
|
+
}, "strip", import("zod").ZodTypeAny, {
|
4483
|
+
x: number;
|
4484
|
+
y: number;
|
4485
|
+
}, {
|
4486
|
+
x: number;
|
4487
|
+
y: number;
|
4488
|
+
}>;
|
4489
|
+
width: import("zod").ZodNumber;
|
4490
|
+
height: import("zod").ZodNumber;
|
4491
|
+
rotate: import("zod").ZodOptional<import("zod").ZodNumber>;
|
4492
|
+
opacity: import("zod").ZodOptional<import("zod").ZodNumber>;
|
4493
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4494
|
+
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4495
|
+
__bodyRange: import("zod").ZodOptional<import("zod").ZodObject<{
|
4496
|
+
start: import("zod").ZodNumber;
|
4497
|
+
end: import("zod").ZodOptional<import("zod").ZodNumber>;
|
4498
|
+
}, "strip", import("zod").ZodTypeAny, {
|
4499
|
+
start: number;
|
4500
|
+
end?: number | undefined;
|
4501
|
+
}, {
|
4502
|
+
start: number;
|
4503
|
+
end?: number | undefined;
|
4504
|
+
}>>;
|
4505
|
+
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4506
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
4277
4507
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
4278
4508
|
width: import("zod").ZodNumber;
|
4279
4509
|
height: import("zod").ZodNumber;
|
@@ -4290,7 +4520,8 @@ export declare const other: {
|
|
4290
4520
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
4291
4521
|
}, import("zod").ZodTypeAny, "passthrough">;
|
4292
4522
|
z97mmx210mm: import("zod").objectOutputType<{
|
4293
|
-
schemas: import("zod").ZodArray<import("zod").
|
4523
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
4524
|
+
name: import("zod").ZodString;
|
4294
4525
|
type: import("zod").ZodString;
|
4295
4526
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4296
4527
|
position: import("zod").ZodObject<{
|
@@ -4321,6 +4552,7 @@ export declare const other: {
|
|
4321
4552
|
}>>;
|
4322
4553
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4323
4554
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
4555
|
+
name: import("zod").ZodString;
|
4324
4556
|
type: import("zod").ZodString;
|
4325
4557
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4326
4558
|
position: import("zod").ZodObject<{
|
@@ -4351,6 +4583,7 @@ export declare const other: {
|
|
4351
4583
|
}>>;
|
4352
4584
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4353
4585
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
4586
|
+
name: import("zod").ZodString;
|
4354
4587
|
type: import("zod").ZodString;
|
4355
4588
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4356
4589
|
position: import("zod").ZodObject<{
|
@@ -4380,7 +4613,7 @@ export declare const other: {
|
|
4380
4613
|
end?: number | undefined;
|
4381
4614
|
}>>;
|
4382
4615
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4383
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
4616
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
4384
4617
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
4385
4618
|
width: import("zod").ZodNumber;
|
4386
4619
|
height: import("zod").ZodNumber;
|
@@ -4397,7 +4630,8 @@ export declare const other: {
|
|
4397
4630
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
4398
4631
|
}, import("zod").ZodTypeAny, "passthrough">;
|
4399
4632
|
canvasPdf: import("zod").objectOutputType<{
|
4400
|
-
schemas: import("zod").ZodArray<import("zod").
|
4633
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
4634
|
+
name: import("zod").ZodString;
|
4401
4635
|
type: import("zod").ZodString;
|
4402
4636
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4403
4637
|
position: import("zod").ZodObject<{
|
@@ -4428,6 +4662,7 @@ export declare const other: {
|
|
4428
4662
|
}>>;
|
4429
4663
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4430
4664
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
4665
|
+
name: import("zod").ZodString;
|
4431
4666
|
type: import("zod").ZodString;
|
4432
4667
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4433
4668
|
position: import("zod").ZodObject<{
|
@@ -4458,6 +4693,7 @@ export declare const other: {
|
|
4458
4693
|
}>>;
|
4459
4694
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4460
4695
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
4696
|
+
name: import("zod").ZodString;
|
4461
4697
|
type: import("zod").ZodString;
|
4462
4698
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4463
4699
|
position: import("zod").ZodObject<{
|
@@ -4487,7 +4723,7 @@ export declare const other: {
|
|
4487
4723
|
end?: number | undefined;
|
4488
4724
|
}>>;
|
4489
4725
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4490
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
4726
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
4491
4727
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
4492
4728
|
width: import("zod").ZodNumber;
|
4493
4729
|
height: import("zod").ZodNumber;
|
@@ -4504,7 +4740,8 @@ export declare const other: {
|
|
4504
4740
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
4505
4741
|
}, import("zod").ZodTypeAny, "passthrough">;
|
4506
4742
|
background: import("zod").objectOutputType<{
|
4507
|
-
schemas: import("zod").ZodArray<import("zod").
|
4743
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
4744
|
+
name: import("zod").ZodString;
|
4508
4745
|
type: import("zod").ZodString;
|
4509
4746
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4510
4747
|
position: import("zod").ZodObject<{
|
@@ -4535,6 +4772,7 @@ export declare const other: {
|
|
4535
4772
|
}>>;
|
4536
4773
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4537
4774
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
4775
|
+
name: import("zod").ZodString;
|
4538
4776
|
type: import("zod").ZodString;
|
4539
4777
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4540
4778
|
position: import("zod").ZodObject<{
|
@@ -4565,6 +4803,7 @@ export declare const other: {
|
|
4565
4803
|
}>>;
|
4566
4804
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4567
4805
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
4806
|
+
name: import("zod").ZodString;
|
4568
4807
|
type: import("zod").ZodString;
|
4569
4808
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4570
4809
|
position: import("zod").ZodObject<{
|
@@ -4594,7 +4833,7 @@ export declare const other: {
|
|
4594
4833
|
end?: number | undefined;
|
4595
4834
|
}>>;
|
4596
4835
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4597
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
4836
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
4598
4837
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
4599
4838
|
width: import("zod").ZodNumber;
|
4600
4839
|
height: import("zod").ZodNumber;
|
@@ -4611,7 +4850,8 @@ export declare const other: {
|
|
4611
4850
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
4612
4851
|
}, import("zod").ZodTypeAny, "passthrough">;
|
4613
4852
|
rotation: import("zod").objectOutputType<{
|
4614
|
-
schemas: import("zod").ZodArray<import("zod").
|
4853
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
4854
|
+
name: import("zod").ZodString;
|
4615
4855
|
type: import("zod").ZodString;
|
4616
4856
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4617
4857
|
position: import("zod").ZodObject<{
|
@@ -4642,6 +4882,7 @@ export declare const other: {
|
|
4642
4882
|
}>>;
|
4643
4883
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4644
4884
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
4885
|
+
name: import("zod").ZodString;
|
4645
4886
|
type: import("zod").ZodString;
|
4646
4887
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4647
4888
|
position: import("zod").ZodObject<{
|
@@ -4672,6 +4913,7 @@ export declare const other: {
|
|
4672
4913
|
}>>;
|
4673
4914
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4674
4915
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
4916
|
+
name: import("zod").ZodString;
|
4675
4917
|
type: import("zod").ZodString;
|
4676
4918
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4677
4919
|
position: import("zod").ZodObject<{
|
@@ -4701,7 +4943,7 @@ export declare const other: {
|
|
4701
4943
|
end?: number | undefined;
|
4702
4944
|
}>>;
|
4703
4945
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4704
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
4946
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
4705
4947
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
4706
4948
|
width: import("zod").ZodNumber;
|
4707
4949
|
height: import("zod").ZodNumber;
|
@@ -4718,7 +4960,8 @@ export declare const other: {
|
|
4718
4960
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
4719
4961
|
}, import("zod").ZodTypeAny, "passthrough">;
|
4720
4962
|
pet: import("zod").objectOutputType<{
|
4721
|
-
schemas: import("zod").ZodArray<import("zod").
|
4963
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
4964
|
+
name: import("zod").ZodString;
|
4722
4965
|
type: import("zod").ZodString;
|
4723
4966
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4724
4967
|
position: import("zod").ZodObject<{
|
@@ -4749,6 +4992,7 @@ export declare const other: {
|
|
4749
4992
|
}>>;
|
4750
4993
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4751
4994
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
4995
|
+
name: import("zod").ZodString;
|
4752
4996
|
type: import("zod").ZodString;
|
4753
4997
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4754
4998
|
position: import("zod").ZodObject<{
|
@@ -4779,6 +5023,7 @@ export declare const other: {
|
|
4779
5023
|
}>>;
|
4780
5024
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4781
5025
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
5026
|
+
name: import("zod").ZodString;
|
4782
5027
|
type: import("zod").ZodString;
|
4783
5028
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4784
5029
|
position: import("zod").ZodObject<{
|
@@ -4808,7 +5053,7 @@ export declare const other: {
|
|
4808
5053
|
end?: number | undefined;
|
4809
5054
|
}>>;
|
4810
5055
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4811
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
5056
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
4812
5057
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
4813
5058
|
width: import("zod").ZodNumber;
|
4814
5059
|
height: import("zod").ZodNumber;
|
@@ -4825,7 +5070,8 @@ export declare const other: {
|
|
4825
5070
|
pdfmeVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
4826
5071
|
}, import("zod").ZodTypeAny, "passthrough">;
|
4827
5072
|
pdfImage: import("zod").objectOutputType<{
|
4828
|
-
schemas: import("zod").ZodArray<import("zod").
|
5073
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
5074
|
+
name: import("zod").ZodString;
|
4829
5075
|
type: import("zod").ZodString;
|
4830
5076
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4831
5077
|
position: import("zod").ZodObject<{
|
@@ -4856,6 +5102,7 @@ export declare const other: {
|
|
4856
5102
|
}>>;
|
4857
5103
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4858
5104
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
5105
|
+
name: import("zod").ZodString;
|
4859
5106
|
type: import("zod").ZodString;
|
4860
5107
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4861
5108
|
position: import("zod").ZodObject<{
|
@@ -4886,6 +5133,7 @@ export declare const other: {
|
|
4886
5133
|
}>>;
|
4887
5134
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4888
5135
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
5136
|
+
name: import("zod").ZodString;
|
4889
5137
|
type: import("zod").ZodString;
|
4890
5138
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4891
5139
|
position: import("zod").ZodObject<{
|
@@ -4915,7 +5163,7 @@ export declare const other: {
|
|
4915
5163
|
end?: number | undefined;
|
4916
5164
|
}>>;
|
4917
5165
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4918
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
5166
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
4919
5167
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
4920
5168
|
width: import("zod").ZodNumber;
|
4921
5169
|
height: import("zod").ZodNumber;
|
@@ -4934,7 +5182,8 @@ export declare const other: {
|
|
4934
5182
|
};
|
4935
5183
|
export declare const shape: {
|
4936
5184
|
shapes: import("zod").objectOutputType<{
|
4937
|
-
schemas: import("zod").ZodArray<import("zod").
|
5185
|
+
schemas: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodObject<{
|
5186
|
+
name: import("zod").ZodString;
|
4938
5187
|
type: import("zod").ZodString;
|
4939
5188
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4940
5189
|
position: import("zod").ZodObject<{
|
@@ -4965,6 +5214,7 @@ export declare const shape: {
|
|
4965
5214
|
}>>;
|
4966
5215
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4967
5216
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
5217
|
+
name: import("zod").ZodString;
|
4968
5218
|
type: import("zod").ZodString;
|
4969
5219
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
4970
5220
|
position: import("zod").ZodObject<{
|
@@ -4995,6 +5245,7 @@ export declare const shape: {
|
|
4995
5245
|
}>>;
|
4996
5246
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
4997
5247
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
5248
|
+
name: import("zod").ZodString;
|
4998
5249
|
type: import("zod").ZodString;
|
4999
5250
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
5000
5251
|
position: import("zod").ZodObject<{
|
@@ -5024,7 +5275,7 @@ export declare const shape: {
|
|
5024
5275
|
end?: number | undefined;
|
5025
5276
|
}>>;
|
5026
5277
|
__isSplit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
5027
|
-
}, import("zod").ZodTypeAny, "passthrough"
|
5278
|
+
}, import("zod").ZodTypeAny, "passthrough">>, "many">, "many">;
|
5028
5279
|
basePdf: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodType<ArrayBuffer, import("zod").ZodTypeDef, ArrayBuffer>, import("zod").ZodType<Uint8Array, import("zod").ZodTypeDef, Uint8Array>]>, import("zod").ZodObject<{
|
5029
5280
|
width: import("zod").ZodNumber;
|
5030
5281
|
height: import("zod").ZodNumber;
|