@modrinth/api-client 0.57.0 → 0.58.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/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3558,8 +3558,8 @@ export declare namespace Labrinth {
|
|
|
3558
3558
|
note?: string | null;
|
|
3559
3559
|
};
|
|
3560
3560
|
export type ProjectDisclosureData = ProjectDisclosure & {
|
|
3561
|
-
set_by_moderator
|
|
3562
|
-
lock_status
|
|
3561
|
+
set_by_moderator?: boolean | null;
|
|
3562
|
+
lock_status?: DisclosureLockStatus | null;
|
|
3563
3563
|
updated_at: string;
|
|
3564
3564
|
updated_by?: string | null;
|
|
3565
3565
|
deleted_at?: string | null;
|
package/package.json
CHANGED