@getlatedev/node 0.1.23 → 0.1.25
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/README.md +125 -127
- package/dist/index.d.mts +64 -527
- package/dist/index.d.ts +64 -527
- package/dist/index.js +0 -14
- package/dist/index.mjs +0 -14
- package/package.json +1 -1
- package/src/client.ts +0 -4
- package/src/generated/sdk.gen.ts +224 -753
- package/src/generated/types.gen.ts +63 -532
package/README.md
CHANGED
|
@@ -169,234 +169,232 @@ try {
|
|
|
169
169
|
### Posts
|
|
170
170
|
| Method | Description |
|
|
171
171
|
|--------|-------------|
|
|
172
|
-
| `posts.listPosts()` | List posts
|
|
173
|
-
| `posts.bulkUploadPosts()` |
|
|
174
|
-
| `posts.createPost()` | Create
|
|
175
|
-
| `posts.getPost()` | Get
|
|
176
|
-
| `posts.updatePost()` | Update
|
|
177
|
-
| `posts.deletePost()` | Delete
|
|
178
|
-
| `posts.retryPost()` | Retry
|
|
179
|
-
| `posts.unpublishPost()` |
|
|
172
|
+
| `posts.listPosts()` | List posts |
|
|
173
|
+
| `posts.bulkUploadPosts()` | Bulk upload from CSV |
|
|
174
|
+
| `posts.createPost()` | Create post |
|
|
175
|
+
| `posts.getPost()` | Get post |
|
|
176
|
+
| `posts.updatePost()` | Update post |
|
|
177
|
+
| `posts.deletePost()` | Delete post |
|
|
178
|
+
| `posts.retryPost()` | Retry failed post |
|
|
179
|
+
| `posts.unpublishPost()` | Unpublish post |
|
|
180
180
|
|
|
181
181
|
### Accounts
|
|
182
182
|
| Method | Description |
|
|
183
183
|
|--------|-------------|
|
|
184
|
-
| `accounts.getAllAccountsHealth()` | Check health
|
|
185
|
-
| `accounts.listAccounts()` | List
|
|
186
|
-
| `accounts.getAccountHealth()` | Check health
|
|
187
|
-
| `accounts.getFollowerStats()` | Get follower stats
|
|
188
|
-
| `accounts.getGoogleBusinessReviews()` | Get
|
|
189
|
-
| `accounts.getLinkedInMentions()` | Resolve
|
|
190
|
-
| `accounts.updateAccount()` | Update
|
|
191
|
-
| `accounts.deleteAccount()` | Disconnect
|
|
184
|
+
| `accounts.getAllAccountsHealth()` | Check accounts health |
|
|
185
|
+
| `accounts.listAccounts()` | List accounts |
|
|
186
|
+
| `accounts.getAccountHealth()` | Check account health |
|
|
187
|
+
| `accounts.getFollowerStats()` | Get follower stats |
|
|
188
|
+
| `accounts.getGoogleBusinessReviews()` | Get reviews |
|
|
189
|
+
| `accounts.getLinkedInMentions()` | Resolve LinkedIn mention |
|
|
190
|
+
| `accounts.updateAccount()` | Update account |
|
|
191
|
+
| `accounts.deleteAccount()` | Disconnect account |
|
|
192
192
|
|
|
193
193
|
### Profiles
|
|
194
194
|
| Method | Description |
|
|
195
195
|
|--------|-------------|
|
|
196
|
-
| `profiles.listProfiles()` | List profiles
|
|
197
|
-
| `profiles.createProfile()` | Create
|
|
198
|
-
| `profiles.getProfile()` | Get
|
|
199
|
-
| `profiles.updateProfile()` | Update
|
|
200
|
-
| `profiles.deleteProfile()` | Delete
|
|
196
|
+
| `profiles.listProfiles()` | List profiles |
|
|
197
|
+
| `profiles.createProfile()` | Create profile |
|
|
198
|
+
| `profiles.getProfile()` | Get profile |
|
|
199
|
+
| `profiles.updateProfile()` | Update profile |
|
|
200
|
+
| `profiles.deleteProfile()` | Delete profile |
|
|
201
201
|
|
|
202
202
|
### Analytics
|
|
203
203
|
| Method | Description |
|
|
204
204
|
|--------|-------------|
|
|
205
|
-
| `analytics.getAnalytics()` |
|
|
206
|
-
| `analytics.getLinkedInAggregateAnalytics()` | Get
|
|
207
|
-
| `analytics.getLinkedInPostAnalytics()` | Get
|
|
208
|
-
| `analytics.getYouTubeDailyViews()` | YouTube daily views
|
|
205
|
+
| `analytics.getAnalytics()` | Get post analytics |
|
|
206
|
+
| `analytics.getLinkedInAggregateAnalytics()` | Get LinkedIn aggregate stats |
|
|
207
|
+
| `analytics.getLinkedInPostAnalytics()` | Get LinkedIn post stats |
|
|
208
|
+
| `analytics.getYouTubeDailyViews()` | Get YouTube daily views |
|
|
209
209
|
|
|
210
210
|
### Account Groups
|
|
211
211
|
| Method | Description |
|
|
212
212
|
|--------|-------------|
|
|
213
|
-
| `accountGroups.listAccountGroups()` | List
|
|
214
|
-
| `accountGroups.createAccountGroup()` | Create
|
|
215
|
-
| `accountGroups.updateAccountGroup()` | Update
|
|
216
|
-
| `accountGroups.deleteAccountGroup()` | Delete
|
|
213
|
+
| `accountGroups.listAccountGroups()` | List groups |
|
|
214
|
+
| `accountGroups.createAccountGroup()` | Create group |
|
|
215
|
+
| `accountGroups.updateAccountGroup()` | Update group |
|
|
216
|
+
| `accountGroups.deleteAccountGroup()` | Delete group |
|
|
217
217
|
|
|
218
218
|
### Queue
|
|
219
219
|
| Method | Description |
|
|
220
220
|
|--------|-------------|
|
|
221
|
-
| `queue.listQueueSlots()` |
|
|
222
|
-
| `queue.createQueueSlot()` | Create
|
|
223
|
-
| `queue.getNextQueueSlot()` |
|
|
224
|
-
| `queue.updateQueueSlot()` |
|
|
225
|
-
| `queue.deleteQueueSlot()` | Delete
|
|
226
|
-
| `queue.previewQueue()` | Preview upcoming
|
|
221
|
+
| `queue.listQueueSlots()` | List schedules |
|
|
222
|
+
| `queue.createQueueSlot()` | Create schedule |
|
|
223
|
+
| `queue.getNextQueueSlot()` | Get next available slot |
|
|
224
|
+
| `queue.updateQueueSlot()` | Update schedule |
|
|
225
|
+
| `queue.deleteQueueSlot()` | Delete schedule |
|
|
226
|
+
| `queue.previewQueue()` | Preview upcoming slots |
|
|
227
227
|
|
|
228
228
|
### Webhooks
|
|
229
229
|
| Method | Description |
|
|
230
230
|
|--------|-------------|
|
|
231
|
-
| `webhooks.createWebhookSettings()` | Create
|
|
232
|
-
| `webhooks.getWebhookLogs()` | Get
|
|
233
|
-
| `webhooks.getWebhookSettings()` | List
|
|
234
|
-
| `webhooks.updateWebhookSettings()` | Update
|
|
235
|
-
| `webhooks.deleteWebhookSettings()` | Delete
|
|
231
|
+
| `webhooks.createWebhookSettings()` | Create webhook |
|
|
232
|
+
| `webhooks.getWebhookLogs()` | Get delivery logs |
|
|
233
|
+
| `webhooks.getWebhookSettings()` | List webhooks |
|
|
234
|
+
| `webhooks.updateWebhookSettings()` | Update webhook |
|
|
235
|
+
| `webhooks.deleteWebhookSettings()` | Delete webhook |
|
|
236
236
|
| `webhooks.testWebhook()` | Send test webhook |
|
|
237
237
|
|
|
238
238
|
### API Keys
|
|
239
239
|
| Method | Description |
|
|
240
240
|
|--------|-------------|
|
|
241
|
-
| `apiKeys.listApiKeys()` | List
|
|
242
|
-
| `apiKeys.createApiKey()` | Create
|
|
243
|
-
| `apiKeys.deleteApiKey()` | Delete
|
|
241
|
+
| `apiKeys.listApiKeys()` | List keys |
|
|
242
|
+
| `apiKeys.createApiKey()` | Create key |
|
|
243
|
+
| `apiKeys.deleteApiKey()` | Delete key |
|
|
244
244
|
|
|
245
245
|
### Media
|
|
246
246
|
| Method | Description |
|
|
247
247
|
|--------|-------------|
|
|
248
|
-
| `media.getMediaPresignedUrl()` | Get
|
|
248
|
+
| `media.getMediaPresignedUrl()` | Get presigned upload URL |
|
|
249
249
|
|
|
250
250
|
### Tools
|
|
251
251
|
| Method | Description |
|
|
252
252
|
|--------|-------------|
|
|
253
|
-
| `tools.getYouTubeTranscript()` | Get YouTube
|
|
254
|
-
| `tools.checkInstagramHashtags()` | Check
|
|
255
|
-
| `tools.downloadBlueskyMedia()` | Download Bluesky
|
|
253
|
+
| `tools.getYouTubeTranscript()` | Get YouTube transcript |
|
|
254
|
+
| `tools.checkInstagramHashtags()` | Check IG hashtag bans |
|
|
255
|
+
| `tools.downloadBlueskyMedia()` | Download Bluesky media |
|
|
256
256
|
| `tools.downloadFacebookVideo()` | Download Facebook video |
|
|
257
|
-
| `tools.downloadInstagramMedia()` | Download Instagram
|
|
257
|
+
| `tools.downloadInstagramMedia()` | Download Instagram media |
|
|
258
258
|
| `tools.downloadLinkedInVideo()` | Download LinkedIn video |
|
|
259
259
|
| `tools.downloadTikTokVideo()` | Download TikTok video |
|
|
260
|
-
| `tools.downloadTwitterMedia()` | Download Twitter/X
|
|
261
|
-
| `tools.downloadYouTubeVideo()` | Download YouTube video
|
|
260
|
+
| `tools.downloadTwitterMedia()` | Download Twitter/X media |
|
|
261
|
+
| `tools.downloadYouTubeVideo()` | Download YouTube video |
|
|
262
262
|
|
|
263
263
|
### Users
|
|
264
264
|
| Method | Description |
|
|
265
265
|
|--------|-------------|
|
|
266
|
-
| `users.listUsers()` | List
|
|
267
|
-
| `users.getUser()` | Get user
|
|
266
|
+
| `users.listUsers()` | List users |
|
|
267
|
+
| `users.getUser()` | Get user |
|
|
268
268
|
|
|
269
269
|
### Usage
|
|
270
270
|
| Method | Description |
|
|
271
271
|
|--------|-------------|
|
|
272
|
-
| `usage.getUsageStats()` | Get plan and usage stats
|
|
272
|
+
| `usage.getUsageStats()` | Get plan and usage stats |
|
|
273
273
|
|
|
274
274
|
### Logs
|
|
275
275
|
| Method | Description |
|
|
276
276
|
|--------|-------------|
|
|
277
|
-
| `logs.listConnectionLogs()` |
|
|
278
|
-
| `logs.
|
|
279
|
-
| `logs.
|
|
280
|
-
| `logs.getLog()` | Get a single log entry |
|
|
281
|
-
| `logs.getPostLogs()` | Get logs for a specific post |
|
|
277
|
+
| `logs.listConnectionLogs()` | List connection logs |
|
|
278
|
+
| `logs.listPostsLogs()` | List publishing logs |
|
|
279
|
+
| `logs.getPostLogs()` | Get post logs |
|
|
282
280
|
|
|
283
281
|
### Connect (OAuth)
|
|
284
282
|
| Method | Description |
|
|
285
283
|
|--------|-------------|
|
|
286
|
-
| `connect.listFacebookPages()` | List Facebook
|
|
287
|
-
| `connect.listGoogleBusinessLocations()` | List
|
|
288
|
-
| `connect.listLinkedInOrganizations()` |
|
|
289
|
-
| `connect.listPinterestBoardsForSelection()` | List Pinterest
|
|
290
|
-
| `connect.listSnapchatProfiles()` | List Snapchat
|
|
291
|
-
| `connect.getConnectUrl()` |
|
|
292
|
-
| `connect.getFacebookPages()` | List
|
|
293
|
-
| `connect.getGmbLocations()` | List
|
|
294
|
-
| `connect.getLinkedInOrganizations()` |
|
|
295
|
-
| `connect.getPendingOAuthData()` |
|
|
296
|
-
| `connect.getPinterestBoards()` | List Pinterest boards
|
|
297
|
-
| `connect.getRedditFlairs()` | List
|
|
298
|
-
| `connect.getRedditSubreddits()` | List Reddit subreddits
|
|
299
|
-
| `connect.getTelegramConnectStatus()` | Generate Telegram
|
|
300
|
-
| `connect.updateFacebookPage()` | Update
|
|
301
|
-
| `connect.updateGmbLocation()` | Update
|
|
302
|
-
| `connect.updateLinkedInOrganization()` | Switch LinkedIn account type
|
|
303
|
-
| `connect.updatePinterestBoards()` | Set default Pinterest board
|
|
304
|
-
| `connect.updateRedditSubreddits()` | Set default subreddit
|
|
305
|
-
| `connect.completeTelegramConnect()` | Check Telegram
|
|
306
|
-
| `connect.connectBlueskyCredentials()` | Connect Bluesky
|
|
307
|
-
| `connect.handleOAuthCallback()` | Complete OAuth
|
|
308
|
-
| `connect.initiateTelegramConnect()` |
|
|
309
|
-
| `connect.selectFacebookPage()` | Select
|
|
310
|
-
| `connect.selectGoogleBusinessLocation()` | Select
|
|
311
|
-
| `connect.selectLinkedInOrganization()` | Select LinkedIn
|
|
312
|
-
| `connect.selectPinterestBoard()` | Select
|
|
313
|
-
| `connect.selectSnapchatProfile()` | Select
|
|
284
|
+
| `connect.listFacebookPages()` | List Facebook pages |
|
|
285
|
+
| `connect.listGoogleBusinessLocations()` | List GBP locations |
|
|
286
|
+
| `connect.listLinkedInOrganizations()` | List LinkedIn orgs |
|
|
287
|
+
| `connect.listPinterestBoardsForSelection()` | List Pinterest boards |
|
|
288
|
+
| `connect.listSnapchatProfiles()` | List Snapchat profiles |
|
|
289
|
+
| `connect.getConnectUrl()` | Get OAuth connect URL |
|
|
290
|
+
| `connect.getFacebookPages()` | List Facebook pages |
|
|
291
|
+
| `connect.getGmbLocations()` | List GBP locations |
|
|
292
|
+
| `connect.getLinkedInOrganizations()` | List LinkedIn orgs |
|
|
293
|
+
| `connect.getPendingOAuthData()` | Get pending OAuth data |
|
|
294
|
+
| `connect.getPinterestBoards()` | List Pinterest boards |
|
|
295
|
+
| `connect.getRedditFlairs()` | List subreddit flairs |
|
|
296
|
+
| `connect.getRedditSubreddits()` | List Reddit subreddits |
|
|
297
|
+
| `connect.getTelegramConnectStatus()` | Generate Telegram code |
|
|
298
|
+
| `connect.updateFacebookPage()` | Update Facebook page |
|
|
299
|
+
| `connect.updateGmbLocation()` | Update GBP location |
|
|
300
|
+
| `connect.updateLinkedInOrganization()` | Switch LinkedIn account type |
|
|
301
|
+
| `connect.updatePinterestBoards()` | Set default Pinterest board |
|
|
302
|
+
| `connect.updateRedditSubreddits()` | Set default subreddit |
|
|
303
|
+
| `connect.completeTelegramConnect()` | Check Telegram status |
|
|
304
|
+
| `connect.connectBlueskyCredentials()` | Connect Bluesky account |
|
|
305
|
+
| `connect.handleOAuthCallback()` | Complete OAuth callback |
|
|
306
|
+
| `connect.initiateTelegramConnect()` | Connect Telegram directly |
|
|
307
|
+
| `connect.selectFacebookPage()` | Select Facebook page |
|
|
308
|
+
| `connect.selectGoogleBusinessLocation()` | Select GBP location |
|
|
309
|
+
| `connect.selectLinkedInOrganization()` | Select LinkedIn org |
|
|
310
|
+
| `connect.selectPinterestBoard()` | Select Pinterest board |
|
|
311
|
+
| `connect.selectSnapchatProfile()` | Select Snapchat profile |
|
|
314
312
|
|
|
315
313
|
### Reddit
|
|
316
314
|
| Method | Description |
|
|
317
315
|
|--------|-------------|
|
|
318
|
-
| `reddit.getRedditFeed()` |
|
|
319
|
-
| `reddit.searchReddit()` | Search
|
|
316
|
+
| `reddit.getRedditFeed()` | Get subreddit feed |
|
|
317
|
+
| `reddit.searchReddit()` | Search posts |
|
|
320
318
|
|
|
321
319
|
### Account Settings
|
|
322
320
|
| Method | Description |
|
|
323
321
|
|--------|-------------|
|
|
324
|
-
| `accountSettings.getInstagramIceBreakers()` | Get
|
|
325
|
-
| `accountSettings.getMessengerMenu()` | Get
|
|
326
|
-
| `accountSettings.getTelegramCommands()` | Get
|
|
327
|
-
| `accountSettings.deleteInstagramIceBreakers()` | Delete
|
|
328
|
-
| `accountSettings.deleteMessengerMenu()` | Delete
|
|
329
|
-
| `accountSettings.deleteTelegramCommands()` | Delete
|
|
330
|
-
| `accountSettings.setInstagramIceBreakers()` | Set
|
|
331
|
-
| `accountSettings.setMessengerMenu()` | Set
|
|
332
|
-
| `accountSettings.setTelegramCommands()` | Set
|
|
322
|
+
| `accountSettings.getInstagramIceBreakers()` | Get IG ice breakers |
|
|
323
|
+
| `accountSettings.getMessengerMenu()` | Get FB persistent menu |
|
|
324
|
+
| `accountSettings.getTelegramCommands()` | Get TG bot commands |
|
|
325
|
+
| `accountSettings.deleteInstagramIceBreakers()` | Delete IG ice breakers |
|
|
326
|
+
| `accountSettings.deleteMessengerMenu()` | Delete FB persistent menu |
|
|
327
|
+
| `accountSettings.deleteTelegramCommands()` | Delete TG bot commands |
|
|
328
|
+
| `accountSettings.setInstagramIceBreakers()` | Set IG ice breakers |
|
|
329
|
+
| `accountSettings.setMessengerMenu()` | Set FB persistent menu |
|
|
330
|
+
| `accountSettings.setTelegramCommands()` | Set TG bot commands |
|
|
333
331
|
|
|
334
332
|
### Comments (Inbox)
|
|
335
333
|
| Method | Description |
|
|
336
334
|
|--------|-------------|
|
|
337
|
-
| `comments.listInboxComments()` | List posts
|
|
338
|
-
| `comments.getInboxPostComments()` | Get comments
|
|
339
|
-
| `comments.deleteInboxComment()` | Delete
|
|
340
|
-
| `comments.hideInboxComment()` | Hide
|
|
341
|
-
| `comments.likeInboxComment()` | Like
|
|
342
|
-
| `comments.replyToInboxPost()` | Reply to
|
|
343
|
-
| `comments.sendPrivateReplyToComment()` | Send private reply
|
|
344
|
-
| `comments.unhideInboxComment()` | Unhide
|
|
345
|
-
| `comments.unlikeInboxComment()` | Unlike
|
|
335
|
+
| `comments.listInboxComments()` | List commented posts |
|
|
336
|
+
| `comments.getInboxPostComments()` | Get post comments |
|
|
337
|
+
| `comments.deleteInboxComment()` | Delete comment |
|
|
338
|
+
| `comments.hideInboxComment()` | Hide comment |
|
|
339
|
+
| `comments.likeInboxComment()` | Like comment |
|
|
340
|
+
| `comments.replyToInboxPost()` | Reply to comment |
|
|
341
|
+
| `comments.sendPrivateReplyToComment()` | Send private reply |
|
|
342
|
+
| `comments.unhideInboxComment()` | Unhide comment |
|
|
343
|
+
| `comments.unlikeInboxComment()` | Unlike comment |
|
|
346
344
|
|
|
347
345
|
### GMB Attributes
|
|
348
346
|
| Method | Description |
|
|
349
347
|
|--------|-------------|
|
|
350
|
-
| `gmbAttributes.getGoogleBusinessAttributes()` | Get
|
|
351
|
-
| `gmbAttributes.updateGoogleBusinessAttributes()` | Update
|
|
348
|
+
| `gmbAttributes.getGoogleBusinessAttributes()` | Get attributes |
|
|
349
|
+
| `gmbAttributes.updateGoogleBusinessAttributes()` | Update attributes |
|
|
352
350
|
|
|
353
351
|
### GMB Food Menus
|
|
354
352
|
| Method | Description |
|
|
355
353
|
|--------|-------------|
|
|
356
|
-
| `gmbFoodMenus.getGoogleBusinessFoodMenus()` | Get
|
|
357
|
-
| `gmbFoodMenus.updateGoogleBusinessFoodMenus()` | Update
|
|
354
|
+
| `gmbFoodMenus.getGoogleBusinessFoodMenus()` | Get food menus |
|
|
355
|
+
| `gmbFoodMenus.updateGoogleBusinessFoodMenus()` | Update food menus |
|
|
358
356
|
|
|
359
357
|
### GMB Location Details
|
|
360
358
|
| Method | Description |
|
|
361
359
|
|--------|-------------|
|
|
362
|
-
| `gmbLocationDetails.getGoogleBusinessLocationDetails()` | Get
|
|
363
|
-
| `gmbLocationDetails.updateGoogleBusinessLocationDetails()` | Update
|
|
360
|
+
| `gmbLocationDetails.getGoogleBusinessLocationDetails()` | Get location details |
|
|
361
|
+
| `gmbLocationDetails.updateGoogleBusinessLocationDetails()` | Update location details |
|
|
364
362
|
|
|
365
363
|
### GMB Media
|
|
366
364
|
| Method | Description |
|
|
367
365
|
|--------|-------------|
|
|
368
|
-
| `gmbMedia.listGoogleBusinessMedia()` | List
|
|
369
|
-
| `gmbMedia.createGoogleBusinessMedia()` | Upload
|
|
370
|
-
| `gmbMedia.deleteGoogleBusinessMedia()` | Delete
|
|
366
|
+
| `gmbMedia.listGoogleBusinessMedia()` | List media |
|
|
367
|
+
| `gmbMedia.createGoogleBusinessMedia()` | Upload photo |
|
|
368
|
+
| `gmbMedia.deleteGoogleBusinessMedia()` | Delete photo |
|
|
371
369
|
|
|
372
370
|
### GMB Place Actions
|
|
373
371
|
| Method | Description |
|
|
374
372
|
|--------|-------------|
|
|
375
|
-
| `gmbPlaceActions.listGoogleBusinessPlaceActions()` | List
|
|
376
|
-
| `gmbPlaceActions.createGoogleBusinessPlaceAction()` | Create
|
|
377
|
-
| `gmbPlaceActions.deleteGoogleBusinessPlaceAction()` | Delete
|
|
373
|
+
| `gmbPlaceActions.listGoogleBusinessPlaceActions()` | List action links |
|
|
374
|
+
| `gmbPlaceActions.createGoogleBusinessPlaceAction()` | Create action link |
|
|
375
|
+
| `gmbPlaceActions.deleteGoogleBusinessPlaceAction()` | Delete action link |
|
|
378
376
|
|
|
379
377
|
### Messages (Inbox)
|
|
380
378
|
| Method | Description |
|
|
381
379
|
|--------|-------------|
|
|
382
|
-
| `messages.listInboxConversations()` | List conversations
|
|
383
|
-
| `messages.getInboxConversation()` | Get conversation
|
|
384
|
-
| `messages.getInboxConversationMessages()` |
|
|
380
|
+
| `messages.listInboxConversations()` | List conversations |
|
|
381
|
+
| `messages.getInboxConversation()` | Get conversation |
|
|
382
|
+
| `messages.getInboxConversationMessages()` | List messages |
|
|
385
383
|
| `messages.updateInboxConversation()` | Update conversation status |
|
|
386
|
-
| `messages.editInboxMessage()` | Edit
|
|
387
|
-
| `messages.sendInboxMessage()` | Send
|
|
384
|
+
| `messages.editInboxMessage()` | Edit message |
|
|
385
|
+
| `messages.sendInboxMessage()` | Send message |
|
|
388
386
|
|
|
389
387
|
### Reviews (Inbox)
|
|
390
388
|
| Method | Description |
|
|
391
389
|
|--------|-------------|
|
|
392
|
-
| `reviews.listInboxReviews()` | List reviews
|
|
393
|
-
| `reviews.deleteInboxReviewReply()` | Delete
|
|
394
|
-
| `reviews.replyToInboxReview()` | Reply to
|
|
390
|
+
| `reviews.listInboxReviews()` | List reviews |
|
|
391
|
+
| `reviews.deleteInboxReviewReply()` | Delete review reply |
|
|
392
|
+
| `reviews.replyToInboxReview()` | Reply to review |
|
|
395
393
|
|
|
396
394
|
### Invites
|
|
397
395
|
| Method | Description |
|
|
398
396
|
|--------|-------------|
|
|
399
|
-
| `invites.createInviteToken()` | Create
|
|
397
|
+
| `invites.createInviteToken()` | Create invite token |
|
|
400
398
|
|
|
401
399
|
## Requirements
|
|
402
400
|
|