@retter/sdk 0.2.37 → 0.2.40

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
@@ -192,3 +192,9 @@ interface RetterCloudObjectMethod {
192
192
  outputModel?: string
193
193
  }
194
194
  ```
195
+
196
+ ### Instance List
197
+
198
+ ```ts
199
+ const instanceIds = await cloudObject.listInstances()
200
+ ```