exnet-routing 1.0.6 → 1.0.7

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.
@@ -57,16 +57,16 @@ export declare const response: <R extends z.ZodObject<any> | z.ZodArray<any> | z
57
57
  field?: string | undefined;
58
58
  }>, "many">;
59
59
  }, "strip", z.ZodTypeAny, {
60
- code: string;
61
60
  status: number;
61
+ code: string;
62
62
  messages: {
63
63
  message: string;
64
64
  rule?: string | undefined;
65
65
  field?: string | undefined;
66
66
  }[];
67
67
  }, {
68
- code: string;
69
68
  status: number;
69
+ code: string;
70
70
  messages: {
71
71
  message: string;
72
72
  rule?: string | undefined;
@@ -76,8 +76,8 @@ export declare const response: <R extends z.ZodObject<any> | z.ZodArray<any> | z
76
76
  }, "strip", z.ZodTypeAny, {
77
77
  message: string;
78
78
  info: {
79
- code: string;
80
79
  status: number;
80
+ code: string;
81
81
  messages: {
82
82
  message: string;
83
83
  rule?: string | undefined;
@@ -87,8 +87,8 @@ export declare const response: <R extends z.ZodObject<any> | z.ZodArray<any> | z
87
87
  }, {
88
88
  message: string;
89
89
  info: {
90
- code: string;
91
90
  status: number;
91
+ code: string;
92
92
  messages: {
93
93
  message: string;
94
94
  rule?: string | undefined;
@@ -103,8 +103,8 @@ export declare const response: <R extends z.ZodObject<any> | z.ZodArray<any> | z
103
103
  error: {
104
104
  message: string;
105
105
  info: {
106
- code: string;
107
106
  status: number;
107
+ code: string;
108
108
  messages: {
109
109
  message: string;
110
110
  rule?: string | undefined;
@@ -120,8 +120,8 @@ export declare const response: <R extends z.ZodObject<any> | z.ZodArray<any> | z
120
120
  error: {
121
121
  message: string;
122
122
  info: {
123
- code: string;
124
123
  status: number;
124
+ code: string;
125
125
  messages: {
126
126
  message: string;
127
127
  rule?: string | undefined;