@sentio/api 1.0.3-rc.46 → 1.0.3-rc.47

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.
@@ -3440,6 +3440,7 @@ export declare namespace web_service {
3440
3440
  dashboardId: string;
3441
3441
  };
3442
3442
  query?: {
3443
+ projectId?: string;
3443
3444
  limit?: number;
3444
3445
  offset?: number;
3445
3446
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/api",
3
- "version": "1.0.3-rc.46",
3
+ "version": "1.0.3-rc.47",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/src/types.gen.ts CHANGED
@@ -3453,6 +3453,7 @@ export namespace web_service {
3453
3453
  dashboardId: string;
3454
3454
  };
3455
3455
  query?: {
3456
+ projectId?: string;
3456
3457
  limit?: number;
3457
3458
  offset?: number;
3458
3459
  };