@maxim_mazurok/gapi.client.dataportability-v1 0.0.20250113 → 0.0.20250115
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/index.d.ts +1 -1
- package/package.json +1 -1
- package/readme.md +65 -65
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://dataportability.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250115
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -48,199 +48,199 @@ Don't forget to authenticate your client before sending any request to resources
|
|
|
48
48
|
// declare client_id registered in Google Developers Console
|
|
49
49
|
var client_id = '',
|
|
50
50
|
scope = [
|
|
51
|
-
// Move a copy of the Google Alerts subscriptions you created
|
|
51
|
+
// Move a copy of the Google Alerts subscriptions you created
|
|
52
52
|
'https://www.googleapis.com/auth/dataportability.alerts.subscriptions',
|
|
53
53
|
|
|
54
|
-
// Move a copy of messages between you and the businesses you have conversations with across Google services
|
|
54
|
+
// Move a copy of messages between you and the businesses you have conversations with across Google services
|
|
55
55
|
'https://www.googleapis.com/auth/dataportability.businessmessaging.conversations',
|
|
56
56
|
|
|
57
|
-
// Move a copy of the information you entered into online forms in Chrome
|
|
57
|
+
// Move a copy of the information you entered into online forms in Chrome
|
|
58
58
|
'https://www.googleapis.com/auth/dataportability.chrome.autofill',
|
|
59
59
|
|
|
60
|
-
// Move a copy of pages you bookmarked in Chrome
|
|
60
|
+
// Move a copy of pages you bookmarked in Chrome
|
|
61
61
|
'https://www.googleapis.com/auth/dataportability.chrome.bookmarks',
|
|
62
62
|
|
|
63
|
-
// Move a copy of words you added to Chrome's dictionary
|
|
63
|
+
// Move a copy of words you added to Chrome's dictionary
|
|
64
64
|
'https://www.googleapis.com/auth/dataportability.chrome.dictionary',
|
|
65
65
|
|
|
66
|
-
// Move a copy of extensions you installed from the Chrome Web Store
|
|
66
|
+
// Move a copy of extensions you installed from the Chrome Web Store
|
|
67
67
|
'https://www.googleapis.com/auth/dataportability.chrome.extensions',
|
|
68
68
|
|
|
69
|
-
// Move a copy of sites you visited in Chrome
|
|
69
|
+
// Move a copy of sites you visited in Chrome
|
|
70
70
|
'https://www.googleapis.com/auth/dataportability.chrome.history',
|
|
71
71
|
|
|
72
|
-
// Move a copy of pages you added to your reading list in Chrome
|
|
72
|
+
// Move a copy of pages you added to your reading list in Chrome
|
|
73
73
|
'https://www.googleapis.com/auth/dataportability.chrome.reading_list',
|
|
74
74
|
|
|
75
|
-
// Move a copy of your settings in Chrome
|
|
75
|
+
// Move a copy of your settings in Chrome
|
|
76
76
|
'https://www.googleapis.com/auth/dataportability.chrome.settings',
|
|
77
77
|
|
|
78
|
-
// Move a copy of searches and sites you follow, saved by Discover
|
|
78
|
+
// Move a copy of searches and sites you follow, saved by Discover
|
|
79
79
|
'https://www.googleapis.com/auth/dataportability.discover.follows',
|
|
80
80
|
|
|
81
|
-
// Move a copy of links to your liked documents, saved by Discover
|
|
81
|
+
// Move a copy of links to your liked documents, saved by Discover
|
|
82
82
|
'https://www.googleapis.com/auth/dataportability.discover.likes',
|
|
83
83
|
|
|
84
|
-
// Move a copy of content you marked as not interested, saved by Discover
|
|
84
|
+
// Move a copy of content you marked as not interested, saved by Discover
|
|
85
85
|
'https://www.googleapis.com/auth/dataportability.discover.not_interested',
|
|
86
86
|
|
|
87
|
-
// Move a copy of the places you labeled on Maps
|
|
87
|
+
// Move a copy of the places you labeled on Maps
|
|
88
88
|
'https://www.googleapis.com/auth/dataportability.maps.aliased_places',
|
|
89
89
|
|
|
90
|
-
// Move a copy of your pinned trips on Maps
|
|
90
|
+
// Move a copy of your pinned trips on Maps
|
|
91
91
|
'https://www.googleapis.com/auth/dataportability.maps.commute_routes',
|
|
92
92
|
|
|
93
|
-
// Move a copy of your commute settings on Maps
|
|
93
|
+
// Move a copy of your commute settings on Maps
|
|
94
94
|
'https://www.googleapis.com/auth/dataportability.maps.commute_settings',
|
|
95
95
|
|
|
96
|
-
// Move a copy of your electric vehicle profile on Maps
|
|
96
|
+
// Move a copy of your electric vehicle profile on Maps
|
|
97
97
|
'https://www.googleapis.com/auth/dataportability.maps.ev_profile',
|
|
98
98
|
|
|
99
|
-
// Move a copy of the corrections you made to places or map information on Maps
|
|
99
|
+
// Move a copy of the corrections you made to places or map information on Maps
|
|
100
100
|
'https://www.googleapis.com/auth/dataportability.maps.factual_contributions',
|
|
101
101
|
|
|
102
|
-
// Move a copy of your updates to places on Maps
|
|
102
|
+
// Move a copy of your updates to places on Maps
|
|
103
103
|
'https://www.googleapis.com/auth/dataportability.maps.offering_contributions',
|
|
104
104
|
|
|
105
|
-
// Move a copy of the photos and videos you posted on Maps
|
|
105
|
+
// Move a copy of the photos and videos you posted on Maps
|
|
106
106
|
'https://www.googleapis.com/auth/dataportability.maps.photos_videos',
|
|
107
107
|
|
|
108
|
-
// Move a copy of the questions and answers you posted on Maps
|
|
108
|
+
// Move a copy of the questions and answers you posted on Maps
|
|
109
109
|
'https://www.googleapis.com/auth/dataportability.maps.questions_answers',
|
|
110
110
|
|
|
111
|
-
// Move a copy of your reviews and posts on Maps
|
|
111
|
+
// Move a copy of your reviews and posts on Maps
|
|
112
112
|
'https://www.googleapis.com/auth/dataportability.maps.reviews',
|
|
113
113
|
|
|
114
|
-
// Move a copy of your Starred places list on Maps
|
|
114
|
+
// Move a copy of your Starred places list on Maps
|
|
115
115
|
'https://www.googleapis.com/auth/dataportability.maps.starred_places',
|
|
116
116
|
|
|
117
|
-
// Move a copy of your Maps activity
|
|
117
|
+
// Move a copy of your Maps activity
|
|
118
118
|
'https://www.googleapis.com/auth/dataportability.myactivity.maps',
|
|
119
119
|
|
|
120
|
-
// Move a copy of your My Ad Center activity
|
|
120
|
+
// Move a copy of your My Ad Center activity
|
|
121
121
|
'https://www.googleapis.com/auth/dataportability.myactivity.myadcenter',
|
|
122
122
|
|
|
123
|
-
// Move a copy of your Google Play activity
|
|
123
|
+
// Move a copy of your Google Play activity
|
|
124
124
|
'https://www.googleapis.com/auth/dataportability.myactivity.play',
|
|
125
125
|
|
|
126
|
-
// Move a copy of your Google Search activity
|
|
126
|
+
// Move a copy of your Google Search activity
|
|
127
127
|
'https://www.googleapis.com/auth/dataportability.myactivity.search',
|
|
128
128
|
|
|
129
|
-
// Move a copy of your Shopping activity
|
|
129
|
+
// Move a copy of your Shopping activity
|
|
130
130
|
'https://www.googleapis.com/auth/dataportability.myactivity.shopping',
|
|
131
131
|
|
|
132
|
-
// Move a copy of your YouTube activity
|
|
132
|
+
// Move a copy of your YouTube activity
|
|
133
133
|
'https://www.googleapis.com/auth/dataportability.myactivity.youtube',
|
|
134
134
|
|
|
135
|
-
// Move a copy of the maps you created in My Maps
|
|
135
|
+
// Move a copy of the maps you created in My Maps
|
|
136
136
|
'https://www.googleapis.com/auth/dataportability.mymaps.maps',
|
|
137
137
|
|
|
138
|
-
// Move a copy of your food purchase and reservation activity
|
|
138
|
+
// Move a copy of your food purchase and reservation activity
|
|
139
139
|
'https://www.googleapis.com/auth/dataportability.order_reserve.purchases_reservations',
|
|
140
140
|
|
|
141
|
-
// Move a copy of information about your devices with Google Play Store installed
|
|
141
|
+
// Move a copy of information about your devices with Google Play Store installed
|
|
142
142
|
'https://www.googleapis.com/auth/dataportability.play.devices',
|
|
143
143
|
|
|
144
|
-
// Move a copy of your Google Play Store Grouping tags created by app developers
|
|
144
|
+
// Move a copy of your Google Play Store Grouping tags created by app developers
|
|
145
145
|
'https://www.googleapis.com/auth/dataportability.play.grouping',
|
|
146
146
|
|
|
147
|
-
// Move a copy of your Google Play Store app installations
|
|
147
|
+
// Move a copy of your Google Play Store app installations
|
|
148
148
|
'https://www.googleapis.com/auth/dataportability.play.installs',
|
|
149
149
|
|
|
150
|
-
// Move a copy of your Google Play Store downloads, including books, games, and apps
|
|
150
|
+
// Move a copy of your Google Play Store downloads, including books, games, and apps
|
|
151
151
|
'https://www.googleapis.com/auth/dataportability.play.library',
|
|
152
152
|
|
|
153
|
-
// Move a copy of information about your Google Play Store Points
|
|
153
|
+
// Move a copy of information about your Google Play Store Points
|
|
154
154
|
'https://www.googleapis.com/auth/dataportability.play.playpoints',
|
|
155
155
|
|
|
156
|
-
// Move a copy of information about your Google Play Store promotions
|
|
156
|
+
// Move a copy of information about your Google Play Store promotions
|
|
157
157
|
'https://www.googleapis.com/auth/dataportability.play.promotions',
|
|
158
158
|
|
|
159
|
-
// Move a copy of your Google Play Store purchases
|
|
159
|
+
// Move a copy of your Google Play Store purchases
|
|
160
160
|
'https://www.googleapis.com/auth/dataportability.play.purchases',
|
|
161
161
|
|
|
162
|
-
// Move a copy of your Google Play Store redemption activities
|
|
162
|
+
// Move a copy of your Google Play Store redemption activities
|
|
163
163
|
'https://www.googleapis.com/auth/dataportability.play.redemptions',
|
|
164
164
|
|
|
165
|
-
// Move a copy of your Google Play Store subscriptions
|
|
165
|
+
// Move a copy of your Google Play Store subscriptions
|
|
166
166
|
'https://www.googleapis.com/auth/dataportability.play.subscriptions',
|
|
167
167
|
|
|
168
|
-
// Move a copy of your Google Play Store user settings and preferences
|
|
168
|
+
// Move a copy of your Google Play Store user settings and preferences
|
|
169
169
|
'https://www.googleapis.com/auth/dataportability.play.usersettings',
|
|
170
170
|
|
|
171
|
-
// Move a copy of your saved links, images, places, and collections from your use of Google services
|
|
171
|
+
// Move a copy of your saved links, images, places, and collections from your use of Google services
|
|
172
172
|
'https://www.googleapis.com/auth/dataportability.saved.collections',
|
|
173
173
|
|
|
174
|
-
// Move a copy of your media reviews on Google Search
|
|
174
|
+
// Move a copy of your media reviews on Google Search
|
|
175
175
|
'https://www.googleapis.com/auth/dataportability.search_ugc.media.reviews_and_stars',
|
|
176
176
|
|
|
177
|
-
// Move a copy of your self-reported video streaming provider preferences from Google Search and Google TV
|
|
177
|
+
// Move a copy of your self-reported video streaming provider preferences from Google Search and Google TV
|
|
178
178
|
'https://www.googleapis.com/auth/dataportability.search_ugc.media.streaming_video_providers',
|
|
179
179
|
|
|
180
|
-
// Move a copy of your indicated thumbs up and thumbs down on media in Google Search and Google TV
|
|
180
|
+
// Move a copy of your indicated thumbs up and thumbs down on media in Google Search and Google TV
|
|
181
181
|
'https://www.googleapis.com/auth/dataportability.search_ugc.media.thumbs',
|
|
182
182
|
|
|
183
|
-
// Move a copy of information about the movies and TV shows you marked as watched on Google Search and Google TV
|
|
183
|
+
// Move a copy of information about the movies and TV shows you marked as watched on Google Search and Google TV
|
|
184
184
|
'https://www.googleapis.com/auth/dataportability.search_ugc.media.watched',
|
|
185
185
|
|
|
186
|
-
// Move a copy of your notification settings on the Google Search app
|
|
186
|
+
// Move a copy of your notification settings on the Google Search app
|
|
187
187
|
'https://www.googleapis.com/auth/dataportability.searchnotifications.settings',
|
|
188
188
|
|
|
189
|
-
// Move a copy of your notification subscriptions on Google Search app
|
|
189
|
+
// Move a copy of your notification subscriptions on Google Search app
|
|
190
190
|
'https://www.googleapis.com/auth/dataportability.searchnotifications.subscriptions',
|
|
191
191
|
|
|
192
|
-
// Move a copy of your shipping information on Shopping
|
|
192
|
+
// Move a copy of your shipping information on Shopping
|
|
193
193
|
'https://www.googleapis.com/auth/dataportability.shopping.addresses',
|
|
194
194
|
|
|
195
|
-
// Move a copy of reviews you wrote about products or online stores on Google Search
|
|
195
|
+
// Move a copy of reviews you wrote about products or online stores on Google Search
|
|
196
196
|
'https://www.googleapis.com/auth/dataportability.shopping.reviews',
|
|
197
197
|
|
|
198
|
-
// Move a copy of the images and videos you uploaded to Street View
|
|
198
|
+
// Move a copy of the images and videos you uploaded to Street View
|
|
199
199
|
'https://www.googleapis.com/auth/dataportability.streetview.imagery',
|
|
200
200
|
|
|
201
|
-
// Move a copy of information about your YouTube channel
|
|
201
|
+
// Move a copy of information about your YouTube channel
|
|
202
202
|
'https://www.googleapis.com/auth/dataportability.youtube.channel',
|
|
203
203
|
|
|
204
|
-
// Move a copy of your YouTube clips metadata
|
|
204
|
+
// Move a copy of your YouTube clips metadata
|
|
205
205
|
'https://www.googleapis.com/auth/dataportability.youtube.clips',
|
|
206
206
|
|
|
207
|
-
// Move a copy of your YouTube comments
|
|
207
|
+
// Move a copy of your YouTube comments
|
|
208
208
|
'https://www.googleapis.com/auth/dataportability.youtube.comments',
|
|
209
209
|
|
|
210
|
-
// Move a copy of your YouTube messages in live chat
|
|
210
|
+
// Move a copy of your YouTube messages in live chat
|
|
211
211
|
'https://www.googleapis.com/auth/dataportability.youtube.live_chat',
|
|
212
212
|
|
|
213
|
-
// Move a copy of your uploaded YouTube music tracks and your YouTube music library
|
|
213
|
+
// Move a copy of your uploaded YouTube music tracks and your YouTube music library
|
|
214
214
|
'https://www.googleapis.com/auth/dataportability.youtube.music',
|
|
215
215
|
|
|
216
|
-
// Move a copy of your YouTube playables saved game progress files
|
|
216
|
+
// Move a copy of your YouTube playables saved game progress files
|
|
217
217
|
'https://www.googleapis.com/auth/dataportability.youtube.playable',
|
|
218
218
|
|
|
219
|
-
// Move a copy of your YouTube posts
|
|
219
|
+
// Move a copy of your YouTube posts
|
|
220
220
|
'https://www.googleapis.com/auth/dataportability.youtube.posts',
|
|
221
221
|
|
|
222
|
-
// Move a copy of your YouTube private playlists
|
|
222
|
+
// Move a copy of your YouTube private playlists
|
|
223
223
|
'https://www.googleapis.com/auth/dataportability.youtube.private_playlists',
|
|
224
224
|
|
|
225
|
-
// Move a copy of your private YouTube videos and information about them
|
|
225
|
+
// Move a copy of your private YouTube videos and information about them
|
|
226
226
|
'https://www.googleapis.com/auth/dataportability.youtube.private_videos',
|
|
227
227
|
|
|
228
|
-
// Move a copy of your public YouTube playlists
|
|
228
|
+
// Move a copy of your public YouTube playlists
|
|
229
229
|
'https://www.googleapis.com/auth/dataportability.youtube.public_playlists',
|
|
230
230
|
|
|
231
|
-
// Move a copy of your public YouTube videos and information about them
|
|
231
|
+
// Move a copy of your public YouTube videos and information about them
|
|
232
232
|
'https://www.googleapis.com/auth/dataportability.youtube.public_videos',
|
|
233
233
|
|
|
234
|
-
// Move a copy of your YouTube shopping wishlists, and wishlist items
|
|
234
|
+
// Move a copy of your YouTube shopping wishlists, and wishlist items
|
|
235
235
|
'https://www.googleapis.com/auth/dataportability.youtube.shopping',
|
|
236
236
|
|
|
237
|
-
// Move a copy of your YouTube channel subscriptions, even if they're private
|
|
237
|
+
// Move a copy of your YouTube channel subscriptions, even if they're private
|
|
238
238
|
'https://www.googleapis.com/auth/dataportability.youtube.subscriptions',
|
|
239
239
|
|
|
240
|
-
// Move a copy of your unlisted YouTube playlists
|
|
240
|
+
// Move a copy of your unlisted YouTube playlists
|
|
241
241
|
'https://www.googleapis.com/auth/dataportability.youtube.unlisted_playlists',
|
|
242
242
|
|
|
243
|
-
// Move a copy of your unlisted YouTube videos and information about them
|
|
243
|
+
// Move a copy of your unlisted YouTube videos and information about them
|
|
244
244
|
'https://www.googleapis.com/auth/dataportability.youtube.unlisted_videos',
|
|
245
245
|
],
|
|
246
246
|
immediate = true;
|