rtf-codec 4.0.1 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/codec.d.cts +9 -9
- package/dist/codec.d.ts +9 -9
- package/package.json +3 -3
package/dist/codec.d.cts
CHANGED
|
@@ -1427,9 +1427,9 @@ declare const rtfContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, U
|
|
|
1427
1427
|
type: z.ZodEnum<{
|
|
1428
1428
|
date: "date";
|
|
1429
1429
|
custom: "custom";
|
|
1430
|
+
time: "time";
|
|
1430
1431
|
decimal: "decimal";
|
|
1431
1432
|
list: "list";
|
|
1432
|
-
time: "time";
|
|
1433
1433
|
whole: "whole";
|
|
1434
1434
|
textLength: "textLength";
|
|
1435
1435
|
}>;
|
|
@@ -1885,10 +1885,10 @@ declare const rtfContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, U
|
|
|
1885
1885
|
value: z.ZodObject<{
|
|
1886
1886
|
type: z.ZodEnum<{
|
|
1887
1887
|
formula: "formula";
|
|
1888
|
-
percent: "percent";
|
|
1889
1888
|
num: "num";
|
|
1890
|
-
max: "max";
|
|
1891
1889
|
min: "min";
|
|
1890
|
+
max: "max";
|
|
1891
|
+
percent: "percent";
|
|
1892
1892
|
percentile: "percentile";
|
|
1893
1893
|
}>;
|
|
1894
1894
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -1931,10 +1931,10 @@ declare const rtfContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, U
|
|
|
1931
1931
|
min: z.ZodObject<{
|
|
1932
1932
|
type: z.ZodEnum<{
|
|
1933
1933
|
formula: "formula";
|
|
1934
|
-
percent: "percent";
|
|
1935
1934
|
num: "num";
|
|
1936
|
-
max: "max";
|
|
1937
1935
|
min: "min";
|
|
1936
|
+
max: "max";
|
|
1937
|
+
percent: "percent";
|
|
1938
1938
|
percentile: "percentile";
|
|
1939
1939
|
}>;
|
|
1940
1940
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -1942,10 +1942,10 @@ declare const rtfContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, U
|
|
|
1942
1942
|
max: z.ZodObject<{
|
|
1943
1943
|
type: z.ZodEnum<{
|
|
1944
1944
|
formula: "formula";
|
|
1945
|
-
percent: "percent";
|
|
1946
1945
|
num: "num";
|
|
1947
|
-
max: "max";
|
|
1948
1946
|
min: "min";
|
|
1947
|
+
max: "max";
|
|
1948
|
+
percent: "percent";
|
|
1949
1949
|
percentile: "percentile";
|
|
1950
1950
|
}>;
|
|
1951
1951
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -1989,10 +1989,10 @@ declare const rtfContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, U
|
|
|
1989
1989
|
thresholds: z.ZodArray<z.ZodObject<{
|
|
1990
1990
|
type: z.ZodEnum<{
|
|
1991
1991
|
formula: "formula";
|
|
1992
|
-
percent: "percent";
|
|
1993
1992
|
num: "num";
|
|
1994
|
-
max: "max";
|
|
1995
1993
|
min: "min";
|
|
1994
|
+
max: "max";
|
|
1995
|
+
percent: "percent";
|
|
1996
1996
|
percentile: "percentile";
|
|
1997
1997
|
}>;
|
|
1998
1998
|
value: z.ZodOptional<z.ZodString>;
|
package/dist/codec.d.ts
CHANGED
|
@@ -1427,9 +1427,9 @@ declare const rtfContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, U
|
|
|
1427
1427
|
type: z.ZodEnum<{
|
|
1428
1428
|
date: "date";
|
|
1429
1429
|
custom: "custom";
|
|
1430
|
+
time: "time";
|
|
1430
1431
|
decimal: "decimal";
|
|
1431
1432
|
list: "list";
|
|
1432
|
-
time: "time";
|
|
1433
1433
|
whole: "whole";
|
|
1434
1434
|
textLength: "textLength";
|
|
1435
1435
|
}>;
|
|
@@ -1885,10 +1885,10 @@ declare const rtfContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, U
|
|
|
1885
1885
|
value: z.ZodObject<{
|
|
1886
1886
|
type: z.ZodEnum<{
|
|
1887
1887
|
formula: "formula";
|
|
1888
|
-
percent: "percent";
|
|
1889
1888
|
num: "num";
|
|
1890
|
-
max: "max";
|
|
1891
1889
|
min: "min";
|
|
1890
|
+
max: "max";
|
|
1891
|
+
percent: "percent";
|
|
1892
1892
|
percentile: "percentile";
|
|
1893
1893
|
}>;
|
|
1894
1894
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -1931,10 +1931,10 @@ declare const rtfContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, U
|
|
|
1931
1931
|
min: z.ZodObject<{
|
|
1932
1932
|
type: z.ZodEnum<{
|
|
1933
1933
|
formula: "formula";
|
|
1934
|
-
percent: "percent";
|
|
1935
1934
|
num: "num";
|
|
1936
|
-
max: "max";
|
|
1937
1935
|
min: "min";
|
|
1936
|
+
max: "max";
|
|
1937
|
+
percent: "percent";
|
|
1938
1938
|
percentile: "percentile";
|
|
1939
1939
|
}>;
|
|
1940
1940
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -1942,10 +1942,10 @@ declare const rtfContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, U
|
|
|
1942
1942
|
max: z.ZodObject<{
|
|
1943
1943
|
type: z.ZodEnum<{
|
|
1944
1944
|
formula: "formula";
|
|
1945
|
-
percent: "percent";
|
|
1946
1945
|
num: "num";
|
|
1947
|
-
max: "max";
|
|
1948
1946
|
min: "min";
|
|
1947
|
+
max: "max";
|
|
1948
|
+
percent: "percent";
|
|
1949
1949
|
percentile: "percentile";
|
|
1950
1950
|
}>;
|
|
1951
1951
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -1989,10 +1989,10 @@ declare const rtfContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, U
|
|
|
1989
1989
|
thresholds: z.ZodArray<z.ZodObject<{
|
|
1990
1990
|
type: z.ZodEnum<{
|
|
1991
1991
|
formula: "formula";
|
|
1992
|
-
percent: "percent";
|
|
1993
1992
|
num: "num";
|
|
1994
|
-
max: "max";
|
|
1995
1993
|
min: "min";
|
|
1994
|
+
max: "max";
|
|
1995
|
+
percent: "percent";
|
|
1996
1996
|
percentile: "percentile";
|
|
1997
1997
|
}>;
|
|
1998
1998
|
value: z.ZodOptional<z.ZodString>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rtf-codec",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Hand-written Rich Text Format (RTF 1.9.1) reader and writer against the shared document-schema.js content pivot.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"license": "MIT",
|
|
81
81
|
"packageManager": "pnpm@11.6.0",
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"archive-codec": "^1.6.
|
|
84
|
-
"document-schema.js": "^7.
|
|
83
|
+
"archive-codec": "^1.6.6",
|
|
84
|
+
"document-schema.js": "^7.1.0",
|
|
85
85
|
"zod": "^4.4.3"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|