@chill-institute/contracts 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=js+dts,import_extension=js"
2
2
  // @generated from file chill/v4/api.proto (package chill.v4, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
@@ -72,7 +72,7 @@ export declare type Indexer = Message<"chill.v4.Indexer"> & {
72
72
  /**
73
73
  * @generated from field: optional chill.v4.IndexerStatus status = 6;
74
74
  */
75
- status?: IndexerStatus;
75
+ status?: IndexerStatus | undefined;
76
76
  };
77
77
 
78
78
  /**
@@ -152,7 +152,7 @@ export declare type UserIndexer = Message<"chill.v4.UserIndexer"> & {
152
152
  /**
153
153
  * @generated from field: optional chill.v4.IndexerStatus status = 7;
154
154
  */
155
- status?: IndexerStatus;
155
+ status?: IndexerStatus | undefined;
156
156
  };
157
157
 
158
158
  /**
@@ -204,7 +204,7 @@ export declare type SearchResult = Message<"chill.v4.SearchResult"> & {
204
204
  /**
205
205
  * @generated from field: optional string imdb_id = 5;
206
206
  */
207
- imdbId?: string;
207
+ imdbId?: string | undefined;
208
208
 
209
209
  /**
210
210
  * @generated from field: int64 peers = 6;
@@ -271,7 +271,7 @@ export declare type UserSearchRequest = Message<"chill.v4.UserSearchRequest"> &
271
271
  /**
272
272
  * @generated from field: optional string indexer_id = 2;
273
273
  */
274
- indexerId?: string;
274
+ indexerId?: string | undefined;
275
275
  };
276
276
 
277
277
  /**
@@ -763,7 +763,7 @@ export declare type GetTVShowDetailResponse = Message<"chill.v4.GetTVShowDetailR
763
763
  /**
764
764
  * @generated from field: chill.v4.TVShowDetail show = 1;
765
765
  */
766
- show?: TVShowDetail;
766
+ show?: TVShowDetail | undefined;
767
767
 
768
768
  /**
769
769
  * @generated from field: repeated chill.v4.TVShowSeason seasons = 2;
@@ -815,7 +815,7 @@ export declare type GetTVShowSeasonResponse = Message<"chill.v4.GetTVShowSeasonR
815
815
  /**
816
816
  * @generated from field: chill.v4.TVShowSeason season = 3;
817
817
  */
818
- season?: TVShowSeason;
818
+ season?: TVShowSeason | undefined;
819
819
 
820
820
  /**
821
821
  * @generated from field: repeated chill.v4.TVShowEpisode episodes = 4;
@@ -881,7 +881,7 @@ export declare type TVShowDownload = Message<"chill.v4.TVShowDownload"> & {
881
881
  /**
882
882
  * @generated from field: optional int32 episode_number = 10;
883
883
  */
884
- episodeNumber?: number;
884
+ episodeNumber?: number | undefined;
885
885
  };
886
886
 
887
887
  /**
@@ -923,7 +923,7 @@ export declare type GetTVShowEpisodeDownloadResponse = Message<"chill.v4.GetTVSh
923
923
  /**
924
924
  * @generated from field: optional chill.v4.TVShowDownload download = 1;
925
925
  */
926
- download?: TVShowDownload;
926
+ download?: TVShowDownload | undefined;
927
927
 
928
928
  /**
929
929
  * @generated from field: string search_query = 2;
@@ -965,7 +965,7 @@ export declare type GetTVShowSeasonDownloadsResponse = Message<"chill.v4.GetTVSh
965
965
  /**
966
966
  * @generated from field: optional chill.v4.TVShowDownload season_pack = 1;
967
967
  */
968
- seasonPack?: TVShowDownload;
968
+ seasonPack?: TVShowDownload | undefined;
969
969
 
