@naturali/sdk 0.130.0 → 0.132.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.cjs +1 -1
- package/dist/index.d.cts +349 -111
- package/dist/index.d.mts +349 -111
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -617,7 +617,7 @@ var Activity = class {
|
|
|
617
617
|
/**
|
|
618
618
|
* List activity feed entries
|
|
619
619
|
*
|
|
620
|
-
* Returns activity entries for a project, newest first, filterable by kind and
|
|
620
|
+
* Returns activity entries for a project, newest first, filterable by kind, severity, agent, generation and orchestration run — every filter composable with the rest. Paginated with an opaque cursor rather than offset/limit — pass the previous page's `next_cursor` to fetch the next one; a `null` `next_cursor` means there is no more data.
|
|
621
621
|
*/
|
|
622
622
|
static listActivity(options) {
|
|
623
623
|
return (options.client ?? client).get({
|