···5555 "modTool": {
5656 "type": "ref",
5757 "ref": "tools.ozone.moderation.defs#modTool"
5858+ },
5959+ "externalId": {
6060+ "type": "string",
6161+ "description": "An optional external ID for the event, used to deduplicate events from external systems. Fails when an event of same type with the same external ID exists for the same subject."
5862 }
5963 }
6064 }
···6973 "errors": [
7074 {
7175 "name": "SubjectHasAction"
7676+ },
7777+ {
7878+ "name": "DuplicateExternalId",
7979+ "description": "An event with the same external ID already exists for the subject."
7280 }
7381 ]
7482 }
···8181export * as AppBskyNotificationPutPreferences from './types/app/bsky/notification/putPreferences.js';
8282export * as AppBskyNotificationPutPreferencesV2 from './types/app/bsky/notification/putPreferencesV2.js';
8383export * as AppBskyNotificationRegisterPush from './types/app/bsky/notification/registerPush.js';
8484+export * as AppBskyNotificationUnregisterPush from './types/app/bsky/notification/unregisterPush.js';
8485export * as AppBskyNotificationUpdateSeen from './types/app/bsky/notification/updateSeen.js';
8586export * as AppBskyRichtextFacet from './types/app/bsky/richtext/facet.js';
8787+export * as AppBskyUnspeccedCheckHandleAvailability from './types/app/bsky/unspecced/checkHandleAvailability.js';
8688export * as AppBskyUnspeccedDefs from './types/app/bsky/unspecced/defs.js';
8789export * as AppBskyUnspeccedGetAgeAssuranceState from './types/app/bsky/unspecced/getAgeAssuranceState.js';
8890export * as AppBskyUnspeccedGetConfig from './types/app/bsky/unspecced/getConfig.js';