@blaxel/core 0.2.96-preview.205 → 0.3.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/README.md CHANGED
@@ -70,7 +70,7 @@ await existing.delete();
70
70
 
71
71
  #### Listing resources
72
72
 
73
- List methods return one page at a time. The result contains `data`, `meta`, and helpers for fetching more pages when you want them.
73
+ List methods return one page at a time. The result contains `data`, `meta`, and helpers for fetching more pages when you want them. The same shape is returned by `VolumeInstance.list()`, `DriveInstance.list()`, and the sandbox-scoped `sandbox.schedules.list()` / `sandbox.schedules.executions()`.
74
74
 
75
75
  ```typescript
76
76
  import { SandboxInstance } from "@blaxel/core";