@axiom-lattice/client-sdk 4.0.1 → 4.1.0

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/dist/index.d.ts CHANGED
@@ -784,6 +784,7 @@ interface FileItem {
784
784
  is_dir?: boolean;
785
785
  size?: number;
786
786
  modified_at?: string;
787
+ created_at?: string;
787
788
  }
788
789
  interface ToolsListResponse {
789
790
  success: boolean;