@devvit/public-api 0.11.0-next-2024-07-10-c63149a74.0 → 0.11.0-next-2024-07-11-0bd3fccfe.0

Sign up to get free protection for your applications and to get access to all the features.
package/public-api.d.ts CHANGED
@@ -340,34 +340,6 @@ declare const Ack: {
340
340
  fromPartial(object: DeepPartial<Ack>): Ack;
341
341
  };
342
342
 
343
- declare interface AcknowledgeOrderDeliveryRequest {
344
- /** the order that is being acknowledged */
345
- orderId: string;
346
- }
347
-
348
- declare const AcknowledgeOrderDeliveryRequest: {
349
- $type: "devvit.plugin.payments.v1alpha.AcknowledgeOrderDeliveryRequest";
350
- encode(message: AcknowledgeOrderDeliveryRequest, writer?: _m0.Writer): _m0.Writer;
351
- decode(input: _m0.Reader | Uint8Array, length?: number): AcknowledgeOrderDeliveryRequest;
352
- fromJSON(object: any): AcknowledgeOrderDeliveryRequest;
353
- toJSON(message: AcknowledgeOrderDeliveryRequest): unknown;
354
- create(base?: DeepPartial_80<AcknowledgeOrderDeliveryRequest>): AcknowledgeOrderDeliveryRequest;
355
- fromPartial(object: DeepPartial_80<AcknowledgeOrderDeliveryRequest>): AcknowledgeOrderDeliveryRequest;
356
- };
357
-
358
- declare interface AcknowledgeOrderDeliveryResponse {
359
- }
360
-
361
- declare const AcknowledgeOrderDeliveryResponse: {
362
- $type: "devvit.plugin.payments.v1alpha.AcknowledgeOrderDeliveryResponse";
363
- encode(_: AcknowledgeOrderDeliveryResponse, writer?: _m0.Writer): _m0.Writer;
364
- decode(input: _m0.Reader | Uint8Array, length?: number): AcknowledgeOrderDeliveryResponse;
365
- fromJSON(_: any): AcknowledgeOrderDeliveryResponse;
366
- toJSON(_: AcknowledgeOrderDeliveryResponse): unknown;
367
- create(base?: DeepPartial_80<AcknowledgeOrderDeliveryResponse>): AcknowledgeOrderDeliveryResponse;
368
- fromPartial(_: DeepPartial_80<AcknowledgeOrderDeliveryResponse>): AcknowledgeOrderDeliveryResponse;
369
- };
370
-
371
343
  /**
372
344
  * Subclasses are expected to call config.init(), provides(), and uses(). It
373
345
  * is erroneous to not override the constructor. Override, invoke
@@ -378,7 +350,7 @@ declare abstract class Actor {
378
350
  }
379
351
 
380
352
  /** Any Known Actor Definitions */
381
- declare type ActorDefinition = AppSettingsDefinition | AssetResolverDefinition | BotDefinition | BuildPackDefinition | BuilderDefinition | BundleServiceDefinition | CacheUtilsDefinition | ClockDefinition | ContextActionDefinition | CustomActionsDefinition | CustomPostDefinition | CustomPostSnapshotResolverDefinition | DevvitProfilerDefinition | EnvelopeReceiverPortDefinition | FlairDefinition | GraphQLDefinition | HTTPDefinition | HelloDefinition | InspectorDefinition | InstallationSettingsDefinition | InstanceSettingsDefinition | KVStoreDefinition | LinkerDefinition | LinksAndCommentsDefinition | ListingsDefinition | LoggerDefinition | MediaServiceDefinition | ModInviteUtilsDefinition | ModNoteDefinition | ModerationDefinition | ModlogDefinition | NewModmailDefinition | OnAccountDeleteDefinition | OnAppInstallDefinition | OnAppUpgradeDefinition | OnCommentApproveDefinition | OnCommentCreateDefinition | OnCommentDeleteDefinition | OnCommentReportDefinition | OnCommentSubmitDefinition | OnCommentUpdateDefinition | OnModActionDefinition | OnModMailDefinition | PaymentsServiceDefinition | OnPostApproveDefinition | OnPostCreateDefinition | OnPostDeleteDefinition | OnPostFlairUpdateDefinition | OnPostReportDefinition | OnPostSubmitDefinition | OnPostUpdateDefinition | OnPostNsfwUpdateDefinition | OnPostSpoilerUpdateDefinition | OnSubredditSubscribeDefinition | PostCollectionsDefinition | PostFilterDefinition | PrivateMessagesDefinition | ProducerDefinition | RealtimeDefinition | RedditAPIV2Definition | RedisAPIDefinition | RemoteLogConsumerDefinition | RemoteLogPublisherDefinition | ResolverDefinition | SchedulerDefinition | SchedulerHandlerDefinition | SettingsDefinition | StreamBrokerDefinition | StreamsDefinition | SubredditMetadataResolverDefinition | SubredditsDefinition | TimerDefinition | TriggersDefinition | UIEventHandlerDefinition | UserConfigurableDefinition | UsersDefinition | V2EventsDefinition | WidgetsDefinition | WikiDefinition | WrapperTypesDefinition;
353
+ declare type ActorDefinition = AppSettingsDefinition | AssetResolverDefinition | BotDefinition | BuildPackDefinition | BuilderDefinition | BundleServiceDefinition | CacheUtilsDefinition | ClockDefinition | ContextActionDefinition | CustomActionsDefinition | CustomPostDefinition | CustomPostSnapshotResolverDefinition | DevvitProfilerDefinition | EnvelopeReceiverPortDefinition | FlairDefinition | GraphQLDefinition | HTTPDefinition | HelloDefinition | InspectorDefinition | InstallationSettingsDefinition | InstanceSettingsDefinition | KVStoreDefinition | LinkerDefinition | LinksAndCommentsDefinition | ListingsDefinition | LoggerDefinition | MediaServiceDefinition | ModInviteUtilsDefinition | ModNoteDefinition | ModerationDefinition | ModlogDefinition | NewModmailDefinition | OnAccountDeleteDefinition | OnAppInstallDefinition | OnAppUpgradeDefinition | OnCommentApproveDefinition | OnCommentCreateDefinition | OnCommentDeleteDefinition | OnCommentReportDefinition | OnCommentSubmitDefinition | OnCommentUpdateDefinition | OnModActionDefinition | OnModMailDefinition | OnPostApproveDefinition | OnPostCreateDefinition | OnPostDeleteDefinition | OnPostFlairUpdateDefinition | OnPostReportDefinition | OnPostSubmitDefinition | OnPostUpdateDefinition | OnPostNsfwUpdateDefinition | OnPostSpoilerUpdateDefinition | OnSubredditSubscribeDefinition | PostCollectionsDefinition | PostFilterDefinition | PrivateMessagesDefinition | ProducerDefinition | RealtimeDefinition | RedditAPIV2Definition | RedisAPIDefinition | RemoteLogConsumerDefinition | RemoteLogPublisherDefinition | ResolverDefinition | SchedulerDefinition | SchedulerHandlerDefinition | SettingsDefinition | StreamBrokerDefinition | StreamsDefinition | SubredditMetadataResolverDefinition | SubredditsDefinition | TimerDefinition | TriggersDefinition | UIEventHandlerDefinition | UserConfigurableDefinition | UsersDefinition | V2EventsDefinition | WidgetsDefinition | WikiDefinition | WrapperTypesDefinition;
382
354
 
383
355
  /** Map from any known actor name to their client. */
