@devvit/public-api 0.10.23-next-2024-07-01-a6d03873c.0 → 0.10.23-next-2024-07-02-b7e7fae7b.0

Sign up to get free protection for your applications and to get access to all the features.
package/public-api.d.ts CHANGED
@@ -50,6 +50,7 @@ import { SubredditType as SubredditType_3 } from '../../../reddit/v2alpha/subred
50
50
  import { SubredditType as SubredditType_4 } from '../../reddit/v2alpha/subredditv2.js';
51
51
  import { ThingType as ThingType_2 } from '../../reddit/thing_type.js';
52
52
  import { ToastAppearance as ToastAppearance_2 } from '../../../ui/toast/toast.js';
53
+ import { UIEventScope as UIEventScope_2 } from '../../../../../index.js';
53
54
  import { UpgradeStrategy as UpgradeStrategy_2 } from '../../dev_portal/installation/installation.js';
54
55
 
55
56
  declare interface AboutLocationRequest {
@@ -337,6 +338,34 @@ declare const Ack: {
337
338
  fromPartial(object: DeepPartial<Ack>): Ack;
338
339
  };
339
340
 
341
+ declare interface AcknowledgeOrderDeliveryRequest {
342
+ /** the order that is being acknowledged */
343
+ orderId: string;
344
+ }
345
+
346
+ declare const AcknowledgeOrderDeliveryRequest: {
347
+ $type: "devvit.plugin.payments.v1alpha.AcknowledgeOrderDeliveryRequest";
348
+ encode(message: AcknowledgeOrderDeliveryRequest, writer?: _m0.Writer): _m0.Writer;
349
+ decode(input: _m0.Reader | Uint8Array, length?: number): AcknowledgeOrderDeliveryRequest;
350
+ fromJSON(object: any): AcknowledgeOrderDeliveryRequest;
351
+ toJSON(message: AcknowledgeOrderDeliveryRequest): unknown;
352
+ create(base?: DeepPartial_79<AcknowledgeOrderDeliveryRequest>): AcknowledgeOrderDeliveryRequest;
353
+ fromPartial(object: DeepPartial_79<AcknowledgeOrderDeliveryRequest>): AcknowledgeOrderDeliveryRequest;
354
+ };
355
+
356
+ declare interface AcknowledgeOrderDeliveryResponse {
357
+ }
358
+
359
+ declare const AcknowledgeOrderDeliveryResponse: {
360
+ $type: "devvit.plugin.payments.v1alpha.AcknowledgeOrderDeliveryResponse";
361
+ encode(_: AcknowledgeOrderDeliveryResponse, writer?: _m0.Writer): _m0.Writer;
362
+ decode(input: _m0.Reader | Uint8Array, length?: number): AcknowledgeOrderDeliveryResponse;
363
+ fromJSON(_: any): AcknowledgeOrderDeliveryResponse;
364
+ toJSON(_: AcknowledgeOrderDeliveryResponse): unknown;
365
+ create(base?: DeepPartial_79<AcknowledgeOrderDeliveryResponse>): AcknowledgeOrderDeliveryResponse;
366
+ fromPartial(_: DeepPartial_79<AcknowledgeOrderDeliveryResponse>): AcknowledgeOrderDeliveryResponse;
367
+ };
368
+
340
369
  /**
341
370
  * Subclasses are expected to call config.init(), provides(), and uses(). It
342
371
  * is erroneous to not override the constructor. Override, invoke
@@ -347,7 +376,7 @@ declare abstract class Actor {
347
376
  }
348
377
 
349
378
  /** Any Known Actor Definitions */
350
- 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 | 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;
379
+ 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 | 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;
351
380
 
352
381
  /** Map from any known actor name to their client. */
353
382
  declare type ActorNameClientMap = {
@@ -402,6 +431,7 @@ declare type ActorNameClientMap = {
402
431
  OnPostSubmit: OnPostSubmit;
403
432
  OnPostUpdate: OnPostUpdate;
404
433
  OnSubredditSubscribe: OnSubredditSubscribe;
434
+ PaymentsService: PaymentsService;
405
435
  PostCollections: PostCollections;
406
436
  PostFilter: PostFilter;
407
437
  PrivateMessages: PrivateMessages;
@@ -578,8 +608,8 @@ declare const AddPostToCollectionRequest: {
578
608
  decode(input: _m0.Reader | Uint8Array, length?: number): AddPostToCollectionRequest;
579
609
  fromJSON(object: any): AddPostToCollectionRequest;
580
610
  toJSON(message: AddPostToCollectionRequest): unknown;
581
- create(base?: DeepPartial_79<AddPostToCollectionRequest>): AddPostToCollectionRequest;
582
- fromPartial(object: DeepPartial_79<AddPostToCollectionRequest>): AddPostToCollectionRequest;
611
+ create(base?: DeepPartial_82<AddPostToCollectionRequest>): AddPostToCollectionRequest;
612
+ fromPartial(object: DeepPartial_82<AddPostToCollectionRequest>): AddPostToCollectionRequest;
583
613
  };
584
614
 
585
615
  export declare type AddRemovalNoteOptions = Prettify<PostRemovalNoteRequest>;
@@ -1348,8 +1378,8 @@ declare const Arg: {
1348
1378
  decode(input: _m0.Reader | Uint8Array, length?: number): Arg;
1349
1379
  fromJSON(object: any): Arg;
1350
1380
  toJSON(message: Arg): unknown;
1351
- create(base?: DeepPartial_83<Arg>): Arg;
1352
- fromPartial(object: DeepPartial_83<Arg>): Arg;
1381
+ create(base?: DeepPartial_86<Arg>): Arg;
1382
+ fromPartial(object: DeepPartial_86<Arg>): Arg;
1353
1383
  };
1354
1384
 
1355
1385
  declare interface Args {
@@ -1362,8 +1392,8 @@ declare const Args: {
1362
1392
  decode(input: _m0.Reader | Uint8Array, length?: number): Args;
1363
1393
  fromJSON(object: any): Args;
1364
1394
  toJSON(message: Args): unknown;
1365
- create(base?: DeepPartial_83<Args>): Args;
1366
- fromPartial(object: DeepPartial_83<Args>): Args;
1395
+ create(base?: DeepPartial_86<Args>): Args;
1396
+ fromPartial(object: DeepPartial_86<Args>): Args;
1367
1397
  };
1368
1398
 
1369
1399
  /**
@@ -2772,8 +2802,8 @@ declare const BlockUserRequest: {
2772
2802
  decode(input: _m0.Reader | Uint8Array, length?: number): BlockUserRequest;
2773
2803
  fromJSON(object: any): BlockUserRequest;
2774
2804
  toJSON(message: BlockUserRequest): unknown;
2775
- create(base?: DeepPartial_98<BlockUserRequest>): BlockUserRequest;
2776
- fromPartial(object: DeepPartial_98<BlockUserRequest>): BlockUserRequest;
2805
+ create(base?: DeepPartial_101<BlockUserRequest>): BlockUserRequest;
2806
+ fromPartial(object: DeepPartial_101<BlockUserRequest>): BlockUserRequest;
2777
2807
  };
2778
2808
 
2779
2809
  declare interface BlockUserResponse {
@@ -2789,8 +2819,8 @@ declare const BlockUserResponse: {
2789
2819
  decode(input: _m0.Reader | Uint8Array, length?: number): BlockUserResponse;
2790
2820
  fromJSON(object: any): BlockUserResponse;
2791
2821
  toJSON(message: BlockUserResponse): unknown;
2792
- create(base?: DeepPartial_98<BlockUserResponse>): BlockUserResponse;
2793
- fromPartial(object: DeepPartial_98<BlockUserResponse>): BlockUserResponse;
2822
+ create(base?: DeepPartial_101<BlockUserResponse>): BlockUserResponse;
2823
+ fromPartial(object: DeepPartial_101<BlockUserResponse>): BlockUserResponse;
2794
2824
  };
2795
2825
 
2796
2826
  declare enum BlockVerticalAlignment {
@@ -3759,8 +3789,14 @@ declare type Builtin_106 = Date | Function | Uint8Array | string | number | bool
3759
3789
 
3760
3790
  declare type Builtin_107 = Date | Function | Uint8Array | string | number | boolean | undefined;
3761
3791
 
3792
+ declare type Builtin_108 = Date | Function | Uint8Array | string | number | boolean | undefined;
3793
+
3794
+ declare type Builtin_109 = Date | Function | Uint8Array | string | number | boolean | undefined;
3795
+
3762
3796
  declare type Builtin_11 = Date | Function | Uint8Array | string | number | boolean | undefined;
3763
3797
 
3798
+ declare type Builtin_110 = Date | Function | Uint8Array | string | number | boolean | undefined;
3799
+
3764
3800
  declare type Builtin_12 = Date | Function | Uint8Array | string | number | boolean | undefined;
3765
3801
 
3766
3802
  declare type Builtin_13 = Date | Function | Uint8Array | string | number | boolean | undefined;
@@ -4584,8 +4620,8 @@ declare const CancelActionRequest: {
4584
4620
  decode(input: _m0.Reader | Uint8Array, length?: number): CancelActionRequest;
4585
4621
  fromJSON(object: any): CancelActionRequest;
4586
4622
  toJSON(message: CancelActionRequest): unknown;
4587
- create(base?: DeepPartial_87<CancelActionRequest>): CancelActionRequest;
4588
- fromPartial(object: DeepPartial_87<CancelActionRequest>): CancelActionRequest;
4623
+ create(base?: DeepPartial_90<CancelActionRequest>): CancelActionRequest;
4624
+ fromPartial(object: DeepPartial_90<CancelActionRequest>): CancelActionRequest;
4589
4625
  };
4590
4626
 
4591
4627
  /**
@@ -4732,8 +4768,8 @@ declare const CollectionRequest: {
4732
4768
  decode(input: _m0.Reader | Uint8Array, length?: number): CollectionRequest;
4733
4769
  fromJSON(object: any): CollectionRequest;
4734
4770
  toJSON(message: CollectionRequest): unknown;
4735
- create(base?: DeepPartial_79<CollectionRequest>): CollectionRequest;
4736
- fromPartial(object: DeepPartial_79<CollectionRequest>): CollectionRequest;
4771
+ create(base?: DeepPartial_82<CollectionRequest>): CollectionRequest;
4772
+ fromPartial(object: DeepPartial_82<CollectionRequest>): CollectionRequest;
4737
4773
  };
4738
4774
 
4739
4775
  /** responses */
@@ -4766,8 +4802,8 @@ declare const CollectionResponse: {
4766
4802
  decode(input: _m0.Reader | Uint8Array, length?: number): CollectionResponse;
4767
4803
  fromJSON(object: any): CollectionResponse;
4768
4804
  toJSON(message: CollectionResponse): unknown;
4769
- create(base?: DeepPartial_79<CollectionResponse>): CollectionResponse;
4770
- fromPartial(object: DeepPartial_79<CollectionResponse>): CollectionResponse;
4805
+ create(base?: DeepPartial_82<CollectionResponse>): CollectionResponse;
4806
+ fromPartial(object: DeepPartial_82<CollectionResponse>): CollectionResponse;
4771
4807
  };
4772
4808
 
4773
4809
  declare interface CommandContext {
@@ -5406,8 +5442,8 @@ declare const ComposeRequest: {
5406
5442
  decode(input: _m0.Reader | Uint8Array, length?: number): ComposeRequest;
5407
5443
  fromJSON(object: any): ComposeRequest;
5408
5444
  toJSON(message: ComposeRequest): unknown;
5409
- create(base?: DeepPartial_82<ComposeRequest>): ComposeRequest;
5410
- fromPartial(object: DeepPartial_82<ComposeRequest>): ComposeRequest;
5445
+ create(base?: DeepPartial_85<ComposeRequest>): ComposeRequest;
5446
+ fromPartial(object: DeepPartial_85<ComposeRequest>): ComposeRequest;
5411
5447
  };
5412
5448
 
5413
5449
  /**
@@ -6304,8 +6340,8 @@ declare const CreateCollectionRequest: {
6304
6340
  decode(input: _m0.Reader | Uint8Array, length?: number): CreateCollectionRequest;
6305
6341
  fromJSON(object: any): CreateCollectionRequest;
6306
6342
  toJSON(message: CreateCollectionRequest): unknown;
6307
- create(base?: DeepPartial_79<CreateCollectionRequest>): CreateCollectionRequest;
6308
- fromPartial(object: DeepPartial_79<CreateCollectionRequest>): CreateCollectionRequest;
6343
+ create(base?: DeepPartial_82<CreateCollectionRequest>): CreateCollectionRequest;
6344
+ fromPartial(object: DeepPartial_82<CreateCollectionRequest>): CreateCollectionRequest;
6309
6345
  };
6310
6346
 
6311
6347
  declare interface CreateConversationMessageRequest {
@@ -6502,6 +6538,13 @@ declare function crowdControlLevelFromJSON(object: any): CrowdControlLevel;
6502
6538
 
6503
6539
  declare function crowdControlLevelToJSON(object: CrowdControlLevel): number;
6504
6540
 
6541
+ declare enum Currency {
6542
+ CURRENCY_UNSPECIFIED = 0,
6543
+ /** GOLD - Reddit internal currency */
6544
+ GOLD = 200,
6545
+ UNRECOGNIZED = -1
6546
+ }
6547
+
6505
6548
  declare interface Cursor {
6506
6549
  topic: string;
6507
6550
  offset: number;
@@ -6514,8 +6557,8 @@ declare const Cursor: {
6514
6557
  decode(input: _m0.Reader | Uint8Array, length?: number): Cursor;
6515
6558
  fromJSON(object: any): Cursor;
6516
6559
  toJSON(message: Cursor): unknown;
6517
- create(base?: DeepPartial_89<Cursor>): Cursor;
6518
- fromPartial(object: DeepPartial_89<Cursor>): Cursor;
6560
+ create(base?: DeepPartial_92<Cursor>): Cursor;
6561
+ fromPartial(object: DeepPartial_92<Cursor>): Cursor;
6519
6562
  };
6520
6563
 
6521
6564
  declare interface CustomAction {
@@ -6799,9 +6842,9 @@ declare const CustomPostDefinition: {
6799
6842
  blocking?: {} | undefined;
6800
6843
  resize?: {} | undefined;
6801
6844
  async?: boolean | undefined;
6802
- remoteOnly?: boolean | undefined;
6803
6845
  hook?: string | undefined;
6804
6846
  retry?: boolean | undefined;
6847
+ scope?: UIEventScope_2 | undefined;
6805
6848
  }[];
6806
6849
  } | undefined): UIRequest;
6807
6850
  fromPartial(object: {
@@ -6876,9 +6919,9 @@ declare const CustomPostDefinition: {
6876
6919
  blocking?: {} | undefined;
6877
6920
  resize?: {} | undefined;
6878
6921
  async?: boolean | undefined;
6879
- remoteOnly?: boolean | undefined;
6880
6922
  hook?: string | undefined;
6881
6923
  retry?: boolean | undefined;
6924
+ scope?: UIEventScope_2 | undefined;
6882
6925
  }[];
6883
6926
  }): UIRequest;
6884
6927
  };
@@ -7073,9 +7116,9 @@ declare const CustomPostDefinition: {
7073
7116
  blocking?: {} | undefined;
7074
7117
  resize?: {} | undefined;
7075
7118
  async?: boolean | undefined;
7076
- remoteOnly?: boolean | undefined;
7077
7119
  hook?: string | undefined;
7078
7120
  retry?: boolean | undefined;
7121
+ scope?: UIEventScope_2 | undefined;
7079
7122
  }[];
7080
7123
  blocks?: {
7081
7124
  type?: BlockType_2;
@@ -7427,9 +7470,9 @@ declare const CustomPostDefinition: {
7427
7470
  blocking?: {} | undefined;
7428
7471
  resize?: {} | undefined;
7429
7472
  async?: boolean | undefined;
7430
- remoteOnly?: boolean | undefined;
7431
7473
  hook?: string | undefined;
7432
7474
  retry?: boolean | undefined;
7475
+ scope?: UIEventScope_2 | undefined;
7433
7476
  }[];
7434
7477
  blocks?: {
7435
7478
  type?: BlockType_2;
@@ -7681,9 +7724,9 @@ declare const CustomPostDefinition: {
7681
7724
  blocking?: {} | undefined;
7682
7725
  resize?: {} | undefined;
7683
7726
  async?: boolean | undefined;
7684
- remoteOnly?: boolean | undefined;
7685
7727
  hook?: string | undefined;
7686
7728
  retry?: boolean | undefined;
7729
+ scope?: UIEventScope_2 | undefined;
7687
7730
  }[];
7688
7731
  } | undefined): UIRequest;
7689
7732
  fromPartial(object: {
@@ -7758,9 +7801,9 @@ declare const CustomPostDefinition: {
7758
7801
  blocking?: {} | undefined;
7759
7802
  resize?: {} | undefined;
7760
7803
  async?: boolean | undefined;
7761
- remoteOnly?: boolean | undefined;
7762
7804
  hook?: string | undefined;
7763
7805
  retry?: boolean | undefined;
7806
+ scope?: UIEventScope_2 | undefined;
7764
7807
  }[];
7765
7808
  }): UIRequest;
7766
7809
  };
@@ -7955,9 +7998,9 @@ declare const CustomPostDefinition: {
7955
7998
  blocking?: {} | undefined;
7956
7999
  resize?: {} | undefined;
7957
8000
  async?: boolean | undefined;
7958
- remoteOnly?: boolean | undefined;
7959
8001
  hook?: string | undefined;
7960
8002
  retry?: boolean | undefined;
8003
+ scope?: UIEventScope_2 | undefined;
7961
8004
  }[];
7962
8005
  blocks?: {
7963
8006
  type?: BlockType_2;
@@ -8309,9 +8352,9 @@ declare const CustomPostDefinition: {
8309
8352
  blocking?: {} | undefined;
8310
8353
  resize?: {} | undefined;
8311
8354
  async?: boolean | undefined;
8312
- remoteOnly?: boolean | undefined;
8313
8355
  hook?: string | undefined;
8314
8356
  retry?: boolean | undefined;
8357
+ scope?: UIEventScope_2 | undefined;
8315
8358
  }[];
8316
8359
  blocks?: {
8317
8360
  type?: BlockType_2;
@@ -8671,10 +8714,22 @@ declare type DeepPartial_107<T> = T extends Builtin_107 ? T : T extends globalTh
8671
8714
  [K in keyof T]?: DeepPartial_107<T[K]>;
8672
8715
  } : Partial<T>;
8673
8716
 
8717
+ declare type DeepPartial_108<T> = T extends Builtin_108 ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial_108<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial_108<U>> : T extends {} ? {
8718
+ [K in keyof T]?: DeepPartial_108<T[K]>;
8719
+ } : Partial<T>;
8720
+
8721
+ 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 {} ? {
8722
+ [K in keyof T]?: DeepPartial_109<T[K]>;
8723
+ } : Partial<T>;
8724
+
8674
8725
  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 {} ? {
8675
8726
  [K in keyof T]?: DeepPartial_11<T[K]>;
8676
8727
  } : Partial<T>;
8677
8728
 
8729
+ 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 {} ? {
8730
+ [K in keyof T]?: DeepPartial_110<T[K]>;
8731
+ } : Partial<T>;
8732
+
8678
8733
  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 {} ? {
8679
8734
  [K in keyof T]?: DeepPartial_12<T[K]>;
8680
8735
  } : Partial<T>;
@@ -9105,8 +9160,8 @@ declare const DeleteCollectionRequest: {
9105
9160
  decode(input: _m0.Reader | Uint8Array, length?: number): DeleteCollectionRequest;
9106
9161
  fromJSON(object: any): DeleteCollectionRequest;
9107
9162
  toJSON(message: DeleteCollectionRequest): unknown;
9108
- create(base?: DeepPartial_79<DeleteCollectionRequest>): DeleteCollectionRequest;
9109
- fromPartial(object: DeepPartial_79<DeleteCollectionRequest>): DeleteCollectionRequest;
9163
+ create(base?: DeepPartial_82<DeleteCollectionRequest>): DeleteCollectionRequest;
9164
+ fromPartial(object: DeepPartial_82<DeleteCollectionRequest>): DeleteCollectionRequest;
9110
9165
  };
9111
9166
 
9112
9167
  declare interface DeleteFlairRequest {
@@ -9279,8 +9334,8 @@ declare const DescriptorProto: {
9279
9334
  decode(input: _m0.Reader | Uint8Array, length?: number): DescriptorProto;
9280
9335
  fromJSON(object: any): DescriptorProto;
9281
9336
  toJSON(message: DescriptorProto): unknown;
9282
- create(base?: DeepPartial_102<DescriptorProto>): DescriptorProto;
9283
- fromPartial(object: DeepPartial_102<DescriptorProto>): DescriptorProto;
9337
+ create(base?: DeepPartial_105<DescriptorProto>): DescriptorProto;
9338
+ fromPartial(object: DeepPartial_105<DescriptorProto>): DescriptorProto;
9284
9339
  };
9285
9340
 
9286
9341
  declare interface DescriptorProto_ExtensionRange {
@@ -9297,8 +9352,8 @@ declare const DescriptorProto_ExtensionRange: {
9297
9352
  decode(input: _m0.Reader | Uint8Array, length?: number): DescriptorProto_ExtensionRange;
9298
9353
  fromJSON(object: any): DescriptorProto_ExtensionRange;
9299
9354
  toJSON(message: DescriptorProto_ExtensionRange): unknown;
9300
- create(base?: DeepPartial_102<DescriptorProto_ExtensionRange>): DescriptorProto_ExtensionRange;
9301
- fromPartial(object: DeepPartial_102<DescriptorProto_ExtensionRange>): DescriptorProto_ExtensionRange;
9355
+ create(base?: DeepPartial_105<DescriptorProto_ExtensionRange>): DescriptorProto_ExtensionRange;
9356
+ fromPartial(object: DeepPartial_105<DescriptorProto_ExtensionRange>): DescriptorProto_ExtensionRange;
9302
9357
  };
9303
9358
 
9304
9359
  /**
@@ -9319,8 +9374,8 @@ declare const DescriptorProto_ReservedRange: {
9319
9374
  decode(input: _m0.Reader | Uint8Array, length?: number): DescriptorProto_ReservedRange;
9320
9375
  fromJSON(object: any): DescriptorProto_ReservedRange;
9321
9376
  toJSON(message: DescriptorProto_ReservedRange): unknown;
9322
- create(base?: DeepPartial_102<DescriptorProto_ReservedRange>): DescriptorProto_ReservedRange;
9323
- fromPartial(object: DeepPartial_102<DescriptorProto_ReservedRange>): DescriptorProto_ReservedRange;
9377
+ create(base?: DeepPartial_105<DescriptorProto_ReservedRange>): DescriptorProto_ReservedRange;
9378
+ fromPartial(object: DeepPartial_105<DescriptorProto_ReservedRange>): DescriptorProto_ReservedRange;
9324
9379
  };
9325
9380
 
9326
9381
  export declare class Devvit extends Actor {
@@ -9851,8 +9906,8 @@ declare const DevvitSubredditMetadata: {
9851
9906
  decode(input: _m0.Reader | Uint8Array, length?: number): DevvitSubredditMetadata;
9852
9907
  fromJSON(object: any): DevvitSubredditMetadata;
9853
9908
  toJSON(message: DevvitSubredditMetadata): unknown;
9854
- create(base?: DeepPartial_92<DevvitSubredditMetadata>): DevvitSubredditMetadata;
9855
- fromPartial(object: DeepPartial_92<DevvitSubredditMetadata>): DevvitSubredditMetadata;
9909
+ create(base?: DeepPartial_95<DevvitSubredditMetadata>): DevvitSubredditMetadata;
9910
+ fromPartial(object: DeepPartial_95<DevvitSubredditMetadata>): DevvitSubredditMetadata;
9856
9911
  };
9857
9912
 
9858
9913
  declare interface DevvitSubredditMetadata_AppInfo {
@@ -9868,8 +9923,8 @@ declare const DevvitSubredditMetadata_AppInfo: {
9868
9923
  decode(input: _m0.Reader | Uint8Array, length?: number): DevvitSubredditMetadata_AppInfo;
9869
9924
  fromJSON(object: any): DevvitSubredditMetadata_AppInfo;
9870
9925
  toJSON(message: DevvitSubredditMetadata_AppInfo): unknown;
9871
- create(base?: DeepPartial_92<DevvitSubredditMetadata_AppInfo>): DevvitSubredditMetadata_AppInfo;
9872
- fromPartial(object: DeepPartial_92<DevvitSubredditMetadata_AppInfo>): DevvitSubredditMetadata_AppInfo;
9926
+ create(base?: DeepPartial_95<DevvitSubredditMetadata_AppInfo>): DevvitSubredditMetadata_AppInfo;
9927
+ fromPartial(object: DeepPartial_95<DevvitSubredditMetadata_AppInfo>): DevvitSubredditMetadata_AppInfo;
9873
9928
  };
9874
9929
 
9875
9930
  /**
@@ -10286,8 +10341,8 @@ declare const EnumDescriptorProto: {
10286
10341
  decode(input: _m0.Reader | Uint8Array, length?: number): EnumDescriptorProto;
10287
10342
  fromJSON(object: any): EnumDescriptorProto;
10288
10343
  toJSON(message: EnumDescriptorProto): unknown;
10289
- create(base?: DeepPartial_102<EnumDescriptorProto>): EnumDescriptorProto;
10290
- fromPartial(object: DeepPartial_102<EnumDescriptorProto>): EnumDescriptorProto;
10344
+ create(base?: DeepPartial_105<EnumDescriptorProto>): EnumDescriptorProto;
10345
+ fromPartial(object: DeepPartial_105<EnumDescriptorProto>): EnumDescriptorProto;
10291
10346
  };
10292
10347
 
10293
10348
  /**
@@ -10311,8 +10366,8 @@ declare const EnumDescriptorProto_EnumReservedRange: {
10311
10366
  decode(input: _m0.Reader | Uint8Array, length?: number): EnumDescriptorProto_EnumReservedRange;
10312
10367
  fromJSON(object: any): EnumDescriptorProto_EnumReservedRange;
10313
10368
  toJSON(message: EnumDescriptorProto_EnumReservedRange): unknown;
10314
- create(base?: DeepPartial_102<EnumDescriptorProto_EnumReservedRange>): EnumDescriptorProto_EnumReservedRange;
10315
- fromPartial(object: DeepPartial_102<EnumDescriptorProto_EnumReservedRange>): EnumDescriptorProto_EnumReservedRange;
10369
+ create(base?: DeepPartial_105<EnumDescriptorProto_EnumReservedRange>): EnumDescriptorProto_EnumReservedRange;
10370
+ fromPartial(object: DeepPartial_105<EnumDescriptorProto_EnumReservedRange>): EnumDescriptorProto_EnumReservedRange;
10316
10371
  };
10317
10372
 
10318
10373
  declare interface EnumOptions {
@@ -10351,8 +10406,8 @@ declare const EnumOptions: {
10351
10406
  decode(input: _m0.Reader | Uint8Array, length?: number): EnumOptions;
10352
10407
  fromJSON(object: any): EnumOptions;
10353
10408
  toJSON(message: EnumOptions): unknown;
10354
- create(base?: DeepPartial_102<EnumOptions>): EnumOptions;
10355
- fromPartial(object: DeepPartial_102<EnumOptions>): EnumOptions;
10409
+ create(base?: DeepPartial_105<EnumOptions>): EnumOptions;
10410
+ fromPartial(object: DeepPartial_105<EnumOptions>): EnumOptions;
10356
10411
  };
10357
10412
 
10358
10413
  /** Describes a value within an enum. */
@@ -10368,8 +10423,8 @@ declare const EnumValueDescriptorProto: {
10368
10423
  decode(input: _m0.Reader | Uint8Array, length?: number): EnumValueDescriptorProto;
10369
10424
  fromJSON(object: any): EnumValueDescriptorProto;
10370
10425
  toJSON(message: EnumValueDescriptorProto): unknown;
10371
- create(base?: DeepPartial_102<EnumValueDescriptorProto>): EnumValueDescriptorProto;
10372
- fromPartial(object: DeepPartial_102<EnumValueDescriptorProto>): EnumValueDescriptorProto;
10426
+ create(base?: DeepPartial_105<EnumValueDescriptorProto>): EnumValueDescriptorProto;
10427
+ fromPartial(object: DeepPartial_105<EnumValueDescriptorProto>): EnumValueDescriptorProto;
10373
10428
  };
10374
10429
 
10375
10430
  declare interface EnumValueOptions {
@@ -10400,8 +10455,8 @@ declare const EnumValueOptions: {
10400
10455
  decode(input: _m0.Reader | Uint8Array, length?: number): EnumValueOptions;
10401
10456
  fromJSON(object: any): EnumValueOptions;
10402
10457
  toJSON(message: EnumValueOptions): unknown;
10403
- create(base?: DeepPartial_102<EnumValueOptions>): EnumValueOptions;
10404
- fromPartial(object: DeepPartial_102<EnumValueOptions>): EnumValueOptions;
10458
+ create(base?: DeepPartial_105<EnumValueOptions>): EnumValueOptions;
10459
+ fromPartial(object: DeepPartial_105<EnumValueOptions>): EnumValueOptions;
10405
10460
  };
10406
10461
 
10407
10462
  declare interface Envelope {
@@ -10550,6 +10605,14 @@ declare const EnvelopeReceiverPortDefinition: {
10550
10605
 
10551
10606
  declare const EnvelopeReceiverPortServiceName = "devvit.service.EnvelopeReceiverPort";
10552
10607
 
10608
+ /** TODO: we may want to pull this directly from the pay protos via snootobuf */
10609
+ declare enum Environment {
10610
+ ENVIRONMENT_UNSPECIFIED = 0,
10611
+ ENVIRONMENT_SANDBOX = 1,
10612
+ ENVIRONMENT_PRODUCTION = 2,
10613
+ UNRECOGNIZED = -1
10614
+ }
10615
+
10553
10616
  declare interface ErrorMessage {
10554
10617
  message: string;
10555
10618
  }
@@ -10560,8 +10623,8 @@ declare const ErrorMessage: {
10560
10623
  decode(input: _m0.Reader | Uint8Array, length?: number): ErrorMessage;
10561
10624
  fromJSON(object: any): ErrorMessage;
10562
10625
  toJSON(message: ErrorMessage): unknown;
10563
- create(base?: DeepPartial_92<ErrorMessage>): ErrorMessage;
10564
- fromPartial(object: DeepPartial_92<ErrorMessage>): ErrorMessage;
10626
+ create(base?: DeepPartial_95<ErrorMessage>): ErrorMessage;
10627
+ fromPartial(object: DeepPartial_95<ErrorMessage>): ErrorMessage;
10565
10628
  };
10566
10629
 
10567
10630
  declare enum EventSource_2 {
@@ -10590,8 +10653,8 @@ declare const ExpireRequest: {
10590
10653
  decode(input: _m0.Reader | Uint8Array, length?: number): ExpireRequest;
10591
10654
  fromJSON(object: any): ExpireRequest;
10592
10655
  toJSON(message: ExpireRequest): unknown;
10593
- create(base?: DeepPartial_84<ExpireRequest>): ExpireRequest;
10594
- fromPartial(object: DeepPartial_84<ExpireRequest>): ExpireRequest;
10656
+ create(base?: DeepPartial_87<ExpireRequest>): ExpireRequest;
10657
+ fromPartial(object: DeepPartial_87<ExpireRequest>): ExpireRequest;
10595
10658
  };
10596
10659
 
10597
10660
  declare interface ExtensionRangeOptions {
@@ -10619,8 +10682,8 @@ declare const ExtensionRangeOptions: {
10619
10682
  decode(input: _m0.Reader | Uint8Array, length?: number): ExtensionRangeOptions;
10620
10683
  fromJSON(object: any): ExtensionRangeOptions;
10621
10684
  toJSON(message: ExtensionRangeOptions): unknown;
10622
- create(base?: DeepPartial_102<ExtensionRangeOptions>): ExtensionRangeOptions;
10623
- fromPartial(object: DeepPartial_102<ExtensionRangeOptions>): ExtensionRangeOptions;
10685
+ create(base?: DeepPartial_105<ExtensionRangeOptions>): ExtensionRangeOptions;
10686
+ fromPartial(object: DeepPartial_105<ExtensionRangeOptions>): ExtensionRangeOptions;
10624
10687
  };
10625
10688
 
10626
10689
  declare interface ExtensionRangeOptions_Declaration {
@@ -10656,8 +10719,8 @@ declare const ExtensionRangeOptions_Declaration: {
10656
10719
  decode(input: _m0.Reader | Uint8Array, length?: number): ExtensionRangeOptions_Declaration;
10657
10720
  fromJSON(object: any): ExtensionRangeOptions_Declaration;
10658
10721
  toJSON(message: ExtensionRangeOptions_Declaration): unknown;
10659
- create(base?: DeepPartial_102<ExtensionRangeOptions_Declaration>): ExtensionRangeOptions_Declaration;
10660
- fromPartial(object: DeepPartial_102<ExtensionRangeOptions_Declaration>): ExtensionRangeOptions_Declaration;
10722
+ create(base?: DeepPartial_105<ExtensionRangeOptions_Declaration>): ExtensionRangeOptions_Declaration;
10723
+ fromPartial(object: DeepPartial_105<ExtensionRangeOptions_Declaration>): ExtensionRangeOptions_Declaration;
10661
10724
  };
10662
10725
 
10663
10726
  /** The verification state of the extension range. */
@@ -10695,8 +10758,8 @@ declare const FeatureSet: {
10695
10758
  decode(input: _m0.Reader | Uint8Array, length?: number): FeatureSet;
10696
10759
  fromJSON(object: any): FeatureSet;
10697
10760
  toJSON(message: FeatureSet): unknown;
10698
- create(base?: DeepPartial_102<FeatureSet>): FeatureSet;
10699
- fromPartial(object: DeepPartial_102<FeatureSet>): FeatureSet;
10761
+ create(base?: DeepPartial_105<FeatureSet>): FeatureSet;
10762
+ fromPartial(object: DeepPartial_105<FeatureSet>): FeatureSet;
10700
10763
  };
10701
10764
 
10702
10765
  declare enum FeatureSet_EnumType {
@@ -10792,8 +10855,8 @@ declare const FeatureSetDefaults: {
10792
10855
  decode(input: _m0.Reader | Uint8Array, length?: number): FeatureSetDefaults;
10793
10856
  fromJSON(object: any): FeatureSetDefaults;
10794
10857
  toJSON(message: FeatureSetDefaults): unknown;
10795
- create(base?: DeepPartial_102<FeatureSetDefaults>): FeatureSetDefaults;
10796
- fromPartial(object: DeepPartial_102<FeatureSetDefaults>): FeatureSetDefaults;
10858
+ create(base?: DeepPartial_105<FeatureSetDefaults>): FeatureSetDefaults;
10859
+ fromPartial(object: DeepPartial_105<FeatureSetDefaults>): FeatureSetDefaults;
10797
10860
  };
10798
10861
 
10799
10862
  /**
@@ -10816,8 +10879,8 @@ declare const FeatureSetDefaults_FeatureSetEditionDefault: {
10816
10879
  decode(input: _m0.Reader | Uint8Array, length?: number): FeatureSetDefaults_FeatureSetEditionDefault;
10817
10880
  fromJSON(object: any): FeatureSetDefaults_FeatureSetEditionDefault;
10818
10881
  toJSON(message: FeatureSetDefaults_FeatureSetEditionDefault): unknown;
10819
- create(base?: DeepPartial_102<FeatureSetDefaults_FeatureSetEditionDefault>): FeatureSetDefaults_FeatureSetEditionDefault;
10820
- fromPartial(object: DeepPartial_102<FeatureSetDefaults_FeatureSetEditionDefault>): FeatureSetDefaults_FeatureSetEditionDefault;
10882
+ create(base?: DeepPartial_105<FeatureSetDefaults_FeatureSetEditionDefault>): FeatureSetDefaults_FeatureSetEditionDefault;
10883
+ fromPartial(object: DeepPartial_105<FeatureSetDefaults_FeatureSetEditionDefault>): FeatureSetDefaults_FeatureSetEditionDefault;
10821
10884
  };
10822
10885
 
10823
10886
  declare interface FetchRequest {
@@ -11113,8 +11176,8 @@ declare const FieldDescriptorProto: {
11113
11176
  decode(input: _m0.Reader | Uint8Array, length?: number): FieldDescriptorProto;
11114
11177
  fromJSON(object: any): FieldDescriptorProto;
11115
11178
  toJSON(message: FieldDescriptorProto): unknown;
11116
- create(base?: DeepPartial_102<FieldDescriptorProto>): FieldDescriptorProto;
11117
- fromPartial(object: DeepPartial_102<FieldDescriptorProto>): FieldDescriptorProto;
11179
+ create(base?: DeepPartial_105<FieldDescriptorProto>): FieldDescriptorProto;
11180
+ fromPartial(object: DeepPartial_105<FieldDescriptorProto>): FieldDescriptorProto;
11118
11181
  };
11119
11182
 
11120
11183
  declare enum FieldDescriptorProto_Label {
@@ -11278,8 +11341,8 @@ declare const FieldOptions: {
11278
11341
  decode(input: _m0.Reader | Uint8Array, length?: number): FieldOptions;
11279
11342
  fromJSON(object: any): FieldOptions;
11280
11343
  toJSON(message: FieldOptions): unknown;
11281
- create(base?: DeepPartial_102<FieldOptions>): FieldOptions;
11282
- fromPartial(object: DeepPartial_102<FieldOptions>): FieldOptions;
11344
+ create(base?: DeepPartial_105<FieldOptions>): FieldOptions;
11345
+ fromPartial(object: DeepPartial_105<FieldOptions>): FieldOptions;
11283
11346
  };
11284
11347
 
11285
11348
  declare enum FieldOptions_CType {
@@ -11314,8 +11377,8 @@ declare const FieldOptions_EditionDefault: {
11314
11377
  decode(input: _m0.Reader | Uint8Array, length?: number): FieldOptions_EditionDefault;
11315
11378
  fromJSON(object: any): FieldOptions_EditionDefault;
11316
11379
  toJSON(message: FieldOptions_EditionDefault): unknown;
11317
- create(base?: DeepPartial_102<FieldOptions_EditionDefault>): FieldOptions_EditionDefault;
11318
- fromPartial(object: DeepPartial_102<FieldOptions_EditionDefault>): FieldOptions_EditionDefault;
11380
+ create(base?: DeepPartial_105<FieldOptions_EditionDefault>): FieldOptions_EditionDefault;
11381
+ fromPartial(object: DeepPartial_105<FieldOptions_EditionDefault>): FieldOptions_EditionDefault;
11319
11382
  };
11320
11383
 
11321
11384
  /** Information about the support window of a feature. */
@@ -11350,8 +11413,8 @@ declare const FieldOptions_FeatureSupport: {
11350
11413
  decode(input: _m0.Reader | Uint8Array, length?: number): FieldOptions_FeatureSupport;
11351
11414
  fromJSON(object: any): FieldOptions_FeatureSupport;
11352
11415
  toJSON(message: FieldOptions_FeatureSupport): unknown;
11353
- create(base?: DeepPartial_102<FieldOptions_FeatureSupport>): FieldOptions_FeatureSupport;
11354
- fromPartial(object: DeepPartial_102<FieldOptions_FeatureSupport>): FieldOptions_FeatureSupport;
11416
+ create(base?: DeepPartial_105<FieldOptions_FeatureSupport>): FieldOptions_FeatureSupport;
11417
+ fromPartial(object: DeepPartial_105<FieldOptions_FeatureSupport>): FieldOptions_FeatureSupport;
11355
11418
  };
11356
11419
 
11357
11420
  declare enum FieldOptions_JSType {
@@ -11475,8 +11538,8 @@ declare const FileDescriptorProto: {
11475
11538
  decode(input: _m0.Reader | Uint8Array, length?: number): FileDescriptorProto;
11476
11539
  fromJSON(object: any): FileDescriptorProto;
11477
11540
  toJSON(message: FileDescriptorProto): unknown;
11478
- create(base?: DeepPartial_102<FileDescriptorProto>): FileDescriptorProto;
11479
- fromPartial(object: DeepPartial_102<FileDescriptorProto>): FileDescriptorProto;
11541
+ create(base?: DeepPartial_105<FileDescriptorProto>): FileDescriptorProto;
11542
+ fromPartial(object: DeepPartial_105<FileDescriptorProto>): FileDescriptorProto;
11480
11543
  };
11481
11544
 
11482
11545
  /**
@@ -11493,8 +11556,8 @@ declare const FileDescriptorSet: {
11493
11556
  decode(input: _m0.Reader | Uint8Array, length?: number): FileDescriptorSet;
11494
11557
  fromJSON(object: any): FileDescriptorSet;
11495
11558
  toJSON(message: FileDescriptorSet): unknown;
11496
- create(base?: DeepPartial_102<FileDescriptorSet>): FileDescriptorSet;
11497
- fromPartial(object: DeepPartial_102<FileDescriptorSet>): FileDescriptorSet;
11559
+ create(base?: DeepPartial_105<FileDescriptorSet>): FileDescriptorSet;
11560
+ fromPartial(object: DeepPartial_105<FileDescriptorSet>): FileDescriptorSet;
11498
11561
  };
11499
11562
 
11500
11563
  declare interface FileOptions {
@@ -11629,8 +11692,8 @@ declare const FileOptions: {
11629
11692
  decode(input: _m0.Reader | Uint8Array, length?: number): FileOptions;
11630
11693
  fromJSON(object: any): FileOptions;
11631
11694
  toJSON(message: FileOptions): unknown;
11632
- create(base?: DeepPartial_102<FileOptions>): FileOptions;
11633
- fromPartial(object: DeepPartial_102<FileOptions>): FileOptions;
11695
+ create(base?: DeepPartial_105<FileOptions>): FileOptions;
11696
+ fromPartial(object: DeepPartial_105<FileOptions>): FileOptions;
11634
11697
  };
11635
11698
 
11636
11699
  /** Generated classes can be optimized for speed or code size. */
@@ -12915,8 +12978,8 @@ declare const FollowCollectionRequest: {
12915
12978
  decode(input: _m0.Reader | Uint8Array, length?: number): FollowCollectionRequest;
12916
12979
  fromJSON(object: any): FollowCollectionRequest;
12917
12980
  toJSON(message: FollowCollectionRequest): unknown;
12918
- create(base?: DeepPartial_79<FollowCollectionRequest>): FollowCollectionRequest;
12919
- fromPartial(object: DeepPartial_79<FollowCollectionRequest>): FollowCollectionRequest;
12981
+ create(base?: DeepPartial_82<FollowCollectionRequest>): FollowCollectionRequest;
12982
+ fromPartial(object: DeepPartial_82<FollowCollectionRequest>): FollowCollectionRequest;
12920
12983
  };
12921
12984
 
12922
12985
  declare interface FollowPostRequest {
@@ -13276,8 +13339,8 @@ declare const FriendRequest: {
13276
13339
  decode(input: _m0.Reader | Uint8Array, length?: number): FriendRequest;
13277
13340
  fromJSON(object: any): FriendRequest;
13278
13341
  toJSON(message: FriendRequest): unknown;
13279
- create(base?: DeepPartial_98<FriendRequest>): FriendRequest;
13280
- fromPartial(object: DeepPartial_98<FriendRequest>): FriendRequest;
13342
+ create(base?: DeepPartial_101<FriendRequest>): FriendRequest;
13343
+ fromPartial(object: DeepPartial_101<FriendRequest>): FriendRequest;
13281
13344
  };
13282
13345
 
13283
13346
  declare interface FullSubredditObject {
@@ -13416,8 +13479,8 @@ declare const GeneralFriendResponse: {
13416
13479
  decode(input: _m0.Reader | Uint8Array, length?: number): GeneralFriendResponse;
13417
13480
  fromJSON(object: any): GeneralFriendResponse;
13418
13481
  toJSON(message: GeneralFriendResponse): unknown;
13419
- create(base?: DeepPartial_98<GeneralFriendResponse>): GeneralFriendResponse;
13420
- fromPartial(object: DeepPartial_98<GeneralFriendResponse>): GeneralFriendResponse;
13482
+ create(base?: DeepPartial_101<GeneralFriendResponse>): GeneralFriendResponse;
13483
+ fromPartial(object: DeepPartial_101<GeneralFriendResponse>): GeneralFriendResponse;
13421
13484
  };
13422
13485
 
13423
13486
  /**
@@ -13439,8 +13502,8 @@ declare const GeneratedCodeInfo: {
13439
13502
  decode(input: _m0.Reader | Uint8Array, length?: number): GeneratedCodeInfo;
13440
13503
  fromJSON(object: any): GeneratedCodeInfo;
13441
13504
  toJSON(message: GeneratedCodeInfo): unknown;
13442
- create(base?: DeepPartial_102<GeneratedCodeInfo>): GeneratedCodeInfo;
13443
- fromPartial(object: DeepPartial_102<GeneratedCodeInfo>): GeneratedCodeInfo;
13505
+ create(base?: DeepPartial_105<GeneratedCodeInfo>): GeneratedCodeInfo;
13506
+ fromPartial(object: DeepPartial_105<GeneratedCodeInfo>): GeneratedCodeInfo;
13444
13507
  };
13445
13508
 
13446
13509
  declare interface GeneratedCodeInfo_Annotation {
@@ -13471,8 +13534,8 @@ declare const GeneratedCodeInfo_Annotation: {
13471
13534
  decode(input: _m0.Reader | Uint8Array, length?: number): GeneratedCodeInfo_Annotation;
13472
13535
  fromJSON(object: any): GeneratedCodeInfo_Annotation;
13473
13536
  toJSON(message: GeneratedCodeInfo_Annotation): unknown;
13474
- create(base?: DeepPartial_102<GeneratedCodeInfo_Annotation>): GeneratedCodeInfo_Annotation;
13475
- fromPartial(object: DeepPartial_102<GeneratedCodeInfo_Annotation>): GeneratedCodeInfo_Annotation;
13537
+ create(base?: DeepPartial_105<GeneratedCodeInfo_Annotation>): GeneratedCodeInfo_Annotation;
13538
+ fromPartial(object: DeepPartial_105<GeneratedCodeInfo_Annotation>): GeneratedCodeInfo_Annotation;
13476
13539
  };
13477
13540
 
13478
13541
  /**
@@ -13504,8 +13567,8 @@ declare const GenericPrivateMessagesRequest: {
13504
13567
  decode(input: _m0.Reader | Uint8Array, length?: number): GenericPrivateMessagesRequest;
13505
13568
  fromJSON(object: any): GenericPrivateMessagesRequest;
13506
13569
  toJSON(message: GenericPrivateMessagesRequest): unknown;
13507
- create(base?: DeepPartial_82<GenericPrivateMessagesRequest>): GenericPrivateMessagesRequest;
13508
- fromPartial(object: DeepPartial_82<GenericPrivateMessagesRequest>): GenericPrivateMessagesRequest;
13570
+ create(base?: DeepPartial_85<GenericPrivateMessagesRequest>): GenericPrivateMessagesRequest;
13571
+ fromPartial(object: DeepPartial_85<GenericPrivateMessagesRequest>): GenericPrivateMessagesRequest;
13509
13572
  };
13510
13573
 
13511
13574
  /** Requests */
@@ -13522,8 +13585,8 @@ declare const GenericUsersRequest: {
13522
13585
  decode(input: _m0.Reader | Uint8Array, length?: number): GenericUsersRequest;
13523
13586
  fromJSON(object: any): GenericUsersRequest;
13524
13587
  toJSON(message: GenericUsersRequest): unknown;
13525
- create(base?: DeepPartial_98<GenericUsersRequest>): GenericUsersRequest;
13526
- fromPartial(object: DeepPartial_98<GenericUsersRequest>): GenericUsersRequest;
13588
+ create(base?: DeepPartial_101<GenericUsersRequest>): GenericUsersRequest;
13589
+ fromPartial(object: DeepPartial_101<GenericUsersRequest>): GenericUsersRequest;
13527
13590
  };
13528
13591
 
13529
13592
  declare interface GetActionResponse {
@@ -13537,8 +13600,8 @@ declare const GetActionResponse: {
13537
13600
  decode(input: _m0.Reader | Uint8Array, length?: number): GetActionResponse;
13538
13601
  fromJSON(object: any): GetActionResponse;
13539
13602
  toJSON(message: GetActionResponse): unknown;
13540
- create(base?: DeepPartial_87<GetActionResponse>): GetActionResponse;
13541
- fromPartial(object: DeepPartial_87<GetActionResponse>): GetActionResponse;
13603
+ create(base?: DeepPartial_90<GetActionResponse>): GetActionResponse;
13604
+ fromPartial(object: DeepPartial_90<GetActionResponse>): GetActionResponse;
13542
13605
  };
13543
13606
 
13544
13607
  declare interface GetActionsRequest {
@@ -14218,6 +14281,68 @@ declare const GetNotesRequest: {
14218
14281
  fromPartial(object: DeepPartial_3<GetNotesRequest>): GetNotesRequest;
14219
14282
  };
14220
14283
 
14284
+ /**
14285
+ * GetOrderRequest allows for filtering which orders are returned
14286
+ * all the parameters are optional. If none are provided, all orders are returned
14287
+ */
14288
+ declare interface GetOrdersRequest {
14289
+ /** start time filter */
14290
+ start?: Date | undefined;
14291
+ /** end time filter */
14292
+ end?: Date | undefined;
14293
+ /** number of items to return */
14294
+ limit: number;
14295
+ /** unique identifier for the product */
14296
+ sku: string;
14297
+ /** the t2 id of purchasing user */
14298
+ buyer: string;
14299
+ /** the lifecycle status of the order */
14300
+ status: OrderStatus;
14301
+ /** metadata to filter on. these values are combined via AND */
14302
+ metadata: {
14303
+ [key: string]: string;
14304
+ };
14305
+ }
14306
+
14307
+ declare const GetOrdersRequest: {
14308
+ $type: "devvit.plugin.payments.v1alpha.GetOrdersRequest";
14309
+ encode(message: GetOrdersRequest, writer?: _m0.Writer): _m0.Writer;
14310
+ decode(input: _m0.Reader | Uint8Array, length?: number): GetOrdersRequest;
14311
+ fromJSON(object: any): GetOrdersRequest;
14312
+ toJSON(message: GetOrdersRequest): unknown;
14313
+ create(base?: DeepPartial_79<GetOrdersRequest>): GetOrdersRequest;
14314
+ fromPartial(object: DeepPartial_79<GetOrdersRequest>): GetOrdersRequest;
14315
+ };
14316
+
14317
+ declare interface GetOrdersRequest_MetadataEntry {
14318
+ key: string;
14319
+ value: string;
14320
+ }
14321
+
14322
+ declare const GetOrdersRequest_MetadataEntry: {
14323
+ $type: "devvit.plugin.payments.v1alpha.GetOrdersRequest.MetadataEntry";
14324
+ encode(message: GetOrdersRequest_MetadataEntry, writer?: _m0.Writer): _m0.Writer;
14325
+ decode(input: _m0.Reader | Uint8Array, length?: number): GetOrdersRequest_MetadataEntry;
14326
+ fromJSON(object: any): GetOrdersRequest_MetadataEntry;
14327
+ toJSON(message: GetOrdersRequest_MetadataEntry): unknown;
14328
+ create(base?: DeepPartial_79<GetOrdersRequest_MetadataEntry>): GetOrdersRequest_MetadataEntry;
14329
+ fromPartial(object: DeepPartial_79<GetOrdersRequest_MetadataEntry>): GetOrdersRequest_MetadataEntry;
14330
+ };
14331
+
14332
+ declare interface GetOrdersResponse {
14333
+ orders: Order[];
14334
+ }
14335
+
14336
+ declare const GetOrdersResponse: {
14337
+ $type: "devvit.plugin.payments.v1alpha.GetOrdersResponse";
14338
+ encode(message: GetOrdersResponse, writer?: _m0.Writer): _m0.Writer;
14339
+ decode(input: _m0.Reader | Uint8Array, length?: number): GetOrdersResponse;
14340
+ fromJSON(object: any): GetOrdersResponse;
14341
+ toJSON(message: GetOrdersResponse): unknown;
14342
+ create(base?: DeepPartial_79<GetOrdersResponse>): GetOrdersResponse;
14343
+ fromPartial(object: DeepPartial_79<GetOrdersResponse>): GetOrdersResponse;
14344
+ };
14345
+
14221
14346
  export declare type GetPageRevisionsOptions = {
14222
14347
  /** The name of the subreddit the page is in. */
14223
14348
  subredditName: string;
@@ -14253,6 +14378,54 @@ export declare type GetPrivateMessagesOptions = Prettify<{
14253
14378
  type?: 'inbox' | 'unread' | 'sent';
14254
14379
  } & ListingFetchOptions>;
14255
14380
 
14381
+ declare interface GetProductsRequest {
14382
+ /** if empty, all products will be returned */
14383
+ skus: string[];
14384
+ /** metadata to filter on. these values are combined via AND */
14385
+ metadata: {
14386
+ [key: string]: string;
14387
+ };
14388
+ }
14389
+
14390
+ declare const GetProductsRequest: {
14391
+ $type: "devvit.plugin.payments.v1alpha.GetProductsRequest";
14392
+ encode(message: GetProductsRequest, writer?: _m0.Writer): _m0.Writer;
14393
+ decode(input: _m0.Reader | Uint8Array, length?: number): GetProductsRequest;
14394
+ fromJSON(object: any): GetProductsRequest;
14395
+ toJSON(message: GetProductsRequest): unknown;
14396
+ create(base?: DeepPartial_79<GetProductsRequest>): GetProductsRequest;
14397
+ fromPartial(object: DeepPartial_79<GetProductsRequest>): GetProductsRequest;
14398
+ };
14399
+
14400
+ declare interface GetProductsRequest_MetadataEntry {
14401
+ key: string;
14402
+ value: string;
14403
+ }
14404
+
14405
+ declare const GetProductsRequest_MetadataEntry: {
14406
+ $type: "devvit.plugin.payments.v1alpha.GetProductsRequest.MetadataEntry";
14407
+ encode(message: GetProductsRequest_MetadataEntry, writer?: _m0.Writer): _m0.Writer;
14408
+ decode(input: _m0.Reader | Uint8Array, length?: number): GetProductsRequest_MetadataEntry;
14409
+ fromJSON(object: any): GetProductsRequest_MetadataEntry;
14410
+ toJSON(message: GetProductsRequest_MetadataEntry): unknown;
14411
+ create(base?: DeepPartial_79<GetProductsRequest_MetadataEntry>): GetProductsRequest_MetadataEntry;
14412
+ fromPartial(object: DeepPartial_79<GetProductsRequest_MetadataEntry>): GetProductsRequest_MetadataEntry;
14413
+ };
14414
+
14415
+ declare interface GetProductsResponse {
14416
+ products: Product[];
14417
+ }
14418
+
14419
+ declare const GetProductsResponse: {
14420
+ $type: "devvit.plugin.payments.v1alpha.GetProductsResponse";
14421
+ encode(message: GetProductsResponse, writer?: _m0.Writer): _m0.Writer;
14422
+ decode(input: _m0.Reader | Uint8Array, length?: number): GetProductsResponse;
14423
+ fromJSON(object: any): GetProductsResponse;
14424
+ toJSON(message: GetProductsResponse): unknown;
14425
+ create(base?: DeepPartial_79<GetProductsResponse>): GetProductsResponse;
14426
+ fromPartial(object: DeepPartial_79<GetProductsResponse>): GetProductsResponse;
14427
+ };
14428
+
14256
14429
  declare interface GetProfileRequest {
14257
14430
  profileId: string;
14258
14431
  }
@@ -15029,8 +15202,8 @@ declare const HandleUIEventRequest: {
15029
15202
  decode(input: _m0.Reader | Uint8Array, length?: number): HandleUIEventRequest;
15030
15203
  fromJSON(object: any): HandleUIEventRequest;
15031
15204
  toJSON(message: HandleUIEventRequest): unknown;
15032
- create(base?: DeepPartial_97<HandleUIEventRequest>): HandleUIEventRequest;
15033
- fromPartial(object: DeepPartial_97<HandleUIEventRequest>): HandleUIEventRequest;
15205
+ create(base?: DeepPartial_100<HandleUIEventRequest>): HandleUIEventRequest;
15206
+ fromPartial(object: DeepPartial_100<HandleUIEventRequest>): HandleUIEventRequest;
15034
15207
  };
15035
15208
 
15036
15209
  /** @deprecated */
@@ -15047,8 +15220,8 @@ declare const HandleUIEventResponse: {
15047
15220
  decode(input: _m0.Reader | Uint8Array, length?: number): HandleUIEventResponse;
15048
15221
  fromJSON(object: any): HandleUIEventResponse;
15049
15222
  toJSON(message: HandleUIEventResponse): unknown;
15050
- create(base?: DeepPartial_97<HandleUIEventResponse>): HandleUIEventResponse;
15051
- fromPartial(object: DeepPartial_97<HandleUIEventResponse>): HandleUIEventResponse;
15223
+ create(base?: DeepPartial_100<HandleUIEventResponse>): HandleUIEventResponse;
15224
+ fromPartial(object: DeepPartial_100<HandleUIEventResponse>): HandleUIEventResponse;
15052
15225
  };
15053
15226
 
15054
15227
  declare interface HDelRequest {
@@ -15065,8 +15238,8 @@ declare const HDelRequest: {
15065
15238
  decode(input: _m0.Reader | Uint8Array, length?: number): HDelRequest;
15066
15239
  fromJSON(object: any): HDelRequest;
15067
15240
  toJSON(message: HDelRequest): unknown;
15068
- create(base?: DeepPartial_84<HDelRequest>): HDelRequest;
15069
- fromPartial(object: DeepPartial_84<HDelRequest>): HDelRequest;
15241
+ create(base?: DeepPartial_87<HDelRequest>): HDelRequest;
15242
+ fromPartial(object: DeepPartial_87<HDelRequest>): HDelRequest;
15070
15243
  };
15071
15244
 
15072
15245
  /**
@@ -15135,8 +15308,8 @@ declare const HealthDefinition: {
15135
15308
  decode(input: _m0.Reader | Uint8Array, length?: number): HealthStatus;
15136
15309
  fromJSON(object: any): HealthStatus;
15137
15310
  toJSON(message: HealthStatus): unknown;
15138
- create(base?: DeepPartial_107<HealthStatus>): HealthStatus;
15139
- fromPartial(object: DeepPartial_107<HealthStatus>): HealthStatus;
15311
+ create(base?: DeepPartial_110<HealthStatus>): HealthStatus;
15312
+ fromPartial(object: DeepPartial_110<HealthStatus>): HealthStatus;
15140
15313
  };
15141
15314
  readonly responseStream: false;
15142
15315
  readonly options: {};
@@ -15157,8 +15330,8 @@ declare const HealthStatus: {
15157
15330
  decode(input: _m0.Reader | Uint8Array, length?: number): HealthStatus;
15158
15331
  fromJSON(object: any): HealthStatus;
15159
15332
  toJSON(message: HealthStatus): unknown;
15160
- create(base?: DeepPartial_107<HealthStatus>): HealthStatus;
15161
- fromPartial(object: DeepPartial_107<HealthStatus>): HealthStatus;
15333
+ create(base?: DeepPartial_110<HealthStatus>): HealthStatus;
15334
+ fromPartial(object: DeepPartial_110<HealthStatus>): HealthStatus;
15162
15335
  };
15163
15336
 
15164
15337
  /**
@@ -15231,8 +15404,8 @@ declare const HGetRequest: {
15231
15404
  decode(input: _m0.Reader | Uint8Array, length?: number): HGetRequest;
15232
15405
  fromJSON(object: any): HGetRequest;
15233
15406
  toJSON(message: HGetRequest): unknown;
15234
- create(base?: DeepPartial_84<HGetRequest>): HGetRequest;
15235
- fromPartial(object: DeepPartial_84<HGetRequest>): HGetRequest;
15407
+ create(base?: DeepPartial_87<HGetRequest>): HGetRequest;
15408
+ fromPartial(object: DeepPartial_87<HGetRequest>): HGetRequest;
15236
15409
  };
15237
15410
 
15238
15411
  declare interface HideWikiPageRevisionRequest {
@@ -15336,8 +15509,8 @@ declare const HIncrByRequest: {
15336
15509
  decode(input: _m0.Reader | Uint8Array, length?: number): HIncrByRequest;
15337
15510
  fromJSON(object: any): HIncrByRequest;
15338
15511
  toJSON(message: HIncrByRequest): unknown;
15339
- create(base?: DeepPartial_84<HIncrByRequest>): HIncrByRequest;
15340
- fromPartial(object: DeepPartial_84<HIncrByRequest>): HIncrByRequest;
15512
+ create(base?: DeepPartial_87<HIncrByRequest>): HIncrByRequest;
15513
+ fromPartial(object: DeepPartial_87<HIncrByRequest>): HIncrByRequest;
15341
15514
  };
15342
15515
 
15343
15516
  /**
@@ -15366,8 +15539,8 @@ declare const HScanRequest: {
15366
15539
  decode(input: _m0.Reader | Uint8Array, length?: number): HScanRequest;
15367
15540
  fromJSON(object: any): HScanRequest;
15368
15541
  toJSON(message: HScanRequest): unknown;
15369
- create(base?: DeepPartial_84<HScanRequest>): HScanRequest;
15370
- fromPartial(object: DeepPartial_84<HScanRequest>): HScanRequest;
15542
+ create(base?: DeepPartial_87<HScanRequest>): HScanRequest;
15543
+ fromPartial(object: DeepPartial_87<HScanRequest>): HScanRequest;
15371
15544
  };
15372
15545
 
15373
15546
  declare interface HScanResponse {
@@ -15381,8 +15554,8 @@ declare const HScanResponse: {
15381
15554
  decode(input: _m0.Reader | Uint8Array, length?: number): HScanResponse;
15382
15555
  fromJSON(object: any): HScanResponse;
15383
15556
  toJSON(message: HScanResponse): unknown;
15384
- create(base?: DeepPartial_84<HScanResponse>): HScanResponse;
15385
- fromPartial(object: DeepPartial_84<HScanResponse>): HScanResponse;
15557
+ create(base?: DeepPartial_87<HScanResponse>): HScanResponse;
15558
+ fromPartial(object: DeepPartial_87<HScanResponse>): HScanResponse;
15386
15559
  };
15387
15560
 
15388
15561
  declare interface HSetRequest {
@@ -15399,8 +15572,8 @@ declare const HSetRequest: {
15399
15572
  decode(input: _m0.Reader | Uint8Array, length?: number): HSetRequest;
15400
15573
  fromJSON(object: any): HSetRequest;
15401
15574
  toJSON(message: HSetRequest): unknown;
15402
- create(base?: DeepPartial_84<HSetRequest>): HSetRequest;
15403
- fromPartial(object: DeepPartial_84<HSetRequest>): HSetRequest;
15575
+ create(base?: DeepPartial_87<HSetRequest>): HSetRequest;
15576
+ fromPartial(object: DeepPartial_87<HSetRequest>): HSetRequest;
15404
15577
  };
15405
15578
 
15406
15579
  declare interface HTTP {
@@ -15532,8 +15705,8 @@ declare const IncrByRequest: {
15532
15705
  decode(input: _m0.Reader | Uint8Array, length?: number): IncrByRequest;
15533
15706
  fromJSON(object: any): IncrByRequest;
15534
15707
  toJSON(message: IncrByRequest): unknown;
15535
- create(base?: DeepPartial_84<IncrByRequest>): IncrByRequest;
15536
- fromPartial(object: DeepPartial_84<IncrByRequest>): IncrByRequest;
15708
+ create(base?: DeepPartial_87<IncrByRequest>): IncrByRequest;
15709
+ fromPartial(object: DeepPartial_87<IncrByRequest>): IncrByRequest;
15537
15710
  };
15538
15711
 
15539
15712
  declare interface InfoRequest {
@@ -15732,8 +15905,8 @@ declare const InstallationInfo: {
15732
15905
  decode(input: _m0.Reader | Uint8Array, length?: number): InstallationInfo;
15733
15906
  fromJSON(object: any): InstallationInfo;
15734
15907
  toJSON(message: InstallationInfo): unknown;
15735
- create(base?: DeepPartial_96<InstallationInfo>): InstallationInfo;
15736
- fromPartial(object: DeepPartial_96<InstallationInfo>): InstallationInfo;
15908
+ create(base?: DeepPartial_99<InstallationInfo>): InstallationInfo;
15909
+ fromPartial(object: DeepPartial_99<InstallationInfo>): InstallationInfo;
15737
15910
  };
15738
15911
 
15739
15912
  declare interface InstallationLocationInfo {
@@ -15755,8 +15928,8 @@ declare const InstallationLocationInfo: {
15755
15928
  decode(input: _m0.Reader | Uint8Array, length?: number): InstallationLocationInfo;
15756
15929
  fromJSON(object: any): InstallationLocationInfo;
15757
15930
  toJSON(message: InstallationLocationInfo): unknown;
15758
- create(base?: DeepPartial_96<InstallationLocationInfo>): InstallationLocationInfo;
15759
- fromPartial(object: DeepPartial_96<InstallationLocationInfo>): InstallationLocationInfo;
15931
+ create(base?: DeepPartial_99<InstallationLocationInfo>): InstallationLocationInfo;
15932
+ fromPartial(object: DeepPartial_99<InstallationLocationInfo>): InstallationLocationInfo;
15760
15933
  };
15761
15934
 
15762
15935
  declare interface InstallationPurgeRequest {
@@ -16593,8 +16766,8 @@ declare const KeepAliveMessage: {
16593
16766
  decode(input: _m0.Reader | Uint8Array, length?: number): KeepAliveMessage;
16594
16767
  fromJSON(object: any): KeepAliveMessage;
16595
16768
  toJSON(message: KeepAliveMessage): unknown;
16596
- create(base?: DeepPartial_85<KeepAliveMessage>): KeepAliveMessage;
16597
- fromPartial(object: DeepPartial_85<KeepAliveMessage>): KeepAliveMessage;
16769
+ create(base?: DeepPartial_88<KeepAliveMessage>): KeepAliveMessage;
16770
+ fromPartial(object: DeepPartial_88<KeepAliveMessage>): KeepAliveMessage;
16598
16771
  };
16599
16772
 
16600
16773
  declare interface KeyRangeRequest {
@@ -16612,8 +16785,8 @@ declare const KeyRangeRequest: {
16612
16785
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRangeRequest;
16613
16786
  fromJSON(object: any): KeyRangeRequest;
16614
16787
  toJSON(message: KeyRangeRequest): unknown;
16615
- create(base?: DeepPartial_84<KeyRangeRequest>): KeyRangeRequest;
16616
- fromPartial(object: DeepPartial_84<KeyRangeRequest>): KeyRangeRequest;
16788
+ create(base?: DeepPartial_87<KeyRangeRequest>): KeyRangeRequest;
16789
+ fromPartial(object: DeepPartial_87<KeyRangeRequest>): KeyRangeRequest;
16617
16790
  };
16618
16791
 
16619
16792
  declare interface KeyRequest {
@@ -16629,8 +16802,8 @@ declare const KeyRequest: {
16629
16802
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
16630
16803
  fromJSON(object: any): KeyRequest;
16631
16804
  toJSON(message: KeyRequest): unknown;
16632
- create(base?: DeepPartial_84<KeyRequest>): KeyRequest;
16633
- fromPartial(object: DeepPartial_84<KeyRequest>): KeyRequest;
16805
+ create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
16806
+ fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
16634
16807
  };
16635
16808
 
16636
16809
  declare interface KeySet {
@@ -16660,8 +16833,8 @@ declare const KeysRequest: {
16660
16833
  decode(input: _m0.Reader | Uint8Array, length?: number): KeysRequest;
16661
16834
  fromJSON(object: any): KeysRequest;
16662
16835
  toJSON(message: KeysRequest): unknown;
16663
- create(base?: DeepPartial_84<KeysRequest>): KeysRequest;
16664
- fromPartial(object: DeepPartial_84<KeysRequest>): KeysRequest;
16836
+ create(base?: DeepPartial_87<KeysRequest>): KeysRequest;
16837
+ fromPartial(object: DeepPartial_87<KeysRequest>): KeysRequest;
16665
16838
  };
16666
16839
 
16667
16840
  declare interface KeysResponse {
@@ -16674,8 +16847,8 @@ declare const KeysResponse: {
16674
16847
  decode(input: _m0.Reader | Uint8Array, length?: number): KeysResponse;
16675
16848
  fromJSON(object: any): KeysResponse;
16676
16849
  toJSON(message: KeysResponse): unknown;
16677
- create(base?: DeepPartial_84<KeysResponse>): KeysResponse;
16678
- fromPartial(object: DeepPartial_84<KeysResponse>): KeysResponse;
16850
+ create(base?: DeepPartial_87<KeysResponse>): KeysResponse;
16851
+ fromPartial(object: DeepPartial_87<KeysResponse>): KeysResponse;
16679
16852
  };
16680
16853
 
16681
16854
  declare interface KeyValuesRequest {
@@ -16691,8 +16864,8 @@ declare const KeyValuesRequest: {
16691
16864
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyValuesRequest;
16692
16865
  fromJSON(object: any): KeyValuesRequest;
16693
16866
  toJSON(message: KeyValuesRequest): unknown;
16694
- create(base?: DeepPartial_84<KeyValuesRequest>): KeyValuesRequest;
16695
- fromPartial(object: DeepPartial_84<KeyValuesRequest>): KeyValuesRequest;
16867
+ create(base?: DeepPartial_87<KeyValuesRequest>): KeyValuesRequest;
16868
+ fromPartial(object: DeepPartial_87<KeyValuesRequest>): KeyValuesRequest;
16696
16869
  };
16697
16870
 
16698
16871
  export declare type KVStore = {
@@ -19922,8 +20095,8 @@ declare const ListActionRequest: {
19922
20095
  decode(input: _m0.Reader | Uint8Array, length?: number): ListActionRequest;
19923
20096
  fromJSON(object: any): ListActionRequest;
19924
20097
  toJSON(message: ListActionRequest): unknown;
19925
- create(base?: DeepPartial_87<ListActionRequest>): ListActionRequest;
19926
- fromPartial(object: DeepPartial_87<ListActionRequest>): ListActionRequest;
20098
+ create(base?: DeepPartial_90<ListActionRequest>): ListActionRequest;
20099
+ fromPartial(object: DeepPartial_90<ListActionRequest>): ListActionRequest;
19927
20100
  };
19928
20101
 
19929
20102
  declare interface ListActionResponse {
@@ -19936,8 +20109,8 @@ declare const ListActionResponse: {
19936
20109
  decode(input: _m0.Reader | Uint8Array, length?: number): ListActionResponse;
19937
20110
  fromJSON(object: any): ListActionResponse;
19938
20111
  toJSON(message: ListActionResponse): unknown;
19939
- create(base?: DeepPartial_87<ListActionResponse>): ListActionResponse;
19940
- fromPartial(object: DeepPartial_87<ListActionResponse>): ListActionResponse;
20112
+ create(base?: DeepPartial_90<ListActionResponse>): ListActionResponse;
20113
+ fromPartial(object: DeepPartial_90<ListActionResponse>): ListActionResponse;
19941
20114
  };
19942
20115
 
19943
20116
  /**
@@ -23231,8 +23404,8 @@ declare const ListValue: {
23231
23404
  decode(input: _m0.Reader | Uint8Array, length?: number): ListValue;
23232
23405
  fromJSON(object: any): ListValue;
23233
23406
  toJSON(message: ListValue): unknown;
23234
- create(base?: DeepPartial_101<ListValue>): ListValue;
23235
- fromPartial(object: DeepPartial_101<ListValue>): ListValue;
23407
+ create(base?: DeepPartial_104<ListValue>): ListValue;
23408
+ fromPartial(object: DeepPartial_104<ListValue>): ListValue;
23236
23409
  wrap(array: Array<any> | undefined): ListValue;
23237
23410
  unwrap(message: ListValue): Array<any>;
23238
23411
  };
@@ -23610,8 +23783,8 @@ declare const Media: {
23610
23783
  decode(input: _m0.Reader | Uint8Array, length?: number): Media;
23611
23784
  fromJSON(object: any): Media;
23612
23785
  toJSON(message: Media): unknown;
23613
- create(base?: DeepPartial_80<Media>): Media;
23614
- fromPartial(object: DeepPartial_80<Media>): Media;
23786
+ create(base?: DeepPartial_83<Media>): Media;
23787
+ fromPartial(object: DeepPartial_83<Media>): Media;
23615
23788
  };
23616
23789
 
23617
23790
  declare interface Media_RedditVideo {
@@ -23633,8 +23806,8 @@ declare const Media_RedditVideo: {
23633
23806
  decode(input: _m0.Reader | Uint8Array, length?: number): Media_RedditVideo;
23634
23807
  fromJSON(object: any): Media_RedditVideo;
23635
23808
  toJSON(message: Media_RedditVideo): unknown;
23636
- create(base?: DeepPartial_80<Media_RedditVideo>): Media_RedditVideo;
23637
- fromPartial(object: DeepPartial_80<Media_RedditVideo>): Media_RedditVideo;
23809
+ create(base?: DeepPartial_83<Media_RedditVideo>): Media_RedditVideo;
23810
+ fromPartial(object: DeepPartial_83<Media_RedditVideo>): Media_RedditVideo;
23638
23811
  };
23639
23812
 
23640
23813
  export declare type MediaAsset = {
@@ -23862,8 +24035,8 @@ declare const Message: {
23862
24035
  decode(input: _m0.Reader | Uint8Array, length?: number): Message;
23863
24036
  fromJSON(object: any): Message;
23864
24037
  toJSON(message: Message): unknown;
23865
- create(base?: DeepPartial_89<Message>): Message;
23866
- fromPartial(object: DeepPartial_89<Message>): Message;
24038
+ create(base?: DeepPartial_92<Message>): Message;
24039
+ fromPartial(object: DeepPartial_92<Message>): Message;
23867
24040
  };
23868
24041
 
23869
24042
  export declare type MessageData = {
@@ -23985,8 +24158,8 @@ declare const MessageOptions: {
23985
24158
  decode(input: _m0.Reader | Uint8Array, length?: number): MessageOptions;
23986
24159
  fromJSON(object: any): MessageOptions;
23987
24160
  toJSON(message: MessageOptions): unknown;
23988
- create(base?: DeepPartial_102<MessageOptions>): MessageOptions;
23989
- fromPartial(object: DeepPartial_102<MessageOptions>): MessageOptions;
24161
+ create(base?: DeepPartial_105<MessageOptions>): MessageOptions;
24162
+ fromPartial(object: DeepPartial_105<MessageOptions>): MessageOptions;
23990
24163
  };
23991
24164
 
23992
24165
  declare interface MessageSet {
@@ -24056,8 +24229,8 @@ declare const MessageWhereRequest: {
24056
24229
  decode(input: _m0.Reader | Uint8Array, length?: number): MessageWhereRequest;
24057
24230
  fromJSON(object: any): MessageWhereRequest;
24058
24231
  toJSON(message: MessageWhereRequest): unknown;
24059
- create(base?: DeepPartial_82<MessageWhereRequest>): MessageWhereRequest;
24060
- fromPartial(object: DeepPartial_82<MessageWhereRequest>): MessageWhereRequest;
24232
+ create(base?: DeepPartial_85<MessageWhereRequest>): MessageWhereRequest;
24233
+ fromPartial(object: DeepPartial_85<MessageWhereRequest>): MessageWhereRequest;
24061
24234
  };
24062
24235
 
24063
24236
  /** Optional RPC metadata passed with every request. */
@@ -24096,8 +24269,8 @@ declare const MethodDescriptorProto: {
24096
24269
  decode(input: _m0.Reader | Uint8Array, length?: number): MethodDescriptorProto;
24097
24270
  fromJSON(object: any): MethodDescriptorProto;
24098
24271
  toJSON(message: MethodDescriptorProto): unknown;
24099
- create(base?: DeepPartial_102<MethodDescriptorProto>): MethodDescriptorProto;
24100
- fromPartial(object: DeepPartial_102<MethodDescriptorProto>): MethodDescriptorProto;
24272
+ create(base?: DeepPartial_105<MethodDescriptorProto>): MethodDescriptorProto;
24273
+ fromPartial(object: DeepPartial_105<MethodDescriptorProto>): MethodDescriptorProto;
24101
24274
  };
24102
24275
 
24103
24276
  declare interface MethodOptions {
@@ -24121,8 +24294,8 @@ declare const MethodOptions: {
24121
24294
  decode(input: _m0.Reader | Uint8Array, length?: number): MethodOptions;
24122
24295
  fromJSON(object: any): MethodOptions;
24123
24296
  toJSON(message: MethodOptions): unknown;
24124
- create(base?: DeepPartial_102<MethodOptions>): MethodOptions;
24125
- fromPartial(object: DeepPartial_102<MethodOptions>): MethodOptions;
24297
+ create(base?: DeepPartial_105<MethodOptions>): MethodOptions;
24298
+ fromPartial(object: DeepPartial_105<MethodOptions>): MethodOptions;
24126
24299
  };
24127
24300
 
24128
24301
  /**
@@ -28837,8 +29010,8 @@ declare const NestedRule: {
28837
29010
  decode(input: _m0.Reader | Uint8Array, length?: number): NestedRule;
28838
29011
  fromJSON(object: any): NestedRule;
28839
29012
  toJSON(message: NestedRule): unknown;
28840
- create(base?: DeepPartial_106<NestedRule>): NestedRule;
28841
- fromPartial(object: DeepPartial_106<NestedRule>): NestedRule;
29013
+ create(base?: DeepPartial_109<NestedRule>): NestedRule;
29014
+ fromPartial(object: DeepPartial_109<NestedRule>): NestedRule;
28842
29015
  };
28843
29016
 
28844
29017
  /** NEWMODMAIL - https://www.reddit.com/dev/api#section_modmail */
@@ -33915,8 +34088,8 @@ declare const OEmbed_2: {
33915
34088
  decode(input: _m0.Reader | Uint8Array, length?: number): OEmbed_2;
33916
34089
  fromJSON(object: any): OEmbed_2;
33917
34090
  toJSON(message: OEmbed_2): unknown;
33918
- create(base?: DeepPartial_80<OEmbed_2>): OEmbed_2;
33919
- fromPartial(object: DeepPartial_80<OEmbed_2>): OEmbed_2;
34091
+ create(base?: DeepPartial_83<OEmbed_2>): OEmbed_2;
34092
+ fromPartial(object: DeepPartial_83<OEmbed_2>): OEmbed_2;
33920
34093
  };
33921
34094
 
33922
34095
  declare interface OnAccountDelete {
@@ -35929,8 +36102,8 @@ declare const OneofDescriptorProto: {
35929
36102
  decode(input: _m0.Reader | Uint8Array, length?: number): OneofDescriptorProto;
35930
36103
  fromJSON(object: any): OneofDescriptorProto;
35931
36104
  toJSON(message: OneofDescriptorProto): unknown;
35932
- create(base?: DeepPartial_102<OneofDescriptorProto>): OneofDescriptorProto;
35933
- fromPartial(object: DeepPartial_102<OneofDescriptorProto>): OneofDescriptorProto;
36105
+ create(base?: DeepPartial_105<OneofDescriptorProto>): OneofDescriptorProto;
36106
+ fromPartial(object: DeepPartial_105<OneofDescriptorProto>): OneofDescriptorProto;
35934
36107
  };
35935
36108
 
35936
36109
  declare interface OneofOptions {
@@ -35946,8 +36119,8 @@ declare const OneofOptions: {
35946
36119
  decode(input: _m0.Reader | Uint8Array, length?: number): OneofOptions;
35947
36120
  fromJSON(object: any): OneofOptions;
35948
36121
  toJSON(message: OneofOptions): unknown;
35949
- create(base?: DeepPartial_102<OneofOptions>): OneofOptions;
35950
- fromPartial(object: DeepPartial_102<OneofOptions>): OneofOptions;
36122
+ create(base?: DeepPartial_105<OneofOptions>): OneofOptions;
36123
+ fromPartial(object: DeepPartial_105<OneofOptions>): OneofOptions;
35951
36124
  };
35952
36125
 
35953
36126
  declare interface OnModAction {
@@ -38498,6 +38671,43 @@ export declare type OnTriggerRequest = protos.PostFlairUpdate | protos.PostSubmi
38498
38671
 
38499
38672
  export declare type OnValidateHandler<ValueType> = (event: SettingsFormFieldValidatorEvent<ValueType>, context: Devvit.Context) => void | string | Promise<void | string>;
38500
38673
 
38674
+ /** Order represents a purchase made by a user */
38675
+ declare interface Order {
38676
+ /** a unique identifier for the order */
38677
+ id: string;
38678
+ /** where the order is in its lifecycle */
38679
+ status: OrderStatus;
38680
+ /** when the order was created */
38681
+ createdAt?: Date | undefined;
38682
+ /** when the order was last updated */
38683
+ updatedAt?: Date | undefined;
38684
+ /** the products that were ordered */
38685
+ products: Product[];
38686
+ /** whether or not the order was placed in the development sandbox or production */
38687
+ environment: Environment;
38688
+ }
38689
+
38690
+ declare const Order: {
38691
+ $type: "devvit.payments.v1alpha.Order";
38692
+ encode(message: Order, writer?: _m0.Writer): _m0.Writer;
38693
+ decode(input: _m0.Reader | Uint8Array, length?: number): Order;
38694
+ fromJSON(object: any): Order;
38695
+ toJSON(message: Order): unknown;
38696
+ create(base?: DeepPartial_81<Order>): Order;
38697
+ fromPartial(object: DeepPartial_81<Order>): Order;
38698
+ };
38699
+
38700
+ declare enum OrderStatus {
38701
+ ORDER_STATUS_UNSPECIFIED = 0,
38702
+ ORDER_STATUS_NEW = 1,
38703
+ ORDER_STATUS_CREATED = 2,
38704
+ ORDER_STATUS_PAID = 3,
38705
+ ORDER_STATUS_DELIVERED = 4,
38706
+ ORDER_STATUS_CANCELED = 5,
38707
+ ORDER_STATUS_REVERTED = 6,
38708
+ UNRECOGNIZED = -1
38709
+ }
38710
+
38501
38711
  declare interface OrderWidgetsRequest {
38502
38712
  subreddit: string;
38503
38713
  order: string[];
@@ -38663,6 +38873,120 @@ declare type ParticipantSubreddit = {
38663
38873
  name: string;
38664
38874
  };
38665
38875
 
38876
+ /**
38877
+ * PaymentsService provides a plugin for access to devvit's payment platform
38878
+ * These functions can be called by your app to get product or order info
38879
+ */
38880
+ declare interface PaymentsService {
38881
+ /** get all (or filtered) products associated with your app */
38882
+ GetProducts(request: GetProductsRequest, metadata?: Metadata): Promise<GetProductsResponse>;
38883
+ /** get all (or filtered) orders placed for your app */
38884
+ GetOrders(request: GetOrdersRequest, metadata?: Metadata): Promise<GetOrdersResponse>;
38885
+ /** acknowledges an order has been fully delivered. This is used for asynchronous order fullfilment like pre-orders */
38886
+ AcknowledgeOrderDelivery(request: AcknowledgeOrderDeliveryRequest, metadata?: Metadata): Promise<AcknowledgeOrderDeliveryResponse>;
38887
+ }
38888
+
38889
+ declare class PaymentsServiceClientImpl implements PaymentsService {
38890
+ private readonly rpc;
38891
+ private readonly service;
38892
+ constructor(rpc: Rpc_66, opts?: {
38893
+ service?: string;
38894
+ });
38895
+ GetProducts(request: GetProductsRequest, metadata?: Metadata): Promise<GetProductsResponse>;
38896
+ GetOrders(request: GetOrdersRequest, metadata?: Metadata): Promise<GetOrdersResponse>;
38897
+ AcknowledgeOrderDelivery(request: AcknowledgeOrderDeliveryRequest, metadata?: Metadata): Promise<AcknowledgeOrderDeliveryResponse>;
38898
+ }
38899
+
38900
+ /**
38901
+ * PaymentsService provides a plugin for access to devvit's payment platform
38902
+ * These functions can be called by your app to get product or order info
38903
+ */
38904
+ declare type PaymentsServiceDefinition = typeof PaymentsServiceDefinition;
38905
+
38906
+ declare const PaymentsServiceDefinition: {
38907
+ readonly name: "PaymentsService";
38908
+ readonly fullName: "devvit.plugin.payments.v1alpha.PaymentsService";
38909
+ readonly methods: {
38910
+ /** get all (or filtered) products associated with your app */
38911
+ readonly getProducts: {
38912
+ readonly name: "GetProducts";
38913
+ readonly requestType: {
38914
+ $type: "devvit.plugin.payments.v1alpha.GetProductsRequest";
38915
+ encode(message: GetProductsRequest, writer?: _m0.Writer): _m0.Writer;
38916
+ decode(input: _m0.Reader | Uint8Array, length?: number): GetProductsRequest;
38917
+ fromJSON(object: any): GetProductsRequest;
38918
+ toJSON(message: GetProductsRequest): unknown;
38919
+ create(base?: DeepPartial_79<GetProductsRequest>): GetProductsRequest;
38920
+ fromPartial(object: DeepPartial_79<GetProductsRequest>): GetProductsRequest;
38921
+ };
38922
+ readonly requestStream: false;
38923
+ readonly responseType: {
38924
+ $type: "devvit.plugin.payments.v1alpha.GetProductsResponse";
38925
+ encode(message: GetProductsResponse, writer?: _m0.Writer): _m0.Writer;
38926
+ decode(input: _m0.Reader | Uint8Array, length?: number): GetProductsResponse;
38927
+ fromJSON(object: any): GetProductsResponse;
38928
+ toJSON(message: GetProductsResponse): unknown;
38929
+ create(base?: DeepPartial_79<GetProductsResponse>): GetProductsResponse;
38930
+ fromPartial(object: DeepPartial_79<GetProductsResponse>): GetProductsResponse;
38931
+ };
38932
+ readonly responseStream: false;
38933
+ readonly options: {};
38934
+ };
38935
+ /** get all (or filtered) orders placed for your app */
38936
+ readonly getOrders: {
38937
+ readonly name: "GetOrders";
38938
+ readonly requestType: {
38939
+ $type: "devvit.plugin.payments.v1alpha.GetOrdersRequest";
38940
+ encode(message: GetOrdersRequest, writer?: _m0.Writer): _m0.Writer;
38941
+ decode(input: _m0.Reader | Uint8Array, length?: number): GetOrdersRequest;
38942
+ fromJSON(object: any): GetOrdersRequest;
38943
+ toJSON(message: GetOrdersRequest): unknown;
38944
+ create(base?: DeepPartial_79<GetOrdersRequest>): GetOrdersRequest;
38945
+ fromPartial(object: DeepPartial_79<GetOrdersRequest>): GetOrdersRequest;
38946
+ };
38947
+ readonly requestStream: false;
38948
+ readonly responseType: {
38949
+ $type: "devvit.plugin.payments.v1alpha.GetOrdersResponse";
38950
+ encode(message: GetOrdersResponse, writer?: _m0.Writer): _m0.Writer;
38951
+ decode(input: _m0.Reader | Uint8Array, length?: number): GetOrdersResponse;
38952
+ fromJSON(object: any): GetOrdersResponse;
38953
+ toJSON(message: GetOrdersResponse): unknown;
38954
+ create(base?: DeepPartial_79<GetOrdersResponse>): GetOrdersResponse;
38955
+ fromPartial(object: DeepPartial_79<GetOrdersResponse>): GetOrdersResponse;
38956
+ };
38957
+ readonly responseStream: false;
38958
+ readonly options: {};
38959
+ };
38960
+ /** acknowledges an order has been fully delivered. This is used for asynchronous order fullfilment like pre-orders */
38961
+ readonly acknowledgeOrderDelivery: {
38962
+ readonly name: "AcknowledgeOrderDelivery";
38963
+ readonly requestType: {
38964
+ $type: "devvit.plugin.payments.v1alpha.AcknowledgeOrderDeliveryRequest";
38965
+ encode(message: AcknowledgeOrderDeliveryRequest, writer?: _m0.Writer): _m0.Writer;
38966
+ decode(input: _m0.Reader | Uint8Array, length?: number): AcknowledgeOrderDeliveryRequest;
38967
+ fromJSON(object: any): AcknowledgeOrderDeliveryRequest;
38968
+ toJSON(message: AcknowledgeOrderDeliveryRequest): unknown;
38969
+ create(base?: DeepPartial_79<AcknowledgeOrderDeliveryRequest>): AcknowledgeOrderDeliveryRequest;
38970
+ fromPartial(object: DeepPartial_79<AcknowledgeOrderDeliveryRequest>): AcknowledgeOrderDeliveryRequest;
38971
+ };
38972
+ readonly requestStream: false;
38973
+ readonly responseType: {
38974
+ $type: "devvit.plugin.payments.v1alpha.AcknowledgeOrderDeliveryResponse";
38975
+ encode(_: AcknowledgeOrderDeliveryResponse, writer?: _m0.Writer): _m0.Writer;
38976
+ decode(input: _m0.Reader | Uint8Array, length?: number): AcknowledgeOrderDeliveryResponse;
38977
+ fromJSON(_: any): AcknowledgeOrderDeliveryResponse;
38978
+ toJSON(_: AcknowledgeOrderDeliveryResponse): unknown;
38979
+ create(base?: DeepPartial_79<AcknowledgeOrderDeliveryResponse>): AcknowledgeOrderDeliveryResponse;
38980
+ fromPartial(_: DeepPartial_79<AcknowledgeOrderDeliveryResponse>): AcknowledgeOrderDeliveryResponse;
38981
+ };
38982
+ readonly responseStream: false;
38983
+ readonly options: {};
38984
+ };
38985
+ };
38986
+ };
38987
+
38988
+ declare const PaymentsServiceServiceName = "devvit.plugin.payments.v1alpha.PaymentsService";
38989
+
38666
38990
  declare enum Permission {
38667
38991
  SYSTEM = 0,
38668
38992
  HTTP = 1,
@@ -38681,8 +39005,8 @@ declare const PermissionConfig: {
38681
39005
  decode(input: _m0.Reader | Uint8Array, length?: number): PermissionConfig;
38682
39006
  fromJSON(object: any): PermissionConfig;
38683
39007
  toJSON(message: PermissionConfig): unknown;
38684
- create(base?: DeepPartial_106<PermissionConfig>): PermissionConfig;
38685
- fromPartial(object: DeepPartial_106<PermissionConfig>): PermissionConfig;
39008
+ create(base?: DeepPartial_109<PermissionConfig>): PermissionConfig;
39009
+ fromPartial(object: DeepPartial_109<PermissionConfig>): PermissionConfig;
38686
39010
  };
38687
39011
 
38688
39012
  declare function permissionFromJSON(object: any): Permission;
@@ -38697,8 +39021,8 @@ declare const PermissionList: {
38697
39021
  decode(input: _m0.Reader | Uint8Array, length?: number): PermissionList;
38698
39022
  fromJSON(object: any): PermissionList;
38699
39023
  toJSON(message: PermissionList): unknown;
38700
- create(base?: DeepPartial_106<PermissionList>): PermissionList;
38701
- fromPartial(object: DeepPartial_106<PermissionList>): PermissionList;
39024
+ create(base?: DeepPartial_109<PermissionList>): PermissionList;
39025
+ fromPartial(object: DeepPartial_109<PermissionList>): PermissionList;
38702
39026
  };
38703
39027
 
38704
39028
  declare interface PermissionOrRule {
@@ -38713,8 +39037,8 @@ declare const PermissionOrRule: {
38713
39037
  decode(input: _m0.Reader | Uint8Array, length?: number): PermissionOrRule;
38714
39038
  fromJSON(object: any): PermissionOrRule;
38715
39039
  toJSON(message: PermissionOrRule): unknown;
38716
- create(base?: DeepPartial_106<PermissionOrRule>): PermissionOrRule;
38717
- fromPartial(object: DeepPartial_106<PermissionOrRule>): PermissionOrRule;
39040
+ create(base?: DeepPartial_109<PermissionOrRule>): PermissionOrRule;
39041
+ fromPartial(object: DeepPartial_109<PermissionOrRule>): PermissionOrRule;
38718
39042
  };
38719
39043
 
38720
39044
  declare function permissionToJSON(object: Permission): number;
@@ -39010,8 +39334,8 @@ declare const Post_2: {
39010
39334
  decode(input: _m0.Reader | Uint8Array, length?: number): Post_2;
39011
39335
  fromJSON(object: any): Post_2;
39012
39336
  toJSON(message: Post_2): unknown;
39013
- create(base?: DeepPartial_80<Post_2>): Post_2;
39014
- fromPartial(object: DeepPartial_80<Post_2>): Post_2;
39337
+ create(base?: DeepPartial_83<Post_2>): Post_2;
39338
+ fromPartial(object: DeepPartial_83<Post_2>): Post_2;
39015
39339
  };
39016
39340
 
39017
39341
  declare const POST_LINK_ELEMENT = "p/";
@@ -39758,8 +40082,8 @@ declare const PostFilterDefinition: {
39758
40082
  decode(input: _m0.Reader | Uint8Array, length?: number): PostFilterRequest;
39759
40083
  fromJSON(object: any): PostFilterRequest;
39760
40084
  toJSON(message: PostFilterRequest): unknown;
39761
- create(base?: DeepPartial_81<PostFilterRequest>): PostFilterRequest;
39762
- fromPartial(object: DeepPartial_81<PostFilterRequest>): PostFilterRequest;
40085
+ create(base?: DeepPartial_84<PostFilterRequest>): PostFilterRequest;
40086
+ fromPartial(object: DeepPartial_84<PostFilterRequest>): PostFilterRequest;
39763
40087
  };
39764
40088
  readonly requestStream: false;
39765
40089
  readonly responseType: {
@@ -39768,8 +40092,8 @@ declare const PostFilterDefinition: {
39768
40092
  decode(input: _m0.Reader | Uint8Array, length?: number): Response_2;
39769
40093
  fromJSON(object: any): Response_2;
39770
40094
  toJSON(message: Response_2): unknown;
39771
- create(base?: DeepPartial_81<Response_2>): Response_2;
39772
- fromPartial(object: DeepPartial_81<Response_2>): Response_2;
40095
+ create(base?: DeepPartial_84<Response_2>): Response_2;
40096
+ fromPartial(object: DeepPartial_84<Response_2>): Response_2;
39773
40097
  };
39774
40098
  readonly responseStream: false;
39775
40099
  readonly options: {};
@@ -39787,8 +40111,8 @@ declare const PostFilterRequest: {
39787
40111
  decode(input: _m0.Reader | Uint8Array, length?: number): PostFilterRequest;
39788
40112
  fromJSON(object: any): PostFilterRequest;
39789
40113
  toJSON(message: PostFilterRequest): unknown;
39790
- create(base?: DeepPartial_81<PostFilterRequest>): PostFilterRequest;
39791
- fromPartial(object: DeepPartial_81<PostFilterRequest>): PostFilterRequest;
40114
+ create(base?: DeepPartial_84<PostFilterRequest>): PostFilterRequest;
40115
+ fromPartial(object: DeepPartial_84<PostFilterRequest>): PostFilterRequest;
39792
40116
  };
39793
40117
 
39794
40118
  declare const PostFilterServiceName = "devvit.actor.reddit.PostFilter";
@@ -40071,8 +40395,8 @@ declare const Preview: {
40071
40395
  decode(input: _m0.Reader | Uint8Array, length?: number): Preview;
40072
40396
  fromJSON(object: any): Preview;
40073
40397
  toJSON(message: Preview): unknown;
40074
- create(base?: DeepPartial_80<Preview>): Preview;
40075
- fromPartial(object: DeepPartial_80<Preview>): Preview;
40398
+ create(base?: DeepPartial_83<Preview>): Preview;
40399
+ fromPartial(object: DeepPartial_83<Preview>): Preview;
40076
40400
  };
40077
40401
 
40078
40402
  declare interface Preview_PreviewImage {
@@ -40088,8 +40412,8 @@ declare const Preview_PreviewImage: {
40088
40412
  decode(input: _m0.Reader | Uint8Array, length?: number): Preview_PreviewImage;
40089
40413
  fromJSON(object: any): Preview_PreviewImage;
40090
40414
  toJSON(message: Preview_PreviewImage): unknown;
40091
- create(base?: DeepPartial_80<Preview_PreviewImage>): Preview_PreviewImage;
40092
- fromPartial(object: DeepPartial_80<Preview_PreviewImage>): Preview_PreviewImage;
40415
+ create(base?: DeepPartial_83<Preview_PreviewImage>): Preview_PreviewImage;
40416
+ fromPartial(object: DeepPartial_83<Preview_PreviewImage>): Preview_PreviewImage;
40093
40417
  };
40094
40418
 
40095
40419
  declare interface Preview_PreviewImage_Image {
@@ -40104,8 +40428,8 @@ declare const Preview_PreviewImage_Image: {
40104
40428
  decode(input: _m0.Reader | Uint8Array, length?: number): Preview_PreviewImage_Image;
40105
40429
  fromJSON(object: any): Preview_PreviewImage_Image;
40106
40430
  toJSON(message: Preview_PreviewImage_Image): unknown;
40107
- create(base?: DeepPartial_80<Preview_PreviewImage_Image>): Preview_PreviewImage_Image;
40108
- fromPartial(object: DeepPartial_80<Preview_PreviewImage_Image>): Preview_PreviewImage_Image;
40431
+ create(base?: DeepPartial_83<Preview_PreviewImage_Image>): Preview_PreviewImage_Image;
40432
+ fromPartial(object: DeepPartial_83<Preview_PreviewImage_Image>): Preview_PreviewImage_Image;
40109
40433
  };
40110
40434
 
40111
40435
  export declare class PrivateMessage {
@@ -40902,8 +41226,8 @@ declare const ProducerDefinition: {
40902
41226
  decode(input: _m0.Reader | Uint8Array, length?: number): Args;
40903
41227
  fromJSON(object: any): Args;
40904
41228
  toJSON(message: Args): unknown;
40905
- create(base?: DeepPartial_83<Args>): Args;
40906
- fromPartial(object: DeepPartial_83<Args>): Args;
41229
+ create(base?: DeepPartial_86<Args>): Args;
41230
+ fromPartial(object: DeepPartial_86<Args>): Args;
40907
41231
  };
40908
41232
  readonly requestStream: false;
40909
41233
  readonly responseType: {
@@ -40912,8 +41236,8 @@ declare const ProducerDefinition: {
40912
41236
  decode(input: _m0.Reader | Uint8Array, length?: number): Arg;
40913
41237
  fromJSON(object: any): Arg;
40914
41238
  toJSON(message: Arg): unknown;
40915
- create(base?: DeepPartial_83<Arg>): Arg;
40916
- fromPartial(object: DeepPartial_83<Arg>): Arg;
41239
+ create(base?: DeepPartial_86<Arg>): Arg;
41240
+ fromPartial(object: DeepPartial_86<Arg>): Arg;
40917
41241
  };
40918
41242
  readonly responseStream: true;
40919
41243
  readonly options: {};
@@ -40923,6 +41247,44 @@ declare const ProducerDefinition: {
40923
41247
 
40924
41248
  declare const ProducerServiceName = "devvit.actor.producer.Producer";
40925
41249
 
41250
+ declare interface Product {
41251
+ /** the developer defined identifer for the product */
41252
+ sku: string;
41253
+ /** the price of the product */
41254
+ price?: ProductPrice | undefined;
41255
+ /** whether or not this product is defined for sandbox or production purchases */
41256
+ environment: Environment;
41257
+ /** tags associated with the product */
41258
+ productMetadata: {
41259
+ [key: string]: string;
41260
+ };
41261
+ }
41262
+
41263
+ declare const Product: {
41264
+ $type: "devvit.payments.v1alpha.Product";
41265
+ encode(message: Product, writer?: _m0.Writer): _m0.Writer;
41266
+ decode(input: _m0.Reader | Uint8Array, length?: number): Product;
41267
+ fromJSON(object: any): Product;
41268
+ toJSON(message: Product): unknown;
41269
+ create(base?: DeepPartial_80<Product>): Product;
41270
+ fromPartial(object: DeepPartial_80<Product>): Product;
41271
+ };
41272
+
41273
+ declare interface ProductPrice {
41274
+ amount: number;
41275
+ currency: Currency;
41276
+ }
41277
+
41278
+ declare const ProductPrice: {
41279
+ $type: "devvit.payments.v1alpha.ProductPrice";
41280
+ encode(message: ProductPrice, writer?: _m0.Writer): _m0.Writer;
41281
+ decode(input: _m0.Reader | Uint8Array, length?: number): ProductPrice;
41282
+ fromJSON(object: any): ProductPrice;
41283
+ toJSON(message: ProductPrice): unknown;
41284
+ create(base?: DeepPartial_80<ProductPrice>): ProductPrice;
41285
+ fromPartial(object: DeepPartial_80<ProductPrice>): ProductPrice;
41286
+ };
41287
+
40926
41288
  declare namespace protos {
40927
41289
  export {
40928
41290
  ActorDefinition,
@@ -41511,6 +41873,9 @@ declare namespace protos {
41511
41873
  UIEventHandlerServiceName,
41512
41874
  UIEventHandlerClientImpl,
41513
41875
  UIEventHandlerDefinition,
41876
+ uIEventScopeFromJSON,
41877
+ uIEventScopeToJSON,
41878
+ UIEventScope,
41514
41879
  UIEvent,
41515
41880
  BlockingRenderEvent,
41516
41881
  ResizeEvent,
@@ -42168,10 +42533,22 @@ declare namespace protos {
42168
42533
  OnAccountDeleteServiceName,
42169
42534
  OnAccountDeleteClientImpl,
42170
42535
  OnAccountDeleteDefinition,
42536
+ GetProductsRequest,
42537
+ GetProductsRequest_MetadataEntry,
42538
+ GetProductsResponse,
42539
+ GetOrdersRequest,
42540
+ GetOrdersRequest_MetadataEntry,
42541
+ GetOrdersResponse,
42542
+ AcknowledgeOrderDeliveryRequest,
42543
+ AcknowledgeOrderDeliveryResponse,
42544
+ PaymentsService,
42545
+ PaymentsServiceServiceName,
42546
+ PaymentsServiceClientImpl,
42547
+ PaymentsServiceDefinition,
42171
42548
  Metadata,
42172
42549
  Definition,
42173
42550
  MethodDefinition,
42174
- Rpc_66 as Rpc
42551
+ Rpc_67 as Rpc
42175
42552
  }
42176
42553
  }
42177
42554
 
@@ -42251,8 +42628,8 @@ declare const ReadAllMessagesRequest: {
42251
42628
  decode(input: _m0.Reader | Uint8Array, length?: number): ReadAllMessagesRequest;
42252
42629
  fromJSON(object: any): ReadAllMessagesRequest;
42253
42630
  toJSON(message: ReadAllMessagesRequest): unknown;
42254
- create(base?: DeepPartial_82<ReadAllMessagesRequest>): ReadAllMessagesRequest;
42255
- fromPartial(object: DeepPartial_82<ReadAllMessagesRequest>): ReadAllMessagesRequest;
42631
+ create(base?: DeepPartial_85<ReadAllMessagesRequest>): ReadAllMessagesRequest;
42632
+ fromPartial(object: DeepPartial_85<ReadAllMessagesRequest>): ReadAllMessagesRequest;
42256
42633
  };
42257
42634
 
42258
42635
  declare interface Realtime {
@@ -44135,8 +44512,8 @@ declare const RedditPostGallery: {
44135
44512
  decode(input: _m0.Reader | Uint8Array, length?: number): RedditPostGallery;
44136
44513
  fromJSON(object: any): RedditPostGallery;
44137
44514
  toJSON(message: RedditPostGallery): unknown;
44138
- create(base?: DeepPartial_80<RedditPostGallery>): RedditPostGallery;
44139
- fromPartial(object: DeepPartial_80<RedditPostGallery>): RedditPostGallery;
44515
+ create(base?: DeepPartial_83<RedditPostGallery>): RedditPostGallery;
44516
+ fromPartial(object: DeepPartial_83<RedditPostGallery>): RedditPostGallery;
44140
44517
  };
44141
44518
 
44142
44519
  /**
@@ -44324,8 +44701,8 @@ declare const RedisAPIDefinition: {
44324
44701
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
44325
44702
  fromJSON(object: any): KeyRequest;
44326
44703
  toJSON(message: KeyRequest): unknown;
44327
- create(base?: DeepPartial_84<KeyRequest>): KeyRequest;
44328
- fromPartial(object: DeepPartial_84<KeyRequest>): KeyRequest;
44704
+ create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
44705
+ fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
44329
44706
  };
44330
44707
  readonly requestStream: false;
44331
44708
  readonly responseType: {
@@ -44352,8 +44729,8 @@ declare const RedisAPIDefinition: {
44352
44729
  decode(input: _m0.Reader | Uint8Array, length?: number): SetRequest;
44353
44730
  fromJSON(object: any): SetRequest;
44354
44731
  toJSON(message: SetRequest): unknown;
44355
- create(base?: DeepPartial_84<SetRequest>): SetRequest;
44356
- fromPartial(object: DeepPartial_84<SetRequest>): SetRequest;
44732
+ create(base?: DeepPartial_87<SetRequest>): SetRequest;
44733
+ fromPartial(object: DeepPartial_87<SetRequest>): SetRequest;
44357
44734
  };
44358
44735
  readonly requestStream: false;
44359
44736
  readonly responseType: {
@@ -44380,8 +44757,8 @@ declare const RedisAPIDefinition: {
44380
44757
  decode(input: _m0.Reader | Uint8Array, length?: number): KeysRequest;
44381
44758
  fromJSON(object: any): KeysRequest;
44382
44759
  toJSON(message: KeysRequest): unknown;
44383
- create(base?: DeepPartial_84<KeysRequest>): KeysRequest;
44384
- fromPartial(object: DeepPartial_84<KeysRequest>): KeysRequest;
44760
+ create(base?: DeepPartial_87<KeysRequest>): KeysRequest;
44761
+ fromPartial(object: DeepPartial_87<KeysRequest>): KeysRequest;
44385
44762
  };
44386
44763
  readonly requestStream: false;
44387
44764
  readonly responseType: {
@@ -44408,8 +44785,8 @@ declare const RedisAPIDefinition: {
44408
44785
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
44409
44786
  fromJSON(object: any): KeyRequest;
44410
44787
  toJSON(message: KeyRequest): unknown;
44411
- create(base?: DeepPartial_84<KeyRequest>): KeyRequest;
44412
- fromPartial(object: DeepPartial_84<KeyRequest>): KeyRequest;
44788
+ create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
44789
+ fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
44413
44790
  };
44414
44791
  readonly requestStream: false;
44415
44792
  readonly responseType: {
@@ -44437,8 +44814,8 @@ declare const RedisAPIDefinition: {
44437
44814
  decode(input: _m0.Reader | Uint8Array, length?: number): IncrByRequest;
44438
44815
  fromJSON(object: any): IncrByRequest;
44439
44816
  toJSON(message: IncrByRequest): unknown;
44440
- create(base?: DeepPartial_84<IncrByRequest>): IncrByRequest;
44441
- fromPartial(object: DeepPartial_84<IncrByRequest>): IncrByRequest;
44817
+ create(base?: DeepPartial_87<IncrByRequest>): IncrByRequest;
44818
+ fromPartial(object: DeepPartial_87<IncrByRequest>): IncrByRequest;
44442
44819
  };
44443
44820
  readonly requestStream: false;
44444
44821
  readonly responseType: {
@@ -44466,8 +44843,8 @@ declare const RedisAPIDefinition: {
44466
44843
  decode(input: _m0.Reader | Uint8Array, length?: number): HSetRequest;
44467
44844
  fromJSON(object: any): HSetRequest;
44468
44845
  toJSON(message: HSetRequest): unknown;
44469
- create(base?: DeepPartial_84<HSetRequest>): HSetRequest;
44470
- fromPartial(object: DeepPartial_84<HSetRequest>): HSetRequest;
44846
+ create(base?: DeepPartial_87<HSetRequest>): HSetRequest;
44847
+ fromPartial(object: DeepPartial_87<HSetRequest>): HSetRequest;
44471
44848
  };
44472
44849
  readonly requestStream: false;
44473
44850
  readonly responseType: {
@@ -44494,8 +44871,8 @@ declare const RedisAPIDefinition: {
44494
44871
  decode(input: _m0.Reader | Uint8Array, length?: number): HGetRequest;
44495
44872
  fromJSON(object: any): HGetRequest;
44496
44873
  toJSON(message: HGetRequest): unknown;
44497
- create(base?: DeepPartial_84<HGetRequest>): HGetRequest;
44498
- fromPartial(object: DeepPartial_84<HGetRequest>): HGetRequest;
44874
+ create(base?: DeepPartial_87<HGetRequest>): HGetRequest;
44875
+ fromPartial(object: DeepPartial_87<HGetRequest>): HGetRequest;
44499
44876
  };
44500
44877
  readonly requestStream: false;
44501
44878
  readonly responseType: {
@@ -44522,8 +44899,8 @@ declare const RedisAPIDefinition: {
44522
44899
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
44523
44900
  fromJSON(object: any): KeyRequest;
44524
44901
  toJSON(message: KeyRequest): unknown;
44525
- create(base?: DeepPartial_84<KeyRequest>): KeyRequest;
44526
- fromPartial(object: DeepPartial_84<KeyRequest>): KeyRequest;
44902
+ create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
44903
+ fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
44527
44904
  };
44528
44905
  readonly requestStream: false;
44529
44906
  readonly responseType: {
@@ -44532,8 +44909,8 @@ declare const RedisAPIDefinition: {
44532
44909
  decode(input: _m0.Reader | Uint8Array, length?: number): RedisFieldValues;
44533
44910
  fromJSON(object: any): RedisFieldValues;
44534
44911
  toJSON(message: RedisFieldValues): unknown;
44535
- create(base?: DeepPartial_84<RedisFieldValues>): RedisFieldValues;
44536
- fromPartial(object: DeepPartial_84<RedisFieldValues>): RedisFieldValues;
44912
+ create(base?: DeepPartial_87<RedisFieldValues>): RedisFieldValues;
44913
+ fromPartial(object: DeepPartial_87<RedisFieldValues>): RedisFieldValues;
44537
44914
  };
44538
44915
  readonly responseStream: false;
44539
44916
  readonly options: {};
@@ -44546,8 +44923,8 @@ declare const RedisAPIDefinition: {
44546
44923
  decode(input: _m0.Reader | Uint8Array, length?: number): HDelRequest;
44547
44924
  fromJSON(object: any): HDelRequest;
44548
44925
  toJSON(message: HDelRequest): unknown;
44549
- create(base?: DeepPartial_84<HDelRequest>): HDelRequest;
44550
- fromPartial(object: DeepPartial_84<HDelRequest>): HDelRequest;
44926
+ create(base?: DeepPartial_87<HDelRequest>): HDelRequest;
44927
+ fromPartial(object: DeepPartial_87<HDelRequest>): HDelRequest;
44551
44928
  };
44552
44929
  readonly requestStream: false;
44553
44930
  readonly responseType: {
@@ -44574,8 +44951,8 @@ declare const RedisAPIDefinition: {
44574
44951
  decode(input: _m0.Reader | Uint8Array, length?: number): HScanRequest;
44575
44952
  fromJSON(object: any): HScanRequest;
44576
44953
  toJSON(message: HScanRequest): unknown;
44577
- create(base?: DeepPartial_84<HScanRequest>): HScanRequest;
44578
- fromPartial(object: DeepPartial_84<HScanRequest>): HScanRequest;
44954
+ create(base?: DeepPartial_87<HScanRequest>): HScanRequest;
44955
+ fromPartial(object: DeepPartial_87<HScanRequest>): HScanRequest;
44579
44956
  };
44580
44957
  readonly requestStream: false;
44581
44958
  readonly responseType: {
@@ -44584,8 +44961,8 @@ declare const RedisAPIDefinition: {
44584
44961
  decode(input: _m0.Reader | Uint8Array, length?: number): HScanResponse;
44585
44962
  fromJSON(object: any): HScanResponse;
44586
44963
  toJSON(message: HScanResponse): unknown;
44587
- create(base?: DeepPartial_84<HScanResponse>): HScanResponse;
44588
- fromPartial(object: DeepPartial_84<HScanResponse>): HScanResponse;
44964
+ create(base?: DeepPartial_87<HScanResponse>): HScanResponse;
44965
+ fromPartial(object: DeepPartial_87<HScanResponse>): HScanResponse;
44589
44966
  };
44590
44967
  readonly responseStream: false;
44591
44968
  readonly options: {};
@@ -44598,8 +44975,8 @@ declare const RedisAPIDefinition: {
44598
44975
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
44599
44976
  fromJSON(object: any): KeyRequest;
44600
44977
  toJSON(message: KeyRequest): unknown;
44601
- create(base?: DeepPartial_84<KeyRequest>): KeyRequest;
44602
- fromPartial(object: DeepPartial_84<KeyRequest>): KeyRequest;
44978
+ create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
44979
+ fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
44603
44980
  };
44604
44981
  readonly requestStream: false;
44605
44982
  readonly responseType: {
@@ -44608,8 +44985,8 @@ declare const RedisAPIDefinition: {
44608
44985
  decode(input: _m0.Reader | Uint8Array, length?: number): KeysResponse;
44609
44986
  fromJSON(object: any): KeysResponse;
44610
44987
  toJSON(message: KeysResponse): unknown;
44611
- create(base?: DeepPartial_84<KeysResponse>): KeysResponse;
44612
- fromPartial(object: DeepPartial_84<KeysResponse>): KeysResponse;
44988
+ create(base?: DeepPartial_87<KeysResponse>): KeysResponse;
44989
+ fromPartial(object: DeepPartial_87<KeysResponse>): KeysResponse;
44613
44990
  };
44614
44991
  readonly responseStream: false;
44615
44992
  readonly options: {};
@@ -44622,8 +44999,8 @@ declare const RedisAPIDefinition: {
44622
44999
  decode(input: _m0.Reader | Uint8Array, length?: number): HIncrByRequest;
44623
45000
  fromJSON(object: any): HIncrByRequest;
44624
45001
  toJSON(message: HIncrByRequest): unknown;
44625
- create(base?: DeepPartial_84<HIncrByRequest>): HIncrByRequest;
44626
- fromPartial(object: DeepPartial_84<HIncrByRequest>): HIncrByRequest;
45002
+ create(base?: DeepPartial_87<HIncrByRequest>): HIncrByRequest;
45003
+ fromPartial(object: DeepPartial_87<HIncrByRequest>): HIncrByRequest;
44627
45004
  };
44628
45005
  readonly requestStream: false;
44629
45006
  readonly responseType: {
@@ -44650,8 +45027,8 @@ declare const RedisAPIDefinition: {
44650
45027
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
44651
45028
  fromJSON(object: any): KeyRequest;
44652
45029
  toJSON(message: KeyRequest): unknown;
44653
- create(base?: DeepPartial_84<KeyRequest>): KeyRequest;
44654
- fromPartial(object: DeepPartial_84<KeyRequest>): KeyRequest;
45030
+ create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
45031
+ fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
44655
45032
  };
44656
45033
  readonly requestStream: false;
44657
45034
  readonly responseType: {
@@ -44679,8 +45056,8 @@ declare const RedisAPIDefinition: {
44679
45056
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionId;
44680
45057
  fromJSON(object: any): TransactionId;
44681
45058
  toJSON(message: TransactionId): unknown;
44682
- create(base?: DeepPartial_84<TransactionId>): TransactionId;
44683
- fromPartial(object: DeepPartial_84<TransactionId>): TransactionId;
45059
+ create(base?: DeepPartial_87<TransactionId>): TransactionId;
45060
+ fromPartial(object: DeepPartial_87<TransactionId>): TransactionId;
44684
45061
  };
44685
45062
  readonly requestStream: false;
44686
45063
  readonly responseType: {
@@ -44703,8 +45080,8 @@ declare const RedisAPIDefinition: {
44703
45080
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionId;
44704
45081
  fromJSON(object: any): TransactionId;
44705
45082
  toJSON(message: TransactionId): unknown;
44706
- create(base?: DeepPartial_84<TransactionId>): TransactionId;
44707
- fromPartial(object: DeepPartial_84<TransactionId>): TransactionId;
45083
+ create(base?: DeepPartial_87<TransactionId>): TransactionId;
45084
+ fromPartial(object: DeepPartial_87<TransactionId>): TransactionId;
44708
45085
  };
44709
45086
  readonly requestStream: false;
44710
45087
  readonly responseType: {
@@ -44713,8 +45090,8 @@ declare const RedisAPIDefinition: {
44713
45090
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionResponses;
44714
45091
  fromJSON(object: any): TransactionResponses;
44715
45092
  toJSON(message: TransactionResponses): unknown;
44716
- create(base?: DeepPartial_84<TransactionResponses>): TransactionResponses;
44717
- fromPartial(object: DeepPartial_84<TransactionResponses>): TransactionResponses;
45093
+ create(base?: DeepPartial_87<TransactionResponses>): TransactionResponses;
45094
+ fromPartial(object: DeepPartial_87<TransactionResponses>): TransactionResponses;
44718
45095
  };
44719
45096
  readonly responseStream: false;
44720
45097
  readonly options: {};
@@ -44727,8 +45104,8 @@ declare const RedisAPIDefinition: {
44727
45104
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionId;
44728
45105
  fromJSON(object: any): TransactionId;
44729
45106
  toJSON(message: TransactionId): unknown;
44730
- create(base?: DeepPartial_84<TransactionId>): TransactionId;
44731
- fromPartial(object: DeepPartial_84<TransactionId>): TransactionId;
45107
+ create(base?: DeepPartial_87<TransactionId>): TransactionId;
45108
+ fromPartial(object: DeepPartial_87<TransactionId>): TransactionId;
44732
45109
  };
44733
45110
  readonly requestStream: false;
44734
45111
  readonly responseType: {
@@ -44751,8 +45128,8 @@ declare const RedisAPIDefinition: {
44751
45128
  decode(input: _m0.Reader | Uint8Array, length?: number): WatchRequest;
44752
45129
  fromJSON(object: any): WatchRequest;
44753
45130
  toJSON(message: WatchRequest): unknown;
44754
- create(base?: DeepPartial_84<WatchRequest>): WatchRequest;
44755
- fromPartial(object: DeepPartial_84<WatchRequest>): WatchRequest;
45131
+ create(base?: DeepPartial_87<WatchRequest>): WatchRequest;
45132
+ fromPartial(object: DeepPartial_87<WatchRequest>): WatchRequest;
44756
45133
  };
44757
45134
  readonly requestStream: false;
44758
45135
  readonly responseType: {
@@ -44761,8 +45138,8 @@ declare const RedisAPIDefinition: {
44761
45138
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionId;
44762
45139
  fromJSON(object: any): TransactionId;
44763
45140
  toJSON(message: TransactionId): unknown;
44764
- create(base?: DeepPartial_84<TransactionId>): TransactionId;
44765
- fromPartial(object: DeepPartial_84<TransactionId>): TransactionId;
45141
+ create(base?: DeepPartial_87<TransactionId>): TransactionId;
45142
+ fromPartial(object: DeepPartial_87<TransactionId>): TransactionId;
44766
45143
  };
44767
45144
  readonly responseStream: false;
44768
45145
  readonly options: {};
@@ -44775,8 +45152,8 @@ declare const RedisAPIDefinition: {
44775
45152
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionId;
44776
45153
  fromJSON(object: any): TransactionId;
44777
45154
  toJSON(message: TransactionId): unknown;
44778
- create(base?: DeepPartial_84<TransactionId>): TransactionId;
44779
- fromPartial(object: DeepPartial_84<TransactionId>): TransactionId;
45155
+ create(base?: DeepPartial_87<TransactionId>): TransactionId;
45156
+ fromPartial(object: DeepPartial_87<TransactionId>): TransactionId;
44780
45157
  };
44781
45158
  readonly requestStream: false;
44782
45159
  readonly responseType: {
@@ -44800,8 +45177,8 @@ declare const RedisAPIDefinition: {
44800
45177
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRangeRequest;
44801
45178
  fromJSON(object: any): KeyRangeRequest;
44802
45179
  toJSON(message: KeyRangeRequest): unknown;
44803
- create(base?: DeepPartial_84<KeyRangeRequest>): KeyRangeRequest;
44804
- fromPartial(object: DeepPartial_84<KeyRangeRequest>): KeyRangeRequest;
45180
+ create(base?: DeepPartial_87<KeyRangeRequest>): KeyRangeRequest;
45181
+ fromPartial(object: DeepPartial_87<KeyRangeRequest>): KeyRangeRequest;
44805
45182
  };
44806
45183
  readonly requestStream: false;
44807
45184
  readonly responseType: {
@@ -44828,8 +45205,8 @@ declare const RedisAPIDefinition: {
44828
45205
  decode(input: _m0.Reader | Uint8Array, length?: number): SetRangeRequest;
44829
45206
  fromJSON(object: any): SetRangeRequest;
44830
45207
  toJSON(message: SetRangeRequest): unknown;
44831
- create(base?: DeepPartial_84<SetRangeRequest>): SetRangeRequest;
44832
- fromPartial(object: DeepPartial_84<SetRangeRequest>): SetRangeRequest;
45208
+ create(base?: DeepPartial_87<SetRangeRequest>): SetRangeRequest;
45209
+ fromPartial(object: DeepPartial_87<SetRangeRequest>): SetRangeRequest;
44833
45210
  };
44834
45211
  readonly requestStream: false;
44835
45212
  readonly responseType: {
@@ -44856,8 +45233,8 @@ declare const RedisAPIDefinition: {
44856
45233
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
44857
45234
  fromJSON(object: any): KeyRequest;
44858
45235
  toJSON(message: KeyRequest): unknown;
44859
- create(base?: DeepPartial_84<KeyRequest>): KeyRequest;
44860
- fromPartial(object: DeepPartial_84<KeyRequest>): KeyRequest;
45236
+ create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
45237
+ fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
44861
45238
  };
44862
45239
  readonly requestStream: false;
44863
45240
  readonly responseType: {
@@ -44885,8 +45262,8 @@ declare const RedisAPIDefinition: {
44885
45262
  decode(input: _m0.Reader | Uint8Array, length?: number): KeysRequest;
44886
45263
  fromJSON(object: any): KeysRequest;
44887
45264
  toJSON(message: KeysRequest): unknown;
44888
- create(base?: DeepPartial_84<KeysRequest>): KeysRequest;
44889
- fromPartial(object: DeepPartial_84<KeysRequest>): KeysRequest;
45265
+ create(base?: DeepPartial_87<KeysRequest>): KeysRequest;
45266
+ fromPartial(object: DeepPartial_87<KeysRequest>): KeysRequest;
44890
45267
  };
44891
45268
  readonly requestStream: false;
44892
45269
  readonly responseType: {
@@ -44895,8 +45272,8 @@ declare const RedisAPIDefinition: {
44895
45272
  decode(input: _m0.Reader | Uint8Array, length?: number): RedisValues;
44896
45273
  fromJSON(object: any): RedisValues;
44897
45274
  toJSON(message: RedisValues): unknown;
44898
- create(base?: DeepPartial_84<RedisValues>): RedisValues;
44899
- fromPartial(object: DeepPartial_84<RedisValues>): RedisValues;
45275
+ create(base?: DeepPartial_87<RedisValues>): RedisValues;
45276
+ fromPartial(object: DeepPartial_87<RedisValues>): RedisValues;
44900
45277
  };
44901
45278
  readonly responseStream: false;
44902
45279
  readonly options: {};
@@ -44909,8 +45286,8 @@ declare const RedisAPIDefinition: {
44909
45286
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyValuesRequest;
44910
45287
  fromJSON(object: any): KeyValuesRequest;
44911
45288
  toJSON(message: KeyValuesRequest): unknown;
44912
- create(base?: DeepPartial_84<KeyValuesRequest>): KeyValuesRequest;
44913
- fromPartial(object: DeepPartial_84<KeyValuesRequest>): KeyValuesRequest;
45289
+ create(base?: DeepPartial_87<KeyValuesRequest>): KeyValuesRequest;
45290
+ fromPartial(object: DeepPartial_87<KeyValuesRequest>): KeyValuesRequest;
44914
45291
  };
44915
45292
  readonly requestStream: false;
44916
45293
  readonly responseType: {
@@ -44934,8 +45311,8 @@ declare const RedisAPIDefinition: {
44934
45311
  decode(input: _m0.Reader | Uint8Array, length?: number): ExpireRequest;
44935
45312
  fromJSON(object: any): ExpireRequest;
44936
45313
  toJSON(message: ExpireRequest): unknown;
44937
- create(base?: DeepPartial_84<ExpireRequest>): ExpireRequest;
44938
- fromPartial(object: DeepPartial_84<ExpireRequest>): ExpireRequest;
45314
+ create(base?: DeepPartial_87<ExpireRequest>): ExpireRequest;
45315
+ fromPartial(object: DeepPartial_87<ExpireRequest>): ExpireRequest;
44939
45316
  };
44940
45317
  readonly requestStream: false;
44941
45318
  readonly responseType: {
@@ -44958,8 +45335,8 @@ declare const RedisAPIDefinition: {
44958
45335
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
44959
45336
  fromJSON(object: any): KeyRequest;
44960
45337
  toJSON(message: KeyRequest): unknown;
44961
- create(base?: DeepPartial_84<KeyRequest>): KeyRequest;
44962
- fromPartial(object: DeepPartial_84<KeyRequest>): KeyRequest;
45338
+ create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
45339
+ fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
44963
45340
  };
44964
45341
  readonly requestStream: false;
44965
45342
  readonly responseType: {
@@ -44987,8 +45364,8 @@ declare const RedisAPIDefinition: {
44987
45364
  decode(input: _m0.Reader | Uint8Array, length?: number): ZAddRequest;
44988
45365
  fromJSON(object: any): ZAddRequest;
44989
45366
  toJSON(message: ZAddRequest): unknown;
44990
- create(base?: DeepPartial_84<ZAddRequest>): ZAddRequest;
44991
- fromPartial(object: DeepPartial_84<ZAddRequest>): ZAddRequest;
45367
+ create(base?: DeepPartial_87<ZAddRequest>): ZAddRequest;
45368
+ fromPartial(object: DeepPartial_87<ZAddRequest>): ZAddRequest;
44992
45369
  };
44993
45370
  readonly requestStream: false;
44994
45371
  readonly responseType: {
@@ -45015,8 +45392,8 @@ declare const RedisAPIDefinition: {
45015
45392
  decode(input: _m0.Reader | Uint8Array, length?: number): KeyRequest;
45016
45393
  fromJSON(object: any): KeyRequest;
45017
45394
  toJSON(message: KeyRequest): unknown;
45018
- create(base?: DeepPartial_84<KeyRequest>): KeyRequest;
45019
- fromPartial(object: DeepPartial_84<KeyRequest>): KeyRequest;
45395
+ create(base?: DeepPartial_87<KeyRequest>): KeyRequest;
45396
+ fromPartial(object: DeepPartial_87<KeyRequest>): KeyRequest;
45020
45397
  };
45021
45398
  readonly requestStream: false;
45022
45399
  readonly responseType: {
@@ -45043,8 +45420,8 @@ declare const RedisAPIDefinition: {
45043
45420
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRangeRequest;
45044
45421
  fromJSON(object: any): ZRangeRequest;
45045
45422
  toJSON(message: ZRangeRequest): unknown;
45046
- create(base?: DeepPartial_84<ZRangeRequest>): ZRangeRequest;
45047
- fromPartial(object: DeepPartial_84<ZRangeRequest>): ZRangeRequest;
45423
+ create(base?: DeepPartial_87<ZRangeRequest>): ZRangeRequest;
45424
+ fromPartial(object: DeepPartial_87<ZRangeRequest>): ZRangeRequest;
45048
45425
  };
45049
45426
  readonly requestStream: false;
45050
45427
  readonly responseType: {
@@ -45053,8 +45430,8 @@ declare const RedisAPIDefinition: {
45053
45430
  decode(input: _m0.Reader | Uint8Array, length?: number): ZMembers;
45054
45431
  fromJSON(object: any): ZMembers;
45055
45432
  toJSON(message: ZMembers): unknown;
45056
- create(base?: DeepPartial_84<ZMembers>): ZMembers;
45057
- fromPartial(object: DeepPartial_84<ZMembers>): ZMembers;
45433
+ create(base?: DeepPartial_87<ZMembers>): ZMembers;
45434
+ fromPartial(object: DeepPartial_87<ZMembers>): ZMembers;
45058
45435
  };
45059
45436
  readonly responseStream: false;
45060
45437
  readonly options: {};
@@ -45067,8 +45444,8 @@ declare const RedisAPIDefinition: {
45067
45444
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRemRequest;
45068
45445
  fromJSON(object: any): ZRemRequest;
45069
45446
  toJSON(message: ZRemRequest): unknown;
45070
- create(base?: DeepPartial_84<ZRemRequest>): ZRemRequest;
45071
- fromPartial(object: DeepPartial_84<ZRemRequest>): ZRemRequest;
45447
+ create(base?: DeepPartial_87<ZRemRequest>): ZRemRequest;
45448
+ fromPartial(object: DeepPartial_87<ZRemRequest>): ZRemRequest;
45072
45449
  };
45073
45450
  readonly requestStream: false;
45074
45451
  readonly responseType: {
@@ -45095,8 +45472,8 @@ declare const RedisAPIDefinition: {
45095
45472
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRemRangeByLexRequest;
45096
45473
  fromJSON(object: any): ZRemRangeByLexRequest;
45097
45474
  toJSON(message: ZRemRangeByLexRequest): unknown;
45098
- create(base?: DeepPartial_84<ZRemRangeByLexRequest>): ZRemRangeByLexRequest;
45099
- fromPartial(object: DeepPartial_84<ZRemRangeByLexRequest>): ZRemRangeByLexRequest;
45475
+ create(base?: DeepPartial_87<ZRemRangeByLexRequest>): ZRemRangeByLexRequest;
45476
+ fromPartial(object: DeepPartial_87<ZRemRangeByLexRequest>): ZRemRangeByLexRequest;
45100
45477
  };
45101
45478
  readonly requestStream: false;
45102
45479
  readonly responseType: {
@@ -45123,8 +45500,8 @@ declare const RedisAPIDefinition: {
45123
45500
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRemRangeByRankRequest;
45124
45501
  fromJSON(object: any): ZRemRangeByRankRequest;
45125
45502
  toJSON(message: ZRemRangeByRankRequest): unknown;
45126
- create(base?: DeepPartial_84<ZRemRangeByRankRequest>): ZRemRangeByRankRequest;
45127
- fromPartial(object: DeepPartial_84<ZRemRangeByRankRequest>): ZRemRangeByRankRequest;
45503
+ create(base?: DeepPartial_87<ZRemRangeByRankRequest>): ZRemRangeByRankRequest;
45504
+ fromPartial(object: DeepPartial_87<ZRemRangeByRankRequest>): ZRemRangeByRankRequest;
45128
45505
  };
45129
45506
  readonly requestStream: false;
45130
45507
  readonly responseType: {
@@ -45151,8 +45528,8 @@ declare const RedisAPIDefinition: {
45151
45528
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRemRangeByScoreRequest;
45152
45529
  fromJSON(object: any): ZRemRangeByScoreRequest;
45153
45530
  toJSON(message: ZRemRangeByScoreRequest): unknown;
45154
- create(base?: DeepPartial_84<ZRemRangeByScoreRequest>): ZRemRangeByScoreRequest;
45155
- fromPartial(object: DeepPartial_84<ZRemRangeByScoreRequest>): ZRemRangeByScoreRequest;
45531
+ create(base?: DeepPartial_87<ZRemRangeByScoreRequest>): ZRemRangeByScoreRequest;
45532
+ fromPartial(object: DeepPartial_87<ZRemRangeByScoreRequest>): ZRemRangeByScoreRequest;
45156
45533
  };
45157
45534
  readonly requestStream: false;
45158
45535
  readonly responseType: {
@@ -45179,8 +45556,8 @@ declare const RedisAPIDefinition: {
45179
45556
  decode(input: _m0.Reader | Uint8Array, length?: number): ZScoreRequest;
45180
45557
  fromJSON(object: any): ZScoreRequest;
45181
45558
  toJSON(message: ZScoreRequest): unknown;
45182
- create(base?: DeepPartial_84<ZScoreRequest>): ZScoreRequest;
45183
- fromPartial(object: DeepPartial_84<ZScoreRequest>): ZScoreRequest;
45559
+ create(base?: DeepPartial_87<ZScoreRequest>): ZScoreRequest;
45560
+ fromPartial(object: DeepPartial_87<ZScoreRequest>): ZScoreRequest;
45184
45561
  };
45185
45562
  readonly requestStream: false;
45186
45563
  readonly responseType: {
@@ -45207,8 +45584,8 @@ declare const RedisAPIDefinition: {
45207
45584
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRankRequest;
45208
45585
  fromJSON(object: any): ZRankRequest;
45209
45586
  toJSON(message: ZRankRequest): unknown;
45210
- create(base?: DeepPartial_84<ZRankRequest>): ZRankRequest;
45211
- fromPartial(object: DeepPartial_84<ZRankRequest>): ZRankRequest;
45587
+ create(base?: DeepPartial_87<ZRankRequest>): ZRankRequest;
45588
+ fromPartial(object: DeepPartial_87<ZRankRequest>): ZRankRequest;
45212
45589
  };
45213
45590
  readonly requestStream: false;
45214
45591
  readonly responseType: {
@@ -45235,8 +45612,8 @@ declare const RedisAPIDefinition: {
45235
45612
  decode(input: _m0.Reader | Uint8Array, length?: number): ZIncrByRequest;
45236
45613
  fromJSON(object: any): ZIncrByRequest;
45237
45614
  toJSON(message: ZIncrByRequest): unknown;
45238
- create(base?: DeepPartial_84<ZIncrByRequest>): ZIncrByRequest;
45239
- fromPartial(object: DeepPartial_84<ZIncrByRequest>): ZIncrByRequest;
45615
+ create(base?: DeepPartial_87<ZIncrByRequest>): ZIncrByRequest;
45616
+ fromPartial(object: DeepPartial_87<ZIncrByRequest>): ZIncrByRequest;
45240
45617
  };
45241
45618
  readonly requestStream: false;
45242
45619
  readonly responseType: {
@@ -45263,8 +45640,8 @@ declare const RedisAPIDefinition: {
45263
45640
  decode(input: _m0.Reader | Uint8Array, length?: number): ZScanRequest;
45264
45641
  fromJSON(object: any): ZScanRequest;
45265
45642
  toJSON(message: ZScanRequest): unknown;
45266
- create(base?: DeepPartial_84<ZScanRequest>): ZScanRequest;
45267
- fromPartial(object: DeepPartial_84<ZScanRequest>): ZScanRequest;
45643
+ create(base?: DeepPartial_87<ZScanRequest>): ZScanRequest;
45644
+ fromPartial(object: DeepPartial_87<ZScanRequest>): ZScanRequest;
45268
45645
  };
45269
45646
  readonly requestStream: false;
45270
45647
  readonly responseType: {
@@ -45273,8 +45650,8 @@ declare const RedisAPIDefinition: {
45273
45650
  decode(input: _m0.Reader | Uint8Array, length?: number): ZScanResponse;
45274
45651
  fromJSON(object: any): ZScanResponse;
45275
45652
  toJSON(message: ZScanResponse): unknown;
45276
- create(base?: DeepPartial_84<ZScanResponse>): ZScanResponse;
45277
- fromPartial(object: DeepPartial_84<ZScanResponse>): ZScanResponse;
45653
+ create(base?: DeepPartial_87<ZScanResponse>): ZScanResponse;
45654
+ fromPartial(object: DeepPartial_87<ZScanResponse>): ZScanResponse;
45278
45655
  };
45279
45656
  readonly responseStream: false;
45280
45657
  readonly options: {};
@@ -45559,8 +45936,8 @@ declare const RedisFieldValue: {
45559
45936
  decode(input: _m0.Reader | Uint8Array, length?: number): RedisFieldValue;
45560
45937
  fromJSON(object: any): RedisFieldValue;
45561
45938
  toJSON(message: RedisFieldValue): unknown;
45562
- create(base?: DeepPartial_84<RedisFieldValue>): RedisFieldValue;
45563
- fromPartial(object: DeepPartial_84<RedisFieldValue>): RedisFieldValue;
45939
+ create(base?: DeepPartial_87<RedisFieldValue>): RedisFieldValue;
45940
+ fromPartial(object: DeepPartial_87<RedisFieldValue>): RedisFieldValue;
45564
45941
  };
45565
45942
 
45566
45943
  declare interface RedisFieldValues {
@@ -45575,8 +45952,8 @@ declare const RedisFieldValues: {
45575
45952
  decode(input: _m0.Reader | Uint8Array, length?: number): RedisFieldValues;
45576
45953
  fromJSON(object: any): RedisFieldValues;
45577
45954
  toJSON(message: RedisFieldValues): unknown;
45578
- create(base?: DeepPartial_84<RedisFieldValues>): RedisFieldValues;
45579
- fromPartial(object: DeepPartial_84<RedisFieldValues>): RedisFieldValues;
45955
+ create(base?: DeepPartial_87<RedisFieldValues>): RedisFieldValues;
45956
+ fromPartial(object: DeepPartial_87<RedisFieldValues>): RedisFieldValues;
45580
45957
  };
45581
45958
 
45582
45959
  declare interface RedisFieldValues_FieldValuesEntry {
@@ -45590,8 +45967,8 @@ declare const RedisFieldValues_FieldValuesEntry: {
45590
45967
  decode(input: _m0.Reader | Uint8Array, length?: number): RedisFieldValues_FieldValuesEntry;
45591
45968
  fromJSON(object: any): RedisFieldValues_FieldValuesEntry;
45592
45969
  toJSON(message: RedisFieldValues_FieldValuesEntry): unknown;
45593
- create(base?: DeepPartial_84<RedisFieldValues_FieldValuesEntry>): RedisFieldValues_FieldValuesEntry;
45594
- fromPartial(object: DeepPartial_84<RedisFieldValues_FieldValuesEntry>): RedisFieldValues_FieldValuesEntry;
45970
+ create(base?: DeepPartial_87<RedisFieldValues_FieldValuesEntry>): RedisFieldValues_FieldValuesEntry;
45971
+ fromPartial(object: DeepPartial_87<RedisFieldValues_FieldValuesEntry>): RedisFieldValues_FieldValuesEntry;
45595
45972
  };
45596
45973
 
45597
45974
  /**
@@ -45622,8 +45999,8 @@ declare const RedisKeyValue: {
45622
45999
  decode(input: _m0.Reader | Uint8Array, length?: number): RedisKeyValue;
45623
46000
  fromJSON(object: any): RedisKeyValue;
45624
46001
  toJSON(message: RedisKeyValue): unknown;
45625
- create(base?: DeepPartial_84<RedisKeyValue>): RedisKeyValue;
45626
- fromPartial(object: DeepPartial_84<RedisKeyValue>): RedisKeyValue;
46002
+ create(base?: DeepPartial_87<RedisKeyValue>): RedisKeyValue;
46003
+ fromPartial(object: DeepPartial_87<RedisKeyValue>): RedisKeyValue;
45627
46004
  };
45628
46005
 
45629
46006
  declare interface RedisValues {
@@ -45636,8 +46013,8 @@ declare const RedisValues: {
45636
46013
  decode(input: _m0.Reader | Uint8Array, length?: number): RedisValues;
45637
46014
  fromJSON(object: any): RedisValues;
45638
46015
  toJSON(message: RedisValues): unknown;
45639
- create(base?: DeepPartial_84<RedisValues>): RedisValues;
45640
- fromPartial(object: DeepPartial_84<RedisValues>): RedisValues;
46016
+ create(base?: DeepPartial_87<RedisValues>): RedisValues;
46017
+ fromPartial(object: DeepPartial_87<RedisValues>): RedisValues;
45641
46018
  };
45642
46019
 
45643
46020
  export declare type RelationshipType = 'moderator_invite' | 'contributor' | 'banned' | 'muted' | 'wikibanned' | 'wikicontributor';
@@ -45767,8 +46144,8 @@ declare const RemoteLogConsumerDefinition: {
45767
46144
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogQuery;
45768
46145
  fromJSON(object: any): RemoteLogQuery;
45769
46146
  toJSON(message: RemoteLogQuery): unknown;
45770
- create(base?: DeepPartial_85<RemoteLogQuery>): RemoteLogQuery;
45771
- fromPartial(object: DeepPartial_85<RemoteLogQuery>): RemoteLogQuery;
46147
+ create(base?: DeepPartial_88<RemoteLogQuery>): RemoteLogQuery;
46148
+ fromPartial(object: DeepPartial_88<RemoteLogQuery>): RemoteLogQuery;
45772
46149
  };
45773
46150
  readonly requestStream: false;
45774
46151
  readonly responseType: {
@@ -45777,8 +46154,8 @@ declare const RemoteLogConsumerDefinition: {
45777
46154
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogMessage;
45778
46155
  fromJSON(object: any): RemoteLogMessage;
45779
46156
  toJSON(message: RemoteLogMessage): unknown;
45780
- create(base?: DeepPartial_85<RemoteLogMessage>): RemoteLogMessage;
45781
- fromPartial(object: DeepPartial_85<RemoteLogMessage>): RemoteLogMessage;
46157
+ create(base?: DeepPartial_88<RemoteLogMessage>): RemoteLogMessage;
46158
+ fromPartial(object: DeepPartial_88<RemoteLogMessage>): RemoteLogMessage;
45782
46159
  };
45783
46160
  readonly responseStream: true;
45784
46161
  readonly options: {};
@@ -45799,8 +46176,8 @@ declare const RemoteLogInstallationFilter: {
45799
46176
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogInstallationFilter;
45800
46177
  fromJSON(object: any): RemoteLogInstallationFilter;
45801
46178
  toJSON(message: RemoteLogInstallationFilter): unknown;
45802
- create(base?: DeepPartial_85<RemoteLogInstallationFilter>): RemoteLogInstallationFilter;
45803
- fromPartial(object: DeepPartial_85<RemoteLogInstallationFilter>): RemoteLogInstallationFilter;
46179
+ create(base?: DeepPartial_88<RemoteLogInstallationFilter>): RemoteLogInstallationFilter;
46180
+ fromPartial(object: DeepPartial_88<RemoteLogInstallationFilter>): RemoteLogInstallationFilter;
45804
46181
  };
45805
46182
 
45806
46183
  declare interface RemoteLogMessage {
@@ -45816,8 +46193,8 @@ declare const RemoteLogMessage: {
45816
46193
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogMessage;
45817
46194
  fromJSON(object: any): RemoteLogMessage;
45818
46195
  toJSON(message: RemoteLogMessage): unknown;
45819
- create(base?: DeepPartial_85<RemoteLogMessage>): RemoteLogMessage;
45820
- fromPartial(object: DeepPartial_85<RemoteLogMessage>): RemoteLogMessage;
46196
+ create(base?: DeepPartial_88<RemoteLogMessage>): RemoteLogMessage;
46197
+ fromPartial(object: DeepPartial_88<RemoteLogMessage>): RemoteLogMessage;
45821
46198
  };
45822
46199
 
45823
46200
  declare interface RemoteLogMessages {
@@ -45830,8 +46207,8 @@ declare const RemoteLogMessages: {
45830
46207
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogMessages;
45831
46208
  fromJSON(object: any): RemoteLogMessages;
45832
46209
  toJSON(message: RemoteLogMessages): unknown;
45833
- create(base?: DeepPartial_85<RemoteLogMessages>): RemoteLogMessages;
45834
- fromPartial(object: DeepPartial_85<RemoteLogMessages>): RemoteLogMessages;
46210
+ create(base?: DeepPartial_88<RemoteLogMessages>): RemoteLogMessages;
46211
+ fromPartial(object: DeepPartial_88<RemoteLogMessages>): RemoteLogMessages;
45835
46212
  };
45836
46213
 
45837
46214
  declare interface RemoteLogPublisher {
@@ -45882,8 +46259,8 @@ declare const RemoteLogPublisherDefinition: {
45882
46259
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogMessage;
45883
46260
  fromJSON(object: any): RemoteLogMessage;
45884
46261
  toJSON(message: RemoteLogMessage): unknown;
45885
- create(base?: DeepPartial_85<RemoteLogMessage>): RemoteLogMessage;
45886
- fromPartial(object: DeepPartial_85<RemoteLogMessage>): RemoteLogMessage;
46262
+ create(base?: DeepPartial_88<RemoteLogMessage>): RemoteLogMessage;
46263
+ fromPartial(object: DeepPartial_88<RemoteLogMessage>): RemoteLogMessage;
45887
46264
  };
45888
46265
  readonly requestStream: false;
45889
46266
  readonly responseType: {
@@ -45892,8 +46269,8 @@ declare const RemoteLogPublisherDefinition: {
45892
46269
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogPutResponse;
45893
46270
  fromJSON(_: any): RemoteLogPutResponse;
45894
46271
  toJSON(_: RemoteLogPutResponse): unknown;
45895
- create(base?: DeepPartial_85<RemoteLogPutResponse>): RemoteLogPutResponse;
45896
- fromPartial(_: DeepPartial_85<RemoteLogPutResponse>): RemoteLogPutResponse;
46272
+ create(base?: DeepPartial_88<RemoteLogPutResponse>): RemoteLogPutResponse;
46273
+ fromPartial(_: DeepPartial_88<RemoteLogPutResponse>): RemoteLogPutResponse;
45897
46274
  };
45898
46275
  readonly responseStream: false;
45899
46276
  readonly options: {};
@@ -45906,8 +46283,8 @@ declare const RemoteLogPublisherDefinition: {
45906
46283
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogMessages;
45907
46284
  fromJSON(object: any): RemoteLogMessages;
45908
46285
  toJSON(message: RemoteLogMessages): unknown;
45909
- create(base?: DeepPartial_85<RemoteLogMessages>): RemoteLogMessages;
45910
- fromPartial(object: DeepPartial_85<RemoteLogMessages>): RemoteLogMessages;
46286
+ create(base?: DeepPartial_88<RemoteLogMessages>): RemoteLogMessages;
46287
+ fromPartial(object: DeepPartial_88<RemoteLogMessages>): RemoteLogMessages;
45911
46288
  };
45912
46289
  readonly requestStream: false;
45913
46290
  readonly responseType: {
@@ -45916,8 +46293,8 @@ declare const RemoteLogPublisherDefinition: {
45916
46293
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogPutResponse;
45917
46294
  fromJSON(_: any): RemoteLogPutResponse;
45918
46295
  toJSON(_: RemoteLogPutResponse): unknown;
45919
- create(base?: DeepPartial_85<RemoteLogPutResponse>): RemoteLogPutResponse;
45920
- fromPartial(_: DeepPartial_85<RemoteLogPutResponse>): RemoteLogPutResponse;
46296
+ create(base?: DeepPartial_88<RemoteLogPutResponse>): RemoteLogPutResponse;
46297
+ fromPartial(_: DeepPartial_88<RemoteLogPutResponse>): RemoteLogPutResponse;
45921
46298
  };
45922
46299
  readonly responseStream: false;
45923
46300
  readonly options: {};
@@ -45936,8 +46313,8 @@ declare const RemoteLogPutResponse: {
45936
46313
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogPutResponse;
45937
46314
  fromJSON(_: any): RemoteLogPutResponse;
45938
46315
  toJSON(_: RemoteLogPutResponse): unknown;
45939
- create(base?: DeepPartial_85<RemoteLogPutResponse>): RemoteLogPutResponse;
45940
- fromPartial(_: DeepPartial_85<RemoteLogPutResponse>): RemoteLogPutResponse;
46316
+ create(base?: DeepPartial_88<RemoteLogPutResponse>): RemoteLogPutResponse;
46317
+ fromPartial(_: DeepPartial_88<RemoteLogPutResponse>): RemoteLogPutResponse;
45941
46318
  };
45942
46319
 
45943
46320
  declare interface RemoteLogQuery {
@@ -45953,8 +46330,8 @@ declare const RemoteLogQuery: {
45953
46330
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogQuery;
45954
46331
  fromJSON(object: any): RemoteLogQuery;
45955
46332
  toJSON(message: RemoteLogQuery): unknown;
45956
- create(base?: DeepPartial_85<RemoteLogQuery>): RemoteLogQuery;
45957
- fromPartial(object: DeepPartial_85<RemoteLogQuery>): RemoteLogQuery;
46333
+ create(base?: DeepPartial_88<RemoteLogQuery>): RemoteLogQuery;
46334
+ fromPartial(object: DeepPartial_88<RemoteLogQuery>): RemoteLogQuery;
45958
46335
  };
45959
46336
 
45960
46337
  /**
@@ -45972,8 +46349,8 @@ declare const RemoteLogSubredditAppNameFilter: {
45972
46349
  decode(input: _m0.Reader | Uint8Array, length?: number): RemoteLogSubredditAppNameFilter;
45973
46350
  fromJSON(object: any): RemoteLogSubredditAppNameFilter;
45974
46351
  toJSON(message: RemoteLogSubredditAppNameFilter): unknown;
45975
- create(base?: DeepPartial_85<RemoteLogSubredditAppNameFilter>): RemoteLogSubredditAppNameFilter;
45976
- fromPartial(object: DeepPartial_85<RemoteLogSubredditAppNameFilter>): RemoteLogSubredditAppNameFilter;
46352
+ create(base?: DeepPartial_88<RemoteLogSubredditAppNameFilter>): RemoteLogSubredditAppNameFilter;
46353
+ fromPartial(object: DeepPartial_88<RemoteLogSubredditAppNameFilter>): RemoteLogSubredditAppNameFilter;
45977
46354
  };
45978
46355
 
45979
46356
  declare enum RemoteLogType {
@@ -46018,8 +46395,8 @@ declare const RemovePostInCollectionRequest: {
46018
46395
  decode(input: _m0.Reader | Uint8Array, length?: number): RemovePostInCollectionRequest;
46019
46396
  fromJSON(object: any): RemovePostInCollectionRequest;
46020
46397
  toJSON(message: RemovePostInCollectionRequest): unknown;
46021
- create(base?: DeepPartial_79<RemovePostInCollectionRequest>): RemovePostInCollectionRequest;
46022
- fromPartial(object: DeepPartial_79<RemovePostInCollectionRequest>): RemovePostInCollectionRequest;
46398
+ create(base?: DeepPartial_82<RemovePostInCollectionRequest>): RemovePostInCollectionRequest;
46399
+ fromPartial(object: DeepPartial_82<RemovePostInCollectionRequest>): RemovePostInCollectionRequest;
46023
46400
  };
46024
46401
 
46025
46402
  export declare type RemoveRelationshipOptions = {
@@ -46114,8 +46491,8 @@ declare const ReorderCollectionRequest: {
46114
46491
  decode(input: _m0.Reader | Uint8Array, length?: number): ReorderCollectionRequest;
46115
46492
  fromJSON(object: any): ReorderCollectionRequest;
46116
46493
  toJSON(message: ReorderCollectionRequest): unknown;
46117
- create(base?: DeepPartial_79<ReorderCollectionRequest>): ReorderCollectionRequest;
46118
- fromPartial(object: DeepPartial_79<ReorderCollectionRequest>): ReorderCollectionRequest;
46494
+ create(base?: DeepPartial_82<ReorderCollectionRequest>): ReorderCollectionRequest;
46495
+ fromPartial(object: DeepPartial_82<ReorderCollectionRequest>): ReorderCollectionRequest;
46119
46496
  };
46120
46497
 
46121
46498
  export declare type ReplyToCommentOptions = CommentSubmissionOptions;
@@ -46202,8 +46579,8 @@ declare const ReportUserRequest: {
46202
46579
  decode(input: _m0.Reader | Uint8Array, length?: number): ReportUserRequest;
46203
46580
  fromJSON(object: any): ReportUserRequest;
46204
46581
  toJSON(message: ReportUserRequest): unknown;
46205
- create(base?: DeepPartial_98<ReportUserRequest>): ReportUserRequest;
46206
- fromPartial(object: DeepPartial_98<ReportUserRequest>): ReportUserRequest;
46582
+ create(base?: DeepPartial_101<ReportUserRequest>): ReportUserRequest;
46583
+ fromPartial(object: DeepPartial_101<ReportUserRequest>): ReportUserRequest;
46207
46584
  };
46208
46585
 
46209
46586
  declare interface RequestData {
@@ -46595,8 +46972,8 @@ declare const Response_2: {
46595
46972
  decode(input: _m0.Reader | Uint8Array, length?: number): Response_2;
46596
46973
  fromJSON(object: any): Response_2;
46597
46974
  toJSON(message: Response_2): unknown;
46598
- create(base?: DeepPartial_81<Response_2>): Response_2;
46599
- fromPartial(object: DeepPartial_81<Response_2>): Response_2;
46975
+ create(base?: DeepPartial_84<Response_2>): Response_2;
46976
+ fromPartial(object: DeepPartial_84<Response_2>): Response_2;
46600
46977
  };
46601
46978
 
46602
46979
  declare interface RevertWikiPageRequest {
@@ -46926,11 +47303,15 @@ declare interface Rpc_65 {
46926
47303
  request(service: string, method: string, data: Uint8Array, metadata?: Metadata): Promise<Uint8Array>;
46927
47304
  }
46928
47305
 
47306
+ declare interface Rpc_66 {
47307
+ request(service: string, method: string, data: Uint8Array, metadata?: Metadata): Promise<Uint8Array>;
47308
+ }
47309
+
46929
47310
  /**
46930
47311
  * Common denominator remote procedure call interface. Some services only
46931
47312
  * require a partial implementation.
46932
47313
  */
46933
- declare type Rpc_66 = {
47314
+ declare type Rpc_67 = {
46934
47315
  /** Make a unary request */
46935
47316
  request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
46936
47317
  /** Make a request that returns a server stream */
@@ -47087,8 +47468,8 @@ declare const RuntimeActorDefinition: {
47087
47468
  decode(input: _m0.Reader | Uint8Array, length?: number): WorkerQuery;
47088
47469
  fromJSON(object: any): WorkerQuery;
47089
47470
  toJSON(message: WorkerQuery): unknown;
47090
- create(base?: DeepPartial_104<WorkerQuery>): WorkerQuery;
47091
- fromPartial(object: DeepPartial_104<WorkerQuery>): WorkerQuery;
47471
+ create(base?: DeepPartial_107<WorkerQuery>): WorkerQuery;
47472
+ fromPartial(object: DeepPartial_107<WorkerQuery>): WorkerQuery;
47092
47473
  };
47093
47474
  readonly requestStream: false;
47094
47475
  readonly responseType: {
@@ -47141,8 +47522,8 @@ declare const ScheduledAction: {
47141
47522
  decode(input: _m0.Reader | Uint8Array, length?: number): ScheduledAction;
47142
47523
  fromJSON(object: any): ScheduledAction;
47143
47524
  toJSON(message: ScheduledAction): unknown;
47144
- create(base?: DeepPartial_86<ScheduledAction>): ScheduledAction;
47145
- fromPartial(object: DeepPartial_86<ScheduledAction>): ScheduledAction;
47525
+ create(base?: DeepPartial_89<ScheduledAction>): ScheduledAction;
47526
+ fromPartial(object: DeepPartial_89<ScheduledAction>): ScheduledAction;
47146
47527
  };
47147
47528
 
47148
47529
  declare interface ScheduledActionRequest {
@@ -47160,8 +47541,8 @@ declare const ScheduledActionRequest: {
47160
47541
  decode(input: _m0.Reader | Uint8Array, length?: number): ScheduledActionRequest;
47161
47542
  fromJSON(object: any): ScheduledActionRequest;
47162
47543
  toJSON(message: ScheduledActionRequest): unknown;
47163
- create(base?: DeepPartial_87<ScheduledActionRequest>): ScheduledActionRequest;
47164
- fromPartial(object: DeepPartial_87<ScheduledActionRequest>): ScheduledActionRequest;
47544
+ create(base?: DeepPartial_90<ScheduledActionRequest>): ScheduledActionRequest;
47545
+ fromPartial(object: DeepPartial_90<ScheduledActionRequest>): ScheduledActionRequest;
47165
47546
  };
47166
47547
 
47167
47548
  declare interface ScheduledActionResponse {
@@ -47175,8 +47556,8 @@ declare const ScheduledActionResponse: {
47175
47556
  decode(input: _m0.Reader | Uint8Array, length?: number): ScheduledActionResponse;
47176
47557
  fromJSON(object: any): ScheduledActionResponse;
47177
47558
  toJSON(message: ScheduledActionResponse): unknown;
47178
- create(base?: DeepPartial_87<ScheduledActionResponse>): ScheduledActionResponse;
47179
- fromPartial(object: DeepPartial_87<ScheduledActionResponse>): ScheduledActionResponse;
47559
+ create(base?: DeepPartial_90<ScheduledActionResponse>): ScheduledActionResponse;
47560
+ fromPartial(object: DeepPartial_90<ScheduledActionResponse>): ScheduledActionResponse;
47180
47561
  };
47181
47562
 
47182
47563
  export declare type ScheduledCronJob = {
@@ -47308,8 +47689,8 @@ declare const SchedulerDefinition: {
47308
47689
  decode(input: _m0.Reader | Uint8Array, length?: number): ScheduledActionRequest;
47309
47690
  fromJSON(object: any): ScheduledActionRequest;
47310
47691
  toJSON(message: ScheduledActionRequest): unknown;
47311
- create(base?: DeepPartial_87<ScheduledActionRequest>): ScheduledActionRequest;
47312
- fromPartial(object: DeepPartial_87<ScheduledActionRequest>): ScheduledActionRequest;
47692
+ create(base?: DeepPartial_90<ScheduledActionRequest>): ScheduledActionRequest;
47693
+ fromPartial(object: DeepPartial_90<ScheduledActionRequest>): ScheduledActionRequest;
47313
47694
  };
47314
47695
  readonly requestStream: false;
47315
47696
  readonly responseType: {
@@ -47318,8 +47699,8 @@ declare const SchedulerDefinition: {
47318
47699
  decode(input: _m0.Reader | Uint8Array, length?: number): ScheduledActionResponse;
47319
47700
  fromJSON(object: any): ScheduledActionResponse;
47320
47701
  toJSON(message: ScheduledActionResponse): unknown;
47321
- create(base?: DeepPartial_87<ScheduledActionResponse>): ScheduledActionResponse;
47322
- fromPartial(object: DeepPartial_87<ScheduledActionResponse>): ScheduledActionResponse;
47702
+ create(base?: DeepPartial_90<ScheduledActionResponse>): ScheduledActionResponse;
47703
+ fromPartial(object: DeepPartial_90<ScheduledActionResponse>): ScheduledActionResponse;
47323
47704
  };
47324
47705
  readonly responseStream: false;
47325
47706
  readonly options: {};
@@ -47333,8 +47714,8 @@ declare const SchedulerDefinition: {
47333
47714
  decode(input: _m0.Reader | Uint8Array, length?: number): CancelActionRequest;
47334
47715
  fromJSON(object: any): CancelActionRequest;
47335
47716
  toJSON(message: CancelActionRequest): unknown;
47336
- create(base?: DeepPartial_87<CancelActionRequest>): CancelActionRequest;
47337
- fromPartial(object: DeepPartial_87<CancelActionRequest>): CancelActionRequest;
47717
+ create(base?: DeepPartial_90<CancelActionRequest>): CancelActionRequest;
47718
+ fromPartial(object: DeepPartial_90<CancelActionRequest>): CancelActionRequest;
47338
47719
  };
47339
47720
  readonly requestStream: false;
47340
47721
  readonly responseType: {
@@ -47358,8 +47739,8 @@ declare const SchedulerDefinition: {
47358
47739
  decode(input: _m0.Reader | Uint8Array, length?: number): ListActionRequest;
47359
47740
  fromJSON(object: any): ListActionRequest;
47360
47741
  toJSON(message: ListActionRequest): unknown;
47361
- create(base?: DeepPartial_87<ListActionRequest>): ListActionRequest;
47362
- fromPartial(object: DeepPartial_87<ListActionRequest>): ListActionRequest;
47742
+ create(base?: DeepPartial_90<ListActionRequest>): ListActionRequest;
47743
+ fromPartial(object: DeepPartial_90<ListActionRequest>): ListActionRequest;
47363
47744
  };
47364
47745
  readonly requestStream: false;
47365
47746
  readonly responseType: {
@@ -47368,8 +47749,8 @@ declare const SchedulerDefinition: {
47368
47749
  decode(input: _m0.Reader | Uint8Array, length?: number): ListActionResponse;
47369
47750
  fromJSON(object: any): ListActionResponse;
47370
47751
  toJSON(message: ListActionResponse): unknown;
47371
- create(base?: DeepPartial_87<ListActionResponse>): ListActionResponse;
47372
- fromPartial(object: DeepPartial_87<ListActionResponse>): ListActionResponse;
47752
+ create(base?: DeepPartial_90<ListActionResponse>): ListActionResponse;
47753
+ fromPartial(object: DeepPartial_90<ListActionResponse>): ListActionResponse;
47373
47754
  };
47374
47755
  readonly responseStream: false;
47375
47756
  readonly options: {};
@@ -47628,8 +48009,8 @@ declare const ServiceDescriptorProto: {
47628
48009
  decode(input: _m0.Reader | Uint8Array, length?: number): ServiceDescriptorProto;
47629
48010
  fromJSON(object: any): ServiceDescriptorProto;
47630
48011
  toJSON(message: ServiceDescriptorProto): unknown;
47631
- create(base?: DeepPartial_102<ServiceDescriptorProto>): ServiceDescriptorProto;
47632
- fromPartial(object: DeepPartial_102<ServiceDescriptorProto>): ServiceDescriptorProto;
48012
+ create(base?: DeepPartial_105<ServiceDescriptorProto>): ServiceDescriptorProto;
48013
+ fromPartial(object: DeepPartial_105<ServiceDescriptorProto>): ServiceDescriptorProto;
47633
48014
  };
47634
48015
 
47635
48016
  declare interface ServiceOptions {
@@ -47652,8 +48033,8 @@ declare const ServiceOptions: {
47652
48033
  decode(input: _m0.Reader | Uint8Array, length?: number): ServiceOptions;
47653
48034
  fromJSON(object: any): ServiceOptions;
47654
48035
  toJSON(message: ServiceOptions): unknown;
47655
- create(base?: DeepPartial_102<ServiceOptions>): ServiceOptions;
47656
- fromPartial(object: DeepPartial_102<ServiceOptions>): ServiceOptions;
48036
+ create(base?: DeepPartial_105<ServiceOptions>): ServiceOptions;
48037
+ fromPartial(object: DeepPartial_105<ServiceOptions>): ServiceOptions;
47657
48038
  };
47658
48039
 
47659
48040
  declare interface SetContestModeRequest {
@@ -47769,8 +48150,8 @@ declare const SetPermissionsRequest: {
47769
48150
  decode(input: _m0.Reader | Uint8Array, length?: number): SetPermissionsRequest;
47770
48151
  fromJSON(object: any): SetPermissionsRequest;
47771
48152
  toJSON(message: SetPermissionsRequest): unknown;
47772
- create(base?: DeepPartial_98<SetPermissionsRequest>): SetPermissionsRequest;
47773
- fromPartial(object: DeepPartial_98<SetPermissionsRequest>): SetPermissionsRequest;
48153
+ create(base?: DeepPartial_101<SetPermissionsRequest>): SetPermissionsRequest;
48154
+ fromPartial(object: DeepPartial_101<SetPermissionsRequest>): SetPermissionsRequest;
47774
48155
  };
47775
48156
 
47776
48157
  export declare type SetPostFlairOptions = SetFlairOptions & {
@@ -47793,8 +48174,8 @@ declare const SetRangeRequest: {
47793
48174
  decode(input: _m0.Reader | Uint8Array, length?: number): SetRangeRequest;
47794
48175
  fromJSON(object: any): SetRangeRequest;
47795
48176
  toJSON(message: SetRangeRequest): unknown;
47796
- create(base?: DeepPartial_84<SetRangeRequest>): SetRangeRequest;
47797
- fromPartial(object: DeepPartial_84<SetRangeRequest>): SetRangeRequest;
48177
+ create(base?: DeepPartial_87<SetRangeRequest>): SetRangeRequest;
48178
+ fromPartial(object: DeepPartial_87<SetRangeRequest>): SetRangeRequest;
47798
48179
  };
47799
48180
 
47800
48181
  declare interface SetRequest {
@@ -47817,8 +48198,8 @@ declare const SetRequest: {
47817
48198
  decode(input: _m0.Reader | Uint8Array, length?: number): SetRequest;
47818
48199
  fromJSON(object: any): SetRequest;
47819
48200
  toJSON(message: SetRequest): unknown;
47820
- create(base?: DeepPartial_84<SetRequest>): SetRequest;
47821
- fromPartial(object: DeepPartial_84<SetRequest>): SetRequest;
48201
+ create(base?: DeepPartial_87<SetRequest>): SetRequest;
48202
+ fromPartial(object: DeepPartial_87<SetRequest>): SetRequest;
47822
48203
  };
47823
48204
 
47824
48205
  export declare type SetStateAction<S> = S | ((prevState: S) => S);
@@ -47948,8 +48329,8 @@ declare const SettingsDefinition: {
47948
48329
  decode(input: _m0.Reader | Uint8Array, length?: number): SettingsRequest;
47949
48330
  fromJSON(_: any): SettingsRequest;
47950
48331
  toJSON(_: SettingsRequest): unknown;
47951
- create(base?: DeepPartial_88<SettingsRequest>): SettingsRequest;
47952
- fromPartial(_: DeepPartial_88<SettingsRequest>): SettingsRequest;
48332
+ create(base?: DeepPartial_91<SettingsRequest>): SettingsRequest;
48333
+ fromPartial(_: DeepPartial_91<SettingsRequest>): SettingsRequest;
47953
48334
  };
47954
48335
  readonly requestStream: false;
47955
48336
  readonly responseType: {
@@ -47958,8 +48339,8 @@ declare const SettingsDefinition: {
47958
48339
  decode(input: _m0.Reader | Uint8Array, length?: number): SettingsResponse;
47959
48340
  fromJSON(object: any): SettingsResponse;
47960
48341
  toJSON(message: SettingsResponse): unknown;
47961
- create(base?: DeepPartial_88<SettingsResponse>): SettingsResponse;
47962
- fromPartial(object: DeepPartial_88<SettingsResponse>): SettingsResponse;
48342
+ create(base?: DeepPartial_91<SettingsResponse>): SettingsResponse;
48343
+ fromPartial(object: DeepPartial_91<SettingsResponse>): SettingsResponse;
47963
48344
  };
47964
48345
  readonly responseStream: false;
47965
48346
  readonly options: {};
@@ -47987,8 +48368,8 @@ declare const SettingsRequest: {
47987
48368
  decode(input: _m0.Reader | Uint8Array, length?: number): SettingsRequest;
47988
48369
  fromJSON(_: any): SettingsRequest;
47989
48370
  toJSON(_: SettingsRequest): unknown;
47990
- create(base?: DeepPartial_88<SettingsRequest>): SettingsRequest;
47991
- fromPartial(_: DeepPartial_88<SettingsRequest>): SettingsRequest;
48371
+ create(base?: DeepPartial_91<SettingsRequest>): SettingsRequest;
48372
+ fromPartial(_: DeepPartial_91<SettingsRequest>): SettingsRequest;
47992
48373
  };
47993
48374
 
47994
48375
  declare interface SettingsResponse {
@@ -48006,8 +48387,8 @@ declare const SettingsResponse: {
48006
48387
  decode(input: _m0.Reader | Uint8Array, length?: number): SettingsResponse;
48007
48388
  fromJSON(object: any): SettingsResponse;
48008
48389
  toJSON(message: SettingsResponse): unknown;
48009
- create(base?: DeepPartial_88<SettingsResponse>): SettingsResponse;
48010
- fromPartial(object: DeepPartial_88<SettingsResponse>): SettingsResponse;
48390
+ create(base?: DeepPartial_91<SettingsResponse>): SettingsResponse;
48391
+ fromPartial(object: DeepPartial_91<SettingsResponse>): SettingsResponse;
48011
48392
  };
48012
48393
 
48013
48394
  declare const SettingsServiceName = "devvit.plugin.settings.v1alpha.Settings";
@@ -48033,8 +48414,8 @@ declare const SettingsValues_2: {
48033
48414
  decode(input: _m0.Reader | Uint8Array, length?: number): SettingsValues_2;
48034
48415
  fromJSON(object: any): SettingsValues_2;
48035
48416
  toJSON(message: SettingsValues_2): unknown;
48036
- create(base?: DeepPartial_88<SettingsValues_2>): SettingsValues_2;
48037
- fromPartial(object: DeepPartial_88<SettingsValues_2>): SettingsValues_2;
48417
+ create(base?: DeepPartial_91<SettingsValues_2>): SettingsValues_2;
48418
+ fromPartial(object: DeepPartial_91<SettingsValues_2>): SettingsValues_2;
48038
48419
  };
48039
48420
 
48040
48421
  declare interface SettingsValues_SettingsEntry {
@@ -48048,8 +48429,8 @@ declare const SettingsValues_SettingsEntry: {
48048
48429
  decode(input: _m0.Reader | Uint8Array, length?: number): SettingsValues_SettingsEntry;
48049
48430
  fromJSON(object: any): SettingsValues_SettingsEntry;
48050
48431
  toJSON(message: SettingsValues_SettingsEntry): unknown;
48051
- create(base?: DeepPartial_88<SettingsValues_SettingsEntry>): SettingsValues_SettingsEntry;
48052
- fromPartial(object: DeepPartial_88<SettingsValues_SettingsEntry>): SettingsValues_SettingsEntry;
48432
+ create(base?: DeepPartial_91<SettingsValues_SettingsEntry>): SettingsValues_SettingsEntry;
48433
+ fromPartial(object: DeepPartial_91<SettingsValues_SettingsEntry>): SettingsValues_SettingsEntry;
48053
48434
  };
48054
48435
 
48055
48436
  export declare type SetUserFlairOptions = SetFlairOptions & {
@@ -48358,8 +48739,8 @@ declare const SourceCodeInfo: {
48358
48739
  decode(input: _m0.Reader | Uint8Array, length?: number): SourceCodeInfo;
48359
48740
  fromJSON(object: any): SourceCodeInfo;
48360
48741
  toJSON(message: SourceCodeInfo): unknown;
48361
- create(base?: DeepPartial_102<SourceCodeInfo>): SourceCodeInfo;
48362
- fromPartial(object: DeepPartial_102<SourceCodeInfo>): SourceCodeInfo;
48742
+ create(base?: DeepPartial_105<SourceCodeInfo>): SourceCodeInfo;
48743
+ fromPartial(object: DeepPartial_105<SourceCodeInfo>): SourceCodeInfo;
48363
48744
  };
48364
48745
 
48365
48746
  declare interface SourceCodeInfo_Location {
@@ -48457,8 +48838,8 @@ declare const SourceCodeInfo_Location: {
48457
48838
  decode(input: _m0.Reader | Uint8Array, length?: number): SourceCodeInfo_Location;
48458
48839
  fromJSON(object: any): SourceCodeInfo_Location;
48459
48840
  toJSON(message: SourceCodeInfo_Location): unknown;
48460
- create(base?: DeepPartial_102<SourceCodeInfo_Location>): SourceCodeInfo_Location;
48461
- fromPartial(object: DeepPartial_102<SourceCodeInfo_Location>): SourceCodeInfo_Location;
48841
+ create(base?: DeepPartial_105<SourceCodeInfo_Location>): SourceCodeInfo_Location;
48842
+ fromPartial(object: DeepPartial_105<SourceCodeInfo_Location>): SourceCodeInfo_Location;
48462
48843
  };
48463
48844
 
48464
48845
  declare const SPOILER_TEXT_ELEMENT = "spoilertext";
@@ -48678,8 +49059,8 @@ declare const StorableAction: {
48678
49059
  decode(input: _m0.Reader | Uint8Array, length?: number): StorableAction;
48679
49060
  fromJSON(object: any): StorableAction;
48680
49061
  toJSON(message: StorableAction): unknown;
48681
- create(base?: DeepPartial_87<StorableAction>): StorableAction;
48682
- fromPartial(object: DeepPartial_87<StorableAction>): StorableAction;
49062
+ create(base?: DeepPartial_90<StorableAction>): StorableAction;
49063
+ fromPartial(object: DeepPartial_90<StorableAction>): StorableAction;
48683
49064
  };
48684
49065
 
48685
49066
  declare interface StorableAction_MetadataEntry {
@@ -48693,8 +49074,8 @@ declare const StorableAction_MetadataEntry: {
48693
49074
  decode(input: _m0.Reader | Uint8Array, length?: number): StorableAction_MetadataEntry;
48694
49075
  fromJSON(object: any): StorableAction_MetadataEntry;
48695
49076
  toJSON(message: StorableAction_MetadataEntry): unknown;
48696
- create(base?: DeepPartial_87<StorableAction_MetadataEntry>): StorableAction_MetadataEntry;
48697
- fromPartial(object: DeepPartial_87<StorableAction_MetadataEntry>): StorableAction_MetadataEntry;
49077
+ create(base?: DeepPartial_90<StorableAction_MetadataEntry>): StorableAction_MetadataEntry;
49078
+ fromPartial(object: DeepPartial_90<StorableAction_MetadataEntry>): StorableAction_MetadataEntry;
48698
49079
  };
48699
49080
 
48700
49081
  declare enum StorableAction_State {
@@ -48756,8 +49137,8 @@ declare const StreamBrokerDefinition: {
48756
49137
  decode(input: _m0.Reader | Uint8Array, length?: number): Message;
48757
49138
  fromJSON(object: any): Message;
48758
49139
  toJSON(message: Message): unknown;
48759
- create(base?: DeepPartial_89<Message>): Message;
48760
- fromPartial(object: DeepPartial_89<Message>): Message;
49140
+ create(base?: DeepPartial_92<Message>): Message;
49141
+ fromPartial(object: DeepPartial_92<Message>): Message;
48761
49142
  };
48762
49143
  readonly requestStream: false;
48763
49144
  readonly responseType: {
@@ -48780,8 +49161,8 @@ declare const StreamBrokerDefinition: {
48780
49161
  decode(input: _m0.Reader | Uint8Array, length?: number): Cursor;
48781
49162
  fromJSON(object: any): Cursor;
48782
49163
  toJSON(message: Cursor): unknown;
48783
- create(base?: DeepPartial_89<Cursor>): Cursor;
48784
- fromPartial(object: DeepPartial_89<Cursor>): Cursor;
49164
+ create(base?: DeepPartial_92<Cursor>): Cursor;
49165
+ fromPartial(object: DeepPartial_92<Cursor>): Cursor;
48785
49166
  };
48786
49167
  readonly requestStream: false;
48787
49168
  readonly responseType: {
@@ -48790,8 +49171,8 @@ declare const StreamBrokerDefinition: {
48790
49171
  decode(input: _m0.Reader | Uint8Array, length?: number): Message;
48791
49172
  fromJSON(object: any): Message;
48792
49173
  toJSON(message: Message): unknown;
48793
- create(base?: DeepPartial_89<Message>): Message;
48794
- fromPartial(object: DeepPartial_89<Message>): Message;
49174
+ create(base?: DeepPartial_92<Message>): Message;
49175
+ fromPartial(object: DeepPartial_92<Message>): Message;
48795
49176
  };
48796
49177
  readonly responseStream: true;
48797
49178
  readonly options: {};
@@ -48850,8 +49231,8 @@ declare const StreamsDefinition: {
48850
49231
  decode(input: _m0.Reader | Uint8Array, length?: number): TestMessage;
48851
49232
  fromJSON(object: any): TestMessage;
48852
49233
  toJSON(message: TestMessage): unknown;
48853
- create(base?: DeepPartial_90<TestMessage>): TestMessage;
48854
- fromPartial(object: DeepPartial_90<TestMessage>): TestMessage;
49234
+ create(base?: DeepPartial_93<TestMessage>): TestMessage;
49235
+ fromPartial(object: DeepPartial_93<TestMessage>): TestMessage;
48855
49236
  };
48856
49237
  readonly requestStream: true;
48857
49238
  readonly responseType: {
@@ -48860,8 +49241,8 @@ declare const StreamsDefinition: {
48860
49241
  decode(input: _m0.Reader | Uint8Array, length?: number): TestMessage;
48861
49242
  fromJSON(object: any): TestMessage;
48862
49243
  toJSON(message: TestMessage): unknown;
48863
- create(base?: DeepPartial_90<TestMessage>): TestMessage;
48864
- fromPartial(object: DeepPartial_90<TestMessage>): TestMessage;
49244
+ create(base?: DeepPartial_93<TestMessage>): TestMessage;
49245
+ fromPartial(object: DeepPartial_93<TestMessage>): TestMessage;
48865
49246
  };
48866
49247
  readonly responseStream: true;
48867
49248
  readonly options: {};
@@ -48878,8 +49259,8 @@ declare const StreamsDefinition: {
48878
49259
  decode(input: _m0.Reader | Uint8Array, length?: number): TestMessage;
48879
49260
  fromJSON(object: any): TestMessage;
48880
49261
  toJSON(message: TestMessage): unknown;
48881
- create(base?: DeepPartial_90<TestMessage>): TestMessage;
48882
- fromPartial(object: DeepPartial_90<TestMessage>): TestMessage;
49262
+ create(base?: DeepPartial_93<TestMessage>): TestMessage;
49263
+ fromPartial(object: DeepPartial_93<TestMessage>): TestMessage;
48883
49264
  };
48884
49265
  readonly requestStream: true;
48885
49266
  readonly responseType: {
@@ -48888,8 +49269,8 @@ declare const StreamsDefinition: {
48888
49269
  decode(input: _m0.Reader | Uint8Array, length?: number): TestMessage;
48889
49270
  fromJSON(object: any): TestMessage;
48890
49271
  toJSON(message: TestMessage): unknown;
48891
- create(base?: DeepPartial_90<TestMessage>): TestMessage;
48892
- fromPartial(object: DeepPartial_90<TestMessage>): TestMessage;
49272
+ create(base?: DeepPartial_93<TestMessage>): TestMessage;
49273
+ fromPartial(object: DeepPartial_93<TestMessage>): TestMessage;
48893
49274
  };
48894
49275
  readonly responseStream: false;
48895
49276
  readonly options: {};
@@ -48906,8 +49287,8 @@ declare const StreamsDefinition: {
48906
49287
  decode(input: _m0.Reader | Uint8Array, length?: number): TestMessage;
48907
49288
  fromJSON(object: any): TestMessage;
48908
49289
  toJSON(message: TestMessage): unknown;
48909
- create(base?: DeepPartial_90<TestMessage>): TestMessage;
48910
- fromPartial(object: DeepPartial_90<TestMessage>): TestMessage;
49290
+ create(base?: DeepPartial_93<TestMessage>): TestMessage;
49291
+ fromPartial(object: DeepPartial_93<TestMessage>): TestMessage;
48911
49292
  };
48912
49293
  readonly requestStream: false;
48913
49294
  readonly responseType: {
@@ -48916,8 +49297,8 @@ declare const StreamsDefinition: {
48916
49297
  decode(input: _m0.Reader | Uint8Array, length?: number): TestMessage;
48917
49298
  fromJSON(object: any): TestMessage;
48918
49299
  toJSON(message: TestMessage): unknown;
48919
- create(base?: DeepPartial_90<TestMessage>): TestMessage;
48920
- fromPartial(object: DeepPartial_90<TestMessage>): TestMessage;
49300
+ create(base?: DeepPartial_93<TestMessage>): TestMessage;
49301
+ fromPartial(object: DeepPartial_93<TestMessage>): TestMessage;
48921
49302
  };
48922
49303
  readonly responseStream: true;
48923
49304
  readonly options: {};
@@ -48990,8 +49371,8 @@ declare const Struct: {
48990
49371
  decode(input: _m0.Reader | Uint8Array, length?: number): Struct;
48991
49372
  fromJSON(object: any): Struct;
48992
49373
  toJSON(message: Struct): unknown;
48993
- create(base?: DeepPartial_101<Struct>): Struct;
48994
- fromPartial(object: DeepPartial_101<Struct>): Struct;
49374
+ create(base?: DeepPartial_104<Struct>): Struct;
49375
+ fromPartial(object: DeepPartial_104<Struct>): Struct;
48995
49376
  wrap(object: {
48996
49377
  [key: string]: any;
48997
49378
  } | undefined): Struct;
@@ -49011,8 +49392,8 @@ declare const Struct_FieldsEntry: {
49011
49392
  decode(input: _m0.Reader | Uint8Array, length?: number): Struct_FieldsEntry;
49012
49393
  fromJSON(object: any): Struct_FieldsEntry;
49013
49394
  toJSON(message: Struct_FieldsEntry): unknown;
49014
- create(base?: DeepPartial_101<Struct_FieldsEntry>): Struct_FieldsEntry;
49015
- fromPartial(object: DeepPartial_101<Struct_FieldsEntry>): Struct_FieldsEntry;
49395
+ create(base?: DeepPartial_104<Struct_FieldsEntry>): Struct_FieldsEntry;
49396
+ fromPartial(object: DeepPartial_104<Struct_FieldsEntry>): Struct_FieldsEntry;
49016
49397
  };
49017
49398
 
49018
49399
  declare interface StylesheetRequest {
@@ -50135,8 +50516,8 @@ declare const SubredditCollectionsRequest: {
50135
50516
  decode(input: _m0.Reader | Uint8Array, length?: number): SubredditCollectionsRequest;
50136
50517
  fromJSON(object: any): SubredditCollectionsRequest;
50137
50518
  toJSON(message: SubredditCollectionsRequest): unknown;
50138
- create(base?: DeepPartial_79<SubredditCollectionsRequest>): SubredditCollectionsRequest;
50139
- fromPartial(object: DeepPartial_79<SubredditCollectionsRequest>): SubredditCollectionsRequest;
50519
+ create(base?: DeepPartial_82<SubredditCollectionsRequest>): SubredditCollectionsRequest;
50520
+ fromPartial(object: DeepPartial_82<SubredditCollectionsRequest>): SubredditCollectionsRequest;
50140
50521
  };
50141
50522
 
50142
50523
  declare interface SubredditCollectionsResponse {
@@ -50150,8 +50531,8 @@ declare const SubredditCollectionsResponse: {
50150
50531
  decode(input: _m0.Reader | Uint8Array, length?: number): SubredditCollectionsResponse;
50151
50532
  fromJSON(object: any): SubredditCollectionsResponse;
50152
50533
  toJSON(message: SubredditCollectionsResponse): unknown;
50153
- create(base?: DeepPartial_79<SubredditCollectionsResponse>): SubredditCollectionsResponse;
50154
- fromPartial(object: DeepPartial_79<SubredditCollectionsResponse>): SubredditCollectionsResponse;
50534
+ create(base?: DeepPartial_82<SubredditCollectionsResponse>): SubredditCollectionsResponse;
50535
+ fromPartial(object: DeepPartial_82<SubredditCollectionsResponse>): SubredditCollectionsResponse;
50155
50536
  };
50156
50537
 
50157
50538
  declare interface SubredditContextActions {
@@ -50167,8 +50548,8 @@ declare const SubredditContextActions: {
50167
50548
  decode(input: _m0.Reader | Uint8Array, length?: number): SubredditContextActions;
50168
50549
  fromJSON(object: any): SubredditContextActions;
50169
50550
  toJSON(message: SubredditContextActions): unknown;
50170
- create(base?: DeepPartial_92<SubredditContextActions>): SubredditContextActions;
50171
- fromPartial(object: DeepPartial_92<SubredditContextActions>): SubredditContextActions;
50551
+ create(base?: DeepPartial_95<SubredditContextActions>): SubredditContextActions;
50552
+ fromPartial(object: DeepPartial_95<SubredditContextActions>): SubredditContextActions;
50172
50553
  };
50173
50554
 
50174
50555
  export declare type SubredditData = {
@@ -50296,8 +50677,8 @@ declare const SubredditMetadataRequest: {
50296
50677
  decode(input: _m0.Reader | Uint8Array, length?: number): SubredditMetadataRequest;
50297
50678
  fromJSON(object: any): SubredditMetadataRequest;
50298
50679
  toJSON(message: SubredditMetadataRequest): unknown;
50299
- create(base?: DeepPartial_91<SubredditMetadataRequest>): SubredditMetadataRequest;
50300
- fromPartial(object: DeepPartial_91<SubredditMetadataRequest>): SubredditMetadataRequest;
50680
+ create(base?: DeepPartial_94<SubredditMetadataRequest>): SubredditMetadataRequest;
50681
+ fromPartial(object: DeepPartial_94<SubredditMetadataRequest>): SubredditMetadataRequest;
50301
50682
  };
50302
50683
 
50303
50684
  declare interface SubredditMetadataResolver {
@@ -50327,8 +50708,8 @@ declare const SubredditMetadataResolverDefinition: {
50327
50708
  decode(input: _m0.Reader | Uint8Array, length?: number): SubredditMetadataRequest;
50328
50709
  fromJSON(object: any): SubredditMetadataRequest;
50329
50710
  toJSON(message: SubredditMetadataRequest): unknown;
50330
- create(base?: DeepPartial_91<SubredditMetadataRequest>): SubredditMetadataRequest;
50331
- fromPartial(object: DeepPartial_91<SubredditMetadataRequest>): SubredditMetadataRequest;
50711
+ create(base?: DeepPartial_94<SubredditMetadataRequest>): SubredditMetadataRequest;
50712
+ fromPartial(object: DeepPartial_94<SubredditMetadataRequest>): SubredditMetadataRequest;
50332
50713
  };
50333
50714
  readonly requestStream: false;
50334
50715
  readonly responseType: {
@@ -55443,8 +55824,8 @@ declare const SupervisorDefinition: {
55443
55824
  decode(input: _m0.Reader | Uint8Array, length?: number): UnloadRequest;
55444
55825
  fromJSON(object: any): UnloadRequest;
55445
55826
  toJSON(message: UnloadRequest): unknown;
55446
- create(base?: DeepPartial_103<UnloadRequest>): UnloadRequest;
55447
- fromPartial(object: DeepPartial_103<UnloadRequest>): UnloadRequest;
55827
+ create(base?: DeepPartial_106<UnloadRequest>): UnloadRequest;
55828
+ fromPartial(object: DeepPartial_106<UnloadRequest>): UnloadRequest;
55448
55829
  };
55449
55830
  readonly requestStream: false;
55450
55831
  readonly responseType: {
@@ -55668,8 +56049,8 @@ declare const TestMessage: {
55668
56049
  decode(input: _m0.Reader | Uint8Array, length?: number): TestMessage;
55669
56050
  fromJSON(object: any): TestMessage;
55670
56051
  toJSON(message: TestMessage): unknown;
55671
- create(base?: DeepPartial_90<TestMessage>): TestMessage;
55672
- fromPartial(object: DeepPartial_90<TestMessage>): TestMessage;
56052
+ create(base?: DeepPartial_93<TestMessage>): TestMessage;
56053
+ fromPartial(object: DeepPartial_93<TestMessage>): TestMessage;
55673
56054
  };
55674
56055
 
55675
56056
  declare type Text = {
@@ -55778,8 +56159,8 @@ declare const TimerDefinition: {
55778
56159
  decode(input: _m0.Reader | Uint8Array, length?: number): TimerMessage;
55779
56160
  fromJSON(object: any): TimerMessage;
55780
56161
  toJSON(message: TimerMessage): unknown;
55781
- create(base?: DeepPartial_93<TimerMessage>): TimerMessage;
55782
- fromPartial(object: DeepPartial_93<TimerMessage>): TimerMessage;
56162
+ create(base?: DeepPartial_96<TimerMessage>): TimerMessage;
56163
+ fromPartial(object: DeepPartial_96<TimerMessage>): TimerMessage;
55783
56164
  };
55784
56165
  readonly requestStream: false;
55785
56166
  readonly responseType: {
@@ -55824,8 +56205,8 @@ declare const TimerMessage: {
55824
56205
  decode(input: _m0.Reader | Uint8Array, length?: number): TimerMessage;
55825
56206
  fromJSON(object: any): TimerMessage;
55826
56207
  toJSON(message: TimerMessage): unknown;
55827
- create(base?: DeepPartial_93<TimerMessage>): TimerMessage;
55828
- fromPartial(object: DeepPartial_93<TimerMessage>): TimerMessage;
56208
+ create(base?: DeepPartial_96<TimerMessage>): TimerMessage;
56209
+ fromPartial(object: DeepPartial_96<TimerMessage>): TimerMessage;
55829
56210
  };
55830
56211
 
55831
56212
  declare const TimerServiceName = "devvit.plugin.timer.Timer";
@@ -56045,8 +56426,8 @@ declare const TransactionId: {
56045
56426
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionId;
56046
56427
  fromJSON(object: any): TransactionId;
56047
56428
  toJSON(message: TransactionId): unknown;
56048
- create(base?: DeepPartial_84<TransactionId>): TransactionId;
56049
- fromPartial(object: DeepPartial_84<TransactionId>): TransactionId;
56429
+ create(base?: DeepPartial_87<TransactionId>): TransactionId;
56430
+ fromPartial(object: DeepPartial_87<TransactionId>): TransactionId;
56050
56431
  };
56051
56432
 
56052
56433
  declare interface TransactionResponse {
@@ -56063,8 +56444,8 @@ declare const TransactionResponse: {
56063
56444
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionResponse;
56064
56445
  fromJSON(object: any): TransactionResponse;
56065
56446
  toJSON(message: TransactionResponse): unknown;
56066
- create(base?: DeepPartial_84<TransactionResponse>): TransactionResponse;
56067
- fromPartial(object: DeepPartial_84<TransactionResponse>): TransactionResponse;
56447
+ create(base?: DeepPartial_87<TransactionResponse>): TransactionResponse;
56448
+ fromPartial(object: DeepPartial_87<TransactionResponse>): TransactionResponse;
56068
56449
  };
56069
56450
 
56070
56451
  declare interface TransactionResponses {
@@ -56077,8 +56458,8 @@ declare const TransactionResponses: {
56077
56458
  decode(input: _m0.Reader | Uint8Array, length?: number): TransactionResponses;
56078
56459
  fromJSON(object: any): TransactionResponses;
56079
56460
  toJSON(message: TransactionResponses): unknown;
56080
- create(base?: DeepPartial_84<TransactionResponses>): TransactionResponses;
56081
- fromPartial(object: DeepPartial_84<TransactionResponses>): TransactionResponses;
56461
+ create(base?: DeepPartial_87<TransactionResponses>): TransactionResponses;
56462
+ fromPartial(object: DeepPartial_87<TransactionResponses>): TransactionResponses;
56082
56463
  };
56083
56464
 
56084
56465
  export declare type TriggerContext = Omit<Devvit.Context, 'ui' | 'dimensions' | 'modLog' | 'uiEnvironment'>;
@@ -56121,8 +56502,8 @@ declare const TriggerEvent_2: {
56121
56502
  decode(input: _m0.Reader | Uint8Array, length?: number): TriggerEvent_2;
56122
56503
  fromJSON(object: any): TriggerEvent_2;
56123
56504
  toJSON(message: TriggerEvent_2): unknown;
56124
- create(base?: DeepPartial_94<TriggerEvent_2>): TriggerEvent_2;
56125
- fromPartial(object: DeepPartial_94<TriggerEvent_2>): TriggerEvent_2;
56505
+ create(base?: DeepPartial_97<TriggerEvent_2>): TriggerEvent_2;
56506
+ fromPartial(object: DeepPartial_97<TriggerEvent_2>): TriggerEvent_2;
56126
56507
  };
56127
56508
 
56128
56509
  /** Maps a TriggerEvent to a Protobuf message and type. */
@@ -56185,8 +56566,8 @@ declare const TriggerFanOutResponse: {
56185
56566
  decode(input: _m0.Reader | Uint8Array, length?: number): TriggerFanOutResponse;
56186
56567
  fromJSON(object: any): TriggerFanOutResponse;
56187
56568
  toJSON(message: TriggerFanOutResponse): unknown;
56188
- create(base?: DeepPartial_95<TriggerFanOutResponse>): TriggerFanOutResponse;
56189
- fromPartial(object: DeepPartial_95<TriggerFanOutResponse>): TriggerFanOutResponse;
56569
+ create(base?: DeepPartial_98<TriggerFanOutResponse>): TriggerFanOutResponse;
56570
+ fromPartial(object: DeepPartial_98<TriggerFanOutResponse>): TriggerFanOutResponse;
56190
56571
  };
56191
56572
 
56192
56573
  declare interface TriggerInvocation {
@@ -56200,8 +56581,8 @@ declare const TriggerInvocation: {
56200
56581
  decode(input: _m0.Reader | Uint8Array, length?: number): TriggerInvocation;
56201
56582
  fromJSON(object: any): TriggerInvocation;
56202
56583
  toJSON(message: TriggerInvocation): unknown;
56203
- create(base?: DeepPartial_95<TriggerInvocation>): TriggerInvocation;
56204
- fromPartial(object: DeepPartial_95<TriggerInvocation>): TriggerInvocation;
56584
+ create(base?: DeepPartial_98<TriggerInvocation>): TriggerInvocation;
56585
+ fromPartial(object: DeepPartial_98<TriggerInvocation>): TriggerInvocation;
56205
56586
  };
56206
56587
 
56207
56588
  export declare type TriggerOnEventHandler<RequestType> = (event: RequestType, context: TriggerContext) => TriggerResult;
@@ -56223,8 +56604,8 @@ declare const TriggerResponse: {
56223
56604
  decode(input: _m0.Reader | Uint8Array, length?: number): TriggerResponse;
56224
56605
  fromJSON(object: any): TriggerResponse;
56225
56606
  toJSON(message: TriggerResponse): unknown;
56226
- create(base?: DeepPartial_95<TriggerResponse>): TriggerResponse;
56227
- fromPartial(object: DeepPartial_95<TriggerResponse>): TriggerResponse;
56607
+ create(base?: DeepPartial_98<TriggerResponse>): TriggerResponse;
56608
+ fromPartial(object: DeepPartial_98<TriggerResponse>): TriggerResponse;
56228
56609
  };
56229
56610
 
56230
56611
  declare interface TriggerResponse_ErrorsEntry {
@@ -56238,8 +56619,8 @@ declare const TriggerResponse_ErrorsEntry: {
56238
56619
  decode(input: _m0.Reader | Uint8Array, length?: number): TriggerResponse_ErrorsEntry;
56239
56620
  fromJSON(object: any): TriggerResponse_ErrorsEntry;
56240
56621
  toJSON(message: TriggerResponse_ErrorsEntry): unknown;
56241
- create(base?: DeepPartial_95<TriggerResponse_ErrorsEntry>): TriggerResponse_ErrorsEntry;
56242
- fromPartial(object: DeepPartial_95<TriggerResponse_ErrorsEntry>): TriggerResponse_ErrorsEntry;
56622
+ create(base?: DeepPartial_98<TriggerResponse_ErrorsEntry>): TriggerResponse_ErrorsEntry;
56623
+ fromPartial(object: DeepPartial_98<TriggerResponse_ErrorsEntry>): TriggerResponse_ErrorsEntry;
56243
56624
  };
56244
56625
 
56245
56626
  declare type TriggerResult = Promise<void> | void;
@@ -60187,8 +60568,8 @@ declare const TriggersDefinition: {
60187
60568
  decode(input: _m0.Reader | Uint8Array, length?: number): TriggerResponse;
60188
60569
  fromJSON(object: any): TriggerResponse;
60189
60570
  toJSON(message: TriggerResponse): unknown;
60190
- create(base?: DeepPartial_95<TriggerResponse>): TriggerResponse;
60191
- fromPartial(object: DeepPartial_95<TriggerResponse>): TriggerResponse;
60571
+ create(base?: DeepPartial_98<TriggerResponse>): TriggerResponse;
60572
+ fromPartial(object: DeepPartial_98<TriggerResponse>): TriggerResponse;
60192
60573
  };
60193
60574
  readonly responseStream: false;
60194
60575
  readonly options: {};
@@ -64107,8 +64488,8 @@ declare const TriggersDefinition: {
64107
64488
  decode(input: _m0.Reader | Uint8Array, length?: number): TriggerFanOutResponse;
64108
64489
  fromJSON(object: any): TriggerFanOutResponse;
64109
64490
  toJSON(message: TriggerFanOutResponse): unknown;
64110
- create(base?: DeepPartial_95<TriggerFanOutResponse>): TriggerFanOutResponse;
64111
- fromPartial(object: DeepPartial_95<TriggerFanOutResponse>): TriggerFanOutResponse;
64491
+ create(base?: DeepPartial_98<TriggerFanOutResponse>): TriggerFanOutResponse;
64492
+ fromPartial(object: DeepPartial_98<TriggerFanOutResponse>): TriggerFanOutResponse;
64112
64493
  };
64113
64494
  readonly responseStream: false;
64114
64495
  readonly options: {};
@@ -64121,8 +64502,8 @@ declare const TriggersDefinition: {
64121
64502
  decode(input: _m0.Reader | Uint8Array, length?: number): TriggerInvocation;
64122
64503
  fromJSON(object: any): TriggerInvocation;
64123
64504
  toJSON(message: TriggerInvocation): unknown;
64124
- create(base?: DeepPartial_95<TriggerInvocation>): TriggerInvocation;
64125
- fromPartial(object: DeepPartial_95<TriggerInvocation>): TriggerInvocation;
64505
+ create(base?: DeepPartial_98<TriggerInvocation>): TriggerInvocation;
64506
+ fromPartial(object: DeepPartial_98<TriggerInvocation>): TriggerInvocation;
64126
64507
  };
64127
64508
  readonly requestStream: false;
64128
64509
  readonly responseType: {
@@ -64673,15 +65054,11 @@ declare interface UIEvent {
64673
65054
  * effects.
64674
65055
  */
64675
65056
  async?: boolean | undefined;
64676
- /**
64677
- * This is set for circuit-broken or fetchy events that are known to only work on the
64678
- * remote runtime.
64679
- */
64680
- remoteOnly?: boolean | undefined;
64681
65057
  /** The id of a the hook that should respond to this event */
64682
65058
  hook?: string | undefined;
64683
65059
  /** Signals if this event should be sent to the front (true) or back of the queue (false) */
64684
65060
  retry?: boolean | undefined;
65061
+ scope?: UIEventScope | undefined;
64685
65062
  }
64686
65063
 
64687
65064
  declare const UIEvent: {
@@ -64723,8 +65100,8 @@ declare const UIEventHandlerDefinition: {
64723
65100
  decode(input: _m0.Reader | Uint8Array, length?: number): HandleUIEventRequest;
64724
65101
  fromJSON(object: any): HandleUIEventRequest;
64725
65102
  toJSON(message: HandleUIEventRequest): unknown;
64726
- create(base?: DeepPartial_97<HandleUIEventRequest>): HandleUIEventRequest;
64727
- fromPartial(object: DeepPartial_97<HandleUIEventRequest>): HandleUIEventRequest;
65103
+ create(base?: DeepPartial_100<HandleUIEventRequest>): HandleUIEventRequest;
65104
+ fromPartial(object: DeepPartial_100<HandleUIEventRequest>): HandleUIEventRequest;
64728
65105
  };
64729
65106
  readonly requestStream: false;
64730
65107
  readonly responseType: {
@@ -64733,8 +65110,8 @@ declare const UIEventHandlerDefinition: {
64733
65110
  decode(input: _m0.Reader | Uint8Array, length?: number): HandleUIEventResponse;
64734
65111
  fromJSON(object: any): HandleUIEventResponse;
64735
65112
  toJSON(message: HandleUIEventResponse): unknown;
64736
- create(base?: DeepPartial_97<HandleUIEventResponse>): HandleUIEventResponse;
64737
- fromPartial(object: DeepPartial_97<HandleUIEventResponse>): HandleUIEventResponse;
65113
+ create(base?: DeepPartial_100<HandleUIEventResponse>): HandleUIEventResponse;
65114
+ fromPartial(object: DeepPartial_100<HandleUIEventResponse>): HandleUIEventResponse;
64738
65115
  };
64739
65116
  readonly responseStream: false;
64740
65117
  readonly options: {};
@@ -64744,6 +65121,23 @@ declare const UIEventHandlerDefinition: {
64744
65121
 
64745
65122
  declare const UIEventHandlerServiceName = "devvit.ui.events.v1alpha.UIEventHandler";
64746
65123
 
65124
+ /**
65125
+ * This is set when we want to map events to a specific runtime, examples:
65126
+ * [1] incoming realtime messages on a websocket connection
65127
+ * [2] keydown events in a text input block
65128
+ * Both are intended to be run only on local runtime
65129
+ */
65130
+ declare enum UIEventScope {
65131
+ ALL = 0,
65132
+ LOCAL = 1,
65133
+ REMOTE = 2,
65134
+ UNRECOGNIZED = -1
65135
+ }
65136
+
65137
+ declare function uIEventScopeFromJSON(object: any): UIEventScope;
65138
+
65139
+ declare function uIEventScopeToJSON(object: UIEventScope): number;
65140
+
64747
65141
  /**
64748
65142
  * Wrapper message for `uint32`.
64749
65143
  *
@@ -64884,8 +65278,8 @@ declare const UnfriendRequest: {
64884
65278
  decode(input: _m0.Reader | Uint8Array, length?: number): UnfriendRequest;
64885
65279
  fromJSON(object: any): UnfriendRequest;
64886
65280
  toJSON(message: UnfriendRequest): unknown;
64887
- create(base?: DeepPartial_98<UnfriendRequest>): UnfriendRequest;
64888
- fromPartial(object: DeepPartial_98<UnfriendRequest>): UnfriendRequest;
65281
+ create(base?: DeepPartial_101<UnfriendRequest>): UnfriendRequest;
65282
+ fromPartial(object: DeepPartial_101<UnfriendRequest>): UnfriendRequest;
64889
65283
  };
64890
65284
 
64891
65285
  /**
@@ -64916,8 +65310,8 @@ declare const UninterpretedOption: {
64916
65310
  decode(input: _m0.Reader | Uint8Array, length?: number): UninterpretedOption;
64917
65311
  fromJSON(object: any): UninterpretedOption;
64918
65312
  toJSON(message: UninterpretedOption): unknown;
64919
- create(base?: DeepPartial_102<UninterpretedOption>): UninterpretedOption;
64920
- fromPartial(object: DeepPartial_102<UninterpretedOption>): UninterpretedOption;
65313
+ create(base?: DeepPartial_105<UninterpretedOption>): UninterpretedOption;
65314
+ fromPartial(object: DeepPartial_105<UninterpretedOption>): UninterpretedOption;
64921
65315
  };
64922
65316
 
64923
65317
  /**
@@ -64938,8 +65332,8 @@ declare const UninterpretedOption_NamePart: {
64938
65332
  decode(input: _m0.Reader | Uint8Array, length?: number): UninterpretedOption_NamePart;
64939
65333
  fromJSON(object: any): UninterpretedOption_NamePart;
64940
65334
  toJSON(message: UninterpretedOption_NamePart): unknown;
64941
- create(base?: DeepPartial_102<UninterpretedOption_NamePart>): UninterpretedOption_NamePart;
64942
- fromPartial(object: DeepPartial_102<UninterpretedOption_NamePart>): UninterpretedOption_NamePart;
65335
+ create(base?: DeepPartial_105<UninterpretedOption_NamePart>): UninterpretedOption_NamePart;
65336
+ fromPartial(object: DeepPartial_105<UninterpretedOption_NamePart>): UninterpretedOption_NamePart;
64943
65337
  };
64944
65338
 
64945
65339
  declare type UnknownMessage = unknown;
@@ -64955,8 +65349,8 @@ declare const UnloadRequest: {
64955
65349
  decode(input: _m0.Reader | Uint8Array, length?: number): UnloadRequest;
64956
65350
  fromJSON(object: any): UnloadRequest;
64957
65351
  toJSON(message: UnloadRequest): unknown;
64958
- create(base?: DeepPartial_103<UnloadRequest>): UnloadRequest;
64959
- fromPartial(object: DeepPartial_103<UnloadRequest>): UnloadRequest;
65352
+ create(base?: DeepPartial_106<UnloadRequest>): UnloadRequest;
65353
+ fromPartial(object: DeepPartial_106<UnloadRequest>): UnloadRequest;
64960
65354
  };
64961
65355
 
64962
65356
  export declare type UnreadCountResponse = {
@@ -65045,8 +65439,8 @@ declare const UpdateCollectionDescriptionRequest: {
65045
65439
  decode(input: _m0.Reader | Uint8Array, length?: number): UpdateCollectionDescriptionRequest;
65046
65440
  fromJSON(object: any): UpdateCollectionDescriptionRequest;
65047
65441
  toJSON(message: UpdateCollectionDescriptionRequest): unknown;
65048
- create(base?: DeepPartial_79<UpdateCollectionDescriptionRequest>): UpdateCollectionDescriptionRequest;
65049
- fromPartial(object: DeepPartial_79<UpdateCollectionDescriptionRequest>): UpdateCollectionDescriptionRequest;
65442
+ create(base?: DeepPartial_82<UpdateCollectionDescriptionRequest>): UpdateCollectionDescriptionRequest;
65443
+ fromPartial(object: DeepPartial_82<UpdateCollectionDescriptionRequest>): UpdateCollectionDescriptionRequest;
65050
65444
  };
65051
65445
 
65052
65446
  declare interface UpdateCollectionDisplayLayoutRequest {
@@ -65062,8 +65456,8 @@ declare const UpdateCollectionDisplayLayoutRequest: {
65062
65456
  decode(input: _m0.Reader | Uint8Array, length?: number): UpdateCollectionDisplayLayoutRequest;
65063
65457
  fromJSON(object: any): UpdateCollectionDisplayLayoutRequest;
65064
65458
  toJSON(message: UpdateCollectionDisplayLayoutRequest): unknown;
65065
- create(base?: DeepPartial_79<UpdateCollectionDisplayLayoutRequest>): UpdateCollectionDisplayLayoutRequest;
65066
- fromPartial(object: DeepPartial_79<UpdateCollectionDisplayLayoutRequest>): UpdateCollectionDisplayLayoutRequest;
65459
+ create(base?: DeepPartial_82<UpdateCollectionDisplayLayoutRequest>): UpdateCollectionDisplayLayoutRequest;
65460
+ fromPartial(object: DeepPartial_82<UpdateCollectionDisplayLayoutRequest>): UpdateCollectionDisplayLayoutRequest;
65067
65461
  };
65068
65462
 
65069
65463
  declare interface UpdateCollectionTitleRequest {
@@ -65079,8 +65473,8 @@ declare const UpdateCollectionTitleRequest: {
65079
65473
  decode(input: _m0.Reader | Uint8Array, length?: number): UpdateCollectionTitleRequest;
65080
65474
  fromJSON(object: any): UpdateCollectionTitleRequest;
65081
65475
  toJSON(message: UpdateCollectionTitleRequest): unknown;
65082
- create(base?: DeepPartial_79<UpdateCollectionTitleRequest>): UpdateCollectionTitleRequest;
65083
- fromPartial(object: DeepPartial_79<UpdateCollectionTitleRequest>): UpdateCollectionTitleRequest;
65476
+ create(base?: DeepPartial_82<UpdateCollectionTitleRequest>): UpdateCollectionTitleRequest;
65477
+ fromPartial(object: DeepPartial_82<UpdateCollectionTitleRequest>): UpdateCollectionTitleRequest;
65084
65478
  };
65085
65479
 
65086
65480
  declare interface UpdateCommunityListWidgetRequest {
@@ -65168,8 +65562,8 @@ declare const UpdateFriendRelationshipRequest: {
65168
65562
  decode(input: _m0.Reader | Uint8Array, length?: number): UpdateFriendRelationshipRequest;
65169
65563
  fromJSON(object: any): UpdateFriendRelationshipRequest;
65170
65564
  toJSON(message: UpdateFriendRelationshipRequest): unknown;
65171
- create(base?: DeepPartial_98<UpdateFriendRelationshipRequest>): UpdateFriendRelationshipRequest;
65172
- fromPartial(object: DeepPartial_98<UpdateFriendRelationshipRequest>): UpdateFriendRelationshipRequest;
65565
+ create(base?: DeepPartial_101<UpdateFriendRelationshipRequest>): UpdateFriendRelationshipRequest;
65566
+ fromPartial(object: DeepPartial_101<UpdateFriendRelationshipRequest>): UpdateFriendRelationshipRequest;
65173
65567
  };
65174
65568
 
65175
65569
  declare interface UpdateImageWidgetRequest {
@@ -65583,8 +65977,8 @@ declare const UserAboutRequest: {
65583
65977
  decode(input: _m0.Reader | Uint8Array, length?: number): UserAboutRequest;
65584
65978
  fromJSON(object: any): UserAboutRequest;
65585
65979
  toJSON(message: UserAboutRequest): unknown;
65586
- create(base?: DeepPartial_98<UserAboutRequest>): UserAboutRequest;
65587
- fromPartial(object: DeepPartial_98<UserAboutRequest>): UserAboutRequest;
65980
+ create(base?: DeepPartial_101<UserAboutRequest>): UserAboutRequest;
65981
+ fromPartial(object: DeepPartial_101<UserAboutRequest>): UserAboutRequest;
65588
65982
  };
65589
65983
 
65590
65984
  declare interface UserAboutResponse {
@@ -65598,8 +65992,8 @@ declare const UserAboutResponse: {
65598
65992
  decode(input: _m0.Reader | Uint8Array, length?: number): UserAboutResponse;
65599
65993
  fromJSON(object: any): UserAboutResponse;
65600
65994
  toJSON(message: UserAboutResponse): unknown;
65601
- create(base?: DeepPartial_98<UserAboutResponse>): UserAboutResponse;
65602
- fromPartial(object: DeepPartial_98<UserAboutResponse>): UserAboutResponse;
65995
+ create(base?: DeepPartial_101<UserAboutResponse>): UserAboutResponse;
65996
+ fromPartial(object: DeepPartial_101<UserAboutResponse>): UserAboutResponse;
65603
65997
  };
65604
65998
 
65605
65999
  declare interface UserAction {
@@ -65716,8 +66110,8 @@ declare const UserDataByAccountIdsRequest: {
65716
66110
  decode(input: _m0.Reader | Uint8Array, length?: number): UserDataByAccountIdsRequest;
65717
66111
  fromJSON(object: any): UserDataByAccountIdsRequest;
65718
66112
  toJSON(message: UserDataByAccountIdsRequest): unknown;
65719
- create(base?: DeepPartial_98<UserDataByAccountIdsRequest>): UserDataByAccountIdsRequest;
65720
- fromPartial(object: DeepPartial_98<UserDataByAccountIdsRequest>): UserDataByAccountIdsRequest;
66113
+ create(base?: DeepPartial_101<UserDataByAccountIdsRequest>): UserDataByAccountIdsRequest;
66114
+ fromPartial(object: DeepPartial_101<UserDataByAccountIdsRequest>): UserDataByAccountIdsRequest;
65721
66115
  };
65722
66116
 
65723
66117
  declare interface UserDataByAccountIdsResponse {
@@ -65732,8 +66126,8 @@ declare const UserDataByAccountIdsResponse: {
65732
66126
  decode(input: _m0.Reader | Uint8Array, length?: number): UserDataByAccountIdsResponse;
65733
66127
  fromJSON(object: any): UserDataByAccountIdsResponse;
65734
66128
  toJSON(message: UserDataByAccountIdsResponse): unknown;
65735
- create(base?: DeepPartial_98<UserDataByAccountIdsResponse>): UserDataByAccountIdsResponse;
65736
- fromPartial(object: DeepPartial_98<UserDataByAccountIdsResponse>): UserDataByAccountIdsResponse;
66129
+ create(base?: DeepPartial_101<UserDataByAccountIdsResponse>): UserDataByAccountIdsResponse;
66130
+ fromPartial(object: DeepPartial_101<UserDataByAccountIdsResponse>): UserDataByAccountIdsResponse;
65737
66131
  };
65738
66132
 
65739
66133
  declare interface UserDataByAccountIdsResponse_UserAccountData {
@@ -65752,8 +66146,8 @@ declare const UserDataByAccountIdsResponse_UserAccountData: {
65752
66146
  decode(input: _m0.Reader | Uint8Array, length?: number): UserDataByAccountIdsResponse_UserAccountData;
65753
66147
  fromJSON(object: any): UserDataByAccountIdsResponse_UserAccountData;
65754
66148
  toJSON(message: UserDataByAccountIdsResponse_UserAccountData): unknown;
65755
- create(base?: DeepPartial_98<UserDataByAccountIdsResponse_UserAccountData>): UserDataByAccountIdsResponse_UserAccountData;
65756
- fromPartial(object: DeepPartial_98<UserDataByAccountIdsResponse_UserAccountData>): UserDataByAccountIdsResponse_UserAccountData;
66149
+ create(base?: DeepPartial_101<UserDataByAccountIdsResponse_UserAccountData>): UserDataByAccountIdsResponse_UserAccountData;
66150
+ fromPartial(object: DeepPartial_101<UserDataByAccountIdsResponse_UserAccountData>): UserDataByAccountIdsResponse_UserAccountData;
65757
66151
  };
65758
66152
 
65759
66153
  declare interface UserDataByAccountIdsResponse_UsersEntry {
@@ -65767,8 +66161,8 @@ declare const UserDataByAccountIdsResponse_UsersEntry: {
65767
66161
  decode(input: _m0.Reader | Uint8Array, length?: number): UserDataByAccountIdsResponse_UsersEntry;
65768
66162
  fromJSON(object: any): UserDataByAccountIdsResponse_UsersEntry;
65769
66163
  toJSON(message: UserDataByAccountIdsResponse_UsersEntry): unknown;
65770
- create(base?: DeepPartial_98<UserDataByAccountIdsResponse_UsersEntry>): UserDataByAccountIdsResponse_UsersEntry;
65771
- fromPartial(object: DeepPartial_98<UserDataByAccountIdsResponse_UsersEntry>): UserDataByAccountIdsResponse_UsersEntry;
66164
+ create(base?: DeepPartial_101<UserDataByAccountIdsResponse_UsersEntry>): UserDataByAccountIdsResponse_UsersEntry;
66165
+ fromPartial(object: DeepPartial_101<UserDataByAccountIdsResponse_UsersEntry>): UserDataByAccountIdsResponse_UsersEntry;
65772
66166
  };
65773
66167
 
65774
66168
  declare interface UserFeatures {
@@ -65946,8 +66340,8 @@ declare const UsernameAvailableRequest: {
65946
66340
  decode(input: _m0.Reader | Uint8Array, length?: number): UsernameAvailableRequest;
65947
66341
  fromJSON(object: any): UsernameAvailableRequest;
65948
66342
  toJSON(message: UsernameAvailableRequest): unknown;
65949
- create(base?: DeepPartial_98<UsernameAvailableRequest>): UsernameAvailableRequest;
65950
- fromPartial(object: DeepPartial_98<UsernameAvailableRequest>): UsernameAvailableRequest;
66343
+ create(base?: DeepPartial_101<UsernameAvailableRequest>): UsernameAvailableRequest;
66344
+ fromPartial(object: DeepPartial_101<UsernameAvailableRequest>): UsernameAvailableRequest;
65951
66345
  };
65952
66346
 
65953
66347
  export declare type UserNote = {
@@ -67654,8 +68048,8 @@ declare const UserTrophiesResponse: {
67654
68048
  decode(input: _m0.Reader | Uint8Array, length?: number): UserTrophiesResponse;
67655
68049
  fromJSON(object: any): UserTrophiesResponse;
67656
68050
  toJSON(message: UserTrophiesResponse): unknown;
67657
- create(base?: DeepPartial_98<UserTrophiesResponse>): UserTrophiesResponse;
67658
- fromPartial(object: DeepPartial_98<UserTrophiesResponse>): UserTrophiesResponse;
68051
+ create(base?: DeepPartial_101<UserTrophiesResponse>): UserTrophiesResponse;
68052
+ fromPartial(object: DeepPartial_101<UserTrophiesResponse>): UserTrophiesResponse;
67659
68053
  };
67660
68054
 
67661
68055
  declare interface UserTrophiesResponse_TrophiesData {
@@ -67675,8 +68069,8 @@ declare const UserTrophiesResponse_TrophiesData: {
67675
68069
  decode(input: _m0.Reader | Uint8Array, length?: number): UserTrophiesResponse_TrophiesData;
67676
68070
  fromJSON(object: any): UserTrophiesResponse_TrophiesData;
67677
68071
  toJSON(message: UserTrophiesResponse_TrophiesData): unknown;
67678
- create(base?: DeepPartial_98<UserTrophiesResponse_TrophiesData>): UserTrophiesResponse_TrophiesData;
67679
- fromPartial(object: DeepPartial_98<UserTrophiesResponse_TrophiesData>): UserTrophiesResponse_TrophiesData;
68072
+ create(base?: DeepPartial_101<UserTrophiesResponse_TrophiesData>): UserTrophiesResponse_TrophiesData;
68073
+ fromPartial(object: DeepPartial_101<UserTrophiesResponse_TrophiesData>): UserTrophiesResponse_TrophiesData;
67680
68074
  };
67681
68075
 
67682
68076
  declare interface UserTrophiesResponse_TrophiesType {
@@ -67690,8 +68084,8 @@ declare const UserTrophiesResponse_TrophiesType: {
67690
68084
  decode(input: _m0.Reader | Uint8Array, length?: number): UserTrophiesResponse_TrophiesType;
67691
68085
  fromJSON(object: any): UserTrophiesResponse_TrophiesType;
67692
68086
  toJSON(message: UserTrophiesResponse_TrophiesType): unknown;
67693
- create(base?: DeepPartial_98<UserTrophiesResponse_TrophiesType>): UserTrophiesResponse_TrophiesType;
67694
- fromPartial(object: DeepPartial_98<UserTrophiesResponse_TrophiesType>): UserTrophiesResponse_TrophiesType;
68087
+ create(base?: DeepPartial_101<UserTrophiesResponse_TrophiesType>): UserTrophiesResponse_TrophiesType;
68088
+ fromPartial(object: DeepPartial_101<UserTrophiesResponse_TrophiesType>): UserTrophiesResponse_TrophiesType;
67695
68089
  };
67696
68090
 
67697
68091
  declare interface UserTrophiesResponse_UserTrophiesData {
@@ -67704,8 +68098,8 @@ declare const UserTrophiesResponse_UserTrophiesData: {
67704
68098
  decode(input: _m0.Reader | Uint8Array, length?: number): UserTrophiesResponse_UserTrophiesData;
67705
68099
  fromJSON(object: any): UserTrophiesResponse_UserTrophiesData;
67706
68100
  toJSON(message: UserTrophiesResponse_UserTrophiesData): unknown;
67707
- create(base?: DeepPartial_98<UserTrophiesResponse_UserTrophiesData>): UserTrophiesResponse_UserTrophiesData;
67708
- fromPartial(object: DeepPartial_98<UserTrophiesResponse_UserTrophiesData>): UserTrophiesResponse_UserTrophiesData;
68101
+ create(base?: DeepPartial_101<UserTrophiesResponse_UserTrophiesData>): UserTrophiesResponse_UserTrophiesData;
68102
+ fromPartial(object: DeepPartial_101<UserTrophiesResponse_UserTrophiesData>): UserTrophiesResponse_UserTrophiesData;
67709
68103
  };
67710
68104
 
67711
68105
  declare interface UserV2 {
@@ -67752,8 +68146,8 @@ declare const UserWhereRequest: {
67752
68146
  decode(input: _m0.Reader | Uint8Array, length?: number): UserWhereRequest;
67753
68147
  fromJSON(object: any): UserWhereRequest;
67754
68148
  toJSON(message: UserWhereRequest): unknown;
67755
- create(base?: DeepPartial_98<UserWhereRequest>): UserWhereRequest;
67756
- fromPartial(object: DeepPartial_98<UserWhereRequest>): UserWhereRequest;
68149
+ create(base?: DeepPartial_101<UserWhereRequest>): UserWhereRequest;
68150
+ fromPartial(object: DeepPartial_101<UserWhereRequest>): UserWhereRequest;
67757
68151
  };
67758
68152
 
67759
68153
  export declare function useState(initialState: UseStateInitializer<boolean>): UseStateResult<boolean>;
@@ -67782,8 +68176,8 @@ declare const UUID: {
67782
68176
  decode(input: _m0.Reader | Uint8Array, length?: number): UUID;
67783
68177
  fromJSON(object: any): UUID;
67784
68178
  toJSON(message: UUID): unknown;
67785
- create(base?: DeepPartial_100<UUID>): UUID;
67786
- fromPartial(object: DeepPartial_100<UUID>): UUID;
68179
+ create(base?: DeepPartial_103<UUID>): UUID;
68180
+ fromPartial(object: DeepPartial_103<UUID>): UUID;
67787
68181
  };
67788
68182
 
67789
68183
  /** The Events plugin allows an app to emit pre-defined v2 events */
@@ -67802,8 +68196,8 @@ declare const V2EventsActionInfo: {
67802
68196
  decode(input: _m0.Reader | Uint8Array, length?: number): V2EventsActionInfo;
67803
68197
  fromJSON(object: any): V2EventsActionInfo;
67804
68198
  toJSON(message: V2EventsActionInfo): unknown;
67805
- create(base?: DeepPartial_99<V2EventsActionInfo>): V2EventsActionInfo;
67806
- fromPartial(object: DeepPartial_99<V2EventsActionInfo>): V2EventsActionInfo;
68199
+ create(base?: DeepPartial_102<V2EventsActionInfo>): V2EventsActionInfo;
68200
+ fromPartial(object: DeepPartial_102<V2EventsActionInfo>): V2EventsActionInfo;
67807
68201
  };
67808
68202
 
67809
68203
  declare class V2EventsClientImpl implements V2Events {
@@ -67830,8 +68224,8 @@ declare const V2EventsDefinition: {
67830
68224
  decode(input: _m0.Reader | Uint8Array, length?: number): V2EventsPublishRequest;
67831
68225
  fromJSON(object: any): V2EventsPublishRequest;
67832
68226
  toJSON(message: V2EventsPublishRequest): unknown;
67833
- create(base?: DeepPartial_99<V2EventsPublishRequest>): V2EventsPublishRequest;
67834
- fromPartial(object: DeepPartial_99<V2EventsPublishRequest>): V2EventsPublishRequest;
68227
+ create(base?: DeepPartial_102<V2EventsPublishRequest>): V2EventsPublishRequest;
68228
+ fromPartial(object: DeepPartial_102<V2EventsPublishRequest>): V2EventsPublishRequest;
67835
68229
  };
67836
68230
  readonly requestStream: false;
67837
68231
  readonly responseType: {
@@ -67840,8 +68234,8 @@ declare const V2EventsDefinition: {
67840
68234
  decode(input: _m0.Reader | Uint8Array, length?: number): V2EventsPublishResponse;
67841
68235
  fromJSON(_: any): V2EventsPublishResponse;
67842
68236
  toJSON(_: V2EventsPublishResponse): unknown;
67843
- create(base?: DeepPartial_99<V2EventsPublishResponse>): V2EventsPublishResponse;
67844
- fromPartial(_: DeepPartial_99<V2EventsPublishResponse>): V2EventsPublishResponse;
68237
+ create(base?: DeepPartial_102<V2EventsPublishResponse>): V2EventsPublishResponse;
68238
+ fromPartial(_: DeepPartial_102<V2EventsPublishResponse>): V2EventsPublishResponse;
67845
68239
  };
67846
68240
  readonly responseStream: false;
67847
68241
  readonly options: {};
@@ -67859,8 +68253,8 @@ declare const V2EventsPostGuidanceCreate: {
67859
68253
  decode(input: _m0.Reader | Uint8Array, length?: number): V2EventsPostGuidanceCreate;
67860
68254
  fromJSON(object: any): V2EventsPostGuidanceCreate;
67861
68255
  toJSON(message: V2EventsPostGuidanceCreate): unknown;
67862
- create(base?: DeepPartial_99<V2EventsPostGuidanceCreate>): V2EventsPostGuidanceCreate;
67863
- fromPartial(object: DeepPartial_99<V2EventsPostGuidanceCreate>): V2EventsPostGuidanceCreate;
68256
+ create(base?: DeepPartial_102<V2EventsPostGuidanceCreate>): V2EventsPostGuidanceCreate;
68257
+ fromPartial(object: DeepPartial_102<V2EventsPostGuidanceCreate>): V2EventsPostGuidanceCreate;
67864
68258
  };
67865
68259
 
67866
68260
  declare interface V2EventsPostGuidanceUpdate {
@@ -67873,8 +68267,8 @@ declare const V2EventsPostGuidanceUpdate: {
67873
68267
  decode(input: _m0.Reader | Uint8Array, length?: number): V2EventsPostGuidanceUpdate;
67874
68268
  fromJSON(object: any): V2EventsPostGuidanceUpdate;
67875
68269
  toJSON(message: V2EventsPostGuidanceUpdate): unknown;
67876
- create(base?: DeepPartial_99<V2EventsPostGuidanceUpdate>): V2EventsPostGuidanceUpdate;
67877
- fromPartial(object: DeepPartial_99<V2EventsPostGuidanceUpdate>): V2EventsPostGuidanceUpdate;
68270
+ create(base?: DeepPartial_102<V2EventsPostGuidanceUpdate>): V2EventsPostGuidanceUpdate;
68271
+ fromPartial(object: DeepPartial_102<V2EventsPostGuidanceUpdate>): V2EventsPostGuidanceUpdate;
67878
68272
  };
67879
68273
 
67880
68274
  declare interface V2EventsPublishRequest {
@@ -67888,8 +68282,8 @@ declare const V2EventsPublishRequest: {
67888
68282
  decode(input: _m0.Reader | Uint8Array, length?: number): V2EventsPublishRequest;
67889
68283
  fromJSON(object: any): V2EventsPublishRequest;
67890
68284
  toJSON(message: V2EventsPublishRequest): unknown;
67891
- create(base?: DeepPartial_99<V2EventsPublishRequest>): V2EventsPublishRequest;
67892
- fromPartial(object: DeepPartial_99<V2EventsPublishRequest>): V2EventsPublishRequest;
68285
+ create(base?: DeepPartial_102<V2EventsPublishRequest>): V2EventsPublishRequest;
68286
+ fromPartial(object: DeepPartial_102<V2EventsPublishRequest>): V2EventsPublishRequest;
67893
68287
  };
67894
68288
 
67895
68289
  /** Generic response interface */
@@ -67902,8 +68296,8 @@ declare const V2EventsPublishResponse: {
67902
68296
  decode(input: _m0.Reader | Uint8Array, length?: number): V2EventsPublishResponse;
67903
68297
  fromJSON(_: any): V2EventsPublishResponse;
67904
68298
  toJSON(_: V2EventsPublishResponse): unknown;
67905
- create(base?: DeepPartial_99<V2EventsPublishResponse>): V2EventsPublishResponse;
67906
- fromPartial(_: DeepPartial_99<V2EventsPublishResponse>): V2EventsPublishResponse;
68299
+ create(base?: DeepPartial_102<V2EventsPublishResponse>): V2EventsPublishResponse;
68300
+ fromPartial(_: DeepPartial_102<V2EventsPublishResponse>): V2EventsPublishResponse;
67907
68301
  };
67908
68302
 
67909
68303
  declare const V2EventsServiceName = "devvit.plugin.v2events.V2Events";
@@ -68021,8 +68415,8 @@ declare const Value: {
68021
68415
  decode(input: _m0.Reader | Uint8Array, length?: number): Value;
68022
68416
  fromJSON(object: any): Value;
68023
68417
  toJSON(message: Value): unknown;
68024
- create(base?: DeepPartial_101<Value>): Value;
68025
- fromPartial(object: DeepPartial_101<Value>): Value;
68418
+ create(base?: DeepPartial_104<Value>): Value;
68419
+ fromPartial(object: DeepPartial_104<Value>): Value;
68026
68420
  wrap(value: any): Value;
68027
68421
  unwrap(message: any): string | number | boolean | Object | null | Array<any> | undefined;
68028
68422
  };
@@ -68137,8 +68531,8 @@ declare const WatchRequest: {
68137
68531
  decode(input: _m0.Reader | Uint8Array, length?: number): WatchRequest;
68138
68532
  fromJSON(object: any): WatchRequest;
68139
68533
  toJSON(message: WatchRequest): unknown;
68140
- create(base?: DeepPartial_84<WatchRequest>): WatchRequest;
68141
- fromPartial(object: DeepPartial_84<WatchRequest>): WatchRequest;
68534
+ create(base?: DeepPartial_87<WatchRequest>): WatchRequest;
68535
+ fromPartial(object: DeepPartial_87<WatchRequest>): WatchRequest;
68142
68536
  };
68143
68537
 
68144
68538
  export declare class Widget {
@@ -73507,8 +73901,8 @@ declare const WorkerQuery: {
73507
73901
  decode(input: _m0.Reader | Uint8Array, length?: number): WorkerQuery;
73508
73902
  fromJSON(object: any): WorkerQuery;
73509
73903
  toJSON(message: WorkerQuery): unknown;
73510
- create(base?: DeepPartial_104<WorkerQuery>): WorkerQuery;
73511
- fromPartial(object: DeepPartial_104<WorkerQuery>): WorkerQuery;
73904
+ create(base?: DeepPartial_107<WorkerQuery>): WorkerQuery;
73905
+ fromPartial(object: DeepPartial_107<WorkerQuery>): WorkerQuery;
73512
73906
  };
73513
73907
 
73514
73908
  declare interface WqCleanup {
@@ -73521,8 +73915,8 @@ declare const WqCleanup: {
73521
73915
  decode(input: _m0.Reader | Uint8Array, length?: number): WqCleanup;
73522
73916
  fromJSON(object: any): WqCleanup;
73523
73917
  toJSON(message: WqCleanup): unknown;
73524
- create(base?: DeepPartial_105<WqCleanup>): WqCleanup;
73525
- fromPartial(object: DeepPartial_105<WqCleanup>): WqCleanup;
73918
+ create(base?: DeepPartial_108<WqCleanup>): WqCleanup;
73919
+ fromPartial(object: DeepPartial_108<WqCleanup>): WqCleanup;
73526
73920
  };
73527
73921
 
73528
73922
  /** A WrappedRedditObject couples a RedditObject with a type identifier */
@@ -73866,8 +74260,8 @@ declare const ZAddRequest: {
73866
74260
  decode(input: _m0.Reader | Uint8Array, length?: number): ZAddRequest;
73867
74261
  fromJSON(object: any): ZAddRequest;
73868
74262
  toJSON(message: ZAddRequest): unknown;
73869
- create(base?: DeepPartial_84<ZAddRequest>): ZAddRequest;
73870
- fromPartial(object: DeepPartial_84<ZAddRequest>): ZAddRequest;
74263
+ create(base?: DeepPartial_87<ZAddRequest>): ZAddRequest;
74264
+ fromPartial(object: DeepPartial_87<ZAddRequest>): ZAddRequest;
73871
74265
  };
73872
74266
 
73873
74267
  declare interface ZIncrByRequest {
@@ -73885,8 +74279,8 @@ declare const ZIncrByRequest: {
73885
74279
  decode(input: _m0.Reader | Uint8Array, length?: number): ZIncrByRequest;
73886
74280
  fromJSON(object: any): ZIncrByRequest;
73887
74281
  toJSON(message: ZIncrByRequest): unknown;
73888
- create(base?: DeepPartial_84<ZIncrByRequest>): ZIncrByRequest;
73889
- fromPartial(object: DeepPartial_84<ZIncrByRequest>): ZIncrByRequest;
74282
+ create(base?: DeepPartial_87<ZIncrByRequest>): ZIncrByRequest;
74283
+ fromPartial(object: DeepPartial_87<ZIncrByRequest>): ZIncrByRequest;
73890
74284
  };
73891
74285
 
73892
74286
  export declare type ZMember = {
@@ -73905,8 +74299,8 @@ declare const ZMember_2: {
73905
74299
  decode(input: _m0.Reader | Uint8Array, length?: number): ZMember_2;
73906
74300
  fromJSON(object: any): ZMember_2;
73907
74301
  toJSON(message: ZMember_2): unknown;
73908
- create(base?: DeepPartial_84<ZMember_2>): ZMember_2;
73909
- fromPartial(object: DeepPartial_84<ZMember_2>): ZMember_2;
74302
+ create(base?: DeepPartial_87<ZMember_2>): ZMember_2;
74303
+ fromPartial(object: DeepPartial_87<ZMember_2>): ZMember_2;
73910
74304
  };
73911
74305
 
73912
74306
  declare interface ZMembers {
@@ -73919,8 +74313,8 @@ declare const ZMembers: {
73919
74313
  decode(input: _m0.Reader | Uint8Array, length?: number): ZMembers;
73920
74314
  fromJSON(object: any): ZMembers;
73921
74315
  toJSON(message: ZMembers): unknown;
73922
- create(base?: DeepPartial_84<ZMembers>): ZMembers;
73923
- fromPartial(object: DeepPartial_84<ZMembers>): ZMembers;
74316
+ create(base?: DeepPartial_87<ZMembers>): ZMembers;
74317
+ fromPartial(object: DeepPartial_87<ZMembers>): ZMembers;
73924
74318
  };
73925
74319
 
73926
74320
  declare interface ZRangeByLexRequest {
@@ -73936,8 +74330,8 @@ declare const ZRangeByLexRequest: {
73936
74330
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRangeByLexRequest;
73937
74331
  fromJSON(object: any): ZRangeByLexRequest;
73938
74332
  toJSON(message: ZRangeByLexRequest): unknown;
73939
- create(base?: DeepPartial_84<ZRangeByLexRequest>): ZRangeByLexRequest;
73940
- fromPartial(object: DeepPartial_84<ZRangeByLexRequest>): ZRangeByLexRequest;
74333
+ create(base?: DeepPartial_87<ZRangeByLexRequest>): ZRangeByLexRequest;
74334
+ fromPartial(object: DeepPartial_87<ZRangeByLexRequest>): ZRangeByLexRequest;
73941
74335
  };
73942
74336
 
73943
74337
  export declare type ZRangeByScoreOptions = {
@@ -73962,8 +74356,8 @@ declare const ZRangeByScoreRequest: {
73962
74356
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRangeByScoreRequest;
73963
74357
  fromJSON(object: any): ZRangeByScoreRequest;
73964
74358
  toJSON(message: ZRangeByScoreRequest): unknown;
73965
- create(base?: DeepPartial_84<ZRangeByScoreRequest>): ZRangeByScoreRequest;
73966
- fromPartial(object: DeepPartial_84<ZRangeByScoreRequest>): ZRangeByScoreRequest;
74359
+ create(base?: DeepPartial_87<ZRangeByScoreRequest>): ZRangeByScoreRequest;
74360
+ fromPartial(object: DeepPartial_87<ZRangeByScoreRequest>): ZRangeByScoreRequest;
73967
74361
  };
73968
74362
 
73969
74363
  export declare type ZRangeOptions = {
@@ -73993,8 +74387,8 @@ declare const ZRangeRequest: {
73993
74387
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRangeRequest;
73994
74388
  fromJSON(object: any): ZRangeRequest;
73995
74389
  toJSON(message: ZRangeRequest): unknown;
73996
- create(base?: DeepPartial_84<ZRangeRequest>): ZRangeRequest;
73997
- fromPartial(object: DeepPartial_84<ZRangeRequest>): ZRangeRequest;
74390
+ create(base?: DeepPartial_87<ZRangeRequest>): ZRangeRequest;
74391
+ fromPartial(object: DeepPartial_87<ZRangeRequest>): ZRangeRequest;
73998
74392
  };
73999
74393
 
74000
74394
  declare interface ZRankRequest {
@@ -74009,8 +74403,8 @@ declare const ZRankRequest: {
74009
74403
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRankRequest;
74010
74404
  fromJSON(object: any): ZRankRequest;
74011
74405
  toJSON(message: ZRankRequest): unknown;
74012
- create(base?: DeepPartial_84<ZRankRequest>): ZRankRequest;
74013
- fromPartial(object: DeepPartial_84<ZRankRequest>): ZRankRequest;
74406
+ create(base?: DeepPartial_87<ZRankRequest>): ZRankRequest;
74407
+ fromPartial(object: DeepPartial_87<ZRankRequest>): ZRankRequest;
74014
74408
  };
74015
74409
 
74016
74410
  declare interface ZRemRangeByLexRequest {
@@ -74026,8 +74420,8 @@ declare const ZRemRangeByLexRequest: {
74026
74420
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRemRangeByLexRequest;
74027
74421
  fromJSON(object: any): ZRemRangeByLexRequest;
74028
74422
  toJSON(message: ZRemRangeByLexRequest): unknown;
74029
- create(base?: DeepPartial_84<ZRemRangeByLexRequest>): ZRemRangeByLexRequest;
74030
- fromPartial(object: DeepPartial_84<ZRemRangeByLexRequest>): ZRemRangeByLexRequest;
74423
+ create(base?: DeepPartial_87<ZRemRangeByLexRequest>): ZRemRangeByLexRequest;
74424
+ fromPartial(object: DeepPartial_87<ZRemRangeByLexRequest>): ZRemRangeByLexRequest;
74031
74425
  };
74032
74426
 
74033
74427
  declare interface ZRemRangeByRankRequest {
@@ -74043,8 +74437,8 @@ declare const ZRemRangeByRankRequest: {
74043
74437
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRemRangeByRankRequest;
74044
74438
  fromJSON(object: any): ZRemRangeByRankRequest;
74045
74439
  toJSON(message: ZRemRangeByRankRequest): unknown;
74046
- create(base?: DeepPartial_84<ZRemRangeByRankRequest>): ZRemRangeByRankRequest;
74047
- fromPartial(object: DeepPartial_84<ZRemRangeByRankRequest>): ZRemRangeByRankRequest;
74440
+ create(base?: DeepPartial_87<ZRemRangeByRankRequest>): ZRemRangeByRankRequest;
74441
+ fromPartial(object: DeepPartial_87<ZRemRangeByRankRequest>): ZRemRangeByRankRequest;
74048
74442
  };
74049
74443
 
74050
74444
  declare interface ZRemRangeByScoreRequest {
@@ -74060,8 +74454,8 @@ declare const ZRemRangeByScoreRequest: {
74060
74454
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRemRangeByScoreRequest;
74061
74455
  fromJSON(object: any): ZRemRangeByScoreRequest;
74062
74456
  toJSON(message: ZRemRangeByScoreRequest): unknown;
74063
- create(base?: DeepPartial_84<ZRemRangeByScoreRequest>): ZRemRangeByScoreRequest;
74064
- fromPartial(object: DeepPartial_84<ZRemRangeByScoreRequest>): ZRemRangeByScoreRequest;
74457
+ create(base?: DeepPartial_87<ZRemRangeByScoreRequest>): ZRemRangeByScoreRequest;
74458
+ fromPartial(object: DeepPartial_87<ZRemRangeByScoreRequest>): ZRemRangeByScoreRequest;
74065
74459
  };
74066
74460
 
74067
74461
  declare interface ZRemRequest {
@@ -74076,8 +74470,8 @@ declare const ZRemRequest: {
74076
74470
  decode(input: _m0.Reader | Uint8Array, length?: number): ZRemRequest;
74077
74471
  fromJSON(object: any): ZRemRequest;
74078
74472
  toJSON(message: ZRemRequest): unknown;
74079
- create(base?: DeepPartial_84<ZRemRequest>): ZRemRequest;
74080
- fromPartial(object: DeepPartial_84<ZRemRequest>): ZRemRequest;
74473
+ create(base?: DeepPartial_87<ZRemRequest>): ZRemRequest;
74474
+ fromPartial(object: DeepPartial_87<ZRemRequest>): ZRemRequest;
74081
74475
  };
74082
74476
 
74083
74477
  declare interface ZScanRequest {
@@ -74096,8 +74490,8 @@ declare const ZScanRequest: {
74096
74490
  decode(input: _m0.Reader | Uint8Array, length?: number): ZScanRequest;
74097
74491
  fromJSON(object: any): ZScanRequest;
74098
74492
  toJSON(message: ZScanRequest): unknown;
74099
- create(base?: DeepPartial_84<ZScanRequest>): ZScanRequest;
74100
- fromPartial(object: DeepPartial_84<ZScanRequest>): ZScanRequest;
74493
+ create(base?: DeepPartial_87<ZScanRequest>): ZScanRequest;
74494
+ fromPartial(object: DeepPartial_87<ZScanRequest>): ZScanRequest;
74101
74495
  };
74102
74496
 
74103
74497
  declare interface ZScanResponse {
@@ -74111,8 +74505,8 @@ declare const ZScanResponse: {
74111
74505
  decode(input: _m0.Reader | Uint8Array, length?: number): ZScanResponse;
74112
74506
  fromJSON(object: any): ZScanResponse;
74113
74507
  toJSON(message: ZScanResponse): unknown;
74114
- create(base?: DeepPartial_84<ZScanResponse>): ZScanResponse;
74115
- fromPartial(object: DeepPartial_84<ZScanResponse>): ZScanResponse;
74508
+ create(base?: DeepPartial_87<ZScanResponse>): ZScanResponse;
74509
+ fromPartial(object: DeepPartial_87<ZScanResponse>): ZScanResponse;
74116
74510
  };
74117
74511
 
74118
74512
  declare interface ZScoreRequest {
@@ -74127,8 +74521,8 @@ declare const ZScoreRequest: {
74127
74521
  decode(input: _m0.Reader | Uint8Array, length?: number): ZScoreRequest;
74128
74522
  fromJSON(object: any): ZScoreRequest;
74129
74523
  toJSON(message: ZScoreRequest): unknown;
74130
- create(base?: DeepPartial_84<ZScoreRequest>): ZScoreRequest;
74131
- fromPartial(object: DeepPartial_84<ZScoreRequest>): ZScoreRequest;
74524
+ create(base?: DeepPartial_87<ZScoreRequest>): ZScoreRequest;
74525
+ fromPartial(object: DeepPartial_87<ZScoreRequest>): ZScoreRequest;
74132
74526
  };
74133
74527
 
74134
74528
  export { }