@book000/twitterts 0.11.0 → 0.13.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/dist/generate-types.js +3 -2
- package/dist/generate-types.js.map +1 -1
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -1
- package/dist/models/exceptions.d.ts +17 -0
- package/dist/models/exceptions.d.ts.map +1 -0
- package/dist/models/exceptions.js +25 -0
- package/dist/models/exceptions.js.map +1 -0
- package/dist/models/responses/custom/custom-search-timeline-entry.d.ts +1 -1
- package/dist/models/responses/custom/custom-search-timeline-entry.d.ts.map +1 -1
- package/dist/models/responses/endpoints.d.ts +32 -5
- package/dist/models/responses/endpoints.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/home-latest-timeline-success.d.ts +243 -4
- package/dist/models/responses/graphql/get/home-latest-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/likes-success.d.ts +1318 -0
- package/dist/models/responses/graphql/get/likes-success.d.ts.map +1 -0
- package/dist/models/responses/graphql/get/likes-success.js +4 -0
- package/dist/models/responses/graphql/get/likes-success.js.map +1 -0
- package/dist/models/responses/graphql/get/quick-promote-eligibility-success.d.ts +14 -0
- package/dist/models/responses/graphql/get/quick-promote-eligibility-success.d.ts.map +1 -0
- package/dist/models/responses/graphql/get/quick-promote-eligibility-success.js +4 -0
- package/dist/models/responses/graphql/get/quick-promote-eligibility-success.js.map +1 -0
- package/dist/models/responses/graphql/get/search-timeline-success.d.ts +1 -1
- package/dist/models/responses/graphql/get/search-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/tweet-detail-success.d.ts +117 -3
- package/dist/models/responses/graphql/get/tweet-detail-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/user-media-success.d.ts +697 -0
- package/dist/models/responses/graphql/get/user-media-success.d.ts.map +1 -0
- package/dist/models/responses/graphql/get/user-media-success.js +4 -0
- package/dist/models/responses/graphql/get/user-media-success.js.map +1 -0
- package/dist/models/responses/graphql/get/user-tweets-and-replies-success.d.ts +2841 -0
- package/dist/models/responses/graphql/get/user-tweets-and-replies-success.d.ts.map +1 -0
- package/dist/models/responses/graphql/get/user-tweets-and-replies-success.js +4 -0
- package/dist/models/responses/graphql/get/user-tweets-and-replies-success.js.map +1 -0
- package/dist/models/responses/graphql/get/user-tweets-success.d.ts +108 -1
- package/dist/models/responses/graphql/get/user-tweets-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/users-by-rest-ids-success.d.ts +61 -0
- package/dist/models/responses/graphql/get/users-by-rest-ids-success.d.ts.map +1 -0
- package/dist/models/responses/graphql/get/users-by-rest-ids-success.js +4 -0
- package/dist/models/responses/graphql/get/users-by-rest-ids-success.js.map +1 -0
- package/dist/models/responses/graphql/post/create-retweet-success.d.ts +16 -0
- package/dist/models/responses/graphql/post/create-retweet-success.d.ts.map +1 -0
- package/dist/models/responses/graphql/post/create-retweet-success.js +4 -0
- package/dist/models/responses/graphql/post/create-retweet-success.js.map +1 -0
- package/dist/models/responses/graphql/post/delete-retweet-success.d.ts +16 -0
- package/dist/models/responses/graphql/post/delete-retweet-success.d.ts.map +1 -0
- package/dist/models/responses/graphql/post/delete-retweet-success.js +4 -0
- package/dist/models/responses/graphql/post/delete-retweet-success.js.map +1 -0
- package/dist/models/responses/graphql/post/favorite-tweet-success.d.ts +31 -0
- package/dist/models/responses/graphql/post/favorite-tweet-success.d.ts.map +1 -0
- package/dist/models/responses/graphql/post/favorite-tweet-success.js +4 -0
- package/dist/models/responses/graphql/post/favorite-tweet-success.js.map +1 -0
- package/dist/models/responses/graphql/post/home-latest-timeline-success.d.ts +254 -6
- package/dist/models/responses/graphql/post/home-latest-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/post/unfavorite-tweet-success.d.ts +31 -0
- package/dist/models/responses/graphql/post/unfavorite-tweet-success.d.ts.map +1 -0
- package/dist/models/responses/graphql/post/unfavorite-tweet-success.js +4 -0
- package/dist/models/responses/graphql/post/unfavorite-tweet-success.js.map +1 -0
- package/dist/options.d.ts +16 -0
- package/dist/options.d.ts.map +1 -1
- package/dist/parser/user-like-tweets.d.ts +20 -0
- package/dist/parser/user-like-tweets.d.ts.map +1 -0
- package/dist/parser/user-like-tweets.js +59 -0
- package/dist/parser/user-like-tweets.js.map +1 -0
- package/dist/scraper.d.ts +1 -1
- package/dist/scraper.d.ts.map +1 -1
- package/dist/scraper.js +11 -2
- package/dist/scraper.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/twitter.d.ts +15 -1
- package/dist/twitter.d.ts.map +1 -1
- package/dist/twitter.js +80 -6
- package/dist/twitter.js.map +1 -1
- package/dist/twitter.test.js +14 -1
- package/dist/twitter.test.js.map +1 -1
- package/package.json +9 -9
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/** GraphQL POST FavoriteTweet 成功レスポンスモデル */
|
|
2
|
+
export interface GraphQLPostFavoriteTweetSuccessResponse {
|
|
3
|
+
data: {
|
|
4
|
+
favorite_tweet?: string;
|
|
5
|
+
};
|
|
6
|
+
errors?: {
|
|
7
|
+
message: string;
|
|
8
|
+
locations: {
|
|
9
|
+
line: number;
|
|
10
|
+
column: number;
|
|
11
|
+
}[];
|
|
12
|
+
path: string[];
|
|
13
|
+
extensions: {
|
|
14
|
+
name: string;
|
|
15
|
+
source: string;
|
|
16
|
+
code: number;
|
|
17
|
+
kind: string;
|
|
18
|
+
tracing: {
|
|
19
|
+
trace_id: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
code: number;
|
|
23
|
+
kind: string;
|
|
24
|
+
name: string;
|
|
25
|
+
source: string;
|
|
26
|
+
tracing: {
|
|
27
|
+
trace_id: string;
|
|
28
|
+
};
|
|
29
|
+
}[];
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=favorite-tweet-success.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"favorite-tweet-success.d.ts","sourceRoot":"","sources":["../../../../../src/models/responses/graphql/post/favorite-tweet-success.ts"],"names":[],"mappings":"AAEA,4CAA4C;AAE5C,MAAM,WAAW,uCAAuC;IACtD,IAAI,EAAE;QACJ,cAAc,CAAC,EAAE,MAAM,CAAA;KACxB,CAAA;IACD,MAAM,CAAC,EAAE;QACP,OAAO,EAAE,MAAM,CAAA;QACf,SAAS,EAAE;YACT,IAAI,EAAE,MAAM,CAAA;YACZ,MAAM,EAAE,MAAM,CAAA;SACf,EAAE,CAAA;QACH,IAAI,EAAE,MAAM,EAAE,CAAA;QACd,UAAU,EAAE;YACV,IAAI,EAAE,MAAM,CAAA;YACZ,MAAM,EAAE,MAAM,CAAA;YACd,IAAI,EAAE,MAAM,CAAA;YACZ,IAAI,EAAE,MAAM,CAAA;YACZ,OAAO,EAAE;gBACP,QAAQ,EAAE,MAAM,CAAA;aACjB,CAAA;SACF,CAAA;QACD,IAAI,EAAE,MAAM,CAAA;QACZ,IAAI,EAAE,MAAM,CAAA;QACZ,IAAI,EAAE,MAAM,CAAA;QACZ,MAAM,EAAE,MAAM,CAAA;QACd,OAAO,EAAE;YACP,QAAQ,EAAE,MAAM,CAAA;SACjB,CAAA;KACF,EAAE,CAAA;CACJ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"favorite-tweet-success.js","sourceRoot":"","sources":["../../../../../src/models/responses/graphql/post/favorite-tweet-success.ts"],"names":[],"mappings":";AAAA,iDAAiD"}
|
|
@@ -5,7 +5,7 @@ export interface GraphQLPostHomeLatestTimelineSuccessResponse {
|
|
|
5
5
|
home_timeline_urt: {
|
|
6
6
|
instructions: {
|
|
7
7
|
type: string;
|
|
8
|
-
entries
|
|
8
|
+
entries?: {
|
|
9
9
|
entryId: string;
|
|
10
10
|
sortIndex: string;
|
|
11
11
|
content: {
|
|
@@ -315,7 +315,12 @@ export interface GraphQLPostHomeLatestTimelineSuccessResponse {
|
|
|
315
315
|
description: string;
|
|
316
316
|
entities: {
|
|
317
317
|
description: {
|
|
318
|
-
urls:
|
|
318
|
+
urls: {
|
|
319
|
+
display_url: string;
|
|
320
|
+
expanded_url: string;
|
|
321
|
+
url: string;
|
|
322
|
+
indices: number[];
|
|
323
|
+
}[];
|
|
319
324
|
};
|
|
320
325
|
url?: {
|
|
321
326
|
urls: {
|
|
@@ -3110,6 +3115,7 @@ export interface GraphQLPostHomeLatestTimelineSuccessResponse {
|
|
|
3110
3115
|
mediaStats?: {
|
|
3111
3116
|
viewCount: number;
|
|
3112
3117
|
};
|
|
3118
|
+
ext_alt_text?: string;
|
|
3113
3119
|
}[];
|
|
3114
3120
|
};
|
|
3115
3121
|
favorite_count: number;
|
|
@@ -3418,6 +3424,44 @@ export interface GraphQLPostHomeLatestTimelineSuccessResponse {
|
|
|
3418
3424
|
reply_count: number;
|
|
3419
3425
|
retweet_count: number;
|
|
3420
3426
|
};
|
|
3427
|
+
birdwatch_pivot?: {
|
|
3428
|
+
callToAction: {
|
|
3429
|
+
prompt: string;
|
|
3430
|
+
title: string;
|
|
3431
|
+
destinationUrl: string;
|
|
3432
|
+
};
|
|
3433
|
+
destinationUrl: string;
|
|
3434
|
+
footer: {
|
|
3435
|
+
text: string;
|
|
3436
|
+
entities: {
|
|
3437
|
+
fromIndex: number;
|
|
3438
|
+
toIndex: number;
|
|
3439
|
+
ref: {
|
|
3440
|
+
type: string;
|
|
3441
|
+
url: string;
|
|
3442
|
+
urlType: string;
|
|
3443
|
+
};
|
|
3444
|
+
}[];
|
|
3445
|
+
};
|
|
3446
|
+
note: {
|
|
3447
|
+
rest_id: string;
|
|
3448
|
+
};
|
|
3449
|
+
subtitle: {
|
|
3450
|
+
text: string;
|
|
3451
|
+
entities: {
|
|
3452
|
+
fromIndex: number;
|
|
3453
|
+
toIndex: number;
|
|
3454
|
+
ref: {
|
|
3455
|
+
type: string;
|
|
3456
|
+
url: string;
|
|
3457
|
+
urlType: string;
|
|
3458
|
+
};
|
|
3459
|
+
}[];
|
|
3460
|
+
};
|
|
3461
|
+
title: string;
|
|
3462
|
+
shorttitle: string;
|
|
3463
|
+
iconType: string;
|
|
3464
|
+
};
|
|
3421
3465
|
};
|
|
3422
3466
|
};
|
|
3423
3467
|
tweetDisplayType: string;
|
|
@@ -3527,6 +3571,99 @@ export interface GraphQLPostHomeLatestTimelineSuccessResponse {
|
|
|
3527
3571
|
};
|
|
3528
3572
|
adMetadataContainer?: {
|
|
3529
3573
|
remove_promoted_attribution_for_preroll?: boolean;
|
|
3574
|
+
dynamicCardContent?: {
|
|
3575
|
+
card_type: string;
|
|
3576
|
+
layout: {
|
|
3577
|
+
__typename: string;
|
|
3578
|
+
components: {
|
|
3579
|
+
__typename: string;
|
|
3580
|
+
media?: {
|
|
3581
|
+
id: string;
|
|
3582
|
+
media_key: string;
|
|
3583
|
+
media_id: string;
|
|
3584
|
+
media_info: {
|
|
3585
|
+
__typename: string;
|
|
3586
|
+
original_img_height: number;
|
|
3587
|
+
original_img_width: number;
|
|
3588
|
+
original_img_url: string;
|
|
3589
|
+
color_info: {
|
|
3590
|
+
palette: {
|
|
3591
|
+
percentage: number;
|
|
3592
|
+
rgb: {
|
|
3593
|
+
blue: number;
|
|
3594
|
+
green: number;
|
|
3595
|
+
red: number;
|
|
3596
|
+
};
|
|
3597
|
+
}[];
|
|
3598
|
+
};
|
|
3599
|
+
};
|
|
3600
|
+
};
|
|
3601
|
+
destination_obj?: {
|
|
3602
|
+
__typename: string;
|
|
3603
|
+
user_id: string;
|
|
3604
|
+
};
|
|
3605
|
+
user?: {
|
|
3606
|
+
rest_id: string;
|
|
3607
|
+
};
|
|
3608
|
+
first_media?: {
|
|
3609
|
+
media: {
|
|
3610
|
+
id: string;
|
|
3611
|
+
media_key: string;
|
|
3612
|
+
media_id: string;
|
|
3613
|
+
media_info: {
|
|
3614
|
+
__typename: string;
|
|
3615
|
+
original_img_height: number;
|
|
3616
|
+
original_img_width: number;
|
|
3617
|
+
original_img_url: string;
|
|
3618
|
+
color_info: {
|
|
3619
|
+
palette: {
|
|
3620
|
+
percentage: number;
|
|
3621
|
+
rgb: {
|
|
3622
|
+
blue: number;
|
|
3623
|
+
green: number;
|
|
3624
|
+
red: number;
|
|
3625
|
+
};
|
|
3626
|
+
}[];
|
|
3627
|
+
};
|
|
3628
|
+
};
|
|
3629
|
+
};
|
|
3630
|
+
destination_obj: {
|
|
3631
|
+
__typename: string;
|
|
3632
|
+
user_id: string;
|
|
3633
|
+
};
|
|
3634
|
+
};
|
|
3635
|
+
full_media_list?: {
|
|
3636
|
+
media: {
|
|
3637
|
+
id: string;
|
|
3638
|
+
media_key: string;
|
|
3639
|
+
media_id: string;
|
|
3640
|
+
media_info: {
|
|
3641
|
+
__typename: string;
|
|
3642
|
+
original_img_height: number;
|
|
3643
|
+
original_img_width: number;
|
|
3644
|
+
original_img_url: string;
|
|
3645
|
+
color_info: {
|
|
3646
|
+
palette: {
|
|
3647
|
+
percentage: number;
|
|
3648
|
+
rgb: {
|
|
3649
|
+
blue: number;
|
|
3650
|
+
green: number;
|
|
3651
|
+
red: number;
|
|
3652
|
+
};
|
|
3653
|
+
}[];
|
|
3654
|
+
};
|
|
3655
|
+
};
|
|
3656
|
+
};
|
|
3657
|
+
destination_obj: {
|
|
3658
|
+
__typename: string;
|
|
3659
|
+
user_id: string;
|
|
3660
|
+
};
|
|
3661
|
+
}[];
|
|
3662
|
+
}[];
|
|
3663
|
+
};
|
|
3664
|
+
display_options: {};
|
|
3665
|
+
card_fetch_state: string;
|
|
3666
|
+
};
|
|
3530
3667
|
};
|
|
3531
3668
|
};
|
|
3532
3669
|
prerollMetadata?: {
|
|
@@ -3578,7 +3715,7 @@ export interface GraphQLPostHomeLatestTimelineSuccessResponse {
|
|
|
3578
3715
|
indices: number[];
|
|
3579
3716
|
}[];
|
|
3580
3717
|
};
|
|
3581
|
-
url
|
|
3718
|
+
url?: {
|
|
3582
3719
|
urls: {
|
|
3583
3720
|
display_url: string;
|
|
3584
3721
|
expanded_url: string;
|
|
@@ -3606,7 +3743,7 @@ export interface GraphQLPostHomeLatestTimelineSuccessResponse {
|
|
|
3606
3743
|
screen_name: string;
|
|
3607
3744
|
statuses_count: number;
|
|
3608
3745
|
translator_type: string;
|
|
3609
|
-
url
|
|
3746
|
+
url?: string;
|
|
3610
3747
|
verified: boolean;
|
|
3611
3748
|
verified_type: string;
|
|
3612
3749
|
want_retweets: boolean;
|
|
@@ -3642,6 +3779,7 @@ export interface GraphQLPostHomeLatestTimelineSuccessResponse {
|
|
|
3642
3779
|
timelinesDetails: {
|
|
3643
3780
|
injectionType?: string;
|
|
3644
3781
|
controllerData: string;
|
|
3782
|
+
sourceData?: string;
|
|
3645
3783
|
};
|
|
3646
3784
|
};
|
|
3647
3785
|
};
|
|
@@ -3651,7 +3789,7 @@ export interface GraphQLPostHomeLatestTimelineSuccessResponse {
|
|
|
3651
3789
|
itemContent: {
|
|
3652
3790
|
itemType: string;
|
|
3653
3791
|
__typename: string;
|
|
3654
|
-
tweet_results
|
|
3792
|
+
tweet_results?: {
|
|
3655
3793
|
result: {
|
|
3656
3794
|
__typename: string;
|
|
3657
3795
|
rest_id: string;
|
|
@@ -3957,7 +4095,69 @@ export interface GraphQLPostHomeLatestTimelineSuccessResponse {
|
|
|
3957
4095
|
};
|
|
3958
4096
|
};
|
|
3959
4097
|
};
|
|
3960
|
-
tweetDisplayType
|
|
4098
|
+
tweetDisplayType?: string;
|
|
4099
|
+
user_results?: {
|
|
4100
|
+
result: {
|
|
4101
|
+
__typename: string;
|
|
4102
|
+
id: string;
|
|
4103
|
+
rest_id: string;
|
|
4104
|
+
affiliates_highlighted_label: {};
|
|
4105
|
+
has_graduated_access: boolean;
|
|
4106
|
+
is_blue_verified: boolean;
|
|
4107
|
+
profile_image_shape: string;
|
|
4108
|
+
legacy: {
|
|
4109
|
+
can_dm: boolean;
|
|
4110
|
+
can_media_tag: boolean;
|
|
4111
|
+
created_at: string;
|
|
4112
|
+
default_profile: boolean;
|
|
4113
|
+
default_profile_image: boolean;
|
|
4114
|
+
description: string;
|
|
4115
|
+
entities: {
|
|
4116
|
+
description: {
|
|
4117
|
+
urls: unknown[];
|
|
4118
|
+
};
|
|
4119
|
+
url?: {
|
|
4120
|
+
urls: {
|
|
4121
|
+
display_url: string;
|
|
4122
|
+
expanded_url: string;
|
|
4123
|
+
url: string;
|
|
4124
|
+
indices: number[];
|
|
4125
|
+
}[];
|
|
4126
|
+
};
|
|
4127
|
+
};
|
|
4128
|
+
fast_followers_count: number;
|
|
4129
|
+
favourites_count: number;
|
|
4130
|
+
followers_count: number;
|
|
4131
|
+
friends_count: number;
|
|
4132
|
+
has_custom_timelines: boolean;
|
|
4133
|
+
is_translator: boolean;
|
|
4134
|
+
listed_count: number;
|
|
4135
|
+
location: string;
|
|
4136
|
+
media_count: number;
|
|
4137
|
+
name: string;
|
|
4138
|
+
normal_followers_count: number;
|
|
4139
|
+
pinned_tweet_ids_str: string[];
|
|
4140
|
+
possibly_sensitive: boolean;
|
|
4141
|
+
profile_image_url_https: string;
|
|
4142
|
+
profile_interstitial_type: string;
|
|
4143
|
+
screen_name: string;
|
|
4144
|
+
statuses_count: number;
|
|
4145
|
+
translator_type: string;
|
|
4146
|
+
url?: string;
|
|
4147
|
+
verified: boolean;
|
|
4148
|
+
want_retweets: boolean;
|
|
4149
|
+
withheld_in_countries: unknown[];
|
|
4150
|
+
followed_by?: boolean;
|
|
4151
|
+
profile_banner_url?: string;
|
|
4152
|
+
};
|
|
4153
|
+
};
|
|
4154
|
+
};
|
|
4155
|
+
userDisplayType?: string;
|
|
4156
|
+
socialContext?: {
|
|
4157
|
+
type: string;
|
|
4158
|
+
contextType: string;
|
|
4159
|
+
text: string;
|
|
4160
|
+
};
|
|
3961
4161
|
};
|
|
3962
4162
|
clientEventInfo: {
|
|
3963
4163
|
component: string;
|
|
@@ -3966,6 +4166,7 @@ export interface GraphQLPostHomeLatestTimelineSuccessResponse {
|
|
|
3966
4166
|
timelinesDetails: {
|
|
3967
4167
|
injectionType: string;
|
|
3968
4168
|
controllerData: string;
|
|
4169
|
+
sourceData?: string;
|
|
3969
4170
|
};
|
|
3970
4171
|
};
|
|
3971
4172
|
};
|
|
@@ -3978,14 +4179,61 @@ export interface GraphQLPostHomeLatestTimelineSuccessResponse {
|
|
|
3978
4179
|
};
|
|
3979
4180
|
};
|
|
3980
4181
|
displayType?: string;
|
|
4182
|
+
header?: {
|
|
4183
|
+
displayType: string;
|
|
4184
|
+
text: string;
|
|
4185
|
+
sticky: boolean;
|
|
4186
|
+
};
|
|
4187
|
+
footer?: {
|
|
4188
|
+
displayType: string;
|
|
4189
|
+
text: string;
|
|
4190
|
+
landingUrl: {
|
|
4191
|
+
url: string;
|
|
4192
|
+
urlType: string;
|
|
4193
|
+
};
|
|
4194
|
+
};
|
|
4195
|
+
feedbackInfo?: {
|
|
4196
|
+
feedbackKeys: string[];
|
|
4197
|
+
};
|
|
3981
4198
|
};
|
|
3982
4199
|
}[];
|
|
4200
|
+
alertType?: string;
|
|
4201
|
+
triggerDelayMs?: number;
|
|
4202
|
+
displayDurationMs?: number;
|
|
4203
|
+
usersResults?: unknown[];
|
|
4204
|
+
richText?: {
|
|
4205
|
+
text: string;
|
|
4206
|
+
entities: unknown[];
|
|
4207
|
+
};
|
|
4208
|
+
iconDisplayInfo?: {
|
|
4209
|
+
icon: string;
|
|
4210
|
+
tint: string;
|
|
4211
|
+
};
|
|
4212
|
+
colorConfig?: {
|
|
4213
|
+
background: string;
|
|
4214
|
+
border: string;
|
|
4215
|
+
text: string;
|
|
4216
|
+
};
|
|
4217
|
+
displayLocation?: string;
|
|
3983
4218
|
}[];
|
|
3984
4219
|
metadata: {
|
|
3985
4220
|
scribeConfig: {
|
|
3986
4221
|
page: string;
|
|
3987
4222
|
};
|
|
3988
4223
|
};
|
|
4224
|
+
responseObjects?: {
|
|
4225
|
+
feedbackActions: {
|
|
4226
|
+
key: string;
|
|
4227
|
+
value: {
|
|
4228
|
+
feedbackType: string;
|
|
4229
|
+
prompt: string;
|
|
4230
|
+
confirmation: string;
|
|
4231
|
+
encodedFeedbackRequest: string;
|
|
4232
|
+
hasUndoAction: boolean;
|
|
4233
|
+
icon: string;
|
|
4234
|
+
};
|
|
4235
|
+
}[];
|
|
4236
|
+
};
|
|
3989
4237
|
};
|
|
3990
4238
|
};
|
|
3991
4239
|
};
|