industrial-model 0.9.0 → 0.11.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 +1 -1
- package/dist/cli/index.cjs +212794 -1861
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cognite-core/index.cjs +12 -4
- package/dist/cognite-core/index.cjs.map +1 -1
- package/dist/cognite-core/index.js +12 -4
- package/dist/cognite-core/index.js.map +1 -1
- package/dist/index.cjs +12 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +12 -4
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -503,7 +503,7 @@ do {
|
|
|
503
503
|
} while (cursor !== null);
|
|
504
504
|
```
|
|
505
505
|
|
|
506
|
-
Pass `limit: -1` when you want the SDK to follow all root cursors automatically. The SDK issues multiple `instances.query` calls, using
|
|
506
|
+
Pass `limit: -1` when you want the SDK to follow all root cursors automatically. The SDK issues multiple `instances.query` calls, using 10000 root items per page, and returns `cursor: null`.
|
|
507
507
|
|
|
508
508
|
```ts
|
|
509
509
|
const { items } = await model.query<CogniteAsset>()({
|