misskey-js 2025.8.0-alpha.5 → 2025.8.0-alpha.6

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.
@@ -7990,7 +7990,7 @@ export interface operations {
7990
7990
  name: string;
7991
7991
  on: ('abuseReport' | 'abuseReportResolved' | 'userCreated' | 'inactiveModeratorsWarning' | 'inactiveModeratorsInvitationOnlyChanged')[];
7992
7992
  url: string;
7993
- secret: string;
7993
+ secret?: string;
7994
7994
  };
7995
7995
  };
7996
7996
  };
@@ -8298,7 +8298,7 @@ export interface operations {
8298
8298
  name: string;
8299
8299
  on: ('abuseReport' | 'abuseReportResolved' | 'userCreated' | 'inactiveModeratorsWarning' | 'inactiveModeratorsInvitationOnlyChanged')[];
8300
8300
  url: string;
8301
- secret: string;
8301
+ secret?: string;
8302
8302
  };
8303
8303
  };
8304
8304
  };