glitch-javascript-sdk 3.8.4 → 3.8.5
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/cjs/index.js +2 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/api/Scheduler.d.ts +9 -1
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +9 -1
- package/package.json +1 -1
- package/src/api/Scheduler.ts +10 -1
package/dist/cjs/index.js
CHANGED
|
@@ -28784,7 +28784,8 @@ var Scheduler = /** @class */ (function () {
|
|
|
28784
28784
|
};
|
|
28785
28785
|
/**
|
|
28786
28786
|
* Import explicitly selected Discord attachments as pending, unscheduled
|
|
28787
|
-
* Library updates.
|
|
28787
|
+
* Library updates. Callers can group files by message or create one item
|
|
28788
|
+
* per file through title_update_mode.
|
|
28788
28789
|
*/
|
|
28789
28790
|
Scheduler.importDiscordMedia = function (scheduler_id, data, params) {
|
|
28790
28791
|
return Requests.processRoute(SchedulerRoute.routes.importDiscordMedia, data, { scheduler_id: scheduler_id }, params);
|