@blockscout/autoscout-types 1.9.2 → 1.9.4

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.
@@ -269,8 +269,8 @@ export interface ListInstancesResponse {
269
269
  pagination: PaginationResult | undefined;
270
270
  }
271
271
  export interface SearchInstancesRequest {
272
- instance_id?: number | undefined;
273
- instance_uuid?: string | undefined;
272
+ instance_private_id?: number | undefined;
273
+ instance_public_id?: string | undefined;
274
274
  instance_slug?: string | undefined;
275
275
  user_id?: number | undefined;
276
276
  user_email?: string | undefined;
@@ -315,8 +315,8 @@ export interface ListInstancesResponse {
315
315
  }
316
316
 
317
317
  export interface SearchInstancesRequest {
318
- instance_id?: number | undefined;
319
- instance_uuid?: string | undefined;
318
+ instance_private_id?: number | undefined;
319
+ instance_public_id?: string | undefined;
320
320
  instance_slug?: string | undefined;
321
321
  user_id?: number | undefined;
322
322
  user_email?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockscout/autoscout-types",
3
- "version": "1.9.2",
3
+ "version": "1.9.4",
4
4
  "description": "TypeScript definitions for Autoscout microservice",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",