lz-api-client
Advanced tools
Comparing version 0.12.0 to 0.12.1
@@ -18,2 +18,14 @@ import type { SearchLayerQuery } from 'lz-schema'; | ||
updatedAt: number; | ||
createdBy: { | ||
id: string; | ||
name: string; | ||
email: string; | ||
profileImageUrl?: string | undefined; | ||
} | null; | ||
updatedBy: { | ||
id: string; | ||
name: string; | ||
email: string; | ||
profileImageUrl?: string | undefined; | ||
} | null; | ||
workspaceId: string; | ||
@@ -48,2 +60,14 @@ createdById: string; | ||
updatedAt: number; | ||
createdBy: { | ||
id: string; | ||
name: string; | ||
email: string; | ||
profileImageUrl?: string | undefined; | ||
} | null; | ||
updatedBy: { | ||
id: string; | ||
name: string; | ||
email: string; | ||
profileImageUrl?: string | undefined; | ||
} | null; | ||
workspaceId: string; | ||
@@ -50,0 +74,0 @@ createdById: string; |
{ | ||
"name": "lz-api-client", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"description": "client sdk for layerZ api", | ||
@@ -34,4 +34,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"lz-schema": "^0.13.0" | ||
"lz-schema": "^0.13.1" | ||
} | ||
} |
72318
1352
Updatedlz-schema@^0.13.1