@jbrowse/plugin-authentication 4.1.3 → 4.1.5
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.
- package/esm/DropboxOAuthModel/configSchema.d.ts +4 -4
- package/esm/DropboxOAuthModel/model.d.ts +9 -9
- package/esm/ExternalTokenModel/configSchema.d.ts +3 -3
- package/esm/ExternalTokenModel/model.d.ts +5 -5
- package/esm/GoogleDriveOAuthModel/configSchema.d.ts +4 -4
- package/esm/GoogleDriveOAuthModel/model.d.ts +9 -9
- package/esm/HTTPBasicModel/configSchema.d.ts +3 -3
- package/esm/HTTPBasicModel/model.d.ts +5 -5
- package/esm/OAuthModel/configSchema.d.ts +3 -3
- package/esm/OAuthModel/model.d.ts +5 -5
- package/esm/index.d.ts +41 -41
- package/package.json +3 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Instance } from '@jbrowse/mobx-state-tree';
|
|
2
|
-
declare const DropboxOAuthConfigSchema: import("
|
|
2
|
+
declare const DropboxOAuthConfigSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3
3
|
authEndpoint: {
|
|
4
4
|
description: string;
|
|
5
5
|
type: string;
|
|
@@ -20,7 +20,7 @@ declare const DropboxOAuthConfigSchema: import("node_modules/@jbrowse/core/src/c
|
|
|
20
20
|
type: string;
|
|
21
21
|
defaultValue: string[];
|
|
22
22
|
};
|
|
23
|
-
}, import("
|
|
23
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
24
24
|
tokenType: {
|
|
25
25
|
description: string;
|
|
26
26
|
type: string;
|
|
@@ -61,7 +61,7 @@ declare const DropboxOAuthConfigSchema: import("node_modules/@jbrowse/core/src/c
|
|
|
61
61
|
type: string;
|
|
62
62
|
defaultValue: string;
|
|
63
63
|
};
|
|
64
|
-
}, import("
|
|
64
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
65
65
|
name: {
|
|
66
66
|
description: string;
|
|
67
67
|
type: string;
|
|
@@ -87,7 +87,7 @@ declare const DropboxOAuthConfigSchema: import("node_modules/@jbrowse/core/src/c
|
|
|
87
87
|
type: string;
|
|
88
88
|
defaultValue: never[];
|
|
89
89
|
};
|
|
90
|
-
}, import("
|
|
90
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>, undefined>>;
|
|
91
91
|
export type DropboxOAuthInternetAccountConfigModel = typeof DropboxOAuthConfigSchema;
|
|
92
92
|
export type DropboxOAuthInternetAccountConfig = Instance<DropboxOAuthInternetAccountConfigModel>;
|
|
93
93
|
export default DropboxOAuthConfigSchema;
|
|
@@ -4,7 +4,7 @@ import type { Instance } from '@jbrowse/mobx-state-tree';
|
|
|
4
4
|
declare const stateModelFactory: (configSchema: DropboxOAuthInternetAccountConfigModel) => import("@jbrowse/mobx-state-tree").IModelType<{
|
|
5
5
|
id: import("@jbrowse/mobx-state-tree").IOptionalIType<import("@jbrowse/mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
6
6
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
|
|
7
|
-
configuration: import("
|
|
7
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
8
8
|
name: {
|
|
9
9
|
description: string;
|
|
10
10
|
type: string;
|
|
@@ -30,10 +30,10 @@ declare const stateModelFactory: (configSchema: DropboxOAuthInternetAccountConfi
|
|
|
30
30
|
type: string;
|
|
31
31
|
defaultValue: never[];
|
|
32
32
|
};
|
|
33
|
-
}, import("
|
|
33
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>;
|
|
34
34
|
} & {
|
|
35
35
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<"OAuthInternetAccount">;
|
|
36
|
-
configuration: import("
|
|
36
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
37
37
|
tokenType: {
|
|
38
38
|
description: string;
|
|
39
39
|
type: string;
|
|
@@ -74,7 +74,7 @@ declare const stateModelFactory: (configSchema: DropboxOAuthInternetAccountConfi
|
|
|
74
74
|
type: string;
|
|
75
75
|
defaultValue: string;
|
|
76
76
|
};
|
|
77
|
-
}, import("
|
|
77
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
78
78
|
name: {
|
|
79
79
|
description: string;
|
|
80
80
|
type: string;
|
|
@@ -100,10 +100,10 @@ declare const stateModelFactory: (configSchema: DropboxOAuthInternetAccountConfi
|
|
|
100
100
|
type: string;
|
|
101
101
|
defaultValue: never[];
|
|
102
102
|
};
|
|
103
|
-
}, import("
|
|
103
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>;
|
|
104
104
|
} & {
|
|
105
105
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<"DropboxOAuthInternetAccount">;
|
|
106
|
-
configuration: import("
|
|
106
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
107
107
|
authEndpoint: {
|
|
108
108
|
description: string;
|
|
109
109
|
type: string;
|
|
@@ -124,7 +124,7 @@ declare const stateModelFactory: (configSchema: DropboxOAuthInternetAccountConfi
|
|
|
124
124
|
type: string;
|
|
125
125
|
defaultValue: string[];
|
|
126
126
|
};
|
|
127
|
-
}, import("
|
|
127
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
128
128
|
tokenType: {
|
|
129
129
|
description: string;
|
|
130
130
|
type: string;
|
|
@@ -165,7 +165,7 @@ declare const stateModelFactory: (configSchema: DropboxOAuthInternetAccountConfi
|
|
|
165
165
|
type: string;
|
|
166
166
|
defaultValue: string;
|
|
167
167
|
};
|
|
168
|
-
}, import("
|
|
168
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
169
169
|
name: {
|
|
170
170
|
description: string;
|
|
171
171
|
type: string;
|
|
@@ -191,7 +191,7 @@ declare const stateModelFactory: (configSchema: DropboxOAuthInternetAccountConfi
|
|
|
191
191
|
type: string;
|
|
192
192
|
defaultValue: never[];
|
|
193
193
|
};
|
|
194
|
-
}, import("
|
|
194
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>, undefined>>;
|
|
195
195
|
}, {
|
|
196
196
|
readonly name: string;
|
|
197
197
|
readonly description: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { Instance } from '@jbrowse/mobx-state-tree';
|
|
2
|
-
declare const ExternalTokenConfigSchema: import("
|
|
2
|
+
declare const ExternalTokenConfigSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3
3
|
validateWithHEAD: {
|
|
4
4
|
description: string;
|
|
5
5
|
type: string;
|
|
6
6
|
defaultValue: boolean;
|
|
7
7
|
};
|
|
8
|
-
}, import("
|
|
8
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
9
9
|
name: {
|
|
10
10
|
description: string;
|
|
11
11
|
type: string;
|
|
@@ -31,7 +31,7 @@ declare const ExternalTokenConfigSchema: import("node_modules/@jbrowse/core/src/
|
|
|
31
31
|
type: string;
|
|
32
32
|
defaultValue: never[];
|
|
33
33
|
};
|
|
34
|
-
}, import("
|
|
34
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>;
|
|
35
35
|
export type ExternalTokenInternetAccountConfigModel = typeof ExternalTokenConfigSchema;
|
|
36
36
|
export type ExternalTokenInternetAccountConfig = Instance<ExternalTokenInternetAccountConfigModel>;
|
|
37
37
|
export default ExternalTokenConfigSchema;
|
|
@@ -4,7 +4,7 @@ import type { Instance } from '@jbrowse/mobx-state-tree';
|
|
|
4
4
|
declare const stateModelFactory: (configSchema: ExternalTokenInternetAccountConfigModel) => import("@jbrowse/mobx-state-tree").IModelType<{
|
|
5
5
|
id: import("@jbrowse/mobx-state-tree").IOptionalIType<import("@jbrowse/mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
6
6
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
|
|
7
|
-
configuration: import("
|
|
7
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
8
8
|
name: {
|
|
9
9
|
description: string;
|
|
10
10
|
type: string;
|
|
@@ -30,16 +30,16 @@ declare const stateModelFactory: (configSchema: ExternalTokenInternetAccountConf
|
|
|
30
30
|
type: string;
|
|
31
31
|
defaultValue: never[];
|
|
32
32
|
};
|
|
33
|
-
}, import("
|
|
33
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>;
|
|
34
34
|
} & {
|
|
35
35
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<"ExternalTokenInternetAccount">;
|
|
36
|
-
configuration: import("
|
|
36
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
37
37
|
validateWithHEAD: {
|
|
38
38
|
description: string;
|
|
39
39
|
type: string;
|
|
40
40
|
defaultValue: boolean;
|
|
41
41
|
};
|
|
42
|
-
}, import("
|
|
42
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
43
43
|
name: {
|
|
44
44
|
description: string;
|
|
45
45
|
type: string;
|
|
@@ -65,7 +65,7 @@ declare const stateModelFactory: (configSchema: ExternalTokenInternetAccountConf
|
|
|
65
65
|
type: string;
|
|
66
66
|
defaultValue: never[];
|
|
67
67
|
};
|
|
68
|
-
}, import("
|
|
68
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>;
|
|
69
69
|
}, {
|
|
70
70
|
readonly name: string;
|
|
71
71
|
readonly description: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Instance } from '@jbrowse/mobx-state-tree';
|
|
2
|
-
declare const GoogleDriveOAuthConfigSchema: import("
|
|
2
|
+
declare const GoogleDriveOAuthConfigSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3
3
|
authEndpoint: {
|
|
4
4
|
description: string;
|
|
5
5
|
type: string;
|
|
@@ -20,7 +20,7 @@ declare const GoogleDriveOAuthConfigSchema: import("node_modules/@jbrowse/core/s
|
|
|
20
20
|
type: string;
|
|
21
21
|
defaultValue: string;
|
|
22
22
|
};
|
|
23
|
-
}, import("
|
|
23
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
24
24
|
tokenType: {
|
|
25
25
|
description: string;
|
|
26
26
|
type: string;
|
|
@@ -61,7 +61,7 @@ declare const GoogleDriveOAuthConfigSchema: import("node_modules/@jbrowse/core/s
|
|
|
61
61
|
type: string;
|
|
62
62
|
defaultValue: string;
|
|
63
63
|
};
|
|
64
|
-
}, import("
|
|
64
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
65
65
|
name: {
|
|
66
66
|
description: string;
|
|
67
67
|
type: string;
|
|
@@ -87,7 +87,7 @@ declare const GoogleDriveOAuthConfigSchema: import("node_modules/@jbrowse/core/s
|
|
|
87
87
|
type: string;
|
|
88
88
|
defaultValue: never[];
|
|
89
89
|
};
|
|
90
|
-
}, import("
|
|
90
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>, undefined>>;
|
|
91
91
|
export type GoogleDriveOAuthInternetAccountConfigModel = typeof GoogleDriveOAuthConfigSchema;
|
|
92
92
|
export type GoogleDriveOAuthInternetAccountConfig = Instance<GoogleDriveOAuthInternetAccountConfigModel>;
|
|
93
93
|
export default GoogleDriveOAuthConfigSchema;
|
|
@@ -8,7 +8,7 @@ export interface RequestInitWithMetadata extends RequestInit {
|
|
|
8
8
|
export default function stateModelFactory(configSchema: GoogleDriveOAuthInternetAccountConfigModel): import("@jbrowse/mobx-state-tree").IModelType<{
|
|
9
9
|
id: import("@jbrowse/mobx-state-tree").IOptionalIType<import("@jbrowse/mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
10
10
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
|
|
11
|
-
configuration: import("
|
|
11
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
12
12
|
name: {
|
|
13
13
|
description: string;
|
|
14
14
|
type: string;
|
|
@@ -34,10 +34,10 @@ export default function stateModelFactory(configSchema: GoogleDriveOAuthInternet
|
|
|
34
34
|
type: string;
|
|
35
35
|
defaultValue: never[];
|
|
36
36
|
};
|
|
37
|
-
}, import("
|
|
37
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>;
|
|
38
38
|
} & {
|
|
39
39
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<"OAuthInternetAccount">;
|
|
40
|
-
configuration: import("
|
|
40
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
41
41
|
tokenType: {
|
|
42
42
|
description: string;
|
|
43
43
|
type: string;
|
|
@@ -78,7 +78,7 @@ export default function stateModelFactory(configSchema: GoogleDriveOAuthInternet
|
|
|
78
78
|
type: string;
|
|
79
79
|
defaultValue: string;
|
|
80
80
|
};
|
|
81
|
-
}, import("
|
|
81
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
82
82
|
name: {
|
|
83
83
|
description: string;
|
|
84
84
|
type: string;
|
|
@@ -104,10 +104,10 @@ export default function stateModelFactory(configSchema: GoogleDriveOAuthInternet
|
|
|
104
104
|
type: string;
|
|
105
105
|
defaultValue: never[];
|
|
106
106
|
};
|
|
107
|
-
}, import("
|
|
107
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>;
|
|
108
108
|
} & {
|
|
109
109
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<"GoogleDriveOAuthInternetAccount">;
|
|
110
|
-
configuration: import("
|
|
110
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
111
111
|
authEndpoint: {
|
|
112
112
|
description: string;
|
|
113
113
|
type: string;
|
|
@@ -128,7 +128,7 @@ export default function stateModelFactory(configSchema: GoogleDriveOAuthInternet
|
|
|
128
128
|
type: string;
|
|
129
129
|
defaultValue: string;
|
|
130
130
|
};
|
|
131
|
-
}, import("
|
|
131
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
132
132
|
tokenType: {
|
|
133
133
|
description: string;
|
|
134
134
|
type: string;
|
|
@@ -169,7 +169,7 @@ export default function stateModelFactory(configSchema: GoogleDriveOAuthInternet
|
|
|
169
169
|
type: string;
|
|
170
170
|
defaultValue: string;
|
|
171
171
|
};
|
|
172
|
-
}, import("
|
|
172
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
173
173
|
name: {
|
|
174
174
|
description: string;
|
|
175
175
|
type: string;
|
|
@@ -195,7 +195,7 @@ export default function stateModelFactory(configSchema: GoogleDriveOAuthInternet
|
|
|
195
195
|
type: string;
|
|
196
196
|
defaultValue: never[];
|
|
197
197
|
};
|
|
198
|
-
}, import("
|
|
198
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>, undefined>>;
|
|
199
199
|
}, {
|
|
200
200
|
readonly name: string;
|
|
201
201
|
readonly description: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Instance } from '@jbrowse/mobx-state-tree';
|
|
2
|
-
declare const HTTPBasicConfigSchema: import("
|
|
2
|
+
declare const HTTPBasicConfigSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3
3
|
tokenType: {
|
|
4
4
|
description: string;
|
|
5
5
|
type: string;
|
|
@@ -10,7 +10,7 @@ declare const HTTPBasicConfigSchema: import("node_modules/@jbrowse/core/src/conf
|
|
|
10
10
|
type: string;
|
|
11
11
|
defaultValue: boolean;
|
|
12
12
|
};
|
|
13
|
-
}, import("
|
|
13
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
14
14
|
name: {
|
|
15
15
|
description: string;
|
|
16
16
|
type: string;
|
|
@@ -36,7 +36,7 @@ declare const HTTPBasicConfigSchema: import("node_modules/@jbrowse/core/src/conf
|
|
|
36
36
|
type: string;
|
|
37
37
|
defaultValue: never[];
|
|
38
38
|
};
|
|
39
|
-
}, import("
|
|
39
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>;
|
|
40
40
|
export type HTTPBasicInternetAccountConfigModel = typeof HTTPBasicConfigSchema;
|
|
41
41
|
export type HTTPBasicInternetAccountConfig = Instance<HTTPBasicInternetAccountConfigModel>;
|
|
42
42
|
export default HTTPBasicConfigSchema;
|
|
@@ -4,7 +4,7 @@ import type { Instance } from '@jbrowse/mobx-state-tree';
|
|
|
4
4
|
declare const stateModelFactory: (configSchema: HTTPBasicInternetAccountConfigModel) => import("@jbrowse/mobx-state-tree").IModelType<{
|
|
5
5
|
id: import("@jbrowse/mobx-state-tree").IOptionalIType<import("@jbrowse/mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
6
6
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
|
|
7
|
-
configuration: import("
|
|
7
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
8
8
|
name: {
|
|
9
9
|
description: string;
|
|
10
10
|
type: string;
|
|
@@ -30,10 +30,10 @@ declare const stateModelFactory: (configSchema: HTTPBasicInternetAccountConfigMo
|
|
|
30
30
|
type: string;
|
|
31
31
|
defaultValue: never[];
|
|
32
32
|
};
|
|
33
|
-
}, import("
|
|
33
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>;
|
|
34
34
|
} & {
|
|
35
35
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<"HTTPBasicInternetAccount">;
|
|
36
|
-
configuration: import("
|
|
36
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
37
37
|
tokenType: {
|
|
38
38
|
description: string;
|
|
39
39
|
type: string;
|
|
@@ -44,7 +44,7 @@ declare const stateModelFactory: (configSchema: HTTPBasicInternetAccountConfigMo
|
|
|
44
44
|
type: string;
|
|
45
45
|
defaultValue: boolean;
|
|
46
46
|
};
|
|
47
|
-
}, import("
|
|
47
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
48
48
|
name: {
|
|
49
49
|
description: string;
|
|
50
50
|
type: string;
|
|
@@ -70,7 +70,7 @@ declare const stateModelFactory: (configSchema: HTTPBasicInternetAccountConfigMo
|
|
|
70
70
|
type: string;
|
|
71
71
|
defaultValue: never[];
|
|
72
72
|
};
|
|
73
|
-
}, import("
|
|
73
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>;
|
|
74
74
|
}, {
|
|
75
75
|
readonly name: string;
|
|
76
76
|
readonly description: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Instance } from '@jbrowse/mobx-state-tree';
|
|
2
|
-
declare const OAuthConfigSchema: import("
|
|
2
|
+
declare const OAuthConfigSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3
3
|
tokenType: {
|
|
4
4
|
description: string;
|
|
5
5
|
type: string;
|
|
@@ -40,7 +40,7 @@ declare const OAuthConfigSchema: import("node_modules/@jbrowse/core/src/configur
|
|
|
40
40
|
type: string;
|
|
41
41
|
defaultValue: string;
|
|
42
42
|
};
|
|
43
|
-
}, import("
|
|
43
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
44
44
|
name: {
|
|
45
45
|
description: string;
|
|
46
46
|
type: string;
|
|
@@ -66,7 +66,7 @@ declare const OAuthConfigSchema: import("node_modules/@jbrowse/core/src/configur
|
|
|
66
66
|
type: string;
|
|
67
67
|
defaultValue: never[];
|
|
68
68
|
};
|
|
69
|
-
}, import("
|
|
69
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>;
|
|
70
70
|
export type OAuthInternetAccountConfigModel = typeof OAuthConfigSchema;
|
|
71
71
|
export type OAuthInternetAccountConfig = Instance<OAuthInternetAccountConfigModel>;
|
|
72
72
|
export default OAuthConfigSchema;
|
|
@@ -4,7 +4,7 @@ import type { Instance } from '@jbrowse/mobx-state-tree';
|
|
|
4
4
|
declare const stateModelFactory: (configSchema: OAuthInternetAccountConfigModel) => import("@jbrowse/mobx-state-tree").IModelType<{
|
|
5
5
|
id: import("@jbrowse/mobx-state-tree").IOptionalIType<import("@jbrowse/mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
6
6
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
|
|
7
|
-
configuration: import("
|
|
7
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
8
8
|
name: {
|
|
9
9
|
description: string;
|
|
10
10
|
type: string;
|
|
@@ -30,10 +30,10 @@ declare const stateModelFactory: (configSchema: OAuthInternetAccountConfigModel)
|
|
|
30
30
|
type: string;
|
|
31
31
|
defaultValue: never[];
|
|
32
32
|
};
|
|
33
|
-
}, import("
|
|
33
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>;
|
|
34
34
|
} & {
|
|
35
35
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<"OAuthInternetAccount">;
|
|
36
|
-
configuration: import("
|
|
36
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
37
37
|
tokenType: {
|
|
38
38
|
description: string;
|
|
39
39
|
type: string;
|
|
@@ -74,7 +74,7 @@ declare const stateModelFactory: (configSchema: OAuthInternetAccountConfigModel)
|
|
|
74
74
|
type: string;
|
|
75
75
|
defaultValue: string;
|
|
76
76
|
};
|
|
77
|
-
}, import("
|
|
77
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
78
78
|
name: {
|
|
79
79
|
description: string;
|
|
80
80
|
type: string;
|
|
@@ -100,7 +100,7 @@ declare const stateModelFactory: (configSchema: OAuthInternetAccountConfigModel)
|
|
|
100
100
|
type: string;
|
|
101
101
|
defaultValue: never[];
|
|
102
102
|
};
|
|
103
|
-
}, import("
|
|
103
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>;
|
|
104
104
|
}, {
|
|
105
105
|
readonly name: string;
|
|
106
106
|
readonly description: string;
|
package/esm/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import type PluginManager from '@jbrowse/core/PluginManager';
|
|
|
4
4
|
export default class AuthenticationPlugin extends Plugin {
|
|
5
5
|
name: string;
|
|
6
6
|
exports: {
|
|
7
|
-
OAuthConfigSchema: import("
|
|
7
|
+
OAuthConfigSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
8
8
|
tokenType: {
|
|
9
9
|
description: string;
|
|
10
10
|
type: string;
|
|
@@ -45,7 +45,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
45
45
|
type: string;
|
|
46
46
|
defaultValue: string;
|
|
47
47
|
};
|
|
48
|
-
}, import("
|
|
48
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
49
49
|
name: {
|
|
50
50
|
description: string;
|
|
51
51
|
type: string;
|
|
@@ -71,11 +71,11 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
71
71
|
type: string;
|
|
72
72
|
defaultValue: never[];
|
|
73
73
|
};
|
|
74
|
-
}, import("
|
|
74
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>;
|
|
75
75
|
OAuthInternetAccountModelFactory: (configSchema: import("./OAuthModel/configSchema.ts").OAuthInternetAccountConfigModel) => import("@jbrowse/mobx-state-tree").IModelType<{
|
|
76
76
|
id: import("@jbrowse/mobx-state-tree").IOptionalIType<import("@jbrowse/mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
77
77
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
|
|
78
|
-
configuration: import("
|
|
78
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
79
79
|
name: {
|
|
80
80
|
description: string;
|
|
81
81
|
type: string;
|
|
@@ -101,10 +101,10 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
101
101
|
type: string;
|
|
102
102
|
defaultValue: never[];
|
|
103
103
|
};
|
|
104
|
-
}, import("
|
|
104
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>;
|
|
105
105
|
} & {
|
|
106
106
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<"OAuthInternetAccount">;
|
|
107
|
-
configuration: import("
|
|
107
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
108
108
|
tokenType: {
|
|
109
109
|
description: string;
|
|
110
110
|
type: string;
|
|
@@ -145,7 +145,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
145
145
|
type: string;
|
|
146
146
|
defaultValue: string;
|
|
147
147
|
};
|
|
148
|
-
}, import("
|
|
148
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
149
149
|
name: {
|
|
150
150
|
description: string;
|
|
151
151
|
type: string;
|
|
@@ -171,7 +171,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
171
171
|
type: string;
|
|
172
172
|
defaultValue: never[];
|
|
173
173
|
};
|
|
174
|
-
}, import("
|
|
174
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>;
|
|
175
175
|
}, {
|
|
176
176
|
readonly name: string;
|
|
177
177
|
readonly description: string;
|
|
@@ -248,13 +248,13 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
248
248
|
} & {
|
|
249
249
|
getFetcher(loc?: import("@jbrowse/core/util").UriLocation): (input: RequestInfo, init?: RequestInit) => Promise<Response>;
|
|
250
250
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>;
|
|
251
|
-
ExternalTokenConfigSchema: import("
|
|
251
|
+
ExternalTokenConfigSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
252
252
|
validateWithHEAD: {
|
|
253
253
|
description: string;
|
|
254
254
|
type: string;
|
|
255
255
|
defaultValue: boolean;
|
|
256
256
|
};
|
|
257
|
-
}, import("
|
|
257
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
258
258
|
name: {
|
|
259
259
|
description: string;
|
|
260
260
|
type: string;
|
|
@@ -280,11 +280,11 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
280
280
|
type: string;
|
|
281
281
|
defaultValue: never[];
|
|
282
282
|
};
|
|
283
|
-
}, import("
|
|
283
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>;
|
|
284
284
|
ExternalTokenInternetAccountModelFactory: (configSchema: import("./ExternalTokenModel/configSchema.ts").ExternalTokenInternetAccountConfigModel) => import("@jbrowse/mobx-state-tree").IModelType<{
|
|
285
285
|
id: import("@jbrowse/mobx-state-tree").IOptionalIType<import("@jbrowse/mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
286
286
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
|
|
287
|
-
configuration: import("
|
|
287
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
288
288
|
name: {
|
|
289
289
|
description: string;
|
|
290
290
|
type: string;
|
|
@@ -310,16 +310,16 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
310
310
|
type: string;
|
|
311
311
|
defaultValue: never[];
|
|
312
312
|
};
|
|
313
|
-
}, import("
|
|
313
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>;
|
|
314
314
|
} & {
|
|
315
315
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<"ExternalTokenInternetAccount">;
|
|
316
|
-
configuration: import("
|
|
316
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
317
317
|
validateWithHEAD: {
|
|
318
318
|
description: string;
|
|
319
319
|
type: string;
|
|
320
320
|
defaultValue: boolean;
|
|
321
321
|
};
|
|
322
|
-
}, import("
|
|
322
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
323
323
|
name: {
|
|
324
324
|
description: string;
|
|
325
325
|
type: string;
|
|
@@ -345,7 +345,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
345
345
|
type: string;
|
|
346
346
|
defaultValue: never[];
|
|
347
347
|
};
|
|
348
|
-
}, import("
|
|
348
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>;
|
|
349
349
|
}, {
|
|
350
350
|
readonly name: string;
|
|
351
351
|
readonly description: string;
|
|
@@ -401,7 +401,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
401
401
|
getTokenFromUser(resolve: (token: string) => void, reject: (error: Error) => void): void;
|
|
402
402
|
validateToken(token: string, location: import("@jbrowse/core/util").UriLocation): Promise<string>;
|
|
403
403
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>;
|
|
404
|
-
HTTPBasicConfigSchema: import("
|
|
404
|
+
HTTPBasicConfigSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
405
405
|
tokenType: {
|
|
406
406
|
description: string;
|
|
407
407
|
type: string;
|
|
@@ -412,7 +412,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
412
412
|
type: string;
|
|
413
413
|
defaultValue: boolean;
|
|
414
414
|
};
|
|
415
|
-
}, import("
|
|
415
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
416
416
|
name: {
|
|
417
417
|
description: string;
|
|
418
418
|
type: string;
|
|
@@ -438,11 +438,11 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
438
438
|
type: string;
|
|
439
439
|
defaultValue: never[];
|
|
440
440
|
};
|
|
441
|
-
}, import("
|
|
441
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>;
|
|
442
442
|
HTTPBasicInternetAccountModelFactory: (configSchema: import("./HTTPBasicModel/configSchema.ts").HTTPBasicInternetAccountConfigModel) => import("@jbrowse/mobx-state-tree").IModelType<{
|
|
443
443
|
id: import("@jbrowse/mobx-state-tree").IOptionalIType<import("@jbrowse/mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
444
444
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
|
|
445
|
-
configuration: import("
|
|
445
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
446
446
|
name: {
|
|
447
447
|
description: string;
|
|
448
448
|
type: string;
|
|
@@ -468,10 +468,10 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
468
468
|
type: string;
|
|
469
469
|
defaultValue: never[];
|
|
470
470
|
};
|
|
471
|
-
}, import("
|
|
471
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>;
|
|
472
472
|
} & {
|
|
473
473
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<"HTTPBasicInternetAccount">;
|
|
474
|
-
configuration: import("
|
|
474
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
475
475
|
tokenType: {
|
|
476
476
|
description: string;
|
|
477
477
|
type: string;
|
|
@@ -482,7 +482,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
482
482
|
type: string;
|
|
483
483
|
defaultValue: boolean;
|
|
484
484
|
};
|
|
485
|
-
}, import("
|
|
485
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
486
486
|
name: {
|
|
487
487
|
description: string;
|
|
488
488
|
type: string;
|
|
@@ -508,7 +508,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
508
508
|
type: string;
|
|
509
509
|
defaultValue: never[];
|
|
510
510
|
};
|
|
511
|
-
}, import("
|
|
511
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>;
|
|
512
512
|
}, {
|
|
513
513
|
readonly name: string;
|
|
514
514
|
readonly description: string;
|
|
@@ -564,7 +564,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
564
564
|
getTokenFromUser(resolve: (token: string) => void, reject: (error: Error) => void): void;
|
|
565
565
|
validateToken(token: string, location: import("@jbrowse/core/util").UriLocation): Promise<string>;
|
|
566
566
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>;
|
|
567
|
-
DropboxOAuthConfigSchema: import("
|
|
567
|
+
DropboxOAuthConfigSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
568
568
|
authEndpoint: {
|
|
569
569
|
description: string;
|
|
570
570
|
type: string;
|
|
@@ -585,7 +585,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
585
585
|
type: string;
|
|
586
586
|
defaultValue: string[];
|
|
587
587
|
};
|
|
588
|
-
}, import("
|
|
588
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
589
589
|
tokenType: {
|
|
590
590
|
description: string;
|
|
591
591
|
type: string;
|
|
@@ -626,7 +626,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
626
626
|
type: string;
|
|
627
627
|
defaultValue: string;
|
|
628
628
|
};
|
|
629
|
-
}, import("
|
|
629
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
630
630
|
name: {
|
|
631
631
|
description: string;
|
|
632
632
|
type: string;
|
|
@@ -652,11 +652,11 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
652
652
|
type: string;
|
|
653
653
|
defaultValue: never[];
|
|
654
654
|
};
|
|
655
|
-
}, import("
|
|
655
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>, undefined>>;
|
|
656
656
|
DropboxOAuthInternetAccountModelFactory: (configSchema: import("./DropboxOAuthModel/configSchema.ts").DropboxOAuthInternetAccountConfigModel) => import("@jbrowse/mobx-state-tree").IModelType<{
|
|
657
657
|
id: import("@jbrowse/mobx-state-tree").IOptionalIType<import("@jbrowse/mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
658
658
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
|
|
659
|
-
configuration: import("
|
|
659
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
660
660
|
name: {
|
|
661
661
|
description: string;
|
|
662
662
|
type: string;
|
|
@@ -682,10 +682,10 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
682
682
|
type: string;
|
|
683
683
|
defaultValue: never[];
|
|
684
684
|
};
|
|
685
|
-
}, import("
|
|
685
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>;
|
|
686
686
|
} & {
|
|
687
687
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<"OAuthInternetAccount">;
|
|
688
|
-
configuration: import("
|
|
688
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
689
689
|
tokenType: {
|
|
690
690
|
description: string;
|
|
691
691
|
type: string;
|
|
@@ -726,7 +726,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
726
726
|
type: string;
|
|
727
727
|
defaultValue: string;
|
|
728
728
|
};
|
|
729
|
-
}, import("
|
|
729
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
730
730
|
name: {
|
|
731
731
|
description: string;
|
|
732
732
|
type: string;
|
|
@@ -752,10 +752,10 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
752
752
|
type: string;
|
|
753
753
|
defaultValue: never[];
|
|
754
754
|
};
|
|
755
|
-
}, import("
|
|
755
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>;
|
|
756
756
|
} & {
|
|
757
757
|
type: import("@jbrowse/mobx-state-tree").ISimpleType<"DropboxOAuthInternetAccount">;
|
|
758
|
-
configuration: import("
|
|
758
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
759
759
|
authEndpoint: {
|
|
760
760
|
description: string;
|
|
761
761
|
type: string;
|
|
@@ -776,7 +776,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
776
776
|
type: string;
|
|
777
777
|
defaultValue: string[];
|
|
778
778
|
};
|
|
779
|
-
}, import("
|
|
779
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
780
780
|
tokenType: {
|
|
781
781
|
description: string;
|
|
782
782
|
type: string;
|
|
@@ -817,7 +817,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
817
817
|
type: string;
|
|
818
818
|
defaultValue: string;
|
|
819
819
|
};
|
|
820
|
-
}, import("
|
|
820
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
821
821
|
name: {
|
|
822
822
|
description: string;
|
|
823
823
|
type: string;
|
|
@@ -843,7 +843,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
843
843
|
type: string;
|
|
844
844
|
defaultValue: never[];
|
|
845
845
|
};
|
|
846
|
-
}, import("
|
|
846
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>, undefined>>;
|
|
847
847
|
}, {
|
|
848
848
|
readonly name: string;
|
|
849
849
|
readonly description: string;
|
|
@@ -926,7 +926,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
926
926
|
getFetcher(location?: import("@jbrowse/core/util").UriLocation): (input: RequestInfo, init?: RequestInit) => Promise<Response>;
|
|
927
927
|
validateToken(token: string, location: import("@jbrowse/core/util").UriLocation): Promise<string>;
|
|
928
928
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>;
|
|
929
|
-
GoogleDriveOAuthConfigSchema: import("
|
|
929
|
+
GoogleDriveOAuthConfigSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
930
930
|
authEndpoint: {
|
|
931
931
|
description: string;
|
|
932
932
|
type: string;
|
|
@@ -947,7 +947,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
947
947
|
type: string;
|
|
948
948
|
defaultValue: string;
|
|
949
949
|
};
|
|
950
|
-
}, import("
|
|
950
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
951
951
|
tokenType: {
|
|
952
952
|
description: string;
|
|
953
953
|
type: string;
|
|
@@ -988,7 +988,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
988
988
|
type: string;
|
|
989
989
|
defaultValue: string;
|
|
990
990
|
};
|
|
991
|
-
}, import("
|
|
991
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
992
992
|
name: {
|
|
993
993
|
description: string;
|
|
994
994
|
type: string;
|
|
@@ -1014,7 +1014,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
1014
1014
|
type: string;
|
|
1015
1015
|
defaultValue: never[];
|
|
1016
1016
|
};
|
|
1017
|
-
}, import("
|
|
1017
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>, undefined>>;
|
|
1018
1018
|
GoogleDriveOAuthInternetAccountModelFactory: typeof GoogleDriveOAuthInternetAccountModelFactory;
|
|
1019
1019
|
};
|
|
1020
1020
|
install(pluginManager: PluginManager): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-authentication",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "JBrowse 2 Authentication",
|
|
6
6
|
"keywords": [
|
|
@@ -22,11 +22,10 @@
|
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@jbrowse/mobx-state-tree": "^5.5.0",
|
|
25
|
-
"@mui/material": "^7.3.
|
|
26
|
-
"crypto-js": "^4.2.0",
|
|
25
|
+
"@mui/material": "^7.3.8",
|
|
27
26
|
"generic-filehandle2": "^2.0.18",
|
|
28
27
|
"mobx": "^6.15.0",
|
|
29
|
-
"@jbrowse/core": "^4.1.
|
|
28
|
+
"@jbrowse/core": "^4.1.5"
|
|
30
29
|
},
|
|
31
30
|
"peerDependencies": {
|
|
32
31
|
"react": ">=18.0.0",
|