@devvit/public-api 0.11.18-next-2025-06-17-19-03-37-c416ca6e8.0 → 0.11.18-next-2025-06-17-22-22-24-8339b7ad2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/meta.json +185 -145
- package/meta.min.json +21 -10
- package/package.json +8 -7
- package/public-api.d.ts +349 -408
- package/public-api.iife.js +3561 -3385
- package/public-api.min.js +6 -6
- package/public-api.min.js.map +4 -4
- package/types/form.d.ts +4 -88
- package/types/form.d.ts.map +1 -1
- package/types/form.js +2 -5
- package/version.json +1 -0
package/public-api.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { BanInfo_BanInfoAction as BanInfo_BanInfoAction_2 } from '../../../reddit/common.js';
|
|
2
2
|
import { BanInfo_BanInfoAction as BanInfo_BanInfoAction_3 } from '../../reddit/common.js';
|
|
3
|
+
import type { BaseField } from '@devvit/shared/types/form.js';
|
|
3
4
|
import { BlockActionType as BlockActionType_2 } from '../../../../../index.js';
|
|
4
5
|
import { BlockAnimationDirection as BlockAnimationDirection_2 } from '../../../../../index.js';
|
|
5
6
|
import { BlockAnimationLoopMode as BlockAnimationLoopMode_2 } from '../../../../../index.js';
|
|
@@ -28,20 +29,32 @@ import { BlockTextStyle as BlockTextStyle_2 } from '../../../../../index.js';
|
|
|
28
29
|
import { BlockTextWeight as BlockTextWeight_2 } from '../../../../../index.js';
|
|
29
30
|
import { BlockType as BlockType_2 } from '../../../../../index.js';
|
|
30
31
|
import { BlockVerticalAlignment as BlockVerticalAlignment_2 } from '../../../../../index.js';
|
|
32
|
+
import type { BooleanField } from '@devvit/shared/types/form.js';
|
|
31
33
|
import { CrowdControlLevel as CrowdControlLevel_2 } from '../../../reddit/v2alpha/postv2.js';
|
|
32
34
|
import { DeletionReason as DeletionReason_2 } from '../../../events/v1alpha/events.js';
|
|
33
35
|
import { DistinguishType as DistinguishType_2 } from '../../../reddit/v2alpha/postv2.js';
|
|
34
36
|
import { EffectType as EffectType_2 } from '../../../ui/effects/v1alpha/effect.js';
|
|
35
37
|
import { EventSource as EventSource_3 } from '../../../events/v1alpha/events.js';
|
|
38
|
+
import type { Form } from '@devvit/shared/types/form.js';
|
|
39
|
+
import type { FormField } from '@devvit/shared/types/form.js';
|
|
40
|
+
import type { FormFieldGroup } from '@devvit/shared/types/form.js';
|
|
36
41
|
import { FormFieldType as FormFieldType_2 } from '../../../../../community.js';
|
|
42
|
+
import type { FormValues } from '@devvit/shared/types/form.js';
|
|
37
43
|
import { GalleryMediaStatus as GalleryMediaStatus_3 } from '../common/common_msg.js';
|
|
44
|
+
import type { ImageField } from '@devvit/shared/types/form.js';
|
|
38
45
|
import _m0 from 'protobufjs/minimal.js';
|
|
46
|
+
import type { NumberField } from '@devvit/shared/types/form.js';
|
|
39
47
|
import { Observable } from 'rxjs';
|
|
40
48
|
import { OrderResultStatus as OrderResultStatus_2 } from '../../../../../payments.js';
|
|
49
|
+
import type { ParagraphField } from '@devvit/shared/types/form.js';
|
|
41
50
|
import { RealtimeSubscriptionStatus as RealtimeSubscriptionStatus_2 } from '../../../../../index.js';
|
|
42
51
|
import { RunAs as RunAs_3 } from '../common/common_msg.js';
|
|
43
52
|
import { RunAs as RunAs_4 } from '../redditapi/common/common_msg.js';
|
|
53
|
+
import type { SelectField } from '@devvit/shared/types/form.js';
|
|
44
54
|
import { SetCustomPostPreviewRequest_BodyType as SetCustomPostPreviewRequest_BodyType_2 } from './linksandcomments_msg.js';
|
|
55
|
+
import { SettingScope } from '@devvit/shared/types/form.js';
|
|
56
|
+
import type { SettingScopeType } from '@devvit/shared/types/form.js';
|
|
57
|
+
import type { StringField } from '@devvit/shared/types/form.js';
|
|
45
58
|
import { SubredditRating as SubredditRating_2 } from '../../../reddit/v2alpha/subredditv2.js';
|
|
46
59
|
import { SubredditType as SubredditType_3 } from '../../../reddit/v2alpha/subredditv2.js';
|
|
47
60
|
import { ToastAppearance as ToastAppearance_2 } from '../../../ui/toast/toast.js';
|
|
@@ -238,8 +251,8 @@ declare const AboutWhereRequest: {
|
|
|
238
251
|
decode(input: _m0.Reader | Uint8Array, length?: number): AboutWhereRequest;
|
|
239
252
|
fromJSON(object: any): AboutWhereRequest;
|
|
240
253
|
toJSON(message: AboutWhereRequest): unknown;
|
|
241
|
-
create(base?:
|
|
242
|
-
fromPartial(object:
|
|
254
|
+
create(base?: DeepPartial_11<AboutWhereRequest>): AboutWhereRequest;
|
|
255
|
+
fromPartial(object: DeepPartial_11<AboutWhereRequest>): AboutWhereRequest;
|
|
243
256
|
};
|
|
244
257
|
|
|
245
258
|
declare interface AcceptModeratorInviteRequest {
|
|
@@ -269,8 +282,8 @@ declare const AccountDelete: {
|
|
|
269
282
|
decode(input: _m0.Reader | Uint8Array, length?: number): AccountDelete;
|
|
270
283
|
fromJSON(object: any): AccountDelete;
|
|
271
284
|
toJSON(message: AccountDelete): unknown;
|
|
272
|
-
create(base?:
|
|
273
|
-
fromPartial(object:
|
|
285
|
+
create(base?: DeepPartial_19<AccountDelete>): AccountDelete;
|
|
286
|
+
fromPartial(object: DeepPartial_19<AccountDelete>): AccountDelete;
|
|
274
287
|
};
|
|
275
288
|
|
|
276
289
|
/**
|
|
@@ -304,8 +317,8 @@ declare const ActorSpec: {
|
|
|
304
317
|
decode(input: _m0.Reader | Uint8Array, length?: number): ActorSpec;
|
|
305
318
|
fromJSON(object: any): ActorSpec;
|
|
306
319
|
toJSON(message: ActorSpec): unknown;
|
|
307
|
-
create(base?:
|
|
308
|
-
fromPartial(object:
|
|
320
|
+
create(base?: DeepPartial_14<ActorSpec>): ActorSpec;
|
|
321
|
+
fromPartial(object: DeepPartial_14<ActorSpec>): ActorSpec;
|
|
309
322
|
};
|
|
310
323
|
|
|
311
324
|
declare interface AddButtonWidgetRequest {
|
|
@@ -603,8 +616,8 @@ declare const Any: {
|
|
|
603
616
|
decode(input: _m0.Reader | Uint8Array, length?: number): Any;
|
|
604
617
|
fromJSON(object: any): Any;
|
|
605
618
|
toJSON(message: Any): unknown;
|
|
606
|
-
create(base?:
|
|
607
|
-
fromPartial(object:
|
|
619
|
+
create(base?: DeepPartial_28<Any>): Any;
|
|
620
|
+
fromPartial(object: DeepPartial_28<Any>): Any;
|
|
608
621
|
};
|
|
609
622
|
|
|
610
623
|
/**
|
|
@@ -727,8 +740,8 @@ declare const AppInstall_2: {
|
|
|
727
740
|
decode(input: _m0.Reader | Uint8Array, length?: number): AppInstall_2;
|
|
728
741
|
fromJSON(object: any): AppInstall_2;
|
|
729
742
|
toJSON(message: AppInstall_2): unknown;
|
|
730
|
-
create(base?:
|
|
731
|
-
fromPartial(object:
|
|
743
|
+
create(base?: DeepPartial_19<AppInstall_2>): AppInstall_2;
|
|
744
|
+
fromPartial(object: DeepPartial_19<AppInstall_2>): AppInstall_2;
|
|
732
745
|
};
|
|
733
746
|
|
|
734
747
|
export declare type AppInstallDefinition = {
|
|
@@ -1064,8 +1077,8 @@ declare const AppUpgrade_2: {
|
|
|
1064
1077
|
decode(input: _m0.Reader | Uint8Array, length?: number): AppUpgrade_2;
|
|
1065
1078
|
fromJSON(object: any): AppUpgrade_2;
|
|
1066
1079
|
toJSON(message: AppUpgrade_2): unknown;
|
|
1067
|
-
create(base?:
|
|
1068
|
-
fromPartial(object:
|
|
1080
|
+
create(base?: DeepPartial_19<AppUpgrade_2>): AppUpgrade_2;
|
|
1081
|
+
fromPartial(object: DeepPartial_19<AppUpgrade_2>): AppUpgrade_2;
|
|
1069
1082
|
};
|
|
1070
1083
|
|
|
1071
1084
|
export declare type AppUpgradeDefinition = {
|
|
@@ -1342,8 +1355,8 @@ declare const AutomoderatorFilterComment_2: {
|
|
|
1342
1355
|
decode(input: _m0.Reader | Uint8Array, length?: number): AutomoderatorFilterComment_2;
|
|
1343
1356
|
fromJSON(object: any): AutomoderatorFilterComment_2;
|
|
1344
1357
|
toJSON(message: AutomoderatorFilterComment_2): unknown;
|
|
1345
|
-
create(base?:
|
|
1346
|
-
fromPartial(object:
|
|
1358
|
+
create(base?: DeepPartial_19<AutomoderatorFilterComment_2>): AutomoderatorFilterComment_2;
|
|
1359
|
+
fromPartial(object: DeepPartial_19<AutomoderatorFilterComment_2>): AutomoderatorFilterComment_2;
|
|
1347
1360
|
};
|
|
1348
1361
|
|
|
1349
1362
|
/** The event name for when a post is filtered by automoderator */
|
|
@@ -1363,8 +1376,8 @@ declare const AutomoderatorFilterPost_2: {
|
|
|
1363
1376
|
decode(input: _m0.Reader | Uint8Array, length?: number): AutomoderatorFilterPost_2;
|
|
1364
1377
|
fromJSON(object: any): AutomoderatorFilterPost_2;
|
|
1365
1378
|
toJSON(message: AutomoderatorFilterPost_2): unknown;
|
|
1366
|
-
create(base?:
|
|
1367
|
-
fromPartial(object:
|
|
1379
|
+
create(base?: DeepPartial_19<AutomoderatorFilterPost_2>): AutomoderatorFilterPost_2;
|
|
1380
|
+
fromPartial(object: DeepPartial_19<AutomoderatorFilterPost_2>): AutomoderatorFilterPost_2;
|
|
1368
1381
|
};
|
|
1369
1382
|
|
|
1370
1383
|
/** https://github.snooguts.net/reddit/reddit-service-award/blob/f102a254636cd403627cc1125fcccab52972ea6b/award/models/award.py */
|
|
@@ -1513,31 +1526,7 @@ export declare type BaseContext = {
|
|
|
1513
1526
|
debug: ContextDebugInfo;
|
|
1514
1527
|
};
|
|
1515
1528
|
|
|
1516
|
-
export
|
|
1517
|
-
/**
|
|
1518
|
-
* The name of the field. This will be used as the key in the `values` object
|
|
1519
|
-
* when the form is submitted.
|
|
1520
|
-
*/
|
|
1521
|
-
name: string;
|
|
1522
|
-
/** The label of the field. This will be displayed to the user */
|
|
1523
|
-
label: string;
|
|
1524
|
-
/** An optional help text that will be displayed below the field */
|
|
1525
|
-
helpText?: string | undefined;
|
|
1526
|
-
/**
|
|
1527
|
-
* If true the field will be required and the user will not be able to submit
|
|
1528
|
-
* the form without filling it in.
|
|
1529
|
-
*/
|
|
1530
|
-
required?: boolean | undefined;
|
|
1531
|
-
/** If true the field will be disabled */
|
|
1532
|
-
disabled?: boolean | undefined;
|
|
1533
|
-
/** The default value of the field */
|
|
1534
|
-
defaultValue?: ValueType | undefined;
|
|
1535
|
-
/**
|
|
1536
|
-
* This indicates whether the field (setting) is an app level or install level
|
|
1537
|
-
* setting. App setting values can be used by any installation.
|
|
1538
|
-
*/
|
|
1539
|
-
scope?: SettingScopeType | undefined;
|
|
1540
|
-
};
|
|
1529
|
+
export { BaseField }
|
|
1541
1530
|
|
|
1542
1531
|
declare interface BasicConversationRequest {
|
|
1543
1532
|
/** id36 of a modmail conversation id */
|
|
@@ -1622,8 +1611,8 @@ declare const BasicSearchRequest: {
|
|
|
1622
1611
|
decode(input: _m0.Reader | Uint8Array, length?: number): BasicSearchRequest;
|
|
1623
1612
|
fromJSON(object: any): BasicSearchRequest;
|
|
1624
1613
|
toJSON(message: BasicSearchRequest): unknown;
|
|
1625
|
-
create(base?:
|
|
1626
|
-
fromPartial(object:
|
|
1614
|
+
create(base?: DeepPartial_11<BasicSearchRequest>): BasicSearchRequest;
|
|
1615
|
+
fromPartial(object: DeepPartial_11<BasicSearchRequest>): BasicSearchRequest;
|
|
1627
1616
|
};
|
|
1628
1617
|
|
|
1629
1618
|
declare interface BasicSubredditRequest {
|
|
@@ -1637,8 +1626,8 @@ declare const BasicSubredditRequest: {
|
|
|
1637
1626
|
decode(input: _m0.Reader | Uint8Array, length?: number): BasicSubredditRequest;
|
|
1638
1627
|
fromJSON(object: any): BasicSubredditRequest;
|
|
1639
1628
|
toJSON(message: BasicSubredditRequest): unknown;
|
|
1640
|
-
create(base?:
|
|
1641
|
-
fromPartial(object:
|
|
1629
|
+
create(base?: DeepPartial_11<BasicSubredditRequest>): BasicSubredditRequest;
|
|
1630
|
+
fromPartial(object: DeepPartial_11<BasicSubredditRequest>): BasicSubredditRequest;
|
|
1642
1631
|
};
|
|
1643
1632
|
|
|
1644
1633
|
declare interface BasicWhereRequest {
|
|
@@ -1666,8 +1655,8 @@ declare const BasicWhereRequest: {
|
|
|
1666
1655
|
decode(input: _m0.Reader | Uint8Array, length?: number): BasicWhereRequest;
|
|
1667
1656
|
fromJSON(object: any): BasicWhereRequest;
|
|
1668
1657
|
toJSON(message: BasicWhereRequest): unknown;
|
|
1669
|
-
create(base?:
|
|
1670
|
-
fromPartial(object:
|
|
1658
|
+
create(base?: DeepPartial_11<BasicWhereRequest>): BasicWhereRequest;
|
|
1659
|
+
fromPartial(object: DeepPartial_11<BasicWhereRequest>): BasicWhereRequest;
|
|
1671
1660
|
};
|
|
1672
1661
|
|
|
1673
1662
|
export declare type BitfieldCommand = BitfieldGet_2 | BitfieldSet_2 | BitfieldIncrBy_2 | BitfieldOverflow_2;
|
|
@@ -2682,10 +2671,7 @@ declare enum BlockVerticalAlignment {
|
|
|
2682
2671
|
UNRECOGNIZED = -1
|
|
2683
2672
|
}
|
|
2684
2673
|
|
|
2685
|
-
|
|
2686
|
-
export declare type BooleanField = Prettify<Omit<BaseField<boolean>, 'required'> & FieldConfig_Boolean & {
|
|
2687
|
-
type: 'boolean';
|
|
2688
|
-
}>;
|
|
2674
|
+
export { BooleanField }
|
|
2689
2675
|
|
|
2690
2676
|
/**
|
|
2691
2677
|
* Wrapper message for `bool`.
|
|
@@ -2731,8 +2717,8 @@ declare const BuildInfo: {
|
|
|
2731
2717
|
decode(input: _m0.Reader | Uint8Array, length?: number): BuildInfo;
|
|
2732
2718
|
fromJSON(object: any): BuildInfo;
|
|
2733
2719
|
toJSON(message: BuildInfo): unknown;
|
|
2734
|
-
create(base?:
|
|
2735
|
-
fromPartial(object:
|
|
2720
|
+
create(base?: DeepPartial_14<BuildInfo>): BuildInfo;
|
|
2721
|
+
fromPartial(object: DeepPartial_14<BuildInfo>): BuildInfo;
|
|
2736
2722
|
};
|
|
2737
2723
|
|
|
2738
2724
|
declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
@@ -3298,8 +3284,8 @@ declare const CommentApprove: {
|
|
|
3298
3284
|
decode(input: _m0.Reader | Uint8Array, length?: number): CommentApprove;
|
|
3299
3285
|
fromJSON(object: any): CommentApprove;
|
|
3300
3286
|
toJSON(message: CommentApprove): unknown;
|
|
3301
|
-
create(base?:
|
|
3302
|
-
fromPartial(object:
|
|
3287
|
+
create(base?: DeepPartial_19<CommentApprove>): CommentApprove;
|
|
3288
|
+
fromPartial(object: DeepPartial_19<CommentApprove>): CommentApprove;
|
|
3303
3289
|
};
|
|
3304
3290
|
|
|
3305
3291
|
declare interface CommentContributionSettings {
|
|
@@ -3332,8 +3318,8 @@ declare const CommentCreate_2: {
|
|
|
3332
3318
|
decode(input: _m0.Reader | Uint8Array, length?: number): CommentCreate_2;
|
|
3333
3319
|
fromJSON(object: any): CommentCreate_2;
|
|
3334
3320
|
toJSON(message: CommentCreate_2): unknown;
|
|
3335
|
-
create(base?:
|
|
3336
|
-
fromPartial(object:
|
|
3321
|
+
create(base?: DeepPartial_19<CommentCreate_2>): CommentCreate_2;
|
|
3322
|
+
fromPartial(object: DeepPartial_19<CommentCreate_2>): CommentCreate_2;
|
|
3337
3323
|
};
|
|
3338
3324
|
|
|
3339
3325
|
export declare type CommentCreateDefinition = {
|
|
@@ -3362,8 +3348,8 @@ declare const CommentDelete_2: {
|
|
|
3362
3348
|
decode(input: _m0.Reader | Uint8Array, length?: number): CommentDelete_2;
|
|
3363
3349
|
fromJSON(object: any): CommentDelete_2;
|
|
3364
3350
|
toJSON(message: CommentDelete_2): unknown;
|
|
3365
|
-
create(base?:
|
|
3366
|
-
fromPartial(object:
|
|
3351
|
+
create(base?: DeepPartial_19<CommentDelete_2>): CommentDelete_2;
|
|
3352
|
+
fromPartial(object: DeepPartial_19<CommentDelete_2>): CommentDelete_2;
|
|
3367
3353
|
};
|
|
3368
3354
|
|
|
3369
3355
|
export declare type CommentDeleteDefinition = {
|
|
@@ -3398,8 +3384,8 @@ declare const CommentReport_2: {
|
|
|
3398
3384
|
decode(input: _m0.Reader | Uint8Array, length?: number): CommentReport_2;
|
|
3399
3385
|
fromJSON(object: any): CommentReport_2;
|
|
3400
3386
|
toJSON(message: CommentReport_2): unknown;
|
|
3401
|
-
create(base?:
|
|
3402
|
-
fromPartial(object:
|
|
3387
|
+
create(base?: DeepPartial_19<CommentReport_2>): CommentReport_2;
|
|
3388
|
+
fromPartial(object: DeepPartial_19<CommentReport_2>): CommentReport_2;
|
|
3403
3389
|
};
|
|
3404
3390
|
|
|
3405
3391
|
export declare type CommentReportDefinition = {
|
|
@@ -3465,8 +3451,8 @@ declare const CommentSubmit_2: {
|
|
|
3465
3451
|
decode(input: _m0.Reader | Uint8Array, length?: number): CommentSubmit_2;
|
|
3466
3452
|
fromJSON(object: any): CommentSubmit_2;
|
|
3467
3453
|
toJSON(message: CommentSubmit_2): unknown;
|
|
3468
|
-
create(base?:
|
|
3469
|
-
fromPartial(object:
|
|
3454
|
+
create(base?: DeepPartial_19<CommentSubmit_2>): CommentSubmit_2;
|
|
3455
|
+
fromPartial(object: DeepPartial_19<CommentSubmit_2>): CommentSubmit_2;
|
|
3470
3456
|
};
|
|
3471
3457
|
|
|
3472
3458
|
export declare type CommentSubmitDefinition = {
|
|
@@ -3491,8 +3477,8 @@ declare const CommentUpdate_2: {
|
|
|
3491
3477
|
decode(input: _m0.Reader | Uint8Array, length?: number): CommentUpdate_2;
|
|
3492
3478
|
fromJSON(object: any): CommentUpdate_2;
|
|
3493
3479
|
toJSON(message: CommentUpdate_2): unknown;
|
|
3494
|
-
create(base?:
|
|
3495
|
-
fromPartial(object:
|
|
3480
|
+
create(base?: DeepPartial_19<CommentUpdate_2>): CommentUpdate_2;
|
|
3481
|
+
fromPartial(object: DeepPartial_19<CommentUpdate_2>): CommentUpdate_2;
|
|
3496
3482
|
};
|
|
3497
3483
|
|
|
3498
3484
|
export declare type CommentUpdateDefinition = {
|
|
@@ -3529,8 +3515,8 @@ declare const CommentV2: {
|
|
|
3529
3515
|
decode(input: _m0.Reader | Uint8Array, length?: number): CommentV2;
|
|
3530
3516
|
fromJSON(object: any): CommentV2;
|
|
3531
3517
|
toJSON(message: CommentV2): unknown;
|
|
3532
|
-
create(base?:
|
|
3533
|
-
fromPartial(object:
|
|
3518
|
+
create(base?: DeepPartial_20<CommentV2>): CommentV2;
|
|
3519
|
+
fromPartial(object: DeepPartial_20<CommentV2>): CommentV2;
|
|
3534
3520
|
};
|
|
3535
3521
|
|
|
3536
3522
|
export declare type CommonSubmitPostOptions = {
|
|
@@ -3660,8 +3646,8 @@ declare const ConfigField: {
|
|
|
3660
3646
|
decode(input: _m0.Reader | Uint8Array, length?: number): ConfigField;
|
|
3661
3647
|
fromJSON(object: any): ConfigField;
|
|
3662
3648
|
toJSON(message: ConfigField): unknown;
|
|
3663
|
-
create(base?:
|
|
3664
|
-
fromPartial(object:
|
|
3649
|
+
create(base?: DeepPartial_27<ConfigField>): ConfigField;
|
|
3650
|
+
fromPartial(object: DeepPartial_27<ConfigField>): ConfigField;
|
|
3665
3651
|
};
|
|
3666
3652
|
|
|
3667
3653
|
declare enum ConfigFieldType {
|
|
@@ -3688,8 +3674,8 @@ declare const ConfigForm: {
|
|
|
3688
3674
|
decode(input: _m0.Reader | Uint8Array, length?: number): ConfigForm;
|
|
3689
3675
|
fromJSON(object: any): ConfigForm;
|
|
3690
3676
|
toJSON(message: ConfigForm): unknown;
|
|
3691
|
-
create(base?:
|
|
3692
|
-
fromPartial(object:
|
|
3677
|
+
create(base?: DeepPartial_27<ConfigForm>): ConfigForm;
|
|
3678
|
+
fromPartial(object: DeepPartial_27<ConfigForm>): ConfigForm;
|
|
3693
3679
|
};
|
|
3694
3680
|
|
|
3695
3681
|
export declare type Configuration = {
|
|
@@ -3739,8 +3725,8 @@ declare const ContextActionAllowedContexts: {
|
|
|
3739
3725
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionAllowedContexts;
|
|
3740
3726
|
fromJSON(object: any): ContextActionAllowedContexts;
|
|
3741
3727
|
toJSON(message: ContextActionAllowedContexts): unknown;
|
|
3742
|
-
create(base?:
|
|
3743
|
-
fromPartial(object:
|
|
3728
|
+
create(base?: DeepPartial_26<ContextActionAllowedContexts>): ContextActionAllowedContexts;
|
|
3729
|
+
fromPartial(object: DeepPartial_26<ContextActionAllowedContexts>): ContextActionAllowedContexts;
|
|
3744
3730
|
};
|
|
3745
3731
|
|
|
3746
3732
|
/** Restrict access to specific user groups */
|
|
@@ -3763,8 +3749,8 @@ declare const ContextActionAllowedUsers: {
|
|
|
3763
3749
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionAllowedUsers;
|
|
3764
3750
|
fromJSON(object: any): ContextActionAllowedUsers;
|
|
3765
3751
|
toJSON(message: ContextActionAllowedUsers): unknown;
|
|
3766
|
-
create(base?:
|
|
3767
|
-
fromPartial(object:
|
|
3752
|
+
create(base?: DeepPartial_26<ContextActionAllowedUsers>): ContextActionAllowedUsers;
|
|
3753
|
+
fromPartial(object: DeepPartial_26<ContextActionAllowedUsers>): ContextActionAllowedUsers;
|
|
3768
3754
|
};
|
|
3769
3755
|
|
|
3770
3756
|
declare class ContextActionClientImpl implements ContextAction {
|
|
@@ -3806,8 +3792,8 @@ declare const ContextActionDefinition: {
|
|
|
3806
3792
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionList;
|
|
3807
3793
|
fromJSON(object: any): ContextActionList;
|
|
3808
3794
|
toJSON(message: ContextActionList): unknown;
|
|
3809
|
-
create(base?:
|
|
3810
|
-
fromPartial(object:
|
|
3795
|
+
create(base?: DeepPartial_26<ContextActionList>): ContextActionList;
|
|
3796
|
+
fromPartial(object: DeepPartial_26<ContextActionList>): ContextActionList;
|
|
3811
3797
|
};
|
|
3812
3798
|
readonly responseStream: false;
|
|
3813
3799
|
readonly options: {};
|
|
@@ -3820,8 +3806,8 @@ declare const ContextActionDefinition: {
|
|
|
3820
3806
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionRequest;
|
|
3821
3807
|
fromJSON(object: any): ContextActionRequest;
|
|
3822
3808
|
toJSON(message: ContextActionRequest): unknown;
|
|
3823
|
-
create(base?:
|
|
3824
|
-
fromPartial(object:
|
|
3809
|
+
create(base?: DeepPartial_26<ContextActionRequest>): ContextActionRequest;
|
|
3810
|
+
fromPartial(object: DeepPartial_26<ContextActionRequest>): ContextActionRequest;
|
|
3825
3811
|
};
|
|
3826
3812
|
readonly requestStream: false;
|
|
3827
3813
|
readonly responseType: {
|
|
@@ -3830,8 +3816,8 @@ declare const ContextActionDefinition: {
|
|
|
3830
3816
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionResponse;
|
|
3831
3817
|
fromJSON(object: any): ContextActionResponse;
|
|
3832
3818
|
toJSON(message: ContextActionResponse): unknown;
|
|
3833
|
-
create(base?:
|
|
3834
|
-
fromPartial(object:
|
|
3819
|
+
create(base?: DeepPartial_26<ContextActionResponse>): ContextActionResponse;
|
|
3820
|
+
fromPartial(object: DeepPartial_26<ContextActionResponse>): ContextActionResponse;
|
|
3835
3821
|
};
|
|
3836
3822
|
readonly responseStream: false;
|
|
3837
3823
|
readonly options: {};
|
|
@@ -3863,8 +3849,8 @@ declare const ContextActionDescription: {
|
|
|
3863
3849
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionDescription;
|
|
3864
3850
|
fromJSON(object: any): ContextActionDescription;
|
|
3865
3851
|
toJSON(message: ContextActionDescription): unknown;
|
|
3866
|
-
create(base?:
|
|
3867
|
-
fromPartial(object:
|
|
3852
|
+
create(base?: DeepPartial_26<ContextActionDescription>): ContextActionDescription;
|
|
3853
|
+
fromPartial(object: DeepPartial_26<ContextActionDescription>): ContextActionDescription;
|
|
3868
3854
|
};
|
|
3869
3855
|
|
|
3870
3856
|
declare interface ContextActionList {
|
|
@@ -3877,8 +3863,8 @@ declare const ContextActionList: {
|
|
|
3877
3863
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionList;
|
|
3878
3864
|
fromJSON(object: any): ContextActionList;
|
|
3879
3865
|
toJSON(message: ContextActionList): unknown;
|
|
3880
|
-
create(base?:
|
|
3881
|
-
fromPartial(object:
|
|
3866
|
+
create(base?: DeepPartial_26<ContextActionList>): ContextActionList;
|
|
3867
|
+
fromPartial(object: DeepPartial_26<ContextActionList>): ContextActionList;
|
|
3882
3868
|
};
|
|
3883
3869
|
|
|
3884
3870
|
/** Filters for post actions */
|
|
@@ -3893,8 +3879,8 @@ declare const ContextActionPostFilters: {
|
|
|
3893
3879
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionPostFilters;
|
|
3894
3880
|
fromJSON(object: any): ContextActionPostFilters;
|
|
3895
3881
|
toJSON(message: ContextActionPostFilters): unknown;
|
|
3896
|
-
create(base?:
|
|
3897
|
-
fromPartial(object:
|
|
3882
|
+
create(base?: DeepPartial_26<ContextActionPostFilters>): ContextActionPostFilters;
|
|
3883
|
+
fromPartial(object: DeepPartial_26<ContextActionPostFilters>): ContextActionPostFilters;
|
|
3898
3884
|
};
|
|
3899
3885
|
|
|
3900
3886
|
declare interface ContextActionRequest {
|
|
@@ -3916,8 +3902,8 @@ declare const ContextActionRequest: {
|
|
|
3916
3902
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionRequest;
|
|
3917
3903
|
fromJSON(object: any): ContextActionRequest;
|
|
3918
3904
|
toJSON(message: ContextActionRequest): unknown;
|
|
3919
|
-
create(base?:
|
|
3920
|
-
fromPartial(object:
|
|
3905
|
+
create(base?: DeepPartial_26<ContextActionRequest>): ContextActionRequest;
|
|
3906
|
+
fromPartial(object: DeepPartial_26<ContextActionRequest>): ContextActionRequest;
|
|
3921
3907
|
};
|
|
3922
3908
|
|
|
3923
3909
|
declare interface ContextActionResponse {
|
|
@@ -3940,8 +3926,8 @@ declare const ContextActionResponse: {
|
|
|
3940
3926
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionResponse;
|
|
3941
3927
|
fromJSON(object: any): ContextActionResponse;
|
|
3942
3928
|
toJSON(message: ContextActionResponse): unknown;
|
|
3943
|
-
create(base?:
|
|
3944
|
-
fromPartial(object:
|
|
3929
|
+
create(base?: DeepPartial_26<ContextActionResponse>): ContextActionResponse;
|
|
3930
|
+
fromPartial(object: DeepPartial_26<ContextActionResponse>): ContextActionResponse;
|
|
3945
3931
|
};
|
|
3946
3932
|
|
|
3947
3933
|
declare const ContextActionServiceName = "devvit.actor.reddit.ContextAction";
|
|
@@ -7467,8 +7453,8 @@ declare const DeleteSrImgRequest: {
|
|
|
7467
7453
|
decode(input: _m0.Reader | Uint8Array, length?: number): DeleteSrImgRequest;
|
|
7468
7454
|
fromJSON(object: any): DeleteSrImgRequest;
|
|
7469
7455
|
toJSON(message: DeleteSrImgRequest): unknown;
|
|
7470
|
-
create(base?:
|
|
7471
|
-
fromPartial(object:
|
|
7456
|
+
create(base?: DeepPartial_11<DeleteSrImgRequest>): DeleteSrImgRequest;
|
|
7457
|
+
fromPartial(object: DeepPartial_11<DeleteSrImgRequest>): DeleteSrImgRequest;
|
|
7472
7458
|
};
|
|
7473
7459
|
|
|
7474
7460
|
declare interface DeleteWidgetRequest {
|
|
@@ -7529,8 +7515,8 @@ declare const DependencySpec: {
|
|
|
7529
7515
|
decode(input: _m0.Reader | Uint8Array, length?: number): DependencySpec;
|
|
7530
7516
|
fromJSON(object: any): DependencySpec;
|
|
7531
7517
|
toJSON(message: DependencySpec): unknown;
|
|
7532
|
-
create(base?:
|
|
7533
|
-
fromPartial(object:
|
|
7518
|
+
create(base?: DeepPartial_14<DependencySpec>): DependencySpec;
|
|
7519
|
+
fromPartial(object: DeepPartial_14<DependencySpec>): DependencySpec;
|
|
7534
7520
|
};
|
|
7535
7521
|
|
|
7536
7522
|
export declare class Devvit extends Actor {
|
|
@@ -8295,8 +8281,8 @@ declare const Empty: {
|
|
|
8295
8281
|
decode(input: _m0.Reader | Uint8Array, length?: number): Empty;
|
|
8296
8282
|
fromJSON(_: any): Empty;
|
|
8297
8283
|
toJSON(_: Empty): unknown;
|
|
8298
|
-
create(base?:
|
|
8299
|
-
fromPartial(_:
|
|
8284
|
+
create(base?: DeepPartial_25<Empty>): Empty;
|
|
8285
|
+
fromPartial(_: DeepPartial_25<Empty>): Empty;
|
|
8300
8286
|
};
|
|
8301
8287
|
|
|
8302
8288
|
/**
|
|
@@ -8451,8 +8437,8 @@ declare const FieldConfig: {
|
|
|
8451
8437
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig;
|
|
8452
8438
|
fromJSON(object: any): FieldConfig;
|
|
8453
8439
|
toJSON(message: FieldConfig): unknown;
|
|
8454
|
-
create(base?:
|
|
8455
|
-
fromPartial(object:
|
|
8440
|
+
create(base?: DeepPartial_33<FieldConfig>): FieldConfig;
|
|
8441
|
+
fromPartial(object: DeepPartial_33<FieldConfig>): FieldConfig;
|
|
8456
8442
|
};
|
|
8457
8443
|
|
|
8458
8444
|
declare interface FieldConfig_Boolean {
|
|
@@ -8464,8 +8450,8 @@ declare const FieldConfig_Boolean: {
|
|
|
8464
8450
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig_Boolean;
|
|
8465
8451
|
fromJSON(_: any): FieldConfig_Boolean;
|
|
8466
8452
|
toJSON(_: FieldConfig_Boolean): unknown;
|
|
8467
|
-
create(base?:
|
|
8468
|
-
fromPartial(_:
|
|
8453
|
+
create(base?: DeepPartial_33<FieldConfig_Boolean>): FieldConfig_Boolean;
|
|
8454
|
+
fromPartial(_: DeepPartial_33<FieldConfig_Boolean>): FieldConfig_Boolean;
|
|
8469
8455
|
};
|
|
8470
8456
|
|
|
8471
8457
|
declare interface FieldConfig_Group {
|
|
@@ -8479,8 +8465,8 @@ declare const FieldConfig_Group: {
|
|
|
8479
8465
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig_Group;
|
|
8480
8466
|
fromJSON(object: any): FieldConfig_Group;
|
|
8481
8467
|
toJSON(message: FieldConfig_Group): unknown;
|
|
8482
|
-
create(base?:
|
|
8483
|
-
fromPartial(object:
|
|
8468
|
+
create(base?: DeepPartial_33<FieldConfig_Group>): FieldConfig_Group;
|
|
8469
|
+
fromPartial(object: DeepPartial_33<FieldConfig_Group>): FieldConfig_Group;
|
|
8484
8470
|
};
|
|
8485
8471
|
|
|
8486
8472
|
declare interface FieldConfig_List {
|
|
@@ -8502,8 +8488,8 @@ declare const FieldConfig_List: {
|
|
|
8502
8488
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig_List;
|
|
8503
8489
|
fromJSON(object: any): FieldConfig_List;
|
|
8504
8490
|
toJSON(message: FieldConfig_List): unknown;
|
|
8505
|
-
create(base?:
|
|
8506
|
-
fromPartial(object:
|
|
8491
|
+
create(base?: DeepPartial_33<FieldConfig_List>): FieldConfig_List;
|
|
8492
|
+
fromPartial(object: DeepPartial_33<FieldConfig_List>): FieldConfig_List;
|
|
8507
8493
|
};
|
|
8508
8494
|
|
|
8509
8495
|
declare interface FieldConfig_Number {
|
|
@@ -8521,8 +8507,8 @@ declare const FieldConfig_Number: {
|
|
|
8521
8507
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig_Number;
|
|
8522
8508
|
fromJSON(object: any): FieldConfig_Number;
|
|
8523
8509
|
toJSON(message: FieldConfig_Number): unknown;
|
|
8524
|
-
create(base?:
|
|
8525
|
-
fromPartial(object:
|
|
8510
|
+
create(base?: DeepPartial_33<FieldConfig_Number>): FieldConfig_Number;
|
|
8511
|
+
fromPartial(object: DeepPartial_33<FieldConfig_Number>): FieldConfig_Number;
|
|
8526
8512
|
};
|
|
8527
8513
|
|
|
8528
8514
|
declare interface FieldConfig_Paragraph {
|
|
@@ -8540,8 +8526,8 @@ declare const FieldConfig_Paragraph: {
|
|
|
8540
8526
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig_Paragraph;
|
|
8541
8527
|
fromJSON(object: any): FieldConfig_Paragraph;
|
|
8542
8528
|
toJSON(message: FieldConfig_Paragraph): unknown;
|
|
8543
|
-
create(base?:
|
|
8544
|
-
fromPartial(object:
|
|
8529
|
+
create(base?: DeepPartial_33<FieldConfig_Paragraph>): FieldConfig_Paragraph;
|
|
8530
|
+
fromPartial(object: DeepPartial_33<FieldConfig_Paragraph>): FieldConfig_Paragraph;
|
|
8545
8531
|
};
|
|
8546
8532
|
|
|
8547
8533
|
declare interface FieldConfig_Selection {
|
|
@@ -8563,8 +8549,8 @@ declare const FieldConfig_Selection: {
|
|
|
8563
8549
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig_Selection;
|
|
8564
8550
|
fromJSON(object: any): FieldConfig_Selection;
|
|
8565
8551
|
toJSON(message: FieldConfig_Selection): unknown;
|
|
8566
|
-
create(base?:
|
|
8567
|
-
fromPartial(object:
|
|
8552
|
+
create(base?: DeepPartial_33<FieldConfig_Selection>): FieldConfig_Selection;
|
|
8553
|
+
fromPartial(object: DeepPartial_33<FieldConfig_Selection>): FieldConfig_Selection;
|
|
8568
8554
|
};
|
|
8569
8555
|
|
|
8570
8556
|
declare interface FieldConfig_Selection_Item {
|
|
@@ -8580,8 +8566,8 @@ declare const FieldConfig_Selection_Item: {
|
|
|
8580
8566
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig_Selection_Item;
|
|
8581
8567
|
fromJSON(object: any): FieldConfig_Selection_Item;
|
|
8582
8568
|
toJSON(message: FieldConfig_Selection_Item): unknown;
|
|
8583
|
-
create(base?:
|
|
8584
|
-
fromPartial(object:
|
|
8569
|
+
create(base?: DeepPartial_33<FieldConfig_Selection_Item>): FieldConfig_Selection_Item;
|
|
8570
|
+
fromPartial(object: DeepPartial_33<FieldConfig_Selection_Item>): FieldConfig_Selection_Item;
|
|
8585
8571
|
};
|
|
8586
8572
|
|
|
8587
8573
|
declare interface FieldConfig_String {
|
|
@@ -8599,8 +8585,8 @@ declare const FieldConfig_String: {
|
|
|
8599
8585
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig_String;
|
|
8600
8586
|
fromJSON(object: any): FieldConfig_String;
|
|
8601
8587
|
toJSON(message: FieldConfig_String): unknown;
|
|
8602
|
-
create(base?:
|
|
8603
|
-
fromPartial(object:
|
|
8588
|
+
create(base?: DeepPartial_33<FieldConfig_String>): FieldConfig_String;
|
|
8589
|
+
fromPartial(object: DeepPartial_33<FieldConfig_String>): FieldConfig_String;
|
|
8604
8590
|
};
|
|
8605
8591
|
|
|
8606
8592
|
export declare class Flair {
|
|
@@ -9901,18 +9887,7 @@ declare const FollowPostRequest: {
|
|
|
9901
9887
|
fromPartial(object: DeepPartial_55<FollowPostRequest>): FollowPostRequest;
|
|
9902
9888
|
};
|
|
9903
9889
|
|
|
9904
|
-
export
|
|
9905
|
-
/** The fields that will be displayed in the form */
|
|
9906
|
-
fields: readonly FormField[];
|
|
9907
|
-
/** An optional title for the form */
|
|
9908
|
-
title?: string;
|
|
9909
|
-
/** An optional description for the form */
|
|
9910
|
-
description?: string;
|
|
9911
|
-
/** An optional label for the submit button */
|
|
9912
|
-
acceptLabel?: string;
|
|
9913
|
-
/** An optional label for the cancel button */
|
|
9914
|
-
cancelLabel?: string;
|
|
9915
|
-
};
|
|
9890
|
+
export { Form }
|
|
9916
9891
|
|
|
9917
9892
|
declare interface Form_2 {
|
|
9918
9893
|
fields: FormField_2[];
|
|
@@ -9968,7 +9943,7 @@ export declare type FormDefinition<T extends Form | FormFunction = Form | FormFu
|
|
|
9968
9943
|
onSubmit: FormOnSubmitEventHandler<FormToFormValues<T>>;
|
|
9969
9944
|
};
|
|
9970
9945
|
|
|
9971
|
-
export
|
|
9946
|
+
export { FormField }
|
|
9972
9947
|
|
|
9973
9948
|
/** The base type */
|
|
9974
9949
|
declare interface FormField_2 {
|
|
@@ -9998,21 +9973,11 @@ declare const FormField_2: {
|
|
|
9998
9973
|
decode(input: _m0.Reader | Uint8Array, length?: number): FormField_2;
|
|
9999
9974
|
fromJSON(object: any): FormField_2;
|
|
10000
9975
|
toJSON(message: FormField_2): unknown;
|
|
10001
|
-
create(base?:
|
|
10002
|
-
fromPartial(object:
|
|
9976
|
+
create(base?: DeepPartial_33<FormField_2>): FormField_2;
|
|
9977
|
+
fromPartial(object: DeepPartial_33<FormField_2>): FormField_2;
|
|
10003
9978
|
};
|
|
10004
9979
|
|
|
10005
|
-
|
|
10006
|
-
export declare type FormFieldGroup = {
|
|
10007
|
-
type: 'group';
|
|
10008
|
-
/** The label of the group that will be displayed to the user */
|
|
10009
|
-
label: string;
|
|
10010
|
-
/** The fields that will be displayed in the group */
|
|
10011
|
-
fields: readonly FormField[];
|
|
10012
|
-
/** An optional help text that will be displayed below the group */
|
|
10013
|
-
helpText?: string | undefined;
|
|
10014
|
-
required?: never;
|
|
10015
|
-
};
|
|
9980
|
+
export { FormFieldGroup }
|
|
10016
9981
|
|
|
10017
9982
|
/**
|
|
10018
9983
|
* Input is a FormField[], output is a
|
|
@@ -10095,8 +10060,8 @@ declare const FormFieldValue: {
|
|
|
10095
10060
|
decode(input: _m0.Reader | Uint8Array, length?: number): FormFieldValue;
|
|
10096
10061
|
fromJSON(object: any): FormFieldValue;
|
|
10097
10062
|
toJSON(message: FormFieldValue): unknown;
|
|
10098
|
-
create(base?:
|
|
10099
|
-
fromPartial(object:
|
|
10063
|
+
create(base?: DeepPartial_32<FormFieldValue>): FormFieldValue;
|
|
10064
|
+
fromPartial(object: DeepPartial_32<FormFieldValue>): FormFieldValue;
|
|
10100
10065
|
};
|
|
10101
10066
|
|
|
10102
10067
|
/** Group does not have a value */
|
|
@@ -10109,8 +10074,8 @@ declare const FormFieldValue_GroupValue: {
|
|
|
10109
10074
|
decode(input: _m0.Reader | Uint8Array, length?: number): FormFieldValue_GroupValue;
|
|
10110
10075
|
fromJSON(_: any): FormFieldValue_GroupValue;
|
|
10111
10076
|
toJSON(_: FormFieldValue_GroupValue): unknown;
|
|
10112
|
-
create(base?:
|
|
10113
|
-
fromPartial(_:
|
|
10077
|
+
create(base?: DeepPartial_32<FormFieldValue_GroupValue>): FormFieldValue_GroupValue;
|
|
10078
|
+
fromPartial(_: DeepPartial_32<FormFieldValue_GroupValue>): FormFieldValue_GroupValue;
|
|
10114
10079
|
};
|
|
10115
10080
|
|
|
10116
10081
|
declare interface FormFieldValue_ListValue {
|
|
@@ -10125,8 +10090,8 @@ declare const FormFieldValue_ListValue: {
|
|
|
10125
10090
|
decode(input: _m0.Reader | Uint8Array, length?: number): FormFieldValue_ListValue;
|
|
10126
10091
|
fromJSON(object: any): FormFieldValue_ListValue;
|
|
10127
10092
|
toJSON(message: FormFieldValue_ListValue): unknown;
|
|
10128
|
-
create(base?:
|
|
10129
|
-
fromPartial(object:
|
|
10093
|
+
create(base?: DeepPartial_32<FormFieldValue_ListValue>): FormFieldValue_ListValue;
|
|
10094
|
+
fromPartial(object: DeepPartial_32<FormFieldValue_ListValue>): FormFieldValue_ListValue;
|
|
10130
10095
|
};
|
|
10131
10096
|
|
|
10132
10097
|
declare interface FormFieldValue_SelectionValue {
|
|
@@ -10140,8 +10105,8 @@ declare const FormFieldValue_SelectionValue: {
|
|
|
10140
10105
|
decode(input: _m0.Reader | Uint8Array, length?: number): FormFieldValue_SelectionValue;
|
|
10141
10106
|
fromJSON(object: any): FormFieldValue_SelectionValue;
|
|
10142
10107
|
toJSON(message: FormFieldValue_SelectionValue): unknown;
|
|
10143
|
-
create(base?:
|
|
10144
|
-
fromPartial(object:
|
|
10108
|
+
create(base?: DeepPartial_32<FormFieldValue_SelectionValue>): FormFieldValue_SelectionValue;
|
|
10109
|
+
fromPartial(object: DeepPartial_32<FormFieldValue_SelectionValue>): FormFieldValue_SelectionValue;
|
|
10145
10110
|
};
|
|
10146
10111
|
|
|
10147
10112
|
/**
|
|
@@ -10192,8 +10157,8 @@ declare const FormResponse: {
|
|
|
10192
10157
|
decode(input: _m0.Reader | Uint8Array, length?: number): FormResponse;
|
|
10193
10158
|
fromJSON(object: any): FormResponse;
|
|
10194
10159
|
toJSON(message: FormResponse): unknown;
|
|
10195
|
-
create(base?:
|
|
10196
|
-
fromPartial(object:
|
|
10160
|
+
create(base?: DeepPartial_27<FormResponse>): FormResponse;
|
|
10161
|
+
fromPartial(object: DeepPartial_27<FormResponse>): FormResponse;
|
|
10197
10162
|
};
|
|
10198
10163
|
|
|
10199
10164
|
/** Form results */
|
|
@@ -10216,7 +10181,7 @@ declare const FormSubmittedEvent: {
|
|
|
10216
10181
|
|
|
10217
10182
|
export declare type FormToFormValues<T extends Form | FormFunction = Form | FormFunction> = FormFieldsToFormValues<(T extends FormFunction ? ReturnType<T> : T)['fields']>;
|
|
10218
10183
|
|
|
10219
|
-
export
|
|
10184
|
+
export { FormValues }
|
|
10220
10185
|
|
|
10221
10186
|
declare interface FriendRequest {
|
|
10222
10187
|
/** thing id e.g. 't3_15bfi0' */
|
|
@@ -10361,8 +10326,8 @@ declare const FullSubredditObject: {
|
|
|
10361
10326
|
decode(input: _m0.Reader | Uint8Array, length?: number): FullSubredditObject;
|
|
10362
10327
|
fromJSON(object: any): FullSubredditObject;
|
|
10363
10328
|
toJSON(message: FullSubredditObject): unknown;
|
|
10364
|
-
create(base?:
|
|
10365
|
-
fromPartial(object:
|
|
10329
|
+
create(base?: DeepPartial_11<FullSubredditObject>): FullSubredditObject;
|
|
10330
|
+
fromPartial(object: DeepPartial_11<FullSubredditObject>): FullSubredditObject;
|
|
10366
10331
|
};
|
|
10367
10332
|
|
|
10368
10333
|
/**
|
|
@@ -11911,8 +11876,8 @@ declare const HandlerResult: {
|
|
|
11911
11876
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
11912
11877
|
fromJSON(_: any): HandlerResult;
|
|
11913
11878
|
toJSON(_: HandlerResult): unknown;
|
|
11914
|
-
create(base?:
|
|
11915
|
-
fromPartial(_:
|
|
11879
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
11880
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
11916
11881
|
};
|
|
11917
11882
|
|
|
11918
11883
|
/** @deprecated */
|
|
@@ -12033,8 +11998,8 @@ declare const HelloDefinition: {
|
|
|
12033
11998
|
decode(input: _m0.Reader | Uint8Array, length?: number): PingMessage;
|
|
12034
11999
|
fromJSON(object: any): PingMessage;
|
|
12035
12000
|
toJSON(message: PingMessage): unknown;
|
|
12036
|
-
create(base?:
|
|
12037
|
-
fromPartial(object:
|
|
12001
|
+
create(base?: DeepPartial_24<PingMessage>): PingMessage;
|
|
12002
|
+
fromPartial(object: DeepPartial_24<PingMessage>): PingMessage;
|
|
12038
12003
|
};
|
|
12039
12004
|
readonly requestStream: false;
|
|
12040
12005
|
readonly responseType: {
|
|
@@ -12043,8 +12008,8 @@ declare const HelloDefinition: {
|
|
|
12043
12008
|
decode(input: _m0.Reader | Uint8Array, length?: number): PingMessage;
|
|
12044
12009
|
fromJSON(object: any): PingMessage;
|
|
12045
12010
|
toJSON(message: PingMessage): unknown;
|
|
12046
|
-
create(base?:
|
|
12047
|
-
fromPartial(object:
|
|
12011
|
+
create(base?: DeepPartial_24<PingMessage>): PingMessage;
|
|
12012
|
+
fromPartial(object: DeepPartial_24<PingMessage>): PingMessage;
|
|
12048
12013
|
};
|
|
12049
12014
|
readonly responseStream: false;
|
|
12050
12015
|
readonly options: {};
|
|
@@ -12355,14 +12320,7 @@ declare type ImageContainer<Context> = {
|
|
|
12355
12320
|
animatedImage(opts: ImageOptions): Context;
|
|
12356
12321
|
};
|
|
12357
12322
|
|
|
12358
|
-
|
|
12359
|
-
* Allows a user to upload an image as part of submitting the form. The string value that's
|
|
12360
|
-
* given back is the URL of the image.
|
|
12361
|
-
* @experimental
|
|
12362
|
-
*/
|
|
12363
|
-
export declare type ImageField = Omit<BaseField<string>, 'defaultValue'> & {
|
|
12364
|
-
type: 'image';
|
|
12365
|
-
};
|
|
12323
|
+
export { ImageField }
|
|
12366
12324
|
|
|
12367
12325
|
/**
|
|
12368
12326
|
* @borrows MediaOptions
|
|
@@ -13503,8 +13461,8 @@ declare const LinkedBundle: {
|
|
|
13503
13461
|
decode(input: _m0.Reader | Uint8Array, length?: number): LinkedBundle;
|
|
13504
13462
|
fromJSON(object: any): LinkedBundle;
|
|
13505
13463
|
toJSON(message: LinkedBundle): unknown;
|
|
13506
|
-
create(base?:
|
|
13507
|
-
fromPartial(object:
|
|
13464
|
+
create(base?: DeepPartial_14<LinkedBundle>): LinkedBundle;
|
|
13465
|
+
fromPartial(object: DeepPartial_14<LinkedBundle>): LinkedBundle;
|
|
13508
13466
|
};
|
|
13509
13467
|
|
|
13510
13468
|
export declare type LinkFlair = {
|
|
@@ -13585,8 +13543,8 @@ declare const LinkFlairV2: {
|
|
|
13585
13543
|
decode(input: _m0.Reader | Uint8Array, length?: number): LinkFlairV2;
|
|
13586
13544
|
fromJSON(object: any): LinkFlairV2;
|
|
13587
13545
|
toJSON(message: LinkFlairV2): unknown;
|
|
13588
|
-
create(base?:
|
|
13589
|
-
fromPartial(object:
|
|
13546
|
+
create(base?: DeepPartial_17<LinkFlairV2>): LinkFlairV2;
|
|
13547
|
+
fromPartial(object: DeepPartial_17<LinkFlairV2>): LinkFlairV2;
|
|
13590
13548
|
};
|
|
13591
13549
|
|
|
13592
13550
|
/**
|
|
@@ -20096,8 +20054,8 @@ declare const LocationFilter: {
|
|
|
20096
20054
|
decode(input: _m0.Reader | Uint8Array, length?: number): LocationFilter;
|
|
20097
20055
|
fromJSON(object: any): LocationFilter;
|
|
20098
20056
|
toJSON(message: LocationFilter): unknown;
|
|
20099
|
-
create(base?:
|
|
20100
|
-
fromPartial(object:
|
|
20057
|
+
create(base?: DeepPartial_14<LocationFilter>): LocationFilter;
|
|
20058
|
+
fromPartial(object: DeepPartial_14<LocationFilter>): LocationFilter;
|
|
20101
20059
|
};
|
|
20102
20060
|
|
|
20103
20061
|
declare interface LogErrorMessage {
|
|
@@ -20494,8 +20452,8 @@ declare const MediaObject: {
|
|
|
20494
20452
|
decode(input: _m0.Reader | Uint8Array, length?: number): MediaObject;
|
|
20495
20453
|
fromJSON(object: any): MediaObject;
|
|
20496
20454
|
toJSON(message: MediaObject): unknown;
|
|
20497
|
-
create(base?:
|
|
20498
|
-
fromPartial(object:
|
|
20455
|
+
create(base?: DeepPartial_21<MediaObject>): MediaObject;
|
|
20456
|
+
fromPartial(object: DeepPartial_21<MediaObject>): MediaObject;
|
|
20499
20457
|
};
|
|
20500
20458
|
|
|
20501
20459
|
declare type MediaOptions = {
|
|
@@ -20727,7 +20685,7 @@ declare interface MessageType<Message extends UnknownMessage = UnknownMessage> {
|
|
|
20727
20685
|
decode(input: _m0.Reader | Uint8Array, length?: number): Message;
|
|
20728
20686
|
fromJSON(object: any): Message;
|
|
20729
20687
|
toJSON(message: Message): unknown;
|
|
20730
|
-
fromPartial(object:
|
|
20688
|
+
fromPartial(object: DeepPartial_13<Message>): Message;
|
|
20731
20689
|
}
|
|
20732
20690
|
|
|
20733
20691
|
declare interface MessageWhereRequest {
|
|
@@ -20806,8 +20764,8 @@ declare const ModAction_2: {
|
|
|
20806
20764
|
decode(input: _m0.Reader | Uint8Array, length?: number): ModAction_2;
|
|
20807
20765
|
fromJSON(object: any): ModAction_2;
|
|
20808
20766
|
toJSON(message: ModAction_2): unknown;
|
|
20809
|
-
create(base?:
|
|
20810
|
-
fromPartial(object:
|
|
20767
|
+
create(base?: DeepPartial_22<ModAction_2>): ModAction_2;
|
|
20768
|
+
fromPartial(object: DeepPartial_22<ModAction_2>): ModAction_2;
|
|
20811
20769
|
};
|
|
20812
20770
|
|
|
20813
20771
|
export declare type ModActionData = {
|
|
@@ -24468,8 +24426,8 @@ declare const ModMail: {
|
|
|
24468
24426
|
decode(input: _m0.Reader | Uint8Array, length?: number): ModMail;
|
|
24469
24427
|
fromJSON(object: any): ModMail;
|
|
24470
24428
|
toJSON(message: ModMail): unknown;
|
|
24471
|
-
create(base?:
|
|
24472
|
-
fromPartial(object:
|
|
24429
|
+
create(base?: DeepPartial_23<ModMail>): ModMail;
|
|
24430
|
+
fromPartial(object: DeepPartial_23<ModMail>): ModMail;
|
|
24473
24431
|
};
|
|
24474
24432
|
|
|
24475
24433
|
/**
|
|
@@ -30453,10 +30411,7 @@ declare const NewModmailDefinition: {
|
|
|
30453
30411
|
};
|
|
30454
30412
|
};
|
|
30455
30413
|
|
|
30456
|
-
|
|
30457
|
-
export declare type NumberField = Prettify<BaseField<number> & Omit<FieldConfig_Number, 'min' | 'max' | 'step'> & {
|
|
30458
|
-
type: 'number';
|
|
30459
|
-
}>;
|
|
30414
|
+
export { NumberField }
|
|
30460
30415
|
|
|
30461
30416
|
declare type ObfuscationReason = 'nsfw' | 'spoiler';
|
|
30462
30417
|
|
|
@@ -30518,8 +30473,8 @@ declare const Oembed: {
|
|
|
30518
30473
|
decode(input: _m0.Reader | Uint8Array, length?: number): Oembed;
|
|
30519
30474
|
fromJSON(object: any): Oembed;
|
|
30520
30475
|
toJSON(message: Oembed): unknown;
|
|
30521
|
-
create(base?:
|
|
30522
|
-
fromPartial(object:
|
|
30476
|
+
create(base?: DeepPartial_21<Oembed>): Oembed;
|
|
30477
|
+
fromPartial(object: DeepPartial_21<Oembed>): Oembed;
|
|
30523
30478
|
};
|
|
30524
30479
|
|
|
30525
30480
|
declare type OnAppInstallDefinition = typeof OnAppInstallDefinition;
|
|
@@ -30618,8 +30573,8 @@ declare const OnAppInstallDefinition: {
|
|
|
30618
30573
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
30619
30574
|
fromJSON(_: any): HandlerResult;
|
|
30620
30575
|
toJSON(_: HandlerResult): unknown;
|
|
30621
|
-
create(base?:
|
|
30622
|
-
fromPartial(_:
|
|
30576
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
30577
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
30623
30578
|
};
|
|
30624
30579
|
readonly responseStream: false;
|
|
30625
30580
|
readonly options: {};
|
|
@@ -30723,8 +30678,8 @@ declare const OnAppUpgradeDefinition: {
|
|
|
30723
30678
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
30724
30679
|
fromJSON(_: any): HandlerResult;
|
|
30725
30680
|
toJSON(_: HandlerResult): unknown;
|
|
30726
|
-
create(base?:
|
|
30727
|
-
fromPartial(_:
|
|
30681
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
30682
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
30728
30683
|
};
|
|
30729
30684
|
readonly responseStream: false;
|
|
30730
30685
|
readonly options: {};
|
|
@@ -30837,8 +30792,8 @@ declare const OnAutomoderatorFilterCommentDefinition_2: {
|
|
|
30837
30792
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
30838
30793
|
fromJSON(_: any): HandlerResult;
|
|
30839
30794
|
toJSON(_: HandlerResult): unknown;
|
|
30840
|
-
create(base?:
|
|
30841
|
-
fromPartial(_:
|
|
30795
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
30796
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
30842
30797
|
};
|
|
30843
30798
|
readonly responseStream: false;
|
|
30844
30799
|
readonly options: {};
|
|
@@ -31087,8 +31042,8 @@ declare const OnAutomoderatorFilterPostDefinition_2: {
|
|
|
31087
31042
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
31088
31043
|
fromJSON(_: any): HandlerResult;
|
|
31089
31044
|
toJSON(_: HandlerResult): unknown;
|
|
31090
|
-
create(base?:
|
|
31091
|
-
fromPartial(_:
|
|
31045
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
31046
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
31092
31047
|
};
|
|
31093
31048
|
readonly responseStream: false;
|
|
31094
31049
|
readonly options: {};
|
|
@@ -31416,8 +31371,8 @@ declare const OnCommentCreateDefinition: {
|
|
|
31416
31371
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
31417
31372
|
fromJSON(_: any): HandlerResult;
|
|
31418
31373
|
toJSON(_: HandlerResult): unknown;
|
|
31419
|
-
create(base?:
|
|
31420
|
-
fromPartial(_:
|
|
31374
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
31375
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
31421
31376
|
};
|
|
31422
31377
|
readonly responseStream: false;
|
|
31423
31378
|
readonly options: {};
|
|
@@ -31535,8 +31490,8 @@ declare const OnCommentDeleteDefinition: {
|
|
|
31535
31490
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
31536
31491
|
fromJSON(_: any): HandlerResult;
|
|
31537
31492
|
toJSON(_: HandlerResult): unknown;
|
|
31538
|
-
create(base?:
|
|
31539
|
-
fromPartial(_:
|
|
31493
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
31494
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
31540
31495
|
};
|
|
31541
31496
|
readonly responseStream: false;
|
|
31542
31497
|
readonly options: {};
|
|
@@ -31640,8 +31595,8 @@ declare const OnCommentReportDefinition: {
|
|
|
31640
31595
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
31641
31596
|
fromJSON(_: any): HandlerResult;
|
|
31642
31597
|
toJSON(_: HandlerResult): unknown;
|
|
31643
|
-
create(base?:
|
|
31644
|
-
fromPartial(_:
|
|
31598
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
31599
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
31645
31600
|
};
|
|
31646
31601
|
readonly responseStream: false;
|
|
31647
31602
|
readonly options: {};
|
|
@@ -31969,8 +31924,8 @@ declare const OnCommentSubmitDefinition: {
|
|
|
31969
31924
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
31970
31925
|
fromJSON(_: any): HandlerResult;
|
|
31971
31926
|
toJSON(_: HandlerResult): unknown;
|
|
31972
|
-
create(base?:
|
|
31973
|
-
fromPartial(_:
|
|
31927
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
31928
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
31974
31929
|
};
|
|
31975
31930
|
readonly responseStream: false;
|
|
31976
31931
|
readonly options: {};
|
|
@@ -32300,8 +32255,8 @@ declare const OnCommentUpdateDefinition: {
|
|
|
32300
32255
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
32301
32256
|
fromJSON(_: any): HandlerResult;
|
|
32302
32257
|
toJSON(_: HandlerResult): unknown;
|
|
32303
|
-
create(base?:
|
|
32304
|
-
fromPartial(_:
|
|
32258
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
32259
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
32305
32260
|
};
|
|
32306
32261
|
readonly responseStream: false;
|
|
32307
32262
|
readonly options: {};
|
|
@@ -32679,8 +32634,8 @@ declare const OnModActionDefinition: {
|
|
|
32679
32634
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
32680
32635
|
fromJSON(_: any): HandlerResult;
|
|
32681
32636
|
toJSON(_: HandlerResult): unknown;
|
|
32682
|
-
create(base?:
|
|
32683
|
-
fromPartial(_:
|
|
32637
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
32638
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
32684
32639
|
};
|
|
32685
32640
|
readonly responseStream: false;
|
|
32686
32641
|
readonly options: {};
|
|
@@ -32822,8 +32777,8 @@ declare const OnModMailDefinition: {
|
|
|
32822
32777
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
32823
32778
|
fromJSON(_: any): HandlerResult;
|
|
32824
32779
|
toJSON(_: HandlerResult): unknown;
|
|
32825
|
-
create(base?:
|
|
32826
|
-
fromPartial(_:
|
|
32780
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
32781
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
32827
32782
|
};
|
|
32828
32783
|
readonly responseStream: false;
|
|
32829
32784
|
readonly options: {};
|
|
@@ -33107,8 +33062,8 @@ declare const OnPostCreateDefinition: {
|
|
|
33107
33062
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
33108
33063
|
fromJSON(_: any): HandlerResult;
|
|
33109
33064
|
toJSON(_: HandlerResult): unknown;
|
|
33110
|
-
create(base?:
|
|
33111
|
-
fromPartial(_:
|
|
33065
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
33066
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
33112
33067
|
};
|
|
33113
33068
|
readonly responseStream: false;
|
|
33114
33069
|
readonly options: {};
|
|
@@ -33222,8 +33177,8 @@ declare const OnPostDeleteDefinition: {
|
|
|
33222
33177
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
33223
33178
|
fromJSON(_: any): HandlerResult;
|
|
33224
33179
|
toJSON(_: HandlerResult): unknown;
|
|
33225
|
-
create(base?:
|
|
33226
|
-
fromPartial(_:
|
|
33180
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
33181
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
33227
33182
|
};
|
|
33228
33183
|
readonly responseStream: false;
|
|
33229
33184
|
readonly options: {};
|
|
@@ -33507,8 +33462,8 @@ declare const OnPostFlairUpdateDefinition: {
|
|
|
33507
33462
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
33508
33463
|
fromJSON(_: any): HandlerResult;
|
|
33509
33464
|
toJSON(_: HandlerResult): unknown;
|
|
33510
|
-
create(base?:
|
|
33511
|
-
fromPartial(_:
|
|
33465
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
33466
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
33512
33467
|
};
|
|
33513
33468
|
readonly responseStream: false;
|
|
33514
33469
|
readonly options: {};
|
|
@@ -33794,8 +33749,8 @@ declare const OnPostNsfwUpdateDefinition: {
|
|
|
33794
33749
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
33795
33750
|
fromJSON(_: any): HandlerResult;
|
|
33796
33751
|
toJSON(_: HandlerResult): unknown;
|
|
33797
|
-
create(base?:
|
|
33798
|
-
fromPartial(_:
|
|
33752
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
33753
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
33799
33754
|
};
|
|
33800
33755
|
readonly responseStream: false;
|
|
33801
33756
|
readonly options: {};
|
|
@@ -34035,8 +33990,8 @@ declare const OnPostReportDefinition: {
|
|
|
34035
33990
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
34036
33991
|
fromJSON(_: any): HandlerResult;
|
|
34037
33992
|
toJSON(_: HandlerResult): unknown;
|
|
34038
|
-
create(base?:
|
|
34039
|
-
fromPartial(_:
|
|
33993
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
33994
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
34040
33995
|
};
|
|
34041
33996
|
readonly responseStream: false;
|
|
34042
33997
|
readonly options: {};
|
|
@@ -34322,8 +34277,8 @@ declare const OnPostSpoilerUpdateDefinition: {
|
|
|
34322
34277
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
34323
34278
|
fromJSON(_: any): HandlerResult;
|
|
34324
34279
|
toJSON(_: HandlerResult): unknown;
|
|
34325
|
-
create(base?:
|
|
34326
|
-
fromPartial(_:
|
|
34280
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
34281
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
34327
34282
|
};
|
|
34328
34283
|
readonly responseStream: false;
|
|
34329
34284
|
readonly options: {};
|
|
@@ -34607,8 +34562,8 @@ declare const OnPostSubmitDefinition: {
|
|
|
34607
34562
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
34608
34563
|
fromJSON(_: any): HandlerResult;
|
|
34609
34564
|
toJSON(_: HandlerResult): unknown;
|
|
34610
|
-
create(base?:
|
|
34611
|
-
fromPartial(_:
|
|
34565
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
34566
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
34612
34567
|
};
|
|
34613
34568
|
readonly responseStream: false;
|
|
34614
34569
|
readonly options: {};
|
|
@@ -34894,8 +34849,8 @@ declare const OnPostUpdateDefinition: {
|
|
|
34894
34849
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
34895
34850
|
fromJSON(_: any): HandlerResult;
|
|
34896
34851
|
toJSON(_: HandlerResult): unknown;
|
|
34897
|
-
create(base?:
|
|
34898
|
-
fromPartial(_:
|
|
34852
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
34853
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
34899
34854
|
};
|
|
34900
34855
|
readonly responseStream: false;
|
|
34901
34856
|
readonly options: {};
|
|
@@ -34999,8 +34954,8 @@ declare const OnSubredditSubscribeDefinition: {
|
|
|
34999
34954
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
35000
34955
|
fromJSON(_: any): HandlerResult;
|
|
35001
34956
|
toJSON(_: HandlerResult): unknown;
|
|
35002
|
-
create(base?:
|
|
35003
|
-
fromPartial(_:
|
|
34957
|
+
create(base?: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
34958
|
+
fromPartial(_: DeepPartial_15<HandlerResult>): HandlerResult;
|
|
35004
34959
|
};
|
|
35005
34960
|
readonly responseStream: false;
|
|
35006
34961
|
readonly options: {};
|
|
@@ -35086,8 +35041,8 @@ declare const PackageQuery: {
|
|
|
35086
35041
|
decode(input: _m0.Reader | Uint8Array, length?: number): PackageQuery;
|
|
35087
35042
|
fromJSON(object: any): PackageQuery;
|
|
35088
35043
|
toJSON(message: PackageQuery): unknown;
|
|
35089
|
-
create(base?:
|
|
35090
|
-
fromPartial(object:
|
|
35044
|
+
create(base?: DeepPartial_14<PackageQuery>): PackageQuery;
|
|
35045
|
+
fromPartial(object: DeepPartial_14<PackageQuery>): PackageQuery;
|
|
35091
35046
|
};
|
|
35092
35047
|
|
|
35093
35048
|
/**
|
|
@@ -35108,8 +35063,8 @@ declare const PackageSpec: {
|
|
|
35108
35063
|
decode(input: _m0.Reader | Uint8Array, length?: number): PackageSpec;
|
|
35109
35064
|
fromJSON(object: any): PackageSpec;
|
|
35110
35065
|
toJSON(message: PackageSpec): unknown;
|
|
35111
|
-
create(base?:
|
|
35112
|
-
fromPartial(object:
|
|
35066
|
+
create(base?: DeepPartial_14<PackageSpec>): PackageSpec;
|
|
35067
|
+
fromPartial(object: DeepPartial_14<PackageSpec>): PackageSpec;
|
|
35113
35068
|
};
|
|
35114
35069
|
|
|
35115
35070
|
/**
|
|
@@ -35132,10 +35087,7 @@ declare type ParagraphContainer<Context> = {
|
|
|
35132
35087
|
declare interface ParagraphContext extends TextContainer<ParagraphContext>, ImageContainer<ParagraphContext>, LinkContainer<ParagraphContext>, LineBreakContainer<ParagraphContext> {
|
|
35133
35088
|
}
|
|
35134
35089
|
|
|
35135
|
-
|
|
35136
|
-
export declare type ParagraphField = Prettify<BaseField<string> & Omit<FieldConfig_Paragraph, 'maxCharacters'> & {
|
|
35137
|
-
type: 'paragraph';
|
|
35138
|
-
}>;
|
|
35090
|
+
export { ParagraphField }
|
|
35139
35091
|
|
|
35140
35092
|
export declare type PartialJSONArray = PartialJSONValue[];
|
|
35141
35093
|
|
|
@@ -35219,8 +35171,8 @@ declare const Permissions_2: {
|
|
|
35219
35171
|
decode(input: _m0.Reader | Uint8Array, length?: number): Permissions_2;
|
|
35220
35172
|
fromJSON(object: any): Permissions_2;
|
|
35221
35173
|
toJSON(message: Permissions_2): unknown;
|
|
35222
|
-
create(base?:
|
|
35223
|
-
fromPartial(object:
|
|
35174
|
+
create(base?: DeepPartial_14<Permissions_2>): Permissions_2;
|
|
35175
|
+
fromPartial(object: DeepPartial_14<Permissions_2>): Permissions_2;
|
|
35224
35176
|
};
|
|
35225
35177
|
|
|
35226
35178
|
declare interface PersistedQueryRequest {
|
|
@@ -35256,8 +35208,8 @@ declare const PingMessage: {
|
|
|
35256
35208
|
decode(input: _m0.Reader | Uint8Array, length?: number): PingMessage;
|
|
35257
35209
|
fromJSON(object: any): PingMessage;
|
|
35258
35210
|
toJSON(message: PingMessage): unknown;
|
|
35259
|
-
create(base?:
|
|
35260
|
-
fromPartial(object:
|
|
35211
|
+
create(base?: DeepPartial_24<PingMessage>): PingMessage;
|
|
35212
|
+
fromPartial(object: DeepPartial_24<PingMessage>): PingMessage;
|
|
35261
35213
|
};
|
|
35262
35214
|
|
|
35263
35215
|
declare type PlainText = Text | Link | RedditLink | LineBreak;
|
|
@@ -35454,8 +35406,8 @@ declare const PostApprove: {
|
|
|
35454
35406
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostApprove;
|
|
35455
35407
|
fromJSON(object: any): PostApprove;
|
|
35456
35408
|
toJSON(message: PostApprove): unknown;
|
|
35457
|
-
create(base?:
|
|
35458
|
-
fromPartial(object:
|
|
35409
|
+
create(base?: DeepPartial_19<PostApprove>): PostApprove;
|
|
35410
|
+
fromPartial(object: DeepPartial_19<PostApprove>): PostApprove;
|
|
35459
35411
|
};
|
|
35460
35412
|
|
|
35461
35413
|
export declare type PostCapabilities = 'ama';
|
|
@@ -35481,8 +35433,8 @@ declare const PostCreate_2: {
|
|
|
35481
35433
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostCreate_2;
|
|
35482
35434
|
fromJSON(object: any): PostCreate_2;
|
|
35483
35435
|
toJSON(message: PostCreate_2): unknown;
|
|
35484
|
-
create(base?:
|
|
35485
|
-
fromPartial(object:
|
|
35436
|
+
create(base?: DeepPartial_19<PostCreate_2>): PostCreate_2;
|
|
35437
|
+
fromPartial(object: DeepPartial_19<PostCreate_2>): PostCreate_2;
|
|
35486
35438
|
};
|
|
35487
35439
|
|
|
35488
35440
|
export declare type PostCreateDefinition = {
|
|
@@ -35509,8 +35461,8 @@ declare const PostDelete_2: {
|
|
|
35509
35461
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostDelete_2;
|
|
35510
35462
|
fromJSON(object: any): PostDelete_2;
|
|
35511
35463
|
toJSON(message: PostDelete_2): unknown;
|
|
35512
|
-
create(base?:
|
|
35513
|
-
fromPartial(object:
|
|
35464
|
+
create(base?: DeepPartial_19<PostDelete_2>): PostDelete_2;
|
|
35465
|
+
fromPartial(object: DeepPartial_19<PostDelete_2>): PostDelete_2;
|
|
35514
35466
|
};
|
|
35515
35467
|
|
|
35516
35468
|
export declare type PostDeleteDefinition = {
|
|
@@ -35538,8 +35490,8 @@ declare const PostFlairUpdate_2: {
|
|
|
35538
35490
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostFlairUpdate_2;
|
|
35539
35491
|
fromJSON(object: any): PostFlairUpdate_2;
|
|
35540
35492
|
toJSON(message: PostFlairUpdate_2): unknown;
|
|
35541
|
-
create(base?:
|
|
35542
|
-
fromPartial(object:
|
|
35493
|
+
create(base?: DeepPartial_19<PostFlairUpdate_2>): PostFlairUpdate_2;
|
|
35494
|
+
fromPartial(object: DeepPartial_19<PostFlairUpdate_2>): PostFlairUpdate_2;
|
|
35543
35495
|
};
|
|
35544
35496
|
|
|
35545
35497
|
export declare type PostFlairUpdateDefinition = {
|
|
@@ -35638,8 +35590,8 @@ declare const PostNsfwUpdate_2: {
|
|
|
35638
35590
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostNsfwUpdate_2;
|
|
35639
35591
|
fromJSON(object: any): PostNsfwUpdate_2;
|
|
35640
35592
|
toJSON(message: PostNsfwUpdate_2): unknown;
|
|
35641
|
-
create(base?:
|
|
35642
|
-
fromPartial(object:
|
|
35593
|
+
create(base?: DeepPartial_19<PostNsfwUpdate_2>): PostNsfwUpdate_2;
|
|
35594
|
+
fromPartial(object: DeepPartial_19<PostNsfwUpdate_2>): PostNsfwUpdate_2;
|
|
35643
35595
|
};
|
|
35644
35596
|
|
|
35645
35597
|
export declare type PostNsfwUpdateDefinition = {
|
|
@@ -35681,8 +35633,8 @@ declare const PostReport_2: {
|
|
|
35681
35633
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostReport_2;
|
|
35682
35634
|
fromJSON(object: any): PostReport_2;
|
|
35683
35635
|
toJSON(message: PostReport_2): unknown;
|
|
35684
|
-
create(base?:
|
|
35685
|
-
fromPartial(object:
|
|
35636
|
+
create(base?: DeepPartial_19<PostReport_2>): PostReport_2;
|
|
35637
|
+
fromPartial(object: DeepPartial_19<PostReport_2>): PostReport_2;
|
|
35686
35638
|
};
|
|
35687
35639
|
|
|
35688
35640
|
export declare type PostReportDefinition = {
|
|
@@ -35706,8 +35658,8 @@ declare const PostSpoilerUpdate_2: {
|
|
|
35706
35658
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostSpoilerUpdate_2;
|
|
35707
35659
|
fromJSON(object: any): PostSpoilerUpdate_2;
|
|
35708
35660
|
toJSON(message: PostSpoilerUpdate_2): unknown;
|
|
35709
|
-
create(base?:
|
|
35710
|
-
fromPartial(object:
|
|
35661
|
+
create(base?: DeepPartial_19<PostSpoilerUpdate_2>): PostSpoilerUpdate_2;
|
|
35662
|
+
fromPartial(object: DeepPartial_19<PostSpoilerUpdate_2>): PostSpoilerUpdate_2;
|
|
35711
35663
|
};
|
|
35712
35664
|
|
|
35713
35665
|
export declare type PostSpoilerUpdateDefinition = {
|
|
@@ -35730,8 +35682,8 @@ declare const PostSubmit_2: {
|
|
|
35730
35682
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostSubmit_2;
|
|
35731
35683
|
fromJSON(object: any): PostSubmit_2;
|
|
35732
35684
|
toJSON(message: PostSubmit_2): unknown;
|
|
35733
|
-
create(base?:
|
|
35734
|
-
fromPartial(object:
|
|
35685
|
+
create(base?: DeepPartial_19<PostSubmit_2>): PostSubmit_2;
|
|
35686
|
+
fromPartial(object: DeepPartial_19<PostSubmit_2>): PostSubmit_2;
|
|
35735
35687
|
};
|
|
35736
35688
|
|
|
35737
35689
|
export declare type PostSubmitDefinition = {
|
|
@@ -35774,8 +35726,8 @@ declare const PostUpdate_2: {
|
|
|
35774
35726
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostUpdate_2;
|
|
35775
35727
|
fromJSON(object: any): PostUpdate_2;
|
|
35776
35728
|
toJSON(message: PostUpdate_2): unknown;
|
|
35777
|
-
create(base?:
|
|
35778
|
-
fromPartial(object:
|
|
35729
|
+
create(base?: DeepPartial_19<PostUpdate_2>): PostUpdate_2;
|
|
35730
|
+
fromPartial(object: DeepPartial_19<PostUpdate_2>): PostUpdate_2;
|
|
35779
35731
|
};
|
|
35780
35732
|
|
|
35781
35733
|
export declare type PostUpdateDefinition = {
|
|
@@ -35837,8 +35789,8 @@ declare const PostV2: {
|
|
|
35837
35789
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostV2;
|
|
35838
35790
|
fromJSON(object: any): PostV2;
|
|
35839
35791
|
toJSON(message: PostV2): unknown;
|
|
35840
|
-
create(base?:
|
|
35841
|
-
fromPartial(object:
|
|
35792
|
+
create(base?: DeepPartial_21<PostV2>): PostV2;
|
|
35793
|
+
fromPartial(object: DeepPartial_21<PostV2>): PostV2;
|
|
35842
35794
|
};
|
|
35843
35795
|
|
|
35844
35796
|
/**
|
|
@@ -37441,8 +37393,8 @@ declare const RealtimeSubscriptionEvent: {
|
|
|
37441
37393
|
decode(input: _m0.Reader | Uint8Array, length?: number): RealtimeSubscriptionEvent;
|
|
37442
37394
|
fromJSON(object: any): RealtimeSubscriptionEvent;
|
|
37443
37395
|
toJSON(message: RealtimeSubscriptionEvent): unknown;
|
|
37444
|
-
create(base?:
|
|
37445
|
-
fromPartial(object:
|
|
37396
|
+
create(base?: DeepPartial_29<RealtimeSubscriptionEvent>): RealtimeSubscriptionEvent;
|
|
37397
|
+
fromPartial(object: DeepPartial_29<RealtimeSubscriptionEvent>): RealtimeSubscriptionEvent;
|
|
37446
37398
|
};
|
|
37447
37399
|
|
|
37448
37400
|
/** Instruct the client to subscribe to realtime events */
|
|
@@ -37457,8 +37409,8 @@ declare const RealtimeSubscriptionsEffect: {
|
|
|
37457
37409
|
decode(input: _m0.Reader | Uint8Array, length?: number): RealtimeSubscriptionsEffect;
|
|
37458
37410
|
fromJSON(object: any): RealtimeSubscriptionsEffect;
|
|
37459
37411
|
toJSON(message: RealtimeSubscriptionsEffect): unknown;
|
|
37460
|
-
create(base?:
|
|
37461
|
-
fromPartial(object:
|
|
37412
|
+
create(base?: DeepPartial_29<RealtimeSubscriptionsEffect>): RealtimeSubscriptionsEffect;
|
|
37413
|
+
fromPartial(object: DeepPartial_29<RealtimeSubscriptionsEffect>): RealtimeSubscriptionsEffect;
|
|
37462
37414
|
};
|
|
37463
37415
|
|
|
37464
37416
|
declare enum RealtimeSubscriptionStatus {
|
|
@@ -39242,8 +39194,8 @@ declare const RedditVideo_2: {
|
|
|
39242
39194
|
decode(input: _m0.Reader | Uint8Array, length?: number): RedditVideo_2;
|
|
39243
39195
|
fromJSON(object: any): RedditVideo_2;
|
|
39244
39196
|
toJSON(message: RedditVideo_2): unknown;
|
|
39245
|
-
create(base?:
|
|
39246
|
-
fromPartial(object:
|
|
39197
|
+
create(base?: DeepPartial_21<RedditVideo_2>): RedditVideo_2;
|
|
39198
|
+
fromPartial(object: DeepPartial_21<RedditVideo_2>): RedditVideo_2;
|
|
39247
39199
|
};
|
|
39248
39200
|
|
|
39249
39201
|
/**
|
|
@@ -41453,8 +41405,8 @@ declare const ReloadPartEffect: {
|
|
|
41453
41405
|
decode(input: _m0.Reader | Uint8Array, length?: number): ReloadPartEffect;
|
|
41454
41406
|
fromJSON(object: any): ReloadPartEffect;
|
|
41455
41407
|
toJSON(message: ReloadPartEffect): unknown;
|
|
41456
|
-
create(base?:
|
|
41457
|
-
fromPartial(object:
|
|
41408
|
+
create(base?: DeepPartial_31<ReloadPartEffect>): ReloadPartEffect;
|
|
41409
|
+
fromPartial(object: DeepPartial_31<ReloadPartEffect>): ReloadPartEffect;
|
|
41458
41410
|
};
|
|
41459
41411
|
|
|
41460
41412
|
/**
|
|
@@ -41476,8 +41428,8 @@ declare const ReloadPartEffect_Comment: {
|
|
|
41476
41428
|
decode(input: _m0.Reader | Uint8Array, length?: number): ReloadPartEffect_Comment;
|
|
41477
41429
|
fromJSON(object: any): ReloadPartEffect_Comment;
|
|
41478
41430
|
toJSON(message: ReloadPartEffect_Comment): unknown;
|
|
41479
|
-
create(base?:
|
|
41480
|
-
fromPartial(object:
|
|
41431
|
+
create(base?: DeepPartial_31<ReloadPartEffect_Comment>): ReloadPartEffect_Comment;
|
|
41432
|
+
fromPartial(object: DeepPartial_31<ReloadPartEffect_Comment>): ReloadPartEffect_Comment;
|
|
41481
41433
|
};
|
|
41482
41434
|
|
|
41483
41435
|
/**
|
|
@@ -41499,8 +41451,8 @@ declare const ReloadPartEffect_Post: {
|
|
|
41499
41451
|
decode(input: _m0.Reader | Uint8Array, length?: number): ReloadPartEffect_Post;
|
|
41500
41452
|
fromJSON(object: any): ReloadPartEffect_Post;
|
|
41501
41453
|
toJSON(message: ReloadPartEffect_Post): unknown;
|
|
41502
|
-
create(base?:
|
|
41503
|
-
fromPartial(object:
|
|
41454
|
+
create(base?: DeepPartial_31<ReloadPartEffect_Post>): ReloadPartEffect_Post;
|
|
41455
|
+
fromPartial(object: DeepPartial_31<ReloadPartEffect_Post>): ReloadPartEffect_Post;
|
|
41504
41456
|
};
|
|
41505
41457
|
|
|
41506
41458
|
/**
|
|
@@ -41518,8 +41470,8 @@ declare const ReloadPartEffect_Subreddit: {
|
|
|
41518
41470
|
decode(input: _m0.Reader | Uint8Array, length?: number): ReloadPartEffect_Subreddit;
|
|
41519
41471
|
fromJSON(object: any): ReloadPartEffect_Subreddit;
|
|
41520
41472
|
toJSON(message: ReloadPartEffect_Subreddit): unknown;
|
|
41521
|
-
create(base?:
|
|
41522
|
-
fromPartial(object:
|
|
41473
|
+
create(base?: DeepPartial_31<ReloadPartEffect_Subreddit>): ReloadPartEffect_Subreddit;
|
|
41474
|
+
fromPartial(object: DeepPartial_31<ReloadPartEffect_Subreddit>): ReloadPartEffect_Subreddit;
|
|
41523
41475
|
};
|
|
41524
41476
|
|
|
41525
41477
|
/**
|
|
@@ -41767,8 +41719,8 @@ declare const RerenderEffect: {
|
|
|
41767
41719
|
decode(input: _m0.Reader | Uint8Array, length?: number): RerenderEffect;
|
|
41768
41720
|
fromJSON(object: any): RerenderEffect;
|
|
41769
41721
|
toJSON(message: RerenderEffect): unknown;
|
|
41770
|
-
create(base?:
|
|
41771
|
-
fromPartial(object:
|
|
41722
|
+
create(base?: DeepPartial_30<RerenderEffect>): RerenderEffect;
|
|
41723
|
+
fromPartial(object: DeepPartial_30<RerenderEffect>): RerenderEffect;
|
|
41772
41724
|
};
|
|
41773
41725
|
|
|
41774
41726
|
/** Signals to the server of device/client-side surface size changes */
|
|
@@ -42277,8 +42229,8 @@ declare const SearchRedditNamesResponse: {
|
|
|
42277
42229
|
decode(input: _m0.Reader | Uint8Array, length?: number): SearchRedditNamesResponse;
|
|
42278
42230
|
fromJSON(object: any): SearchRedditNamesResponse;
|
|
42279
42231
|
toJSON(message: SearchRedditNamesResponse): unknown;
|
|
42280
|
-
create(base?:
|
|
42281
|
-
fromPartial(object:
|
|
42232
|
+
create(base?: DeepPartial_11<SearchRedditNamesResponse>): SearchRedditNamesResponse;
|
|
42233
|
+
fromPartial(object: DeepPartial_11<SearchRedditNamesResponse>): SearchRedditNamesResponse;
|
|
42282
42234
|
};
|
|
42283
42235
|
|
|
42284
42236
|
declare interface SearchSubredditsResponse {
|
|
@@ -42291,8 +42243,8 @@ declare const SearchSubredditsResponse: {
|
|
|
42291
42243
|
decode(input: _m0.Reader | Uint8Array, length?: number): SearchSubredditsResponse;
|
|
42292
42244
|
fromJSON(object: any): SearchSubredditsResponse;
|
|
42293
42245
|
toJSON(message: SearchSubredditsResponse): unknown;
|
|
42294
|
-
create(base?:
|
|
42295
|
-
fromPartial(object:
|
|
42246
|
+
create(base?: DeepPartial_11<SearchSubredditsResponse>): SearchSubredditsResponse;
|
|
42247
|
+
fromPartial(object: DeepPartial_11<SearchSubredditsResponse>): SearchSubredditsResponse;
|
|
42296
42248
|
};
|
|
42297
42249
|
|
|
42298
42250
|
declare interface SearchSubredditsResponse_SubredditData {
|
|
@@ -42312,8 +42264,8 @@ declare const SearchSubredditsResponse_SubredditData: {
|
|
|
42312
42264
|
decode(input: _m0.Reader | Uint8Array, length?: number): SearchSubredditsResponse_SubredditData;
|
|
42313
42265
|
fromJSON(object: any): SearchSubredditsResponse_SubredditData;
|
|
42314
42266
|
toJSON(message: SearchSubredditsResponse_SubredditData): unknown;
|
|
42315
|
-
create(base?:
|
|
42316
|
-
fromPartial(object:
|
|
42267
|
+
create(base?: DeepPartial_11<SearchSubredditsResponse_SubredditData>): SearchSubredditsResponse_SubredditData;
|
|
42268
|
+
fromPartial(object: DeepPartial_11<SearchSubredditsResponse_SubredditData>): SearchSubredditsResponse_SubredditData;
|
|
42317
42269
|
};
|
|
42318
42270
|
|
|
42319
42271
|
export declare type SecureMedia = {
|
|
@@ -42323,11 +42275,7 @@ export declare type SecureMedia = {
|
|
|
42323
42275
|
redditVideo?: RedditVideo;
|
|
42324
42276
|
};
|
|
42325
42277
|
|
|
42326
|
-
|
|
42327
|
-
export declare type SelectField = Prettify<BaseField<string[]> & Omit<FieldConfig_Selection, 'choices' | 'renderAsList' | 'minSelections' | 'maxSelections'> & {
|
|
42328
|
-
type: 'select';
|
|
42329
|
-
options: FieldConfig_Selection_Item[];
|
|
42330
|
-
}>;
|
|
42278
|
+
export { SelectField }
|
|
42331
42279
|
|
|
42332
42280
|
declare interface SelectFlairRequest {
|
|
42333
42281
|
/** subreddit name without the r/ e.g. 'devvit_test' */
|
|
@@ -42412,8 +42360,8 @@ declare const SerializableMethodDefinition: {
|
|
|
42412
42360
|
decode(input: _m0.Reader | Uint8Array, length?: number): SerializableMethodDefinition;
|
|
42413
42361
|
fromJSON(object: any): SerializableMethodDefinition;
|
|
42414
42362
|
toJSON(message: SerializableMethodDefinition): unknown;
|
|
42415
|
-
create(base?:
|
|
42416
|
-
fromPartial(object:
|
|
42363
|
+
create(base?: DeepPartial_12<SerializableMethodDefinition>): SerializableMethodDefinition;
|
|
42364
|
+
fromPartial(object: DeepPartial_12<SerializableMethodDefinition>): SerializableMethodDefinition;
|
|
42417
42365
|
};
|
|
42418
42366
|
|
|
42419
42367
|
/** A Definition subset representable as JSON. */
|
|
@@ -42432,8 +42380,8 @@ declare const SerializableServiceDefinition: {
|
|
|
42432
42380
|
decode(input: _m0.Reader | Uint8Array, length?: number): SerializableServiceDefinition;
|
|
42433
42381
|
fromJSON(object: any): SerializableServiceDefinition;
|
|
42434
42382
|
toJSON(message: SerializableServiceDefinition): unknown;
|
|
42435
|
-
create(base?:
|
|
42436
|
-
fromPartial(object:
|
|
42383
|
+
create(base?: DeepPartial_12<SerializableServiceDefinition>): SerializableServiceDefinition;
|
|
42384
|
+
fromPartial(object: DeepPartial_12<SerializableServiceDefinition>): SerializableServiceDefinition;
|
|
42437
42385
|
};
|
|
42438
42386
|
|
|
42439
42387
|
/**
|
|
@@ -42459,8 +42407,8 @@ declare const ServerBundle: {
|
|
|
42459
42407
|
decode(input: _m0.Reader | Uint8Array, length?: number): ServerBundle;
|
|
42460
42408
|
fromJSON(object: any): ServerBundle;
|
|
42461
42409
|
toJSON(message: ServerBundle): unknown;
|
|
42462
|
-
create(base?:
|
|
42463
|
-
fromPartial(object:
|
|
42410
|
+
create(base?: DeepPartial_14<ServerBundle>): ServerBundle;
|
|
42411
|
+
fromPartial(object: DeepPartial_14<ServerBundle>): ServerBundle;
|
|
42464
42412
|
};
|
|
42465
42413
|
|
|
42466
42414
|
declare interface SetContestModeRequest {
|
|
@@ -42744,12 +42692,9 @@ export declare type SettingsClient = {
|
|
|
42744
42692
|
getAll<T extends object = SettingsValues>(): Promise<T>;
|
|
42745
42693
|
};
|
|
42746
42694
|
|
|
42747
|
-
export
|
|
42748
|
-
Installation = "installation",
|
|
42749
|
-
App = "app"
|
|
42750
|
-
}
|
|
42695
|
+
export { SettingScope }
|
|
42751
42696
|
|
|
42752
|
-
export
|
|
42697
|
+
export { SettingScopeType }
|
|
42753
42698
|
|
|
42754
42699
|
declare type SettingsDefinition = typeof SettingsDefinition;
|
|
42755
42700
|
|
|
@@ -43088,8 +43033,8 @@ declare const SiteAdminRequest: {
|
|
|
43088
43033
|
decode(input: _m0.Reader | Uint8Array, length?: number): SiteAdminRequest;
|
|
43089
43034
|
fromJSON(object: any): SiteAdminRequest;
|
|
43090
43035
|
toJSON(message: SiteAdminRequest): unknown;
|
|
43091
|
-
create(base?:
|
|
43092
|
-
fromPartial(object:
|
|
43036
|
+
create(base?: DeepPartial_11<SiteAdminRequest>): SiteAdminRequest;
|
|
43037
|
+
fromPartial(object: DeepPartial_11<SiteAdminRequest>): SiteAdminRequest;
|
|
43093
43038
|
};
|
|
43094
43039
|
|
|
43095
43040
|
declare interface SnoozeReportsRequest {
|
|
@@ -43160,8 +43105,8 @@ declare const StickyRequest: {
|
|
|
43160
43105
|
decode(input: _m0.Reader | Uint8Array, length?: number): StickyRequest;
|
|
43161
43106
|
fromJSON(object: any): StickyRequest;
|
|
43162
43107
|
toJSON(message: StickyRequest): unknown;
|
|
43163
|
-
create(base?:
|
|
43164
|
-
fromPartial(object:
|
|
43108
|
+
create(base?: DeepPartial_11<StickyRequest>): StickyRequest;
|
|
43109
|
+
fromPartial(object: DeepPartial_11<StickyRequest>): StickyRequest;
|
|
43165
43110
|
};
|
|
43166
43111
|
|
|
43167
43112
|
declare interface StickyResponse {
|
|
@@ -43175,8 +43120,8 @@ declare const StickyResponse: {
|
|
|
43175
43120
|
decode(input: _m0.Reader | Uint8Array, length?: number): StickyResponse;
|
|
43176
43121
|
fromJSON(object: any): StickyResponse;
|
|
43177
43122
|
toJSON(message: StickyResponse): unknown;
|
|
43178
|
-
create(base?:
|
|
43179
|
-
fromPartial(object:
|
|
43123
|
+
create(base?: DeepPartial_11<StickyResponse>): StickyResponse;
|
|
43124
|
+
fromPartial(object: DeepPartial_11<StickyResponse>): StickyResponse;
|
|
43180
43125
|
};
|
|
43181
43126
|
|
|
43182
43127
|
declare interface StickyResponse_LinkData {
|
|
@@ -43301,8 +43246,8 @@ declare const StickyResponse_LinkData: {
|
|
|
43301
43246
|
decode(input: _m0.Reader | Uint8Array, length?: number): StickyResponse_LinkData;
|
|
43302
43247
|
fromJSON(object: any): StickyResponse_LinkData;
|
|
43303
43248
|
toJSON(message: StickyResponse_LinkData): unknown;
|
|
43304
|
-
create(base?:
|
|
43305
|
-
fromPartial(object:
|
|
43249
|
+
create(base?: DeepPartial_11<StickyResponse_LinkData>): StickyResponse_LinkData;
|
|
43250
|
+
fromPartial(object: DeepPartial_11<StickyResponse_LinkData>): StickyResponse_LinkData;
|
|
43306
43251
|
};
|
|
43307
43252
|
|
|
43308
43253
|
declare interface StickyResponse_StickyResponseData {
|
|
@@ -43320,8 +43265,8 @@ declare const StickyResponse_StickyResponseData: {
|
|
|
43320
43265
|
decode(input: _m0.Reader | Uint8Array, length?: number): StickyResponse_StickyResponseData;
|
|
43321
43266
|
fromJSON(object: any): StickyResponse_StickyResponseData;
|
|
43322
43267
|
toJSON(message: StickyResponse_StickyResponseData): unknown;
|
|
43323
|
-
create(base?:
|
|
43324
|
-
fromPartial(object:
|
|
43268
|
+
create(base?: DeepPartial_11<StickyResponse_StickyResponseData>): StickyResponse_StickyResponseData;
|
|
43269
|
+
fromPartial(object: DeepPartial_11<StickyResponse_StickyResponseData>): StickyResponse_StickyResponseData;
|
|
43325
43270
|
};
|
|
43326
43271
|
|
|
43327
43272
|
declare interface StickyResponse_WrappedStickyListing {
|
|
@@ -43335,15 +43280,11 @@ declare const StickyResponse_WrappedStickyListing: {
|
|
|
43335
43280
|
decode(input: _m0.Reader | Uint8Array, length?: number): StickyResponse_WrappedStickyListing;
|
|
43336
43281
|
fromJSON(object: any): StickyResponse_WrappedStickyListing;
|
|
43337
43282
|
toJSON(message: StickyResponse_WrappedStickyListing): unknown;
|
|
43338
|
-
create(base?:
|
|
43339
|
-
fromPartial(object:
|
|
43283
|
+
create(base?: DeepPartial_11<StickyResponse_WrappedStickyListing>): StickyResponse_WrappedStickyListing;
|
|
43284
|
+
fromPartial(object: DeepPartial_11<StickyResponse_WrappedStickyListing>): StickyResponse_WrappedStickyListing;
|
|
43340
43285
|
};
|
|
43341
43286
|
|
|
43342
|
-
|
|
43343
|
-
export declare type StringField = Prettify<BaseField<string> & Omit<FieldConfig_String, 'minLength' | 'maxLength'> & {
|
|
43344
|
-
type: 'string';
|
|
43345
|
-
isSecret?: boolean;
|
|
43346
|
-
}>;
|
|
43287
|
+
export { StringField }
|
|
43347
43288
|
|
|
43348
43289
|
declare interface Strings {
|
|
43349
43290
|
values: string[];
|
|
@@ -43561,8 +43502,8 @@ declare const SubmitTextResponse: {
|
|
|
43561
43502
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubmitTextResponse;
|
|
43562
43503
|
fromJSON(object: any): SubmitTextResponse;
|
|
43563
43504
|
toJSON(message: SubmitTextResponse): unknown;
|
|
43564
|
-
create(base?:
|
|
43565
|
-
fromPartial(object:
|
|
43505
|
+
create(base?: DeepPartial_11<SubmitTextResponse>): SubmitTextResponse;
|
|
43506
|
+
fromPartial(object: DeepPartial_11<SubmitTextResponse>): SubmitTextResponse;
|
|
43566
43507
|
};
|
|
43567
43508
|
|
|
43568
43509
|
/**
|
|
@@ -43964,8 +43905,8 @@ declare const SubredditAboutEditRequest: {
|
|
|
43964
43905
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutEditRequest;
|
|
43965
43906
|
fromJSON(object: any): SubredditAboutEditRequest;
|
|
43966
43907
|
toJSON(message: SubredditAboutEditRequest): unknown;
|
|
43967
|
-
create(base?:
|
|
43968
|
-
fromPartial(object:
|
|
43908
|
+
create(base?: DeepPartial_11<SubredditAboutEditRequest>): SubredditAboutEditRequest;
|
|
43909
|
+
fromPartial(object: DeepPartial_11<SubredditAboutEditRequest>): SubredditAboutEditRequest;
|
|
43969
43910
|
};
|
|
43970
43911
|
|
|
43971
43912
|
declare interface SubredditAboutEditResponse {
|
|
@@ -43979,8 +43920,8 @@ declare const SubredditAboutEditResponse: {
|
|
|
43979
43920
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutEditResponse;
|
|
43980
43921
|
fromJSON(object: any): SubredditAboutEditResponse;
|
|
43981
43922
|
toJSON(message: SubredditAboutEditResponse): unknown;
|
|
43982
|
-
create(base?:
|
|
43983
|
-
fromPartial(object:
|
|
43923
|
+
create(base?: DeepPartial_11<SubredditAboutEditResponse>): SubredditAboutEditResponse;
|
|
43924
|
+
fromPartial(object: DeepPartial_11<SubredditAboutEditResponse>): SubredditAboutEditResponse;
|
|
43984
43925
|
};
|
|
43985
43926
|
|
|
43986
43927
|
declare interface SubredditAboutEditResponse_SubredditSettings {
|
|
@@ -44054,8 +43995,8 @@ declare const SubredditAboutEditResponse_SubredditSettings: {
|
|
|
44054
43995
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutEditResponse_SubredditSettings;
|
|
44055
43996
|
fromJSON(object: any): SubredditAboutEditResponse_SubredditSettings;
|
|
44056
43997
|
toJSON(message: SubredditAboutEditResponse_SubredditSettings): unknown;
|
|
44057
|
-
create(base?:
|
|
44058
|
-
fromPartial(object:
|
|
43998
|
+
create(base?: DeepPartial_11<SubredditAboutEditResponse_SubredditSettings>): SubredditAboutEditResponse_SubredditSettings;
|
|
43999
|
+
fromPartial(object: DeepPartial_11<SubredditAboutEditResponse_SubredditSettings>): SubredditAboutEditResponse_SubredditSettings;
|
|
44059
44000
|
};
|
|
44060
44001
|
|
|
44061
44002
|
declare interface SubredditAboutResponse {
|
|
@@ -44069,8 +44010,8 @@ declare const SubredditAboutResponse: {
|
|
|
44069
44010
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutResponse;
|
|
44070
44011
|
fromJSON(object: any): SubredditAboutResponse;
|
|
44071
44012
|
toJSON(message: SubredditAboutResponse): unknown;
|
|
44072
|
-
create(base?:
|
|
44073
|
-
fromPartial(object:
|
|
44013
|
+
create(base?: DeepPartial_11<SubredditAboutResponse>): SubredditAboutResponse;
|
|
44014
|
+
fromPartial(object: DeepPartial_11<SubredditAboutResponse>): SubredditAboutResponse;
|
|
44074
44015
|
};
|
|
44075
44016
|
|
|
44076
44017
|
declare interface SubredditAboutResponse_AboutData {
|
|
@@ -44187,8 +44128,8 @@ declare const SubredditAboutResponse_AboutData: {
|
|
|
44187
44128
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutResponse_AboutData;
|
|
44188
44129
|
fromJSON(object: any): SubredditAboutResponse_AboutData;
|
|
44189
44130
|
toJSON(message: SubredditAboutResponse_AboutData): unknown;
|
|
44190
|
-
create(base?:
|
|
44191
|
-
fromPartial(object:
|
|
44131
|
+
create(base?: DeepPartial_11<SubredditAboutResponse_AboutData>): SubredditAboutResponse_AboutData;
|
|
44132
|
+
fromPartial(object: DeepPartial_11<SubredditAboutResponse_AboutData>): SubredditAboutResponse_AboutData;
|
|
44192
44133
|
};
|
|
44193
44134
|
|
|
44194
44135
|
declare interface SubredditAboutRulesResponse {
|
|
@@ -44203,8 +44144,8 @@ declare const SubredditAboutRulesResponse: {
|
|
|
44203
44144
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutRulesResponse;
|
|
44204
44145
|
fromJSON(object: any): SubredditAboutRulesResponse;
|
|
44205
44146
|
toJSON(message: SubredditAboutRulesResponse): unknown;
|
|
44206
|
-
create(base?:
|
|
44207
|
-
fromPartial(object:
|
|
44147
|
+
create(base?: DeepPartial_11<SubredditAboutRulesResponse>): SubredditAboutRulesResponse;
|
|
44148
|
+
fromPartial(object: DeepPartial_11<SubredditAboutRulesResponse>): SubredditAboutRulesResponse;
|
|
44208
44149
|
};
|
|
44209
44150
|
|
|
44210
44151
|
declare interface SubredditAboutRulesResponse_RuleFlow {
|
|
@@ -44232,8 +44173,8 @@ declare const SubredditAboutRulesResponse_RuleFlow: {
|
|
|
44232
44173
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutRulesResponse_RuleFlow;
|
|
44233
44174
|
fromJSON(object: any): SubredditAboutRulesResponse_RuleFlow;
|
|
44234
44175
|
toJSON(message: SubredditAboutRulesResponse_RuleFlow): unknown;
|
|
44235
|
-
create(base?:
|
|
44236
|
-
fromPartial(object:
|
|
44176
|
+
create(base?: DeepPartial_11<SubredditAboutRulesResponse_RuleFlow>): SubredditAboutRulesResponse_RuleFlow;
|
|
44177
|
+
fromPartial(object: DeepPartial_11<SubredditAboutRulesResponse_RuleFlow>): SubredditAboutRulesResponse_RuleFlow;
|
|
44237
44178
|
};
|
|
44238
44179
|
|
|
44239
44180
|
declare interface SubredditAboutRulesResponse_SubredditRule {
|
|
@@ -44252,8 +44193,8 @@ declare const SubredditAboutRulesResponse_SubredditRule: {
|
|
|
44252
44193
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutRulesResponse_SubredditRule;
|
|
44253
44194
|
fromJSON(object: any): SubredditAboutRulesResponse_SubredditRule;
|
|
44254
44195
|
toJSON(message: SubredditAboutRulesResponse_SubredditRule): unknown;
|
|
44255
|
-
create(base?:
|
|
44256
|
-
fromPartial(object:
|
|
44196
|
+
create(base?: DeepPartial_11<SubredditAboutRulesResponse_SubredditRule>): SubredditAboutRulesResponse_SubredditRule;
|
|
44197
|
+
fromPartial(object: DeepPartial_11<SubredditAboutRulesResponse_SubredditRule>): SubredditAboutRulesResponse_SubredditRule;
|
|
44257
44198
|
};
|
|
44258
44199
|
|
|
44259
44200
|
declare interface SubredditAboutTrafficResponse {
|
|
@@ -44268,8 +44209,8 @@ declare const SubredditAboutTrafficResponse: {
|
|
|
44268
44209
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutTrafficResponse;
|
|
44269
44210
|
fromJSON(object: any): SubredditAboutTrafficResponse;
|
|
44270
44211
|
toJSON(message: SubredditAboutTrafficResponse): unknown;
|
|
44271
|
-
create(base?:
|
|
44272
|
-
fromPartial(object:
|
|
44212
|
+
create(base?: DeepPartial_11<SubredditAboutTrafficResponse>): SubredditAboutTrafficResponse;
|
|
44213
|
+
fromPartial(object: DeepPartial_11<SubredditAboutTrafficResponse>): SubredditAboutTrafficResponse;
|
|
44273
44214
|
};
|
|
44274
44215
|
|
|
44275
44216
|
declare interface SubredditAboutTrafficResponse_Data {
|
|
@@ -44282,8 +44223,8 @@ declare const SubredditAboutTrafficResponse_Data: {
|
|
|
44282
44223
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutTrafficResponse_Data;
|
|
44283
44224
|
fromJSON(object: any): SubredditAboutTrafficResponse_Data;
|
|
44284
44225
|
toJSON(message: SubredditAboutTrafficResponse_Data): unknown;
|
|
44285
|
-
create(base?:
|
|
44286
|
-
fromPartial(object:
|
|
44226
|
+
create(base?: DeepPartial_11<SubredditAboutTrafficResponse_Data>): SubredditAboutTrafficResponse_Data;
|
|
44227
|
+
fromPartial(object: DeepPartial_11<SubredditAboutTrafficResponse_Data>): SubredditAboutTrafficResponse_Data;
|
|
44287
44228
|
};
|
|
44288
44229
|
|
|
44289
44230
|
declare interface SubredditAddRemovalReasonRequest {
|
|
@@ -44301,8 +44242,8 @@ declare const SubredditAddRemovalReasonRequest: {
|
|
|
44301
44242
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAddRemovalReasonRequest;
|
|
44302
44243
|
fromJSON(object: any): SubredditAddRemovalReasonRequest;
|
|
44303
44244
|
toJSON(message: SubredditAddRemovalReasonRequest): unknown;
|
|
44304
|
-
create(base?:
|
|
44305
|
-
fromPartial(object:
|
|
44245
|
+
create(base?: DeepPartial_11<SubredditAddRemovalReasonRequest>): SubredditAddRemovalReasonRequest;
|
|
44246
|
+
fromPartial(object: DeepPartial_11<SubredditAddRemovalReasonRequest>): SubredditAddRemovalReasonRequest;
|
|
44306
44247
|
};
|
|
44307
44248
|
|
|
44308
44249
|
declare interface SubredditAddRemovalReasonResponse {
|
|
@@ -44316,8 +44257,8 @@ declare const SubredditAddRemovalReasonResponse: {
|
|
|
44316
44257
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAddRemovalReasonResponse;
|
|
44317
44258
|
fromJSON(object: any): SubredditAddRemovalReasonResponse;
|
|
44318
44259
|
toJSON(message: SubredditAddRemovalReasonResponse): unknown;
|
|
44319
|
-
create(base?:
|
|
44320
|
-
fromPartial(object:
|
|
44260
|
+
create(base?: DeepPartial_11<SubredditAddRemovalReasonResponse>): SubredditAddRemovalReasonResponse;
|
|
44261
|
+
fromPartial(object: DeepPartial_11<SubredditAddRemovalReasonResponse>): SubredditAddRemovalReasonResponse;
|
|
44321
44262
|
};
|
|
44322
44263
|
|
|
44323
44264
|
declare interface SubredditAutocompleteRequest {
|
|
@@ -44341,8 +44282,8 @@ declare const SubredditAutocompleteRequest: {
|
|
|
44341
44282
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAutocompleteRequest;
|
|
44342
44283
|
fromJSON(object: any): SubredditAutocompleteRequest;
|
|
44343
44284
|
toJSON(message: SubredditAutocompleteRequest): unknown;
|
|
44344
|
-
create(base?:
|
|
44345
|
-
fromPartial(object:
|
|
44285
|
+
create(base?: DeepPartial_11<SubredditAutocompleteRequest>): SubredditAutocompleteRequest;
|
|
44286
|
+
fromPartial(object: DeepPartial_11<SubredditAutocompleteRequest>): SubredditAutocompleteRequest;
|
|
44346
44287
|
};
|
|
44347
44288
|
|
|
44348
44289
|
declare interface SubredditAutocompleteResponse {
|
|
@@ -44356,8 +44297,8 @@ declare const SubredditAutocompleteResponse: {
|
|
|
44356
44297
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAutocompleteResponse;
|
|
44357
44298
|
fromJSON(object: any): SubredditAutocompleteResponse;
|
|
44358
44299
|
toJSON(message: SubredditAutocompleteResponse): unknown;
|
|
44359
|
-
create(base?:
|
|
44360
|
-
fromPartial(object:
|
|
44300
|
+
create(base?: DeepPartial_11<SubredditAutocompleteResponse>): SubredditAutocompleteResponse;
|
|
44301
|
+
fromPartial(object: DeepPartial_11<SubredditAutocompleteResponse>): SubredditAutocompleteResponse;
|
|
44361
44302
|
};
|
|
44362
44303
|
|
|
44363
44304
|
declare interface SubredditAutocompleteResponse_AutocompleteAccount {
|
|
@@ -44391,8 +44332,8 @@ declare const SubredditAutocompleteResponse_AutocompleteAccount: {
|
|
|
44391
44332
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAutocompleteResponse_AutocompleteAccount;
|
|
44392
44333
|
fromJSON(object: any): SubredditAutocompleteResponse_AutocompleteAccount;
|
|
44393
44334
|
toJSON(message: SubredditAutocompleteResponse_AutocompleteAccount): unknown;
|
|
44394
|
-
create(base?:
|
|
44395
|
-
fromPartial(object:
|
|
44335
|
+
create(base?: DeepPartial_11<SubredditAutocompleteResponse_AutocompleteAccount>): SubredditAutocompleteResponse_AutocompleteAccount;
|
|
44336
|
+
fromPartial(object: DeepPartial_11<SubredditAutocompleteResponse_AutocompleteAccount>): SubredditAutocompleteResponse_AutocompleteAccount;
|
|
44396
44337
|
};
|
|
44397
44338
|
|
|
44398
44339
|
declare interface SubredditAutocompleteResponse_AutocompleteAccount_Subreddit {
|
|
@@ -44445,8 +44386,8 @@ declare const SubredditAutocompleteResponse_AutocompleteAccount_Subreddit: {
|
|
|
44445
44386
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAutocompleteResponse_AutocompleteAccount_Subreddit;
|
|
44446
44387
|
fromJSON(object: any): SubredditAutocompleteResponse_AutocompleteAccount_Subreddit;
|
|
44447
44388
|
toJSON(message: SubredditAutocompleteResponse_AutocompleteAccount_Subreddit): unknown;
|
|
44448
|
-
create(base?:
|
|
44449
|
-
fromPartial(object:
|
|
44389
|
+
create(base?: DeepPartial_11<SubredditAutocompleteResponse_AutocompleteAccount_Subreddit>): SubredditAutocompleteResponse_AutocompleteAccount_Subreddit;
|
|
44390
|
+
fromPartial(object: DeepPartial_11<SubredditAutocompleteResponse_AutocompleteAccount_Subreddit>): SubredditAutocompleteResponse_AutocompleteAccount_Subreddit;
|
|
44450
44391
|
};
|
|
44451
44392
|
|
|
44452
44393
|
declare interface SubredditAutocompleteResponse_AutocompleteResponse {
|
|
@@ -44463,8 +44404,8 @@ declare const SubredditAutocompleteResponse_AutocompleteResponse: {
|
|
|
44463
44404
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAutocompleteResponse_AutocompleteResponse;
|
|
44464
44405
|
fromJSON(object: any): SubredditAutocompleteResponse_AutocompleteResponse;
|
|
44465
44406
|
toJSON(message: SubredditAutocompleteResponse_AutocompleteResponse): unknown;
|
|
44466
|
-
create(base?:
|
|
44467
|
-
fromPartial(object:
|
|
44407
|
+
create(base?: DeepPartial_11<SubredditAutocompleteResponse_AutocompleteResponse>): SubredditAutocompleteResponse_AutocompleteResponse;
|
|
44408
|
+
fromPartial(object: DeepPartial_11<SubredditAutocompleteResponse_AutocompleteResponse>): SubredditAutocompleteResponse_AutocompleteResponse;
|
|
44468
44409
|
};
|
|
44469
44410
|
|
|
44470
44411
|
declare interface SubredditAutocompleteResponse_WrappedAutoCompleteAccount {
|
|
@@ -44478,8 +44419,8 @@ declare const SubredditAutocompleteResponse_WrappedAutoCompleteAccount: {
|
|
|
44478
44419
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAutocompleteResponse_WrappedAutoCompleteAccount;
|
|
44479
44420
|
fromJSON(object: any): SubredditAutocompleteResponse_WrappedAutoCompleteAccount;
|
|
44480
44421
|
toJSON(message: SubredditAutocompleteResponse_WrappedAutoCompleteAccount): unknown;
|
|
44481
|
-
create(base?:
|
|
44482
|
-
fromPartial(object:
|
|
44422
|
+
create(base?: DeepPartial_11<SubredditAutocompleteResponse_WrappedAutoCompleteAccount>): SubredditAutocompleteResponse_WrappedAutoCompleteAccount;
|
|
44423
|
+
fromPartial(object: DeepPartial_11<SubredditAutocompleteResponse_WrappedAutoCompleteAccount>): SubredditAutocompleteResponse_WrappedAutoCompleteAccount;
|
|
44483
44424
|
};
|
|
44484
44425
|
|
|
44485
44426
|
declare interface SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit {
|
|
@@ -44493,8 +44434,8 @@ declare const SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit: {
|
|
|
44493
44434
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit;
|
|
44494
44435
|
fromJSON(object: any): SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit;
|
|
44495
44436
|
toJSON(message: SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit): unknown;
|
|
44496
|
-
create(base?:
|
|
44497
|
-
fromPartial(object:
|
|
44437
|
+
create(base?: DeepPartial_11<SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit>): SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit;
|
|
44438
|
+
fromPartial(object: DeepPartial_11<SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit>): SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit;
|
|
44498
44439
|
};
|
|
44499
44440
|
|
|
44500
44441
|
export declare type SubredditData = {
|
|
@@ -44524,8 +44465,8 @@ declare const SubredditGetRemovalReasonsRequest: {
|
|
|
44524
44465
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditGetRemovalReasonsRequest;
|
|
44525
44466
|
fromJSON(object: any): SubredditGetRemovalReasonsRequest;
|
|
44526
44467
|
toJSON(message: SubredditGetRemovalReasonsRequest): unknown;
|
|
44527
|
-
create(base?:
|
|
44528
|
-
fromPartial(object:
|
|
44468
|
+
create(base?: DeepPartial_11<SubredditGetRemovalReasonsRequest>): SubredditGetRemovalReasonsRequest;
|
|
44469
|
+
fromPartial(object: DeepPartial_11<SubredditGetRemovalReasonsRequest>): SubredditGetRemovalReasonsRequest;
|
|
44529
44470
|
};
|
|
44530
44471
|
|
|
44531
44472
|
declare interface SubredditGetRemovalReasonsResponse {
|
|
@@ -44542,8 +44483,8 @@ declare const SubredditGetRemovalReasonsResponse: {
|
|
|
44542
44483
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditGetRemovalReasonsResponse;
|
|
44543
44484
|
fromJSON(object: any): SubredditGetRemovalReasonsResponse;
|
|
44544
44485
|
toJSON(message: SubredditGetRemovalReasonsResponse): unknown;
|
|
44545
|
-
create(base?:
|
|
44546
|
-
fromPartial(object:
|
|
44486
|
+
create(base?: DeepPartial_11<SubredditGetRemovalReasonsResponse>): SubredditGetRemovalReasonsResponse;
|
|
44487
|
+
fromPartial(object: DeepPartial_11<SubredditGetRemovalReasonsResponse>): SubredditGetRemovalReasonsResponse;
|
|
44547
44488
|
};
|
|
44548
44489
|
|
|
44549
44490
|
declare interface SubredditGetRemovalReasonsResponse_DataEntry {
|
|
@@ -44557,8 +44498,8 @@ declare const SubredditGetRemovalReasonsResponse_DataEntry: {
|
|
|
44557
44498
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditGetRemovalReasonsResponse_DataEntry;
|
|
44558
44499
|
fromJSON(object: any): SubredditGetRemovalReasonsResponse_DataEntry;
|
|
44559
44500
|
toJSON(message: SubredditGetRemovalReasonsResponse_DataEntry): unknown;
|
|
44560
|
-
create(base?:
|
|
44561
|
-
fromPartial(object:
|
|
44501
|
+
create(base?: DeepPartial_11<SubredditGetRemovalReasonsResponse_DataEntry>): SubredditGetRemovalReasonsResponse_DataEntry;
|
|
44502
|
+
fromPartial(object: DeepPartial_11<SubredditGetRemovalReasonsResponse_DataEntry>): SubredditGetRemovalReasonsResponse_DataEntry;
|
|
44562
44503
|
};
|
|
44563
44504
|
|
|
44564
44505
|
declare interface SubredditGetRemovalReasonsResponse_SubredditRemovalReason {
|
|
@@ -44576,8 +44517,8 @@ declare const SubredditGetRemovalReasonsResponse_SubredditRemovalReason: {
|
|
|
44576
44517
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditGetRemovalReasonsResponse_SubredditRemovalReason;
|
|
44577
44518
|
fromJSON(object: any): SubredditGetRemovalReasonsResponse_SubredditRemovalReason;
|
|
44578
44519
|
toJSON(message: SubredditGetRemovalReasonsResponse_SubredditRemovalReason): unknown;
|
|
44579
|
-
create(base?:
|
|
44580
|
-
fromPartial(object:
|
|
44520
|
+
create(base?: DeepPartial_11<SubredditGetRemovalReasonsResponse_SubredditRemovalReason>): SubredditGetRemovalReasonsResponse_SubredditRemovalReason;
|
|
44521
|
+
fromPartial(object: DeepPartial_11<SubredditGetRemovalReasonsResponse_SubredditRemovalReason>): SubredditGetRemovalReasonsResponse_SubredditRemovalReason;
|
|
44581
44522
|
};
|
|
44582
44523
|
|
|
44583
44524
|
/**
|
|
@@ -44893,8 +44834,8 @@ declare const SubredditPostRequirementsResponse: {
|
|
|
44893
44834
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditPostRequirementsResponse;
|
|
44894
44835
|
fromJSON(object: any): SubredditPostRequirementsResponse;
|
|
44895
44836
|
toJSON(message: SubredditPostRequirementsResponse): unknown;
|
|
44896
|
-
create(base?:
|
|
44897
|
-
fromPartial(object:
|
|
44837
|
+
create(base?: DeepPartial_11<SubredditPostRequirementsResponse>): SubredditPostRequirementsResponse;
|
|
44838
|
+
fromPartial(object: DeepPartial_11<SubredditPostRequirementsResponse>): SubredditPostRequirementsResponse;
|
|
44898
44839
|
};
|
|
44899
44840
|
|
|
44900
44841
|
/** used with data-api */
|
|
@@ -49234,8 +49175,8 @@ declare const SubredditsSearchRequest: {
|
|
|
49234
49175
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditsSearchRequest;
|
|
49235
49176
|
fromJSON(object: any): SubredditsSearchRequest;
|
|
49236
49177
|
toJSON(message: SubredditsSearchRequest): unknown;
|
|
49237
|
-
create(base?:
|
|
49238
|
-
fromPartial(object:
|
|
49178
|
+
create(base?: DeepPartial_11<SubredditsSearchRequest>): SubredditsSearchRequest;
|
|
49179
|
+
fromPartial(object: DeepPartial_11<SubredditsSearchRequest>): SubredditsSearchRequest;
|
|
49239
49180
|
};
|
|
49240
49181
|
|
|
49241
49182
|
declare interface SubredditsSearchResponse {
|
|
@@ -49249,8 +49190,8 @@ declare const SubredditsSearchResponse: {
|
|
|
49249
49190
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditsSearchResponse;
|
|
49250
49191
|
fromJSON(object: any): SubredditsSearchResponse;
|
|
49251
49192
|
toJSON(message: SubredditsSearchResponse): unknown;
|
|
49252
|
-
create(base?:
|
|
49253
|
-
fromPartial(object:
|
|
49193
|
+
create(base?: DeepPartial_11<SubredditsSearchResponse>): SubredditsSearchResponse;
|
|
49194
|
+
fromPartial(object: DeepPartial_11<SubredditsSearchResponse>): SubredditsSearchResponse;
|
|
49254
49195
|
};
|
|
49255
49196
|
|
|
49256
49197
|
declare interface SubredditsSearchResponse_WrappedSubredditObject {
|
|
@@ -49267,8 +49208,8 @@ declare const SubredditsSearchResponse_WrappedSubredditObject: {
|
|
|
49267
49208
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditsSearchResponse_WrappedSubredditObject;
|
|
49268
49209
|
fromJSON(object: any): SubredditsSearchResponse_WrappedSubredditObject;
|
|
49269
49210
|
toJSON(message: SubredditsSearchResponse_WrappedSubredditObject): unknown;
|
|
49270
|
-
create(base?:
|
|
49271
|
-
fromPartial(object:
|
|
49211
|
+
create(base?: DeepPartial_11<SubredditsSearchResponse_WrappedSubredditObject>): SubredditsSearchResponse_WrappedSubredditObject;
|
|
49212
|
+
fromPartial(object: DeepPartial_11<SubredditsSearchResponse_WrappedSubredditObject>): SubredditsSearchResponse_WrappedSubredditObject;
|
|
49272
49213
|
};
|
|
49273
49214
|
|
|
49274
49215
|
declare interface SubredditsSearchResponse_WrappedSubredditObject_SubredditData {
|
|
@@ -49282,8 +49223,8 @@ declare const SubredditsSearchResponse_WrappedSubredditObject_SubredditData: {
|
|
|
49282
49223
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditsSearchResponse_WrappedSubredditObject_SubredditData;
|
|
49283
49224
|
fromJSON(object: any): SubredditsSearchResponse_WrappedSubredditObject_SubredditData;
|
|
49284
49225
|
toJSON(message: SubredditsSearchResponse_WrappedSubredditObject_SubredditData): unknown;
|
|
49285
|
-
create(base?:
|
|
49286
|
-
fromPartial(object:
|
|
49226
|
+
create(base?: DeepPartial_11<SubredditsSearchResponse_WrappedSubredditObject_SubredditData>): SubredditsSearchResponse_WrappedSubredditObject_SubredditData;
|
|
49227
|
+
fromPartial(object: DeepPartial_11<SubredditsSearchResponse_WrappedSubredditObject_SubredditData>): SubredditsSearchResponse_WrappedSubredditObject_SubredditData;
|
|
49287
49228
|
};
|
|
49288
49229
|
|
|
49289
49230
|
declare const SubredditsServiceName = "devvit.plugin.redditapi.subreddits.Subreddits";
|
|
@@ -49357,8 +49298,8 @@ declare const SubredditStylesheetRequest: {
|
|
|
49357
49298
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditStylesheetRequest;
|
|
49358
49299
|
fromJSON(object: any): SubredditStylesheetRequest;
|
|
49359
49300
|
toJSON(message: SubredditStylesheetRequest): unknown;
|
|
49360
|
-
create(base?:
|
|
49361
|
-
fromPartial(object:
|
|
49301
|
+
create(base?: DeepPartial_11<SubredditStylesheetRequest>): SubredditStylesheetRequest;
|
|
49302
|
+
fromPartial(object: DeepPartial_11<SubredditStylesheetRequest>): SubredditStylesheetRequest;
|
|
49362
49303
|
};
|
|
49363
49304
|
|
|
49364
49305
|
declare interface SubredditSubscribe {
|
|
@@ -49372,8 +49313,8 @@ declare const SubredditSubscribe: {
|
|
|
49372
49313
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditSubscribe;
|
|
49373
49314
|
fromJSON(object: any): SubredditSubscribe;
|
|
49374
49315
|
toJSON(message: SubredditSubscribe): unknown;
|
|
49375
|
-
create(base?:
|
|
49376
|
-
fromPartial(object:
|
|
49316
|
+
create(base?: DeepPartial_19<SubredditSubscribe>): SubredditSubscribe;
|
|
49317
|
+
fromPartial(object: DeepPartial_19<SubredditSubscribe>): SubredditSubscribe;
|
|
49377
49318
|
};
|
|
49378
49319
|
|
|
49379
49320
|
export declare type SubredditType = 'public' | 'private' | 'restricted' | 'employees_only' | 'gold_only' | 'gold_restricted' | 'archived' | 'user';
|
|
@@ -49409,8 +49350,8 @@ declare const SubredditV2: {
|
|
|
49409
49350
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditV2;
|
|
49410
49351
|
fromJSON(object: any): SubredditV2;
|
|
49411
49352
|
toJSON(message: SubredditV2): unknown;
|
|
49412
|
-
create(base?:
|
|
49413
|
-
fromPartial(object:
|
|
49353
|
+
create(base?: DeepPartial_16<SubredditV2>): SubredditV2;
|
|
49354
|
+
fromPartial(object: DeepPartial_16<SubredditV2>): SubredditV2;
|
|
49414
49355
|
};
|
|
49415
49356
|
|
|
49416
49357
|
export declare class SubredditWikiSettings {
|
|
@@ -49436,8 +49377,8 @@ declare const SubscribeRequest: {
|
|
|
49436
49377
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubscribeRequest;
|
|
49437
49378
|
fromJSON(object: any): SubscribeRequest;
|
|
49438
49379
|
toJSON(message: SubscribeRequest): unknown;
|
|
49439
|
-
create(base?:
|
|
49440
|
-
fromPartial(object:
|
|
49380
|
+
create(base?: DeepPartial_11<SubscribeRequest>): SubscribeRequest;
|
|
49381
|
+
fromPartial(object: DeepPartial_11<SubscribeRequest>): SubscribeRequest;
|
|
49441
49382
|
};
|
|
49442
49383
|
|
|
49443
49384
|
/**
|
|
@@ -51329,8 +51270,8 @@ declare const UploadSrImgRequest: {
|
|
|
51329
51270
|
decode(input: _m0.Reader | Uint8Array, length?: number): UploadSrImgRequest;
|
|
51330
51271
|
fromJSON(object: any): UploadSrImgRequest;
|
|
51331
51272
|
toJSON(message: UploadSrImgRequest): unknown;
|
|
51332
|
-
create(base?:
|
|
51333
|
-
fromPartial(object:
|
|
51273
|
+
create(base?: DeepPartial_11<UploadSrImgRequest>): UploadSrImgRequest;
|
|
51274
|
+
fromPartial(object: DeepPartial_11<UploadSrImgRequest>): UploadSrImgRequest;
|
|
51334
51275
|
};
|
|
51335
51276
|
|
|
51336
51277
|
declare interface UploadSrImgResponse {
|
|
@@ -51345,8 +51286,8 @@ declare const UploadSrImgResponse: {
|
|
|
51345
51286
|
decode(input: _m0.Reader | Uint8Array, length?: number): UploadSrImgResponse;
|
|
51346
51287
|
fromJSON(object: any): UploadSrImgResponse;
|
|
51347
51288
|
toJSON(message: UploadSrImgResponse): unknown;
|
|
51348
|
-
create(base?:
|
|
51349
|
-
fromPartial(object:
|
|
51289
|
+
create(base?: DeepPartial_11<UploadSrImgResponse>): UploadSrImgResponse;
|
|
51290
|
+
fromPartial(object: DeepPartial_11<UploadSrImgResponse>): UploadSrImgResponse;
|
|
51350
51291
|
};
|
|
51351
51292
|
|
|
51352
51293
|
declare type UrlString = string;
|
|
@@ -52247,8 +52188,8 @@ declare const UserConfigurableDefinition: {
|
|
|
52247
52188
|
decode(input: _m0.Reader | Uint8Array, length?: number): ConfigForm;
|
|
52248
52189
|
fromJSON(object: any): ConfigForm;
|
|
52249
52190
|
toJSON(message: ConfigForm): unknown;
|
|
52250
|
-
create(base?:
|
|
52251
|
-
fromPartial(object:
|
|
52191
|
+
create(base?: DeepPartial_27<ConfigForm>): ConfigForm;
|
|
52192
|
+
fromPartial(object: DeepPartial_27<ConfigForm>): ConfigForm;
|
|
52252
52193
|
};
|
|
52253
52194
|
readonly responseStream: false;
|
|
52254
52195
|
readonly options: {};
|
|
@@ -52265,8 +52206,8 @@ declare const UserConfigurableDefinition: {
|
|
|
52265
52206
|
decode(input: _m0.Reader | Uint8Array, length?: number): ConfigForm;
|
|
52266
52207
|
fromJSON(object: any): ConfigForm;
|
|
52267
52208
|
toJSON(message: ConfigForm): unknown;
|
|
52268
|
-
create(base?:
|
|
52269
|
-
fromPartial(object:
|
|
52209
|
+
create(base?: DeepPartial_27<ConfigForm>): ConfigForm;
|
|
52210
|
+
fromPartial(object: DeepPartial_27<ConfigForm>): ConfigForm;
|
|
52270
52211
|
};
|
|
52271
52212
|
readonly requestStream: false;
|
|
52272
52213
|
readonly responseType: {
|
|
@@ -52275,8 +52216,8 @@ declare const UserConfigurableDefinition: {
|
|
|
52275
52216
|
decode(input: _m0.Reader | Uint8Array, length?: number): FormResponse;
|
|
52276
52217
|
fromJSON(object: any): FormResponse;
|
|
52277
52218
|
toJSON(message: FormResponse): unknown;
|
|
52278
|
-
create(base?:
|
|
52279
|
-
fromPartial(object:
|
|
52219
|
+
create(base?: DeepPartial_27<FormResponse>): FormResponse;
|
|
52220
|
+
fromPartial(object: DeepPartial_27<FormResponse>): FormResponse;
|
|
52280
52221
|
};
|
|
52281
52222
|
readonly responseStream: false;
|
|
52282
52223
|
readonly options: {};
|
|
@@ -52467,8 +52408,8 @@ declare const UserFlairV2: {
|
|
|
52467
52408
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserFlairV2;
|
|
52468
52409
|
fromJSON(object: any): UserFlairV2;
|
|
52469
52410
|
toJSON(message: UserFlairV2): unknown;
|
|
52470
|
-
create(base?:
|
|
52471
|
-
fromPartial(object:
|
|
52411
|
+
create(base?: DeepPartial_17<UserFlairV2>): UserFlairV2;
|
|
52412
|
+
fromPartial(object: DeepPartial_17<UserFlairV2>): UserFlairV2;
|
|
52472
52413
|
};
|
|
52473
52414
|
|
|
52474
52415
|
declare type UserGeneratedContent = {
|
|
@@ -54084,8 +54025,8 @@ declare const UserSearchResponse: {
|
|
|
54084
54025
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserSearchResponse;
|
|
54085
54026
|
fromJSON(object: any): UserSearchResponse;
|
|
54086
54027
|
toJSON(message: UserSearchResponse): unknown;
|
|
54087
|
-
create(base?:
|
|
54088
|
-
fromPartial(object:
|
|
54028
|
+
create(base?: DeepPartial_11<UserSearchResponse>): UserSearchResponse;
|
|
54029
|
+
fromPartial(object: DeepPartial_11<UserSearchResponse>): UserSearchResponse;
|
|
54089
54030
|
};
|
|
54090
54031
|
|
|
54091
54032
|
declare interface UserSearchResponse_AccData {
|
|
@@ -54103,8 +54044,8 @@ declare const UserSearchResponse_AccData: {
|
|
|
54103
54044
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserSearchResponse_AccData;
|
|
54104
54045
|
fromJSON(object: any): UserSearchResponse_AccData;
|
|
54105
54046
|
toJSON(message: UserSearchResponse_AccData): unknown;
|
|
54106
|
-
create(base?:
|
|
54107
|
-
fromPartial(object:
|
|
54047
|
+
create(base?: DeepPartial_11<UserSearchResponse_AccData>): UserSearchResponse_AccData;
|
|
54048
|
+
fromPartial(object: DeepPartial_11<UserSearchResponse_AccData>): UserSearchResponse_AccData;
|
|
54108
54049
|
};
|
|
54109
54050
|
|
|
54110
54051
|
declare interface UserSearchResponse_Account {
|
|
@@ -54118,8 +54059,8 @@ declare const UserSearchResponse_Account: {
|
|
|
54118
54059
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserSearchResponse_Account;
|
|
54119
54060
|
fromJSON(object: any): UserSearchResponse_Account;
|
|
54120
54061
|
toJSON(message: UserSearchResponse_Account): unknown;
|
|
54121
|
-
create(base?:
|
|
54122
|
-
fromPartial(object:
|
|
54062
|
+
create(base?: DeepPartial_11<UserSearchResponse_Account>): UserSearchResponse_Account;
|
|
54063
|
+
fromPartial(object: DeepPartial_11<UserSearchResponse_Account>): UserSearchResponse_Account;
|
|
54123
54064
|
};
|
|
54124
54065
|
|
|
54125
54066
|
declare interface UserSearchResponse_AccountData {
|
|
@@ -54155,8 +54096,8 @@ declare const UserSearchResponse_AccountData: {
|
|
|
54155
54096
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserSearchResponse_AccountData;
|
|
54156
54097
|
fromJSON(object: any): UserSearchResponse_AccountData;
|
|
54157
54098
|
toJSON(message: UserSearchResponse_AccountData): unknown;
|
|
54158
|
-
create(base?:
|
|
54159
|
-
fromPartial(object:
|
|
54099
|
+
create(base?: DeepPartial_11<UserSearchResponse_AccountData>): UserSearchResponse_AccountData;
|
|
54100
|
+
fromPartial(object: DeepPartial_11<UserSearchResponse_AccountData>): UserSearchResponse_AccountData;
|
|
54160
54101
|
};
|
|
54161
54102
|
|
|
54162
54103
|
declare interface UserSearchResponse_AccountData_Subreddit {
|
|
@@ -54209,8 +54150,8 @@ declare const UserSearchResponse_AccountData_Subreddit: {
|
|
|
54209
54150
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserSearchResponse_AccountData_Subreddit;
|
|
54210
54151
|
fromJSON(object: any): UserSearchResponse_AccountData_Subreddit;
|
|
54211
54152
|
toJSON(message: UserSearchResponse_AccountData_Subreddit): unknown;
|
|
54212
|
-
create(base?:
|
|
54213
|
-
fromPartial(object:
|
|
54153
|
+
create(base?: DeepPartial_11<UserSearchResponse_AccountData_Subreddit>): UserSearchResponse_AccountData_Subreddit;
|
|
54154
|
+
fromPartial(object: DeepPartial_11<UserSearchResponse_AccountData_Subreddit>): UserSearchResponse_AccountData_Subreddit;
|
|
54214
54155
|
};
|
|
54215
54156
|
|
|
54216
54157
|
/**
|
|
@@ -54259,8 +54200,8 @@ declare const UsersSearchRequest: {
|
|
|
54259
54200
|
decode(input: _m0.Reader | Uint8Array, length?: number): UsersSearchRequest;
|
|
54260
54201
|
fromJSON(object: any): UsersSearchRequest;
|
|
54261
54202
|
toJSON(message: UsersSearchRequest): unknown;
|
|
54262
|
-
create(base?:
|
|
54263
|
-
fromPartial(object:
|
|
54203
|
+
create(base?: DeepPartial_11<UsersSearchRequest>): UsersSearchRequest;
|
|
54204
|
+
fromPartial(object: DeepPartial_11<UsersSearchRequest>): UsersSearchRequest;
|
|
54264
54205
|
};
|
|
54265
54206
|
|
|
54266
54207
|
declare const UsersServiceName = "devvit.plugin.redditapi.users.Users";
|
|
@@ -54351,8 +54292,8 @@ declare const UserV2: {
|
|
|
54351
54292
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserV2;
|
|
54352
54293
|
fromJSON(object: any): UserV2;
|
|
54353
54294
|
toJSON(message: UserV2): unknown;
|
|
54354
|
-
create(base?:
|
|
54355
|
-
fromPartial(object:
|
|
54295
|
+
create(base?: DeepPartial_18<UserV2>): UserV2;
|
|
54296
|
+
fromPartial(object: DeepPartial_18<UserV2>): UserV2;
|
|
54356
54297
|
};
|
|
54357
54298
|
|
|
54358
54299
|
declare interface UserWhereRequest {
|
|
@@ -54585,8 +54526,8 @@ declare const Vote: {
|
|
|
54585
54526
|
decode(input: _m0.Reader | Uint8Array, length?: number): Vote;
|
|
54586
54527
|
fromJSON(object: any): Vote;
|
|
54587
54528
|
toJSON(message: Vote): unknown;
|
|
54588
|
-
create(base?:
|
|
54589
|
-
fromPartial(object:
|
|
54529
|
+
create(base?: DeepPartial_19<Vote>): Vote;
|
|
54530
|
+
fromPartial(object: DeepPartial_19<Vote>): Vote;
|
|
54590
54531
|
};
|
|
54591
54532
|
|
|
54592
54533
|
declare interface VoteRequest {
|