tsarr 1.2.0 → 1.4.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 +6 -7
- 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.4.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,4584 +0,0 @@
|
|
|
1
|
-
export declare const AddAlbumOptionsSchema: {
|
|
2
|
-
readonly type: "object";
|
|
3
|
-
readonly properties: {
|
|
4
|
-
readonly addType: {
|
|
5
|
-
readonly $ref: "#/components/schemas/AlbumAddType";
|
|
6
|
-
};
|
|
7
|
-
readonly searchForNewAlbum: {
|
|
8
|
-
readonly type: "boolean";
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
readonly additionalProperties: false;
|
|
12
|
-
};
|
|
13
|
-
export declare const AddArtistOptionsSchema: {
|
|
14
|
-
readonly type: "object";
|
|
15
|
-
readonly properties: {
|
|
16
|
-
readonly monitor: {
|
|
17
|
-
readonly $ref: "#/components/schemas/MonitorTypes";
|
|
18
|
-
};
|
|
19
|
-
readonly albumsToMonitor: {
|
|
20
|
-
readonly type: "array";
|
|
21
|
-
readonly items: {
|
|
22
|
-
readonly type: "string";
|
|
23
|
-
};
|
|
24
|
-
readonly nullable: true;
|
|
25
|
-
};
|
|
26
|
-
readonly monitored: {
|
|
27
|
-
readonly type: "boolean";
|
|
28
|
-
};
|
|
29
|
-
readonly searchForMissingAlbums: {
|
|
30
|
-
readonly type: "boolean";
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
readonly additionalProperties: false;
|
|
34
|
-
};
|
|
35
|
-
export declare const AlbumAddTypeSchema: {
|
|
36
|
-
readonly enum: readonly ["automatic", "manual"];
|
|
37
|
-
readonly type: "string";
|
|
38
|
-
};
|
|
39
|
-
export declare const AlbumReleaseResourceSchema: {
|
|
40
|
-
readonly type: "object";
|
|
41
|
-
readonly properties: {
|
|
42
|
-
readonly id: {
|
|
43
|
-
readonly type: "integer";
|
|
44
|
-
readonly format: "int32";
|
|
45
|
-
};
|
|
46
|
-
readonly albumId: {
|
|
47
|
-
readonly type: "integer";
|
|
48
|
-
readonly format: "int32";
|
|
49
|
-
};
|
|
50
|
-
readonly foreignReleaseId: {
|
|
51
|
-
readonly type: "string";
|
|
52
|
-
readonly nullable: true;
|
|
53
|
-
};
|
|
54
|
-
readonly title: {
|
|
55
|
-
readonly type: "string";
|
|
56
|
-
readonly nullable: true;
|
|
57
|
-
};
|
|
58
|
-
readonly status: {
|
|
59
|
-
readonly type: "string";
|
|
60
|
-
readonly nullable: true;
|
|
61
|
-
};
|
|
62
|
-
readonly duration: {
|
|
63
|
-
readonly type: "integer";
|
|
64
|
-
readonly format: "int32";
|
|
65
|
-
};
|
|
66
|
-
readonly trackCount: {
|
|
67
|
-
readonly type: "integer";
|
|
68
|
-
readonly format: "int32";
|
|
69
|
-
};
|
|
70
|
-
readonly media: {
|
|
71
|
-
readonly type: "array";
|
|
72
|
-
readonly items: {
|
|
73
|
-
readonly $ref: "#/components/schemas/MediumResource";
|
|
74
|
-
};
|
|
75
|
-
readonly nullable: true;
|
|
76
|
-
};
|
|
77
|
-
readonly mediumCount: {
|
|
78
|
-
readonly type: "integer";
|
|
79
|
-
readonly format: "int32";
|
|
80
|
-
readonly readOnly: true;
|
|
81
|
-
};
|
|
82
|
-
readonly disambiguation: {
|
|
83
|
-
readonly type: "string";
|
|
84
|
-
readonly nullable: true;
|
|
85
|
-
};
|
|
86
|
-
readonly country: {
|
|
87
|
-
readonly type: "array";
|
|
88
|
-
readonly items: {
|
|
89
|
-
readonly type: "string";
|
|
90
|
-
};
|
|
91
|
-
readonly nullable: true;
|
|
92
|
-
};
|
|
93
|
-
readonly label: {
|
|
94
|
-
readonly type: "array";
|
|
95
|
-
readonly items: {
|
|
96
|
-
readonly type: "string";
|
|
97
|
-
};
|
|
98
|
-
readonly nullable: true;
|
|
99
|
-
};
|
|
100
|
-
readonly format: {
|
|
101
|
-
readonly type: "string";
|
|
102
|
-
readonly nullable: true;
|
|
103
|
-
};
|
|
104
|
-
readonly monitored: {
|
|
105
|
-
readonly type: "boolean";
|
|
106
|
-
};
|
|
107
|
-
};
|
|
108
|
-
readonly additionalProperties: false;
|
|
109
|
-
};
|
|
110
|
-
export declare const AlbumResourceSchema: {
|
|
111
|
-
readonly type: "object";
|
|
112
|
-
readonly properties: {
|
|
113
|
-
readonly id: {
|
|
114
|
-
readonly type: "integer";
|
|
115
|
-
readonly format: "int32";
|
|
116
|
-
};
|
|
117
|
-
readonly title: {
|
|
118
|
-
readonly type: "string";
|
|
119
|
-
readonly nullable: true;
|
|
120
|
-
};
|
|
121
|
-
readonly disambiguation: {
|
|
122
|
-
readonly type: "string";
|
|
123
|
-
readonly nullable: true;
|
|
124
|
-
};
|
|
125
|
-
readonly overview: {
|
|
126
|
-
readonly type: "string";
|
|
127
|
-
readonly nullable: true;
|
|
128
|
-
};
|
|
129
|
-
readonly artistId: {
|
|
130
|
-
readonly type: "integer";
|
|
131
|
-
readonly format: "int32";
|
|
132
|
-
};
|
|
133
|
-
readonly foreignAlbumId: {
|
|
134
|
-
readonly type: "string";
|
|
135
|
-
readonly nullable: true;
|
|
136
|
-
};
|
|
137
|
-
readonly monitored: {
|
|
138
|
-
readonly type: "boolean";
|
|
139
|
-
};
|
|
140
|
-
readonly anyReleaseOk: {
|
|
141
|
-
readonly type: "boolean";
|
|
142
|
-
};
|
|
143
|
-
readonly profileId: {
|
|
144
|
-
readonly type: "integer";
|
|
145
|
-
readonly format: "int32";
|
|
146
|
-
};
|
|
147
|
-
readonly duration: {
|
|
148
|
-
readonly type: "integer";
|
|
149
|
-
readonly format: "int32";
|
|
150
|
-
};
|
|
151
|
-
readonly albumType: {
|
|
152
|
-
readonly type: "string";
|
|
153
|
-
readonly nullable: true;
|
|
154
|
-
};
|
|
155
|
-
readonly secondaryTypes: {
|
|
156
|
-
readonly type: "array";
|
|
157
|
-
readonly items: {
|
|
158
|
-
readonly type: "string";
|
|
159
|
-
};
|
|
160
|
-
readonly nullable: true;
|
|
161
|
-
};
|
|
162
|
-
readonly mediumCount: {
|
|
163
|
-
readonly type: "integer";
|
|
164
|
-
readonly format: "int32";
|
|
165
|
-
readonly readOnly: true;
|
|
166
|
-
};
|
|
167
|
-
readonly ratings: {
|
|
168
|
-
readonly $ref: "#/components/schemas/Ratings";
|
|
169
|
-
};
|
|
170
|
-
readonly releaseDate: {
|
|
171
|
-
readonly type: "string";
|
|
172
|
-
readonly format: "date-time";
|
|
173
|
-
readonly nullable: true;
|
|
174
|
-
};
|
|
175
|
-
readonly releases: {
|
|
176
|
-
readonly type: "array";
|
|
177
|
-
readonly items: {
|
|
178
|
-
readonly $ref: "#/components/schemas/AlbumReleaseResource";
|
|
179
|
-
};
|
|
180
|
-
readonly nullable: true;
|
|
181
|
-
};
|
|
182
|
-
readonly genres: {
|
|
183
|
-
readonly type: "array";
|
|
184
|
-
readonly items: {
|
|
185
|
-
readonly type: "string";
|
|
186
|
-
};
|
|
187
|
-
readonly nullable: true;
|
|
188
|
-
};
|
|
189
|
-
readonly media: {
|
|
190
|
-
readonly type: "array";
|
|
191
|
-
readonly items: {
|
|
192
|
-
readonly $ref: "#/components/schemas/MediumResource";
|
|
193
|
-
};
|
|
194
|
-
readonly nullable: true;
|
|
195
|
-
};
|
|
196
|
-
readonly artist: {
|
|
197
|
-
readonly $ref: "#/components/schemas/ArtistResource";
|
|
198
|
-
};
|
|
199
|
-
readonly images: {
|
|
200
|
-
readonly type: "array";
|
|
201
|
-
readonly items: {
|
|
202
|
-
readonly $ref: "#/components/schemas/MediaCover";
|
|
203
|
-
};
|
|
204
|
-
readonly nullable: true;
|
|
205
|
-
};
|
|
206
|
-
readonly links: {
|
|
207
|
-
readonly type: "array";
|
|
208
|
-
readonly items: {
|
|
209
|
-
readonly $ref: "#/components/schemas/Links";
|
|
210
|
-
};
|
|
211
|
-
readonly nullable: true;
|
|
212
|
-
};
|
|
213
|
-
readonly lastSearchTime: {
|
|
214
|
-
readonly type: "string";
|
|
215
|
-
readonly format: "date-time";
|
|
216
|
-
readonly nullable: true;
|
|
217
|
-
};
|
|
218
|
-
readonly statistics: {
|
|
219
|
-
readonly $ref: "#/components/schemas/AlbumStatisticsResource";
|
|
220
|
-
};
|
|
221
|
-
readonly addOptions: {
|
|
222
|
-
readonly $ref: "#/components/schemas/AddAlbumOptions";
|
|
223
|
-
};
|
|
224
|
-
readonly remoteCover: {
|
|
225
|
-
readonly type: "string";
|
|
226
|
-
readonly nullable: true;
|
|
227
|
-
};
|
|
228
|
-
};
|
|
229
|
-
readonly additionalProperties: false;
|
|
230
|
-
};
|
|
231
|
-
export declare const AlbumResourcePagingResourceSchema: {
|
|
232
|
-
readonly type: "object";
|
|
233
|
-
readonly properties: {
|
|
234
|
-
readonly page: {
|
|
235
|
-
readonly type: "integer";
|
|
236
|
-
readonly format: "int32";
|
|
237
|
-
};
|
|
238
|
-
readonly pageSize: {
|
|
239
|
-
readonly type: "integer";
|
|
240
|
-
readonly format: "int32";
|
|
241
|
-
};
|
|
242
|
-
readonly sortKey: {
|
|
243
|
-
readonly type: "string";
|
|
244
|
-
readonly nullable: true;
|
|
245
|
-
};
|
|
246
|
-
readonly sortDirection: {
|
|
247
|
-
readonly $ref: "#/components/schemas/SortDirection";
|
|
248
|
-
};
|
|
249
|
-
readonly totalRecords: {
|
|
250
|
-
readonly type: "integer";
|
|
251
|
-
readonly format: "int32";
|
|
252
|
-
};
|
|
253
|
-
readonly records: {
|
|
254
|
-
readonly type: "array";
|
|
255
|
-
readonly items: {
|
|
256
|
-
readonly $ref: "#/components/schemas/AlbumResource";
|
|
257
|
-
};
|
|
258
|
-
readonly nullable: true;
|
|
259
|
-
};
|
|
260
|
-
};
|
|
261
|
-
readonly additionalProperties: false;
|
|
262
|
-
};
|
|
263
|
-
export declare const AlbumStatisticsResourceSchema: {
|
|
264
|
-
readonly type: "object";
|
|
265
|
-
readonly properties: {
|
|
266
|
-
readonly trackFileCount: {
|
|
267
|
-
readonly type: "integer";
|
|
268
|
-
readonly format: "int32";
|
|
269
|
-
};
|
|
270
|
-
readonly trackCount: {
|
|
271
|
-
readonly type: "integer";
|
|
272
|
-
readonly format: "int32";
|
|
273
|
-
};
|
|
274
|
-
readonly totalTrackCount: {
|
|
275
|
-
readonly type: "integer";
|
|
276
|
-
readonly format: "int32";
|
|
277
|
-
};
|
|
278
|
-
readonly sizeOnDisk: {
|
|
279
|
-
readonly type: "integer";
|
|
280
|
-
readonly format: "int64";
|
|
281
|
-
};
|
|
282
|
-
readonly percentOfTracks: {
|
|
283
|
-
readonly type: "number";
|
|
284
|
-
readonly format: "double";
|
|
285
|
-
readonly readOnly: true;
|
|
286
|
-
};
|
|
287
|
-
};
|
|
288
|
-
readonly additionalProperties: false;
|
|
289
|
-
};
|
|
290
|
-
export declare const AlbumStudioArtistResourceSchema: {
|
|
291
|
-
readonly type: "object";
|
|
292
|
-
readonly properties: {
|
|
293
|
-
readonly id: {
|
|
294
|
-
readonly type: "integer";
|
|
295
|
-
readonly format: "int32";
|
|
296
|
-
};
|
|
297
|
-
readonly monitored: {
|
|
298
|
-
readonly type: "boolean";
|
|
299
|
-
readonly nullable: true;
|
|
300
|
-
};
|
|
301
|
-
readonly albums: {
|
|
302
|
-
readonly type: "array";
|
|
303
|
-
readonly items: {
|
|
304
|
-
readonly $ref: "#/components/schemas/AlbumResource";
|
|
305
|
-
};
|
|
306
|
-
readonly nullable: true;
|
|
307
|
-
};
|
|
308
|
-
};
|
|
309
|
-
readonly additionalProperties: false;
|
|
310
|
-
};
|
|
311
|
-
export declare const AlbumStudioResourceSchema: {
|
|
312
|
-
readonly type: "object";
|
|
313
|
-
readonly properties: {
|
|
314
|
-
readonly artist: {
|
|
315
|
-
readonly type: "array";
|
|
316
|
-
readonly items: {
|
|
317
|
-
readonly $ref: "#/components/schemas/AlbumStudioArtistResource";
|
|
318
|
-
};
|
|
319
|
-
readonly nullable: true;
|
|
320
|
-
};
|
|
321
|
-
readonly monitoringOptions: {
|
|
322
|
-
readonly $ref: "#/components/schemas/MonitoringOptions";
|
|
323
|
-
};
|
|
324
|
-
readonly monitorNewItems: {
|
|
325
|
-
readonly $ref: "#/components/schemas/NewItemMonitorTypes";
|
|
326
|
-
};
|
|
327
|
-
};
|
|
328
|
-
readonly additionalProperties: false;
|
|
329
|
-
};
|
|
330
|
-
export declare const AlbumsMonitoredResourceSchema: {
|
|
331
|
-
readonly type: "object";
|
|
332
|
-
readonly properties: {
|
|
333
|
-
readonly albumIds: {
|
|
334
|
-
readonly type: "array";
|
|
335
|
-
readonly items: {
|
|
336
|
-
readonly type: "integer";
|
|
337
|
-
readonly format: "int32";
|
|
338
|
-
};
|
|
339
|
-
readonly nullable: true;
|
|
340
|
-
};
|
|
341
|
-
readonly monitored: {
|
|
342
|
-
readonly type: "boolean";
|
|
343
|
-
};
|
|
344
|
-
};
|
|
345
|
-
readonly additionalProperties: false;
|
|
346
|
-
};
|
|
347
|
-
export declare const AllowFingerprintingSchema: {
|
|
348
|
-
readonly enum: readonly ["never", "newFiles", "allFiles"];
|
|
349
|
-
readonly type: "string";
|
|
350
|
-
};
|
|
351
|
-
export declare const ApplyTagsSchema: {
|
|
352
|
-
readonly enum: readonly ["add", "remove", "replace"];
|
|
353
|
-
readonly type: "string";
|
|
354
|
-
};
|
|
355
|
-
export declare const ArtistEditorResourceSchema: {
|
|
356
|
-
readonly type: "object";
|
|
357
|
-
readonly properties: {
|
|
358
|
-
readonly artistIds: {
|
|
359
|
-
readonly type: "array";
|
|
360
|
-
readonly items: {
|
|
361
|
-
readonly type: "integer";
|
|
362
|
-
readonly format: "int32";
|
|
363
|
-
};
|
|
364
|
-
readonly nullable: true;
|
|
365
|
-
};
|
|
366
|
-
readonly monitored: {
|
|
367
|
-
readonly type: "boolean";
|
|
368
|
-
readonly nullable: true;
|
|
369
|
-
};
|
|
370
|
-
readonly monitorNewItems: {
|
|
371
|
-
readonly $ref: "#/components/schemas/NewItemMonitorTypes";
|
|
372
|
-
};
|
|
373
|
-
readonly qualityProfileId: {
|
|
374
|
-
readonly type: "integer";
|
|
375
|
-
readonly format: "int32";
|
|
376
|
-
readonly nullable: true;
|
|
377
|
-
};
|
|
378
|
-
readonly metadataProfileId: {
|
|
379
|
-
readonly type: "integer";
|
|
380
|
-
readonly format: "int32";
|
|
381
|
-
readonly nullable: true;
|
|
382
|
-
};
|
|
383
|
-
readonly rootFolderPath: {
|
|
384
|
-
readonly type: "string";
|
|
385
|
-
readonly nullable: true;
|
|
386
|
-
};
|
|
387
|
-
readonly tags: {
|
|
388
|
-
readonly type: "array";
|
|
389
|
-
readonly items: {
|
|
390
|
-
readonly type: "integer";
|
|
391
|
-
readonly format: "int32";
|
|
392
|
-
};
|
|
393
|
-
readonly nullable: true;
|
|
394
|
-
};
|
|
395
|
-
readonly applyTags: {
|
|
396
|
-
readonly $ref: "#/components/schemas/ApplyTags";
|
|
397
|
-
};
|
|
398
|
-
readonly moveFiles: {
|
|
399
|
-
readonly type: "boolean";
|
|
400
|
-
};
|
|
401
|
-
readonly deleteFiles: {
|
|
402
|
-
readonly type: "boolean";
|
|
403
|
-
};
|
|
404
|
-
readonly addImportListExclusion: {
|
|
405
|
-
readonly type: "boolean";
|
|
406
|
-
};
|
|
407
|
-
};
|
|
408
|
-
readonly additionalProperties: false;
|
|
409
|
-
};
|
|
410
|
-
export declare const ArtistResourceSchema: {
|
|
411
|
-
readonly type: "object";
|
|
412
|
-
readonly properties: {
|
|
413
|
-
readonly id: {
|
|
414
|
-
readonly type: "integer";
|
|
415
|
-
readonly format: "int32";
|
|
416
|
-
};
|
|
417
|
-
readonly status: {
|
|
418
|
-
readonly $ref: "#/components/schemas/ArtistStatusType";
|
|
419
|
-
};
|
|
420
|
-
readonly ended: {
|
|
421
|
-
readonly type: "boolean";
|
|
422
|
-
readonly readOnly: true;
|
|
423
|
-
};
|
|
424
|
-
readonly artistName: {
|
|
425
|
-
readonly type: "string";
|
|
426
|
-
readonly nullable: true;
|
|
427
|
-
};
|
|
428
|
-
readonly foreignArtistId: {
|
|
429
|
-
readonly type: "string";
|
|
430
|
-
readonly nullable: true;
|
|
431
|
-
};
|
|
432
|
-
readonly mbId: {
|
|
433
|
-
readonly type: "string";
|
|
434
|
-
readonly nullable: true;
|
|
435
|
-
};
|
|
436
|
-
readonly tadbId: {
|
|
437
|
-
readonly type: "integer";
|
|
438
|
-
readonly format: "int32";
|
|
439
|
-
};
|
|
440
|
-
readonly discogsId: {
|
|
441
|
-
readonly type: "integer";
|
|
442
|
-
readonly format: "int32";
|
|
443
|
-
};
|
|
444
|
-
readonly allMusicId: {
|
|
445
|
-
readonly type: "string";
|
|
446
|
-
readonly nullable: true;
|
|
447
|
-
};
|
|
448
|
-
readonly overview: {
|
|
449
|
-
readonly type: "string";
|
|
450
|
-
readonly nullable: true;
|
|
451
|
-
};
|
|
452
|
-
readonly artistType: {
|
|
453
|
-
readonly type: "string";
|
|
454
|
-
readonly nullable: true;
|
|
455
|
-
};
|
|
456
|
-
readonly disambiguation: {
|
|
457
|
-
readonly type: "string";
|
|
458
|
-
readonly nullable: true;
|
|
459
|
-
};
|
|
460
|
-
readonly links: {
|
|
461
|
-
readonly type: "array";
|
|
462
|
-
readonly items: {
|
|
463
|
-
readonly $ref: "#/components/schemas/Links";
|
|
464
|
-
};
|
|
465
|
-
readonly nullable: true;
|
|
466
|
-
};
|
|
467
|
-
readonly nextAlbum: {
|
|
468
|
-
readonly $ref: "#/components/schemas/AlbumResource";
|
|
469
|
-
};
|
|
470
|
-
readonly lastAlbum: {
|
|
471
|
-
readonly $ref: "#/components/schemas/AlbumResource";
|
|
472
|
-
};
|
|
473
|
-
readonly images: {
|
|
474
|
-
readonly type: "array";
|
|
475
|
-
readonly items: {
|
|
476
|
-
readonly $ref: "#/components/schemas/MediaCover";
|
|
477
|
-
};
|
|
478
|
-
readonly nullable: true;
|
|
479
|
-
};
|
|
480
|
-
readonly members: {
|
|
481
|
-
readonly type: "array";
|
|
482
|
-
readonly items: {
|
|
483
|
-
readonly $ref: "#/components/schemas/Member";
|
|
484
|
-
};
|
|
485
|
-
readonly nullable: true;
|
|
486
|
-
};
|
|
487
|
-
readonly remotePoster: {
|
|
488
|
-
readonly type: "string";
|
|
489
|
-
readonly nullable: true;
|
|
490
|
-
};
|
|
491
|
-
readonly path: {
|
|
492
|
-
readonly type: "string";
|
|
493
|
-
readonly nullable: true;
|
|
494
|
-
};
|
|
495
|
-
readonly qualityProfileId: {
|
|
496
|
-
readonly type: "integer";
|
|
497
|
-
readonly format: "int32";
|
|
498
|
-
};
|
|
499
|
-
readonly metadataProfileId: {
|
|
500
|
-
readonly type: "integer";
|
|
501
|
-
readonly format: "int32";
|
|
502
|
-
};
|
|
503
|
-
readonly monitored: {
|
|
504
|
-
readonly type: "boolean";
|
|
505
|
-
};
|
|
506
|
-
readonly monitorNewItems: {
|
|
507
|
-
readonly $ref: "#/components/schemas/NewItemMonitorTypes";
|
|
508
|
-
};
|
|
509
|
-
readonly rootFolderPath: {
|
|
510
|
-
readonly type: "string";
|
|
511
|
-
readonly nullable: true;
|
|
512
|
-
};
|
|
513
|
-
readonly folder: {
|
|
514
|
-
readonly type: "string";
|
|
515
|
-
readonly nullable: true;
|
|
516
|
-
};
|
|
517
|
-
readonly genres: {
|
|
518
|
-
readonly type: "array";
|
|
519
|
-
readonly items: {
|
|
520
|
-
readonly type: "string";
|
|
521
|
-
};
|
|
522
|
-
readonly nullable: true;
|
|
523
|
-
};
|
|
524
|
-
readonly cleanName: {
|
|
525
|
-
readonly type: "string";
|
|
526
|
-
readonly nullable: true;
|
|
527
|
-
};
|
|
528
|
-
readonly sortName: {
|
|
529
|
-
readonly type: "string";
|
|
530
|
-
readonly nullable: true;
|
|
531
|
-
};
|
|
532
|
-
readonly tags: {
|
|
533
|
-
readonly uniqueItems: true;
|
|
534
|
-
readonly type: "array";
|
|
535
|
-
readonly items: {
|
|
536
|
-
readonly type: "integer";
|
|
537
|
-
readonly format: "int32";
|
|
538
|
-
};
|
|
539
|
-
readonly nullable: true;
|
|
540
|
-
};
|
|
541
|
-
readonly added: {
|
|
542
|
-
readonly type: "string";
|
|
543
|
-
readonly format: "date-time";
|
|
544
|
-
};
|
|
545
|
-
readonly addOptions: {
|
|
546
|
-
readonly $ref: "#/components/schemas/AddArtistOptions";
|
|
547
|
-
};
|
|
548
|
-
readonly ratings: {
|
|
549
|
-
readonly $ref: "#/components/schemas/Ratings";
|
|
550
|
-
};
|
|
551
|
-
readonly statistics: {
|
|
552
|
-
readonly $ref: "#/components/schemas/ArtistStatisticsResource";
|
|
553
|
-
};
|
|
554
|
-
};
|
|
555
|
-
readonly additionalProperties: false;
|
|
556
|
-
};
|
|
557
|
-
export declare const ArtistStatisticsResourceSchema: {
|
|
558
|
-
readonly type: "object";
|
|
559
|
-
readonly properties: {
|
|
560
|
-
readonly albumCount: {
|
|
561
|
-
readonly type: "integer";
|
|
562
|
-
readonly format: "int32";
|
|
563
|
-
};
|
|
564
|
-
readonly trackFileCount: {
|
|
565
|
-
readonly type: "integer";
|
|
566
|
-
readonly format: "int32";
|
|
567
|
-
};
|
|
568
|
-
readonly trackCount: {
|
|
569
|
-
readonly type: "integer";
|
|
570
|
-
readonly format: "int32";
|
|
571
|
-
};
|
|
572
|
-
readonly totalTrackCount: {
|
|
573
|
-
readonly type: "integer";
|
|
574
|
-
readonly format: "int32";
|
|
575
|
-
};
|
|
576
|
-
readonly sizeOnDisk: {
|
|
577
|
-
readonly type: "integer";
|
|
578
|
-
readonly format: "int64";
|
|
579
|
-
};
|
|
580
|
-
readonly percentOfTracks: {
|
|
581
|
-
readonly type: "number";
|
|
582
|
-
readonly format: "double";
|
|
583
|
-
readonly readOnly: true;
|
|
584
|
-
};
|
|
585
|
-
};
|
|
586
|
-
readonly additionalProperties: false;
|
|
587
|
-
};
|
|
588
|
-
export declare const ArtistStatusTypeSchema: {
|
|
589
|
-
readonly enum: readonly ["continuing", "ended"];
|
|
590
|
-
readonly type: "string";
|
|
591
|
-
};
|
|
592
|
-
export declare const ArtistTitleInfoSchema: {
|
|
593
|
-
readonly type: "object";
|
|
594
|
-
readonly properties: {
|
|
595
|
-
readonly title: {
|
|
596
|
-
readonly type: "string";
|
|
597
|
-
readonly nullable: true;
|
|
598
|
-
};
|
|
599
|
-
readonly titleWithoutYear: {
|
|
600
|
-
readonly type: "string";
|
|
601
|
-
readonly nullable: true;
|
|
602
|
-
};
|
|
603
|
-
readonly year: {
|
|
604
|
-
readonly type: "integer";
|
|
605
|
-
readonly format: "int32";
|
|
606
|
-
};
|
|
607
|
-
};
|
|
608
|
-
readonly additionalProperties: false;
|
|
609
|
-
};
|
|
610
|
-
export declare const AuthenticationRequiredTypeSchema: {
|
|
611
|
-
readonly enum: readonly ["enabled", "disabledForLocalAddresses"];
|
|
612
|
-
readonly type: "string";
|
|
613
|
-
};
|
|
614
|
-
export declare const AuthenticationTypeSchema: {
|
|
615
|
-
readonly enum: readonly ["none", "basic", "forms", "external"];
|
|
616
|
-
readonly type: "string";
|
|
617
|
-
};
|
|
618
|
-
export declare const AutoTaggingResourceSchema: {
|
|
619
|
-
readonly type: "object";
|
|
620
|
-
readonly properties: {
|
|
621
|
-
readonly id: {
|
|
622
|
-
readonly type: "integer";
|
|
623
|
-
readonly format: "int32";
|
|
624
|
-
};
|
|
625
|
-
readonly name: {
|
|
626
|
-
readonly type: "string";
|
|
627
|
-
readonly nullable: true;
|
|
628
|
-
};
|
|
629
|
-
readonly removeTagsAutomatically: {
|
|
630
|
-
readonly type: "boolean";
|
|
631
|
-
};
|
|
632
|
-
readonly tags: {
|
|
633
|
-
readonly uniqueItems: true;
|
|
634
|
-
readonly type: "array";
|
|
635
|
-
readonly items: {
|
|
636
|
-
readonly type: "integer";
|
|
637
|
-
readonly format: "int32";
|
|
638
|
-
};
|
|
639
|
-
readonly nullable: true;
|
|
640
|
-
};
|
|
641
|
-
readonly specifications: {
|
|
642
|
-
readonly type: "array";
|
|
643
|
-
readonly items: {
|
|
644
|
-
readonly $ref: "#/components/schemas/AutoTaggingSpecificationSchema";
|
|
645
|
-
};
|
|
646
|
-
readonly nullable: true;
|
|
647
|
-
};
|
|
648
|
-
};
|
|
649
|
-
readonly additionalProperties: false;
|
|
650
|
-
};
|
|
651
|
-
export declare const AutoTaggingSpecificationSchemaSchema: {
|
|
652
|
-
readonly type: "object";
|
|
653
|
-
readonly properties: {
|
|
654
|
-
readonly id: {
|
|
655
|
-
readonly type: "integer";
|
|
656
|
-
readonly format: "int32";
|
|
657
|
-
};
|
|
658
|
-
readonly name: {
|
|
659
|
-
readonly type: "string";
|
|
660
|
-
readonly nullable: true;
|
|
661
|
-
};
|
|
662
|
-
readonly implementation: {
|
|
663
|
-
readonly type: "string";
|
|
664
|
-
readonly nullable: true;
|
|
665
|
-
};
|
|
666
|
-
readonly implementationName: {
|
|
667
|
-
readonly type: "string";
|
|
668
|
-
readonly nullable: true;
|
|
669
|
-
};
|
|
670
|
-
readonly negate: {
|
|
671
|
-
readonly type: "boolean";
|
|
672
|
-
};
|
|
673
|
-
readonly required: {
|
|
674
|
-
readonly type: "boolean";
|
|
675
|
-
};
|
|
676
|
-
readonly fields: {
|
|
677
|
-
readonly type: "array";
|
|
678
|
-
readonly items: {
|
|
679
|
-
readonly $ref: "#/components/schemas/Field";
|
|
680
|
-
};
|
|
681
|
-
readonly nullable: true;
|
|
682
|
-
};
|
|
683
|
-
};
|
|
684
|
-
readonly additionalProperties: false;
|
|
685
|
-
};
|
|
686
|
-
export declare const BackupResourceSchema: {
|
|
687
|
-
readonly type: "object";
|
|
688
|
-
readonly properties: {
|
|
689
|
-
readonly id: {
|
|
690
|
-
readonly type: "integer";
|
|
691
|
-
readonly format: "int32";
|
|
692
|
-
};
|
|
693
|
-
readonly name: {
|
|
694
|
-
readonly type: "string";
|
|
695
|
-
readonly nullable: true;
|
|
696
|
-
};
|
|
697
|
-
readonly path: {
|
|
698
|
-
readonly type: "string";
|
|
699
|
-
readonly nullable: true;
|
|
700
|
-
};
|
|
701
|
-
readonly type: {
|
|
702
|
-
readonly $ref: "#/components/schemas/BackupType";
|
|
703
|
-
};
|
|
704
|
-
readonly size: {
|
|
705
|
-
readonly type: "integer";
|
|
706
|
-
readonly format: "int64";
|
|
707
|
-
};
|
|
708
|
-
readonly time: {
|
|
709
|
-
readonly type: "string";
|
|
710
|
-
readonly format: "date-time";
|
|
711
|
-
};
|
|
712
|
-
};
|
|
713
|
-
readonly additionalProperties: false;
|
|
714
|
-
};
|
|
715
|
-
export declare const BackupTypeSchema: {
|
|
716
|
-
readonly enum: readonly ["scheduled", "manual", "update"];
|
|
717
|
-
readonly type: "string";
|
|
718
|
-
};
|
|
719
|
-
export declare const BlocklistBulkResourceSchema: {
|
|
720
|
-
readonly type: "object";
|
|
721
|
-
readonly properties: {
|
|
722
|
-
readonly ids: {
|
|
723
|
-
readonly type: "array";
|
|
724
|
-
readonly items: {
|
|
725
|
-
readonly type: "integer";
|
|
726
|
-
readonly format: "int32";
|
|
727
|
-
};
|
|
728
|
-
readonly nullable: true;
|
|
729
|
-
};
|
|
730
|
-
};
|
|
731
|
-
readonly additionalProperties: false;
|
|
732
|
-
};
|
|
733
|
-
export declare const BlocklistResourceSchema: {
|
|
734
|
-
readonly type: "object";
|
|
735
|
-
readonly properties: {
|
|
736
|
-
readonly id: {
|
|
737
|
-
readonly type: "integer";
|
|
738
|
-
readonly format: "int32";
|
|
739
|
-
};
|
|
740
|
-
readonly artistId: {
|
|
741
|
-
readonly type: "integer";
|
|
742
|
-
readonly format: "int32";
|
|
743
|
-
};
|
|
744
|
-
readonly albumIds: {
|
|
745
|
-
readonly type: "array";
|
|
746
|
-
readonly items: {
|
|
747
|
-
readonly type: "integer";
|
|
748
|
-
readonly format: "int32";
|
|
749
|
-
};
|
|
750
|
-
readonly nullable: true;
|
|
751
|
-
};
|
|
752
|
-
readonly sourceTitle: {
|
|
753
|
-
readonly type: "string";
|
|
754
|
-
readonly nullable: true;
|
|
755
|
-
};
|
|
756
|
-
readonly quality: {
|
|
757
|
-
readonly $ref: "#/components/schemas/QualityModel";
|
|
758
|
-
};
|
|
759
|
-
readonly customFormats: {
|
|
760
|
-
readonly type: "array";
|
|
761
|
-
readonly items: {
|
|
762
|
-
readonly $ref: "#/components/schemas/CustomFormatResource";
|
|
763
|
-
};
|
|
764
|
-
readonly nullable: true;
|
|
765
|
-
};
|
|
766
|
-
readonly date: {
|
|
767
|
-
readonly type: "string";
|
|
768
|
-
readonly format: "date-time";
|
|
769
|
-
};
|
|
770
|
-
readonly protocol: {
|
|
771
|
-
readonly $ref: "#/components/schemas/DownloadProtocol";
|
|
772
|
-
};
|
|
773
|
-
readonly indexer: {
|
|
774
|
-
readonly type: "string";
|
|
775
|
-
readonly nullable: true;
|
|
776
|
-
};
|
|
777
|
-
readonly message: {
|
|
778
|
-
readonly type: "string";
|
|
779
|
-
readonly nullable: true;
|
|
780
|
-
};
|
|
781
|
-
readonly artist: {
|
|
782
|
-
readonly $ref: "#/components/schemas/ArtistResource";
|
|
783
|
-
};
|
|
784
|
-
};
|
|
785
|
-
readonly additionalProperties: false;
|
|
786
|
-
};
|
|
787
|
-
export declare const BlocklistResourcePagingResourceSchema: {
|
|
788
|
-
readonly type: "object";
|
|
789
|
-
readonly properties: {
|
|
790
|
-
readonly page: {
|
|
791
|
-
readonly type: "integer";
|
|
792
|
-
readonly format: "int32";
|
|
793
|
-
};
|
|
794
|
-
readonly pageSize: {
|
|
795
|
-
readonly type: "integer";
|
|
796
|
-
readonly format: "int32";
|
|
797
|
-
};
|
|
798
|
-
readonly sortKey: {
|
|
799
|
-
readonly type: "string";
|
|
800
|
-
readonly nullable: true;
|
|
801
|
-
};
|
|
802
|
-
readonly sortDirection: {
|
|
803
|
-
readonly $ref: "#/components/schemas/SortDirection";
|
|
804
|
-
};
|
|
805
|
-
readonly totalRecords: {
|
|
806
|
-
readonly type: "integer";
|
|
807
|
-
readonly format: "int32";
|
|
808
|
-
};
|
|
809
|
-
readonly records: {
|
|
810
|
-
readonly type: "array";
|
|
811
|
-
readonly items: {
|
|
812
|
-
readonly $ref: "#/components/schemas/BlocklistResource";
|
|
813
|
-
};
|
|
814
|
-
readonly nullable: true;
|
|
815
|
-
};
|
|
816
|
-
};
|
|
817
|
-
readonly additionalProperties: false;
|
|
818
|
-
};
|
|
819
|
-
export declare const CertificateValidationTypeSchema: {
|
|
820
|
-
readonly enum: readonly ["enabled", "disabledForLocalAddresses", "disabled"];
|
|
821
|
-
readonly type: "string";
|
|
822
|
-
};
|
|
823
|
-
export declare const CommandSchema: {
|
|
824
|
-
readonly type: "object";
|
|
825
|
-
readonly properties: {
|
|
826
|
-
readonly sendUpdatesToClient: {
|
|
827
|
-
readonly type: "boolean";
|
|
828
|
-
};
|
|
829
|
-
readonly updateScheduledTask: {
|
|
830
|
-
readonly type: "boolean";
|
|
831
|
-
readonly readOnly: true;
|
|
832
|
-
};
|
|
833
|
-
readonly completionMessage: {
|
|
834
|
-
readonly type: "string";
|
|
835
|
-
readonly nullable: true;
|
|
836
|
-
readonly readOnly: true;
|
|
837
|
-
};
|
|
838
|
-
readonly requiresDiskAccess: {
|
|
839
|
-
readonly type: "boolean";
|
|
840
|
-
readonly readOnly: true;
|
|
841
|
-
};
|
|
842
|
-
readonly isExclusive: {
|
|
843
|
-
readonly type: "boolean";
|
|
844
|
-
readonly readOnly: true;
|
|
845
|
-
};
|
|
846
|
-
readonly isTypeExclusive: {
|
|
847
|
-
readonly type: "boolean";
|
|
848
|
-
readonly readOnly: true;
|
|
849
|
-
};
|
|
850
|
-
readonly isLongRunning: {
|
|
851
|
-
readonly type: "boolean";
|
|
852
|
-
readonly readOnly: true;
|
|
853
|
-
};
|
|
854
|
-
readonly name: {
|
|
855
|
-
readonly type: "string";
|
|
856
|
-
readonly nullable: true;
|
|
857
|
-
readonly readOnly: true;
|
|
858
|
-
};
|
|
859
|
-
readonly lastExecutionTime: {
|
|
860
|
-
readonly type: "string";
|
|
861
|
-
readonly format: "date-time";
|
|
862
|
-
readonly nullable: true;
|
|
863
|
-
};
|
|
864
|
-
readonly lastStartTime: {
|
|
865
|
-
readonly type: "string";
|
|
866
|
-
readonly format: "date-time";
|
|
867
|
-
readonly nullable: true;
|
|
868
|
-
};
|
|
869
|
-
readonly trigger: {
|
|
870
|
-
readonly $ref: "#/components/schemas/CommandTrigger";
|
|
871
|
-
};
|
|
872
|
-
readonly suppressMessages: {
|
|
873
|
-
readonly type: "boolean";
|
|
874
|
-
};
|
|
875
|
-
readonly clientUserAgent: {
|
|
876
|
-
readonly type: "string";
|
|
877
|
-
readonly nullable: true;
|
|
878
|
-
};
|
|
879
|
-
};
|
|
880
|
-
readonly additionalProperties: false;
|
|
881
|
-
};
|
|
882
|
-
export declare const CommandPrioritySchema: {
|
|
883
|
-
readonly enum: readonly ["normal", "high", "low"];
|
|
884
|
-
readonly type: "string";
|
|
885
|
-
};
|
|
886
|
-
export declare const CommandResourceSchema: {
|
|
887
|
-
readonly type: "object";
|
|
888
|
-
readonly properties: {
|
|
889
|
-
readonly id: {
|
|
890
|
-
readonly type: "integer";
|
|
891
|
-
readonly format: "int32";
|
|
892
|
-
};
|
|
893
|
-
readonly name: {
|
|
894
|
-
readonly type: "string";
|
|
895
|
-
readonly nullable: true;
|
|
896
|
-
};
|
|
897
|
-
readonly commandName: {
|
|
898
|
-
readonly type: "string";
|
|
899
|
-
readonly nullable: true;
|
|
900
|
-
};
|
|
901
|
-
readonly message: {
|
|
902
|
-
readonly type: "string";
|
|
903
|
-
readonly nullable: true;
|
|
904
|
-
};
|
|
905
|
-
readonly body: {
|
|
906
|
-
readonly $ref: "#/components/schemas/Command";
|
|
907
|
-
};
|
|
908
|
-
readonly priority: {
|
|
909
|
-
readonly $ref: "#/components/schemas/CommandPriority";
|
|
910
|
-
};
|
|
911
|
-
readonly status: {
|
|
912
|
-
readonly $ref: "#/components/schemas/CommandStatus";
|
|
913
|
-
};
|
|
914
|
-
readonly result: {
|
|
915
|
-
readonly $ref: "#/components/schemas/CommandResult";
|
|
916
|
-
};
|
|
917
|
-
readonly queued: {
|
|
918
|
-
readonly type: "string";
|
|
919
|
-
readonly format: "date-time";
|
|
920
|
-
};
|
|
921
|
-
readonly started: {
|
|
922
|
-
readonly type: "string";
|
|
923
|
-
readonly format: "date-time";
|
|
924
|
-
readonly nullable: true;
|
|
925
|
-
};
|
|
926
|
-
readonly ended: {
|
|
927
|
-
readonly type: "string";
|
|
928
|
-
readonly format: "date-time";
|
|
929
|
-
readonly nullable: true;
|
|
930
|
-
};
|
|
931
|
-
readonly duration: {
|
|
932
|
-
readonly type: "string";
|
|
933
|
-
readonly format: "date-span";
|
|
934
|
-
readonly nullable: true;
|
|
935
|
-
};
|
|
936
|
-
readonly exception: {
|
|
937
|
-
readonly type: "string";
|
|
938
|
-
readonly nullable: true;
|
|
939
|
-
};
|
|
940
|
-
readonly trigger: {
|
|
941
|
-
readonly $ref: "#/components/schemas/CommandTrigger";
|
|
942
|
-
};
|
|
943
|
-
readonly clientUserAgent: {
|
|
944
|
-
readonly type: "string";
|
|
945
|
-
readonly nullable: true;
|
|
946
|
-
};
|
|
947
|
-
readonly stateChangeTime: {
|
|
948
|
-
readonly type: "string";
|
|
949
|
-
readonly format: "date-time";
|
|
950
|
-
readonly nullable: true;
|
|
951
|
-
};
|
|
952
|
-
readonly sendUpdatesToClient: {
|
|
953
|
-
readonly type: "boolean";
|
|
954
|
-
};
|
|
955
|
-
readonly updateScheduledTask: {
|
|
956
|
-
readonly type: "boolean";
|
|
957
|
-
};
|
|
958
|
-
readonly lastExecutionTime: {
|
|
959
|
-
readonly type: "string";
|
|
960
|
-
readonly format: "date-time";
|
|
961
|
-
readonly nullable: true;
|
|
962
|
-
};
|
|
963
|
-
};
|
|
964
|
-
readonly additionalProperties: false;
|
|
965
|
-
};
|
|
966
|
-
export declare const CommandResultSchema: {
|
|
967
|
-
readonly enum: readonly ["unknown", "successful", "unsuccessful"];
|
|
968
|
-
readonly type: "string";
|
|
969
|
-
};
|
|
970
|
-
export declare const CommandStatusSchema: {
|
|
971
|
-
readonly enum: readonly ["queued", "started", "completed", "failed", "aborted", "cancelled", "orphaned"];
|
|
972
|
-
readonly type: "string";
|
|
973
|
-
};
|
|
974
|
-
export declare const CommandTriggerSchema: {
|
|
975
|
-
readonly enum: readonly ["unspecified", "manual", "scheduled"];
|
|
976
|
-
readonly type: "string";
|
|
977
|
-
};
|
|
978
|
-
export declare const CustomFilterResourceSchema: {
|
|
979
|
-
readonly type: "object";
|
|
980
|
-
readonly properties: {
|
|
981
|
-
readonly id: {
|
|
982
|
-
readonly type: "integer";
|
|
983
|
-
readonly format: "int32";
|
|
984
|
-
};
|
|
985
|
-
readonly type: {
|
|
986
|
-
readonly type: "string";
|
|
987
|
-
readonly nullable: true;
|
|
988
|
-
};
|
|
989
|
-
readonly label: {
|
|
990
|
-
readonly type: "string";
|
|
991
|
-
readonly nullable: true;
|
|
992
|
-
};
|
|
993
|
-
readonly filters: {
|
|
994
|
-
readonly type: "array";
|
|
995
|
-
readonly items: {
|
|
996
|
-
readonly type: "object";
|
|
997
|
-
readonly additionalProperties: {};
|
|
998
|
-
};
|
|
999
|
-
readonly nullable: true;
|
|
1000
|
-
};
|
|
1001
|
-
};
|
|
1002
|
-
readonly additionalProperties: false;
|
|
1003
|
-
};
|
|
1004
|
-
export declare const CustomFormatBulkResourceSchema: {
|
|
1005
|
-
readonly type: "object";
|
|
1006
|
-
readonly properties: {
|
|
1007
|
-
readonly ids: {
|
|
1008
|
-
readonly uniqueItems: true;
|
|
1009
|
-
readonly type: "array";
|
|
1010
|
-
readonly items: {
|
|
1011
|
-
readonly type: "integer";
|
|
1012
|
-
readonly format: "int32";
|
|
1013
|
-
};
|
|
1014
|
-
readonly nullable: true;
|
|
1015
|
-
};
|
|
1016
|
-
readonly includeCustomFormatWhenRenaming: {
|
|
1017
|
-
readonly type: "boolean";
|
|
1018
|
-
readonly nullable: true;
|
|
1019
|
-
};
|
|
1020
|
-
};
|
|
1021
|
-
readonly additionalProperties: false;
|
|
1022
|
-
};
|
|
1023
|
-
export declare const CustomFormatResourceSchema: {
|
|
1024
|
-
readonly type: "object";
|
|
1025
|
-
readonly properties: {
|
|
1026
|
-
readonly id: {
|
|
1027
|
-
readonly type: "integer";
|
|
1028
|
-
readonly format: "int32";
|
|
1029
|
-
};
|
|
1030
|
-
readonly name: {
|
|
1031
|
-
readonly type: "string";
|
|
1032
|
-
readonly nullable: true;
|
|
1033
|
-
};
|
|
1034
|
-
readonly includeCustomFormatWhenRenaming: {
|
|
1035
|
-
readonly type: "boolean";
|
|
1036
|
-
readonly nullable: true;
|
|
1037
|
-
};
|
|
1038
|
-
readonly specifications: {
|
|
1039
|
-
readonly type: "array";
|
|
1040
|
-
readonly items: {
|
|
1041
|
-
readonly $ref: "#/components/schemas/CustomFormatSpecificationSchema";
|
|
1042
|
-
};
|
|
1043
|
-
readonly nullable: true;
|
|
1044
|
-
};
|
|
1045
|
-
};
|
|
1046
|
-
readonly additionalProperties: false;
|
|
1047
|
-
};
|
|
1048
|
-
export declare const CustomFormatSpecificationSchemaSchema: {
|
|
1049
|
-
readonly type: "object";
|
|
1050
|
-
readonly properties: {
|
|
1051
|
-
readonly id: {
|
|
1052
|
-
readonly type: "integer";
|
|
1053
|
-
readonly format: "int32";
|
|
1054
|
-
};
|
|
1055
|
-
readonly name: {
|
|
1056
|
-
readonly type: "string";
|
|
1057
|
-
readonly nullable: true;
|
|
1058
|
-
};
|
|
1059
|
-
readonly implementation: {
|
|
1060
|
-
readonly type: "string";
|
|
1061
|
-
readonly nullable: true;
|
|
1062
|
-
};
|
|
1063
|
-
readonly implementationName: {
|
|
1064
|
-
readonly type: "string";
|
|
1065
|
-
readonly nullable: true;
|
|
1066
|
-
};
|
|
1067
|
-
readonly infoLink: {
|
|
1068
|
-
readonly type: "string";
|
|
1069
|
-
readonly nullable: true;
|
|
1070
|
-
};
|
|
1071
|
-
readonly negate: {
|
|
1072
|
-
readonly type: "boolean";
|
|
1073
|
-
};
|
|
1074
|
-
readonly required: {
|
|
1075
|
-
readonly type: "boolean";
|
|
1076
|
-
};
|
|
1077
|
-
readonly fields: {
|
|
1078
|
-
readonly type: "array";
|
|
1079
|
-
readonly items: {
|
|
1080
|
-
readonly $ref: "#/components/schemas/Field";
|
|
1081
|
-
};
|
|
1082
|
-
readonly nullable: true;
|
|
1083
|
-
};
|
|
1084
|
-
readonly presets: {
|
|
1085
|
-
readonly type: "array";
|
|
1086
|
-
readonly items: {
|
|
1087
|
-
readonly $ref: "#/components/schemas/CustomFormatSpecificationSchema";
|
|
1088
|
-
};
|
|
1089
|
-
readonly nullable: true;
|
|
1090
|
-
};
|
|
1091
|
-
};
|
|
1092
|
-
readonly additionalProperties: false;
|
|
1093
|
-
};
|
|
1094
|
-
export declare const DatabaseTypeSchema: {
|
|
1095
|
-
readonly enum: readonly ["sqLite", "postgreSQL"];
|
|
1096
|
-
readonly type: "string";
|
|
1097
|
-
};
|
|
1098
|
-
export declare const DelayProfileResourceSchema: {
|
|
1099
|
-
readonly type: "object";
|
|
1100
|
-
readonly properties: {
|
|
1101
|
-
readonly id: {
|
|
1102
|
-
readonly type: "integer";
|
|
1103
|
-
readonly format: "int32";
|
|
1104
|
-
};
|
|
1105
|
-
readonly enableUsenet: {
|
|
1106
|
-
readonly type: "boolean";
|
|
1107
|
-
};
|
|
1108
|
-
readonly enableTorrent: {
|
|
1109
|
-
readonly type: "boolean";
|
|
1110
|
-
};
|
|
1111
|
-
readonly preferredProtocol: {
|
|
1112
|
-
readonly $ref: "#/components/schemas/DownloadProtocol";
|
|
1113
|
-
};
|
|
1114
|
-
readonly usenetDelay: {
|
|
1115
|
-
readonly type: "integer";
|
|
1116
|
-
readonly format: "int32";
|
|
1117
|
-
};
|
|
1118
|
-
readonly torrentDelay: {
|
|
1119
|
-
readonly type: "integer";
|
|
1120
|
-
readonly format: "int32";
|
|
1121
|
-
};
|
|
1122
|
-
readonly bypassIfHighestQuality: {
|
|
1123
|
-
readonly type: "boolean";
|
|
1124
|
-
};
|
|
1125
|
-
readonly bypassIfAboveCustomFormatScore: {
|
|
1126
|
-
readonly type: "boolean";
|
|
1127
|
-
};
|
|
1128
|
-
readonly minimumCustomFormatScore: {
|
|
1129
|
-
readonly type: "integer";
|
|
1130
|
-
readonly format: "int32";
|
|
1131
|
-
};
|
|
1132
|
-
readonly order: {
|
|
1133
|
-
readonly type: "integer";
|
|
1134
|
-
readonly format: "int32";
|
|
1135
|
-
};
|
|
1136
|
-
readonly tags: {
|
|
1137
|
-
readonly uniqueItems: true;
|
|
1138
|
-
readonly type: "array";
|
|
1139
|
-
readonly items: {
|
|
1140
|
-
readonly type: "integer";
|
|
1141
|
-
readonly format: "int32";
|
|
1142
|
-
};
|
|
1143
|
-
readonly nullable: true;
|
|
1144
|
-
};
|
|
1145
|
-
};
|
|
1146
|
-
readonly additionalProperties: false;
|
|
1147
|
-
};
|
|
1148
|
-
export declare const DiskSpaceResourceSchema: {
|
|
1149
|
-
readonly type: "object";
|
|
1150
|
-
readonly properties: {
|
|
1151
|
-
readonly id: {
|
|
1152
|
-
readonly type: "integer";
|
|
1153
|
-
readonly format: "int32";
|
|
1154
|
-
};
|
|
1155
|
-
readonly path: {
|
|
1156
|
-
readonly type: "string";
|
|
1157
|
-
readonly nullable: true;
|
|
1158
|
-
};
|
|
1159
|
-
readonly label: {
|
|
1160
|
-
readonly type: "string";
|
|
1161
|
-
readonly nullable: true;
|
|
1162
|
-
};
|
|
1163
|
-
readonly freeSpace: {
|
|
1164
|
-
readonly type: "integer";
|
|
1165
|
-
readonly format: "int64";
|
|
1166
|
-
};
|
|
1167
|
-
readonly totalSpace: {
|
|
1168
|
-
readonly type: "integer";
|
|
1169
|
-
readonly format: "int64";
|
|
1170
|
-
};
|
|
1171
|
-
};
|
|
1172
|
-
readonly additionalProperties: false;
|
|
1173
|
-
};
|
|
1174
|
-
export declare const DownloadClientBulkResourceSchema: {
|
|
1175
|
-
readonly type: "object";
|
|
1176
|
-
readonly properties: {
|
|
1177
|
-
readonly ids: {
|
|
1178
|
-
readonly type: "array";
|
|
1179
|
-
readonly items: {
|
|
1180
|
-
readonly type: "integer";
|
|
1181
|
-
readonly format: "int32";
|
|
1182
|
-
};
|
|
1183
|
-
readonly nullable: true;
|
|
1184
|
-
};
|
|
1185
|
-
readonly tags: {
|
|
1186
|
-
readonly type: "array";
|
|
1187
|
-
readonly items: {
|
|
1188
|
-
readonly type: "integer";
|
|
1189
|
-
readonly format: "int32";
|
|
1190
|
-
};
|
|
1191
|
-
readonly nullable: true;
|
|
1192
|
-
};
|
|
1193
|
-
readonly applyTags: {
|
|
1194
|
-
readonly $ref: "#/components/schemas/ApplyTags";
|
|
1195
|
-
};
|
|
1196
|
-
readonly enable: {
|
|
1197
|
-
readonly type: "boolean";
|
|
1198
|
-
readonly nullable: true;
|
|
1199
|
-
};
|
|
1200
|
-
readonly priority: {
|
|
1201
|
-
readonly type: "integer";
|
|
1202
|
-
readonly format: "int32";
|
|
1203
|
-
readonly nullable: true;
|
|
1204
|
-
};
|
|
1205
|
-
readonly removeCompletedDownloads: {
|
|
1206
|
-
readonly type: "boolean";
|
|
1207
|
-
readonly nullable: true;
|
|
1208
|
-
};
|
|
1209
|
-
readonly removeFailedDownloads: {
|
|
1210
|
-
readonly type: "boolean";
|
|
1211
|
-
readonly nullable: true;
|
|
1212
|
-
};
|
|
1213
|
-
};
|
|
1214
|
-
readonly additionalProperties: false;
|
|
1215
|
-
};
|
|
1216
|
-
export declare const DownloadClientConfigResourceSchema: {
|
|
1217
|
-
readonly type: "object";
|
|
1218
|
-
readonly properties: {
|
|
1219
|
-
readonly id: {
|
|
1220
|
-
readonly type: "integer";
|
|
1221
|
-
readonly format: "int32";
|
|
1222
|
-
};
|
|
1223
|
-
readonly downloadClientWorkingFolders: {
|
|
1224
|
-
readonly type: "string";
|
|
1225
|
-
readonly nullable: true;
|
|
1226
|
-
};
|
|
1227
|
-
readonly enableCompletedDownloadHandling: {
|
|
1228
|
-
readonly type: "boolean";
|
|
1229
|
-
};
|
|
1230
|
-
readonly autoRedownloadFailed: {
|
|
1231
|
-
readonly type: "boolean";
|
|
1232
|
-
};
|
|
1233
|
-
readonly autoRedownloadFailedFromInteractiveSearch: {
|
|
1234
|
-
readonly type: "boolean";
|
|
1235
|
-
};
|
|
1236
|
-
};
|
|
1237
|
-
readonly additionalProperties: false;
|
|
1238
|
-
};
|
|
1239
|
-
export declare const DownloadClientResourceSchema: {
|
|
1240
|
-
readonly type: "object";
|
|
1241
|
-
readonly properties: {
|
|
1242
|
-
readonly id: {
|
|
1243
|
-
readonly type: "integer";
|
|
1244
|
-
readonly format: "int32";
|
|
1245
|
-
};
|
|
1246
|
-
readonly name: {
|
|
1247
|
-
readonly type: "string";
|
|
1248
|
-
readonly nullable: true;
|
|
1249
|
-
};
|
|
1250
|
-
readonly fields: {
|
|
1251
|
-
readonly type: "array";
|
|
1252
|
-
readonly items: {
|
|
1253
|
-
readonly $ref: "#/components/schemas/Field";
|
|
1254
|
-
};
|
|
1255
|
-
readonly nullable: true;
|
|
1256
|
-
};
|
|
1257
|
-
readonly implementationName: {
|
|
1258
|
-
readonly type: "string";
|
|
1259
|
-
readonly nullable: true;
|
|
1260
|
-
};
|
|
1261
|
-
readonly implementation: {
|
|
1262
|
-
readonly type: "string";
|
|
1263
|
-
readonly nullable: true;
|
|
1264
|
-
};
|
|
1265
|
-
readonly configContract: {
|
|
1266
|
-
readonly type: "string";
|
|
1267
|
-
readonly nullable: true;
|
|
1268
|
-
};
|
|
1269
|
-
readonly infoLink: {
|
|
1270
|
-
readonly type: "string";
|
|
1271
|
-
readonly nullable: true;
|
|
1272
|
-
};
|
|
1273
|
-
readonly message: {
|
|
1274
|
-
readonly $ref: "#/components/schemas/ProviderMessage";
|
|
1275
|
-
};
|
|
1276
|
-
readonly tags: {
|
|
1277
|
-
readonly uniqueItems: true;
|
|
1278
|
-
readonly type: "array";
|
|
1279
|
-
readonly items: {
|
|
1280
|
-
readonly type: "integer";
|
|
1281
|
-
readonly format: "int32";
|
|
1282
|
-
};
|
|
1283
|
-
readonly nullable: true;
|
|
1284
|
-
};
|
|
1285
|
-
readonly presets: {
|
|
1286
|
-
readonly type: "array";
|
|
1287
|
-
readonly items: {
|
|
1288
|
-
readonly $ref: "#/components/schemas/DownloadClientResource";
|
|
1289
|
-
};
|
|
1290
|
-
readonly nullable: true;
|
|
1291
|
-
};
|
|
1292
|
-
readonly enable: {
|
|
1293
|
-
readonly type: "boolean";
|
|
1294
|
-
};
|
|
1295
|
-
readonly protocol: {
|
|
1296
|
-
readonly $ref: "#/components/schemas/DownloadProtocol";
|
|
1297
|
-
};
|
|
1298
|
-
readonly priority: {
|
|
1299
|
-
readonly type: "integer";
|
|
1300
|
-
readonly format: "int32";
|
|
1301
|
-
};
|
|
1302
|
-
readonly removeCompletedDownloads: {
|
|
1303
|
-
readonly type: "boolean";
|
|
1304
|
-
};
|
|
1305
|
-
readonly removeFailedDownloads: {
|
|
1306
|
-
readonly type: "boolean";
|
|
1307
|
-
};
|
|
1308
|
-
};
|
|
1309
|
-
readonly additionalProperties: false;
|
|
1310
|
-
};
|
|
1311
|
-
export declare const DownloadProtocolSchema: {
|
|
1312
|
-
readonly enum: readonly ["unknown", "usenet", "torrent"];
|
|
1313
|
-
readonly type: "string";
|
|
1314
|
-
};
|
|
1315
|
-
export declare const EntityHistoryEventTypeSchema: {
|
|
1316
|
-
readonly enum: readonly ["unknown", "grabbed", "artistFolderImported", "trackFileImported", "downloadFailed", "trackFileDeleted", "trackFileRenamed", "albumImportIncomplete", "downloadImported", "trackFileRetagged", "downloadIgnored"];
|
|
1317
|
-
readonly type: "string";
|
|
1318
|
-
};
|
|
1319
|
-
export declare const FieldSchema: {
|
|
1320
|
-
readonly type: "object";
|
|
1321
|
-
readonly properties: {
|
|
1322
|
-
readonly order: {
|
|
1323
|
-
readonly type: "integer";
|
|
1324
|
-
readonly format: "int32";
|
|
1325
|
-
};
|
|
1326
|
-
readonly name: {
|
|
1327
|
-
readonly type: "string";
|
|
1328
|
-
readonly nullable: true;
|
|
1329
|
-
};
|
|
1330
|
-
readonly label: {
|
|
1331
|
-
readonly type: "string";
|
|
1332
|
-
readonly nullable: true;
|
|
1333
|
-
};
|
|
1334
|
-
readonly unit: {
|
|
1335
|
-
readonly type: "string";
|
|
1336
|
-
readonly nullable: true;
|
|
1337
|
-
};
|
|
1338
|
-
readonly helpText: {
|
|
1339
|
-
readonly type: "string";
|
|
1340
|
-
readonly nullable: true;
|
|
1341
|
-
};
|
|
1342
|
-
readonly helpTextWarning: {
|
|
1343
|
-
readonly type: "string";
|
|
1344
|
-
readonly nullable: true;
|
|
1345
|
-
};
|
|
1346
|
-
readonly helpLink: {
|
|
1347
|
-
readonly type: "string";
|
|
1348
|
-
readonly nullable: true;
|
|
1349
|
-
};
|
|
1350
|
-
readonly value: {
|
|
1351
|
-
readonly nullable: true;
|
|
1352
|
-
};
|
|
1353
|
-
readonly type: {
|
|
1354
|
-
readonly type: "string";
|
|
1355
|
-
readonly nullable: true;
|
|
1356
|
-
};
|
|
1357
|
-
readonly advanced: {
|
|
1358
|
-
readonly type: "boolean";
|
|
1359
|
-
};
|
|
1360
|
-
readonly selectOptions: {
|
|
1361
|
-
readonly type: "array";
|
|
1362
|
-
readonly items: {
|
|
1363
|
-
readonly $ref: "#/components/schemas/SelectOption";
|
|
1364
|
-
};
|
|
1365
|
-
readonly nullable: true;
|
|
1366
|
-
};
|
|
1367
|
-
readonly selectOptionsProviderAction: {
|
|
1368
|
-
readonly type: "string";
|
|
1369
|
-
readonly nullable: true;
|
|
1370
|
-
};
|
|
1371
|
-
readonly section: {
|
|
1372
|
-
readonly type: "string";
|
|
1373
|
-
readonly nullable: true;
|
|
1374
|
-
};
|
|
1375
|
-
readonly hidden: {
|
|
1376
|
-
readonly type: "string";
|
|
1377
|
-
readonly nullable: true;
|
|
1378
|
-
};
|
|
1379
|
-
readonly privacy: {
|
|
1380
|
-
readonly $ref: "#/components/schemas/PrivacyLevel";
|
|
1381
|
-
};
|
|
1382
|
-
readonly placeholder: {
|
|
1383
|
-
readonly type: "string";
|
|
1384
|
-
readonly nullable: true;
|
|
1385
|
-
};
|
|
1386
|
-
readonly isFloat: {
|
|
1387
|
-
readonly type: "boolean";
|
|
1388
|
-
};
|
|
1389
|
-
};
|
|
1390
|
-
readonly additionalProperties: false;
|
|
1391
|
-
};
|
|
1392
|
-
export declare const FileDateTypeSchema: {
|
|
1393
|
-
readonly enum: readonly ["none", "albumReleaseDate"];
|
|
1394
|
-
readonly type: "string";
|
|
1395
|
-
};
|
|
1396
|
-
export declare const HealthCheckResultSchema: {
|
|
1397
|
-
readonly enum: readonly ["ok", "notice", "warning", "error"];
|
|
1398
|
-
readonly type: "string";
|
|
1399
|
-
};
|
|
1400
|
-
export declare const HealthResourceSchema: {
|
|
1401
|
-
readonly type: "object";
|
|
1402
|
-
readonly properties: {
|
|
1403
|
-
readonly id: {
|
|
1404
|
-
readonly type: "integer";
|
|
1405
|
-
readonly format: "int32";
|
|
1406
|
-
};
|
|
1407
|
-
readonly source: {
|
|
1408
|
-
readonly type: "string";
|
|
1409
|
-
readonly nullable: true;
|
|
1410
|
-
};
|
|
1411
|
-
readonly type: {
|
|
1412
|
-
readonly $ref: "#/components/schemas/HealthCheckResult";
|
|
1413
|
-
};
|
|
1414
|
-
readonly message: {
|
|
1415
|
-
readonly type: "string";
|
|
1416
|
-
readonly nullable: true;
|
|
1417
|
-
};
|
|
1418
|
-
readonly wikiUrl: {
|
|
1419
|
-
readonly type: "string";
|
|
1420
|
-
readonly nullable: true;
|
|
1421
|
-
};
|
|
1422
|
-
};
|
|
1423
|
-
readonly additionalProperties: false;
|
|
1424
|
-
};
|
|
1425
|
-
export declare const HistoryResourceSchema: {
|
|
1426
|
-
readonly type: "object";
|
|
1427
|
-
readonly properties: {
|
|
1428
|
-
readonly id: {
|
|
1429
|
-
readonly type: "integer";
|
|
1430
|
-
readonly format: "int32";
|
|
1431
|
-
};
|
|
1432
|
-
readonly albumId: {
|
|
1433
|
-
readonly type: "integer";
|
|
1434
|
-
readonly format: "int32";
|
|
1435
|
-
};
|
|
1436
|
-
readonly artistId: {
|
|
1437
|
-
readonly type: "integer";
|
|
1438
|
-
readonly format: "int32";
|
|
1439
|
-
};
|
|
1440
|
-
readonly trackId: {
|
|
1441
|
-
readonly type: "integer";
|
|
1442
|
-
readonly format: "int32";
|
|
1443
|
-
};
|
|
1444
|
-
readonly sourceTitle: {
|
|
1445
|
-
readonly type: "string";
|
|
1446
|
-
readonly nullable: true;
|
|
1447
|
-
};
|
|
1448
|
-
readonly quality: {
|
|
1449
|
-
readonly $ref: "#/components/schemas/QualityModel";
|
|
1450
|
-
};
|
|
1451
|
-
readonly customFormats: {
|
|
1452
|
-
readonly type: "array";
|
|
1453
|
-
readonly items: {
|
|
1454
|
-
readonly $ref: "#/components/schemas/CustomFormatResource";
|
|
1455
|
-
};
|
|
1456
|
-
readonly nullable: true;
|
|
1457
|
-
};
|
|
1458
|
-
readonly customFormatScore: {
|
|
1459
|
-
readonly type: "integer";
|
|
1460
|
-
readonly format: "int32";
|
|
1461
|
-
};
|
|
1462
|
-
readonly qualityCutoffNotMet: {
|
|
1463
|
-
readonly type: "boolean";
|
|
1464
|
-
};
|
|
1465
|
-
readonly date: {
|
|
1466
|
-
readonly type: "string";
|
|
1467
|
-
readonly format: "date-time";
|
|
1468
|
-
};
|
|
1469
|
-
readonly downloadId: {
|
|
1470
|
-
readonly type: "string";
|
|
1471
|
-
readonly nullable: true;
|
|
1472
|
-
};
|
|
1473
|
-
readonly eventType: {
|
|
1474
|
-
readonly $ref: "#/components/schemas/EntityHistoryEventType";
|
|
1475
|
-
};
|
|
1476
|
-
readonly data: {
|
|
1477
|
-
readonly type: "object";
|
|
1478
|
-
readonly additionalProperties: {
|
|
1479
|
-
readonly type: "string";
|
|
1480
|
-
readonly nullable: true;
|
|
1481
|
-
};
|
|
1482
|
-
readonly nullable: true;
|
|
1483
|
-
};
|
|
1484
|
-
readonly album: {
|
|
1485
|
-
readonly $ref: "#/components/schemas/AlbumResource";
|
|
1486
|
-
};
|
|
1487
|
-
readonly artist: {
|
|
1488
|
-
readonly $ref: "#/components/schemas/ArtistResource";
|
|
1489
|
-
};
|
|
1490
|
-
readonly track: {
|
|
1491
|
-
readonly $ref: "#/components/schemas/TrackResource";
|
|
1492
|
-
};
|
|
1493
|
-
};
|
|
1494
|
-
readonly additionalProperties: false;
|
|
1495
|
-
};
|
|
1496
|
-
export declare const HistoryResourcePagingResourceSchema: {
|
|
1497
|
-
readonly type: "object";
|
|
1498
|
-
readonly properties: {
|
|
1499
|
-
readonly page: {
|
|
1500
|
-
readonly type: "integer";
|
|
1501
|
-
readonly format: "int32";
|
|
1502
|
-
};
|
|
1503
|
-
readonly pageSize: {
|
|
1504
|
-
readonly type: "integer";
|
|
1505
|
-
readonly format: "int32";
|
|
1506
|
-
};
|
|
1507
|
-
readonly sortKey: {
|
|
1508
|
-
readonly type: "string";
|
|
1509
|
-
readonly nullable: true;
|
|
1510
|
-
};
|
|
1511
|
-
readonly sortDirection: {
|
|
1512
|
-
readonly $ref: "#/components/schemas/SortDirection";
|
|
1513
|
-
};
|
|
1514
|
-
readonly totalRecords: {
|
|
1515
|
-
readonly type: "integer";
|
|
1516
|
-
readonly format: "int32";
|
|
1517
|
-
};
|
|
1518
|
-
readonly records: {
|
|
1519
|
-
readonly type: "array";
|
|
1520
|
-
readonly items: {
|
|
1521
|
-
readonly $ref: "#/components/schemas/HistoryResource";
|
|
1522
|
-
};
|
|
1523
|
-
readonly nullable: true;
|
|
1524
|
-
};
|
|
1525
|
-
};
|
|
1526
|
-
readonly additionalProperties: false;
|
|
1527
|
-
};
|
|
1528
|
-
export declare const HostConfigResourceSchema: {
|
|
1529
|
-
readonly type: "object";
|
|
1530
|
-
readonly properties: {
|
|
1531
|
-
readonly id: {
|
|
1532
|
-
readonly type: "integer";
|
|
1533
|
-
readonly format: "int32";
|
|
1534
|
-
};
|
|
1535
|
-
readonly bindAddress: {
|
|
1536
|
-
readonly type: "string";
|
|
1537
|
-
readonly nullable: true;
|
|
1538
|
-
};
|
|
1539
|
-
readonly port: {
|
|
1540
|
-
readonly type: "integer";
|
|
1541
|
-
readonly format: "int32";
|
|
1542
|
-
};
|
|
1543
|
-
readonly sslPort: {
|
|
1544
|
-
readonly type: "integer";
|
|
1545
|
-
readonly format: "int32";
|
|
1546
|
-
};
|
|
1547
|
-
readonly enableSsl: {
|
|
1548
|
-
readonly type: "boolean";
|
|
1549
|
-
};
|
|
1550
|
-
readonly launchBrowser: {
|
|
1551
|
-
readonly type: "boolean";
|
|
1552
|
-
};
|
|
1553
|
-
readonly authenticationMethod: {
|
|
1554
|
-
readonly $ref: "#/components/schemas/AuthenticationType";
|
|
1555
|
-
};
|
|
1556
|
-
readonly authenticationRequired: {
|
|
1557
|
-
readonly $ref: "#/components/schemas/AuthenticationRequiredType";
|
|
1558
|
-
};
|
|
1559
|
-
readonly analyticsEnabled: {
|
|
1560
|
-
readonly type: "boolean";
|
|
1561
|
-
};
|
|
1562
|
-
readonly username: {
|
|
1563
|
-
readonly type: "string";
|
|
1564
|
-
readonly nullable: true;
|
|
1565
|
-
};
|
|
1566
|
-
readonly password: {
|
|
1567
|
-
readonly type: "string";
|
|
1568
|
-
readonly nullable: true;
|
|
1569
|
-
};
|
|
1570
|
-
readonly passwordConfirmation: {
|
|
1571
|
-
readonly type: "string";
|
|
1572
|
-
readonly nullable: true;
|
|
1573
|
-
};
|
|
1574
|
-
readonly logLevel: {
|
|
1575
|
-
readonly type: "string";
|
|
1576
|
-
readonly nullable: true;
|
|
1577
|
-
};
|
|
1578
|
-
readonly logSizeLimit: {
|
|
1579
|
-
readonly type: "integer";
|
|
1580
|
-
readonly format: "int32";
|
|
1581
|
-
};
|
|
1582
|
-
readonly consoleLogLevel: {
|
|
1583
|
-
readonly type: "string";
|
|
1584
|
-
readonly nullable: true;
|
|
1585
|
-
};
|
|
1586
|
-
readonly branch: {
|
|
1587
|
-
readonly type: "string";
|
|
1588
|
-
readonly nullable: true;
|
|
1589
|
-
};
|
|
1590
|
-
readonly apiKey: {
|
|
1591
|
-
readonly type: "string";
|
|
1592
|
-
readonly nullable: true;
|
|
1593
|
-
};
|
|
1594
|
-
readonly sslCertPath: {
|
|
1595
|
-
readonly type: "string";
|
|
1596
|
-
readonly nullable: true;
|
|
1597
|
-
};
|
|
1598
|
-
readonly sslCertPassword: {
|
|
1599
|
-
readonly type: "string";
|
|
1600
|
-
readonly nullable: true;
|
|
1601
|
-
};
|
|
1602
|
-
readonly urlBase: {
|
|
1603
|
-
readonly type: "string";
|
|
1604
|
-
readonly nullable: true;
|
|
1605
|
-
};
|
|
1606
|
-
readonly instanceName: {
|
|
1607
|
-
readonly type: "string";
|
|
1608
|
-
readonly nullable: true;
|
|
1609
|
-
};
|
|
1610
|
-
readonly applicationUrl: {
|
|
1611
|
-
readonly type: "string";
|
|
1612
|
-
readonly nullable: true;
|
|
1613
|
-
};
|
|
1614
|
-
readonly updateAutomatically: {
|
|
1615
|
-
readonly type: "boolean";
|
|
1616
|
-
};
|
|
1617
|
-
readonly updateMechanism: {
|
|
1618
|
-
readonly $ref: "#/components/schemas/UpdateMechanism";
|
|
1619
|
-
};
|
|
1620
|
-
readonly updateScriptPath: {
|
|
1621
|
-
readonly type: "string";
|
|
1622
|
-
readonly nullable: true;
|
|
1623
|
-
};
|
|
1624
|
-
readonly proxyEnabled: {
|
|
1625
|
-
readonly type: "boolean";
|
|
1626
|
-
};
|
|
1627
|
-
readonly proxyType: {
|
|
1628
|
-
readonly $ref: "#/components/schemas/ProxyType";
|
|
1629
|
-
};
|
|
1630
|
-
readonly proxyHostname: {
|
|
1631
|
-
readonly type: "string";
|
|
1632
|
-
readonly nullable: true;
|
|
1633
|
-
};
|
|
1634
|
-
readonly proxyPort: {
|
|
1635
|
-
readonly type: "integer";
|
|
1636
|
-
readonly format: "int32";
|
|
1637
|
-
};
|
|
1638
|
-
readonly proxyUsername: {
|
|
1639
|
-
readonly type: "string";
|
|
1640
|
-
readonly nullable: true;
|
|
1641
|
-
};
|
|
1642
|
-
readonly proxyPassword: {
|
|
1643
|
-
readonly type: "string";
|
|
1644
|
-
readonly nullable: true;
|
|
1645
|
-
};
|
|
1646
|
-
readonly proxyBypassFilter: {
|
|
1647
|
-
readonly type: "string";
|
|
1648
|
-
readonly nullable: true;
|
|
1649
|
-
};
|
|
1650
|
-
readonly proxyBypassLocalAddresses: {
|
|
1651
|
-
readonly type: "boolean";
|
|
1652
|
-
};
|
|
1653
|
-
readonly certificateValidation: {
|
|
1654
|
-
readonly $ref: "#/components/schemas/CertificateValidationType";
|
|
1655
|
-
};
|
|
1656
|
-
readonly backupFolder: {
|
|
1657
|
-
readonly type: "string";
|
|
1658
|
-
readonly nullable: true;
|
|
1659
|
-
};
|
|
1660
|
-
readonly backupInterval: {
|
|
1661
|
-
readonly type: "integer";
|
|
1662
|
-
readonly format: "int32";
|
|
1663
|
-
};
|
|
1664
|
-
readonly backupRetention: {
|
|
1665
|
-
readonly type: "integer";
|
|
1666
|
-
readonly format: "int32";
|
|
1667
|
-
};
|
|
1668
|
-
readonly trustCgnatIpAddresses: {
|
|
1669
|
-
readonly type: "boolean";
|
|
1670
|
-
};
|
|
1671
|
-
};
|
|
1672
|
-
readonly additionalProperties: false;
|
|
1673
|
-
};
|
|
1674
|
-
export declare const ImportListBulkResourceSchema: {
|
|
1675
|
-
readonly type: "object";
|
|
1676
|
-
readonly properties: {
|
|
1677
|
-
readonly ids: {
|
|
1678
|
-
readonly type: "array";
|
|
1679
|
-
readonly items: {
|
|
1680
|
-
readonly type: "integer";
|
|
1681
|
-
readonly format: "int32";
|
|
1682
|
-
};
|
|
1683
|
-
readonly nullable: true;
|
|
1684
|
-
};
|
|
1685
|
-
readonly tags: {
|
|
1686
|
-
readonly type: "array";
|
|
1687
|
-
readonly items: {
|
|
1688
|
-
readonly type: "integer";
|
|
1689
|
-
readonly format: "int32";
|
|
1690
|
-
};
|
|
1691
|
-
readonly nullable: true;
|
|
1692
|
-
};
|
|
1693
|
-
readonly applyTags: {
|
|
1694
|
-
readonly $ref: "#/components/schemas/ApplyTags";
|
|
1695
|
-
};
|
|
1696
|
-
readonly enableAutomaticAdd: {
|
|
1697
|
-
readonly type: "boolean";
|
|
1698
|
-
readonly nullable: true;
|
|
1699
|
-
};
|
|
1700
|
-
readonly rootFolderPath: {
|
|
1701
|
-
readonly type: "string";
|
|
1702
|
-
readonly nullable: true;
|
|
1703
|
-
};
|
|
1704
|
-
readonly qualityProfileId: {
|
|
1705
|
-
readonly type: "integer";
|
|
1706
|
-
readonly format: "int32";
|
|
1707
|
-
readonly nullable: true;
|
|
1708
|
-
};
|
|
1709
|
-
};
|
|
1710
|
-
readonly additionalProperties: false;
|
|
1711
|
-
};
|
|
1712
|
-
export declare const ImportListExclusionResourceSchema: {
|
|
1713
|
-
readonly type: "object";
|
|
1714
|
-
readonly properties: {
|
|
1715
|
-
readonly id: {
|
|
1716
|
-
readonly type: "integer";
|
|
1717
|
-
readonly format: "int32";
|
|
1718
|
-
};
|
|
1719
|
-
readonly foreignId: {
|
|
1720
|
-
readonly type: "string";
|
|
1721
|
-
readonly nullable: true;
|
|
1722
|
-
};
|
|
1723
|
-
readonly artistName: {
|
|
1724
|
-
readonly type: "string";
|
|
1725
|
-
readonly nullable: true;
|
|
1726
|
-
};
|
|
1727
|
-
};
|
|
1728
|
-
readonly additionalProperties: false;
|
|
1729
|
-
};
|
|
1730
|
-
export declare const ImportListMonitorTypeSchema: {
|
|
1731
|
-
readonly enum: readonly ["none", "specificAlbum", "entireArtist"];
|
|
1732
|
-
readonly type: "string";
|
|
1733
|
-
};
|
|
1734
|
-
export declare const ImportListResourceSchema: {
|
|
1735
|
-
readonly type: "object";
|
|
1736
|
-
readonly properties: {
|
|
1737
|
-
readonly id: {
|
|
1738
|
-
readonly type: "integer";
|
|
1739
|
-
readonly format: "int32";
|
|
1740
|
-
};
|
|
1741
|
-
readonly name: {
|
|
1742
|
-
readonly type: "string";
|
|
1743
|
-
readonly nullable: true;
|
|
1744
|
-
};
|
|
1745
|
-
readonly fields: {
|
|
1746
|
-
readonly type: "array";
|
|
1747
|
-
readonly items: {
|
|
1748
|
-
readonly $ref: "#/components/schemas/Field";
|
|
1749
|
-
};
|
|
1750
|
-
readonly nullable: true;
|
|
1751
|
-
};
|
|
1752
|
-
readonly implementationName: {
|
|
1753
|
-
readonly type: "string";
|
|
1754
|
-
readonly nullable: true;
|
|
1755
|
-
};
|
|
1756
|
-
readonly implementation: {
|
|
1757
|
-
readonly type: "string";
|
|
1758
|
-
readonly nullable: true;
|
|
1759
|
-
};
|
|
1760
|
-
readonly configContract: {
|
|
1761
|
-
readonly type: "string";
|
|
1762
|
-
readonly nullable: true;
|
|
1763
|
-
};
|
|
1764
|
-
readonly infoLink: {
|
|
1765
|
-
readonly type: "string";
|
|
1766
|
-
readonly nullable: true;
|
|
1767
|
-
};
|
|
1768
|
-
readonly message: {
|
|
1769
|
-
readonly $ref: "#/components/schemas/ProviderMessage";
|
|
1770
|
-
};
|
|
1771
|
-
readonly tags: {
|
|
1772
|
-
readonly uniqueItems: true;
|
|
1773
|
-
readonly type: "array";
|
|
1774
|
-
readonly items: {
|
|
1775
|
-
readonly type: "integer";
|
|
1776
|
-
readonly format: "int32";
|
|
1777
|
-
};
|
|
1778
|
-
readonly nullable: true;
|
|
1779
|
-
};
|
|
1780
|
-
readonly presets: {
|
|
1781
|
-
readonly type: "array";
|
|
1782
|
-
readonly items: {
|
|
1783
|
-
readonly $ref: "#/components/schemas/ImportListResource";
|
|
1784
|
-
};
|
|
1785
|
-
readonly nullable: true;
|
|
1786
|
-
};
|
|
1787
|
-
readonly enableAutomaticAdd: {
|
|
1788
|
-
readonly type: "boolean";
|
|
1789
|
-
};
|
|
1790
|
-
readonly shouldMonitor: {
|
|
1791
|
-
readonly $ref: "#/components/schemas/ImportListMonitorType";
|
|
1792
|
-
};
|
|
1793
|
-
readonly shouldMonitorExisting: {
|
|
1794
|
-
readonly type: "boolean";
|
|
1795
|
-
};
|
|
1796
|
-
readonly shouldSearch: {
|
|
1797
|
-
readonly type: "boolean";
|
|
1798
|
-
};
|
|
1799
|
-
readonly rootFolderPath: {
|
|
1800
|
-
readonly type: "string";
|
|
1801
|
-
readonly nullable: true;
|
|
1802
|
-
};
|
|
1803
|
-
readonly monitorNewItems: {
|
|
1804
|
-
readonly $ref: "#/components/schemas/NewItemMonitorTypes";
|
|
1805
|
-
};
|
|
1806
|
-
readonly qualityProfileId: {
|
|
1807
|
-
readonly type: "integer";
|
|
1808
|
-
readonly format: "int32";
|
|
1809
|
-
};
|
|
1810
|
-
readonly metadataProfileId: {
|
|
1811
|
-
readonly type: "integer";
|
|
1812
|
-
readonly format: "int32";
|
|
1813
|
-
};
|
|
1814
|
-
readonly listType: {
|
|
1815
|
-
readonly $ref: "#/components/schemas/ImportListType";
|
|
1816
|
-
};
|
|
1817
|
-
readonly listOrder: {
|
|
1818
|
-
readonly type: "integer";
|
|
1819
|
-
readonly format: "int32";
|
|
1820
|
-
};
|
|
1821
|
-
readonly minRefreshInterval: {
|
|
1822
|
-
readonly type: "string";
|
|
1823
|
-
readonly format: "date-span";
|
|
1824
|
-
};
|
|
1825
|
-
};
|
|
1826
|
-
readonly additionalProperties: false;
|
|
1827
|
-
};
|
|
1828
|
-
export declare const ImportListTypeSchema: {
|
|
1829
|
-
readonly enum: readonly ["program", "spotify", "lastFm", "other", "advanced"];
|
|
1830
|
-
readonly type: "string";
|
|
1831
|
-
};
|
|
1832
|
-
export declare const IndexerBulkResourceSchema: {
|
|
1833
|
-
readonly type: "object";
|
|
1834
|
-
readonly properties: {
|
|
1835
|
-
readonly ids: {
|
|
1836
|
-
readonly type: "array";
|
|
1837
|
-
readonly items: {
|
|
1838
|
-
readonly type: "integer";
|
|
1839
|
-
readonly format: "int32";
|
|
1840
|
-
};
|
|
1841
|
-
readonly nullable: true;
|
|
1842
|
-
};
|
|
1843
|
-
readonly tags: {
|
|
1844
|
-
readonly type: "array";
|
|
1845
|
-
readonly items: {
|
|
1846
|
-
readonly type: "integer";
|
|
1847
|
-
readonly format: "int32";
|
|
1848
|
-
};
|
|
1849
|
-
readonly nullable: true;
|
|
1850
|
-
};
|
|
1851
|
-
readonly applyTags: {
|
|
1852
|
-
readonly $ref: "#/components/schemas/ApplyTags";
|
|
1853
|
-
};
|
|
1854
|
-
readonly enableRss: {
|
|
1855
|
-
readonly type: "boolean";
|
|
1856
|
-
readonly nullable: true;
|
|
1857
|
-
};
|
|
1858
|
-
readonly enableAutomaticSearch: {
|
|
1859
|
-
readonly type: "boolean";
|
|
1860
|
-
readonly nullable: true;
|
|
1861
|
-
};
|
|
1862
|
-
readonly enableInteractiveSearch: {
|
|
1863
|
-
readonly type: "boolean";
|
|
1864
|
-
readonly nullable: true;
|
|
1865
|
-
};
|
|
1866
|
-
readonly priority: {
|
|
1867
|
-
readonly type: "integer";
|
|
1868
|
-
readonly format: "int32";
|
|
1869
|
-
readonly nullable: true;
|
|
1870
|
-
};
|
|
1871
|
-
};
|
|
1872
|
-
readonly additionalProperties: false;
|
|
1873
|
-
};
|
|
1874
|
-
export declare const IndexerConfigResourceSchema: {
|
|
1875
|
-
readonly type: "object";
|
|
1876
|
-
readonly properties: {
|
|
1877
|
-
readonly id: {
|
|
1878
|
-
readonly type: "integer";
|
|
1879
|
-
readonly format: "int32";
|
|
1880
|
-
};
|
|
1881
|
-
readonly minimumAge: {
|
|
1882
|
-
readonly type: "integer";
|
|
1883
|
-
readonly format: "int32";
|
|
1884
|
-
};
|
|
1885
|
-
readonly maximumSize: {
|
|
1886
|
-
readonly type: "integer";
|
|
1887
|
-
readonly format: "int32";
|
|
1888
|
-
};
|
|
1889
|
-
readonly retention: {
|
|
1890
|
-
readonly type: "integer";
|
|
1891
|
-
readonly format: "int32";
|
|
1892
|
-
};
|
|
1893
|
-
readonly rssSyncInterval: {
|
|
1894
|
-
readonly type: "integer";
|
|
1895
|
-
readonly format: "int32";
|
|
1896
|
-
};
|
|
1897
|
-
};
|
|
1898
|
-
readonly additionalProperties: false;
|
|
1899
|
-
};
|
|
1900
|
-
export declare const IndexerFlagResourceSchema: {
|
|
1901
|
-
readonly type: "object";
|
|
1902
|
-
readonly properties: {
|
|
1903
|
-
readonly id: {
|
|
1904
|
-
readonly type: "integer";
|
|
1905
|
-
readonly format: "int32";
|
|
1906
|
-
};
|
|
1907
|
-
readonly name: {
|
|
1908
|
-
readonly type: "string";
|
|
1909
|
-
readonly nullable: true;
|
|
1910
|
-
};
|
|
1911
|
-
readonly nameLower: {
|
|
1912
|
-
readonly type: "string";
|
|
1913
|
-
readonly nullable: true;
|
|
1914
|
-
readonly readOnly: true;
|
|
1915
|
-
};
|
|
1916
|
-
};
|
|
1917
|
-
readonly additionalProperties: false;
|
|
1918
|
-
};
|
|
1919
|
-
export declare const IndexerResourceSchema: {
|
|
1920
|
-
readonly type: "object";
|
|
1921
|
-
readonly properties: {
|
|
1922
|
-
readonly id: {
|
|
1923
|
-
readonly type: "integer";
|
|
1924
|
-
readonly format: "int32";
|
|
1925
|
-
};
|
|
1926
|
-
readonly name: {
|
|
1927
|
-
readonly type: "string";
|
|
1928
|
-
readonly nullable: true;
|
|
1929
|
-
};
|
|
1930
|
-
readonly fields: {
|
|
1931
|
-
readonly type: "array";
|
|
1932
|
-
readonly items: {
|
|
1933
|
-
readonly $ref: "#/components/schemas/Field";
|
|
1934
|
-
};
|
|
1935
|
-
readonly nullable: true;
|
|
1936
|
-
};
|
|
1937
|
-
readonly implementationName: {
|
|
1938
|
-
readonly type: "string";
|
|
1939
|
-
readonly nullable: true;
|
|
1940
|
-
};
|
|
1941
|
-
readonly implementation: {
|
|
1942
|
-
readonly type: "string";
|
|
1943
|
-
readonly nullable: true;
|
|
1944
|
-
};
|
|
1945
|
-
readonly configContract: {
|
|
1946
|
-
readonly type: "string";
|
|
1947
|
-
readonly nullable: true;
|
|
1948
|
-
};
|
|
1949
|
-
readonly infoLink: {
|
|
1950
|
-
readonly type: "string";
|
|
1951
|
-
readonly nullable: true;
|
|
1952
|
-
};
|
|
1953
|
-
readonly message: {
|
|
1954
|
-
readonly $ref: "#/components/schemas/ProviderMessage";
|
|
1955
|
-
};
|
|
1956
|
-
readonly tags: {
|
|
1957
|
-
readonly uniqueItems: true;
|
|
1958
|
-
readonly type: "array";
|
|
1959
|
-
readonly items: {
|
|
1960
|
-
readonly type: "integer";
|
|
1961
|
-
readonly format: "int32";
|
|
1962
|
-
};
|
|
1963
|
-
readonly nullable: true;
|
|
1964
|
-
};
|
|
1965
|
-
readonly presets: {
|
|
1966
|
-
readonly type: "array";
|
|
1967
|
-
readonly items: {
|
|
1968
|
-
readonly $ref: "#/components/schemas/IndexerResource";
|
|
1969
|
-
};
|
|
1970
|
-
readonly nullable: true;
|
|
1971
|
-
};
|
|
1972
|
-
readonly enableRss: {
|
|
1973
|
-
readonly type: "boolean";
|
|
1974
|
-
};
|
|
1975
|
-
readonly enableAutomaticSearch: {
|
|
1976
|
-
readonly type: "boolean";
|
|
1977
|
-
};
|
|
1978
|
-
readonly enableInteractiveSearch: {
|
|
1979
|
-
readonly type: "boolean";
|
|
1980
|
-
};
|
|
1981
|
-
readonly supportsRss: {
|
|
1982
|
-
readonly type: "boolean";
|
|
1983
|
-
};
|
|
1984
|
-
readonly supportsSearch: {
|
|
1985
|
-
readonly type: "boolean";
|
|
1986
|
-
};
|
|
1987
|
-
readonly protocol: {
|
|
1988
|
-
readonly $ref: "#/components/schemas/DownloadProtocol";
|
|
1989
|
-
};
|
|
1990
|
-
readonly priority: {
|
|
1991
|
-
readonly type: "integer";
|
|
1992
|
-
readonly format: "int32";
|
|
1993
|
-
};
|
|
1994
|
-
readonly downloadClientId: {
|
|
1995
|
-
readonly type: "integer";
|
|
1996
|
-
readonly format: "int32";
|
|
1997
|
-
};
|
|
1998
|
-
};
|
|
1999
|
-
readonly additionalProperties: false;
|
|
2000
|
-
};
|
|
2001
|
-
export declare const IsoCountrySchema: {
|
|
2002
|
-
readonly type: "object";
|
|
2003
|
-
readonly properties: {
|
|
2004
|
-
readonly twoLetterCode: {
|
|
2005
|
-
readonly type: "string";
|
|
2006
|
-
readonly nullable: true;
|
|
2007
|
-
};
|
|
2008
|
-
readonly name: {
|
|
2009
|
-
readonly type: "string";
|
|
2010
|
-
readonly nullable: true;
|
|
2011
|
-
};
|
|
2012
|
-
};
|
|
2013
|
-
readonly additionalProperties: false;
|
|
2014
|
-
};
|
|
2015
|
-
export declare const LanguageResourceSchema: {
|
|
2016
|
-
readonly type: "object";
|
|
2017
|
-
readonly properties: {
|
|
2018
|
-
readonly id: {
|
|
2019
|
-
readonly type: "integer";
|
|
2020
|
-
readonly format: "int32";
|
|
2021
|
-
};
|
|
2022
|
-
readonly name: {
|
|
2023
|
-
readonly type: "string";
|
|
2024
|
-
readonly nullable: true;
|
|
2025
|
-
};
|
|
2026
|
-
readonly nameLower: {
|
|
2027
|
-
readonly type: "string";
|
|
2028
|
-
readonly nullable: true;
|
|
2029
|
-
readonly readOnly: true;
|
|
2030
|
-
};
|
|
2031
|
-
};
|
|
2032
|
-
readonly additionalProperties: false;
|
|
2033
|
-
};
|
|
2034
|
-
export declare const LinksSchema: {
|
|
2035
|
-
readonly type: "object";
|
|
2036
|
-
readonly properties: {
|
|
2037
|
-
readonly url: {
|
|
2038
|
-
readonly type: "string";
|
|
2039
|
-
readonly nullable: true;
|
|
2040
|
-
};
|
|
2041
|
-
readonly name: {
|
|
2042
|
-
readonly type: "string";
|
|
2043
|
-
readonly nullable: true;
|
|
2044
|
-
};
|
|
2045
|
-
};
|
|
2046
|
-
readonly additionalProperties: false;
|
|
2047
|
-
};
|
|
2048
|
-
export declare const LocalizationResourceSchema: {
|
|
2049
|
-
readonly type: "object";
|
|
2050
|
-
readonly properties: {
|
|
2051
|
-
readonly id: {
|
|
2052
|
-
readonly type: "integer";
|
|
2053
|
-
readonly format: "int32";
|
|
2054
|
-
};
|
|
2055
|
-
readonly strings: {
|
|
2056
|
-
readonly type: "object";
|
|
2057
|
-
readonly additionalProperties: {
|
|
2058
|
-
readonly type: "string";
|
|
2059
|
-
readonly nullable: true;
|
|
2060
|
-
};
|
|
2061
|
-
readonly nullable: true;
|
|
2062
|
-
};
|
|
2063
|
-
};
|
|
2064
|
-
readonly additionalProperties: false;
|
|
2065
|
-
};
|
|
2066
|
-
export declare const LogFileResourceSchema: {
|
|
2067
|
-
readonly type: "object";
|
|
2068
|
-
readonly properties: {
|
|
2069
|
-
readonly id: {
|
|
2070
|
-
readonly type: "integer";
|
|
2071
|
-
readonly format: "int32";
|
|
2072
|
-
};
|
|
2073
|
-
readonly filename: {
|
|
2074
|
-
readonly type: "string";
|
|
2075
|
-
readonly nullable: true;
|
|
2076
|
-
};
|
|
2077
|
-
readonly lastWriteTime: {
|
|
2078
|
-
readonly type: "string";
|
|
2079
|
-
readonly format: "date-time";
|
|
2080
|
-
};
|
|
2081
|
-
readonly contentsUrl: {
|
|
2082
|
-
readonly type: "string";
|
|
2083
|
-
readonly nullable: true;
|
|
2084
|
-
};
|
|
2085
|
-
readonly downloadUrl: {
|
|
2086
|
-
readonly type: "string";
|
|
2087
|
-
readonly nullable: true;
|
|
2088
|
-
};
|
|
2089
|
-
};
|
|
2090
|
-
readonly additionalProperties: false;
|
|
2091
|
-
};
|
|
2092
|
-
export declare const LogResourceSchema: {
|
|
2093
|
-
readonly type: "object";
|
|
2094
|
-
readonly properties: {
|
|
2095
|
-
readonly id: {
|
|
2096
|
-
readonly type: "integer";
|
|
2097
|
-
readonly format: "int32";
|
|
2098
|
-
};
|
|
2099
|
-
readonly time: {
|
|
2100
|
-
readonly type: "string";
|
|
2101
|
-
readonly format: "date-time";
|
|
2102
|
-
};
|
|
2103
|
-
readonly exception: {
|
|
2104
|
-
readonly type: "string";
|
|
2105
|
-
readonly nullable: true;
|
|
2106
|
-
};
|
|
2107
|
-
readonly exceptionType: {
|
|
2108
|
-
readonly type: "string";
|
|
2109
|
-
readonly nullable: true;
|
|
2110
|
-
};
|
|
2111
|
-
readonly level: {
|
|
2112
|
-
readonly type: "string";
|
|
2113
|
-
readonly nullable: true;
|
|
2114
|
-
};
|
|
2115
|
-
readonly logger: {
|
|
2116
|
-
readonly type: "string";
|
|
2117
|
-
readonly nullable: true;
|
|
2118
|
-
};
|
|
2119
|
-
readonly message: {
|
|
2120
|
-
readonly type: "string";
|
|
2121
|
-
readonly nullable: true;
|
|
2122
|
-
};
|
|
2123
|
-
readonly method: {
|
|
2124
|
-
readonly type: "string";
|
|
2125
|
-
readonly nullable: true;
|
|
2126
|
-
};
|
|
2127
|
-
};
|
|
2128
|
-
readonly additionalProperties: false;
|
|
2129
|
-
};
|
|
2130
|
-
export declare const LogResourcePagingResourceSchema: {
|
|
2131
|
-
readonly type: "object";
|
|
2132
|
-
readonly properties: {
|
|
2133
|
-
readonly page: {
|
|
2134
|
-
readonly type: "integer";
|
|
2135
|
-
readonly format: "int32";
|
|
2136
|
-
};
|
|
2137
|
-
readonly pageSize: {
|
|
2138
|
-
readonly type: "integer";
|
|
2139
|
-
readonly format: "int32";
|
|
2140
|
-
};
|
|
2141
|
-
readonly sortKey: {
|
|
2142
|
-
readonly type: "string";
|
|
2143
|
-
readonly nullable: true;
|
|
2144
|
-
};
|
|
2145
|
-
readonly sortDirection: {
|
|
2146
|
-
readonly $ref: "#/components/schemas/SortDirection";
|
|
2147
|
-
};
|
|
2148
|
-
readonly totalRecords: {
|
|
2149
|
-
readonly type: "integer";
|
|
2150
|
-
readonly format: "int32";
|
|
2151
|
-
};
|
|
2152
|
-
readonly records: {
|
|
2153
|
-
readonly type: "array";
|
|
2154
|
-
readonly items: {
|
|
2155
|
-
readonly $ref: "#/components/schemas/LogResource";
|
|
2156
|
-
};
|
|
2157
|
-
readonly nullable: true;
|
|
2158
|
-
};
|
|
2159
|
-
};
|
|
2160
|
-
readonly additionalProperties: false;
|
|
2161
|
-
};
|
|
2162
|
-
export declare const ManualImportResourceSchema: {
|
|
2163
|
-
readonly type: "object";
|
|
2164
|
-
readonly properties: {
|
|
2165
|
-
readonly id: {
|
|
2166
|
-
readonly type: "integer";
|
|
2167
|
-
readonly format: "int32";
|
|
2168
|
-
};
|
|
2169
|
-
readonly path: {
|
|
2170
|
-
readonly type: "string";
|
|
2171
|
-
readonly nullable: true;
|
|
2172
|
-
};
|
|
2173
|
-
readonly name: {
|
|
2174
|
-
readonly type: "string";
|
|
2175
|
-
readonly nullable: true;
|
|
2176
|
-
};
|
|
2177
|
-
readonly size: {
|
|
2178
|
-
readonly type: "integer";
|
|
2179
|
-
readonly format: "int64";
|
|
2180
|
-
};
|
|
2181
|
-
readonly artist: {
|
|
2182
|
-
readonly $ref: "#/components/schemas/ArtistResource";
|
|
2183
|
-
};
|
|
2184
|
-
readonly album: {
|
|
2185
|
-
readonly $ref: "#/components/schemas/AlbumResource";
|
|
2186
|
-
};
|
|
2187
|
-
readonly albumReleaseId: {
|
|
2188
|
-
readonly type: "integer";
|
|
2189
|
-
readonly format: "int32";
|
|
2190
|
-
};
|
|
2191
|
-
readonly tracks: {
|
|
2192
|
-
readonly type: "array";
|
|
2193
|
-
readonly items: {
|
|
2194
|
-
readonly $ref: "#/components/schemas/TrackResource";
|
|
2195
|
-
};
|
|
2196
|
-
readonly nullable: true;
|
|
2197
|
-
};
|
|
2198
|
-
readonly quality: {
|
|
2199
|
-
readonly $ref: "#/components/schemas/QualityModel";
|
|
2200
|
-
};
|
|
2201
|
-
readonly releaseGroup: {
|
|
2202
|
-
readonly type: "string";
|
|
2203
|
-
readonly nullable: true;
|
|
2204
|
-
};
|
|
2205
|
-
readonly qualityWeight: {
|
|
2206
|
-
readonly type: "integer";
|
|
2207
|
-
readonly format: "int32";
|
|
2208
|
-
};
|
|
2209
|
-
readonly downloadId: {
|
|
2210
|
-
readonly type: "string";
|
|
2211
|
-
readonly nullable: true;
|
|
2212
|
-
};
|
|
2213
|
-
readonly indexerFlags: {
|
|
2214
|
-
readonly type: "integer";
|
|
2215
|
-
readonly format: "int32";
|
|
2216
|
-
};
|
|
2217
|
-
readonly rejections: {
|
|
2218
|
-
readonly type: "array";
|
|
2219
|
-
readonly items: {
|
|
2220
|
-
readonly $ref: "#/components/schemas/Rejection";
|
|
2221
|
-
};
|
|
2222
|
-
readonly nullable: true;
|
|
2223
|
-
};
|
|
2224
|
-
readonly audioTags: {
|
|
2225
|
-
readonly $ref: "#/components/schemas/ParsedTrackInfo";
|
|
2226
|
-
};
|
|
2227
|
-
readonly additionalFile: {
|
|
2228
|
-
readonly type: "boolean";
|
|
2229
|
-
};
|
|
2230
|
-
readonly replaceExistingFiles: {
|
|
2231
|
-
readonly type: "boolean";
|
|
2232
|
-
};
|
|
2233
|
-
readonly disableReleaseSwitching: {
|
|
2234
|
-
readonly type: "boolean";
|
|
2235
|
-
};
|
|
2236
|
-
};
|
|
2237
|
-
readonly additionalProperties: false;
|
|
2238
|
-
};
|
|
2239
|
-
export declare const ManualImportUpdateResourceSchema: {
|
|
2240
|
-
readonly type: "object";
|
|
2241
|
-
readonly properties: {
|
|
2242
|
-
readonly id: {
|
|
2243
|
-
readonly type: "integer";
|
|
2244
|
-
readonly format: "int32";
|
|
2245
|
-
};
|
|
2246
|
-
readonly path: {
|
|
2247
|
-
readonly type: "string";
|
|
2248
|
-
readonly nullable: true;
|
|
2249
|
-
};
|
|
2250
|
-
readonly name: {
|
|
2251
|
-
readonly type: "string";
|
|
2252
|
-
readonly nullable: true;
|
|
2253
|
-
};
|
|
2254
|
-
readonly artistId: {
|
|
2255
|
-
readonly type: "integer";
|
|
2256
|
-
readonly format: "int32";
|
|
2257
|
-
readonly nullable: true;
|
|
2258
|
-
};
|
|
2259
|
-
readonly albumId: {
|
|
2260
|
-
readonly type: "integer";
|
|
2261
|
-
readonly format: "int32";
|
|
2262
|
-
readonly nullable: true;
|
|
2263
|
-
};
|
|
2264
|
-
readonly albumReleaseId: {
|
|
2265
|
-
readonly type: "integer";
|
|
2266
|
-
readonly format: "int32";
|
|
2267
|
-
readonly nullable: true;
|
|
2268
|
-
};
|
|
2269
|
-
readonly tracks: {
|
|
2270
|
-
readonly type: "array";
|
|
2271
|
-
readonly items: {
|
|
2272
|
-
readonly $ref: "#/components/schemas/TrackResource";
|
|
2273
|
-
};
|
|
2274
|
-
readonly nullable: true;
|
|
2275
|
-
};
|
|
2276
|
-
readonly trackIds: {
|
|
2277
|
-
readonly type: "array";
|
|
2278
|
-
readonly items: {
|
|
2279
|
-
readonly type: "integer";
|
|
2280
|
-
readonly format: "int32";
|
|
2281
|
-
};
|
|
2282
|
-
readonly nullable: true;
|
|
2283
|
-
};
|
|
2284
|
-
readonly quality: {
|
|
2285
|
-
readonly $ref: "#/components/schemas/QualityModel";
|
|
2286
|
-
};
|
|
2287
|
-
readonly releaseGroup: {
|
|
2288
|
-
readonly type: "string";
|
|
2289
|
-
readonly nullable: true;
|
|
2290
|
-
};
|
|
2291
|
-
readonly indexerFlags: {
|
|
2292
|
-
readonly type: "integer";
|
|
2293
|
-
readonly format: "int32";
|
|
2294
|
-
};
|
|
2295
|
-
readonly downloadId: {
|
|
2296
|
-
readonly type: "string";
|
|
2297
|
-
readonly nullable: true;
|
|
2298
|
-
};
|
|
2299
|
-
readonly additionalFile: {
|
|
2300
|
-
readonly type: "boolean";
|
|
2301
|
-
};
|
|
2302
|
-
readonly replaceExistingFiles: {
|
|
2303
|
-
readonly type: "boolean";
|
|
2304
|
-
};
|
|
2305
|
-
readonly disableReleaseSwitching: {
|
|
2306
|
-
readonly type: "boolean";
|
|
2307
|
-
};
|
|
2308
|
-
readonly rejections: {
|
|
2309
|
-
readonly type: "array";
|
|
2310
|
-
readonly items: {
|
|
2311
|
-
readonly $ref: "#/components/schemas/Rejection";
|
|
2312
|
-
};
|
|
2313
|
-
readonly nullable: true;
|
|
2314
|
-
};
|
|
2315
|
-
};
|
|
2316
|
-
readonly additionalProperties: false;
|
|
2317
|
-
};
|
|
2318
|
-
export declare const MediaCoverSchema: {
|
|
2319
|
-
readonly type: "object";
|
|
2320
|
-
readonly properties: {
|
|
2321
|
-
readonly url: {
|
|
2322
|
-
readonly type: "string";
|
|
2323
|
-
readonly nullable: true;
|
|
2324
|
-
};
|
|
2325
|
-
readonly coverType: {
|
|
2326
|
-
readonly $ref: "#/components/schemas/MediaCoverTypes";
|
|
2327
|
-
};
|
|
2328
|
-
readonly extension: {
|
|
2329
|
-
readonly type: "string";
|
|
2330
|
-
readonly nullable: true;
|
|
2331
|
-
readonly readOnly: true;
|
|
2332
|
-
};
|
|
2333
|
-
readonly remoteUrl: {
|
|
2334
|
-
readonly type: "string";
|
|
2335
|
-
readonly nullable: true;
|
|
2336
|
-
};
|
|
2337
|
-
};
|
|
2338
|
-
readonly additionalProperties: false;
|
|
2339
|
-
};
|
|
2340
|
-
export declare const MediaCoverTypesSchema: {
|
|
2341
|
-
readonly enum: readonly ["unknown", "poster", "banner", "fanart", "screenshot", "headshot", "cover", "disc", "logo", "clearlogo"];
|
|
2342
|
-
readonly type: "string";
|
|
2343
|
-
};
|
|
2344
|
-
export declare const MediaInfoModelSchema: {
|
|
2345
|
-
readonly type: "object";
|
|
2346
|
-
readonly properties: {
|
|
2347
|
-
readonly audioFormat: {
|
|
2348
|
-
readonly type: "string";
|
|
2349
|
-
readonly nullable: true;
|
|
2350
|
-
};
|
|
2351
|
-
readonly audioBitrate: {
|
|
2352
|
-
readonly type: "integer";
|
|
2353
|
-
readonly format: "int32";
|
|
2354
|
-
};
|
|
2355
|
-
readonly audioChannels: {
|
|
2356
|
-
readonly type: "integer";
|
|
2357
|
-
readonly format: "int32";
|
|
2358
|
-
};
|
|
2359
|
-
readonly audioBits: {
|
|
2360
|
-
readonly type: "integer";
|
|
2361
|
-
readonly format: "int32";
|
|
2362
|
-
};
|
|
2363
|
-
readonly audioSampleRate: {
|
|
2364
|
-
readonly type: "integer";
|
|
2365
|
-
readonly format: "int32";
|
|
2366
|
-
};
|
|
2367
|
-
};
|
|
2368
|
-
readonly additionalProperties: false;
|
|
2369
|
-
};
|
|
2370
|
-
export declare const MediaInfoResourceSchema: {
|
|
2371
|
-
readonly type: "object";
|
|
2372
|
-
readonly properties: {
|
|
2373
|
-
readonly id: {
|
|
2374
|
-
readonly type: "integer";
|
|
2375
|
-
readonly format: "int32";
|
|
2376
|
-
};
|
|
2377
|
-
readonly audioChannels: {
|
|
2378
|
-
readonly type: "number";
|
|
2379
|
-
readonly format: "double";
|
|
2380
|
-
};
|
|
2381
|
-
readonly audioBitRate: {
|
|
2382
|
-
readonly type: "string";
|
|
2383
|
-
readonly nullable: true;
|
|
2384
|
-
};
|
|
2385
|
-
readonly audioCodec: {
|
|
2386
|
-
readonly type: "string";
|
|
2387
|
-
readonly nullable: true;
|
|
2388
|
-
};
|
|
2389
|
-
readonly audioBits: {
|
|
2390
|
-
readonly type: "string";
|
|
2391
|
-
readonly nullable: true;
|
|
2392
|
-
};
|
|
2393
|
-
readonly audioSampleRate: {
|
|
2394
|
-
readonly type: "string";
|
|
2395
|
-
readonly nullable: true;
|
|
2396
|
-
};
|
|
2397
|
-
};
|
|
2398
|
-
readonly additionalProperties: false;
|
|
2399
|
-
};
|
|
2400
|
-
export declare const MediaManagementConfigResourceSchema: {
|
|
2401
|
-
readonly type: "object";
|
|
2402
|
-
readonly properties: {
|
|
2403
|
-
readonly id: {
|
|
2404
|
-
readonly type: "integer";
|
|
2405
|
-
readonly format: "int32";
|
|
2406
|
-
};
|
|
2407
|
-
readonly autoUnmonitorPreviouslyDownloadedTracks: {
|
|
2408
|
-
readonly type: "boolean";
|
|
2409
|
-
};
|
|
2410
|
-
readonly recycleBin: {
|
|
2411
|
-
readonly type: "string";
|
|
2412
|
-
readonly nullable: true;
|
|
2413
|
-
};
|
|
2414
|
-
readonly recycleBinCleanupDays: {
|
|
2415
|
-
readonly type: "integer";
|
|
2416
|
-
readonly format: "int32";
|
|
2417
|
-
};
|
|
2418
|
-
readonly downloadPropersAndRepacks: {
|
|
2419
|
-
readonly $ref: "#/components/schemas/ProperDownloadTypes";
|
|
2420
|
-
};
|
|
2421
|
-
readonly createEmptyArtistFolders: {
|
|
2422
|
-
readonly type: "boolean";
|
|
2423
|
-
};
|
|
2424
|
-
readonly deleteEmptyFolders: {
|
|
2425
|
-
readonly type: "boolean";
|
|
2426
|
-
};
|
|
2427
|
-
readonly fileDate: {
|
|
2428
|
-
readonly $ref: "#/components/schemas/FileDateType";
|
|
2429
|
-
};
|
|
2430
|
-
readonly watchLibraryForChanges: {
|
|
2431
|
-
readonly type: "boolean";
|
|
2432
|
-
};
|
|
2433
|
-
readonly rescanAfterRefresh: {
|
|
2434
|
-
readonly $ref: "#/components/schemas/RescanAfterRefreshType";
|
|
2435
|
-
};
|
|
2436
|
-
readonly allowFingerprinting: {
|
|
2437
|
-
readonly $ref: "#/components/schemas/AllowFingerprinting";
|
|
2438
|
-
};
|
|
2439
|
-
readonly setPermissionsLinux: {
|
|
2440
|
-
readonly type: "boolean";
|
|
2441
|
-
};
|
|
2442
|
-
readonly chmodFolder: {
|
|
2443
|
-
readonly type: "string";
|
|
2444
|
-
readonly nullable: true;
|
|
2445
|
-
};
|
|
2446
|
-
readonly chownGroup: {
|
|
2447
|
-
readonly type: "string";
|
|
2448
|
-
readonly nullable: true;
|
|
2449
|
-
};
|
|
2450
|
-
readonly skipFreeSpaceCheckWhenImporting: {
|
|
2451
|
-
readonly type: "boolean";
|
|
2452
|
-
};
|
|
2453
|
-
readonly minimumFreeSpaceWhenImporting: {
|
|
2454
|
-
readonly type: "integer";
|
|
2455
|
-
readonly format: "int32";
|
|
2456
|
-
};
|
|
2457
|
-
readonly copyUsingHardlinks: {
|
|
2458
|
-
readonly type: "boolean";
|
|
2459
|
-
};
|
|
2460
|
-
readonly importExtraFiles: {
|
|
2461
|
-
readonly type: "boolean";
|
|
2462
|
-
};
|
|
2463
|
-
readonly extraFileExtensions: {
|
|
2464
|
-
readonly type: "string";
|
|
2465
|
-
readonly nullable: true;
|
|
2466
|
-
};
|
|
2467
|
-
};
|
|
2468
|
-
readonly additionalProperties: false;
|
|
2469
|
-
};
|
|
2470
|
-
export declare const MediumResourceSchema: {
|
|
2471
|
-
readonly type: "object";
|
|
2472
|
-
readonly properties: {
|
|
2473
|
-
readonly mediumNumber: {
|
|
2474
|
-
readonly type: "integer";
|
|
2475
|
-
readonly format: "int32";
|
|
2476
|
-
};
|
|
2477
|
-
readonly mediumName: {
|
|
2478
|
-
readonly type: "string";
|
|
2479
|
-
readonly nullable: true;
|
|
2480
|
-
};
|
|
2481
|
-
readonly mediumFormat: {
|
|
2482
|
-
readonly type: "string";
|
|
2483
|
-
readonly nullable: true;
|
|
2484
|
-
};
|
|
2485
|
-
};
|
|
2486
|
-
readonly additionalProperties: false;
|
|
2487
|
-
};
|
|
2488
|
-
export declare const MemberSchema: {
|
|
2489
|
-
readonly type: "object";
|
|
2490
|
-
readonly properties: {
|
|
2491
|
-
readonly name: {
|
|
2492
|
-
readonly type: "string";
|
|
2493
|
-
readonly nullable: true;
|
|
2494
|
-
};
|
|
2495
|
-
readonly instrument: {
|
|
2496
|
-
readonly type: "string";
|
|
2497
|
-
readonly nullable: true;
|
|
2498
|
-
};
|
|
2499
|
-
readonly images: {
|
|
2500
|
-
readonly type: "array";
|
|
2501
|
-
readonly items: {
|
|
2502
|
-
readonly $ref: "#/components/schemas/MediaCover";
|
|
2503
|
-
};
|
|
2504
|
-
readonly nullable: true;
|
|
2505
|
-
};
|
|
2506
|
-
};
|
|
2507
|
-
readonly additionalProperties: false;
|
|
2508
|
-
};
|
|
2509
|
-
export declare const MetadataProfileResourceSchema: {
|
|
2510
|
-
readonly type: "object";
|
|
2511
|
-
readonly properties: {
|
|
2512
|
-
readonly id: {
|
|
2513
|
-
readonly type: "integer";
|
|
2514
|
-
readonly format: "int32";
|
|
2515
|
-
};
|
|
2516
|
-
readonly name: {
|
|
2517
|
-
readonly type: "string";
|
|
2518
|
-
readonly nullable: true;
|
|
2519
|
-
};
|
|
2520
|
-
readonly primaryAlbumTypes: {
|
|
2521
|
-
readonly type: "array";
|
|
2522
|
-
readonly items: {
|
|
2523
|
-
readonly $ref: "#/components/schemas/ProfilePrimaryAlbumTypeItemResource";
|
|
2524
|
-
};
|
|
2525
|
-
readonly nullable: true;
|
|
2526
|
-
};
|
|
2527
|
-
readonly secondaryAlbumTypes: {
|
|
2528
|
-
readonly type: "array";
|
|
2529
|
-
readonly items: {
|
|
2530
|
-
readonly $ref: "#/components/schemas/ProfileSecondaryAlbumTypeItemResource";
|
|
2531
|
-
};
|
|
2532
|
-
readonly nullable: true;
|
|
2533
|
-
};
|
|
2534
|
-
readonly releaseStatuses: {
|
|
2535
|
-
readonly type: "array";
|
|
2536
|
-
readonly items: {
|
|
2537
|
-
readonly $ref: "#/components/schemas/ProfileReleaseStatusItemResource";
|
|
2538
|
-
};
|
|
2539
|
-
readonly nullable: true;
|
|
2540
|
-
};
|
|
2541
|
-
};
|
|
2542
|
-
readonly additionalProperties: false;
|
|
2543
|
-
};
|
|
2544
|
-
export declare const MetadataProviderConfigResourceSchema: {
|
|
2545
|
-
readonly type: "object";
|
|
2546
|
-
readonly properties: {
|
|
2547
|
-
readonly id: {
|
|
2548
|
-
readonly type: "integer";
|
|
2549
|
-
readonly format: "int32";
|
|
2550
|
-
};
|
|
2551
|
-
readonly metadataSource: {
|
|
2552
|
-
readonly type: "string";
|
|
2553
|
-
readonly nullable: true;
|
|
2554
|
-
};
|
|
2555
|
-
readonly writeAudioTags: {
|
|
2556
|
-
readonly $ref: "#/components/schemas/WriteAudioTagsType";
|
|
2557
|
-
};
|
|
2558
|
-
readonly scrubAudioTags: {
|
|
2559
|
-
readonly type: "boolean";
|
|
2560
|
-
};
|
|
2561
|
-
readonly embedCoverArt: {
|
|
2562
|
-
readonly type: "boolean";
|
|
2563
|
-
};
|
|
2564
|
-
};
|
|
2565
|
-
readonly additionalProperties: false;
|
|
2566
|
-
};
|
|
2567
|
-
export declare const MetadataResourceSchema: {
|
|
2568
|
-
readonly type: "object";
|
|
2569
|
-
readonly properties: {
|
|
2570
|
-
readonly id: {
|
|
2571
|
-
readonly type: "integer";
|
|
2572
|
-
readonly format: "int32";
|
|
2573
|
-
};
|
|
2574
|
-
readonly name: {
|
|
2575
|
-
readonly type: "string";
|
|
2576
|
-
readonly nullable: true;
|
|
2577
|
-
};
|
|
2578
|
-
readonly fields: {
|
|
2579
|
-
readonly type: "array";
|
|
2580
|
-
readonly items: {
|
|
2581
|
-
readonly $ref: "#/components/schemas/Field";
|
|
2582
|
-
};
|
|
2583
|
-
readonly nullable: true;
|
|
2584
|
-
};
|
|
2585
|
-
readonly implementationName: {
|
|
2586
|
-
readonly type: "string";
|
|
2587
|
-
readonly nullable: true;
|
|
2588
|
-
};
|
|
2589
|
-
readonly implementation: {
|
|
2590
|
-
readonly type: "string";
|
|
2591
|
-
readonly nullable: true;
|
|
2592
|
-
};
|
|
2593
|
-
readonly configContract: {
|
|
2594
|
-
readonly type: "string";
|
|
2595
|
-
readonly nullable: true;
|
|
2596
|
-
};
|
|
2597
|
-
readonly infoLink: {
|
|
2598
|
-
readonly type: "string";
|
|
2599
|
-
readonly nullable: true;
|
|
2600
|
-
};
|
|
2601
|
-
readonly message: {
|
|
2602
|
-
readonly $ref: "#/components/schemas/ProviderMessage";
|
|
2603
|
-
};
|
|
2604
|
-
readonly tags: {
|
|
2605
|
-
readonly uniqueItems: true;
|
|
2606
|
-
readonly type: "array";
|
|
2607
|
-
readonly items: {
|
|
2608
|
-
readonly type: "integer";
|
|
2609
|
-
readonly format: "int32";
|
|
2610
|
-
};
|
|
2611
|
-
readonly nullable: true;
|
|
2612
|
-
};
|
|
2613
|
-
readonly presets: {
|
|
2614
|
-
readonly type: "array";
|
|
2615
|
-
readonly items: {
|
|
2616
|
-
readonly $ref: "#/components/schemas/MetadataResource";
|
|
2617
|
-
};
|
|
2618
|
-
readonly nullable: true;
|
|
2619
|
-
};
|
|
2620
|
-
readonly enable: {
|
|
2621
|
-
readonly type: "boolean";
|
|
2622
|
-
};
|
|
2623
|
-
};
|
|
2624
|
-
readonly additionalProperties: false;
|
|
2625
|
-
};
|
|
2626
|
-
export declare const MonitorTypesSchema: {
|
|
2627
|
-
readonly enum: readonly ["all", "future", "missing", "existing", "latest", "first", "none", "unknown"];
|
|
2628
|
-
readonly type: "string";
|
|
2629
|
-
};
|
|
2630
|
-
export declare const MonitoringOptionsSchema: {
|
|
2631
|
-
readonly type: "object";
|
|
2632
|
-
readonly properties: {
|
|
2633
|
-
readonly monitor: {
|
|
2634
|
-
readonly $ref: "#/components/schemas/MonitorTypes";
|
|
2635
|
-
};
|
|
2636
|
-
readonly albumsToMonitor: {
|
|
2637
|
-
readonly type: "array";
|
|
2638
|
-
readonly items: {
|
|
2639
|
-
readonly type: "string";
|
|
2640
|
-
};
|
|
2641
|
-
readonly nullable: true;
|
|
2642
|
-
};
|
|
2643
|
-
readonly monitored: {
|
|
2644
|
-
readonly type: "boolean";
|
|
2645
|
-
};
|
|
2646
|
-
};
|
|
2647
|
-
readonly additionalProperties: false;
|
|
2648
|
-
};
|
|
2649
|
-
export declare const NamingConfigResourceSchema: {
|
|
2650
|
-
readonly type: "object";
|
|
2651
|
-
readonly properties: {
|
|
2652
|
-
readonly id: {
|
|
2653
|
-
readonly type: "integer";
|
|
2654
|
-
readonly format: "int32";
|
|
2655
|
-
};
|
|
2656
|
-
readonly renameTracks: {
|
|
2657
|
-
readonly type: "boolean";
|
|
2658
|
-
};
|
|
2659
|
-
readonly replaceIllegalCharacters: {
|
|
2660
|
-
readonly type: "boolean";
|
|
2661
|
-
};
|
|
2662
|
-
readonly colonReplacementFormat: {
|
|
2663
|
-
readonly type: "integer";
|
|
2664
|
-
readonly format: "int32";
|
|
2665
|
-
};
|
|
2666
|
-
readonly standardTrackFormat: {
|
|
2667
|
-
readonly type: "string";
|
|
2668
|
-
readonly nullable: true;
|
|
2669
|
-
};
|
|
2670
|
-
readonly multiDiscTrackFormat: {
|
|
2671
|
-
readonly type: "string";
|
|
2672
|
-
readonly nullable: true;
|
|
2673
|
-
};
|
|
2674
|
-
readonly artistFolderFormat: {
|
|
2675
|
-
readonly type: "string";
|
|
2676
|
-
readonly nullable: true;
|
|
2677
|
-
};
|
|
2678
|
-
readonly includeArtistName: {
|
|
2679
|
-
readonly type: "boolean";
|
|
2680
|
-
};
|
|
2681
|
-
readonly includeAlbumTitle: {
|
|
2682
|
-
readonly type: "boolean";
|
|
2683
|
-
};
|
|
2684
|
-
readonly includeQuality: {
|
|
2685
|
-
readonly type: "boolean";
|
|
2686
|
-
};
|
|
2687
|
-
readonly replaceSpaces: {
|
|
2688
|
-
readonly type: "boolean";
|
|
2689
|
-
};
|
|
2690
|
-
readonly separator: {
|
|
2691
|
-
readonly type: "string";
|
|
2692
|
-
readonly nullable: true;
|
|
2693
|
-
};
|
|
2694
|
-
readonly numberStyle: {
|
|
2695
|
-
readonly type: "string";
|
|
2696
|
-
readonly nullable: true;
|
|
2697
|
-
};
|
|
2698
|
-
};
|
|
2699
|
-
readonly additionalProperties: false;
|
|
2700
|
-
};
|
|
2701
|
-
export declare const NewItemMonitorTypesSchema: {
|
|
2702
|
-
readonly enum: readonly ["all", "none", "new"];
|
|
2703
|
-
readonly type: "string";
|
|
2704
|
-
};
|
|
2705
|
-
export declare const NotificationResourceSchema: {
|
|
2706
|
-
readonly type: "object";
|
|
2707
|
-
readonly properties: {
|
|
2708
|
-
readonly id: {
|
|
2709
|
-
readonly type: "integer";
|
|
2710
|
-
readonly format: "int32";
|
|
2711
|
-
};
|
|
2712
|
-
readonly name: {
|
|
2713
|
-
readonly type: "string";
|
|
2714
|
-
readonly nullable: true;
|
|
2715
|
-
};
|
|
2716
|
-
readonly fields: {
|
|
2717
|
-
readonly type: "array";
|
|
2718
|
-
readonly items: {
|
|
2719
|
-
readonly $ref: "#/components/schemas/Field";
|
|
2720
|
-
};
|
|
2721
|
-
readonly nullable: true;
|
|
2722
|
-
};
|
|
2723
|
-
readonly implementationName: {
|
|
2724
|
-
readonly type: "string";
|
|
2725
|
-
readonly nullable: true;
|
|
2726
|
-
};
|
|
2727
|
-
readonly implementation: {
|
|
2728
|
-
readonly type: "string";
|
|
2729
|
-
readonly nullable: true;
|
|
2730
|
-
};
|
|
2731
|
-
readonly configContract: {
|
|
2732
|
-
readonly type: "string";
|
|
2733
|
-
readonly nullable: true;
|
|
2734
|
-
};
|
|
2735
|
-
readonly infoLink: {
|
|
2736
|
-
readonly type: "string";
|
|
2737
|
-
readonly nullable: true;
|
|
2738
|
-
};
|
|
2739
|
-
readonly message: {
|
|
2740
|
-
readonly $ref: "#/components/schemas/ProviderMessage";
|
|
2741
|
-
};
|
|
2742
|
-
readonly tags: {
|
|
2743
|
-
readonly uniqueItems: true;
|
|
2744
|
-
readonly type: "array";
|
|
2745
|
-
readonly items: {
|
|
2746
|
-
readonly type: "integer";
|
|
2747
|
-
readonly format: "int32";
|
|
2748
|
-
};
|
|
2749
|
-
readonly nullable: true;
|
|
2750
|
-
};
|
|
2751
|
-
readonly presets: {
|
|
2752
|
-
readonly type: "array";
|
|
2753
|
-
readonly items: {
|
|
2754
|
-
readonly $ref: "#/components/schemas/NotificationResource";
|
|
2755
|
-
};
|
|
2756
|
-
readonly nullable: true;
|
|
2757
|
-
};
|
|
2758
|
-
readonly link: {
|
|
2759
|
-
readonly type: "string";
|
|
2760
|
-
readonly nullable: true;
|
|
2761
|
-
};
|
|
2762
|
-
readonly onGrab: {
|
|
2763
|
-
readonly type: "boolean";
|
|
2764
|
-
};
|
|
2765
|
-
readonly onReleaseImport: {
|
|
2766
|
-
readonly type: "boolean";
|
|
2767
|
-
};
|
|
2768
|
-
readonly onUpgrade: {
|
|
2769
|
-
readonly type: "boolean";
|
|
2770
|
-
};
|
|
2771
|
-
readonly onRename: {
|
|
2772
|
-
readonly type: "boolean";
|
|
2773
|
-
};
|
|
2774
|
-
readonly onArtistAdd: {
|
|
2775
|
-
readonly type: "boolean";
|
|
2776
|
-
};
|
|
2777
|
-
readonly onArtistDelete: {
|
|
2778
|
-
readonly type: "boolean";
|
|
2779
|
-
};
|
|
2780
|
-
readonly onAlbumDelete: {
|
|
2781
|
-
readonly type: "boolean";
|
|
2782
|
-
};
|
|
2783
|
-
readonly onHealthIssue: {
|
|
2784
|
-
readonly type: "boolean";
|
|
2785
|
-
};
|
|
2786
|
-
readonly onHealthRestored: {
|
|
2787
|
-
readonly type: "boolean";
|
|
2788
|
-
};
|
|
2789
|
-
readonly onDownloadFailure: {
|
|
2790
|
-
readonly type: "boolean";
|
|
2791
|
-
};
|
|
2792
|
-
readonly onImportFailure: {
|
|
2793
|
-
readonly type: "boolean";
|
|
2794
|
-
};
|
|
2795
|
-
readonly onTrackRetag: {
|
|
2796
|
-
readonly type: "boolean";
|
|
2797
|
-
};
|
|
2798
|
-
readonly onApplicationUpdate: {
|
|
2799
|
-
readonly type: "boolean";
|
|
2800
|
-
};
|
|
2801
|
-
readonly supportsOnGrab: {
|
|
2802
|
-
readonly type: "boolean";
|
|
2803
|
-
};
|
|
2804
|
-
readonly supportsOnReleaseImport: {
|
|
2805
|
-
readonly type: "boolean";
|
|
2806
|
-
};
|
|
2807
|
-
readonly supportsOnUpgrade: {
|
|
2808
|
-
readonly type: "boolean";
|
|
2809
|
-
};
|
|
2810
|
-
readonly supportsOnRename: {
|
|
2811
|
-
readonly type: "boolean";
|
|
2812
|
-
};
|
|
2813
|
-
readonly supportsOnArtistAdd: {
|
|
2814
|
-
readonly type: "boolean";
|
|
2815
|
-
};
|
|
2816
|
-
readonly supportsOnArtistDelete: {
|
|
2817
|
-
readonly type: "boolean";
|
|
2818
|
-
};
|
|
2819
|
-
readonly supportsOnAlbumDelete: {
|
|
2820
|
-
readonly type: "boolean";
|
|
2821
|
-
};
|
|
2822
|
-
readonly supportsOnHealthIssue: {
|
|
2823
|
-
readonly type: "boolean";
|
|
2824
|
-
};
|
|
2825
|
-
readonly supportsOnHealthRestored: {
|
|
2826
|
-
readonly type: "boolean";
|
|
2827
|
-
};
|
|
2828
|
-
readonly includeHealthWarnings: {
|
|
2829
|
-
readonly type: "boolean";
|
|
2830
|
-
};
|
|
2831
|
-
readonly supportsOnDownloadFailure: {
|
|
2832
|
-
readonly type: "boolean";
|
|
2833
|
-
};
|
|
2834
|
-
readonly supportsOnImportFailure: {
|
|
2835
|
-
readonly type: "boolean";
|
|
2836
|
-
};
|
|
2837
|
-
readonly supportsOnTrackRetag: {
|
|
2838
|
-
readonly type: "boolean";
|
|
2839
|
-
};
|
|
2840
|
-
readonly supportsOnApplicationUpdate: {
|
|
2841
|
-
readonly type: "boolean";
|
|
2842
|
-
};
|
|
2843
|
-
readonly testCommand: {
|
|
2844
|
-
readonly type: "string";
|
|
2845
|
-
readonly nullable: true;
|
|
2846
|
-
};
|
|
2847
|
-
};
|
|
2848
|
-
readonly additionalProperties: false;
|
|
2849
|
-
};
|
|
2850
|
-
export declare const ParseResourceSchema: {
|
|
2851
|
-
readonly type: "object";
|
|
2852
|
-
readonly properties: {
|
|
2853
|
-
readonly id: {
|
|
2854
|
-
readonly type: "integer";
|
|
2855
|
-
readonly format: "int32";
|
|
2856
|
-
};
|
|
2857
|
-
readonly title: {
|
|
2858
|
-
readonly type: "string";
|
|
2859
|
-
readonly nullable: true;
|
|
2860
|
-
};
|
|
2861
|
-
readonly parsedAlbumInfo: {
|
|
2862
|
-
readonly $ref: "#/components/schemas/ParsedAlbumInfo";
|
|
2863
|
-
};
|
|
2864
|
-
readonly artist: {
|
|
2865
|
-
readonly $ref: "#/components/schemas/ArtistResource";
|
|
2866
|
-
};
|
|
2867
|
-
readonly albums: {
|
|
2868
|
-
readonly type: "array";
|
|
2869
|
-
readonly items: {
|
|
2870
|
-
readonly $ref: "#/components/schemas/AlbumResource";
|
|
2871
|
-
};
|
|
2872
|
-
readonly nullable: true;
|
|
2873
|
-
};
|
|
2874
|
-
readonly customFormats: {
|
|
2875
|
-
readonly type: "array";
|
|
2876
|
-
readonly items: {
|
|
2877
|
-
readonly $ref: "#/components/schemas/CustomFormatResource";
|
|
2878
|
-
};
|
|
2879
|
-
readonly nullable: true;
|
|
2880
|
-
};
|
|
2881
|
-
readonly customFormatScore: {
|
|
2882
|
-
readonly type: "integer";
|
|
2883
|
-
readonly format: "int32";
|
|
2884
|
-
};
|
|
2885
|
-
};
|
|
2886
|
-
readonly additionalProperties: false;
|
|
2887
|
-
};
|
|
2888
|
-
export declare const ParsedAlbumInfoSchema: {
|
|
2889
|
-
readonly type: "object";
|
|
2890
|
-
readonly properties: {
|
|
2891
|
-
readonly releaseTitle: {
|
|
2892
|
-
readonly type: "string";
|
|
2893
|
-
readonly nullable: true;
|
|
2894
|
-
};
|
|
2895
|
-
readonly albumTitle: {
|
|
2896
|
-
readonly type: "string";
|
|
2897
|
-
readonly nullable: true;
|
|
2898
|
-
};
|
|
2899
|
-
readonly artistName: {
|
|
2900
|
-
readonly type: "string";
|
|
2901
|
-
readonly nullable: true;
|
|
2902
|
-
};
|
|
2903
|
-
readonly albumType: {
|
|
2904
|
-
readonly type: "string";
|
|
2905
|
-
readonly nullable: true;
|
|
2906
|
-
};
|
|
2907
|
-
readonly artistTitleInfo: {
|
|
2908
|
-
readonly $ref: "#/components/schemas/ArtistTitleInfo";
|
|
2909
|
-
};
|
|
2910
|
-
readonly quality: {
|
|
2911
|
-
readonly $ref: "#/components/schemas/QualityModel";
|
|
2912
|
-
};
|
|
2913
|
-
readonly releaseDate: {
|
|
2914
|
-
readonly type: "string";
|
|
2915
|
-
readonly nullable: true;
|
|
2916
|
-
};
|
|
2917
|
-
readonly discography: {
|
|
2918
|
-
readonly type: "boolean";
|
|
2919
|
-
};
|
|
2920
|
-
readonly discographyStart: {
|
|
2921
|
-
readonly type: "integer";
|
|
2922
|
-
readonly format: "int32";
|
|
2923
|
-
};
|
|
2924
|
-
readonly discographyEnd: {
|
|
2925
|
-
readonly type: "integer";
|
|
2926
|
-
readonly format: "int32";
|
|
2927
|
-
};
|
|
2928
|
-
readonly releaseGroup: {
|
|
2929
|
-
readonly type: "string";
|
|
2930
|
-
readonly nullable: true;
|
|
2931
|
-
};
|
|
2932
|
-
readonly releaseHash: {
|
|
2933
|
-
readonly type: "string";
|
|
2934
|
-
readonly nullable: true;
|
|
2935
|
-
};
|
|
2936
|
-
readonly releaseVersion: {
|
|
2937
|
-
readonly type: "string";
|
|
2938
|
-
readonly nullable: true;
|
|
2939
|
-
};
|
|
2940
|
-
};
|
|
2941
|
-
readonly additionalProperties: false;
|
|
2942
|
-
};
|
|
2943
|
-
export declare const ParsedTrackInfoSchema: {
|
|
2944
|
-
readonly type: "object";
|
|
2945
|
-
readonly properties: {
|
|
2946
|
-
readonly title: {
|
|
2947
|
-
readonly type: "string";
|
|
2948
|
-
readonly nullable: true;
|
|
2949
|
-
};
|
|
2950
|
-
readonly cleanTitle: {
|
|
2951
|
-
readonly type: "string";
|
|
2952
|
-
readonly nullable: true;
|
|
2953
|
-
};
|
|
2954
|
-
readonly artistTitle: {
|
|
2955
|
-
readonly type: "string";
|
|
2956
|
-
readonly nullable: true;
|
|
2957
|
-
};
|
|
2958
|
-
readonly albumTitle: {
|
|
2959
|
-
readonly type: "string";
|
|
2960
|
-
readonly nullable: true;
|
|
2961
|
-
};
|
|
2962
|
-
readonly artistTitleInfo: {
|
|
2963
|
-
readonly $ref: "#/components/schemas/ArtistTitleInfo";
|
|
2964
|
-
};
|
|
2965
|
-
readonly artistMBId: {
|
|
2966
|
-
readonly type: "string";
|
|
2967
|
-
readonly nullable: true;
|
|
2968
|
-
};
|
|
2969
|
-
readonly albumMBId: {
|
|
2970
|
-
readonly type: "string";
|
|
2971
|
-
readonly nullable: true;
|
|
2972
|
-
};
|
|
2973
|
-
readonly releaseMBId: {
|
|
2974
|
-
readonly type: "string";
|
|
2975
|
-
readonly nullable: true;
|
|
2976
|
-
};
|
|
2977
|
-
readonly recordingMBId: {
|
|
2978
|
-
readonly type: "string";
|
|
2979
|
-
readonly nullable: true;
|
|
2980
|
-
};
|
|
2981
|
-
readonly trackMBId: {
|
|
2982
|
-
readonly type: "string";
|
|
2983
|
-
readonly nullable: true;
|
|
2984
|
-
};
|
|
2985
|
-
readonly discNumber: {
|
|
2986
|
-
readonly type: "integer";
|
|
2987
|
-
readonly format: "int32";
|
|
2988
|
-
};
|
|
2989
|
-
readonly discCount: {
|
|
2990
|
-
readonly type: "integer";
|
|
2991
|
-
readonly format: "int32";
|
|
2992
|
-
};
|
|
2993
|
-
readonly country: {
|
|
2994
|
-
readonly $ref: "#/components/schemas/IsoCountry";
|
|
2995
|
-
};
|
|
2996
|
-
readonly year: {
|
|
2997
|
-
readonly type: "integer";
|
|
2998
|
-
readonly format: "int32";
|
|
2999
|
-
};
|
|
3000
|
-
readonly label: {
|
|
3001
|
-
readonly type: "string";
|
|
3002
|
-
readonly nullable: true;
|
|
3003
|
-
};
|
|
3004
|
-
readonly catalogNumber: {
|
|
3005
|
-
readonly type: "string";
|
|
3006
|
-
readonly nullable: true;
|
|
3007
|
-
};
|
|
3008
|
-
readonly disambiguation: {
|
|
3009
|
-
readonly type: "string";
|
|
3010
|
-
readonly nullable: true;
|
|
3011
|
-
};
|
|
3012
|
-
readonly duration: {
|
|
3013
|
-
readonly type: "string";
|
|
3014
|
-
readonly format: "date-span";
|
|
3015
|
-
};
|
|
3016
|
-
readonly quality: {
|
|
3017
|
-
readonly $ref: "#/components/schemas/QualityModel";
|
|
3018
|
-
};
|
|
3019
|
-
readonly mediaInfo: {
|
|
3020
|
-
readonly $ref: "#/components/schemas/MediaInfoModel";
|
|
3021
|
-
};
|
|
3022
|
-
readonly trackNumbers: {
|
|
3023
|
-
readonly type: "array";
|
|
3024
|
-
readonly items: {
|
|
3025
|
-
readonly type: "integer";
|
|
3026
|
-
readonly format: "int32";
|
|
3027
|
-
};
|
|
3028
|
-
readonly nullable: true;
|
|
3029
|
-
};
|
|
3030
|
-
readonly releaseGroup: {
|
|
3031
|
-
readonly type: "string";
|
|
3032
|
-
readonly nullable: true;
|
|
3033
|
-
};
|
|
3034
|
-
readonly releaseHash: {
|
|
3035
|
-
readonly type: "string";
|
|
3036
|
-
readonly nullable: true;
|
|
3037
|
-
};
|
|
3038
|
-
};
|
|
3039
|
-
readonly additionalProperties: false;
|
|
3040
|
-
};
|
|
3041
|
-
export declare const PingResourceSchema: {
|
|
3042
|
-
readonly type: "object";
|
|
3043
|
-
readonly properties: {
|
|
3044
|
-
readonly status: {
|
|
3045
|
-
readonly type: "string";
|
|
3046
|
-
readonly nullable: true;
|
|
3047
|
-
};
|
|
3048
|
-
};
|
|
3049
|
-
readonly additionalProperties: false;
|
|
3050
|
-
};
|
|
3051
|
-
export declare const PrimaryAlbumTypeSchema: {
|
|
3052
|
-
readonly type: "object";
|
|
3053
|
-
readonly properties: {
|
|
3054
|
-
readonly id: {
|
|
3055
|
-
readonly type: "integer";
|
|
3056
|
-
readonly format: "int32";
|
|
3057
|
-
};
|
|
3058
|
-
readonly name: {
|
|
3059
|
-
readonly type: "string";
|
|
3060
|
-
readonly nullable: true;
|
|
3061
|
-
};
|
|
3062
|
-
};
|
|
3063
|
-
readonly additionalProperties: false;
|
|
3064
|
-
};
|
|
3065
|
-
export declare const PrivacyLevelSchema: {
|
|
3066
|
-
readonly enum: readonly ["normal", "password", "apiKey", "userName"];
|
|
3067
|
-
readonly type: "string";
|
|
3068
|
-
};
|
|
3069
|
-
export declare const ProfileFormatItemResourceSchema: {
|
|
3070
|
-
readonly type: "object";
|
|
3071
|
-
readonly properties: {
|
|
3072
|
-
readonly id: {
|
|
3073
|
-
readonly type: "integer";
|
|
3074
|
-
readonly format: "int32";
|
|
3075
|
-
};
|
|
3076
|
-
readonly format: {
|
|
3077
|
-
readonly type: "integer";
|
|
3078
|
-
readonly format: "int32";
|
|
3079
|
-
};
|
|
3080
|
-
readonly name: {
|
|
3081
|
-
readonly type: "string";
|
|
3082
|
-
readonly nullable: true;
|
|
3083
|
-
};
|
|
3084
|
-
readonly score: {
|
|
3085
|
-
readonly type: "integer";
|
|
3086
|
-
readonly format: "int32";
|
|
3087
|
-
};
|
|
3088
|
-
};
|
|
3089
|
-
readonly additionalProperties: false;
|
|
3090
|
-
};
|
|
3091
|
-
export declare const ProfilePrimaryAlbumTypeItemResourceSchema: {
|
|
3092
|
-
readonly type: "object";
|
|
3093
|
-
readonly properties: {
|
|
3094
|
-
readonly id: {
|
|
3095
|
-
readonly type: "integer";
|
|
3096
|
-
readonly format: "int32";
|
|
3097
|
-
};
|
|
3098
|
-
readonly albumType: {
|
|
3099
|
-
readonly $ref: "#/components/schemas/PrimaryAlbumType";
|
|
3100
|
-
};
|
|
3101
|
-
readonly allowed: {
|
|
3102
|
-
readonly type: "boolean";
|
|
3103
|
-
};
|
|
3104
|
-
};
|
|
3105
|
-
readonly additionalProperties: false;
|
|
3106
|
-
};
|
|
3107
|
-
export declare const ProfileReleaseStatusItemResourceSchema: {
|
|
3108
|
-
readonly type: "object";
|
|
3109
|
-
readonly properties: {
|
|
3110
|
-
readonly id: {
|
|
3111
|
-
readonly type: "integer";
|
|
3112
|
-
readonly format: "int32";
|
|
3113
|
-
};
|
|
3114
|
-
readonly releaseStatus: {
|
|
3115
|
-
readonly $ref: "#/components/schemas/ReleaseStatus";
|
|
3116
|
-
};
|
|
3117
|
-
readonly allowed: {
|
|
3118
|
-
readonly type: "boolean";
|
|
3119
|
-
};
|
|
3120
|
-
};
|
|
3121
|
-
readonly additionalProperties: false;
|
|
3122
|
-
};
|
|
3123
|
-
export declare const ProfileSecondaryAlbumTypeItemResourceSchema: {
|
|
3124
|
-
readonly type: "object";
|
|
3125
|
-
readonly properties: {
|
|
3126
|
-
readonly id: {
|
|
3127
|
-
readonly type: "integer";
|
|
3128
|
-
readonly format: "int32";
|
|
3129
|
-
};
|
|
3130
|
-
readonly albumType: {
|
|
3131
|
-
readonly $ref: "#/components/schemas/SecondaryAlbumType";
|
|
3132
|
-
};
|
|
3133
|
-
readonly allowed: {
|
|
3134
|
-
readonly type: "boolean";
|
|
3135
|
-
};
|
|
3136
|
-
};
|
|
3137
|
-
readonly additionalProperties: false;
|
|
3138
|
-
};
|
|
3139
|
-
export declare const ProperDownloadTypesSchema: {
|
|
3140
|
-
readonly enum: readonly ["preferAndUpgrade", "doNotUpgrade", "doNotPrefer"];
|
|
3141
|
-
readonly type: "string";
|
|
3142
|
-
};
|
|
3143
|
-
export declare const ProviderMessageSchema: {
|
|
3144
|
-
readonly type: "object";
|
|
3145
|
-
readonly properties: {
|
|
3146
|
-
readonly message: {
|
|
3147
|
-
readonly type: "string";
|
|
3148
|
-
readonly nullable: true;
|
|
3149
|
-
};
|
|
3150
|
-
readonly type: {
|
|
3151
|
-
readonly $ref: "#/components/schemas/ProviderMessageType";
|
|
3152
|
-
};
|
|
3153
|
-
};
|
|
3154
|
-
readonly additionalProperties: false;
|
|
3155
|
-
};
|
|
3156
|
-
export declare const ProviderMessageTypeSchema: {
|
|
3157
|
-
readonly enum: readonly ["info", "warning", "error"];
|
|
3158
|
-
readonly type: "string";
|
|
3159
|
-
};
|
|
3160
|
-
export declare const ProxyTypeSchema: {
|
|
3161
|
-
readonly enum: readonly ["http", "socks4", "socks5"];
|
|
3162
|
-
readonly type: "string";
|
|
3163
|
-
};
|
|
3164
|
-
export declare const QualitySchema: {
|
|
3165
|
-
readonly type: "object";
|
|
3166
|
-
readonly properties: {
|
|
3167
|
-
readonly id: {
|
|
3168
|
-
readonly type: "integer";
|
|
3169
|
-
readonly format: "int32";
|
|
3170
|
-
};
|
|
3171
|
-
readonly name: {
|
|
3172
|
-
readonly type: "string";
|
|
3173
|
-
readonly nullable: true;
|
|
3174
|
-
};
|
|
3175
|
-
};
|
|
3176
|
-
readonly additionalProperties: false;
|
|
3177
|
-
};
|
|
3178
|
-
export declare const QualityDefinitionResourceSchema: {
|
|
3179
|
-
readonly type: "object";
|
|
3180
|
-
readonly properties: {
|
|
3181
|
-
readonly id: {
|
|
3182
|
-
readonly type: "integer";
|
|
3183
|
-
readonly format: "int32";
|
|
3184
|
-
};
|
|
3185
|
-
readonly quality: {
|
|
3186
|
-
readonly $ref: "#/components/schemas/Quality";
|
|
3187
|
-
};
|
|
3188
|
-
readonly title: {
|
|
3189
|
-
readonly type: "string";
|
|
3190
|
-
readonly nullable: true;
|
|
3191
|
-
};
|
|
3192
|
-
readonly weight: {
|
|
3193
|
-
readonly type: "integer";
|
|
3194
|
-
readonly format: "int32";
|
|
3195
|
-
};
|
|
3196
|
-
readonly minSize: {
|
|
3197
|
-
readonly type: "number";
|
|
3198
|
-
readonly format: "double";
|
|
3199
|
-
readonly nullable: true;
|
|
3200
|
-
};
|
|
3201
|
-
readonly maxSize: {
|
|
3202
|
-
readonly type: "number";
|
|
3203
|
-
readonly format: "double";
|
|
3204
|
-
readonly nullable: true;
|
|
3205
|
-
};
|
|
3206
|
-
readonly preferredSize: {
|
|
3207
|
-
readonly type: "number";
|
|
3208
|
-
readonly format: "double";
|
|
3209
|
-
readonly nullable: true;
|
|
3210
|
-
};
|
|
3211
|
-
};
|
|
3212
|
-
readonly additionalProperties: false;
|
|
3213
|
-
};
|
|
3214
|
-
export declare const QualityModelSchema: {
|
|
3215
|
-
readonly type: "object";
|
|
3216
|
-
readonly properties: {
|
|
3217
|
-
readonly quality: {
|
|
3218
|
-
readonly $ref: "#/components/schemas/Quality";
|
|
3219
|
-
};
|
|
3220
|
-
readonly revision: {
|
|
3221
|
-
readonly $ref: "#/components/schemas/Revision";
|
|
3222
|
-
};
|
|
3223
|
-
};
|
|
3224
|
-
readonly additionalProperties: false;
|
|
3225
|
-
};
|
|
3226
|
-
export declare const QualityProfileQualityItemResourceSchema: {
|
|
3227
|
-
readonly type: "object";
|
|
3228
|
-
readonly properties: {
|
|
3229
|
-
readonly id: {
|
|
3230
|
-
readonly type: "integer";
|
|
3231
|
-
readonly format: "int32";
|
|
3232
|
-
};
|
|
3233
|
-
readonly name: {
|
|
3234
|
-
readonly type: "string";
|
|
3235
|
-
readonly nullable: true;
|
|
3236
|
-
};
|
|
3237
|
-
readonly quality: {
|
|
3238
|
-
readonly $ref: "#/components/schemas/Quality";
|
|
3239
|
-
};
|
|
3240
|
-
readonly items: {
|
|
3241
|
-
readonly type: "array";
|
|
3242
|
-
readonly items: {
|
|
3243
|
-
readonly $ref: "#/components/schemas/QualityProfileQualityItemResource";
|
|
3244
|
-
};
|
|
3245
|
-
readonly nullable: true;
|
|
3246
|
-
};
|
|
3247
|
-
readonly allowed: {
|
|
3248
|
-
readonly type: "boolean";
|
|
3249
|
-
};
|
|
3250
|
-
};
|
|
3251
|
-
readonly additionalProperties: false;
|
|
3252
|
-
};
|
|
3253
|
-
export declare const QualityProfileResourceSchema: {
|
|
3254
|
-
readonly type: "object";
|
|
3255
|
-
readonly properties: {
|
|
3256
|
-
readonly id: {
|
|
3257
|
-
readonly type: "integer";
|
|
3258
|
-
readonly format: "int32";
|
|
3259
|
-
};
|
|
3260
|
-
readonly name: {
|
|
3261
|
-
readonly type: "string";
|
|
3262
|
-
readonly nullable: true;
|
|
3263
|
-
};
|
|
3264
|
-
readonly upgradeAllowed: {
|
|
3265
|
-
readonly type: "boolean";
|
|
3266
|
-
};
|
|
3267
|
-
readonly cutoff: {
|
|
3268
|
-
readonly type: "integer";
|
|
3269
|
-
readonly format: "int32";
|
|
3270
|
-
};
|
|
3271
|
-
readonly items: {
|
|
3272
|
-
readonly type: "array";
|
|
3273
|
-
readonly items: {
|
|
3274
|
-
readonly $ref: "#/components/schemas/QualityProfileQualityItemResource";
|
|
3275
|
-
};
|
|
3276
|
-
readonly nullable: true;
|
|
3277
|
-
};
|
|
3278
|
-
readonly minFormatScore: {
|
|
3279
|
-
readonly type: "integer";
|
|
3280
|
-
readonly format: "int32";
|
|
3281
|
-
};
|
|
3282
|
-
readonly cutoffFormatScore: {
|
|
3283
|
-
readonly type: "integer";
|
|
3284
|
-
readonly format: "int32";
|
|
3285
|
-
};
|
|
3286
|
-
readonly formatItems: {
|
|
3287
|
-
readonly type: "array";
|
|
3288
|
-
readonly items: {
|
|
3289
|
-
readonly $ref: "#/components/schemas/ProfileFormatItemResource";
|
|
3290
|
-
};
|
|
3291
|
-
readonly nullable: true;
|
|
3292
|
-
};
|
|
3293
|
-
};
|
|
3294
|
-
readonly additionalProperties: false;
|
|
3295
|
-
};
|
|
3296
|
-
export declare const QueueBulkResourceSchema: {
|
|
3297
|
-
readonly type: "object";
|
|
3298
|
-
readonly properties: {
|
|
3299
|
-
readonly ids: {
|
|
3300
|
-
readonly type: "array";
|
|
3301
|
-
readonly items: {
|
|
3302
|
-
readonly type: "integer";
|
|
3303
|
-
readonly format: "int32";
|
|
3304
|
-
};
|
|
3305
|
-
readonly nullable: true;
|
|
3306
|
-
};
|
|
3307
|
-
};
|
|
3308
|
-
readonly additionalProperties: false;
|
|
3309
|
-
};
|
|
3310
|
-
export declare const QueueResourceSchema: {
|
|
3311
|
-
readonly type: "object";
|
|
3312
|
-
readonly properties: {
|
|
3313
|
-
readonly id: {
|
|
3314
|
-
readonly type: "integer";
|
|
3315
|
-
readonly format: "int32";
|
|
3316
|
-
};
|
|
3317
|
-
readonly artistId: {
|
|
3318
|
-
readonly type: "integer";
|
|
3319
|
-
readonly format: "int32";
|
|
3320
|
-
readonly nullable: true;
|
|
3321
|
-
};
|
|
3322
|
-
readonly albumId: {
|
|
3323
|
-
readonly type: "integer";
|
|
3324
|
-
readonly format: "int32";
|
|
3325
|
-
readonly nullable: true;
|
|
3326
|
-
};
|
|
3327
|
-
readonly artist: {
|
|
3328
|
-
readonly $ref: "#/components/schemas/ArtistResource";
|
|
3329
|
-
};
|
|
3330
|
-
readonly album: {
|
|
3331
|
-
readonly $ref: "#/components/schemas/AlbumResource";
|
|
3332
|
-
};
|
|
3333
|
-
readonly quality: {
|
|
3334
|
-
readonly $ref: "#/components/schemas/QualityModel";
|
|
3335
|
-
};
|
|
3336
|
-
readonly customFormats: {
|
|
3337
|
-
readonly type: "array";
|
|
3338
|
-
readonly items: {
|
|
3339
|
-
readonly $ref: "#/components/schemas/CustomFormatResource";
|
|
3340
|
-
};
|
|
3341
|
-
readonly nullable: true;
|
|
3342
|
-
};
|
|
3343
|
-
readonly customFormatScore: {
|
|
3344
|
-
readonly type: "integer";
|
|
3345
|
-
readonly format: "int32";
|
|
3346
|
-
};
|
|
3347
|
-
readonly size: {
|
|
3348
|
-
readonly type: "number";
|
|
3349
|
-
readonly format: "double";
|
|
3350
|
-
};
|
|
3351
|
-
readonly title: {
|
|
3352
|
-
readonly type: "string";
|
|
3353
|
-
readonly nullable: true;
|
|
3354
|
-
};
|
|
3355
|
-
readonly sizeleft: {
|
|
3356
|
-
readonly type: "number";
|
|
3357
|
-
readonly format: "double";
|
|
3358
|
-
};
|
|
3359
|
-
readonly timeleft: {
|
|
3360
|
-
readonly type: "string";
|
|
3361
|
-
readonly format: "date-span";
|
|
3362
|
-
readonly nullable: true;
|
|
3363
|
-
};
|
|
3364
|
-
readonly estimatedCompletionTime: {
|
|
3365
|
-
readonly type: "string";
|
|
3366
|
-
readonly format: "date-time";
|
|
3367
|
-
readonly nullable: true;
|
|
3368
|
-
};
|
|
3369
|
-
readonly added: {
|
|
3370
|
-
readonly type: "string";
|
|
3371
|
-
readonly format: "date-time";
|
|
3372
|
-
readonly nullable: true;
|
|
3373
|
-
};
|
|
3374
|
-
readonly status: {
|
|
3375
|
-
readonly type: "string";
|
|
3376
|
-
readonly nullable: true;
|
|
3377
|
-
};
|
|
3378
|
-
readonly trackedDownloadStatus: {
|
|
3379
|
-
readonly $ref: "#/components/schemas/TrackedDownloadStatus";
|
|
3380
|
-
};
|
|
3381
|
-
readonly trackedDownloadState: {
|
|
3382
|
-
readonly $ref: "#/components/schemas/TrackedDownloadState";
|
|
3383
|
-
};
|
|
3384
|
-
readonly statusMessages: {
|
|
3385
|
-
readonly type: "array";
|
|
3386
|
-
readonly items: {
|
|
3387
|
-
readonly $ref: "#/components/schemas/TrackedDownloadStatusMessage";
|
|
3388
|
-
};
|
|
3389
|
-
readonly nullable: true;
|
|
3390
|
-
};
|
|
3391
|
-
readonly errorMessage: {
|
|
3392
|
-
readonly type: "string";
|
|
3393
|
-
readonly nullable: true;
|
|
3394
|
-
};
|
|
3395
|
-
readonly downloadId: {
|
|
3396
|
-
readonly type: "string";
|
|
3397
|
-
readonly nullable: true;
|
|
3398
|
-
};
|
|
3399
|
-
readonly protocol: {
|
|
3400
|
-
readonly $ref: "#/components/schemas/DownloadProtocol";
|
|
3401
|
-
};
|
|
3402
|
-
readonly downloadClient: {
|
|
3403
|
-
readonly type: "string";
|
|
3404
|
-
readonly nullable: true;
|
|
3405
|
-
};
|
|
3406
|
-
readonly downloadClientHasPostImportCategory: {
|
|
3407
|
-
readonly type: "boolean";
|
|
3408
|
-
};
|
|
3409
|
-
readonly indexer: {
|
|
3410
|
-
readonly type: "string";
|
|
3411
|
-
readonly nullable: true;
|
|
3412
|
-
};
|
|
3413
|
-
readonly outputPath: {
|
|
3414
|
-
readonly type: "string";
|
|
3415
|
-
readonly nullable: true;
|
|
3416
|
-
};
|
|
3417
|
-
readonly trackFileCount: {
|
|
3418
|
-
readonly type: "integer";
|
|
3419
|
-
readonly format: "int32";
|
|
3420
|
-
};
|
|
3421
|
-
readonly trackHasFileCount: {
|
|
3422
|
-
readonly type: "integer";
|
|
3423
|
-
readonly format: "int32";
|
|
3424
|
-
};
|
|
3425
|
-
readonly downloadForced: {
|
|
3426
|
-
readonly type: "boolean";
|
|
3427
|
-
};
|
|
3428
|
-
};
|
|
3429
|
-
readonly additionalProperties: false;
|
|
3430
|
-
};
|
|
3431
|
-
export declare const QueueResourcePagingResourceSchema: {
|
|
3432
|
-
readonly type: "object";
|
|
3433
|
-
readonly properties: {
|
|
3434
|
-
readonly page: {
|
|
3435
|
-
readonly type: "integer";
|
|
3436
|
-
readonly format: "int32";
|
|
3437
|
-
};
|
|
3438
|
-
readonly pageSize: {
|
|
3439
|
-
readonly type: "integer";
|
|
3440
|
-
readonly format: "int32";
|
|
3441
|
-
};
|
|
3442
|
-
readonly sortKey: {
|
|
3443
|
-
readonly type: "string";
|
|
3444
|
-
readonly nullable: true;
|
|
3445
|
-
};
|
|
3446
|
-
readonly sortDirection: {
|
|
3447
|
-
readonly $ref: "#/components/schemas/SortDirection";
|
|
3448
|
-
};
|
|
3449
|
-
readonly totalRecords: {
|
|
3450
|
-
readonly type: "integer";
|
|
3451
|
-
readonly format: "int32";
|
|
3452
|
-
};
|
|
3453
|
-
readonly records: {
|
|
3454
|
-
readonly type: "array";
|
|
3455
|
-
readonly items: {
|
|
3456
|
-
readonly $ref: "#/components/schemas/QueueResource";
|
|
3457
|
-
};
|
|
3458
|
-
readonly nullable: true;
|
|
3459
|
-
};
|
|
3460
|
-
};
|
|
3461
|
-
readonly additionalProperties: false;
|
|
3462
|
-
};
|
|
3463
|
-
export declare const QueueStatusResourceSchema: {
|
|
3464
|
-
readonly type: "object";
|
|
3465
|
-
readonly properties: {
|
|
3466
|
-
readonly id: {
|
|
3467
|
-
readonly type: "integer";
|
|
3468
|
-
readonly format: "int32";
|
|
3469
|
-
};
|
|
3470
|
-
readonly totalCount: {
|
|
3471
|
-
readonly type: "integer";
|
|
3472
|
-
readonly format: "int32";
|
|
3473
|
-
};
|
|
3474
|
-
readonly count: {
|
|
3475
|
-
readonly type: "integer";
|
|
3476
|
-
readonly format: "int32";
|
|
3477
|
-
};
|
|
3478
|
-
readonly unknownCount: {
|
|
3479
|
-
readonly type: "integer";
|
|
3480
|
-
readonly format: "int32";
|
|
3481
|
-
};
|
|
3482
|
-
readonly errors: {
|
|
3483
|
-
readonly type: "boolean";
|
|
3484
|
-
};
|
|
3485
|
-
readonly warnings: {
|
|
3486
|
-
readonly type: "boolean";
|
|
3487
|
-
};
|
|
3488
|
-
readonly unknownErrors: {
|
|
3489
|
-
readonly type: "boolean";
|
|
3490
|
-
};
|
|
3491
|
-
readonly unknownWarnings: {
|
|
3492
|
-
readonly type: "boolean";
|
|
3493
|
-
};
|
|
3494
|
-
};
|
|
3495
|
-
readonly additionalProperties: false;
|
|
3496
|
-
};
|
|
3497
|
-
export declare const RatingsSchema: {
|
|
3498
|
-
readonly type: "object";
|
|
3499
|
-
readonly properties: {
|
|
3500
|
-
readonly votes: {
|
|
3501
|
-
readonly type: "integer";
|
|
3502
|
-
readonly format: "int32";
|
|
3503
|
-
};
|
|
3504
|
-
readonly value: {
|
|
3505
|
-
readonly type: "number";
|
|
3506
|
-
readonly format: "double";
|
|
3507
|
-
};
|
|
3508
|
-
};
|
|
3509
|
-
readonly additionalProperties: false;
|
|
3510
|
-
};
|
|
3511
|
-
export declare const RejectionSchema: {
|
|
3512
|
-
readonly type: "object";
|
|
3513
|
-
readonly properties: {
|
|
3514
|
-
readonly reason: {
|
|
3515
|
-
readonly type: "string";
|
|
3516
|
-
readonly nullable: true;
|
|
3517
|
-
};
|
|
3518
|
-
readonly type: {
|
|
3519
|
-
readonly $ref: "#/components/schemas/RejectionType";
|
|
3520
|
-
};
|
|
3521
|
-
};
|
|
3522
|
-
readonly additionalProperties: false;
|
|
3523
|
-
};
|
|
3524
|
-
export declare const RejectionTypeSchema: {
|
|
3525
|
-
readonly enum: readonly ["permanent", "temporary"];
|
|
3526
|
-
readonly type: "string";
|
|
3527
|
-
};
|
|
3528
|
-
export declare const ReleaseProfileResourceSchema: {
|
|
3529
|
-
readonly type: "object";
|
|
3530
|
-
readonly properties: {
|
|
3531
|
-
readonly id: {
|
|
3532
|
-
readonly type: "integer";
|
|
3533
|
-
readonly format: "int32";
|
|
3534
|
-
};
|
|
3535
|
-
readonly enabled: {
|
|
3536
|
-
readonly type: "boolean";
|
|
3537
|
-
};
|
|
3538
|
-
readonly required: {
|
|
3539
|
-
readonly type: "array";
|
|
3540
|
-
readonly items: {
|
|
3541
|
-
readonly type: "string";
|
|
3542
|
-
};
|
|
3543
|
-
readonly nullable: true;
|
|
3544
|
-
};
|
|
3545
|
-
readonly ignored: {
|
|
3546
|
-
readonly type: "array";
|
|
3547
|
-
readonly items: {
|
|
3548
|
-
readonly type: "string";
|
|
3549
|
-
};
|
|
3550
|
-
readonly nullable: true;
|
|
3551
|
-
};
|
|
3552
|
-
readonly indexerId: {
|
|
3553
|
-
readonly type: "integer";
|
|
3554
|
-
readonly format: "int32";
|
|
3555
|
-
};
|
|
3556
|
-
readonly tags: {
|
|
3557
|
-
readonly uniqueItems: true;
|
|
3558
|
-
readonly type: "array";
|
|
3559
|
-
readonly items: {
|
|
3560
|
-
readonly type: "integer";
|
|
3561
|
-
readonly format: "int32";
|
|
3562
|
-
};
|
|
3563
|
-
readonly nullable: true;
|
|
3564
|
-
};
|
|
3565
|
-
};
|
|
3566
|
-
readonly additionalProperties: false;
|
|
3567
|
-
};
|
|
3568
|
-
export declare const ReleaseResourceSchema: {
|
|
3569
|
-
readonly type: "object";
|
|
3570
|
-
readonly properties: {
|
|
3571
|
-
readonly id: {
|
|
3572
|
-
readonly type: "integer";
|
|
3573
|
-
readonly format: "int32";
|
|
3574
|
-
};
|
|
3575
|
-
readonly guid: {
|
|
3576
|
-
readonly type: "string";
|
|
3577
|
-
readonly nullable: true;
|
|
3578
|
-
};
|
|
3579
|
-
readonly quality: {
|
|
3580
|
-
readonly $ref: "#/components/schemas/QualityModel";
|
|
3581
|
-
};
|
|
3582
|
-
readonly qualityWeight: {
|
|
3583
|
-
readonly type: "integer";
|
|
3584
|
-
readonly format: "int32";
|
|
3585
|
-
};
|
|
3586
|
-
readonly age: {
|
|
3587
|
-
readonly type: "integer";
|
|
3588
|
-
readonly format: "int32";
|
|
3589
|
-
};
|
|
3590
|
-
readonly ageHours: {
|
|
3591
|
-
readonly type: "number";
|
|
3592
|
-
readonly format: "double";
|
|
3593
|
-
};
|
|
3594
|
-
readonly ageMinutes: {
|
|
3595
|
-
readonly type: "number";
|
|
3596
|
-
readonly format: "double";
|
|
3597
|
-
};
|
|
3598
|
-
readonly size: {
|
|
3599
|
-
readonly type: "integer";
|
|
3600
|
-
readonly format: "int64";
|
|
3601
|
-
};
|
|
3602
|
-
readonly indexerId: {
|
|
3603
|
-
readonly type: "integer";
|
|
3604
|
-
readonly format: "int32";
|
|
3605
|
-
};
|
|
3606
|
-
readonly indexer: {
|
|
3607
|
-
readonly type: "string";
|
|
3608
|
-
readonly nullable: true;
|
|
3609
|
-
};
|
|
3610
|
-
readonly releaseGroup: {
|
|
3611
|
-
readonly type: "string";
|
|
3612
|
-
readonly nullable: true;
|
|
3613
|
-
};
|
|
3614
|
-
readonly subGroup: {
|
|
3615
|
-
readonly type: "string";
|
|
3616
|
-
readonly nullable: true;
|
|
3617
|
-
};
|
|
3618
|
-
readonly releaseHash: {
|
|
3619
|
-
readonly type: "string";
|
|
3620
|
-
readonly nullable: true;
|
|
3621
|
-
};
|
|
3622
|
-
readonly title: {
|
|
3623
|
-
readonly type: "string";
|
|
3624
|
-
readonly nullable: true;
|
|
3625
|
-
};
|
|
3626
|
-
readonly discography: {
|
|
3627
|
-
readonly type: "boolean";
|
|
3628
|
-
};
|
|
3629
|
-
readonly sceneSource: {
|
|
3630
|
-
readonly type: "boolean";
|
|
3631
|
-
};
|
|
3632
|
-
readonly airDate: {
|
|
3633
|
-
readonly type: "string";
|
|
3634
|
-
readonly nullable: true;
|
|
3635
|
-
};
|
|
3636
|
-
readonly artistName: {
|
|
3637
|
-
readonly type: "string";
|
|
3638
|
-
readonly nullable: true;
|
|
3639
|
-
};
|
|
3640
|
-
readonly albumTitle: {
|
|
3641
|
-
readonly type: "string";
|
|
3642
|
-
readonly nullable: true;
|
|
3643
|
-
};
|
|
3644
|
-
readonly approved: {
|
|
3645
|
-
readonly type: "boolean";
|
|
3646
|
-
};
|
|
3647
|
-
readonly temporarilyRejected: {
|
|
3648
|
-
readonly type: "boolean";
|
|
3649
|
-
};
|
|
3650
|
-
readonly rejected: {
|
|
3651
|
-
readonly type: "boolean";
|
|
3652
|
-
};
|
|
3653
|
-
readonly rejections: {
|
|
3654
|
-
readonly type: "array";
|
|
3655
|
-
readonly items: {
|
|
3656
|
-
readonly type: "string";
|
|
3657
|
-
};
|
|
3658
|
-
readonly nullable: true;
|
|
3659
|
-
};
|
|
3660
|
-
readonly publishDate: {
|
|
3661
|
-
readonly type: "string";
|
|
3662
|
-
readonly format: "date-time";
|
|
3663
|
-
};
|
|
3664
|
-
readonly commentUrl: {
|
|
3665
|
-
readonly type: "string";
|
|
3666
|
-
readonly nullable: true;
|
|
3667
|
-
};
|
|
3668
|
-
readonly downloadUrl: {
|
|
3669
|
-
readonly type: "string";
|
|
3670
|
-
readonly nullable: true;
|
|
3671
|
-
};
|
|
3672
|
-
readonly infoUrl: {
|
|
3673
|
-
readonly type: "string";
|
|
3674
|
-
readonly nullable: true;
|
|
3675
|
-
};
|
|
3676
|
-
readonly downloadAllowed: {
|
|
3677
|
-
readonly type: "boolean";
|
|
3678
|
-
};
|
|
3679
|
-
readonly releaseWeight: {
|
|
3680
|
-
readonly type: "integer";
|
|
3681
|
-
readonly format: "int32";
|
|
3682
|
-
};
|
|
3683
|
-
readonly customFormats: {
|
|
3684
|
-
readonly type: "array";
|
|
3685
|
-
readonly items: {
|
|
3686
|
-
readonly $ref: "#/components/schemas/CustomFormatResource";
|
|
3687
|
-
};
|
|
3688
|
-
readonly nullable: true;
|
|
3689
|
-
};
|
|
3690
|
-
readonly customFormatScore: {
|
|
3691
|
-
readonly type: "integer";
|
|
3692
|
-
readonly format: "int32";
|
|
3693
|
-
};
|
|
3694
|
-
readonly magnetUrl: {
|
|
3695
|
-
readonly type: "string";
|
|
3696
|
-
readonly nullable: true;
|
|
3697
|
-
};
|
|
3698
|
-
readonly infoHash: {
|
|
3699
|
-
readonly type: "string";
|
|
3700
|
-
readonly nullable: true;
|
|
3701
|
-
};
|
|
3702
|
-
readonly seeders: {
|
|
3703
|
-
readonly type: "integer";
|
|
3704
|
-
readonly format: "int32";
|
|
3705
|
-
readonly nullable: true;
|
|
3706
|
-
};
|
|
3707
|
-
readonly leechers: {
|
|
3708
|
-
readonly type: "integer";
|
|
3709
|
-
readonly format: "int32";
|
|
3710
|
-
readonly nullable: true;
|
|
3711
|
-
};
|
|
3712
|
-
readonly protocol: {
|
|
3713
|
-
readonly $ref: "#/components/schemas/DownloadProtocol";
|
|
3714
|
-
};
|
|
3715
|
-
readonly indexerFlags: {
|
|
3716
|
-
readonly type: "integer";
|
|
3717
|
-
readonly format: "int32";
|
|
3718
|
-
};
|
|
3719
|
-
readonly artistId: {
|
|
3720
|
-
readonly type: "integer";
|
|
3721
|
-
readonly format: "int32";
|
|
3722
|
-
readonly nullable: true;
|
|
3723
|
-
};
|
|
3724
|
-
readonly albumId: {
|
|
3725
|
-
readonly type: "integer";
|
|
3726
|
-
readonly format: "int32";
|
|
3727
|
-
readonly nullable: true;
|
|
3728
|
-
};
|
|
3729
|
-
readonly downloadClientId: {
|
|
3730
|
-
readonly type: "integer";
|
|
3731
|
-
readonly format: "int32";
|
|
3732
|
-
readonly nullable: true;
|
|
3733
|
-
};
|
|
3734
|
-
readonly downloadClient: {
|
|
3735
|
-
readonly type: "string";
|
|
3736
|
-
readonly nullable: true;
|
|
3737
|
-
};
|
|
3738
|
-
};
|
|
3739
|
-
readonly additionalProperties: false;
|
|
3740
|
-
};
|
|
3741
|
-
export declare const ReleaseStatusSchema: {
|
|
3742
|
-
readonly type: "object";
|
|
3743
|
-
readonly properties: {
|
|
3744
|
-
readonly id: {
|
|
3745
|
-
readonly type: "integer";
|
|
3746
|
-
readonly format: "int32";
|
|
3747
|
-
};
|
|
3748
|
-
readonly name: {
|
|
3749
|
-
readonly type: "string";
|
|
3750
|
-
readonly nullable: true;
|
|
3751
|
-
};
|
|
3752
|
-
};
|
|
3753
|
-
readonly additionalProperties: false;
|
|
3754
|
-
};
|
|
3755
|
-
export declare const RemotePathMappingResourceSchema: {
|
|
3756
|
-
readonly type: "object";
|
|
3757
|
-
readonly properties: {
|
|
3758
|
-
readonly id: {
|
|
3759
|
-
readonly type: "integer";
|
|
3760
|
-
readonly format: "int32";
|
|
3761
|
-
};
|
|
3762
|
-
readonly host: {
|
|
3763
|
-
readonly type: "string";
|
|
3764
|
-
readonly nullable: true;
|
|
3765
|
-
};
|
|
3766
|
-
readonly remotePath: {
|
|
3767
|
-
readonly type: "string";
|
|
3768
|
-
readonly nullable: true;
|
|
3769
|
-
};
|
|
3770
|
-
readonly localPath: {
|
|
3771
|
-
readonly type: "string";
|
|
3772
|
-
readonly nullable: true;
|
|
3773
|
-
};
|
|
3774
|
-
};
|
|
3775
|
-
readonly additionalProperties: false;
|
|
3776
|
-
};
|
|
3777
|
-
export declare const RenameTrackResourceSchema: {
|
|
3778
|
-
readonly type: "object";
|
|
3779
|
-
readonly properties: {
|
|
3780
|
-
readonly id: {
|
|
3781
|
-
readonly type: "integer";
|
|
3782
|
-
readonly format: "int32";
|
|
3783
|
-
};
|
|
3784
|
-
readonly artistId: {
|
|
3785
|
-
readonly type: "integer";
|
|
3786
|
-
readonly format: "int32";
|
|
3787
|
-
};
|
|
3788
|
-
readonly albumId: {
|
|
3789
|
-
readonly type: "integer";
|
|
3790
|
-
readonly format: "int32";
|
|
3791
|
-
};
|
|
3792
|
-
readonly trackNumbers: {
|
|
3793
|
-
readonly type: "array";
|
|
3794
|
-
readonly items: {
|
|
3795
|
-
readonly type: "integer";
|
|
3796
|
-
readonly format: "int32";
|
|
3797
|
-
};
|
|
3798
|
-
readonly nullable: true;
|
|
3799
|
-
};
|
|
3800
|
-
readonly trackFileId: {
|
|
3801
|
-
readonly type: "integer";
|
|
3802
|
-
readonly format: "int32";
|
|
3803
|
-
};
|
|
3804
|
-
readonly existingPath: {
|
|
3805
|
-
readonly type: "string";
|
|
3806
|
-
readonly nullable: true;
|
|
3807
|
-
};
|
|
3808
|
-
readonly newPath: {
|
|
3809
|
-
readonly type: "string";
|
|
3810
|
-
readonly nullable: true;
|
|
3811
|
-
};
|
|
3812
|
-
};
|
|
3813
|
-
readonly additionalProperties: false;
|
|
3814
|
-
};
|
|
3815
|
-
export declare const RescanAfterRefreshTypeSchema: {
|
|
3816
|
-
readonly enum: readonly ["always", "afterManual", "never"];
|
|
3817
|
-
readonly type: "string";
|
|
3818
|
-
};
|
|
3819
|
-
export declare const RetagTrackResourceSchema: {
|
|
3820
|
-
readonly type: "object";
|
|
3821
|
-
readonly properties: {
|
|
3822
|
-
readonly id: {
|
|
3823
|
-
readonly type: "integer";
|
|
3824
|
-
readonly format: "int32";
|
|
3825
|
-
};
|
|
3826
|
-
readonly artistId: {
|
|
3827
|
-
readonly type: "integer";
|
|
3828
|
-
readonly format: "int32";
|
|
3829
|
-
};
|
|
3830
|
-
readonly albumId: {
|
|
3831
|
-
readonly type: "integer";
|
|
3832
|
-
readonly format: "int32";
|
|
3833
|
-
};
|
|
3834
|
-
readonly trackNumbers: {
|
|
3835
|
-
readonly type: "array";
|
|
3836
|
-
readonly items: {
|
|
3837
|
-
readonly type: "integer";
|
|
3838
|
-
readonly format: "int32";
|
|
3839
|
-
};
|
|
3840
|
-
readonly nullable: true;
|
|
3841
|
-
};
|
|
3842
|
-
readonly trackFileId: {
|
|
3843
|
-
readonly type: "integer";
|
|
3844
|
-
readonly format: "int32";
|
|
3845
|
-
};
|
|
3846
|
-
readonly path: {
|
|
3847
|
-
readonly type: "string";
|
|
3848
|
-
readonly nullable: true;
|
|
3849
|
-
};
|
|
3850
|
-
readonly changes: {
|
|
3851
|
-
readonly type: "array";
|
|
3852
|
-
readonly items: {
|
|
3853
|
-
readonly $ref: "#/components/schemas/TagDifference";
|
|
3854
|
-
};
|
|
3855
|
-
readonly nullable: true;
|
|
3856
|
-
};
|
|
3857
|
-
};
|
|
3858
|
-
readonly additionalProperties: false;
|
|
3859
|
-
};
|
|
3860
|
-
export declare const RevisionSchema: {
|
|
3861
|
-
readonly type: "object";
|
|
3862
|
-
readonly properties: {
|
|
3863
|
-
readonly version: {
|
|
3864
|
-
readonly type: "integer";
|
|
3865
|
-
readonly format: "int32";
|
|
3866
|
-
};
|
|
3867
|
-
readonly real: {
|
|
3868
|
-
readonly type: "integer";
|
|
3869
|
-
readonly format: "int32";
|
|
3870
|
-
};
|
|
3871
|
-
readonly isRepack: {
|
|
3872
|
-
readonly type: "boolean";
|
|
3873
|
-
};
|
|
3874
|
-
};
|
|
3875
|
-
readonly additionalProperties: false;
|
|
3876
|
-
};
|
|
3877
|
-
export declare const RootFolderResourceSchema: {
|
|
3878
|
-
readonly type: "object";
|
|
3879
|
-
readonly properties: {
|
|
3880
|
-
readonly id: {
|
|
3881
|
-
readonly type: "integer";
|
|
3882
|
-
readonly format: "int32";
|
|
3883
|
-
};
|
|
3884
|
-
readonly name: {
|
|
3885
|
-
readonly type: "string";
|
|
3886
|
-
readonly nullable: true;
|
|
3887
|
-
};
|
|
3888
|
-
readonly path: {
|
|
3889
|
-
readonly type: "string";
|
|
3890
|
-
readonly nullable: true;
|
|
3891
|
-
};
|
|
3892
|
-
readonly defaultMetadataProfileId: {
|
|
3893
|
-
readonly type: "integer";
|
|
3894
|
-
readonly format: "int32";
|
|
3895
|
-
};
|
|
3896
|
-
readonly defaultQualityProfileId: {
|
|
3897
|
-
readonly type: "integer";
|
|
3898
|
-
readonly format: "int32";
|
|
3899
|
-
};
|
|
3900
|
-
readonly defaultMonitorOption: {
|
|
3901
|
-
readonly $ref: "#/components/schemas/MonitorTypes";
|
|
3902
|
-
};
|
|
3903
|
-
readonly defaultNewItemMonitorOption: {
|
|
3904
|
-
readonly $ref: "#/components/schemas/NewItemMonitorTypes";
|
|
3905
|
-
};
|
|
3906
|
-
readonly defaultTags: {
|
|
3907
|
-
readonly uniqueItems: true;
|
|
3908
|
-
readonly type: "array";
|
|
3909
|
-
readonly items: {
|
|
3910
|
-
readonly type: "integer";
|
|
3911
|
-
readonly format: "int32";
|
|
3912
|
-
};
|
|
3913
|
-
readonly nullable: true;
|
|
3914
|
-
};
|
|
3915
|
-
readonly accessible: {
|
|
3916
|
-
readonly type: "boolean";
|
|
3917
|
-
};
|
|
3918
|
-
readonly freeSpace: {
|
|
3919
|
-
readonly type: "integer";
|
|
3920
|
-
readonly format: "int64";
|
|
3921
|
-
readonly nullable: true;
|
|
3922
|
-
};
|
|
3923
|
-
readonly totalSpace: {
|
|
3924
|
-
readonly type: "integer";
|
|
3925
|
-
readonly format: "int64";
|
|
3926
|
-
readonly nullable: true;
|
|
3927
|
-
};
|
|
3928
|
-
};
|
|
3929
|
-
readonly additionalProperties: false;
|
|
3930
|
-
};
|
|
3931
|
-
export declare const RuntimeModeSchema: {
|
|
3932
|
-
readonly enum: readonly ["console", "service", "tray"];
|
|
3933
|
-
readonly type: "string";
|
|
3934
|
-
};
|
|
3935
|
-
export declare const SearchResourceSchema: {
|
|
3936
|
-
readonly type: "object";
|
|
3937
|
-
readonly properties: {
|
|
3938
|
-
readonly id: {
|
|
3939
|
-
readonly type: "integer";
|
|
3940
|
-
readonly format: "int32";
|
|
3941
|
-
};
|
|
3942
|
-
readonly foreignId: {
|
|
3943
|
-
readonly type: "string";
|
|
3944
|
-
readonly nullable: true;
|
|
3945
|
-
};
|
|
3946
|
-
readonly artist: {
|
|
3947
|
-
readonly $ref: "#/components/schemas/ArtistResource";
|
|
3948
|
-
};
|
|
3949
|
-
readonly album: {
|
|
3950
|
-
readonly $ref: "#/components/schemas/AlbumResource";
|
|
3951
|
-
};
|
|
3952
|
-
};
|
|
3953
|
-
readonly additionalProperties: false;
|
|
3954
|
-
};
|
|
3955
|
-
export declare const SecondaryAlbumTypeSchema: {
|
|
3956
|
-
readonly type: "object";
|
|
3957
|
-
readonly properties: {
|
|
3958
|
-
readonly id: {
|
|
3959
|
-
readonly type: "integer";
|
|
3960
|
-
readonly format: "int32";
|
|
3961
|
-
};
|
|
3962
|
-
readonly name: {
|
|
3963
|
-
readonly type: "string";
|
|
3964
|
-
readonly nullable: true;
|
|
3965
|
-
};
|
|
3966
|
-
};
|
|
3967
|
-
readonly additionalProperties: false;
|
|
3968
|
-
};
|
|
3969
|
-
export declare const SelectOptionSchema: {
|
|
3970
|
-
readonly type: "object";
|
|
3971
|
-
readonly properties: {
|
|
3972
|
-
readonly value: {
|
|
3973
|
-
readonly type: "integer";
|
|
3974
|
-
readonly format: "int32";
|
|
3975
|
-
};
|
|
3976
|
-
readonly name: {
|
|
3977
|
-
readonly type: "string";
|
|
3978
|
-
readonly nullable: true;
|
|
3979
|
-
};
|
|
3980
|
-
readonly order: {
|
|
3981
|
-
readonly type: "integer";
|
|
3982
|
-
readonly format: "int32";
|
|
3983
|
-
};
|
|
3984
|
-
readonly hint: {
|
|
3985
|
-
readonly type: "string";
|
|
3986
|
-
readonly nullable: true;
|
|
3987
|
-
};
|
|
3988
|
-
};
|
|
3989
|
-
readonly additionalProperties: false;
|
|
3990
|
-
};
|
|
3991
|
-
export declare const SortDirectionSchema: {
|
|
3992
|
-
readonly enum: readonly ["default", "ascending", "descending"];
|
|
3993
|
-
readonly type: "string";
|
|
3994
|
-
};
|
|
3995
|
-
export declare const SystemResourceSchema: {
|
|
3996
|
-
readonly type: "object";
|
|
3997
|
-
readonly properties: {
|
|
3998
|
-
readonly appName: {
|
|
3999
|
-
readonly type: "string";
|
|
4000
|
-
readonly nullable: true;
|
|
4001
|
-
};
|
|
4002
|
-
readonly instanceName: {
|
|
4003
|
-
readonly type: "string";
|
|
4004
|
-
readonly nullable: true;
|
|
4005
|
-
};
|
|
4006
|
-
readonly version: {
|
|
4007
|
-
readonly type: "string";
|
|
4008
|
-
readonly nullable: true;
|
|
4009
|
-
};
|
|
4010
|
-
readonly buildTime: {
|
|
4011
|
-
readonly type: "string";
|
|
4012
|
-
readonly format: "date-time";
|
|
4013
|
-
};
|
|
4014
|
-
readonly isDebug: {
|
|
4015
|
-
readonly type: "boolean";
|
|
4016
|
-
};
|
|
4017
|
-
readonly isProduction: {
|
|
4018
|
-
readonly type: "boolean";
|
|
4019
|
-
};
|
|
4020
|
-
readonly isAdmin: {
|
|
4021
|
-
readonly type: "boolean";
|
|
4022
|
-
};
|
|
4023
|
-
readonly isUserInteractive: {
|
|
4024
|
-
readonly type: "boolean";
|
|
4025
|
-
};
|
|
4026
|
-
readonly startupPath: {
|
|
4027
|
-
readonly type: "string";
|
|
4028
|
-
readonly nullable: true;
|
|
4029
|
-
};
|
|
4030
|
-
readonly appData: {
|
|
4031
|
-
readonly type: "string";
|
|
4032
|
-
readonly nullable: true;
|
|
4033
|
-
};
|
|
4034
|
-
readonly osName: {
|
|
4035
|
-
readonly type: "string";
|
|
4036
|
-
readonly nullable: true;
|
|
4037
|
-
};
|
|
4038
|
-
readonly osVersion: {
|
|
4039
|
-
readonly type: "string";
|
|
4040
|
-
readonly nullable: true;
|
|
4041
|
-
};
|
|
4042
|
-
readonly isNetCore: {
|
|
4043
|
-
readonly type: "boolean";
|
|
4044
|
-
};
|
|
4045
|
-
readonly isLinux: {
|
|
4046
|
-
readonly type: "boolean";
|
|
4047
|
-
};
|
|
4048
|
-
readonly isOsx: {
|
|
4049
|
-
readonly type: "boolean";
|
|
4050
|
-
};
|
|
4051
|
-
readonly isWindows: {
|
|
4052
|
-
readonly type: "boolean";
|
|
4053
|
-
};
|
|
4054
|
-
readonly isDocker: {
|
|
4055
|
-
readonly type: "boolean";
|
|
4056
|
-
};
|
|
4057
|
-
readonly mode: {
|
|
4058
|
-
readonly $ref: "#/components/schemas/RuntimeMode";
|
|
4059
|
-
};
|
|
4060
|
-
readonly branch: {
|
|
4061
|
-
readonly type: "string";
|
|
4062
|
-
readonly nullable: true;
|
|
4063
|
-
};
|
|
4064
|
-
readonly databaseType: {
|
|
4065
|
-
readonly $ref: "#/components/schemas/DatabaseType";
|
|
4066
|
-
};
|
|
4067
|
-
readonly databaseVersion: {
|
|
4068
|
-
readonly type: "string";
|
|
4069
|
-
readonly nullable: true;
|
|
4070
|
-
};
|
|
4071
|
-
readonly authentication: {
|
|
4072
|
-
readonly $ref: "#/components/schemas/AuthenticationType";
|
|
4073
|
-
};
|
|
4074
|
-
readonly migrationVersion: {
|
|
4075
|
-
readonly type: "integer";
|
|
4076
|
-
readonly format: "int32";
|
|
4077
|
-
};
|
|
4078
|
-
readonly urlBase: {
|
|
4079
|
-
readonly type: "string";
|
|
4080
|
-
readonly nullable: true;
|
|
4081
|
-
};
|
|
4082
|
-
readonly runtimeVersion: {
|
|
4083
|
-
readonly type: "string";
|
|
4084
|
-
readonly nullable: true;
|
|
4085
|
-
};
|
|
4086
|
-
readonly runtimeName: {
|
|
4087
|
-
readonly type: "string";
|
|
4088
|
-
readonly nullable: true;
|
|
4089
|
-
};
|
|
4090
|
-
readonly startTime: {
|
|
4091
|
-
readonly type: "string";
|
|
4092
|
-
readonly format: "date-time";
|
|
4093
|
-
};
|
|
4094
|
-
readonly packageVersion: {
|
|
4095
|
-
readonly type: "string";
|
|
4096
|
-
readonly nullable: true;
|
|
4097
|
-
};
|
|
4098
|
-
readonly packageAuthor: {
|
|
4099
|
-
readonly type: "string";
|
|
4100
|
-
readonly nullable: true;
|
|
4101
|
-
};
|
|
4102
|
-
readonly packageUpdateMechanism: {
|
|
4103
|
-
readonly $ref: "#/components/schemas/UpdateMechanism";
|
|
4104
|
-
};
|
|
4105
|
-
readonly packageUpdateMechanismMessage: {
|
|
4106
|
-
readonly type: "string";
|
|
4107
|
-
readonly nullable: true;
|
|
4108
|
-
};
|
|
4109
|
-
};
|
|
4110
|
-
readonly additionalProperties: false;
|
|
4111
|
-
};
|
|
4112
|
-
export declare const TagDetailsResourceSchema: {
|
|
4113
|
-
readonly type: "object";
|
|
4114
|
-
readonly properties: {
|
|
4115
|
-
readonly id: {
|
|
4116
|
-
readonly type: "integer";
|
|
4117
|
-
readonly format: "int32";
|
|
4118
|
-
};
|
|
4119
|
-
readonly label: {
|
|
4120
|
-
readonly type: "string";
|
|
4121
|
-
readonly nullable: true;
|
|
4122
|
-
};
|
|
4123
|
-
readonly delayProfileIds: {
|
|
4124
|
-
readonly type: "array";
|
|
4125
|
-
readonly items: {
|
|
4126
|
-
readonly type: "integer";
|
|
4127
|
-
readonly format: "int32";
|
|
4128
|
-
};
|
|
4129
|
-
readonly nullable: true;
|
|
4130
|
-
};
|
|
4131
|
-
readonly importListIds: {
|
|
4132
|
-
readonly type: "array";
|
|
4133
|
-
readonly items: {
|
|
4134
|
-
readonly type: "integer";
|
|
4135
|
-
readonly format: "int32";
|
|
4136
|
-
};
|
|
4137
|
-
readonly nullable: true;
|
|
4138
|
-
};
|
|
4139
|
-
readonly notificationIds: {
|
|
4140
|
-
readonly type: "array";
|
|
4141
|
-
readonly items: {
|
|
4142
|
-
readonly type: "integer";
|
|
4143
|
-
readonly format: "int32";
|
|
4144
|
-
};
|
|
4145
|
-
readonly nullable: true;
|
|
4146
|
-
};
|
|
4147
|
-
readonly restrictionIds: {
|
|
4148
|
-
readonly type: "array";
|
|
4149
|
-
readonly items: {
|
|
4150
|
-
readonly type: "integer";
|
|
4151
|
-
readonly format: "int32";
|
|
4152
|
-
};
|
|
4153
|
-
readonly nullable: true;
|
|
4154
|
-
};
|
|
4155
|
-
readonly indexerIds: {
|
|
4156
|
-
readonly type: "array";
|
|
4157
|
-
readonly items: {
|
|
4158
|
-
readonly type: "integer";
|
|
4159
|
-
readonly format: "int32";
|
|
4160
|
-
};
|
|
4161
|
-
readonly nullable: true;
|
|
4162
|
-
};
|
|
4163
|
-
readonly downloadClientIds: {
|
|
4164
|
-
readonly type: "array";
|
|
4165
|
-
readonly items: {
|
|
4166
|
-
readonly type: "integer";
|
|
4167
|
-
readonly format: "int32";
|
|
4168
|
-
};
|
|
4169
|
-
readonly nullable: true;
|
|
4170
|
-
};
|
|
4171
|
-
readonly autoTagIds: {
|
|
4172
|
-
readonly type: "array";
|
|
4173
|
-
readonly items: {
|
|
4174
|
-
readonly type: "integer";
|
|
4175
|
-
readonly format: "int32";
|
|
4176
|
-
};
|
|
4177
|
-
readonly nullable: true;
|
|
4178
|
-
};
|
|
4179
|
-
readonly artistIds: {
|
|
4180
|
-
readonly type: "array";
|
|
4181
|
-
readonly items: {
|
|
4182
|
-
readonly type: "integer";
|
|
4183
|
-
readonly format: "int32";
|
|
4184
|
-
};
|
|
4185
|
-
readonly nullable: true;
|
|
4186
|
-
};
|
|
4187
|
-
};
|
|
4188
|
-
readonly additionalProperties: false;
|
|
4189
|
-
};
|
|
4190
|
-
export declare const TagDifferenceSchema: {
|
|
4191
|
-
readonly type: "object";
|
|
4192
|
-
readonly properties: {
|
|
4193
|
-
readonly field: {
|
|
4194
|
-
readonly type: "string";
|
|
4195
|
-
readonly nullable: true;
|
|
4196
|
-
};
|
|
4197
|
-
readonly oldValue: {
|
|
4198
|
-
readonly type: "string";
|
|
4199
|
-
readonly nullable: true;
|
|
4200
|
-
};
|
|
4201
|
-
readonly newValue: {
|
|
4202
|
-
readonly type: "string";
|
|
4203
|
-
readonly nullable: true;
|
|
4204
|
-
};
|
|
4205
|
-
};
|
|
4206
|
-
readonly additionalProperties: false;
|
|
4207
|
-
};
|
|
4208
|
-
export declare const TagResourceSchema: {
|
|
4209
|
-
readonly type: "object";
|
|
4210
|
-
readonly properties: {
|
|
4211
|
-
readonly id: {
|
|
4212
|
-
readonly type: "integer";
|
|
4213
|
-
readonly format: "int32";
|
|
4214
|
-
};
|
|
4215
|
-
readonly label: {
|
|
4216
|
-
readonly type: "string";
|
|
4217
|
-
readonly nullable: true;
|
|
4218
|
-
};
|
|
4219
|
-
};
|
|
4220
|
-
readonly additionalProperties: false;
|
|
4221
|
-
};
|
|
4222
|
-
export declare const TaskResourceSchema: {
|
|
4223
|
-
readonly type: "object";
|
|
4224
|
-
readonly properties: {
|
|
4225
|
-
readonly id: {
|
|
4226
|
-
readonly type: "integer";
|
|
4227
|
-
readonly format: "int32";
|
|
4228
|
-
};
|
|
4229
|
-
readonly name: {
|
|
4230
|
-
readonly type: "string";
|
|
4231
|
-
readonly nullable: true;
|
|
4232
|
-
};
|
|
4233
|
-
readonly taskName: {
|
|
4234
|
-
readonly type: "string";
|
|
4235
|
-
readonly nullable: true;
|
|
4236
|
-
};
|
|
4237
|
-
readonly interval: {
|
|
4238
|
-
readonly type: "integer";
|
|
4239
|
-
readonly format: "int32";
|
|
4240
|
-
};
|
|
4241
|
-
readonly lastExecution: {
|
|
4242
|
-
readonly type: "string";
|
|
4243
|
-
readonly format: "date-time";
|
|
4244
|
-
};
|
|
4245
|
-
readonly lastStartTime: {
|
|
4246
|
-
readonly type: "string";
|
|
4247
|
-
readonly format: "date-time";
|
|
4248
|
-
};
|
|
4249
|
-
readonly nextExecution: {
|
|
4250
|
-
readonly type: "string";
|
|
4251
|
-
readonly format: "date-time";
|
|
4252
|
-
};
|
|
4253
|
-
readonly lastDuration: {
|
|
4254
|
-
readonly type: "string";
|
|
4255
|
-
readonly format: "date-span";
|
|
4256
|
-
readonly readOnly: true;
|
|
4257
|
-
};
|
|
4258
|
-
};
|
|
4259
|
-
readonly additionalProperties: false;
|
|
4260
|
-
};
|
|
4261
|
-
export declare const TrackFileListResourceSchema: {
|
|
4262
|
-
readonly type: "object";
|
|
4263
|
-
readonly properties: {
|
|
4264
|
-
readonly trackFileIds: {
|
|
4265
|
-
readonly type: "array";
|
|
4266
|
-
readonly items: {
|
|
4267
|
-
readonly type: "integer";
|
|
4268
|
-
readonly format: "int32";
|
|
4269
|
-
};
|
|
4270
|
-
readonly nullable: true;
|
|
4271
|
-
};
|
|
4272
|
-
readonly quality: {
|
|
4273
|
-
readonly $ref: "#/components/schemas/QualityModel";
|
|
4274
|
-
};
|
|
4275
|
-
readonly sceneName: {
|
|
4276
|
-
readonly type: "string";
|
|
4277
|
-
readonly nullable: true;
|
|
4278
|
-
};
|
|
4279
|
-
readonly releaseGroup: {
|
|
4280
|
-
readonly type: "string";
|
|
4281
|
-
readonly nullable: true;
|
|
4282
|
-
};
|
|
4283
|
-
};
|
|
4284
|
-
readonly additionalProperties: false;
|
|
4285
|
-
};
|
|
4286
|
-
export declare const TrackFileResourceSchema: {
|
|
4287
|
-
readonly type: "object";
|
|
4288
|
-
readonly properties: {
|
|
4289
|
-
readonly id: {
|
|
4290
|
-
readonly type: "integer";
|
|
4291
|
-
readonly format: "int32";
|
|
4292
|
-
};
|
|
4293
|
-
readonly artistId: {
|
|
4294
|
-
readonly type: "integer";
|
|
4295
|
-
readonly format: "int32";
|
|
4296
|
-
};
|
|
4297
|
-
readonly albumId: {
|
|
4298
|
-
readonly type: "integer";
|
|
4299
|
-
readonly format: "int32";
|
|
4300
|
-
};
|
|
4301
|
-
readonly path: {
|
|
4302
|
-
readonly type: "string";
|
|
4303
|
-
readonly nullable: true;
|
|
4304
|
-
};
|
|
4305
|
-
readonly size: {
|
|
4306
|
-
readonly type: "integer";
|
|
4307
|
-
readonly format: "int64";
|
|
4308
|
-
};
|
|
4309
|
-
readonly dateAdded: {
|
|
4310
|
-
readonly type: "string";
|
|
4311
|
-
readonly format: "date-time";
|
|
4312
|
-
};
|
|
4313
|
-
readonly sceneName: {
|
|
4314
|
-
readonly type: "string";
|
|
4315
|
-
readonly nullable: true;
|
|
4316
|
-
};
|
|
4317
|
-
readonly releaseGroup: {
|
|
4318
|
-
readonly type: "string";
|
|
4319
|
-
readonly nullable: true;
|
|
4320
|
-
};
|
|
4321
|
-
readonly quality: {
|
|
4322
|
-
readonly $ref: "#/components/schemas/QualityModel";
|
|
4323
|
-
};
|
|
4324
|
-
readonly qualityWeight: {
|
|
4325
|
-
readonly type: "integer";
|
|
4326
|
-
readonly format: "int32";
|
|
4327
|
-
};
|
|
4328
|
-
readonly customFormats: {
|
|
4329
|
-
readonly type: "array";
|
|
4330
|
-
readonly items: {
|
|
4331
|
-
readonly $ref: "#/components/schemas/CustomFormatResource";
|
|
4332
|
-
};
|
|
4333
|
-
readonly nullable: true;
|
|
4334
|
-
};
|
|
4335
|
-
readonly customFormatScore: {
|
|
4336
|
-
readonly type: "integer";
|
|
4337
|
-
readonly format: "int32";
|
|
4338
|
-
};
|
|
4339
|
-
readonly indexerFlags: {
|
|
4340
|
-
readonly type: "integer";
|
|
4341
|
-
readonly format: "int32";
|
|
4342
|
-
readonly nullable: true;
|
|
4343
|
-
};
|
|
4344
|
-
readonly mediaInfo: {
|
|
4345
|
-
readonly $ref: "#/components/schemas/MediaInfoResource";
|
|
4346
|
-
};
|
|
4347
|
-
readonly qualityCutoffNotMet: {
|
|
4348
|
-
readonly type: "boolean";
|
|
4349
|
-
};
|
|
4350
|
-
readonly audioTags: {
|
|
4351
|
-
readonly $ref: "#/components/schemas/ParsedTrackInfo";
|
|
4352
|
-
};
|
|
4353
|
-
};
|
|
4354
|
-
readonly additionalProperties: false;
|
|
4355
|
-
};
|
|
4356
|
-
export declare const TrackResourceSchema: {
|
|
4357
|
-
readonly type: "object";
|
|
4358
|
-
readonly properties: {
|
|
4359
|
-
readonly id: {
|
|
4360
|
-
readonly type: "integer";
|
|
4361
|
-
readonly format: "int32";
|
|
4362
|
-
};
|
|
4363
|
-
readonly artistId: {
|
|
4364
|
-
readonly type: "integer";
|
|
4365
|
-
readonly format: "int32";
|
|
4366
|
-
};
|
|
4367
|
-
readonly foreignTrackId: {
|
|
4368
|
-
readonly type: "string";
|
|
4369
|
-
readonly nullable: true;
|
|
4370
|
-
};
|
|
4371
|
-
readonly foreignRecordingId: {
|
|
4372
|
-
readonly type: "string";
|
|
4373
|
-
readonly nullable: true;
|
|
4374
|
-
};
|
|
4375
|
-
readonly trackFileId: {
|
|
4376
|
-
readonly type: "integer";
|
|
4377
|
-
readonly format: "int32";
|
|
4378
|
-
};
|
|
4379
|
-
readonly albumId: {
|
|
4380
|
-
readonly type: "integer";
|
|
4381
|
-
readonly format: "int32";
|
|
4382
|
-
};
|
|
4383
|
-
readonly explicit: {
|
|
4384
|
-
readonly type: "boolean";
|
|
4385
|
-
};
|
|
4386
|
-
readonly absoluteTrackNumber: {
|
|
4387
|
-
readonly type: "integer";
|
|
4388
|
-
readonly format: "int32";
|
|
4389
|
-
};
|
|
4390
|
-
readonly trackNumber: {
|
|
4391
|
-
readonly type: "string";
|
|
4392
|
-
readonly nullable: true;
|
|
4393
|
-
};
|
|
4394
|
-
readonly title: {
|
|
4395
|
-
readonly type: "string";
|
|
4396
|
-
readonly nullable: true;
|
|
4397
|
-
};
|
|
4398
|
-
readonly duration: {
|
|
4399
|
-
readonly type: "integer";
|
|
4400
|
-
readonly format: "int32";
|
|
4401
|
-
};
|
|
4402
|
-
readonly trackFile: {
|
|
4403
|
-
readonly $ref: "#/components/schemas/TrackFileResource";
|
|
4404
|
-
};
|
|
4405
|
-
readonly mediumNumber: {
|
|
4406
|
-
readonly type: "integer";
|
|
4407
|
-
readonly format: "int32";
|
|
4408
|
-
};
|
|
4409
|
-
readonly hasFile: {
|
|
4410
|
-
readonly type: "boolean";
|
|
4411
|
-
};
|
|
4412
|
-
readonly artist: {
|
|
4413
|
-
readonly $ref: "#/components/schemas/ArtistResource";
|
|
4414
|
-
};
|
|
4415
|
-
readonly ratings: {
|
|
4416
|
-
readonly $ref: "#/components/schemas/Ratings";
|
|
4417
|
-
};
|
|
4418
|
-
};
|
|
4419
|
-
readonly additionalProperties: false;
|
|
4420
|
-
};
|
|
4421
|
-
export declare const TrackedDownloadStateSchema: {
|
|
4422
|
-
readonly enum: readonly ["downloading", "downloadFailed", "downloadFailedPending", "importBlocked", "importPending", "importing", "importFailed", "imported", "ignored"];
|
|
4423
|
-
readonly type: "string";
|
|
4424
|
-
};
|
|
4425
|
-
export declare const TrackedDownloadStatusSchema: {
|
|
4426
|
-
readonly enum: readonly ["ok", "warning", "error"];
|
|
4427
|
-
readonly type: "string";
|
|
4428
|
-
};
|
|
4429
|
-
export declare const TrackedDownloadStatusMessageSchema: {
|
|
4430
|
-
readonly type: "object";
|
|
4431
|
-
readonly properties: {
|
|
4432
|
-
readonly title: {
|
|
4433
|
-
readonly type: "string";
|
|
4434
|
-
readonly nullable: true;
|
|
4435
|
-
};
|
|
4436
|
-
readonly messages: {
|
|
4437
|
-
readonly type: "array";
|
|
4438
|
-
readonly items: {
|
|
4439
|
-
readonly type: "string";
|
|
4440
|
-
};
|
|
4441
|
-
readonly nullable: true;
|
|
4442
|
-
};
|
|
4443
|
-
};
|
|
4444
|
-
readonly additionalProperties: false;
|
|
4445
|
-
};
|
|
4446
|
-
export declare const UiConfigResourceSchema: {
|
|
4447
|
-
readonly type: "object";
|
|
4448
|
-
readonly properties: {
|
|
4449
|
-
readonly id: {
|
|
4450
|
-
readonly type: "integer";
|
|
4451
|
-
readonly format: "int32";
|
|
4452
|
-
};
|
|
4453
|
-
readonly firstDayOfWeek: {
|
|
4454
|
-
readonly type: "integer";
|
|
4455
|
-
readonly format: "int32";
|
|
4456
|
-
};
|
|
4457
|
-
readonly calendarWeekColumnHeader: {
|
|
4458
|
-
readonly type: "string";
|
|
4459
|
-
readonly nullable: true;
|
|
4460
|
-
};
|
|
4461
|
-
readonly shortDateFormat: {
|
|
4462
|
-
readonly type: "string";
|
|
4463
|
-
readonly nullable: true;
|
|
4464
|
-
};
|
|
4465
|
-
readonly longDateFormat: {
|
|
4466
|
-
readonly type: "string";
|
|
4467
|
-
readonly nullable: true;
|
|
4468
|
-
};
|
|
4469
|
-
readonly timeFormat: {
|
|
4470
|
-
readonly type: "string";
|
|
4471
|
-
readonly nullable: true;
|
|
4472
|
-
};
|
|
4473
|
-
readonly showRelativeDates: {
|
|
4474
|
-
readonly type: "boolean";
|
|
4475
|
-
};
|
|
4476
|
-
readonly enableColorImpairedMode: {
|
|
4477
|
-
readonly type: "boolean";
|
|
4478
|
-
};
|
|
4479
|
-
readonly uiLanguage: {
|
|
4480
|
-
readonly type: "integer";
|
|
4481
|
-
readonly format: "int32";
|
|
4482
|
-
};
|
|
4483
|
-
readonly expandAlbumByDefault: {
|
|
4484
|
-
readonly type: "boolean";
|
|
4485
|
-
};
|
|
4486
|
-
readonly expandSingleByDefault: {
|
|
4487
|
-
readonly type: "boolean";
|
|
4488
|
-
};
|
|
4489
|
-
readonly expandEPByDefault: {
|
|
4490
|
-
readonly type: "boolean";
|
|
4491
|
-
};
|
|
4492
|
-
readonly expandBroadcastByDefault: {
|
|
4493
|
-
readonly type: "boolean";
|
|
4494
|
-
};
|
|
4495
|
-
readonly expandOtherByDefault: {
|
|
4496
|
-
readonly type: "boolean";
|
|
4497
|
-
};
|
|
4498
|
-
readonly theme: {
|
|
4499
|
-
readonly type: "string";
|
|
4500
|
-
readonly nullable: true;
|
|
4501
|
-
};
|
|
4502
|
-
};
|
|
4503
|
-
readonly additionalProperties: false;
|
|
4504
|
-
};
|
|
4505
|
-
export declare const UpdateChangesSchema: {
|
|
4506
|
-
readonly type: "object";
|
|
4507
|
-
readonly properties: {
|
|
4508
|
-
readonly new: {
|
|
4509
|
-
readonly type: "array";
|
|
4510
|
-
readonly items: {
|
|
4511
|
-
readonly type: "string";
|
|
4512
|
-
};
|
|
4513
|
-
readonly nullable: true;
|
|
4514
|
-
};
|
|
4515
|
-
readonly fixed: {
|
|
4516
|
-
readonly type: "array";
|
|
4517
|
-
readonly items: {
|
|
4518
|
-
readonly type: "string";
|
|
4519
|
-
};
|
|
4520
|
-
readonly nullable: true;
|
|
4521
|
-
};
|
|
4522
|
-
};
|
|
4523
|
-
readonly additionalProperties: false;
|
|
4524
|
-
};
|
|
4525
|
-
export declare const UpdateMechanismSchema: {
|
|
4526
|
-
readonly enum: readonly ["builtIn", "script", "external", "apt", "docker"];
|
|
4527
|
-
readonly type: "string";
|
|
4528
|
-
};
|
|
4529
|
-
export declare const UpdateResourceSchema: {
|
|
4530
|
-
readonly type: "object";
|
|
4531
|
-
readonly properties: {
|
|
4532
|
-
readonly id: {
|
|
4533
|
-
readonly type: "integer";
|
|
4534
|
-
readonly format: "int32";
|
|
4535
|
-
};
|
|
4536
|
-
readonly version: {
|
|
4537
|
-
readonly type: "string";
|
|
4538
|
-
readonly nullable: true;
|
|
4539
|
-
};
|
|
4540
|
-
readonly branch: {
|
|
4541
|
-
readonly type: "string";
|
|
4542
|
-
readonly nullable: true;
|
|
4543
|
-
};
|
|
4544
|
-
readonly releaseDate: {
|
|
4545
|
-
readonly type: "string";
|
|
4546
|
-
readonly format: "date-time";
|
|
4547
|
-
};
|
|
4548
|
-
readonly fileName: {
|
|
4549
|
-
readonly type: "string";
|
|
4550
|
-
readonly nullable: true;
|
|
4551
|
-
};
|
|
4552
|
-
readonly url: {
|
|
4553
|
-
readonly type: "string";
|
|
4554
|
-
readonly nullable: true;
|
|
4555
|
-
};
|
|
4556
|
-
readonly installed: {
|
|
4557
|
-
readonly type: "boolean";
|
|
4558
|
-
};
|
|
4559
|
-
readonly installedOn: {
|
|
4560
|
-
readonly type: "string";
|
|
4561
|
-
readonly format: "date-time";
|
|
4562
|
-
readonly nullable: true;
|
|
4563
|
-
};
|
|
4564
|
-
readonly installable: {
|
|
4565
|
-
readonly type: "boolean";
|
|
4566
|
-
};
|
|
4567
|
-
readonly latest: {
|
|
4568
|
-
readonly type: "boolean";
|
|
4569
|
-
};
|
|
4570
|
-
readonly changes: {
|
|
4571
|
-
readonly $ref: "#/components/schemas/UpdateChanges";
|
|
4572
|
-
};
|
|
4573
|
-
readonly hash: {
|
|
4574
|
-
readonly type: "string";
|
|
4575
|
-
readonly nullable: true;
|
|
4576
|
-
};
|
|
4577
|
-
};
|
|
4578
|
-
readonly additionalProperties: false;
|
|
4579
|
-
};
|
|
4580
|
-
export declare const WriteAudioTagsTypeSchema: {
|
|
4581
|
-
readonly enum: readonly ["no", "newFiles", "allFiles", "sync"];
|
|
4582
|
-
readonly type: "string";
|
|
4583
|
-
};
|
|
4584
|
-
//# sourceMappingURL=schemas.gen.d.ts.map
|