970
970
  /**
971
971
  * @generated from field: repeated chill.v4.TVShowEpisodeDownloadResult episodes = 2;
@@ -996,7 +996,7 @@ export declare type TVShowEpisodeDownloadResult = Message<"chill.v4.TVShowEpisod
996
996
  /**
997
997
  * @generated from field: optional chill.v4.TVShowDownload download = 2;
998
998
  */
999
- download?: TVShowDownload;
999
+ download?: TVShowDownload | undefined;
1000
1000
 
1001
1001
  /**
1002
1002
  * @generated from field: string search_query = 3;
@@ -1039,7 +1039,7 @@ export declare type UserSettings = Message<"chill.v4.UserSettings"> & {
1039
1039
  /**
1040
1040
  * @generated from field: optional int64 download_folder_id = 3;
1041
1041
  */
1042
- downloadFolderId?: bigint;
1042
+ downloadFolderId?: bigint | undefined;
1043
1043
 
1044
1044
  /**
1045
1045
  * @generated from field: bool filter_nasty_results = 4;
@@ -1125,7 +1125,7 @@ export declare type SaveUserSettingsRequest = Message<"chill.v4.SaveUserSettings
1125
1125
  /**
1126
1126
  * @generated from field: chill.v4.UserSettings settings = 1;
1127
1127
  */
1128
- settings?: UserSettings;
1128
+ settings?: UserSettings | undefined;
1129
1129
  };
1130
1130
 
1131
1131
  /**
@@ -1162,7 +1162,7 @@ export declare type AddTransferResponse = Message<"chill.v4.AddTransferResponse"
1162
1162
  /**
1163
1163
  * @generated from field: chill.v4.Transfer transfer = 2;
1164
1164
  */
1165
- transfer?: Transfer;
1165
+ transfer?: Transfer | undefined;
1166
1166
  };
1167
1167
 
1168
1168
  /**
@@ -1194,7 +1194,7 @@ export declare type GetTransferResponse = Message<"chill.v4.GetTransferResponse"
1194
1194
  /**
1195
1195
  * @generated from field: chill.v4.Transfer transfer = 1;
1196
1196
  */
1197
- transfer?: Transfer;
1197
+ transfer?: Transfer | undefined;
1198
1198
  };
1199
1199
 
1200
1200
  /**
@@ -1285,17 +1285,17 @@ export declare type Transfer = Message<"chill.v4.Transfer"> & {
1285
1285
  /**
1286
1286
  * @generated from field: optional int64 file_id = 16;
1287
1287
  */
1288
- fileId?: bigint;
1288
+ fileId?: bigint | undefined;
1289
1289
 
1290
1290
  /**
1291
1291
  * @generated from field: optional string file_url = 17;
1292
1292
  */
1293
- fileUrl?: string;
1293
+ fileUrl?: string | undefined;
1294
1294
 
1295
1295
  /**
1296
1296
  * @generated from field: optional int64 save_parent_id = 18;
1297
1297
  */
1298
- saveParentId?: bigint;
1298
+ saveParentId?: bigint | undefined;
1299
1299
 
1300
1300
  /**
1301
1301
  * @generated from field: string source = 19;
@@ -1305,12 +1305,12 @@ export declare type Transfer = Message<"chill.v4.Transfer"> & {
1305
1305
  /**
1306
1306
  * @generated from field: optional string created_at = 20;
1307
1307
  */
1308
- createdAt?: string;
1308
+ createdAt?: string | undefined;
1309
1309
 
1310
1310
  /**
1311
1311
  * @generated from field: optional string finished_at = 21;
1312
1312
  */
1313
- finishedAt?: string;
1313
+ finishedAt?: string | undefined;
1314
1314
 
1315
1315
  /**
1316
1316
  * @generated from field: bool is_finished = 22;
@@ -1343,7 +1343,7 @@ export declare type GetDownloadFolderResponse = Message<"chill.v4.GetDownloadFol
1343
1343
  /**
1344
1344
  * @generated from field: chill.v4.UserFile folder = 1;
1345
1345
  */
