Skip to content

Commit 2d1718e

Browse files
committed
the assembly status item types so downstream consumers can import them directly from the SDK without touching zod
1 parent d956ac1 commit 2d1718e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

src/Transloadit.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,14 @@ export {
6464
UploadError,
6565
} from 'got'
6666

67-
export type { AssemblyStatus } from './alphalib/types/assemblyStatus.ts'
67+
export type {
68+
AssemblyStatus,
69+
AssemblyStatusMeta,
70+
AssemblyStatusResult,
71+
AssemblyStatusResults,
72+
AssemblyStatusUpload,
73+
AssemblyStatusUploads,
74+
} from './alphalib/types/assemblyStatus.ts'
6875
export * from './apiTypes.ts'
6976
export { InconsistentResponseError, ApiError }
7077

src/apiTypes.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ import type { AssemblyInstructions, AssemblyInstructionsInput } from './alphalib
22

33
export {
44
type AssemblyIndexItem,
5+
type AssemblyStatusMeta,
6+
type AssemblyStatusResult,
7+
type AssemblyStatusResults,
8+
type AssemblyStatusUpload,
9+
type AssemblyStatusUploads,
510
assemblyIndexItemSchema,
611
assemblyStatusSchema,
712
} from './alphalib/types/assemblyStatus.ts'

0 commit comments

Comments
 (0)