speedruncom.js 1.2.7 → 1.2.8
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/package.json
CHANGED
|
@@ -463,6 +463,12 @@ export interface PutResource {
|
|
|
463
463
|
*/
|
|
464
464
|
export interface PutResourceUpdate {
|
|
465
465
|
// check all check base64 encoding of content probably a `resourceId`
|
|
466
|
+
|
|
467
|
+
/**
|
|
468
|
+
* ID of the resource to update.
|
|
469
|
+
*/
|
|
470
|
+
resourceId: string;
|
|
471
|
+
|
|
466
472
|
gameId: string;
|
|
467
473
|
|
|
468
474
|
/**
|