1346
- folder?: UserFile;
1346
+ folder?: UserFile | undefined;
1347
1347
  };
1348
1348
 
1349
1349
  /**
@@ -1411,7 +1411,7 @@ export declare type GetFolderResponse = Message<"chill.v4.GetFolderResponse"> &
1411
1411
  /**
1412
1412
  * @generated from field: chill.v4.UserFile parent = 1;
1413
1413
  */
1414
- parent?: UserFile;
1414
+ parent?: UserFile | undefined;
1415
1415
 
1416
1416
  /**
1417
1417
  * @generated from field: repeated chill.v4.UserFile files = 2;
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=js+dts,import_extension=js"
2
2
  // @generated from file chill/v4/api.proto (package chill.v4, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=js+dts,import_extension=js"
2
2
  // @generated from file protoc-gen-openapiv2/options/annotations.proto (package grpc.gateway.protoc_gen_openapiv2.options, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=js+dts,import_extension=js"
2
2
  // @generated from file protoc-gen-openapiv2/options/annotations.proto (package grpc.gateway.protoc_gen_openapiv2.options, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=js+dts,import_extension=js"
2
2
  // @generated from file protoc-gen-openapiv2/options/openapiv2.proto (package grpc.gateway.protoc_gen_openapiv2.options, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
@@ -57,7 +57,7 @@ export declare type Swagger = Message<"grpc.gateway.protoc_gen_openapiv2.options
57
57
  *
58
58
  * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.Info info = 2;
59
59
  */
60
- info?: Info;
60
+ info?: Info | undefined;
61
61
 
62
62
  /**
63
63
  * The host (name or ip) serving the API. This MUST be the host only and does
@@ -124,7 +124,7 @@ export declare type Swagger = Message<"grpc.gateway.protoc_gen_openapiv2.options
124
124
  *
125
125
  * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions security_definitions = 11;
126
126
  */
127
- securityDefinitions?: SecurityDefinitions;
127
+ securityDefinitions?: SecurityDefinitions | undefined;
128
128
 
129
129
  /**
130
130
  * A declaration of which security schemes are applied for the API as a whole.
@@ -149,7 +149,7 @@ export declare type Swagger = Message<"grpc.gateway.protoc_gen_openapiv2.options
149
149
  *
150
150
  * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation external_docs = 14;
151
151
  */
152
- externalDocs?: ExternalDocumentation;
152
+ externalDocs?: ExternalDocumentation | undefined;
153
153
 
154
154
  /**
155
155
  * Custom properties that start with "x-" such as "x-foo" used to describe
@@ -226,7 +226,7 @@ export declare type Operation = Message<"grpc.gateway.protoc_gen_openapiv2.optio
226
226
  *
227
227
  * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation external_docs = 4;
228
228
  */
229
- externalDocs?: ExternalDocumentation;
229
+ externalDocs?: ExternalDocumentation | undefined;
230
230
 
231
231
  /**
232
232
  * Unique string used to identify the operation. The id MUST be unique among
@@ -308,7 +308,7 @@ export declare type Operation = Message<"grpc.gateway.protoc_gen_openapiv2.optio
308
308
  *
309
309
  * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.Parameters parameters = 14;
310
310
  */
311
- parameters?: Parameters;
311
+ parameters?: Parameters | undefined;
312
312
  };
313
313
 
314
314
  /**
@@ -506,7 +506,7 @@ export declare type Response = Message<"grpc.gateway.protoc_gen_openapiv2.option
506
506
  *
507
507
  * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;
508
508
  */
509
- schema?: Schema;
509
+ schema?: Schema | undefined;
510
510
 
511
511
  /**
512
512
  * `Headers` A list of headers that are sent with the response.
@@ -597,14 +597,14 @@ export declare type Info = Message<"grpc.gateway.protoc_gen_openapiv2.options.In
597
597
  *
598
598
  * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.Contact contact = 4;
599
599
  */
600
- contact?: Contact;
600
+ contact?: Contact | undefined;
601
601
 
