@devvit/public-api 0.11.8-next-2025-02-19-cb929a523.0 → 0.11.8-next-2025-02-19-fd8ef88c8.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/apis/reddit/RedditAPIClient.d.ts +14 -2
- package/apis/reddit/RedditAPIClient.d.ts.map +1 -1
- package/apis/reddit/RedditAPIClient.js +15 -0
- package/apis/reddit/models/Flair.d.ts +8 -0
- package/apis/reddit/models/Flair.d.ts.map +1 -1
- package/apis/reddit/models/Flair.js +31 -1
- package/apis/reddit/tests/flair.api.test.d.ts.map +1 -0
- package/meta.json +15 -5
- package/meta.min.json +26 -6
- package/package.json +7 -7
- package/public-api.d.ts +727 -706
- package/public-api.iife.js +51 -3
- package/public-api.min.js +6 -5
- package/public-api.min.js.map +3 -3
- package/version.json +1 -1
package/public-api.d.ts
CHANGED
|
@@ -234,8 +234,8 @@ declare const AboutWhereRequest: {
|
|
|
234
234
|
decode(input: _m0.Reader | Uint8Array, length?: number): AboutWhereRequest;
|
|
235
235
|
fromJSON(object: any): AboutWhereRequest;
|
|
236
236
|
toJSON(message: AboutWhereRequest): unknown;
|
|
237
|
-
create(base?:
|
|
238
|
-
fromPartial(object:
|
|
237
|
+
create(base?: DeepPartial_12<AboutWhereRequest>): AboutWhereRequest;
|
|
238
|
+
fromPartial(object: DeepPartial_12<AboutWhereRequest>): AboutWhereRequest;
|
|
239
239
|
};
|
|
240
240
|
|
|
241
241
|
declare interface AcceptModeratorInviteRequest {
|
|
@@ -265,8 +265,8 @@ declare const AccountDelete: {
|
|
|
265
265
|
decode(input: _m0.Reader | Uint8Array, length?: number): AccountDelete;
|
|
266
266
|
fromJSON(object: any): AccountDelete;
|
|
267
267
|
toJSON(message: AccountDelete): unknown;
|
|
268
|
-
create(base?:
|
|
269
|
-
fromPartial(object:
|
|
268
|
+
create(base?: DeepPartial_21<AccountDelete>): AccountDelete;
|
|
269
|
+
fromPartial(object: DeepPartial_21<AccountDelete>): AccountDelete;
|
|
270
270
|
};
|
|
271
271
|
|
|
272
272
|
/**
|
|
@@ -300,8 +300,8 @@ declare const ActorSpec: {
|
|
|
300
300
|
decode(input: _m0.Reader | Uint8Array, length?: number): ActorSpec;
|
|
301
301
|
fromJSON(object: any): ActorSpec;
|
|
302
302
|
toJSON(message: ActorSpec): unknown;
|
|
303
|
-
create(base?:
|
|
304
|
-
fromPartial(object:
|
|
303
|
+
create(base?: DeepPartial_15<ActorSpec>): ActorSpec;
|
|
304
|
+
fromPartial(object: DeepPartial_15<ActorSpec>): ActorSpec;
|
|
305
305
|
};
|
|
306
306
|
|
|
307
307
|
declare interface AddButtonWidgetRequest {
|
|
@@ -318,8 +318,8 @@ declare const AddButtonWidgetRequest: {
|
|
|
318
318
|
decode(input: _m0.Reader | Uint8Array, length?: number): AddButtonWidgetRequest;
|
|
319
319
|
fromJSON(object: any): AddButtonWidgetRequest;
|
|
320
320
|
toJSON(message: AddButtonWidgetRequest): unknown;
|
|
321
|
-
create(base?:
|
|
322
|
-
fromPartial(object:
|
|
321
|
+
create(base?: DeepPartial_5<AddButtonWidgetRequest>): AddButtonWidgetRequest;
|
|
322
|
+
fromPartial(object: DeepPartial_5<AddButtonWidgetRequest>): AddButtonWidgetRequest;
|
|
323
323
|
};
|
|
324
324
|
|
|
325
325
|
declare interface AddCalendarWidgetRequest {
|
|
@@ -337,8 +337,8 @@ declare const AddCalendarWidgetRequest: {
|
|
|
337
337
|
decode(input: _m0.Reader | Uint8Array, length?: number): AddCalendarWidgetRequest;
|
|
338
338
|
fromJSON(object: any): AddCalendarWidgetRequest;
|
|
339
339
|
toJSON(message: AddCalendarWidgetRequest): unknown;
|
|
340
|
-
create(base?:
|
|
341
|
-
fromPartial(object:
|
|
340
|
+
create(base?: DeepPartial_5<AddCalendarWidgetRequest>): AddCalendarWidgetRequest;
|
|
341
|
+
fromPartial(object: DeepPartial_5<AddCalendarWidgetRequest>): AddCalendarWidgetRequest;
|
|
342
342
|
};
|
|
343
343
|
|
|
344
344
|
declare interface AddCommunityListWidgetRequest {
|
|
@@ -354,8 +354,8 @@ declare const AddCommunityListWidgetRequest: {
|
|
|
354
354
|
decode(input: _m0.Reader | Uint8Array, length?: number): AddCommunityListWidgetRequest;
|
|
355
355
|
fromJSON(object: any): AddCommunityListWidgetRequest;
|
|
356
356
|
toJSON(message: AddCommunityListWidgetRequest): unknown;
|
|
357
|
-
create(base?:
|
|
358
|
-
fromPartial(object:
|
|
357
|
+
create(base?: DeepPartial_5<AddCommunityListWidgetRequest>): AddCommunityListWidgetRequest;
|
|
358
|
+
fromPartial(object: DeepPartial_5<AddCommunityListWidgetRequest>): AddCommunityListWidgetRequest;
|
|
359
359
|
};
|
|
360
360
|
|
|
361
361
|
declare interface AddCustomWidgetRequest {
|
|
@@ -374,8 +374,8 @@ declare const AddCustomWidgetRequest: {
|
|
|
374
374
|
decode(input: _m0.Reader | Uint8Array, length?: number): AddCustomWidgetRequest;
|
|
375
375
|
fromJSON(object: any): AddCustomWidgetRequest;
|
|
376
376
|
toJSON(message: AddCustomWidgetRequest): unknown;
|
|
377
|
-
create(base?:
|
|
378
|
-
fromPartial(object:
|
|
377
|
+
create(base?: DeepPartial_5<AddCustomWidgetRequest>): AddCustomWidgetRequest;
|
|
378
|
+
fromPartial(object: DeepPartial_5<AddCustomWidgetRequest>): AddCustomWidgetRequest;
|
|
379
379
|
};
|
|
380
380
|
|
|
381
381
|
declare interface AddImageWidgetRequest {
|
|
@@ -391,8 +391,8 @@ declare const AddImageWidgetRequest: {
|
|
|
391
391
|
decode(input: _m0.Reader | Uint8Array, length?: number): AddImageWidgetRequest;
|
|
392
392
|
fromJSON(object: any): AddImageWidgetRequest;
|
|
393
393
|
toJSON(message: AddImageWidgetRequest): unknown;
|
|
394
|
-
create(base?:
|
|
395
|
-
fromPartial(object:
|
|
394
|
+
create(base?: DeepPartial_5<AddImageWidgetRequest>): AddImageWidgetRequest;
|
|
395
|
+
fromPartial(object: DeepPartial_5<AddImageWidgetRequest>): AddImageWidgetRequest;
|
|
396
396
|
};
|
|
397
397
|
|
|
398
398
|
declare interface AddPostFlairWidgetRequest {
|
|
@@ -409,8 +409,8 @@ declare const AddPostFlairWidgetRequest: {
|
|
|
409
409
|
decode(input: _m0.Reader | Uint8Array, length?: number): AddPostFlairWidgetRequest;
|
|
410
410
|
fromJSON(object: any): AddPostFlairWidgetRequest;
|
|
411
411
|
toJSON(message: AddPostFlairWidgetRequest): unknown;
|
|
412
|
-
create(base?:
|
|
413
|
-
fromPartial(object:
|
|
412
|
+
create(base?: DeepPartial_5<AddPostFlairWidgetRequest>): AddPostFlairWidgetRequest;
|
|
413
|
+
fromPartial(object: DeepPartial_5<AddPostFlairWidgetRequest>): AddPostFlairWidgetRequest;
|
|
414
414
|
};
|
|
415
415
|
|
|
416
416
|
export declare type AddRemovalNoteOptions = Prettify<PostRemovalNoteRequest>;
|
|
@@ -428,8 +428,8 @@ declare const AddTextAreaWidgetRequest: {
|
|
|
428
428
|
decode(input: _m0.Reader | Uint8Array, length?: number): AddTextAreaWidgetRequest;
|
|
429
429
|
fromJSON(object: any): AddTextAreaWidgetRequest;
|
|
430
430
|
toJSON(message: AddTextAreaWidgetRequest): unknown;
|
|
431
|
-
create(base?:
|
|
432
|
-
fromPartial(object:
|
|
431
|
+
create(base?: DeepPartial_5<AddTextAreaWidgetRequest>): AddTextAreaWidgetRequest;
|
|
432
|
+
fromPartial(object: DeepPartial_5<AddTextAreaWidgetRequest>): AddTextAreaWidgetRequest;
|
|
433
433
|
};
|
|
434
434
|
|
|
435
435
|
export declare type AddWidgetData = (AddImageWidgetRequest & {
|
|
@@ -471,8 +471,8 @@ declare const AllowEditorRequest: {
|
|
|
471
471
|
decode(input: _m0.Reader | Uint8Array, length?: number): AllowEditorRequest;
|
|
472
472
|
fromJSON(object: any): AllowEditorRequest;
|
|
473
473
|
toJSON(message: AllowEditorRequest): unknown;
|
|
474
|
-
create(base?:
|
|
475
|
-
fromPartial(object:
|
|
474
|
+
create(base?: DeepPartial_10<AllowEditorRequest>): AllowEditorRequest;
|
|
475
|
+
fromPartial(object: DeepPartial_10<AllowEditorRequest>): AllowEditorRequest;
|
|
476
476
|
};
|
|
477
477
|
|
|
478
478
|
/**
|
|
@@ -599,8 +599,8 @@ declare const Any: {
|
|
|
599
599
|
decode(input: _m0.Reader | Uint8Array, length?: number): Any;
|
|
600
600
|
fromJSON(object: any): Any;
|
|
601
601
|
toJSON(message: Any): unknown;
|
|
602
|
-
create(base?:
|
|
603
|
-
fromPartial(object:
|
|
602
|
+
create(base?: DeepPartial_30<Any>): Any;
|
|
603
|
+
fromPartial(object: DeepPartial_30<Any>): Any;
|
|
604
604
|
};
|
|
605
605
|
|
|
606
606
|
/**
|
|
@@ -663,8 +663,8 @@ declare const ApiClientConfig: {
|
|
|
663
663
|
decode(input: _m0.Reader | Uint8Array, length?: number): ApiClientConfig;
|
|
664
664
|
fromJSON(object: any): ApiClientConfig;
|
|
665
665
|
toJSON(message: ApiClientConfig): unknown;
|
|
666
|
-
create(base?:
|
|
667
|
-
fromPartial(object:
|
|
666
|
+
create(base?: DeepPartial_9<ApiClientConfig>): ApiClientConfig;
|
|
667
|
+
fromPartial(object: DeepPartial_9<ApiClientConfig>): ApiClientConfig;
|
|
668
668
|
};
|
|
669
669
|
|
|
670
670
|
/** For methods with a request body, this specifies how the request body should be serialized. */
|
|
@@ -723,8 +723,8 @@ declare const AppInstall_2: {
|
|
|
723
723
|
decode(input: _m0.Reader | Uint8Array, length?: number): AppInstall_2;
|
|
724
724
|
fromJSON(object: any): AppInstall_2;
|
|
725
725
|
toJSON(message: AppInstall_2): unknown;
|
|
726
|
-
create(base?:
|
|
727
|
-
fromPartial(object:
|
|
726
|
+
create(base?: DeepPartial_21<AppInstall_2>): AppInstall_2;
|
|
727
|
+
fromPartial(object: DeepPartial_21<AppInstall_2>): AppInstall_2;
|
|
728
728
|
};
|
|
729
729
|
|
|
730
730
|
export declare type AppInstallDefinition = {
|
|
@@ -1060,8 +1060,8 @@ declare const AppUpgrade_2: {
|
|
|
1060
1060
|
decode(input: _m0.Reader | Uint8Array, length?: number): AppUpgrade_2;
|
|
1061
1061
|
fromJSON(object: any): AppUpgrade_2;
|
|
1062
1062
|
toJSON(message: AppUpgrade_2): unknown;
|
|
1063
|
-
create(base?:
|
|
1064
|
-
fromPartial(object:
|
|
1063
|
+
create(base?: DeepPartial_21<AppUpgrade_2>): AppUpgrade_2;
|
|
1064
|
+
fromPartial(object: DeepPartial_21<AppUpgrade_2>): AppUpgrade_2;
|
|
1065
1065
|
};
|
|
1066
1066
|
|
|
1067
1067
|
export declare type AppUpgradeDefinition = {
|
|
@@ -1312,8 +1312,8 @@ declare const AuthorFlairRichText: {
|
|
|
1312
1312
|
decode(input: _m0.Reader | Uint8Array, length?: number): AuthorFlairRichText;
|
|
1313
1313
|
fromJSON(object: any): AuthorFlairRichText;
|
|
1314
1314
|
toJSON(message: AuthorFlairRichText): unknown;
|
|
1315
|
-
create(base?:
|
|
1316
|
-
fromPartial(object:
|
|
1315
|
+
create(base?: DeepPartial_6<AuthorFlairRichText>): AuthorFlairRichText;
|
|
1316
|
+
fromPartial(object: DeepPartial_6<AuthorFlairRichText>): AuthorFlairRichText;
|
|
1317
1317
|
};
|
|
1318
1318
|
|
|
1319
1319
|
export declare class AuthorFlairSettings {
|
|
@@ -1338,8 +1338,8 @@ declare const AutomoderatorFilterComment_2: {
|
|
|
1338
1338
|
decode(input: _m0.Reader | Uint8Array, length?: number): AutomoderatorFilterComment_2;
|
|
1339
1339
|
fromJSON(object: any): AutomoderatorFilterComment_2;
|
|
1340
1340
|
toJSON(message: AutomoderatorFilterComment_2): unknown;
|
|
1341
|
-
create(base?:
|
|
1342
|
-
fromPartial(object:
|
|
1341
|
+
create(base?: DeepPartial_21<AutomoderatorFilterComment_2>): AutomoderatorFilterComment_2;
|
|
1342
|
+
fromPartial(object: DeepPartial_21<AutomoderatorFilterComment_2>): AutomoderatorFilterComment_2;
|
|
1343
1343
|
};
|
|
1344
1344
|
|
|
1345
1345
|
/** The event name for when a post is filtered by automoderator */
|
|
@@ -1359,8 +1359,8 @@ declare const AutomoderatorFilterPost_2: {
|
|
|
1359
1359
|
decode(input: _m0.Reader | Uint8Array, length?: number): AutomoderatorFilterPost_2;
|
|
1360
1360
|
fromJSON(object: any): AutomoderatorFilterPost_2;
|
|
1361
1361
|
toJSON(message: AutomoderatorFilterPost_2): unknown;
|
|
1362
|
-
create(base?:
|
|
1363
|
-
fromPartial(object:
|
|
1362
|
+
create(base?: DeepPartial_21<AutomoderatorFilterPost_2>): AutomoderatorFilterPost_2;
|
|
1363
|
+
fromPartial(object: DeepPartial_21<AutomoderatorFilterPost_2>): AutomoderatorFilterPost_2;
|
|
1364
1364
|
};
|
|
1365
1365
|
|
|
1366
1366
|
/** https://github.snooguts.net/reddit/reddit-service-award/blob/f102a254636cd403627cc1125fcccab52972ea6b/award/models/award.py */
|
|
@@ -1404,8 +1404,8 @@ declare const Awarding: {
|
|
|
1404
1404
|
decode(input: _m0.Reader | Uint8Array, length?: number): Awarding;
|
|
1405
1405
|
fromJSON(object: any): Awarding;
|
|
1406
1406
|
toJSON(message: Awarding): unknown;
|
|
1407
|
-
create(base?:
|
|
1408
|
-
fromPartial(object:
|
|
1407
|
+
create(base?: DeepPartial_6<Awarding>): Awarding;
|
|
1408
|
+
fromPartial(object: DeepPartial_6<Awarding>): Awarding;
|
|
1409
1409
|
};
|
|
1410
1410
|
|
|
1411
1411
|
declare interface Awarding_Icon {
|
|
@@ -1420,8 +1420,8 @@ declare const Awarding_Icon: {
|
|
|
1420
1420
|
decode(input: _m0.Reader | Uint8Array, length?: number): Awarding_Icon;
|
|
1421
1421
|
fromJSON(object: any): Awarding_Icon;
|
|
1422
1422
|
toJSON(message: Awarding_Icon): unknown;
|
|
1423
|
-
create(base?:
|
|
1424
|
-
fromPartial(object:
|
|
1423
|
+
create(base?: DeepPartial_6<Awarding_Icon>): Awarding_Icon;
|
|
1424
|
+
fromPartial(object: DeepPartial_6<Awarding_Icon>): Awarding_Icon;
|
|
1425
1425
|
};
|
|
1426
1426
|
|
|
1427
1427
|
export declare type BackgroundImagePosition = 'cover' | 'tiled' | 'centered';
|
|
@@ -1451,8 +1451,8 @@ declare const BanInfo: {
|
|
|
1451
1451
|
decode(input: _m0.Reader | Uint8Array, length?: number): BanInfo;
|
|
1452
1452
|
fromJSON(object: any): BanInfo;
|
|
1453
1453
|
toJSON(message: BanInfo): unknown;
|
|
1454
|
-
create(base?:
|
|
1455
|
-
fromPartial(object:
|
|
1454
|
+
create(base?: DeepPartial_6<BanInfo>): BanInfo;
|
|
1455
|
+
fromPartial(object: DeepPartial_6<BanInfo>): BanInfo;
|
|
1456
1456
|
};
|
|
1457
1457
|
|
|
1458
1458
|
declare enum BanInfo_BanInfoAction {
|
|
@@ -1618,8 +1618,8 @@ declare const BasicSearchRequest: {
|
|
|
1618
1618
|
decode(input: _m0.Reader | Uint8Array, length?: number): BasicSearchRequest;
|
|
1619
1619
|
fromJSON(object: any): BasicSearchRequest;
|
|
1620
1620
|
toJSON(message: BasicSearchRequest): unknown;
|
|
1621
|
-
create(base?:
|
|
1622
|
-
fromPartial(object:
|
|
1621
|
+
create(base?: DeepPartial_12<BasicSearchRequest>): BasicSearchRequest;
|
|
1622
|
+
fromPartial(object: DeepPartial_12<BasicSearchRequest>): BasicSearchRequest;
|
|
1623
1623
|
};
|
|
1624
1624
|
|
|
1625
1625
|
declare interface BasicSubredditRequest {
|
|
@@ -1633,8 +1633,8 @@ declare const BasicSubredditRequest: {
|
|
|
1633
1633
|
decode(input: _m0.Reader | Uint8Array, length?: number): BasicSubredditRequest;
|
|
1634
1634
|
fromJSON(object: any): BasicSubredditRequest;
|
|
1635
1635
|
toJSON(message: BasicSubredditRequest): unknown;
|
|
1636
|
-
create(base?:
|
|
1637
|
-
fromPartial(object:
|
|
1636
|
+
create(base?: DeepPartial_12<BasicSubredditRequest>): BasicSubredditRequest;
|
|
1637
|
+
fromPartial(object: DeepPartial_12<BasicSubredditRequest>): BasicSubredditRequest;
|
|
1638
1638
|
};
|
|
1639
1639
|
|
|
1640
1640
|
declare interface BasicWhereRequest {
|
|
@@ -1662,8 +1662,8 @@ declare const BasicWhereRequest: {
|
|
|
1662
1662
|
decode(input: _m0.Reader | Uint8Array, length?: number): BasicWhereRequest;
|
|
1663
1663
|
fromJSON(object: any): BasicWhereRequest;
|
|
1664
1664
|
toJSON(message: BasicWhereRequest): unknown;
|
|
1665
|
-
create(base?:
|
|
1666
|
-
fromPartial(object:
|
|
1665
|
+
create(base?: DeepPartial_12<BasicWhereRequest>): BasicWhereRequest;
|
|
1666
|
+
fromPartial(object: DeepPartial_12<BasicWhereRequest>): BasicWhereRequest;
|
|
1667
1667
|
};
|
|
1668
1668
|
|
|
1669
1669
|
export declare type BitfieldCommand = BitfieldGet_2 | BitfieldSet_2 | BitfieldIncrBy_2 | BitfieldOverflow_2;
|
|
@@ -2727,8 +2727,8 @@ declare const BuildInfo: {
|
|
|
2727
2727
|
decode(input: _m0.Reader | Uint8Array, length?: number): BuildInfo;
|
|
2728
2728
|
fromJSON(object: any): BuildInfo;
|
|
2729
2729
|
toJSON(message: BuildInfo): unknown;
|
|
2730
|
-
create(base?:
|
|
2731
|
-
fromPartial(object:
|
|
2730
|
+
create(base?: DeepPartial_15<BuildInfo>): BuildInfo;
|
|
2731
|
+
fromPartial(object: DeepPartial_15<BuildInfo>): BuildInfo;
|
|
2732
2732
|
};
|
|
2733
2733
|
|
|
2734
2734
|
declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
@@ -2943,8 +2943,8 @@ declare const ButtonWidget_2: {
|
|
|
2943
2943
|
decode(input: _m0.Reader | Uint8Array, length?: number): ButtonWidget_2;
|
|
2944
2944
|
fromJSON(object: any): ButtonWidget_2;
|
|
2945
2945
|
toJSON(message: ButtonWidget_2): unknown;
|
|
2946
|
-
create(base?:
|
|
2947
|
-
fromPartial(object:
|
|
2946
|
+
create(base?: DeepPartial_5<ButtonWidget_2>): ButtonWidget_2;
|
|
2947
|
+
fromPartial(object: DeepPartial_5<ButtonWidget_2>): ButtonWidget_2;
|
|
2948
2948
|
};
|
|
2949
2949
|
|
|
2950
2950
|
declare type CacheHelper = <T extends JSONValue>(fn: () => Promise<T>, options: CacheOptions) => Promise<T>;
|
|
@@ -2985,8 +2985,8 @@ declare const CalendarWidget_2: {
|
|
|
2985
2985
|
decode(input: _m0.Reader | Uint8Array, length?: number): CalendarWidget_2;
|
|
2986
2986
|
fromJSON(object: any): CalendarWidget_2;
|
|
2987
2987
|
toJSON(message: CalendarWidget_2): unknown;
|
|
2988
|
-
create(base?:
|
|
2989
|
-
fromPartial(object:
|
|
2988
|
+
create(base?: DeepPartial_5<CalendarWidget_2>): CalendarWidget_2;
|
|
2989
|
+
fromPartial(object: DeepPartial_5<CalendarWidget_2>): CalendarWidget_2;
|
|
2990
2990
|
};
|
|
2991
2991
|
|
|
2992
2992
|
declare interface CalendarWidgetConfiguration {
|
|
@@ -3004,8 +3004,8 @@ declare const CalendarWidgetConfiguration: {
|
|
|
3004
3004
|
decode(input: _m0.Reader | Uint8Array, length?: number): CalendarWidgetConfiguration;
|
|
3005
3005
|
fromJSON(object: any): CalendarWidgetConfiguration;
|
|
3006
3006
|
toJSON(message: CalendarWidgetConfiguration): unknown;
|
|
3007
|
-
create(base?:
|
|
3008
|
-
fromPartial(object:
|
|
3007
|
+
create(base?: DeepPartial_5<CalendarWidgetConfiguration>): CalendarWidgetConfiguration;
|
|
3008
|
+
fromPartial(object: DeepPartial_5<CalendarWidgetConfiguration>): CalendarWidgetConfiguration;
|
|
3009
3009
|
};
|
|
3010
3010
|
|
|
3011
3011
|
declare interface CancelActionRequest {
|
|
@@ -3061,8 +3061,8 @@ declare const ClearFlairTemplatesRequest: {
|
|
|
3061
3061
|
decode(input: _m0.Reader | Uint8Array, length?: number): ClearFlairTemplatesRequest;
|
|
3062
3062
|
fromJSON(object: any): ClearFlairTemplatesRequest;
|
|
3063
3063
|
toJSON(message: ClearFlairTemplatesRequest): unknown;
|
|
3064
|
-
create(base?:
|
|
3065
|
-
fromPartial(object:
|
|
3064
|
+
create(base?: DeepPartial_4<ClearFlairTemplatesRequest>): ClearFlairTemplatesRequest;
|
|
3065
|
+
fromPartial(object: DeepPartial_4<ClearFlairTemplatesRequest>): ClearFlairTemplatesRequest;
|
|
3066
3066
|
};
|
|
3067
3067
|
|
|
3068
3068
|
/**
|
|
@@ -3276,8 +3276,8 @@ declare const CommentApprove: {
|
|
|
3276
3276
|
decode(input: _m0.Reader | Uint8Array, length?: number): CommentApprove;
|
|
3277
3277
|
fromJSON(object: any): CommentApprove;
|
|
3278
3278
|
toJSON(message: CommentApprove): unknown;
|
|
3279
|
-
create(base?:
|
|
3280
|
-
fromPartial(object:
|
|
3279
|
+
create(base?: DeepPartial_21<CommentApprove>): CommentApprove;
|
|
3280
|
+
fromPartial(object: DeepPartial_21<CommentApprove>): CommentApprove;
|
|
3281
3281
|
};
|
|
3282
3282
|
|
|
3283
3283
|
declare interface CommentContributionSettings {
|
|
@@ -3290,8 +3290,8 @@ declare const CommentContributionSettings: {
|
|
|
3290
3290
|
decode(input: _m0.Reader | Uint8Array, length?: number): CommentContributionSettings;
|
|
3291
3291
|
fromJSON(object: any): CommentContributionSettings;
|
|
3292
3292
|
toJSON(message: CommentContributionSettings): unknown;
|
|
3293
|
-
create(base?:
|
|
3294
|
-
fromPartial(object:
|
|
3293
|
+
create(base?: DeepPartial_6<CommentContributionSettings>): CommentContributionSettings;
|
|
3294
|
+
fromPartial(object: DeepPartial_6<CommentContributionSettings>): CommentContributionSettings;
|
|
3295
3295
|
};
|
|
3296
3296
|
|
|
3297
3297
|
/** The event name for when a comment is created, after safety delay */
|
|
@@ -3310,8 +3310,8 @@ declare const CommentCreate_2: {
|
|
|
3310
3310
|
decode(input: _m0.Reader | Uint8Array, length?: number): CommentCreate_2;
|
|
3311
3311
|
fromJSON(object: any): CommentCreate_2;
|
|
3312
3312
|
toJSON(message: CommentCreate_2): unknown;
|
|
3313
|
-
create(base?:
|
|
3314
|
-
fromPartial(object:
|
|
3313
|
+
create(base?: DeepPartial_21<CommentCreate_2>): CommentCreate_2;
|
|
3314
|
+
fromPartial(object: DeepPartial_21<CommentCreate_2>): CommentCreate_2;
|
|
3315
3315
|
};
|
|
3316
3316
|
|
|
3317
3317
|
export declare type CommentCreateDefinition = {
|
|
@@ -3340,8 +3340,8 @@ declare const CommentDelete_2: {
|
|
|
3340
3340
|
decode(input: _m0.Reader | Uint8Array, length?: number): CommentDelete_2;
|
|
3341
3341
|
fromJSON(object: any): CommentDelete_2;
|
|
3342
3342
|
toJSON(message: CommentDelete_2): unknown;
|
|
3343
|
-
create(base?:
|
|
3344
|
-
fromPartial(object:
|
|
3343
|
+
create(base?: DeepPartial_21<CommentDelete_2>): CommentDelete_2;
|
|
3344
|
+
fromPartial(object: DeepPartial_21<CommentDelete_2>): CommentDelete_2;
|
|
3345
3345
|
};
|
|
3346
3346
|
|
|
3347
3347
|
export declare type CommentDeleteDefinition = {
|
|
@@ -3376,8 +3376,8 @@ declare const CommentReport_2: {
|
|
|
3376
3376
|
decode(input: _m0.Reader | Uint8Array, length?: number): CommentReport_2;
|
|
3377
3377
|
fromJSON(object: any): CommentReport_2;
|
|
3378
3378
|
toJSON(message: CommentReport_2): unknown;
|
|
3379
|
-
create(base?:
|
|
3380
|
-
fromPartial(object:
|
|
3379
|
+
create(base?: DeepPartial_21<CommentReport_2>): CommentReport_2;
|
|
3380
|
+
fromPartial(object: DeepPartial_21<CommentReport_2>): CommentReport_2;
|
|
3381
3381
|
};
|
|
3382
3382
|
|
|
3383
3383
|
export declare type CommentReportDefinition = {
|
|
@@ -3439,8 +3439,8 @@ declare const CommentSubmit_2: {
|
|
|
3439
3439
|
decode(input: _m0.Reader | Uint8Array, length?: number): CommentSubmit_2;
|
|
3440
3440
|
fromJSON(object: any): CommentSubmit_2;
|
|
3441
3441
|
toJSON(message: CommentSubmit_2): unknown;
|
|
3442
|
-
create(base?:
|
|
3443
|
-
fromPartial(object:
|
|
3442
|
+
create(base?: DeepPartial_21<CommentSubmit_2>): CommentSubmit_2;
|
|
3443
|
+
fromPartial(object: DeepPartial_21<CommentSubmit_2>): CommentSubmit_2;
|
|
3444
3444
|
};
|
|
3445
3445
|
|
|
3446
3446
|
export declare type CommentSubmitDefinition = {
|
|
@@ -3465,8 +3465,8 @@ declare const CommentUpdate_2: {
|
|
|
3465
3465
|
decode(input: _m0.Reader | Uint8Array, length?: number): CommentUpdate_2;
|
|
3466
3466
|
fromJSON(object: any): CommentUpdate_2;
|
|
3467
3467
|
toJSON(message: CommentUpdate_2): unknown;
|
|
3468
|
-
create(base?:
|
|
3469
|
-
fromPartial(object:
|
|
3468
|
+
create(base?: DeepPartial_21<CommentUpdate_2>): CommentUpdate_2;
|
|
3469
|
+
fromPartial(object: DeepPartial_21<CommentUpdate_2>): CommentUpdate_2;
|
|
3470
3470
|
};
|
|
3471
3471
|
|
|
3472
3472
|
export declare type CommentUpdateDefinition = {
|
|
@@ -3503,8 +3503,8 @@ declare const CommentV2: {
|
|
|
3503
3503
|
decode(input: _m0.Reader | Uint8Array, length?: number): CommentV2;
|
|
3504
3504
|
fromJSON(object: any): CommentV2;
|
|
3505
3505
|
toJSON(message: CommentV2): unknown;
|
|
3506
|
-
create(base?:
|
|
3507
|
-
fromPartial(object:
|
|
3506
|
+
create(base?: DeepPartial_22<CommentV2>): CommentV2;
|
|
3507
|
+
fromPartial(object: DeepPartial_22<CommentV2>): CommentV2;
|
|
3508
3508
|
};
|
|
3509
3509
|
|
|
3510
3510
|
export declare type CommonSubmitPostOptions = {
|
|
@@ -3538,8 +3538,8 @@ declare const CommunityListWidget_2: {
|
|
|
3538
3538
|
decode(input: _m0.Reader | Uint8Array, length?: number): CommunityListWidget_2;
|
|
3539
3539
|
fromJSON(object: any): CommunityListWidget_2;
|
|
3540
3540
|
toJSON(message: CommunityListWidget_2): unknown;
|
|
3541
|
-
create(base?:
|
|
3542
|
-
fromPartial(object:
|
|
3541
|
+
create(base?: DeepPartial_5<CommunityListWidget_2>): CommunityListWidget_2;
|
|
3542
|
+
fromPartial(object: DeepPartial_5<CommunityListWidget_2>): CommunityListWidget_2;
|
|
3543
3543
|
};
|
|
3544
3544
|
|
|
3545
3545
|
declare interface CommunityListWidget_CommunityData {
|
|
@@ -3560,8 +3560,8 @@ declare const CommunityListWidget_CommunityData: {
|
|
|
3560
3560
|
decode(input: _m0.Reader | Uint8Array, length?: number): CommunityListWidget_CommunityData;
|
|
3561
3561
|
fromJSON(object: any): CommunityListWidget_CommunityData;
|
|
3562
3562
|
toJSON(message: CommunityListWidget_CommunityData): unknown;
|
|
3563
|
-
create(base?:
|
|
3564
|
-
fromPartial(object:
|
|
3563
|
+
create(base?: DeepPartial_5<CommunityListWidget_CommunityData>): CommunityListWidget_CommunityData;
|
|
3564
|
+
fromPartial(object: DeepPartial_5<CommunityListWidget_CommunityData>): CommunityListWidget_CommunityData;
|
|
3565
3565
|
};
|
|
3566
3566
|
|
|
3567
3567
|
export declare type CommunityNameFormat = 'slashtag' | 'pretty' | 'hide';
|
|
@@ -3601,7 +3601,7 @@ declare type Config = {
|
|
|
3601
3601
|
readonly webviewAssets?: Readonly<AssetMap> | undefined;
|
|
3602
3602
|
export(namespace: Readonly<Namespace>): DependencySpec;
|
|
3603
3603
|
provides(definition: Readonly<Definition>): void;
|
|
3604
|
-
use<T>(definition: Readonly<Definition>, options?: Readonly<
|
|
3604
|
+
use<T>(definition: Readonly<Definition>, options?: Readonly<DeepPartial_16<PackageQuery>>): T;
|
|
3605
3605
|
/**
|
|
3606
3606
|
* Check if a previous call to `use` was made. This is useful for allowing polyfills
|
|
3607
3607
|
* to ensure that they can provide functionality in terms of a plugin, or fallback to
|
|
@@ -3632,8 +3632,8 @@ declare const ConfigField: {
|
|
|
3632
3632
|
decode(input: _m0.Reader | Uint8Array, length?: number): ConfigField;
|
|
3633
3633
|
fromJSON(object: any): ConfigField;
|
|
3634
3634
|
toJSON(message: ConfigField): unknown;
|
|
3635
|
-
create(base?:
|
|
3636
|
-
fromPartial(object:
|
|
3635
|
+
create(base?: DeepPartial_29<ConfigField>): ConfigField;
|
|
3636
|
+
fromPartial(object: DeepPartial_29<ConfigField>): ConfigField;
|
|
3637
3637
|
};
|
|
3638
3638
|
|
|
3639
3639
|
declare enum ConfigFieldType {
|
|
@@ -3660,8 +3660,8 @@ declare const ConfigForm: {
|
|
|
3660
3660
|
decode(input: _m0.Reader | Uint8Array, length?: number): ConfigForm;
|
|
3661
3661
|
fromJSON(object: any): ConfigForm;
|
|
3662
3662
|
toJSON(message: ConfigForm): unknown;
|
|
3663
|
-
create(base?:
|
|
3664
|
-
fromPartial(object:
|
|
3663
|
+
create(base?: DeepPartial_29<ConfigForm>): ConfigForm;
|
|
3664
|
+
fromPartial(object: DeepPartial_29<ConfigForm>): ConfigForm;
|
|
3665
3665
|
};
|
|
3666
3666
|
|
|
3667
3667
|
export declare type Configuration = {
|
|
@@ -3707,8 +3707,8 @@ declare const ContextActionAllowedContexts: {
|
|
|
3707
3707
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionAllowedContexts;
|
|
3708
3708
|
fromJSON(object: any): ContextActionAllowedContexts;
|
|
3709
3709
|
toJSON(message: ContextActionAllowedContexts): unknown;
|
|
3710
|
-
create(base?:
|
|
3711
|
-
fromPartial(object:
|
|
3710
|
+
create(base?: DeepPartial_28<ContextActionAllowedContexts>): ContextActionAllowedContexts;
|
|
3711
|
+
fromPartial(object: DeepPartial_28<ContextActionAllowedContexts>): ContextActionAllowedContexts;
|
|
3712
3712
|
};
|
|
3713
3713
|
|
|
3714
3714
|
/** Restrict access to specific user groups */
|
|
@@ -3731,8 +3731,8 @@ declare const ContextActionAllowedUsers: {
|
|
|
3731
3731
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionAllowedUsers;
|
|
3732
3732
|
fromJSON(object: any): ContextActionAllowedUsers;
|
|
3733
3733
|
toJSON(message: ContextActionAllowedUsers): unknown;
|
|
3734
|
-
create(base?:
|
|
3735
|
-
fromPartial(object:
|
|
3734
|
+
create(base?: DeepPartial_28<ContextActionAllowedUsers>): ContextActionAllowedUsers;
|
|
3735
|
+
fromPartial(object: DeepPartial_28<ContextActionAllowedUsers>): ContextActionAllowedUsers;
|
|
3736
3736
|
};
|
|
3737
3737
|
|
|
3738
3738
|
declare class ContextActionClientImpl implements ContextAction {
|
|
@@ -3774,8 +3774,8 @@ declare const ContextActionDefinition: {
|
|
|
3774
3774
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionList;
|
|
3775
3775
|
fromJSON(object: any): ContextActionList;
|
|
3776
3776
|
toJSON(message: ContextActionList): unknown;
|
|
3777
|
-
create(base?:
|
|
3778
|
-
fromPartial(object:
|
|
3777
|
+
create(base?: DeepPartial_28<ContextActionList>): ContextActionList;
|
|
3778
|
+
fromPartial(object: DeepPartial_28<ContextActionList>): ContextActionList;
|
|
3779
3779
|
};
|
|
3780
3780
|
readonly responseStream: false;
|
|
3781
3781
|
readonly options: {};
|
|
@@ -3788,8 +3788,8 @@ declare const ContextActionDefinition: {
|
|
|
3788
3788
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionRequest;
|
|
3789
3789
|
fromJSON(object: any): ContextActionRequest;
|
|
3790
3790
|
toJSON(message: ContextActionRequest): unknown;
|
|
3791
|
-
create(base?:
|
|
3792
|
-
fromPartial(object:
|
|
3791
|
+
create(base?: DeepPartial_28<ContextActionRequest>): ContextActionRequest;
|
|
3792
|
+
fromPartial(object: DeepPartial_28<ContextActionRequest>): ContextActionRequest;
|
|
3793
3793
|
};
|
|
3794
3794
|
readonly requestStream: false;
|
|
3795
3795
|
readonly responseType: {
|
|
@@ -3798,8 +3798,8 @@ declare const ContextActionDefinition: {
|
|
|
3798
3798
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionResponse;
|
|
3799
3799
|
fromJSON(object: any): ContextActionResponse;
|
|
3800
3800
|
toJSON(message: ContextActionResponse): unknown;
|
|
3801
|
-
create(base?:
|
|
3802
|
-
fromPartial(object:
|
|
3801
|
+
create(base?: DeepPartial_28<ContextActionResponse>): ContextActionResponse;
|
|
3802
|
+
fromPartial(object: DeepPartial_28<ContextActionResponse>): ContextActionResponse;
|
|
3803
3803
|
};
|
|
3804
3804
|
readonly responseStream: false;
|
|
3805
3805
|
readonly options: {};
|
|
@@ -3831,8 +3831,8 @@ declare const ContextActionDescription: {
|
|
|
3831
3831
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionDescription;
|
|
3832
3832
|
fromJSON(object: any): ContextActionDescription;
|
|
3833
3833
|
toJSON(message: ContextActionDescription): unknown;
|
|
3834
|
-
create(base?:
|
|
3835
|
-
fromPartial(object:
|
|
3834
|
+
create(base?: DeepPartial_28<ContextActionDescription>): ContextActionDescription;
|
|
3835
|
+
fromPartial(object: DeepPartial_28<ContextActionDescription>): ContextActionDescription;
|
|
3836
3836
|
};
|
|
3837
3837
|
|
|
3838
3838
|
declare interface ContextActionList {
|
|
@@ -3845,8 +3845,8 @@ declare const ContextActionList: {
|
|
|
3845
3845
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionList;
|
|
3846
3846
|
fromJSON(object: any): ContextActionList;
|
|
3847
3847
|
toJSON(message: ContextActionList): unknown;
|
|
3848
|
-
create(base?:
|
|
3849
|
-
fromPartial(object:
|
|
3848
|
+
create(base?: DeepPartial_28<ContextActionList>): ContextActionList;
|
|
3849
|
+
fromPartial(object: DeepPartial_28<ContextActionList>): ContextActionList;
|
|
3850
3850
|
};
|
|
3851
3851
|
|
|
3852
3852
|
/** Filters for post actions */
|
|
@@ -3861,8 +3861,8 @@ declare const ContextActionPostFilters: {
|
|
|
3861
3861
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionPostFilters;
|
|
3862
3862
|
fromJSON(object: any): ContextActionPostFilters;
|
|
3863
3863
|
toJSON(message: ContextActionPostFilters): unknown;
|
|
3864
|
-
create(base?:
|
|
3865
|
-
fromPartial(object:
|
|
3864
|
+
create(base?: DeepPartial_28<ContextActionPostFilters>): ContextActionPostFilters;
|
|
3865
|
+
fromPartial(object: DeepPartial_28<ContextActionPostFilters>): ContextActionPostFilters;
|
|
3866
3866
|
};
|
|
3867
3867
|
|
|
3868
3868
|
declare interface ContextActionRequest {
|
|
@@ -3884,8 +3884,8 @@ declare const ContextActionRequest: {
|
|
|
3884
3884
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionRequest;
|
|
3885
3885
|
fromJSON(object: any): ContextActionRequest;
|
|
3886
3886
|
toJSON(message: ContextActionRequest): unknown;
|
|
3887
|
-
create(base?:
|
|
3888
|
-
fromPartial(object:
|
|
3887
|
+
create(base?: DeepPartial_28<ContextActionRequest>): ContextActionRequest;
|
|
3888
|
+
fromPartial(object: DeepPartial_28<ContextActionRequest>): ContextActionRequest;
|
|
3889
3889
|
};
|
|
3890
3890
|
|
|
3891
3891
|
declare interface ContextActionResponse {
|
|
@@ -3908,8 +3908,8 @@ declare const ContextActionResponse: {
|
|
|
3908
3908
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContextActionResponse;
|
|
3909
3909
|
fromJSON(object: any): ContextActionResponse;
|
|
3910
3910
|
toJSON(message: ContextActionResponse): unknown;
|
|
3911
|
-
create(base?:
|
|
3912
|
-
fromPartial(object:
|
|
3911
|
+
create(base?: DeepPartial_28<ContextActionResponse>): ContextActionResponse;
|
|
3912
|
+
fromPartial(object: DeepPartial_28<ContextActionResponse>): ContextActionResponse;
|
|
3913
3913
|
};
|
|
3914
3914
|
|
|
3915
3915
|
declare const ContextActionServiceName = "devvit.actor.reddit.ContextAction";
|
|
@@ -4753,8 +4753,8 @@ declare const CreateOrderEffect: {
|
|
|
4753
4753
|
decode(input: _m0.Reader | Uint8Array, length?: number): CreateOrderEffect;
|
|
4754
4754
|
fromJSON(object: any): CreateOrderEffect;
|
|
4755
4755
|
toJSON(message: CreateOrderEffect): unknown;
|
|
4756
|
-
create(base?:
|
|
4757
|
-
fromPartial(object:
|
|
4756
|
+
create(base?: DeepPartial_42<CreateOrderEffect>): CreateOrderEffect;
|
|
4757
|
+
fromPartial(object: DeepPartial_42<CreateOrderEffect>): CreateOrderEffect;
|
|
4758
4758
|
};
|
|
4759
4759
|
|
|
4760
4760
|
export declare type CreateRelationshipOptions = {
|
|
@@ -6974,8 +6974,8 @@ declare const CustomWidget_2: {
|
|
|
6974
6974
|
decode(input: _m0.Reader | Uint8Array, length?: number): CustomWidget_2;
|
|
6975
6975
|
fromJSON(object: any): CustomWidget_2;
|
|
6976
6976
|
toJSON(message: CustomWidget_2): unknown;
|
|
6977
|
-
create(base?:
|
|
6978
|
-
fromPartial(object:
|
|
6977
|
+
create(base?: DeepPartial_5<CustomWidget_2>): CustomWidget_2;
|
|
6978
|
+
fromPartial(object: DeepPartial_5<CustomWidget_2>): CustomWidget_2;
|
|
6979
6979
|
};
|
|
6980
6980
|
|
|
6981
6981
|
/** @deprecated Use JSONObject instead. */
|
|
@@ -7005,11 +7005,11 @@ declare type DeepPartial_14<T> = T extends Builtin_14 ? T : T extends globalThis
|
|
|
7005
7005
|
[K in keyof T]?: DeepPartial_14<T[K]>;
|
|
7006
7006
|
} : Partial<T>;
|
|
7007
7007
|
|
|
7008
|
-
declare type DeepPartial_15<T> = T extends Builtin_15 ? T : T extends Array<infer U> ? Array<DeepPartial_15<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial_15<U>> : T extends {} ? {
|
|
7008
|
+
declare type DeepPartial_15<T> = T extends Builtin_15 ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial_15<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial_15<U>> : T extends {} ? {
|
|
7009
7009
|
[K in keyof T]?: DeepPartial_15<T[K]>;
|
|
7010
7010
|
} : Partial<T>;
|
|
7011
7011
|
|
|
7012
|
-
declare type DeepPartial_16<T> = T extends Builtin_16 ? T : T extends
|
|
7012
|
+
declare type DeepPartial_16<T> = T extends Builtin_16 ? T : T extends Array<infer U> ? Array<DeepPartial_16<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial_16<U>> : T extends {} ? {
|
|
7013
7013
|
[K in keyof T]?: DeepPartial_16<T[K]>;
|
|
7014
7014
|
} : Partial<T>;
|
|
7015
7015
|
|
|
@@ -7333,8 +7333,8 @@ declare const DeleteFlairRequest: {
|
|
|
7333
7333
|
decode(input: _m0.Reader | Uint8Array, length?: number): DeleteFlairRequest;
|
|
7334
7334
|
fromJSON(object: any): DeleteFlairRequest;
|
|
7335
7335
|
toJSON(message: DeleteFlairRequest): unknown;
|
|
7336
|
-
create(base?:
|
|
7337
|
-
fromPartial(object:
|
|
7336
|
+
create(base?: DeepPartial_4<DeleteFlairRequest>): DeleteFlairRequest;
|
|
7337
|
+
fromPartial(object: DeepPartial_4<DeleteFlairRequest>): DeleteFlairRequest;
|
|
7338
7338
|
};
|
|
7339
7339
|
|
|
7340
7340
|
declare interface DeleteFlairTemplateRequest {
|
|
@@ -7349,8 +7349,8 @@ declare const DeleteFlairTemplateRequest: {
|
|
|
7349
7349
|
decode(input: _m0.Reader | Uint8Array, length?: number): DeleteFlairTemplateRequest;
|
|
7350
7350
|
fromJSON(object: any): DeleteFlairTemplateRequest;
|
|
7351
7351
|
toJSON(message: DeleteFlairTemplateRequest): unknown;
|
|
7352
|
-
create(base?:
|
|
7353
|
-
fromPartial(object:
|
|
7352
|
+
create(base?: DeepPartial_4<DeleteFlairTemplateRequest>): DeleteFlairTemplateRequest;
|
|
7353
|
+
fromPartial(object: DeepPartial_4<DeleteFlairTemplateRequest>): DeleteFlairTemplateRequest;
|
|
7354
7354
|
};
|
|
7355
7355
|
|
|
7356
7356
|
export declare type DeleteNotesOptions = Prettify<DeleteNotesRequest>;
|
|
@@ -7402,8 +7402,8 @@ declare const DeleteSrImgRequest: {
|
|
|
7402
7402
|
decode(input: _m0.Reader | Uint8Array, length?: number): DeleteSrImgRequest;
|
|
7403
7403
|
fromJSON(object: any): DeleteSrImgRequest;
|
|
7404
7404
|
toJSON(message: DeleteSrImgRequest): unknown;
|
|
7405
|
-
create(base?:
|
|
7406
|
-
fromPartial(object:
|
|
7405
|
+
create(base?: DeepPartial_12<DeleteSrImgRequest>): DeleteSrImgRequest;
|
|
7406
|
+
fromPartial(object: DeepPartial_12<DeleteSrImgRequest>): DeleteSrImgRequest;
|
|
7407
7407
|
};
|
|
7408
7408
|
|
|
7409
7409
|
declare interface DeleteWidgetRequest {
|
|
@@ -7417,8 +7417,8 @@ declare const DeleteWidgetRequest: {
|
|
|
7417
7417
|
decode(input: _m0.Reader | Uint8Array, length?: number): DeleteWidgetRequest;
|
|
7418
7418
|
fromJSON(object: any): DeleteWidgetRequest;
|
|
7419
7419
|
toJSON(message: DeleteWidgetRequest): unknown;
|
|
7420
|
-
create(base?:
|
|
7421
|
-
fromPartial(object:
|
|
7420
|
+
create(base?: DeepPartial_5<DeleteWidgetRequest>): DeleteWidgetRequest;
|
|
7421
|
+
fromPartial(object: DeepPartial_5<DeleteWidgetRequest>): DeleteWidgetRequest;
|
|
7422
7422
|
};
|
|
7423
7423
|
|
|
7424
7424
|
declare enum DeletionReason {
|
|
@@ -7463,8 +7463,8 @@ declare const DependencySpec: {
|
|
|
7463
7463
|
decode(input: _m0.Reader | Uint8Array, length?: number): DependencySpec;
|
|
7464
7464
|
fromJSON(object: any): DependencySpec;
|
|
7465
7465
|
toJSON(message: DependencySpec): unknown;
|
|
7466
|
-
create(base?:
|
|
7467
|
-
fromPartial(object:
|
|
7466
|
+
create(base?: DeepPartial_15<DependencySpec>): DependencySpec;
|
|
7467
|
+
fromPartial(object: DeepPartial_15<DependencySpec>): DependencySpec;
|
|
7468
7468
|
};
|
|
7469
7469
|
|
|
7470
7470
|
export declare class Devvit extends Actor {
|
|
@@ -8071,8 +8071,8 @@ declare const Duration: {
|
|
|
8071
8071
|
decode(input: _m0.Reader | Uint8Array, length?: number): Duration;
|
|
8072
8072
|
fromJSON(object: any): Duration;
|
|
8073
8073
|
toJSON(message: Duration): unknown;
|
|
8074
|
-
create(base?:
|
|
8075
|
-
fromPartial(object:
|
|
8074
|
+
create(base?: DeepPartial_40<Duration>): Duration;
|
|
8075
|
+
fromPartial(object: DeepPartial_40<Duration>): Duration;
|
|
8076
8076
|
};
|
|
8077
8077
|
|
|
8078
8078
|
export declare type EditCommentOptions = CommentSubmissionOptions;
|
|
@@ -8118,8 +8118,8 @@ declare const EditWikiPageRequest: {
|
|
|
8118
8118
|
decode(input: _m0.Reader | Uint8Array, length?: number): EditWikiPageRequest;
|
|
8119
8119
|
fromJSON(object: any): EditWikiPageRequest;
|
|
8120
8120
|
toJSON(message: EditWikiPageRequest): unknown;
|
|
8121
|
-
create(base?:
|
|
8122
|
-
fromPartial(object:
|
|
8121
|
+
create(base?: DeepPartial_10<EditWikiPageRequest>): EditWikiPageRequest;
|
|
8122
|
+
fromPartial(object: DeepPartial_10<EditWikiPageRequest>): EditWikiPageRequest;
|
|
8123
8123
|
};
|
|
8124
8124
|
|
|
8125
8125
|
declare interface Effect {
|
|
@@ -8142,8 +8142,8 @@ declare const Effect: {
|
|
|
8142
8142
|
decode(input: _m0.Reader | Uint8Array, length?: number): Effect;
|
|
8143
8143
|
fromJSON(object: any): Effect;
|
|
8144
8144
|
toJSON(message: Effect): unknown;
|
|
8145
|
-
create(base?:
|
|
8146
|
-
fromPartial(object:
|
|
8145
|
+
create(base?: DeepPartial_46<Effect>): Effect;
|
|
8146
|
+
fromPartial(object: DeepPartial_46<Effect>): Effect;
|
|
8147
8147
|
};
|
|
8148
8148
|
|
|
8149
8149
|
declare interface EffectEmitter {
|
|
@@ -8210,8 +8210,8 @@ declare const Empty: {
|
|
|
8210
8210
|
decode(input: _m0.Reader | Uint8Array, length?: number): Empty;
|
|
8211
8211
|
fromJSON(_: any): Empty;
|
|
8212
8212
|
toJSON(_: Empty): unknown;
|
|
8213
|
-
create(base?:
|
|
8214
|
-
fromPartial(_:
|
|
8213
|
+
create(base?: DeepPartial_27<Empty>): Empty;
|
|
8214
|
+
fromPartial(_: DeepPartial_27<Empty>): Empty;
|
|
8215
8215
|
};
|
|
8216
8216
|
|
|
8217
8217
|
/**
|
|
@@ -8277,8 +8277,8 @@ declare const FetchRequest: {
|
|
|
8277
8277
|
decode(input: _m0.Reader | Uint8Array, length?: number): FetchRequest;
|
|
8278
8278
|
fromJSON(object: any): FetchRequest;
|
|
8279
8279
|
toJSON(message: FetchRequest): unknown;
|
|
8280
|
-
create(base?:
|
|
8281
|
-
fromPartial(object:
|
|
8280
|
+
create(base?: DeepPartial_50<FetchRequest>): FetchRequest;
|
|
8281
|
+
fromPartial(object: DeepPartial_50<FetchRequest>): FetchRequest;
|
|
8282
8282
|
};
|
|
8283
8283
|
|
|
8284
8284
|
declare interface FetchResponse {
|
|
@@ -8296,8 +8296,8 @@ declare const FetchResponse: {
|
|
|
8296
8296
|
decode(input: _m0.Reader | Uint8Array, length?: number): FetchResponse;
|
|
8297
8297
|
fromJSON(object: any): FetchResponse;
|
|
8298
8298
|
toJSON(message: FetchResponse): unknown;
|
|
8299
|
-
create(base?:
|
|
8300
|
-
fromPartial(object:
|
|
8299
|
+
create(base?: DeepPartial_50<FetchResponse>): FetchResponse;
|
|
8300
|
+
fromPartial(object: DeepPartial_50<FetchResponse>): FetchResponse;
|
|
8301
8301
|
};
|
|
8302
8302
|
|
|
8303
8303
|
/** Per-type configuration options */
|
|
@@ -8317,8 +8317,8 @@ declare const FieldConfig: {
|
|
|
8317
8317
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig;
|
|
8318
8318
|
fromJSON(object: any): FieldConfig;
|
|
8319
8319
|
toJSON(message: FieldConfig): unknown;
|
|
8320
|
-
create(base?:
|
|
8321
|
-
fromPartial(object:
|
|
8320
|
+
create(base?: DeepPartial_11<FieldConfig>): FieldConfig;
|
|
8321
|
+
fromPartial(object: DeepPartial_11<FieldConfig>): FieldConfig;
|
|
8322
8322
|
};
|
|
8323
8323
|
|
|
8324
8324
|
declare interface FieldConfig_Boolean {
|
|
@@ -8330,8 +8330,8 @@ declare const FieldConfig_Boolean: {
|
|
|
8330
8330
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig_Boolean;
|
|
8331
8331
|
fromJSON(_: any): FieldConfig_Boolean;
|
|
8332
8332
|
toJSON(_: FieldConfig_Boolean): unknown;
|
|
8333
|
-
create(base?:
|
|
8334
|
-
fromPartial(_:
|
|
8333
|
+
create(base?: DeepPartial_11<FieldConfig_Boolean>): FieldConfig_Boolean;
|
|
8334
|
+
fromPartial(_: DeepPartial_11<FieldConfig_Boolean>): FieldConfig_Boolean;
|
|
8335
8335
|
};
|
|
8336
8336
|
|
|
8337
8337
|
declare interface FieldConfig_Group {
|
|
@@ -8345,8 +8345,8 @@ declare const FieldConfig_Group: {
|
|
|
8345
8345
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig_Group;
|
|
8346
8346
|
fromJSON(object: any): FieldConfig_Group;
|
|
8347
8347
|
toJSON(message: FieldConfig_Group): unknown;
|
|
8348
|
-
create(base?:
|
|
8349
|
-
fromPartial(object:
|
|
8348
|
+
create(base?: DeepPartial_11<FieldConfig_Group>): FieldConfig_Group;
|
|
8349
|
+
fromPartial(object: DeepPartial_11<FieldConfig_Group>): FieldConfig_Group;
|
|
8350
8350
|
};
|
|
8351
8351
|
|
|
8352
8352
|
declare interface FieldConfig_List {
|
|
@@ -8368,8 +8368,8 @@ declare const FieldConfig_List: {
|
|
|
8368
8368
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig_List;
|
|
8369
8369
|
fromJSON(object: any): FieldConfig_List;
|
|
8370
8370
|
toJSON(message: FieldConfig_List): unknown;
|
|
8371
|
-
create(base?:
|
|
8372
|
-
fromPartial(object:
|
|
8371
|
+
create(base?: DeepPartial_11<FieldConfig_List>): FieldConfig_List;
|
|
8372
|
+
fromPartial(object: DeepPartial_11<FieldConfig_List>): FieldConfig_List;
|
|
8373
8373
|
};
|
|
8374
8374
|
|
|
8375
8375
|
declare interface FieldConfig_Number {
|
|
@@ -8387,8 +8387,8 @@ declare const FieldConfig_Number: {
|
|
|
8387
8387
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig_Number;
|
|
8388
8388
|
fromJSON(object: any): FieldConfig_Number;
|
|
8389
8389
|
toJSON(message: FieldConfig_Number): unknown;
|
|
8390
|
-
create(base?:
|
|
8391
|
-
fromPartial(object:
|
|
8390
|
+
create(base?: DeepPartial_11<FieldConfig_Number>): FieldConfig_Number;
|
|
8391
|
+
fromPartial(object: DeepPartial_11<FieldConfig_Number>): FieldConfig_Number;
|
|
8392
8392
|
};
|
|
8393
8393
|
|
|
8394
8394
|
declare interface FieldConfig_Paragraph {
|
|
@@ -8406,8 +8406,8 @@ declare const FieldConfig_Paragraph: {
|
|
|
8406
8406
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig_Paragraph;
|
|
8407
8407
|
fromJSON(object: any): FieldConfig_Paragraph;
|
|
8408
8408
|
toJSON(message: FieldConfig_Paragraph): unknown;
|
|
8409
|
-
create(base?:
|
|
8410
|
-
fromPartial(object:
|
|
8409
|
+
create(base?: DeepPartial_11<FieldConfig_Paragraph>): FieldConfig_Paragraph;
|
|
8410
|
+
fromPartial(object: DeepPartial_11<FieldConfig_Paragraph>): FieldConfig_Paragraph;
|
|
8411
8411
|
};
|
|
8412
8412
|
|
|
8413
8413
|
declare interface FieldConfig_Selection {
|
|
@@ -8429,8 +8429,8 @@ declare const FieldConfig_Selection: {
|
|
|
8429
8429
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig_Selection;
|
|
8430
8430
|
fromJSON(object: any): FieldConfig_Selection;
|
|
8431
8431
|
toJSON(message: FieldConfig_Selection): unknown;
|
|
8432
|
-
create(base?:
|
|
8433
|
-
fromPartial(object:
|
|
8432
|
+
create(base?: DeepPartial_11<FieldConfig_Selection>): FieldConfig_Selection;
|
|
8433
|
+
fromPartial(object: DeepPartial_11<FieldConfig_Selection>): FieldConfig_Selection;
|
|
8434
8434
|
};
|
|
8435
8435
|
|
|
8436
8436
|
declare interface FieldConfig_Selection_Item {
|
|
@@ -8446,8 +8446,8 @@ declare const FieldConfig_Selection_Item: {
|
|
|
8446
8446
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig_Selection_Item;
|
|
8447
8447
|
fromJSON(object: any): FieldConfig_Selection_Item;
|
|
8448
8448
|
toJSON(message: FieldConfig_Selection_Item): unknown;
|
|
8449
|
-
create(base?:
|
|
8450
|
-
fromPartial(object:
|
|
8449
|
+
create(base?: DeepPartial_11<FieldConfig_Selection_Item>): FieldConfig_Selection_Item;
|
|
8450
|
+
fromPartial(object: DeepPartial_11<FieldConfig_Selection_Item>): FieldConfig_Selection_Item;
|
|
8451
8451
|
};
|
|
8452
8452
|
|
|
8453
8453
|
declare interface FieldConfig_String {
|
|
@@ -8465,8 +8465,8 @@ declare const FieldConfig_String: {
|
|
|
8465
8465
|
decode(input: _m0.Reader | Uint8Array, length?: number): FieldConfig_String;
|
|
8466
8466
|
fromJSON(object: any): FieldConfig_String;
|
|
8467
8467
|
toJSON(message: FieldConfig_String): unknown;
|
|
8468
|
-
create(base?:
|
|
8469
|
-
fromPartial(object:
|
|
8468
|
+
create(base?: DeepPartial_11<FieldConfig_String>): FieldConfig_String;
|
|
8469
|
+
fromPartial(object: DeepPartial_11<FieldConfig_String>): FieldConfig_String;
|
|
8470
8470
|
};
|
|
8471
8471
|
|
|
8472
8472
|
export declare class Flair {
|
|
@@ -8529,8 +8529,8 @@ declare const FlairArray: {
|
|
|
8529
8529
|
decode(input: _m0.Reader | Uint8Array, length?: number): FlairArray;
|
|
8530
8530
|
fromJSON(object: any): FlairArray;
|
|
8531
8531
|
toJSON(message: FlairArray): unknown;
|
|
8532
|
-
create(base?:
|
|
8533
|
-
fromPartial(object:
|
|
8532
|
+
create(base?: DeepPartial_4<FlairArray>): FlairArray;
|
|
8533
|
+
fromPartial(object: DeepPartial_4<FlairArray>): FlairArray;
|
|
8534
8534
|
};
|
|
8535
8535
|
|
|
8536
8536
|
export declare type FlairBackgroundColor = `#${string}` | 'transparent';
|
|
@@ -8578,8 +8578,8 @@ declare const FlairConfigRequest: {
|
|
|
8578
8578
|
decode(input: _m0.Reader | Uint8Array, length?: number): FlairConfigRequest;
|
|
8579
8579
|
fromJSON(object: any): FlairConfigRequest;
|
|
8580
8580
|
toJSON(message: FlairConfigRequest): unknown;
|
|
8581
|
-
create(base?:
|
|
8582
|
-
fromPartial(object:
|
|
8581
|
+
create(base?: DeepPartial_4<FlairConfigRequest>): FlairConfigRequest;
|
|
8582
|
+
fromPartial(object: DeepPartial_4<FlairConfigRequest>): FlairConfigRequest;
|
|
8583
8583
|
};
|
|
8584
8584
|
|
|
8585
8585
|
declare interface FlairCsvRequest {
|
|
@@ -8595,8 +8595,8 @@ declare const FlairCsvRequest: {
|
|
|
8595
8595
|
decode(input: _m0.Reader | Uint8Array, length?: number): FlairCsvRequest;
|
|
8596
8596
|
fromJSON(object: any): FlairCsvRequest;
|
|
8597
8597
|
toJSON(message: FlairCsvRequest): unknown;
|
|
8598
|
-
create(base?:
|
|
8599
|
-
fromPartial(object:
|
|
8598
|
+
create(base?: DeepPartial_4<FlairCsvRequest>): FlairCsvRequest;
|
|
8599
|
+
fromPartial(object: DeepPartial_4<FlairCsvRequest>): FlairCsvRequest;
|
|
8600
8600
|
};
|
|
8601
8601
|
|
|
8602
8602
|
declare interface FlairCsvResponse {
|
|
@@ -8609,8 +8609,8 @@ declare const FlairCsvResponse: {
|
|
|
8609
8609
|
decode(input: _m0.Reader | Uint8Array, length?: number): FlairCsvResponse;
|
|
8610
8610
|
fromJSON(object: any): FlairCsvResponse;
|
|
8611
8611
|
toJSON(message: FlairCsvResponse): unknown;
|
|
8612
|
-
create(base?:
|
|
8613
|
-
fromPartial(object:
|
|
8612
|
+
create(base?: DeepPartial_4<FlairCsvResponse>): FlairCsvResponse;
|
|
8613
|
+
fromPartial(object: DeepPartial_4<FlairCsvResponse>): FlairCsvResponse;
|
|
8614
8614
|
};
|
|
8615
8615
|
|
|
8616
8616
|
declare interface FlairCsvResult {
|
|
@@ -8626,8 +8626,8 @@ declare const FlairCsvResult: {
|
|
|
8626
8626
|
decode(input: _m0.Reader | Uint8Array, length?: number): FlairCsvResult;
|
|
8627
8627
|
fromJSON(object: any): FlairCsvResult;
|
|
8628
8628
|
toJSON(message: FlairCsvResult): unknown;
|
|
8629
|
-
create(base?:
|
|
8630
|
-
fromPartial(object:
|
|
8629
|
+
create(base?: DeepPartial_4<FlairCsvResult>): FlairCsvResult;
|
|
8630
|
+
fromPartial(object: DeepPartial_4<FlairCsvResult>): FlairCsvResult;
|
|
8631
8631
|
};
|
|
8632
8632
|
|
|
8633
8633
|
/**
|
|
@@ -8646,8 +8646,8 @@ declare const FlairCsvResultError: {
|
|
|
8646
8646
|
decode(input: _m0.Reader | Uint8Array, length?: number): FlairCsvResultError;
|
|
8647
8647
|
fromJSON(object: any): FlairCsvResultError;
|
|
8648
8648
|
toJSON(message: FlairCsvResultError): unknown;
|
|
8649
|
-
create(base?:
|
|
8650
|
-
fromPartial(object:
|
|
8649
|
+
create(base?: DeepPartial_4<FlairCsvResultError>): FlairCsvResultError;
|
|
8650
|
+
fromPartial(object: DeepPartial_4<FlairCsvResultError>): FlairCsvResultError;
|
|
8651
8651
|
};
|
|
8652
8652
|
|
|
8653
8653
|
declare interface FlairCsvResultWarning {
|
|
@@ -8660,8 +8660,8 @@ declare const FlairCsvResultWarning: {
|
|
|
8660
8660
|
decode(input: _m0.Reader | Uint8Array, length?: number): FlairCsvResultWarning;
|
|
8661
8661
|
fromJSON(object: any): FlairCsvResultWarning;
|
|
8662
8662
|
toJSON(message: FlairCsvResultWarning): unknown;
|
|
8663
|
-
create(base?:
|
|
8664
|
-
fromPartial(object:
|
|
8663
|
+
create(base?: DeepPartial_4<FlairCsvResultWarning>): FlairCsvResultWarning;
|
|
8664
|
+
fromPartial(object: DeepPartial_4<FlairCsvResultWarning>): FlairCsvResultWarning;
|
|
8665
8665
|
};
|
|
8666
8666
|
|
|
8667
8667
|
/** FLAIR - https://www.reddit.com/dev/api#section_flair */
|
|
@@ -9507,8 +9507,8 @@ declare const FlairListRequest: {
|
|
|
9507
9507
|
decode(input: _m0.Reader | Uint8Array, length?: number): FlairListRequest;
|
|
9508
9508
|
fromJSON(object: any): FlairListRequest;
|
|
9509
9509
|
toJSON(message: FlairListRequest): unknown;
|
|
9510
|
-
create(base?:
|
|
9511
|
-
fromPartial(object:
|
|
9510
|
+
create(base?: DeepPartial_4<FlairListRequest>): FlairListRequest;
|
|
9511
|
+
fromPartial(object: DeepPartial_4<FlairListRequest>): FlairListRequest;
|
|
9512
9512
|
};
|
|
9513
9513
|
|
|
9514
9514
|
declare interface FlairListResponse {
|
|
@@ -9523,8 +9523,8 @@ declare const FlairListResponse: {
|
|
|
9523
9523
|
decode(input: _m0.Reader | Uint8Array, length?: number): FlairListResponse;
|
|
9524
9524
|
fromJSON(object: any): FlairListResponse;
|
|
9525
9525
|
toJSON(message: FlairListResponse): unknown;
|
|
9526
|
-
create(base?:
|
|
9527
|
-
fromPartial(object:
|
|
9526
|
+
create(base?: DeepPartial_4<FlairListResponse>): FlairListResponse;
|
|
9527
|
+
fromPartial(object: DeepPartial_4<FlairListResponse>): FlairListResponse;
|
|
9528
9528
|
};
|
|
9529
9529
|
|
|
9530
9530
|
declare interface FlairObject {
|
|
@@ -9549,8 +9549,8 @@ declare const FlairObject: {
|
|
|
9549
9549
|
decode(input: _m0.Reader | Uint8Array, length?: number): FlairObject;
|
|
9550
9550
|
fromJSON(object: any): FlairObject;
|
|
9551
9551
|
toJSON(message: FlairObject): unknown;
|
|
9552
|
-
create(base?:
|
|
9553
|
-
fromPartial(object:
|
|
9552
|
+
create(base?: DeepPartial_4<FlairObject>): FlairObject;
|
|
9553
|
+
fromPartial(object: DeepPartial_4<FlairObject>): FlairObject;
|
|
9554
9554
|
};
|
|
9555
9555
|
|
|
9556
9556
|
/** RichText document for flair */
|
|
@@ -9571,8 +9571,8 @@ declare const FlairObject_FlairRichText: {
|
|
|
9571
9571
|
decode(input: _m0.Reader | Uint8Array, length?: number): FlairObject_FlairRichText;
|
|
9572
9572
|
fromJSON(object: any): FlairObject_FlairRichText;
|
|
9573
9573
|
toJSON(message: FlairObject_FlairRichText): unknown;
|
|
9574
|
-
create(base?:
|
|
9575
|
-
fromPartial(object:
|
|
9574
|
+
create(base?: DeepPartial_4<FlairObject_FlairRichText>): FlairObject_FlairRichText;
|
|
9575
|
+
fromPartial(object: DeepPartial_4<FlairObject_FlairRichText>): FlairObject_FlairRichText;
|
|
9576
9576
|
};
|
|
9577
9577
|
|
|
9578
9578
|
declare interface FlairRequest {
|
|
@@ -9594,8 +9594,8 @@ declare const FlairRequest: {
|
|
|
9594
9594
|
decode(input: _m0.Reader | Uint8Array, length?: number): FlairRequest;
|
|
9595
9595
|
fromJSON(object: any): FlairRequest;
|
|
9596
9596
|
toJSON(message: FlairRequest): unknown;
|
|
9597
|
-
create(base?:
|
|
9598
|
-
fromPartial(object:
|
|
9597
|
+
create(base?: DeepPartial_4<FlairRequest>): FlairRequest;
|
|
9598
|
+
fromPartial(object: DeepPartial_4<FlairRequest>): FlairRequest;
|
|
9599
9599
|
};
|
|
9600
9600
|
|
|
9601
9601
|
declare interface FlairSelectorRequest {
|
|
@@ -9615,8 +9615,8 @@ declare const FlairSelectorRequest: {
|
|
|
9615
9615
|
decode(input: _m0.Reader | Uint8Array, length?: number): FlairSelectorRequest;
|
|
9616
9616
|
fromJSON(object: any): FlairSelectorRequest;
|
|
9617
9617
|
toJSON(message: FlairSelectorRequest): unknown;
|
|
9618
|
-
create(base?:
|
|
9619
|
-
fromPartial(object:
|
|
9618
|
+
create(base?: DeepPartial_4<FlairSelectorRequest>): FlairSelectorRequest;
|
|
9619
|
+
fromPartial(object: DeepPartial_4<FlairSelectorRequest>): FlairSelectorRequest;
|
|
9620
9620
|
};
|
|
9621
9621
|
|
|
9622
9622
|
declare interface FlairSelectorResponse {
|
|
@@ -9630,8 +9630,8 @@ declare const FlairSelectorResponse: {
|
|
|
9630
9630
|
decode(input: _m0.Reader | Uint8Array, length?: number): FlairSelectorResponse;
|
|
9631
9631
|
fromJSON(object: any): FlairSelectorResponse;
|
|
9632
9632
|
toJSON(message: FlairSelectorResponse): unknown;
|
|
9633
|
-
create(base?:
|
|
9634
|
-
fromPartial(object:
|
|
9633
|
+
create(base?: DeepPartial_4<FlairSelectorResponse>): FlairSelectorResponse;
|
|
9634
|
+
fromPartial(object: DeepPartial_4<FlairSelectorResponse>): FlairSelectorResponse;
|
|
9635
9635
|
};
|
|
9636
9636
|
|
|
9637
9637
|
declare interface FlairSelectorResponseOption {
|
|
@@ -9648,8 +9648,8 @@ declare const FlairSelectorResponseOption: {
|
|
|
9648
9648
|
decode(input: _m0.Reader | Uint8Array, length?: number): FlairSelectorResponseOption;
|
|
9649
9649
|
fromJSON(object: any): FlairSelectorResponseOption;
|
|
9650
9650
|
toJSON(message: FlairSelectorResponseOption): unknown;
|
|
9651
|
-
create(base?:
|
|
9652
|
-
fromPartial(object:
|
|
9651
|
+
create(base?: DeepPartial_4<FlairSelectorResponseOption>): FlairSelectorResponseOption;
|
|
9652
|
+
fromPartial(object: DeepPartial_4<FlairSelectorResponseOption>): FlairSelectorResponseOption;
|
|
9653
9653
|
};
|
|
9654
9654
|
|
|
9655
9655
|
declare const FlairServiceName = "devvit.plugin.redditapi.flair.Flair";
|
|
@@ -9699,8 +9699,8 @@ declare const FlairTemplateOrderRequest: {
|
|
|
9699
9699
|
decode(input: _m0.Reader | Uint8Array, length?: number): FlairTemplateOrderRequest;
|
|
9700
9700
|
fromJSON(object: any): FlairTemplateOrderRequest;
|
|
9701
9701
|
toJSON(message: FlairTemplateOrderRequest): unknown;
|
|
9702
|
-
create(base?:
|
|
9703
|
-
fromPartial(object:
|
|
9702
|
+
create(base?: DeepPartial_4<FlairTemplateOrderRequest>): FlairTemplateOrderRequest;
|
|
9703
|
+
fromPartial(object: DeepPartial_4<FlairTemplateOrderRequest>): FlairTemplateOrderRequest;
|
|
9704
9704
|
};
|
|
9705
9705
|
|
|
9706
9706
|
declare interface FlairTemplateRequest {
|
|
@@ -9736,8 +9736,8 @@ declare const FlairTemplateRequest: {
|
|
|
9736
9736
|
decode(input: _m0.Reader | Uint8Array, length?: number): FlairTemplateRequest;
|
|
9737
9737
|
fromJSON(object: any): FlairTemplateRequest;
|
|
9738
9738
|
toJSON(message: FlairTemplateRequest): unknown;
|
|
9739
|
-
create(base?:
|
|
9740
|
-
fromPartial(object:
|
|
9739
|
+
create(base?: DeepPartial_4<FlairTemplateRequest>): FlairTemplateRequest;
|
|
9740
|
+
fromPartial(object: DeepPartial_4<FlairTemplateRequest>): FlairTemplateRequest;
|
|
9741
9741
|
};
|
|
9742
9742
|
|
|
9743
9743
|
export declare type FlairTextColor = 'light' | 'dark';
|
|
@@ -9800,8 +9800,8 @@ declare const Form_2: {
|
|
|
9800
9800
|
decode(input: _m0.Reader | Uint8Array, length?: number): Form_2;
|
|
9801
9801
|
fromJSON(object: any): Form_2;
|
|
9802
9802
|
toJSON(message: Form_2): unknown;
|
|
9803
|
-
create(base?:
|
|
9804
|
-
fromPartial(object:
|
|
9803
|
+
create(base?: DeepPartial_35<Form_2>): Form_2;
|
|
9804
|
+
fromPartial(object: DeepPartial_35<Form_2>): Form_2;
|
|
9805
9805
|
};
|
|
9806
9806
|
|
|
9807
9807
|
declare type FormatRange = [
|
|
@@ -9849,8 +9849,8 @@ declare const FormField_2: {
|
|
|
9849
9849
|
decode(input: _m0.Reader | Uint8Array, length?: number): FormField_2;
|
|
9850
9850
|
fromJSON(object: any): FormField_2;
|
|
9851
9851
|
toJSON(message: FormField_2): unknown;
|
|
9852
|
-
create(base?:
|
|
9853
|
-
fromPartial(object:
|
|
9852
|
+
create(base?: DeepPartial_11<FormField_2>): FormField_2;
|
|
9853
|
+
fromPartial(object: DeepPartial_11<FormField_2>): FormField_2;
|
|
9854
9854
|
};
|
|
9855
9855
|
|
|
9856
9856
|
/** A grouping of fields */
|
|
@@ -9946,8 +9946,8 @@ declare const FormFieldValue: {
|
|
|
9946
9946
|
decode(input: _m0.Reader | Uint8Array, length?: number): FormFieldValue;
|
|
9947
9947
|
fromJSON(object: any): FormFieldValue;
|
|
9948
9948
|
toJSON(message: FormFieldValue): unknown;
|
|
9949
|
-
create(base?:
|
|
9950
|
-
fromPartial(object:
|
|
9949
|
+
create(base?: DeepPartial_34<FormFieldValue>): FormFieldValue;
|
|
9950
|
+
fromPartial(object: DeepPartial_34<FormFieldValue>): FormFieldValue;
|
|
9951
9951
|
};
|
|
9952
9952
|
|
|
9953
9953
|
/** Group does not have a value */
|
|
@@ -9960,8 +9960,8 @@ declare const FormFieldValue_GroupValue: {
|
|
|
9960
9960
|
decode(input: _m0.Reader | Uint8Array, length?: number): FormFieldValue_GroupValue;
|
|
9961
9961
|
fromJSON(_: any): FormFieldValue_GroupValue;
|
|
9962
9962
|
toJSON(_: FormFieldValue_GroupValue): unknown;
|
|
9963
|
-
create(base?:
|
|
9964
|
-
fromPartial(_:
|
|
9963
|
+
create(base?: DeepPartial_34<FormFieldValue_GroupValue>): FormFieldValue_GroupValue;
|
|
9964
|
+
fromPartial(_: DeepPartial_34<FormFieldValue_GroupValue>): FormFieldValue_GroupValue;
|
|
9965
9965
|
};
|
|
9966
9966
|
|
|
9967
9967
|
declare interface FormFieldValue_ListValue {
|
|
@@ -9976,8 +9976,8 @@ declare const FormFieldValue_ListValue: {
|
|
|
9976
9976
|
decode(input: _m0.Reader | Uint8Array, length?: number): FormFieldValue_ListValue;
|
|
9977
9977
|
fromJSON(object: any): FormFieldValue_ListValue;
|
|
9978
9978
|
toJSON(message: FormFieldValue_ListValue): unknown;
|
|
9979
|
-
create(base?:
|
|
9980
|
-
fromPartial(object:
|
|
9979
|
+
create(base?: DeepPartial_34<FormFieldValue_ListValue>): FormFieldValue_ListValue;
|
|
9980
|
+
fromPartial(object: DeepPartial_34<FormFieldValue_ListValue>): FormFieldValue_ListValue;
|
|
9981
9981
|
};
|
|
9982
9982
|
|
|
9983
9983
|
declare interface FormFieldValue_SelectionValue {
|
|
@@ -9991,8 +9991,8 @@ declare const FormFieldValue_SelectionValue: {
|
|
|
9991
9991
|
decode(input: _m0.Reader | Uint8Array, length?: number): FormFieldValue_SelectionValue;
|
|
9992
9992
|
fromJSON(object: any): FormFieldValue_SelectionValue;
|
|
9993
9993
|
toJSON(message: FormFieldValue_SelectionValue): unknown;
|
|
9994
|
-
create(base?:
|
|
9995
|
-
fromPartial(object:
|
|
9994
|
+
create(base?: DeepPartial_34<FormFieldValue_SelectionValue>): FormFieldValue_SelectionValue;
|
|
9995
|
+
fromPartial(object: DeepPartial_34<FormFieldValue_SelectionValue>): FormFieldValue_SelectionValue;
|
|
9996
9996
|
};
|
|
9997
9997
|
|
|
9998
9998
|
/**
|
|
@@ -10043,8 +10043,8 @@ declare const FormResponse: {
|
|
|
10043
10043
|
decode(input: _m0.Reader | Uint8Array, length?: number): FormResponse;
|
|
10044
10044
|
fromJSON(object: any): FormResponse;
|
|
10045
10045
|
toJSON(message: FormResponse): unknown;
|
|
10046
|
-
create(base?:
|
|
10047
|
-
fromPartial(object:
|
|
10046
|
+
create(base?: DeepPartial_29<FormResponse>): FormResponse;
|
|
10047
|
+
fromPartial(object: DeepPartial_29<FormResponse>): FormResponse;
|
|
10048
10048
|
};
|
|
10049
10049
|
|
|
10050
10050
|
/** Form results */
|
|
@@ -10061,8 +10061,8 @@ declare const FormSubmittedEvent: {
|
|
|
10061
10061
|
decode(input: _m0.Reader | Uint8Array, length?: number): FormSubmittedEvent;
|
|
10062
10062
|
fromJSON(object: any): FormSubmittedEvent;
|
|
10063
10063
|
toJSON(message: FormSubmittedEvent): unknown;
|
|
10064
|
-
create(base?:
|
|
10065
|
-
fromPartial(object:
|
|
10064
|
+
create(base?: DeepPartial_36<FormSubmittedEvent>): FormSubmittedEvent;
|
|
10065
|
+
fromPartial(object: DeepPartial_36<FormSubmittedEvent>): FormSubmittedEvent;
|
|
10066
10066
|
};
|
|
10067
10067
|
|
|
10068
10068
|
export declare type FormToFormValues<T extends Form | FormFunction = Form | FormFunction> = FormFieldsToFormValues<(T extends FormFunction ? ReturnType<T> : T)['fields']>;
|
|
@@ -10212,8 +10212,8 @@ declare const FullSubredditObject: {
|
|
|
10212
10212
|
decode(input: _m0.Reader | Uint8Array, length?: number): FullSubredditObject;
|
|
10213
10213
|
fromJSON(object: any): FullSubredditObject;
|
|
10214
10214
|
toJSON(message: FullSubredditObject): unknown;
|
|
10215
|
-
create(base?:
|
|
10216
|
-
fromPartial(object:
|
|
10215
|
+
create(base?: DeepPartial_12<FullSubredditObject>): FullSubredditObject;
|
|
10216
|
+
fromPartial(object: DeepPartial_12<FullSubredditObject>): FullSubredditObject;
|
|
10217
10217
|
};
|
|
10218
10218
|
|
|
10219
10219
|
/** Responses */
|
|
@@ -10697,8 +10697,8 @@ declare const GetFieldsRequest: {
|
|
|
10697
10697
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetFieldsRequest;
|
|
10698
10698
|
fromJSON(object: any): GetFieldsRequest;
|
|
10699
10699
|
toJSON(message: GetFieldsRequest): unknown;
|
|
10700
|
-
create(base?:
|
|
10701
|
-
fromPartial(object:
|
|
10700
|
+
create(base?: DeepPartial_48<GetFieldsRequest>): GetFieldsRequest;
|
|
10701
|
+
fromPartial(object: DeepPartial_48<GetFieldsRequest>): GetFieldsRequest;
|
|
10702
10702
|
};
|
|
10703
10703
|
|
|
10704
10704
|
declare interface GetFieldsResponse {
|
|
@@ -10711,8 +10711,8 @@ declare const GetFieldsResponse: {
|
|
|
10711
10711
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetFieldsResponse;
|
|
10712
10712
|
fromJSON(object: any): GetFieldsResponse;
|
|
10713
10713
|
toJSON(message: GetFieldsResponse): unknown;
|
|
10714
|
-
create(base?:
|
|
10715
|
-
fromPartial(object:
|
|
10714
|
+
create(base?: DeepPartial_48<GetFieldsResponse>): GetFieldsResponse;
|
|
10715
|
+
fromPartial(object: DeepPartial_48<GetFieldsResponse>): GetFieldsResponse;
|
|
10716
10716
|
};
|
|
10717
10717
|
|
|
10718
10718
|
export declare type GetHotPostsOptions = GetPostsOptions & {
|
|
@@ -11149,8 +11149,8 @@ declare const GetWidgetImageUploadLeaseRequest: {
|
|
|
11149
11149
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWidgetImageUploadLeaseRequest;
|
|
11150
11150
|
fromJSON(object: any): GetWidgetImageUploadLeaseRequest;
|
|
11151
11151
|
toJSON(message: GetWidgetImageUploadLeaseRequest): unknown;
|
|
11152
|
-
create(base?:
|
|
11153
|
-
fromPartial(object:
|
|
11152
|
+
create(base?: DeepPartial_5<GetWidgetImageUploadLeaseRequest>): GetWidgetImageUploadLeaseRequest;
|
|
11153
|
+
fromPartial(object: DeepPartial_5<GetWidgetImageUploadLeaseRequest>): GetWidgetImageUploadLeaseRequest;
|
|
11154
11154
|
};
|
|
11155
11155
|
|
|
11156
11156
|
declare interface GetWidgetImageUploadLeaseResponse {
|
|
@@ -11164,8 +11164,8 @@ declare const GetWidgetImageUploadLeaseResponse: {
|
|
|
11164
11164
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWidgetImageUploadLeaseResponse;
|
|
11165
11165
|
fromJSON(object: any): GetWidgetImageUploadLeaseResponse;
|
|
11166
11166
|
toJSON(message: GetWidgetImageUploadLeaseResponse): unknown;
|
|
11167
|
-
create(base?:
|
|
11168
|
-
fromPartial(object:
|
|
11167
|
+
create(base?: DeepPartial_5<GetWidgetImageUploadLeaseResponse>): GetWidgetImageUploadLeaseResponse;
|
|
11168
|
+
fromPartial(object: DeepPartial_5<GetWidgetImageUploadLeaseResponse>): GetWidgetImageUploadLeaseResponse;
|
|
11169
11169
|
};
|
|
11170
11170
|
|
|
11171
11171
|
declare interface GetWidgetImageUploadLeaseResponse_S3UploadLease {
|
|
@@ -11179,8 +11179,8 @@ declare const GetWidgetImageUploadLeaseResponse_S3UploadLease: {
|
|
|
11179
11179
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWidgetImageUploadLeaseResponse_S3UploadLease;
|
|
11180
11180
|
fromJSON(object: any): GetWidgetImageUploadLeaseResponse_S3UploadLease;
|
|
11181
11181
|
toJSON(message: GetWidgetImageUploadLeaseResponse_S3UploadLease): unknown;
|
|
11182
|
-
create(base?:
|
|
11183
|
-
fromPartial(object:
|
|
11182
|
+
create(base?: DeepPartial_5<GetWidgetImageUploadLeaseResponse_S3UploadLease>): GetWidgetImageUploadLeaseResponse_S3UploadLease;
|
|
11183
|
+
fromPartial(object: DeepPartial_5<GetWidgetImageUploadLeaseResponse_S3UploadLease>): GetWidgetImageUploadLeaseResponse_S3UploadLease;
|
|
11184
11184
|
};
|
|
11185
11185
|
|
|
11186
11186
|
declare interface GetWidgetImageUploadLeaseResponse_S3UploadLease_NameValuePair {
|
|
@@ -11194,8 +11194,8 @@ declare const GetWidgetImageUploadLeaseResponse_S3UploadLease_NameValuePair: {
|
|
|
11194
11194
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWidgetImageUploadLeaseResponse_S3UploadLease_NameValuePair;
|
|
11195
11195
|
fromJSON(object: any): GetWidgetImageUploadLeaseResponse_S3UploadLease_NameValuePair;
|
|
11196
11196
|
toJSON(message: GetWidgetImageUploadLeaseResponse_S3UploadLease_NameValuePair): unknown;
|
|
11197
|
-
create(base?:
|
|
11198
|
-
fromPartial(object:
|
|
11197
|
+
create(base?: DeepPartial_5<GetWidgetImageUploadLeaseResponse_S3UploadLease_NameValuePair>): GetWidgetImageUploadLeaseResponse_S3UploadLease_NameValuePair;
|
|
11198
|
+
fromPartial(object: DeepPartial_5<GetWidgetImageUploadLeaseResponse_S3UploadLease_NameValuePair>): GetWidgetImageUploadLeaseResponse_S3UploadLease_NameValuePair;
|
|
11199
11199
|
};
|
|
11200
11200
|
|
|
11201
11201
|
declare interface GetWidgetsRequest {
|
|
@@ -11209,8 +11209,8 @@ declare const GetWidgetsRequest: {
|
|
|
11209
11209
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWidgetsRequest;
|
|
11210
11210
|
fromJSON(object: any): GetWidgetsRequest;
|
|
11211
11211
|
toJSON(message: GetWidgetsRequest): unknown;
|
|
11212
|
-
create(base?:
|
|
11213
|
-
fromPartial(object:
|
|
11212
|
+
create(base?: DeepPartial_5<GetWidgetsRequest>): GetWidgetsRequest;
|
|
11213
|
+
fromPartial(object: DeepPartial_5<GetWidgetsRequest>): GetWidgetsRequest;
|
|
11214
11214
|
};
|
|
11215
11215
|
|
|
11216
11216
|
declare interface GetWidgetsResponse {
|
|
@@ -11226,8 +11226,8 @@ declare const GetWidgetsResponse: {
|
|
|
11226
11226
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWidgetsResponse;
|
|
11227
11227
|
fromJSON(object: any): GetWidgetsResponse;
|
|
11228
11228
|
toJSON(message: GetWidgetsResponse): unknown;
|
|
11229
|
-
create(base?:
|
|
11230
|
-
fromPartial(object:
|
|
11229
|
+
create(base?: DeepPartial_5<GetWidgetsResponse>): GetWidgetsResponse;
|
|
11230
|
+
fromPartial(object: DeepPartial_5<GetWidgetsResponse>): GetWidgetsResponse;
|
|
11231
11231
|
};
|
|
11232
11232
|
|
|
11233
11233
|
declare interface GetWidgetsResponse_ItemsEntry {
|
|
@@ -11241,8 +11241,8 @@ declare const GetWidgetsResponse_ItemsEntry: {
|
|
|
11241
11241
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWidgetsResponse_ItemsEntry;
|
|
11242
11242
|
fromJSON(object: any): GetWidgetsResponse_ItemsEntry;
|
|
11243
11243
|
toJSON(message: GetWidgetsResponse_ItemsEntry): unknown;
|
|
11244
|
-
create(base?:
|
|
11245
|
-
fromPartial(object:
|
|
11244
|
+
create(base?: DeepPartial_5<GetWidgetsResponse_ItemsEntry>): GetWidgetsResponse_ItemsEntry;
|
|
11245
|
+
fromPartial(object: DeepPartial_5<GetWidgetsResponse_ItemsEntry>): GetWidgetsResponse_ItemsEntry;
|
|
11246
11246
|
};
|
|
11247
11247
|
|
|
11248
11248
|
declare interface GetWidgetsResponse_Layout {
|
|
@@ -11258,8 +11258,8 @@ declare const GetWidgetsResponse_Layout: {
|
|
|
11258
11258
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWidgetsResponse_Layout;
|
|
11259
11259
|
fromJSON(object: any): GetWidgetsResponse_Layout;
|
|
11260
11260
|
toJSON(message: GetWidgetsResponse_Layout): unknown;
|
|
11261
|
-
create(base?:
|
|
11262
|
-
fromPartial(object:
|
|
11261
|
+
create(base?: DeepPartial_5<GetWidgetsResponse_Layout>): GetWidgetsResponse_Layout;
|
|
11262
|
+
fromPartial(object: DeepPartial_5<GetWidgetsResponse_Layout>): GetWidgetsResponse_Layout;
|
|
11263
11263
|
};
|
|
11264
11264
|
|
|
11265
11265
|
declare interface GetWidgetsResponse_WidgetItem {
|
|
@@ -11298,8 +11298,8 @@ declare const GetWidgetsResponse_WidgetItem: {
|
|
|
11298
11298
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWidgetsResponse_WidgetItem;
|
|
11299
11299
|
fromJSON(object: any): GetWidgetsResponse_WidgetItem;
|
|
11300
11300
|
toJSON(message: GetWidgetsResponse_WidgetItem): unknown;
|
|
11301
|
-
create(base?:
|
|
11302
|
-
fromPartial(object:
|
|
11301
|
+
create(base?: DeepPartial_5<GetWidgetsResponse_WidgetItem>): GetWidgetsResponse_WidgetItem;
|
|
11302
|
+
fromPartial(object: DeepPartial_5<GetWidgetsResponse_WidgetItem>): GetWidgetsResponse_WidgetItem;
|
|
11303
11303
|
};
|
|
11304
11304
|
|
|
11305
11305
|
declare interface GetWidgetsResponse_WidgetItem_Data {
|
|
@@ -11325,8 +11325,8 @@ declare const GetWidgetsResponse_WidgetItem_Data: {
|
|
|
11325
11325
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWidgetsResponse_WidgetItem_Data;
|
|
11326
11326
|
fromJSON(object: any): GetWidgetsResponse_WidgetItem_Data;
|
|
11327
11327
|
toJSON(message: GetWidgetsResponse_WidgetItem_Data): unknown;
|
|
11328
|
-
create(base?:
|
|
11329
|
-
fromPartial(object:
|
|
11328
|
+
create(base?: DeepPartial_5<GetWidgetsResponse_WidgetItem_Data>): GetWidgetsResponse_WidgetItem_Data;
|
|
11329
|
+
fromPartial(object: DeepPartial_5<GetWidgetsResponse_WidgetItem_Data>): GetWidgetsResponse_WidgetItem_Data;
|
|
11330
11330
|
};
|
|
11331
11331
|
|
|
11332
11332
|
declare interface GetWidgetsResponse_WidgetItem_Moderator {
|
|
@@ -11344,8 +11344,8 @@ declare const GetWidgetsResponse_WidgetItem_Moderator: {
|
|
|
11344
11344
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWidgetsResponse_WidgetItem_Moderator;
|
|
11345
11345
|
fromJSON(object: any): GetWidgetsResponse_WidgetItem_Moderator;
|
|
11346
11346
|
toJSON(message: GetWidgetsResponse_WidgetItem_Moderator): unknown;
|
|
11347
|
-
create(base?:
|
|
11348
|
-
fromPartial(object:
|
|
11347
|
+
create(base?: DeepPartial_5<GetWidgetsResponse_WidgetItem_Moderator>): GetWidgetsResponse_WidgetItem_Moderator;
|
|
11348
|
+
fromPartial(object: DeepPartial_5<GetWidgetsResponse_WidgetItem_Moderator>): GetWidgetsResponse_WidgetItem_Moderator;
|
|
11349
11349
|
};
|
|
11350
11350
|
|
|
11351
11351
|
declare interface GetWidgetsResponse_WidgetItem_PostFlairTemplate {
|
|
@@ -11363,8 +11363,8 @@ declare const GetWidgetsResponse_WidgetItem_PostFlairTemplate: {
|
|
|
11363
11363
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWidgetsResponse_WidgetItem_PostFlairTemplate;
|
|
11364
11364
|
fromJSON(object: any): GetWidgetsResponse_WidgetItem_PostFlairTemplate;
|
|
11365
11365
|
toJSON(message: GetWidgetsResponse_WidgetItem_PostFlairTemplate): unknown;
|
|
11366
|
-
create(base?:
|
|
11367
|
-
fromPartial(object:
|
|
11366
|
+
create(base?: DeepPartial_5<GetWidgetsResponse_WidgetItem_PostFlairTemplate>): GetWidgetsResponse_WidgetItem_PostFlairTemplate;
|
|
11367
|
+
fromPartial(object: DeepPartial_5<GetWidgetsResponse_WidgetItem_PostFlairTemplate>): GetWidgetsResponse_WidgetItem_PostFlairTemplate;
|
|
11368
11368
|
};
|
|
11369
11369
|
|
|
11370
11370
|
declare interface GetWidgetsResponse_WidgetItem_TemplatesEntry {
|
|
@@ -11378,8 +11378,8 @@ declare const GetWidgetsResponse_WidgetItem_TemplatesEntry: {
|
|
|
11378
11378
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWidgetsResponse_WidgetItem_TemplatesEntry;
|
|
11379
11379
|
fromJSON(object: any): GetWidgetsResponse_WidgetItem_TemplatesEntry;
|
|
11380
11380
|
toJSON(message: GetWidgetsResponse_WidgetItem_TemplatesEntry): unknown;
|
|
11381
|
-
create(base?:
|
|
11382
|
-
fromPartial(object:
|
|
11381
|
+
create(base?: DeepPartial_5<GetWidgetsResponse_WidgetItem_TemplatesEntry>): GetWidgetsResponse_WidgetItem_TemplatesEntry;
|
|
11382
|
+
fromPartial(object: DeepPartial_5<GetWidgetsResponse_WidgetItem_TemplatesEntry>): GetWidgetsResponse_WidgetItem_TemplatesEntry;
|
|
11383
11383
|
};
|
|
11384
11384
|
|
|
11385
11385
|
declare interface GetWidgetsResponse_WidgetOrdering {
|
|
@@ -11392,8 +11392,8 @@ declare const GetWidgetsResponse_WidgetOrdering: {
|
|
|
11392
11392
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWidgetsResponse_WidgetOrdering;
|
|
11393
11393
|
fromJSON(object: any): GetWidgetsResponse_WidgetOrdering;
|
|
11394
11394
|
toJSON(message: GetWidgetsResponse_WidgetOrdering): unknown;
|
|
11395
|
-
create(base?:
|
|
11396
|
-
fromPartial(object:
|
|
11395
|
+
create(base?: DeepPartial_5<GetWidgetsResponse_WidgetOrdering>): GetWidgetsResponse_WidgetOrdering;
|
|
11396
|
+
fromPartial(object: DeepPartial_5<GetWidgetsResponse_WidgetOrdering>): GetWidgetsResponse_WidgetOrdering;
|
|
11397
11397
|
};
|
|
11398
11398
|
|
|
11399
11399
|
declare interface GetWikiPageRequest {
|
|
@@ -11409,8 +11409,8 @@ declare const GetWikiPageRequest: {
|
|
|
11409
11409
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWikiPageRequest;
|
|
11410
11410
|
fromJSON(object: any): GetWikiPageRequest;
|
|
11411
11411
|
toJSON(message: GetWikiPageRequest): unknown;
|
|
11412
|
-
create(base?:
|
|
11413
|
-
fromPartial(object:
|
|
11412
|
+
create(base?: DeepPartial_10<GetWikiPageRequest>): GetWikiPageRequest;
|
|
11413
|
+
fromPartial(object: DeepPartial_10<GetWikiPageRequest>): GetWikiPageRequest;
|
|
11414
11414
|
};
|
|
11415
11415
|
|
|
11416
11416
|
declare interface GetWikiPageResponse {
|
|
@@ -11426,8 +11426,8 @@ declare const GetWikiPageResponse: {
|
|
|
11426
11426
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWikiPageResponse;
|
|
11427
11427
|
fromJSON(object: any): GetWikiPageResponse;
|
|
11428
11428
|
toJSON(message: GetWikiPageResponse): unknown;
|
|
11429
|
-
create(base?:
|
|
11430
|
-
fromPartial(object:
|
|
11429
|
+
create(base?: DeepPartial_10<GetWikiPageResponse>): GetWikiPageResponse;
|
|
11430
|
+
fromPartial(object: DeepPartial_10<GetWikiPageResponse>): GetWikiPageResponse;
|
|
11431
11431
|
};
|
|
11432
11432
|
|
|
11433
11433
|
declare interface GetWikiPageRevisionsRequest {
|
|
@@ -11466,8 +11466,8 @@ declare const GetWikiPageRevisionsRequest: {
|
|
|
11466
11466
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWikiPageRevisionsRequest;
|
|
11467
11467
|
fromJSON(object: any): GetWikiPageRevisionsRequest;
|
|
11468
11468
|
toJSON(message: GetWikiPageRevisionsRequest): unknown;
|
|
11469
|
-
create(base?:
|
|
11470
|
-
fromPartial(object:
|
|
11469
|
+
create(base?: DeepPartial_10<GetWikiPageRevisionsRequest>): GetWikiPageRevisionsRequest;
|
|
11470
|
+
fromPartial(object: DeepPartial_10<GetWikiPageRevisionsRequest>): GetWikiPageRevisionsRequest;
|
|
11471
11471
|
};
|
|
11472
11472
|
|
|
11473
11473
|
declare interface GetWikiPageSettingsRequest {
|
|
@@ -11483,8 +11483,8 @@ declare const GetWikiPageSettingsRequest: {
|
|
|
11483
11483
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWikiPageSettingsRequest;
|
|
11484
11484
|
fromJSON(object: any): GetWikiPageSettingsRequest;
|
|
11485
11485
|
toJSON(message: GetWikiPageSettingsRequest): unknown;
|
|
11486
|
-
create(base?:
|
|
11487
|
-
fromPartial(object:
|
|
11486
|
+
create(base?: DeepPartial_10<GetWikiPageSettingsRequest>): GetWikiPageSettingsRequest;
|
|
11487
|
+
fromPartial(object: DeepPartial_10<GetWikiPageSettingsRequest>): GetWikiPageSettingsRequest;
|
|
11488
11488
|
};
|
|
11489
11489
|
|
|
11490
11490
|
declare interface GetWikiPagesRequest {
|
|
@@ -11498,8 +11498,8 @@ declare const GetWikiPagesRequest: {
|
|
|
11498
11498
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWikiPagesRequest;
|
|
11499
11499
|
fromJSON(object: any): GetWikiPagesRequest;
|
|
11500
11500
|
toJSON(message: GetWikiPagesRequest): unknown;
|
|
11501
|
-
create(base?:
|
|
11502
|
-
fromPartial(object:
|
|
11501
|
+
create(base?: DeepPartial_10<GetWikiPagesRequest>): GetWikiPagesRequest;
|
|
11502
|
+
fromPartial(object: DeepPartial_10<GetWikiPagesRequest>): GetWikiPagesRequest;
|
|
11503
11503
|
};
|
|
11504
11504
|
|
|
11505
11505
|
declare interface GetWikiPagesResponse {
|
|
@@ -11515,8 +11515,8 @@ declare const GetWikiPagesResponse: {
|
|
|
11515
11515
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWikiPagesResponse;
|
|
11516
11516
|
fromJSON(object: any): GetWikiPagesResponse;
|
|
11517
11517
|
toJSON(message: GetWikiPagesResponse): unknown;
|
|
11518
|
-
create(base?:
|
|
11519
|
-
fromPartial(object:
|
|
11518
|
+
create(base?: DeepPartial_10<GetWikiPagesResponse>): GetWikiPagesResponse;
|
|
11519
|
+
fromPartial(object: DeepPartial_10<GetWikiPagesResponse>): GetWikiPagesResponse;
|
|
11520
11520
|
};
|
|
11521
11521
|
|
|
11522
11522
|
declare interface GetWikiRevisionsRequest {
|
|
@@ -11553,8 +11553,8 @@ declare const GetWikiRevisionsRequest: {
|
|
|
11553
11553
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetWikiRevisionsRequest;
|
|
11554
11554
|
fromJSON(object: any): GetWikiRevisionsRequest;
|
|
11555
11555
|
toJSON(message: GetWikiRevisionsRequest): unknown;
|
|
11556
|
-
create(base?:
|
|
11557
|
-
fromPartial(object:
|
|
11556
|
+
create(base?: DeepPartial_10<GetWikiRevisionsRequest>): GetWikiRevisionsRequest;
|
|
11557
|
+
fromPartial(object: DeepPartial_10<GetWikiRevisionsRequest>): GetWikiRevisionsRequest;
|
|
11558
11558
|
};
|
|
11559
11559
|
|
|
11560
11560
|
declare interface Gildings {
|
|
@@ -11569,8 +11569,8 @@ declare const Gildings: {
|
|
|
11569
11569
|
decode(input: _m0.Reader | Uint8Array, length?: number): Gildings;
|
|
11570
11570
|
fromJSON(object: any): Gildings;
|
|
11571
11571
|
toJSON(message: Gildings): unknown;
|
|
11572
|
-
create(base?:
|
|
11573
|
-
fromPartial(object:
|
|
11572
|
+
create(base?: DeepPartial_6<Gildings>): Gildings;
|
|
11573
|
+
fromPartial(object: DeepPartial_6<Gildings>): Gildings;
|
|
11574
11574
|
};
|
|
11575
11575
|
|
|
11576
11576
|
declare interface GraphQL {
|
|
@@ -11732,8 +11732,8 @@ declare const HandlerResult: {
|
|
|
11732
11732
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
11733
11733
|
fromJSON(_: any): HandlerResult;
|
|
11734
11734
|
toJSON(_: HandlerResult): unknown;
|
|
11735
|
-
create(base?:
|
|
11736
|
-
fromPartial(_:
|
|
11735
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
11736
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
11737
11737
|
};
|
|
11738
11738
|
|
|
11739
11739
|
/** @deprecated */
|
|
@@ -11854,8 +11854,8 @@ declare const HelloDefinition: {
|
|
|
11854
11854
|
decode(input: _m0.Reader | Uint8Array, length?: number): PingMessage;
|
|
11855
11855
|
fromJSON(object: any): PingMessage;
|
|
11856
11856
|
toJSON(message: PingMessage): unknown;
|
|
11857
|
-
create(base?:
|
|
11858
|
-
fromPartial(object:
|
|
11857
|
+
create(base?: DeepPartial_26<PingMessage>): PingMessage;
|
|
11858
|
+
fromPartial(object: DeepPartial_26<PingMessage>): PingMessage;
|
|
11859
11859
|
};
|
|
11860
11860
|
readonly requestStream: false;
|
|
11861
11861
|
readonly responseType: {
|
|
@@ -11864,8 +11864,8 @@ declare const HelloDefinition: {
|
|
|
11864
11864
|
decode(input: _m0.Reader | Uint8Array, length?: number): PingMessage;
|
|
11865
11865
|
fromJSON(object: any): PingMessage;
|
|
11866
11866
|
toJSON(message: PingMessage): unknown;
|
|
11867
|
-
create(base?:
|
|
11868
|
-
fromPartial(object:
|
|
11867
|
+
create(base?: DeepPartial_26<PingMessage>): PingMessage;
|
|
11868
|
+
fromPartial(object: DeepPartial_26<PingMessage>): PingMessage;
|
|
11869
11869
|
};
|
|
11870
11870
|
readonly responseStream: false;
|
|
11871
11871
|
readonly options: {};
|
|
@@ -11908,8 +11908,8 @@ declare const HideWikiPageRevisionRequest: {
|
|
|
11908
11908
|
decode(input: _m0.Reader | Uint8Array, length?: number): HideWikiPageRevisionRequest;
|
|
11909
11909
|
fromJSON(object: any): HideWikiPageRevisionRequest;
|
|
11910
11910
|
toJSON(message: HideWikiPageRevisionRequest): unknown;
|
|
11911
|
-
create(base?:
|
|
11912
|
-
fromPartial(object:
|
|
11911
|
+
create(base?: DeepPartial_10<HideWikiPageRevisionRequest>): HideWikiPageRevisionRequest;
|
|
11912
|
+
fromPartial(object: DeepPartial_10<HideWikiPageRevisionRequest>): HideWikiPageRevisionRequest;
|
|
11913
11913
|
};
|
|
11914
11914
|
|
|
11915
11915
|
declare interface HideWikiPageRevisionResponse {
|
|
@@ -11923,8 +11923,8 @@ declare const HideWikiPageRevisionResponse: {
|
|
|
11923
11923
|
decode(input: _m0.Reader | Uint8Array, length?: number): HideWikiPageRevisionResponse;
|
|
11924
11924
|
fromJSON(object: any): HideWikiPageRevisionResponse;
|
|
11925
11925
|
toJSON(message: HideWikiPageRevisionResponse): unknown;
|
|
11926
|
-
create(base?:
|
|
11927
|
-
fromPartial(object:
|
|
11926
|
+
create(base?: DeepPartial_10<HideWikiPageRevisionResponse>): HideWikiPageRevisionResponse;
|
|
11927
|
+
fromPartial(object: DeepPartial_10<HideWikiPageRevisionResponse>): HideWikiPageRevisionResponse;
|
|
11928
11928
|
};
|
|
11929
11929
|
|
|
11930
11930
|
declare interface HighlightConversationResponse {
|
|
@@ -12097,8 +12097,8 @@ declare const HTTPDefinition: {
|
|
|
12097
12097
|
decode(input: _m0.Reader | Uint8Array, length?: number): FetchRequest;
|
|
12098
12098
|
fromJSON(object: any): FetchRequest;
|
|
12099
12099
|
toJSON(message: FetchRequest): unknown;
|
|
12100
|
-
create(base?:
|
|
12101
|
-
fromPartial(object:
|
|
12100
|
+
create(base?: DeepPartial_50<FetchRequest>): FetchRequest;
|
|
12101
|
+
fromPartial(object: DeepPartial_50<FetchRequest>): FetchRequest;
|
|
12102
12102
|
};
|
|
12103
12103
|
readonly requestStream: false;
|
|
12104
12104
|
readonly responseType: {
|
|
@@ -12107,8 +12107,8 @@ declare const HTTPDefinition: {
|
|
|
12107
12107
|
decode(input: _m0.Reader | Uint8Array, length?: number): FetchResponse;
|
|
12108
12108
|
fromJSON(object: any): FetchResponse;
|
|
12109
12109
|
toJSON(message: FetchResponse): unknown;
|
|
12110
|
-
create(base?:
|
|
12111
|
-
fromPartial(object:
|
|
12110
|
+
create(base?: DeepPartial_50<FetchResponse>): FetchResponse;
|
|
12111
|
+
fromPartial(object: DeepPartial_50<FetchResponse>): FetchResponse;
|
|
12112
12112
|
};
|
|
12113
12113
|
readonly responseStream: false;
|
|
12114
12114
|
readonly options: {};
|
|
@@ -12181,8 +12181,8 @@ declare const ImageWidget_2: {
|
|
|
12181
12181
|
decode(input: _m0.Reader | Uint8Array, length?: number): ImageWidget_2;
|
|
12182
12182
|
fromJSON(object: any): ImageWidget_2;
|
|
12183
12183
|
toJSON(message: ImageWidget_2): unknown;
|
|
12184
|
-
create(base?:
|
|
12185
|
-
fromPartial(object:
|
|
12184
|
+
create(base?: DeepPartial_5<ImageWidget_2>): ImageWidget_2;
|
|
12185
|
+
fromPartial(object: DeepPartial_5<ImageWidget_2>): ImageWidget_2;
|
|
12186
12186
|
};
|
|
12187
12187
|
|
|
12188
12188
|
declare interface IncrByRequest {
|
|
@@ -12784,8 +12784,8 @@ declare const IntervalDetails: {
|
|
|
12784
12784
|
decode(input: _m0.Reader | Uint8Array, length?: number): IntervalDetails;
|
|
12785
12785
|
fromJSON(object: any): IntervalDetails;
|
|
12786
12786
|
toJSON(message: IntervalDetails): unknown;
|
|
12787
|
-
create(base?:
|
|
12788
|
-
fromPartial(object:
|
|
12787
|
+
create(base?: DeepPartial_41<IntervalDetails>): IntervalDetails;
|
|
12788
|
+
fromPartial(object: DeepPartial_41<IntervalDetails>): IntervalDetails;
|
|
12789
12789
|
};
|
|
12790
12790
|
|
|
12791
12791
|
declare type InviteModeratorOptions = {
|
|
@@ -12817,8 +12817,8 @@ declare const JsonRedditObjects: {
|
|
|
12817
12817
|
decode(input: _m0.Reader | Uint8Array, length?: number): JsonRedditObjects;
|
|
12818
12818
|
fromJSON(object: any): JsonRedditObjects;
|
|
12819
12819
|
toJSON(message: JsonRedditObjects): unknown;
|
|
12820
|
-
create(base?:
|
|
12821
|
-
fromPartial(object:
|
|
12820
|
+
create(base?: DeepPartial_9<JsonRedditObjects>): JsonRedditObjects;
|
|
12821
|
+
fromPartial(object: DeepPartial_9<JsonRedditObjects>): JsonRedditObjects;
|
|
12822
12822
|
};
|
|
12823
12823
|
|
|
12824
12824
|
declare interface JsonRedditObjects_JsonType {
|
|
@@ -12832,8 +12832,8 @@ declare const JsonRedditObjects_JsonType: {
|
|
|
12832
12832
|
decode(input: _m0.Reader | Uint8Array, length?: number): JsonRedditObjects_JsonType;
|
|
12833
12833
|
fromJSON(object: any): JsonRedditObjects_JsonType;
|
|
12834
12834
|
toJSON(message: JsonRedditObjects_JsonType): unknown;
|
|
12835
|
-
create(base?:
|
|
12836
|
-
fromPartial(object:
|
|
12835
|
+
create(base?: DeepPartial_9<JsonRedditObjects_JsonType>): JsonRedditObjects_JsonType;
|
|
12836
|
+
fromPartial(object: DeepPartial_9<JsonRedditObjects_JsonType>): JsonRedditObjects_JsonType;
|
|
12837
12837
|
};
|
|
12838
12838
|
|
|
12839
12839
|
declare interface JsonRedditObjects_JsonType_JsonData {
|
|
@@ -12846,8 +12846,8 @@ declare const JsonRedditObjects_JsonType_JsonData: {
|
|
|
12846
12846
|
decode(input: _m0.Reader | Uint8Array, length?: number): JsonRedditObjects_JsonType_JsonData;
|
|
12847
12847
|
fromJSON(object: any): JsonRedditObjects_JsonType_JsonData;
|
|
12848
12848
|
toJSON(message: JsonRedditObjects_JsonType_JsonData): unknown;
|
|
12849
|
-
create(base?:
|
|
12850
|
-
fromPartial(object:
|
|
12849
|
+
create(base?: DeepPartial_9<JsonRedditObjects_JsonType_JsonData>): JsonRedditObjects_JsonType_JsonData;
|
|
12850
|
+
fromPartial(object: DeepPartial_9<JsonRedditObjects_JsonType_JsonData>): JsonRedditObjects_JsonType_JsonData;
|
|
12851
12851
|
};
|
|
12852
12852
|
|
|
12853
12853
|
declare interface JsonStatus {
|
|
@@ -12860,8 +12860,8 @@ declare const JsonStatus: {
|
|
|
12860
12860
|
decode(input: _m0.Reader | Uint8Array, length?: number): JsonStatus;
|
|
12861
12861
|
fromJSON(object: any): JsonStatus;
|
|
12862
12862
|
toJSON(message: JsonStatus): unknown;
|
|
12863
|
-
create(base?:
|
|
12864
|
-
fromPartial(object:
|
|
12863
|
+
create(base?: DeepPartial_9<JsonStatus>): JsonStatus;
|
|
12864
|
+
fromPartial(object: DeepPartial_9<JsonStatus>): JsonStatus;
|
|
12865
12865
|
};
|
|
12866
12866
|
|
|
12867
12867
|
declare interface JsonStatus_JsonErrorType {
|
|
@@ -12874,8 +12874,8 @@ declare const JsonStatus_JsonErrorType: {
|
|
|
12874
12874
|
decode(input: _m0.Reader | Uint8Array, length?: number): JsonStatus_JsonErrorType;
|
|
12875
12875
|
fromJSON(object: any): JsonStatus_JsonErrorType;
|
|
12876
12876
|
toJSON(message: JsonStatus_JsonErrorType): unknown;
|
|
12877
|
-
create(base?:
|
|
12878
|
-
fromPartial(object:
|
|
12877
|
+
create(base?: DeepPartial_9<JsonStatus_JsonErrorType>): JsonStatus_JsonErrorType;
|
|
12878
|
+
fromPartial(object: DeepPartial_9<JsonStatus_JsonErrorType>): JsonStatus_JsonErrorType;
|
|
12879
12879
|
};
|
|
12880
12880
|
|
|
12881
12881
|
/**
|
|
@@ -12996,8 +12996,8 @@ declare const KeySet: {
|
|
|
12996
12996
|
decode(input: _m0.Reader | Uint8Array, length?: number): KeySet;
|
|
12997
12997
|
fromJSON(object: any): KeySet;
|
|
12998
12998
|
toJSON(message: KeySet): unknown;
|
|
12999
|
-
create(base?:
|
|
13000
|
-
fromPartial(object:
|
|
12999
|
+
create(base?: DeepPartial_51<KeySet>): KeySet;
|
|
13000
|
+
fromPartial(object: DeepPartial_51<KeySet>): KeySet;
|
|
13001
13001
|
};
|
|
13002
13002
|
|
|
13003
13003
|
declare interface KeysRequest {
|
|
@@ -13088,8 +13088,8 @@ declare const KVStoreDefinition: {
|
|
|
13088
13088
|
decode(input: _m0.Reader | Uint8Array, length?: number): MessageSet;
|
|
13089
13089
|
fromJSON(object: any): MessageSet;
|
|
13090
13090
|
toJSON(message: MessageSet): unknown;
|
|
13091
|
-
create(base?:
|
|
13092
|
-
fromPartial(object:
|
|
13091
|
+
create(base?: DeepPartial_51<MessageSet>): MessageSet;
|
|
13092
|
+
fromPartial(object: DeepPartial_51<MessageSet>): MessageSet;
|
|
13093
13093
|
};
|
|
13094
13094
|
readonly requestStream: false;
|
|
13095
13095
|
readonly responseType: {
|
|
@@ -13112,8 +13112,8 @@ declare const KVStoreDefinition: {
|
|
|
13112
13112
|
decode(input: _m0.Reader | Uint8Array, length?: number): KeySet;
|
|
13113
13113
|
fromJSON(object: any): KeySet;
|
|
13114
13114
|
toJSON(message: KeySet): unknown;
|
|
13115
|
-
create(base?:
|
|
13116
|
-
fromPartial(object:
|
|
13115
|
+
create(base?: DeepPartial_51<KeySet>): KeySet;
|
|
13116
|
+
fromPartial(object: DeepPartial_51<KeySet>): KeySet;
|
|
13117
13117
|
};
|
|
13118
13118
|
readonly requestStream: false;
|
|
13119
13119
|
readonly responseType: {
|
|
@@ -13122,8 +13122,8 @@ declare const KVStoreDefinition: {
|
|
|
13122
13122
|
decode(input: _m0.Reader | Uint8Array, length?: number): MessageSet;
|
|
13123
13123
|
fromJSON(object: any): MessageSet;
|
|
13124
13124
|
toJSON(message: MessageSet): unknown;
|
|
13125
|
-
create(base?:
|
|
13126
|
-
fromPartial(object:
|
|
13125
|
+
create(base?: DeepPartial_51<MessageSet>): MessageSet;
|
|
13126
|
+
fromPartial(object: DeepPartial_51<MessageSet>): MessageSet;
|
|
13127
13127
|
};
|
|
13128
13128
|
readonly responseStream: false;
|
|
13129
13129
|
readonly options: {};
|
|
@@ -13136,8 +13136,8 @@ declare const KVStoreDefinition: {
|
|
|
13136
13136
|
decode(input: _m0.Reader | Uint8Array, length?: number): KeySet;
|
|
13137
13137
|
fromJSON(object: any): KeySet;
|
|
13138
13138
|
toJSON(message: KeySet): unknown;
|
|
13139
|
-
create(base?:
|
|
13140
|
-
fromPartial(object:
|
|
13139
|
+
create(base?: DeepPartial_51<KeySet>): KeySet;
|
|
13140
|
+
fromPartial(object: DeepPartial_51<KeySet>): KeySet;
|
|
13141
13141
|
};
|
|
13142
13142
|
readonly requestStream: false;
|
|
13143
13143
|
readonly responseType: {
|
|
@@ -13160,8 +13160,8 @@ declare const KVStoreDefinition: {
|
|
|
13160
13160
|
decode(input: _m0.Reader | Uint8Array, length?: number): ListFilter;
|
|
13161
13161
|
fromJSON(object: any): ListFilter;
|
|
13162
13162
|
toJSON(message: ListFilter): unknown;
|
|
13163
|
-
create(base?:
|
|
13164
|
-
fromPartial(object:
|
|
13163
|
+
create(base?: DeepPartial_51<ListFilter>): ListFilter;
|
|
13164
|
+
fromPartial(object: DeepPartial_51<ListFilter>): ListFilter;
|
|
13165
13165
|
};
|
|
13166
13166
|
readonly requestStream: false;
|
|
13167
13167
|
readonly responseType: {
|
|
@@ -13170,8 +13170,8 @@ declare const KVStoreDefinition: {
|
|
|
13170
13170
|
decode(input: _m0.Reader | Uint8Array, length?: number): KeySet;
|
|
13171
13171
|
fromJSON(object: any): KeySet;
|
|
13172
13172
|
toJSON(message: KeySet): unknown;
|
|
13173
|
-
create(base?:
|
|
13174
|
-
fromPartial(object:
|
|
13173
|
+
create(base?: DeepPartial_51<KeySet>): KeySet;
|
|
13174
|
+
fromPartial(object: DeepPartial_51<KeySet>): KeySet;
|
|
13175
13175
|
};
|
|
13176
13176
|
readonly responseStream: false;
|
|
13177
13177
|
readonly options: {};
|
|
@@ -13284,8 +13284,8 @@ declare const LinkedBundle: {
|
|
|
13284
13284
|
decode(input: _m0.Reader | Uint8Array, length?: number): LinkedBundle;
|
|
13285
13285
|
fromJSON(object: any): LinkedBundle;
|
|
13286
13286
|
toJSON(message: LinkedBundle): unknown;
|
|
13287
|
-
create(base?:
|
|
13288
|
-
fromPartial(object:
|
|
13287
|
+
create(base?: DeepPartial_15<LinkedBundle>): LinkedBundle;
|
|
13288
|
+
fromPartial(object: DeepPartial_15<LinkedBundle>): LinkedBundle;
|
|
13289
13289
|
};
|
|
13290
13290
|
|
|
13291
13291
|
export declare type LinkFlair = {
|
|
@@ -13348,8 +13348,8 @@ declare const LinkFlairRequest: {
|
|
|
13348
13348
|
decode(input: _m0.Reader | Uint8Array, length?: number): LinkFlairRequest;
|
|
13349
13349
|
fromJSON(object: any): LinkFlairRequest;
|
|
13350
13350
|
toJSON(message: LinkFlairRequest): unknown;
|
|
13351
|
-
create(base?:
|
|
13352
|
-
fromPartial(object:
|
|
13351
|
+
create(base?: DeepPartial_4<LinkFlairRequest>): LinkFlairRequest;
|
|
13352
|
+
fromPartial(object: DeepPartial_4<LinkFlairRequest>): LinkFlairRequest;
|
|
13353
13353
|
};
|
|
13354
13354
|
|
|
13355
13355
|
declare interface LinkFlairV2 {
|
|
@@ -13366,8 +13366,8 @@ declare const LinkFlairV2: {
|
|
|
13366
13366
|
decode(input: _m0.Reader | Uint8Array, length?: number): LinkFlairV2;
|
|
13367
13367
|
fromJSON(object: any): LinkFlairV2;
|
|
13368
13368
|
toJSON(message: LinkFlairV2): unknown;
|
|
13369
|
-
create(base?:
|
|
13370
|
-
fromPartial(object:
|
|
13369
|
+
create(base?: DeepPartial_19<LinkFlairV2>): LinkFlairV2;
|
|
13370
|
+
fromPartial(object: DeepPartial_19<LinkFlairV2>): LinkFlairV2;
|
|
13371
13371
|
};
|
|
13372
13372
|
|
|
13373
13373
|
/**
|
|
@@ -16466,8 +16466,8 @@ declare const ListFilter: {
|
|
|
16466
16466
|
decode(input: _m0.Reader | Uint8Array, length?: number): ListFilter;
|
|
16467
16467
|
fromJSON(object: any): ListFilter;
|
|
16468
16468
|
toJSON(message: ListFilter): unknown;
|
|
16469
|
-
create(base?:
|
|
16470
|
-
fromPartial(object:
|
|
16469
|
+
create(base?: DeepPartial_51<ListFilter>): ListFilter;
|
|
16470
|
+
fromPartial(object: DeepPartial_51<ListFilter>): ListFilter;
|
|
16471
16471
|
};
|
|
16472
16472
|
|
|
16473
16473
|
export declare interface Listing<T> {
|
|
@@ -16500,8 +16500,8 @@ declare const Listing_2: {
|
|
|
16500
16500
|
decode(input: _m0.Reader | Uint8Array, length?: number): Listing_2;
|
|
16501
16501
|
fromJSON(object: any): Listing_2;
|
|
16502
16502
|
toJSON(message: Listing_2): unknown;
|
|
16503
|
-
create(base?:
|
|
16504
|
-
fromPartial(object:
|
|
16503
|
+
create(base?: DeepPartial_9<Listing_2>): Listing_2;
|
|
16504
|
+
fromPartial(object: DeepPartial_9<Listing_2>): Listing_2;
|
|
16505
16505
|
};
|
|
16506
16506
|
|
|
16507
16507
|
declare interface Listing_ListingData {
|
|
@@ -16531,8 +16531,8 @@ declare const Listing_ListingData: {
|
|
|
16531
16531
|
decode(input: _m0.Reader | Uint8Array, length?: number): Listing_ListingData;
|
|
16532
16532
|
fromJSON(object: any): Listing_ListingData;
|
|
16533
16533
|
toJSON(message: Listing_ListingData): unknown;
|
|
16534
|
-
create(base?:
|
|
16535
|
-
fromPartial(object:
|
|
16534
|
+
create(base?: DeepPartial_9<Listing_ListingData>): Listing_ListingData;
|
|
16535
|
+
fromPartial(object: DeepPartial_9<Listing_ListingData>): Listing_ListingData;
|
|
16536
16536
|
};
|
|
16537
16537
|
|
|
16538
16538
|
export declare type ListingFetchOptions = {
|
|
@@ -19733,8 +19733,8 @@ declare const LocationFilter: {
|
|
|
19733
19733
|
decode(input: _m0.Reader | Uint8Array, length?: number): LocationFilter;
|
|
19734
19734
|
fromJSON(object: any): LocationFilter;
|
|
19735
19735
|
toJSON(message: LocationFilter): unknown;
|
|
19736
|
-
create(base?:
|
|
19737
|
-
fromPartial(object:
|
|
19736
|
+
create(base?: DeepPartial_15<LocationFilter>): LocationFilter;
|
|
19737
|
+
fromPartial(object: DeepPartial_15<LocationFilter>): LocationFilter;
|
|
19738
19738
|
};
|
|
19739
19739
|
|
|
19740
19740
|
declare interface LogErrorMessage {
|
|
@@ -19760,8 +19760,8 @@ declare const LogErrorMessage: {
|
|
|
19760
19760
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogErrorMessage;
|
|
19761
19761
|
fromJSON(object: any): LogErrorMessage;
|
|
19762
19762
|
toJSON(message: LogErrorMessage): unknown;
|
|
19763
|
-
create(base?:
|
|
19764
|
-
fromPartial(object:
|
|
19763
|
+
create(base?: DeepPartial_52<LogErrorMessage>): LogErrorMessage;
|
|
19764
|
+
fromPartial(object: DeepPartial_52<LogErrorMessage>): LogErrorMessage;
|
|
19765
19765
|
};
|
|
19766
19766
|
|
|
19767
19767
|
declare interface LogErrorResponse {
|
|
@@ -19773,8 +19773,8 @@ declare const LogErrorResponse: {
|
|
|
19773
19773
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogErrorResponse;
|
|
19774
19774
|
fromJSON(_: any): LogErrorResponse;
|
|
19775
19775
|
toJSON(_: LogErrorResponse): unknown;
|
|
19776
|
-
create(base?:
|
|
19777
|
-
fromPartial(_:
|
|
19776
|
+
create(base?: DeepPartial_52<LogErrorResponse>): LogErrorResponse;
|
|
19777
|
+
fromPartial(_: DeepPartial_52<LogErrorResponse>): LogErrorResponse;
|
|
19778
19778
|
};
|
|
19779
19779
|
|
|
19780
19780
|
/**
|
|
@@ -19822,8 +19822,8 @@ declare const LogEventMessage: {
|
|
|
19822
19822
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogEventMessage;
|
|
19823
19823
|
fromJSON(object: any): LogEventMessage;
|
|
19824
19824
|
toJSON(message: LogEventMessage): unknown;
|
|
19825
|
-
create(base?:
|
|
19826
|
-
fromPartial(object:
|
|
19825
|
+
create(base?: DeepPartial_52<LogEventMessage>): LogEventMessage;
|
|
19826
|
+
fromPartial(object: DeepPartial_52<LogEventMessage>): LogEventMessage;
|
|
19827
19827
|
};
|
|
19828
19828
|
|
|
19829
19829
|
declare interface LogEventMessage_DataEntry {
|
|
@@ -19837,8 +19837,8 @@ declare const LogEventMessage_DataEntry: {
|
|
|
19837
19837
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogEventMessage_DataEntry;
|
|
19838
19838
|
fromJSON(object: any): LogEventMessage_DataEntry;
|
|
19839
19839
|
toJSON(message: LogEventMessage_DataEntry): unknown;
|
|
19840
|
-
create(base?:
|
|
19841
|
-
fromPartial(object:
|
|
19840
|
+
create(base?: DeepPartial_52<LogEventMessage_DataEntry>): LogEventMessage_DataEntry;
|
|
19841
|
+
fromPartial(object: DeepPartial_52<LogEventMessage_DataEntry>): LogEventMessage_DataEntry;
|
|
19842
19842
|
};
|
|
19843
19843
|
|
|
19844
19844
|
declare interface LogEventMessage_LabelsEntry {
|
|
@@ -19852,8 +19852,8 @@ declare const LogEventMessage_LabelsEntry: {
|
|
|
19852
19852
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogEventMessage_LabelsEntry;
|
|
19853
19853
|
fromJSON(object: any): LogEventMessage_LabelsEntry;
|
|
19854
19854
|
toJSON(message: LogEventMessage_LabelsEntry): unknown;
|
|
19855
|
-
create(base?:
|
|
19856
|
-
fromPartial(object:
|
|
19855
|
+
create(base?: DeepPartial_52<LogEventMessage_LabelsEntry>): LogEventMessage_LabelsEntry;
|
|
19856
|
+
fromPartial(object: DeepPartial_52<LogEventMessage_LabelsEntry>): LogEventMessage_LabelsEntry;
|
|
19857
19857
|
};
|
|
19858
19858
|
|
|
19859
19859
|
declare interface LogEventResponse {
|
|
@@ -19865,8 +19865,8 @@ declare const LogEventResponse: {
|
|
|
19865
19865
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogEventResponse;
|
|
19866
19866
|
fromJSON(_: any): LogEventResponse;
|
|
19867
19867
|
toJSON(_: LogEventResponse): unknown;
|
|
19868
|
-
create(base?:
|
|
19869
|
-
fromPartial(_:
|
|
19868
|
+
create(base?: DeepPartial_52<LogEventResponse>): LogEventResponse;
|
|
19869
|
+
fromPartial(_: DeepPartial_52<LogEventResponse>): LogEventResponse;
|
|
19870
19870
|
};
|
|
19871
19871
|
|
|
19872
19872
|
declare interface Logger {
|
|
@@ -19913,8 +19913,8 @@ declare const LoggerDefinition: {
|
|
|
19913
19913
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogErrorMessage;
|
|
19914
19914
|
fromJSON(object: any): LogErrorMessage;
|
|
19915
19915
|
toJSON(message: LogErrorMessage): unknown;
|
|
19916
|
-
create(base?:
|
|
19917
|
-
fromPartial(object:
|
|
19916
|
+
create(base?: DeepPartial_52<LogErrorMessage>): LogErrorMessage;
|
|
19917
|
+
fromPartial(object: DeepPartial_52<LogErrorMessage>): LogErrorMessage;
|
|
19918
19918
|
};
|
|
19919
19919
|
readonly requestStream: false;
|
|
19920
19920
|
readonly responseType: {
|
|
@@ -19923,8 +19923,8 @@ declare const LoggerDefinition: {
|
|
|
19923
19923
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogErrorResponse;
|
|
19924
19924
|
fromJSON(_: any): LogErrorResponse;
|
|
19925
19925
|
toJSON(_: LogErrorResponse): unknown;
|
|
19926
|
-
create(base?:
|
|
19927
|
-
fromPartial(_:
|
|
19926
|
+
create(base?: DeepPartial_52<LogErrorResponse>): LogErrorResponse;
|
|
19927
|
+
fromPartial(_: DeepPartial_52<LogErrorResponse>): LogErrorResponse;
|
|
19928
19928
|
};
|
|
19929
19929
|
readonly responseStream: false;
|
|
19930
19930
|
readonly options: {};
|
|
@@ -19942,8 +19942,8 @@ declare const LoggerDefinition: {
|
|
|
19942
19942
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogEventMessage;
|
|
19943
19943
|
fromJSON(object: any): LogEventMessage;
|
|
19944
19944
|
toJSON(message: LogEventMessage): unknown;
|
|
19945
|
-
create(base?:
|
|
19946
|
-
fromPartial(object:
|
|
19945
|
+
create(base?: DeepPartial_52<LogEventMessage>): LogEventMessage;
|
|
19946
|
+
fromPartial(object: DeepPartial_52<LogEventMessage>): LogEventMessage;
|
|
19947
19947
|
};
|
|
19948
19948
|
readonly requestStream: false;
|
|
19949
19949
|
readonly responseType: {
|
|
@@ -19952,8 +19952,8 @@ declare const LoggerDefinition: {
|
|
|
19952
19952
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogEventResponse;
|
|
19953
19953
|
fromJSON(_: any): LogEventResponse;
|
|
19954
19954
|
toJSON(_: LogEventResponse): unknown;
|
|
19955
|
-
create(base?:
|
|
19956
|
-
fromPartial(_:
|
|
19955
|
+
create(base?: DeepPartial_52<LogEventResponse>): LogEventResponse;
|
|
19956
|
+
fromPartial(_: DeepPartial_52<LogEventResponse>): LogEventResponse;
|
|
19957
19957
|
};
|
|
19958
19958
|
readonly responseStream: false;
|
|
19959
19959
|
readonly options: {};
|
|
@@ -19966,8 +19966,8 @@ declare const LoggerDefinition: {
|
|
|
19966
19966
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogMessage;
|
|
19967
19967
|
fromJSON(object: any): LogMessage;
|
|
19968
19968
|
toJSON(message: LogMessage): unknown;
|
|
19969
|
-
create(base?:
|
|
19970
|
-
fromPartial(object:
|
|
19969
|
+
create(base?: DeepPartial_52<LogMessage>): LogMessage;
|
|
19970
|
+
fromPartial(object: DeepPartial_52<LogMessage>): LogMessage;
|
|
19971
19971
|
};
|
|
19972
19972
|
readonly requestStream: false;
|
|
19973
19973
|
readonly responseType: {
|
|
@@ -19976,8 +19976,8 @@ declare const LoggerDefinition: {
|
|
|
19976
19976
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogResponse;
|
|
19977
19977
|
fromJSON(_: any): LogResponse;
|
|
19978
19978
|
toJSON(_: LogResponse): unknown;
|
|
19979
|
-
create(base?:
|
|
19980
|
-
fromPartial(_:
|
|
19979
|
+
create(base?: DeepPartial_52<LogResponse>): LogResponse;
|
|
19980
|
+
fromPartial(_: DeepPartial_52<LogResponse>): LogResponse;
|
|
19981
19981
|
};
|
|
19982
19982
|
readonly responseStream: false;
|
|
19983
19983
|
readonly options: {};
|
|
@@ -19990,8 +19990,8 @@ declare const LoggerDefinition: {
|
|
|
19990
19990
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogMessages;
|
|
19991
19991
|
fromJSON(object: any): LogMessages;
|
|
19992
19992
|
toJSON(message: LogMessages): unknown;
|
|
19993
|
-
create(base?:
|
|
19994
|
-
fromPartial(object:
|
|
19993
|
+
create(base?: DeepPartial_52<LogMessages>): LogMessages;
|
|
19994
|
+
fromPartial(object: DeepPartial_52<LogMessages>): LogMessages;
|
|
19995
19995
|
};
|
|
19996
19996
|
readonly requestStream: false;
|
|
19997
19997
|
readonly responseType: {
|
|
@@ -20000,8 +20000,8 @@ declare const LoggerDefinition: {
|
|
|
20000
20000
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogResponse;
|
|
20001
20001
|
fromJSON(_: any): LogResponse;
|
|
20002
20002
|
toJSON(_: LogResponse): unknown;
|
|
20003
|
-
create(base?:
|
|
20004
|
-
fromPartial(_:
|
|
20003
|
+
create(base?: DeepPartial_52<LogResponse>): LogResponse;
|
|
20004
|
+
fromPartial(_: DeepPartial_52<LogResponse>): LogResponse;
|
|
20005
20005
|
};
|
|
20006
20006
|
readonly responseStream: false;
|
|
20007
20007
|
readonly options: {};
|
|
@@ -20018,8 +20018,8 @@ declare const LoggerDefinition: {
|
|
|
20018
20018
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogMessage;
|
|
20019
20019
|
fromJSON(object: any): LogMessage;
|
|
20020
20020
|
toJSON(message: LogMessage): unknown;
|
|
20021
|
-
create(base?:
|
|
20022
|
-
fromPartial(object:
|
|
20021
|
+
create(base?: DeepPartial_52<LogMessage>): LogMessage;
|
|
20022
|
+
fromPartial(object: DeepPartial_52<LogMessage>): LogMessage;
|
|
20023
20023
|
};
|
|
20024
20024
|
readonly requestStream: true;
|
|
20025
20025
|
readonly responseType: {
|
|
@@ -20028,8 +20028,8 @@ declare const LoggerDefinition: {
|
|
|
20028
20028
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogResponse;
|
|
20029
20029
|
fromJSON(_: any): LogResponse;
|
|
20030
20030
|
toJSON(_: LogResponse): unknown;
|
|
20031
|
-
create(base?:
|
|
20032
|
-
fromPartial(_:
|
|
20031
|
+
create(base?: DeepPartial_52<LogResponse>): LogResponse;
|
|
20032
|
+
fromPartial(_: DeepPartial_52<LogResponse>): LogResponse;
|
|
20033
20033
|
};
|
|
20034
20034
|
readonly responseStream: false;
|
|
20035
20035
|
readonly options: {};
|
|
@@ -20062,8 +20062,8 @@ declare const LogMessage: {
|
|
|
20062
20062
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogMessage;
|
|
20063
20063
|
fromJSON(object: any): LogMessage;
|
|
20064
20064
|
toJSON(message: LogMessage): unknown;
|
|
20065
|
-
create(base?:
|
|
20066
|
-
fromPartial(object:
|
|
20065
|
+
create(base?: DeepPartial_52<LogMessage>): LogMessage;
|
|
20066
|
+
fromPartial(object: DeepPartial_52<LogMessage>): LogMessage;
|
|
20067
20067
|
};
|
|
20068
20068
|
|
|
20069
20069
|
declare interface LogMessages {
|
|
@@ -20076,8 +20076,8 @@ declare const LogMessages: {
|
|
|
20076
20076
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogMessages;
|
|
20077
20077
|
fromJSON(object: any): LogMessages;
|
|
20078
20078
|
toJSON(message: LogMessages): unknown;
|
|
20079
|
-
create(base?:
|
|
20080
|
-
fromPartial(object:
|
|
20079
|
+
create(base?: DeepPartial_52<LogMessages>): LogMessages;
|
|
20080
|
+
fromPartial(object: DeepPartial_52<LogMessages>): LogMessages;
|
|
20081
20081
|
};
|
|
20082
20082
|
|
|
20083
20083
|
declare interface LogResponse {
|
|
@@ -20089,8 +20089,8 @@ declare const LogResponse: {
|
|
|
20089
20089
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogResponse;
|
|
20090
20090
|
fromJSON(_: any): LogResponse;
|
|
20091
20091
|
toJSON(_: LogResponse): unknown;
|
|
20092
|
-
create(base?:
|
|
20093
|
-
fromPartial(_:
|
|
20092
|
+
create(base?: DeepPartial_52<LogResponse>): LogResponse;
|
|
20093
|
+
fromPartial(_: DeepPartial_52<LogResponse>): LogResponse;
|
|
20094
20094
|
};
|
|
20095
20095
|
|
|
20096
20096
|
export declare type MediaAsset = {
|
|
@@ -20115,8 +20115,8 @@ declare const MediaEmbed: {
|
|
|
20115
20115
|
decode(input: _m0.Reader | Uint8Array, length?: number): MediaEmbed;
|
|
20116
20116
|
fromJSON(object: any): MediaEmbed;
|
|
20117
20117
|
toJSON(message: MediaEmbed): unknown;
|
|
20118
|
-
create(base?:
|
|
20119
|
-
fromPartial(object:
|
|
20118
|
+
create(base?: DeepPartial_6<MediaEmbed>): MediaEmbed;
|
|
20119
|
+
fromPartial(object: DeepPartial_6<MediaEmbed>): MediaEmbed;
|
|
20120
20120
|
};
|
|
20121
20121
|
|
|
20122
20122
|
declare interface MediaObject {
|
|
@@ -20131,8 +20131,8 @@ declare const MediaObject: {
|
|
|
20131
20131
|
decode(input: _m0.Reader | Uint8Array, length?: number): MediaObject;
|
|
20132
20132
|
fromJSON(object: any): MediaObject;
|
|
20133
20133
|
toJSON(message: MediaObject): unknown;
|
|
20134
|
-
create(base?:
|
|
20135
|
-
fromPartial(object:
|
|
20134
|
+
create(base?: DeepPartial_23<MediaObject>): MediaObject;
|
|
20135
|
+
fromPartial(object: DeepPartial_23<MediaObject>): MediaObject;
|
|
20136
20136
|
};
|
|
20137
20137
|
|
|
20138
20138
|
declare type MediaOptions = {
|
|
@@ -20200,8 +20200,8 @@ declare const MediaServiceDefinition: {
|
|
|
20200
20200
|
decode(input: _m0.Reader | Uint8Array, length?: number): MediaUploadRequest;
|
|
20201
20201
|
fromJSON(object: any): MediaUploadRequest;
|
|
20202
20202
|
toJSON(message: MediaUploadRequest): unknown;
|
|
20203
|
-
create(base?:
|
|
20204
|
-
fromPartial(object:
|
|
20203
|
+
create(base?: DeepPartial_53<MediaUploadRequest>): MediaUploadRequest;
|
|
20204
|
+
fromPartial(object: DeepPartial_53<MediaUploadRequest>): MediaUploadRequest;
|
|
20205
20205
|
};
|
|
20206
20206
|
readonly requestStream: false;
|
|
20207
20207
|
readonly responseType: {
|
|
@@ -20210,8 +20210,8 @@ declare const MediaServiceDefinition: {
|
|
|
20210
20210
|
decode(input: _m0.Reader | Uint8Array, length?: number): MediaUploadResponse;
|
|
20211
20211
|
fromJSON(object: any): MediaUploadResponse;
|
|
20212
20212
|
toJSON(message: MediaUploadResponse): unknown;
|
|
20213
|
-
create(base?:
|
|
20214
|
-
fromPartial(object:
|
|
20213
|
+
create(base?: DeepPartial_53<MediaUploadResponse>): MediaUploadResponse;
|
|
20214
|
+
fromPartial(object: DeepPartial_53<MediaUploadResponse>): MediaUploadResponse;
|
|
20215
20215
|
};
|
|
20216
20216
|
readonly responseStream: false;
|
|
20217
20217
|
readonly options: {};
|
|
@@ -20232,8 +20232,8 @@ declare const MediaUploadRequest: {
|
|
|
20232
20232
|
decode(input: _m0.Reader | Uint8Array, length?: number): MediaUploadRequest;
|
|
20233
20233
|
fromJSON(object: any): MediaUploadRequest;
|
|
20234
20234
|
toJSON(message: MediaUploadRequest): unknown;
|
|
20235
|
-
create(base?:
|
|
20236
|
-
fromPartial(object:
|
|
20235
|
+
create(base?: DeepPartial_53<MediaUploadRequest>): MediaUploadRequest;
|
|
20236
|
+
fromPartial(object: DeepPartial_53<MediaUploadRequest>): MediaUploadRequest;
|
|
20237
20237
|
};
|
|
20238
20238
|
|
|
20239
20239
|
declare interface MediaUploadResponse {
|
|
@@ -20247,8 +20247,8 @@ declare const MediaUploadResponse: {
|
|
|
20247
20247
|
decode(input: _m0.Reader | Uint8Array, length?: number): MediaUploadResponse;
|
|
20248
20248
|
fromJSON(object: any): MediaUploadResponse;
|
|
20249
20249
|
toJSON(message: MediaUploadResponse): unknown;
|
|
20250
|
-
create(base?:
|
|
20251
|
-
fromPartial(object:
|
|
20250
|
+
create(base?: DeepPartial_53<MediaUploadResponse>): MediaUploadResponse;
|
|
20251
|
+
fromPartial(object: DeepPartial_53<MediaUploadResponse>): MediaUploadResponse;
|
|
20252
20252
|
};
|
|
20253
20253
|
|
|
20254
20254
|
export declare type MenuItem = {
|
|
@@ -20305,8 +20305,8 @@ declare const MenuWidgetItem: {
|
|
|
20305
20305
|
decode(input: _m0.Reader | Uint8Array, length?: number): MenuWidgetItem;
|
|
20306
20306
|
fromJSON(object: any): MenuWidgetItem;
|
|
20307
20307
|
toJSON(message: MenuWidgetItem): unknown;
|
|
20308
|
-
create(base?:
|
|
20309
|
-
fromPartial(object:
|
|
20308
|
+
create(base?: DeepPartial_5<MenuWidgetItem>): MenuWidgetItem;
|
|
20309
|
+
fromPartial(object: DeepPartial_5<MenuWidgetItem>): MenuWidgetItem;
|
|
20310
20310
|
};
|
|
20311
20311
|
|
|
20312
20312
|
export declare type MessageData = {
|
|
@@ -20354,8 +20354,8 @@ declare const MessageSet: {
|
|
|
20354
20354
|
decode(input: _m0.Reader | Uint8Array, length?: number): MessageSet;
|
|
20355
20355
|
fromJSON(object: any): MessageSet;
|
|
20356
20356
|
toJSON(message: MessageSet): unknown;
|
|
20357
|
-
create(base?:
|
|
20358
|
-
fromPartial(object:
|
|
20357
|
+
create(base?: DeepPartial_51<MessageSet>): MessageSet;
|
|
20358
|
+
fromPartial(object: DeepPartial_51<MessageSet>): MessageSet;
|
|
20359
20359
|
};
|
|
20360
20360
|
|
|
20361
20361
|
declare interface MessageType<Message extends UnknownMessage = UnknownMessage> {
|
|
@@ -20364,7 +20364,7 @@ declare interface MessageType<Message extends UnknownMessage = UnknownMessage> {
|
|
|
20364
20364
|
decode(input: _m0.Reader | Uint8Array, length?: number): Message;
|
|
20365
20365
|
fromJSON(object: any): Message;
|
|
20366
20366
|
toJSON(message: Message): unknown;
|
|
20367
|
-
fromPartial(object:
|
|
20367
|
+
fromPartial(object: DeepPartial_14<Message>): Message;
|
|
20368
20368
|
}
|
|
20369
20369
|
|
|
20370
20370
|
declare interface MessageWhereRequest {
|
|
@@ -20443,8 +20443,8 @@ declare const ModAction_2: {
|
|
|
20443
20443
|
decode(input: _m0.Reader | Uint8Array, length?: number): ModAction_2;
|
|
20444
20444
|
fromJSON(object: any): ModAction_2;
|
|
20445
20445
|
toJSON(message: ModAction_2): unknown;
|
|
20446
|
-
create(base?:
|
|
20447
|
-
fromPartial(object:
|
|
20446
|
+
create(base?: DeepPartial_24<ModAction_2>): ModAction_2;
|
|
20447
|
+
fromPartial(object: DeepPartial_24<ModAction_2>): ModAction_2;
|
|
20448
20448
|
};
|
|
20449
20449
|
|
|
20450
20450
|
export declare type ModActionData = {
|
|
@@ -23926,8 +23926,8 @@ declare const ModlogDefinition: {
|
|
|
23926
23926
|
decode(input: _m0.Reader | Uint8Array, length?: number): ModlogRequest;
|
|
23927
23927
|
fromJSON(object: any): ModlogRequest;
|
|
23928
23928
|
toJSON(message: ModlogRequest): unknown;
|
|
23929
|
-
create(base?:
|
|
23930
|
-
fromPartial(object:
|
|
23929
|
+
create(base?: DeepPartial_54<ModlogRequest>): ModlogRequest;
|
|
23930
|
+
fromPartial(object: DeepPartial_54<ModlogRequest>): ModlogRequest;
|
|
23931
23931
|
};
|
|
23932
23932
|
readonly requestStream: false;
|
|
23933
23933
|
readonly responseType: {
|
|
@@ -23936,8 +23936,8 @@ declare const ModlogDefinition: {
|
|
|
23936
23936
|
decode(input: _m0.Reader | Uint8Array, length?: number): ModlogResponse;
|
|
23937
23937
|
fromJSON(object: any): ModlogResponse;
|
|
23938
23938
|
toJSON(message: ModlogResponse): unknown;
|
|
23939
|
-
create(base?:
|
|
23940
|
-
fromPartial(object:
|
|
23939
|
+
create(base?: DeepPartial_54<ModlogResponse>): ModlogResponse;
|
|
23940
|
+
fromPartial(object: DeepPartial_54<ModlogResponse>): ModlogResponse;
|
|
23941
23941
|
};
|
|
23942
23942
|
readonly responseStream: false;
|
|
23943
23943
|
readonly options: {};
|
|
@@ -23966,8 +23966,8 @@ declare const ModlogRequest: {
|
|
|
23966
23966
|
decode(input: _m0.Reader | Uint8Array, length?: number): ModlogRequest;
|
|
23967
23967
|
fromJSON(object: any): ModlogRequest;
|
|
23968
23968
|
toJSON(message: ModlogRequest): unknown;
|
|
23969
|
-
create(base?:
|
|
23970
|
-
fromPartial(object:
|
|
23969
|
+
create(base?: DeepPartial_54<ModlogRequest>): ModlogRequest;
|
|
23970
|
+
fromPartial(object: DeepPartial_54<ModlogRequest>): ModlogRequest;
|
|
23971
23971
|
};
|
|
23972
23972
|
|
|
23973
23973
|
/** Generic response interface (mimics response from r2) */
|
|
@@ -23981,8 +23981,8 @@ declare const ModlogResponse: {
|
|
|
23981
23981
|
decode(input: _m0.Reader | Uint8Array, length?: number): ModlogResponse;
|
|
23982
23982
|
fromJSON(object: any): ModlogResponse;
|
|
23983
23983
|
toJSON(message: ModlogResponse): unknown;
|
|
23984
|
-
create(base?:
|
|
23985
|
-
fromPartial(object:
|
|
23984
|
+
create(base?: DeepPartial_54<ModlogResponse>): ModlogResponse;
|
|
23985
|
+
fromPartial(object: DeepPartial_54<ModlogResponse>): ModlogResponse;
|
|
23986
23986
|
};
|
|
23987
23987
|
|
|
23988
23988
|
declare const ModlogServiceName = "devvit.plugin.modlog.Modlog";
|
|
@@ -24021,8 +24021,8 @@ declare const ModMail: {
|
|
|
24021
24021
|
decode(input: _m0.Reader | Uint8Array, length?: number): ModMail;
|
|
24022
24022
|
fromJSON(object: any): ModMail;
|
|
24023
24023
|
toJSON(message: ModMail): unknown;
|
|
24024
|
-
create(base?:
|
|
24025
|
-
fromPartial(object:
|
|
24024
|
+
create(base?: DeepPartial_25<ModMail>): ModMail;
|
|
24025
|
+
fromPartial(object: DeepPartial_25<ModMail>): ModMail;
|
|
24026
24026
|
};
|
|
24027
24027
|
|
|
24028
24028
|
/**
|
|
@@ -25056,8 +25056,8 @@ declare const NavigateToUrlEffect: {
|
|
|
25056
25056
|
decode(input: _m0.Reader | Uint8Array, length?: number): NavigateToUrlEffect;
|
|
25057
25057
|
fromJSON(object: any): NavigateToUrlEffect;
|
|
25058
25058
|
toJSON(message: NavigateToUrlEffect): unknown;
|
|
25059
|
-
create(base?:
|
|
25060
|
-
fromPartial(object:
|
|
25059
|
+
create(base?: DeepPartial_39<NavigateToUrlEffect>): NavigateToUrlEffect;
|
|
25060
|
+
fromPartial(object: DeepPartial_39<NavigateToUrlEffect>): NavigateToUrlEffect;
|
|
25061
25061
|
};
|
|
25062
25062
|
|
|
25063
25063
|
/** NEWMODMAIL - https://www.reddit.com/dev/api#section_modmail */
|
|
@@ -30071,8 +30071,8 @@ declare const Oembed: {
|
|
|
30071
30071
|
decode(input: _m0.Reader | Uint8Array, length?: number): Oembed;
|
|
30072
30072
|
fromJSON(object: any): Oembed;
|
|
30073
30073
|
toJSON(message: Oembed): unknown;
|
|
30074
|
-
create(base?:
|
|
30075
|
-
fromPartial(object:
|
|
30074
|
+
create(base?: DeepPartial_23<Oembed>): Oembed;
|
|
30075
|
+
fromPartial(object: DeepPartial_23<Oembed>): Oembed;
|
|
30076
30076
|
};
|
|
30077
30077
|
|
|
30078
30078
|
declare type OnAppInstallDefinition = typeof OnAppInstallDefinition;
|
|
@@ -30171,8 +30171,8 @@ declare const OnAppInstallDefinition: {
|
|
|
30171
30171
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
30172
30172
|
fromJSON(_: any): HandlerResult;
|
|
30173
30173
|
toJSON(_: HandlerResult): unknown;
|
|
30174
|
-
create(base?:
|
|
30175
|
-
fromPartial(_:
|
|
30174
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
30175
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
30176
30176
|
};
|
|
30177
30177
|
readonly responseStream: false;
|
|
30178
30178
|
readonly options: {};
|
|
@@ -30276,8 +30276,8 @@ declare const OnAppUpgradeDefinition: {
|
|
|
30276
30276
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
30277
30277
|
fromJSON(_: any): HandlerResult;
|
|
30278
30278
|
toJSON(_: HandlerResult): unknown;
|
|
30279
|
-
create(base?:
|
|
30280
|
-
fromPartial(_:
|
|
30279
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
30280
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
30281
30281
|
};
|
|
30282
30282
|
readonly responseStream: false;
|
|
30283
30283
|
readonly options: {};
|
|
@@ -30390,8 +30390,8 @@ declare const OnAutomoderatorFilterCommentDefinition_2: {
|
|
|
30390
30390
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
30391
30391
|
fromJSON(_: any): HandlerResult;
|
|
30392
30392
|
toJSON(_: HandlerResult): unknown;
|
|
30393
|
-
create(base?:
|
|
30394
|
-
fromPartial(_:
|
|
30393
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
30394
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
30395
30395
|
};
|
|
30396
30396
|
readonly responseStream: false;
|
|
30397
30397
|
readonly options: {};
|
|
@@ -30640,8 +30640,8 @@ declare const OnAutomoderatorFilterPostDefinition_2: {
|
|
|
30640
30640
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
30641
30641
|
fromJSON(_: any): HandlerResult;
|
|
30642
30642
|
toJSON(_: HandlerResult): unknown;
|
|
30643
|
-
create(base?:
|
|
30644
|
-
fromPartial(_:
|
|
30643
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
30644
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
30645
30645
|
};
|
|
30646
30646
|
readonly responseStream: false;
|
|
30647
30647
|
readonly options: {};
|
|
@@ -30969,8 +30969,8 @@ declare const OnCommentCreateDefinition: {
|
|
|
30969
30969
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
30970
30970
|
fromJSON(_: any): HandlerResult;
|
|
30971
30971
|
toJSON(_: HandlerResult): unknown;
|
|
30972
|
-
create(base?:
|
|
30973
|
-
fromPartial(_:
|
|
30972
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
30973
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
30974
30974
|
};
|
|
30975
30975
|
readonly responseStream: false;
|
|
30976
30976
|
readonly options: {};
|
|
@@ -31088,8 +31088,8 @@ declare const OnCommentDeleteDefinition: {
|
|
|
31088
31088
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
31089
31089
|
fromJSON(_: any): HandlerResult;
|
|
31090
31090
|
toJSON(_: HandlerResult): unknown;
|
|
31091
|
-
create(base?:
|
|
31092
|
-
fromPartial(_:
|
|
31091
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
31092
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
31093
31093
|
};
|
|
31094
31094
|
readonly responseStream: false;
|
|
31095
31095
|
readonly options: {};
|
|
@@ -31193,8 +31193,8 @@ declare const OnCommentReportDefinition: {
|
|
|
31193
31193
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
31194
31194
|
fromJSON(_: any): HandlerResult;
|
|
31195
31195
|
toJSON(_: HandlerResult): unknown;
|
|
31196
|
-
create(base?:
|
|
31197
|
-
fromPartial(_:
|
|
31196
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
31197
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
31198
31198
|
};
|
|
31199
31199
|
readonly responseStream: false;
|
|
31200
31200
|
readonly options: {};
|
|
@@ -31522,8 +31522,8 @@ declare const OnCommentSubmitDefinition: {
|
|
|
31522
31522
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
31523
31523
|
fromJSON(_: any): HandlerResult;
|
|
31524
31524
|
toJSON(_: HandlerResult): unknown;
|
|
31525
|
-
create(base?:
|
|
31526
|
-
fromPartial(_:
|
|
31525
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
31526
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
31527
31527
|
};
|
|
31528
31528
|
readonly responseStream: false;
|
|
31529
31529
|
readonly options: {};
|
|
@@ -31853,8 +31853,8 @@ declare const OnCommentUpdateDefinition: {
|
|
|
31853
31853
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
31854
31854
|
fromJSON(_: any): HandlerResult;
|
|
31855
31855
|
toJSON(_: HandlerResult): unknown;
|
|
31856
|
-
create(base?:
|
|
31857
|
-
fromPartial(_:
|
|
31856
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
31857
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
31858
31858
|
};
|
|
31859
31859
|
readonly responseStream: false;
|
|
31860
31860
|
readonly options: {};
|
|
@@ -32232,8 +32232,8 @@ declare const OnModActionDefinition: {
|
|
|
32232
32232
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
32233
32233
|
fromJSON(_: any): HandlerResult;
|
|
32234
32234
|
toJSON(_: HandlerResult): unknown;
|
|
32235
|
-
create(base?:
|
|
32236
|
-
fromPartial(_:
|
|
32235
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
32236
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
32237
32237
|
};
|
|
32238
32238
|
readonly responseStream: false;
|
|
32239
32239
|
readonly options: {};
|
|
@@ -32375,8 +32375,8 @@ declare const OnModMailDefinition: {
|
|
|
32375
32375
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
32376
32376
|
fromJSON(_: any): HandlerResult;
|
|
32377
32377
|
toJSON(_: HandlerResult): unknown;
|
|
32378
|
-
create(base?:
|
|
32379
|
-
fromPartial(_:
|
|
32378
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
32379
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
32380
32380
|
};
|
|
32381
32381
|
readonly responseStream: false;
|
|
32382
32382
|
readonly options: {};
|
|
@@ -32660,8 +32660,8 @@ declare const OnPostCreateDefinition: {
|
|
|
32660
32660
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
32661
32661
|
fromJSON(_: any): HandlerResult;
|
|
32662
32662
|
toJSON(_: HandlerResult): unknown;
|
|
32663
|
-
create(base?:
|
|
32664
|
-
fromPartial(_:
|
|
32663
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
32664
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
32665
32665
|
};
|
|
32666
32666
|
readonly responseStream: false;
|
|
32667
32667
|
readonly options: {};
|
|
@@ -32775,8 +32775,8 @@ declare const OnPostDeleteDefinition: {
|
|
|
32775
32775
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
32776
32776
|
fromJSON(_: any): HandlerResult;
|
|
32777
32777
|
toJSON(_: HandlerResult): unknown;
|
|
32778
|
-
create(base?:
|
|
32779
|
-
fromPartial(_:
|
|
32778
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
32779
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
32780
32780
|
};
|
|
32781
32781
|
readonly responseStream: false;
|
|
32782
32782
|
readonly options: {};
|
|
@@ -33060,8 +33060,8 @@ declare const OnPostFlairUpdateDefinition: {
|
|
|
33060
33060
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
33061
33061
|
fromJSON(_: any): HandlerResult;
|
|
33062
33062
|
toJSON(_: HandlerResult): unknown;
|
|
33063
|
-
create(base?:
|
|
33064
|
-
fromPartial(_:
|
|
33063
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
33064
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
33065
33065
|
};
|
|
33066
33066
|
readonly responseStream: false;
|
|
33067
33067
|
readonly options: {};
|
|
@@ -33347,8 +33347,8 @@ declare const OnPostNsfwUpdateDefinition: {
|
|
|
33347
33347
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
33348
33348
|
fromJSON(_: any): HandlerResult;
|
|
33349
33349
|
toJSON(_: HandlerResult): unknown;
|
|
33350
|
-
create(base?:
|
|
33351
|
-
fromPartial(_:
|
|
33350
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
33351
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
33352
33352
|
};
|
|
33353
33353
|
readonly responseStream: false;
|
|
33354
33354
|
readonly options: {};
|
|
@@ -33588,8 +33588,8 @@ declare const OnPostReportDefinition: {
|
|
|
33588
33588
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
33589
33589
|
fromJSON(_: any): HandlerResult;
|
|
33590
33590
|
toJSON(_: HandlerResult): unknown;
|
|
33591
|
-
create(base?:
|
|
33592
|
-
fromPartial(_:
|
|
33591
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
33592
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
33593
33593
|
};
|
|
33594
33594
|
readonly responseStream: false;
|
|
33595
33595
|
readonly options: {};
|
|
@@ -33875,8 +33875,8 @@ declare const OnPostSpoilerUpdateDefinition: {
|
|
|
33875
33875
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
33876
33876
|
fromJSON(_: any): HandlerResult;
|
|
33877
33877
|
toJSON(_: HandlerResult): unknown;
|
|
33878
|
-
create(base?:
|
|
33879
|
-
fromPartial(_:
|
|
33878
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
33879
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
33880
33880
|
};
|
|
33881
33881
|
readonly responseStream: false;
|
|
33882
33882
|
readonly options: {};
|
|
@@ -34160,8 +34160,8 @@ declare const OnPostSubmitDefinition: {
|
|
|
34160
34160
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
34161
34161
|
fromJSON(_: any): HandlerResult;
|
|
34162
34162
|
toJSON(_: HandlerResult): unknown;
|
|
34163
|
-
create(base?:
|
|
34164
|
-
fromPartial(_:
|
|
34163
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
34164
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
34165
34165
|
};
|
|
34166
34166
|
readonly responseStream: false;
|
|
34167
34167
|
readonly options: {};
|
|
@@ -34447,8 +34447,8 @@ declare const OnPostUpdateDefinition: {
|
|
|
34447
34447
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
34448
34448
|
fromJSON(_: any): HandlerResult;
|
|
34449
34449
|
toJSON(_: HandlerResult): unknown;
|
|
34450
|
-
create(base?:
|
|
34451
|
-
fromPartial(_:
|
|
34450
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
34451
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
34452
34452
|
};
|
|
34453
34453
|
readonly responseStream: false;
|
|
34454
34454
|
readonly options: {};
|
|
@@ -34552,8 +34552,8 @@ declare const OnSubredditSubscribeDefinition: {
|
|
|
34552
34552
|
decode(input: _m0.Reader | Uint8Array, length?: number): HandlerResult;
|
|
34553
34553
|
fromJSON(_: any): HandlerResult;
|
|
34554
34554
|
toJSON(_: HandlerResult): unknown;
|
|
34555
|
-
create(base?:
|
|
34556
|
-
fromPartial(_:
|
|
34555
|
+
create(base?: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
34556
|
+
fromPartial(_: DeepPartial_17<HandlerResult>): HandlerResult;
|
|
34557
34557
|
};
|
|
34558
34558
|
readonly responseStream: false;
|
|
34559
34559
|
readonly options: {};
|
|
@@ -34585,8 +34585,8 @@ declare const OrderResultEvent: {
|
|
|
34585
34585
|
decode(input: _m0.Reader | Uint8Array, length?: number): OrderResultEvent;
|
|
34586
34586
|
fromJSON(object: any): OrderResultEvent;
|
|
34587
34587
|
toJSON(message: OrderResultEvent): unknown;
|
|
34588
|
-
create(base?:
|
|
34589
|
-
fromPartial(object:
|
|
34588
|
+
create(base?: DeepPartial_42<OrderResultEvent>): OrderResultEvent;
|
|
34589
|
+
fromPartial(object: DeepPartial_42<OrderResultEvent>): OrderResultEvent;
|
|
34590
34590
|
};
|
|
34591
34591
|
|
|
34592
34592
|
declare enum OrderResultStatus {
|
|
@@ -34607,8 +34607,8 @@ declare const OrderWidgetsRequest: {
|
|
|
34607
34607
|
decode(input: _m0.Reader | Uint8Array, length?: number): OrderWidgetsRequest;
|
|
34608
34608
|
fromJSON(object: any): OrderWidgetsRequest;
|
|
34609
34609
|
toJSON(message: OrderWidgetsRequest): unknown;
|
|
34610
|
-
create(base?:
|
|
34611
|
-
fromPartial(object:
|
|
34610
|
+
create(base?: DeepPartial_5<OrderWidgetsRequest>): OrderWidgetsRequest;
|
|
34611
|
+
fromPartial(object: DeepPartial_5<OrderWidgetsRequest>): OrderWidgetsRequest;
|
|
34612
34612
|
};
|
|
34613
34613
|
|
|
34614
34614
|
/**
|
|
@@ -34639,8 +34639,8 @@ declare const PackageQuery: {
|
|
|
34639
34639
|
decode(input: _m0.Reader | Uint8Array, length?: number): PackageQuery;
|
|
34640
34640
|
fromJSON(object: any): PackageQuery;
|
|
34641
34641
|
toJSON(message: PackageQuery): unknown;
|
|
34642
|
-
create(base?:
|
|
34643
|
-
fromPartial(object:
|
|
34642
|
+
create(base?: DeepPartial_15<PackageQuery>): PackageQuery;
|
|
34643
|
+
fromPartial(object: DeepPartial_15<PackageQuery>): PackageQuery;
|
|
34644
34644
|
};
|
|
34645
34645
|
|
|
34646
34646
|
/**
|
|
@@ -34661,8 +34661,8 @@ declare const PackageSpec: {
|
|
|
34661
34661
|
decode(input: _m0.Reader | Uint8Array, length?: number): PackageSpec;
|
|
34662
34662
|
fromJSON(object: any): PackageSpec;
|
|
34663
34663
|
toJSON(message: PackageSpec): unknown;
|
|
34664
|
-
create(base?:
|
|
34665
|
-
fromPartial(object:
|
|
34664
|
+
create(base?: DeepPartial_15<PackageSpec>): PackageSpec;
|
|
34665
|
+
fromPartial(object: DeepPartial_15<PackageSpec>): PackageSpec;
|
|
34666
34666
|
};
|
|
34667
34667
|
|
|
34668
34668
|
/**
|
|
@@ -34794,8 +34794,8 @@ declare const PingMessage: {
|
|
|
34794
34794
|
decode(input: _m0.Reader | Uint8Array, length?: number): PingMessage;
|
|
34795
34795
|
fromJSON(object: any): PingMessage;
|
|
34796
34796
|
toJSON(message: PingMessage): unknown;
|
|
34797
|
-
create(base?:
|
|
34798
|
-
fromPartial(object:
|
|
34797
|
+
create(base?: DeepPartial_26<PingMessage>): PingMessage;
|
|
34798
|
+
fromPartial(object: DeepPartial_26<PingMessage>): PingMessage;
|
|
34799
34799
|
};
|
|
34800
34800
|
|
|
34801
34801
|
declare type PlainText = Text | Link | RedditLink | LineBreak;
|
|
@@ -34988,8 +34988,8 @@ declare const PostApprove: {
|
|
|
34988
34988
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostApprove;
|
|
34989
34989
|
fromJSON(object: any): PostApprove;
|
|
34990
34990
|
toJSON(message: PostApprove): unknown;
|
|
34991
|
-
create(base?:
|
|
34992
|
-
fromPartial(object:
|
|
34991
|
+
create(base?: DeepPartial_21<PostApprove>): PostApprove;
|
|
34992
|
+
fromPartial(object: DeepPartial_21<PostApprove>): PostApprove;
|
|
34993
34993
|
};
|
|
34994
34994
|
|
|
34995
34995
|
export declare type PostCapabilities = 'ama';
|
|
@@ -35015,8 +35015,8 @@ declare const PostCreate_2: {
|
|
|
35015
35015
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostCreate_2;
|
|
35016
35016
|
fromJSON(object: any): PostCreate_2;
|
|
35017
35017
|
toJSON(message: PostCreate_2): unknown;
|
|
35018
|
-
create(base?:
|
|
35019
|
-
fromPartial(object:
|
|
35018
|
+
create(base?: DeepPartial_21<PostCreate_2>): PostCreate_2;
|
|
35019
|
+
fromPartial(object: DeepPartial_21<PostCreate_2>): PostCreate_2;
|
|
35020
35020
|
};
|
|
35021
35021
|
|
|
35022
35022
|
export declare type PostCreateDefinition = {
|
|
@@ -35043,8 +35043,8 @@ declare const PostDelete_2: {
|
|
|
35043
35043
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostDelete_2;
|
|
35044
35044
|
fromJSON(object: any): PostDelete_2;
|
|
35045
35045
|
toJSON(message: PostDelete_2): unknown;
|
|
35046
|
-
create(base?:
|
|
35047
|
-
fromPartial(object:
|
|
35046
|
+
create(base?: DeepPartial_21<PostDelete_2>): PostDelete_2;
|
|
35047
|
+
fromPartial(object: DeepPartial_21<PostDelete_2>): PostDelete_2;
|
|
35048
35048
|
};
|
|
35049
35049
|
|
|
35050
35050
|
export declare type PostDeleteDefinition = {
|
|
@@ -35072,8 +35072,8 @@ declare const PostFlairUpdate_2: {
|
|
|
35072
35072
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostFlairUpdate_2;
|
|
35073
35073
|
fromJSON(object: any): PostFlairUpdate_2;
|
|
35074
35074
|
toJSON(message: PostFlairUpdate_2): unknown;
|
|
35075
|
-
create(base?:
|
|
35076
|
-
fromPartial(object:
|
|
35075
|
+
create(base?: DeepPartial_21<PostFlairUpdate_2>): PostFlairUpdate_2;
|
|
35076
|
+
fromPartial(object: DeepPartial_21<PostFlairUpdate_2>): PostFlairUpdate_2;
|
|
35077
35077
|
};
|
|
35078
35078
|
|
|
35079
35079
|
export declare type PostFlairUpdateDefinition = {
|
|
@@ -35106,8 +35106,8 @@ declare const PostFlairWidget_2: {
|
|
|
35106
35106
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostFlairWidget_2;
|
|
35107
35107
|
fromJSON(object: any): PostFlairWidget_2;
|
|
35108
35108
|
toJSON(message: PostFlairWidget_2): unknown;
|
|
35109
|
-
create(base?:
|
|
35110
|
-
fromPartial(object:
|
|
35109
|
+
create(base?: DeepPartial_5<PostFlairWidget_2>): PostFlairWidget_2;
|
|
35110
|
+
fromPartial(object: DeepPartial_5<PostFlairWidget_2>): PostFlairWidget_2;
|
|
35111
35111
|
};
|
|
35112
35112
|
|
|
35113
35113
|
declare type PostLink = {
|
|
@@ -35172,8 +35172,8 @@ declare const PostNsfwUpdate_2: {
|
|
|
35172
35172
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostNsfwUpdate_2;
|
|
35173
35173
|
fromJSON(object: any): PostNsfwUpdate_2;
|
|
35174
35174
|
toJSON(message: PostNsfwUpdate_2): unknown;
|
|
35175
|
-
create(base?:
|
|
35176
|
-
fromPartial(object:
|
|
35175
|
+
create(base?: DeepPartial_21<PostNsfwUpdate_2>): PostNsfwUpdate_2;
|
|
35176
|
+
fromPartial(object: DeepPartial_21<PostNsfwUpdate_2>): PostNsfwUpdate_2;
|
|
35177
35177
|
};
|
|
35178
35178
|
|
|
35179
35179
|
export declare type PostNsfwUpdateDefinition = {
|
|
@@ -35215,8 +35215,8 @@ declare const PostReport_2: {
|
|
|
35215
35215
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostReport_2;
|
|
35216
35216
|
fromJSON(object: any): PostReport_2;
|
|
35217
35217
|
toJSON(message: PostReport_2): unknown;
|
|
35218
|
-
create(base?:
|
|
35219
|
-
fromPartial(object:
|
|
35218
|
+
create(base?: DeepPartial_21<PostReport_2>): PostReport_2;
|
|
35219
|
+
fromPartial(object: DeepPartial_21<PostReport_2>): PostReport_2;
|
|
35220
35220
|
};
|
|
35221
35221
|
|
|
35222
35222
|
export declare type PostReportDefinition = {
|
|
@@ -35240,8 +35240,8 @@ declare const PostSpoilerUpdate_2: {
|
|
|
35240
35240
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostSpoilerUpdate_2;
|
|
35241
35241
|
fromJSON(object: any): PostSpoilerUpdate_2;
|
|
35242
35242
|
toJSON(message: PostSpoilerUpdate_2): unknown;
|
|
35243
|
-
create(base?:
|
|
35244
|
-
fromPartial(object:
|
|
35243
|
+
create(base?: DeepPartial_21<PostSpoilerUpdate_2>): PostSpoilerUpdate_2;
|
|
35244
|
+
fromPartial(object: DeepPartial_21<PostSpoilerUpdate_2>): PostSpoilerUpdate_2;
|
|
35245
35245
|
};
|
|
35246
35246
|
|
|
35247
35247
|
export declare type PostSpoilerUpdateDefinition = {
|
|
@@ -35264,8 +35264,8 @@ declare const PostSubmit_2: {
|
|
|
35264
35264
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostSubmit_2;
|
|
35265
35265
|
fromJSON(object: any): PostSubmit_2;
|
|
35266
35266
|
toJSON(message: PostSubmit_2): unknown;
|
|
35267
|
-
create(base?:
|
|
35268
|
-
fromPartial(object:
|
|
35267
|
+
create(base?: DeepPartial_21<PostSubmit_2>): PostSubmit_2;
|
|
35268
|
+
fromPartial(object: DeepPartial_21<PostSubmit_2>): PostSubmit_2;
|
|
35269
35269
|
};
|
|
35270
35270
|
|
|
35271
35271
|
export declare type PostSubmitDefinition = {
|
|
@@ -35308,8 +35308,8 @@ declare const PostUpdate_2: {
|
|
|
35308
35308
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostUpdate_2;
|
|
35309
35309
|
fromJSON(object: any): PostUpdate_2;
|
|
35310
35310
|
toJSON(message: PostUpdate_2): unknown;
|
|
35311
|
-
create(base?:
|
|
35312
|
-
fromPartial(object:
|
|
35311
|
+
create(base?: DeepPartial_21<PostUpdate_2>): PostUpdate_2;
|
|
35312
|
+
fromPartial(object: DeepPartial_21<PostUpdate_2>): PostUpdate_2;
|
|
35313
35313
|
};
|
|
35314
35314
|
|
|
35315
35315
|
export declare type PostUpdateDefinition = {
|
|
@@ -35371,8 +35371,8 @@ declare const PostV2: {
|
|
|
35371
35371
|
decode(input: _m0.Reader | Uint8Array, length?: number): PostV2;
|
|
35372
35372
|
fromJSON(object: any): PostV2;
|
|
35373
35373
|
toJSON(message: PostV2): unknown;
|
|
35374
|
-
create(base?:
|
|
35375
|
-
fromPartial(object:
|
|
35374
|
+
create(base?: DeepPartial_23<PostV2>): PostV2;
|
|
35375
|
+
fromPartial(object: DeepPartial_23<PostV2>): PostV2;
|
|
35376
35376
|
};
|
|
35377
35377
|
|
|
35378
35378
|
/**
|
|
@@ -36861,8 +36861,8 @@ declare const RealtimeDefinition: {
|
|
|
36861
36861
|
decode(input: _m0.Reader | Uint8Array, length?: number): RealtimeRequest;
|
|
36862
36862
|
fromJSON(object: any): RealtimeRequest;
|
|
36863
36863
|
toJSON(message: RealtimeRequest): unknown;
|
|
36864
|
-
create(base?:
|
|
36865
|
-
fromPartial(object:
|
|
36864
|
+
create(base?: DeepPartial_49<RealtimeRequest>): RealtimeRequest;
|
|
36865
|
+
fromPartial(object: DeepPartial_49<RealtimeRequest>): RealtimeRequest;
|
|
36866
36866
|
};
|
|
36867
36867
|
readonly requestStream: false;
|
|
36868
36868
|
readonly responseType: {
|
|
@@ -36871,8 +36871,8 @@ declare const RealtimeDefinition: {
|
|
|
36871
36871
|
decode(input: _m0.Reader | Uint8Array, length?: number): RealtimeEvent;
|
|
36872
36872
|
fromJSON(object: any): RealtimeEvent;
|
|
36873
36873
|
toJSON(message: RealtimeEvent): unknown;
|
|
36874
|
-
create(base?:
|
|
36875
|
-
fromPartial(object:
|
|
36874
|
+
create(base?: DeepPartial_49<RealtimeEvent>): RealtimeEvent;
|
|
36875
|
+
fromPartial(object: DeepPartial_49<RealtimeEvent>): RealtimeEvent;
|
|
36876
36876
|
};
|
|
36877
36877
|
readonly responseStream: true;
|
|
36878
36878
|
readonly options: {};
|
|
@@ -36885,8 +36885,8 @@ declare const RealtimeDefinition: {
|
|
|
36885
36885
|
decode(input: _m0.Reader | Uint8Array, length?: number): RealtimeEvent;
|
|
36886
36886
|
fromJSON(object: any): RealtimeEvent;
|
|
36887
36887
|
toJSON(message: RealtimeEvent): unknown;
|
|
36888
|
-
create(base?:
|
|
36889
|
-
fromPartial(object:
|
|
36888
|
+
create(base?: DeepPartial_49<RealtimeEvent>): RealtimeEvent;
|
|
36889
|
+
fromPartial(object: DeepPartial_49<RealtimeEvent>): RealtimeEvent;
|
|
36890
36890
|
};
|
|
36891
36891
|
readonly requestStream: false;
|
|
36892
36892
|
readonly responseType: {
|
|
@@ -36919,8 +36919,8 @@ declare const RealtimeEvent: {
|
|
|
36919
36919
|
decode(input: _m0.Reader | Uint8Array, length?: number): RealtimeEvent;
|
|
36920
36920
|
fromJSON(object: any): RealtimeEvent;
|
|
36921
36921
|
toJSON(message: RealtimeEvent): unknown;
|
|
36922
|
-
create(base?:
|
|
36923
|
-
fromPartial(object:
|
|
36922
|
+
create(base?: DeepPartial_49<RealtimeEvent>): RealtimeEvent;
|
|
36923
|
+
fromPartial(object: DeepPartial_49<RealtimeEvent>): RealtimeEvent;
|
|
36924
36924
|
};
|
|
36925
36925
|
|
|
36926
36926
|
declare interface RealtimeRequest {
|
|
@@ -36933,8 +36933,8 @@ declare const RealtimeRequest: {
|
|
|
36933
36933
|
decode(input: _m0.Reader | Uint8Array, length?: number): RealtimeRequest;
|
|
36934
36934
|
fromJSON(object: any): RealtimeRequest;
|
|
36935
36935
|
toJSON(message: RealtimeRequest): unknown;
|
|
36936
|
-
create(base?:
|
|
36937
|
-
fromPartial(object:
|
|
36936
|
+
create(base?: DeepPartial_49<RealtimeRequest>): RealtimeRequest;
|
|
36937
|
+
fromPartial(object: DeepPartial_49<RealtimeRequest>): RealtimeRequest;
|
|
36938
36938
|
};
|
|
36939
36939
|
|
|
36940
36940
|
declare const RealtimeServiceName = "devvit.events.v1alpha.Realtime";
|
|
@@ -36952,8 +36952,8 @@ declare const RealtimeSubscriptionEvent: {
|
|
|
36952
36952
|
decode(input: _m0.Reader | Uint8Array, length?: number): RealtimeSubscriptionEvent;
|
|
36953
36953
|
fromJSON(object: any): RealtimeSubscriptionEvent;
|
|
36954
36954
|
toJSON(message: RealtimeSubscriptionEvent): unknown;
|
|
36955
|
-
create(base?:
|
|
36956
|
-
fromPartial(object:
|
|
36955
|
+
create(base?: DeepPartial_31<RealtimeSubscriptionEvent>): RealtimeSubscriptionEvent;
|
|
36956
|
+
fromPartial(object: DeepPartial_31<RealtimeSubscriptionEvent>): RealtimeSubscriptionEvent;
|
|
36957
36957
|
};
|
|
36958
36958
|
|
|
36959
36959
|
/** Instruct the client to subscribe to realtime events */
|
|
@@ -36968,8 +36968,8 @@ declare const RealtimeSubscriptionsEffect: {
|
|
|
36968
36968
|
decode(input: _m0.Reader | Uint8Array, length?: number): RealtimeSubscriptionsEffect;
|
|
36969
36969
|
fromJSON(object: any): RealtimeSubscriptionsEffect;
|
|
36970
36970
|
toJSON(message: RealtimeSubscriptionsEffect): unknown;
|
|
36971
|
-
create(base?:
|
|
36972
|
-
fromPartial(object:
|
|
36971
|
+
create(base?: DeepPartial_31<RealtimeSubscriptionsEffect>): RealtimeSubscriptionsEffect;
|
|
36972
|
+
fromPartial(object: DeepPartial_31<RealtimeSubscriptionsEffect>): RealtimeSubscriptionsEffect;
|
|
36973
36973
|
};
|
|
36974
36974
|
|
|
36975
36975
|
declare enum RealtimeSubscriptionStatus {
|
|
@@ -37780,6 +37780,18 @@ export declare class RedditAPIClient {
|
|
|
37780
37780
|
* @param options.textColor - The text color of the flair.
|
|
37781
37781
|
*/
|
|
37782
37782
|
setUserFlair(options: SetUserFlairOptions): Promise<void>;
|
|
37783
|
+
/**
|
|
37784
|
+
* Set the flair of multiple users in the same subreddit with a single API call.
|
|
37785
|
+
* Can process up to 100 entries at once.
|
|
37786
|
+
*
|
|
37787
|
+
* @param subredditName - The name of the subreddit to edit flairs in.
|
|
37788
|
+
* @param {SetUserFlairBatchConfig[]} flairs - Array of user flair configuration objects. If both text and cssClass are empty for a given user the flair will be cleared.
|
|
37789
|
+
* @param flairs[].username - The username of the user to edit the flair for.
|
|
37790
|
+
* @param flairs[].text - The text of the flair.
|
|
37791
|
+
* @param flairs[].cssClass - The CSS class of the flair.
|
|
37792
|
+
* @returns {FlairCsvResult[]} - Array of statuses for each entry provided.
|
|
37793
|
+
*/
|
|
37794
|
+
setUserFlairBatch(subredditName: string, flairs: SetUserFlairBatchConfig[]): Promise<FlairCsvResult[]>;
|
|
37783
37795
|
/**
|
|
37784
37796
|
* Remove the flair for a user in a subreddit.
|
|
37785
37797
|
*
|
|
@@ -38482,8 +38494,8 @@ declare const RedditObject: {
|
|
|
38482
38494
|
decode(input: _m0.Reader | Uint8Array, length?: number): RedditObject;
|
|
38483
38495
|
fromJSON(object: any): RedditObject;
|
|
38484
38496
|
toJSON(message: RedditObject): unknown;
|
|
38485
|
-
create(base?:
|
|
38486
|
-
fromPartial(object:
|
|
38497
|
+
create(base?: DeepPartial_9<RedditObject>): RedditObject;
|
|
38498
|
+
fromPartial(object: DeepPartial_9<RedditObject>): RedditObject;
|
|
38487
38499
|
};
|
|
38488
38500
|
|
|
38489
38501
|
/** RichText document for author flair */
|
|
@@ -38504,8 +38516,8 @@ declare const RedditObject_AuthorFlairRichText: {
|
|
|
38504
38516
|
decode(input: _m0.Reader | Uint8Array, length?: number): RedditObject_AuthorFlairRichText;
|
|
38505
38517
|
fromJSON(object: any): RedditObject_AuthorFlairRichText;
|
|
38506
38518
|
toJSON(message: RedditObject_AuthorFlairRichText): unknown;
|
|
38507
|
-
create(base?:
|
|
38508
|
-
fromPartial(object:
|
|
38519
|
+
create(base?: DeepPartial_9<RedditObject_AuthorFlairRichText>): RedditObject_AuthorFlairRichText;
|
|
38520
|
+
fromPartial(object: DeepPartial_9<RedditObject_AuthorFlairRichText>): RedditObject_AuthorFlairRichText;
|
|
38509
38521
|
};
|
|
38510
38522
|
|
|
38511
38523
|
/** RichText document for post flair */
|
|
@@ -38526,8 +38538,8 @@ declare const RedditObject_LinkFlairRichText: {
|
|
|
38526
38538
|
decode(input: _m0.Reader | Uint8Array, length?: number): RedditObject_LinkFlairRichText;
|
|
38527
38539
|
fromJSON(object: any): RedditObject_LinkFlairRichText;
|
|
38528
38540
|
toJSON(message: RedditObject_LinkFlairRichText): unknown;
|
|
38529
|
-
create(base?:
|
|
38530
|
-
fromPartial(object:
|
|
38541
|
+
create(base?: DeepPartial_9<RedditObject_LinkFlairRichText>): RedditObject_LinkFlairRichText;
|
|
38542
|
+
fromPartial(object: DeepPartial_9<RedditObject_LinkFlairRichText>): RedditObject_LinkFlairRichText;
|
|
38531
38543
|
};
|
|
38532
38544
|
|
|
38533
38545
|
/**
|
|
@@ -38571,8 +38583,8 @@ declare const RedditObject_OEmbed: {
|
|
|
38571
38583
|
decode(input: _m0.Reader | Uint8Array, length?: number): RedditObject_OEmbed;
|
|
38572
38584
|
fromJSON(object: any): RedditObject_OEmbed;
|
|
38573
38585
|
toJSON(message: RedditObject_OEmbed): unknown;
|
|
38574
|
-
create(base?:
|
|
38575
|
-
fromPartial(object:
|
|
38586
|
+
create(base?: DeepPartial_9<RedditObject_OEmbed>): RedditObject_OEmbed;
|
|
38587
|
+
fromPartial(object: DeepPartial_9<RedditObject_OEmbed>): RedditObject_OEmbed;
|
|
38576
38588
|
};
|
|
38577
38589
|
|
|
38578
38590
|
/** Contains the data for a video hosted on Reddit that is in a post */
|
|
@@ -38605,8 +38617,8 @@ declare const RedditObject_RedditVideo: {
|
|
|
38605
38617
|
decode(input: _m0.Reader | Uint8Array, length?: number): RedditObject_RedditVideo;
|
|
38606
38618
|
fromJSON(object: any): RedditObject_RedditVideo;
|
|
38607
38619
|
toJSON(message: RedditObject_RedditVideo): unknown;
|
|
38608
|
-
create(base?:
|
|
38609
|
-
fromPartial(object:
|
|
38620
|
+
create(base?: DeepPartial_9<RedditObject_RedditVideo>): RedditObject_RedditVideo;
|
|
38621
|
+
fromPartial(object: DeepPartial_9<RedditObject_RedditVideo>): RedditObject_RedditVideo;
|
|
38610
38622
|
};
|
|
38611
38623
|
|
|
38612
38624
|
/** Secure Media object */
|
|
@@ -38625,8 +38637,8 @@ declare const RedditObject_SecureMedia: {
|
|
|
38625
38637
|
decode(input: _m0.Reader | Uint8Array, length?: number): RedditObject_SecureMedia;
|
|
38626
38638
|
fromJSON(object: any): RedditObject_SecureMedia;
|
|
38627
38639
|
toJSON(message: RedditObject_SecureMedia): unknown;
|
|
38628
|
-
create(base?:
|
|
38629
|
-
fromPartial(object:
|
|
38640
|
+
create(base?: DeepPartial_9<RedditObject_SecureMedia>): RedditObject_SecureMedia;
|
|
38641
|
+
fromPartial(object: DeepPartial_9<RedditObject_SecureMedia>): RedditObject_SecureMedia;
|
|
38630
38642
|
};
|
|
38631
38643
|
|
|
38632
38644
|
declare type RedditPermalinkOptions = {
|
|
@@ -38682,8 +38694,8 @@ declare const RedditVideo_2: {
|
|
|
38682
38694
|
decode(input: _m0.Reader | Uint8Array, length?: number): RedditVideo_2;
|
|
38683
38695
|
fromJSON(object: any): RedditVideo_2;
|
|
38684
38696
|
toJSON(message: RedditVideo_2): unknown;
|
|
38685
|
-
create(base?:
|
|
38686
|
-
fromPartial(object:
|
|
38697
|
+
create(base?: DeepPartial_23<RedditVideo_2>): RedditVideo_2;
|
|
38698
|
+
fromPartial(object: DeepPartial_23<RedditVideo_2>): RedditVideo_2;
|
|
38687
38699
|
};
|
|
38688
38700
|
|
|
38689
38701
|
/**
|
|
@@ -40715,8 +40727,8 @@ declare const ReloadPartEffect: {
|
|
|
40715
40727
|
decode(input: _m0.Reader | Uint8Array, length?: number): ReloadPartEffect;
|
|
40716
40728
|
fromJSON(object: any): ReloadPartEffect;
|
|
40717
40729
|
toJSON(message: ReloadPartEffect): unknown;
|
|
40718
|
-
create(base?:
|
|
40719
|
-
fromPartial(object:
|
|
40730
|
+
create(base?: DeepPartial_33<ReloadPartEffect>): ReloadPartEffect;
|
|
40731
|
+
fromPartial(object: DeepPartial_33<ReloadPartEffect>): ReloadPartEffect;
|
|
40720
40732
|
};
|
|
40721
40733
|
|
|
40722
40734
|
/**
|
|
@@ -40738,8 +40750,8 @@ declare const ReloadPartEffect_Comment: {
|
|
|
40738
40750
|
decode(input: _m0.Reader | Uint8Array, length?: number): ReloadPartEffect_Comment;
|
|
40739
40751
|
fromJSON(object: any): ReloadPartEffect_Comment;
|
|
40740
40752
|
toJSON(message: ReloadPartEffect_Comment): unknown;
|
|
40741
|
-
create(base?:
|
|
40742
|
-
fromPartial(object:
|
|
40753
|
+
create(base?: DeepPartial_33<ReloadPartEffect_Comment>): ReloadPartEffect_Comment;
|
|
40754
|
+
fromPartial(object: DeepPartial_33<ReloadPartEffect_Comment>): ReloadPartEffect_Comment;
|
|
40743
40755
|
};
|
|
40744
40756
|
|
|
40745
40757
|
/**
|
|
@@ -40761,8 +40773,8 @@ declare const ReloadPartEffect_Post: {
|
|
|
40761
40773
|
decode(input: _m0.Reader | Uint8Array, length?: number): ReloadPartEffect_Post;
|
|
40762
40774
|
fromJSON(object: any): ReloadPartEffect_Post;
|
|
40763
40775
|
toJSON(message: ReloadPartEffect_Post): unknown;
|
|
40764
|
-
create(base?:
|
|
40765
|
-
fromPartial(object:
|
|
40776
|
+
create(base?: DeepPartial_33<ReloadPartEffect_Post>): ReloadPartEffect_Post;
|
|
40777
|
+
fromPartial(object: DeepPartial_33<ReloadPartEffect_Post>): ReloadPartEffect_Post;
|
|
40766
40778
|
};
|
|
40767
40779
|
|
|
40768
40780
|
/**
|
|
@@ -40780,8 +40792,8 @@ declare const ReloadPartEffect_Subreddit: {
|
|
|
40780
40792
|
decode(input: _m0.Reader | Uint8Array, length?: number): ReloadPartEffect_Subreddit;
|
|
40781
40793
|
fromJSON(object: any): ReloadPartEffect_Subreddit;
|
|
40782
40794
|
toJSON(message: ReloadPartEffect_Subreddit): unknown;
|
|
40783
|
-
create(base?:
|
|
40784
|
-
fromPartial(object:
|
|
40795
|
+
create(base?: DeepPartial_33<ReloadPartEffect_Subreddit>): ReloadPartEffect_Subreddit;
|
|
40796
|
+
fromPartial(object: DeepPartial_33<ReloadPartEffect_Subreddit>): ReloadPartEffect_Subreddit;
|
|
40785
40797
|
};
|
|
40786
40798
|
|
|
40787
40799
|
/**
|
|
@@ -40983,8 +40995,8 @@ declare const RequestData: {
|
|
|
40983
40995
|
decode(input: _m0.Reader | Uint8Array, length?: number): RequestData;
|
|
40984
40996
|
fromJSON(object: any): RequestData;
|
|
40985
40997
|
toJSON(message: RequestData): unknown;
|
|
40986
|
-
create(base?:
|
|
40987
|
-
fromPartial(object:
|
|
40998
|
+
create(base?: DeepPartial_50<RequestData>): RequestData;
|
|
40999
|
+
fromPartial(object: DeepPartial_50<RequestData>): RequestData;
|
|
40988
41000
|
};
|
|
40989
41001
|
|
|
40990
41002
|
/** Automatically re-render UI */
|
|
@@ -40999,8 +41011,8 @@ declare const RerenderEffect: {
|
|
|
40999
41011
|
decode(input: _m0.Reader | Uint8Array, length?: number): RerenderEffect;
|
|
41000
41012
|
fromJSON(object: any): RerenderEffect;
|
|
41001
41013
|
toJSON(message: RerenderEffect): unknown;
|
|
41002
|
-
create(base?:
|
|
41003
|
-
fromPartial(object:
|
|
41014
|
+
create(base?: DeepPartial_32<RerenderEffect>): RerenderEffect;
|
|
41015
|
+
fromPartial(object: DeepPartial_32<RerenderEffect>): RerenderEffect;
|
|
41004
41016
|
};
|
|
41005
41017
|
|
|
41006
41018
|
/** Signals to the server of device/client-side surface size changes */
|
|
@@ -41032,8 +41044,8 @@ declare const RevertWikiPageRequest: {
|
|
|
41032
41044
|
decode(input: _m0.Reader | Uint8Array, length?: number): RevertWikiPageRequest;
|
|
41033
41045
|
fromJSON(object: any): RevertWikiPageRequest;
|
|
41034
41046
|
toJSON(message: RevertWikiPageRequest): unknown;
|
|
41035
|
-
create(base?:
|
|
41036
|
-
fromPartial(object:
|
|
41047
|
+
create(base?: DeepPartial_10<RevertWikiPageRequest>): RevertWikiPageRequest;
|
|
41048
|
+
fromPartial(object: DeepPartial_10<RevertWikiPageRequest>): RevertWikiPageRequest;
|
|
41037
41049
|
};
|
|
41038
41050
|
|
|
41039
41051
|
/**
|
|
@@ -41185,8 +41197,8 @@ declare const ScheduledAction: {
|
|
|
41185
41197
|
decode(input: _m0.Reader | Uint8Array, length?: number): ScheduledAction;
|
|
41186
41198
|
fromJSON(object: any): ScheduledAction;
|
|
41187
41199
|
toJSON(message: ScheduledAction): unknown;
|
|
41188
|
-
create(base?:
|
|
41189
|
-
fromPartial(object:
|
|
41200
|
+
create(base?: DeepPartial_47<ScheduledAction>): ScheduledAction;
|
|
41201
|
+
fromPartial(object: DeepPartial_47<ScheduledAction>): ScheduledAction;
|
|
41190
41202
|
};
|
|
41191
41203
|
|
|
41192
41204
|
declare interface ScheduledActionRequest {
|
|
@@ -41487,8 +41499,8 @@ declare const SearchRedditNamesResponse: {
|
|
|
41487
41499
|
decode(input: _m0.Reader | Uint8Array, length?: number): SearchRedditNamesResponse;
|
|
41488
41500
|
fromJSON(object: any): SearchRedditNamesResponse;
|
|
41489
41501
|
toJSON(message: SearchRedditNamesResponse): unknown;
|
|
41490
|
-
create(base?:
|
|
41491
|
-
fromPartial(object:
|
|
41502
|
+
create(base?: DeepPartial_12<SearchRedditNamesResponse>): SearchRedditNamesResponse;
|
|
41503
|
+
fromPartial(object: DeepPartial_12<SearchRedditNamesResponse>): SearchRedditNamesResponse;
|
|
41492
41504
|
};
|
|
41493
41505
|
|
|
41494
41506
|
declare interface SearchSubredditsResponse {
|
|
@@ -41501,8 +41513,8 @@ declare const SearchSubredditsResponse: {
|
|
|
41501
41513
|
decode(input: _m0.Reader | Uint8Array, length?: number): SearchSubredditsResponse;
|
|
41502
41514
|
fromJSON(object: any): SearchSubredditsResponse;
|
|
41503
41515
|
toJSON(message: SearchSubredditsResponse): unknown;
|
|
41504
|
-
create(base?:
|
|
41505
|
-
fromPartial(object:
|
|
41516
|
+
create(base?: DeepPartial_12<SearchSubredditsResponse>): SearchSubredditsResponse;
|
|
41517
|
+
fromPartial(object: DeepPartial_12<SearchSubredditsResponse>): SearchSubredditsResponse;
|
|
41506
41518
|
};
|
|
41507
41519
|
|
|
41508
41520
|
declare interface SearchSubredditsResponse_SubredditData {
|
|
@@ -41522,8 +41534,8 @@ declare const SearchSubredditsResponse_SubredditData: {
|
|
|
41522
41534
|
decode(input: _m0.Reader | Uint8Array, length?: number): SearchSubredditsResponse_SubredditData;
|
|
41523
41535
|
fromJSON(object: any): SearchSubredditsResponse_SubredditData;
|
|
41524
41536
|
toJSON(message: SearchSubredditsResponse_SubredditData): unknown;
|
|
41525
|
-
create(base?:
|
|
41526
|
-
fromPartial(object:
|
|
41537
|
+
create(base?: DeepPartial_12<SearchSubredditsResponse_SubredditData>): SearchSubredditsResponse_SubredditData;
|
|
41538
|
+
fromPartial(object: DeepPartial_12<SearchSubredditsResponse_SubredditData>): SearchSubredditsResponse_SubredditData;
|
|
41527
41539
|
};
|
|
41528
41540
|
|
|
41529
41541
|
export declare type SecureMedia = {
|
|
@@ -41566,8 +41578,8 @@ declare const SelectFlairRequest: {
|
|
|
41566
41578
|
decode(input: _m0.Reader | Uint8Array, length?: number): SelectFlairRequest;
|
|
41567
41579
|
fromJSON(object: any): SelectFlairRequest;
|
|
41568
41580
|
toJSON(message: SelectFlairRequest): unknown;
|
|
41569
|
-
create(base?:
|
|
41570
|
-
fromPartial(object:
|
|
41581
|
+
create(base?: DeepPartial_4<SelectFlairRequest>): SelectFlairRequest;
|
|
41582
|
+
fromPartial(object: DeepPartial_4<SelectFlairRequest>): SelectFlairRequest;
|
|
41571
41583
|
};
|
|
41572
41584
|
|
|
41573
41585
|
export declare type SendPrivateMessageAsSubredditOptions = SendPrivateMessageOptions & {
|
|
@@ -41622,8 +41634,8 @@ declare const SerializableMethodDefinition: {
|
|
|
41622
41634
|
decode(input: _m0.Reader | Uint8Array, length?: number): SerializableMethodDefinition;
|
|
41623
41635
|
fromJSON(object: any): SerializableMethodDefinition;
|
|
41624
41636
|
toJSON(message: SerializableMethodDefinition): unknown;
|
|
41625
|
-
create(base?:
|
|
41626
|
-
fromPartial(object:
|
|
41637
|
+
create(base?: DeepPartial_13<SerializableMethodDefinition>): SerializableMethodDefinition;
|
|
41638
|
+
fromPartial(object: DeepPartial_13<SerializableMethodDefinition>): SerializableMethodDefinition;
|
|
41627
41639
|
};
|
|
41628
41640
|
|
|
41629
41641
|
/** A Definition subset representable as JSON. */
|
|
@@ -41642,8 +41654,8 @@ declare const SerializableServiceDefinition: {
|
|
|
41642
41654
|
decode(input: _m0.Reader | Uint8Array, length?: number): SerializableServiceDefinition;
|
|
41643
41655
|
fromJSON(object: any): SerializableServiceDefinition;
|
|
41644
41656
|
toJSON(message: SerializableServiceDefinition): unknown;
|
|
41645
|
-
create(base?:
|
|
41646
|
-
fromPartial(object:
|
|
41657
|
+
create(base?: DeepPartial_13<SerializableServiceDefinition>): SerializableServiceDefinition;
|
|
41658
|
+
fromPartial(object: DeepPartial_13<SerializableServiceDefinition>): SerializableServiceDefinition;
|
|
41647
41659
|
};
|
|
41648
41660
|
|
|
41649
41661
|
declare interface SetContestModeRequest {
|
|
@@ -41715,8 +41727,8 @@ declare const SetFlairEnabledRequest: {
|
|
|
41715
41727
|
decode(input: _m0.Reader | Uint8Array, length?: number): SetFlairEnabledRequest;
|
|
41716
41728
|
fromJSON(object: any): SetFlairEnabledRequest;
|
|
41717
41729
|
toJSON(message: SetFlairEnabledRequest): unknown;
|
|
41718
|
-
create(base?:
|
|
41719
|
-
fromPartial(object:
|
|
41730
|
+
create(base?: DeepPartial_4<SetFlairEnabledRequest>): SetFlairEnabledRequest;
|
|
41731
|
+
fromPartial(object: DeepPartial_4<SetFlairEnabledRequest>): SetFlairEnabledRequest;
|
|
41720
41732
|
};
|
|
41721
41733
|
|
|
41722
41734
|
export declare type SetFlairOptions = {
|
|
@@ -41753,8 +41765,8 @@ declare const SetIntervalsEffect: {
|
|
|
41753
41765
|
decode(input: _m0.Reader | Uint8Array, length?: number): SetIntervalsEffect;
|
|
41754
41766
|
fromJSON(object: any): SetIntervalsEffect;
|
|
41755
41767
|
toJSON(message: SetIntervalsEffect): unknown;
|
|
41756
|
-
create(base?:
|
|
41757
|
-
fromPartial(object:
|
|
41768
|
+
create(base?: DeepPartial_41<SetIntervalsEffect>): SetIntervalsEffect;
|
|
41769
|
+
fromPartial(object: DeepPartial_41<SetIntervalsEffect>): SetIntervalsEffect;
|
|
41758
41770
|
};
|
|
41759
41771
|
|
|
41760
41772
|
declare interface SetIntervalsEffect_IntervalsEntry {
|
|
@@ -41768,8 +41780,8 @@ declare const SetIntervalsEffect_IntervalsEntry: {
|
|
|
41768
41780
|
decode(input: _m0.Reader | Uint8Array, length?: number): SetIntervalsEffect_IntervalsEntry;
|
|
41769
41781
|
fromJSON(object: any): SetIntervalsEffect_IntervalsEntry;
|
|
41770
41782
|
toJSON(message: SetIntervalsEffect_IntervalsEntry): unknown;
|
|
41771
|
-
create(base?:
|
|
41772
|
-
fromPartial(object:
|
|
41783
|
+
create(base?: DeepPartial_41<SetIntervalsEffect_IntervalsEntry>): SetIntervalsEffect_IntervalsEntry;
|
|
41784
|
+
fromPartial(object: DeepPartial_41<SetIntervalsEffect_IntervalsEntry>): SetIntervalsEffect_IntervalsEntry;
|
|
41773
41785
|
};
|
|
41774
41786
|
|
|
41775
41787
|
export declare type SetOptions = {
|
|
@@ -42036,6 +42048,15 @@ declare const SettingsValues_2: {
|
|
|
42036
42048
|
fromPartial(object: DeepPartial_65<SettingsValues_2>): SettingsValues_2;
|
|
42037
42049
|
};
|
|
42038
42050
|
|
|
42051
|
+
export declare type SetUserFlairBatchConfig = {
|
|
42052
|
+
/** The username of the user to edit the flair on */
|
|
42053
|
+
username: string;
|
|
42054
|
+
/** The flair text. Can't contain the comma character (",") */
|
|
42055
|
+
text?: string | undefined;
|
|
42056
|
+
/** The flair CSS class */
|
|
42057
|
+
cssClass?: string | undefined;
|
|
42058
|
+
};
|
|
42059
|
+
|
|
42039
42060
|
export declare type SetUserFlairOptions = SetFlairOptions & {
|
|
42040
42061
|
/** The username of the user to set the flair on */
|
|
42041
42062
|
username: string;
|
|
@@ -42093,8 +42114,8 @@ declare const ShowFormEffect: {
|
|
|
42093
42114
|
decode(input: _m0.Reader | Uint8Array, length?: number): ShowFormEffect;
|
|
42094
42115
|
fromJSON(object: any): ShowFormEffect;
|
|
42095
42116
|
toJSON(message: ShowFormEffect): unknown;
|
|
42096
|
-
create(base?:
|
|
42097
|
-
fromPartial(object:
|
|
42117
|
+
create(base?: DeepPartial_36<ShowFormEffect>): ShowFormEffect;
|
|
42118
|
+
fromPartial(object: DeepPartial_36<ShowFormEffect>): ShowFormEffect;
|
|
42098
42119
|
};
|
|
42099
42120
|
|
|
42100
42121
|
/** Display a popup toast */
|
|
@@ -42108,8 +42129,8 @@ declare const ShowToastEffect: {
|
|
|
42108
42129
|
decode(input: _m0.Reader | Uint8Array, length?: number): ShowToastEffect;
|
|
42109
42130
|
fromJSON(object: any): ShowToastEffect;
|
|
42110
42131
|
toJSON(message: ShowToastEffect): unknown;
|
|
42111
|
-
create(base?:
|
|
42112
|
-
fromPartial(object:
|
|
42132
|
+
create(base?: DeepPartial_38<ShowToastEffect>): ShowToastEffect;
|
|
42133
|
+
fromPartial(object: DeepPartial_38<ShowToastEffect>): ShowToastEffect;
|
|
42113
42134
|
};
|
|
42114
42135
|
|
|
42115
42136
|
declare interface SiteAdminRequest {
|
|
@@ -42262,8 +42283,8 @@ declare const SiteAdminRequest: {
|
|
|
42262
42283
|
decode(input: _m0.Reader | Uint8Array, length?: number): SiteAdminRequest;
|
|
42263
42284
|
fromJSON(object: any): SiteAdminRequest;
|
|
42264
42285
|
toJSON(message: SiteAdminRequest): unknown;
|
|
42265
|
-
create(base?:
|
|
42266
|
-
fromPartial(object:
|
|
42286
|
+
create(base?: DeepPartial_12<SiteAdminRequest>): SiteAdminRequest;
|
|
42287
|
+
fromPartial(object: DeepPartial_12<SiteAdminRequest>): SiteAdminRequest;
|
|
42267
42288
|
};
|
|
42268
42289
|
|
|
42269
42290
|
declare interface SnoozeReportsRequest {
|
|
@@ -42334,8 +42355,8 @@ declare const StickyRequest: {
|
|
|
42334
42355
|
decode(input: _m0.Reader | Uint8Array, length?: number): StickyRequest;
|
|
42335
42356
|
fromJSON(object: any): StickyRequest;
|
|
42336
42357
|
toJSON(message: StickyRequest): unknown;
|
|
42337
|
-
create(base?:
|
|
42338
|
-
fromPartial(object:
|
|
42358
|
+
create(base?: DeepPartial_12<StickyRequest>): StickyRequest;
|
|
42359
|
+
fromPartial(object: DeepPartial_12<StickyRequest>): StickyRequest;
|
|
42339
42360
|
};
|
|
42340
42361
|
|
|
42341
42362
|
declare interface StickyResponse {
|
|
@@ -42349,8 +42370,8 @@ declare const StickyResponse: {
|
|
|
42349
42370
|
decode(input: _m0.Reader | Uint8Array, length?: number): StickyResponse;
|
|
42350
42371
|
fromJSON(object: any): StickyResponse;
|
|
42351
42372
|
toJSON(message: StickyResponse): unknown;
|
|
42352
|
-
create(base?:
|
|
42353
|
-
fromPartial(object:
|
|
42373
|
+
create(base?: DeepPartial_12<StickyResponse>): StickyResponse;
|
|
42374
|
+
fromPartial(object: DeepPartial_12<StickyResponse>): StickyResponse;
|
|
42354
42375
|
};
|
|
42355
42376
|
|
|
42356
42377
|
declare interface StickyResponse_LinkData {
|
|
@@ -42475,8 +42496,8 @@ declare const StickyResponse_LinkData: {
|
|
|
42475
42496
|
decode(input: _m0.Reader | Uint8Array, length?: number): StickyResponse_LinkData;
|
|
42476
42497
|
fromJSON(object: any): StickyResponse_LinkData;
|
|
42477
42498
|
toJSON(message: StickyResponse_LinkData): unknown;
|
|
42478
|
-
create(base?:
|
|
42479
|
-
fromPartial(object:
|
|
42499
|
+
create(base?: DeepPartial_12<StickyResponse_LinkData>): StickyResponse_LinkData;
|
|
42500
|
+
fromPartial(object: DeepPartial_12<StickyResponse_LinkData>): StickyResponse_LinkData;
|
|
42480
42501
|
};
|
|
42481
42502
|
|
|
42482
42503
|
declare interface StickyResponse_StickyResponseData {
|
|
@@ -42494,8 +42515,8 @@ declare const StickyResponse_StickyResponseData: {
|
|
|
42494
42515
|
decode(input: _m0.Reader | Uint8Array, length?: number): StickyResponse_StickyResponseData;
|
|
42495
42516
|
fromJSON(object: any): StickyResponse_StickyResponseData;
|
|
42496
42517
|
toJSON(message: StickyResponse_StickyResponseData): unknown;
|
|
42497
|
-
create(base?:
|
|
42498
|
-
fromPartial(object:
|
|
42518
|
+
create(base?: DeepPartial_12<StickyResponse_StickyResponseData>): StickyResponse_StickyResponseData;
|
|
42519
|
+
fromPartial(object: DeepPartial_12<StickyResponse_StickyResponseData>): StickyResponse_StickyResponseData;
|
|
42499
42520
|
};
|
|
42500
42521
|
|
|
42501
42522
|
declare interface StickyResponse_WrappedStickyListing {
|
|
@@ -42509,8 +42530,8 @@ declare const StickyResponse_WrappedStickyListing: {
|
|
|
42509
42530
|
decode(input: _m0.Reader | Uint8Array, length?: number): StickyResponse_WrappedStickyListing;
|
|
42510
42531
|
fromJSON(object: any): StickyResponse_WrappedStickyListing;
|
|
42511
42532
|
toJSON(message: StickyResponse_WrappedStickyListing): unknown;
|
|
42512
|
-
create(base?:
|
|
42513
|
-
fromPartial(object:
|
|
42533
|
+
create(base?: DeepPartial_12<StickyResponse_WrappedStickyListing>): StickyResponse_WrappedStickyListing;
|
|
42534
|
+
fromPartial(object: DeepPartial_12<StickyResponse_WrappedStickyListing>): StickyResponse_WrappedStickyListing;
|
|
42514
42535
|
};
|
|
42515
42536
|
|
|
42516
42537
|
/** A text field */
|
|
@@ -42730,8 +42751,8 @@ declare const SubmitTextResponse: {
|
|
|
42730
42751
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubmitTextResponse;
|
|
42731
42752
|
fromJSON(object: any): SubmitTextResponse;
|
|
42732
42753
|
toJSON(message: SubmitTextResponse): unknown;
|
|
42733
|
-
create(base?:
|
|
42734
|
-
fromPartial(object:
|
|
42754
|
+
create(base?: DeepPartial_12<SubmitTextResponse>): SubmitTextResponse;
|
|
42755
|
+
fromPartial(object: DeepPartial_12<SubmitTextResponse>): SubmitTextResponse;
|
|
42735
42756
|
};
|
|
42736
42757
|
|
|
42737
42758
|
/**
|
|
@@ -43099,8 +43120,8 @@ declare const Subreddit_2: {
|
|
|
43099
43120
|
decode(input: _m0.Reader | Uint8Array, length?: number): Subreddit_2;
|
|
43100
43121
|
fromJSON(object: any): Subreddit_2;
|
|
43101
43122
|
toJSON(message: Subreddit_2): unknown;
|
|
43102
|
-
create(base?:
|
|
43103
|
-
fromPartial(object:
|
|
43123
|
+
create(base?: DeepPartial_8<Subreddit_2>): Subreddit_2;
|
|
43124
|
+
fromPartial(object: DeepPartial_8<Subreddit_2>): Subreddit_2;
|
|
43104
43125
|
};
|
|
43105
43126
|
|
|
43106
43127
|
declare const SUBREDDIT_LINK_ELEMENT = "r/";
|
|
@@ -43115,8 +43136,8 @@ declare const Subreddit_PostRequirements: {
|
|
|
43115
43136
|
decode(input: _m0.Reader | Uint8Array, length?: number): Subreddit_PostRequirements;
|
|
43116
43137
|
fromJSON(object: any): Subreddit_PostRequirements;
|
|
43117
43138
|
toJSON(message: Subreddit_PostRequirements): unknown;
|
|
43118
|
-
create(base?:
|
|
43119
|
-
fromPartial(object:
|
|
43139
|
+
create(base?: DeepPartial_8<Subreddit_PostRequirements>): Subreddit_PostRequirements;
|
|
43140
|
+
fromPartial(object: DeepPartial_8<Subreddit_PostRequirements>): Subreddit_PostRequirements;
|
|
43120
43141
|
};
|
|
43121
43142
|
|
|
43122
43143
|
declare interface SubredditAboutEditRequest {
|
|
@@ -43133,8 +43154,8 @@ declare const SubredditAboutEditRequest: {
|
|
|
43133
43154
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutEditRequest;
|
|
43134
43155
|
fromJSON(object: any): SubredditAboutEditRequest;
|
|
43135
43156
|
toJSON(message: SubredditAboutEditRequest): unknown;
|
|
43136
|
-
create(base?:
|
|
43137
|
-
fromPartial(object:
|
|
43157
|
+
create(base?: DeepPartial_12<SubredditAboutEditRequest>): SubredditAboutEditRequest;
|
|
43158
|
+
fromPartial(object: DeepPartial_12<SubredditAboutEditRequest>): SubredditAboutEditRequest;
|
|
43138
43159
|
};
|
|
43139
43160
|
|
|
43140
43161
|
declare interface SubredditAboutEditResponse {
|
|
@@ -43148,8 +43169,8 @@ declare const SubredditAboutEditResponse: {
|
|
|
43148
43169
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutEditResponse;
|
|
43149
43170
|
fromJSON(object: any): SubredditAboutEditResponse;
|
|
43150
43171
|
toJSON(message: SubredditAboutEditResponse): unknown;
|
|
43151
|
-
create(base?:
|
|
43152
|
-
fromPartial(object:
|
|
43172
|
+
create(base?: DeepPartial_12<SubredditAboutEditResponse>): SubredditAboutEditResponse;
|
|
43173
|
+
fromPartial(object: DeepPartial_12<SubredditAboutEditResponse>): SubredditAboutEditResponse;
|
|
43153
43174
|
};
|
|
43154
43175
|
|
|
43155
43176
|
declare interface SubredditAboutEditResponse_SubredditSettings {
|
|
@@ -43223,8 +43244,8 @@ declare const SubredditAboutEditResponse_SubredditSettings: {
|
|
|
43223
43244
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutEditResponse_SubredditSettings;
|
|
43224
43245
|
fromJSON(object: any): SubredditAboutEditResponse_SubredditSettings;
|
|
43225
43246
|
toJSON(message: SubredditAboutEditResponse_SubredditSettings): unknown;
|
|
43226
|
-
create(base?:
|
|
43227
|
-
fromPartial(object:
|
|
43247
|
+
create(base?: DeepPartial_12<SubredditAboutEditResponse_SubredditSettings>): SubredditAboutEditResponse_SubredditSettings;
|
|
43248
|
+
fromPartial(object: DeepPartial_12<SubredditAboutEditResponse_SubredditSettings>): SubredditAboutEditResponse_SubredditSettings;
|
|
43228
43249
|
};
|
|
43229
43250
|
|
|
43230
43251
|
declare interface SubredditAboutResponse {
|
|
@@ -43238,8 +43259,8 @@ declare const SubredditAboutResponse: {
|
|
|
43238
43259
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutResponse;
|
|
43239
43260
|
fromJSON(object: any): SubredditAboutResponse;
|
|
43240
43261
|
toJSON(message: SubredditAboutResponse): unknown;
|
|
43241
|
-
create(base?:
|
|
43242
|
-
fromPartial(object:
|
|
43262
|
+
create(base?: DeepPartial_12<SubredditAboutResponse>): SubredditAboutResponse;
|
|
43263
|
+
fromPartial(object: DeepPartial_12<SubredditAboutResponse>): SubredditAboutResponse;
|
|
43243
43264
|
};
|
|
43244
43265
|
|
|
43245
43266
|
declare interface SubredditAboutResponse_AboutData {
|
|
@@ -43356,8 +43377,8 @@ declare const SubredditAboutResponse_AboutData: {
|
|
|
43356
43377
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutResponse_AboutData;
|
|
43357
43378
|
fromJSON(object: any): SubredditAboutResponse_AboutData;
|
|
43358
43379
|
toJSON(message: SubredditAboutResponse_AboutData): unknown;
|
|
43359
|
-
create(base?:
|
|
43360
|
-
fromPartial(object:
|
|
43380
|
+
create(base?: DeepPartial_12<SubredditAboutResponse_AboutData>): SubredditAboutResponse_AboutData;
|
|
43381
|
+
fromPartial(object: DeepPartial_12<SubredditAboutResponse_AboutData>): SubredditAboutResponse_AboutData;
|
|
43361
43382
|
};
|
|
43362
43383
|
|
|
43363
43384
|
declare interface SubredditAboutRulesResponse {
|
|
@@ -43372,8 +43393,8 @@ declare const SubredditAboutRulesResponse: {
|
|
|
43372
43393
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutRulesResponse;
|
|
43373
43394
|
fromJSON(object: any): SubredditAboutRulesResponse;
|
|
43374
43395
|
toJSON(message: SubredditAboutRulesResponse): unknown;
|
|
43375
|
-
create(base?:
|
|
43376
|
-
fromPartial(object:
|
|
43396
|
+
create(base?: DeepPartial_12<SubredditAboutRulesResponse>): SubredditAboutRulesResponse;
|
|
43397
|
+
fromPartial(object: DeepPartial_12<SubredditAboutRulesResponse>): SubredditAboutRulesResponse;
|
|
43377
43398
|
};
|
|
43378
43399
|
|
|
43379
43400
|
declare interface SubredditAboutRulesResponse_RuleFlow {
|
|
@@ -43401,8 +43422,8 @@ declare const SubredditAboutRulesResponse_RuleFlow: {
|
|
|
43401
43422
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutRulesResponse_RuleFlow;
|
|
43402
43423
|
fromJSON(object: any): SubredditAboutRulesResponse_RuleFlow;
|
|
43403
43424
|
toJSON(message: SubredditAboutRulesResponse_RuleFlow): unknown;
|
|
43404
|
-
create(base?:
|
|
43405
|
-
fromPartial(object:
|
|
43425
|
+
create(base?: DeepPartial_12<SubredditAboutRulesResponse_RuleFlow>): SubredditAboutRulesResponse_RuleFlow;
|
|
43426
|
+
fromPartial(object: DeepPartial_12<SubredditAboutRulesResponse_RuleFlow>): SubredditAboutRulesResponse_RuleFlow;
|
|
43406
43427
|
};
|
|
43407
43428
|
|
|
43408
43429
|
declare interface SubredditAboutRulesResponse_SubredditRule {
|
|
@@ -43421,8 +43442,8 @@ declare const SubredditAboutRulesResponse_SubredditRule: {
|
|
|
43421
43442
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutRulesResponse_SubredditRule;
|
|
43422
43443
|
fromJSON(object: any): SubredditAboutRulesResponse_SubredditRule;
|
|
43423
43444
|
toJSON(message: SubredditAboutRulesResponse_SubredditRule): unknown;
|
|
43424
|
-
create(base?:
|
|
43425
|
-
fromPartial(object:
|
|
43445
|
+
create(base?: DeepPartial_12<SubredditAboutRulesResponse_SubredditRule>): SubredditAboutRulesResponse_SubredditRule;
|
|
43446
|
+
fromPartial(object: DeepPartial_12<SubredditAboutRulesResponse_SubredditRule>): SubredditAboutRulesResponse_SubredditRule;
|
|
43426
43447
|
};
|
|
43427
43448
|
|
|
43428
43449
|
declare interface SubredditAboutTrafficResponse {
|
|
@@ -43437,8 +43458,8 @@ declare const SubredditAboutTrafficResponse: {
|
|
|
43437
43458
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutTrafficResponse;
|
|
43438
43459
|
fromJSON(object: any): SubredditAboutTrafficResponse;
|
|
43439
43460
|
toJSON(message: SubredditAboutTrafficResponse): unknown;
|
|
43440
|
-
create(base?:
|
|
43441
|
-
fromPartial(object:
|
|
43461
|
+
create(base?: DeepPartial_12<SubredditAboutTrafficResponse>): SubredditAboutTrafficResponse;
|
|
43462
|
+
fromPartial(object: DeepPartial_12<SubredditAboutTrafficResponse>): SubredditAboutTrafficResponse;
|
|
43442
43463
|
};
|
|
43443
43464
|
|
|
43444
43465
|
declare interface SubredditAboutTrafficResponse_Data {
|
|
@@ -43451,8 +43472,8 @@ declare const SubredditAboutTrafficResponse_Data: {
|
|
|
43451
43472
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAboutTrafficResponse_Data;
|
|
43452
43473
|
fromJSON(object: any): SubredditAboutTrafficResponse_Data;
|
|
43453
43474
|
toJSON(message: SubredditAboutTrafficResponse_Data): unknown;
|
|
43454
|
-
create(base?:
|
|
43455
|
-
fromPartial(object:
|
|
43475
|
+
create(base?: DeepPartial_12<SubredditAboutTrafficResponse_Data>): SubredditAboutTrafficResponse_Data;
|
|
43476
|
+
fromPartial(object: DeepPartial_12<SubredditAboutTrafficResponse_Data>): SubredditAboutTrafficResponse_Data;
|
|
43456
43477
|
};
|
|
43457
43478
|
|
|
43458
43479
|
declare interface SubredditAddRemovalReasonRequest {
|
|
@@ -43470,8 +43491,8 @@ declare const SubredditAddRemovalReasonRequest: {
|
|
|
43470
43491
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAddRemovalReasonRequest;
|
|
43471
43492
|
fromJSON(object: any): SubredditAddRemovalReasonRequest;
|
|
43472
43493
|
toJSON(message: SubredditAddRemovalReasonRequest): unknown;
|
|
43473
|
-
create(base?:
|
|
43474
|
-
fromPartial(object:
|
|
43494
|
+
create(base?: DeepPartial_12<SubredditAddRemovalReasonRequest>): SubredditAddRemovalReasonRequest;
|
|
43495
|
+
fromPartial(object: DeepPartial_12<SubredditAddRemovalReasonRequest>): SubredditAddRemovalReasonRequest;
|
|
43475
43496
|
};
|
|
43476
43497
|
|
|
43477
43498
|
declare interface SubredditAddRemovalReasonResponse {
|
|
@@ -43485,8 +43506,8 @@ declare const SubredditAddRemovalReasonResponse: {
|
|
|
43485
43506
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAddRemovalReasonResponse;
|
|
43486
43507
|
fromJSON(object: any): SubredditAddRemovalReasonResponse;
|
|
43487
43508
|
toJSON(message: SubredditAddRemovalReasonResponse): unknown;
|
|
43488
|
-
create(base?:
|
|
43489
|
-
fromPartial(object:
|
|
43509
|
+
create(base?: DeepPartial_12<SubredditAddRemovalReasonResponse>): SubredditAddRemovalReasonResponse;
|
|
43510
|
+
fromPartial(object: DeepPartial_12<SubredditAddRemovalReasonResponse>): SubredditAddRemovalReasonResponse;
|
|
43490
43511
|
};
|
|
43491
43512
|
|
|
43492
43513
|
declare interface SubredditAutocompleteRequest {
|
|
@@ -43510,8 +43531,8 @@ declare const SubredditAutocompleteRequest: {
|
|
|
43510
43531
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAutocompleteRequest;
|
|
43511
43532
|
fromJSON(object: any): SubredditAutocompleteRequest;
|
|
43512
43533
|
toJSON(message: SubredditAutocompleteRequest): unknown;
|
|
43513
|
-
create(base?:
|
|
43514
|
-
fromPartial(object:
|
|
43534
|
+
create(base?: DeepPartial_12<SubredditAutocompleteRequest>): SubredditAutocompleteRequest;
|
|
43535
|
+
fromPartial(object: DeepPartial_12<SubredditAutocompleteRequest>): SubredditAutocompleteRequest;
|
|
43515
43536
|
};
|
|
43516
43537
|
|
|
43517
43538
|
declare interface SubredditAutocompleteResponse {
|
|
@@ -43525,8 +43546,8 @@ declare const SubredditAutocompleteResponse: {
|
|
|
43525
43546
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAutocompleteResponse;
|
|
43526
43547
|
fromJSON(object: any): SubredditAutocompleteResponse;
|
|
43527
43548
|
toJSON(message: SubredditAutocompleteResponse): unknown;
|
|
43528
|
-
create(base?:
|
|
43529
|
-
fromPartial(object:
|
|
43549
|
+
create(base?: DeepPartial_12<SubredditAutocompleteResponse>): SubredditAutocompleteResponse;
|
|
43550
|
+
fromPartial(object: DeepPartial_12<SubredditAutocompleteResponse>): SubredditAutocompleteResponse;
|
|
43530
43551
|
};
|
|
43531
43552
|
|
|
43532
43553
|
declare interface SubredditAutocompleteResponse_AutocompleteAccount {
|
|
@@ -43560,8 +43581,8 @@ declare const SubredditAutocompleteResponse_AutocompleteAccount: {
|
|
|
43560
43581
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAutocompleteResponse_AutocompleteAccount;
|
|
43561
43582
|
fromJSON(object: any): SubredditAutocompleteResponse_AutocompleteAccount;
|
|
43562
43583
|
toJSON(message: SubredditAutocompleteResponse_AutocompleteAccount): unknown;
|
|
43563
|
-
create(base?:
|
|
43564
|
-
fromPartial(object:
|
|
43584
|
+
create(base?: DeepPartial_12<SubredditAutocompleteResponse_AutocompleteAccount>): SubredditAutocompleteResponse_AutocompleteAccount;
|
|
43585
|
+
fromPartial(object: DeepPartial_12<SubredditAutocompleteResponse_AutocompleteAccount>): SubredditAutocompleteResponse_AutocompleteAccount;
|
|
43565
43586
|
};
|
|
43566
43587
|
|
|
43567
43588
|
declare interface SubredditAutocompleteResponse_AutocompleteAccount_Subreddit {
|
|
@@ -43614,8 +43635,8 @@ declare const SubredditAutocompleteResponse_AutocompleteAccount_Subreddit: {
|
|
|
43614
43635
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAutocompleteResponse_AutocompleteAccount_Subreddit;
|
|
43615
43636
|
fromJSON(object: any): SubredditAutocompleteResponse_AutocompleteAccount_Subreddit;
|
|
43616
43637
|
toJSON(message: SubredditAutocompleteResponse_AutocompleteAccount_Subreddit): unknown;
|
|
43617
|
-
create(base?:
|
|
43618
|
-
fromPartial(object:
|
|
43638
|
+
create(base?: DeepPartial_12<SubredditAutocompleteResponse_AutocompleteAccount_Subreddit>): SubredditAutocompleteResponse_AutocompleteAccount_Subreddit;
|
|
43639
|
+
fromPartial(object: DeepPartial_12<SubredditAutocompleteResponse_AutocompleteAccount_Subreddit>): SubredditAutocompleteResponse_AutocompleteAccount_Subreddit;
|
|
43619
43640
|
};
|
|
43620
43641
|
|
|
43621
43642
|
declare interface SubredditAutocompleteResponse_AutocompleteResponse {
|
|
@@ -43632,8 +43653,8 @@ declare const SubredditAutocompleteResponse_AutocompleteResponse: {
|
|
|
43632
43653
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAutocompleteResponse_AutocompleteResponse;
|
|
43633
43654
|
fromJSON(object: any): SubredditAutocompleteResponse_AutocompleteResponse;
|
|
43634
43655
|
toJSON(message: SubredditAutocompleteResponse_AutocompleteResponse): unknown;
|
|
43635
|
-
create(base?:
|
|
43636
|
-
fromPartial(object:
|
|
43656
|
+
create(base?: DeepPartial_12<SubredditAutocompleteResponse_AutocompleteResponse>): SubredditAutocompleteResponse_AutocompleteResponse;
|
|
43657
|
+
fromPartial(object: DeepPartial_12<SubredditAutocompleteResponse_AutocompleteResponse>): SubredditAutocompleteResponse_AutocompleteResponse;
|
|
43637
43658
|
};
|
|
43638
43659
|
|
|
43639
43660
|
declare interface SubredditAutocompleteResponse_WrappedAutoCompleteAccount {
|
|
@@ -43647,8 +43668,8 @@ declare const SubredditAutocompleteResponse_WrappedAutoCompleteAccount: {
|
|
|
43647
43668
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAutocompleteResponse_WrappedAutoCompleteAccount;
|
|
43648
43669
|
fromJSON(object: any): SubredditAutocompleteResponse_WrappedAutoCompleteAccount;
|
|
43649
43670
|
toJSON(message: SubredditAutocompleteResponse_WrappedAutoCompleteAccount): unknown;
|
|
43650
|
-
create(base?:
|
|
43651
|
-
fromPartial(object:
|
|
43671
|
+
create(base?: DeepPartial_12<SubredditAutocompleteResponse_WrappedAutoCompleteAccount>): SubredditAutocompleteResponse_WrappedAutoCompleteAccount;
|
|
43672
|
+
fromPartial(object: DeepPartial_12<SubredditAutocompleteResponse_WrappedAutoCompleteAccount>): SubredditAutocompleteResponse_WrappedAutoCompleteAccount;
|
|
43652
43673
|
};
|
|
43653
43674
|
|
|
43654
43675
|
declare interface SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit {
|
|
@@ -43662,8 +43683,8 @@ declare const SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit: {
|
|
|
43662
43683
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit;
|
|
43663
43684
|
fromJSON(object: any): SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit;
|
|
43664
43685
|
toJSON(message: SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit): unknown;
|
|
43665
|
-
create(base?:
|
|
43666
|
-
fromPartial(object:
|
|
43686
|
+
create(base?: DeepPartial_12<SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit>): SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit;
|
|
43687
|
+
fromPartial(object: DeepPartial_12<SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit>): SubredditAutocompleteResponse_WrappedAutoCompleteSubreddit;
|
|
43667
43688
|
};
|
|
43668
43689
|
|
|
43669
43690
|
export declare type SubredditData = {
|
|
@@ -43693,8 +43714,8 @@ declare const SubredditGetRemovalReasonsRequest: {
|
|
|
43693
43714
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditGetRemovalReasonsRequest;
|
|
43694
43715
|
fromJSON(object: any): SubredditGetRemovalReasonsRequest;
|
|
43695
43716
|
toJSON(message: SubredditGetRemovalReasonsRequest): unknown;
|
|
43696
|
-
create(base?:
|
|
43697
|
-
fromPartial(object:
|
|
43717
|
+
create(base?: DeepPartial_12<SubredditGetRemovalReasonsRequest>): SubredditGetRemovalReasonsRequest;
|
|
43718
|
+
fromPartial(object: DeepPartial_12<SubredditGetRemovalReasonsRequest>): SubredditGetRemovalReasonsRequest;
|
|
43698
43719
|
};
|
|
43699
43720
|
|
|
43700
43721
|
declare interface SubredditGetRemovalReasonsResponse {
|
|
@@ -43711,8 +43732,8 @@ declare const SubredditGetRemovalReasonsResponse: {
|
|
|
43711
43732
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditGetRemovalReasonsResponse;
|
|
43712
43733
|
fromJSON(object: any): SubredditGetRemovalReasonsResponse;
|
|
43713
43734
|
toJSON(message: SubredditGetRemovalReasonsResponse): unknown;
|
|
43714
|
-
create(base?:
|
|
43715
|
-
fromPartial(object:
|
|
43735
|
+
create(base?: DeepPartial_12<SubredditGetRemovalReasonsResponse>): SubredditGetRemovalReasonsResponse;
|
|
43736
|
+
fromPartial(object: DeepPartial_12<SubredditGetRemovalReasonsResponse>): SubredditGetRemovalReasonsResponse;
|
|
43716
43737
|
};
|
|
43717
43738
|
|
|
43718
43739
|
declare interface SubredditGetRemovalReasonsResponse_DataEntry {
|
|
@@ -43726,8 +43747,8 @@ declare const SubredditGetRemovalReasonsResponse_DataEntry: {
|
|
|
43726
43747
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditGetRemovalReasonsResponse_DataEntry;
|
|
43727
43748
|
fromJSON(object: any): SubredditGetRemovalReasonsResponse_DataEntry;
|
|
43728
43749
|
toJSON(message: SubredditGetRemovalReasonsResponse_DataEntry): unknown;
|
|
43729
|
-
create(base?:
|
|
43730
|
-
fromPartial(object:
|
|
43750
|
+
create(base?: DeepPartial_12<SubredditGetRemovalReasonsResponse_DataEntry>): SubredditGetRemovalReasonsResponse_DataEntry;
|
|
43751
|
+
fromPartial(object: DeepPartial_12<SubredditGetRemovalReasonsResponse_DataEntry>): SubredditGetRemovalReasonsResponse_DataEntry;
|
|
43731
43752
|
};
|
|
43732
43753
|
|
|
43733
43754
|
declare interface SubredditGetRemovalReasonsResponse_SubredditRemovalReason {
|
|
@@ -43745,8 +43766,8 @@ declare const SubredditGetRemovalReasonsResponse_SubredditRemovalReason: {
|
|
|
43745
43766
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditGetRemovalReasonsResponse_SubredditRemovalReason;
|
|
43746
43767
|
fromJSON(object: any): SubredditGetRemovalReasonsResponse_SubredditRemovalReason;
|
|
43747
43768
|
toJSON(message: SubredditGetRemovalReasonsResponse_SubredditRemovalReason): unknown;
|
|
43748
|
-
create(base?:
|
|
43749
|
-
fromPartial(object:
|
|
43769
|
+
create(base?: DeepPartial_12<SubredditGetRemovalReasonsResponse_SubredditRemovalReason>): SubredditGetRemovalReasonsResponse_SubredditRemovalReason;
|
|
43770
|
+
fromPartial(object: DeepPartial_12<SubredditGetRemovalReasonsResponse_SubredditRemovalReason>): SubredditGetRemovalReasonsResponse_SubredditRemovalReason;
|
|
43750
43771
|
};
|
|
43751
43772
|
|
|
43752
43773
|
/**
|
|
@@ -44027,8 +44048,8 @@ declare const SubredditObject: {
|
|
|
44027
44048
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditObject;
|
|
44028
44049
|
fromJSON(object: any): SubredditObject;
|
|
44029
44050
|
toJSON(message: SubredditObject): unknown;
|
|
44030
|
-
create(base?:
|
|
44031
|
-
fromPartial(object:
|
|
44051
|
+
create(base?: DeepPartial_9<SubredditObject>): SubredditObject;
|
|
44052
|
+
fromPartial(object: DeepPartial_9<SubredditObject>): SubredditObject;
|
|
44032
44053
|
};
|
|
44033
44054
|
|
|
44034
44055
|
declare interface SubredditPostRequirementsResponse {
|
|
@@ -44062,8 +44083,8 @@ declare const SubredditPostRequirementsResponse: {
|
|
|
44062
44083
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditPostRequirementsResponse;
|
|
44063
44084
|
fromJSON(object: any): SubredditPostRequirementsResponse;
|
|
44064
44085
|
toJSON(message: SubredditPostRequirementsResponse): unknown;
|
|
44065
|
-
create(base?:
|
|
44066
|
-
fromPartial(object:
|
|
44086
|
+
create(base?: DeepPartial_12<SubredditPostRequirementsResponse>): SubredditPostRequirementsResponse;
|
|
44087
|
+
fromPartial(object: DeepPartial_12<SubredditPostRequirementsResponse>): SubredditPostRequirementsResponse;
|
|
44067
44088
|
};
|
|
44068
44089
|
|
|
44069
44090
|
/** used with data-api */
|
|
@@ -48379,8 +48400,8 @@ declare const SubredditsSearchRequest: {
|
|
|
48379
48400
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditsSearchRequest;
|
|
48380
48401
|
fromJSON(object: any): SubredditsSearchRequest;
|
|
48381
48402
|
toJSON(message: SubredditsSearchRequest): unknown;
|
|
48382
|
-
create(base?:
|
|
48383
|
-
fromPartial(object:
|
|
48403
|
+
create(base?: DeepPartial_12<SubredditsSearchRequest>): SubredditsSearchRequest;
|
|
48404
|
+
fromPartial(object: DeepPartial_12<SubredditsSearchRequest>): SubredditsSearchRequest;
|
|
48384
48405
|
};
|
|
48385
48406
|
|
|
48386
48407
|
declare interface SubredditsSearchResponse {
|
|
@@ -48394,8 +48415,8 @@ declare const SubredditsSearchResponse: {
|
|
|
48394
48415
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditsSearchResponse;
|
|
48395
48416
|
fromJSON(object: any): SubredditsSearchResponse;
|
|
48396
48417
|
toJSON(message: SubredditsSearchResponse): unknown;
|
|
48397
|
-
create(base?:
|
|
48398
|
-
fromPartial(object:
|
|
48418
|
+
create(base?: DeepPartial_12<SubredditsSearchResponse>): SubredditsSearchResponse;
|
|
48419
|
+
fromPartial(object: DeepPartial_12<SubredditsSearchResponse>): SubredditsSearchResponse;
|
|
48399
48420
|
};
|
|
48400
48421
|
|
|
48401
48422
|
declare interface SubredditsSearchResponse_WrappedSubredditObject {
|
|
@@ -48412,8 +48433,8 @@ declare const SubredditsSearchResponse_WrappedSubredditObject: {
|
|
|
48412
48433
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditsSearchResponse_WrappedSubredditObject;
|
|
48413
48434
|
fromJSON(object: any): SubredditsSearchResponse_WrappedSubredditObject;
|
|
48414
48435
|
toJSON(message: SubredditsSearchResponse_WrappedSubredditObject): unknown;
|
|
48415
|
-
create(base?:
|
|
48416
|
-
fromPartial(object:
|
|
48436
|
+
create(base?: DeepPartial_12<SubredditsSearchResponse_WrappedSubredditObject>): SubredditsSearchResponse_WrappedSubredditObject;
|
|
48437
|
+
fromPartial(object: DeepPartial_12<SubredditsSearchResponse_WrappedSubredditObject>): SubredditsSearchResponse_WrappedSubredditObject;
|
|
48417
48438
|
};
|
|
48418
48439
|
|
|
48419
48440
|
declare interface SubredditsSearchResponse_WrappedSubredditObject_SubredditData {
|
|
@@ -48427,8 +48448,8 @@ declare const SubredditsSearchResponse_WrappedSubredditObject_SubredditData: {
|
|
|
48427
48448
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditsSearchResponse_WrappedSubredditObject_SubredditData;
|
|
48428
48449
|
fromJSON(object: any): SubredditsSearchResponse_WrappedSubredditObject_SubredditData;
|
|
48429
48450
|
toJSON(message: SubredditsSearchResponse_WrappedSubredditObject_SubredditData): unknown;
|
|
48430
|
-
create(base?:
|
|
48431
|
-
fromPartial(object:
|
|
48451
|
+
create(base?: DeepPartial_12<SubredditsSearchResponse_WrappedSubredditObject_SubredditData>): SubredditsSearchResponse_WrappedSubredditObject_SubredditData;
|
|
48452
|
+
fromPartial(object: DeepPartial_12<SubredditsSearchResponse_WrappedSubredditObject_SubredditData>): SubredditsSearchResponse_WrappedSubredditObject_SubredditData;
|
|
48432
48453
|
};
|
|
48433
48454
|
|
|
48434
48455
|
declare const SubredditsServiceName = "devvit.plugin.redditapi.subreddits.Subreddits";
|
|
@@ -48502,8 +48523,8 @@ declare const SubredditStylesheetRequest: {
|
|
|
48502
48523
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditStylesheetRequest;
|
|
48503
48524
|
fromJSON(object: any): SubredditStylesheetRequest;
|
|
48504
48525
|
toJSON(message: SubredditStylesheetRequest): unknown;
|
|
48505
|
-
create(base?:
|
|
48506
|
-
fromPartial(object:
|
|
48526
|
+
create(base?: DeepPartial_12<SubredditStylesheetRequest>): SubredditStylesheetRequest;
|
|
48527
|
+
fromPartial(object: DeepPartial_12<SubredditStylesheetRequest>): SubredditStylesheetRequest;
|
|
48507
48528
|
};
|
|
48508
48529
|
|
|
48509
48530
|
declare interface SubredditSubscribe {
|
|
@@ -48517,8 +48538,8 @@ declare const SubredditSubscribe: {
|
|
|
48517
48538
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditSubscribe;
|
|
48518
48539
|
fromJSON(object: any): SubredditSubscribe;
|
|
48519
48540
|
toJSON(message: SubredditSubscribe): unknown;
|
|
48520
|
-
create(base?:
|
|
48521
|
-
fromPartial(object:
|
|
48541
|
+
create(base?: DeepPartial_21<SubredditSubscribe>): SubredditSubscribe;
|
|
48542
|
+
fromPartial(object: DeepPartial_21<SubredditSubscribe>): SubredditSubscribe;
|
|
48522
48543
|
};
|
|
48523
48544
|
|
|
48524
48545
|
export declare type SubredditType = 'public' | 'private' | 'restricted' | 'employees_only' | 'gold_only' | 'gold_restricted' | 'archived' | 'user';
|
|
@@ -48554,8 +48575,8 @@ declare const SubredditV2: {
|
|
|
48554
48575
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubredditV2;
|
|
48555
48576
|
fromJSON(object: any): SubredditV2;
|
|
48556
48577
|
toJSON(message: SubredditV2): unknown;
|
|
48557
|
-
create(base?:
|
|
48558
|
-
fromPartial(object:
|
|
48578
|
+
create(base?: DeepPartial_18<SubredditV2>): SubredditV2;
|
|
48579
|
+
fromPartial(object: DeepPartial_18<SubredditV2>): SubredditV2;
|
|
48559
48580
|
};
|
|
48560
48581
|
|
|
48561
48582
|
export declare class SubredditWikiSettings {
|
|
@@ -48581,8 +48602,8 @@ declare const SubscribeRequest: {
|
|
|
48581
48602
|
decode(input: _m0.Reader | Uint8Array, length?: number): SubscribeRequest;
|
|
48582
48603
|
fromJSON(object: any): SubscribeRequest;
|
|
48583
48604
|
toJSON(message: SubscribeRequest): unknown;
|
|
48584
|
-
create(base?:
|
|
48585
|
-
fromPartial(object:
|
|
48605
|
+
create(base?: DeepPartial_12<SubscribeRequest>): SubscribeRequest;
|
|
48606
|
+
fromPartial(object: DeepPartial_12<SubscribeRequest>): SubscribeRequest;
|
|
48586
48607
|
};
|
|
48587
48608
|
|
|
48588
48609
|
/**
|
|
@@ -48816,8 +48837,8 @@ declare const TextAreaWidget_2: {
|
|
|
48816
48837
|
decode(input: _m0.Reader | Uint8Array, length?: number): TextAreaWidget_2;
|
|
48817
48838
|
fromJSON(object: any): TextAreaWidget_2;
|
|
48818
48839
|
toJSON(message: TextAreaWidget_2): unknown;
|
|
48819
|
-
create(base?:
|
|
48820
|
-
fromPartial(object:
|
|
48840
|
+
create(base?: DeepPartial_5<TextAreaWidget_2>): TextAreaWidget_2;
|
|
48841
|
+
fromPartial(object: DeepPartial_5<TextAreaWidget_2>): TextAreaWidget_2;
|
|
48821
48842
|
};
|
|
48822
48843
|
|
|
48823
48844
|
/**
|
|
@@ -48938,8 +48959,8 @@ declare const Toast_2: {
|
|
|
48938
48959
|
decode(input: _m0.Reader | Uint8Array, length?: number): Toast_2;
|
|
48939
48960
|
fromJSON(object: any): Toast_2;
|
|
48940
48961
|
toJSON(message: Toast_2): unknown;
|
|
48941
|
-
create(base?:
|
|
48942
|
-
fromPartial(object:
|
|
48962
|
+
create(base?: DeepPartial_37<Toast_2>): Toast_2;
|
|
48963
|
+
fromPartial(object: DeepPartial_37<Toast_2>): Toast_2;
|
|
48943
48964
|
};
|
|
48944
48965
|
|
|
48945
48966
|
/** Only fired if the toast has an action button and the user tapped it */
|
|
@@ -48952,8 +48973,8 @@ declare const ToastActionEvent: {
|
|
|
48952
48973
|
decode(input: _m0.Reader | Uint8Array, length?: number): ToastActionEvent;
|
|
48953
48974
|
fromJSON(_: any): ToastActionEvent;
|
|
48954
48975
|
toJSON(_: ToastActionEvent): unknown;
|
|
48955
|
-
create(base?:
|
|
48956
|
-
fromPartial(_:
|
|
48976
|
+
create(base?: DeepPartial_38<ToastActionEvent>): ToastActionEvent;
|
|
48977
|
+
fromPartial(_: DeepPartial_38<ToastActionEvent>): ToastActionEvent;
|
|
48957
48978
|
};
|
|
48958
48979
|
|
|
48959
48980
|
declare enum ToastAppearance {
|
|
@@ -48981,8 +49002,8 @@ declare const ToastLeadingElement: {
|
|
|
48981
49002
|
decode(input: _m0.Reader | Uint8Array, length?: number): ToastLeadingElement;
|
|
48982
49003
|
fromJSON(object: any): ToastLeadingElement;
|
|
48983
49004
|
toJSON(message: ToastLeadingElement): unknown;
|
|
48984
|
-
create(base?:
|
|
48985
|
-
fromPartial(object:
|
|
49005
|
+
create(base?: DeepPartial_37<ToastLeadingElement>): ToastLeadingElement;
|
|
49006
|
+
fromPartial(object: DeepPartial_37<ToastLeadingElement>): ToastLeadingElement;
|
|
48986
49007
|
};
|
|
48987
49008
|
|
|
48988
49009
|
declare interface ToastTrailingElement {
|
|
@@ -48998,8 +49019,8 @@ declare const ToastTrailingElement: {
|
|
|
48998
49019
|
decode(input: _m0.Reader | Uint8Array, length?: number): ToastTrailingElement;
|
|
48999
49020
|
fromJSON(object: any): ToastTrailingElement;
|
|
49000
49021
|
toJSON(message: ToastTrailingElement): unknown;
|
|
49001
|
-
create(base?:
|
|
49002
|
-
fromPartial(object:
|
|
49022
|
+
create(base?: DeepPartial_37<ToastTrailingElement>): ToastTrailingElement;
|
|
49023
|
+
fromPartial(object: DeepPartial_37<ToastTrailingElement>): ToastTrailingElement;
|
|
49003
49024
|
};
|
|
49004
49025
|
|
|
49005
49026
|
declare interface TransactionId {
|
|
@@ -50231,8 +50252,8 @@ declare const UpdateButtonWidgetRequest: {
|
|
|
50231
50252
|
decode(input: _m0.Reader | Uint8Array, length?: number): UpdateButtonWidgetRequest;
|
|
50232
50253
|
fromJSON(object: any): UpdateButtonWidgetRequest;
|
|
50233
50254
|
toJSON(message: UpdateButtonWidgetRequest): unknown;
|
|
50234
|
-
create(base?:
|
|
50235
|
-
fromPartial(object:
|
|
50255
|
+
create(base?: DeepPartial_5<UpdateButtonWidgetRequest>): UpdateButtonWidgetRequest;
|
|
50256
|
+
fromPartial(object: DeepPartial_5<UpdateButtonWidgetRequest>): UpdateButtonWidgetRequest;
|
|
50236
50257
|
};
|
|
50237
50258
|
|
|
50238
50259
|
declare interface UpdateCalendarWidgetRequest {
|
|
@@ -50251,8 +50272,8 @@ declare const UpdateCalendarWidgetRequest: {
|
|
|
50251
50272
|
decode(input: _m0.Reader | Uint8Array, length?: number): UpdateCalendarWidgetRequest;
|
|
50252
50273
|
fromJSON(object: any): UpdateCalendarWidgetRequest;
|
|
50253
50274
|
toJSON(message: UpdateCalendarWidgetRequest): unknown;
|
|
50254
|
-
create(base?:
|
|
50255
|
-
fromPartial(object:
|
|
50275
|
+
create(base?: DeepPartial_5<UpdateCalendarWidgetRequest>): UpdateCalendarWidgetRequest;
|
|
50276
|
+
fromPartial(object: DeepPartial_5<UpdateCalendarWidgetRequest>): UpdateCalendarWidgetRequest;
|
|
50256
50277
|
};
|
|
50257
50278
|
|
|
50258
50279
|
declare interface UpdateCommunityListWidgetRequest {
|
|
@@ -50269,8 +50290,8 @@ declare const UpdateCommunityListWidgetRequest: {
|
|
|
50269
50290
|
decode(input: _m0.Reader | Uint8Array, length?: number): UpdateCommunityListWidgetRequest;
|
|
50270
50291
|
fromJSON(object: any): UpdateCommunityListWidgetRequest;
|
|
50271
50292
|
toJSON(message: UpdateCommunityListWidgetRequest): unknown;
|
|
50272
|
-
create(base?:
|
|
50273
|
-
fromPartial(object:
|
|
50293
|
+
create(base?: DeepPartial_5<UpdateCommunityListWidgetRequest>): UpdateCommunityListWidgetRequest;
|
|
50294
|
+
fromPartial(object: DeepPartial_5<UpdateCommunityListWidgetRequest>): UpdateCommunityListWidgetRequest;
|
|
50274
50295
|
};
|
|
50275
50296
|
|
|
50276
50297
|
declare interface UpdateCommunityListWidgetResponse {
|
|
@@ -50286,8 +50307,8 @@ declare const UpdateCommunityListWidgetResponse: {
|
|
|
50286
50307
|
decode(input: _m0.Reader | Uint8Array, length?: number): UpdateCommunityListWidgetResponse;
|
|
50287
50308
|
fromJSON(object: any): UpdateCommunityListWidgetResponse;
|
|
50288
50309
|
toJSON(message: UpdateCommunityListWidgetResponse): unknown;
|
|
50289
|
-
create(base?:
|
|
50290
|
-
fromPartial(object:
|
|
50310
|
+
create(base?: DeepPartial_5<UpdateCommunityListWidgetResponse>): UpdateCommunityListWidgetResponse;
|
|
50311
|
+
fromPartial(object: DeepPartial_5<UpdateCommunityListWidgetResponse>): UpdateCommunityListWidgetResponse;
|
|
50291
50312
|
};
|
|
50292
50313
|
|
|
50293
50314
|
declare interface UpdateCrowdControlLevelRequest {
|
|
@@ -50324,8 +50345,8 @@ declare const UpdateCustomWidgetRequest: {
|
|
|
50324
50345
|
decode(input: _m0.Reader | Uint8Array, length?: number): UpdateCustomWidgetRequest;
|
|
50325
50346
|
fromJSON(object: any): UpdateCustomWidgetRequest;
|
|
50326
50347
|
toJSON(message: UpdateCustomWidgetRequest): unknown;
|
|
50327
|
-
create(base?:
|
|
50328
|
-
fromPartial(object:
|
|
50348
|
+
create(base?: DeepPartial_5<UpdateCustomWidgetRequest>): UpdateCustomWidgetRequest;
|
|
50349
|
+
fromPartial(object: DeepPartial_5<UpdateCustomWidgetRequest>): UpdateCustomWidgetRequest;
|
|
50329
50350
|
};
|
|
50330
50351
|
|
|
50331
50352
|
declare interface UpdateFriendRelationshipRequest {
|
|
@@ -50358,8 +50379,8 @@ declare const UpdateImageWidgetRequest: {
|
|
|
50358
50379
|
decode(input: _m0.Reader | Uint8Array, length?: number): UpdateImageWidgetRequest;
|
|
50359
50380
|
fromJSON(object: any): UpdateImageWidgetRequest;
|
|
50360
50381
|
toJSON(message: UpdateImageWidgetRequest): unknown;
|
|
50361
|
-
create(base?:
|
|
50362
|
-
fromPartial(object:
|
|
50382
|
+
create(base?: DeepPartial_5<UpdateImageWidgetRequest>): UpdateImageWidgetRequest;
|
|
50383
|
+
fromPartial(object: DeepPartial_5<UpdateImageWidgetRequest>): UpdateImageWidgetRequest;
|
|
50363
50384
|
};
|
|
50364
50385
|
|
|
50365
50386
|
export declare type UpdatePageSettingsOptions = {
|
|
@@ -50388,8 +50409,8 @@ declare const UpdatePostFlairWidgetRequest: {
|
|
|
50388
50409
|
decode(input: _m0.Reader | Uint8Array, length?: number): UpdatePostFlairWidgetRequest;
|
|
50389
50410
|
fromJSON(object: any): UpdatePostFlairWidgetRequest;
|
|
50390
50411
|
toJSON(message: UpdatePostFlairWidgetRequest): unknown;
|
|
50391
|
-
create(base?:
|
|
50392
|
-
fromPartial(object:
|
|
50412
|
+
create(base?: DeepPartial_5<UpdatePostFlairWidgetRequest>): UpdatePostFlairWidgetRequest;
|
|
50413
|
+
fromPartial(object: DeepPartial_5<UpdatePostFlairWidgetRequest>): UpdatePostFlairWidgetRequest;
|
|
50393
50414
|
};
|
|
50394
50415
|
|
|
50395
50416
|
declare interface UpdateTextAreaWidgetRequest {
|
|
@@ -50406,8 +50427,8 @@ declare const UpdateTextAreaWidgetRequest: {
|
|
|
50406
50427
|
decode(input: _m0.Reader | Uint8Array, length?: number): UpdateTextAreaWidgetRequest;
|
|
50407
50428
|
fromJSON(object: any): UpdateTextAreaWidgetRequest;
|
|
50408
50429
|
toJSON(message: UpdateTextAreaWidgetRequest): unknown;
|
|
50409
|
-
create(base?:
|
|
50410
|
-
fromPartial(object:
|
|
50430
|
+
create(base?: DeepPartial_5<UpdateTextAreaWidgetRequest>): UpdateTextAreaWidgetRequest;
|
|
50431
|
+
fromPartial(object: DeepPartial_5<UpdateTextAreaWidgetRequest>): UpdateTextAreaWidgetRequest;
|
|
50411
50432
|
};
|
|
50412
50433
|
|
|
50413
50434
|
export declare type UpdateWikiPageOptions = {
|
|
@@ -50443,8 +50464,8 @@ declare const UpdateWikiPageSettingsRequest: {
|
|
|
50443
50464
|
decode(input: _m0.Reader | Uint8Array, length?: number): UpdateWikiPageSettingsRequest;
|
|
50444
50465
|
fromJSON(object: any): UpdateWikiPageSettingsRequest;
|
|
50445
50466
|
toJSON(message: UpdateWikiPageSettingsRequest): unknown;
|
|
50446
|
-
create(base?:
|
|
50447
|
-
fromPartial(object:
|
|
50467
|
+
create(base?: DeepPartial_10<UpdateWikiPageSettingsRequest>): UpdateWikiPageSettingsRequest;
|
|
50468
|
+
fromPartial(object: DeepPartial_10<UpdateWikiPageSettingsRequest>): UpdateWikiPageSettingsRequest;
|
|
50448
50469
|
};
|
|
50449
50470
|
|
|
50450
50471
|
export declare type UploadMediaOptions = {
|
|
@@ -50473,8 +50494,8 @@ declare const UploadSrImgRequest: {
|
|
|
50473
50494
|
decode(input: _m0.Reader | Uint8Array, length?: number): UploadSrImgRequest;
|
|
50474
50495
|
fromJSON(object: any): UploadSrImgRequest;
|
|
50475
50496
|
toJSON(message: UploadSrImgRequest): unknown;
|
|
50476
|
-
create(base?:
|
|
50477
|
-
fromPartial(object:
|
|
50497
|
+
create(base?: DeepPartial_12<UploadSrImgRequest>): UploadSrImgRequest;
|
|
50498
|
+
fromPartial(object: DeepPartial_12<UploadSrImgRequest>): UploadSrImgRequest;
|
|
50478
50499
|
};
|
|
50479
50500
|
|
|
50480
50501
|
declare interface UploadSrImgResponse {
|
|
@@ -50489,8 +50510,8 @@ declare const UploadSrImgResponse: {
|
|
|
50489
50510
|
decode(input: _m0.Reader | Uint8Array, length?: number): UploadSrImgResponse;
|
|
50490
50511
|
fromJSON(object: any): UploadSrImgResponse;
|
|
50491
50512
|
toJSON(message: UploadSrImgResponse): unknown;
|
|
50492
|
-
create(base?:
|
|
50493
|
-
fromPartial(object:
|
|
50513
|
+
create(base?: DeepPartial_12<UploadSrImgResponse>): UploadSrImgResponse;
|
|
50514
|
+
fromPartial(object: DeepPartial_12<UploadSrImgResponse>): UploadSrImgResponse;
|
|
50494
50515
|
};
|
|
50495
50516
|
|
|
50496
50517
|
declare type UrlString = string;
|
|
@@ -50742,8 +50763,8 @@ declare const User_2: {
|
|
|
50742
50763
|
decode(input: _m0.Reader | Uint8Array, length?: number): User_2;
|
|
50743
50764
|
fromJSON(object: any): User_2;
|
|
50744
50765
|
toJSON(message: User_2): unknown;
|
|
50745
|
-
create(base?:
|
|
50746
|
-
fromPartial(object:
|
|
50766
|
+
create(base?: DeepPartial_7<User_2>): User_2;
|
|
50767
|
+
fromPartial(object: DeepPartial_7<User_2>): User_2;
|
|
50747
50768
|
};
|
|
50748
50769
|
|
|
50749
50770
|
declare const USER_LINK_ELEMENT = "u/";
|
|
@@ -50823,8 +50844,8 @@ declare const UserConfigurableDefinition: {
|
|
|
50823
50844
|
decode(input: _m0.Reader | Uint8Array, length?: number): ConfigForm;
|
|
50824
50845
|
fromJSON(object: any): ConfigForm;
|
|
50825
50846
|
toJSON(message: ConfigForm): unknown;
|
|
50826
|
-
create(base?:
|
|
50827
|
-
fromPartial(object:
|
|
50847
|
+
create(base?: DeepPartial_29<ConfigForm>): ConfigForm;
|
|
50848
|
+
fromPartial(object: DeepPartial_29<ConfigForm>): ConfigForm;
|
|
50828
50849
|
};
|
|
50829
50850
|
readonly responseStream: false;
|
|
50830
50851
|
readonly options: {};
|
|
@@ -50841,8 +50862,8 @@ declare const UserConfigurableDefinition: {
|
|
|
50841
50862
|
decode(input: _m0.Reader | Uint8Array, length?: number): ConfigForm;
|
|
50842
50863
|
fromJSON(object: any): ConfigForm;
|
|
50843
50864
|
toJSON(message: ConfigForm): unknown;
|
|
50844
|
-
create(base?:
|
|
50845
|
-
fromPartial(object:
|
|
50865
|
+
create(base?: DeepPartial_29<ConfigForm>): ConfigForm;
|
|
50866
|
+
fromPartial(object: DeepPartial_29<ConfigForm>): ConfigForm;
|
|
50846
50867
|
};
|
|
50847
50868
|
readonly requestStream: false;
|
|
50848
50869
|
readonly responseType: {
|
|
@@ -50851,8 +50872,8 @@ declare const UserConfigurableDefinition: {
|
|
|
50851
50872
|
decode(input: _m0.Reader | Uint8Array, length?: number): FormResponse;
|
|
50852
50873
|
fromJSON(object: any): FormResponse;
|
|
50853
50874
|
toJSON(message: FormResponse): unknown;
|
|
50854
|
-
create(base?:
|
|
50855
|
-
fromPartial(object:
|
|
50875
|
+
create(base?: DeepPartial_29<FormResponse>): FormResponse;
|
|
50876
|
+
fromPartial(object: DeepPartial_29<FormResponse>): FormResponse;
|
|
50856
50877
|
};
|
|
50857
50878
|
readonly responseStream: false;
|
|
50858
50879
|
readonly options: {};
|
|
@@ -50957,8 +50978,8 @@ declare const UserFeatures: {
|
|
|
50957
50978
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserFeatures;
|
|
50958
50979
|
fromJSON(object: any): UserFeatures;
|
|
50959
50980
|
toJSON(message: UserFeatures): unknown;
|
|
50960
|
-
create(base?:
|
|
50961
|
-
fromPartial(object:
|
|
50981
|
+
create(base?: DeepPartial_7<UserFeatures>): UserFeatures;
|
|
50982
|
+
fromPartial(object: DeepPartial_7<UserFeatures>): UserFeatures;
|
|
50962
50983
|
};
|
|
50963
50984
|
|
|
50964
50985
|
declare interface UserFeatures_Experiment {
|
|
@@ -50973,8 +50994,8 @@ declare const UserFeatures_Experiment: {
|
|
|
50973
50994
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserFeatures_Experiment;
|
|
50974
50995
|
fromJSON(object: any): UserFeatures_Experiment;
|
|
50975
50996
|
toJSON(message: UserFeatures_Experiment): unknown;
|
|
50976
|
-
create(base?:
|
|
50977
|
-
fromPartial(object:
|
|
50997
|
+
create(base?: DeepPartial_7<UserFeatures_Experiment>): UserFeatures_Experiment;
|
|
50998
|
+
fromPartial(object: DeepPartial_7<UserFeatures_Experiment>): UserFeatures_Experiment;
|
|
50978
50999
|
};
|
|
50979
51000
|
|
|
50980
51001
|
export declare type UserFlair = {
|
|
@@ -50998,8 +51019,8 @@ declare const UserFlair_2: {
|
|
|
50998
51019
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserFlair_2;
|
|
50999
51020
|
fromJSON(object: any): UserFlair_2;
|
|
51000
51021
|
toJSON(message: UserFlair_2): unknown;
|
|
51001
|
-
create(base?:
|
|
51002
|
-
fromPartial(object:
|
|
51022
|
+
create(base?: DeepPartial_4<UserFlair_2>): UserFlair_2;
|
|
51023
|
+
fromPartial(object: DeepPartial_4<UserFlair_2>): UserFlair_2;
|
|
51003
51024
|
};
|
|
51004
51025
|
|
|
51005
51026
|
export declare type UserFlairPageOptions = {
|
|
@@ -51022,8 +51043,8 @@ declare const UserFlairRichtext: {
|
|
|
51022
51043
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserFlairRichtext;
|
|
51023
51044
|
fromJSON(object: any): UserFlairRichtext;
|
|
51024
51045
|
toJSON(message: UserFlairRichtext): unknown;
|
|
51025
|
-
create(base?:
|
|
51026
|
-
fromPartial(object:
|
|
51046
|
+
create(base?: DeepPartial_6<UserFlairRichtext>): UserFlairRichtext;
|
|
51047
|
+
fromPartial(object: DeepPartial_6<UserFlairRichtext>): UserFlairRichtext;
|
|
51027
51048
|
};
|
|
51028
51049
|
|
|
51029
51050
|
declare interface UserFlairV2 {
|
|
@@ -51043,8 +51064,8 @@ declare const UserFlairV2: {
|
|
|
51043
51064
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserFlairV2;
|
|
51044
51065
|
fromJSON(object: any): UserFlairV2;
|
|
51045
51066
|
toJSON(message: UserFlairV2): unknown;
|
|
51046
|
-
create(base?:
|
|
51047
|
-
fromPartial(object:
|
|
51067
|
+
create(base?: DeepPartial_19<UserFlairV2>): UserFlairV2;
|
|
51068
|
+
fromPartial(object: DeepPartial_19<UserFlairV2>): UserFlairV2;
|
|
51048
51069
|
};
|
|
51049
51070
|
|
|
51050
51071
|
declare type UserLink = {
|
|
@@ -52625,8 +52646,8 @@ declare const UserSearchResponse: {
|
|
|
52625
52646
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserSearchResponse;
|
|
52626
52647
|
fromJSON(object: any): UserSearchResponse;
|
|
52627
52648
|
toJSON(message: UserSearchResponse): unknown;
|
|
52628
|
-
create(base?:
|
|
52629
|
-
fromPartial(object:
|
|
52649
|
+
create(base?: DeepPartial_12<UserSearchResponse>): UserSearchResponse;
|
|
52650
|
+
fromPartial(object: DeepPartial_12<UserSearchResponse>): UserSearchResponse;
|
|
52630
52651
|
};
|
|
52631
52652
|
|
|
52632
52653
|
declare interface UserSearchResponse_AccData {
|
|
@@ -52644,8 +52665,8 @@ declare const UserSearchResponse_AccData: {
|
|
|
52644
52665
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserSearchResponse_AccData;
|
|
52645
52666
|
fromJSON(object: any): UserSearchResponse_AccData;
|
|
52646
52667
|
toJSON(message: UserSearchResponse_AccData): unknown;
|
|
52647
|
-
create(base?:
|
|
52648
|
-
fromPartial(object:
|
|
52668
|
+
create(base?: DeepPartial_12<UserSearchResponse_AccData>): UserSearchResponse_AccData;
|
|
52669
|
+
fromPartial(object: DeepPartial_12<UserSearchResponse_AccData>): UserSearchResponse_AccData;
|
|
52649
52670
|
};
|
|
52650
52671
|
|
|
52651
52672
|
declare interface UserSearchResponse_Account {
|
|
@@ -52659,8 +52680,8 @@ declare const UserSearchResponse_Account: {
|
|
|
52659
52680
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserSearchResponse_Account;
|
|
52660
52681
|
fromJSON(object: any): UserSearchResponse_Account;
|
|
52661
52682
|
toJSON(message: UserSearchResponse_Account): unknown;
|
|
52662
|
-
create(base?:
|
|
52663
|
-
fromPartial(object:
|
|
52683
|
+
create(base?: DeepPartial_12<UserSearchResponse_Account>): UserSearchResponse_Account;
|
|
52684
|
+
fromPartial(object: DeepPartial_12<UserSearchResponse_Account>): UserSearchResponse_Account;
|
|
52664
52685
|
};
|
|
52665
52686
|
|
|
52666
52687
|
declare interface UserSearchResponse_AccountData {
|
|
@@ -52696,8 +52717,8 @@ declare const UserSearchResponse_AccountData: {
|
|
|
52696
52717
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserSearchResponse_AccountData;
|
|
52697
52718
|
fromJSON(object: any): UserSearchResponse_AccountData;
|
|
52698
52719
|
toJSON(message: UserSearchResponse_AccountData): unknown;
|
|
52699
|
-
create(base?:
|
|
52700
|
-
fromPartial(object:
|
|
52720
|
+
create(base?: DeepPartial_12<UserSearchResponse_AccountData>): UserSearchResponse_AccountData;
|
|
52721
|
+
fromPartial(object: DeepPartial_12<UserSearchResponse_AccountData>): UserSearchResponse_AccountData;
|
|
52701
52722
|
};
|
|
52702
52723
|
|
|
52703
52724
|
declare interface UserSearchResponse_AccountData_Subreddit {
|
|
@@ -52750,8 +52771,8 @@ declare const UserSearchResponse_AccountData_Subreddit: {
|
|
|
52750
52771
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserSearchResponse_AccountData_Subreddit;
|
|
52751
52772
|
fromJSON(object: any): UserSearchResponse_AccountData_Subreddit;
|
|
52752
52773
|
toJSON(message: UserSearchResponse_AccountData_Subreddit): unknown;
|
|
52753
|
-
create(base?:
|
|
52754
|
-
fromPartial(object:
|
|
52774
|
+
create(base?: DeepPartial_12<UserSearchResponse_AccountData_Subreddit>): UserSearchResponse_AccountData_Subreddit;
|
|
52775
|
+
fromPartial(object: DeepPartial_12<UserSearchResponse_AccountData_Subreddit>): UserSearchResponse_AccountData_Subreddit;
|
|
52755
52776
|
};
|
|
52756
52777
|
|
|
52757
52778
|
/**
|
|
@@ -52800,8 +52821,8 @@ declare const UsersSearchRequest: {
|
|
|
52800
52821
|
decode(input: _m0.Reader | Uint8Array, length?: number): UsersSearchRequest;
|
|
52801
52822
|
fromJSON(object: any): UsersSearchRequest;
|
|
52802
52823
|
toJSON(message: UsersSearchRequest): unknown;
|
|
52803
|
-
create(base?:
|
|
52804
|
-
fromPartial(object:
|
|
52824
|
+
create(base?: DeepPartial_12<UsersSearchRequest>): UsersSearchRequest;
|
|
52825
|
+
fromPartial(object: DeepPartial_12<UsersSearchRequest>): UsersSearchRequest;
|
|
52805
52826
|
};
|
|
52806
52827
|
|
|
52807
52828
|
declare const UsersServiceName = "devvit.plugin.redditapi.users.Users";
|
|
@@ -52892,8 +52913,8 @@ declare const UserV2: {
|
|
|
52892
52913
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserV2;
|
|
52893
52914
|
fromJSON(object: any): UserV2;
|
|
52894
52915
|
toJSON(message: UserV2): unknown;
|
|
52895
|
-
create(base?:
|
|
52896
|
-
fromPartial(object:
|
|
52916
|
+
create(base?: DeepPartial_20<UserV2>): UserV2;
|
|
52917
|
+
fromPartial(object: DeepPartial_20<UserV2>): UserV2;
|
|
52897
52918
|
};
|
|
52898
52919
|
|
|
52899
52920
|
declare interface UserWhereRequest {
|
|
@@ -53000,8 +53021,8 @@ declare const ValidateFormRequest: {
|
|
|
53000
53021
|
decode(input: _m0.Reader | Uint8Array, length?: number): ValidateFormRequest;
|
|
53001
53022
|
fromJSON(object: any): ValidateFormRequest;
|
|
53002
53023
|
toJSON(message: ValidateFormRequest): unknown;
|
|
53003
|
-
create(base?:
|
|
53004
|
-
fromPartial(object:
|
|
53024
|
+
create(base?: DeepPartial_48<ValidateFormRequest>): ValidateFormRequest;
|
|
53025
|
+
fromPartial(object: DeepPartial_48<ValidateFormRequest>): ValidateFormRequest;
|
|
53005
53026
|
};
|
|
53006
53027
|
|
|
53007
53028
|
declare interface ValidateFormRequest_FieldValuesEntry {
|
|
@@ -53015,8 +53036,8 @@ declare const ValidateFormRequest_FieldValuesEntry: {
|
|
|
53015
53036
|
decode(input: _m0.Reader | Uint8Array, length?: number): ValidateFormRequest_FieldValuesEntry;
|
|
53016
53037
|
fromJSON(object: any): ValidateFormRequest_FieldValuesEntry;
|
|
53017
53038
|
toJSON(message: ValidateFormRequest_FieldValuesEntry): unknown;
|
|
53018
|
-
create(base?:
|
|
53019
|
-
fromPartial(object:
|
|
53039
|
+
create(base?: DeepPartial_48<ValidateFormRequest_FieldValuesEntry>): ValidateFormRequest_FieldValuesEntry;
|
|
53040
|
+
fromPartial(object: DeepPartial_48<ValidateFormRequest_FieldValuesEntry>): ValidateFormRequest_FieldValuesEntry;
|
|
53020
53041
|
};
|
|
53021
53042
|
|
|
53022
53043
|
declare interface ValidateFormResponse {
|
|
@@ -53034,8 +53055,8 @@ declare const ValidateFormResponse: {
|
|
|
53034
53055
|
decode(input: _m0.Reader | Uint8Array, length?: number): ValidateFormResponse;
|
|
53035
53056
|
fromJSON(object: any): ValidateFormResponse;
|
|
53036
53057
|
toJSON(message: ValidateFormResponse): unknown;
|
|
53037
|
-
create(base?:
|
|
53038
|
-
fromPartial(object:
|
|
53058
|
+
create(base?: DeepPartial_48<ValidateFormResponse>): ValidateFormResponse;
|
|
53059
|
+
fromPartial(object: DeepPartial_48<ValidateFormResponse>): ValidateFormResponse;
|
|
53039
53060
|
};
|
|
53040
53061
|
|
|
53041
53062
|
declare interface ValidateFormResponse_ErrorsEntry {
|
|
@@ -53049,8 +53070,8 @@ declare const ValidateFormResponse_ErrorsEntry: {
|
|
|
53049
53070
|
decode(input: _m0.Reader | Uint8Array, length?: number): ValidateFormResponse_ErrorsEntry;
|
|
53050
53071
|
fromJSON(object: any): ValidateFormResponse_ErrorsEntry;
|
|
53051
53072
|
toJSON(message: ValidateFormResponse_ErrorsEntry): unknown;
|
|
53052
|
-
create(base?:
|
|
53053
|
-
fromPartial(object:
|
|
53073
|
+
create(base?: DeepPartial_48<ValidateFormResponse_ErrorsEntry>): ValidateFormResponse_ErrorsEntry;
|
|
53074
|
+
fromPartial(object: DeepPartial_48<ValidateFormResponse_ErrorsEntry>): ValidateFormResponse_ErrorsEntry;
|
|
53054
53075
|
};
|
|
53055
53076
|
|
|
53056
53077
|
/**
|
|
@@ -53124,8 +53145,8 @@ declare const Vote: {
|
|
|
53124
53145
|
decode(input: _m0.Reader | Uint8Array, length?: number): Vote;
|
|
53125
53146
|
fromJSON(object: any): Vote;
|
|
53126
53147
|
toJSON(message: Vote): unknown;
|
|
53127
|
-
create(base?:
|
|
53128
|
-
fromPartial(object:
|
|
53148
|
+
create(base?: DeepPartial_21<Vote>): Vote;
|
|
53149
|
+
fromPartial(object: DeepPartial_21<Vote>): Vote;
|
|
53129
53150
|
};
|
|
53130
53151
|
|
|
53131
53152
|
declare interface VoteRequest {
|
|
@@ -53184,8 +53205,8 @@ declare const WebViewAppMessage: {
|
|
|
53184
53205
|
decode(input: _m0.Reader | Uint8Array, length?: number): WebViewAppMessage;
|
|
53185
53206
|
fromJSON(object: any): WebViewAppMessage;
|
|
53186
53207
|
toJSON(message: WebViewAppMessage): unknown;
|
|
53187
|
-
create(base?:
|
|
53188
|
-
fromPartial(object:
|
|
53208
|
+
create(base?: DeepPartial_43<WebViewAppMessage>): WebViewAppMessage;
|
|
53209
|
+
fromPartial(object: DeepPartial_43<WebViewAppMessage>): WebViewAppMessage;
|
|
53189
53210
|
};
|
|
53190
53211
|
|
|
53191
53212
|
/** Effect to communicate and control WebViews */
|
|
@@ -53200,8 +53221,8 @@ declare const WebViewEffect: {
|
|
|
53200
53221
|
decode(input: _m0.Reader | Uint8Array, length?: number): WebViewEffect;
|
|
53201
53222
|
fromJSON(object: any): WebViewEffect;
|
|
53202
53223
|
toJSON(message: WebViewEffect): unknown;
|
|
53203
|
-
create(base?:
|
|
53204
|
-
fromPartial(object:
|
|
53224
|
+
create(base?: DeepPartial_45<WebViewEffect>): WebViewEffect;
|
|
53225
|
+
fromPartial(object: DeepPartial_45<WebViewEffect>): WebViewEffect;
|
|
53205
53226
|
};
|
|
53206
53227
|
|
|
53207
53228
|
declare interface WebViewEvent {
|
|
@@ -53255,8 +53276,8 @@ declare const WebViewFullScreenVisibilityEffect: {
|
|
|
53255
53276
|
decode(input: _m0.Reader | Uint8Array, length?: number): WebViewFullScreenVisibilityEffect;
|
|
53256
53277
|
fromJSON(object: any): WebViewFullScreenVisibilityEffect;
|
|
53257
53278
|
toJSON(message: WebViewFullScreenVisibilityEffect): unknown;
|
|
53258
|
-
create(base?:
|
|
53259
|
-
fromPartial(object:
|
|
53279
|
+
create(base?: DeepPartial_44<WebViewFullScreenVisibilityEffect>): WebViewFullScreenVisibilityEffect;
|
|
53280
|
+
fromPartial(object: DeepPartial_44<WebViewFullScreenVisibilityEffect>): WebViewFullScreenVisibilityEffect;
|
|
53260
53281
|
};
|
|
53261
53282
|
|
|
53262
53283
|
declare interface WebViewPostMessageEffect {
|
|
@@ -53276,8 +53297,8 @@ declare const WebViewPostMessageEffect: {
|
|
|
53276
53297
|
decode(input: _m0.Reader | Uint8Array, length?: number): WebViewPostMessageEffect;
|
|
53277
53298
|
fromJSON(object: any): WebViewPostMessageEffect;
|
|
53278
53299
|
toJSON(message: WebViewPostMessageEffect): unknown;
|
|
53279
|
-
create(base?:
|
|
53280
|
-
fromPartial(object:
|
|
53300
|
+
create(base?: DeepPartial_43<WebViewPostMessageEffect>): WebViewPostMessageEffect;
|
|
53301
|
+
fromPartial(object: DeepPartial_43<WebViewPostMessageEffect>): WebViewPostMessageEffect;
|
|
53281
53302
|
};
|
|
53282
53303
|
|
|
53283
53304
|
/** Fired when the content of a WebView calls window.parent.postMessage() */
|
|
@@ -53313,8 +53334,8 @@ declare const WebViewStateMessage: {
|
|
|
53313
53334
|
decode(input: _m0.Reader | Uint8Array, length?: number): WebViewStateMessage;
|
|
53314
53335
|
fromJSON(object: any): WebViewStateMessage;
|
|
53315
53336
|
toJSON(message: WebViewStateMessage): unknown;
|
|
53316
|
-
create(base?:
|
|
53317
|
-
fromPartial(object:
|
|
53337
|
+
create(base?: DeepPartial_43<WebViewStateMessage>): WebViewStateMessage;
|
|
53338
|
+
fromPartial(object: DeepPartial_43<WebViewStateMessage>): WebViewStateMessage;
|
|
53318
53339
|
};
|
|
53319
53340
|
|
|
53320
53341
|
declare interface WebViewUIClient {
|
|
@@ -53381,8 +53402,8 @@ declare const WidgetButton: {
|
|
|
53381
53402
|
decode(input: _m0.Reader | Uint8Array, length?: number): WidgetButton;
|
|
53382
53403
|
fromJSON(object: any): WidgetButton;
|
|
53383
53404
|
toJSON(message: WidgetButton): unknown;
|
|
53384
|
-
create(base?:
|
|
53385
|
-
fromPartial(object:
|
|
53405
|
+
create(base?: DeepPartial_5<WidgetButton>): WidgetButton;
|
|
53406
|
+
fromPartial(object: DeepPartial_5<WidgetButton>): WidgetButton;
|
|
53386
53407
|
};
|
|
53387
53408
|
|
|
53388
53409
|
declare interface WidgetButton_HoverState {
|
|
@@ -53402,8 +53423,8 @@ declare const WidgetButton_HoverState: {
|
|
|
53402
53423
|
decode(input: _m0.Reader | Uint8Array, length?: number): WidgetButton_HoverState;
|
|
53403
53424
|
fromJSON(object: any): WidgetButton_HoverState;
|
|
53404
53425
|
toJSON(message: WidgetButton_HoverState): unknown;
|
|
53405
|
-
create(base?:
|
|
53406
|
-
fromPartial(object:
|
|
53426
|
+
create(base?: DeepPartial_5<WidgetButton_HoverState>): WidgetButton_HoverState;
|
|
53427
|
+
fromPartial(object: DeepPartial_5<WidgetButton_HoverState>): WidgetButton_HoverState;
|
|
53407
53428
|
};
|
|
53408
53429
|
|
|
53409
53430
|
declare interface WidgetImage {
|
|
@@ -53420,8 +53441,8 @@ declare const WidgetImage: {
|
|
|
53420
53441
|
decode(input: _m0.Reader | Uint8Array, length?: number): WidgetImage;
|
|
53421
53442
|
fromJSON(object: any): WidgetImage;
|
|
53422
53443
|
toJSON(message: WidgetImage): unknown;
|
|
53423
|
-
create(base?:
|
|
53424
|
-
fromPartial(object:
|
|
53444
|
+
create(base?: DeepPartial_5<WidgetImage>): WidgetImage;
|
|
53445
|
+
fromPartial(object: DeepPartial_5<WidgetImage>): WidgetImage;
|
|
53425
53446
|
};
|
|
53426
53447
|
|
|
53427
53448
|
/** WIDGETS - https://www.reddit.com/dev/api#section_widgets */
|
|
@@ -55335,8 +55356,8 @@ declare const WidgetStyles: {
|
|
|
55335
55356
|
decode(input: _m0.Reader | Uint8Array, length?: number): WidgetStyles;
|
|
55336
55357
|
fromJSON(object: any): WidgetStyles;
|
|
55337
55358
|
toJSON(message: WidgetStyles): unknown;
|
|
55338
|
-
create(base?:
|
|
55339
|
-
fromPartial(object:
|
|
55359
|
+
create(base?: DeepPartial_5<WidgetStyles>): WidgetStyles;
|
|
55360
|
+
fromPartial(object: DeepPartial_5<WidgetStyles>): WidgetStyles;
|
|
55340
55361
|
};
|
|
55341
55362
|
|
|
55342
55363
|
/** WIKI - https://www.reddit.com/dev/api#section_wiki */
|
|
@@ -58535,8 +58556,8 @@ declare const WikiPage_2: {
|
|
|
58535
58556
|
decode(input: _m0.Reader | Uint8Array, length?: number): WikiPage_2;
|
|
58536
58557
|
fromJSON(object: any): WikiPage_2;
|
|
58537
58558
|
toJSON(message: WikiPage_2): unknown;
|
|
58538
|
-
create(base?:
|
|
58539
|
-
fromPartial(object:
|
|
58559
|
+
create(base?: DeepPartial_10<WikiPage_2>): WikiPage_2;
|
|
58560
|
+
fromPartial(object: DeepPartial_10<WikiPage_2>): WikiPage_2;
|
|
58540
58561
|
};
|
|
58541
58562
|
|
|
58542
58563
|
export declare enum WikiPagePermissionLevel {
|
|
@@ -58583,8 +58604,8 @@ declare const WikiPageRevision_2: {
|
|
|
58583
58604
|
decode(input: _m0.Reader | Uint8Array, length?: number): WikiPageRevision_2;
|
|
58584
58605
|
fromJSON(object: any): WikiPageRevision_2;
|
|
58585
58606
|
toJSON(message: WikiPageRevision_2): unknown;
|
|
58586
|
-
create(base?:
|
|
58587
|
-
fromPartial(object:
|
|
58607
|
+
create(base?: DeepPartial_10<WikiPageRevision_2>): WikiPageRevision_2;
|
|
58608
|
+
fromPartial(object: DeepPartial_10<WikiPageRevision_2>): WikiPageRevision_2;
|
|
58588
58609
|
};
|
|
58589
58610
|
|
|
58590
58611
|
declare interface WikiPageRevisionListing {
|
|
@@ -58600,8 +58621,8 @@ declare const WikiPageRevisionListing: {
|
|
|
58600
58621
|
decode(input: _m0.Reader | Uint8Array, length?: number): WikiPageRevisionListing;
|
|
58601
58622
|
fromJSON(object: any): WikiPageRevisionListing;
|
|
58602
58623
|
toJSON(message: WikiPageRevisionListing): unknown;
|
|
58603
|
-
create(base?:
|
|
58604
|
-
fromPartial(object:
|
|
58624
|
+
create(base?: DeepPartial_10<WikiPageRevisionListing>): WikiPageRevisionListing;
|
|
58625
|
+
fromPartial(object: DeepPartial_10<WikiPageRevisionListing>): WikiPageRevisionListing;
|
|
58605
58626
|
};
|
|
58606
58627
|
|
|
58607
58628
|
declare interface WikiPageRevisionListing_Data {
|
|
@@ -58631,8 +58652,8 @@ declare const WikiPageRevisionListing_Data: {
|
|
|
58631
58652
|
decode(input: _m0.Reader | Uint8Array, length?: number): WikiPageRevisionListing_Data;
|
|
58632
58653
|
fromJSON(object: any): WikiPageRevisionListing_Data;
|
|
58633
58654
|
toJSON(message: WikiPageRevisionListing_Data): unknown;
|
|
58634
|
-
create(base?:
|
|
58635
|
-
fromPartial(object:
|
|
58655
|
+
create(base?: DeepPartial_10<WikiPageRevisionListing_Data>): WikiPageRevisionListing_Data;
|
|
58656
|
+
fromPartial(object: DeepPartial_10<WikiPageRevisionListing_Data>): WikiPageRevisionListing_Data;
|
|
58636
58657
|
};
|
|
58637
58658
|
|
|
58638
58659
|
export declare class WikiPageSettings {
|
|
@@ -58659,8 +58680,8 @@ declare const WikiPageSettings_2: {
|
|
|
58659
58680
|
decode(input: _m0.Reader | Uint8Array, length?: number): WikiPageSettings_2;
|
|
58660
58681
|
fromJSON(object: any): WikiPageSettings_2;
|
|
58661
58682
|
toJSON(message: WikiPageSettings_2): unknown;
|
|
58662
|
-
create(base?:
|
|
58663
|
-
fromPartial(object:
|
|
58683
|
+
create(base?: DeepPartial_10<WikiPageSettings_2>): WikiPageSettings_2;
|
|
58684
|
+
fromPartial(object: DeepPartial_10<WikiPageSettings_2>): WikiPageSettings_2;
|
|
58664
58685
|
};
|
|
58665
58686
|
|
|
58666
58687
|
declare interface WikiPageSettings_Data {
|
|
@@ -58678,8 +58699,8 @@ declare const WikiPageSettings_Data: {
|
|
|
58678
58699
|
decode(input: _m0.Reader | Uint8Array, length?: number): WikiPageSettings_Data;
|
|
58679
58700
|
fromJSON(object: any): WikiPageSettings_Data;
|
|
58680
58701
|
toJSON(message: WikiPageSettings_Data): unknown;
|
|
58681
|
-
create(base?:
|
|
58682
|
-
fromPartial(object:
|
|
58702
|
+
create(base?: DeepPartial_10<WikiPageSettings_Data>): WikiPageSettings_Data;
|
|
58703
|
+
fromPartial(object: DeepPartial_10<WikiPageSettings_Data>): WikiPageSettings_Data;
|
|
58683
58704
|
};
|
|
58684
58705
|
|
|
58685
58706
|
export declare type WithUserData = {
|
|
@@ -58700,8 +58721,8 @@ declare const WrappedRedditObject: {
|
|
|
58700
58721
|
decode(input: _m0.Reader | Uint8Array, length?: number): WrappedRedditObject;
|
|
58701
58722
|
fromJSON(object: any): WrappedRedditObject;
|
|
58702
58723
|
toJSON(message: WrappedRedditObject): unknown;
|
|
58703
|
-
create(base?:
|
|
58704
|
-
fromPartial(object:
|
|
58724
|
+
create(base?: DeepPartial_9<WrappedRedditObject>): WrappedRedditObject;
|
|
58725
|
+
fromPartial(object: DeepPartial_9<WrappedRedditObject>): WrappedRedditObject;
|
|
58705
58726
|
};
|
|
58706
58727
|
|
|
58707
58728
|
declare interface WrappedUserObject {
|
|
@@ -58715,8 +58736,8 @@ declare const WrappedUserObject: {
|
|
|
58715
58736
|
decode(input: _m0.Reader | Uint8Array, length?: number): WrappedUserObject;
|
|
58716
58737
|
fromJSON(object: any): WrappedUserObject;
|
|
58717
58738
|
toJSON(message: WrappedUserObject): unknown;
|
|
58718
|
-
create(base?:
|
|
58719
|
-
fromPartial(object:
|
|
58739
|
+
create(base?: DeepPartial_9<WrappedUserObject>): WrappedUserObject;
|
|
58740
|
+
fromPartial(object: DeepPartial_9<WrappedUserObject>): WrappedUserObject;
|
|
58720
58741
|
};
|
|
58721
58742
|
|
|
58722
58743
|
declare interface ZAddRequest {
|