Skip to content

Commit

Permalink
chore: updating ARC configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
  • Loading branch information
jarrodek committed Nov 12, 2021
1 parent 0ef0df4 commit 8a128e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config/ArcConfig.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export declare interface RequestEditorConfig {
* Due to dependency and memory management changing this options requires restart or
* opening a new application window.
* @default Monaco
* @deprecated Since version 17 ARC supports Monaco editor only.
*/
bodyEditor?: 'CodeMirror' | 'Monaco';
/**
Expand Down Expand Up @@ -193,13 +194,18 @@ export declare interface ARCUpdaterConfig {
/**
* The release channel to use.
* @default stable
* @deprecated Since version 17 ARC drops support for channels. Use `allowPreRelease` instead.
*/
channel?: string;
/**
* Whether to automatically update the application when a new version is available.
* @default true
*/
auto?: boolean;
/**
* When set the application instructs the auto updater library to install pre-release version.
*/
allowPreRelease?: boolean;
}

export declare interface BaseProxyConfig {
Expand Down

0 comments on commit 8a128e4

Please sign in to comment.