@blockscout/autoscout-types 1.3.0 → 1.3.2

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.
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.176.2
5
- // protoc v5.27.0
5
+ // protoc v4.23.4
6
6
  // source: v1/autoscout.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.DepositType = exports.DepositStatus = exports.UpdateInstanceAction = exports.DeploymentStatus = void 0;
@@ -1,7 +1,7 @@
1
1
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
2
2
  // versions:
3
3
  // protoc-gen-ts_proto v1.176.2
4
- // protoc v5.27.0
4
+ // protoc v4.23.4
5
5
  // source: v1/autoscout.proto
6
6
 
7
7
  /* eslint-disable */
@@ -57,6 +57,7 @@ export interface DeployConfig {
57
57
  chain_id?: string | undefined;
58
58
  token_symbol?: string | undefined;
59
59
  custom_domain?: string | undefined;
60
+ redirect_from_domain?: string | undefined;
60
61
  logo_url?: string | undefined;
61
62
  logo_url_dark?: string | undefined;
62
63
  chain_name?: string | undefined;
@@ -162,6 +163,8 @@ export interface IndexerConfig {
162
163
  token_balances_batch_size?: string | undefined;
163
164
  /** INDEXER_TOKEN_BALANCES_CONCURRENCY */
164
165
  token_balances_concurrency?: string | undefined;
166
+ /** INDEXER_DISABLE_PENDING_TRANSACTIONS_FETCHER */
167
+ disable_pending_fetcher?: boolean | undefined;
165
168
  }
166
169
  /** https://github.com/blockscout/docs/blob/df6996a0f8e553c2d4b1c3dcda6ef2518a8b39f9/for-developers/information-and-settings/env-variables/backend-envs-chain-specific.md?plain=1#L102-L119 */
167
170
  export interface OptimismConfig {
package/dist/v1/config.js CHANGED
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.176.2
5
- // protoc v5.27.0
5
+ // protoc v4.23.4
6
6
  // source: v1/config.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.AdBannerProvider = exports.AdTextProvider = exports.Identicon = exports.ColorTheme = exports.NavigationLayout = exports.NodeType = exports.ChainType = void 0;
package/dist/v1/config.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
2
2
  // versions:
3
3
  // protoc-gen-ts_proto v1.176.2
4
- // protoc v5.27.0
4
+ // protoc v4.23.4
5
5
  // source: v1/config.proto
6
6
 
7
7
  /* eslint-disable */
@@ -72,6 +72,7 @@ export interface DeployConfig {
72
72
  chain_id?: string | undefined;
73
73
  token_symbol?: string | undefined;
74
74
  custom_domain?: string | undefined;
75
+ redirect_from_domain?: string | undefined;
75
76
  logo_url?: string | undefined;
76
77
  logo_url_dark?: string | undefined;
77
78
  chain_name?: string | undefined;
@@ -208,7 +209,11 @@ export interface IndexerConfig {
208
209
  | string
209
210
  | undefined;
210
211
  /** INDEXER_TOKEN_BALANCES_CONCURRENCY */
211
- token_balances_concurrency?: string | undefined;
212
+ token_balances_concurrency?:
213
+ | string
214
+ | undefined;
215
+ /** INDEXER_DISABLE_PENDING_TRANSACTIONS_FETCHER */
216
+ disable_pending_fetcher?: boolean | undefined;
212
217
  }
213
218
 
214
219
  /** https://github.com/blockscout/docs/blob/df6996a0f8e553c2d4b1c3dcda6ef2518a8b39f9/for-developers/information-and-settings/env-variables/backend-envs-chain-specific.md?plain=1#L102-L119 */
@@ -2,6 +2,6 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.176.2
5
- // protoc v5.27.0
5
+ // protoc v4.23.4
6
6
  // source: v1/config_schema.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +1,7 @@
1
1
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
2
2
  // versions:
3
3
  // protoc-gen-ts_proto v1.176.2
4
- // protoc v5.27.0
4
+ // protoc v4.23.4
5
5
  // source: v1/config_schema.proto
6
6
 
7
7
  /* eslint-disable */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockscout/autoscout-types",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "TypeScript definitions for Autoscout microservice",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",