tsarr 1.2.0 → 1.3.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.
- package/README.md +1 -1
- package/dist/clients/lidarr.d.ts +10 -10
- package/dist/clients/lidarr.d.ts.map +1 -1
- package/dist/clients/lidarr.js +1183 -246
- package/dist/clients/prowlarr.d.ts +5 -5
- package/dist/clients/prowlarr.d.ts.map +1 -1
- package/dist/clients/prowlarr.js +825 -177
- package/dist/clients/radarr.d.ts +23 -23
- package/dist/clients/radarr.d.ts.map +1 -1
- package/dist/clients/radarr.js +1817 -347
- package/dist/clients/readarr.d.ts +5 -5
- package/dist/clients/readarr.d.ts.map +1 -1
- package/dist/clients/readarr.js +877 -192
- package/dist/clients/sonarr.d.ts +9 -9
- package/dist/clients/sonarr.d.ts.map +1 -1
- package/dist/clients/sonarr.js +847 -184
- package/dist/core/response.d.ts +1 -1
- package/dist/core/response.d.ts.map +1 -1
- package/dist/generated/lidarr/client/client.gen.d.ts +3 -0
- package/dist/generated/lidarr/client/client.gen.d.ts.map +1 -0
- package/dist/generated/lidarr/client/index.d.ts +8 -0
- package/dist/generated/lidarr/client/index.d.ts.map +1 -0
- package/dist/generated/lidarr/client/types.gen.d.ts +125 -0
- package/dist/generated/lidarr/client/types.gen.d.ts.map +1 -0
- package/dist/generated/lidarr/client/utils.gen.d.ts +39 -0
- package/dist/generated/lidarr/client/utils.gen.d.ts.map +1 -0
- package/dist/generated/lidarr/client.gen.d.ts +13 -0
- package/dist/generated/lidarr/client.gen.d.ts.map +1 -0
- package/dist/generated/lidarr/core/auth.gen.d.ts +19 -0
- package/dist/generated/lidarr/core/auth.gen.d.ts.map +1 -0
- package/dist/generated/lidarr/core/bodySerializer.gen.d.ts +18 -0
- package/dist/generated/lidarr/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/generated/lidarr/core/params.gen.d.ts +34 -0
- package/dist/generated/lidarr/core/params.gen.d.ts.map +1 -0
- package/dist/generated/lidarr/core/pathSerializer.gen.d.ts +34 -0
- package/dist/generated/lidarr/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/generated/lidarr/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/generated/lidarr/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/generated/lidarr/core/types.gen.d.ts +79 -0
- package/dist/generated/lidarr/core/types.gen.d.ts.map +1 -0
- package/dist/generated/lidarr/core/utils.gen.d.ts +15 -0
- package/dist/generated/lidarr/core/utils.gen.d.ts.map +1 -0
- package/dist/generated/lidarr/index.d.ts +1 -2
- package/dist/generated/lidarr/index.d.ts.map +1 -1
- package/dist/generated/lidarr/sdk.gen.d.ts +252 -0
- package/dist/generated/lidarr/sdk.gen.d.ts.map +1 -0
- package/dist/generated/lidarr/types.gen.d.ts +3117 -1056
- package/dist/generated/lidarr/types.gen.d.ts.map +1 -1
- package/dist/generated/prowlarr/client/client.gen.d.ts +3 -0
- package/dist/generated/prowlarr/client/client.gen.d.ts.map +1 -0
- package/dist/generated/prowlarr/client/index.d.ts +8 -0
- package/dist/generated/prowlarr/client/index.d.ts.map +1 -0
- package/dist/generated/prowlarr/client/types.gen.d.ts +125 -0
- package/dist/generated/prowlarr/client/types.gen.d.ts.map +1 -0
- package/dist/generated/prowlarr/client/utils.gen.d.ts +39 -0
- package/dist/generated/prowlarr/client/utils.gen.d.ts.map +1 -0
- package/dist/generated/prowlarr/client.gen.d.ts +13 -0
- package/dist/generated/prowlarr/client.gen.d.ts.map +1 -0
- package/dist/generated/prowlarr/core/auth.gen.d.ts +19 -0
- package/dist/generated/prowlarr/core/auth.gen.d.ts.map +1 -0
- package/dist/generated/prowlarr/core/bodySerializer.gen.d.ts +18 -0
- package/dist/generated/prowlarr/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/generated/prowlarr/core/params.gen.d.ts +34 -0
- package/dist/generated/prowlarr/core/params.gen.d.ts.map +1 -0
- package/dist/generated/prowlarr/core/pathSerializer.gen.d.ts +34 -0
- package/dist/generated/prowlarr/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/generated/prowlarr/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/generated/prowlarr/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/generated/prowlarr/core/types.gen.d.ts +79 -0
- package/dist/generated/prowlarr/core/types.gen.d.ts.map +1 -0
- package/dist/generated/prowlarr/core/utils.gen.d.ts +15 -0
- package/dist/generated/prowlarr/core/utils.gen.d.ts.map +1 -0
- package/dist/generated/prowlarr/index.d.ts +1 -2
- package/dist/generated/prowlarr/index.d.ts.map +1 -1
- package/dist/generated/prowlarr/sdk.gen.d.ts +145 -0
- package/dist/generated/prowlarr/sdk.gen.d.ts.map +1 -0
- package/dist/generated/prowlarr/types.gen.d.ts +1747 -592
- package/dist/generated/prowlarr/types.gen.d.ts.map +1 -1
- package/dist/generated/radarr/client/client.gen.d.ts +3 -0
- package/dist/generated/radarr/client/client.gen.d.ts.map +1 -0
- package/dist/generated/radarr/client/index.d.ts +8 -0
- package/dist/generated/radarr/client/index.d.ts.map +1 -0
- package/dist/generated/radarr/client/types.gen.d.ts +125 -0
- package/dist/generated/radarr/client/types.gen.d.ts.map +1 -0
- package/dist/generated/radarr/client/utils.gen.d.ts +39 -0
- package/dist/generated/radarr/client/utils.gen.d.ts.map +1 -0
- package/dist/generated/radarr/client.gen.d.ts +13 -0
- package/dist/generated/radarr/client.gen.d.ts.map +1 -0
- package/dist/generated/radarr/core/auth.gen.d.ts +19 -0
- package/dist/generated/radarr/core/auth.gen.d.ts.map +1 -0
- package/dist/generated/radarr/core/bodySerializer.gen.d.ts +18 -0
- package/dist/generated/radarr/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/generated/radarr/core/params.gen.d.ts +34 -0
- package/dist/generated/radarr/core/params.gen.d.ts.map +1 -0
- package/dist/generated/radarr/core/pathSerializer.gen.d.ts +34 -0
- package/dist/generated/radarr/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/generated/radarr/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/generated/radarr/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/generated/radarr/core/types.gen.d.ts +79 -0
- package/dist/generated/radarr/core/types.gen.d.ts.map +1 -0
- package/dist/generated/radarr/core/utils.gen.d.ts +15 -0
- package/dist/generated/radarr/core/utils.gen.d.ts.map +1 -0
- package/dist/generated/radarr/index.d.ts +1 -2
- package/dist/generated/radarr/index.d.ts.map +1 -1
- package/dist/generated/radarr/sdk.gen.d.ts +260 -0
- package/dist/generated/radarr/sdk.gen.d.ts.map +1 -0
- package/dist/generated/radarr/types.gen.d.ts +3066 -1064
- package/dist/generated/radarr/types.gen.d.ts.map +1 -1
- package/dist/generated/readarr/client/client.gen.d.ts +3 -0
- package/dist/generated/readarr/client/client.gen.d.ts.map +1 -0
- package/dist/generated/readarr/client/index.d.ts +8 -0
- package/dist/generated/readarr/client/index.d.ts.map +1 -0
- package/dist/generated/readarr/client/types.gen.d.ts +125 -0
- package/dist/generated/readarr/client/types.gen.d.ts.map +1 -0
- package/dist/generated/readarr/client/utils.gen.d.ts +39 -0
- package/dist/generated/readarr/client/utils.gen.d.ts.map +1 -0
- package/dist/generated/readarr/client.gen.d.ts +13 -0
- package/dist/generated/readarr/client.gen.d.ts.map +1 -0
- package/dist/generated/readarr/core/auth.gen.d.ts +19 -0
- package/dist/generated/readarr/core/auth.gen.d.ts.map +1 -0
- package/dist/generated/readarr/core/bodySerializer.gen.d.ts +18 -0
- package/dist/generated/readarr/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/generated/readarr/core/params.gen.d.ts +34 -0
- package/dist/generated/readarr/core/params.gen.d.ts.map +1 -0
- package/dist/generated/readarr/core/pathSerializer.gen.d.ts +34 -0
- package/dist/generated/readarr/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/generated/readarr/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/generated/readarr/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/generated/readarr/core/types.gen.d.ts +79 -0
- package/dist/generated/readarr/core/types.gen.d.ts.map +1 -0
- package/dist/generated/readarr/core/utils.gen.d.ts +15 -0
- package/dist/generated/readarr/core/utils.gen.d.ts.map +1 -0
- package/dist/generated/readarr/index.d.ts +1 -2
- package/dist/generated/readarr/index.d.ts.map +1 -1
- package/dist/generated/readarr/sdk.gen.d.ts +250 -0
- package/dist/generated/readarr/sdk.gen.d.ts.map +1 -0
- package/dist/generated/readarr/types.gen.d.ts +3219 -1142
- package/dist/generated/readarr/types.gen.d.ts.map +1 -1
- package/dist/generated/sonarr/client/client.gen.d.ts +3 -0
- package/dist/generated/sonarr/client/client.gen.d.ts.map +1 -0
- package/dist/generated/sonarr/client/index.d.ts +8 -0
- package/dist/generated/sonarr/client/index.d.ts.map +1 -0
- package/dist/generated/sonarr/client/types.gen.d.ts +125 -0
- package/dist/generated/sonarr/client/types.gen.d.ts.map +1 -0
- package/dist/generated/sonarr/client/utils.gen.d.ts +39 -0
- package/dist/generated/sonarr/client/utils.gen.d.ts.map +1 -0
- package/dist/generated/sonarr/client.gen.d.ts +13 -0
- package/dist/generated/sonarr/client.gen.d.ts.map +1 -0
- package/dist/generated/sonarr/core/auth.gen.d.ts +19 -0
- package/dist/generated/sonarr/core/auth.gen.d.ts.map +1 -0
- package/dist/generated/sonarr/core/bodySerializer.gen.d.ts +18 -0
- package/dist/generated/sonarr/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/generated/sonarr/core/params.gen.d.ts +34 -0
- package/dist/generated/sonarr/core/params.gen.d.ts.map +1 -0
- package/dist/generated/sonarr/core/pathSerializer.gen.d.ts +34 -0
- package/dist/generated/sonarr/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/generated/sonarr/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/generated/sonarr/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/generated/sonarr/core/types.gen.d.ts +79 -0
- package/dist/generated/sonarr/core/types.gen.d.ts.map +1 -0
- package/dist/generated/sonarr/core/utils.gen.d.ts +15 -0
- package/dist/generated/sonarr/core/utils.gen.d.ts.map +1 -0
- package/dist/generated/sonarr/index.d.ts +1 -2
- package/dist/generated/sonarr/index.d.ts.map +1 -1
- package/dist/generated/sonarr/sdk.gen.d.ts +37 -0
- package/dist/generated/sonarr/sdk.gen.d.ts.map +1 -0
- package/dist/generated/sonarr/types.gen.d.ts +349 -107
- package/dist/generated/sonarr/types.gen.d.ts.map +1 -1
- package/dist/index.d.ts +8 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +21 -1
- package/dist/tsarr-1.3.0.tgz +0 -0
- package/package.json +40 -43
- package/dist/generated/lidarr/schemas.gen.d.ts +0 -4584
- package/dist/generated/lidarr/schemas.gen.d.ts.map +0 -1
- package/dist/generated/lidarr/services.gen.d.ts +0 -242
- package/dist/generated/lidarr/services.gen.d.ts.map +0 -1
- package/dist/generated/prowlarr/schemas.gen.d.ts +0 -2151
- package/dist/generated/prowlarr/schemas.gen.d.ts.map +0 -1
- package/dist/generated/prowlarr/services.gen.d.ts +0 -135
- package/dist/generated/prowlarr/services.gen.d.ts.map +0 -1
- package/dist/generated/radarr/schemas.gen.d.ts +0 -4402
- package/dist/generated/radarr/schemas.gen.d.ts.map +0 -1
- package/dist/generated/radarr/services.gen.d.ts +0 -250
- package/dist/generated/radarr/services.gen.d.ts.map +0 -1
- package/dist/generated/readarr/schemas.gen.d.ts +0 -5250
- package/dist/generated/readarr/schemas.gen.d.ts.map +0 -1
- package/dist/generated/readarr/services.gen.d.ts +0 -240
- package/dist/generated/readarr/services.gen.d.ts.map +0 -1
- package/dist/generated/sonarr/schemas.gen.d.ts +0 -612
- package/dist/generated/sonarr/schemas.gen.d.ts.map +0 -1
- package/dist/generated/sonarr/services.gen.d.ts +0 -27
- package/dist/generated/sonarr/services.gen.d.ts.map +0 -1
- package/dist/tsarr-1.2.0.tgz +0 -0
|
@@ -1,2151 +0,0 @@
|
|
|
1
|
-
export declare const ApiInfoResourceSchema: {
|
|
2
|
-
readonly type: "object";
|
|
3
|
-
readonly properties: {
|
|
4
|
-
readonly current: {
|
|
5
|
-
readonly type: "string";
|
|
6
|
-
readonly nullable: true;
|
|
7
|
-
};
|
|
8
|
-
readonly deprecated: {
|
|
9
|
-
readonly type: "array";
|
|
10
|
-
readonly items: {
|
|
11
|
-
readonly type: "string";
|
|
12
|
-
};
|
|
13
|
-
readonly nullable: true;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
readonly additionalProperties: false;
|
|
17
|
-
};
|
|
18
|
-
export declare const AppProfileResourceSchema: {
|
|
19
|
-
readonly type: "object";
|
|
20
|
-
readonly properties: {
|
|
21
|
-
readonly id: {
|
|
22
|
-
readonly type: "integer";
|
|
23
|
-
readonly format: "int32";
|
|
24
|
-
};
|
|
25
|
-
readonly name: {
|
|
26
|
-
readonly type: "string";
|
|
27
|
-
readonly nullable: true;
|
|
28
|
-
};
|
|
29
|
-
readonly enableRss: {
|
|
30
|
-
readonly type: "boolean";
|
|
31
|
-
};
|
|
32
|
-
readonly enableAutomaticSearch: {
|
|
33
|
-
readonly type: "boolean";
|
|
34
|
-
};
|
|
35
|
-
readonly enableInteractiveSearch: {
|
|
36
|
-
readonly type: "boolean";
|
|
37
|
-
};
|
|
38
|
-
readonly minimumSeeders: {
|
|
39
|
-
readonly type: "integer";
|
|
40
|
-
readonly format: "int32";
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
readonly additionalProperties: false;
|
|
44
|
-
};
|
|
45
|
-
export declare const ApplicationBulkResourceSchema: {
|
|
46
|
-
readonly type: "object";
|
|
47
|
-
readonly properties: {
|
|
48
|
-
readonly ids: {
|
|
49
|
-
readonly type: "array";
|
|
50
|
-
readonly items: {
|
|
51
|
-
readonly type: "integer";
|
|
52
|
-
readonly format: "int32";
|
|
53
|
-
};
|
|
54
|
-
readonly nullable: true;
|
|
55
|
-
};
|
|
56
|
-
readonly tags: {
|
|
57
|
-
readonly type: "array";
|
|
58
|
-
readonly items: {
|
|
59
|
-
readonly type: "integer";
|
|
60
|
-
readonly format: "int32";
|
|
61
|
-
};
|
|
62
|
-
readonly nullable: true;
|
|
63
|
-
};
|
|
64
|
-
readonly applyTags: {
|
|
65
|
-
readonly $ref: "#/components/schemas/ApplyTags";
|
|
66
|
-
};
|
|
67
|
-
readonly syncLevel: {
|
|
68
|
-
readonly $ref: "#/components/schemas/ApplicationSyncLevel";
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
readonly additionalProperties: false;
|
|
72
|
-
};
|
|
73
|
-
export declare const ApplicationResourceSchema: {
|
|
74
|
-
readonly type: "object";
|
|
75
|
-
readonly properties: {
|
|
76
|
-
readonly id: {
|
|
77
|
-
readonly type: "integer";
|
|
78
|
-
readonly format: "int32";
|
|
79
|
-
};
|
|
80
|
-
readonly name: {
|
|
81
|
-
readonly type: "string";
|
|
82
|
-
readonly nullable: true;
|
|
83
|
-
};
|
|
84
|
-
readonly fields: {
|
|
85
|
-
readonly type: "array";
|
|
86
|
-
readonly items: {
|
|
87
|
-
readonly $ref: "#/components/schemas/Field";
|
|
88
|
-
};
|
|
89
|
-
readonly nullable: true;
|
|
90
|
-
};
|
|
91
|
-
readonly implementationName: {
|
|
92
|
-
readonly type: "string";
|
|
93
|
-
readonly nullable: true;
|
|
94
|
-
};
|
|
95
|
-
readonly implementation: {
|
|
96
|
-
readonly type: "string";
|
|
97
|
-
readonly nullable: true;
|
|
98
|
-
};
|
|
99
|
-
readonly configContract: {
|
|
100
|
-
readonly type: "string";
|
|
101
|
-
readonly nullable: true;
|
|
102
|
-
};
|
|
103
|
-
readonly infoLink: {
|
|
104
|
-
readonly type: "string";
|
|
105
|
-
readonly nullable: true;
|
|
106
|
-
};
|
|
107
|
-
readonly message: {
|
|
108
|
-
readonly $ref: "#/components/schemas/ProviderMessage";
|
|
109
|
-
};
|
|
110
|
-
readonly tags: {
|
|
111
|
-
readonly uniqueItems: true;
|
|
112
|
-
readonly type: "array";
|
|
113
|
-
readonly items: {
|
|
114
|
-
readonly type: "integer";
|
|
115
|
-
readonly format: "int32";
|
|
116
|
-
};
|
|
117
|
-
readonly nullable: true;
|
|
118
|
-
};
|
|
119
|
-
readonly presets: {
|
|
120
|
-
readonly type: "array";
|
|
121
|
-
readonly items: {
|
|
122
|
-
readonly $ref: "#/components/schemas/ApplicationResource";
|
|
123
|
-
};
|
|
124
|
-
readonly nullable: true;
|
|
125
|
-
};
|
|
126
|
-
readonly syncLevel: {
|
|
127
|
-
readonly $ref: "#/components/schemas/ApplicationSyncLevel";
|
|
128
|
-
};
|
|
129
|
-
readonly testCommand: {
|
|
130
|
-
readonly type: "string";
|
|
131
|
-
readonly nullable: true;
|
|
132
|
-
};
|
|
133
|
-
};
|
|
134
|
-
readonly additionalProperties: false;
|
|
135
|
-
};
|
|
136
|
-
export declare const ApplicationSyncLevelSchema: {
|
|
137
|
-
readonly enum: readonly ["disabled", "addOnly", "fullSync"];
|
|
138
|
-
readonly type: "string";
|
|
139
|
-
};
|
|
140
|
-
export declare const ApplyTagsSchema: {
|
|
141
|
-
readonly enum: readonly ["add", "remove", "replace"];
|
|
142
|
-
readonly type: "string";
|
|
143
|
-
};
|
|
144
|
-
export declare const AuthenticationRequiredTypeSchema: {
|
|
145
|
-
readonly enum: readonly ["enabled", "disabledForLocalAddresses"];
|
|
146
|
-
readonly type: "string";
|
|
147
|
-
};
|
|
148
|
-
export declare const AuthenticationTypeSchema: {
|
|
149
|
-
readonly enum: readonly ["none", "basic", "forms", "external"];
|
|
150
|
-
readonly type: "string";
|
|
151
|
-
};
|
|
152
|
-
export declare const BackupResourceSchema: {
|
|
153
|
-
readonly type: "object";
|
|
154
|
-
readonly properties: {
|
|
155
|
-
readonly id: {
|
|
156
|
-
readonly type: "integer";
|
|
157
|
-
readonly format: "int32";
|
|
158
|
-
};
|
|
159
|
-
readonly name: {
|
|
160
|
-
readonly type: "string";
|
|
161
|
-
readonly nullable: true;
|
|
162
|
-
};
|
|
163
|
-
readonly path: {
|
|
164
|
-
readonly type: "string";
|
|
165
|
-
readonly nullable: true;
|
|
166
|
-
};
|
|
167
|
-
readonly type: {
|
|
168
|
-
readonly $ref: "#/components/schemas/BackupType";
|
|
169
|
-
};
|
|
170
|
-
readonly size: {
|
|
171
|
-
readonly type: "integer";
|
|
172
|
-
readonly format: "int64";
|
|
173
|
-
};
|
|
174
|
-
readonly time: {
|
|
175
|
-
readonly type: "string";
|
|
176
|
-
readonly format: "date-time";
|
|
177
|
-
};
|
|
178
|
-
};
|
|
179
|
-
readonly additionalProperties: false;
|
|
180
|
-
};
|
|
181
|
-
export declare const BackupTypeSchema: {
|
|
182
|
-
readonly enum: readonly ["scheduled", "manual", "update"];
|
|
183
|
-
readonly type: "string";
|
|
184
|
-
};
|
|
185
|
-
export declare const BookSearchParamSchema: {
|
|
186
|
-
readonly enum: readonly ["q", "title", "author", "publisher", "genre", "year"];
|
|
187
|
-
readonly type: "string";
|
|
188
|
-
};
|
|
189
|
-
export declare const CertificateValidationTypeSchema: {
|
|
190
|
-
readonly enum: readonly ["enabled", "disabledForLocalAddresses", "disabled"];
|
|
191
|
-
readonly type: "string";
|
|
192
|
-
};
|
|
193
|
-
export declare const CommandSchema: {
|
|
194
|
-
readonly type: "object";
|
|
195
|
-
readonly properties: {
|
|
196
|
-
readonly sendUpdatesToClient: {
|
|
197
|
-
readonly type: "boolean";
|
|
198
|
-
};
|
|
199
|
-
readonly updateScheduledTask: {
|
|
200
|
-
readonly type: "boolean";
|
|
201
|
-
readonly readOnly: true;
|
|
202
|
-
};
|
|
203
|
-
readonly completionMessage: {
|
|
204
|
-
readonly type: "string";
|
|
205
|
-
readonly nullable: true;
|
|
206
|
-
readonly readOnly: true;
|
|
207
|
-
};
|
|
208
|
-
readonly requiresDiskAccess: {
|
|
209
|
-
readonly type: "boolean";
|
|
210
|
-
readonly readOnly: true;
|
|
211
|
-
};
|
|
212
|
-
readonly isExclusive: {
|
|
213
|
-
readonly type: "boolean";
|
|
214
|
-
readonly readOnly: true;
|
|
215
|
-
};
|
|
216
|
-
readonly isTypeExclusive: {
|
|
217
|
-
readonly type: "boolean";
|
|
218
|
-
readonly readOnly: true;
|
|
219
|
-
};
|
|
220
|
-
readonly name: {
|
|
221
|
-
readonly type: "string";
|
|
222
|
-
readonly nullable: true;
|
|
223
|
-
readonly readOnly: true;
|
|
224
|
-
};
|
|
225
|
-
readonly lastExecutionTime: {
|
|
226
|
-
readonly type: "string";
|
|
227
|
-
readonly format: "date-time";
|
|
228
|
-
readonly nullable: true;
|
|
229
|
-
};
|
|
230
|
-
readonly lastStartTime: {
|
|
231
|
-
readonly type: "string";
|
|
232
|
-
readonly format: "date-time";
|
|
233
|
-
readonly nullable: true;
|
|
234
|
-
};
|
|
235
|
-
readonly trigger: {
|
|
236
|
-
readonly $ref: "#/components/schemas/CommandTrigger";
|
|
237
|
-
};
|
|
238
|
-
readonly suppressMessages: {
|
|
239
|
-
readonly type: "boolean";
|
|
240
|
-
};
|
|
241
|
-
readonly clientUserAgent: {
|
|
242
|
-
readonly type: "string";
|
|
243
|
-
readonly nullable: true;
|
|
244
|
-
};
|
|
245
|
-
};
|
|
246
|
-
readonly additionalProperties: false;
|
|
247
|
-
};
|
|
248
|
-
export declare const CommandPrioritySchema: {
|
|
249
|
-
readonly enum: readonly ["normal", "high", "low"];
|
|
250
|
-
readonly type: "string";
|
|
251
|
-
};
|
|
252
|
-
export declare const CommandResourceSchema: {
|
|
253
|
-
readonly type: "object";
|
|
254
|
-
readonly properties: {
|
|
255
|
-
readonly id: {
|
|
256
|
-
readonly type: "integer";
|
|
257
|
-
readonly format: "int32";
|
|
258
|
-
};
|
|
259
|
-
readonly name: {
|
|
260
|
-
readonly type: "string";
|
|
261
|
-
readonly nullable: true;
|
|
262
|
-
};
|
|
263
|
-
readonly commandName: {
|
|
264
|
-
readonly type: "string";
|
|
265
|
-
readonly nullable: true;
|
|
266
|
-
};
|
|
267
|
-
readonly message: {
|
|
268
|
-
readonly type: "string";
|
|
269
|
-
readonly nullable: true;
|
|
270
|
-
};
|
|
271
|
-
readonly body: {
|
|
272
|
-
readonly $ref: "#/components/schemas/Command";
|
|
273
|
-
};
|
|
274
|
-
readonly priority: {
|
|
275
|
-
readonly $ref: "#/components/schemas/CommandPriority";
|
|
276
|
-
};
|
|
277
|
-
readonly status: {
|
|
278
|
-
readonly $ref: "#/components/schemas/CommandStatus";
|
|
279
|
-
};
|
|
280
|
-
readonly queued: {
|
|
281
|
-
readonly type: "string";
|
|
282
|
-
readonly format: "date-time";
|
|
283
|
-
};
|
|
284
|
-
readonly started: {
|
|
285
|
-
readonly type: "string";
|
|
286
|
-
readonly format: "date-time";
|
|
287
|
-
readonly nullable: true;
|
|
288
|
-
};
|
|
289
|
-
readonly ended: {
|
|
290
|
-
readonly type: "string";
|
|
291
|
-
readonly format: "date-time";
|
|
292
|
-
readonly nullable: true;
|
|
293
|
-
};
|
|
294
|
-
readonly duration: {
|
|
295
|
-
readonly type: "string";
|
|
296
|
-
readonly format: "date-span";
|
|
297
|
-
readonly nullable: true;
|
|
298
|
-
};
|
|
299
|
-
readonly exception: {
|
|
300
|
-
readonly type: "string";
|
|
301
|
-
readonly nullable: true;
|
|
302
|
-
};
|
|
303
|
-
readonly trigger: {
|
|
304
|
-
readonly $ref: "#/components/schemas/CommandTrigger";
|
|
305
|
-
};
|
|
306
|
-
readonly clientUserAgent: {
|
|
307
|
-
readonly type: "string";
|
|
308
|
-
readonly nullable: true;
|
|
309
|
-
};
|
|
310
|
-
readonly stateChangeTime: {
|
|
311
|
-
readonly type: "string";
|
|
312
|
-
readonly format: "date-time";
|
|
313
|
-
readonly nullable: true;
|
|
314
|
-
};
|
|
315
|
-
readonly sendUpdatesToClient: {
|
|
316
|
-
readonly type: "boolean";
|
|
317
|
-
};
|
|
318
|
-
readonly updateScheduledTask: {
|
|
319
|
-
readonly type: "boolean";
|
|
320
|
-
};
|
|
321
|
-
readonly lastExecutionTime: {
|
|
322
|
-
readonly type: "string";
|
|
323
|
-
readonly format: "date-time";
|
|
324
|
-
readonly nullable: true;
|
|
325
|
-
};
|
|
326
|
-
};
|
|
327
|
-
readonly additionalProperties: false;
|
|
328
|
-
};
|
|
329
|
-
export declare const CommandStatusSchema: {
|
|
330
|
-
readonly enum: readonly ["queued", "started", "completed", "failed", "aborted", "cancelled", "orphaned"];
|
|
331
|
-
readonly type: "string";
|
|
332
|
-
};
|
|
333
|
-
export declare const CommandTriggerSchema: {
|
|
334
|
-
readonly enum: readonly ["unspecified", "manual", "scheduled"];
|
|
335
|
-
readonly type: "string";
|
|
336
|
-
};
|
|
337
|
-
export declare const CustomFilterResourceSchema: {
|
|
338
|
-
readonly type: "object";
|
|
339
|
-
readonly properties: {
|
|
340
|
-
readonly id: {
|
|
341
|
-
readonly type: "integer";
|
|
342
|
-
readonly format: "int32";
|
|
343
|
-
};
|
|
344
|
-
readonly type: {
|
|
345
|
-
readonly type: "string";
|
|
346
|
-
readonly nullable: true;
|
|
347
|
-
};
|
|
348
|
-
readonly label: {
|
|
349
|
-
readonly type: "string";
|
|
350
|
-
readonly nullable: true;
|
|
351
|
-
};
|
|
352
|
-
readonly filters: {
|
|
353
|
-
readonly type: "array";
|
|
354
|
-
readonly items: {
|
|
355
|
-
readonly type: "object";
|
|
356
|
-
readonly additionalProperties: {};
|
|
357
|
-
};
|
|
358
|
-
readonly nullable: true;
|
|
359
|
-
};
|
|
360
|
-
};
|
|
361
|
-
readonly additionalProperties: false;
|
|
362
|
-
};
|
|
363
|
-
export declare const DatabaseTypeSchema: {
|
|
364
|
-
readonly enum: readonly ["sqLite", "postgreSQL"];
|
|
365
|
-
readonly type: "string";
|
|
366
|
-
};
|
|
367
|
-
export declare const DevelopmentConfigResourceSchema: {
|
|
368
|
-
readonly type: "object";
|
|
369
|
-
readonly properties: {
|
|
370
|
-
readonly id: {
|
|
371
|
-
readonly type: "integer";
|
|
372
|
-
readonly format: "int32";
|
|
373
|
-
};
|
|
374
|
-
readonly consoleLogLevel: {
|
|
375
|
-
readonly type: "string";
|
|
376
|
-
readonly nullable: true;
|
|
377
|
-
};
|
|
378
|
-
readonly logSql: {
|
|
379
|
-
readonly type: "boolean";
|
|
380
|
-
};
|
|
381
|
-
readonly logIndexerResponse: {
|
|
382
|
-
readonly type: "boolean";
|
|
383
|
-
};
|
|
384
|
-
readonly logRotate: {
|
|
385
|
-
readonly type: "integer";
|
|
386
|
-
readonly format: "int32";
|
|
387
|
-
};
|
|
388
|
-
readonly filterSentryEvents: {
|
|
389
|
-
readonly type: "boolean";
|
|
390
|
-
};
|
|
391
|
-
};
|
|
392
|
-
readonly additionalProperties: false;
|
|
393
|
-
};
|
|
394
|
-
export declare const DownloadClientBulkResourceSchema: {
|
|
395
|
-
readonly type: "object";
|
|
396
|
-
readonly properties: {
|
|
397
|
-
readonly ids: {
|
|
398
|
-
readonly type: "array";
|
|
399
|
-
readonly items: {
|
|
400
|
-
readonly type: "integer";
|
|
401
|
-
readonly format: "int32";
|
|
402
|
-
};
|
|
403
|
-
readonly nullable: true;
|
|
404
|
-
};
|
|
405
|
-
readonly tags: {
|
|
406
|
-
readonly type: "array";
|
|
407
|
-
readonly items: {
|
|
408
|
-
readonly type: "integer";
|
|
409
|
-
readonly format: "int32";
|
|
410
|
-
};
|
|
411
|
-
readonly nullable: true;
|
|
412
|
-
};
|
|
413
|
-
readonly applyTags: {
|
|
414
|
-
readonly $ref: "#/components/schemas/ApplyTags";
|
|
415
|
-
};
|
|
416
|
-
readonly enable: {
|
|
417
|
-
readonly type: "boolean";
|
|
418
|
-
readonly nullable: true;
|
|
419
|
-
};
|
|
420
|
-
readonly priority: {
|
|
421
|
-
readonly type: "integer";
|
|
422
|
-
readonly format: "int32";
|
|
423
|
-
readonly nullable: true;
|
|
424
|
-
};
|
|
425
|
-
};
|
|
426
|
-
readonly additionalProperties: false;
|
|
427
|
-
};
|
|
428
|
-
export declare const DownloadClientCategorySchema: {
|
|
429
|
-
readonly type: "object";
|
|
430
|
-
readonly properties: {
|
|
431
|
-
readonly clientCategory: {
|
|
432
|
-
readonly type: "string";
|
|
433
|
-
readonly nullable: true;
|
|
434
|
-
};
|
|
435
|
-
readonly categories: {
|
|
436
|
-
readonly type: "array";
|
|
437
|
-
readonly items: {
|
|
438
|
-
readonly type: "integer";
|
|
439
|
-
readonly format: "int32";
|
|
440
|
-
};
|
|
441
|
-
readonly nullable: true;
|
|
442
|
-
};
|
|
443
|
-
};
|
|
444
|
-
readonly additionalProperties: false;
|
|
445
|
-
};
|
|
446
|
-
export declare const DownloadClientConfigResourceSchema: {
|
|
447
|
-
readonly type: "object";
|
|
448
|
-
readonly properties: {
|
|
449
|
-
readonly id: {
|
|
450
|
-
readonly type: "integer";
|
|
451
|
-
readonly format: "int32";
|
|
452
|
-
};
|
|
453
|
-
};
|
|
454
|
-
readonly additionalProperties: false;
|
|
455
|
-
};
|
|
456
|
-
export declare const DownloadClientResourceSchema: {
|
|
457
|
-
readonly type: "object";
|
|
458
|
-
readonly properties: {
|
|
459
|
-
readonly id: {
|
|
460
|
-
readonly type: "integer";
|
|
461
|
-
readonly format: "int32";
|
|
462
|
-
};
|
|
463
|
-
readonly name: {
|
|
464
|
-
readonly type: "string";
|
|
465
|
-
readonly nullable: true;
|
|
466
|
-
};
|
|
467
|
-
readonly fields: {
|
|
468
|
-
readonly type: "array";
|
|
469
|
-
readonly items: {
|
|
470
|
-
readonly $ref: "#/components/schemas/Field";
|
|
471
|
-
};
|
|
472
|
-
readonly nullable: true;
|
|
473
|
-
};
|
|
474
|
-
readonly implementationName: {
|
|
475
|
-
readonly type: "string";
|
|
476
|
-
readonly nullable: true;
|
|
477
|
-
};
|
|
478
|
-
readonly implementation: {
|
|
479
|
-
readonly type: "string";
|
|
480
|
-
readonly nullable: true;
|
|
481
|
-
};
|
|
482
|
-
readonly configContract: {
|
|
483
|
-
readonly type: "string";
|
|
484
|
-
readonly nullable: true;
|
|
485
|
-
};
|
|
486
|
-
readonly infoLink: {
|
|
487
|
-
readonly type: "string";
|
|
488
|
-
readonly nullable: true;
|
|
489
|
-
};
|
|
490
|
-
readonly message: {
|
|
491
|
-
readonly $ref: "#/components/schemas/ProviderMessage";
|
|
492
|
-
};
|
|
493
|
-
readonly tags: {
|
|
494
|
-
readonly uniqueItems: true;
|
|
495
|
-
readonly type: "array";
|
|
496
|
-
readonly items: {
|
|
497
|
-
readonly type: "integer";
|
|
498
|
-
readonly format: "int32";
|
|
499
|
-
};
|
|
500
|
-
readonly nullable: true;
|
|
501
|
-
};
|
|
502
|
-
readonly presets: {
|
|
503
|
-
readonly type: "array";
|
|
504
|
-
readonly items: {
|
|
505
|
-
readonly $ref: "#/components/schemas/DownloadClientResource";
|
|
506
|
-
};
|
|
507
|
-
readonly nullable: true;
|
|
508
|
-
};
|
|
509
|
-
readonly enable: {
|
|
510
|
-
readonly type: "boolean";
|
|
511
|
-
};
|
|
512
|
-
readonly protocol: {
|
|
513
|
-
readonly $ref: "#/components/schemas/DownloadProtocol";
|
|
514
|
-
};
|
|
515
|
-
readonly priority: {
|
|
516
|
-
readonly type: "integer";
|
|
517
|
-
readonly format: "int32";
|
|
518
|
-
};
|
|
519
|
-
readonly categories: {
|
|
520
|
-
readonly type: "array";
|
|
521
|
-
readonly items: {
|
|
522
|
-
readonly $ref: "#/components/schemas/DownloadClientCategory";
|
|
523
|
-
};
|
|
524
|
-
readonly nullable: true;
|
|
525
|
-
};
|
|
526
|
-
readonly supportsCategories: {
|
|
527
|
-
readonly type: "boolean";
|
|
528
|
-
};
|
|
529
|
-
};
|
|
530
|
-
readonly additionalProperties: false;
|
|
531
|
-
};
|
|
532
|
-
export declare const DownloadProtocolSchema: {
|
|
533
|
-
readonly enum: readonly ["unknown", "usenet", "torrent"];
|
|
534
|
-
readonly type: "string";
|
|
535
|
-
};
|
|
536
|
-
export declare const FieldSchema: {
|
|
537
|
-
readonly type: "object";
|
|
538
|
-
readonly properties: {
|
|
539
|
-
readonly order: {
|
|
540
|
-
readonly type: "integer";
|
|
541
|
-
readonly format: "int32";
|
|
542
|
-
};
|
|
543
|
-
readonly name: {
|
|
544
|
-
readonly type: "string";
|
|
545
|
-
readonly nullable: true;
|
|
546
|
-
};
|
|
547
|
-
readonly label: {
|
|
548
|
-
readonly type: "string";
|
|
549
|
-
readonly nullable: true;
|
|
550
|
-
};
|
|
551
|
-
readonly unit: {
|
|
552
|
-
readonly type: "string";
|
|
553
|
-
readonly nullable: true;
|
|
554
|
-
};
|
|
555
|
-
readonly helpText: {
|
|
556
|
-
readonly type: "string";
|
|
557
|
-
readonly nullable: true;
|
|
558
|
-
};
|
|
559
|
-
readonly helpTextWarning: {
|
|
560
|
-
readonly type: "string";
|
|
561
|
-
readonly nullable: true;
|
|
562
|
-
};
|
|
563
|
-
readonly helpLink: {
|
|
564
|
-
readonly type: "string";
|
|
565
|
-
readonly nullable: true;
|
|
566
|
-
};
|
|
567
|
-
readonly value: {
|
|
568
|
-
readonly nullable: true;
|
|
569
|
-
};
|
|
570
|
-
readonly type: {
|
|
571
|
-
readonly type: "string";
|
|
572
|
-
readonly nullable: true;
|
|
573
|
-
};
|
|
574
|
-
readonly advanced: {
|
|
575
|
-
readonly type: "boolean";
|
|
576
|
-
};
|
|
577
|
-
readonly selectOptions: {
|
|
578
|
-
readonly type: "array";
|
|
579
|
-
readonly items: {
|
|
580
|
-
readonly $ref: "#/components/schemas/SelectOption";
|
|
581
|
-
};
|
|
582
|
-
readonly nullable: true;
|
|
583
|
-
};
|
|
584
|
-
readonly selectOptionsProviderAction: {
|
|
585
|
-
readonly type: "string";
|
|
586
|
-
readonly nullable: true;
|
|
587
|
-
};
|
|
588
|
-
readonly section: {
|
|
589
|
-
readonly type: "string";
|
|
590
|
-
readonly nullable: true;
|
|
591
|
-
};
|
|
592
|
-
readonly hidden: {
|
|
593
|
-
readonly type: "string";
|
|
594
|
-
readonly nullable: true;
|
|
595
|
-
};
|
|
596
|
-
readonly privacy: {
|
|
597
|
-
readonly $ref: "#/components/schemas/PrivacyLevel";
|
|
598
|
-
};
|
|
599
|
-
readonly placeholder: {
|
|
600
|
-
readonly type: "string";
|
|
601
|
-
readonly nullable: true;
|
|
602
|
-
};
|
|
603
|
-
readonly isFloat: {
|
|
604
|
-
readonly type: "boolean";
|
|
605
|
-
};
|
|
606
|
-
};
|
|
607
|
-
readonly additionalProperties: false;
|
|
608
|
-
};
|
|
609
|
-
export declare const HealthCheckResultSchema: {
|
|
610
|
-
readonly enum: readonly ["ok", "notice", "warning", "error"];
|
|
611
|
-
readonly type: "string";
|
|
612
|
-
};
|
|
613
|
-
export declare const HealthResourceSchema: {
|
|
614
|
-
readonly type: "object";
|
|
615
|
-
readonly properties: {
|
|
616
|
-
readonly id: {
|
|
617
|
-
readonly type: "integer";
|
|
618
|
-
readonly format: "int32";
|
|
619
|
-
};
|
|
620
|
-
readonly source: {
|
|
621
|
-
readonly type: "string";
|
|
622
|
-
readonly nullable: true;
|
|
623
|
-
};
|
|
624
|
-
readonly type: {
|
|
625
|
-
readonly $ref: "#/components/schemas/HealthCheckResult";
|
|
626
|
-
};
|
|
627
|
-
readonly message: {
|
|
628
|
-
readonly type: "string";
|
|
629
|
-
readonly nullable: true;
|
|
630
|
-
};
|
|
631
|
-
readonly wikiUrl: {
|
|
632
|
-
readonly type: "string";
|
|
633
|
-
readonly nullable: true;
|
|
634
|
-
};
|
|
635
|
-
};
|
|
636
|
-
readonly additionalProperties: false;
|
|
637
|
-
};
|
|
638
|
-
export declare const HistoryEventTypeSchema: {
|
|
639
|
-
readonly enum: readonly ["unknown", "releaseGrabbed", "indexerQuery", "indexerRss", "indexerAuth", "indexerInfo"];
|
|
640
|
-
readonly type: "string";
|
|
641
|
-
};
|
|
642
|
-
export declare const HistoryResourceSchema: {
|
|
643
|
-
readonly type: "object";
|
|
644
|
-
readonly properties: {
|
|
645
|
-
readonly id: {
|
|
646
|
-
readonly type: "integer";
|
|
647
|
-
readonly format: "int32";
|
|
648
|
-
};
|
|
649
|
-
readonly indexerId: {
|
|
650
|
-
readonly type: "integer";
|
|
651
|
-
readonly format: "int32";
|
|
652
|
-
};
|
|
653
|
-
readonly date: {
|
|
654
|
-
readonly type: "string";
|
|
655
|
-
readonly format: "date-time";
|
|
656
|
-
};
|
|
657
|
-
readonly downloadId: {
|
|
658
|
-
readonly type: "string";
|
|
659
|
-
readonly nullable: true;
|
|
660
|
-
};
|
|
661
|
-
readonly successful: {
|
|
662
|
-
readonly type: "boolean";
|
|
663
|
-
};
|
|
664
|
-
readonly eventType: {
|
|
665
|
-
readonly $ref: "#/components/schemas/HistoryEventType";
|
|
666
|
-
};
|
|
667
|
-
readonly data: {
|
|
668
|
-
readonly type: "object";
|
|
669
|
-
readonly additionalProperties: {
|
|
670
|
-
readonly type: "string";
|
|
671
|
-
readonly nullable: true;
|
|
672
|
-
};
|
|
673
|
-
readonly nullable: true;
|
|
674
|
-
};
|
|
675
|
-
};
|
|
676
|
-
readonly additionalProperties: false;
|
|
677
|
-
};
|
|
678
|
-
export declare const HistoryResourcePagingResourceSchema: {
|
|
679
|
-
readonly type: "object";
|
|
680
|
-
readonly properties: {
|
|
681
|
-
readonly page: {
|
|
682
|
-
readonly type: "integer";
|
|
683
|
-
readonly format: "int32";
|
|
684
|
-
};
|
|
685
|
-
readonly pageSize: {
|
|
686
|
-
readonly type: "integer";
|
|
687
|
-
readonly format: "int32";
|
|
688
|
-
};
|
|
689
|
-
readonly sortKey: {
|
|
690
|
-
readonly type: "string";
|
|
691
|
-
readonly nullable: true;
|
|
692
|
-
};
|
|
693
|
-
readonly sortDirection: {
|
|
694
|
-
readonly $ref: "#/components/schemas/SortDirection";
|
|
695
|
-
};
|
|
696
|
-
readonly totalRecords: {
|
|
697
|
-
readonly type: "integer";
|
|
698
|
-
readonly format: "int32";
|
|
699
|
-
};
|
|
700
|
-
readonly records: {
|
|
701
|
-
readonly type: "array";
|
|
702
|
-
readonly items: {
|
|
703
|
-
readonly $ref: "#/components/schemas/HistoryResource";
|
|
704
|
-
};
|
|
705
|
-
readonly nullable: true;
|
|
706
|
-
};
|
|
707
|
-
};
|
|
708
|
-
readonly additionalProperties: false;
|
|
709
|
-
};
|
|
710
|
-
export declare const HostConfigResourceSchema: {
|
|
711
|
-
readonly type: "object";
|
|
712
|
-
readonly properties: {
|
|
713
|
-
readonly id: {
|
|
714
|
-
readonly type: "integer";
|
|
715
|
-
readonly format: "int32";
|
|
716
|
-
};
|
|
717
|
-
readonly bindAddress: {
|
|
718
|
-
readonly type: "string";
|
|
719
|
-
readonly nullable: true;
|
|
720
|
-
};
|
|
721
|
-
readonly port: {
|
|
722
|
-
readonly type: "integer";
|
|
723
|
-
readonly format: "int32";
|
|
724
|
-
};
|
|
725
|
-
readonly sslPort: {
|
|
726
|
-
readonly type: "integer";
|
|
727
|
-
readonly format: "int32";
|
|
728
|
-
};
|
|
729
|
-
readonly enableSsl: {
|
|
730
|
-
readonly type: "boolean";
|
|
731
|
-
};
|
|
732
|
-
readonly launchBrowser: {
|
|
733
|
-
readonly type: "boolean";
|
|
734
|
-
};
|
|
735
|
-
readonly authenticationMethod: {
|
|
736
|
-
readonly $ref: "#/components/schemas/AuthenticationType";
|
|
737
|
-
};
|
|
738
|
-
readonly authenticationRequired: {
|
|
739
|
-
readonly $ref: "#/components/schemas/AuthenticationRequiredType";
|
|
740
|
-
};
|
|
741
|
-
readonly analyticsEnabled: {
|
|
742
|
-
readonly type: "boolean";
|
|
743
|
-
};
|
|
744
|
-
readonly username: {
|
|
745
|
-
readonly type: "string";
|
|
746
|
-
readonly nullable: true;
|
|
747
|
-
};
|
|
748
|
-
readonly password: {
|
|
749
|
-
readonly type: "string";
|
|
750
|
-
readonly nullable: true;
|
|
751
|
-
};
|
|
752
|
-
readonly passwordConfirmation: {
|
|
753
|
-
readonly type: "string";
|
|
754
|
-
readonly nullable: true;
|
|
755
|
-
};
|
|
756
|
-
readonly logLevel: {
|
|
757
|
-
readonly type: "string";
|
|
758
|
-
readonly nullable: true;
|
|
759
|
-
};
|
|
760
|
-
readonly logSizeLimit: {
|
|
761
|
-
readonly type: "integer";
|
|
762
|
-
readonly format: "int32";
|
|
763
|
-
};
|
|
764
|
-
readonly consoleLogLevel: {
|
|
765
|
-
readonly type: "string";
|
|
766
|
-
readonly nullable: true;
|
|
767
|
-
};
|
|
768
|
-
readonly branch: {
|
|
769
|
-
readonly type: "string";
|
|
770
|
-
readonly nullable: true;
|
|
771
|
-
};
|
|
772
|
-
readonly apiKey: {
|
|
773
|
-
readonly type: "string";
|
|
774
|
-
readonly nullable: true;
|
|
775
|
-
};
|
|
776
|
-
readonly sslCertPath: {
|
|
777
|
-
readonly type: "string";
|
|
778
|
-
readonly nullable: true;
|
|
779
|
-
};
|
|
780
|
-
readonly sslCertPassword: {
|
|
781
|
-
readonly type: "string";
|
|
782
|
-
readonly nullable: true;
|
|
783
|
-
};
|
|
784
|
-
readonly urlBase: {
|
|
785
|
-
readonly type: "string";
|
|
786
|
-
readonly nullable: true;
|
|
787
|
-
};
|
|
788
|
-
readonly instanceName: {
|
|
789
|
-
readonly type: "string";
|
|
790
|
-
readonly nullable: true;
|
|
791
|
-
};
|
|
792
|
-
readonly applicationUrl: {
|
|
793
|
-
readonly type: "string";
|
|
794
|
-
readonly nullable: true;
|
|
795
|
-
};
|
|
796
|
-
readonly updateAutomatically: {
|
|
797
|
-
readonly type: "boolean";
|
|
798
|
-
};
|
|
799
|
-
readonly updateMechanism: {
|
|
800
|
-
readonly $ref: "#/components/schemas/UpdateMechanism";
|
|
801
|
-
};
|
|
802
|
-
readonly updateScriptPath: {
|
|
803
|
-
readonly type: "string";
|
|
804
|
-
readonly nullable: true;
|
|
805
|
-
};
|
|
806
|
-
readonly proxyEnabled: {
|
|
807
|
-
readonly type: "boolean";
|
|
808
|
-
};
|
|
809
|
-
readonly proxyType: {
|
|
810
|
-
readonly $ref: "#/components/schemas/ProxyType";
|
|
811
|
-
};
|
|
812
|
-
readonly proxyHostname: {
|
|
813
|
-
readonly type: "string";
|
|
814
|
-
readonly nullable: true;
|
|
815
|
-
};
|
|
816
|
-
readonly proxyPort: {
|
|
817
|
-
readonly type: "integer";
|
|
818
|
-
readonly format: "int32";
|
|
819
|
-
};
|
|
820
|
-
readonly proxyUsername: {
|
|
821
|
-
readonly type: "string";
|
|
822
|
-
readonly nullable: true;
|
|
823
|
-
};
|
|
824
|
-
readonly proxyPassword: {
|
|
825
|
-
readonly type: "string";
|
|
826
|
-
readonly nullable: true;
|
|
827
|
-
};
|
|
828
|
-
readonly proxyBypassFilter: {
|
|
829
|
-
readonly type: "string";
|
|
830
|
-
readonly nullable: true;
|
|
831
|
-
};
|
|
832
|
-
readonly proxyBypassLocalAddresses: {
|
|
833
|
-
readonly type: "boolean";
|
|
834
|
-
};
|
|
835
|
-
readonly certificateValidation: {
|
|
836
|
-
readonly $ref: "#/components/schemas/CertificateValidationType";
|
|
837
|
-
};
|
|
838
|
-
readonly backupFolder: {
|
|
839
|
-
readonly type: "string";
|
|
840
|
-
readonly nullable: true;
|
|
841
|
-
};
|
|
842
|
-
readonly backupInterval: {
|
|
843
|
-
readonly type: "integer";
|
|
844
|
-
readonly format: "int32";
|
|
845
|
-
};
|
|
846
|
-
readonly backupRetention: {
|
|
847
|
-
readonly type: "integer";
|
|
848
|
-
readonly format: "int32";
|
|
849
|
-
};
|
|
850
|
-
readonly historyCleanupDays: {
|
|
851
|
-
readonly type: "integer";
|
|
852
|
-
readonly format: "int32";
|
|
853
|
-
};
|
|
854
|
-
readonly trustCgnatIpAddresses: {
|
|
855
|
-
readonly type: "boolean";
|
|
856
|
-
};
|
|
857
|
-
};
|
|
858
|
-
readonly additionalProperties: false;
|
|
859
|
-
};
|
|
860
|
-
export declare const HostStatisticsSchema: {
|
|
861
|
-
readonly type: "object";
|
|
862
|
-
readonly properties: {
|
|
863
|
-
readonly host: {
|
|
864
|
-
readonly type: "string";
|
|
865
|
-
readonly nullable: true;
|
|
866
|
-
};
|
|
867
|
-
readonly numberOfQueries: {
|
|
868
|
-
readonly type: "integer";
|
|
869
|
-
readonly format: "int32";
|
|
870
|
-
};
|
|
871
|
-
readonly numberOfGrabs: {
|
|
872
|
-
readonly type: "integer";
|
|
873
|
-
readonly format: "int32";
|
|
874
|
-
};
|
|
875
|
-
};
|
|
876
|
-
readonly additionalProperties: false;
|
|
877
|
-
};
|
|
878
|
-
export declare const IActionResultSchema: {
|
|
879
|
-
readonly type: "object";
|
|
880
|
-
readonly additionalProperties: false;
|
|
881
|
-
};
|
|
882
|
-
export declare const IndexerBulkResourceSchema: {
|
|
883
|
-
readonly type: "object";
|
|
884
|
-
readonly properties: {
|
|
885
|
-
readonly ids: {
|
|
886
|
-
readonly type: "array";
|
|
887
|
-
readonly items: {
|
|
888
|
-
readonly type: "integer";
|
|
889
|
-
readonly format: "int32";
|
|
890
|
-
};
|
|
891
|
-
readonly nullable: true;
|
|
892
|
-
};
|
|
893
|
-
readonly tags: {
|
|
894
|
-
readonly type: "array";
|
|
895
|
-
readonly items: {
|
|
896
|
-
readonly type: "integer";
|
|
897
|
-
readonly format: "int32";
|
|
898
|
-
};
|
|
899
|
-
readonly nullable: true;
|
|
900
|
-
};
|
|
901
|
-
readonly applyTags: {
|
|
902
|
-
readonly $ref: "#/components/schemas/ApplyTags";
|
|
903
|
-
};
|
|
904
|
-
readonly enable: {
|
|
905
|
-
readonly type: "boolean";
|
|
906
|
-
readonly nullable: true;
|
|
907
|
-
};
|
|
908
|
-
readonly appProfileId: {
|
|
909
|
-
readonly type: "integer";
|
|
910
|
-
readonly format: "int32";
|
|
911
|
-
readonly nullable: true;
|
|
912
|
-
};
|
|
913
|
-
readonly priority: {
|
|
914
|
-
readonly type: "integer";
|
|
915
|
-
readonly format: "int32";
|
|
916
|
-
readonly nullable: true;
|
|
917
|
-
};
|
|
918
|
-
readonly minimumSeeders: {
|
|
919
|
-
readonly type: "integer";
|
|
920
|
-
readonly format: "int32";
|
|
921
|
-
readonly nullable: true;
|
|
922
|
-
};
|
|
923
|
-
readonly seedRatio: {
|
|
924
|
-
readonly type: "number";
|
|
925
|
-
readonly format: "double";
|
|
926
|
-
readonly nullable: true;
|
|
927
|
-
};
|
|
928
|
-
readonly seedTime: {
|
|
929
|
-
readonly type: "integer";
|
|
930
|
-
readonly format: "int32";
|
|
931
|
-
readonly nullable: true;
|
|
932
|
-
};
|
|
933
|
-
readonly packSeedTime: {
|
|
934
|
-
readonly type: "integer";
|
|
935
|
-
readonly format: "int32";
|
|
936
|
-
readonly nullable: true;
|
|
937
|
-
};
|
|
938
|
-
readonly preferMagnetUrl: {
|
|
939
|
-
readonly type: "boolean";
|
|
940
|
-
readonly nullable: true;
|
|
941
|
-
};
|
|
942
|
-
};
|
|
943
|
-
readonly additionalProperties: false;
|
|
944
|
-
};
|
|
945
|
-
export declare const IndexerCapabilityResourceSchema: {
|
|
946
|
-
readonly type: "object";
|
|
947
|
-
readonly properties: {
|
|
948
|
-
readonly id: {
|
|
949
|
-
readonly type: "integer";
|
|
950
|
-
readonly format: "int32";
|
|
951
|
-
};
|
|
952
|
-
readonly limitsMax: {
|
|
953
|
-
readonly type: "integer";
|
|
954
|
-
readonly format: "int32";
|
|
955
|
-
readonly nullable: true;
|
|
956
|
-
};
|
|
957
|
-
readonly limitsDefault: {
|
|
958
|
-
readonly type: "integer";
|
|
959
|
-
readonly format: "int32";
|
|
960
|
-
readonly nullable: true;
|
|
961
|
-
};
|
|
962
|
-
readonly categories: {
|
|
963
|
-
readonly type: "array";
|
|
964
|
-
readonly items: {
|
|
965
|
-
readonly $ref: "#/components/schemas/IndexerCategory";
|
|
966
|
-
};
|
|
967
|
-
readonly nullable: true;
|
|
968
|
-
};
|
|
969
|
-
readonly supportsRawSearch: {
|
|
970
|
-
readonly type: "boolean";
|
|
971
|
-
};
|
|
972
|
-
readonly searchParams: {
|
|
973
|
-
readonly type: "array";
|
|
974
|
-
readonly items: {
|
|
975
|
-
readonly $ref: "#/components/schemas/SearchParam";
|
|
976
|
-
};
|
|
977
|
-
readonly nullable: true;
|
|
978
|
-
};
|
|
979
|
-
readonly tvSearchParams: {
|
|
980
|
-
readonly type: "array";
|
|
981
|
-
readonly items: {
|
|
982
|
-
readonly $ref: "#/components/schemas/TvSearchParam";
|
|
983
|
-
};
|
|
984
|
-
readonly nullable: true;
|
|
985
|
-
};
|
|
986
|
-
readonly movieSearchParams: {
|
|
987
|
-
readonly type: "array";
|
|
988
|
-
readonly items: {
|
|
989
|
-
readonly $ref: "#/components/schemas/MovieSearchParam";
|
|
990
|
-
};
|
|
991
|
-
readonly nullable: true;
|
|
992
|
-
};
|
|
993
|
-
readonly musicSearchParams: {
|
|
994
|
-
readonly type: "array";
|
|
995
|
-
readonly items: {
|
|
996
|
-
readonly $ref: "#/components/schemas/MusicSearchParam";
|
|
997
|
-
};
|
|
998
|
-
readonly nullable: true;
|
|
999
|
-
};
|
|
1000
|
-
readonly bookSearchParams: {
|
|
1001
|
-
readonly type: "array";
|
|
1002
|
-
readonly items: {
|
|
1003
|
-
readonly $ref: "#/components/schemas/BookSearchParam";
|
|
1004
|
-
};
|
|
1005
|
-
readonly nullable: true;
|
|
1006
|
-
};
|
|
1007
|
-
};
|
|
1008
|
-
readonly additionalProperties: false;
|
|
1009
|
-
};
|
|
1010
|
-
export declare const IndexerCategorySchema: {
|
|
1011
|
-
readonly type: "object";
|
|
1012
|
-
readonly properties: {
|
|
1013
|
-
readonly id: {
|
|
1014
|
-
readonly type: "integer";
|
|
1015
|
-
readonly format: "int32";
|
|
1016
|
-
};
|
|
1017
|
-
readonly name: {
|
|
1018
|
-
readonly type: "string";
|
|
1019
|
-
readonly nullable: true;
|
|
1020
|
-
};
|
|
1021
|
-
readonly description: {
|
|
1022
|
-
readonly type: "string";
|
|
1023
|
-
readonly nullable: true;
|
|
1024
|
-
};
|
|
1025
|
-
readonly subCategories: {
|
|
1026
|
-
readonly type: "array";
|
|
1027
|
-
readonly items: {
|
|
1028
|
-
readonly $ref: "#/components/schemas/IndexerCategory";
|
|
1029
|
-
};
|
|
1030
|
-
readonly nullable: true;
|
|
1031
|
-
readonly readOnly: true;
|
|
1032
|
-
};
|
|
1033
|
-
};
|
|
1034
|
-
readonly additionalProperties: false;
|
|
1035
|
-
};
|
|
1036
|
-
export declare const IndexerPrivacySchema: {
|
|
1037
|
-
readonly enum: readonly ["public", "semiPrivate", "private"];
|
|
1038
|
-
readonly type: "string";
|
|
1039
|
-
};
|
|
1040
|
-
export declare const IndexerProxyResourceSchema: {
|
|
1041
|
-
readonly type: "object";
|
|
1042
|
-
readonly properties: {
|
|
1043
|
-
readonly id: {
|
|
1044
|
-
readonly type: "integer";
|
|
1045
|
-
readonly format: "int32";
|
|
1046
|
-
};
|
|
1047
|
-
readonly name: {
|
|
1048
|
-
readonly type: "string";
|
|
1049
|
-
readonly nullable: true;
|
|
1050
|
-
};
|
|
1051
|
-
readonly fields: {
|
|
1052
|
-
readonly type: "array";
|
|
1053
|
-
readonly items: {
|
|
1054
|
-
readonly $ref: "#/components/schemas/Field";
|
|
1055
|
-
};
|
|
1056
|
-
readonly nullable: true;
|
|
1057
|
-
};
|
|
1058
|
-
readonly implementationName: {
|
|
1059
|
-
readonly type: "string";
|
|
1060
|
-
readonly nullable: true;
|
|
1061
|
-
};
|
|
1062
|
-
readonly implementation: {
|
|
1063
|
-
readonly type: "string";
|
|
1064
|
-
readonly nullable: true;
|
|
1065
|
-
};
|
|
1066
|
-
readonly configContract: {
|
|
1067
|
-
readonly type: "string";
|
|
1068
|
-
readonly nullable: true;
|
|
1069
|
-
};
|
|
1070
|
-
readonly infoLink: {
|
|
1071
|
-
readonly type: "string";
|
|
1072
|
-
readonly nullable: true;
|
|
1073
|
-
};
|
|
1074
|
-
readonly message: {
|
|
1075
|
-
readonly $ref: "#/components/schemas/ProviderMessage";
|
|
1076
|
-
};
|
|
1077
|
-
readonly tags: {
|
|
1078
|
-
readonly uniqueItems: true;
|
|
1079
|
-
readonly type: "array";
|
|
1080
|
-
readonly items: {
|
|
1081
|
-
readonly type: "integer";
|
|
1082
|
-
readonly format: "int32";
|
|
1083
|
-
};
|
|
1084
|
-
readonly nullable: true;
|
|
1085
|
-
};
|
|
1086
|
-
readonly presets: {
|
|
1087
|
-
readonly type: "array";
|
|
1088
|
-
readonly items: {
|
|
1089
|
-
readonly $ref: "#/components/schemas/IndexerProxyResource";
|
|
1090
|
-
};
|
|
1091
|
-
readonly nullable: true;
|
|
1092
|
-
};
|
|
1093
|
-
readonly link: {
|
|
1094
|
-
readonly type: "string";
|
|
1095
|
-
readonly nullable: true;
|
|
1096
|
-
};
|
|
1097
|
-
readonly onHealthIssue: {
|
|
1098
|
-
readonly type: "boolean";
|
|
1099
|
-
};
|
|
1100
|
-
readonly supportsOnHealthIssue: {
|
|
1101
|
-
readonly type: "boolean";
|
|
1102
|
-
};
|
|
1103
|
-
readonly includeHealthWarnings: {
|
|
1104
|
-
readonly type: "boolean";
|
|
1105
|
-
};
|
|
1106
|
-
readonly testCommand: {
|
|
1107
|
-
readonly type: "string";
|
|
1108
|
-
readonly nullable: true;
|
|
1109
|
-
};
|
|
1110
|
-
};
|
|
1111
|
-
readonly additionalProperties: false;
|
|
1112
|
-
};
|
|
1113
|
-
export declare const IndexerResourceSchema: {
|
|
1114
|
-
readonly type: "object";
|
|
1115
|
-
readonly properties: {
|
|
1116
|
-
readonly id: {
|
|
1117
|
-
readonly type: "integer";
|
|
1118
|
-
readonly format: "int32";
|
|
1119
|
-
};
|
|
1120
|
-
readonly name: {
|
|
1121
|
-
readonly type: "string";
|
|
1122
|
-
readonly nullable: true;
|
|
1123
|
-
};
|
|
1124
|
-
readonly fields: {
|
|
1125
|
-
readonly type: "array";
|
|
1126
|
-
readonly items: {
|
|
1127
|
-
readonly $ref: "#/components/schemas/Field";
|
|
1128
|
-
};
|
|
1129
|
-
readonly nullable: true;
|
|
1130
|
-
};
|
|
1131
|
-
readonly implementationName: {
|
|
1132
|
-
readonly type: "string";
|
|
1133
|
-
readonly nullable: true;
|
|
1134
|
-
};
|
|
1135
|
-
readonly implementation: {
|
|
1136
|
-
readonly type: "string";
|
|
1137
|
-
readonly nullable: true;
|
|
1138
|
-
};
|
|
1139
|
-
readonly configContract: {
|
|
1140
|
-
readonly type: "string";
|
|
1141
|
-
readonly nullable: true;
|
|
1142
|
-
};
|
|
1143
|
-
readonly infoLink: {
|
|
1144
|
-
readonly type: "string";
|
|
1145
|
-
readonly nullable: true;
|
|
1146
|
-
};
|
|
1147
|
-
readonly message: {
|
|
1148
|
-
readonly $ref: "#/components/schemas/ProviderMessage";
|
|
1149
|
-
};
|
|
1150
|
-
readonly tags: {
|
|
1151
|
-
readonly uniqueItems: true;
|
|
1152
|
-
readonly type: "array";
|
|
1153
|
-
readonly items: {
|
|
1154
|
-
readonly type: "integer";
|
|
1155
|
-
readonly format: "int32";
|
|
1156
|
-
};
|
|
1157
|
-
readonly nullable: true;
|
|
1158
|
-
};
|
|
1159
|
-
readonly presets: {
|
|
1160
|
-
readonly type: "array";
|
|
1161
|
-
readonly items: {
|
|
1162
|
-
readonly $ref: "#/components/schemas/IndexerResource";
|
|
1163
|
-
};
|
|
1164
|
-
readonly nullable: true;
|
|
1165
|
-
};
|
|
1166
|
-
readonly indexerUrls: {
|
|
1167
|
-
readonly type: "array";
|
|
1168
|
-
readonly items: {
|
|
1169
|
-
readonly type: "string";
|
|
1170
|
-
};
|
|
1171
|
-
readonly nullable: true;
|
|
1172
|
-
};
|
|
1173
|
-
readonly legacyUrls: {
|
|
1174
|
-
readonly type: "array";
|
|
1175
|
-
readonly items: {
|
|
1176
|
-
readonly type: "string";
|
|
1177
|
-
};
|
|
1178
|
-
readonly nullable: true;
|
|
1179
|
-
};
|
|
1180
|
-
readonly definitionName: {
|
|
1181
|
-
readonly type: "string";
|
|
1182
|
-
readonly nullable: true;
|
|
1183
|
-
};
|
|
1184
|
-
readonly description: {
|
|
1185
|
-
readonly type: "string";
|
|
1186
|
-
readonly nullable: true;
|
|
1187
|
-
};
|
|
1188
|
-
readonly language: {
|
|
1189
|
-
readonly type: "string";
|
|
1190
|
-
readonly nullable: true;
|
|
1191
|
-
};
|
|
1192
|
-
readonly encoding: {
|
|
1193
|
-
readonly type: "string";
|
|
1194
|
-
readonly nullable: true;
|
|
1195
|
-
};
|
|
1196
|
-
readonly enable: {
|
|
1197
|
-
readonly type: "boolean";
|
|
1198
|
-
};
|
|
1199
|
-
readonly redirect: {
|
|
1200
|
-
readonly type: "boolean";
|
|
1201
|
-
};
|
|
1202
|
-
readonly supportsRss: {
|
|
1203
|
-
readonly type: "boolean";
|
|
1204
|
-
};
|
|
1205
|
-
readonly supportsSearch: {
|
|
1206
|
-
readonly type: "boolean";
|
|
1207
|
-
};
|
|
1208
|
-
readonly supportsRedirect: {
|
|
1209
|
-
readonly type: "boolean";
|
|
1210
|
-
};
|
|
1211
|
-
readonly supportsPagination: {
|
|
1212
|
-
readonly type: "boolean";
|
|
1213
|
-
};
|
|
1214
|
-
readonly appProfileId: {
|
|
1215
|
-
readonly type: "integer";
|
|
1216
|
-
readonly format: "int32";
|
|
1217
|
-
};
|
|
1218
|
-
readonly protocol: {
|
|
1219
|
-
readonly $ref: "#/components/schemas/DownloadProtocol";
|
|
1220
|
-
};
|
|
1221
|
-
readonly privacy: {
|
|
1222
|
-
readonly $ref: "#/components/schemas/IndexerPrivacy";
|
|
1223
|
-
};
|
|
1224
|
-
readonly capabilities: {
|
|
1225
|
-
readonly $ref: "#/components/schemas/IndexerCapabilityResource";
|
|
1226
|
-
};
|
|
1227
|
-
readonly priority: {
|
|
1228
|
-
readonly type: "integer";
|
|
1229
|
-
readonly format: "int32";
|
|
1230
|
-
};
|
|
1231
|
-
readonly downloadClientId: {
|
|
1232
|
-
readonly type: "integer";
|
|
1233
|
-
readonly format: "int32";
|
|
1234
|
-
};
|
|
1235
|
-
readonly added: {
|
|
1236
|
-
readonly type: "string";
|
|
1237
|
-
readonly format: "date-time";
|
|
1238
|
-
};
|
|
1239
|
-
readonly status: {
|
|
1240
|
-
readonly $ref: "#/components/schemas/IndexerStatusResource";
|
|
1241
|
-
};
|
|
1242
|
-
readonly sortName: {
|
|
1243
|
-
readonly type: "string";
|
|
1244
|
-
readonly nullable: true;
|
|
1245
|
-
};
|
|
1246
|
-
};
|
|
1247
|
-
readonly additionalProperties: false;
|
|
1248
|
-
};
|
|
1249
|
-
export declare const IndexerStatisticsSchema: {
|
|
1250
|
-
readonly type: "object";
|
|
1251
|
-
readonly properties: {
|
|
1252
|
-
readonly indexerId: {
|
|
1253
|
-
readonly type: "integer";
|
|
1254
|
-
readonly format: "int32";
|
|
1255
|
-
};
|
|
1256
|
-
readonly indexerName: {
|
|
1257
|
-
readonly type: "string";
|
|
1258
|
-
readonly nullable: true;
|
|
1259
|
-
};
|
|
1260
|
-
readonly averageResponseTime: {
|
|
1261
|
-
readonly type: "integer";
|
|
1262
|
-
readonly format: "int32";
|
|
1263
|
-
};
|
|
1264
|
-
readonly averageGrabResponseTime: {
|
|
1265
|
-
readonly type: "integer";
|
|
1266
|
-
readonly format: "int32";
|
|
1267
|
-
};
|
|
1268
|
-
readonly numberOfQueries: {
|
|
1269
|
-
readonly type: "integer";
|
|
1270
|
-
readonly format: "int32";
|
|
1271
|
-
};
|
|
1272
|
-
readonly numberOfGrabs: {
|
|
1273
|
-
readonly type: "integer";
|
|
1274
|
-
readonly format: "int32";
|
|
1275
|
-
};
|
|
1276
|
-
readonly numberOfRssQueries: {
|
|
1277
|
-
readonly type: "integer";
|
|
1278
|
-
readonly format: "int32";
|
|
1279
|
-
};
|
|
1280
|
-
readonly numberOfAuthQueries: {
|
|
1281
|
-
readonly type: "integer";
|
|
1282
|
-
readonly format: "int32";
|
|
1283
|
-
};
|
|
1284
|
-
readonly numberOfFailedQueries: {
|
|
1285
|
-
readonly type: "integer";
|
|
1286
|
-
readonly format: "int32";
|
|
1287
|
-
};
|
|
1288
|
-
readonly numberOfFailedGrabs: {
|
|
1289
|
-
readonly type: "integer";
|
|
1290
|
-
readonly format: "int32";
|
|
1291
|
-
};
|
|
1292
|
-
readonly numberOfFailedRssQueries: {
|
|
1293
|
-
readonly type: "integer";
|
|
1294
|
-
readonly format: "int32";
|
|
1295
|
-
};
|
|
1296
|
-
readonly numberOfFailedAuthQueries: {
|
|
1297
|
-
readonly type: "integer";
|
|
1298
|
-
readonly format: "int32";
|
|
1299
|
-
};
|
|
1300
|
-
};
|
|
1301
|
-
readonly additionalProperties: false;
|
|
1302
|
-
};
|
|
1303
|
-
export declare const IndexerStatsResourceSchema: {
|
|
1304
|
-
readonly type: "object";
|
|
1305
|
-
readonly properties: {
|
|
1306
|
-
readonly id: {
|
|
1307
|
-
readonly type: "integer";
|
|
1308
|
-
readonly format: "int32";
|
|
1309
|
-
};
|
|
1310
|
-
readonly indexers: {
|
|
1311
|
-
readonly type: "array";
|
|
1312
|
-
readonly items: {
|
|
1313
|
-
readonly $ref: "#/components/schemas/IndexerStatistics";
|
|
1314
|
-
};
|
|
1315
|
-
readonly nullable: true;
|
|
1316
|
-
};
|
|
1317
|
-
readonly userAgents: {
|
|
1318
|
-
readonly type: "array";
|
|
1319
|
-
readonly items: {
|
|
1320
|
-
readonly $ref: "#/components/schemas/UserAgentStatistics";
|
|
1321
|
-
};
|
|
1322
|
-
readonly nullable: true;
|
|
1323
|
-
};
|
|
1324
|
-
readonly hosts: {
|
|
1325
|
-
readonly type: "array";
|
|
1326
|
-
readonly items: {
|
|
1327
|
-
readonly $ref: "#/components/schemas/HostStatistics";
|
|
1328
|
-
};
|
|
1329
|
-
readonly nullable: true;
|
|
1330
|
-
};
|
|
1331
|
-
};
|
|
1332
|
-
readonly additionalProperties: false;
|
|
1333
|
-
};
|
|
1334
|
-
export declare const IndexerStatusResourceSchema: {
|
|
1335
|
-
readonly type: "object";
|
|
1336
|
-
readonly properties: {
|
|
1337
|
-
readonly id: {
|
|
1338
|
-
readonly type: "integer";
|
|
1339
|
-
readonly format: "int32";
|
|
1340
|
-
};
|
|
1341
|
-
readonly indexerId: {
|
|
1342
|
-
readonly type: "integer";
|
|
1343
|
-
readonly format: "int32";
|
|
1344
|
-
};
|
|
1345
|
-
readonly disabledTill: {
|
|
1346
|
-
readonly type: "string";
|
|
1347
|
-
readonly format: "date-time";
|
|
1348
|
-
readonly nullable: true;
|
|
1349
|
-
};
|
|
1350
|
-
readonly mostRecentFailure: {
|
|
1351
|
-
readonly type: "string";
|
|
1352
|
-
readonly format: "date-time";
|
|
1353
|
-
readonly nullable: true;
|
|
1354
|
-
};
|
|
1355
|
-
readonly initialFailure: {
|
|
1356
|
-
readonly type: "string";
|
|
1357
|
-
readonly format: "date-time";
|
|
1358
|
-
readonly nullable: true;
|
|
1359
|
-
};
|
|
1360
|
-
};
|
|
1361
|
-
readonly additionalProperties: false;
|
|
1362
|
-
};
|
|
1363
|
-
export declare const LocalizationOptionSchema: {
|
|
1364
|
-
readonly type: "object";
|
|
1365
|
-
readonly properties: {
|
|
1366
|
-
readonly name: {
|
|
1367
|
-
readonly type: "string";
|
|
1368
|
-
readonly nullable: true;
|
|
1369
|
-
};
|
|
1370
|
-
readonly value: {
|
|
1371
|
-
readonly type: "string";
|
|
1372
|
-
readonly nullable: true;
|
|
1373
|
-
};
|
|
1374
|
-
};
|
|
1375
|
-
readonly additionalProperties: false;
|
|
1376
|
-
};
|
|
1377
|
-
export declare const LogFileResourceSchema: {
|
|
1378
|
-
readonly type: "object";
|
|
1379
|
-
readonly properties: {
|
|
1380
|
-
readonly id: {
|
|
1381
|
-
readonly type: "integer";
|
|
1382
|
-
readonly format: "int32";
|
|
1383
|
-
};
|
|
1384
|
-
readonly filename: {
|
|
1385
|
-
readonly type: "string";
|
|
1386
|
-
readonly nullable: true;
|
|
1387
|
-
};
|
|
1388
|
-
readonly lastWriteTime: {
|
|
1389
|
-
readonly type: "string";
|
|
1390
|
-
readonly format: "date-time";
|
|
1391
|
-
};
|
|
1392
|
-
readonly contentsUrl: {
|
|
1393
|
-
readonly type: "string";
|
|
1394
|
-
readonly nullable: true;
|
|
1395
|
-
};
|
|
1396
|
-
readonly downloadUrl: {
|
|
1397
|
-
readonly type: "string";
|
|
1398
|
-
readonly nullable: true;
|
|
1399
|
-
};
|
|
1400
|
-
};
|
|
1401
|
-
readonly additionalProperties: false;
|
|
1402
|
-
};
|
|
1403
|
-
export declare const LogResourceSchema: {
|
|
1404
|
-
readonly type: "object";
|
|
1405
|
-
readonly properties: {
|
|
1406
|
-
readonly id: {
|
|
1407
|
-
readonly type: "integer";
|
|
1408
|
-
readonly format: "int32";
|
|
1409
|
-
};
|
|
1410
|
-
readonly time: {
|
|
1411
|
-
readonly type: "string";
|
|
1412
|
-
readonly format: "date-time";
|
|
1413
|
-
};
|
|
1414
|
-
readonly exception: {
|
|
1415
|
-
readonly type: "string";
|
|
1416
|
-
readonly nullable: true;
|
|
1417
|
-
};
|
|
1418
|
-
readonly exceptionType: {
|
|
1419
|
-
readonly type: "string";
|
|
1420
|
-
readonly nullable: true;
|
|
1421
|
-
};
|
|
1422
|
-
readonly level: {
|
|
1423
|
-
readonly type: "string";
|
|
1424
|
-
readonly nullable: true;
|
|
1425
|
-
};
|
|
1426
|
-
readonly logger: {
|
|
1427
|
-
readonly type: "string";
|
|
1428
|
-
readonly nullable: true;
|
|
1429
|
-
};
|
|
1430
|
-
readonly message: {
|
|
1431
|
-
readonly type: "string";
|
|
1432
|
-
readonly nullable: true;
|
|
1433
|
-
};
|
|
1434
|
-
readonly method: {
|
|
1435
|
-
readonly type: "string";
|
|
1436
|
-
readonly nullable: true;
|
|
1437
|
-
};
|
|
1438
|
-
};
|
|
1439
|
-
readonly additionalProperties: false;
|
|
1440
|
-
};
|
|
1441
|
-
export declare const LogResourcePagingResourceSchema: {
|
|
1442
|
-
readonly type: "object";
|
|
1443
|
-
readonly properties: {
|
|
1444
|
-
readonly page: {
|
|
1445
|
-
readonly type: "integer";
|
|
1446
|
-
readonly format: "int32";
|
|
1447
|
-
};
|
|
1448
|
-
readonly pageSize: {
|
|
1449
|
-
readonly type: "integer";
|
|
1450
|
-
readonly format: "int32";
|
|
1451
|
-
};
|
|
1452
|
-
readonly sortKey: {
|
|
1453
|
-
readonly type: "string";
|
|
1454
|
-
readonly nullable: true;
|
|
1455
|
-
};
|
|
1456
|
-
readonly sortDirection: {
|
|
1457
|
-
readonly $ref: "#/components/schemas/SortDirection";
|
|
1458
|
-
};
|
|
1459
|
-
readonly totalRecords: {
|
|
1460
|
-
readonly type: "integer";
|
|
1461
|
-
readonly format: "int32";
|
|
1462
|
-
};
|
|
1463
|
-
readonly records: {
|
|
1464
|
-
readonly type: "array";
|
|
1465
|
-
readonly items: {
|
|
1466
|
-
readonly $ref: "#/components/schemas/LogResource";
|
|
1467
|
-
};
|
|
1468
|
-
readonly nullable: true;
|
|
1469
|
-
};
|
|
1470
|
-
};
|
|
1471
|
-
readonly additionalProperties: false;
|
|
1472
|
-
};
|
|
1473
|
-
export declare const MovieSearchParamSchema: {
|
|
1474
|
-
readonly enum: readonly ["q", "imdbId", "tmdbId", "imdbTitle", "imdbYear", "traktId", "genre", "doubanId", "year"];
|
|
1475
|
-
readonly type: "string";
|
|
1476
|
-
};
|
|
1477
|
-
export declare const MusicSearchParamSchema: {
|
|
1478
|
-
readonly enum: readonly ["q", "album", "artist", "label", "year", "genre", "track"];
|
|
1479
|
-
readonly type: "string";
|
|
1480
|
-
};
|
|
1481
|
-
export declare const NotificationResourceSchema: {
|
|
1482
|
-
readonly type: "object";
|
|
1483
|
-
readonly properties: {
|
|
1484
|
-
readonly id: {
|
|
1485
|
-
readonly type: "integer";
|
|
1486
|
-
readonly format: "int32";
|
|
1487
|
-
};
|
|
1488
|
-
readonly name: {
|
|
1489
|
-
readonly type: "string";
|
|
1490
|
-
readonly nullable: true;
|
|
1491
|
-
};
|
|
1492
|
-
readonly fields: {
|
|
1493
|
-
readonly type: "array";
|
|
1494
|
-
readonly items: {
|
|
1495
|
-
readonly $ref: "#/components/schemas/Field";
|
|
1496
|
-
};
|
|
1497
|
-
readonly nullable: true;
|
|
1498
|
-
};
|
|
1499
|
-
readonly implementationName: {
|
|
1500
|
-
readonly type: "string";
|
|
1501
|
-
readonly nullable: true;
|
|
1502
|
-
};
|
|
1503
|
-
readonly implementation: {
|
|
1504
|
-
readonly type: "string";
|
|
1505
|
-
readonly nullable: true;
|
|
1506
|
-
};
|
|
1507
|
-
readonly configContract: {
|
|
1508
|
-
readonly type: "string";
|
|
1509
|
-
readonly nullable: true;
|
|
1510
|
-
};
|
|
1511
|
-
readonly infoLink: {
|
|
1512
|
-
readonly type: "string";
|
|
1513
|
-
readonly nullable: true;
|
|
1514
|
-
};
|
|
1515
|
-
readonly message: {
|
|
1516
|
-
readonly $ref: "#/components/schemas/ProviderMessage";
|
|
1517
|
-
};
|
|
1518
|
-
readonly tags: {
|
|
1519
|
-
readonly uniqueItems: true;
|
|
1520
|
-
readonly type: "array";
|
|
1521
|
-
readonly items: {
|
|
1522
|
-
readonly type: "integer";
|
|
1523
|
-
readonly format: "int32";
|
|
1524
|
-
};
|
|
1525
|
-
readonly nullable: true;
|
|
1526
|
-
};
|
|
1527
|
-
readonly presets: {
|
|
1528
|
-
readonly type: "array";
|
|
1529
|
-
readonly items: {
|
|
1530
|
-
readonly $ref: "#/components/schemas/NotificationResource";
|
|
1531
|
-
};
|
|
1532
|
-
readonly nullable: true;
|
|
1533
|
-
};
|
|
1534
|
-
readonly link: {
|
|
1535
|
-
readonly type: "string";
|
|
1536
|
-
readonly nullable: true;
|
|
1537
|
-
};
|
|
1538
|
-
readonly onGrab: {
|
|
1539
|
-
readonly type: "boolean";
|
|
1540
|
-
};
|
|
1541
|
-
readonly onHealthIssue: {
|
|
1542
|
-
readonly type: "boolean";
|
|
1543
|
-
};
|
|
1544
|
-
readonly onHealthRestored: {
|
|
1545
|
-
readonly type: "boolean";
|
|
1546
|
-
};
|
|
1547
|
-
readonly onApplicationUpdate: {
|
|
1548
|
-
readonly type: "boolean";
|
|
1549
|
-
};
|
|
1550
|
-
readonly supportsOnGrab: {
|
|
1551
|
-
readonly type: "boolean";
|
|
1552
|
-
};
|
|
1553
|
-
readonly includeManualGrabs: {
|
|
1554
|
-
readonly type: "boolean";
|
|
1555
|
-
};
|
|
1556
|
-
readonly supportsOnHealthIssue: {
|
|
1557
|
-
readonly type: "boolean";
|
|
1558
|
-
};
|
|
1559
|
-
readonly supportsOnHealthRestored: {
|
|
1560
|
-
readonly type: "boolean";
|
|
1561
|
-
};
|
|
1562
|
-
readonly includeHealthWarnings: {
|
|
1563
|
-
readonly type: "boolean";
|
|
1564
|
-
};
|
|
1565
|
-
readonly supportsOnApplicationUpdate: {
|
|
1566
|
-
readonly type: "boolean";
|
|
1567
|
-
};
|
|
1568
|
-
readonly testCommand: {
|
|
1569
|
-
readonly type: "string";
|
|
1570
|
-
readonly nullable: true;
|
|
1571
|
-
};
|
|
1572
|
-
};
|
|
1573
|
-
readonly additionalProperties: false;
|
|
1574
|
-
};
|
|
1575
|
-
export declare const PingResourceSchema: {
|
|
1576
|
-
readonly type: "object";
|
|
1577
|
-
readonly properties: {
|
|
1578
|
-
readonly status: {
|
|
1579
|
-
readonly type: "string";
|
|
1580
|
-
readonly nullable: true;
|
|
1581
|
-
};
|
|
1582
|
-
};
|
|
1583
|
-
readonly additionalProperties: false;
|
|
1584
|
-
};
|
|
1585
|
-
export declare const PrivacyLevelSchema: {
|
|
1586
|
-
readonly enum: readonly ["normal", "password", "apiKey", "userName"];
|
|
1587
|
-
readonly type: "string";
|
|
1588
|
-
};
|
|
1589
|
-
export declare const ProviderMessageSchema: {
|
|
1590
|
-
readonly type: "object";
|
|
1591
|
-
readonly properties: {
|
|
1592
|
-
readonly message: {
|
|
1593
|
-
readonly type: "string";
|
|
1594
|
-
readonly nullable: true;
|
|
1595
|
-
};
|
|
1596
|
-
readonly type: {
|
|
1597
|
-
readonly $ref: "#/components/schemas/ProviderMessageType";
|
|
1598
|
-
};
|
|
1599
|
-
};
|
|
1600
|
-
readonly additionalProperties: false;
|
|
1601
|
-
};
|
|
1602
|
-
export declare const ProviderMessageTypeSchema: {
|
|
1603
|
-
readonly enum: readonly ["info", "warning", "error"];
|
|
1604
|
-
readonly type: "string";
|
|
1605
|
-
};
|
|
1606
|
-
export declare const ProxyTypeSchema: {
|
|
1607
|
-
readonly enum: readonly ["http", "socks4", "socks5"];
|
|
1608
|
-
readonly type: "string";
|
|
1609
|
-
};
|
|
1610
|
-
export declare const ReleaseResourceSchema: {
|
|
1611
|
-
readonly type: "object";
|
|
1612
|
-
readonly properties: {
|
|
1613
|
-
readonly id: {
|
|
1614
|
-
readonly type: "integer";
|
|
1615
|
-
readonly format: "int32";
|
|
1616
|
-
};
|
|
1617
|
-
readonly guid: {
|
|
1618
|
-
readonly type: "string";
|
|
1619
|
-
readonly nullable: true;
|
|
1620
|
-
};
|
|
1621
|
-
readonly age: {
|
|
1622
|
-
readonly type: "integer";
|
|
1623
|
-
readonly format: "int32";
|
|
1624
|
-
};
|
|
1625
|
-
readonly ageHours: {
|
|
1626
|
-
readonly type: "number";
|
|
1627
|
-
readonly format: "double";
|
|
1628
|
-
};
|
|
1629
|
-
readonly ageMinutes: {
|
|
1630
|
-
readonly type: "number";
|
|
1631
|
-
readonly format: "double";
|
|
1632
|
-
};
|
|
1633
|
-
readonly size: {
|
|
1634
|
-
readonly type: "integer";
|
|
1635
|
-
readonly format: "int64";
|
|
1636
|
-
};
|
|
1637
|
-
readonly files: {
|
|
1638
|
-
readonly type: "integer";
|
|
1639
|
-
readonly format: "int32";
|
|
1640
|
-
readonly nullable: true;
|
|
1641
|
-
};
|
|
1642
|
-
readonly grabs: {
|
|
1643
|
-
readonly type: "integer";
|
|
1644
|
-
readonly format: "int32";
|
|
1645
|
-
readonly nullable: true;
|
|
1646
|
-
};
|
|
1647
|
-
readonly indexerId: {
|
|
1648
|
-
readonly type: "integer";
|
|
1649
|
-
readonly format: "int32";
|
|
1650
|
-
};
|
|
1651
|
-
readonly indexer: {
|
|
1652
|
-
readonly type: "string";
|
|
1653
|
-
readonly nullable: true;
|
|
1654
|
-
};
|
|
1655
|
-
readonly subGroup: {
|
|
1656
|
-
readonly type: "string";
|
|
1657
|
-
readonly nullable: true;
|
|
1658
|
-
};
|
|
1659
|
-
readonly releaseHash: {
|
|
1660
|
-
readonly type: "string";
|
|
1661
|
-
readonly nullable: true;
|
|
1662
|
-
};
|
|
1663
|
-
readonly title: {
|
|
1664
|
-
readonly type: "string";
|
|
1665
|
-
readonly nullable: true;
|
|
1666
|
-
};
|
|
1667
|
-
readonly sortTitle: {
|
|
1668
|
-
readonly type: "string";
|
|
1669
|
-
readonly nullable: true;
|
|
1670
|
-
};
|
|
1671
|
-
readonly imdbId: {
|
|
1672
|
-
readonly type: "integer";
|
|
1673
|
-
readonly format: "int32";
|
|
1674
|
-
};
|
|
1675
|
-
readonly tmdbId: {
|
|
1676
|
-
readonly type: "integer";
|
|
1677
|
-
readonly format: "int32";
|
|
1678
|
-
};
|
|
1679
|
-
readonly tvdbId: {
|
|
1680
|
-
readonly type: "integer";
|
|
1681
|
-
readonly format: "int32";
|
|
1682
|
-
};
|
|
1683
|
-
readonly tvMazeId: {
|
|
1684
|
-
readonly type: "integer";
|
|
1685
|
-
readonly format: "int32";
|
|
1686
|
-
};
|
|
1687
|
-
readonly publishDate: {
|
|
1688
|
-
readonly type: "string";
|
|
1689
|
-
readonly format: "date-time";
|
|
1690
|
-
};
|
|
1691
|
-
readonly commentUrl: {
|
|
1692
|
-
readonly type: "string";
|
|
1693
|
-
readonly nullable: true;
|
|
1694
|
-
};
|
|
1695
|
-
readonly downloadUrl: {
|
|
1696
|
-
readonly type: "string";
|
|
1697
|
-
readonly nullable: true;
|
|
1698
|
-
};
|
|
1699
|
-
readonly infoUrl: {
|
|
1700
|
-
readonly type: "string";
|
|
1701
|
-
readonly nullable: true;
|
|
1702
|
-
};
|
|
1703
|
-
readonly posterUrl: {
|
|
1704
|
-
readonly type: "string";
|
|
1705
|
-
readonly nullable: true;
|
|
1706
|
-
};
|
|
1707
|
-
readonly indexerFlags: {
|
|
1708
|
-
readonly type: "array";
|
|
1709
|
-
readonly items: {
|
|
1710
|
-
readonly type: "string";
|
|
1711
|
-
};
|
|
1712
|
-
readonly nullable: true;
|
|
1713
|
-
};
|
|
1714
|
-
readonly categories: {
|
|
1715
|
-
readonly type: "array";
|
|
1716
|
-
readonly items: {
|
|
1717
|
-
readonly $ref: "#/components/schemas/IndexerCategory";
|
|
1718
|
-
};
|
|
1719
|
-
readonly nullable: true;
|
|
1720
|
-
};
|
|
1721
|
-
readonly magnetUrl: {
|
|
1722
|
-
readonly type: "string";
|
|
1723
|
-
readonly nullable: true;
|
|
1724
|
-
};
|
|
1725
|
-
readonly infoHash: {
|
|
1726
|
-
readonly type: "string";
|
|
1727
|
-
readonly nullable: true;
|
|
1728
|
-
};
|
|
1729
|
-
readonly seeders: {
|
|
1730
|
-
readonly type: "integer";
|
|
1731
|
-
readonly format: "int32";
|
|
1732
|
-
readonly nullable: true;
|
|
1733
|
-
};
|
|
1734
|
-
readonly leechers: {
|
|
1735
|
-
readonly type: "integer";
|
|
1736
|
-
readonly format: "int32";
|
|
1737
|
-
readonly nullable: true;
|
|
1738
|
-
};
|
|
1739
|
-
readonly protocol: {
|
|
1740
|
-
readonly $ref: "#/components/schemas/DownloadProtocol";
|
|
1741
|
-
};
|
|
1742
|
-
readonly fileName: {
|
|
1743
|
-
readonly type: "string";
|
|
1744
|
-
readonly nullable: true;
|
|
1745
|
-
readonly readOnly: true;
|
|
1746
|
-
};
|
|
1747
|
-
readonly downloadClientId: {
|
|
1748
|
-
readonly type: "integer";
|
|
1749
|
-
readonly format: "int32";
|
|
1750
|
-
readonly nullable: true;
|
|
1751
|
-
};
|
|
1752
|
-
};
|
|
1753
|
-
readonly additionalProperties: false;
|
|
1754
|
-
};
|
|
1755
|
-
export declare const RuntimeModeSchema: {
|
|
1756
|
-
readonly enum: readonly ["console", "service", "tray"];
|
|
1757
|
-
readonly type: "string";
|
|
1758
|
-
};
|
|
1759
|
-
export declare const SearchParamSchema: {
|
|
1760
|
-
readonly enum: readonly ["q"];
|
|
1761
|
-
readonly type: "string";
|
|
1762
|
-
};
|
|
1763
|
-
export declare const SelectOptionSchema: {
|
|
1764
|
-
readonly type: "object";
|
|
1765
|
-
readonly properties: {
|
|
1766
|
-
readonly value: {
|
|
1767
|
-
readonly type: "integer";
|
|
1768
|
-
readonly format: "int32";
|
|
1769
|
-
};
|
|
1770
|
-
readonly name: {
|
|
1771
|
-
readonly type: "string";
|
|
1772
|
-
readonly nullable: true;
|
|
1773
|
-
};
|
|
1774
|
-
readonly order: {
|
|
1775
|
-
readonly type: "integer";
|
|
1776
|
-
readonly format: "int32";
|
|
1777
|
-
};
|
|
1778
|
-
readonly hint: {
|
|
1779
|
-
readonly type: "string";
|
|
1780
|
-
readonly nullable: true;
|
|
1781
|
-
};
|
|
1782
|
-
readonly parentValue: {
|
|
1783
|
-
readonly type: "integer";
|
|
1784
|
-
readonly format: "int32";
|
|
1785
|
-
readonly nullable: true;
|
|
1786
|
-
};
|
|
1787
|
-
};
|
|
1788
|
-
readonly additionalProperties: false;
|
|
1789
|
-
};
|
|
1790
|
-
export declare const SortDirectionSchema: {
|
|
1791
|
-
readonly enum: readonly ["default", "ascending", "descending"];
|
|
1792
|
-
readonly type: "string";
|
|
1793
|
-
};
|
|
1794
|
-
export declare const SystemResourceSchema: {
|
|
1795
|
-
readonly type: "object";
|
|
1796
|
-
readonly properties: {
|
|
1797
|
-
readonly appName: {
|
|
1798
|
-
readonly type: "string";
|
|
1799
|
-
readonly nullable: true;
|
|
1800
|
-
};
|
|
1801
|
-
readonly instanceName: {
|
|
1802
|
-
readonly type: "string";
|
|
1803
|
-
readonly nullable: true;
|
|
1804
|
-
};
|
|
1805
|
-
readonly version: {
|
|
1806
|
-
readonly type: "string";
|
|
1807
|
-
readonly nullable: true;
|
|
1808
|
-
};
|
|
1809
|
-
readonly buildTime: {
|
|
1810
|
-
readonly type: "string";
|
|
1811
|
-
readonly format: "date-time";
|
|
1812
|
-
};
|
|
1813
|
-
readonly isDebug: {
|
|
1814
|
-
readonly type: "boolean";
|
|
1815
|
-
};
|
|
1816
|
-
readonly isProduction: {
|
|
1817
|
-
readonly type: "boolean";
|
|
1818
|
-
};
|
|
1819
|
-
readonly isAdmin: {
|
|
1820
|
-
readonly type: "boolean";
|
|
1821
|
-
};
|
|
1822
|
-
readonly isUserInteractive: {
|
|
1823
|
-
readonly type: "boolean";
|
|
1824
|
-
};
|
|
1825
|
-
readonly startupPath: {
|
|
1826
|
-
readonly type: "string";
|
|
1827
|
-
readonly nullable: true;
|
|
1828
|
-
};
|
|
1829
|
-
readonly appData: {
|
|
1830
|
-
readonly type: "string";
|
|
1831
|
-
readonly nullable: true;
|
|
1832
|
-
};
|
|
1833
|
-
readonly osName: {
|
|
1834
|
-
readonly type: "string";
|
|
1835
|
-
readonly nullable: true;
|
|
1836
|
-
};
|
|
1837
|
-
readonly osVersion: {
|
|
1838
|
-
readonly type: "string";
|
|
1839
|
-
readonly nullable: true;
|
|
1840
|
-
};
|
|
1841
|
-
readonly isNetCore: {
|
|
1842
|
-
readonly type: "boolean";
|
|
1843
|
-
};
|
|
1844
|
-
readonly isLinux: {
|
|
1845
|
-
readonly type: "boolean";
|
|
1846
|
-
};
|
|
1847
|
-
readonly isOsx: {
|
|
1848
|
-
readonly type: "boolean";
|
|
1849
|
-
};
|
|
1850
|
-
readonly isWindows: {
|
|
1851
|
-
readonly type: "boolean";
|
|
1852
|
-
};
|
|
1853
|
-
readonly isDocker: {
|
|
1854
|
-
readonly type: "boolean";
|
|
1855
|
-
};
|
|
1856
|
-
readonly mode: {
|
|
1857
|
-
readonly $ref: "#/components/schemas/RuntimeMode";
|
|
1858
|
-
};
|
|
1859
|
-
readonly branch: {
|
|
1860
|
-
readonly type: "string";
|
|
1861
|
-
readonly nullable: true;
|
|
1862
|
-
};
|
|
1863
|
-
readonly databaseType: {
|
|
1864
|
-
readonly $ref: "#/components/schemas/DatabaseType";
|
|
1865
|
-
};
|
|
1866
|
-
readonly databaseVersion: {
|
|
1867
|
-
readonly type: "string";
|
|
1868
|
-
readonly nullable: true;
|
|
1869
|
-
};
|
|
1870
|
-
readonly authentication: {
|
|
1871
|
-
readonly $ref: "#/components/schemas/AuthenticationType";
|
|
1872
|
-
};
|
|
1873
|
-
readonly migrationVersion: {
|
|
1874
|
-
readonly type: "integer";
|
|
1875
|
-
readonly format: "int32";
|
|
1876
|
-
};
|
|
1877
|
-
readonly urlBase: {
|
|
1878
|
-
readonly type: "string";
|
|
1879
|
-
readonly nullable: true;
|
|
1880
|
-
};
|
|
1881
|
-
readonly runtimeVersion: {
|
|
1882
|
-
readonly type: "string";
|
|
1883
|
-
readonly nullable: true;
|
|
1884
|
-
};
|
|
1885
|
-
readonly runtimeName: {
|
|
1886
|
-
readonly type: "string";
|
|
1887
|
-
readonly nullable: true;
|
|
1888
|
-
};
|
|
1889
|
-
readonly startTime: {
|
|
1890
|
-
readonly type: "string";
|
|
1891
|
-
readonly format: "date-time";
|
|
1892
|
-
};
|
|
1893
|
-
readonly packageVersion: {
|
|
1894
|
-
readonly type: "string";
|
|
1895
|
-
readonly nullable: true;
|
|
1896
|
-
};
|
|
1897
|
-
readonly packageAuthor: {
|
|
1898
|
-
readonly type: "string";
|
|
1899
|
-
readonly nullable: true;
|
|
1900
|
-
};
|
|
1901
|
-
readonly packageUpdateMechanism: {
|
|
1902
|
-
readonly $ref: "#/components/schemas/UpdateMechanism";
|
|
1903
|
-
};
|
|
1904
|
-
readonly packageUpdateMechanismMessage: {
|
|
1905
|
-
readonly type: "string";
|
|
1906
|
-
readonly nullable: true;
|
|
1907
|
-
};
|
|
1908
|
-
};
|
|
1909
|
-
readonly additionalProperties: false;
|
|
1910
|
-
};
|
|
1911
|
-
export declare const TagDetailsResourceSchema: {
|
|
1912
|
-
readonly type: "object";
|
|
1913
|
-
readonly properties: {
|
|
1914
|
-
readonly id: {
|
|
1915
|
-
readonly type: "integer";
|
|
1916
|
-
readonly format: "int32";
|
|
1917
|
-
};
|
|
1918
|
-
readonly label: {
|
|
1919
|
-
readonly type: "string";
|
|
1920
|
-
readonly nullable: true;
|
|
1921
|
-
};
|
|
1922
|
-
readonly notificationIds: {
|
|
1923
|
-
readonly type: "array";
|
|
1924
|
-
readonly items: {
|
|
1925
|
-
readonly type: "integer";
|
|
1926
|
-
readonly format: "int32";
|
|
1927
|
-
};
|
|
1928
|
-
readonly nullable: true;
|
|
1929
|
-
};
|
|
1930
|
-
readonly indexerIds: {
|
|
1931
|
-
readonly type: "array";
|
|
1932
|
-
readonly items: {
|
|
1933
|
-
readonly type: "integer";
|
|
1934
|
-
readonly format: "int32";
|
|
1935
|
-
};
|
|
1936
|
-
readonly nullable: true;
|
|
1937
|
-
};
|
|
1938
|
-
readonly indexerProxyIds: {
|
|
1939
|
-
readonly type: "array";
|
|
1940
|
-
readonly items: {
|
|
1941
|
-
readonly type: "integer";
|
|
1942
|
-
readonly format: "int32";
|
|
1943
|
-
};
|
|
1944
|
-
readonly nullable: true;
|
|
1945
|
-
};
|
|
1946
|
-
readonly applicationIds: {
|
|
1947
|
-
readonly type: "array";
|
|
1948
|
-
readonly items: {
|
|
1949
|
-
readonly type: "integer";
|
|
1950
|
-
readonly format: "int32";
|
|
1951
|
-
};
|
|
1952
|
-
readonly nullable: true;
|
|
1953
|
-
};
|
|
1954
|
-
};
|
|
1955
|
-
readonly additionalProperties: false;
|
|
1956
|
-
};
|
|
1957
|
-
export declare const TagResourceSchema: {
|
|
1958
|
-
readonly type: "object";
|
|
1959
|
-
readonly properties: {
|
|
1960
|
-
readonly id: {
|
|
1961
|
-
readonly type: "integer";
|
|
1962
|
-
readonly format: "int32";
|
|
1963
|
-
};
|
|
1964
|
-
readonly label: {
|
|
1965
|
-
readonly type: "string";
|
|
1966
|
-
readonly nullable: true;
|
|
1967
|
-
};
|
|
1968
|
-
};
|
|
1969
|
-
readonly additionalProperties: false;
|
|
1970
|
-
};
|
|
1971
|
-
export declare const TaskResourceSchema: {
|
|
1972
|
-
readonly type: "object";
|
|
1973
|
-
readonly properties: {
|
|
1974
|
-
readonly id: {
|
|
1975
|
-
readonly type: "integer";
|
|
1976
|
-
readonly format: "int32";
|
|
1977
|
-
};
|
|
1978
|
-
readonly name: {
|
|
1979
|
-
readonly type: "string";
|
|
1980
|
-
readonly nullable: true;
|
|
1981
|
-
};
|
|
1982
|
-
readonly taskName: {
|
|
1983
|
-
readonly type: "string";
|
|
1984
|
-
readonly nullable: true;
|
|
1985
|
-
};
|
|
1986
|
-
readonly interval: {
|
|
1987
|
-
readonly type: "integer";
|
|
1988
|
-
readonly format: "int32";
|
|
1989
|
-
};
|
|
1990
|
-
readonly lastExecution: {
|
|
1991
|
-
readonly type: "string";
|
|
1992
|
-
readonly format: "date-time";
|
|
1993
|
-
};
|
|
1994
|
-
readonly lastStartTime: {
|
|
1995
|
-
readonly type: "string";
|
|
1996
|
-
readonly format: "date-time";
|
|
1997
|
-
};
|
|
1998
|
-
readonly nextExecution: {
|
|
1999
|
-
readonly type: "string";
|
|
2000
|
-
readonly format: "date-time";
|
|
2001
|
-
};
|
|
2002
|
-
readonly lastDuration: {
|
|
2003
|
-
readonly type: "string";
|
|
2004
|
-
readonly format: "date-span";
|
|
2005
|
-
readonly readOnly: true;
|
|
2006
|
-
};
|
|
2007
|
-
};
|
|
2008
|
-
readonly additionalProperties: false;
|
|
2009
|
-
};
|
|
2010
|
-
export declare const TvSearchParamSchema: {
|
|
2011
|
-
readonly enum: readonly ["q", "season", "ep", "imdbId", "tvdbId", "rId", "tvMazeId", "traktId", "tmdbId", "doubanId", "genre", "year"];
|
|
2012
|
-
readonly type: "string";
|
|
2013
|
-
};
|
|
2014
|
-
export declare const UiConfigResourceSchema: {
|
|
2015
|
-
readonly type: "object";
|
|
2016
|
-
readonly properties: {
|
|
2017
|
-
readonly id: {
|
|
2018
|
-
readonly type: "integer";
|
|
2019
|
-
readonly format: "int32";
|
|
2020
|
-
};
|
|
2021
|
-
readonly firstDayOfWeek: {
|
|
2022
|
-
readonly type: "integer";
|
|
2023
|
-
readonly format: "int32";
|
|
2024
|
-
};
|
|
2025
|
-
readonly calendarWeekColumnHeader: {
|
|
2026
|
-
readonly type: "string";
|
|
2027
|
-
readonly nullable: true;
|
|
2028
|
-
};
|
|
2029
|
-
readonly shortDateFormat: {
|
|
2030
|
-
readonly type: "string";
|
|
2031
|
-
readonly nullable: true;
|
|
2032
|
-
};
|
|
2033
|
-
readonly longDateFormat: {
|
|
2034
|
-
readonly type: "string";
|
|
2035
|
-
readonly nullable: true;
|
|
2036
|
-
};
|
|
2037
|
-
readonly timeFormat: {
|
|
2038
|
-
readonly type: "string";
|
|
2039
|
-
readonly nullable: true;
|
|
2040
|
-
};
|
|
2041
|
-
readonly showRelativeDates: {
|
|
2042
|
-
readonly type: "boolean";
|
|
2043
|
-
};
|
|
2044
|
-
readonly enableColorImpairedMode: {
|
|
2045
|
-
readonly type: "boolean";
|
|
2046
|
-
};
|
|
2047
|
-
readonly uiLanguage: {
|
|
2048
|
-
readonly type: "string";
|
|
2049
|
-
readonly nullable: true;
|
|
2050
|
-
};
|
|
2051
|
-
readonly theme: {
|
|
2052
|
-
readonly type: "string";
|
|
2053
|
-
readonly nullable: true;
|
|
2054
|
-
};
|
|
2055
|
-
};
|
|
2056
|
-
readonly additionalProperties: false;
|
|
2057
|
-
};
|
|
2058
|
-
export declare const UpdateChangesSchema: {
|
|
2059
|
-
readonly type: "object";
|
|
2060
|
-
readonly properties: {
|
|
2061
|
-
readonly new: {
|
|
2062
|
-
readonly type: "array";
|
|
2063
|
-
readonly items: {
|
|
2064
|
-
readonly type: "string";
|
|
2065
|
-
};
|
|
2066
|
-
readonly nullable: true;
|
|
2067
|
-
};
|
|
2068
|
-
readonly fixed: {
|
|
2069
|
-
readonly type: "array";
|
|
2070
|
-
readonly items: {
|
|
2071
|
-
readonly type: "string";
|
|
2072
|
-
};
|
|
2073
|
-
readonly nullable: true;
|
|
2074
|
-
};
|
|
2075
|
-
};
|
|
2076
|
-
readonly additionalProperties: false;
|
|
2077
|
-
};
|
|
2078
|
-
export declare const UpdateMechanismSchema: {
|
|
2079
|
-
readonly enum: readonly ["builtIn", "script", "external", "apt", "docker"];
|
|
2080
|
-
readonly type: "string";
|
|
2081
|
-
};
|
|
2082
|
-
export declare const UpdateResourceSchema: {
|
|
2083
|
-
readonly type: "object";
|
|
2084
|
-
readonly properties: {
|
|
2085
|
-
readonly id: {
|
|
2086
|
-
readonly type: "integer";
|
|
2087
|
-
readonly format: "int32";
|
|
2088
|
-
};
|
|
2089
|
-
readonly version: {
|
|
2090
|
-
readonly type: "string";
|
|
2091
|
-
readonly nullable: true;
|
|
2092
|
-
};
|
|
2093
|
-
readonly branch: {
|
|
2094
|
-
readonly type: "string";
|
|
2095
|
-
readonly nullable: true;
|
|
2096
|
-
};
|
|
2097
|
-
readonly releaseDate: {
|
|
2098
|
-
readonly type: "string";
|
|
2099
|
-
readonly format: "date-time";
|
|
2100
|
-
};
|
|
2101
|
-
readonly fileName: {
|
|
2102
|
-
readonly type: "string";
|
|
2103
|
-
readonly nullable: true;
|
|
2104
|
-
};
|
|
2105
|
-
readonly url: {
|
|
2106
|
-
readonly type: "string";
|
|
2107
|
-
readonly nullable: true;
|
|
2108
|
-
};
|
|
2109
|
-
readonly installed: {
|
|
2110
|
-
readonly type: "boolean";
|
|
2111
|
-
};
|
|
2112
|
-
readonly installedOn: {
|
|
2113
|
-
readonly type: "string";
|
|
2114
|
-
readonly format: "date-time";
|
|
2115
|
-
readonly nullable: true;
|
|
2116
|
-
};
|
|
2117
|
-
readonly installable: {
|
|
2118
|
-
readonly type: "boolean";
|
|
2119
|
-
};
|
|
2120
|
-
readonly latest: {
|
|
2121
|
-
readonly type: "boolean";
|
|
2122
|
-
};
|
|
2123
|
-
readonly changes: {
|
|
2124
|
-
readonly $ref: "#/components/schemas/UpdateChanges";
|
|
2125
|
-
};
|
|
2126
|
-
readonly hash: {
|
|
2127
|
-
readonly type: "string";
|
|
2128
|
-
readonly nullable: true;
|
|
2129
|
-
};
|
|
2130
|
-
};
|
|
2131
|
-
readonly additionalProperties: false;
|
|
2132
|
-
};
|
|
2133
|
-
export declare const UserAgentStatisticsSchema: {
|
|
2134
|
-
readonly type: "object";
|
|
2135
|
-
readonly properties: {
|
|
2136
|
-
readonly userAgent: {
|
|
2137
|
-
readonly type: "string";
|
|
2138
|
-
readonly nullable: true;
|
|
2139
|
-
};
|
|
2140
|
-
readonly numberOfQueries: {
|
|
2141
|
-
readonly type: "integer";
|
|
2142
|
-
readonly format: "int32";
|
|
2143
|
-
};
|
|
2144
|
-
readonly numberOfGrabs: {
|
|
2145
|
-
readonly type: "integer";
|
|
2146
|
-
readonly format: "int32";
|
|
2147
|
-
};
|
|
2148
|
-
};
|
|
2149
|
-
readonly additionalProperties: false;
|
|
2150
|
-
};
|
|
2151
|
-
//# sourceMappingURL=schemas.gen.d.ts.map
|