@retab/node 1.0.93 → 1.0.95
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 +1 -1
- package/dist/api/client.d.ts +2 -0
- package/dist/api/client.d.ts.map +1 -1
- package/dist/api/client.js +2 -0
- package/dist/api/extractions/client.d.ts +11 -2
- package/dist/api/extractions/client.d.ts.map +1 -1
- package/dist/api/extractions/client.js +16 -0
- package/dist/api/files/client.d.ts +71 -0
- package/dist/api/files/client.d.ts.map +1 -0
- package/dist/api/files/client.js +70 -0
- package/dist/api/jobs/client.d.ts +12 -12
- package/dist/api/schemas/client.d.ts +1 -1
- package/dist/api/workflows/runs/client.d.ts +2 -9
- package/dist/api/workflows/runs/client.d.ts.map +1 -1
- package/dist/api/workflows/runs/client.js +3 -11
- package/dist/generated_types.d.ts +46521 -27053
- package/dist/generated_types.d.ts.map +1 -1
- package/dist/generated_types.js +426 -25
- package/dist/schema_types.d.ts +2 -2
- package/dist/types.d.ts +8 -8
- package/package.json +1 -1
package/dist/schema_types.d.ts
CHANGED
|
@@ -7,8 +7,8 @@ export declare const ZPartialSchema: z.ZodLazy<z.ZodObject<{
|
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
8
|
object: "schema";
|
|
9
9
|
strict: boolean;
|
|
10
|
-
json_schema: Record<string, any>;
|
|
11
10
|
created_at: string;
|
|
11
|
+
json_schema: Record<string, any>;
|
|
12
12
|
}, {
|
|
13
13
|
created_at: string;
|
|
14
14
|
object?: "schema" | undefined;
|
|
@@ -25,8 +25,8 @@ export declare const ZSchema: z.ZodLazy<z.ZodObject<{
|
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
26
|
object: "schema";
|
|
27
27
|
strict: boolean;
|
|
28
|
-
json_schema: Record<string, any>;
|
|
29
28
|
created_at: string;
|
|
29
|
+
json_schema: Record<string, any>;
|
|
30
30
|
}, {
|
|
31
31
|
created_at: string;
|
|
32
32
|
object?: "schema" | undefined;
|
package/dist/types.d.ts
CHANGED
|
@@ -122,27 +122,27 @@ export declare const ZDocumentExtractRequest: z.ZodObject<{
|
|
|
122
122
|
filename: z.ZodString;
|
|
123
123
|
}, "strip", z.ZodTypeAny, {
|
|
124
124
|
filename: string;
|
|
125
|
-
file_data: string;
|
|
126
125
|
file_id: string;
|
|
126
|
+
file_data: string;
|
|
127
127
|
}, {
|
|
128
128
|
filename: string;
|
|
129
|
-
file_data: string;
|
|
130
129
|
file_id: string;
|
|
130
|
+
file_data: string;
|
|
131
131
|
}>>;
|
|
132
132
|
type: z.ZodLiteral<"file">;
|
|
133
133
|
}, "strip", z.ZodTypeAny, {
|
|
134
134
|
type: "file";
|
|
135
135
|
file: {
|
|
136
136
|
filename: string;
|
|
137
|
-
file_data: string;
|
|
138
137
|
file_id: string;
|
|
138
|
+
file_data: string;
|
|
139
139
|
};
|
|
140
140
|
}, {
|
|
141
141
|
type: "file";
|
|
142
142
|
file: {
|
|
143
143
|
filename: string;
|
|
144
|
-
file_data: string;
|
|
145
144
|
file_id: string;
|
|
145
|
+
file_data: string;
|
|
146
146
|
};
|
|
147
147
|
}>>]>, "many">]>>>;
|
|
148
148
|
tool_call_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -195,8 +195,8 @@ export declare const ZDocumentExtractRequest: z.ZodObject<{
|
|
|
195
195
|
type: "file";
|
|
196
196
|
file: {
|
|
197
197
|
filename: string;
|
|
198
|
-
file_data: string;
|
|
199
198
|
file_id: string;
|
|
199
|
+
file_data: string;
|
|
200
200
|
};
|
|
201
201
|
})[] | null | undefined;
|
|
202
202
|
tool_call_id?: string | null | undefined;
|
|
@@ -229,8 +229,8 @@ export declare const ZDocumentExtractRequest: z.ZodObject<{
|
|
|
229
229
|
type: "file";
|
|
230
230
|
file: {
|
|
231
231
|
filename: string;
|
|
232
|
-
file_data: string;
|
|
233
232
|
file_id: string;
|
|
233
|
+
file_data: string;
|
|
234
234
|
};
|
|
235
235
|
})[] | null | undefined;
|
|
236
236
|
tool_call_id?: string | null | undefined;
|
|
@@ -273,8 +273,8 @@ export declare const ZDocumentExtractRequest: z.ZodObject<{
|
|
|
273
273
|
type: "file";
|
|
274
274
|
file: {
|
|
275
275
|
filename: string;
|
|
276
|
-
file_data: string;
|
|
277
276
|
file_id: string;
|
|
277
|
+
file_data: string;
|
|
278
278
|
};
|
|
279
279
|
})[] | null | undefined;
|
|
280
280
|
tool_call_id?: string | null | undefined;
|
|
@@ -320,8 +320,8 @@ export declare const ZDocumentExtractRequest: z.ZodObject<{
|
|
|
320
320
|
type: "file";
|
|
321
321
|
file: {
|
|
322
322
|
filename: string;
|
|
323
|
-
file_data: string;
|
|
324
323
|
file_id: string;
|
|
324
|
+
file_data: string;
|
|
325
325
|
};
|
|
326
326
|
})[] | null | undefined;
|
|
327
327
|
tool_call_id?: string | null | undefined;
|