602
602
  /**
603
603
  * The license information for the exposed API.
604
604
  *
605
605
  * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.License license = 5;
606
606
  */
607
- license?: License;
607
+ license?: License | undefined;
608
608
 
609
609
  /**
610
610
  * Provides the version of the application API (not to be confused
@@ -784,7 +784,7 @@ export declare type Schema = Message<"grpc.gateway.protoc_gen_openapiv2.options.
784
784
  /**
785
785
  * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.JSONSchema json_schema = 1;
786
786
  */
787
- jsonSchema?: JSONSchema;
787
+ jsonSchema?: JSONSchema | undefined;
788
788
 
789
789
  /**
790
790
  * Adds support for polymorphism. The discriminator is the schema property
@@ -813,7 +813,7 @@ export declare type Schema = Message<"grpc.gateway.protoc_gen_openapiv2.options.
813
813
  *
814
814
  * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation external_docs = 5;
815
815
  */
816
- externalDocs?: ExternalDocumentation;
816
+ externalDocs?: ExternalDocumentation | undefined;
817
817
 
818
818
  /**
819
819
  * A free-form property to include an example of an instance for this schema in JSON.
@@ -884,7 +884,7 @@ export declare type EnumSchema = Message<"grpc.gateway.protoc_gen_openapiv2.opti
884
884
  *
885
885
  * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation external_docs = 6;
886
886
  */
887
- externalDocs?: ExternalDocumentation;
887
+ externalDocs?: ExternalDocumentation | undefined;
888
888
 
889
889
  /**
890
890
  * @generated from field: string example = 7;
@@ -1104,7 +1104,7 @@ export declare type JSONSchema = Message<"grpc.gateway.protoc_gen_openapiv2.opti
1104
1104
  *
1105
1105
  * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.FieldConfiguration field_configuration = 1001;
1106
1106
  */
1107
- fieldConfiguration?: JSONSchema_FieldConfiguration;
1107
+ fieldConfiguration?: JSONSchema_FieldConfiguration | undefined;
1108
1108
 
1109
1109
  /**
1110
1110
  * Custom properties that start with "x-" such as "x-foo" used to describe
@@ -1235,7 +1235,7 @@ export declare type Tag = Message<"grpc.gateway.protoc_gen_openapiv2.options.Tag
1235
1235
  *
1236
1236
  * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation external_docs = 3;
1237
1237
  */
1238
- externalDocs?: ExternalDocumentation;
1238
+ externalDocs?: ExternalDocumentation | undefined;
1239
1239
 
1240
1240
  /**
1241
1241
  * Custom properties that start with "x-" such as "x-foo" used to describe
@@ -1360,7 +1360,7 @@ export declare type SecurityScheme = Message<"grpc.gateway.protoc_gen_openapiv2.
1360
1360
  *
1361
1361
  * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.Scopes scopes = 8;
1362
1362
  */
1363
- scopes?: Scopes;
1363
+ scopes?: Scopes | undefined;
1364
1364
 
1365
1365
  /**
1366
1366
  * Custom properties that start with "x-" such as "x-foo" used to describe
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=js+dts,import_extension=js"
2
2
  // @generated from file protoc-gen-openapiv2/options/openapiv2.proto (package grpc.gateway.protoc_gen_openapiv2.options, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@chill-institute/contracts",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Canonical protobuf API contracts and generated client artifacts for Chill",
5
5
  "license": "MIT",
6
- "packageManager": "pnpm@10.15.1",
6
+ "packageManager": "pnpm@11.0.3",
7
7
  "type": "module",
8
8
  "sideEffects": false,
9
9
  "files": [
@@ -26,6 +26,6 @@
26
26
  "access": "public"
27
27
  },
28
28
  "dependencies": {
29
- "@bufbuild/protobuf": "^2.11.0"
29
+ "@bufbuild/protobuf": "^2.12.0"
30
30
  }
31
31
  }