@domain-first/types 3.0.1 → 3.0.3
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.
|
@@ -25,14 +25,14 @@ export declare const AsyncSchemaInSyncParsingError: {
|
|
|
25
25
|
code: string;
|
|
26
26
|
};
|
|
27
27
|
readonly details: Record<string, any>;
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
readonly formattedDetails: import("@domain-first/errors").PlainPrimitivesObject;
|
|
29
|
+
readonly serialized: import("@domain-first/errors").TransportedError<import("@domain-first/errors").PlainPrimitivesObject & {
|
|
30
30
|
code: string;
|
|
31
31
|
}>;
|
|
32
|
-
|
|
32
|
+
readonly serializedWithNativeData: import("@domain-first/errors").TransportedErrorWithNativeData<import("@domain-first/errors").PlainPrimitivesObject & {
|
|
33
33
|
code: string;
|
|
34
34
|
}>;
|
|
35
|
-
|
|
35
|
+
readonly serializedFull: import("@domain-first/errors").FullTransportedError<Record<string, any>, import("@domain-first/errors").PlainPrimitivesObject & {
|
|
36
36
|
code: string;
|
|
37
37
|
}>;
|
|
38
38
|
name: string;
|
|
@@ -38,14 +38,14 @@ export declare const InvalidDataParsingError: {
|
|
|
38
38
|
parsingIssues: readonly StandardSchemaV1.Issue[];
|
|
39
39
|
value: unknown;
|
|
40
40
|
};
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
get formattedDetails(): import("@domain-first/errors").PlainPrimitivesObject;
|
|
42
|
+
get serialized(): import("@domain-first/errors").TransportedError<import("@domain-first/errors").PlainPrimitivesObject & {
|
|
43
43
|
code: string;
|
|
44
44
|
}>;
|
|
45
|
-
|
|
45
|
+
get serializedWithNativeData(): import("@domain-first/errors").TransportedErrorWithNativeData<import("@domain-first/errors").PlainPrimitivesObject & {
|
|
46
46
|
code: string;
|
|
47
47
|
}>;
|
|
48
|
-
|
|
48
|
+
get serializedFull(): import("@domain-first/errors").FullTransportedError<{
|
|
49
49
|
parsingIssues: readonly StandardSchemaV1.Issue[];
|
|
50
50
|
value: unknown;
|
|
51
51
|
}, import("@domain-first/errors").PlainPrimitivesObject & {
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"zod",
|
|
16
16
|
"valibot"
|
|
17
17
|
],
|
|
18
|
-
"version": "3.0.
|
|
18
|
+
"version": "3.0.3",
|
|
19
19
|
"type": "module",
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
"@semantic-release/git": "^10.0.1",
|
|
54
54
|
"@semantic-release/npm": "^13.1.5",
|
|
55
55
|
"@types/node": "^24.13.2",
|
|
56
|
-
"
|
|
56
|
+
"joi": "^18.2.3",
|
|
57
57
|
"semantic-release": "^25.0.8",
|
|
58
58
|
"typescript": "^6.0.3",
|
|
59
59
|
"valibot": "^1.4.2",
|
|
60
60
|
"zod": "^4.4.3"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@domain-first/errors": "^1.7.
|
|
63
|
+
"@domain-first/errors": "^1.7.5",
|
|
64
64
|
"@standard-schema/spec": "^1.1.0"
|
|
65
65
|
}
|
|
66
66
|
}
|
package/dist/entity.spec.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|