@blockscout/autoscout-types 1.1.0 → 1.2.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.
@@ -108,6 +108,7 @@ export interface ExpensiveInstance {
108
108
  blockscout_url?: string | undefined;
109
109
  total_cost: string;
110
110
  cost_per_month_approx: string;
111
+ icon_url?: string | undefined;
111
112
  }
112
113
  export interface AuthToken {
113
114
  name: string;
@@ -126,6 +126,7 @@ export interface ExpensiveInstance {
126
126
  blockscout_url?: string | undefined;
127
127
  total_cost: string;
128
128
  cost_per_month_approx: string;
129
+ icon_url?: string | undefined;
129
130
  }
130
131
 
131
132
  export interface AuthToken {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockscout/autoscout-types",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "TypeScript definitions for Autoscout microservice",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",