384
356
  declare type ActorNameClientMap = {
@@ -435,7 +407,6 @@ declare type ActorNameClientMap = {
435
407
  OnPostSubmit: OnPostSubmit;
436
408
  OnPostUpdate: OnPostUpdate;
437
409
  OnSubredditSubscribe: OnSubredditSubscribe;
438
- PaymentsService: PaymentsService;
439
410
  PostCollections: PostCollections;
440
411
  PostFilter: PostFilter;
441
412
  PrivateMessages: PrivateMessages;
@@ -612,8 +583,8 @@ declare const AddPostToCollectionRequest: {
612
583
  decode(input: _m0.Reader | Uint8Array, length?: number): AddPostToCollectionRequest;
613
584
  fromJSON(object: any): AddPostToCollectionRequest;
614
585
  toJSON(message: AddPostToCollectionRequest): unknown;
615
- create(base?: DeepPartial_82<AddPostToCollectionRequest>): AddPostToCollectionRequest;
616
- fromPartial(object: DeepPartial_82<AddPostToCollectionRequest>): AddPostToCollectionRequest;
586
+ create(base?: DeepPartial_80<AddPostToCollectionRequest>): AddPostToCollectionRequest;
587
+ fromPartial(object: DeepPartial_80<AddPostToCollectionRequest>): AddPostToCollectionRequest;
617
588
  };
618
589
 
619
590
  export declare type AddRemovalNoteOptions = Prettify<PostRemovalNoteRequest>;
@@ -1382,8 +1353,8 @@ declare const Arg: {
1382
1353
  decode(input: _m0.Reader | Uint8Array, length?: number): Arg;
1383
1354
  fromJSON(object: any): Arg;
1384
1355
  toJSON(message: Arg): unknown;
1385
- create(base?: DeepPartial_86<Arg>): Arg;
1386
- fromPartial(object: DeepPartial_86<Arg>): Arg;
1356
+ create(base?: DeepPartial_84<Arg>): Arg;
1357
+ fromPartial(object: DeepPartial_84<Arg>): Arg;
1387
1358
  };
1388
1359
 
1389
1360
  declare interface Args {
@@ -1396,8 +1367,8 @@ declare const Args: {
1396
1367
  decode(input: _m0.Reader | Uint8Array, length?: number): Args;
1397
1368
  fromJSON(object: any): Args;
1398
1369
  toJSON(message: Args): unknown;
1399
- create(base?: DeepPartial_86<Args>): Args;
1400
- fromPartial(object: DeepPartial_86<Args>): Args;
1370
+ create(base?: DeepPartial_84<Args>): Args;
1371
+ fromPartial(object: DeepPartial_84<Args>): Args;
1401
1372
  };
1402
1373
 
1403
1374
  /**
@@ -2806,8 +2777,8 @@ declare const BlockUserRequest: {
2806
2777
  decode(input: _m0.Reader | Uint8Array, length?: number): BlockUserRequest;
2807
2778
  fromJSON(object: any): BlockUserRequest;
2808
2779
  toJSON(message: BlockUserRequest): unknown;
2809
- create(base?: DeepPartial_101<BlockUserRequest>): BlockUserRequest;
2810
- fromPartial(object: DeepPartial_101<BlockUserRequest>): BlockUserRequest;
2780
+ create(base?: DeepPartial_99<BlockUserRequest>): BlockUserRequest;
2781
+ fromPartial(object: DeepPartial_99<BlockUserRequest>): BlockUserRequest;
2811
2782
  };
2812
2783
 
2813
2784
  declare interface BlockUserResponse {
@@ -2823,8 +2794,8 @@ declare const BlockUserResponse: {
2823
2794
  decode(input: _m0.Reader | Uint8Array, length?: number): BlockUserResponse;
2824
2795
  fromJSON(object: any): BlockUserResponse;
2825
2796
  toJSON(message: BlockUserResponse): unknown;
2826
- create(base?: DeepPartial_101<BlockUserResponse>): BlockUserResponse;
2827
- fromPartial(object: DeepPartial_101<BlockUserResponse>): BlockUserResponse;
2797
+ create(base?: DeepPartial_99<BlockUserResponse>): BlockUserResponse;
2798
+ fromPartial(object: DeepPartial_99<BlockUserResponse>): BlockUserResponse;
2828
2799
  };
2829
2800
 
2830
2801
  declare enum BlockVerticalAlignment {
@@ -3861,12 +3832,8 @@ declare type Builtin_107 = Date | Function | Uint8Array | string | number | bool
3861
3832
 
3862
3833
  declare type Builtin_108 = Date | Function | Uint8Array | string | number | boolean | undefined;
3863
3834
 
3864
- declare type Builtin_109 = Date | Function | Uint8Array | string | number | boolean | undefined;
3865
-
3866
3835
  declare type Builtin_11 = Date | Function | Uint8Array | string | number | boolean | undefined;
3867
3836
 
3868
- declare type Builtin_110 = Date | Function | Uint8Array | string | number | boolean | undefined;
3869
-
3870
3837
  declare type Builtin_12 = Date | Function | Uint8Array | string | number | boolean | undefined;
3871
3838
 
3872
3839
  declare type Builtin_13 = Date | Function | Uint8Array | string | number | boolean | undefined;
@@ -4704,8 +4671,8 @@ declare const CancelActionRequest: {
4704
4671
  decode(input: _m0.Reader | Uint8Array, length?: number): CancelActionRequest;
4705
4672
  fromJSON(object: any): CancelActionRequest;
4706
4673
  toJSON(message: CancelActionRequest): unknown;
4707
- create(base?: DeepPartial_90<CancelActionRequest>): CancelActionRequest;
4708
- fromPartial(object: DeepPartial_90<CancelActionRequest>): CancelActionRequest;
4674
+ create(base?: DeepPartial_88<CancelActionRequest>): CancelActionRequest;
4675
+ fromPartial(object: DeepPartial_88<CancelActionRequest>): CancelActionRequest;
4709
4676
  };
4710
4677
 
4711
4678
  /**
@@ -4852,8 +4819,8 @@ declare const CollectionRequest: {
4852
4819
  decode(input: _m0.Reader | Uint8Array, length?: number): CollectionRequest;
4853
4820
  fromJSON(object: any): CollectionRequest;
4854
4821
  toJSON(message: CollectionRequest): unknown;
4855
- create(base?: DeepPartial_82<CollectionRequest>): CollectionRequest;
4856
- fromPartial(object: DeepPartial_82<CollectionRequest>): CollectionRequest;
4822
+ create(base?: DeepPartial_80<CollectionRequest>): CollectionRequest;
4823
+ fromPartial(object: DeepPartial_80<CollectionRequest>): CollectionRequest;
4857
4824
  };
4858
4825
 
4859
4826
  /** responses */
@@ -4886,8 +4853,8 @@ declare const CollectionResponse: {
4886
4853
  decode(input: _m0.Reader | Uint8Array, length?: number): CollectionResponse;
4887
4854
  fromJSON(object: any): CollectionResponse;
4888
4855
  toJSON(message: CollectionResponse): unknown;
4889
- create(base?: DeepPartial_82<CollectionResponse>): CollectionResponse;
4890
- fromPartial(object: DeepPartial_82<CollectionResponse>): CollectionResponse;
4856
+ create(base?: DeepPartial_80<CollectionResponse>): CollectionResponse;
4857
+ fromPartial(object: DeepPartial_80<CollectionResponse>): CollectionResponse;
4891
4858
  };
4892
4859
 
4893
4860
  declare interface CommandContext {
@@ -5526,8 +5493,8 @@ declare const ComposeRequest: {
5526
5493
  decode(input: _m0.Reader | Uint8Array, length?: number): ComposeRequest;
5527
5494
  fromJSON(object: any): ComposeRequest;
5528
5495
  toJSON(message: ComposeRequest): unknown;
5529
- create(base?: DeepPartial_85<ComposeRequest>): ComposeRequest;
5530
- fromPartial(object: DeepPartial_85<ComposeRequest>): ComposeRequest;
5496
+ create(base?: DeepPartial_83<ComposeRequest>): ComposeRequest;
5497
+ fromPartial(object: DeepPartial_83<ComposeRequest>): ComposeRequest;
5531
5498
  };
5532
5499
 
5533
5500
  /**
@@ -6424,8 +6391,8 @@ declare const CreateCollectionRequest: {
6424
6391
  decode(input: _m0.Reader | Uint8Array, length?: number): CreateCollectionRequest;
6425
6392
  fromJSON(object: any): CreateCollectionRequest;
6426
6393
  toJSON(message: CreateCollectionRequest): unknown;
6427
- create(base?: DeepPartial_82<CreateCollectionRequest>): CreateCollectionRequest;
6428
- fromPartial(object: DeepPartial_82<CreateCollectionRequest>): CreateCollectionRequest;
6394
+ create(base?: DeepPartial_80<CreateCollectionRequest>): CreateCollectionRequest;
6395
+ fromPartial(object: DeepPartial_80<CreateCollectionRequest>): CreateCollectionRequest;
6429
6396
  };
6430
6397
 
6431
6398
  declare interface CreateConversationMessageRequest {
@@ -6641,8 +6608,8 @@ declare const Cursor: {
6641
6608
  decode(input: _m0.Reader | Uint8Array, length?: number): Cursor;
6642
6609
  fromJSON(object: any): Cursor;
6643
6610
  toJSON(message: Cursor): unknown;
6644
- create(base?: DeepPartial_92<Cursor>): Cursor;
6645
- fromPartial(object: DeepPartial_92<Cursor>): Cursor;
6611
+ create(base?: DeepPartial_90<Cursor>): Cursor;
6612
+ fromPartial(object: DeepPartial_90<Cursor>): Cursor;
6646
6613
  };
6647
6614
 
6648
6615
  declare interface CustomAction {
@@ -8806,18 +8773,10 @@ declare type DeepPartial_108<T> = T extends Builtin_108 ? T : T extends globalTh
8806
8773
  [K in keyof T]?: DeepPartial_108<T[K]>;
8807
8774
  } : Partial<T>;
8808
8775
 
8809
- declare type DeepPartial_109<T> = T extends Builtin_109 ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial_109<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial_109<U>> : T extends {} ? {
8810
- [K in keyof T]?: DeepPartial_109<T[K]>;
8811
- } : Partial<T>;
8812
-
8813
8776
  declare type DeepPartial_11<T> = T extends Builtin_11 ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial_11<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial_11<U>> : T extends {} ? {
8814
8777
  [K in keyof T]?: DeepPartial_11<T[K]>;
8815
8778
  } : Partial<T>;
8816
8779
 
8817
- declare type DeepPartial_110<T> = T extends Builtin_110 ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial_110<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial_110<U>> : T extends {} ? {
8818
- [K in keyof T]?: DeepPartial_110<T[K]>;
8819
- } : Partial<T>;
8820
-
8821
8780
  declare type DeepPartial_12<T> = T extends Builtin_12 ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial_12<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial_12<U>> : T extends {} ? {
8822
8781
  [K in keyof T]?: DeepPartial_12<T[K]>;
8823
8782
  } : Partial<T>;
@@ -9248,8 +9207,8 @@ declare const DeleteCollectionRequest: {
9248
9207
  decode(input: _m0.Reader | Uint8Array, length?: number): DeleteCollectionRequest;
9249
9208
  fromJSON(object: any): DeleteCollectionRequest;
9250
9209
  toJSON(message: DeleteCollectionRequest): unknown;
9251
- create(base?: DeepPartial_82<DeleteCollectionRequest>): DeleteCollectionRequest;
9252
- fromPartial(object: DeepPartial_82<DeleteCollectionRequest>): DeleteCollectionRequest;
9210
+ create(base?: DeepPartial_80<DeleteCollectionRequest>): DeleteCollectionRequest;
9211
+ fromPartial(object: DeepPartial_80<DeleteCollectionRequest>): DeleteCollectionRequest;
9253
9212
  };
9254
9213
 
9255
9214
  declare interface DeleteFlairRequest {
@@ -9423,8 +9382,8 @@ declare const DescriptorProto: {
9423
9382
  decode(input: _m0.Reader | Uint8Array, length?: number): DescriptorProto;
9424
9383
  fromJSON(object: any): DescriptorProto;
9425
9384
  toJSON(message: DescriptorProto): unknown;
9426
- create(base?: DeepPartial_105<DescriptorProto>): DescriptorProto;
9427
- fromPartial(object: DeepPartial_105<DescriptorProto>): DescriptorProto;
9385
+ create(base?: DeepPartial_103<DescriptorProto>): DescriptorProto;
9386
+ fromPartial(object: DeepPartial_103<DescriptorProto>): DescriptorProto;
9428
9387
  };
9429
9388
 
9430
9389
  declare interface DescriptorProto_ExtensionRange {
@@ -9441,8 +9400,8 @@ declare const DescriptorProto_ExtensionRange: {
9441
9400
  decode(input: _m0.Reader | Uint8Array, length?: number): DescriptorProto_ExtensionRange;
9442
9401
  fromJSON(object: any): DescriptorProto_ExtensionRange;
9443
9402
  toJSON(message: DescriptorProto_ExtensionRange): unknown;
9444
- create(base?: DeepPartial_105<DescriptorProto_ExtensionRange>): DescriptorProto_ExtensionRange;
9445
- fromPartial(object: DeepPartial_105<DescriptorProto_ExtensionRange>): DescriptorProto_ExtensionRange;
9403
+ create(base?: DeepPartial_103<DescriptorProto_ExtensionRange>): DescriptorProto_ExtensionRange;
9404
+ fromPartial(object: DeepPartial_103<DescriptorProto_ExtensionRange>): DescriptorProto_ExtensionRange;
9446
9405
  };
9447
9406
 
9448
9407
  /**
@@ -9463,8 +9422,8 @@ declare const DescriptorProto_ReservedRange: {
9463
9422
  decode(input: _m0.Reader | Uint8Array, length?: number): DescriptorProto_ReservedRange;
9464
9423
  fromJSON(object: any): DescriptorProto_ReservedRange;
9465
9424
  toJSON(message: DescriptorProto_ReservedRange): unknown;
9466
- create(base?: DeepPartial_105<DescriptorProto_ReservedRange>): DescriptorProto_ReservedRange;
9467
- fromPartial(object: DeepPartial_105<DescriptorProto_ReservedRange>): DescriptorProto_ReservedRange;
9425
+ create(base?: DeepPartial_103<DescriptorProto_ReservedRange>): DescriptorProto_ReservedRange;
9426
+ fromPartial(object: DeepPartial_103<DescriptorProto_ReservedRange>): DescriptorProto_ReservedRange;
9468
9427
  };
9469
9428
 
9470
9429
  export declare class Devvit extends Actor {
@@ -9995,8 +9954,8 @@ declare const DevvitSubredditMetadata: {
9995
9954
  decode(input: _m0.Reader | Uint8Array, length?: number): DevvitSubredditMetadata;
9996
9955
  fromJSON(object: any): DevvitSubredditMetadata;
9997
9956
  toJSON(message: DevvitSubredditMetadata): unknown;
9998
- create(base?: DeepPartial_95<DevvitSubredditMetadata>): DevvitSubredditMetadata;
9999
- fromPartial(object: DeepPartial_95<DevvitSubredditMetadata>): DevvitSubredditMetadata;
9957
+ create(base?: DeepPartial_93<DevvitSubredditMetadata>): DevvitSubredditMetadata;
9958
+ fromPartial(object: DeepPartial_93<DevvitSubredditMetadata>): DevvitSubredditMetadata;
10000
9959
  };
10001
9960
 
10002
9961
  declare interface DevvitSubredditMetadata_AppInfo {
@@ -10012,8 +9971,8 @@ declare const DevvitSubredditMetadata_AppInfo: {
10012
9971
  decode(input: _m0.Reader | Uint8Array, length?: number): DevvitSubredditMetadata_AppInfo;
10013
9972
  fromJSON(object: any): DevvitSubredditMetadata_AppInfo;
10014
9973
  toJSON(message: DevvitSubredditMetadata_AppInfo): unknown;
10015
- create(base?: DeepPartial_95<DevvitSubredditMetadata_AppInfo>): DevvitSubredditMetadata_AppInfo;
10016
- fromPartial(object: DeepPartial_95<DevvitSubredditMetadata_AppInfo>): DevvitSubredditMetadata_AppInfo;
9974
+ create(base?: DeepPartial_93<DevvitSubredditMetadata_AppInfo>): DevvitSubredditMetadata_AppInfo;
9975
+ fromPartial(object: DeepPartial_93<DevvitSubredditMetadata_AppInfo>): DevvitSubredditMetadata_AppInfo;
10017
9976
  };
10018
9977
 
10019
9978
  /**
@@ -10432,8 +10391,8 @@ declare const EnumDescriptorProto: {
10432
10391
  decode(input: _m0.Reader | Uint8Array, length?: number): EnumDescriptorProto;
10433
10392
  fromJSON(object: any): EnumDescriptorProto;
10434
10393
  toJSON(message: EnumDescriptorProto): unknown;
10435
- create(base?: DeepPartial_105<EnumDescriptorProto>): EnumDescriptorProto;
10436
- fromPartial(object: DeepPartial_105<EnumDescriptorProto>): EnumDescriptorProto;
10394
+ create(base?: DeepPartial_103<EnumDescriptorProto>): EnumDescriptorProto;
10395
+ fromPartial(object: DeepPartial_103<EnumDescriptorProto>): EnumDescriptorProto;
10437
10396
  };
10438
10397
 
10439
10398
  /**
@@ -10457,8 +10416,8 @@ declare const EnumDescriptorProto_EnumReservedRange: {
10457
10416
  decode(input: _m0.Reader | Uint8Array, length?: number): EnumDescriptorProto_EnumReservedRange;
10458
10417
  fromJSON(object: any): EnumDescriptorProto_EnumReservedRange;
10459
10418
  toJSON(message: EnumDescriptorProto_EnumReservedRange): unknown;
10460
- create(base?: DeepPartial_105<EnumDescriptorProto_EnumReservedRange>): EnumDescriptorProto_EnumReservedRange;
10461
- fromPartial(object: DeepPartial_105<EnumDescriptorProto_EnumReservedRange>): EnumDescriptorProto_EnumReservedRange;
10419
+ create(base?: DeepPartial_103<EnumDescriptorProto_EnumReservedRange>): EnumDescriptorProto_EnumReservedRange;
10420
+ fromPartial(object: DeepPartial_103<EnumDescriptorProto_EnumReservedRange>): EnumDescriptorProto_EnumReservedRange;
10462
10421
  };
10463
10422
 
10464
10423
  declare interface EnumOptions {
@@ -10497,8 +10456,8 @@ declare const EnumOptions: {
10497
10456
  decode(input: _m0.Reader | Uint8Array, length?: number): EnumOptions;
10498
10457
  fromJSON(object: any): EnumOptions;
10499
10458
  toJSON(message: EnumOptions): unknown;
10500
- create(base?: DeepPartial_105<EnumOptions>): EnumOptions;
10501
- fromPartial(object: DeepPartial_105<EnumOptions>): EnumOptions;
10459
+ create(base?: DeepPartial_103<EnumOptions>): EnumOptions;
10460
+ fromPartial(object: DeepPartial_103<EnumOptions>): EnumOptions;
10502
10461
  };
10503
10462
 
10504
10463
  /** Describes a value within an enum. */
@@ -10514,8 +10473,8 @@ declare const EnumValueDescriptorProto: {
10514
10473
  decode(input: _m0.Reader | Uint8Array, length?: number): EnumValueDescriptorProto;
10515
10474
  fromJSON(object: any): EnumValueDescriptorProto;
10516
10475
  toJSON(message: EnumValueDescriptorProto): unknown;
10517
- create(base?: DeepPartial_105<EnumValueDescriptorProto>): EnumValueDescriptorProto;
10518
- fromPartial(object: DeepPartial_105<EnumValueDescriptorProto>): EnumValueDescriptorProto;
10476
+ create(base?: DeepPartial_103<EnumValueDescriptorProto>): EnumValueDescriptorProto;
10477
+ fromPartial(object: DeepPartial_103<EnumValueDescriptorProto>): EnumValueDescriptorProto;
10519
10478
  };
10520
10479
 
10521
10480
  declare interface EnumValueOptions {
@@ -10546,8 +10505,8 @@ declare const EnumValueOptions: {
10546
10505
  decode(input: _m0.Reader | Uint8Array, length?: number): EnumValueOptions;
10547
10506
  fromJSON(object: any): EnumValueOptions;
10548
10507
  toJSON(message: EnumValueOptions): unknown;
10549
- create(base?: DeepPartial_105<EnumValueOptions>): EnumValueOptions;
10550
- fromPartial(object: DeepPartial_105<EnumValueOptions>): EnumValueOptions;
10508
+ create(base?: DeepPartial_103<EnumValueOptions>): EnumValueOptions;
10509
+ fromPartial(object: DeepPartial_103<EnumValueOptions>): EnumValueOptions;
10551
10510
  };
10552
10511
 
10553
10512
  declare interface Envelope {
@@ -10714,8 +10673,8 @@ declare const ErrorMessage: {
10714
10673
  decode(input: _m0.Reader | Uint8Array, length?: number): ErrorMessage;
10715
10674
  fromJSON(object: any): ErrorMessage;
10716
10675
  toJSON(message: ErrorMessage): unknown;
10717
- create(base?: DeepPartial_95<ErrorMessage>): ErrorMessage;
10718
- fromPartial(object: DeepPartial_95<ErrorMessage>): ErrorMessage;
10676
+ create(base?: DeepPartial_93<ErrorMessage>): ErrorMessage;
10677
+ fromPartial(object: DeepPartial_93<ErrorMessage>): ErrorMessage;
10719
10678
  };
10720
10679
 
10721
10680
  declare enum EventSource_2 {
@@ -10744,8 +10703,8 @@ declare const ExpireRequest: {
10744
10703
  decode(input: _m0.Reader | Uint8Array, length?: number): ExpireRequest;
10745
10704
  fromJSON(object: any): ExpireRequest;
10746
10705
  toJSON(message: ExpireRequest): unknown;
10747
- create(base?: DeepPartial_87<ExpireRequest>): ExpireRequest;
10748
- fromPartial(object: DeepPartial_87<ExpireRequest>): ExpireRequest;
10706
+ create(base?: DeepPartial_85<ExpireRequest>): ExpireRequest;
10707
+ fromPartial(object: DeepPartial_85<ExpireRequest>): ExpireRequest;
10749
10708
  };
10750
10709
 
10751
10710
  declare interface ExtensionRangeOptions {
@@ -10773,8 +10732,8 @@ declare const ExtensionRangeOptions: {
10773
10732
  decode(input: _m0.Reader | Uint8Array, length?: number): ExtensionRangeOptions;
10774
10733
  fromJSON(object: any): ExtensionRangeOptions;
10775
10734
  toJSON(message: ExtensionRangeOptions): unknown;
10776
- create(base?: DeepPartial_105<ExtensionRangeOptions>): ExtensionRangeOptions;
10777
- fromPartial(object: DeepPartial_105<ExtensionRangeOptions>): ExtensionRangeOptions;
10735
+ create(base?: DeepPartial_103<ExtensionRangeOptions>): ExtensionRangeOptions;
10736
+ fromPartial(object: DeepPartial_103<ExtensionRangeOptions>): ExtensionRangeOptions;
10778
10737
  };
10779
10738
 
10780
10739
  declare interface ExtensionRangeOptions_Declaration {
@@ -10810,8 +10769,8 @@ declare const ExtensionRangeOptions_Declaration: {
10810
10769
  decode(input: _m0.Reader | Uint8Array, length?: number): ExtensionRangeOptions_Declaration;
10811
10770
  fromJSON(object: any): ExtensionRangeOptions_Declaration;
10812
10771
  toJSON(message: ExtensionRangeOptions_Declaration): unknown;
10813
- create(base?: DeepPartial_105<ExtensionRangeOptions_Declaration>): ExtensionRangeOptions_Declaration;
10814
- fromPartial(object: DeepPartial_105<ExtensionRangeOptions_Declaration>): ExtensionRangeOptions_Declaration;
10772
+ create(base?: DeepPartial_103<ExtensionRangeOptions_Declaration>): ExtensionRangeOptions_Declaration;
10773
+ fromPartial(object: DeepPartial_103<ExtensionRangeOptions_Declaration>): ExtensionRangeOptions_Declaration;
10815
10774
  };
10816
10775
 
10817
10776
  /** The verification state of the extension range. */
@@ -10849,8 +10808,8 @@ declare const FeatureSet: {
10849
10808
  decode(input: _m0.Reader | Uint8Array, length?: number): FeatureSet;
10850
10809
  fromJSON(object: any): FeatureSet;
10851
10810
  toJSON(message: FeatureSet): unknown;
10852
- create(base?: DeepPartial_105<FeatureSet>): FeatureSet;
10853
- fromPartial(object: DeepPartial_105<FeatureSet>): FeatureSet;
10811
+ create(base?: DeepPartial_103<FeatureSet>): FeatureSet;
10812
+ fromPartial(object: DeepPartial_103<FeatureSet>): FeatureSet;
10854
10813
  };
10855
10814
 
10856
10815
  declare enum FeatureSet_EnumType {
@@ -10946,8 +10905,8 @@ declare const FeatureSetDefaults: {
10946
10905
  decode(input: _m0.Reader | Uint8Array, length?: number): FeatureSetDefaults;
10947
10906
  fromJSON(object: any): FeatureSetDefaults;
10948
10907
  toJSON(message: FeatureSetDefaults): unknown;
10949
- create(base?: DeepPartial_105<FeatureSetDefaults>): FeatureSetDefaults;
10950
- fromPartial(object: DeepPartial_105<FeatureSetDefaults>): FeatureSetDefaults;
10908
+ create(base?: DeepPartial_103<FeatureSetDefaults>): FeatureSetDefaults;
10909
+ fromPartial(object: DeepPartial_103<FeatureSetDefaults>): FeatureSetDefaults;
10951
10910
  };
10952
10911
 
10953
10912
  /**
@@ -10970,8 +10929,8 @@ declare const FeatureSetDefaults_FeatureSetEditionDefault: {
10970
10929
  decode(input: _m0.Reader | Uint8Array, length?: number): FeatureSetDefaults_FeatureSetEditionDefault;
10971
10930
  fromJSON(object: any): FeatureSetDefaults_FeatureSetEditionDefault;
10972
10931
  toJSON(message: FeatureSetDefaults_FeatureSetEditionDefault): unknown;
10973
- create(base?: DeepPartial_105<FeatureSetDefaults_FeatureSetEditionDefault>): FeatureSetDefaults_FeatureSetEditionDefault;
10974
- fromPartial(object: DeepPartial_105<FeatureSetDefaults_FeatureSetEditionDefault>): FeatureSetDefaults_FeatureSetEditionDefault;
10932
+ create(base?: DeepPartial_103<FeatureSetDefaults_FeatureSetEditionDefault>): FeatureSetDefaults_FeatureSetEditionDefault;
10933
+ fromPartial(object: DeepPartial_103<FeatureSetDefaults_FeatureSetEditionDefault>): FeatureSetDefaults_FeatureSetEditionDefault;
10975
10934
  };
10976
10935
 
10977
10936
  declare interface FetchRequest {
@@ -11267,8 +11226,8 @@ declare const FieldDescriptorProto: {
11267
11226
  decode(input: _m0.Reader | Uint8Array, length?: number): FieldDescriptorProto;
11268
11227
  fromJSON(object: any): FieldDescriptorProto;
11269
11228
  toJSON(message: FieldDescriptorProto): unknown;
11270
- create(base?: DeepPartial_105<FieldDescriptorProto>): FieldDescriptorProto;
11271
- fromPartial(object: DeepPartial_105<FieldDescriptorProto>): FieldDescriptorProto;
11229
+ create(base?: DeepPartial_103<FieldDescriptorProto>): FieldDescriptorProto;
11230
+ fromPartial(object: DeepPartial_103<FieldDescriptorProto>): FieldDescriptorProto;
11272
11231
  };
11273
11232
 
11274
11233
  declare enum FieldDescriptorProto_Label {
@@ -11432,8 +11391,8 @@ declare const FieldOptions: {
11432
11391
  decode(input: _m0.Reader | Uint8Array, length?: number): FieldOptions;
11433
11392
  fromJSON(object: any): FieldOptions;
11434
11393
  toJSON(message: FieldOptions): unknown;
11435
- create(base?: DeepPartial_105<FieldOptions>): FieldOptions;
11436
- fromPartial(object: DeepPartial_105<FieldOptions>): FieldOptions;
11394
+ create(base?: DeepPartial_103<FieldOptions>): FieldOptions;
11395
+ fromPartial(object: DeepPartial_103<FieldOptions>): FieldOptions;
11437
11396
  };
11438
11397
 
11439
11398
  declare enum FieldOptions_CType {
@@ -11468,8 +11427,8 @@ declare const FieldOptions_EditionDefault: {
11468
11427
  decode(input: _m0.Reader | Uint8Array, length?: number): FieldOptions_EditionDefault;
11469
11428
  fromJSON(object: any): FieldOptions_EditionDefault;
11470
11429
  toJSON(message: FieldOptions_EditionDefault): unknown;
11471
- create(base?: DeepPartial_105<FieldOptions_EditionDefault>): FieldOptions_EditionDefault;
11472
- fromPartial(object: DeepPartial_105<FieldOptions_EditionDefault>): FieldOptions_EditionDefault;
11430
+ create(base?: DeepPartial_103<FieldOptions_EditionDefault>): FieldOptions_EditionDefault;
11431
+ fromPartial(object: DeepPartial_103<FieldOptions_EditionDefault>): FieldOptions_EditionDefault;
11473
11432
  };
11474
11433
 
11475
11434
  /** Information about the support window of a feature. */
@@ -11504,8 +11463,8 @@ declare const FieldOptions_FeatureSupport: {
11504
11463
  decode(input: _m0.Reader | Uint8Array, length?: number): FieldOptions_FeatureSupport;
11505
11464
  fromJSON(object: any): FieldOptions_FeatureSupport;
11506
11465
  toJSON(message: FieldOptions_FeatureSupport): unknown;
11507
- create(base?: DeepPartial_105<FieldOptions_FeatureSupport>): FieldOptions_FeatureSupport;
11508
- fromPartial(object: DeepPartial_105<FieldOptions_FeatureSupport>): FieldOptions_FeatureSupport;
11466
+ create(base?: DeepPartial_103<FieldOptions_FeatureSupport>): FieldOptions_FeatureSupport;
11467
+ fromPartial(object: DeepPartial_103<FieldOptions_FeatureSupport>): FieldOptions_FeatureSupport;
11509
11468
  };
11510
11469
 
11511
11470
  declare enum FieldOptions_JSType {
@@ -11629,8 +11588,8 @@ declare const FileDescriptorProto: {
11629
11588
  decode(input: _m0.Reader | Uint8Array, length?: number): FileDescriptorProto;
11630
11589
  fromJSON(object: any): FileDescriptorProto;
11631
11590
  toJSON(message: FileDescriptorProto): unknown;
11632
- create(base?: DeepPartial_105<FileDescriptorProto>): FileDescriptorProto;
11633
- fromPartial(object: DeepPartial_105<FileDescriptorProto>): FileDescriptorProto;
11591
+ create(base?: DeepPartial_103<FileDescriptorProto>): FileDescriptorProto;
11592
+ fromPartial(object: DeepPartial_103<FileDescriptorProto>): FileDescriptorProto;
11634
11593
  };
11635
11594
 
11636
11595
  /**
@@ -11647,8 +11606,8 @@ declare const FileDescriptorSet: {
11647
11606
  decode(input: _m0.Reader | Uint8Array, length?: number): FileDescriptorSet;
11648
11607
  fromJSON(object: any): FileDescriptorSet;
11649
11608
  toJSON(message: FileDescriptorSet): unknown;
11650
- create(base?: DeepPartial_105<FileDescriptorSet>): FileDescriptorSet;
11651
- fromPartial(object: DeepPartial_105<FileDescriptorSet>): FileDescriptorSet;
11609
+ create(base?: DeepPartial_103<FileDescriptorSet>): FileDescriptorSet;
11610
+ fromPartial(object: DeepPartial_103<FileDescriptorSet>): FileDescriptorSet;
11652
11611
  };
11653
11612
 
11654
11613
  declare interface FileOptions {
@@ -11783,8 +11742,8 @@ declare const FileOptions: {
11783
11742
  decode(input: _m0.Reader | Uint8Array, length?: number): FileOptions;
11784
11743
  fromJSON(object: any): FileOptions;
11785
11744
  toJSON(message: FileOptions): unknown;
11786
- create(base?: DeepPartial_105<FileOptions>): FileOptions;
11787
- fromPartial(object: DeepPartial_105<FileOptions>): FileOptions;
11745
+ create(base?: DeepPartial_103<FileOptions>): FileOptions;
11746
+ fromPartial(object: DeepPartial_103<FileOptions>): FileOptions;
11788
11747
  };
11789
11748
 
11790
11749
  /** Generated classes can be optimized for speed or code size. */
@@ -13069,8 +13028,8 @@ declare const FollowCollectionRequest: {
13069
13028
  decode(input: _m0.Reader | Uint8Array, length?: number): FollowCollectionRequest;
13070
13029
  fromJSON(object: any): FollowCollectionRequest;
13071
13030
  toJSON(message: FollowCollectionRequest): unknown;
13072
- create(base?: DeepPartial_82<FollowCollectionRequest>): FollowCollectionRequest;
13073
- fromPartial(object: DeepPartial_82<FollowCollectionRequest>): FollowCollectionRequest;
13031
+ create(base?: DeepPartial_80<FollowCollectionRequest>): FollowCollectionRequest;
13032
+ fromPartial(object: DeepPartial_80<FollowCollectionRequest>): FollowCollectionRequest;
13074
13033
  };
13075
13034
 
13076
13035
  declare interface FollowPostRequest {
@@ -13430,8 +13389,8 @@ declare const FriendRequest: {
13430
13389
  decode(input: _m0.Reader | Uint8Array, length?: number): FriendRequest;
13431
13390
  fromJSON(object: any): FriendRequest;
13432
13391
  toJSON(message: FriendRequest): unknown;
13433
- create(base?: DeepPartial_101<FriendRequest>): FriendRequest;
13434
- fromPartial(object: DeepPartial_101<FriendRequest>): FriendRequest;
13392
+ create(base?: DeepPartial_99<FriendRequest>): FriendRequest;
13393
+ fromPartial(object: DeepPartial_99<FriendRequest>): FriendRequest;
13435
13394
  };
13436
13395
 
13437
13396
  declare interface FullSubredditObject {
@@ -13570,8 +13529,8 @@ declare const GeneralFriendResponse: {
13570
13529
  decode(input: _m0.Reader | Uint8Array, length?: number): GeneralFriendResponse;
13571
13530
  fromJSON(object: any): GeneralFriendResponse;
13572
13531
  toJSON(message: GeneralFriendResponse): unknown;
13573
- create(base?: DeepPartial_101<GeneralFriendResponse>): GeneralFriendResponse;
13574
- fromPartial(object: DeepPartial_101<GeneralFriendResponse>): GeneralFriendResponse;
13532
+ create(base?: DeepPartial_99<GeneralFriendResponse>): GeneralFriendResponse;
13533
+ fromPartial(object: DeepPartial_99<GeneralFriendResponse>): GeneralFriendResponse;
13575
13534
  };
13576
13535
 
13577
13536
  /**
@@ -13593,8 +13552,8 @@ declare const GeneratedCodeInfo: {
13593
13552
  decode(input: _m0.Reader | Uint8Array, length?: number): GeneratedCodeInfo;
13594
13553
  fromJSON(object: any): GeneratedCodeInfo;
13595
13554
  toJSON(message: GeneratedCodeInfo): unknown;
13596
- create(base?: DeepPartial_105<GeneratedCodeInfo>): GeneratedCodeInfo;
13597
- fromPartial(object: DeepPartial_105<GeneratedCodeInfo>): GeneratedCodeInfo;
13555
+ create(base?: DeepPartial_103<GeneratedCodeInfo>): GeneratedCodeInfo;
13556
+ fromPartial(object: DeepPartial_103<GeneratedCodeInfo>): GeneratedCodeInfo;
13598
13557
  };
13599
13558
 
13600
13559
  declare interface GeneratedCodeInfo_Annotation {
@@ -13625,8 +13584,8 @@ declare const GeneratedCodeInfo_Annotation: {
13625
13584
  decode(input: _m0.Reader | Uint8Array, length?: number): GeneratedCodeInfo_Annotation;
13626
13585
  fromJSON(object: any): GeneratedCodeInfo_Annotation;
13627
13586
  toJSON(message: GeneratedCodeInfo_Annotation): unknown;
13628
- create(base?: DeepPartial_105<GeneratedCodeInfo_Annotation>): GeneratedCodeInfo_Annotation;
13629
- fromPartial(object: DeepPartial_105<GeneratedCodeInfo_Annotation>): GeneratedCodeInfo_Annotation;
13587
+ create(base?: DeepPartial_103<GeneratedCodeInfo_Annotation>): GeneratedCodeInfo_Annotation;
13588
+ fromPartial(object: DeepPartial_103<GeneratedCodeInfo_Annotation>): GeneratedCodeInfo_Annotation;
13630
13589
  };
13631
13590
 
13632
13591
  /**
@@ -13658,8 +13617,8 @@ declare const GenericPrivateMessagesRequest: {
13658
13617
  decode(input: _m0.Reader | Uint8Array, length?: number): GenericPrivateMessagesRequest;
13659
13618
  fromJSON(object: any): GenericPrivateMessagesRequest;
13660
13619
  toJSON(message: GenericPrivateMessagesRequest): unknown;
13661
- create(base?: DeepPartial_85<GenericPrivateMessagesRequest>): GenericPrivateMessagesRequest;
13662
- fromPartial(object: DeepPartial_85<GenericPrivateMessagesRequest>): GenericPrivateMessagesRequest;
13620
+ create(base?: DeepPartial_83<GenericPrivateMessagesRequest>): GenericPrivateMessagesRequest;
13621
+ fromPartial(object: DeepPartial_83<GenericPrivateMessagesRequest>): GenericPrivateMessagesRequest;
13663
13622
  };
13664
13623
 
13665
13624
  /** Requests */
@@ -13676,8 +13635,8 @@ declare const GenericUsersRequest: {
13676
13635
  decode(input: _m0.Reader | Uint8Array, length?: number): GenericUsersRequest;
13677
13636
  fromJSON(object: any): GenericUsersRequest;
13678
13637
  toJSON(message: GenericUsersRequest): unknown;
13679
- create(base?: DeepPartial_101<GenericUsersRequest>): GenericUsersRequest;
13680
- fromPartial(object: DeepPartial_101<GenericUsersRequest>): GenericUsersRequest;
13638
+ create(base?: DeepPartial_99<GenericUsersRequest>): GenericUsersRequest;
13639
+ fromPartial(object: DeepPartial_99<GenericUsersRequest>): GenericUsersRequest;
13681
13640
  };
13682
13641
 
13683
13642
  declare interface GetActionResponse {
@@ -13691,8 +13650,8 @@ declare const GetActionResponse: {
13691
13650
  decode(input: _m0.Reader | Uint8Array, length?: number): GetActionResponse;
13692
13651
  fromJSON(object: any): GetActionResponse;
13693
13652
  toJSON(message: GetActionResponse): unknown;
13694
- create(base?: DeepPartial_90<GetActionResponse>): GetActionResponse;
13695
- fromPartial(object: DeepPartial_90<GetActionResponse>): GetActionResponse;
13653
+ create(base?: DeepPartial_88<GetActionResponse>): GetActionResponse;
13654
+ fromPartial(object: DeepPartial_88<GetActionResponse>): GetActionResponse;
13696
13655
  };
13697
13656
 
13698
13657
  declare interface GetActionsRequest {
@@ -14372,68 +14331,6 @@ declare const GetNotesRequest: {
14372
14331
  fromPartial(object: DeepPartial_3<GetNotesRequest>): GetNotesRequest;
14373
14332
  };
14374
14333
 
14375
- /**
14376
- * GetOrderRequest allows for filtering which orders are returned
14377
- * all the parameters are optional. If none are provided, all orders are returned
14378
- */
14379
- declare interface GetOrdersRequest {
14380
- /** start time filter */
14381
- start?: Date | undefined;
14382
- /** end time filter */
14383
- end?: Date | undefined;
14384
- /** number of items to return */
14385
- limit: number;
14386
- /** unique identifier for the product */
14387
- sku: string;
14388
- /** the t2 id of purchasing user */
14389
- buyer: string;
14390
- /** the lifecycle status of the order */
14391
- status: OrderStatus;
14392
- /** metadata to filter on. these values are combined via AND */
14393
- metadata: {
14394
- [key: string]: string;
14395
- };
14396
- }
14397
-
14398
- declare const GetOrdersRequest: {
14399
- $type: "devvit.plugin.payments.v1alpha.GetOrdersRequest";
14400
- encode(message: GetOrdersRequest, writer?: _m0.Writer): _m0.Writer;
14401
- decode(input: _m0.Reader | Uint8Array, length?: number): GetOrdersRequest;
14402
- fromJSON(object: any): GetOrdersRequest;
14403
- toJSON(message: GetOrdersRequest): unknown;
14404
- create(base?: DeepPartial_80<GetOrdersRequest>): GetOrdersRequest;
14405
- fromPartial(object: DeepPartial_80<GetOrdersRequest>): GetOrdersRequest;
14406
- };
14407
-
14408
- declare interface GetOrdersRequest_MetadataEntry {
14409
- key: string;
14410
- value: string;
14411
- }
14412
-
14413
- declare const GetOrdersRequest_MetadataEntry: {
14414
- $type: "devvit.plugin.payments.v1alpha.GetOrdersRequest.MetadataEntry";
14415
- encode(message: GetOrdersRequest_MetadataEntry, writer?: _m0.Writer): _m0.Writer;
14416
- decode(input: _m0.Reader | Uint8Array, length?: number): GetOrdersRequest_MetadataEntry;
14417
- fromJSON(object: any): GetOrdersRequest_MetadataEntry;
14418
- toJSON(message: GetOrdersRequest_MetadataEntry): unknown;
14419
- create(base?: DeepPartial_80<GetOrdersRequest_MetadataEntry>): GetOrdersRequest_MetadataEntry;
14420
- fromPartial(object: DeepPartial_80<GetOrdersRequest_MetadataEntry>): GetOrdersRequest_MetadataEntry;
14421
- };
14422
-
14423
- declare interface GetOrdersResponse {
14424
- orders: Order[];
14425
- }
14426
-
14427
- declare const GetOrdersResponse: {
14428
- $type: "devvit.plugin.payments.v1alpha.GetOrdersResponse";
14429
- encode(message: GetOrdersResponse, writer?: _m0.Writer): _m0.Writer;
14430
- decode(input: _m0.Reader | Uint8Array, length?: number): GetOrdersResponse;
14431
- fromJSON(object: any): GetOrdersResponse;
14432
- toJSON(message: GetOrdersResponse): unknown;
14433
- create(base?: DeepPartial_80<GetOrdersResponse>): GetOrdersResponse;
14434
- fromPartial(object: DeepPartial_80<GetOrdersResponse>): GetOrdersResponse;
14435
- };
14436
-
14437
14334
  export declare type GetPageRevisionsOptions = {
14438
14335
  /** The name of the subreddit the page is in. */
14439
14336
  subredditName: string;
@@ -14469,54 +14366,6 @@ export declare type GetPrivateMessagesOptions = Prettify<{
14469
14366
  type?: 'inbox' | 'unread' | 'sent';
14470
14367
  } & ListingFetchOptions>;
14471
14368
 
14472
- declare interface GetProductsRequest {
14473
- /** if empty, all products will be returned */
14474
- skus: string[];
14475
- /** metadata to filter on. these values are combined via AND */
14476
- metadata: {
14477
- [key: string]: string;
14478
- };
14479
- }
14480
-
14481
- declare const GetProductsRequest: {
14482
- $type: "devvit.plugin.payments.v1alpha.GetProductsRequest";
14483
- encode(message: GetProductsRequest, writer?: _m0.Writer): _m0.Writer;
14484
- decode(input: _m0.Reader | Uint8Array, length?: number): GetProductsRequest;
14485
- fromJSON(object: any): GetProductsRequest;
14486
- toJSON(message: GetProductsRequest): unknown;
14487
- create(base?: DeepPartial_80<GetProductsRequest>): GetProductsRequest;
14488
- fromPartial(object: DeepPartial_80<GetProductsRequest>): GetProductsRequest;
14489
- };
14490
-
14491
- declare interface GetProductsRequest_MetadataEntry {
14492
- key: string;
14493
- value: string;
14494
- }
14495
-
14496
- declare const GetProductsRequest_MetadataEntry: {
14497
- $type: "devvit.plugin.payments.v1alpha.GetProductsRequest.MetadataEntry";
14498
- encode(message: GetProductsRequest_MetadataEntry, writer?: _m0.Writer): _m0.Writer;
14499
- decode(input: _m0.Reader | Uint8Array, length?: number): GetProductsRequest_MetadataEntry;
14500
- fromJSON(object: any): GetProductsRequest_MetadataEntry;
14501
- toJSON(message: GetProductsRequest_MetadataEntry): unknown;
14502
- create(base?: DeepPartial_80<GetProductsRequest_MetadataEntry>): GetProductsRequest_MetadataEntry;
14503
- fromPartial(object: DeepPartial_80<GetProductsRequest_MetadataEntry>): GetProductsRequest_MetadataEntry;
14504
- };
14505
-
14506
- declare interface GetProductsResponse {
14507
- products: Product[];
14508
- }
14509
-
14510
- declare const GetProductsResponse: {
14511
- $type: "devvit.plugin.payments.v1alpha.GetProductsResponse";
14512
- encode(message: GetProductsResponse, writer?: _m0.Writer): _m0.Writer;
14513
- decode(input: _m0.Reader | Uint8Array, length?: number): GetProductsResponse;
14514
- fromJSON(object: any): GetProductsResponse;
14515
- toJSON(message: GetProductsResponse): unknown;
14516
- create(base?: DeepPartial_80<GetProductsResponse>): GetProductsResponse;
14517
- fromPartial(object: DeepPartial_80<GetProductsResponse>): GetProductsResponse;
14518
- };
14519
-
14520
14369
  declare interface GetProfileRequest {
14521
14370
  profileId: string;
14522
14371
  }
@@ -15293,8 +15142,8 @@ declare const HandleUIEventRequest: {
15293
15142
  decode(input: _m0.Reader | Uint8Array, length?: number): HandleUIEventRequest;
15294
15143
  fromJSON(object: any): HandleUIEventRequest;
15295
15144
  toJSON(message: HandleUIEventRequest): unknown;
15296
- create(base?: DeepPartial_100<HandleUIEventRequest>): HandleUIEventRequest;
15297
- fromPartial(object: DeepPartial_100<HandleUIEventRequest>): HandleUIEventRequest;
15145
+ create(base?: DeepPartial_98<HandleUIEventRequest>): HandleUIEventRequest;
15146
+ fromPartial(object: DeepPartial_98<HandleUIEventRequest>): HandleUIEventRequest;
15298
15147
  };
15299
15148
 
15300
15149
  /** @deprecated */
@@ -15311,8 +15160,8 @@ declare const HandleUIEventResponse: {
15311
15160
  decode(input: _m0.Reader | Uint8Array, length?: number): HandleUIEventResponse;
15312
15161
  fromJSON(object: any): HandleUIEventResponse;
15313
15162
  toJSON(message: HandleUIEventResponse): unknown;
15314
- create(base?: DeepPartial_100<HandleUIEventResponse>): HandleUIEventResponse;
15315
- fromPartial(object: DeepPartial_100<HandleUIEventResponse>): HandleUIEventResponse;
15163
+ create(base?: DeepPartial_98<HandleUIEventResponse>): HandleUIEventResponse;
15164
+ fromPartial(object: DeepPartial_98<HandleUIEventResponse>): HandleUIEventResponse;
15316
15165
  };
15317
15166
 
15318
15167
  declare interface HDelRequest {
@@ -15329,8 +15178,8 @@ declare const HDelRequest: {
15329
15178
  decode(input: _m0.Reader | Uint8Array, length?: number): HDelRequest;
15330
15179
  fromJSON(object: any): HDelRequest;
15331
15180
  toJSON(message: HDelRequest): unknown;
15332
- create(base?: DeepPartial_87<HDelRequest>): HDelRequest;
15333
- fromPartial(object: DeepPartial_87<HDelRequest>): HDelRequest;
15181
+ create(base?: DeepPartial_85<HDelRequest>): HDelRequest;
15182
+ fromPartial(object: DeepPartial_85<HDelRequest>): HDelRequest;
15334
15183
  };
15335
15184
 
15336
15185
  /**
@@ -15399,8 +15248,8 @@ declare const HealthDefinition: {
15399
15248
  decode(input: _m0.Reader | Uint8Array, length?: number): HealthStatus;
15400
15249
  fromJSON(object: any): HealthStatus;
15401
15250
  toJSON(message: HealthStatus): unknown;
15402
- create(base?: DeepPartial_110<HealthStatus>): HealthStatus;
15403
- fromPartial(object: DeepPartial_110<HealthStatus>): HealthStatus;
15251
+ create(base?: DeepPartial_108<HealthStatus>): HealthStatus;
15252
+ fromPartial(object: DeepPartial_108<HealthStatus>): HealthStatus;
15404
15253
  };
15405
15254
  readonly responseStream: false;
15406
15255
  readonly options: {};
@@ -15421,8 +15270,8 @@ declare const HealthStatus: {
15421
15270
  decode(input: _m0.Reader | Uint8Array, length?: number): HealthStatus;
15422
15271
  fromJSON(object: any): HealthStatus;
15423
15272
  toJSON(message: HealthStatus): unknown;
15424
- create(base?: DeepPartial_110<HealthStatus>): HealthStatus;
15425
- fromPartial(object: DeepPartial_110<HealthStatus>): HealthStatus;
15273
+ create(base?: DeepPartial_108<HealthStatus>): HealthStatus;
15274
+ fromPartial(object: DeepPartial_108<HealthStatus>): HealthStatus;
15426
15275
  };
15427
15276
 
15428
15277
  /**
@@ -15495,8 +15344,8 @@ declare const HGetRequest: {
15495
15344
  decode(input: _m0.Reader | Uint8Array, length?: number): HGetRequest;
15496
15345
  fromJSON(object: any): HGetRequest;
15497
15346
  toJSON(message: HGetRequest): unknown;
15498
- create(base?: DeepPartial_87<HGetRequest>): HGetRequest;
15499
- fromPartial(object: DeepPartial_87<HGetRequest>): HGetRequest;
15347
+ create(base?: DeepPartial_85<HGetRequest>): HGetRequest;
15348
+ fromPartial(object: DeepPartial_85<HGetRequest>): HGetRequest;
15500
15349
  };
15501
15350
 
15502
15351
  declare interface HideWikiPageRevisionRequest {
@@ -15600,8 +15449,8 @@ declare const HIncrByRequest: {
15600
15449
  decode(input: _m0.Reader | Uint8Array, length?: number): HIncrByRequest;
15601
15450
  fromJSON(object: any): HIncrByRequest;
15602
15451
  toJSON(message: HIncrByRequest): unknown;
15603
- create(base?: DeepPartial_87<HIncrByRequest>): HIncrByRequest;
15604
- fromPartial(object: DeepPartial_87<HIncrByRequest>): HIncrByRequest;
15452
+ create(base?: DeepPartial_85<HIncrByRequest>): HIncrByRequest;
15453
+ fromPartial(object: DeepPartial_85<HIncrByRequest>): HIncrByRequest;
15605
15454
  };
15606
15455
 
15607
15456
  /**
@@ -15630,8 +15479,8 @@ declare const HScanRequest: {
15630
15479
  decode(input: _m0.Reader | Uint8Array, length?: number): HScanRequest;
15631
15480
  fromJSON(object: any): HScanRequest;
15632
15481
  toJSON(message: HScanRequest): unknown;
15633
- create(base?: DeepPartial_87<HScanRequest>): HScanRequest;
15634
- fromPartial(object: DeepPartial_87<HScanRequest>): HScanRequest;
15482
+ create(base?: DeepPartial_85<HScanRequest>): HScanRequest;
15483
+ fromPartial(object: DeepPartial_85<HScanRequest>): HScanRequest;
15635
15484
  };
15636
15485
 
15637
15486
  declare interface HScanResponse {
@@ -15645,8 +15494,8 @@ declare const HScanResponse: {
15645
15494
  decode(input: _m0.Reader | Uint8Array, length?: number): HScanResponse;
15646
15495
  fromJSON(object: any): HScanResponse;
15647
15496
  toJSON(message: HScanResponse): unknown;
15648
- create(base?: DeepPartial_87<HScanResponse>): HScanResponse;
15649
- fromPartial(object: DeepPartial_87<HScanResponse>): HScanResponse;
15497
+ create(base?: DeepPartial_85<HScanResponse>): HScanResponse;
15498
+ fromPartial(object: DeepPartial_85<HScanResponse>): HScanResponse;
15650
15499
  };
15651
15500
 
15652
15501
  declare interface HSetRequest {
@@ -15663,8 +15512,8 @@ declare const HSetRequest: {
15663
15512
  decode(input: _m0.Reader | Uint8Array, length?: number): HSetRequest;
15664
15513
  fromJSON(object: any): HSetRequest;
15665
15514
  toJSON(message: HSetRequest): unknown;
15666
- create(base?: DeepPartial_87<HSetRequest>): HSetRequest;
15667
- fromPartial(object: DeepPartial_87<HSetRequest>): HSetRequest;
15515
+ create(base?: DeepPartial_85<HSetRequest>): HSetRequest;
15516
+ fromPartial(object: DeepPartial_85<HSetRequest>): HSetRequest;
15668
15517
  };
15669
15518
 
15670
15519
  declare interface HTTP {
@@ -15796,8 +15645,8 @@ declare const IncrByRequest: {
15796
15645
  decode(input: _m0.Reader | Uint8Array, length?: number): IncrByRequest;
15797
15646
  fromJSON(object: any): IncrByRequest;
15798
15647
  toJSON(message: IncrByRequest): unknown;
15799
- create(base?: DeepPartial_87<IncrByRequest>): IncrByRequest;
15800
- fromPartial(object: DeepPartial_87<IncrByRequest>): IncrByRequest;
15648
+ create(base?: DeepPartial_85<IncrByRequest>): IncrByRequest;
15649
+ fromPartial(object: DeepPartial_85<IncrByRequest>): IncrByRequest;
15801
15650
  };
15802
15651
 
15803
15652
  declare interface InfoRequest {
@@ -15996,8 +15845,8 @@ declare const InstallationInfo: {
15996
15845
  decode(input: _m0.Reader | Uint8Array, length?: number): InstallationInfo;
15997
15846
  fromJSON(object: any): InstallationInfo;
15998
15847
  toJSON(message: InstallationInfo): unknown;
15999
- create(base?: DeepPartial_99<InstallationInfo>): InstallationInfo;
16000
- fromPartial(object: DeepPartial_99<InstallationInfo>): InstallationInfo;
15848
+ create(base?: DeepPartial_97<InstallationInfo>): InstallationInfo;
15849
+ fromPartial(object: DeepPartial_97<InstallationInfo>): InstallationInfo;
16001
15850
  };
16002
15851
 
16003
15852
  declare interface InstallationLocationInfo {
@@ -16019,8 +15868,8 @@ declare const InstallationLocationInfo: {
16019
15868
  decode(input: _m0.Reader | Uint8Array, length?: number): InstallationLocationInfo;
16020
15869
  fromJSON(object: any): InstallationLocationInfo;
16021
15870
  toJSON(message: InstallationLocationInfo): unknown;
16022
- create(base?: DeepPartial_99<InstallationLocationInfo>): InstallationLocationInfo;
16023
- fromPartial(object: DeepPartial_99<InstallationLocationInfo>): InstallationLocationInfo;
15871
+ create(base?: DeepPartial_97<InstallationLocationInfo>): InstallationLocationInfo;
15872
+ fromPartial(object: DeepPartial_97<InstallationLocationInfo>): InstallationLocationInfo;
16024
15873
  };
16025
15874
 
16026
15875
  declare interface InstallationPurgeRequest {
@@ -16857,8 +16706,8 @@ declare const KeepAliveMessage: {
16857
16706
  decode(input: _m0.Reader | Uint8Array, length?: number): KeepAliveMessage;
16858
16707
  fromJSON(object: any): KeepAliveMessage;
16859
16708
  toJSON(message: KeepAliveMessage): unknown;
16860
- create(base?: DeepPartial_88<KeepAliveMessage>): KeepAliveMessage;
16861
- fromPartial(object: DeepPartial_88<KeepAliveMessage>): KeepAliveMessage;
16709
+ create(base?: DeepPartial_86<KeepAliveMessage>): KeepAliveMessage;
16710
+ fromPartial(object: DeepPartial_86<KeepAliveMessage>): KeepAliveMessage;
16862
16711
  };
16863
16712
 
16864
16713
  declare interface KeyRangeRequest {
@@ -16876,8 +16725,8 @@ declare const KeyRangeRequest: {
16876
16725
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRangeRequest;
16877
16726
  fromJSON(object: any): KeyRangeRequest;
16878
16727
  toJSON(message: KeyRangeRequest): unknown;
16879
- create(base?: DeepPartial_87<KeyRangeRequest>): KeyRangeRequest;
16880
- fromPartial(object: DeepPartial_87<KeyRangeRequest>): KeyRangeRequest;
16728
+ create(base?: DeepPartial_85<KeyRangeRequest>): KeyRangeRequest;
16729
+ fromPartial(object: DeepPartial_85<KeyRangeRequest>): KeyRangeRequest;
16881
16730
  };
16882
16731
 
16883
16732
  declare interface KeyRequest {
@@ -16893,8 +16742,8 @@ declare const KeyRequest: {
16893
16742
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
16894
16743
  fromJSON(object: any): KeyRequest;
16895
16744
  toJSON(message: KeyRequest): unknown;
16896
- create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
16897
- fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
16745
+ create(base?: DeepPartial_85<KeyRequest>): KeyRequest;
16746
+ fromPartial(object: DeepPartial_85<KeyRequest>): KeyRequest;
16898
16747
  };
16899
16748
 
16900
16749
  declare interface KeySet {
@@ -16924,8 +16773,8 @@ declare const KeysRequest: {
16924
16773
  decode(input: _m0.Reader | Uint8Array, length?: number): KeysRequest;
16925
16774
  fromJSON(object: any): KeysRequest;
16926
16775
  toJSON(message: KeysRequest): unknown;
16927
- create(base?: DeepPartial_87<KeysRequest>): KeysRequest;
16928
- fromPartial(object: DeepPartial_87<KeysRequest>): KeysRequest;
16776
+ create(base?: DeepPartial_85<KeysRequest>): KeysRequest;
16777
+ fromPartial(object: DeepPartial_85<KeysRequest>): KeysRequest;
16929
16778
  };
16930
16779
 
16931
16780
  declare interface KeysResponse {
@@ -16938,8 +16787,8 @@ declare const KeysResponse: {
16938
16787
  decode(input: _m0.Reader | Uint8Array, length?: number): KeysResponse;
16939
16788
  fromJSON(object: any): KeysResponse;
16940
16789
  toJSON(message: KeysResponse): unknown;
16941
- create(base?: DeepPartial_87<KeysResponse>): KeysResponse;
16942
- fromPartial(object: DeepPartial_87<KeysResponse>): KeysResponse;
16790
+ create(base?: DeepPartial_85<KeysResponse>): KeysResponse;
16791
+ fromPartial(object: DeepPartial_85<KeysResponse>): KeysResponse;
16943
16792
  };
16944
16793
 
16945
16794
  declare interface KeyValuesRequest {
@@ -16955,8 +16804,8 @@ declare const KeyValuesRequest: {
16955
16804
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyValuesRequest;
16956
16805
  fromJSON(object: any): KeyValuesRequest;
16957
16806
  toJSON(message: KeyValuesRequest): unknown;
16958
- create(base?: DeepPartial_87<KeyValuesRequest>): KeyValuesRequest;
16959
- fromPartial(object: DeepPartial_87<KeyValuesRequest>): KeyValuesRequest;
16807
+ create(base?: DeepPartial_85<KeyValuesRequest>): KeyValuesRequest;
16808
+ fromPartial(object: DeepPartial_85<KeyValuesRequest>): KeyValuesRequest;
16960
16809
  };
16961
16810
 
16962
16811
  export declare type KVStore = {
@@ -20235,8 +20084,8 @@ declare const ListActionRequest: {
20235
20084
  decode(input: _m0.Reader | Uint8Array, length?: number): ListActionRequest;
20236
20085
  fromJSON(object: any): ListActionRequest;
20237
20086
  toJSON(message: ListActionRequest): unknown;
20238
- create(base?: DeepPartial_90<ListActionRequest>): ListActionRequest;
20239
- fromPartial(object: DeepPartial_90<ListActionRequest>): ListActionRequest;
20087
+ create(base?: DeepPartial_88<ListActionRequest>): ListActionRequest;
20088
+ fromPartial(object: DeepPartial_88<ListActionRequest>): ListActionRequest;
20240
20089
  };
20241
20090
 
20242
20091
  declare interface ListActionResponse {
@@ -20249,8 +20098,8 @@ declare const ListActionResponse: {
20249
20098
  decode(input: _m0.Reader | Uint8Array, length?: number): ListActionResponse;
20250
20099
  fromJSON(object: any): ListActionResponse;
20251
20100
  toJSON(message: ListActionResponse): unknown;
20252
- create(base?: DeepPartial_90<ListActionResponse>): ListActionResponse;
20253
- fromPartial(object: DeepPartial_90<ListActionResponse>): ListActionResponse;
20101
+ create(base?: DeepPartial_88<ListActionResponse>): ListActionResponse;
20102
+ fromPartial(object: DeepPartial_88<ListActionResponse>): ListActionResponse;
20254
20103
  };
20255
20104
 
20256
20105
  /**
@@ -23544,8 +23393,8 @@ declare const ListValue: {
23544
23393
  decode(input: _m0.Reader | Uint8Array, length?: number): ListValue;
23545
23394
  fromJSON(object: any): ListValue;
23546
23395
  toJSON(message: ListValue): unknown;
23547
- create(base?: DeepPartial_104<ListValue>): ListValue;
23548
- fromPartial(object: DeepPartial_104<ListValue>): ListValue;
23396
+ create(base?: DeepPartial_102<ListValue>): ListValue;
23397
+ fromPartial(object: DeepPartial_102<ListValue>): ListValue;
23549
23398
  wrap(array: Array<any> | undefined): ListValue;
23550
23399
  unwrap(message: ListValue): Array<any>;
23551
23400
  };
@@ -23923,8 +23772,8 @@ declare const Media: {
23923
23772
  decode(input: _m0.Reader | Uint8Array, length?: number): Media;
23924
23773
  fromJSON(object: any): Media;
23925
23774
  toJSON(message: Media): unknown;
23926
- create(base?: DeepPartial_83<Media>): Media;
23927
- fromPartial(object: DeepPartial_83<Media>): Media;
23775
+ create(base?: DeepPartial_81<Media>): Media;
23776
+ fromPartial(object: DeepPartial_81<Media>): Media;
23928
23777
  };
23929
23778
 
23930
23779
  declare interface Media_RedditVideo {
@@ -23946,8 +23795,8 @@ declare const Media_RedditVideo: {
23946
23795
  decode(input: _m0.Reader | Uint8Array, length?: number): Media_RedditVideo;
23947
23796
  fromJSON(object: any): Media_RedditVideo;
23948
23797
  toJSON(message: Media_RedditVideo): unknown;
23949
- create(base?: DeepPartial_83<Media_RedditVideo>): Media_RedditVideo;
23950
- fromPartial(object: DeepPartial_83<Media_RedditVideo>): Media_RedditVideo;
23798
+ create(base?: DeepPartial_81<Media_RedditVideo>): Media_RedditVideo;
23799
+ fromPartial(object: DeepPartial_81<Media_RedditVideo>): Media_RedditVideo;
23951
23800
  };
23952
23801
 
23953
23802
  export declare type MediaAsset = {
@@ -24175,8 +24024,8 @@ declare const Message: {
24175
24024
  decode(input: _m0.Reader | Uint8Array, length?: number): Message;
24176
24025
  fromJSON(object: any): Message;
24177
24026
  toJSON(message: Message): unknown;
24178
- create(base?: DeepPartial_92<Message>): Message;
24179
- fromPartial(object: DeepPartial_92<Message>): Message;
24027
+ create(base?: DeepPartial_90<Message>): Message;
24028
+ fromPartial(object: DeepPartial_90<Message>): Message;
24180
24029
  };
24181
24030
 
24182
24031
  export declare type MessageData = {
@@ -24298,8 +24147,8 @@ declare const MessageOptions: {
24298
24147
  decode(input: _m0.Reader | Uint8Array, length?: number): MessageOptions;
24299
24148
  fromJSON(object: any): MessageOptions;
24300
24149
  toJSON(message: MessageOptions): unknown;
24301
- create(base?: DeepPartial_105<MessageOptions>): MessageOptions;
24302
- fromPartial(object: DeepPartial_105<MessageOptions>): MessageOptions;
24150
+ create(base?: DeepPartial_103<MessageOptions>): MessageOptions;
24151
+ fromPartial(object: DeepPartial_103<MessageOptions>): MessageOptions;
24303
24152
  };
24304
24153
 
24305
24154
  declare interface MessageSet {
@@ -24369,8 +24218,8 @@ declare const MessageWhereRequest: {
24369
24218
  decode(input: _m0.Reader | Uint8Array, length?: number): MessageWhereRequest;
24370
24219
  fromJSON(object: any): MessageWhereRequest;
24371
24220
  toJSON(message: MessageWhereRequest): unknown;
24372
- create(base?: DeepPartial_85<MessageWhereRequest>): MessageWhereRequest;
24373
- fromPartial(object: DeepPartial_85<MessageWhereRequest>): MessageWhereRequest;
24221
+ create(base?: DeepPartial_83<MessageWhereRequest>): MessageWhereRequest;
24222
+ fromPartial(object: DeepPartial_83<MessageWhereRequest>): MessageWhereRequest;
24374
24223
  };
24375
24224
 
24376
24225
  /** Optional RPC metadata passed with every request. */
@@ -24409,8 +24258,8 @@ declare const MethodDescriptorProto: {
24409
24258
  decode(input: _m0.Reader | Uint8Array, length?: number): MethodDescriptorProto;
24410
24259
  fromJSON(object: any): MethodDescriptorProto;
24411
24260
  toJSON(message: MethodDescriptorProto): unknown;
24412
- create(base?: DeepPartial_105<MethodDescriptorProto>): MethodDescriptorProto;
24413
- fromPartial(object: DeepPartial_105<MethodDescriptorProto>): MethodDescriptorProto;
24261
+ create(base?: DeepPartial_103<MethodDescriptorProto>): MethodDescriptorProto;
24262
+ fromPartial(object: DeepPartial_103<MethodDescriptorProto>): MethodDescriptorProto;
24414
24263
  };
24415
24264
 
24416
24265
  declare interface MethodOptions {
@@ -24434,8 +24283,8 @@ declare const MethodOptions: {
24434
24283
  decode(input: _m0.Reader | Uint8Array, length?: number): MethodOptions;
24435
24284
  fromJSON(object: any): MethodOptions;
24436
24285
  toJSON(message: MethodOptions): unknown;
24437
- create(base?: DeepPartial_105<MethodOptions>): MethodOptions;
24438
- fromPartial(object: DeepPartial_105<MethodOptions>): MethodOptions;
24286
+ create(base?: DeepPartial_103<MethodOptions>): MethodOptions;
24287
+ fromPartial(object: DeepPartial_103<MethodOptions>): MethodOptions;
24439
24288
  };
24440
24289
 
24441
24290
  /**
@@ -29150,8 +28999,8 @@ declare const NestedRule: {
29150
28999
  decode(input: _m0.Reader | Uint8Array, length?: number): NestedRule;
29151
29000
  fromJSON(object: any): NestedRule;
29152
29001
  toJSON(message: NestedRule): unknown;
29153
- create(base?: DeepPartial_109<NestedRule>): NestedRule;
29154
- fromPartial(object: DeepPartial_109<NestedRule>): NestedRule;
29002
+ create(base?: DeepPartial_107<NestedRule>): NestedRule;
29003
+ fromPartial(object: DeepPartial_107<NestedRule>): NestedRule;
29155
29004
  };
29156
29005
 
29157
29006
  /** NEWMODMAIL - https://www.reddit.com/dev/api#section_modmail */
@@ -34228,8 +34077,8 @@ declare const OEmbed_2: {
34228
34077
  decode(input: _m0.Reader | Uint8Array, length?: number): OEmbed_2;
34229
34078
  fromJSON(object: any): OEmbed_2;
34230
34079
  toJSON(message: OEmbed_2): unknown;
34231
- create(base?: DeepPartial_83<OEmbed_2>): OEmbed_2;
34232
- fromPartial(object: DeepPartial_83<OEmbed_2>): OEmbed_2;
34080
+ create(base?: DeepPartial_81<OEmbed_2>): OEmbed_2;
34081
+ fromPartial(object: DeepPartial_81<OEmbed_2>): OEmbed_2;
34233
34082
  };
34234
34083
 
34235
34084
  declare interface OnAccountDelete {
@@ -36242,8 +36091,8 @@ declare const OneofDescriptorProto: {
36242
36091
  decode(input: _m0.Reader | Uint8Array, length?: number): OneofDescriptorProto;
36243
36092
  fromJSON(object: any): OneofDescriptorProto;
36244
36093
  toJSON(message: OneofDescriptorProto): unknown;
36245
- create(base?: DeepPartial_105<OneofDescriptorProto>): OneofDescriptorProto;
36246
- fromPartial(object: DeepPartial_105<OneofDescriptorProto>): OneofDescriptorProto;
36094
+ create(base?: DeepPartial_103<OneofDescriptorProto>): OneofDescriptorProto;
36095
+ fromPartial(object: DeepPartial_103<OneofDescriptorProto>): OneofDescriptorProto;
36247
36096
  };
36248
36097
 
36249
36098
  declare interface OneofOptions {
@@ -36259,8 +36108,8 @@ declare const OneofOptions: {
36259
36108
  decode(input: _m0.Reader | Uint8Array, length?: number): OneofOptions;
36260
36109
  fromJSON(object: any): OneofOptions;
36261
36110
  toJSON(message: OneofOptions): unknown;
36262
- create(base?: DeepPartial_105<OneofOptions>): OneofOptions;
36263
- fromPartial(object: DeepPartial_105<OneofOptions>): OneofOptions;
36111
+ create(base?: DeepPartial_103<OneofOptions>): OneofOptions;
36112
+ fromPartial(object: DeepPartial_103<OneofOptions>): OneofOptions;
36264
36113
  };
36265
36114
 
36266
36115
  declare interface OnModAction {
@@ -39411,43 +39260,6 @@ export declare type OnTriggerRequest = protos.PostFlairUpdate | protos.PostSubmi
39411
39260
 
39412
39261
  export declare type OnValidateHandler<ValueType> = (event: SettingsFormFieldValidatorEvent<ValueType>, context: Devvit.Context) => void | string | Promise<void | string>;
39413
39262
 
39414
- /** Order represents a purchase made by a user */
39415
- declare interface Order {
39416
- /** a unique identifier for the order */
39417
- id: string;
39418
- /** where the order is in its lifecycle */
39419
- status: OrderStatus;
39420
- /** when the order was created */
39421
- createdAt?: Date | undefined;
39422
- /** when the order was last updated */
39423
- updatedAt?: Date | undefined;
39424
- /** the products that were ordered */
39425
- products: Product[];
39426
- /** whether or not the order was placed in the development sandbox or production */
39427
- environment: Environment;
39428
- }
39429
-
39430
- declare const Order: {
39431
- $type: "devvit.payments.v1alpha.Order";
39432
- encode(message: Order, writer?: _m0.Writer): _m0.Writer;
39433
- decode(input: _m0.Reader | Uint8Array, length?: number): Order;
39434
- fromJSON(object: any): Order;
39435
- toJSON(message: Order): unknown;
39436
- create(base?: DeepPartial_81<Order>): Order;
39437
- fromPartial(object: DeepPartial_81<Order>): Order;
39438
- };
39439
-
39440
- declare enum OrderStatus {
39441
- ORDER_STATUS_UNSPECIFIED = 0,
39442
- ORDER_STATUS_NEW = 1,
39443
- ORDER_STATUS_CREATED = 2,
39444
- ORDER_STATUS_PAID = 3,
39445
- ORDER_STATUS_DELIVERED = 4,
39446
- ORDER_STATUS_CANCELED = 5,
39447
- ORDER_STATUS_REVERTED = 6,
39448
- UNRECOGNIZED = -1
39449
- }
39450
-
39451
39263
  declare interface OrderWidgetsRequest {
39452
39264
  subreddit: string;
39453
39265
  order: string[];
@@ -39648,120 +39460,6 @@ declare const PaymentsConfig_ProductsEntry: {
39648
39460
  fromPartial(object: DeepPartial_23<PaymentsConfig_ProductsEntry>): PaymentsConfig_ProductsEntry;
39649
39461
  };
39650
39462
 
39651
- /**
39652
- * PaymentsService provides a plugin for access to devvit's payment platform
39653
- * These functions can be called by your app to get product or order info
39654
- */
39655
- declare interface PaymentsService {
39656
- /** get all (or filtered) products associated with your app */
39657
- GetProducts(request: GetProductsRequest, metadata?: Metadata): Promise<GetProductsResponse>;
39658
- /** get all (or filtered) orders placed for your app */
39659
- GetOrders(request: GetOrdersRequest, metadata?: Metadata): Promise<GetOrdersResponse>;
39660
- /** acknowledges an order has been fully delivered. This is used for asynchronous order fullfilment like pre-orders */
39661
- AcknowledgeOrderDelivery(request: AcknowledgeOrderDeliveryRequest, metadata?: Metadata): Promise<AcknowledgeOrderDeliveryResponse>;
39662
- }
39663
-
39664
- declare class PaymentsServiceClientImpl implements PaymentsService {
39665
- private readonly rpc;
39666
- private readonly service;
39667
- constructor(rpc: Rpc_66, opts?: {
39668
- service?: string;
39669
- });
39670
- GetProducts(request: GetProductsRequest, metadata?: Metadata): Promise<GetProductsResponse>;
39671
- GetOrders(request: GetOrdersRequest, metadata?: Metadata): Promise<GetOrdersResponse>;
39672
- AcknowledgeOrderDelivery(request: AcknowledgeOrderDeliveryRequest, metadata?: Metadata): Promise<AcknowledgeOrderDeliveryResponse>;
39673
- }
39674
-
39675
- /**
39676
- * PaymentsService provides a plugin for access to devvit's payment platform
39677
- * These functions can be called by your app to get product or order info
39678
- */
39679
- declare type PaymentsServiceDefinition = typeof PaymentsServiceDefinition;
39680
-
39681
- declare const PaymentsServiceDefinition: {
39682
- readonly name: "PaymentsService";
39683
- readonly fullName: "devvit.plugin.payments.v1alpha.PaymentsService";
39684
- readonly methods: {
39685
- /** get all (or filtered) products associated with your app */
39686
- readonly getProducts: {
39687
- readonly name: "GetProducts";
39688
- readonly requestType: {
39689
- $type: "devvit.plugin.payments.v1alpha.GetProductsRequest";
39690
- encode(message: GetProductsRequest, writer?: _m0.Writer): _m0.Writer;
39691
- decode(input: _m0.Reader | Uint8Array, length?: number): GetProductsRequest;
39692
- fromJSON(object: any): GetProductsRequest;
39693
- toJSON(message: GetProductsRequest): unknown;
39694
- create(base?: DeepPartial_80<GetProductsRequest>): GetProductsRequest;
39695
- fromPartial(object: DeepPartial_80<GetProductsRequest>): GetProductsRequest;
39696
- };
39697
- readonly requestStream: false;
39698
- readonly responseType: {
39699
- $type: "devvit.plugin.payments.v1alpha.GetProductsResponse";
39700
- encode(message: GetProductsResponse, writer?: _m0.Writer): _m0.Writer;
39701
- decode(input: _m0.Reader | Uint8Array, length?: number): GetProductsResponse;
39702
- fromJSON(object: any): GetProductsResponse;
39703
- toJSON(message: GetProductsResponse): unknown;
39704
- create(base?: DeepPartial_80<GetProductsResponse>): GetProductsResponse;
39705
- fromPartial(object: DeepPartial_80<GetProductsResponse>): GetProductsResponse;
39706
- };
39707
- readonly responseStream: false;
39708
- readonly options: {};
39709
- };
39710
- /** get all (or filtered) orders placed for your app */
39711
- readonly getOrders: {
39712
- readonly name: "GetOrders";
39713
- readonly requestType: {
39714
- $type: "devvit.plugin.payments.v1alpha.GetOrdersRequest";
39715
- encode(message: GetOrdersRequest, writer?: _m0.Writer): _m0.Writer;
39716
- decode(input: _m0.Reader | Uint8Array, length?: number): GetOrdersRequest;
39717
- fromJSON(object: any): GetOrdersRequest;
39718
- toJSON(message: GetOrdersRequest): unknown;
39719
- create(base?: DeepPartial_80<GetOrdersRequest>): GetOrdersRequest;
39720
- fromPartial(object: DeepPartial_80<GetOrdersRequest>): GetOrdersRequest;
39721
- };
39722
- readonly requestStream: false;
39723
- readonly responseType: {
39724
- $type: "devvit.plugin.payments.v1alpha.GetOrdersResponse";
39725
- encode(message: GetOrdersResponse, writer?: _m0.Writer): _m0.Writer;
39726
- decode(input: _m0.Reader | Uint8Array, length?: number): GetOrdersResponse;
39727
- fromJSON(object: any): GetOrdersResponse;
39728
- toJSON(message: GetOrdersResponse): unknown;
39729
- create(base?: DeepPartial_80<GetOrdersResponse>): GetOrdersResponse;
39730
- fromPartial(object: DeepPartial_80<GetOrdersResponse>): GetOrdersResponse;
39731
- };
39732
- readonly responseStream: false;
39733
- readonly options: {};
39734
- };
39735
- /** acknowledges an order has been fully delivered. This is used for asynchronous order fullfilment like pre-orders */
39736
- readonly acknowledgeOrderDelivery: {
39737
- readonly name: "AcknowledgeOrderDelivery";
39738
- readonly requestType: {
39739
- $type: "devvit.plugin.payments.v1alpha.AcknowledgeOrderDeliveryRequest";
39740
- encode(message: AcknowledgeOrderDeliveryRequest, writer?: _m0.Writer): _m0.Writer;
39741
- decode(input: _m0.Reader | Uint8Array, length?: number): AcknowledgeOrderDeliveryRequest;
39742
- fromJSON(object: any): AcknowledgeOrderDeliveryRequest;
39743
- toJSON(message: AcknowledgeOrderDeliveryRequest): unknown;
39744
- create(base?: DeepPartial_80<AcknowledgeOrderDeliveryRequest>): AcknowledgeOrderDeliveryRequest;
39745
- fromPartial(object: DeepPartial_80<AcknowledgeOrderDeliveryRequest>): AcknowledgeOrderDeliveryRequest;
39746
- };
39747
- readonly requestStream: false;
39748
- readonly responseType: {
39749
- $type: "devvit.plugin.payments.v1alpha.AcknowledgeOrderDeliveryResponse";
39750
- encode(_: AcknowledgeOrderDeliveryResponse, writer?: _m0.Writer): _m0.Writer;
39751
- decode(input: _m0.Reader | Uint8Array, length?: number): AcknowledgeOrderDeliveryResponse;
39752
- fromJSON(_: any): AcknowledgeOrderDeliveryResponse;
39753
- toJSON(_: AcknowledgeOrderDeliveryResponse): unknown;
39754
- create(base?: DeepPartial_80<AcknowledgeOrderDeliveryResponse>): AcknowledgeOrderDeliveryResponse;
39755
- fromPartial(_: DeepPartial_80<AcknowledgeOrderDeliveryResponse>): AcknowledgeOrderDeliveryResponse;
39756
- };
39757
- readonly responseStream: false;
39758
- readonly options: {};
39759
- };
39760
- };
39761
- };
39762
-
39763
- declare const PaymentsServiceServiceName = "devvit.plugin.payments.v1alpha.PaymentsService";
39764
-
39765
39463
  declare enum Permission {
39766
39464
  SYSTEM = 0,
39767
39465
  HTTP = 1,
@@ -39780,8 +39478,8 @@ declare const PermissionConfig: {
39780
39478
  decode(input: _m0.Reader | Uint8Array, length?: number): PermissionConfig;
39781
39479
  fromJSON(object: any): PermissionConfig;
39782
39480
  toJSON(message: PermissionConfig): unknown;
39783
- create(base?: DeepPartial_109<PermissionConfig>): PermissionConfig;
39784
- fromPartial(object: DeepPartial_109<PermissionConfig>): PermissionConfig;
39481
+ create(base?: DeepPartial_107<PermissionConfig>): PermissionConfig;
39482
+ fromPartial(object: DeepPartial_107<PermissionConfig>): PermissionConfig;
39785
39483
  };
39786
39484
 
39787
39485
  declare function permissionFromJSON(object: any): Permission;
@@ -39796,8 +39494,8 @@ declare const PermissionList: {
39796
39494
  decode(input: _m0.Reader | Uint8Array, length?: number): PermissionList;
39797
39495
  fromJSON(object: any): PermissionList;
39798
39496
  toJSON(message: PermissionList): unknown;
39799
- create(base?: DeepPartial_109<PermissionList>): PermissionList;
39800
- fromPartial(object: DeepPartial_109<PermissionList>): PermissionList;
39497
+ create(base?: DeepPartial_107<PermissionList>): PermissionList;
39498
+ fromPartial(object: DeepPartial_107<PermissionList>): PermissionList;
39801
39499
  };
39802
39500
 
39803
39501
  declare interface PermissionOrRule {
@@ -39812,8 +39510,8 @@ declare const PermissionOrRule: {
39812
39510
  decode(input: _m0.Reader | Uint8Array, length?: number): PermissionOrRule;
39813
39511
  fromJSON(object: any): PermissionOrRule;
39814
39512
  toJSON(message: PermissionOrRule): unknown;
39815
- create(base?: DeepPartial_109<PermissionOrRule>): PermissionOrRule;
39816
- fromPartial(object: DeepPartial_109<PermissionOrRule>): PermissionOrRule;
39513
+ create(base?: DeepPartial_107<PermissionOrRule>): PermissionOrRule;
39514
+ fromPartial(object: DeepPartial_107<PermissionOrRule>): PermissionOrRule;
39817
39515
  };
39818
39516
 
39819
39517
  declare function permissionToJSON(object: Permission): number;
@@ -40109,8 +39807,8 @@ declare const Post_2: {
40109
39807
  decode(input: _m0.Reader | Uint8Array, length?: number): Post_2;
40110
39808
  fromJSON(object: any): Post_2;
40111
39809
  toJSON(message: Post_2): unknown;
40112
- create(base?: DeepPartial_83<Post_2>): Post_2;
40113
- fromPartial(object: DeepPartial_83<Post_2>): Post_2;
39810
+ create(base?: DeepPartial_81<Post_2>): Post_2;
39811
+ fromPartial(object: DeepPartial_81<Post_2>): Post_2;
40114
39812
  };
40115
39813
 
40116
39814
  declare const POST_LINK_ELEMENT = "p/";
@@ -40857,8 +40555,8 @@ declare const PostFilterDefinition: {
40857
40555
  decode(input: _m0.Reader | Uint8Array, length?: number): PostFilterRequest;
40858
40556
  fromJSON(object: any): PostFilterRequest;
40859
40557
  toJSON(message: PostFilterRequest): unknown;
40860
- create(base?: DeepPartial_84<PostFilterRequest>): PostFilterRequest;
40861
- fromPartial(object: DeepPartial_84<PostFilterRequest>): PostFilterRequest;
40558
+ create(base?: DeepPartial_82<PostFilterRequest>): PostFilterRequest;
40559
+ fromPartial(object: DeepPartial_82<PostFilterRequest>): PostFilterRequest;
40862
40560
  };
40863
40561
  readonly requestStream: false;
40864
40562
  readonly responseType: {
@@ -40867,8 +40565,8 @@ declare const PostFilterDefinition: {
40867
40565
  decode(input: _m0.Reader | Uint8Array, length?: number): Response_2;
40868
40566
  fromJSON(object: any): Response_2;
40869
40567
  toJSON(message: Response_2): unknown;
40870
- create(base?: DeepPartial_84<Response_2>): Response_2;
40871
- fromPartial(object: DeepPartial_84<Response_2>): Response_2;
40568
+ create(base?: DeepPartial_82<Response_2>): Response_2;
40569
+ fromPartial(object: DeepPartial_82<Response_2>): Response_2;
40872
40570
  };
40873
40571
  readonly responseStream: false;
40874
40572
  readonly options: {};
@@ -40886,8 +40584,8 @@ declare const PostFilterRequest: {
40886
40584
  decode(input: _m0.Reader | Uint8Array, length?: number): PostFilterRequest;
40887
40585
  fromJSON(object: any): PostFilterRequest;
40888
40586
  toJSON(message: PostFilterRequest): unknown;
40889
- create(base?: DeepPartial_84<PostFilterRequest>): PostFilterRequest;
40890
- fromPartial(object: DeepPartial_84<PostFilterRequest>): PostFilterRequest;
40587
+ create(base?: DeepPartial_82<PostFilterRequest>): PostFilterRequest;
40588
+ fromPartial(object: DeepPartial_82<PostFilterRequest>): PostFilterRequest;
40891
40589
  };
40892
40590
 
40893
40591
  declare const PostFilterServiceName = "devvit.actor.reddit.PostFilter";
@@ -41220,8 +40918,8 @@ declare const Preview: {
41220
40918
  decode(input: _m0.Reader | Uint8Array, length?: number): Preview;
41221
40919
  fromJSON(object: any): Preview;
41222
40920
  toJSON(message: Preview): unknown;
41223
- create(base?: DeepPartial_83<Preview>): Preview;
41224
- fromPartial(object: DeepPartial_83<Preview>): Preview;
40921
+ create(base?: DeepPartial_81<Preview>): Preview;
40922
+ fromPartial(object: DeepPartial_81<Preview>): Preview;
41225
40923
  };
41226
40924
 
41227
40925
  declare interface Preview_PreviewImage {
@@ -41237,8 +40935,8 @@ declare const Preview_PreviewImage: {
41237
40935
  decode(input: _m0.Reader | Uint8Array, length?: number): Preview_PreviewImage;
41238
40936
  fromJSON(object: any): Preview_PreviewImage;
41239
40937
  toJSON(message: Preview_PreviewImage): unknown;
41240
- create(base?: DeepPartial_83<Preview_PreviewImage>): Preview_PreviewImage;
41241
- fromPartial(object: DeepPartial_83<Preview_PreviewImage>): Preview_PreviewImage;
40938
+ create(base?: DeepPartial_81<Preview_PreviewImage>): Preview_PreviewImage;
40939
+ fromPartial(object: DeepPartial_81<Preview_PreviewImage>): Preview_PreviewImage;
41242
40940
  };
41243
40941
 
41244
40942
  declare interface Preview_PreviewImage_Image {
@@ -41253,8 +40951,8 @@ declare const Preview_PreviewImage_Image: {
41253
40951
  decode(input: _m0.Reader | Uint8Array, length?: number): Preview_PreviewImage_Image;
41254
40952
  fromJSON(object: any): Preview_PreviewImage_Image;
41255
40953
  toJSON(message: Preview_PreviewImage_Image): unknown;
41256
- create(base?: DeepPartial_83<Preview_PreviewImage_Image>): Preview_PreviewImage_Image;
41257
- fromPartial(object: DeepPartial_83<Preview_PreviewImage_Image>): Preview_PreviewImage_Image;
40954
+ create(base?: DeepPartial_81<Preview_PreviewImage_Image>): Preview_PreviewImage_Image;
40955
+ fromPartial(object: DeepPartial_81<Preview_PreviewImage_Image>): Preview_PreviewImage_Image;
41258
40956
  };
41259
40957
 
41260
40958
  export declare class PrivateMessage {
@@ -42051,8 +41749,8 @@ declare const ProducerDefinition: {
42051
41749
  decode(input: _m0.Reader | Uint8Array, length?: number): Args;
42052
41750
  fromJSON(object: any): Args;
42053
41751
  toJSON(message: Args): unknown;
42054
- create(base?: DeepPartial_86<Args>): Args;
42055
- fromPartial(object: DeepPartial_86<Args>): Args;
41752
+ create(base?: DeepPartial_84<Args>): Args;
41753
+ fromPartial(object: DeepPartial_84<Args>): Args;
42056
41754
  };
42057
41755
  readonly requestStream: false;
42058
41756
  readonly responseType: {
@@ -42061,8 +41759,8 @@ declare const ProducerDefinition: {
42061
41759
  decode(input: _m0.Reader | Uint8Array, length?: number): Arg;
42062
41760
  fromJSON(object: any): Arg;
42063
41761
  toJSON(message: Arg): unknown;
42064
- create(base?: DeepPartial_86<Arg>): Arg;
42065
- fromPartial(object: DeepPartial_86<Arg>): Arg;
41762
+ create(base?: DeepPartial_84<Arg>): Arg;
41763
+ fromPartial(object: DeepPartial_84<Arg>): Arg;
42066
41764
  };
42067
41765
  readonly responseStream: true;
42068
41766
  readonly options: {};
@@ -43371,22 +43069,10 @@ declare namespace protos {
43371
43069
  OnPostSpoilerUpdateServiceName,
43372
43070
  OnPostSpoilerUpdateClientImpl,
43373
43071
  OnPostSpoilerUpdateDefinition,
43374
- GetProductsRequest,
43375
- GetProductsRequest_MetadataEntry,
43376
- GetProductsResponse,
43377
- GetOrdersRequest,
43378
- GetOrdersRequest_MetadataEntry,
43379
- GetOrdersResponse,
43380
- AcknowledgeOrderDeliveryRequest,
43381
- AcknowledgeOrderDeliveryResponse,
43382
- PaymentsService,
43383
- PaymentsServiceServiceName,
43384
- PaymentsServiceClientImpl,
43385
- PaymentsServiceDefinition,
43386
43072
  Metadata,
43387
43073
  Definition,
43388
43074
  MethodDefinition,
43389
- Rpc_67 as Rpc
43075
+ Rpc_66 as Rpc
43390
43076
  }
43391
43077
  }
43392
43078
 
@@ -43466,8 +43152,8 @@ declare const ReadAllMessagesRequest: {
43466
43152
  decode(input: _m0.Reader | Uint8Array, length?: number): ReadAllMessagesRequest;
43467
43153
  fromJSON(object: any): ReadAllMessagesRequest;
43468
43154
  toJSON(message: ReadAllMessagesRequest): unknown;
43469
- create(base?: DeepPartial_85<ReadAllMessagesRequest>): ReadAllMessagesRequest;
43470
- fromPartial(object: DeepPartial_85<ReadAllMessagesRequest>): ReadAllMessagesRequest;
43155
+ create(base?: DeepPartial_83<ReadAllMessagesRequest>): ReadAllMessagesRequest;
43156
+ fromPartial(object: DeepPartial_83<ReadAllMessagesRequest>): ReadAllMessagesRequest;
43471
43157
  };
43472
43158
 
43473
43159
  declare interface Realtime {
@@ -45350,8 +45036,8 @@ declare const RedditPostGallery: {
45350
45036
  decode(input: _m0.Reader | Uint8Array, length?: number): RedditPostGallery;
45351
45037
  fromJSON(object: any): RedditPostGallery;
45352
45038
  toJSON(message: RedditPostGallery): unknown;
45353
- create(base?: DeepPartial_83<RedditPostGallery>): RedditPostGallery;
45354
- fromPartial(object: DeepPartial_83<RedditPostGallery>): RedditPostGallery;
45039
+ create(base?: DeepPartial_81<RedditPostGallery>): RedditPostGallery;
45040
+ fromPartial(object: DeepPartial_81<RedditPostGallery>): RedditPostGallery;
45355
45041
  };
45356
45042
 
45357
45043
  /**
@@ -45539,8 +45225,8 @@ declare const RedisAPIDefinition: {
45539
45225
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
45540
45226
  fromJSON(object: any): KeyRequest;
45541
45227
  toJSON(message: KeyRequest): unknown;
45542
- create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
45543
- fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
45228
+ create(base?: DeepPartial_85<KeyRequest>): KeyRequest;
45229
+ fromPartial(object: DeepPartial_85<KeyRequest>): KeyRequest;
45544
45230
  };
45545
45231
  readonly requestStream: false;
45546
45232
  readonly responseType: {
@@ -45567,8 +45253,8 @@ declare const RedisAPIDefinition: {
45567
45253
  decode(input: _m0.Reader | Uint8Array, length?: number): SetRequest;
45568
45254
  fromJSON(object: any): SetRequest;
45569
45255
  toJSON(message: SetRequest): unknown;
45570
- create(base?: DeepPartial_87<SetRequest>): SetRequest;
45571
- fromPartial(object: DeepPartial_87<SetRequest>): SetRequest;
45256
+ create(base?: DeepPartial_85<SetRequest>): SetRequest;
45257
+ fromPartial(object: DeepPartial_85<SetRequest>): SetRequest;
45572
45258
  };
45573
45259
  readonly requestStream: false;
45574
45260
  readonly responseType: {
@@ -45595,8 +45281,8 @@ declare const RedisAPIDefinition: {
45595
45281
  decode(input: _m0.Reader | Uint8Array, length?: number): KeysRequest;
45596
45282
  fromJSON(object: any): KeysRequest;
45597
45283
  toJSON(message: KeysRequest): unknown;
45598
- create(base?: DeepPartial_87<KeysRequest>): KeysRequest;
45599
- fromPartial(object: DeepPartial_87<KeysRequest>): KeysRequest;
45284
+ create(base?: DeepPartial_85<KeysRequest>): KeysRequest;
45285
+ fromPartial(object: DeepPartial_85<KeysRequest>): KeysRequest;
45600
45286
  };
45601
45287
  readonly requestStream: false;
45602
45288
  readonly responseType: {
@@ -45623,8 +45309,8 @@ declare const RedisAPIDefinition: {
45623
45309
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
45624
45310
  fromJSON(object: any): KeyRequest;
45625
45311
  toJSON(message: KeyRequest): unknown;
45626
- create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
45627
- fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
45312
+ create(base?: DeepPartial_85<KeyRequest>): KeyRequest;
45313
+ fromPartial(object: DeepPartial_85<KeyRequest>): KeyRequest;
45628
45314
  };
45629
45315
  readonly requestStream: false;
45630
45316
  readonly responseType: {
@@ -45652,8 +45338,8 @@ declare const RedisAPIDefinition: {
45652
45338
  decode(input: _m0.Reader | Uint8Array, length?: number): IncrByRequest;
45653
45339
  fromJSON(object: any): IncrByRequest;
45654
45340
  toJSON(message: IncrByRequest): unknown;
45655
- create(base?: DeepPartial_87<IncrByRequest>): IncrByRequest;
45656
- fromPartial(object: DeepPartial_87<IncrByRequest>): IncrByRequest;
45341
+ create(base?: DeepPartial_85<IncrByRequest>): IncrByRequest;
45342
+ fromPartial(object: DeepPartial_85<IncrByRequest>): IncrByRequest;
45657
45343
  };
45658
45344
  readonly requestStream: false;
45659
45345
  readonly responseType: {
@@ -45681,8 +45367,8 @@ declare const RedisAPIDefinition: {
45681
45367
  decode(input: _m0.Reader | Uint8Array, length?: number): HSetRequest;
45682
45368
  fromJSON(object: any): HSetRequest;
45683
45369
  toJSON(message: HSetRequest): unknown;
45684
- create(base?: DeepPartial_87<HSetRequest>): HSetRequest;
45685
- fromPartial(object: DeepPartial_87<HSetRequest>): HSetRequest;
45370
+ create(base?: DeepPartial_85<HSetRequest>): HSetRequest;
45371
+ fromPartial(object: DeepPartial_85<HSetRequest>): HSetRequest;
45686
45372
  };
45687
45373
  readonly requestStream: false;
45688
45374
  readonly responseType: {
@@ -45709,8 +45395,8 @@ declare const RedisAPIDefinition: {
45709
45395
  decode(input: _m0.Reader | Uint8Array, length?: number): HGetRequest;
45710
45396
  fromJSON(object: any): HGetRequest;
45711
45397
  toJSON(message: HGetRequest): unknown;
45712
- create(base?: DeepPartial_87<HGetRequest>): HGetRequest;
45713
- fromPartial(object: DeepPartial_87<HGetRequest>): HGetRequest;
45398
+ create(base?: DeepPartial_85<HGetRequest>): HGetRequest;
45399
+ fromPartial(object: DeepPartial_85<HGetRequest>): HGetRequest;
45714
45400
  };
45715
45401
  readonly requestStream: false;
45716
45402
  readonly responseType: {
@@ -45737,8 +45423,8 @@ declare const RedisAPIDefinition: {
45737
45423
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
45738
45424
  fromJSON(object: any): KeyRequest;
45739
45425
  toJSON(message: KeyRequest): unknown;
45740
- create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
45741
- fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
45426
+ create(base?: DeepPartial_85<KeyRequest>): KeyRequest;
45427
+ fromPartial(object: DeepPartial_85<KeyRequest>): KeyRequest;
45742
45428
  };
45743
45429
  readonly requestStream: false;
45744
45430
  readonly responseType: {
@@ -45747,8 +45433,8 @@ declare const RedisAPIDefinition: {
45747
45433
  decode(input: _m0.Reader | Uint8Array, length?: number): RedisFieldValues;
45748
45434
  fromJSON(object: any): RedisFieldValues;
45749
45435
  toJSON(message: RedisFieldValues): unknown;
45750
- create(base?: DeepPartial_87<RedisFieldValues>): RedisFieldValues;
45751
- fromPartial(object: DeepPartial_87<RedisFieldValues>): RedisFieldValues;
45436
+ create(base?: DeepPartial_85<RedisFieldValues>): RedisFieldValues;
45437
+ fromPartial(object: DeepPartial_85<RedisFieldValues>): RedisFieldValues;
45752
45438
  };
45753
45439
  readonly responseStream: false;
45754
45440
  readonly options: {};
@@ -45761,8 +45447,8 @@ declare const RedisAPIDefinition: {
45761
45447
  decode(input: _m0.Reader | Uint8Array, length?: number): HDelRequest;
45762
45448
  fromJSON(object: any): HDelRequest;
45763
45449
  toJSON(message: HDelRequest): unknown;
45764
- create(base?: DeepPartial_87<HDelRequest>): HDelRequest;
45765
- fromPartial(object: DeepPartial_87<HDelRequest>): HDelRequest;
45450
+ create(base?: DeepPartial_85<HDelRequest>): HDelRequest;
45451
+ fromPartial(object: DeepPartial_85<HDelRequest>): HDelRequest;
45766
45452
  };
45767
45453
  readonly requestStream: false;
45768
45454
  readonly responseType: {
@@ -45789,8 +45475,8 @@ declare const RedisAPIDefinition: {
45789
45475
  decode(input: _m0.Reader | Uint8Array, length?: number): HScanRequest;
45790
45476
  fromJSON(object: any): HScanRequest;
45791
45477
  toJSON(message: HScanRequest): unknown;
45792
- create(base?: DeepPartial_87<HScanRequest>): HScanRequest;
45793
- fromPartial(object: DeepPartial_87<HScanRequest>): HScanRequest;
45478
+ create(base?: DeepPartial_85<HScanRequest>): HScanRequest;
45479
+ fromPartial(object: DeepPartial_85<HScanRequest>): HScanRequest;
45794
45480
  };
45795
45481
  readonly requestStream: false;
45796
45482
  readonly responseType: {
@@ -45799,8 +45485,8 @@ declare const RedisAPIDefinition: {
45799
45485
  decode(input: _m0.Reader | Uint8Array, length?: number): HScanResponse;
45800
45486
  fromJSON(object: any): HScanResponse;
45801
45487
  toJSON(message: HScanResponse): unknown;
45802
- create(base?: DeepPartial_87<HScanResponse>): HScanResponse;
45803
- fromPartial(object: DeepPartial_87<HScanResponse>): HScanResponse;
45488
+ create(base?: DeepPartial_85<HScanResponse>): HScanResponse;
45489
+ fromPartial(object: DeepPartial_85<HScanResponse>): HScanResponse;
45804
45490
  };
45805
45491
  readonly responseStream: false;
45806
45492
  readonly options: {};
@@ -45813,8 +45499,8 @@ declare const RedisAPIDefinition: {
45813
45499
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
45814
45500
  fromJSON(object: any): KeyRequest;
45815
45501
  toJSON(message: KeyRequest): unknown;
45816
- create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
45817
- fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
45502
+ create(base?: DeepPartial_85<KeyRequest>): KeyRequest;
45503
+ fromPartial(object: DeepPartial_85<KeyRequest>): KeyRequest;
45818
45504
  };
45819
45505
  readonly requestStream: false;
45820
45506
  readonly responseType: {
@@ -45823,8 +45509,8 @@ declare const RedisAPIDefinition: {
45823
45509
  decode(input: _m0.Reader | Uint8Array, length?: number): KeysResponse;
45824
45510
  fromJSON(object: any): KeysResponse;
45825
45511
  toJSON(message: KeysResponse): unknown;
45826
- create(base?: DeepPartial_87<KeysResponse>): KeysResponse;
45827
- fromPartial(object: DeepPartial_87<KeysResponse>): KeysResponse;
45512
+ create(base?: DeepPartial_85<KeysResponse>): KeysResponse;
45513
+ fromPartial(object: DeepPartial_85<KeysResponse>): KeysResponse;
45828
45514
  };
45829
45515
  readonly responseStream: false;
45830
45516
  readonly options: {};
@@ -45837,8 +45523,8 @@ declare const RedisAPIDefinition: {
45837
45523
  decode(input: _m0.Reader | Uint8Array, length?: number): HIncrByRequest;
45838
45524
  fromJSON(object: any): HIncrByRequest;
45839
45525
  toJSON(message: HIncrByRequest): unknown;
45840
- create(base?: DeepPartial_87<HIncrByRequest>): HIncrByRequest;
45841
- fromPartial(object: DeepPartial_87<HIncrByRequest>): HIncrByRequest;
45526
+ create(base?: DeepPartial_85<HIncrByRequest>): HIncrByRequest;
45527
+ fromPartial(object: DeepPartial_85<HIncrByRequest>): HIncrByRequest;
45842
45528
  };
45843
45529
  readonly requestStream: false;
45844
45530
  readonly responseType: {
@@ -45865,8 +45551,8 @@ declare const RedisAPIDefinition: {
45865
45551
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
45866
45552
  fromJSON(object: any): KeyRequest;
45867
45553
  toJSON(message: KeyRequest): unknown;
45868
- create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
45869
- fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
45554
+ create(base?: DeepPartial_85<KeyRequest>): KeyRequest;
45555
+ fromPartial(object: DeepPartial_85<KeyRequest>): KeyRequest;
45870
45556
  };
45871
45557
  readonly requestStream: false;
45872
45558
  readonly responseType: {
@@ -45894,8 +45580,8 @@ declare const RedisAPIDefinition: {
45894
45580
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionId;
45895
45581
  fromJSON(object: any): TransactionId;
45896
45582
  toJSON(message: TransactionId): unknown;
45897
- create(base?: DeepPartial_87<TransactionId>): TransactionId;
45898
- fromPartial(object: DeepPartial_87<TransactionId>): TransactionId;
45583
+ create(base?: DeepPartial_85<TransactionId>): TransactionId;
45584
+ fromPartial(object: DeepPartial_85<TransactionId>): TransactionId;
45899
45585
  };
45900
45586
  readonly requestStream: false;
45901
45587
  readonly responseType: {
@@ -45918,8 +45604,8 @@ declare const RedisAPIDefinition: {
45918
45604
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionId;
45919
45605
  fromJSON(object: any): TransactionId;
45920
45606
  toJSON(message: TransactionId): unknown;
45921
- create(base?: DeepPartial_87<TransactionId>): TransactionId;
45922
- fromPartial(object: DeepPartial_87<TransactionId>): TransactionId;
45607
+ create(base?: DeepPartial_85<TransactionId>): TransactionId;
45608
+ fromPartial(object: DeepPartial_85<TransactionId>): TransactionId;
45923
45609
  };
45924
45610
  readonly requestStream: false;
45925
45611
  readonly responseType: {
@@ -45928,8 +45614,8 @@ declare const RedisAPIDefinition: {
45928
45614
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionResponses;
45929
45615
  fromJSON(object: any): TransactionResponses;
45930
45616
  toJSON(message: TransactionResponses): unknown;
45931
- create(base?: DeepPartial_87<TransactionResponses>): TransactionResponses;
45932
- fromPartial(object: DeepPartial_87<TransactionResponses>): TransactionResponses;
45617
+ create(base?: DeepPartial_85<TransactionResponses>): TransactionResponses;
45618
+ fromPartial(object: DeepPartial_85<TransactionResponses>): TransactionResponses;
45933
45619
  };
45934
45620
  readonly responseStream: false;
45935
45621
  readonly options: {};
@@ -45942,8 +45628,8 @@ declare const RedisAPIDefinition: {
45942
45628
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionId;
45943
45629
  fromJSON(object: any): TransactionId;
45944
45630
  toJSON(message: TransactionId): unknown;
45945
- create(base?: DeepPartial_87<TransactionId>): TransactionId;
45946
- fromPartial(object: DeepPartial_87<TransactionId>): TransactionId;
45631
+ create(base?: DeepPartial_85<TransactionId>): TransactionId;
45632
+ fromPartial(object: DeepPartial_85<TransactionId>): TransactionId;
45947
45633
  };
45948
45634
  readonly requestStream: false;
45949
45635
  readonly responseType: {
@@ -45966,8 +45652,8 @@ declare const RedisAPIDefinition: {
45966
45652
  decode(input: _m0.Reader | Uint8Array, length?: number): WatchRequest;
45967
45653
  fromJSON(object: any): WatchRequest;
45968
45654
  toJSON(message: WatchRequest): unknown;
45969
- create(base?: DeepPartial_87<WatchRequest>): WatchRequest;
45970
- fromPartial(object: DeepPartial_87<WatchRequest>): WatchRequest;
45655
+ create(base?: DeepPartial_85<WatchRequest>): WatchRequest;
45656
+ fromPartial(object: DeepPartial_85<WatchRequest>): WatchRequest;
45971
45657
  };
45972
45658
  readonly requestStream: false;
45973
45659
  readonly responseType: {
@@ -45976,8 +45662,8 @@ declare const RedisAPIDefinition: {
45976
45662
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionId;
45977
45663
  fromJSON(object: any): TransactionId;
45978
45664
  toJSON(message: TransactionId): unknown;
45979
- create(base?: DeepPartial_87<TransactionId>): TransactionId;
45980
- fromPartial(object: DeepPartial_87<TransactionId>): TransactionId;
45665
+ create(base?: DeepPartial_85<TransactionId>): TransactionId;
45666
+ fromPartial(object: DeepPartial_85<TransactionId>): TransactionId;
45981
45667
  };
45982
45668
  readonly responseStream: false;
45983
45669
  readonly options: {};
@@ -45990,8 +45676,8 @@ declare const RedisAPIDefinition: {
45990
45676
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionId;
45991
45677
  fromJSON(object: any): TransactionId;
45992
45678
  toJSON(message: TransactionId): unknown;
45993
- create(base?: DeepPartial_87<TransactionId>): TransactionId;
45994
- fromPartial(object: DeepPartial_87<TransactionId>): TransactionId;
45679
+ create(base?: DeepPartial_85<TransactionId>): TransactionId;
45680
+ fromPartial(object: DeepPartial_85<TransactionId>): TransactionId;
45995
45681
  };
45996
45682
  readonly requestStream: false;
45997
45683
  readonly responseType: {
@@ -46015,8 +45701,8 @@ declare const RedisAPIDefinition: {
46015
45701
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRangeRequest;
46016
45702
  fromJSON(object: any): KeyRangeRequest;
46017
45703
  toJSON(message: KeyRangeRequest): unknown;
46018
- create(base?: DeepPartial_87<KeyRangeRequest>): KeyRangeRequest;
46019
- fromPartial(object: DeepPartial_87<KeyRangeRequest>): KeyRangeRequest;
45704
+ create(base?: DeepPartial_85<KeyRangeRequest>): KeyRangeRequest;
45705
+ fromPartial(object: DeepPartial_85<KeyRangeRequest>): KeyRangeRequest;
46020
45706
  };
46021
45707
  readonly requestStream: false;
46022
45708
  readonly responseType: {
@@ -46043,8 +45729,8 @@ declare const RedisAPIDefinition: {
46043
45729
  decode(input: _m0.Reader | Uint8Array, length?: number): SetRangeRequest;
46044
45730
  fromJSON(object: any): SetRangeRequest;
46045
45731
  toJSON(message: SetRangeRequest): unknown;
46046
- create(base?: DeepPartial_87<SetRangeRequest>): SetRangeRequest;
46047
- fromPartial(object: DeepPartial_87<SetRangeRequest>): SetRangeRequest;
45732
+ create(base?: DeepPartial_85<SetRangeRequest>): SetRangeRequest;
45733
+ fromPartial(object: DeepPartial_85<SetRangeRequest>): SetRangeRequest;
46048
45734
  };
46049
45735
  readonly requestStream: false;
46050
45736
  readonly responseType: {
@@ -46071,8 +45757,8 @@ declare const RedisAPIDefinition: {
46071
45757
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
46072
45758
  fromJSON(object: any): KeyRequest;
46073
45759
  toJSON(message: KeyRequest): unknown;
46074
- create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
46075
- fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
45760
+ create(base?: DeepPartial_85<KeyRequest>): KeyRequest;
45761
+ fromPartial(object: DeepPartial_85<KeyRequest>): KeyRequest;
46076
45762
  };
46077
45763
  readonly requestStream: false;
46078
45764
  readonly responseType: {
@@ -46100,8 +45786,8 @@ declare const RedisAPIDefinition: {
46100
45786
  decode(input: _m0.Reader | Uint8Array, length?: number): KeysRequest;
46101
45787
  fromJSON(object: any): KeysRequest;
46102
45788
  toJSON(message: KeysRequest): unknown;
46103
- create(base?: DeepPartial_87<KeysRequest>): KeysRequest;
46104
- fromPartial(object: DeepPartial_87<KeysRequest>): KeysRequest;
45789
+ create(base?: DeepPartial_85<KeysRequest>): KeysRequest;
45790
+ fromPartial(object: DeepPartial_85<KeysRequest>): KeysRequest;
46105
45791
  };
46106
45792
  readonly requestStream: false;
46107
45793
  readonly responseType: {
@@ -46110,8 +45796,8 @@ declare const RedisAPIDefinition: {
46110
45796
  decode(input: _m0.Reader | Uint8Array, length?: number): RedisValues;
46111
45797
  fromJSON(object: any): RedisValues;
46112
45798
  toJSON(message: RedisValues): unknown;
46113
- create(base?: DeepPartial_87<RedisValues>): RedisValues;
46114
- fromPartial(object: DeepPartial_87<RedisValues>): RedisValues;
45799
+ create(base?: DeepPartial_85<RedisValues>): RedisValues;
45800
+ fromPartial(object: DeepPartial_85<RedisValues>): RedisValues;
46115
45801
  };
46116
45802
  readonly responseStream: false;
46117
45803
  readonly options: {};
@@ -46124,8 +45810,8 @@ declare const RedisAPIDefinition: {
46124
45810
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyValuesRequest;
46125
45811
  fromJSON(object: any): KeyValuesRequest;
46126
45812
  toJSON(message: KeyValuesRequest): unknown;
46127
- create(base?: DeepPartial_87<KeyValuesRequest>): KeyValuesRequest;
46128
- fromPartial(object: DeepPartial_87<KeyValuesRequest>): KeyValuesRequest;
45813
+ create(base?: DeepPartial_85<KeyValuesRequest>): KeyValuesRequest;
45814
+ fromPartial(object: DeepPartial_85<KeyValuesRequest>): KeyValuesRequest;
46129
45815
  };
46130
45816
  readonly requestStream: false;
46131
45817
  readonly responseType: {
@@ -46149,8 +45835,8 @@ declare const RedisAPIDefinition: {
46149
45835
  decode(input: _m0.Reader | Uint8Array, length?: number): ExpireRequest;
46150
45836
  fromJSON(object: any): ExpireRequest;
46151
45837
  toJSON(message: ExpireRequest): unknown;
46152
- create(base?: DeepPartial_87<ExpireRequest>): ExpireRequest;
46153
- fromPartial(object: DeepPartial_87<ExpireRequest>): ExpireRequest;
45838
+ create(base?: DeepPartial_85<ExpireRequest>): ExpireRequest;
45839
+ fromPartial(object: DeepPartial_85<ExpireRequest>): ExpireRequest;
46154
45840
  };
46155
45841
  readonly requestStream: false;
46156
45842
  readonly responseType: {
@@ -46173,8 +45859,8 @@ declare const RedisAPIDefinition: {
46173
45859
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
46174
45860
  fromJSON(object: any): KeyRequest;
46175
45861
  toJSON(message: KeyRequest): unknown;
46176
- create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
46177
- fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
45862
+ create(base?: DeepPartial_85<KeyRequest>): KeyRequest;
45863
+ fromPartial(object: DeepPartial_85<KeyRequest>): KeyRequest;
46178
45864
  };
46179
45865
  readonly requestStream: false;
46180
45866
  readonly responseType: {
@@ -46202,8 +45888,8 @@ declare const RedisAPIDefinition: {
46202
45888
  decode(input: _m0.Reader | Uint8Array, length?: number): ZAddRequest;
46203
45889
  fromJSON(object: any): ZAddRequest;
46204
45890
  toJSON(message: ZAddRequest): unknown;
46205
- create(base?: DeepPartial_87<ZAddRequest>): ZAddRequest;
46206
- fromPartial(object: DeepPartial_87<ZAddRequest>): ZAddRequest;
45891
+ create(base?: DeepPartial_85<ZAddRequest>): ZAddRequest;
45892
+ fromPartial(object: DeepPartial_85<ZAddRequest>): ZAddRequest;
46207
45893
  };
46208
45894
  readonly requestStream: false;
46209
45895
  readonly responseType: {
@@ -46230,8 +45916,8 @@ declare const RedisAPIDefinition: {
46230
45916
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
46231
45917
  fromJSON(object: any): KeyRequest;
46232
45918
  toJSON(message: KeyRequest): unknown;
46233
- create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
46234
- fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
45919
+ create(base?: DeepPartial_85<KeyRequest>): KeyRequest;
45920
+ fromPartial(object: DeepPartial_85<KeyRequest>): KeyRequest;
46235
45921
  };
46236
45922
  readonly requestStream: false;
46237
45923
  readonly responseType: {
@@ -46258,8 +45944,8 @@ declare const RedisAPIDefinition: {
46258
45944
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRangeRequest;
46259
45945
  fromJSON(object: any): ZRangeRequest;
46260
45946
  toJSON(message: ZRangeRequest): unknown;
46261
- create(base?: DeepPartial_87<ZRangeRequest>): ZRangeRequest;
46262
- fromPartial(object: DeepPartial_87<ZRangeRequest>): ZRangeRequest;
45947
+ create(base?: DeepPartial_85<ZRangeRequest>): ZRangeRequest;
45948
+ fromPartial(object: DeepPartial_85<ZRangeRequest>): ZRangeRequest;
46263
45949
  };
46264
45950
  readonly requestStream: false;
46265
45951
  readonly responseType: {
@@ -46268,8 +45954,8 @@ declare const RedisAPIDefinition: {
46268
45954
  decode(input: _m0.Reader | Uint8Array, length?: number): ZMembers;
46269
45955
  fromJSON(object: any): ZMembers;
46270
45956
  toJSON(message: ZMembers): unknown;
46271
- create(base?: DeepPartial_87<ZMembers>): ZMembers;
46272
- fromPartial(object: DeepPartial_87<ZMembers>): ZMembers;
45957
+ create(base?: DeepPartial_85<ZMembers>): ZMembers;
45958
+ fromPartial(object: DeepPartial_85<ZMembers>): ZMembers;
46273
45959
  };
46274
45960
  readonly responseStream: false;
46275
45961
  readonly options: {};
@@ -46282,8 +45968,8 @@ declare const RedisAPIDefinition: {
46282
45968
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRemRequest;
46283
45969
  fromJSON(object: any): ZRemRequest;
46284
45970
  toJSON(message: ZRemRequest): unknown;
46285
- create(base?: DeepPartial_87<ZRemRequest>): ZRemRequest;
46286
- fromPartial(object: DeepPartial_87<ZRemRequest>): ZRemRequest;
45971
+ create(base?: DeepPartial_85<ZRemRequest>): ZRemRequest;
45972
+ fromPartial(object: DeepPartial_85<ZRemRequest>): ZRemRequest;
46287
45973
  };
46288
45974
  readonly requestStream: false;
46289
45975
  readonly responseType: {
@@ -46310,8 +45996,8 @@ declare const RedisAPIDefinition: {
46310
45996
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRemRangeByLexRequest;
46311
45997
  fromJSON(object: any): ZRemRangeByLexRequest;
46312
45998
  toJSON(message: ZRemRangeByLexRequest): unknown;
46313
- create(base?: DeepPartial_87<ZRemRangeByLexRequest>): ZRemRangeByLexRequest;
46314
- fromPartial(object: DeepPartial_87<ZRemRangeByLexRequest>): ZRemRangeByLexRequest;
45999
+ create(base?: DeepPartial_85<ZRemRangeByLexRequest>): ZRemRangeByLexRequest;
46000
+ fromPartial(object: DeepPartial_85<ZRemRangeByLexRequest>): ZRemRangeByLexRequest;
46315
46001
  };
46316
46002
  readonly requestStream: false;
46317
46003
  readonly responseType: {
@@ -46338,8 +46024,8 @@ declare const RedisAPIDefinition: {
46338
46024
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRemRangeByRankRequest;
46339
46025
  fromJSON(object: any): ZRemRangeByRankRequest;
46340
46026
  toJSON(message: ZRemRangeByRankRequest): unknown;
46341
- create(base?: DeepPartial_87<ZRemRangeByRankRequest>): ZRemRangeByRankRequest;
46342
- fromPartial(object: DeepPartial_87<ZRemRangeByRankRequest>): ZRemRangeByRankRequest;
46027
+ create(base?: DeepPartial_85<ZRemRangeByRankRequest>): ZRemRangeByRankRequest;
46028
+ fromPartial(object: DeepPartial_85<ZRemRangeByRankRequest>): ZRemRangeByRankRequest;
46343
46029
  };
46344
46030
  readonly requestStream: false;
46345
46031
  readonly responseType: {
@@ -46366,8 +46052,8 @@ declare const RedisAPIDefinition: {
46366
46052
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRemRangeByScoreRequest;
46367
46053
  fromJSON(object: any): ZRemRangeByScoreRequest;
46368
46054
  toJSON(message: ZRemRangeByScoreRequest): unknown;
46369
- create(base?: DeepPartial_87<ZRemRangeByScoreRequest>): ZRemRangeByScoreRequest;
46370
- fromPartial(object: DeepPartial_87<ZRemRangeByScoreRequest>): ZRemRangeByScoreRequest;
46055
+ create(base?: DeepPartial_85<ZRemRangeByScoreRequest>): ZRemRangeByScoreRequest;
46056
+ fromPartial(object: DeepPartial_85<ZRemRangeByScoreRequest>): ZRemRangeByScoreRequest;
46371
46057
  };
46372
46058
  readonly requestStream: false;
46373
46059
  readonly responseType: {
@@ -46394,8 +46080,8 @@ declare const RedisAPIDefinition: {
46394
46080
  decode(input: _m0.Reader | Uint8Array, length?: number): ZScoreRequest;
46395
46081
  fromJSON(object: any): ZScoreRequest;
46396
46082
  toJSON(message: ZScoreRequest): unknown;
46397
- create(base?: DeepPartial_87<ZScoreRequest>): ZScoreRequest;
46398
- fromPartial(object: DeepPartial_87<ZScoreRequest>): ZScoreRequest;
46083
+ create(base?: DeepPartial_85<ZScoreRequest>): ZScoreRequest;
46084
+ fromPartial(object: DeepPartial_85<ZScoreRequest>): ZScoreRequest;
46399
46085
  };
46400
46086
  readonly requestStream: false;
46401
46087
  readonly responseType: {
@@ -46422,8 +46108,8 @@ declare const RedisAPIDefinition: {
46422
46108
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRankRequest;
46423
46109
  fromJSON(object: any): ZRankRequest;
46424
46110
  toJSON(message: ZRankRequest): unknown;
46425
- create(base?: DeepPartial_87<ZRankRequest>): ZRankRequest;
46426
- fromPartial(object: DeepPartial_87<ZRankRequest>): ZRankRequest;
46111
+ create(base?: DeepPartial_85<ZRankRequest>): ZRankRequest;
46112
+ fromPartial(object: DeepPartial_85<ZRankRequest>): ZRankRequest;
46427
46113
  };
46428
46114
  readonly requestStream: false;
46429
46115
  readonly responseType: {
@@ -46450,8 +46136,8 @@ declare const RedisAPIDefinition: {
46450
46136
  decode(input: _m0.Reader | Uint8Array, length?: number): ZIncrByRequest;
46451
46137
  fromJSON(object: any): ZIncrByRequest;
46452
46138
  toJSON(message: ZIncrByRequest): unknown;
46453
- create(base?: DeepPartial_87<ZIncrByRequest>): ZIncrByRequest;
46454
- fromPartial(object: DeepPartial_87<ZIncrByRequest>): ZIncrByRequest;
46139
+ create(base?: DeepPartial_85<ZIncrByRequest>): ZIncrByRequest;
46140
+ fromPartial(object: DeepPartial_85<ZIncrByRequest>): ZIncrByRequest;
46455
46141
  };
46456
46142
  readonly requestStream: false;
46457
46143
  readonly responseType: {
@@ -46478,8 +46164,8 @@ declare const RedisAPIDefinition: {
46478
46164
  decode(input: _m0.Reader | Uint8Array, length?: number): ZScanRequest;
46479
46165
  fromJSON(object: any): ZScanRequest;
46480
46166
  toJSON(message: ZScanRequest): unknown;
46481
- create(base?: DeepPartial_87<ZScanRequest>): ZScanRequest;
46482
- fromPartial(object: DeepPartial_87<ZScanRequest>): ZScanRequest;
46167
+ create(base?: DeepPartial_85<ZScanRequest>): ZScanRequest;
46168
+ fromPartial(object: DeepPartial_85<ZScanRequest>): ZScanRequest;
46483
46169
  };
46484
46170
  readonly requestStream: false;
46485
46171
  readonly responseType: {
@@ -46488,8 +46174,8 @@ declare const RedisAPIDefinition: {
46488
46174
  decode(input: _m0.Reader | Uint8Array, length?: number): ZScanResponse;
46489
46175
  fromJSON(object: any): ZScanResponse;
46490
46176
  toJSON(message: ZScanResponse): unknown;
46491
- create(base?: DeepPartial_87<ZScanResponse>): ZScanResponse;
46492
- fromPartial(object: DeepPartial_87<ZScanResponse>): ZScanResponse;
46177
+ create(base?: DeepPartial_85<ZScanResponse>): ZScanResponse;
46178
+ fromPartial(object: DeepPartial_85<ZScanResponse>): ZScanResponse;
46493
46179
  };
46494
46180
  readonly responseStream: false;
46495
46181
  readonly options: {};
@@ -46774,8 +46460,8 @@ declare const RedisFieldValue: {
46774
46460
  decode(input: _m0.Reader | Uint8Array, length?: number): RedisFieldValue;
46775
46461
  fromJSON(object: any): RedisFieldValue;
46776
46462
  toJSON(message: RedisFieldValue): unknown;
46777
- create(base?: DeepPartial_87<RedisFieldValue>): RedisFieldValue;
46778
- fromPartial(object: DeepPartial_87<RedisFieldValue>): RedisFieldValue;
46463
+ create(base?: DeepPartial_85<RedisFieldValue>): RedisFieldValue;
46464
+ fromPartial(object: DeepPartial_85<RedisFieldValue>): RedisFieldValue;
46779
46465
  };
46780
46466
 
46781
46467
  declare interface RedisFieldValues {
@@ -46790,8 +46476,8 @@ declare const RedisFieldValues: {
46790
46476
  decode(input: _m0.Reader | Uint8Array, length?: number): RedisFieldValues;
46791
46477
  fromJSON(object: any): RedisFieldValues;
46792
46478
  toJSON(message: RedisFieldValues): unknown;
46793
- create(base?: DeepPartial_87<RedisFieldValues>): RedisFieldValues;
46794
- fromPartial(object: DeepPartial_87<RedisFieldValues>): RedisFieldValues;
46479
+ create(base?: DeepPartial_85<RedisFieldValues>): RedisFieldValues;
46480
+ fromPartial(object: DeepPartial_85<RedisFieldValues>): RedisFieldValues;
46795
46481
  };
46796
46482
 
46797
46483
  declare interface RedisFieldValues_FieldValuesEntry {
@@ -46805,8 +46491,8 @@ declare const RedisFieldValues_FieldValuesEntry: {
46805
46491
  decode(input: _m0.Reader | Uint8Array, length?: number): RedisFieldValues_FieldValuesEntry;
46806
46492
  fromJSON(object: any): RedisFieldValues_FieldValuesEntry;
46807
46493
  toJSON(message: RedisFieldValues_FieldValuesEntry): unknown;
46808
- create(base?: DeepPartial_87<RedisFieldValues_FieldValuesEntry>): RedisFieldValues_FieldValuesEntry;
46809
- fromPartial(object: DeepPartial_87<RedisFieldValues_FieldValuesEntry>): RedisFieldValues_FieldValuesEntry;
46494
+ create(base?: DeepPartial_85<RedisFieldValues_FieldValuesEntry>): RedisFieldValues_FieldValuesEntry;
46495
+ fromPartial(object: DeepPartial_85<RedisFieldValues_FieldValuesEntry>): RedisFieldValues_FieldValuesEntry;
46810
46496
  };
46811
46497
 
46812
46498
  /**
@@ -46837,8 +46523,8 @@ declare const RedisKeyValue: {
46837
46523
  decode(input: _m0.Reader | Uint8Array, length?: number): RedisKeyValue;
46838
46524
  fromJSON(object: any): RedisKeyValue;
46839
46525
  toJSON(message: RedisKeyValue): unknown;
46840
- create(base?: DeepPartial_87<RedisKeyValue>): RedisKeyValue;
46841
- fromPartial(object: DeepPartial_87<RedisKeyValue>): RedisKeyValue;
46526
+ create(base?: DeepPartial_85<RedisKeyValue>): RedisKeyValue;
46527
+ fromPartial(object: DeepPartial_85<RedisKeyValue>): RedisKeyValue;
46842
46528
  };
46843
46529
 
46844
46530
  declare interface RedisValues {
@@ -46851,8 +46537,8 @@ declare const RedisValues: {
46851
46537
  decode(input: _m0.Reader | Uint8Array, length?: number): RedisValues;
46852
46538
  fromJSON(object: any): RedisValues;
46853
46539
  toJSON(message: RedisValues): unknown;
46854
- create(base?: DeepPartial_87<RedisValues>): RedisValues;
46855
- fromPartial(object: DeepPartial_87<RedisValues>): RedisValues;
46540
+ create(base?: DeepPartial_85<RedisValues>): RedisValues;
46541
+ fromPartial(object: DeepPartial_85<RedisValues>): RedisValues;
46856
46542
  };
46857
46543
 
46858
46544
  export declare type RelationshipType = 'moderator_invite' | 'contributor' | 'banned' | 'muted' | 'wikibanned' | 'wikicontributor';
@@ -46982,8 +46668,8 @@ declare const RemoteLogConsumerDefinition: {
46982
46668
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogQuery;
46983
46669
  fromJSON(object: any): RemoteLogQuery;
46984
46670
  toJSON(message: RemoteLogQuery): unknown;
46985
- create(base?: DeepPartial_88<RemoteLogQuery>): RemoteLogQuery;
46986
- fromPartial(object: DeepPartial_88<RemoteLogQuery>): RemoteLogQuery;
46671
+ create(base?: DeepPartial_86<RemoteLogQuery>): RemoteLogQuery;
46672
+ fromPartial(object: DeepPartial_86<RemoteLogQuery>): RemoteLogQuery;
46987
46673
  };
46988
46674
  readonly requestStream: false;
46989
46675
  readonly responseType: {
@@ -46992,8 +46678,8 @@ declare const RemoteLogConsumerDefinition: {
46992
46678
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogMessage;
46993
46679
  fromJSON(object: any): RemoteLogMessage;
46994
46680
  toJSON(message: RemoteLogMessage): unknown;
46995
- create(base?: DeepPartial_88<RemoteLogMessage>): RemoteLogMessage;
46996
- fromPartial(object: DeepPartial_88<RemoteLogMessage>): RemoteLogMessage;
46681
+ create(base?: DeepPartial_86<RemoteLogMessage>): RemoteLogMessage;
46682
+ fromPartial(object: DeepPartial_86<RemoteLogMessage>): RemoteLogMessage;
46997
46683
  };
46998
46684
  readonly responseStream: true;
46999
46685
  readonly options: {};
@@ -47014,8 +46700,8 @@ declare const RemoteLogInstallationFilter: {
47014
46700
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogInstallationFilter;
47015
46701
  fromJSON(object: any): RemoteLogInstallationFilter;
47016
46702
  toJSON(message: RemoteLogInstallationFilter): unknown;
47017
- create(base?: DeepPartial_88<RemoteLogInstallationFilter>): RemoteLogInstallationFilter;
47018
- fromPartial(object: DeepPartial_88<RemoteLogInstallationFilter>): RemoteLogInstallationFilter;
46703
+ create(base?: DeepPartial_86<RemoteLogInstallationFilter>): RemoteLogInstallationFilter;
46704
+ fromPartial(object: DeepPartial_86<RemoteLogInstallationFilter>): RemoteLogInstallationFilter;
47019
46705
  };
47020
46706
 
47021
46707
  declare interface RemoteLogMessage {
@@ -47031,8 +46717,8 @@ declare const RemoteLogMessage: {
47031
46717
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogMessage;
47032
46718
  fromJSON(object: any): RemoteLogMessage;
47033
46719
  toJSON(message: RemoteLogMessage): unknown;
47034
- create(base?: DeepPartial_88<RemoteLogMessage>): RemoteLogMessage;
47035
- fromPartial(object: DeepPartial_88<RemoteLogMessage>): RemoteLogMessage;
46720
+ create(base?: DeepPartial_86<RemoteLogMessage>): RemoteLogMessage;
46721
+ fromPartial(object: DeepPartial_86<RemoteLogMessage>): RemoteLogMessage;
47036
46722
  };
47037
46723
 
47038
46724
  declare interface RemoteLogMessages {
@@ -47045,8 +46731,8 @@ declare const RemoteLogMessages: {
47045
46731
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogMessages;
47046
46732
  fromJSON(object: any): RemoteLogMessages;
47047
46733
  toJSON(message: RemoteLogMessages): unknown;
47048
- create(base?: DeepPartial_88<RemoteLogMessages>): RemoteLogMessages;
47049
- fromPartial(object: DeepPartial_88<RemoteLogMessages>): RemoteLogMessages;
46734
+ create(base?: DeepPartial_86<RemoteLogMessages>): RemoteLogMessages;
46735
+ fromPartial(object: DeepPartial_86<RemoteLogMessages>): RemoteLogMessages;
47050
46736
  };
47051
46737
 
47052
46738
  declare interface RemoteLogPublisher {
@@ -47097,8 +46783,8 @@ declare const RemoteLogPublisherDefinition: {
47097
46783
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogMessage;
47098
46784
  fromJSON(object: any): RemoteLogMessage;
47099
46785
  toJSON(message: RemoteLogMessage): unknown;
47100
- create(base?: DeepPartial_88<RemoteLogMessage>): RemoteLogMessage;
47101
- fromPartial(object: DeepPartial_88<RemoteLogMessage>): RemoteLogMessage;
46786
+ create(base?: DeepPartial_86<RemoteLogMessage>): RemoteLogMessage;
46787
+ fromPartial(object: DeepPartial_86<RemoteLogMessage>): RemoteLogMessage;
47102
46788
  };
47103
46789
  readonly requestStream: false;
47104
46790
  readonly responseType: {
@@ -47107,8 +46793,8 @@ declare const RemoteLogPublisherDefinition: {
47107
46793
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogPutResponse;
47108
46794
  fromJSON(_: any): RemoteLogPutResponse;
47109
46795
  toJSON(_: RemoteLogPutResponse): unknown;
47110
- create(base?: DeepPartial_88<RemoteLogPutResponse>): RemoteLogPutResponse;
47111
- fromPartial(_: DeepPartial_88<RemoteLogPutResponse>): RemoteLogPutResponse;
46796
+ create(base?: DeepPartial_86<RemoteLogPutResponse>): RemoteLogPutResponse;
46797
+ fromPartial(_: DeepPartial_86<RemoteLogPutResponse>): RemoteLogPutResponse;
47112
46798
  };
47113
46799
  readonly responseStream: false;
47114
46800
  readonly options: {};
@@ -47121,8 +46807,8 @@ declare const RemoteLogPublisherDefinition: {
47121
46807
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogMessages;
47122
46808
  fromJSON(object: any): RemoteLogMessages;
47123
46809
  toJSON(message: RemoteLogMessages): unknown;
47124
- create(base?: DeepPartial_88<RemoteLogMessages>): RemoteLogMessages;
47125
- fromPartial(object: DeepPartial_88<RemoteLogMessages>): RemoteLogMessages;
46810
+ create(base?: DeepPartial_86<RemoteLogMessages>): RemoteLogMessages;
46811
+ fromPartial(object: DeepPartial_86<RemoteLogMessages>): RemoteLogMessages;
47126
46812
  };
47127
46813
  readonly requestStream: false;
47128
46814
  readonly responseType: {
@@ -47131,8 +46817,8 @@ declare const RemoteLogPublisherDefinition: {
47131
46817
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogPutResponse;
47132
46818
  fromJSON(_: any): RemoteLogPutResponse;
47133
46819
  toJSON(_: RemoteLogPutResponse): unknown;
47134
- create(base?: DeepPartial_88<RemoteLogPutResponse>): RemoteLogPutResponse;
47135
- fromPartial(_: DeepPartial_88<RemoteLogPutResponse>): RemoteLogPutResponse;
46820
+ create(base?: DeepPartial_86<RemoteLogPutResponse>): RemoteLogPutResponse;
46821
+ fromPartial(_: DeepPartial_86<RemoteLogPutResponse>): RemoteLogPutResponse;
47136
46822
  };
47137
46823
  readonly responseStream: false;
47138
46824
  readonly options: {};
@@ -47151,8 +46837,8 @@ declare const RemoteLogPutResponse: {
47151
46837
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogPutResponse;
47152
46838
  fromJSON(_: any): RemoteLogPutResponse;
47153
46839
  toJSON(_: RemoteLogPutResponse): unknown;
47154
- create(base?: DeepPartial_88<RemoteLogPutResponse>): RemoteLogPutResponse;
47155
- fromPartial(_: DeepPartial_88<RemoteLogPutResponse>): RemoteLogPutResponse;
46840
+ create(base?: DeepPartial_86<RemoteLogPutResponse>): RemoteLogPutResponse;
46841
+ fromPartial(_: DeepPartial_86<RemoteLogPutResponse>): RemoteLogPutResponse;
47156
46842
  };
47157
46843
 
47158
46844
  declare interface RemoteLogQuery {
@@ -47168,8 +46854,8 @@ declare const RemoteLogQuery: {
47168
46854
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogQuery;
47169
46855
  fromJSON(object: any): RemoteLogQuery;
47170
46856
  toJSON(message: RemoteLogQuery): unknown;
47171
- create(base?: DeepPartial_88<RemoteLogQuery>): RemoteLogQuery;
47172
- fromPartial(object: DeepPartial_88<RemoteLogQuery>): RemoteLogQuery;
46857
+ create(base?: DeepPartial_86<RemoteLogQuery>): RemoteLogQuery;
46858
+ fromPartial(object: DeepPartial_86<RemoteLogQuery>): RemoteLogQuery;
47173
46859
  };
47174
46860
 
47175
46861
  /**
@@ -47187,8 +46873,8 @@ declare const RemoteLogSubredditAppNameFilter: {
47187
46873
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogSubredditAppNameFilter;
47188
46874
  fromJSON(object: any): RemoteLogSubredditAppNameFilter;
47189
46875
  toJSON(message: RemoteLogSubredditAppNameFilter): unknown;
47190
- create(base?: DeepPartial_88<RemoteLogSubredditAppNameFilter>): RemoteLogSubredditAppNameFilter;
47191
- fromPartial(object: DeepPartial_88<RemoteLogSubredditAppNameFilter>): RemoteLogSubredditAppNameFilter;
46876
+ create(base?: DeepPartial_86<RemoteLogSubredditAppNameFilter>): RemoteLogSubredditAppNameFilter;
46877
+ fromPartial(object: DeepPartial_86<RemoteLogSubredditAppNameFilter>): RemoteLogSubredditAppNameFilter;
47192
46878
  };
47193
46879
 
47194
46880
  declare enum RemoteLogType {
@@ -47233,8 +46919,8 @@ declare const RemovePostInCollectionRequest: {
47233
46919
  decode(input: _m0.Reader | Uint8Array, length?: number): RemovePostInCollectionRequest;
47234
46920
  fromJSON(object: any): RemovePostInCollectionRequest;
47235
46921
  toJSON(message: RemovePostInCollectionRequest): unknown;
47236
- create(base?: DeepPartial_82<RemovePostInCollectionRequest>): RemovePostInCollectionRequest;
47237
- fromPartial(object: DeepPartial_82<RemovePostInCollectionRequest>): RemovePostInCollectionRequest;
46922
+ create(base?: DeepPartial_80<RemovePostInCollectionRequest>): RemovePostInCollectionRequest;
46923
+ fromPartial(object: DeepPartial_80<RemovePostInCollectionRequest>): RemovePostInCollectionRequest;
47238
46924
  };
47239
46925
 
47240
46926
  export declare type RemoveRelationshipOptions = {
@@ -47329,8 +47015,8 @@ declare const ReorderCollectionRequest: {
47329
47015
  decode(input: _m0.Reader | Uint8Array, length?: number): ReorderCollectionRequest;
47330
47016
  fromJSON(object: any): ReorderCollectionRequest;
47331
47017
  toJSON(message: ReorderCollectionRequest): unknown;
47332
- create(base?: DeepPartial_82<ReorderCollectionRequest>): ReorderCollectionRequest;
47333
- fromPartial(object: DeepPartial_82<ReorderCollectionRequest>): ReorderCollectionRequest;
47018
+ create(base?: DeepPartial_80<ReorderCollectionRequest>): ReorderCollectionRequest;
47019
+ fromPartial(object: DeepPartial_80<ReorderCollectionRequest>): ReorderCollectionRequest;
47334
47020
  };
47335
47021
 
47336
47022
  export declare type ReplyToCommentOptions = CommentSubmissionOptions;
@@ -47417,8 +47103,8 @@ declare const ReportUserRequest: {
47417
47103
  decode(input: _m0.Reader | Uint8Array, length?: number): ReportUserRequest;
47418
47104
  fromJSON(object: any): ReportUserRequest;
47419
47105
  toJSON(message: ReportUserRequest): unknown;
47420
- create(base?: DeepPartial_101<ReportUserRequest>): ReportUserRequest;
47421
- fromPartial(object: DeepPartial_101<ReportUserRequest>): ReportUserRequest;
47106
+ create(base?: DeepPartial_99<ReportUserRequest>): ReportUserRequest;
47107
+ fromPartial(object: DeepPartial_99<ReportUserRequest>): ReportUserRequest;
47422
47108
  };
47423
47109
 
47424
47110
  declare interface RequestData {
@@ -47840,8 +47526,8 @@ declare const Response_2: {
47840
47526
  decode(input: _m0.Reader | Uint8Array, length?: number): Response_2;
47841
47527
  fromJSON(object: any): Response_2;
47842
47528
  toJSON(message: Response_2): unknown;
47843
- create(base?: DeepPartial_84<Response_2>): Response_2;
47844
- fromPartial(object: DeepPartial_84<Response_2>): Response_2;
47529
+ create(base?: DeepPartial_82<Response_2>): Response_2;
47530
+ fromPartial(object: DeepPartial_82<Response_2>): Response_2;
47845
47531
  };
47846
47532
 
47847
47533
  declare interface RevertWikiPageRequest {
@@ -48171,15 +47857,11 @@ declare interface Rpc_65 {
48171
47857
  request(service: string, method: string, data: Uint8Array, metadata?: Metadata): Promise<Uint8Array>;
48172
47858
  }
48173
47859
 
48174
- declare interface Rpc_66 {
48175
- request(service: string, method: string, data: Uint8Array, metadata?: Metadata): Promise<Uint8Array>;
48176
- }
48177
-
48178
47860
  /**
48179
47861
  * Common denominator remote procedure call interface. Some services only
48180
47862
  * require a partial implementation.
48181
47863
  */
48182
- declare type Rpc_67 = {
47864
+ declare type Rpc_66 = {
48183
47865
  /** Make a unary request */
48184
47866
  request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
48185
47867
  /** Make a request that returns a server stream */
@@ -48342,8 +48024,8 @@ declare const RuntimeActorDefinition: {
48342
48024
  decode(input: _m0.Reader | Uint8Array, length?: number): WorkerQuery;
48343
48025
  fromJSON(object: any): WorkerQuery;
48344
48026
  toJSON(message: WorkerQuery): unknown;
48345
- create(base?: DeepPartial_107<WorkerQuery>): WorkerQuery;
48346
- fromPartial(object: DeepPartial_107<WorkerQuery>): WorkerQuery;
48027
+ create(base?: DeepPartial_105<WorkerQuery>): WorkerQuery;
48028
+ fromPartial(object: DeepPartial_105<WorkerQuery>): WorkerQuery;
48347
48029
  };
48348
48030
  readonly requestStream: false;
48349
48031
  readonly responseType: {
@@ -48396,8 +48078,8 @@ declare const ScheduledAction: {
48396
48078
  decode(input: _m0.Reader | Uint8Array, length?: number): ScheduledAction;
48397
48079
  fromJSON(object: any): ScheduledAction;
48398
48080
  toJSON(message: ScheduledAction): unknown;
48399
- create(base?: DeepPartial_89<ScheduledAction>): ScheduledAction;
48400
- fromPartial(object: DeepPartial_89<ScheduledAction>): ScheduledAction;
48081
+ create(base?: DeepPartial_87<ScheduledAction>): ScheduledAction;
48082
+ fromPartial(object: DeepPartial_87<ScheduledAction>): ScheduledAction;
48401
48083
  };
48402
48084
 
48403
48085
  declare interface ScheduledActionRequest {
@@ -48415,8 +48097,8 @@ declare const ScheduledActionRequest: {
48415
48097
  decode(input: _m0.Reader | Uint8Array, length?: number): ScheduledActionRequest;
48416
48098
  fromJSON(object: any): ScheduledActionRequest;
48417
48099
  toJSON(message: ScheduledActionRequest): unknown;
48418
- create(base?: DeepPartial_90<ScheduledActionRequest>): ScheduledActionRequest;
48419
- fromPartial(object: DeepPartial_90<ScheduledActionRequest>): ScheduledActionRequest;
48100
+ create(base?: DeepPartial_88<ScheduledActionRequest>): ScheduledActionRequest;
48101
+ fromPartial(object: DeepPartial_88<ScheduledActionRequest>): ScheduledActionRequest;
48420
48102
  };
48421
48103
 
48422
48104
  declare interface ScheduledActionResponse {
@@ -48430,8 +48112,8 @@ declare const ScheduledActionResponse: {
48430
48112
  decode(input: _m0.Reader | Uint8Array, length?: number): ScheduledActionResponse;
48431
48113
  fromJSON(object: any): ScheduledActionResponse;
48432
48114
  toJSON(message: ScheduledActionResponse): unknown;
48433
- create(base?: DeepPartial_90<ScheduledActionResponse>): ScheduledActionResponse;
48434
- fromPartial(object: DeepPartial_90<ScheduledActionResponse>): ScheduledActionResponse;
48115
+ create(base?: DeepPartial_88<ScheduledActionResponse>): ScheduledActionResponse;
48116
+ fromPartial(object: DeepPartial_88<ScheduledActionResponse>): ScheduledActionResponse;
48435
48117
  };
48436
48118
 
48437
48119
  export declare type ScheduledCronJob = {
@@ -48563,8 +48245,8 @@ declare const SchedulerDefinition: {
48563
48245
  decode(input: _m0.Reader | Uint8Array, length?: number): ScheduledActionRequest;
48564
48246
  fromJSON(object: any): ScheduledActionRequest;
48565
48247
  toJSON(message: ScheduledActionRequest): unknown;
48566
- create(base?: DeepPartial_90<ScheduledActionRequest>): ScheduledActionRequest;
48567
- fromPartial(object: DeepPartial_90<ScheduledActionRequest>): ScheduledActionRequest;
48248
+ create(base?: DeepPartial_88<ScheduledActionRequest>): ScheduledActionRequest;
48249
+ fromPartial(object: DeepPartial_88<ScheduledActionRequest>): ScheduledActionRequest;
48568
48250
  };
48569
48251
  readonly requestStream: false;
48570
48252
  readonly responseType: {
@@ -48573,8 +48255,8 @@ declare const SchedulerDefinition: {
48573
48255
  decode(input: _m0.Reader | Uint8Array, length?: number): ScheduledActionResponse;
48574
48256
  fromJSON(object: any): ScheduledActionResponse;
48575
48257
  toJSON(message: ScheduledActionResponse): unknown;
48576
- create(base?: DeepPartial_90<ScheduledActionResponse>): ScheduledActionResponse;
48577
- fromPartial(object: DeepPartial_90<ScheduledActionResponse>): ScheduledActionResponse;
48258
+ create(base?: DeepPartial_88<ScheduledActionResponse>): ScheduledActionResponse;
48259
+ fromPartial(object: DeepPartial_88<ScheduledActionResponse>): ScheduledActionResponse;
48578
48260
  };
48579
48261
  readonly responseStream: false;
48580
48262
  readonly options: {};
@@ -48588,8 +48270,8 @@ declare const SchedulerDefinition: {
48588
48270
  decode(input: _m0.Reader | Uint8Array, length?: number): CancelActionRequest;
48589
48271
  fromJSON(object: any): CancelActionRequest;
48590
48272
  toJSON(message: CancelActionRequest): unknown;
48591
- create(base?: DeepPartial_90<CancelActionRequest>): CancelActionRequest;
48592
- fromPartial(object: DeepPartial_90<CancelActionRequest>): CancelActionRequest;
48273
+ create(base?: DeepPartial_88<CancelActionRequest>): CancelActionRequest;
48274
+ fromPartial(object: DeepPartial_88<CancelActionRequest>): CancelActionRequest;
48593
48275
  };
48594
48276
  readonly requestStream: false;
48595
48277
  readonly responseType: {
@@ -48613,8 +48295,8 @@ declare const SchedulerDefinition: {
48613
48295
  decode(input: _m0.Reader | Uint8Array, length?: number): ListActionRequest;
48614
48296
  fromJSON(object: any): ListActionRequest;
48615
48297
  toJSON(message: ListActionRequest): unknown;
48616
- create(base?: DeepPartial_90<ListActionRequest>): ListActionRequest;
48617
- fromPartial(object: DeepPartial_90<ListActionRequest>): ListActionRequest;
48298
+ create(base?: DeepPartial_88<ListActionRequest>): ListActionRequest;
48299
+ fromPartial(object: DeepPartial_88<ListActionRequest>): ListActionRequest;
48618
48300
  };
48619
48301
  readonly requestStream: false;
48620
48302
  readonly responseType: {
@@ -48623,8 +48305,8 @@ declare const SchedulerDefinition: {
48623
48305
  decode(input: _m0.Reader | Uint8Array, length?: number): ListActionResponse;
48624
48306
  fromJSON(object: any): ListActionResponse;
48625
48307
  toJSON(message: ListActionResponse): unknown;
48626
- create(base?: DeepPartial_90<ListActionResponse>): ListActionResponse;
48627
- fromPartial(object: DeepPartial_90<ListActionResponse>): ListActionResponse;
48308
+ create(base?: DeepPartial_88<ListActionResponse>): ListActionResponse;
48309
+ fromPartial(object: DeepPartial_88<ListActionResponse>): ListActionResponse;
48628
48310
  };
48629
48311
  readonly responseStream: false;
48630
48312
  readonly options: {};
@@ -48883,8 +48565,8 @@ declare const ServiceDescriptorProto: {
48883
48565
  decode(input: _m0.Reader | Uint8Array, length?: number): ServiceDescriptorProto;
48884
48566
  fromJSON(object: any): ServiceDescriptorProto;
48885
48567
  toJSON(message: ServiceDescriptorProto): unknown;
48886
- create(base?: DeepPartial_105<ServiceDescriptorProto>): ServiceDescriptorProto;
48887
- fromPartial(object: DeepPartial_105<ServiceDescriptorProto>): ServiceDescriptorProto;
48568
+ create(base?: DeepPartial_103<ServiceDescriptorProto>): ServiceDescriptorProto;
48569
+ fromPartial(object: DeepPartial_103<ServiceDescriptorProto>): ServiceDescriptorProto;
48888
48570
  };
48889
48571
 
48890
48572
  declare interface ServiceOptions {
@@ -48907,8 +48589,8 @@ declare const ServiceOptions: {
48907
48589
  decode(input: _m0.Reader | Uint8Array, length?: number): ServiceOptions;
48908
48590
  fromJSON(object: any): ServiceOptions;
48909
48591
  toJSON(message: ServiceOptions): unknown;
48910
- create(base?: DeepPartial_105<ServiceOptions>): ServiceOptions;
48911
- fromPartial(object: DeepPartial_105<ServiceOptions>): ServiceOptions;
48592
+ create(base?: DeepPartial_103<ServiceOptions>): ServiceOptions;
48593
+ fromPartial(object: DeepPartial_103<ServiceOptions>): ServiceOptions;
48912
48594
  };
48913
48595
 
48914
48596
  declare interface SetContestModeRequest {
@@ -49024,8 +48706,8 @@ declare const SetPermissionsRequest: {
49024
48706
  decode(input: _m0.Reader | Uint8Array, length?: number): SetPermissionsRequest;
49025
48707
  fromJSON(object: any): SetPermissionsRequest;
49026
48708
  toJSON(message: SetPermissionsRequest): unknown;
49027
- create(base?: DeepPartial_101<SetPermissionsRequest>): SetPermissionsRequest;
49028
- fromPartial(object: DeepPartial_101<SetPermissionsRequest>): SetPermissionsRequest;
48709
+ create(base?: DeepPartial_99<SetPermissionsRequest>): SetPermissionsRequest;
48710
+ fromPartial(object: DeepPartial_99<SetPermissionsRequest>): SetPermissionsRequest;
49029
48711
  };
49030
48712
 
49031
48713
  export declare type SetPostFlairOptions = SetFlairOptions & {
@@ -49048,8 +48730,8 @@ declare const SetRangeRequest: {
49048
48730
  decode(input: _m0.Reader | Uint8Array, length?: number): SetRangeRequest;
49049
48731
  fromJSON(object: any): SetRangeRequest;
49050
48732
  toJSON(message: SetRangeRequest): unknown;
49051
- create(base?: DeepPartial_87<SetRangeRequest>): SetRangeRequest;
49052
- fromPartial(object: DeepPartial_87<SetRangeRequest>): SetRangeRequest;
48733
+ create(base?: DeepPartial_85<SetRangeRequest>): SetRangeRequest;
48734
+ fromPartial(object: DeepPartial_85<SetRangeRequest>): SetRangeRequest;
49053
48735
  };
49054
48736
 
49055
48737
  declare interface SetRequest {
@@ -49072,8 +48754,8 @@ declare const SetRequest: {
49072
48754
  decode(input: _m0.Reader | Uint8Array, length?: number): SetRequest;
49073
48755
  fromJSON(object: any): SetRequest;
49074
48756
  toJSON(message: SetRequest): unknown;
49075
- create(base?: DeepPartial_87<SetRequest>): SetRequest;
49076
- fromPartial(object: DeepPartial_87<SetRequest>): SetRequest;
48757
+ create(base?: DeepPartial_85<SetRequest>): SetRequest;
48758
+ fromPartial(object: DeepPartial_85<SetRequest>): SetRequest;
49077
48759
  };
49078
48760
 
49079
48761
  export declare type SetStateAction<S> = S | ((prevState: S) => S);
@@ -49203,8 +48885,8 @@ declare const SettingsDefinition: {
49203
48885
  decode(input: _m0.Reader | Uint8Array, length?: number): SettingsRequest;
49204
48886
  fromJSON(_: any): SettingsRequest;
49205
48887
  toJSON(_: SettingsRequest): unknown;
49206
- create(base?: DeepPartial_91<SettingsRequest>): SettingsRequest;
49207
- fromPartial(_: DeepPartial_91<SettingsRequest>): SettingsRequest;
48888
+ create(base?: DeepPartial_89<SettingsRequest>): SettingsRequest;
48889
+ fromPartial(_: DeepPartial_89<SettingsRequest>): SettingsRequest;
49208
48890
  };
49209
48891
  readonly requestStream: false;
49210
48892
  readonly responseType: {
@@ -49213,8 +48895,8 @@ declare const SettingsDefinition: {
49213
48895
  decode(input: _m0.Reader | Uint8Array, length?: number): SettingsResponse;
49214
48896
  fromJSON(object: any): SettingsResponse;
49215
48897
  toJSON(message: SettingsResponse): unknown;
49216
- create(base?: DeepPartial_91<SettingsResponse>): SettingsResponse;
49217
- fromPartial(object: DeepPartial_91<SettingsResponse>): SettingsResponse;
48898
+ create(base?: DeepPartial_89<SettingsResponse>): SettingsResponse;
48899
+ fromPartial(object: DeepPartial_89<SettingsResponse>): SettingsResponse;
49218
48900
  };
49219
48901
  readonly responseStream: false;
49220
48902
  readonly options: {};
@@ -49242,8 +48924,8 @@ declare const SettingsRequest: {
49242
48924
  decode(input: _m0.Reader | Uint8Array, length?: number): SettingsRequest;
49243
48925
  fromJSON(_: any): SettingsRequest;
49244
48926
  toJSON(_: SettingsRequest): unknown;
49245
- create(base?: DeepPartial_91<SettingsRequest>): SettingsRequest;
49246
- fromPartial(_: DeepPartial_91<SettingsRequest>): SettingsRequest;
48927
+ create(base?: DeepPartial_89<SettingsRequest>): SettingsRequest;
48928
+ fromPartial(_: DeepPartial_89<SettingsRequest>): SettingsRequest;
49247
48929
  };
49248
48930
 
49249
48931
  declare interface SettingsResponse {
@@ -49261,8 +48943,8 @@ declare const SettingsResponse: {
49261
48943
  decode(input: _m0.Reader | Uint8Array, length?: number): SettingsResponse;
49262
48944
  fromJSON(object: any): SettingsResponse;
49263
48945
  toJSON(message: SettingsResponse): unknown;
49264
- create(base?: DeepPartial_91<SettingsResponse>): SettingsResponse;
49265
- fromPartial(object: DeepPartial_91<SettingsResponse>): SettingsResponse;
48946
+ create(base?: DeepPartial_89<SettingsResponse>): SettingsResponse;
48947
+ fromPartial(object: DeepPartial_89<SettingsResponse>): SettingsResponse;
49266
48948
  };
49267
48949
 
49268
48950
  declare const SettingsServiceName = "devvit.plugin.settings.v1alpha.Settings";
@@ -49288,8 +48970,8 @@ declare const SettingsValues_2: {
49288
48970
  decode(input: _m0.Reader | Uint8Array, length?: number): SettingsValues_2;
49289
48971
  fromJSON(object: any): SettingsValues_2;
49290
48972
  toJSON(message: SettingsValues_2): unknown;
49291
- create(base?: DeepPartial_91<SettingsValues_2>): SettingsValues_2;
49292
- fromPartial(object: DeepPartial_91<SettingsValues_2>): SettingsValues_2;
48973
+ create(base?: DeepPartial_89<SettingsValues_2>): SettingsValues_2;
48974
+ fromPartial(object: DeepPartial_89<SettingsValues_2>): SettingsValues_2;
49293
48975
  };
49294
48976
 
49295
48977
  declare interface SettingsValues_SettingsEntry {
@@ -49303,8 +48985,8 @@ declare const SettingsValues_SettingsEntry: {
49303
48985
  decode(input: _m0.Reader | Uint8Array, length?: number): SettingsValues_SettingsEntry;
49304
48986
  fromJSON(object: any): SettingsValues_SettingsEntry;
49305
48987
  toJSON(message: SettingsValues_SettingsEntry): unknown;
49306
- create(base?: DeepPartial_91<SettingsValues_SettingsEntry>): SettingsValues_SettingsEntry;
49307
- fromPartial(object: DeepPartial_91<SettingsValues_SettingsEntry>): SettingsValues_SettingsEntry;
48988
+ create(base?: DeepPartial_89<SettingsValues_SettingsEntry>): SettingsValues_SettingsEntry;
48989
+ fromPartial(object: DeepPartial_89<SettingsValues_SettingsEntry>): SettingsValues_SettingsEntry;
49308
48990
  };
49309
48991
 
49310
48992
  export declare type SetUserFlairOptions = SetFlairOptions & {
@@ -49613,8 +49295,8 @@ declare const SourceCodeInfo: {
49613
49295
  decode(input: _m0.Reader | Uint8Array, length?: number): SourceCodeInfo;
49614
49296
  fromJSON(object: any): SourceCodeInfo;
49615
49297
  toJSON(message: SourceCodeInfo): unknown;
49616
- create(base?: DeepPartial_105<SourceCodeInfo>): SourceCodeInfo;
49617
- fromPartial(object: DeepPartial_105<SourceCodeInfo>): SourceCodeInfo;
49298
+ create(base?: DeepPartial_103<SourceCodeInfo>): SourceCodeInfo;
49299
+ fromPartial(object: DeepPartial_103<SourceCodeInfo>): SourceCodeInfo;
49618
49300
  };
49619
49301
 
49620
49302
  declare interface SourceCodeInfo_Location {
@@ -49712,8 +49394,8 @@ declare const SourceCodeInfo_Location: {
49712
49394
  decode(input: _m0.Reader | Uint8Array, length?: number): SourceCodeInfo_Location;
49713
49395
  fromJSON(object: any): SourceCodeInfo_Location;
49714
49396
  toJSON(message: SourceCodeInfo_Location): unknown;
49715
- create(base?: DeepPartial_105<SourceCodeInfo_Location>): SourceCodeInfo_Location;
49716
- fromPartial(object: DeepPartial_105<SourceCodeInfo_Location>): SourceCodeInfo_Location;
49397
+ create(base?: DeepPartial_103<SourceCodeInfo_Location>): SourceCodeInfo_Location;
49398
+ fromPartial(object: DeepPartial_103<SourceCodeInfo_Location>): SourceCodeInfo_Location;
49717
49399
  };
49718
49400
 
49719
49401
  declare const SPOILER_TEXT_ELEMENT = "spoilertext";
@@ -49933,8 +49615,8 @@ declare const StorableAction: {
49933
49615
  decode(input: _m0.Reader | Uint8Array, length?: number): StorableAction;
49934
49616
  fromJSON(object: any): StorableAction;
49935
49617
  toJSON(message: StorableAction): unknown;
49936
- create(base?: DeepPartial_90<StorableAction>): StorableAction;
49937
- fromPartial(object: DeepPartial_90<StorableAction>): StorableAction;
49618
+ create(base?: DeepPartial_88<StorableAction>): StorableAction;
49619
+ fromPartial(object: DeepPartial_88<StorableAction>): StorableAction;
49938
49620
  };
49939
49621
 
49940
49622
  declare interface StorableAction_MetadataEntry {
@@ -49948,8 +49630,8 @@ declare const StorableAction_MetadataEntry: {
49948
49630
  decode(input: _m0.Reader | Uint8Array, length?: number): StorableAction_MetadataEntry;
49949
49631
  fromJSON(object: any): StorableAction_MetadataEntry;
49950
49632
  toJSON(message: StorableAction_MetadataEntry): unknown;
49951
- create(base?: DeepPartial_90<StorableAction_MetadataEntry>): StorableAction_MetadataEntry;
49952
- fromPartial(object: DeepPartial_90<StorableAction_MetadataEntry>): StorableAction_MetadataEntry;
49633
+ create(base?: DeepPartial_88<StorableAction_MetadataEntry>): StorableAction_MetadataEntry;
49634
+ fromPartial(object: DeepPartial_88<StorableAction_MetadataEntry>): StorableAction_MetadataEntry;
49953
49635
  };
49954
49636
 
49955
49637
  declare enum StorableAction_State {
@@ -50011,8 +49693,8 @@ declare const StreamBrokerDefinition: {
50011
49693
  decode(input: _m0.Reader | Uint8Array, length?: number): Message;
50012
49694
  fromJSON(object: any): Message;
50013
49695
  toJSON(message: Message): unknown;
50014
- create(base?: DeepPartial_92<Message>): Message;
50015
- fromPartial(object: DeepPartial_92<Message>): Message;
49696
+ create(base?: DeepPartial_90<Message>): Message;
49697
+ fromPartial(object: DeepPartial_90<Message>): Message;
50016
49698
  };
50017
49699
  readonly requestStream: false;
50018
49700
  readonly responseType: {
@@ -50035,8 +49717,8 @@ declare const StreamBrokerDefinition: {
50035
49717
  decode(input: _m0.Reader | Uint8Array, length?: number): Cursor;
50036
49718
  fromJSON(object: any): Cursor;
50037
49719
  toJSON(message: Cursor): unknown;
50038
- create(base?: DeepPartial_92<Cursor>): Cursor;
50039
- fromPartial(object: DeepPartial_92<Cursor>): Cursor;
49720
+ create(base?: DeepPartial_90<Cursor>): Cursor;
49721
+ fromPartial(object: DeepPartial_90<Cursor>): Cursor;
50040
49722
  };
50041
49723
  readonly requestStream: false;
50042
49724
  readonly responseType: {
@@ -50045,8 +49727,8 @@ declare const StreamBrokerDefinition: {
50045
49727
  decode(input: _m0.Reader | Uint8Array, length?: number): Message;
50046
49728
  fromJSON(object: any): Message;
50047
49729
  toJSON(message: Message): unknown;
50048
- create(base?: DeepPartial_92<Message>): Message;
50049
- fromPartial(object: DeepPartial_92<Message>): Message;
49730
+ create(base?: DeepPartial_90<Message>): Message;
49731
+ fromPartial(object: DeepPartial_90<Message>): Message;
50050
49732
  };
50051
49733
  readonly responseStream: true;
50052
49734
  readonly options: {};
@@ -50105,8 +49787,8 @@ declare const StreamsDefinition: {
50105
49787
  decode(input: _m0.Reader | Uint8Array, length?: number): TestMessage;
50106
49788
  fromJSON(object: any): TestMessage;
50107
49789
  toJSON(message: TestMessage): unknown;
50108
- create(base?: DeepPartial_93<TestMessage>): TestMessage;
50109
- fromPartial(object: DeepPartial_93<TestMessage>): TestMessage;
49790
+ create(base?: DeepPartial_91<TestMessage>): TestMessage;
49791
+ fromPartial(object: DeepPartial_91<TestMessage>): TestMessage;
50110
49792
  };
50111
49793
  readonly requestStream: true;
50112
49794
  readonly responseType: {
@@ -50115,8 +49797,8 @@ declare const StreamsDefinition: {
50115
49797
  decode(input: _m0.Reader | Uint8Array, length?: number): TestMessage;
50116
49798
  fromJSON(object: any): TestMessage;
50117
49799
  toJSON(message: TestMessage): unknown;
50118
- create(base?: DeepPartial_93<TestMessage>): TestMessage;
50119
- fromPartial(object: DeepPartial_93<TestMessage>): TestMessage;
49800
+ create(base?: DeepPartial_91<TestMessage>): TestMessage;
49801
+ fromPartial(object: DeepPartial_91<TestMessage>): TestMessage;
50120
49802
  };
50121
49803
  readonly responseStream: true;
50122
49804
  readonly options: {};
@@ -50133,8 +49815,8 @@ declare const StreamsDefinition: {
50133
49815
  decode(input: _m0.Reader | Uint8Array, length?: number): TestMessage;
50134
49816
  fromJSON(object: any): TestMessage;
50135
49817
  toJSON(message: TestMessage): unknown;
50136
- create(base?: DeepPartial_93<TestMessage>): TestMessage;
50137
- fromPartial(object: DeepPartial_93<TestMessage>): TestMessage;
49818
+ create(base?: DeepPartial_91<TestMessage>): TestMessage;
49819
+ fromPartial(object: DeepPartial_91<TestMessage>): TestMessage;
50138
49820
  };
50139
49821
  readonly requestStream: true;
50140
49822
  readonly responseType: {
@@ -50143,8 +49825,8 @@ declare const StreamsDefinition: {
50143
49825
  decode(input: _m0.Reader | Uint8Array, length?: number): TestMessage;
50144
49826
  fromJSON(object: any): TestMessage;
50145
49827
  toJSON(message: TestMessage): unknown;
50146
- create(base?: DeepPartial_93<TestMessage>): TestMessage;
50147
- fromPartial(object: DeepPartial_93<TestMessage>): TestMessage;
49828
+ create(base?: DeepPartial_91<TestMessage>): TestMessage;
49829
+ fromPartial(object: DeepPartial_91<TestMessage>): TestMessage;
50148
49830
  };
50149
49831
  readonly responseStream: false;
50150
49832
  readonly options: {};
@@ -50161,8 +49843,8 @@ declare const StreamsDefinition: {
50161
49843
  decode(input: _m0.Reader | Uint8Array, length?: number): TestMessage;
50162
49844
  fromJSON(object: any): TestMessage;
50163
49845
  toJSON(message: TestMessage): unknown;
50164
- create(base?: DeepPartial_93<TestMessage>): TestMessage;
50165
- fromPartial(object: DeepPartial_93<TestMessage>): TestMessage;
49846
+ create(base?: DeepPartial_91<TestMessage>): TestMessage;
49847
+ fromPartial(object: DeepPartial_91<TestMessage>): TestMessage;
50166
49848
  };
50167
49849
  readonly requestStream: false;
50168
49850
  readonly responseType: {
@@ -50171,8 +49853,8 @@ declare const StreamsDefinition: {
50171
49853
  decode(input: _m0.Reader | Uint8Array, length?: number): TestMessage;
50172
49854
  fromJSON(object: any): TestMessage;
50173
49855
  toJSON(message: TestMessage): unknown;
50174
- create(base?: DeepPartial_93<TestMessage>): TestMessage;
50175
- fromPartial(object: DeepPartial_93<TestMessage>): TestMessage;
49856
+ create(base?: DeepPartial_91<TestMessage>): TestMessage;
49857
+ fromPartial(object: DeepPartial_91<TestMessage>): TestMessage;
50176
49858
  };
50177
49859
  readonly responseStream: true;
50178
49860
  readonly options: {};
@@ -50245,8 +49927,8 @@ declare const Struct: {
50245
49927
  decode(input: _m0.Reader | Uint8Array, length?: number): Struct;
50246
49928
  fromJSON(object: any): Struct;
50247
49929
  toJSON(message: Struct): unknown;
50248
- create(base?: DeepPartial_104<Struct>): Struct;
50249
- fromPartial(object: DeepPartial_104<Struct>): Struct;
49930
+ create(base?: DeepPartial_102<Struct>): Struct;
49931
+ fromPartial(object: DeepPartial_102<Struct>): Struct;
50250
49932
  wrap(object: {
50251
49933
  [key: string]: any;
50252
49934
  } | undefined): Struct;
@@ -50266,8 +49948,8 @@ declare const Struct_FieldsEntry: {
50266
49948
  decode(input: _m0.Reader | Uint8Array, length?: number): Struct_FieldsEntry;
50267
49949
  fromJSON(object: any): Struct_FieldsEntry;
50268
49950
  toJSON(message: Struct_FieldsEntry): unknown;
50269
- create(base?: DeepPartial_104<Struct_FieldsEntry>): Struct_FieldsEntry;
50270
- fromPartial(object: DeepPartial_104<Struct_FieldsEntry>): Struct_FieldsEntry;
49951
+ create(base?: DeepPartial_102<Struct_FieldsEntry>): Struct_FieldsEntry;
49952
+ fromPartial(object: DeepPartial_102<Struct_FieldsEntry>): Struct_FieldsEntry;
50271
49953
  };
50272
49954
 
50273
49955
  declare interface StylesheetRequest {
@@ -51390,8 +51072,8 @@ declare const SubredditCollectionsRequest: {
51390
51072
  decode(input: _m0.Reader | Uint8Array, length?: number): SubredditCollectionsRequest;
51391
51073
  fromJSON(object: any): SubredditCollectionsRequest;
51392
51074
  toJSON(message: SubredditCollectionsRequest): unknown;
51393
- create(base?: DeepPartial_82<SubredditCollectionsRequest>): SubredditCollectionsRequest;
51394
- fromPartial(object: DeepPartial_82<SubredditCollectionsRequest>): SubredditCollectionsRequest;
51075
+ create(base?: DeepPartial_80<SubredditCollectionsRequest>): SubredditCollectionsRequest;
51076
+ fromPartial(object: DeepPartial_80<SubredditCollectionsRequest>): SubredditCollectionsRequest;
51395
51077
  };
51396
51078
 
51397
51079
  declare interface SubredditCollectionsResponse {
@@ -51405,8 +51087,8 @@ declare const SubredditCollectionsResponse: {
51405
51087
  decode(input: _m0.Reader | Uint8Array, length?: number): SubredditCollectionsResponse;
51406
51088
  fromJSON(object: any): SubredditCollectionsResponse;
51407
51089
  toJSON(message: SubredditCollectionsResponse): unknown;
51408
- create(base?: DeepPartial_82<SubredditCollectionsResponse>): SubredditCollectionsResponse;
51409
- fromPartial(object: DeepPartial_82<SubredditCollectionsResponse>): SubredditCollectionsResponse;
51090
+ create(base?: DeepPartial_80<SubredditCollectionsResponse>): SubredditCollectionsResponse;
51091
+ fromPartial(object: DeepPartial_80<SubredditCollectionsResponse>): SubredditCollectionsResponse;
51410
51092
  };
51411
51093
 
51412
51094
  declare interface SubredditContextActions {
@@ -51422,8 +51104,8 @@ declare const SubredditContextActions: {
51422
51104
  decode(input: _m0.Reader | Uint8Array, length?: number): SubredditContextActions;
51423
51105
  fromJSON(object: any): SubredditContextActions;
51424
51106
  toJSON(message: SubredditContextActions): unknown;
51425
- create(base?: DeepPartial_95<SubredditContextActions>): SubredditContextActions;
51426
- fromPartial(object: DeepPartial_95<SubredditContextActions>): SubredditContextActions;
51107
+ create(base?: DeepPartial_93<SubredditContextActions>): SubredditContextActions;
51108
+ fromPartial(object: DeepPartial_93<SubredditContextActions>): SubredditContextActions;
51427
51109
  };
51428
51110
 
51429
51111
  export declare type SubredditData = {
@@ -51551,8 +51233,8 @@ declare const SubredditMetadataRequest: {
51551
51233
  decode(input: _m0.Reader | Uint8Array, length?: number): SubredditMetadataRequest;
51552
51234
  fromJSON(object: any): SubredditMetadataRequest;
51553
51235
  toJSON(message: SubredditMetadataRequest): unknown;
51554
- create(base?: DeepPartial_94<SubredditMetadataRequest>): SubredditMetadataRequest;
51555
- fromPartial(object: DeepPartial_94<SubredditMetadataRequest>): SubredditMetadataRequest;
51236
+ create(base?: DeepPartial_92<SubredditMetadataRequest>): SubredditMetadataRequest;
51237
+ fromPartial(object: DeepPartial_92<SubredditMetadataRequest>): SubredditMetadataRequest;
51556
51238
  };
51557
51239
 
51558
51240
  declare interface SubredditMetadataResolver {
@@ -51582,8 +51264,8 @@ declare const SubredditMetadataResolverDefinition: {
51582
51264
  decode(input: _m0.Reader | Uint8Array, length?: number): SubredditMetadataRequest;
51583
51265
  fromJSON(object: any): SubredditMetadataRequest;
51584
51266
  toJSON(message: SubredditMetadataRequest): unknown;
51585
- create(base?: DeepPartial_94<SubredditMetadataRequest>): SubredditMetadataRequest;
51586
- fromPartial(object: DeepPartial_94<SubredditMetadataRequest>): SubredditMetadataRequest;
51267
+ create(base?: DeepPartial_92<SubredditMetadataRequest>): SubredditMetadataRequest;
51268
+ fromPartial(object: DeepPartial_92<SubredditMetadataRequest>): SubredditMetadataRequest;
51587
51269
  };
51588
51270
  readonly requestStream: false;
51589
51271
  readonly responseType: {
@@ -56710,8 +56392,8 @@ declare const SupervisorDefinition: {
56710
56392
  decode(input: _m0.Reader | Uint8Array, length?: number): UnloadRequest;
56711
56393
  fromJSON(object: any): UnloadRequest;
56712
56394
  toJSON(message: UnloadRequest): unknown;
56713
- create(base?: DeepPartial_106<UnloadRequest>): UnloadRequest;
56714
- fromPartial(object: DeepPartial_106<UnloadRequest>): UnloadRequest;
56395
+ create(base?: DeepPartial_104<UnloadRequest>): UnloadRequest;
56396
+ fromPartial(object: DeepPartial_104<UnloadRequest>): UnloadRequest;
56715
56397
  };
56716
56398
  readonly requestStream: false;
56717
56399
  readonly responseType: {
@@ -56935,8 +56617,8 @@ declare const TestMessage: {
56935
56617
  decode(input: _m0.Reader | Uint8Array, length?: number): TestMessage;
56936
56618
  fromJSON(object: any): TestMessage;
56937
56619
  toJSON(message: TestMessage): unknown;
56938
- create(base?: DeepPartial_93<TestMessage>): TestMessage;
56939
- fromPartial(object: DeepPartial_93<TestMessage>): TestMessage;
56620
+ create(base?: DeepPartial_91<TestMessage>): TestMessage;
56621
+ fromPartial(object: DeepPartial_91<TestMessage>): TestMessage;
56940
56622
  };
56941
56623
 
56942
56624
  declare type Text = {
@@ -57045,8 +56727,8 @@ declare const TimerDefinition: {
57045
56727
  decode(input: _m0.Reader | Uint8Array, length?: number): TimerMessage;
57046
56728
  fromJSON(object: any): TimerMessage;
57047
56729
  toJSON(message: TimerMessage): unknown;
57048
- create(base?: DeepPartial_96<TimerMessage>): TimerMessage;
57049
- fromPartial(object: DeepPartial_96<TimerMessage>): TimerMessage;
56730
+ create(base?: DeepPartial_94<TimerMessage>): TimerMessage;
56731
+ fromPartial(object: DeepPartial_94<TimerMessage>): TimerMessage;
57050
56732
  };
57051
56733
  readonly requestStream: false;
57052
56734
  readonly responseType: {
@@ -57091,8 +56773,8 @@ declare const TimerMessage: {
57091
56773
  decode(input: _m0.Reader | Uint8Array, length?: number): TimerMessage;
57092
56774
  fromJSON(object: any): TimerMessage;
57093
56775
  toJSON(message: TimerMessage): unknown;
57094
- create(base?: DeepPartial_96<TimerMessage>): TimerMessage;
57095
- fromPartial(object: DeepPartial_96<TimerMessage>): TimerMessage;
56776
+ create(base?: DeepPartial_94<TimerMessage>): TimerMessage;
56777
+ fromPartial(object: DeepPartial_94<TimerMessage>): TimerMessage;
57096
56778
  };
57097
56779
 
57098
56780
  declare const TimerServiceName = "devvit.plugin.timer.Timer";
@@ -57312,8 +56994,8 @@ declare const TransactionId: {
57312
56994
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionId;
57313
56995
  fromJSON(object: any): TransactionId;
57314
56996
  toJSON(message: TransactionId): unknown;
57315
- create(base?: DeepPartial_87<TransactionId>): TransactionId;
57316
- fromPartial(object: DeepPartial_87<TransactionId>): TransactionId;
56997
+ create(base?: DeepPartial_85<TransactionId>): TransactionId;
56998
+ fromPartial(object: DeepPartial_85<TransactionId>): TransactionId;
57317
56999
  };
57318
57000
 
57319
57001
  declare interface TransactionResponse {
@@ -57330,8 +57012,8 @@ declare const TransactionResponse: {
57330
57012
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionResponse;
57331
57013
  fromJSON(object: any): TransactionResponse;
57332
57014
  toJSON(message: TransactionResponse): unknown;
57333
- create(base?: DeepPartial_87<TransactionResponse>): TransactionResponse;
57334
- fromPartial(object: DeepPartial_87<TransactionResponse>): TransactionResponse;
57015
+ create(base?: DeepPartial_85<TransactionResponse>): TransactionResponse;
57016
+ fromPartial(object: DeepPartial_85<TransactionResponse>): TransactionResponse;
57335
57017
  };
57336
57018
 
57337
57019
  declare interface TransactionResponses {
@@ -57344,8 +57026,8 @@ declare const TransactionResponses: {
57344
57026
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionResponses;
57345
57027
  fromJSON(object: any): TransactionResponses;
57346
57028
  toJSON(message: TransactionResponses): unknown;
57347
- create(base?: DeepPartial_87<TransactionResponses>): TransactionResponses;
57348
- fromPartial(object: DeepPartial_87<TransactionResponses>): TransactionResponses;
57029
+ create(base?: DeepPartial_85<TransactionResponses>): TransactionResponses;
57030
+ fromPartial(object: DeepPartial_85<TransactionResponses>): TransactionResponses;
57349
57031
  };
57350
57032
 
57351
57033
  export declare type TriggerContext = Omit<Devvit.Context, 'ui' | 'dimensions' | 'modLog' | 'uiEnvironment'>;
@@ -57391,8 +57073,8 @@ declare const TriggerEvent_2: {
57391
57073
  decode(input: _m0.Reader | Uint8Array, length?: number): TriggerEvent_2;
57392
57074
  fromJSON(object: any): TriggerEvent_2;
57393
57075
  toJSON(message: TriggerEvent_2): unknown;
57394
- create(base?: DeepPartial_97<TriggerEvent_2>): TriggerEvent_2;
57395
- fromPartial(object: DeepPartial_97<TriggerEvent_2>): TriggerEvent_2;
57076
+ create(base?: DeepPartial_95<TriggerEvent_2>): TriggerEvent_2;
57077
+ fromPartial(object: DeepPartial_95<TriggerEvent_2>): TriggerEvent_2;
57396
57078
  };
57397
57079
 
57398
57080
  /** Maps a TriggerEvent to a Protobuf message and type. */
@@ -57461,8 +57143,8 @@ declare const TriggerFanOutResponse: {
57461
57143
  decode(input: _m0.Reader | Uint8Array, length?: number): TriggerFanOutResponse;
57462
57144
  fromJSON(object: any): TriggerFanOutResponse;
57463
57145
  toJSON(message: TriggerFanOutResponse): unknown;
57464
- create(base?: DeepPartial_98<TriggerFanOutResponse>): TriggerFanOutResponse;
57465
- fromPartial(object: DeepPartial_98<TriggerFanOutResponse>): TriggerFanOutResponse;
57146
+ create(base?: DeepPartial_96<TriggerFanOutResponse>): TriggerFanOutResponse;
57147
+ fromPartial(object: DeepPartial_96<TriggerFanOutResponse>): TriggerFanOutResponse;
57466
57148
  };
57467
57149
 
57468
57150
  declare interface TriggerInvocation {
@@ -57476,8 +57158,8 @@ declare const TriggerInvocation: {
57476
57158
  decode(input: _m0.Reader | Uint8Array, length?: number): TriggerInvocation;
57477
57159
  fromJSON(object: any): TriggerInvocation;
57478
57160
  toJSON(message: TriggerInvocation): unknown;
57479
- create(base?: DeepPartial_98<TriggerInvocation>): TriggerInvocation;
57480
- fromPartial(object: DeepPartial_98<TriggerInvocation>): TriggerInvocation;
57161
+ create(base?: DeepPartial_96<TriggerInvocation>): TriggerInvocation;
57162
+ fromPartial(object: DeepPartial_96<TriggerInvocation>): TriggerInvocation;
57481
57163
  };
57482
57164
 
57483
57165
  export declare type TriggerOnEventHandler<RequestType> = (event: RequestType, context: TriggerContext) => TriggerResult;
@@ -57499,8 +57181,8 @@ declare const TriggerResponse: {
57499
57181
  decode(input: _m0.Reader | Uint8Array, length?: number): TriggerResponse;
57500
57182
  fromJSON(object: any): TriggerResponse;
57501
57183
  toJSON(message: TriggerResponse): unknown;
57502
- create(base?: DeepPartial_98<TriggerResponse>): TriggerResponse;
57503
- fromPartial(object: DeepPartial_98<TriggerResponse>): TriggerResponse;
57184
+ create(base?: DeepPartial_96<TriggerResponse>): TriggerResponse;
57185
+ fromPartial(object: DeepPartial_96<TriggerResponse>): TriggerResponse;
57504
57186
  };
57505
57187
 
57506
57188
  declare interface TriggerResponse_ErrorsEntry {
@@ -57514,8 +57196,8 @@ declare const TriggerResponse_ErrorsEntry: {
57514
57196
  decode(input: _m0.Reader | Uint8Array, length?: number): TriggerResponse_ErrorsEntry;
57515
57197
  fromJSON(object: any): TriggerResponse_ErrorsEntry;
57516
57198
  toJSON(message: TriggerResponse_ErrorsEntry): unknown;
57517
- create(base?: DeepPartial_98<TriggerResponse_ErrorsEntry>): TriggerResponse_ErrorsEntry;
57518
- fromPartial(object: DeepPartial_98<TriggerResponse_ErrorsEntry>): TriggerResponse_ErrorsEntry;
57199
+ create(base?: DeepPartial_96<TriggerResponse_ErrorsEntry>): TriggerResponse_ErrorsEntry;
57200
+ fromPartial(object: DeepPartial_96<TriggerResponse_ErrorsEntry>): TriggerResponse_ErrorsEntry;
57519
57201
  };
57520
57202
 
57521
57203
  declare type TriggerResult = Promise<void> | void;
@@ -61971,8 +61653,8 @@ declare const TriggersDefinition: {
61971
61653
  decode(input: _m0.Reader | Uint8Array, length?: number): TriggerResponse;
61972
61654
  fromJSON(object: any): TriggerResponse;
61973
61655
  toJSON(message: TriggerResponse): unknown;
61974
- create(base?: DeepPartial_98<TriggerResponse>): TriggerResponse;
61975
- fromPartial(object: DeepPartial_98<TriggerResponse>): TriggerResponse;
61656
+ create(base?: DeepPartial_96<TriggerResponse>): TriggerResponse;
61657
+ fromPartial(object: DeepPartial_96<TriggerResponse>): TriggerResponse;
61976
61658
  };
61977
61659
  readonly responseStream: false;
61978
61660
  readonly options: {};
@@ -66399,8 +66081,8 @@ declare const TriggersDefinition: {
66399
66081
  decode(input: _m0.Reader | Uint8Array, length?: number): TriggerFanOutResponse;
66400
66082
  fromJSON(object: any): TriggerFanOutResponse;
66401
66083
  toJSON(message: TriggerFanOutResponse): unknown;
66402
- create(base?: DeepPartial_98<TriggerFanOutResponse>): TriggerFanOutResponse;
66403
- fromPartial(object: DeepPartial_98<TriggerFanOutResponse>): TriggerFanOutResponse;
66084
+ create(base?: DeepPartial_96<TriggerFanOutResponse>): TriggerFanOutResponse;
66085
+ fromPartial(object: DeepPartial_96<TriggerFanOutResponse>): TriggerFanOutResponse;
66404
66086
  };
66405
66087
  readonly responseStream: false;
66406
66088
  readonly options: {};
@@ -66413,8 +66095,8 @@ declare const TriggersDefinition: {
66413
66095
  decode(input: _m0.Reader | Uint8Array, length?: number): TriggerInvocation;
66414
66096
  fromJSON(object: any): TriggerInvocation;
66415
66097
  toJSON(message: TriggerInvocation): unknown;
66416
- create(base?: DeepPartial_98<TriggerInvocation>): TriggerInvocation;
66417
- fromPartial(object: DeepPartial_98<TriggerInvocation>): TriggerInvocation;
66098
+ create(base?: DeepPartial_96<TriggerInvocation>): TriggerInvocation;
66099
+ fromPartial(object: DeepPartial_96<TriggerInvocation>): TriggerInvocation;
66418
66100
  };
66419
66101
  readonly requestStream: false;
66420
66102
  readonly responseType: {
@@ -67013,8 +66695,8 @@ declare const UIEventHandlerDefinition: {
67013
66695
  decode(input: _m0.Reader | Uint8Array, length?: number): HandleUIEventRequest;
67014
66696
  fromJSON(object: any): HandleUIEventRequest;
67015
66697
  toJSON(message: HandleUIEventRequest): unknown;
67016
- create(base?: DeepPartial_100<HandleUIEventRequest>): HandleUIEventRequest;
67017
- fromPartial(object: DeepPartial_100<HandleUIEventRequest>): HandleUIEventRequest;
66698
+ create(base?: DeepPartial_98<HandleUIEventRequest>): HandleUIEventRequest;
66699
+ fromPartial(object: DeepPartial_98<HandleUIEventRequest>): HandleUIEventRequest;
67018
66700
  };
67019
66701
  readonly requestStream: false;
67020
66702
  readonly responseType: {
@@ -67023,8 +66705,8 @@ declare const UIEventHandlerDefinition: {
67023
66705
  decode(input: _m0.Reader | Uint8Array, length?: number): HandleUIEventResponse;
67024
66706
  fromJSON(object: any): HandleUIEventResponse;
67025
66707
  toJSON(message: HandleUIEventResponse): unknown;
67026
- create(base?: DeepPartial_100<HandleUIEventResponse>): HandleUIEventResponse;
67027
- fromPartial(object: DeepPartial_100<HandleUIEventResponse>): HandleUIEventResponse;
66708
+ create(base?: DeepPartial_98<HandleUIEventResponse>): HandleUIEventResponse;
66709
+ fromPartial(object: DeepPartial_98<HandleUIEventResponse>): HandleUIEventResponse;
67028
66710
  };
67029
66711
  readonly responseStream: false;
67030
66712
  readonly options: {};
@@ -67191,8 +66873,8 @@ declare const UnfriendRequest: {
67191
66873
  decode(input: _m0.Reader | Uint8Array, length?: number): UnfriendRequest;
67192
66874
  fromJSON(object: any): UnfriendRequest;
67193
66875
  toJSON(message: UnfriendRequest): unknown;
67194
- create(base?: DeepPartial_101<UnfriendRequest>): UnfriendRequest;
67195
- fromPartial(object: DeepPartial_101<UnfriendRequest>): UnfriendRequest;
66876
+ create(base?: DeepPartial_99<UnfriendRequest>): UnfriendRequest;
66877
+ fromPartial(object: DeepPartial_99<UnfriendRequest>): UnfriendRequest;
67196
66878
  };
67197
66879
 
67198
66880
  /**
@@ -67223,8 +66905,8 @@ declare const UninterpretedOption: {
67223
66905
  decode(input: _m0.Reader | Uint8Array, length?: number): UninterpretedOption;
67224
66906
  fromJSON(object: any): UninterpretedOption;
67225
66907
  toJSON(message: UninterpretedOption): unknown;
67226
- create(base?: DeepPartial_105<UninterpretedOption>): UninterpretedOption;
67227
- fromPartial(object: DeepPartial_105<UninterpretedOption>): UninterpretedOption;
66908
+ create(base?: DeepPartial_103<UninterpretedOption>): UninterpretedOption;
66909
+ fromPartial(object: DeepPartial_103<UninterpretedOption>): UninterpretedOption;
67228
66910
  };
67229
66911
 
67230
66912
  /**
@@ -67245,8 +66927,8 @@ declare const UninterpretedOption_NamePart: {
67245
66927
  decode(input: _m0.Reader | Uint8Array, length?: number): UninterpretedOption_NamePart;
67246
66928
  fromJSON(object: any): UninterpretedOption_NamePart;
67247
66929
  toJSON(message: UninterpretedOption_NamePart): unknown;
67248
- create(base?: DeepPartial_105<UninterpretedOption_NamePart>): UninterpretedOption_NamePart;
67249
- fromPartial(object: DeepPartial_105<UninterpretedOption_NamePart>): UninterpretedOption_NamePart;
66930
+ create(base?: DeepPartial_103<UninterpretedOption_NamePart>): UninterpretedOption_NamePart;
66931
+ fromPartial(object: DeepPartial_103<UninterpretedOption_NamePart>): UninterpretedOption_NamePart;
67250
66932
  };
67251
66933
 
67252
66934
  declare type UnknownMessage = unknown;
@@ -67262,8 +66944,8 @@ declare const UnloadRequest: {
67262
66944
  decode(input: _m0.Reader | Uint8Array, length?: number): UnloadRequest;
67263
66945
  fromJSON(object: any): UnloadRequest;
67264
66946
  toJSON(message: UnloadRequest): unknown;
67265
- create(base?: DeepPartial_106<UnloadRequest>): UnloadRequest;
67266
- fromPartial(object: DeepPartial_106<UnloadRequest>): UnloadRequest;
66947
+ create(base?: DeepPartial_104<UnloadRequest>): UnloadRequest;
66948
+ fromPartial(object: DeepPartial_104<UnloadRequest>): UnloadRequest;
67267
66949
  };
67268
66950
 
67269
66951
  export declare type UnreadCountResponse = {
@@ -67352,8 +67034,8 @@ declare const UpdateCollectionDescriptionRequest: {
67352
67034
  decode(input: _m0.Reader | Uint8Array, length?: number): UpdateCollectionDescriptionRequest;
67353
67035
  fromJSON(object: any): UpdateCollectionDescriptionRequest;
67354
67036
  toJSON(message: UpdateCollectionDescriptionRequest): unknown;
67355
- create(base?: DeepPartial_82<UpdateCollectionDescriptionRequest>): UpdateCollectionDescriptionRequest;
67356
- fromPartial(object: DeepPartial_82<UpdateCollectionDescriptionRequest>): UpdateCollectionDescriptionRequest;
67037
+ create(base?: DeepPartial_80<UpdateCollectionDescriptionRequest>): UpdateCollectionDescriptionRequest;
67038
+ fromPartial(object: DeepPartial_80<UpdateCollectionDescriptionRequest>): UpdateCollectionDescriptionRequest;
67357
67039
  };
67358
67040
 
67359
67041
  declare interface UpdateCollectionDisplayLayoutRequest {
@@ -67369,8 +67051,8 @@ declare const UpdateCollectionDisplayLayoutRequest: {
67369
67051
  decode(input: _m0.Reader | Uint8Array, length?: number): UpdateCollectionDisplayLayoutRequest;
67370
67052
  fromJSON(object: any): UpdateCollectionDisplayLayoutRequest;
67371
67053
  toJSON(message: UpdateCollectionDisplayLayoutRequest): unknown;
67372
- create(base?: DeepPartial_82<UpdateCollectionDisplayLayoutRequest>): UpdateCollectionDisplayLayoutRequest;
67373
- fromPartial(object: DeepPartial_82<UpdateCollectionDisplayLayoutRequest>): UpdateCollectionDisplayLayoutRequest;
67054
+ create(base?: DeepPartial_80<UpdateCollectionDisplayLayoutRequest>): UpdateCollectionDisplayLayoutRequest;
67055
+ fromPartial(object: DeepPartial_80<UpdateCollectionDisplayLayoutRequest>): UpdateCollectionDisplayLayoutRequest;
67374
67056
  };
67375
67057
 
67376
67058
  declare interface UpdateCollectionTitleRequest {
@@ -67386,8 +67068,8 @@ declare const UpdateCollectionTitleRequest: {
67386
67068
  decode(input: _m0.Reader | Uint8Array, length?: number): UpdateCollectionTitleRequest;
67387
67069
  fromJSON(object: any): UpdateCollectionTitleRequest;
67388
67070
  toJSON(message: UpdateCollectionTitleRequest): unknown;
67389
- create(base?: DeepPartial_82<UpdateCollectionTitleRequest>): UpdateCollectionTitleRequest;
67390
- fromPartial(object: DeepPartial_82<UpdateCollectionTitleRequest>): UpdateCollectionTitleRequest;
67071
+ create(base?: DeepPartial_80<UpdateCollectionTitleRequest>): UpdateCollectionTitleRequest;
67072
+ fromPartial(object: DeepPartial_80<UpdateCollectionTitleRequest>): UpdateCollectionTitleRequest;
67391
67073
  };
67392
67074
 
67393
67075
  declare interface UpdateCommunityListWidgetRequest {
@@ -67475,8 +67157,8 @@ declare const UpdateFriendRelationshipRequest: {
67475
67157
  decode(input: _m0.Reader | Uint8Array, length?: number): UpdateFriendRelationshipRequest;
67476
67158
  fromJSON(object: any): UpdateFriendRelationshipRequest;
67477
67159
  toJSON(message: UpdateFriendRelationshipRequest): unknown;
67478
- create(base?: DeepPartial_101<UpdateFriendRelationshipRequest>): UpdateFriendRelationshipRequest;
67479
- fromPartial(object: DeepPartial_101<UpdateFriendRelationshipRequest>): UpdateFriendRelationshipRequest;
67160
+ create(base?: DeepPartial_99<UpdateFriendRelationshipRequest>): UpdateFriendRelationshipRequest;
67161
+ fromPartial(object: DeepPartial_99<UpdateFriendRelationshipRequest>): UpdateFriendRelationshipRequest;
67480
67162
  };
67481
67163
 
67482
67164
  declare interface UpdateImageWidgetRequest {
@@ -67890,8 +67572,8 @@ declare const UserAboutRequest: {
67890
67572
  decode(input: _m0.Reader | Uint8Array, length?: number): UserAboutRequest;
67891
67573
  fromJSON(object: any): UserAboutRequest;
67892
67574
  toJSON(message: UserAboutRequest): unknown;
67893
- create(base?: DeepPartial_101<UserAboutRequest>): UserAboutRequest;
67894
- fromPartial(object: DeepPartial_101<UserAboutRequest>): UserAboutRequest;
67575
+ create(base?: DeepPartial_99<UserAboutRequest>): UserAboutRequest;
67576
+ fromPartial(object: DeepPartial_99<UserAboutRequest>): UserAboutRequest;
67895
67577
  };
67896
67578
 
67897
67579
  declare interface UserAboutResponse {
@@ -67905,8 +67587,8 @@ declare const UserAboutResponse: {
67905
67587
  decode(input: _m0.Reader | Uint8Array, length?: number): UserAboutResponse;
67906
67588
  fromJSON(object: any): UserAboutResponse;
67907
67589
  toJSON(message: UserAboutResponse): unknown;
67908
- create(base?: DeepPartial_101<UserAboutResponse>): UserAboutResponse;
67909
- fromPartial(object: DeepPartial_101<UserAboutResponse>): UserAboutResponse;
67590
+ create(base?: DeepPartial_99<UserAboutResponse>): UserAboutResponse;
67591
+ fromPartial(object: DeepPartial_99<UserAboutResponse>): UserAboutResponse;
67910
67592
  };
67911
67593
 
67912
67594
  declare interface UserAction {
@@ -68023,8 +67705,8 @@ declare const UserDataByAccountIdsRequest: {
68023
67705
  decode(input: _m0.Reader | Uint8Array, length?: number): UserDataByAccountIdsRequest;
68024
67706
  fromJSON(object: any): UserDataByAccountIdsRequest;
68025
67707
  toJSON(message: UserDataByAccountIdsRequest): unknown;
68026
- create(base?: DeepPartial_101<UserDataByAccountIdsRequest>): UserDataByAccountIdsRequest;
68027
- fromPartial(object: DeepPartial_101<UserDataByAccountIdsRequest>): UserDataByAccountIdsRequest;
67708
+ create(base?: DeepPartial_99<UserDataByAccountIdsRequest>): UserDataByAccountIdsRequest;
67709
+ fromPartial(object: DeepPartial_99<UserDataByAccountIdsRequest>): UserDataByAccountIdsRequest;
68028
67710
  };
68029
67711
 
68030
67712
  declare interface UserDataByAccountIdsResponse {
@@ -68039,8 +67721,8 @@ declare const UserDataByAccountIdsResponse: {
68039
67721
  decode(input: _m0.Reader | Uint8Array, length?: number): UserDataByAccountIdsResponse;
68040
67722
  fromJSON(object: any): UserDataByAccountIdsResponse;
68041
67723
  toJSON(message: UserDataByAccountIdsResponse): unknown;
68042
- create(base?: DeepPartial_101<UserDataByAccountIdsResponse>): UserDataByAccountIdsResponse;
68043
- fromPartial(object: DeepPartial_101<UserDataByAccountIdsResponse>): UserDataByAccountIdsResponse;
67724
+ create(base?: DeepPartial_99<UserDataByAccountIdsResponse>): UserDataByAccountIdsResponse;
67725
+ fromPartial(object: DeepPartial_99<UserDataByAccountIdsResponse>): UserDataByAccountIdsResponse;
68044
67726
  };
68045
67727
 
68046
67728
  declare interface UserDataByAccountIdsResponse_UserAccountData {
@@ -68059,8 +67741,8 @@ declare const UserDataByAccountIdsResponse_UserAccountData: {
68059
67741
  decode(input: _m0.Reader | Uint8Array, length?: number): UserDataByAccountIdsResponse_UserAccountData;
68060
67742
  fromJSON(object: any): UserDataByAccountIdsResponse_UserAccountData;
68061
67743
  toJSON(message: UserDataByAccountIdsResponse_UserAccountData): unknown;
68062
- create(base?: DeepPartial_101<UserDataByAccountIdsResponse_UserAccountData>): UserDataByAccountIdsResponse_UserAccountData;
68063
- fromPartial(object: DeepPartial_101<UserDataByAccountIdsResponse_UserAccountData>): UserDataByAccountIdsResponse_UserAccountData;
67744
+ create(base?: DeepPartial_99<UserDataByAccountIdsResponse_UserAccountData>): UserDataByAccountIdsResponse_UserAccountData;
67745
+ fromPartial(object: DeepPartial_99<UserDataByAccountIdsResponse_UserAccountData>): UserDataByAccountIdsResponse_UserAccountData;
68064
67746
  };
68065
67747
 
68066
67748
  declare interface UserDataByAccountIdsResponse_UsersEntry {
@@ -68074,8 +67756,8 @@ declare const UserDataByAccountIdsResponse_UsersEntry: {
68074
67756
  decode(input: _m0.Reader | Uint8Array, length?: number): UserDataByAccountIdsResponse_UsersEntry;
68075
67757
  fromJSON(object: any): UserDataByAccountIdsResponse_UsersEntry;
68076
67758
  toJSON(message: UserDataByAccountIdsResponse_UsersEntry): unknown;
68077
- create(base?: DeepPartial_101<UserDataByAccountIdsResponse_UsersEntry>): UserDataByAccountIdsResponse_UsersEntry;
68078
- fromPartial(object: DeepPartial_101<UserDataByAccountIdsResponse_UsersEntry>): UserDataByAccountIdsResponse_UsersEntry;
67759
+ create(base?: DeepPartial_99<UserDataByAccountIdsResponse_UsersEntry>): UserDataByAccountIdsResponse_UsersEntry;
67760
+ fromPartial(object: DeepPartial_99<UserDataByAccountIdsResponse_UsersEntry>): UserDataByAccountIdsResponse_UsersEntry;
68079
67761
  };
68080
67762
 
68081
67763
  declare interface UserFeatures {
@@ -68253,8 +67935,8 @@ declare const UsernameAvailableRequest: {
68253
67935
  decode(input: _m0.Reader | Uint8Array, length?: number): UsernameAvailableRequest;
68254
67936
  fromJSON(object: any): UsernameAvailableRequest;
68255
67937
  toJSON(message: UsernameAvailableRequest): unknown;
68256
- create(base?: DeepPartial_101<UsernameAvailableRequest>): UsernameAvailableRequest;
68257
- fromPartial(object: DeepPartial_101<UsernameAvailableRequest>): UsernameAvailableRequest;
67938
+ create(base?: DeepPartial_99<UsernameAvailableRequest>): UsernameAvailableRequest;
67939
+ fromPartial(object: DeepPartial_99<UsernameAvailableRequest>): UsernameAvailableRequest;
68258
67940
  };
68259
67941
 
68260
67942
  export declare type UserNote = {
@@ -69961,8 +69643,8 @@ declare const UserTrophiesResponse: {
69961
69643
  decode(input: _m0.Reader | Uint8Array, length?: number): UserTrophiesResponse;
69962
69644
  fromJSON(object: any): UserTrophiesResponse;
69963
69645
  toJSON(message: UserTrophiesResponse): unknown;
69964
- create(base?: DeepPartial_101<UserTrophiesResponse>): UserTrophiesResponse;
69965
- fromPartial(object: DeepPartial_101<UserTrophiesResponse>): UserTrophiesResponse;
69646
+ create(base?: DeepPartial_99<UserTrophiesResponse>): UserTrophiesResponse;
69647
+ fromPartial(object: DeepPartial_99<UserTrophiesResponse>): UserTrophiesResponse;
69966
69648
  };
69967
69649
 
69968
69650
  declare interface UserTrophiesResponse_TrophiesData {
@@ -69982,8 +69664,8 @@ declare const UserTrophiesResponse_TrophiesData: {
69982
69664
  decode(input: _m0.Reader | Uint8Array, length?: number): UserTrophiesResponse_TrophiesData;
69983
69665
  fromJSON(object: any): UserTrophiesResponse_TrophiesData;
69984
69666
  toJSON(message: UserTrophiesResponse_TrophiesData): unknown;
69985
- create(base?: DeepPartial_101<UserTrophiesResponse_TrophiesData>): UserTrophiesResponse_TrophiesData;
69986
- fromPartial(object: DeepPartial_101<UserTrophiesResponse_TrophiesData>): UserTrophiesResponse_TrophiesData;
69667
+ create(base?: DeepPartial_99<UserTrophiesResponse_TrophiesData>): UserTrophiesResponse_TrophiesData;
69668
+ fromPartial(object: DeepPartial_99<UserTrophiesResponse_TrophiesData>): UserTrophiesResponse_TrophiesData;
69987
69669
  };
69988
69670
 
69989
69671
  declare interface UserTrophiesResponse_TrophiesType {
@@ -69997,8 +69679,8 @@ declare const UserTrophiesResponse_TrophiesType: {
69997
69679
  decode(input: _m0.Reader | Uint8Array, length?: number): UserTrophiesResponse_TrophiesType;
69998
69680
  fromJSON(object: any): UserTrophiesResponse_TrophiesType;
69999
69681
  toJSON(message: UserTrophiesResponse_TrophiesType): unknown;
70000
- create(base?: DeepPartial_101<UserTrophiesResponse_TrophiesType>): UserTrophiesResponse_TrophiesType;
70001
- fromPartial(object: DeepPartial_101<UserTrophiesResponse_TrophiesType>): UserTrophiesResponse_TrophiesType;
69682
+ create(base?: DeepPartial_99<UserTrophiesResponse_TrophiesType>): UserTrophiesResponse_TrophiesType;
69683
+ fromPartial(object: DeepPartial_99<UserTrophiesResponse_TrophiesType>): UserTrophiesResponse_TrophiesType;
70002
69684
  };
70003
69685
 
70004
69686
  declare interface UserTrophiesResponse_UserTrophiesData {
@@ -70011,8 +69693,8 @@ declare const UserTrophiesResponse_UserTrophiesData: {
70011
69693
  decode(input: _m0.Reader | Uint8Array, length?: number): UserTrophiesResponse_UserTrophiesData;
70012
69694
  fromJSON(object: any): UserTrophiesResponse_UserTrophiesData;
70013
69695
  toJSON(message: UserTrophiesResponse_UserTrophiesData): unknown;
70014
- create(base?: DeepPartial_101<UserTrophiesResponse_UserTrophiesData>): UserTrophiesResponse_UserTrophiesData;
70015
- fromPartial(object: DeepPartial_101<UserTrophiesResponse_UserTrophiesData>): UserTrophiesResponse_UserTrophiesData;
69696
+ create(base?: DeepPartial_99<UserTrophiesResponse_UserTrophiesData>): UserTrophiesResponse_UserTrophiesData;
69697
+ fromPartial(object: DeepPartial_99<UserTrophiesResponse_UserTrophiesData>): UserTrophiesResponse_UserTrophiesData;
70016
69698
  };
70017
69699
 
70018
69700
  declare interface UserV2 {
@@ -70059,8 +69741,8 @@ declare const UserWhereRequest: {
70059
69741
  decode(input: _m0.Reader | Uint8Array, length?: number): UserWhereRequest;
70060
69742
  fromJSON(object: any): UserWhereRequest;
70061
69743
  toJSON(message: UserWhereRequest): unknown;
70062
- create(base?: DeepPartial_101<UserWhereRequest>): UserWhereRequest;
70063
- fromPartial(object: DeepPartial_101<UserWhereRequest>): UserWhereRequest;
69744
+ create(base?: DeepPartial_99<UserWhereRequest>): UserWhereRequest;
69745
+ fromPartial(object: DeepPartial_99<UserWhereRequest>): UserWhereRequest;
70064
69746
  };
70065
69747
 
70066
69748
  export declare function useState(initialState: UseStateInitializer<boolean>): UseStateResult<boolean>;
@@ -70089,8 +69771,8 @@ declare const UUID: {
70089
69771
  decode(input: _m0.Reader | Uint8Array, length?: number): UUID;
70090
69772
  fromJSON(object: any): UUID;
70091
69773
  toJSON(message: UUID): unknown;
70092
- create(base?: DeepPartial_103<UUID>): UUID;
70093
- fromPartial(object: DeepPartial_103<UUID>): UUID;
69774
+ create(base?: DeepPartial_101<UUID>): UUID;
69775
+ fromPartial(object: DeepPartial_101<UUID>): UUID;
70094
69776
  };
70095
69777
 
70096
69778
  /** The Events plugin allows an app to emit pre-defined v2 events */
@@ -70109,8 +69791,8 @@ declare const V2EventsActionInfo: {
70109
69791
  decode(input: _m0.Reader | Uint8Array, length?: number): V2EventsActionInfo;
70110
69792
  fromJSON(object: any): V2EventsActionInfo;
70111
69793
  toJSON(message: V2EventsActionInfo): unknown;
70112
- create(base?: DeepPartial_102<V2EventsActionInfo>): V2EventsActionInfo;
70113
- fromPartial(object: DeepPartial_102<V2EventsActionInfo>): V2EventsActionInfo;
69794
+ create(base?: DeepPartial_100<V2EventsActionInfo>): V2EventsActionInfo;
69795
+ fromPartial(object: DeepPartial_100<V2EventsActionInfo>): V2EventsActionInfo;
70114
69796
  };
70115
69797
 
70116
69798
  declare class V2EventsClientImpl implements V2Events {
@@ -70137,8 +69819,8 @@ declare const V2EventsDefinition: {
70137
69819
  decode(input: _m0.Reader | Uint8Array, length?: number): V2EventsPublishRequest;
70138
69820
  fromJSON(object: any): V2EventsPublishRequest;
70139
69821
  toJSON(message: V2EventsPublishRequest): unknown;
70140
- create(base?: DeepPartial_102<V2EventsPublishRequest>): V2EventsPublishRequest;
70141
- fromPartial(object: DeepPartial_102<V2EventsPublishRequest>): V2EventsPublishRequest;
69822
+ create(base?: DeepPartial_100<V2EventsPublishRequest>): V2EventsPublishRequest;
69823
+ fromPartial(object: DeepPartial_100<V2EventsPublishRequest>): V2EventsPublishRequest;
70142
69824
  };
70143
69825
  readonly requestStream: false;
70144
69826
  readonly responseType: {
@@ -70147,8 +69829,8 @@ declare const V2EventsDefinition: {
70147
69829
  decode(input: _m0.Reader | Uint8Array, length?: number): V2EventsPublishResponse;
70148
69830
  fromJSON(_: any): V2EventsPublishResponse;
70149
69831
  toJSON(_: V2EventsPublishResponse): unknown;
70150
- create(base?: DeepPartial_102<V2EventsPublishResponse>): V2EventsPublishResponse;
70151
- fromPartial(_: DeepPartial_102<V2EventsPublishResponse>): V2EventsPublishResponse;
69832
+ create(base?: DeepPartial_100<V2EventsPublishResponse>): V2EventsPublishResponse;
69833
+ fromPartial(_: DeepPartial_100<V2EventsPublishResponse>): V2EventsPublishResponse;
70152
69834
  };
70153
69835
  readonly responseStream: false;
70154
69836
  readonly options: {};
@@ -70166,8 +69848,8 @@ declare const V2EventsPostGuidanceCreate: {
70166
69848
  decode(input: _m0.Reader | Uint8Array, length?: number): V2EventsPostGuidanceCreate;
70167
69849
  fromJSON(object: any): V2EventsPostGuidanceCreate;
70168
69850
  toJSON(message: V2EventsPostGuidanceCreate): unknown;
70169
- create(base?: DeepPartial_102<V2EventsPostGuidanceCreate>): V2EventsPostGuidanceCreate;
70170
- fromPartial(object: DeepPartial_102<V2EventsPostGuidanceCreate>): V2EventsPostGuidanceCreate;
69851
+ create(base?: DeepPartial_100<V2EventsPostGuidanceCreate>): V2EventsPostGuidanceCreate;
69852
+ fromPartial(object: DeepPartial_100<V2EventsPostGuidanceCreate>): V2EventsPostGuidanceCreate;
70171
69853
  };
70172
69854
 
70173
69855
  declare interface V2EventsPostGuidanceUpdate {
@@ -70180,8 +69862,8 @@ declare const V2EventsPostGuidanceUpdate: {
70180
69862
  decode(input: _m0.Reader | Uint8Array, length?: number): V2EventsPostGuidanceUpdate;
70181
69863
  fromJSON(object: any): V2EventsPostGuidanceUpdate;
70182
69864
  toJSON(message: V2EventsPostGuidanceUpdate): unknown;
70183
- create(base?: DeepPartial_102<V2EventsPostGuidanceUpdate>): V2EventsPostGuidanceUpdate;
70184
- fromPartial(object: DeepPartial_102<V2EventsPostGuidanceUpdate>): V2EventsPostGuidanceUpdate;
69865
+ create(base?: DeepPartial_100<V2EventsPostGuidanceUpdate>): V2EventsPostGuidanceUpdate;
69866
+ fromPartial(object: DeepPartial_100<V2EventsPostGuidanceUpdate>): V2EventsPostGuidanceUpdate;
70185
69867
  };
70186
69868
 
70187
69869
  declare interface V2EventsPublishRequest {
@@ -70195,8 +69877,8 @@ declare const V2EventsPublishRequest: {
70195
69877
  decode(input: _m0.Reader | Uint8Array, length?: number): V2EventsPublishRequest;
70196
69878
  fromJSON(object: any): V2EventsPublishRequest;
70197
69879
  toJSON(message: V2EventsPublishRequest): unknown;
70198
- create(base?: DeepPartial_102<V2EventsPublishRequest>): V2EventsPublishRequest;
70199
- fromPartial(object: DeepPartial_102<V2EventsPublishRequest>): V2EventsPublishRequest;
69880
+ create(base?: DeepPartial_100<V2EventsPublishRequest>): V2EventsPublishRequest;
69881
+ fromPartial(object: DeepPartial_100<V2EventsPublishRequest>): V2EventsPublishRequest;
70200
69882
  };
70201
69883
 
70202
69884
  /** Generic response interface */
@@ -70209,8 +69891,8 @@ declare const V2EventsPublishResponse: {
70209
69891
  decode(input: _m0.Reader | Uint8Array, length?: number): V2EventsPublishResponse;
70210
69892
  fromJSON(_: any): V2EventsPublishResponse;
70211
69893
  toJSON(_: V2EventsPublishResponse): unknown;
70212
- create(base?: DeepPartial_102<V2EventsPublishResponse>): V2EventsPublishResponse;
70213
- fromPartial(_: DeepPartial_102<V2EventsPublishResponse>): V2EventsPublishResponse;
69894
+ create(base?: DeepPartial_100<V2EventsPublishResponse>): V2EventsPublishResponse;
69895
+ fromPartial(_: DeepPartial_100<V2EventsPublishResponse>): V2EventsPublishResponse;
70214
69896
  };
70215
69897
 
70216
69898
  declare const V2EventsServiceName = "devvit.plugin.v2events.V2Events";
@@ -70328,8 +70010,8 @@ declare const Value: {
70328
70010
  decode(input: _m0.Reader | Uint8Array, length?: number): Value;
70329
70011
  fromJSON(object: any): Value;
70330
70012
  toJSON(message: Value): unknown;
70331
- create(base?: DeepPartial_104<Value>): Value;
70332
- fromPartial(object: DeepPartial_104<Value>): Value;
70013
+ create(base?: DeepPartial_102<Value>): Value;
70014
+ fromPartial(object: DeepPartial_102<Value>): Value;
70333
70015
  wrap(value: any): Value;
70334
70016
  unwrap(message: any): string | number | boolean | Object | null | Array<any> | undefined;
70335
70017
  };
@@ -70444,8 +70126,8 @@ declare const WatchRequest: {
70444
70126
  decode(input: _m0.Reader | Uint8Array, length?: number): WatchRequest;
70445
70127
  fromJSON(object: any): WatchRequest;
70446
70128
  toJSON(message: WatchRequest): unknown;
70447
- create(base?: DeepPartial_87<WatchRequest>): WatchRequest;
70448
- fromPartial(object: DeepPartial_87<WatchRequest>): WatchRequest;
70129
+ create(base?: DeepPartial_85<WatchRequest>): WatchRequest;
70130
+ fromPartial(object: DeepPartial_85<WatchRequest>): WatchRequest;
70449
70131
  };
70450
70132
 
70451
70133
  export declare class Widget {
@@ -75814,8 +75496,8 @@ declare const WorkerQuery: {
75814
75496
  decode(input: _m0.Reader | Uint8Array, length?: number): WorkerQuery;
75815
75497
  fromJSON(object: any): WorkerQuery;
75816
75498
  toJSON(message: WorkerQuery): unknown;
75817
- create(base?: DeepPartial_107<WorkerQuery>): WorkerQuery;
75818
- fromPartial(object: DeepPartial_107<WorkerQuery>): WorkerQuery;
75499
+ create(base?: DeepPartial_105<WorkerQuery>): WorkerQuery;
75500
+ fromPartial(object: DeepPartial_105<WorkerQuery>): WorkerQuery;
75819
75501
  };
75820
75502
 
75821
75503
  declare interface WqCleanup {
@@ -75828,8 +75510,8 @@ declare const WqCleanup: {
75828
75510
  decode(input: _m0.Reader | Uint8Array, length?: number): WqCleanup;
75829
75511
  fromJSON(object: any): WqCleanup;
75830
75512
  toJSON(message: WqCleanup): unknown;
75831
- create(base?: DeepPartial_108<WqCleanup>): WqCleanup;
75832
- fromPartial(object: DeepPartial_108<WqCleanup>): WqCleanup;
75513
+ create(base?: DeepPartial_106<WqCleanup>): WqCleanup;
75514
+ fromPartial(object: DeepPartial_106<WqCleanup>): WqCleanup;
75833
75515
  };
75834
75516
 
75835
75517
  /** A WrappedRedditObject couples a RedditObject with a type identifier */
@@ -76173,8 +75855,8 @@ declare const ZAddRequest: {
76173
75855
  decode(input: _m0.Reader | Uint8Array, length?: number): ZAddRequest;
76174
75856
  fromJSON(object: any): ZAddRequest;
76175
75857
  toJSON(message: ZAddRequest): unknown;
76176
- create(base?: DeepPartial_87<ZAddRequest>): ZAddRequest;
76177
- fromPartial(object: DeepPartial_87<ZAddRequest>): ZAddRequest;
75858
+ create(base?: DeepPartial_85<ZAddRequest>): ZAddRequest;
75859
+ fromPartial(object: DeepPartial_85<ZAddRequest>): ZAddRequest;
76178
75860
  };
76179
75861
 
76180
75862
  declare interface ZIncrByRequest {
@@ -76192,8 +75874,8 @@ declare const ZIncrByRequest: {
76192
75874
  decode(input: _m0.Reader | Uint8Array, length?: number): ZIncrByRequest;
76193
75875
  fromJSON(object: any): ZIncrByRequest;
76194
75876
  toJSON(message: ZIncrByRequest): unknown;
76195
- create(base?: DeepPartial_87<ZIncrByRequest>): ZIncrByRequest;
76196
- fromPartial(object: DeepPartial_87<ZIncrByRequest>): ZIncrByRequest;
75877
+ create(base?: DeepPartial_85<ZIncrByRequest>): ZIncrByRequest;
75878
+ fromPartial(object: DeepPartial_85<ZIncrByRequest>): ZIncrByRequest;
76197
75879
  };
76198
75880
 
76199
75881
  export declare type ZMember = {
@@ -76212,8 +75894,8 @@ declare const ZMember_2: {
76212
75894
  decode(input: _m0.Reader | Uint8Array, length?: number): ZMember_2;
76213
75895
  fromJSON(object: any): ZMember_2;
76214
75896
  toJSON(message: ZMember_2): unknown;
76215
- create(base?: DeepPartial_87<ZMember_2>): ZMember_2;
76216
- fromPartial(object: DeepPartial_87<ZMember_2>): ZMember_2;
75897
+ create(base?: DeepPartial_85<ZMember_2>): ZMember_2;
75898
+ fromPartial(object: DeepPartial_85<ZMember_2>): ZMember_2;
76217
75899
  };
76218
75900
 
76219
75901
  declare interface ZMembers {
@@ -76226,8 +75908,8 @@ declare const ZMembers: {
76226
75908
  decode(input: _m0.Reader | Uint8Array, length?: number): ZMembers;
76227
75909
  fromJSON(object: any): ZMembers;
76228
75910
  toJSON(message: ZMembers): unknown;
76229
- create(base?: DeepPartial_87<ZMembers>): ZMembers;
76230
- fromPartial(object: DeepPartial_87<ZMembers>): ZMembers;
75911
+ create(base?: DeepPartial_85<ZMembers>): ZMembers;
75912
+ fromPartial(object: DeepPartial_85<ZMembers>): ZMembers;
76231
75913
  };
76232
75914
 
76233
75915
  declare interface ZRangeByLexRequest {
@@ -76243,8 +75925,8 @@ declare const ZRangeByLexRequest: {
76243
75925
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRangeByLexRequest;
76244
75926
  fromJSON(object: any): ZRangeByLexRequest;
76245
75927
  toJSON(message: ZRangeByLexRequest): unknown;
76246
- create(base?: DeepPartial_87<ZRangeByLexRequest>): ZRangeByLexRequest;
76247
- fromPartial(object: DeepPartial_87<ZRangeByLexRequest>): ZRangeByLexRequest;
75928
+ create(base?: DeepPartial_85<ZRangeByLexRequest>): ZRangeByLexRequest;
75929
+ fromPartial(object: DeepPartial_85<ZRangeByLexRequest>): ZRangeByLexRequest;
76248
75930
  };
76249
75931
 
76250
75932
  export declare type ZRangeByScoreOptions = {
@@ -76269,8 +75951,8 @@ declare const ZRangeByScoreRequest: {
76269
75951
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRangeByScoreRequest;
76270
75952
  fromJSON(object: any): ZRangeByScoreRequest;
76271
75953
  toJSON(message: ZRangeByScoreRequest): unknown;
76272
- create(base?: DeepPartial_87<ZRangeByScoreRequest>): ZRangeByScoreRequest;
76273
- fromPartial(object: DeepPartial_87<ZRangeByScoreRequest>): ZRangeByScoreRequest;
75954
+ create(base?: DeepPartial_85<ZRangeByScoreRequest>): ZRangeByScoreRequest;
75955
+ fromPartial(object: DeepPartial_85<ZRangeByScoreRequest>): ZRangeByScoreRequest;
76274
75956
  };
76275
75957
 
76276
75958
  export declare type ZRangeOptions = {
@@ -76300,8 +75982,8 @@ declare const ZRangeRequest: {
76300
75982
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRangeRequest;
76301
75983
  fromJSON(object: any): ZRangeRequest;
76302
75984
  toJSON(message: ZRangeRequest): unknown;
76303
- create(base?: DeepPartial_87<ZRangeRequest>): ZRangeRequest;
76304
- fromPartial(object: DeepPartial_87<ZRangeRequest>): ZRangeRequest;
75985
+ create(base?: DeepPartial_85<ZRangeRequest>): ZRangeRequest;
75986
+ fromPartial(object: DeepPartial_85<ZRangeRequest>): ZRangeRequest;
76305
75987
  };
76306
75988
 
76307
75989
  declare interface ZRankRequest {
@@ -76316,8 +75998,8 @@ declare const ZRankRequest: {
76316
75998
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRankRequest;
76317
75999
  fromJSON(object: any): ZRankRequest;
76318
76000
  toJSON(message: ZRankRequest): unknown;
76319
- create(base?: DeepPartial_87<ZRankRequest>): ZRankRequest;
76320
- fromPartial(object: DeepPartial_87<ZRankRequest>): ZRankRequest;
76001
+ create(base?: DeepPartial_85<ZRankRequest>): ZRankRequest;
76002
+ fromPartial(object: DeepPartial_85<ZRankRequest>): ZRankRequest;
76321
76003
  };
76322
76004
 
76323
76005
  declare interface ZRemRangeByLexRequest {
@@ -76333,8 +76015,8 @@ declare const ZRemRangeByLexRequest: {
76333
76015
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRemRangeByLexRequest;
76334
76016
  fromJSON(object: any): ZRemRangeByLexRequest;
76335
76017
  toJSON(message: ZRemRangeByLexRequest): unknown;
76336
- create(base?: DeepPartial_87<ZRemRangeByLexRequest>): ZRemRangeByLexRequest;
76337
- fromPartial(object: DeepPartial_87<ZRemRangeByLexRequest>): ZRemRangeByLexRequest;
76018
+ create(base?: DeepPartial_85<ZRemRangeByLexRequest>): ZRemRangeByLexRequest;
76019
+ fromPartial(object: DeepPartial_85<ZRemRangeByLexRequest>): ZRemRangeByLexRequest;
76338
76020
  };
76339
76021
 
76340
76022
  declare interface ZRemRangeByRankRequest {
@@ -76350,8 +76032,8 @@ declare const ZRemRangeByRankRequest: {
76350
76032
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRemRangeByRankRequest;
76351
76033
  fromJSON(object: any): ZRemRangeByRankRequest;
76352
76034
  toJSON(message: ZRemRangeByRankRequest): unknown;
76353
- create(base?: DeepPartial_87<ZRemRangeByRankRequest>): ZRemRangeByRankRequest;
76354
- fromPartial(object: DeepPartial_87<ZRemRangeByRankRequest>): ZRemRangeByRankRequest;
76035
+ create(base?: DeepPartial_85<ZRemRangeByRankRequest>): ZRemRangeByRankRequest;
76036
+ fromPartial(object: DeepPartial_85<ZRemRangeByRankRequest>): ZRemRangeByRankRequest;
76355
76037
  };
76356
76038
 
76357
76039
  declare interface ZRemRangeByScoreRequest {
@@ -76367,8 +76049,8 @@ declare const ZRemRangeByScoreRequest: {
76367
76049
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRemRangeByScoreRequest;
76368
76050
  fromJSON(object: any): ZRemRangeByScoreRequest;
76369
76051
  toJSON(message: ZRemRangeByScoreRequest): unknown;
76370
- create(base?: DeepPartial_87<ZRemRangeByScoreRequest>): ZRemRangeByScoreRequest;
76371
- fromPartial(object: DeepPartial_87<ZRemRangeByScoreRequest>): ZRemRangeByScoreRequest;
76052
+ create(base?: DeepPartial_85<ZRemRangeByScoreRequest>): ZRemRangeByScoreRequest;
76053
+ fromPartial(object: DeepPartial_85<ZRemRangeByScoreRequest>): ZRemRangeByScoreRequest;
76372
76054
  };
76373
76055
 
76374
76056
  declare interface ZRemRequest {
@@ -76383,8 +76065,8 @@ declare const ZRemRequest: {
76383
76065
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRemRequest;
76384
76066
  fromJSON(object: any): ZRemRequest;
76385
76067
  toJSON(message: ZRemRequest): unknown;
76386
- create(base?: DeepPartial_87<ZRemRequest>): ZRemRequest;
76387
- fromPartial(object: DeepPartial_87<ZRemRequest>): ZRemRequest;
76068
+ create(base?: DeepPartial_85<ZRemRequest>): ZRemRequest;
76069
+ fromPartial(object: DeepPartial_85<ZRemRequest>): ZRemRequest;
76388
76070
  };
76389
76071
 
76390
76072
  declare interface ZScanRequest {
@@ -76403,8 +76085,8 @@ declare const ZScanRequest: {
76403
76085
  decode(input: _m0.Reader | Uint8Array, length?: number): ZScanRequest;
76404
76086
  fromJSON(object: any): ZScanRequest;
76405
76087
  toJSON(message: ZScanRequest): unknown;
76406
- create(base?: DeepPartial_87<ZScanRequest>): ZScanRequest;
76407
- fromPartial(object: DeepPartial_87<ZScanRequest>): ZScanRequest;
76088
+ create(base?: DeepPartial_85<ZScanRequest>): ZScanRequest;
76089
+ fromPartial(object: DeepPartial_85<ZScanRequest>): ZScanRequest;
76408
76090
  };
76409
76091
 
76410
76092
  declare interface ZScanResponse {
@@ -76418,8 +76100,8 @@ declare const ZScanResponse: {
76418
76100
  decode(input: _m0.Reader | Uint8Array, length?: number): ZScanResponse;
76419
76101
  fromJSON(object: any): ZScanResponse;
76420
76102
  toJSON(message: ZScanResponse): unknown;
76421
- create(base?: DeepPartial_87<ZScanResponse>): ZScanResponse;
76422
- fromPartial(object: DeepPartial_87<ZScanResponse>): ZScanResponse;
76103
+ create(base?: DeepPartial_85<ZScanResponse>): ZScanResponse;
76104
+ fromPartial(object: DeepPartial_85<ZScanResponse>): ZScanResponse;
76423
76105
  };
76424
76106
 
76425
76107
  declare interface ZScoreRequest {
@@ -76434,8 +76116,8 @@ declare const ZScoreRequest: {
76434
76116
  decode(input: _m0.Reader | Uint8Array, length?: number): ZScoreRequest;
76435
76117
  fromJSON(object: any): ZScoreRequest;
76436
76118
  toJSON(message: ZScoreRequest): unknown;
76437
- create(base?: DeepPartial_87<ZScoreRequest>): ZScoreRequest;
76438
- fromPartial(object: DeepPartial_87<ZScoreRequest>): ZScoreRequest;
76119
+ create(base?: DeepPartial_85<ZScoreRequest>): ZScoreRequest;
76120
+ fromPartial(object: DeepPartial_85<ZScoreRequest>): ZScoreRequest;
76439
76121
  };
76440
76122
 
76441
76123
  export { }