objcjs-types 0.3.0 → 0.5.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/AVFAudio/AVAudioApplication.d.ts +3 -3
- package/dist/AVFAudio/AVAudioConverter.d.ts +1 -1
- package/dist/AVFAudio/AVAudioEngine.d.ts +5 -5
- package/dist/AVFAudio/AVAudioInputNode.d.ts +3 -2
- package/dist/AVFAudio/AVAudioNode.d.ts +2 -2
- package/dist/AVFAudio/AVAudioPCMBuffer.d.ts +1 -1
- package/dist/AVFAudio/AVAudioPlayerNode.d.ts +8 -9
- package/dist/AVFAudio/AVAudioRoutingArbiter.d.ts +2 -2
- package/dist/AVFAudio/AVAudioSequencer.d.ts +1 -1
- package/dist/AVFAudio/AVAudioSession.d.ts +3 -2
- package/dist/AVFAudio/AVAudioSinkNode.d.ts +1 -1
- package/dist/AVFAudio/AVAudioSourceNode.d.ts +2 -2
- package/dist/AVFAudio/AVAudioUnit.d.ts +2 -1
- package/dist/AVFAudio/AVAudioUnitComponentManager.d.ts +2 -1
- package/dist/AVFAudio/AVMIDIPlayer.d.ts +1 -1
- package/dist/AVFAudio/AVMusicTrack.d.ts +1 -1
- package/dist/AVFAudio/AVSpeechSynthesisProviderAudioUnit.d.ts +2 -3
- package/dist/AVFAudio/AVSpeechSynthesizer.d.ts +4 -4
- package/dist/AVFoundation/AVAsset.d.ts +9 -8
- package/dist/AVFoundation/AVAssetExportSession.d.ts +5 -6
- package/dist/AVFoundation/AVAssetImageGenerator.d.ts +4 -2
- package/dist/AVFoundation/AVAssetPlaybackAssistant.d.ts +2 -2
- package/dist/AVFoundation/AVAssetTrack.d.ts +5 -5
- package/dist/AVFoundation/AVAssetWriter.d.ts +1 -1
- package/dist/AVFoundation/AVAssetWriterInput.d.ts +2 -2
- package/dist/AVFoundation/AVAsynchronousKeyValueLoading.d.ts +1 -1
- package/dist/AVFoundation/AVCaptionConversionValidator.d.ts +2 -2
- package/dist/AVFoundation/AVCaptureDeskViewApplication.d.ts +3 -3
- package/dist/AVFoundation/AVCaptureDevice.d.ts +8 -7
- package/dist/AVFoundation/AVCaptureIndexPicker.d.ts +2 -3
- package/dist/AVFoundation/AVCapturePhotoOutput.d.ts +2 -1
- package/dist/AVFoundation/AVCaptureSlider.d.ts +1 -2
- package/dist/AVFoundation/AVCaptureStillImageOutput.d.ts +5 -3
- package/dist/AVFoundation/AVCaptureSystemExposureBiasSlider.d.ts +1 -2
- package/dist/AVFoundation/AVCaptureSystemZoomSlider.d.ts +1 -2
- package/dist/AVFoundation/AVComposition.d.ts +3 -7
- package/dist/AVFoundation/AVContentKeyRequest.d.ts +1 -1
- package/dist/AVFoundation/AVContentKeySession.d.ts +4 -3
- package/dist/AVFoundation/AVError.d.ts +88 -0
- package/dist/AVFoundation/AVError.js +88 -0
- package/dist/AVFoundation/AVExternalStorageDevice.d.ts +1 -1
- package/dist/AVFoundation/AVFragmentedAsset.d.ts +3 -7
- package/dist/AVFoundation/AVFragmentedMovie.d.ts +3 -7
- package/dist/AVFoundation/AVMetadataItem.d.ts +3 -2
- package/dist/AVFoundation/AVMovie.d.ts +3 -6
- package/dist/AVFoundation/AVMutableComposition.d.ts +4 -7
- package/dist/AVFoundation/AVMutableMovie.d.ts +3 -6
- package/dist/AVFoundation/AVMutableVideoComposition.d.ts +4 -10
- package/dist/AVFoundation/AVPlaybackCoordinatorPlaybackControlDelegate.d.ts +4 -5
- package/dist/AVFoundation/AVPlayer.d.ts +6 -6
- package/dist/AVFoundation/AVPlayerItem.d.ts +4 -4
- package/dist/AVFoundation/AVPlayerItemIntegratedTimeline.d.ts +4 -5
- package/dist/AVFoundation/AVQueuedSampleBufferRendering.d.ts +1 -1
- package/dist/AVFoundation/AVSampleBufferAudioRenderer.d.ts +1 -2
- package/dist/AVFoundation/AVSampleBufferDisplayLayer.d.ts +1 -1
- package/dist/AVFoundation/AVSampleBufferGenerator.d.ts +2 -1
- package/dist/AVFoundation/AVSampleBufferGeneratorBatch.d.ts +2 -2
- package/dist/AVFoundation/AVSampleBufferRenderSynchronizer.d.ts +3 -3
- package/dist/AVFoundation/AVSampleBufferVideoRenderer.d.ts +3 -2
- package/dist/AVFoundation/AVURLAsset.d.ts +2 -2
- package/dist/AVFoundation/AVVideoComposition.d.ts +6 -4
- package/dist/AVFoundation/index.d.ts +1 -1
- package/dist/AVFoundation/index.js +1 -1
- package/dist/AVKit/AVPictureInPictureControllerDelegate.d.ts +1 -2
- package/dist/AVKit/AVPictureInPictureSampleBufferPlaybackDelegate.d.ts +1 -2
- package/dist/AVKit/AVPlayerView.d.ts +2 -2
- package/dist/AVKit/AVPlayerViewDelegate.d.ts +1 -2
- package/dist/AVKit/AVPlayerViewPictureInPictureDelegate.d.ts +1 -2
- package/dist/AVRouting/AVCustomRoutingControllerDelegate.d.ts +1 -2
- package/dist/Accessibility/AXBrailleMapRenderer.d.ts +3 -3
- package/dist/Accessibility/AXCustomContentProvider.d.ts +2 -3
- package/dist/Accessibility/AXNumericDataAxisDescriptor.d.ts +4 -5
- package/dist/Accessibility/functions.d.ts +2 -2
- package/dist/Accessibility/functions.js +1 -1
- package/dist/Accessibility/index.d.ts +0 -1
- package/dist/Accessibility/index.js +0 -1
- package/dist/AccessorySetupKit/ASAccessorySession.d.ts +12 -10
- package/dist/AccessorySetupKit/ASErrorCode.d.ts +15 -0
- package/dist/AccessorySetupKit/ASErrorCode.js +15 -0
- package/dist/AccessorySetupKit/index.d.ts +1 -0
- package/dist/AccessorySetupKit/index.js +1 -0
- package/dist/Accounts/ACAccountStore.d.ts +7 -6
- package/dist/AdServices/AAAttributionErrorCode.d.ts +6 -0
- package/dist/AdServices/AAAttributionErrorCode.js +6 -0
- package/dist/AdServices/index.d.ts +1 -0
- package/dist/AdServices/index.js +1 -0
- package/dist/AddressBook/index.d.ts +0 -1
- package/dist/AddressBook/index.js +0 -1
- package/dist/AppKit/NSAccessibilityCustomAction.d.ts +3 -4
- package/dist/AppKit/NSAlert.d.ts +1 -1
- package/dist/AppKit/NSAnimationContext.d.ts +4 -5
- package/dist/AppKit/NSAppearance.d.ts +1 -2
- package/dist/AppKit/NSApplication.d.ts +3 -2
- package/dist/AppKit/NSApplicationDelegate.d.ts +1 -1
- package/dist/AppKit/NSButton.d.ts +3 -2
- package/dist/AppKit/NSCandidateListTouchBarItem.d.ts +3 -2
- package/dist/AppKit/NSCell.d.ts +3 -2
- package/dist/AppKit/NSCollectionLayoutGroup.d.ts +2 -2
- package/dist/AppKit/NSCollectionLayoutSection.d.ts +4 -3
- package/dist/AppKit/NSCollectionView.d.ts +1 -1
- package/dist/AppKit/NSCollectionViewCompositionalLayout.d.ts +3 -3
- package/dist/AppKit/NSCollectionViewDiffableDataSource.d.ts +6 -3
- package/dist/AppKit/NSColor.d.ts +2 -1
- package/dist/AppKit/NSColorSampler.d.ts +2 -2
- package/dist/AppKit/NSControlStateValue.d.ts +6 -0
- package/dist/AppKit/NSControlStateValue.js +6 -0
- package/dist/AppKit/NSCursor.d.ts +2 -2
- package/dist/AppKit/NSCursorFrameResizePosition.d.ts +11 -0
- package/dist/AppKit/NSCursorFrameResizePosition.js +11 -0
- package/dist/AppKit/NSCustomImageRep.d.ts +3 -2
- package/dist/AppKit/NSDocument.d.ts +20 -20
- package/dist/AppKit/NSDocumentController.d.ts +4 -4
- package/dist/AppKit/NSDraggingInfo.d.ts +2 -1
- package/dist/AppKit/NSDraggingItem.d.ts +2 -2
- package/dist/AppKit/NSDraggingSession.d.ts +2 -1
- package/dist/AppKit/NSEvent.d.ts +3 -3
- package/dist/AppKit/NSFilePromiseProviderDelegate.d.ts +2 -2
- package/dist/AppKit/NSFilePromiseReceiver.d.ts +2 -2
- package/dist/AppKit/NSFontAssetRequest.d.ts +2 -2
- package/dist/AppKit/NSImage.d.ts +1 -1
- package/dist/AppKit/NSLayoutManager.d.ts +2 -2
- package/dist/AppKit/NSMenu.d.ts +2 -2
- package/dist/AppKit/NSMenuItem.d.ts +3 -2
- package/dist/AppKit/NSModalResponse.d.ts +11 -0
- package/dist/AppKit/NSModalResponse.js +11 -0
- package/dist/AppKit/NSPDFPanel.d.ts +1 -2
- package/dist/AppKit/NSPageLayout.d.ts +2 -1
- package/dist/AppKit/NSPasteboard.d.ts +4 -3
- package/dist/AppKit/NSPasteboardItem.d.ts +5 -3
- package/dist/AppKit/NSPrintPanel.d.ts +2 -1
- package/dist/AppKit/NSSavePanel.d.ts +2 -2
- package/dist/AppKit/NSScrubber.d.ts +1 -1
- package/dist/AppKit/NSSharingService.d.ts +1 -2
- package/dist/AppKit/NSSliderAccessoryBehavior.d.ts +1 -1
- package/dist/AppKit/NSSpellChecker.d.ts +3 -3
- package/dist/AppKit/NSStepperTouchBarItem.d.ts +2 -1
- package/dist/AppKit/NSStoryboard.d.ts +3 -2
- package/dist/AppKit/NSStoryboardSegue.d.ts +1 -1
- package/dist/AppKit/NSSwitch.d.ts +3 -2
- package/dist/AppKit/NSTableView.d.ts +1 -1
- package/dist/AppKit/NSTableViewDiffableDataSource.d.ts +9 -6
- package/dist/AppKit/NSTableViewRowAction.d.ts +1 -2
- package/dist/AppKit/NSTextContentManager.d.ts +3 -3
- package/dist/AppKit/NSTextElementProvider.d.ts +4 -3
- package/dist/AppKit/NSTextInsertionIndicator.d.ts +2 -3
- package/dist/AppKit/NSTextLayoutManager.d.ts +5 -5
- package/dist/AppKit/NSTextSelectionDataSource.d.ts +4 -3
- package/dist/AppKit/NSTextStorageObserving.d.ts +1 -2
- package/dist/AppKit/NSToolbarItem.d.ts +3 -2
- package/dist/AppKit/NSToolbarItemVisibilityPriority.d.ts +7 -0
- package/dist/AppKit/NSToolbarItemVisibilityPriority.js +7 -0
- package/dist/AppKit/NSUserInterfaceItemSearching.d.ts +1 -1
- package/dist/AppKit/NSView.d.ts +1 -1
- package/dist/AppKit/NSViewController.d.ts +1 -1
- package/dist/AppKit/NSWindow.d.ts +7 -6
- package/dist/AppKit/NSWindowLevel.d.ts +13 -0
- package/dist/AppKit/NSWindowLevel.js +13 -0
- package/dist/AppKit/NSWorkspace.d.ts +12 -10
- package/dist/AppKit/NSWritingToolsCoordinatorAnimationParameters.d.ts +4 -5
- package/dist/AppKit/NSWritingToolsCoordinatorDelegate.d.ts +16 -14
- package/dist/AppKit/index.d.ts +5 -1
- package/dist/AppKit/index.js +5 -1
- package/dist/AppTrackingTransparency/ATTrackingManager.d.ts +1 -2
- package/dist/AudioToolbox/AUAudioUnit.d.ts +20 -19
- package/dist/AudioToolbox/AUMessageChannel.d.ts +2 -3
- package/dist/AudioToolbox/AUParameterNode.d.ts +14 -13
- package/dist/AudioToolbox/functions.d.ts +11 -11
- package/dist/AudioToolbox/functions.js +11 -11
- package/dist/AudioToolbox/index.d.ts +0 -1
- package/dist/AudioToolbox/index.js +0 -1
- package/dist/AudioVideoBridging/AVB17221ACMPInterface.d.ts +2 -1
- package/dist/AudioVideoBridging/AVB17221AECPInterface.d.ts +3 -2
- package/dist/AuthenticationServices/ASAccountAuthenticationModificationExtensionContext.d.ts +2 -2
- package/dist/AuthenticationServices/ASAuthorizationAppleIDProvider.d.ts +3 -2
- package/dist/AuthenticationServices/ASAuthorizationError.d.ts +14 -0
- package/dist/AuthenticationServices/ASAuthorizationError.js +14 -0
- package/dist/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest.d.ts +1 -2
- package/dist/AuthenticationServices/ASAuthorizationProviderExtensionLoginConfiguration.d.ts +2 -1
- package/dist/AuthenticationServices/ASAuthorizationProviderExtensionLoginManager.d.ts +6 -4
- package/dist/AuthenticationServices/ASAuthorizationProviderExtensionRegistrationHandler.d.ts +8 -5
- package/dist/AuthenticationServices/ASAuthorizationPublicKeyCredentialParameters.d.ts +3 -2
- package/dist/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManager.d.ts +3 -3
- package/dist/AuthenticationServices/ASCOSEAlgorithmIdentifier.d.ts +4 -0
- package/dist/AuthenticationServices/ASCOSEAlgorithmIdentifier.js +4 -0
- package/dist/AuthenticationServices/ASCOSEEllipticCurveIdentifier.d.ts +4 -0
- package/dist/AuthenticationServices/ASCOSEEllipticCurveIdentifier.js +4 -0
- package/dist/AuthenticationServices/ASCredentialIdentityStore.d.ts +11 -10
- package/dist/AuthenticationServices/ASCredentialIdentityStoreErrorCode.d.ts +6 -0
- package/dist/AuthenticationServices/ASCredentialIdentityStoreErrorCode.js +6 -0
- package/dist/AuthenticationServices/ASCredentialProviderExtensionContext.d.ts +6 -7
- package/dist/AuthenticationServices/ASExtensionErrorCode.d.ts +8 -0
- package/dist/AuthenticationServices/ASExtensionErrorCode.js +8 -0
- package/dist/AuthenticationServices/ASSettingsHelper.d.ts +4 -4
- package/dist/AuthenticationServices/ASWebAuthenticationSession.d.ts +3 -3
- package/dist/AuthenticationServices/ASWebAuthenticationSessionErrorCode.d.ts +6 -0
- package/dist/AuthenticationServices/ASWebAuthenticationSessionErrorCode.js +6 -0
- package/dist/AuthenticationServices/index.d.ts +6 -1
- package/dist/AuthenticationServices/index.js +6 -1
- package/dist/AutomaticAssessmentConfiguration/AEAssessmentErrorCode.d.ts +8 -0
- package/dist/AutomaticAssessmentConfiguration/AEAssessmentErrorCode.js +8 -0
- package/dist/AutomaticAssessmentConfiguration/index.d.ts +1 -0
- package/dist/AutomaticAssessmentConfiguration/index.js +1 -0
- package/dist/BackgroundAssets/BAAssetPackManager.d.ts +9 -6
- package/dist/BackgroundAssets/BADownload.d.ts +2 -1
- package/dist/BackgroundAssets/BADownloadManager.d.ts +4 -3
- package/dist/BackgroundAssets/BADownloadManagerDelegate.d.ts +3 -2
- package/dist/BackgroundAssets/BADownloaderExtension.d.ts +3 -2
- package/dist/BackgroundAssets/BADownloaderPriority.d.ts +2 -0
- package/dist/BackgroundAssets/BADownloaderPriority.js +2 -0
- package/dist/BackgroundAssets/BAURLDownload.d.ts +3 -2
- package/dist/BackgroundAssets/index.d.ts +1 -0
- package/dist/BackgroundAssets/index.js +1 -0
- package/dist/BackgroundTasks/BGTask.d.ts +2 -3
- package/dist/BackgroundTasks/BGTaskScheduler.d.ts +4 -2
- package/dist/BackgroundTasks/BGTaskSchedulerErrorCode.d.ts +7 -0
- package/dist/BackgroundTasks/BGTaskSchedulerErrorCode.js +7 -0
- package/dist/BackgroundTasks/index.d.ts +1 -0
- package/dist/BackgroundTasks/index.js +1 -0
- package/dist/BrowserEngineCore/index.d.ts +0 -1
- package/dist/BrowserEngineCore/index.js +0 -1
- package/dist/BrowserEngineKit/BEDownloadMonitor.d.ts +5 -4
- package/dist/BrowserEngineKit/BELayerHierarchyHandle.d.ts +1 -1
- package/dist/BrowserEngineKit/BELayerHierarchyHostingTransactionCoordinator.d.ts +1 -1
- package/dist/BrowserEngineKit/BENetworkingProcess.d.ts +4 -3
- package/dist/BrowserEngineKit/BERenderingProcess.d.ts +4 -3
- package/dist/BrowserEngineKit/BEWebContentFilter.d.ts +4 -3
- package/dist/BrowserEngineKit/BEWebContentProcess.d.ts +4 -3
- package/dist/CallKit/CXCallController.d.ts +4 -4
- package/dist/CallKit/CXCallDirectoryExtensionContext.d.ts +1 -2
- package/dist/CallKit/CXCallDirectoryManager.d.ts +5 -4
- package/dist/CallKit/CXErrorCode.d.ts +7 -0
- package/dist/CallKit/CXErrorCode.js +7 -0
- package/dist/CallKit/CXErrorCodeCallDirectoryManagerError.d.ts +12 -0
- package/dist/CallKit/CXErrorCodeCallDirectoryManagerError.js +12 -0
- package/dist/CallKit/CXErrorCodeIncomingCallError.d.ts +11 -0
- package/dist/CallKit/CXErrorCodeIncomingCallError.js +11 -0
- package/dist/CallKit/CXErrorCodeNotificationServiceExtensionError.d.ts +6 -0
- package/dist/CallKit/CXErrorCodeNotificationServiceExtensionError.js +6 -0
- package/dist/CallKit/CXErrorCodeRequestTransactionError.d.ts +12 -0
- package/dist/CallKit/CXErrorCodeRequestTransactionError.js +12 -0
- package/dist/CallKit/CXProvider.d.ts +3 -2
- package/dist/CallKit/index.d.ts +5 -0
- package/dist/CallKit/index.js +5 -0
- package/dist/Cinematic/CNAssetInfo.d.ts +3 -3
- package/dist/Cinematic/CNAssetSpatialAudioInfo.d.ts +3 -3
- package/dist/Cinematic/CNCinematicErrorCode.d.ts +10 -0
- package/dist/Cinematic/CNCinematicErrorCode.js +10 -0
- package/dist/Cinematic/CNRenderingSessionAttributes.d.ts +2 -2
- package/dist/Cinematic/CNScript.d.ts +2 -2
- package/dist/Cinematic/index.d.ts +1 -0
- package/dist/Cinematic/index.js +1 -0
- package/dist/ClassKit/CLSContext.d.ts +2 -1
- package/dist/ClassKit/CLSContextProvider.d.ts +2 -2
- package/dist/ClassKit/CLSDataStore.d.ts +5 -5
- package/dist/ClassKit/CLSErrorCode.d.ts +14 -0
- package/dist/ClassKit/CLSErrorCode.js +14 -0
- package/dist/ClassKit/index.d.ts +1 -0
- package/dist/ClassKit/index.js +1 -0
- package/dist/CloudKit/CKAcceptSharesOperation.d.ts +7 -5
- package/dist/CloudKit/CKContainer.d.ts +22 -16
- package/dist/CloudKit/CKDatabase.d.ts +14 -13
- package/dist/CloudKit/CKDiscoverAllUserIdentitiesOperation.d.ts +6 -5
- package/dist/CloudKit/CKDiscoverUserIdentitiesOperation.d.ts +7 -5
- package/dist/CloudKit/CKFetchDatabaseChangesOperation.d.ts +14 -13
- package/dist/CloudKit/CKFetchRecordChangesOperation.d.ts +10 -7
- package/dist/CloudKit/CKFetchRecordZoneChangesOperation.d.ts +19 -13
- package/dist/CloudKit/CKFetchRecordZonesOperation.d.ts +8 -5
- package/dist/CloudKit/CKFetchRecordsOperation.d.ts +10 -7
- package/dist/CloudKit/CKFetchShareMetadataOperation.d.ts +7 -5
- package/dist/CloudKit/CKFetchShareParticipantsOperation.d.ts +9 -7
- package/dist/CloudKit/CKFetchSubscriptionsOperation.d.ts +8 -5
- package/dist/CloudKit/CKFetchWebAuthTokenOperation.d.ts +3 -3
- package/dist/CloudKit/CKModifyRecordZonesOperation.d.ts +9 -7
- package/dist/CloudKit/CKModifyRecordsOperation.d.ts +13 -11
- package/dist/CloudKit/CKModifySubscriptionsOperation.d.ts +9 -7
- package/dist/CloudKit/CKOperation.d.ts +2 -3
- package/dist/CloudKit/CKQueryOperation.d.ts +9 -7
- package/dist/CloudKit/CKShareRequestAccessOperation.d.ts +6 -5
- package/dist/CloudKit/CKSyncEngine.d.ts +6 -6
- package/dist/CloudKit/CKSyncEngineRecordZoneChangeBatch.d.ts +3 -2
- package/dist/CloudKit/CKSystemSharingUIObserver.d.ts +7 -5
- package/dist/Collaboration/CBIdentityPicker.d.ts +1 -1
- package/dist/Contacts/CNContact.d.ts +1 -1
- package/dist/Contacts/CNContactStore.d.ts +3 -2
- package/dist/CoreAudio/functions.d.ts +3 -3
- package/dist/CoreAudio/functions.js +3 -3
- package/dist/CoreAudio/index.d.ts +0 -1
- package/dist/CoreAudio/index.js +0 -1
- package/dist/CoreData/NSAsynchronousFetchRequest.d.ts +3 -3
- package/dist/CoreData/NSBatchInsertRequest.d.ts +12 -11
- package/dist/CoreData/NSCoreDataCoreSpotlightDelegate.d.ts +4 -4
- package/dist/CoreData/NSCustomMigrationStage.d.ts +5 -4
- package/dist/CoreData/NSManagedObjectContext.d.ts +2 -2
- package/dist/CoreData/NSPersistentCloudKitContainer.d.ts +8 -5
- package/dist/CoreData/NSPersistentContainer.d.ts +4 -3
- package/dist/CoreData/NSPersistentStoreCoordinator.d.ts +4 -3
- package/dist/CoreHaptics/CHHapticAdvancedPatternPlayer.d.ts +3 -2
- package/dist/CoreHaptics/CHHapticEngine.d.ts +10 -7
- package/dist/CoreHaptics/CHHapticErrorCode.d.ts +27 -0
- package/dist/CoreHaptics/CHHapticErrorCode.js +27 -0
- package/dist/CoreHaptics/index.d.ts +1 -0
- package/dist/CoreHaptics/index.js +1 -0
- package/dist/CoreImage/CIKernel.d.ts +1 -1
- package/dist/CoreImage/CIRenderDestination.d.ts +1 -1
- package/dist/CoreImage/CIWarpKernel.d.ts +1 -2
- package/dist/CoreLocation/CLBackgroundActivitySession.d.ts +2 -2
- package/dist/CoreLocation/CLGeocoder.d.ts +11 -9
- package/dist/CoreLocation/CLLocationManager.d.ts +6 -3
- package/dist/CoreLocation/CLLocationManagerDelegate.d.ts +2 -1
- package/dist/CoreLocation/CLLocationPushServiceError.d.ts +8 -0
- package/dist/CoreLocation/CLLocationPushServiceError.js +8 -0
- package/dist/CoreLocation/CLLocationPushServiceExtension.d.ts +1 -2
- package/dist/CoreLocation/CLLocationUpdater.d.ts +3 -3
- package/dist/CoreLocation/CLMonitor.d.ts +1 -2
- package/dist/CoreLocation/CLMonitorConfiguration.d.ts +4 -3
- package/dist/CoreLocation/CLRegionState.d.ts +6 -0
- package/dist/CoreLocation/CLRegionState.js +6 -0
- package/dist/CoreLocation/CLServiceSession.d.ts +3 -3
- package/dist/CoreLocation/index.d.ts +2 -0
- package/dist/CoreLocation/index.js +2 -0
- package/dist/CoreMIDI/MIDICIDiscoveryManager.d.ts +2 -2
- package/dist/CoreMIDI/MIDICISession.d.ts +6 -5
- package/dist/CoreMIDI/MIDIUMPMutableEndpoint.d.ts +1 -1
- package/dist/CoreMIDI/functions.d.ts +5 -5
- package/dist/CoreMIDI/functions.js +5 -5
- package/dist/CoreMIDI/index.d.ts +0 -1
- package/dist/CoreMIDI/index.js +0 -1
- package/dist/CoreML/MLComputePlan.d.ts +3 -3
- package/dist/CoreML/MLModel.d.ts +7 -6
- package/dist/CoreML/MLModelAsset.d.ts +6 -3
- package/dist/CoreML/MLModelCollection.d.ts +3 -2
- package/dist/CoreML/MLModelStructure.d.ts +3 -3
- package/dist/CoreML/MLMultiArray.d.ts +3 -3
- package/dist/CoreML/MLState.d.ts +2 -2
- package/dist/CoreML/MLUpdateProgressHandlers.d.ts +2 -2
- package/dist/CoreML/MLUpdateTask.d.ts +3 -2
- package/dist/CoreML/index.d.ts +0 -1
- package/dist/CoreML/index.js +0 -1
- package/dist/CoreMediaIO/CMIOExtensionStream.d.ts +2 -1
- package/dist/CoreMediaIO/functions.d.ts +2 -2
- package/dist/CoreMediaIO/functions.js +2 -2
- package/dist/CoreMediaIO/index.d.ts +0 -1
- package/dist/CoreMediaIO/index.js +0 -1
- package/dist/CoreMotion/CMAltimeter.d.ts +5 -3
- package/dist/CoreMotion/CMBatchedSensorManager.d.ts +3 -3
- package/dist/CoreMotion/CMFallDetectionDelegate.d.ts +1 -2
- package/dist/CoreMotion/CMFallDetectionManager.d.ts +1 -2
- package/dist/CoreMotion/CMHeadphoneActivityManager.d.ts +5 -3
- package/dist/CoreMotion/CMHeadphoneMotionManager.d.ts +2 -2
- package/dist/CoreMotion/CMMotionActivityManager.d.ts +5 -3
- package/dist/CoreMotion/CMMotionManager.d.ts +7 -5
- package/dist/CoreMotion/CMMovementDisorderManager.d.ts +4 -3
- package/dist/CoreMotion/CMPedometer.d.ts +6 -4
- package/dist/CoreMotion/CMStepCounter.d.ts +3 -3
- package/dist/CoreSpotlight/CSSearchQuery.d.ts +5 -5
- package/dist/CoreSpotlight/CSSearchableIndex.d.ts +9 -9
- package/dist/CoreSpotlight/CSSearchableIndexDelegate.d.ts +3 -3
- package/dist/CoreSpotlight/CSUserQuery.d.ts +2 -3
- package/dist/CoreTelephony/CTCallCenter.d.ts +3 -2
- package/dist/CoreTelephony/CTCellularData.d.ts +2 -3
- package/dist/CoreTelephony/CTCellularPlanProvisioning.d.ts +5 -4
- package/dist/CoreTelephony/CTCellularPlanStatus.d.ts +3 -3
- package/dist/CoreTelephony/CTTelephonyNetworkInfo.d.ts +4 -5
- package/dist/CoreText/functions.d.ts +9 -9
- package/dist/CoreText/functions.js +9 -9
- package/dist/CoreText/index.d.ts +0 -1
- package/dist/CoreText/index.js +0 -1
- package/dist/CoreWLAN/index.d.ts +0 -1
- package/dist/CoreWLAN/index.js +0 -1
- package/dist/CryptoTokenKit/TKErrorCode.d.ts +15 -0
- package/dist/CryptoTokenKit/TKErrorCode.js +15 -0
- package/dist/CryptoTokenKit/TKSmartCard.d.ts +5 -4
- package/dist/CryptoTokenKit/TKSmartCardATR.d.ts +1 -2
- package/dist/CryptoTokenKit/TKSmartCardSlotManager.d.ts +4 -3
- package/dist/CryptoTokenKit/TKSmartCardUserInteraction.d.ts +2 -2
- package/dist/CryptoTokenKit/TKTokenWatcher.d.ts +3 -4
- package/dist/CryptoTokenKit/index.d.ts +1 -0
- package/dist/CryptoTokenKit/index.js +1 -0
- package/dist/DeviceCheck/DCAppAttestService.d.ts +4 -4
- package/dist/DeviceCheck/DCDevice.d.ts +3 -2
- package/dist/DeviceCheck/DCError.d.ts +8 -0
- package/dist/DeviceCheck/DCError.js +8 -0
- package/dist/DeviceCheck/index.d.ts +1 -0
- package/dist/DeviceCheck/index.js +1 -0
- package/dist/DeviceDiscoveryExtension/DDErrorCode.d.ts +12 -0
- package/dist/DeviceDiscoveryExtension/DDErrorCode.js +12 -0
- package/dist/DeviceDiscoveryExtension/index.d.ts +1 -1
- package/dist/DeviceDiscoveryExtension/index.js +1 -1
- package/dist/DiscRecording/index.d.ts +0 -1
- package/dist/DiscRecording/index.js +0 -1
- package/dist/DiscRecordingUI/index.d.ts +0 -1
- package/dist/DiscRecordingUI/index.js +0 -1
- package/dist/EventKit/EKEventStore.d.ts +7 -6
- package/dist/EventKit/EKVirtualConferenceProvider.d.ts +5 -3
- package/dist/ExceptionHandling/index.d.ts +0 -1
- package/dist/ExceptionHandling/index.js +0 -1
- package/dist/ExecutionPolicy/EPDeveloperTool.d.ts +1 -2
- package/dist/ExecutionPolicy/EPError.d.ts +5 -0
- package/dist/ExecutionPolicy/EPError.js +5 -0
- package/dist/ExecutionPolicy/index.d.ts +1 -0
- package/dist/ExecutionPolicy/index.js +1 -0
- package/dist/ExternalAccessory/EAAccessoryManager.d.ts +2 -1
- package/dist/FSKit/FSBlockDeviceResource.d.ts +3 -2
- package/dist/FSKit/FSClient.d.ts +3 -2
- package/dist/FSKit/FSErrorCode.d.ts +10 -0
- package/dist/FSKit/FSErrorCode.js +10 -0
- package/dist/FSKit/FSFileSystemBase.d.ts +2 -2
- package/dist/FSKit/FSOperationID.d.ts +2 -0
- package/dist/FSKit/FSOperationID.js +2 -0
- package/dist/FSKit/FSTask.d.ts +2 -3
- package/dist/FSKit/FSUnaryFileSystemOperations.d.ts +6 -4
- package/dist/FSKit/FSVolumeAccessCheckOperations.d.ts +2 -2
- package/dist/FSKit/FSVolumeItemDeactivation.d.ts +2 -2
- package/dist/FSKit/FSVolumeKernelOffloadedIOOperations.d.ts +6 -5
- package/dist/FSKit/FSVolumeOpenCloseOperations.d.ts +3 -3
- package/dist/FSKit/FSVolumeOperations.d.ts +18 -17
- package/dist/FSKit/FSVolumePreallocateOperations.d.ts +2 -1
- package/dist/FSKit/FSVolumeReadWriteOperations.d.ts +3 -2
- package/dist/FSKit/FSVolumeRenameOperations.d.ts +2 -2
- package/dist/FSKit/FSVolumeXattrOperations.d.ts +4 -4
- package/dist/FSKit/index.d.ts +2 -1
- package/dist/FSKit/index.js +2 -1
- package/dist/FileProvider/NSFileProviderCustomAction.d.ts +2 -2
- package/dist/FileProvider/NSFileProviderEnumerator.d.ts +1 -2
- package/dist/FileProvider/NSFileProviderErrorCode.d.ts +27 -0
- package/dist/FileProvider/NSFileProviderErrorCode.js +27 -0
- package/dist/FileProvider/NSFileProviderExtension.d.ts +14 -13
- package/dist/FileProvider/NSFileProviderExternalVolumeHandling.d.ts +2 -2
- package/dist/FileProvider/NSFileProviderIncrementalContentFetching.d.ts +3 -2
- package/dist/FileProvider/NSFileProviderKnownFolderSupporting.d.ts +3 -2
- package/dist/FileProvider/NSFileProviderManager.d.ts +25 -23
- package/dist/FileProvider/NSFileProviderPartialContentFetching.d.ts +5 -2
- package/dist/FileProvider/NSFileProviderReplicatedExtension.d.ts +9 -9
- package/dist/FileProvider/NSFileProviderServicing.d.ts +3 -2
- package/dist/FileProvider/NSFileProviderThumbnailing.d.ts +4 -2
- package/dist/FileProvider/index.d.ts +1 -0
- package/dist/FileProvider/index.js +1 -0
- package/dist/FinderSync/FIFinderSync.d.ts +3 -1
- package/dist/FinderSync/FIFinderSyncController.d.ts +3 -3
- package/dist/Foundation/NSArray.d.ts +13 -13
- package/dist/Foundation/NSAttributedString.d.ts +2 -2
- package/dist/Foundation/NSBackgroundActivityScheduler.d.ts +2 -2
- package/dist/Foundation/NSBlockOperation.d.ts +3 -3
- package/dist/Foundation/NSBundleResourceRequest.d.ts +3 -3
- package/dist/Foundation/NSCalendar.d.ts +1 -1
- package/dist/Foundation/NSData.d.ts +2 -2
- package/dist/Foundation/NSDictionary.d.ts +6 -6
- package/dist/Foundation/NSError.d.ts +2 -2
- package/dist/Foundation/NSExpression.d.ts +2 -2
- package/dist/Foundation/NSExtensionContext.d.ts +2 -3
- package/dist/Foundation/NSFileCoordinator.d.ts +7 -6
- package/dist/Foundation/NSFileHandle.d.ts +4 -4
- package/dist/Foundation/NSFileManager.d.ts +9 -7
- package/dist/Foundation/NSFilePresenter.d.ts +7 -7
- package/dist/Foundation/NSFileProviderService.d.ts +3 -2
- package/dist/Foundation/NSFileVersion.d.ts +2 -1
- package/dist/Foundation/NSHTTPCookieStorage.d.ts +1 -2
- package/dist/Foundation/NSIndexSet.d.ts +12 -12
- package/dist/Foundation/NSItemProvider.d.ts +15 -12
- package/dist/Foundation/NSItemProviderWriting.d.ts +3 -2
- package/dist/Foundation/NSLinguisticTagger.d.ts +3 -3
- package/dist/Foundation/NSMetadataQuery.d.ts +2 -2
- package/dist/Foundation/NSMutableArray.d.ts +2 -2
- package/dist/Foundation/NSMutableOrderedSet.d.ts +3 -3
- package/dist/Foundation/NSNotificationCenter.d.ts +1 -1
- package/dist/Foundation/NSOperation.d.ts +2 -3
- package/dist/Foundation/NSOperationQueue.d.ts +2 -3
- package/dist/Foundation/NSOrderedCollectionDifference.d.ts +2 -2
- package/dist/Foundation/NSOrderedSet.d.ts +13 -13
- package/dist/Foundation/NSPredicate.d.ts +1 -1
- package/dist/Foundation/NSProcessInfo.d.ts +2 -3
- package/dist/Foundation/NSProgress.d.ts +8 -8
- package/dist/Foundation/NSRegularExpression.d.ts +2 -1
- package/dist/Foundation/NSRunLoop.d.ts +2 -2
- package/dist/Foundation/NSSet.d.ts +4 -4
- package/dist/Foundation/NSSortDescriptor.d.ts +3 -3
- package/dist/Foundation/NSString.d.ts +6 -5
- package/dist/Foundation/NSTask.d.ts +3 -3
- package/dist/Foundation/NSThread.d.ts +2 -2
- package/dist/Foundation/NSTimer.d.ts +3 -3
- package/dist/Foundation/NSURLCache.d.ts +1 -2
- package/dist/Foundation/NSURLConnection.d.ts +3 -1
- package/dist/Foundation/NSURLCredentialStorage.d.ts +2 -3
- package/dist/Foundation/NSURLSession.d.ts +14 -13
- package/dist/Foundation/NSURLSessionDataDelegate.d.ts +3 -3
- package/dist/Foundation/NSURLSessionDelegate.d.ts +3 -2
- package/dist/Foundation/NSURLSessionDownloadTask.d.ts +2 -2
- package/dist/Foundation/NSURLSessionStreamTask.d.ts +3 -3
- package/dist/Foundation/NSURLSessionTaskDelegate.d.ts +9 -6
- package/dist/Foundation/NSURLSessionUploadTask.d.ts +2 -2
- package/dist/Foundation/NSURLSessionWebSocketTask.d.ts +4 -4
- package/dist/Foundation/NSUndoManager.d.ts +1 -1
- package/dist/Foundation/NSUserActivity.d.ts +6 -4
- package/dist/Foundation/NSUserAppleScriptTask.d.ts +2 -2
- package/dist/Foundation/NSUserAutomatorTask.d.ts +2 -1
- package/dist/Foundation/NSUserScriptTask.d.ts +2 -1
- package/dist/Foundation/NSUserUnixTask.d.ts +2 -2
- package/dist/Foundation/NSXPCConnection.d.ts +8 -7
- package/dist/Foundation/NSXPCProxyCreating.d.ts +3 -2
- package/dist/Foundation/index.d.ts +0 -1
- package/dist/Foundation/index.js +0 -1
- package/dist/GLKit/GLKTextureLoader.d.ts +9 -8
- package/dist/GLKit/index.d.ts +0 -1
- package/dist/GLKit/index.js +0 -1
- package/dist/GameController/GCAxis2DInput.d.ts +3 -3
- package/dist/GameController/GCAxisInput.d.ts +3 -3
- package/dist/GameController/GCController.d.ts +3 -3
- package/dist/GameController/GCControllerAxisInput.d.ts +2 -3
- package/dist/GameController/GCControllerButtonInput.d.ts +6 -7
- package/dist/GameController/GCControllerDirectionPad.d.ts +2 -3
- package/dist/GameController/GCControllerTouchpad.d.ts +6 -7
- package/dist/GameController/GCDevicePhysicalInput.d.ts +5 -5
- package/dist/GameController/GCExtendedGamepad.d.ts +3 -3
- package/dist/GameController/GCGamepad.d.ts +3 -3
- package/dist/GameController/GCKeyboardInput.d.ts +2 -2
- package/dist/GameController/GCLinearInput.d.ts +3 -3
- package/dist/GameController/GCMicroGamepad.d.ts +3 -3
- package/dist/GameController/GCMotion.d.ts +2 -3
- package/dist/GameController/GCMouseInput.d.ts +2 -3
- package/dist/GameController/GCPhysicalInputProfile.d.ts +2 -3
- package/dist/GameController/GCPressedStateInput.d.ts +3 -3
- package/dist/GameController/GCRelativeInput.d.ts +3 -3
- package/dist/GameController/GCSwitchPositionInput.d.ts +3 -3
- package/dist/GameController/GCTouchedStateInput.d.ts +3 -3
- package/dist/GameController/index.d.ts +0 -1
- package/dist/GameController/index.js +0 -1
- package/dist/GameKit/GKAccessPoint.d.ts +13 -14
- package/dist/GameKit/GKAchievement.d.ts +11 -11
- package/dist/GameKit/GKAchievementDescription.d.ts +4 -3
- package/dist/GameKit/GKChallenge.d.ts +3 -2
- package/dist/GameKit/GKChallengeDefinition.d.ts +5 -4
- package/dist/GameKit/GKCloudPlayer.d.ts +2 -2
- package/dist/GameKit/GKGameActivity.d.ts +5 -3
- package/dist/GameKit/GKGameActivityDefinition.d.ts +7 -6
- package/dist/GameKit/GKGameActivityListener.d.ts +1 -2
- package/dist/GameKit/GKGameSession.d.ts +13 -12
- package/dist/GameKit/GKLeaderboard.d.ts +14 -12
- package/dist/GameKit/GKLeaderboardEntry.d.ts +2 -3
- package/dist/GameKit/GKLeaderboardSet.d.ts +7 -5
- package/dist/GameKit/GKLocalPlayer.d.ts +24 -20
- package/dist/GameKit/GKMatch.d.ts +5 -3
- package/dist/GameKit/GKMatchRequest.d.ts +6 -4
- package/dist/GameKit/GKMatchmaker.d.ts +17 -15
- package/dist/GameKit/GKMatchmakerViewControllerDelegate.d.ts +1 -1
- package/dist/GameKit/GKNotificationBanner.d.ts +2 -3
- package/dist/GameKit/GKPlayer.d.ts +4 -3
- package/dist/GameKit/GKSavedGame.d.ts +3 -2
- package/dist/GameKit/GKScore.d.ts +8 -8
- package/dist/GameKit/GKTurnBasedExchange.d.ts +3 -3
- package/dist/GameKit/GKTurnBasedMatch.d.ts +22 -21
- package/dist/GameKit/GKVoiceChat.d.ts +5 -5
- package/dist/GameSave/GSSyncedDirectory.d.ts +3 -4
- package/dist/GameplayKit/GKRule.d.ts +1 -2
- package/dist/HealthKit/HKActivitySummaryQuery.d.ts +5 -4
- package/dist/HealthKit/HKAnchoredObjectQuery.d.ts +6 -6
- package/dist/HealthKit/HKAttachmentStore.d.ts +8 -6
- package/dist/HealthKit/HKCorrelationQuery.d.ts +3 -2
- package/dist/HealthKit/HKDocumentQuery.d.ts +2 -2
- package/dist/HealthKit/HKElectrocardiogramQuery.d.ts +3 -2
- package/dist/HealthKit/HKHealthStore.d.ts +25 -22
- package/dist/HealthKit/HKHeartbeatSeriesBuilder.d.ts +5 -4
- package/dist/HealthKit/HKHeartbeatSeriesQuery.d.ts +2 -2
- package/dist/HealthKit/HKObserverQuery.d.ts +4 -3
- package/dist/HealthKit/HKQuantitySeriesSampleBuilder.d.ts +4 -2
- package/dist/HealthKit/HKQuantitySeriesSampleQuery.d.ts +6 -3
- package/dist/HealthKit/HKSampleQuery.d.ts +4 -4
- package/dist/HealthKit/HKSourceQuery.d.ts +3 -2
- package/dist/HealthKit/HKStatisticsCollection.d.ts +1 -1
- package/dist/HealthKit/HKStatisticsCollectionQuery.d.ts +7 -5
- package/dist/HealthKit/HKStatisticsQuery.d.ts +3 -2
- package/dist/HealthKit/HKUserAnnotatedMedicationQuery.d.ts +3 -2
- package/dist/HealthKit/HKVerifiableClinicalRecordQuery.d.ts +3 -3
- package/dist/HealthKit/HKWorkoutBuilder.d.ts +11 -10
- package/dist/HealthKit/HKWorkoutEffortRelationshipQuery.d.ts +3 -2
- package/dist/HealthKit/HKWorkoutRouteBuilder.d.ts +5 -4
- package/dist/HealthKit/HKWorkoutRouteQuery.d.ts +4 -3
- package/dist/HealthKit/HKWorkoutSession.d.ts +4 -3
- package/dist/HealthKit/index.d.ts +0 -1
- package/dist/HealthKit/index.js +0 -1
- package/dist/IOSurface/index.d.ts +0 -1
- package/dist/IOSurface/index.js +0 -1
- package/dist/IOUSBHost/IOUSBHostControllerInterface.d.ts +1 -1
- package/dist/IOUSBHost/IOUSBHostInterface.d.ts +1 -1
- package/dist/IOUSBHost/IOUSBHostObject.d.ts +5 -5
- package/dist/IOUSBHost/IOUSBHostPipe.d.ts +6 -6
- package/dist/IOUSBHost/IOUSBHostStream.d.ts +1 -1
- package/dist/IOUSBHost/index.d.ts +0 -1
- package/dist/IOUSBHost/index.js +0 -1
- package/dist/IdentityLookup/ILMessageFilterCapabilitiesQueryHandling.d.ts +2 -2
- package/dist/IdentityLookup/ILMessageFilterError.d.ts +8 -0
- package/dist/IdentityLookup/ILMessageFilterError.js +8 -0
- package/dist/IdentityLookup/ILMessageFilterExtensionContext.d.ts +3 -2
- package/dist/IdentityLookup/ILMessageFilterQueryHandling.d.ts +2 -2
- package/dist/IdentityLookup/index.d.ts +1 -0
- package/dist/IdentityLookup/index.js +1 -0
- package/dist/ImageCaptureCore/ICCameraDevice.d.ts +5 -4
- package/dist/ImageCaptureCore/ICCameraFile.d.ts +8 -6
- package/dist/ImageCaptureCore/ICDevice.d.ts +4 -3
- package/dist/ImageCaptureCore/ICDeviceBrowser.d.ts +5 -4
- package/dist/ImageCaptureCore/ICLegacyReturnCode.d.ts +25 -0
- package/dist/ImageCaptureCore/ICLegacyReturnCode.js +25 -0
- package/dist/ImageCaptureCore/ICReturnCode.d.ts +43 -0
- package/dist/ImageCaptureCore/ICReturnCode.js +43 -0
- package/dist/ImageCaptureCore/ICReturnConnectionErrorCode.d.ts +11 -0
- package/dist/ImageCaptureCore/ICReturnConnectionErrorCode.js +11 -0
- package/dist/ImageCaptureCore/ICReturnDownloadErrorCode.d.ts +5 -0
- package/dist/ImageCaptureCore/ICReturnDownloadErrorCode.js +5 -0
- package/dist/ImageCaptureCore/ICReturnMetadataErrorCode.d.ts +7 -0
- package/dist/ImageCaptureCore/ICReturnMetadataErrorCode.js +7 -0
- package/dist/ImageCaptureCore/ICReturnObjectErrorCode.d.ts +8 -0
- package/dist/ImageCaptureCore/ICReturnObjectErrorCode.js +8 -0
- package/dist/ImageCaptureCore/ICReturnPTPDeviceErrorCode.d.ts +5 -0
- package/dist/ImageCaptureCore/ICReturnPTPDeviceErrorCode.js +5 -0
- package/dist/ImageCaptureCore/ICReturnThumbnailErrorCode.d.ts +7 -0
- package/dist/ImageCaptureCore/ICReturnThumbnailErrorCode.js +7 -0
- package/dist/ImageCaptureCore/index.d.ts +8 -0
- package/dist/ImageCaptureCore/index.js +8 -0
- package/dist/InstantMessage/index.d.ts +0 -1
- package/dist/InstantMessage/index.js +0 -1
- package/dist/Intents/INActivateCarSignalIntentHandling.d.ts +7 -5
- package/dist/Intents/INAddMediaIntentHandling.d.ts +7 -5
- package/dist/Intents/INAddTasksIntentHandling.d.ts +17 -10
- package/dist/Intents/INAnswerCallIntentHandling.d.ts +3 -3
- package/dist/Intents/INAppendToNoteIntentHandling.d.ts +7 -5
- package/dist/Intents/INBookRestaurantReservationIntentHandling.d.ts +13 -8
- package/dist/Intents/INCancelRideIntentHandling.d.ts +3 -3
- package/dist/Intents/INCancelWorkoutIntentHandling.d.ts +5 -4
- package/dist/Intents/INCreateNoteIntentHandling.d.ts +8 -6
- package/dist/Intents/INCreateTaskListIntentHandling.d.ts +8 -6
- package/dist/Intents/INDeleteTasksIntentHandling.d.ts +7 -5
- package/dist/Intents/INEditMessageIntentHandling.d.ts +5 -4
- package/dist/Intents/INEndWorkoutIntentHandling.d.ts +5 -4
- package/dist/Intents/INFocusStatusCenter.d.ts +1 -2
- package/dist/Intents/INGetAvailableRestaurantReservationBookingDefaultsIntentHandling.d.ts +5 -4
- package/dist/Intents/INGetAvailableRestaurantReservationBookingsIntentHandling.d.ts +9 -6
- package/dist/Intents/INGetCarLockStatusIntentHandling.d.ts +5 -4
- package/dist/Intents/INGetCarPowerLevelStatusIntentHandling.d.ts +5 -4
- package/dist/Intents/INGetRestaurantGuestIntentHandling.d.ts +3 -3
- package/dist/Intents/INGetRideStatusIntentHandling.d.ts +3 -3
- package/dist/Intents/INGetUserCurrentRestaurantReservationBookingsIntentHandling.d.ts +5 -4
- package/dist/Intents/INGetVisualCodeIntentHandling.d.ts +5 -4
- package/dist/Intents/INHangUpCallIntentHandling.d.ts +3 -3
- package/dist/Intents/INInteraction.d.ts +5 -4
- package/dist/Intents/INListCarsIntentHandling.d.ts +3 -3
- package/dist/Intents/INListRideOptionsIntentHandling.d.ts +6 -5
- package/dist/Intents/INPauseWorkoutIntentHandling.d.ts +5 -4
- package/dist/Intents/INPayBillIntentHandling.d.ts +16 -10
- package/dist/Intents/INPlayMediaIntentHandling.d.ts +14 -9
- package/dist/Intents/INPreferences.d.ts +1 -2
- package/dist/Intents/INRelevantShortcutStore.d.ts +2 -2
- package/dist/Intents/INRequestPaymentIntentHandling.d.ts +13 -8
- package/dist/Intents/INRequestRideIntentHandling.d.ts +12 -8
- package/dist/Intents/INResumeWorkoutIntentHandling.d.ts +5 -4
- package/dist/Intents/INSaveProfileInCarIntentHandling.d.ts +7 -5
- package/dist/Intents/INSearchCallHistoryIntentHandling.d.ts +13 -8
- package/dist/Intents/INSearchForAccountsIntentHandling.d.ts +10 -7
- package/dist/Intents/INSearchForBillsIntentHandling.d.ts +12 -8
- package/dist/Intents/INSearchForMediaIntentHandling.d.ts +5 -4
- package/dist/Intents/INSearchForMessagesIntentHandling.d.ts +12 -9
- package/dist/Intents/INSearchForNotebookItemsIntentHandling.d.ts +23 -13
- package/dist/Intents/INSearchForPhotosIntentHandling.d.ts +12 -8
- package/dist/Intents/INSendMessageIntentHandling.d.ts +13 -9
- package/dist/Intents/INSendPaymentIntentHandling.d.ts +13 -8
- package/dist/Intents/INSendRideFeedbackIntentHandling.d.ts +3 -3
- package/dist/Intents/INSetAudioSourceInCarIntentHandling.d.ts +7 -5
- package/dist/Intents/INSetCarLockStatusIntentHandling.d.ts +7 -5
- package/dist/Intents/INSetClimateSettingsInCarIntentHandling.d.ts +23 -15
- package/dist/Intents/INSetDefrosterSettingsInCarIntentHandling.d.ts +9 -6
- package/dist/Intents/INSetMessageAttributeIntentHandling.d.ts +5 -4
- package/dist/Intents/INSetProfileInCarIntentHandling.d.ts +11 -7
- package/dist/Intents/INSetRadioStationIntentHandling.d.ts +12 -8
- package/dist/Intents/INSetSeatSettingsInCarIntentHandling.d.ts +15 -10
- package/dist/Intents/INSetTaskAttributeIntentHandling.d.ts +17 -10
- package/dist/Intents/INShareFocusStatusIntentHandling.d.ts +3 -3
- package/dist/Intents/INSnoozeTasksIntentHandling.d.ts +7 -5
- package/dist/Intents/INStartAudioCallIntentHandling.d.ts +7 -5
- package/dist/Intents/INStartCallIntentHandling.d.ts +11 -7
- package/dist/Intents/INStartPhotoPlaybackIntentHandling.d.ts +11 -7
- package/dist/Intents/INStartVideoCallIntentHandling.d.ts +5 -4
- package/dist/Intents/INStartWorkoutIntentHandling.d.ts +13 -8
- package/dist/Intents/INTransferMoneyIntentHandling.d.ts +12 -8
- package/dist/Intents/INUnsendMessagesIntentHandling.d.ts +3 -3
- package/dist/Intents/INUpdateMediaAffinityIntentHandling.d.ts +7 -5
- package/dist/Intents/INVoiceShortcutCenter.d.ts +4 -3
- package/dist/JavaRuntimeSupport/index.d.ts +0 -1
- package/dist/JavaRuntimeSupport/index.js +0 -1
- package/dist/JavaScriptCore/JSContext.d.ts +2 -2
- package/dist/JavaScriptCore/JSValue.d.ts +1 -1
- package/dist/JavaScriptCore/index.d.ts +0 -1
- package/dist/JavaScriptCore/index.js +0 -1
- package/dist/LinkPresentation/LPErrorCode.d.ts +8 -0
- package/dist/LinkPresentation/LPErrorCode.js +8 -0
- package/dist/LinkPresentation/LPMetadataProvider.d.ts +4 -3
- package/dist/LinkPresentation/index.d.ts +1 -0
- package/dist/LinkPresentation/index.js +1 -0
- package/dist/LocalAuthentication/LAContext.d.ts +3 -2
- package/dist/LocalAuthentication/LAPrivateKey.d.ts +4 -3
- package/dist/LocalAuthentication/LAPublicKey.d.ts +4 -3
- package/dist/LocalAuthentication/LARight.d.ts +4 -4
- package/dist/LocalAuthentication/LARightStore.d.ts +7 -7
- package/dist/LocalAuthentication/LASecret.d.ts +3 -2
- package/dist/MLCompute/MLCInferenceGraph.d.ts +6 -5
- package/dist/MLCompute/MLCTensorData.d.ts +1 -1
- package/dist/MLCompute/MLCTrainingGraph.d.ts +8 -8
- package/dist/MLCompute/index.d.ts +0 -1
- package/dist/MLCompute/index.js +0 -1
- package/dist/MailKit/MEComposeSessionErrorCode.d.ts +6 -0
- package/dist/MailKit/MEComposeSessionErrorCode.js +6 -0
- package/dist/MailKit/MEComposeSessionHandler.d.ts +3 -3
- package/dist/MailKit/MEExtensionManager.d.ts +3 -3
- package/dist/MailKit/MEMessageActionHandler.d.ts +2 -2
- package/dist/MailKit/MEMessageEncoder.d.ts +4 -3
- package/dist/MailKit/MEMessageSecurityErrorCode.d.ts +5 -0
- package/dist/MailKit/MEMessageSecurityErrorCode.js +5 -0
- package/dist/MailKit/MEMessageSecurityHandler.d.ts +1 -2
- package/dist/MailKit/index.d.ts +2 -0
- package/dist/MailKit/index.js +2 -0
- package/dist/MapKit/MKDirections.d.ts +5 -3
- package/dist/MapKit/MKGeocodingRequest.d.ts +3 -2
- package/dist/MapKit/MKLocalSearch.d.ts +3 -2
- package/dist/MapKit/MKLookAroundSceneRequest.d.ts +3 -2
- package/dist/MapKit/MKLookAroundSnapshotter.d.ts +3 -2
- package/dist/MapKit/MKMapItem.d.ts +2 -2
- package/dist/MapKit/MKMapItemRequest.d.ts +3 -1
- package/dist/MapKit/MKMapSnapshotter.d.ts +4 -3
- package/dist/MapKit/MKReverseGeocodingRequest.d.ts +3 -1
- package/dist/MapKit/MKTileOverlay.d.ts +3 -2
- package/dist/MapKit/index.d.ts +0 -1
- package/dist/MapKit/index.js +0 -1
- package/dist/Matter/MTRAsyncCallbackQueueWorkItem.d.ts +4 -4
- package/dist/Matter/MTRAttributeCacheContainer.d.ts +3 -2
- package/dist/Matter/MTRBaseClusterAccessControl.d.ts +77 -76
- package/dist/Matter/MTRBaseClusterAccountLogin.d.ts +41 -39
- package/dist/Matter/MTRBaseClusterActions.d.ts +75 -73
- package/dist/Matter/MTRBaseClusterActivatedCarbonFilterMonitoring.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterAdministratorCommissioning.d.ts +58 -57
- package/dist/Matter/MTRBaseClusterAirQuality.d.ts +20 -19
- package/dist/Matter/MTRBaseClusterApplicationBasic.d.ts +83 -79
- package/dist/Matter/MTRBaseClusterApplicationLauncher.d.ts +58 -56
- package/dist/Matter/MTRBaseClusterAudioOutput.d.ts +48 -47
- package/dist/Matter/MTRBaseClusterBallastConfiguration.d.ts +156 -155
- package/dist/Matter/MTRBaseClusterBarrierControl.d.ts +122 -121
- package/dist/Matter/MTRBaseClusterBasic.d.ts +86 -84
- package/dist/Matter/MTRBaseClusterBasicInformation.d.ts +94 -91
- package/dist/Matter/MTRBaseClusterBinaryInputBasic.d.ts +110 -109
- package/dist/Matter/MTRBaseClusterBinding.d.ts +41 -41
- package/dist/Matter/MTRBaseClusterBooleanState.d.ts +38 -37
- package/dist/Matter/MTRBaseClusterBooleanStateConfiguration.d.ts +45 -44
- package/dist/Matter/MTRBaseClusterBridgedDeviceBasic.d.ts +64 -63
- package/dist/Matter/MTRBaseClusterBridgedDeviceBasicInformation.d.ts +72 -70
- package/dist/Matter/MTRBaseClusterCarbonDioxideConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterCarbonMonoxideConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterChannel.d.ts +66 -59
- package/dist/Matter/MTRBaseClusterColorControl.d.ts +435 -433
- package/dist/Matter/MTRBaseClusterCommissionerControl.d.ts +23 -21
- package/dist/Matter/MTRBaseClusterContentAppObserver.d.ts +19 -17
- package/dist/Matter/MTRBaseClusterContentLauncher.d.ts +54 -51
- package/dist/Matter/MTRBaseClusterDescriptor.d.ts +56 -55
- package/dist/Matter/MTRBaseClusterDeviceEnergyManagement.d.ts +54 -51
- package/dist/Matter/MTRBaseClusterDeviceEnergyManagementMode.d.ts +25 -23
- package/dist/Matter/MTRBaseClusterDiagnosticLogs.d.ts +35 -33
- package/dist/Matter/MTRBaseClusterDishwasherAlarm.d.ts +31 -30
- package/dist/Matter/MTRBaseClusterDishwasherMode.d.ts +25 -23
- package/dist/Matter/MTRBaseClusterDoorLock.d.ts +397 -389
- package/dist/Matter/MTRBaseClusterElectricalEnergyMeasurement.d.ts +38 -34
- package/dist/Matter/MTRBaseClusterElectricalMeasurement.d.ts +838 -837
- package/dist/Matter/MTRBaseClusterElectricalPowerMeasurement.d.ts +74 -73
- package/dist/Matter/MTRBaseClusterEnergyEVSE.d.ts +85 -83
- package/dist/Matter/MTRBaseClusterEnergyEVSEMode.d.ts +25 -23
- package/dist/Matter/MTRBaseClusterEthernetNetworkDiagnostics.d.ts +90 -89
- package/dist/Matter/MTRBaseClusterFanControl.d.ts +128 -127
- package/dist/Matter/MTRBaseClusterFixedLabel.d.ts +38 -37
- package/dist/Matter/MTRBaseClusterFlowMeasurement.d.ts +56 -55
- package/dist/Matter/MTRBaseClusterFormaldehydeConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterGeneralCommissioning.d.ts +78 -73
- package/dist/Matter/MTRBaseClusterGeneralDiagnostics.d.ts +93 -90
- package/dist/Matter/MTRBaseClusterGroupKeyManagement.d.ts +70 -68
- package/dist/Matter/MTRBaseClusterGroups.d.ts +56 -51
- package/dist/Matter/MTRBaseClusterHEPAFilterMonitoring.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterICDManagement.d.ts +53 -49
- package/dist/Matter/MTRBaseClusterIdentify.d.ts +52 -51
- package/dist/Matter/MTRBaseClusterIlluminanceMeasurement.d.ts +62 -61
- package/dist/Matter/MTRBaseClusterKeypadInput.d.ts +35 -33
- package/dist/Matter/MTRBaseClusterLaundryDryerControls.d.ts +25 -24
- package/dist/Matter/MTRBaseClusterLaundryWasherControls.d.ts +33 -32
- package/dist/Matter/MTRBaseClusterLaundryWasherMode.d.ts +25 -23
- package/dist/Matter/MTRBaseClusterLevelControl.d.ts +162 -161
- package/dist/Matter/MTRBaseClusterLocalizationConfiguration.d.ts +48 -47
- package/dist/Matter/MTRBaseClusterLowPower.d.ts +36 -35
- package/dist/Matter/MTRBaseClusterMediaInput.d.ts +56 -55
- package/dist/Matter/MTRBaseClusterMediaPlayback.d.ts +119 -115
- package/dist/Matter/MTRBaseClusterMessages.d.ts +25 -24
- package/dist/Matter/MTRBaseClusterMicrowaveOvenControl.d.ts +41 -40
- package/dist/Matter/MTRBaseClusterMicrowaveOvenMode.d.ts +23 -22
- package/dist/Matter/MTRBaseClusterModeSelect.d.ts +79 -77
- package/dist/Matter/MTRBaseClusterNetworkCommissioning.d.ts +110 -105
- package/dist/Matter/MTRBaseClusterNitrogenDioxideConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterOccupancySensing.d.ts +149 -147
- package/dist/Matter/MTRBaseClusterOnOff.d.ts +94 -93
- package/dist/Matter/MTRBaseClusterOnOffSwitchConfiguration.d.ts +48 -47
- package/dist/Matter/MTRBaseClusterOperationalCredentials.d.ts +88 -83
- package/dist/Matter/MTRBaseClusterOperationalState.d.ts +45 -42
- package/dist/Matter/MTRBaseClusterOtaSoftwareUpdateProvider.d.ts +40 -37
- package/dist/Matter/MTRBaseClusterOtaSoftwareUpdateRequestor.d.ts +61 -61
- package/dist/Matter/MTRBaseClusterOvenCavityOperationalState.d.ts +41 -38
- package/dist/Matter/MTRBaseClusterOvenMode.d.ts +25 -23
- package/dist/Matter/MTRBaseClusterOzoneConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterPM10ConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterPM1ConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterPM25ConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterPowerSource.d.ts +222 -220
- package/dist/Matter/MTRBaseClusterPowerSourceConfiguration.d.ts +38 -37
- package/dist/Matter/MTRBaseClusterPowerTopology.d.ts +23 -22
- package/dist/Matter/MTRBaseClusterPressureMeasurement.d.ts +86 -85
- package/dist/Matter/MTRBaseClusterPumpConfigurationAndControl.d.ts +186 -185
- package/dist/Matter/MTRBaseClusterRVCCleanMode.d.ts +25 -23
- package/dist/Matter/MTRBaseClusterRVCOperationalState.d.ts +43 -40
- package/dist/Matter/MTRBaseClusterRVCRunMode.d.ts +25 -23
- package/dist/Matter/MTRBaseClusterRadonConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterRefrigeratorAlarm.d.ts +26 -25
- package/dist/Matter/MTRBaseClusterRefrigeratorAndTemperatureControlledCabinetMode.d.ts +25 -23
- package/dist/Matter/MTRBaseClusterRelativeHumidityMeasurement.d.ts +56 -55
- package/dist/Matter/MTRBaseClusterServiceArea.d.ts +39 -36
- package/dist/Matter/MTRBaseClusterSmokeCOAlarm.d.ts +60 -59
- package/dist/Matter/MTRBaseClusterSoftwareDiagnostics.d.ts +60 -59
- package/dist/Matter/MTRBaseClusterSwitch.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterTargetNavigator.d.ts +47 -45
- package/dist/Matter/MTRBaseClusterTemperatureControl.d.ts +37 -36
- package/dist/Matter/MTRBaseClusterTemperatureMeasurement.d.ts +56 -55
- package/dist/Matter/MTRBaseClusterTestCluster.d.ts +467 -455
- package/dist/Matter/MTRBaseClusterThermostat.d.ts +486 -483
- package/dist/Matter/MTRBaseClusterThermostatUserInterfaceConfiguration.d.ts +62 -61
- package/dist/Matter/MTRBaseClusterThreadBorderRouterManagement.d.ts +44 -40
- package/dist/Matter/MTRBaseClusterThreadNetworkDiagnostics.d.ts +418 -413
- package/dist/Matter/MTRBaseClusterThreadNetworkDirectory.d.ts +32 -30
- package/dist/Matter/MTRBaseClusterTimeFormatLocalization.d.ts +58 -57
- package/dist/Matter/MTRBaseClusterTimeSynchronization.d.ts +64 -60
- package/dist/Matter/MTRBaseClusterTotalVolatileOrganicCompoundsConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterUnitLocalization.d.ts +42 -41
- package/dist/Matter/MTRBaseClusterUnitTesting.d.ts +467 -455
- package/dist/Matter/MTRBaseClusterUserLabel.d.ts +41 -41
- package/dist/Matter/MTRBaseClusterValveConfigurationAndControl.d.ts +58 -57
- package/dist/Matter/MTRBaseClusterWakeOnLan.d.ts +43 -40
- package/dist/Matter/MTRBaseClusterWaterHeaterManagement.d.ts +38 -37
- package/dist/Matter/MTRBaseClusterWaterHeaterMode.d.ts +25 -23
- package/dist/Matter/MTRBaseClusterWiFiNetworkDiagnostics.d.ts +115 -113
- package/dist/Matter/MTRBaseClusterWiFiNetworkManagement.d.ts +27 -24
- package/dist/Matter/MTRBaseClusterWindowCovering.d.ts +188 -187
- package/dist/Matter/MTRBaseDevice.d.ts +22 -19
- package/dist/Matter/MTRClusterAccessControl.d.ts +3 -2
- package/dist/Matter/MTRClusterAccountLogin.d.ts +10 -9
- package/dist/Matter/MTRClusterActions.d.ts +25 -25
- package/dist/Matter/MTRClusterActivatedCarbonFilterMonitoring.d.ts +3 -3
- package/dist/Matter/MTRClusterAdministratorCommissioning.d.ts +9 -9
- package/dist/Matter/MTRClusterApplicationLauncher.d.ts +11 -10
- package/dist/Matter/MTRClusterAudioOutput.d.ts +5 -5
- package/dist/Matter/MTRClusterBarrierControl.d.ts +7 -7
- package/dist/Matter/MTRClusterBasic.d.ts +3 -3
- package/dist/Matter/MTRClusterBooleanStateConfiguration.d.ts +3 -3
- package/dist/Matter/MTRClusterBridgedDeviceBasicInformation.d.ts +2 -2
- package/dist/Matter/MTRClusterChannel.d.ts +13 -11
- package/dist/Matter/MTRClusterColorControl.d.ts +39 -39
- package/dist/Matter/MTRClusterCommissionerControl.d.ts +4 -3
- package/dist/Matter/MTRClusterContentAppObserver.d.ts +3 -2
- package/dist/Matter/MTRClusterContentLauncher.d.ts +7 -5
- package/dist/Matter/MTRClusterDeviceEnergyManagement.d.ts +12 -12
- package/dist/Matter/MTRClusterDeviceEnergyManagementMode.d.ts +3 -2
- package/dist/Matter/MTRClusterDiagnosticLogs.d.ts +4 -3
- package/dist/Matter/MTRClusterDishwasherAlarm.d.ts +3 -3
- package/dist/Matter/MTRClusterDishwasherMode.d.ts +3 -2
- package/dist/Matter/MTRClusterDoorLock.d.ts +50 -44
- package/dist/Matter/MTRClusterElectricalMeasurement.d.ts +7 -7
- package/dist/Matter/MTRClusterEnergyEVSE.d.ts +12 -11
- package/dist/Matter/MTRClusterEnergyEVSEMode.d.ts +3 -2
- package/dist/Matter/MTRClusterEthernetNetworkDiagnostics.d.ts +5 -5
- package/dist/Matter/MTRClusterFanControl.d.ts +2 -2
- package/dist/Matter/MTRClusterGeneralCommissioning.d.ts +12 -9
- package/dist/Matter/MTRClusterGeneralDiagnostics.d.ts +8 -6
- package/dist/Matter/MTRClusterGroupKeyManagement.d.ts +12 -10
- package/dist/Matter/MTRClusterGroups.d.ts +19 -15
- package/dist/Matter/MTRClusterHEPAFilterMonitoring.d.ts +3 -3
- package/dist/Matter/MTRClusterICDManagement.d.ts +6 -4
- package/dist/Matter/MTRClusterIdentify.d.ts +5 -5
- package/dist/Matter/MTRClusterKeypadInput.d.ts +4 -3
- package/dist/Matter/MTRClusterLaundryWasherMode.d.ts +3 -2
- package/dist/Matter/MTRClusterLevelControl.d.ts +19 -19
- package/dist/Matter/MTRClusterLowPower.d.ts +5 -5
- package/dist/Matter/MTRClusterMediaInput.d.ts +13 -13
- package/dist/Matter/MTRClusterMediaPlayback.d.ts +44 -43
- package/dist/Matter/MTRClusterMessages.d.ts +3 -3
- package/dist/Matter/MTRClusterMicrowaveOvenControl.d.ts +4 -4
- package/dist/Matter/MTRClusterModeSelect.d.ts +3 -3
- package/dist/Matter/MTRClusterNetworkCommissioning.d.ts +17 -14
- package/dist/Matter/MTRClusterOnOff.d.ts +21 -21
- package/dist/Matter/MTRClusterOperationalCredentials.d.ts +21 -17
- package/dist/Matter/MTRClusterOperationalState.d.ts +10 -9
- package/dist/Matter/MTRClusterOtaSoftwareUpdateProvider.d.ts +9 -7
- package/dist/Matter/MTRClusterOtaSoftwareUpdateRequestor.d.ts +3 -3
- package/dist/Matter/MTRClusterOvenCavityOperationalState.d.ts +6 -5
- package/dist/Matter/MTRClusterOvenMode.d.ts +3 -2
- package/dist/Matter/MTRClusterRVCCleanMode.d.ts +3 -2
- package/dist/Matter/MTRClusterRVCOperationalState.d.ts +8 -7
- package/dist/Matter/MTRClusterRVCRunMode.d.ts +3 -2
- package/dist/Matter/MTRClusterRefrigeratorAndTemperatureControlledCabinetMode.d.ts +3 -2
- package/dist/Matter/MTRClusterServiceArea.d.ts +5 -3
- package/dist/Matter/MTRClusterSmokeCOAlarm.d.ts +3 -3
- package/dist/Matter/MTRClusterSoftwareDiagnostics.d.ts +5 -5
- package/dist/Matter/MTRClusterStateCacheContainer.d.ts +3 -2
- package/dist/Matter/MTRClusterTargetNavigator.d.ts +4 -3
- package/dist/Matter/MTRClusterTemperatureControl.d.ts +3 -3
- package/dist/Matter/MTRClusterTestCluster.d.ts +42 -30
- package/dist/Matter/MTRClusterThermostat.d.ts +16 -14
- package/dist/Matter/MTRClusterThreadBorderRouterManagement.d.ts +8 -7
- package/dist/Matter/MTRClusterThreadNetworkDiagnostics.d.ts +5 -5
- package/dist/Matter/MTRClusterThreadNetworkDirectory.d.ts +5 -4
- package/dist/Matter/MTRClusterTimeSynchronization.d.ts +7 -6
- package/dist/Matter/MTRClusterUnitTesting.d.ts +42 -30
- package/dist/Matter/MTRClusterValveConfigurationAndControl.d.ts +5 -5
- package/dist/Matter/MTRClusterWaterHeaterManagement.d.ts +4 -4
- package/dist/Matter/MTRClusterWaterHeaterMode.d.ts +3 -2
- package/dist/Matter/MTRClusterWiFiNetworkDiagnostics.d.ts +5 -5
- package/dist/Matter/MTRClusterWiFiNetworkManagement.d.ts +4 -3
- package/dist/Matter/MTRClusterWindowCovering.d.ts +21 -21
- package/dist/Matter/MTRCommissioningDelegate.d.ts +4 -4
- package/dist/Matter/MTRDevice.d.ts +11 -8
- package/dist/Matter/MTRDeviceController.d.ts +6 -4
- package/dist/Matter/MTRDeviceControllerServerProtocol.d.ts +12 -10
- package/dist/Matter/MTRErrorCode.d.ts +22 -0
- package/dist/Matter/MTRErrorCode.js +22 -0
- package/dist/Matter/MTRInteractionErrorCode.d.ts +33 -0
- package/dist/Matter/MTRInteractionErrorCode.js +33 -0
- package/dist/Matter/MTRNOCChainIssuer.d.ts +3 -1
- package/dist/Matter/MTROTAProviderDelegate.d.ts +13 -11
- package/dist/Matter/MTROperationalCertificateIssuer.d.ts +3 -2
- package/dist/Matter/MTRXPCDeviceControllerParameters.d.ts +4 -4
- package/dist/Matter/MTRXPCServerProtocol_MTRDevice.d.ts +17 -11
- package/dist/Matter/MTRXPCServerProtocol_MTRDeviceController.d.ts +2 -2
- package/dist/Matter/functions.d.ts +1 -2
- package/dist/Matter/functions.js +1 -1
- package/dist/Matter/index.d.ts +2 -1
- package/dist/Matter/index.js +2 -1
- package/dist/MediaAccessibility/MAMusicHapticsManager.d.ts +2 -3
- package/dist/MediaAccessibility/functions.d.ts +1 -1
- package/dist/MediaAccessibility/functions.js +1 -1
- package/dist/MediaAccessibility/index.d.ts +0 -1
- package/dist/MediaAccessibility/index.js +0 -1
- package/dist/MediaExtension/MEByteSource.d.ts +4 -2
- package/dist/MediaExtension/MEError.d.ts +15 -0
- package/dist/MediaExtension/MEError.js +15 -0
- package/dist/MediaExtension/MEFormatReader.d.ts +8 -5
- package/dist/MediaExtension/MERAWProcessor.d.ts +2 -1
- package/dist/MediaExtension/MESampleCursor.d.ts +9 -7
- package/dist/MediaExtension/METrackReader.d.ts +12 -9
- package/dist/MediaExtension/MEVideoDecoder.d.ts +3 -1
- package/dist/MediaExtension/index.d.ts +1 -0
- package/dist/MediaExtension/index.js +1 -0
- package/dist/MediaPlayer/MPMediaEntity.d.ts +1 -1
- package/dist/MediaPlayer/MPMediaItemAnimatedArtwork.d.ts +4 -2
- package/dist/MediaPlayer/MPMediaItemArtwork.d.ts +1 -2
- package/dist/MediaPlayer/MPMediaLibrary.d.ts +6 -4
- package/dist/MediaPlayer/MPMediaPlaylist.d.ts +3 -3
- package/dist/MediaPlayer/MPMusicPlayerApplicationController.d.ts +4 -2
- package/dist/MediaPlayer/MPMusicPlayerController.d.ts +2 -1
- package/dist/MediaPlayer/MPNowPlayingSession.d.ts +1 -2
- package/dist/MediaPlayer/MPPlayableContentDataSource.d.ts +3 -3
- package/dist/MediaPlayer/MPPlayableContentDelegate.d.ts +4 -4
- package/dist/MediaPlayer/MPRemoteCommand.d.ts +3 -1
- package/dist/MediaPlayer/index.d.ts +0 -1
- package/dist/MediaPlayer/index.js +0 -1
- package/dist/Metal/MTL4CommitOptions.d.ts +2 -2
- package/dist/Metal/MTL4Compiler.d.ts +11 -10
- package/dist/Metal/MTLCommandBuffer.d.ts +2 -2
- package/dist/Metal/MTLDevice.d.ts +13 -10
- package/dist/Metal/MTLDrawable.d.ts +1 -2
- package/dist/Metal/MTLIOCommandBuffer.d.ts +1 -2
- package/dist/Metal/MTLIOError.d.ts +5 -0
- package/dist/Metal/MTLIOError.js +5 -0
- package/dist/Metal/MTLLibrary.d.ts +4 -3
- package/dist/Metal/MTLLogState.d.ts +3 -2
- package/dist/Metal/MTLSharedEvent.d.ts +1 -2
- package/dist/Metal/NSDeviceCertification.d.ts +2 -0
- package/dist/Metal/NSDeviceCertification.js +2 -0
- package/dist/Metal/NSProcessPerformanceProfile.d.ts +2 -0
- package/dist/Metal/NSProcessPerformanceProfile.js +2 -0
- package/dist/Metal/functions.d.ts +2 -1
- package/dist/Metal/functions.js +1 -1
- package/dist/Metal/index.d.ts +3 -1
- package/dist/Metal/index.js +3 -1
- package/dist/MetalKit/MTKTextureLoader.d.ts +10 -9
- package/dist/MetalKit/index.d.ts +0 -1
- package/dist/MetalKit/index.js +0 -1
- package/dist/MetalPerformanceShaders/index.d.ts +0 -1
- package/dist/MetalPerformanceShaders/index.js +0 -1
- package/dist/MetalPerformanceShadersGraph/MPSGraph.d.ts +6 -5
- package/dist/MetalPerformanceShadersGraph/MPSGraphCompilationDescriptor.d.ts +4 -2
- package/dist/MetalPerformanceShadersGraph/MPSGraphExecutableExecutionDescriptor.d.ts +6 -5
- package/dist/MetalPerformanceShadersGraph/MPSGraphExecutionDescriptor.d.ts +5 -4
- package/dist/MetricKit/MXErrorCode.d.ts +9 -0
- package/dist/MetricKit/MXErrorCode.js +9 -0
- package/dist/MetricKit/index.d.ts +1 -0
- package/dist/MetricKit/index.js +1 -0
- package/dist/ModelIO/MDLMaterialPropertyNode.d.ts +3 -4
- package/dist/ModelIO/MDLMeshBufferMap.d.ts +1 -1
- package/dist/ModelIO/MDLObject.d.ts +1 -1
- package/dist/MultipeerConnectivity/MCNearbyServiceAdvertiserDelegate.d.ts +2 -2
- package/dist/MultipeerConnectivity/MCSession.d.ts +3 -2
- package/dist/MultipeerConnectivity/MCSessionDelegate.d.ts +1 -2
- package/dist/NaturalLanguage/NLContextualEmbedding.d.ts +3 -1
- package/dist/NaturalLanguage/NLContextualEmbeddingResult.d.ts +1 -1
- package/dist/NaturalLanguage/NLEmbedding.d.ts +4 -4
- package/dist/NaturalLanguage/NLTagger.d.ts +4 -2
- package/dist/NaturalLanguage/NLTokenizer.d.ts +2 -1
- package/dist/NearbyInteraction/NIErrorCode.d.ts +13 -0
- package/dist/NearbyInteraction/NIErrorCode.js +13 -0
- package/dist/NearbyInteraction/index.d.ts +1 -1
- package/dist/NearbyInteraction/index.js +1 -1
- package/dist/NetworkExtension/NEAppProxyFlow.d.ts +2 -3
- package/dist/NetworkExtension/NEAppProxyProvider.d.ts +2 -3
- package/dist/NetworkExtension/NEAppProxyProviderManager.d.ts +3 -2
- package/dist/NetworkExtension/NEAppProxyTCPFlow.d.ts +3 -3
- package/dist/NetworkExtension/NEAppProxyUDPFlow.d.ts +5 -4
- package/dist/NetworkExtension/NEAppPushManager.d.ts +5 -5
- package/dist/NetworkExtension/NEAppPushManagerError.d.ts +7 -0
- package/dist/NetworkExtension/NEAppPushManagerError.js +7 -0
- package/dist/NetworkExtension/NEAppPushProvider.d.ts +3 -3
- package/dist/NetworkExtension/NEDNSProxyManager.d.ts +4 -4
- package/dist/NetworkExtension/NEDNSProxyProvider.d.ts +2 -2
- package/dist/NetworkExtension/NEDNSSettingsManager.d.ts +4 -4
- package/dist/NetworkExtension/NEFilterControlProvider.d.ts +3 -3
- package/dist/NetworkExtension/NEFilterDataProvider.d.ts +2 -2
- package/dist/NetworkExtension/NEFilterManager.d.ts +4 -4
- package/dist/NetworkExtension/NEFilterPacketProvider.d.ts +5 -2
- package/dist/NetworkExtension/NEFilterProvider.d.ts +3 -3
- package/dist/NetworkExtension/NEHotspotConfigurationManager.d.ts +6 -5
- package/dist/NetworkExtension/NEHotspotHelper.d.ts +2 -2
- package/dist/NetworkExtension/NEHotspotNetwork.d.ts +1 -2
- package/dist/NetworkExtension/NEPacketTunnelFlow.d.ts +2 -3
- package/dist/NetworkExtension/NEPacketTunnelProvider.d.ts +2 -2
- package/dist/NetworkExtension/NEProvider.d.ts +2 -2
- package/dist/NetworkExtension/NERelayManager.d.ts +6 -6
- package/dist/NetworkExtension/NETransparentProxyManager.d.ts +3 -2
- package/dist/NetworkExtension/NETunnelProvider.d.ts +3 -3
- package/dist/NetworkExtension/NETunnelProviderManager.d.ts +2 -2
- package/dist/NetworkExtension/NETunnelProviderSession.d.ts +1 -1
- package/dist/NetworkExtension/NEURLFilter.d.ts +2 -2
- package/dist/NetworkExtension/NEVPNConnection.d.ts +2 -1
- package/dist/NetworkExtension/NEVPNManager.d.ts +4 -3
- package/dist/NetworkExtension/NWTCPConnection.d.ts +3 -4
- package/dist/NetworkExtension/NWTCPConnectionAuthenticationDelegate.d.ts +2 -2
- package/dist/NetworkExtension/NWUDPSession.d.ts +4 -4
- package/dist/NetworkExtension/index.d.ts +1 -0
- package/dist/NetworkExtension/index.js +1 -0
- package/dist/NotificationCenter/NCWidgetProviding.d.ts +2 -2
- package/dist/PHASE/PHASEAssetError.d.ts +9 -0
- package/dist/PHASE/PHASEAssetError.js +9 -0
- package/dist/PHASE/PHASEAssetRegistry.d.ts +1 -1
- package/dist/PHASE/PHASEError.d.ts +5 -0
- package/dist/PHASE/PHASEError.js +5 -0
- package/dist/PHASE/PHASEPullStreamNode.d.ts +2 -2
- package/dist/PHASE/PHASEPushStreamNode.d.ts +2 -3
- package/dist/PHASE/PHASESoundEvent.d.ts +8 -5
- package/dist/PHASE/PHASESoundEventError.d.ts +9 -0
- package/dist/PHASE/PHASESoundEventError.js +9 -0
- package/dist/PHASE/index.d.ts +3 -0
- package/dist/PHASE/index.js +3 -0
- package/dist/ParavirtualizedGraphics/PGDeviceDescriptor.d.ts +16 -16
- package/dist/ParavirtualizedGraphics/PGDisplay.d.ts +6 -6
- package/dist/ParavirtualizedGraphics/PGDisplayDescriptor.d.ts +12 -11
- package/dist/ParavirtualizedGraphics/index.d.ts +0 -1
- package/dist/ParavirtualizedGraphics/index.js +0 -1
- package/dist/PassKit/PKAddIdentityDocumentConfiguration.d.ts +2 -2
- package/dist/PassKit/PKAddSecureElementPassErrorCode.d.ts +11 -0
- package/dist/PassKit/PKAddSecureElementPassErrorCode.js +11 -0
- package/dist/PassKit/PKAddShareablePassConfiguration.d.ts +3 -3
- package/dist/PassKit/PKDisbursementErrorCode.d.ts +6 -0
- package/dist/PassKit/PKDisbursementErrorCode.js +6 -0
- package/dist/PassKit/PKIdentityAuthorizationController.d.ts +4 -3
- package/dist/PassKit/PKIdentityError.d.ts +12 -0
- package/dist/PassKit/PKIdentityError.js +12 -0
- package/dist/PassKit/PKIssuerProvisioningExtensionAuthorizationProviding.d.ts +3 -3
- package/dist/PassKit/PKIssuerProvisioningExtensionHandler.d.ts +6 -5
- package/dist/PassKit/PKPassKitErrorCode.d.ts +8 -0
- package/dist/PassKit/PKPassKitErrorCode.js +8 -0
- package/dist/PassKit/PKPassLibrary.d.ts +13 -10
- package/dist/PassKit/PKPaymentAuthorizationController.d.ts +2 -3
- package/dist/PassKit/PKPaymentAuthorizationControllerDelegate.d.ts +18 -11
- package/dist/PassKit/PKPaymentAuthorizationViewControllerDelegate.d.ts +18 -11
- package/dist/PassKit/PKPaymentErrorCode.d.ts +9 -0
- package/dist/PassKit/PKPaymentErrorCode.js +9 -0
- package/dist/PassKit/PKPaymentInformationRequestHandling.d.ts +5 -4
- package/dist/PassKit/PKShareSecureElementPassErrorCode.d.ts +5 -0
- package/dist/PassKit/PKShareSecureElementPassErrorCode.js +5 -0
- package/dist/PassKit/PKVehicleConnectionSession.d.ts +2 -1
- package/dist/PassKit/index.d.ts +6 -0
- package/dist/PassKit/index.js +6 -0
- package/dist/PencilKit/PKStrokePath.d.ts +3 -3
- package/dist/Photos/PHAsset.d.ts +3 -1
- package/dist/Photos/PHAssetResourceManager.d.ts +4 -3
- package/dist/Photos/PHAssetResourceRequestOptions.d.ts +2 -3
- package/dist/Photos/PHContentEditingInputRequestOptions.d.ts +5 -4
- package/dist/Photos/PHFetchResult.d.ts +3 -3
- package/dist/Photos/PHFetchResultChangeDetails.d.ts +1 -2
- package/dist/Photos/PHImageManager.d.ts +16 -7
- package/dist/Photos/PHImageRequestOptions.d.ts +4 -2
- package/dist/Photos/PHLivePhoto.d.ts +2 -2
- package/dist/Photos/PHLivePhotoEditingContext.d.ts +7 -4
- package/dist/Photos/PHLivePhotoRequestOptions.d.ts +4 -2
- package/dist/Photos/PHPersistentChangeFetchResult.d.ts +2 -1
- package/dist/Photos/PHPhotoLibrary.d.ts +4 -4
- package/dist/Photos/PHPhotosError.d.ts +25 -0
- package/dist/Photos/PHPhotosError.js +25 -0
- package/dist/Photos/PHVideoRequestOptions.d.ts +4 -2
- package/dist/Photos/index.d.ts +1 -0
- package/dist/Photos/index.js +1 -0
- package/dist/PhotosUI/PHContentEditingController.d.ts +2 -2
- package/dist/PhotosUI/PHProjectExtensionContext.d.ts +1 -2
- package/dist/PhotosUI/PHProjectExtensionController.d.ts +4 -4
- package/dist/PushKit/PKPushRegistryDelegate.d.ts +1 -2
- package/dist/QuartzCore/CATransaction.d.ts +2 -2
- package/dist/QuartzCore/index.d.ts +0 -1
- package/dist/QuartzCore/index.js +0 -1
- package/dist/QuickLookThumbnailing/QLThumbnailError.d.ts +9 -0
- package/dist/QuickLookThumbnailing/QLThumbnailError.js +9 -0
- package/dist/QuickLookThumbnailing/QLThumbnailGenerator.d.ts +7 -5
- package/dist/QuickLookThumbnailing/QLThumbnailProvider.d.ts +3 -2
- package/dist/QuickLookThumbnailing/QLThumbnailReply.d.ts +2 -2
- package/dist/QuickLookThumbnailing/index.d.ts +1 -0
- package/dist/QuickLookThumbnailing/index.js +1 -0
- package/dist/QuickLookUI/QLPreviewReply.d.ts +5 -3
- package/dist/QuickLookUI/QLPreviewingController.d.ts +5 -4
- package/dist/ReplayKit/RPBroadcastActivityController.d.ts +2 -2
- package/dist/ReplayKit/RPBroadcastController.d.ts +3 -3
- package/dist/ReplayKit/RPScreenRecorder.d.ts +13 -10
- package/dist/SafariServices/SFContentBlockerManager.d.ts +4 -3
- package/dist/SafariServices/SFSafariApplication.d.ts +10 -7
- package/dist/SafariServices/SFSafariExtension.d.ts +2 -2
- package/dist/SafariServices/SFSafariExtensionHandling.d.ts +3 -4
- package/dist/SafariServices/SFSafariExtensionManager.d.ts +3 -2
- package/dist/SafariServices/SFSafariPage.d.ts +6 -4
- package/dist/SafariServices/SFSafariTab.d.ts +7 -5
- package/dist/SafariServices/SFSafariWindow.d.ts +7 -5
- package/dist/SafetyKit/SACrashDetectionManager.d.ts +2 -2
- package/dist/SafetyKit/SAEmergencyResponseManager.d.ts +2 -2
- package/dist/SafetyKit/SAErrorCode.d.ts +7 -0
- package/dist/SafetyKit/SAErrorCode.js +7 -0
- package/dist/SafetyKit/index.d.ts +1 -0
- package/dist/SafetyKit/index.js +1 -0
- package/dist/SceneKit/SCNAction.d.ts +6 -6
- package/dist/SceneKit/SCNActionable.d.ts +2 -3
- package/dist/SceneKit/SCNAnimation.d.ts +5 -5
- package/dist/SceneKit/SCNAnimationEvent.d.ts +2 -1
- package/dist/SceneKit/SCNAudioPlayer.d.ts +4 -5
- package/dist/SceneKit/SCNNode.d.ts +3 -3
- package/dist/SceneKit/SCNParticleSystem.d.ts +2 -2
- package/dist/SceneKit/SCNPhysicsField.d.ts +1 -2
- package/dist/SceneKit/SCNProgram.d.ts +5 -2
- package/dist/SceneKit/SCNScene.d.ts +2 -1
- package/dist/SceneKit/SCNSceneRenderer.d.ts +3 -3
- package/dist/SceneKit/SCNSceneSource.d.ts +4 -2
- package/dist/SceneKit/SCNShadable.d.ts +4 -3
- package/dist/SceneKit/SCNTechnique.d.ts +3 -1
- package/dist/SceneKit/SCNTransaction.d.ts +2 -2
- package/dist/SceneKit/SCNTransformConstraint.d.ts +7 -4
- package/dist/SceneKit/index.d.ts +0 -1
- package/dist/SceneKit/index.js +0 -1
- package/dist/ScreenCaptureKit/SCScreenshotManager.d.ts +7 -5
- package/dist/ScreenCaptureKit/SCShareableContent.d.ts +6 -6
- package/dist/ScreenCaptureKit/SCStream.d.ts +5 -4
- package/dist/ScreenCaptureKit/SCStreamErrorCode.d.ts +24 -0
- package/dist/ScreenCaptureKit/SCStreamErrorCode.js +24 -0
- package/dist/ScreenCaptureKit/index.d.ts +1 -0
- package/dist/ScreenCaptureKit/index.js +1 -0
- package/dist/ScreenTime/STWebHistory.d.ts +4 -2
- package/dist/SecurityUI/SFCertificatePresentation.d.ts +1 -1
- package/dist/SensitiveContentAnalysis/SCSensitivityAnalyzer.d.ts +5 -4
- package/dist/SensitiveContentAnalysis/SCVideoStreamAnalyzer.d.ts +3 -2
- package/dist/SensorKit/SRErrorCode.d.ts +8 -0
- package/dist/SensorKit/SRErrorCode.js +8 -0
- package/dist/SensorKit/SRSensorReader.d.ts +2 -2
- package/dist/SensorKit/index.d.ts +1 -1
- package/dist/SensorKit/index.js +1 -1
- package/dist/ServiceManagement/SMAppService.d.ts +2 -1
- package/dist/ServiceManagement/index.d.ts +0 -1
- package/dist/ServiceManagement/index.js +0 -1
- package/dist/SharedWithYou/SWCollaborationView.d.ts +1 -2
- package/dist/SharedWithYou/SWHighlightCenter.d.ts +6 -3
- package/dist/ShazamKit/SHErrorCode.d.ts +13 -0
- package/dist/ShazamKit/SHErrorCode.js +13 -0
- package/dist/ShazamKit/SHMediaItem.d.ts +2 -1
- package/dist/ShazamKit/SHMediaLibrary.d.ts +2 -2
- package/dist/ShazamKit/SHSignatureGenerator.d.ts +2 -1
- package/dist/ShazamKit/index.d.ts +1 -0
- package/dist/ShazamKit/index.js +1 -0
- package/dist/Social/SLRequest.d.ts +3 -2
- package/dist/SoundAnalysis/SNAudioFileAnalyzer.d.ts +1 -1
- package/dist/SoundAnalysis/SNErrorCode.d.ts +8 -0
- package/dist/SoundAnalysis/SNErrorCode.js +8 -0
- package/dist/SoundAnalysis/index.d.ts +1 -0
- package/dist/SoundAnalysis/index.js +1 -0
- package/dist/Speech/SFSpeechErrorCode.d.ts +9 -0
- package/dist/Speech/SFSpeechErrorCode.js +9 -0
- package/dist/Speech/SFSpeechLanguageModel.d.ts +5 -5
- package/dist/Speech/SFSpeechRecognizer.d.ts +4 -3
- package/dist/Speech/index.d.ts +1 -0
- package/dist/Speech/index.js +1 -0
- package/dist/SpriteKit/SKAction.d.ts +5 -5
- package/dist/SpriteKit/SKFieldNode.d.ts +1 -1
- package/dist/SpriteKit/SKMutableTexture.d.ts +1 -1
- package/dist/SpriteKit/SKNode.d.ts +2 -2
- package/dist/SpriteKit/SKPhysicsWorld.d.ts +3 -3
- package/dist/SpriteKit/SKTexture.d.ts +2 -2
- package/dist/SpriteKit/SKTextureAtlas.d.ts +4 -4
- package/dist/StoreKit/SKANError.d.ts +15 -0
- package/dist/StoreKit/SKANError.js +15 -0
- package/dist/StoreKit/SKAdNetwork.d.ts +6 -6
- package/dist/StoreKit/SKArcadeService.d.ts +3 -3
- package/dist/StoreKit/SKCloudServiceController.d.ts +8 -7
- package/dist/StoreKit/SKCloudServiceSetupViewController.d.ts +2 -2
- package/dist/StoreKit/SKDownload.d.ts +3 -3
- package/dist/StoreKit/SKDownloadState.d.ts +9 -0
- package/dist/StoreKit/SKDownloadState.js +9 -0
- package/dist/StoreKit/SKOverlayTransitionContext.d.ts +1 -2
- package/dist/StoreKit/SKProductStorePromotionController.d.ts +6 -5
- package/dist/StoreKit/SKProductStorePromotionVisibility.d.ts +6 -0
- package/dist/StoreKit/SKProductStorePromotionVisibility.js +6 -0
- package/dist/StoreKit/SKStoreProductViewController.d.ts +3 -3
- package/dist/StoreKit/index.d.ts +3 -1
- package/dist/StoreKit/index.js +3 -1
- package/dist/SystemExtensions/OSSystemExtensionErrorCode.d.ts +16 -0
- package/dist/SystemExtensions/OSSystemExtensionErrorCode.js +16 -0
- package/dist/SystemExtensions/index.d.ts +1 -0
- package/dist/SystemExtensions/index.js +1 -0
- package/dist/ThreadNetwork/THClient.d.ts +12 -10
- package/dist/UserNotifications/UNNotificationServiceExtension.d.ts +2 -2
- package/dist/UserNotifications/UNUserNotificationCenter.d.ts +9 -8
- package/dist/UserNotifications/UNUserNotificationCenterDelegate.d.ts +3 -3
- package/dist/UserNotificationsUI/UNNotificationContentExtension.d.ts +2 -2
- package/dist/VideoSubscriberAccount/VSAccountManager.d.ts +5 -3
- package/dist/VideoSubscriberAccount/VSUserAccountManager.d.ts +7 -5
- package/dist/VideoToolbox/VTFrameProcessor.d.ts +4 -2
- package/dist/VideoToolbox/VTFrameProcessorError.d.ts +17 -0
- package/dist/VideoToolbox/VTFrameProcessorError.js +17 -0
- package/dist/VideoToolbox/VTSuperResolutionScalerConfiguration.d.ts +2 -2
- package/dist/VideoToolbox/functions.d.ts +10 -10
- package/dist/VideoToolbox/functions.js +10 -10
- package/dist/VideoToolbox/index.d.ts +1 -1
- package/dist/VideoToolbox/index.js +1 -1
- package/dist/Virtualization/VZErrorCode.d.ts +28 -0
- package/dist/Virtualization/VZErrorCode.js +28 -0
- package/dist/Virtualization/VZLinuxRosettaDirectoryShare.d.ts +2 -1
- package/dist/Virtualization/VZMacOSInstaller.d.ts +2 -2
- package/dist/Virtualization/VZMacOSRestoreImage.d.ts +3 -3
- package/dist/Virtualization/VZUSBController.d.ts +3 -3
- package/dist/Virtualization/VZVirtioSocketDevice.d.ts +3 -2
- package/dist/Virtualization/VZVirtualMachine.d.ts +8 -7
- package/dist/Virtualization/index.d.ts +1 -0
- package/dist/Virtualization/index.js +1 -0
- package/dist/Vision/VNBarcodeCompositeType.d.ts +8 -0
- package/dist/Vision/VNBarcodeCompositeType.js +8 -0
- package/dist/Vision/VNBarcodeObservation.d.ts +2 -2
- package/dist/Vision/VNChirality.d.ts +6 -0
- package/dist/Vision/VNChirality.js +6 -0
- package/dist/Vision/VNCoreMLRequest.d.ts +3 -2
- package/dist/Vision/VNDetectHumanBodyPose3DRequest.d.ts +3 -1
- package/dist/Vision/VNDetectTrajectoriesRequest.d.ts +3 -2
- package/dist/Vision/VNFaceLandmarkRegion2D.d.ts +2 -1
- package/dist/Vision/VNGeneratePersonSegmentationRequest.d.ts +3 -1
- package/dist/Vision/VNHumanHandPoseObservation.d.ts +2 -1
- package/dist/Vision/VNPointsClassification.d.ts +6 -0
- package/dist/Vision/VNPointsClassification.js +6 -0
- package/dist/Vision/VNRequest.d.ts +3 -2
- package/dist/Vision/VNRequestProgressProviding.d.ts +4 -3
- package/dist/Vision/VNStatefulRequest.d.ts +3 -2
- package/dist/Vision/VNTargetedImageRequest.d.ts +14 -12
- package/dist/Vision/VNTrackHomographicImageRegistrationRequest.d.ts +3 -2
- package/dist/Vision/VNTrackObjectRequest.d.ts +3 -2
- package/dist/Vision/VNTrackOpticalFlowRequest.d.ts +3 -2
- package/dist/Vision/VNTrackRectangleRequest.d.ts +3 -2
- package/dist/Vision/VNTrackTranslationalImageRegistrationRequest.d.ts +3 -2
- package/dist/Vision/index.d.ts +3 -1
- package/dist/Vision/index.js +3 -1
- package/dist/WebKit/WKContentRuleListStore.d.ts +7 -5
- package/dist/WebKit/WKDownload.d.ts +2 -1
- package/dist/WebKit/WKDownloadDelegate.d.ts +9 -5
- package/dist/WebKit/WKHTTPCookieStore.d.ts +6 -6
- package/dist/WebKit/WKNavigationDelegate.d.ts +10 -6
- package/dist/WebKit/WKScriptMessageHandlerWithReply.d.ts +2 -1
- package/dist/WebKit/WKUIDelegate.d.ts +8 -6
- package/dist/WebKit/WKWebExtension.d.ts +3 -3
- package/dist/WebKit/WKWebExtensionContext.d.ts +2 -2
- package/dist/WebKit/WKWebExtensionContextError.d.ts +9 -0
- package/dist/WebKit/WKWebExtensionContextError.js +9 -0
- package/dist/WebKit/WKWebExtensionController.d.ts +4 -3
- package/dist/WebKit/WKWebExtensionControllerDelegate.d.ts +11 -9
- package/dist/WebKit/WKWebExtensionDataRecordError.d.ts +7 -0
- package/dist/WebKit/WKWebExtensionDataRecordError.js +7 -0
- package/dist/WebKit/WKWebExtensionError.d.ts +12 -0
- package/dist/WebKit/WKWebExtensionError.js +12 -0
- package/dist/WebKit/WKWebExtensionMatchPatternError.d.ts +7 -0
- package/dist/WebKit/WKWebExtensionMatchPatternError.js +7 -0
- package/dist/WebKit/WKWebExtensionMessagePort.d.ts +5 -5
- package/dist/WebKit/WKWebExtensionMessagePortError.d.ts +6 -0
- package/dist/WebKit/WKWebExtensionMessagePortError.js +6 -0
- package/dist/WebKit/WKWebExtensionTab.d.ts +18 -16
- package/dist/WebKit/WKWebExtensionWindow.d.ts +5 -5
- package/dist/WebKit/WKWebView.d.ts +26 -21
- package/dist/WebKit/WKWebsiteDataStore.d.ts +8 -7
- package/dist/WebKit/index.d.ts +5 -0
- package/dist/WebKit/index.js +5 -0
- package/dist/iTunesLibrary/ITLibMediaEntity.d.ts +2 -2
- package/generator/ast-parser.ts +371 -5
- package/generator/custom.ts +6 -0
- package/generator/discover.ts +39 -2
- package/generator/emitter.ts +41 -39
- package/generator/parse-worker.ts +28 -0
- package/generator/type-mapper.ts +276 -15
- package/package.json +6 -2
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type { NobjcObject } from "objc-js";
|
|
2
1
|
import type { _NSFileProviderDomain } from "./NSFileProviderDomain.js";
|
|
3
2
|
import type { _NSFileProviderEnumerating } from "./NSFileProviderEnumerating.js";
|
|
4
3
|
import type { _NSFileProviderItem } from "./NSFileProviderItem.js";
|
|
5
4
|
import type { _NSFileProviderItemVersion } from "./NSFileProviderItemVersion.js";
|
|
6
5
|
import type { _NSFileProviderRequest } from "./NSFileProviderRequest.js";
|
|
6
|
+
import type { _NSError } from "../Foundation/NSError.js";
|
|
7
7
|
import type { _NSProgress } from "../Foundation/NSProgress.js";
|
|
8
8
|
import type { _NSString } from "../Foundation/NSString.js";
|
|
9
9
|
import type { _NSURL } from "../Foundation/NSURL.js";
|
|
@@ -21,33 +21,33 @@ export interface _NSFileProviderReplicatedExtension extends _NSFileProviderEnume
|
|
|
21
21
|
/**
|
|
22
22
|
* Fetch the metadata for the item with the provider identifier. Error cases: ------------ If the metadata lookup fails because the item is unknown, the call should fail with the NSFileProviderErrorNoSuchItem error. In that case, the system will consider the item has been removed from the domain and will attempt to delete it from disk. In case that deletion fails because there are local changes on this item, the system will re-create the item using createItemBasedOnTemplate. The extension can also report the NSFileProviderErrorNotAuthenticated, NSFileProviderErrorServerUnreachable in case the item cannot be fetched because of the current state of the system / domain. In that case, the system will present an appropriate error message and back off until the next time it is signalled. Any other error, including crashes of the extension process, will be considered to be transient and will cause the lookup to be retried. Errors must be in one of the following domains: NSCocoaErrorDomain, NSFileProviderErrorDomain. For errors which can not be represented using an existing error code in one of these domains, the extension should construct an NSError with domain NSCocoaErrorDomain and code NSXPCConnectionReplyInvalid. The extension should set the NSUnderlyingErrorKey in the NSError's userInfo to the error which could not be represented. Cancellations: ------------ If the NSProgress returned by this method is cancelled, the extension should call the completion handler with (nil, NSUserCancelledError) in the NSProgress cancellation handler. Execution time: --------------- This method is not expected to take more than a few seconds to complete the retrieval of the metadata of the item. If the operation may not complete in a reasonable amount of time because, for instance, of bad network conditions, it is recommended to report an error (for instance NSFileProviderErrorServerUnreachable). The system will call `cancel` on the progress if the operation takes too much time. The extension is then expected to quickly call the completion handler.
|
|
23
23
|
*/
|
|
24
|
-
itemForIdentifier$request$completionHandler$?(identifier: _NSString, request: _NSFileProviderRequest, completionHandler:
|
|
24
|
+
itemForIdentifier$request$completionHandler$?(identifier: _NSString, request: _NSFileProviderRequest, completionHandler: ((arg0: _NSFileProviderItem, arg1: _NSError) => void) | null): _NSProgress;
|
|
25
25
|
/**
|
|
26
26
|
* Download the item for the given identifier and return it via the completion handler. The system learns of items through enumerations. Initially, this means that the system is aware that an item (with a specific version) exists on the device. When the user accesses the item, the system makes a request for the contents of the item. The provider can then fulfill the request by providing the item. The system takes ownership of the item and will move it out of the sandbox of the provider. If the provider wishes to force materialization of a given item, the provider should use `-[NSFileProviderManager requestDownloadForItemWithIdentifier:requestedRange:completionHandler:]`, or configure the `-[NSFileProviderItem contentPolicy]`. The requestedVersion parameter specifies which version should be returned. A nil value means that the latest known version should be returned. Except for the error case, the version of the returned item is assumed to be identical to what was requested. requestedVersion is currently always set to nil. Concurrent Downloads: ---------- The system will call fetchContents concurrently if there are multiple outstanding file download requests. The provider can control the concurrency by setting the key NSExtensionFileProviderDownloadPipelineDepth in the Info.plist of the extension to the number of concurrent downloads that the system should create per domain. This number must be between 1 and 128, inclusive. File ownership: --------------- The retrieved content at `fileContents` URL must be a regular file on the same volume as the user-visible URL. A suitable location can be retrieved using -[NSFileProviderManager temporaryDirectoryURLWithError:]. The system clones and unlinks the received fileContents. The extension should not mutate the corresponding file after calling the completion handler. If the extension wishes to keep a copy of the content, it must provide a clone of the that content as the URL passed to the completion handler. In case the extension or the system crashes between the moment the completion handler is called and the moment the system unlinks the file, the file may unexpectedly still be on disk the next time an instance of the extension is created. The extension is then responsible for deleting that file. Disallowing processes from fetching items: --------------- The system automatically downloads files on POSIX accesses. The extension may wish to disallow this class of downloads for specific applications. The extension can set an array of strings into the UserDefault key "NSFileProviderExtensionNonMaterializingProcessNames". A process whose executable's filename on disk is an exact match for an entry in this array will not be allowed to fetch items in the extension's domains. The comparison is case sensitive. In macOS 11.0 and later, this list will be checked when a download is initiated through a POSIX filesystem call. In macOS 11.4 and later, this list will also be checked for downloads initiated through file coordination. Error cases: ------------ If the download fails because the item was deleted on the server, the call should fail with the NSFileProviderErrorNoSuchItem error. In that case, the system will consider the item has been removed from the domain and will attempt to delete it from disk. In case that deletion fails because there are local changes on this item, the system will re-create the item using createItemBasedOnTemplate, passing the NSFileProviderCreateItemDeletionConflicted flag. If the user does not have access to the content of the file, the provider can fail the call with NSCocoaErrorDomain and code NSFileReadNoPermissionError. That error will then be presented to the user. The extension can also report the NSFileProviderErrorNotAuthenticated, NSFileProviderErrorServerUnreachable in case the item cannot be fetched because of the current state of the system / domain. In those cases, the system will present an appropriate error message and back off until the next time it is signalled. Any other error, including crashes of the extension process, will be considered to be transient and will cause the download to be retried. Errors must be in one of the following domains: NSCocoaErrorDomain, NSFileProviderErrorDomain. For errors which can not be represented using an existing error code in one of these domains, the extension should construct an NSError with domain NSCocoaErrorDomain and code NSXPCConnectionReplyInvalid. The extension should set the NSUnderlyingErrorKey in the NSError's userInfo to the error which could not be represented. Cancellations: ------------ If the NSProgress returned by this method is cancelled, the extension should call the completion handler with (nil, nil, NSUserCancelledError) in the NSProgress cancellation handler. The returned NSProgress is used to show progress to the user. If the user cancels the fetch, the extension should stop fetching the item, as it is no longer required. Execution time: --------------- The system will grant enough time to the extension to download the file. The system will interrupt the call if it stops making progress or if download takes an unexpectedly long time. In that case, the system will call `cancel` on the progress. The extension is then expected to quickly call the completion handler.
|
|
27
27
|
*/
|
|
28
|
-
fetchContentsForItemWithIdentifier$version$request$completionHandler$?(itemIdentifier: _NSString, requestedVersion: _NSFileProviderItemVersion | null, request: _NSFileProviderRequest, completionHandler:
|
|
28
|
+
fetchContentsForItemWithIdentifier$version$request$completionHandler$?(itemIdentifier: _NSString, requestedVersion: _NSFileProviderItemVersion | null, request: _NSFileProviderRequest, completionHandler: ((fileContents: _NSURL, item: _NSFileProviderItem, error: _NSError) => void) | null): _NSProgress;
|
|
29
29
|
/**
|
|
30
30
|
* Create a new item. The itemTemplate object describes the expected state of the newly created item, including its location provided by parentItemIdentifier and filename. The list of fields to conside in that object is defined by the fields parameter. Fields not listed should be considered as not being defined. The url is used to transfer the content of the file from the system to the extension. It can be nil if the item has no content. This will be the case if the item is a folder or if the item is being reimported (flag NSFileProviderCreateItemMayAlreadyExist set) and the file is dataless on disk. If the item is a symbolic link, the target path is provided by the symlinkTargetPath of the itemTemplate. The system is setting the itemIdentifier of the itemTemplate to a unique value that is guaranteed to stay the same for a given item in case the creation is replayed after a crash. That itemIdentifier is not intended to be the identifier assigned to the item by the provider. In the completion block, the createdItem is expected to reflect the properties of the newly created item, which usually means matching the properties passed in by the template. An exception is the itemIdentifier which should be the identifier assigned to that item by the provider rather than the identifier passed in through the template. If the provider reuses an existing identifier, the item that used that identifier will be removed from disk, replaced by the createdItem. If the item is a directory, the two directories will be merged and the items from the existing one will be modified with the NSFileProviderModifyItemMayAlreadyExist option set. If the provider is not able to apply all the fields at once, it should return a set of stillPendingFields in its completion handler. In that case, the system will attempt to modify the item later by calling modifyItem with those fields. The filename and contents fields should be synced together. If synced independently, files may appear corrupted on other devices, due to a mismatch between the file extension and the actual file data. If a field in the returned createdItem does not match the itemTemplate, and is not in the list of stillPendingFields, the value from the createdItem will be propagated to the disk. If the content of the item as described by createdItem does not match the content from url, the provider should set shouldFetchContent in the completion handler. The content from the provider will then be fetched and propagated to disk. In case the deletion of an item from the working set could not be applied to the disk by the system because it conflicted with a local edit of the file, the system will attempt to create the edited item. In that case the creation call will receive the NSFileProviderCreateItemDeletionConflicted option and the itemIdentifier in the template will be set to the itemIdentifier of the item deleted from the working set. The itemVersion will also be set to the last itemVersion of the item that was made available on disk before the item was edited locally. If such a conflict happens on a dataless item on disk, the item will be immediately deleted from the disk instead of issuing a new creation. In case the NSFileProviderCreateItemMayAlreadyExist option is passed, the content may be nil if the item is found by the system without any associated content. In that case, you should return a nil item if you are not able to match the created item with an existing item from the provider. In case of path collision with an already existing item, the provider can either fail using -[NSError (NSFileProviderError) fileProviderErrorForCollisionWithItem:] or resolve the collision by itself (e.g. by returning an item with a different name). If the error is returned, the system will try to resolve the collision by itself by bouncing away one of the items (renaming the item). If the imported item is refused by the extension, it should return nil for the createdItem without any error. In that case, the source item will be deleted from disk. In case the item represents a directory, the content will be deleted recursively. If the extension does not wish to sync the item, while still keeping the item on disk, on macOS 13.0, iOS 16.0, and later, it should return `NSFileProviderErrorExcludedFromSync` on the completion handler. For more details, see the header comment for that error code. On earlier versions of macOS, where `NSFileProviderErrorExcludedFromSync` is unavailable, the extension could choose to respond to FileProvider API calls as if the item is synced to it's server, but the extension only tracks the item in it's own local database on the device. The extension must be careful to respond to all FileProvider API calls as if the file is really synced to it's server, including enumerations of the parent directory of that item, itemForIdentifier calls, etc. The progress returned by createItemBasedOnTemplate is expected to include the upload progress of the item and will be presented in the user interface until the completion handler is called. Creation is gated by the NSFileProviderItemCapabilitiesAllowsAddingSubItems capability on the parent folder on a UI level, but direct file system changes (e.g. from Terminal) can still result in changes that must be handled. Structural consistency: ----------------------- The system guarantees that the creation is called after the creation of the parent completed. File ownership: --------------- The file at `url` is owned by the system and is unlinked after the completion handler is called. If the extension wishes to keep access to the content of file after calling the completion handler, it should clone the file in its container. Atomicity: ---------- By default, the system assumes all the changes are applied non-atomically, which means that the change or an intermediary state from the change can be observed (for instance while enumerating the working set) while the call is in progress (before the completion handler is called). The provider can indicate to the system that it applies changes atomically (that is, the change cannot be observed before the completion handler is called) by setting the key NSExtensionFileProviderAppliesChangesAtomically in the Info.plist of the extension to YES. The atomicity declaration only describes the visibility of the changes, not the ability of the provider to apply all the fields at once: a provider that applies changes atomically might still apply a subset of the changedFields communicated by the system and defer the remaining fields by setting the stillPendingFields parameter in the completion handler. Error cases: ------------ If the creation fails because the target directory does not exist, the extension must fail the creation using the NSFileProviderErrorNoSuchItem error code. In that case, the system will attempt the re-create the parent directory. In case the location of the new item is already in use by another item, the extension can chose to either resolve the collision by moving one of the items away, or reject the creation with the NSFileProviderErrorFilenameCollision error code. In that error case, the system will be responsible for resolving the collision, by renaming one of the colliding items. When the collision is resolved, the system will call createItemBasedOnTemplate again. The extension can also report NSFileProviderErrorNotAuthenticated, NSFileProviderErrorCannotSynchronize, or NSFileProviderErrorExcludedFromSync, in case the modification cannot be applied because of the current state of the system / domain. In that case, the system will present an appropriate error message and back off until the next time it is signalled. The provider can signal the error resolution by calling signalErrorResolved:completionHandler:. Any other error, including crashes of the extension process, will be considered to be transient and will cause the creation to be retried. Errors must be in one of the following domains: NSCocoaErrorDomain, NSFileProviderErrorDomain. For errors which can not be represented using an existing error code in one of these domains, the extension should construct an NSError with domain NSCocoaErrorDomain and code NSXPCConnectionReplyInvalid. The extension should set the NSUnderlyingErrorKey in the NSError's userInfo to the error which could not be represented. Cancellations: ------------ If the NSProgress returned by this method is cancelled, the extension should call the completion handler with (nil, [], NO, NSUserCancelledError) in the NSProgress cancellation handler. Execution time: --------------- The system will grant enough time to the extension to upload the file if content is passed to the call, otherwise the call is expected to completed within a few seconds. The system will interrupt the call if it stops making progress or if upload takes an unexpectedly long time. In that case, the system will call `cancel` on the progress. The extension is then expected to quickly call the completion handler.
|
|
31
31
|
*/
|
|
32
|
-
createItemBasedOnTemplate$fields$contents$options$request$completionHandler$?(itemTemplate: _NSFileProviderItem, fields: NSFileProviderItemFields, url: _NSURL | null, options: NSFileProviderCreateItemOptions, request: _NSFileProviderRequest, completionHandler:
|
|
32
|
+
createItemBasedOnTemplate$fields$contents$options$request$completionHandler$?(itemTemplate: _NSFileProviderItem, fields: NSFileProviderItemFields, url: _NSURL | null, options: NSFileProviderCreateItemOptions, request: _NSFileProviderRequest, completionHandler: ((createdItem: _NSFileProviderItem, stillPendingFields: NSFileProviderItemFields, shouldFetchContent: boolean, error: _NSError) => void) | null): _NSProgress;
|
|
33
33
|
/**
|
|
34
34
|
* Informs the provider that an item or its metadata have changed. More than one property may have changed, e.g. an item may have been renamed, moved and also changed contents, in which case changedFields might contain [.contents, .filename, .parentItemIdentifier, .contentModificationDate]. If the provider is not able to apply all the fields at once, it should return a set of stillPendingFields in its completion handler. In that case, the system will attempt to modify the item later by calling modifyItem with those fields. The filename and contents fields should be synced together. If synced independently, files may appear corrupted on other devices, due to a mismatch between the file extension and the actual file data. Starting in macOS 12.0, if the set of stillPendingFields returned by the provider is identical to the set of fields passed to modifyItem, then the system will consider that these fields are not supported by the provider. The system will not send these fields to the provider again, until the item is modified. If a field in the returned item does not match the itemTemplate, and is not in the list of stillPendingFields, the value from the item will be propagated to the disk. In case there is a content change and the content of the returned item as described by item does not match the content from url, the provider should set shouldFetchContent in the completion handler. The content from the provider will then be fetched and propagated to disk. If the item modification results from the parent directory being merged into another directory, the NSFileProviderModifyItemMayAlreadyExist flag will be passed to the call. The provider can chose to merge two existing items when receiving modifyItem. In that case, the item returned should carry the itemIdentifier of the item with which the item will be merged and well as the resulting state of that item. The system will then keep one of the items (the one whose itemIdentifier was returned) and remove the other one from disk. In case of directories, the content of the two directories is merged and sub-items will be modified with the NSFileProviderModifyItemMayAlreadyExist flag set. If the extension wishes the modify item to cause the deletion of the item on disk, it can call the completion handler with nil in place of the resulting item. If the item is directory, the item will be kept on disk until all its children has been deleted from the working set. The system will only apply the deletion on the disk if this does not conflict with local edits. Otherwise, the system will attempt to re-create the item with the NSFileProviderCreateItemDeletionConflicted option set. The progress returned by modifyItem is expected to include the upload progress if any, even if the provider chose to call the completion handler before the upload finishes. For example, the provider might decide to call the completion handler as soon as the metadata have been stored in a local database. Modifications are gated by the corresponding capabilities of the item on a UI level, but direct file system changes (e.g. from Terminal) can still result in changes that must be handled. Conflict resolution: ------------------- The system passes a `baseVersion` parameter to the modifyItem call. This baseVersion describes the latest version of the file which was reflected on disk. This parameter can be used to detect conflicts with remote edits. For instance, if content version A of the file was downloaded to the local system, and the content was modified locally, the modifyItem call will receive baseVersion of A. If the server has in the meantime received another content edit of the same file, the server may have content version C. In this case, the extension can detect the mismatching baseVersion, and decide how to resolve the conflict. The extension informs the system of how it wishes to resolve the conflict by returning the resolved metadata on the completion handler. As an example resolution, if the extension informs that it wishes for the remote version of the item to be on disk (and to ignore the local edits), it should return the new contentVersion in the completion handler's item. The system will subsequently call fetchContents to retrieve the new contents and replace them on disk. The `baseVersion` might contain one or both component set to `+[NSFileProviderItemVersion beforeFirstSyncComponent]`, in case there has never been a version for which the item on disk and the item in the provider were known to be in sync. Structural consistency and Cycle handling: ------------------------------------------ In case the parentItemIdentifier is modified, the system guarantees that the new parent has been created and the creation completed before the call to modifyItem is issued. The system guarantees that modifyItem called after local changes from the user will never create a cycle: that is all items will always be a descendent of either the root item or the trash item. However, cycles that are caused by concurrent local changes by the user and changes on the remote server can also create cycles. This is handled by the system as a conflict. This means the provider must validate that the call of modifyItem is not creating a cycle with a change it observed from the server. If such a cycle is detected, the provider must fix the conflict by breaking the cycle, and return the state of the item after resolving that conflict. If the resolution affects other items as well, updates for those other items must be published on the working set. File ownership: --------------- The file at `url` is owned by the system and is unlinked after the completion handler is called. If the extension wishes to keep access to the content of file after calling the completion handler, it should clone the file in its container. Atomicity: ---------- By default, the system assumes all the changes are applied non-atomically, which means that the change or an intermediary state from the change can be observed (for instance while enumerating the working set) while the call is in progress (before the completion handler is called). The provider can indicate to the system that it applies changes atomically (that is, the change cannot be observed before the completion handler is called) by setting the key NSExtensionFileProviderAppliesChangesAtomically in the Info.plist of the extension to YES. The atomicity declaration only describes the visibility of the changes, not the ability of the provider to apply all the fields at once: a provider that applies changes atomically might still apply a subset of the changedFields communicated by the system and defer the remaining fields by setting the stillPendingFields parameter in the completion handler. Error cases: ------------ The extension may fail the modification if the modified item does not exist anymore. In that case, the extension should fail the call the NSFileProviderErrorNoSuchItem error code. The system will attempt to delete the item on disk. If the item on disk actually has changes since this call to modifyItem, then it will be re-created by a call to createItemBasedOnTemplate. Likewise, if the item is reparented to a parent that no longer exists, the extension may return a NSFileProviderErrorNoSuchItem error with the parent item. In case the modification updates the location of the item and another item is already known at this location, the extension can chose to either resolve the collision by moving one of the items away, or reject the modification with the NSFileProviderErrorFilenameCollision error code. In that error case, the system will be responsible for resolving the collision, by renaming one of the colliding items. When the collision is resolved, the system will call modifyItem again. In case the NSFileProviderModifyItemFailOnConflict option is passed, the provider should fail the modification if the baseVersion does not match the version on the server. It will be up to the system to merge the conflict and call modifyItem again with an updated baseVersion. The extension can also report NSFileProviderErrorNotAuthenticated, NSFileProviderErrorCannotSynchronize, or NSFileProviderErrorExcludedFromSync, in case the modification cannot be applied because of the current state of the system / domain. In that case, the system will present an appropriate error message and back off until the next time it is signalled. The provider can signal the error resolution by calling signalErrorResolved:completionHandler:. Any other error, including crashes of the extension process, will be considered to be transient and will cause the modification to be retried. Errors must be in one of the following domains: NSCocoaErrorDomain, NSFileProviderErrorDomain. For errors which can not be represented using an existing error code in one of these domains, the extension should construct an NSError with domain NSCocoaErrorDomain and code NSXPCConnectionReplyInvalid. The extension should set the NSUnderlyingErrorKey in the NSError's userInfo to the error which could not be represented. Cancellations: ------------ If the NSProgress returned by this method is cancelled, the extension should call the completion handler with (nil, [], NO, NSUserCancelledError) in the NSProgress cancellation handler. Execution time: --------------- The system will grant enough time to the extension to upload the file if content is passed to the call, otherwise the call is expected to completed within a few seconds. The system will interrupt the call if it stops making progress or if upload takes an unexpectedly long time. In that case, the system will call `cancel` on the progress. The extension is then expected to quickly call the completion handler.
|
|
35
35
|
*/
|
|
36
|
-
modifyItem$baseVersion$changedFields$contents$options$request$completionHandler$?(item: _NSFileProviderItem, version: _NSFileProviderItemVersion, changedFields: NSFileProviderItemFields, newContents: _NSURL | null, options: NSFileProviderModifyItemOptions, request: _NSFileProviderRequest, completionHandler:
|
|
36
|
+
modifyItem$baseVersion$changedFields$contents$options$request$completionHandler$?(item: _NSFileProviderItem, version: _NSFileProviderItemVersion, changedFields: NSFileProviderItemFields, newContents: _NSURL | null, options: NSFileProviderModifyItemOptions, request: _NSFileProviderRequest, completionHandler: ((item: _NSFileProviderItem, stillPendingFields: NSFileProviderItemFields, shouldFetchContent: boolean, error: _NSError) => void) | null): _NSProgress;
|
|
37
37
|
/**
|
|
38
38
|
* Delete an item forever. This is called when the user deletes an item that was already in the Trash and the item should no longer appear there after this call. This call should remove the item from the working set. This call receives an optional baseVersion which represent the version of the item we are trying to delete. Unless the NSFileProviderDeleteItemRecursive options is passed, the deletion of a directory should be non-recursive. If the deletion is recursive the provider should take care of reporting the deletion of all the deleted items through the working set. Delete is gated by the capabilities of the removed item with NSFileProviderItemCapabilitiesAllowsDeleting. Modifications are gated by NSFileProviderItemCapabilitiesAllowsDeleting of the item on a UI level, but direct file system changes (e.g. from Terminal) can still result in changes that must be handled. Atomicity: ---------- By default, the system assumes all the changes are applied non-atomically, which means that the change or an intermediary state from the change can be observed (for instance while enumerating the working set) while the call is in progress (before the completion handler is called). The provider can indicate to the system that it applies changes atomically (that is, the change cannot be observed before the completion handler is called) by setting the key NSExtensionFileProviderAppliesChangesAtomically in the Info.plist of the extension to YES. Error cases: ------------ The extension may fail the deletion in different scenarios, for instance because the baseVersion is out of date or because the user does not have permissions to delete the item. In that case the extension should fail the call with the NSFileProviderErrorDeletionRejected error code which will cause the system to re-create the deleted item on disk based on the latest metadata available from the extension. If the options don't include NSFileProviderDeleteItemRecursive and the deletion targets a non-empty directory, the extension must reject the deletion with the NSFileProviderErrorDirectoryNotEmpty error code. This error can also be reported in case some children of the directory cannot be deleted when receiving the NSFileProviderDeleteItemRecursive option. In both cases, the system will re-create the deleted item on disk based on the latest metadata available from the extension. If the deletion targets an item that is unknown from the extension because that item may have already been deleted remotely, then the extension should report a success. The extension can also report the NSFileProviderErrorNotAuthenticated, NSFileProviderErrorServerUnreachable, or NSFileProviderErrorCannotSynchronize in case the deletion cannot be applied because of the current state of the system / domain. In that case, the system will present an appropriate error message and back off until the next time it is signalled. Any other error, including crashes of the extension process, will be considered to be transient and will cause the deletion to be retried. Errors must be in one of the following domains: NSCocoaErrorDomain, NSFileProviderErrorDomain. For errors which can not be represented using an existing error code in one of these domains, the extension should construct an NSError with domain NSCocoaErrorDomain and code NSXPCConnectionReplyInvalid. The extension should set the NSUnderlyingErrorKey in the NSError's userInfo to the error which could not be represented. Cancellations: ------------ If the NSProgress returned by this method is cancelled, the extension should call the completion handler with (NSUserCancelledError) in the NSProgress cancellation handler. Execution time: --------------- This call is not expected to take more than a few seconds to complete. The system will interrupt the call if it stops making progress or if the deletion takes an unexpectedly long time. In that case,the system will call `cancel` on the progress. The extension is then expected to quickly call the completion handler.
|
|
39
39
|
*/
|
|
40
|
-
deleteItemWithIdentifier$baseVersion$options$request$completionHandler$?(identifier: _NSString, version: _NSFileProviderItemVersion, options: NSFileProviderDeleteItemOptions, request: _NSFileProviderRequest, completionHandler:
|
|
40
|
+
deleteItemWithIdentifier$baseVersion$options$request$completionHandler$?(identifier: _NSString, version: _NSFileProviderItemVersion, options: NSFileProviderDeleteItemOptions, request: _NSFileProviderRequest, completionHandler: ((arg0: _NSError) => void) | null): _NSProgress;
|
|
41
41
|
/**
|
|
42
42
|
* Signal the end of import of on-disk items. This is called after a reimport of on-disk items has been triggered by either `-[NSFileProviderManager reimportItemsBelowItemWithIdentifier:completionHandler:]` or after a new domain is created using `+[NSFileProviderManager importDomain:fromDirectoryAtURL:completionHandler:]` or `+[NSFileProviderManager addDomain:completionHandler:]`. `reimport` can also be started by the system independently from any request by the provider. The provider can detect those events by monitoring `-[NSFileProviderDomain backingStoreIdentity]`. During import, found items will be created via the -[NSFileProviderExtension createItemBasedOnTemplate:fields:contents:options:completionHandler:] call with the NSFileProviderCreateItemMayAlreadyExist flag set. At the end of an import the -[NSFileProviderExtension importDidFinishWithCompletionHandler:] is called. The system will attempt to import items as they are accessed by the user or applications. Import of the other items is scheduled by the system as a background task. That task may be delayed, for instance in low-power situations, or when the system is under heavy load. The provider can force the system to process a folder and its direct children by issuing a coordination request on that folder. Execution time: --------------- This call is not expected to take more than a few seconds to complete.
|
|
43
43
|
*/
|
|
44
|
-
importDidFinishWithCompletionHandler$?(completionHandler:
|
|
44
|
+
importDidFinishWithCompletionHandler$?(completionHandler: () => void): void;
|
|
45
45
|
/**
|
|
46
46
|
* Called by the system if the set of materialized items changes. Materialized items are items that have synced to disk and are not dataless. They may contain a mix of dataless and materialized files and directories, but in any case, all their children are represented on disk. Traversals of dataless directories by applications trigger an enumeration against the file provider extension; traversals of materialized directories do not. It is the responsability of the file provider extension to notify the system on remote changes of these files: there is no alternative cache invalidation mechanism. If the extension doesn't keep track of the materialized set, it will have to notify the system of all remote changes. In that case the working set is the entire dataset. The system may drop items whose parent isn't materialized, to avoid unnecessary disk usage. This saves some I/O, but isn't optimal. The filtering by parentItemIdentifier is better done in the extension; ideally, it would even be done server-side. A hybrid model is possible, where some filtering is done server-side, and some finer filtering is done client-side. The file provider extension should therefore keep a list of the identifiers of the materialized directories. This method is called when a new directory is materialized or when a materialized directory is rendered dataless. To enumerate the set of materialized containers, - Call -enumeratorForMaterializedItems on the instance of NSFileProviderManager corresponding to your domain; - Implement the NSFileProviderEnumerationObserver and NSFileProviderChangeObserver on an object; - Pass that object to the enumerator; - Use the identifiers of items or changes you receive to note the materialization status in your database. When an item is created, modified or deleted remotely, the file provider extension should check whether its parentItemIdentifier is in the materialized set. If it is, the extension needs to inform the system so the system may create, modify or delete the file or directory (initially dataless) on disk. In the case when an item is reparented, the test should be that either the new or the old parentItemIdentifier is in the materialized set. No need to pretend that the iten was deleted if the new parentItemIdentifier is no longer in the materialized set: the system will know what to do with an unknown parent identifier. To notify the system of this created, modified or deleted item, - Call -signalEnumeratorForContainerItemIdentifier: on the working set, i.e the container identified by NSFileProviderWorkingSetContainerItemIdentifier; - Include this item in the next enumeration of the working set. Since this method is called on every change of the set of materialized items, it is advisable to use it to set a flag and perform any resulting work as a timed task rather than performing any work directly. Execution time: --------------- This call is not expected to take more than a few seconds to complete.
|
|
47
47
|
*/
|
|
48
|
-
materializedItemsDidChangeWithCompletionHandler$?(completionHandler:
|
|
48
|
+
materializedItemsDidChangeWithCompletionHandler$?(completionHandler: () => void): void;
|
|
49
49
|
/**
|
|
50
50
|
* Called by the system when the set of pending items is refreshed. The pending enumerator lists all the items for which a change has been observed either on the disk or in the working set more than one second ago and that change hasn't been applied on the other side yet. An item can appear in the pending set for various reasons: - the system is under load and cannot process all the events in a timely fashion - a long running operation is scheduled or running for the item to be in sync (for instance, the download or the upload of a new content) - an error occurred, in which case the error will be set on the item as `downloadError` if it occurred when applying a change to the disk, or `uploadError` in the other way around. The pending set will only include items that comply to the following rules: - They have been queued for changes for more time than the refresh interval; - The items are already known by the provider. These constraints imply that initial transfer of a file from the disk to the provider will not be listed in the pending set, even though the transfer could take several minutes to complete Furthermore, the pending set can only contain a limited number of items. The pending set provides an easy way to design an "in progress" UI containing a few items and to detect whether there's any activity pending on the system. In case the pending set reached its maximum size items, newly pending items won't be included in it. Already present items in the pending set will remain until they no longer are pending. The pending set is refreshed regurlary but only if there are meaningful changes: new pending items, items that were pending but are not anymore (deletions from the set), or domain version changed and set is not empty To enumerate the set of pending items, - Call -enumeratorForPendingItems on the instance of NSFileProviderManager corresponding to your domain; - Implement the NSFileProviderEnumerationObserver and NSFileProviderChangeObserver on an object; - Pass that object to the enumerator; - It will get called upon change to the set. This method is regularly called when changes happen to the pending set. implementeers are advised that this call will not happen as soon as an item is pending. Thus, implementeers should not use the pending set to detect when a change happens. The pending set will only contain items that were pending for a least one second before the last refresh date. Execution time: --------------- This call is not expected to take more than a few seconds to complete.
|
|
51
51
|
*/
|
|
52
|
-
pendingItemsDidChangeWithCompletionHandler$?(completionHandler:
|
|
52
|
+
pendingItemsDidChangeWithCompletionHandler$?(completionHandler: () => void): void;
|
|
53
53
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { _NSArray } from "../Foundation/NSArray.js";
|
|
2
|
+
import type { _NSError } from "../Foundation/NSError.js";
|
|
2
3
|
import type { _NSProgress } from "../Foundation/NSProgress.js";
|
|
3
4
|
import type { _NSString } from "../Foundation/NSString.js";
|
|
4
5
|
export interface _NSFileProviderServicing {
|
|
5
6
|
/**
|
|
6
7
|
* A file provider can implemement this method to return service sources that provide custom communication channels to client applications. The service sources must be tied to the item identified by Client applications can retrieve the list of supported services by calling getFileProviderServicesForItemAtURL:] for a specific item URL. Cancellations: ------------ If the NSProgress returned by this method is cancelled, the extension should call the completion handler with (nil, NSUserCancelledError) in the NSProgress cancellation handler. Execution time: --------------- This method is not expected to take more than a few seconds to complete the retrieval of the thumbnails. The system will call `cancel` on the progress if the operation takes too much time. The extension is then expected to quickly call the completion handler.
|
|
7
8
|
*/
|
|
8
|
-
supportedServiceSourcesForItemIdentifier$completionHandler$?(itemIdentifier: _NSString, completionHandler:
|
|
9
|
+
supportedServiceSourcesForItemIdentifier$completionHandler$?(itemIdentifier: _NSString, completionHandler: ((arg0: _NSArray, arg1: _NSError) => void) | null): _NSProgress;
|
|
9
10
|
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import type { NobjcObject } from "objc-js";
|
|
2
1
|
import type { _NSArray } from "../Foundation/NSArray.js";
|
|
2
|
+
import type { _NSData } from "../Foundation/NSData.js";
|
|
3
|
+
import type { _NSError } from "../Foundation/NSError.js";
|
|
3
4
|
import type { _NSProgress } from "../Foundation/NSProgress.js";
|
|
5
|
+
import type { _NSString } from "../Foundation/NSString.js";
|
|
4
6
|
import type { CGSize } from "../structs/CGSize.js";
|
|
5
7
|
export interface _NSFileProviderThumbnailing {
|
|
6
8
|
/**
|
|
7
9
|
* The system calls this method to fetch thumbnails. The should be called for each thumbnail, and only after all the per thumbnail completion blocks. In the event of a global error, the implementation is allowed to skip calling the for individual thumbnails. In that case, the error parameter would apply to all item identifiers for which had not been called. If there is no thumbnail for a given item, the should be called with its and parameters both set to nil. If the system decides that an in-flight thumbnail request is not needed anymore, it will call the returned object's method, at which time the implementation should clean up any held resources. The system will cache the thumbnail for the item, and the cache will be invalidated when itemVersion.contentVersion changes. Thread safety: ------------ The may be called from multiple threads concurrently. Cancellations: ------------ If the NSProgress returned by this method is cancelled, the extension should call the completion handler with (NSUserCancelledError) in the NSProgress cancellation handler. Execution time: --------------- This method is not expected to take more than a few tens seconds to complete the retrieval of the services exposed on the item. The system will call `cancel` on the progress if the operation takes too much time. The extension is then expected to quickly call the completion handler.
|
|
8
10
|
*/
|
|
9
|
-
fetchThumbnailsForItemIdentifiers$requestedSize$perThumbnailCompletionHandler$completionHandler$?(itemIdentifiers: _NSArray, size: CGSize, perThumbnailCompletionHandler:
|
|
11
|
+
fetchThumbnailsForItemIdentifiers$requestedSize$perThumbnailCompletionHandler$completionHandler$?(itemIdentifiers: _NSArray, size: CGSize, perThumbnailCompletionHandler: ((identifier: _NSString, imageData: _NSData, error: _NSError) => void) | null, completionHandler: ((error: _NSError) => void) | null): _NSProgress;
|
|
10
12
|
}
|
|
@@ -94,6 +94,7 @@ export { NSFileProviderCreateItemOptions } from "./NSFileProviderCreateItemOptio
|
|
|
94
94
|
export { NSFileProviderDeleteItemOptions } from "./NSFileProviderDeleteItemOptions.js";
|
|
95
95
|
export { NSFileProviderDomainRemovalMode } from "./NSFileProviderDomainRemovalMode.js";
|
|
96
96
|
export { NSFileProviderDomainTestingModes } from "./NSFileProviderDomainTestingModes.js";
|
|
97
|
+
export { NSFileProviderErrorCode } from "./NSFileProviderErrorCode.js";
|
|
97
98
|
export { NSFileProviderFetchContentsOptions } from "./NSFileProviderFetchContentsOptions.js";
|
|
98
99
|
export { NSFileProviderFileSystemFlags } from "./NSFileProviderFileSystemFlags.js";
|
|
99
100
|
export { NSFileProviderItemCapabilities } from "./NSFileProviderItemCapabilities.js";
|
|
@@ -16,6 +16,7 @@ export { NSFileProviderCreateItemOptions } from "./NSFileProviderCreateItemOptio
|
|
|
16
16
|
export { NSFileProviderDeleteItemOptions } from "./NSFileProviderDeleteItemOptions.js";
|
|
17
17
|
export { NSFileProviderDomainRemovalMode } from "./NSFileProviderDomainRemovalMode.js";
|
|
18
18
|
export { NSFileProviderDomainTestingModes } from "./NSFileProviderDomainTestingModes.js";
|
|
19
|
+
export { NSFileProviderErrorCode } from "./NSFileProviderErrorCode.js";
|
|
19
20
|
export { NSFileProviderFetchContentsOptions } from "./NSFileProviderFetchContentsOptions.js";
|
|
20
21
|
export { NSFileProviderFileSystemFlags } from "./NSFileProviderFileSystemFlags.js";
|
|
21
22
|
export { NSFileProviderItemCapabilities } from "./NSFileProviderItemCapabilities.js";
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import type { NobjcObject } from "objc-js";
|
|
2
2
|
import type { _NSArray } from "../Foundation/NSArray.js";
|
|
3
|
+
import type { _NSDictionary } from "../Foundation/NSDictionary.js";
|
|
4
|
+
import type { _NSError } from "../Foundation/NSError.js";
|
|
3
5
|
import type { _NSExtensionRequestHandling } from "../Foundation/NSExtensionRequestHandling.js";
|
|
4
6
|
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
5
7
|
import type { _NSString } from "../Foundation/NSString.js";
|
|
@@ -32,7 +34,7 @@ export declare class _FIFinderSync extends _NSObject {
|
|
|
32
34
|
/** Collaboration, starting in macOS 10.13. */
|
|
33
35
|
supportedServiceNamesForItemWithURL$(itemURL: _NSURL): _NSArray;
|
|
34
36
|
makeListenerEndpointForServiceName$itemURL$andReturnError$(serviceName: NSFileProviderServiceName, itemURL: _NSURL, error: NobjcObject | null): _NSXPCListenerEndpoint | null;
|
|
35
|
-
valuesForAttributes$forItemWithURL$completion$(attributes: _NSArray, itemURL: _NSURL, completion:
|
|
37
|
+
valuesForAttributes$forItemWithURL$completion$(attributes: _NSArray, itemURL: _NSURL, completion: ((arg0: _NSDictionary, arg1: _NSError) => void) | null): void;
|
|
36
38
|
/**
|
|
37
39
|
* The name of the extension’s toolbar button. To add a toolbar item to the Finder, override the getter method for the toolbar image, name, and tooltip properties.
|
|
38
40
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { NobjcObject } from "objc-js";
|
|
2
1
|
import type { _NSArray } from "../Foundation/NSArray.js";
|
|
3
2
|
import type { _NSData } from "../Foundation/NSData.js";
|
|
4
3
|
import type { _NSDate } from "../Foundation/NSDate.js";
|
|
4
|
+
import type { _NSError } from "../Foundation/NSError.js";
|
|
5
5
|
import type { _NSExtensionContext } from "../Foundation/NSExtensionContext.js";
|
|
6
6
|
import type { _NSSet } from "../Foundation/NSSet.js";
|
|
7
7
|
import type { _NSString } from "../Foundation/NSString.js";
|
|
@@ -38,9 +38,9 @@ export declare class _FIFinderSyncController extends _NSExtensionContext {
|
|
|
38
38
|
selectedItemURLs(): _NSArray | null;
|
|
39
39
|
/** Collaboration, starting in macOS 10.13. */
|
|
40
40
|
lastUsedDateForItemWithURL$(itemURL: _NSURL): _NSDate | null;
|
|
41
|
-
setLastUsedDate$forItemWithURL$completion$(lastUsedDate: _NSDate, itemURL: _NSURL, completion:
|
|
41
|
+
setLastUsedDate$forItemWithURL$completion$(lastUsedDate: _NSDate, itemURL: _NSURL, completion: (error: _NSError) => void): void;
|
|
42
42
|
tagDataForItemWithURL$(itemURL: _NSURL): _NSData | null;
|
|
43
|
-
setTagData$forItemWithURL$completion$(tagData: _NSData | null, itemURL: _NSURL, completion:
|
|
43
|
+
setTagData$forItemWithURL$completion$(tagData: _NSData | null, itemURL: _NSURL, completion: (error: _NSError) => void): void;
|
|
44
44
|
/**
|
|
45
45
|
* The directories managed by this extension. The extension receives ``FIFinderSync/beginObservingDirectoryAtURL:`` and ``FIFinderSync/endObservingDirectoryAtURL:`` messages for every directory in this set and for all of their subdirectories. Always set `directoryURLs` when the extension starts. If there are no directories to watch, set `directoryURLs` to an empty set.
|
|
46
46
|
*/
|
|
@@ -65,25 +65,25 @@ export declare class _NSArray extends _NSObject {
|
|
|
65
65
|
makeObjectsPerformSelector$withObject$(aSelector: string, argument: NobjcObject | null): void;
|
|
66
66
|
objectsAtIndexes$(indexes: _NSIndexSet): _NSArray;
|
|
67
67
|
objectAtIndexedSubscript$(idx: number): NobjcObject;
|
|
68
|
-
enumerateObjectsUsingBlock$(block: NobjcObject): void;
|
|
69
|
-
enumerateObjectsWithOptions$usingBlock$(opts: NSEnumerationOptions, block: NobjcObject): void;
|
|
70
|
-
enumerateObjectsAtIndexes$options$usingBlock$(s: _NSIndexSet, opts: NSEnumerationOptions, block: NobjcObject): void;
|
|
71
|
-
indexOfObjectPassingTest$(predicate: NobjcObject): number;
|
|
72
|
-
indexOfObjectWithOptions$passingTest$(opts: NSEnumerationOptions, predicate: NobjcObject): number;
|
|
73
|
-
indexOfObjectAtIndexes$options$passingTest$(s: _NSIndexSet, opts: NSEnumerationOptions, predicate: NobjcObject): number;
|
|
74
|
-
indexesOfObjectsPassingTest$(predicate: NobjcObject): _NSIndexSet;
|
|
75
|
-
indexesOfObjectsWithOptions$passingTest$(opts: NSEnumerationOptions, predicate: NobjcObject): _NSIndexSet;
|
|
76
|
-
indexesOfObjectsAtIndexes$options$passingTest$(s: _NSIndexSet, opts: NSEnumerationOptions, predicate: NobjcObject): _NSIndexSet;
|
|
77
|
-
sortedArrayUsingComparator$(cmptr: NobjcObject): _NSArray;
|
|
78
|
-
sortedArrayWithOptions$usingComparator$(opts: NSSortOptions, cmptr: NobjcObject): _NSArray;
|
|
68
|
+
enumerateObjectsUsingBlock$(block: (obj: NobjcObject, idx: number, stop: NobjcObject) => void): void;
|
|
69
|
+
enumerateObjectsWithOptions$usingBlock$(opts: NSEnumerationOptions, block: (obj: NobjcObject, idx: number, stop: NobjcObject) => void): void;
|
|
70
|
+
enumerateObjectsAtIndexes$options$usingBlock$(s: _NSIndexSet, opts: NSEnumerationOptions, block: (obj: NobjcObject, idx: number, stop: NobjcObject) => void): void;
|
|
71
|
+
indexOfObjectPassingTest$(predicate: (obj: NobjcObject, idx: number, stop: NobjcObject) => boolean): number;
|
|
72
|
+
indexOfObjectWithOptions$passingTest$(opts: NSEnumerationOptions, predicate: (obj: NobjcObject, idx: number, stop: NobjcObject) => boolean): number;
|
|
73
|
+
indexOfObjectAtIndexes$options$passingTest$(s: _NSIndexSet, opts: NSEnumerationOptions, predicate: (obj: NobjcObject, idx: number, stop: NobjcObject) => boolean): number;
|
|
74
|
+
indexesOfObjectsPassingTest$(predicate: (obj: NobjcObject, idx: number, stop: NobjcObject) => boolean): _NSIndexSet;
|
|
75
|
+
indexesOfObjectsWithOptions$passingTest$(opts: NSEnumerationOptions, predicate: (obj: NobjcObject, idx: number, stop: NobjcObject) => boolean): _NSIndexSet;
|
|
76
|
+
indexesOfObjectsAtIndexes$options$passingTest$(s: _NSIndexSet, opts: NSEnumerationOptions, predicate: (obj: NobjcObject, idx: number, stop: NobjcObject) => boolean): _NSIndexSet;
|
|
77
|
+
sortedArrayUsingComparator$(cmptr: (arg0: NobjcObject, arg1: NobjcObject) => number): _NSArray;
|
|
78
|
+
sortedArrayWithOptions$usingComparator$(opts: NSSortOptions, cmptr: (arg0: NobjcObject, arg1: NobjcObject) => number): _NSArray;
|
|
79
79
|
/** binary search */
|
|
80
|
-
indexOfObject$inSortedRange$options$usingComparator$(obj: NobjcObject, r: NSRange, opts: NSBinarySearchingOptions, cmp: NobjcObject): number;
|
|
80
|
+
indexOfObject$inSortedRange$options$usingComparator$(obj: NobjcObject, r: NSRange, opts: NSBinarySearchingOptions, cmp: (arg0: NobjcObject, arg1: NobjcObject) => number): number;
|
|
81
81
|
initWithObjects$(firstObj: NobjcObject): _NSArray;
|
|
82
82
|
initWithArray$(array: _NSArray): _NSArray;
|
|
83
83
|
initWithArray$copyItems$(array: _NSArray, flag: boolean): _NSArray;
|
|
84
84
|
/** Reads array stored in NSPropertyList format from the specified url. */
|
|
85
85
|
initWithContentsOfURL$error$(url: _NSURL, error: NobjcObject | null): _NSArray | null;
|
|
86
|
-
differenceFromArray$withOptions$usingEquivalenceTest$(other: _NSArray, options: NSOrderedCollectionDifferenceCalculationOptions, block: NobjcObject): _NSOrderedCollectionDifference;
|
|
86
|
+
differenceFromArray$withOptions$usingEquivalenceTest$(other: _NSArray, options: NSOrderedCollectionDifferenceCalculationOptions, block: (obj1: NobjcObject, obj2: NobjcObject) => boolean): _NSOrderedCollectionDifference;
|
|
87
87
|
differenceFromArray$withOptions$(other: _NSArray, options: NSOrderedCollectionDifferenceCalculationOptions): _NSOrderedCollectionDifference;
|
|
88
88
|
/**
|
|
89
89
|
* Uses isEqual: to determine the difference between the parameter and the receiver
|
|
@@ -33,8 +33,8 @@ export declare class _NSAttributedString extends _NSObject {
|
|
|
33
33
|
initWithString$(str: _NSString): _NSAttributedString;
|
|
34
34
|
initWithString$attributes$(str: _NSString, attrs: _NSDictionary | null): _NSAttributedString;
|
|
35
35
|
initWithAttributedString$(attrStr: _NSAttributedString): _NSAttributedString;
|
|
36
|
-
enumerateAttributesInRange$options$usingBlock$(enumerationRange: NSRange, opts: NSAttributedStringEnumerationOptions, block: NobjcObject): void;
|
|
37
|
-
enumerateAttribute$inRange$options$usingBlock$(attrName: _NSString, enumerationRange: NSRange, opts: NSAttributedStringEnumerationOptions, block: NobjcObject | null): void;
|
|
36
|
+
enumerateAttributesInRange$options$usingBlock$(enumerationRange: NSRange, opts: NSAttributedStringEnumerationOptions, block: (attrs: _NSDictionary, range: NSRange, stop: NobjcObject) => void): void;
|
|
37
|
+
enumerateAttribute$inRange$options$usingBlock$(attrName: _NSString, enumerationRange: NSRange, opts: NSAttributedStringEnumerationOptions, block: ((value: NobjcObject, range: NSRange, stop: NobjcObject) => void) | null): void;
|
|
38
38
|
/**
|
|
39
39
|
* These constructors have a 'baseURL' parameter. If specified, links in the document will be relative to this URL, and images in the document will be looked for relative to this URL (if the other options allow image loading). Defaults to nil. If set to nil, paths will not be resolved.
|
|
40
40
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { NobjcObject } from "objc-js";
|
|
2
1
|
import type { _NSObject } from "./NSObject.js";
|
|
3
2
|
import type { _NSString } from "./NSString.js";
|
|
3
|
+
import type { NSBackgroundActivityResult } from "./NSBackgroundActivityResult.js";
|
|
4
4
|
import type { NSQualityOfService } from "./NSQualityOfService.js";
|
|
5
5
|
export declare class _NSBackgroundActivityScheduler extends _NSObject {
|
|
6
6
|
static alloc(): _NSBackgroundActivityScheduler;
|
|
@@ -13,7 +13,7 @@ export declare class _NSBackgroundActivityScheduler extends _NSObject {
|
|
|
13
13
|
/**
|
|
14
14
|
* Begin scheduling the activity. All properties should be setup by this point. The block will be called on a serial background queue appropriate for the level of quality of service specified. The system will automatically use NSProcessInfo's -beginActivityWithOptions:reason: API while invoking the block, choosing options appropriate for the desired quality of service. When you are done with the work, be sure to invoke the completionHandler block given to you as an argument to your block. You can pass in a kind of NSBackgroundActivityResult to indicate if the work has been finished or if you are deferring the rest of the work (see -shouldDefer). If you fail to invoke the completionHandler then your activity will never be rescheduled. When invoking the completionHandler, the system will set the schedule the next invocation. If you want to adjust the properties of your scheduler (e.g., the interval or tolerance), do this before invoking the completion block.
|
|
15
15
|
*/
|
|
16
|
-
scheduleWithBlock$(block:
|
|
16
|
+
scheduleWithBlock$(block: (completionHandler: (arg0: NSBackgroundActivityResult) => void) => void): void;
|
|
17
17
|
/**
|
|
18
18
|
* Stop scheduling the activity. Any currently executing block will still complete.
|
|
19
19
|
*/
|
|
@@ -4,7 +4,7 @@ export declare class _NSBlockOperation extends _NSOperation {
|
|
|
4
4
|
static alloc(): _NSBlockOperation;
|
|
5
5
|
static new(): _NSBlockOperation;
|
|
6
6
|
init(): _NSBlockOperation;
|
|
7
|
-
static blockOperationWithBlock$(block:
|
|
8
|
-
addExecutionBlock$(block:
|
|
9
|
-
executionBlocks(): NobjcObject;
|
|
7
|
+
static blockOperationWithBlock$(block: () => void): _NSBlockOperation;
|
|
8
|
+
addExecutionBlock$(block: () => void): void;
|
|
9
|
+
executionBlocks(): () => NobjcObject;
|
|
10
10
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { NobjcObject } from "objc-js";
|
|
2
1
|
import type { _NSBundle } from "./NSBundle.js";
|
|
2
|
+
import type { _NSError } from "./NSError.js";
|
|
3
3
|
import type { _NSObject } from "./NSObject.js";
|
|
4
4
|
import type { _NSProgress } from "./NSProgress.js";
|
|
5
5
|
import type { _NSSet } from "./NSSet.js";
|
|
@@ -15,11 +15,11 @@ export declare class _NSBundleResourceRequest extends _NSObject {
|
|
|
15
15
|
/**
|
|
16
16
|
* Ask the system to fetch the resources that were part of the tag set in this request. Resources will not be purged while in use by the application (as indicated by the application using this begin API paired with a call to -endAccessingResources). If an application has too many fetched resources and the system is unable to reserve enough space for newly requested tags, the request may return an error. When you are finished with the resources and they may be purged off the disk, invoke -endAccessingResources. If the request object is deallocated, it will also inform the system that the resources are no longer in use. The completion block will be invoked on a non-main serial queue when the resources are available or an error has occurred. An example of a possible error that may be reported is the lack of a network connection or a problem connecting to the on-demand servers. Fetch requests are reference counted across the application. So if you have two requests outstanding with the same set of tags, each may be used independently without having to know about any global state. However, each NSBundleResourceRequest object may only be used once. If you cancel an outstanding request (via the cancel method on the NSProgress object, or cancelling a parent progress object you have created) the completion handler argument to this method will be called back with an NSUserCancelledError in the NSCocoaErrorDomain. Be sure to always invoke the -endAccessingResources method to balance a call to the begin method, even in the case of an error in the completion handler. If you want to access the resources again, create a new NSBundleResourceRequest object.
|
|
17
17
|
*/
|
|
18
|
-
beginAccessingResourcesWithCompletionHandler$(completionHandler:
|
|
18
|
+
beginAccessingResourcesWithCompletionHandler$(completionHandler: ((error: _NSError) => void) | null): void;
|
|
19
19
|
/**
|
|
20
20
|
* Inform the system that you wish to begin accessing the resources that are part of this request, but do not attempt to download any content over the network. The completion handler will be invoked with a YES argument if the resources are available. If the resources were available, then you must invoke the -endAccessingResources method once you are done accessing them. If the resources were not available, then you may invoke the -beginAccessingResourcesWithCompletionHandler: method to initiate a download of the resources.
|
|
21
21
|
*/
|
|
22
|
-
conditionallyBeginAccessingResourcesWithCompletionHandler$(completionHandler:
|
|
22
|
+
conditionallyBeginAccessingResourcesWithCompletionHandler$(completionHandler: (resourcesAvailable: boolean) => void): void;
|
|
23
23
|
/**
|
|
24
24
|
* Informs the system that you are finished with the resources that were part of the tag set in this request. Call this after you no longer need the resources to be available on disk. It is important to invoke this method to make room for newly requested resources. This method may only be invoked if you have received a callback from -beginAccessingResourcesWithCompletionHandler:. To cancel an in-progress request, invoke cancel on the -progress property.
|
|
25
25
|
*/
|
|
@@ -102,7 +102,7 @@ export declare class _NSCalendar extends _NSObject {
|
|
|
102
102
|
/**
|
|
103
103
|
* This method computes the dates which match (or most closely match) a given set of components, and calls the block once for each of them, until the enumeration is stopped. There will be at least one intervening date which does not match all the components (or the given date itself must not match) between the given date and any result. If the NSCalendarSearchBackwards option is used, this method finds the previous match before the given date. The intent is that the same matches as for a forwards search will be found (that is, if you are enumerating forwards or backwards for each hour with minute "27", the seconds in the date you will get in forwards search would obviously be 00, and the same will be true in a backwards search in order to implement this rule. Similarly for DST backwards jumps which repeats times, you'll get the first match by default, where "first" is defined from the point of view of searching forwards. So, when searching backwards looking for a particular hour, with no minute and second specified, you don't get a minute and second of 59:59 for the matching hour (which would be the nominal first match within a given hour, given the other rules here, when searching backwards). If the NSCalendarMatchStrictly option is used, the algorithm travels as far forward or backward as necessary looking for a match, but there are ultimately implementation-defined limits in how far distant the search will go. If the NSCalendarMatchStrictly option is not specified, the algorithm searches up to the end of the next instance of the next higher unit to the highest specified unit in the NSDateComponents argument. If you want to find the next Feb 29 in the Gregorian calendar, for example, you have to specify the NSCalendarMatchStrictly option to guarantee finding it. If an exact match is not possible, and requested with the NSCalendarMatchStrictly option, nil is passed to the block and the enumeration ends. (Logically, since an exact match searches indefinitely into the future, if no match is found there's no point in continuing the enumeration.) If the NSCalendarMatchStrictly option is NOT used, exactly one option from the set {NSCalendarMatchPreviousTimePreservingSmallerUnits, NSCalendarMatchNextTimePreservingSmallerUnits, NSCalendarMatchNextTime} must be specified, or an illegal argument exception will be thrown. If the NSCalendarMatchPreviousTimePreservingSmallerUnits option is specified, and there is no matching time before the end of the next instance of the next higher unit to the highest specified unit in the NSDateComponents argument, the method will return the previous existing value of the missing unit and preserves the lower units' values (e.g., no 2:37am results in 1:37am, if that exists). If the NSCalendarMatchNextTimePreservingSmallerUnits option is specified, and there is no matching time before the end of the next instance of the next higher unit to the highest specified unit in the NSDateComponents argument, the method will return the next existing value of the missing unit and preserves the lower units' values (e.g., no 2:37am results in 3:37am, if that exists). If the NSCalendarMatchNextTime option is specified, and there is no matching time before the end of the next instance of the next higher unit to the highest specified unit in the NSDateComponents argument, the method will return the next existing time which exists (e.g., no 2:37am results in 3:00am, if that exists). If the NSCalendarMatchFirst option is specified, and there are two or more matching times (all the components are the same, including isLeapMonth) before the end of the next instance of the next higher unit to the highest specified unit in the NSDateComponents argument, the method will return the first occurrence. If the NSCalendarMatchLast option is specified, and there are two or more matching times (all the components are the same, including isLeapMonth) before the end of the next instance of the next higher unit to the highest specified unit in the NSDateComponents argument, the method will return the last occurrence. If neither the NSCalendarMatchFirst or NSCalendarMatchLast option is specified, the default behavior is to act as if NSCalendarMatchFirst was specified. There is no option to return middle occurrences of more than two occurrences of a matching time, if such exist. Result dates have an integer number of seconds (as if 0 was specified for the nanoseconds property of the NSDateComponents matching parameter), unless a value was set in the nanoseconds property, in which case the result date will have that number of nanoseconds (or as close as possible with floating point numbers). The enumeration is stopped by setting *stop = YES in the block and return. It is not necessary to set *stop to NO to keep the enumeration going.
|
|
104
104
|
*/
|
|
105
|
-
enumerateDatesStartingAfterDate$matchingComponents$options$usingBlock$(start: _NSDate, comps: _NSDateComponents, opts: NSCalendarOptions, block: NobjcObject | null): void;
|
|
105
|
+
enumerateDatesStartingAfterDate$matchingComponents$options$usingBlock$(start: _NSDate, comps: _NSDateComponents, opts: NSCalendarOptions, block: ((date: _NSDate, exactMatch: boolean, stop: NobjcObject) => void) | null): void;
|
|
106
106
|
/**
|
|
107
107
|
* This method computes the next date which matches (or most closely matches) a given set of components. The general semantics follow those of the -enumerateDatesStartingAfterDate:... method above. To compute a sequence of results, use the -enumerateDatesStartingAfterDate:... method above, rather than looping and calling this method with the previous loop iteration's result.
|
|
108
108
|
*/
|
|
@@ -44,11 +44,11 @@ export declare class _NSData extends _NSObject {
|
|
|
44
44
|
/**
|
|
45
45
|
* 'block' is called once for each contiguous region of memory in the receiver (once total for contiguous NSDatas), until either all bytes have been enumerated, or the 'stop' parameter is set to YES.
|
|
46
46
|
*/
|
|
47
|
-
enumerateByteRangesUsingBlock$(block: NobjcObject): void;
|
|
47
|
+
enumerateByteRangesUsingBlock$(block: (bytes: NobjcObject, byteRange: NSRange, stop: NobjcObject) => void): void;
|
|
48
48
|
initWithBytes$length$(bytes: Uint8Array | null, length: number): _NSData;
|
|
49
49
|
initWithBytesNoCopy$length$(bytes: Uint8Array, length: number): _NSData;
|
|
50
50
|
initWithBytesNoCopy$length$freeWhenDone$(bytes: Uint8Array, length: number, b: boolean): _NSData;
|
|
51
|
-
initWithBytesNoCopy$length$deallocator$(bytes: Uint8Array, length: number, deallocator: NobjcObject | null): _NSData;
|
|
51
|
+
initWithBytesNoCopy$length$deallocator$(bytes: Uint8Array, length: number, deallocator: ((bytes: NobjcObject, length: number) => void) | null): _NSData;
|
|
52
52
|
initWithContentsOfFile$options$error$(path: _NSString, readOptionsMask: NSDataReadingOptions, errorPtr: NobjcObject | null): _NSData | null;
|
|
53
53
|
initWithContentsOfURL$options$error$(url: _NSURL, readOptionsMask: NSDataReadingOptions, errorPtr: NobjcObject | null): _NSData | null;
|
|
54
54
|
initWithContentsOfFile$(path: _NSString): _NSData | null;
|
|
@@ -53,12 +53,12 @@ export declare class _NSDictionary extends _NSObject {
|
|
|
53
53
|
/** count refers to the number of elements in the dictionary */
|
|
54
54
|
getObjects$andKeys$count$(objects: NobjcObject | null, keys: NobjcObject | null, count: number): void;
|
|
55
55
|
objectForKeyedSubscript$(key: NobjcObject): NobjcObject | null;
|
|
56
|
-
enumerateKeysAndObjectsUsingBlock$(block: NobjcObject): void;
|
|
57
|
-
enumerateKeysAndObjectsWithOptions$usingBlock$(opts: NSEnumerationOptions, block: NobjcObject): void;
|
|
58
|
-
keysSortedByValueUsingComparator$(cmptr: NobjcObject): _NSArray;
|
|
59
|
-
keysSortedByValueWithOptions$usingComparator$(opts: NSSortOptions, cmptr: NobjcObject): _NSArray;
|
|
60
|
-
keysOfEntriesPassingTest$(predicate: NobjcObject): _NSSet;
|
|
61
|
-
keysOfEntriesWithOptions$passingTest$(opts: NSEnumerationOptions, predicate: NobjcObject): _NSSet;
|
|
56
|
+
enumerateKeysAndObjectsUsingBlock$(block: (key: NobjcObject, obj: NobjcObject, stop: NobjcObject) => void): void;
|
|
57
|
+
enumerateKeysAndObjectsWithOptions$usingBlock$(opts: NSEnumerationOptions, block: (key: NobjcObject, obj: NobjcObject, stop: NobjcObject) => void): void;
|
|
58
|
+
keysSortedByValueUsingComparator$(cmptr: (arg0: NobjcObject, arg1: NobjcObject) => number): _NSArray;
|
|
59
|
+
keysSortedByValueWithOptions$usingComparator$(opts: NSSortOptions, cmptr: (arg0: NobjcObject, arg1: NobjcObject) => number): _NSArray;
|
|
60
|
+
keysOfEntriesPassingTest$(predicate: (key: NobjcObject, obj: NobjcObject, stop: NobjcObject) => boolean): _NSSet;
|
|
61
|
+
keysOfEntriesWithOptions$passingTest$(opts: NSEnumerationOptions, predicate: (key: NobjcObject, obj: NobjcObject, stop: NobjcObject) => boolean): _NSSet;
|
|
62
62
|
/**
|
|
63
63
|
* This method is unsafe because it could potentially cause buffer overruns. You should use -getObjects:andKeys:count:
|
|
64
64
|
* @deprecated Use -getObjects:andKeys:count: instead
|
|
@@ -13,8 +13,8 @@ export declare class _NSError extends _NSObject {
|
|
|
13
13
|
/**
|
|
14
14
|
* Specify a block which will be called from the implementations of localizedDescription, localizedFailureReason, localizedRecoverySuggestion, localizedRecoveryOptions, recoveryAttempter, helpAnchor, and debugDescription when the underlying value for these is not present in the userInfo dictionary of NSError instances with the specified domain. The provider will be called with the userInfo key corresponding to the queried property: For instance, NSLocalizedDescriptionKey for localizedDescription. The provider should return nil for any keys it is not able to provide and, very importantly, any keys it does not recognize (since we may extend the list of keys in future releases). The specified block will be called synchronously at the time when the above properties are queried. The results are not cached. This provider is optional. It enables localization and formatting of error messages to be done lazily; rather than populating the userInfo at NSError creation time, these keys will be fetched on-demand when asked for. It is expected that only the “owner” of an NSError domain specifies the provider for the domain, and this is done once. This facility is not meant for consumers of errors to customize the userInfo entries. This facility should not be used to customize the behaviors of error domains provided by the system. If an appropriate result for the requested key cannot be provided, return nil rather than choosing to manufacture a generic fallback response such as "Operation could not be completed, error 42." NSError will take care of the fallback cases.
|
|
15
15
|
*/
|
|
16
|
-
static setUserInfoValueProviderForDomain$provider$(errorDomain: _NSString, provider: NobjcObject | null): void;
|
|
17
|
-
static userInfoValueProviderForDomain$(errorDomain: _NSString): NobjcObject | null;
|
|
16
|
+
static setUserInfoValueProviderForDomain$provider$(errorDomain: _NSString, provider: ((err: _NSError, userInfoKey: _NSString) => NobjcObject) | null): void;
|
|
17
|
+
static userInfoValueProviderForDomain$(errorDomain: _NSString): ((arg0: _NSError, arg1: _NSString) => NobjcObject) | null;
|
|
18
18
|
/** Domain cannot be nil; dict may be nil if no userInfo desired. */
|
|
19
19
|
initWithDomain$code$userInfo$(domain: _NSString, code: number, dict: _NSDictionary | null): _NSError;
|
|
20
20
|
/**
|
|
@@ -54,7 +54,7 @@ export declare class _NSExpression extends _NSObject {
|
|
|
54
54
|
/**
|
|
55
55
|
* Expression that invokes the block with the parameters; note that block expressions are not encodable or representable as parseable strings.
|
|
56
56
|
*/
|
|
57
|
-
static expressionForBlock$arguments$(block: NobjcObject | null, arguments_: _NSArray | null): _NSExpression;
|
|
57
|
+
static expressionForBlock$arguments$(block: ((evaluatedObject: NobjcObject, expressions: _NSArray, context: _NSMutableDictionary) => NobjcObject) | null, arguments_: _NSArray | null): _NSExpression;
|
|
58
58
|
/**
|
|
59
59
|
* Expression that will return the result of trueExpression or falseExpression depending on the value of predicate
|
|
60
60
|
*/
|
|
@@ -95,7 +95,7 @@ export declare class _NSExpression extends _NSObject {
|
|
|
95
95
|
* expression which will be evaluated if a conditional expression's predicate evaluates to false
|
|
96
96
|
*/
|
|
97
97
|
falseExpression(): _NSExpression;
|
|
98
|
-
expressionBlock(): NobjcObject | null;
|
|
98
|
+
expressionBlock(): ((arg0: NobjcObject, arg1: _NSArray, arg2: _NSMutableDictionary) => NobjcObject) | null;
|
|
99
99
|
}
|
|
100
100
|
export interface _NSExpression extends _NSCopying {
|
|
101
101
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { NobjcObject } from "objc-js";
|
|
2
1
|
import type { _NSArray } from "./NSArray.js";
|
|
3
2
|
import type { _NSError } from "./NSError.js";
|
|
4
3
|
import type { _NSObject } from "./NSObject.js";
|
|
@@ -10,13 +9,13 @@ export declare class _NSExtensionContext extends _NSObject {
|
|
|
10
9
|
/**
|
|
11
10
|
* Signals the host to complete the app extension request with the supplied result items. The completion handler optionally contains any work which the extension may need to perform after the request has been completed, as a background-priority task. The `expired` parameter will be YES if the system decides to prematurely terminate a previous non-expiration invocation of the completionHandler. Note: calling this method will eventually dismiss the associated view controller.
|
|
12
11
|
*/
|
|
13
|
-
completeRequestReturningItems$completionHandler$(items: _NSArray | null, completionHandler:
|
|
12
|
+
completeRequestReturningItems$completionHandler$(items: _NSArray | null, completionHandler: ((expired: boolean) => void) | null): void;
|
|
14
13
|
/**
|
|
15
14
|
* Signals the host to cancel the app extension request, with the supplied error, which should be non-nil. The userInfo of the NSError will contain a key NSExtensionItemsAndErrorsKey which will have as its value a dictionary of NSExtensionItems and associated NSError instances.
|
|
16
15
|
*/
|
|
17
16
|
cancelRequestWithError$(error: _NSError): void;
|
|
18
17
|
/** Asks the host to open a URL on the extension's behalf */
|
|
19
|
-
openURL$completionHandler$(URL: _NSURL, completionHandler:
|
|
18
|
+
openURL$completionHandler$(URL: _NSURL, completionHandler: ((success: boolean) => void) | null): void;
|
|
20
19
|
/**
|
|
21
20
|
* The list of input NSExtensionItems associated with the context. If the context has no input items, this array will be empty.
|
|
22
21
|
*/
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { NobjcObject } from "objc-js";
|
|
2
2
|
import type { _NSArray } from "./NSArray.js";
|
|
3
|
+
import type { _NSError } from "./NSError.js";
|
|
3
4
|
import type { _NSFilePresenter } from "./NSFilePresenter.js";
|
|
4
5
|
import type { _NSObject } from "./NSObject.js";
|
|
5
6
|
import type { _NSOperationQueue } from "./NSOperationQueue.js";
|
|
@@ -25,18 +26,18 @@ export declare class _NSFileCoordinator extends _NSObject {
|
|
|
25
26
|
/**
|
|
26
27
|
* Given an array of one or more NSFileAccessIntent objects that specify reading and/or writing items located by the corresponding URLs, wait asynchronously for certain other readers and writers and then invoke the passed-in block on the given queue, which must not be nil. If an error occurs, file access is not granted and a non-nil error will be passed to the accessor block. If file access is successfully granted, then 'error' will be nil and you may perform the intended file access inside the accessor block. You must use the URL property on the NSFileAccessIntent objects when performing file access in the accessor block. Within the block, the NSFileAccessIntent objects' URLs may differ from their original values to account for items that have been moved or renamed while waiting for access to be granted. When access to the intended files is granted, certain other readers and writers are made to wait until the given block returns, which defines the end of that file access. Do not allow file access to continue after the accessor block returns by dispatching work to other threads or queues. You can invoke this method to serialize your process's access of files and directories with other processes' access of the same files and directories so that inconsistencies due to overlapping reading and writing don't occur. It also causes messages to be sent to NSFilePresenters, and wait for NSFilePresenters to react, as described below. The fact that file system items can be moved or renamed while this method is waiting to invoke the block you passed when invoking it is why it's critical to use the URL property on the NSFileAccessIntent objects, not the URLs you used when initializing them. In general a coordinated reader waits for a coordinated writer of the same item, and a coordinated writer waits for coordinated readers and other coordinated writers of the same item. Coordinated readers do not wait for each other. Coordinated reading or writing of items in a file package is treated as coordinated reading or writing of the file package as a whole. A coordinated reader of a directory that is not a file package does not wait for coordinated writers of contained items, or cause such writers to wait. With one exception, a coordinated writer of a directory that is not a file package does not wait for coordinated readers and writers of contained items, or cause such readers and writers to wait. The exception is when you use NSFileCoordinatorWritingForDeleting, NSFileCoordinatorWritingForMoving, or NSFileCoordinatorWritingForReplacing. They make your coordinated writer wait for previously scheduled coordinated readers and writers of contained items, and causes subsequently scheduled coordinated readers and writers of contained items to wait. None of those rules apply to coordinated readers and writers that are using the exact same instance of NSFileCoordinator, including arrays of multiple NSFileAccessIntent objects. Instances of NSFileCoordinator never block themselves. You can take advantage of that in a couple of ways when invoking -coordinateAccessWithIntents:queue:byAccessor: multiple times on the same NSFileCoordinator instance, but take care because doing so raises the possibility of deadlocking with other processes that are doing the same sort of thing. If you can, you should invoke -coordinateAccessWithIntents:queue:byAccessor: a single time with multiple NSFileAccessIntent objects instead of invoking it multiple times with a single NSFileAccssIntent object. In addition to waiting for writers, readers wait for NSFilePresenters that are messaged as part of the coordinated reading. Coordinated reading of an item triggers the sending of messages to NSFilePresenters that implement the corresponding optional methods, even those in other processes, except the one specified when -initWithFilePresenter: was invoked: - -relinquishPresentedItemToReader: is sent to NSFilePresenters of the item and, if the item is in a file package, NSFilePresenters of the file package. If there are nested file packages then the message is sent to NSFilePresenters of all of them. - If NSFileCoordinatorReadingWithoutChanges is not used then -savePresentedItemChangesWithCompletionHandler: is also sent to the same NSFilePresenters. In addition to waiting for readers and other writers, writers wait for NSFilePresenters that are messaged as part of the coordinated writing. Coordinated writing of an item triggers the sending of messages to NSFilePresenters that implement the corresponding optional methods, even those in other processes, except the one specified when -initWithFilePresenter: was invoked: - -relinquishPresentedItemToWriter: is sent to NSFilePresenters of the item and, if the item is in a file package, NSFilePresenters of the file package. If there are nested file packages then the message is sent to NSFilePresenters of all of them. - If NSFileCoordinatorWritingForDeleting, NSFileCoordinatorWritingForMoving, or NSFileCoordinatorWritingForReplacing is used and the item is a directory then -relinquishPresentedItemToWriter: is also sent to NSFilePresenters of each item contained by it. - If NSFileCoordinatorWritingForDeleting or NSFileCoordinatorWritingForReplacing is used then -accommodatePresentedItemDeletionWithCompletionHandler: is sent to NSFilePresenters of the item and, if the item is a directory, NSFilePresenters of each item contained by it. -accommodatePresentedSubitemDeletionAtURL:completionHandler: is sent to NSFilePresenters of each file package that contains the item. - When NSFileCoordinatorWritingForReplacing is used the the definition of "the item" depends on what happened while waiting for other writers. See the description of it above. - If NSFileCoordinatorWritingForMerging is used then -savePresentedItemChangesWithCompletionHandler: is sent to NSFilePresenters of the item and, if the item is in a file package, NSFilePresenters of the file package. If there are nested file packages then the message is sent to NSFilePresenters of all of them. For both coordinated reading and writing, if there are multiple NSFilePresenters involved then the order in which they are messaged is undefined. If an NSFilePresenter signals failure then waiting will fail and *outError will be set to an NSError describing the failure.
|
|
27
28
|
*/
|
|
28
|
-
coordinateAccessWithIntents$queue$byAccessor$(intents: _NSArray, queue: _NSOperationQueue, accessor:
|
|
29
|
+
coordinateAccessWithIntents$queue$byAccessor$(intents: _NSArray, queue: _NSOperationQueue, accessor: ((error: _NSError) => void) | null): void;
|
|
29
30
|
/**
|
|
30
31
|
* The next four methods behave similarly to -coordinateAccessWithIntents:queue:byAccessor: with one or two NSFileAccessIntent objects with the following exceptions: Each of these methods wait synchronously on the same thread they were invoked on before invoking the passed-in accessor block on the same thread, instead of waiting asynchronously and scheduling invocation of the block on a specific queue. The accessor block of each of these methods is passed one or more URLs that locate the intended items, perhaps changed from the original URLs to take into account the fact that the item might have been moved or renamed during the waiting. Each of these methods returns an NSError by reference instead of passing it to the accessory block. However, these methods are uncommon among Cocoa framework methods in that they don't also return a result indicating success or failure. The success of the waiting that they do is typically not interesting to invokers. Only the success of file system access done by the passed-in block is interesting. (The failure of either is of course interesting.) When invoking these methods it's cleanest to just declare a __block variable outside of the block and initialize it to a value that signals failure, and then inside the block set it to a value that signals success. If the waiting fails then the invoked method sets the error reference to an NSError that describes what went wrong, your block will not be invoked, your __block variable will not be set to a value that signals success, and all will be as it should be, with failure signaled and an NSError that describes the failure.
|
|
31
32
|
*/
|
|
32
|
-
coordinateReadingItemAtURL$options$error$byAccessor$(url: _NSURL, options: NSFileCoordinatorReadingOptions, outError: NobjcObject | null, reader:
|
|
33
|
-
coordinateWritingItemAtURL$options$error$byAccessor$(url: _NSURL, options: NSFileCoordinatorWritingOptions, outError: NobjcObject | null, writer:
|
|
34
|
-
coordinateReadingItemAtURL$options$writingItemAtURL$options$error$byAccessor$(readingURL: _NSURL, readingOptions: NSFileCoordinatorReadingOptions, writingURL: _NSURL, writingOptions: NSFileCoordinatorWritingOptions, outError: NobjcObject | null, readerWriter:
|
|
35
|
-
coordinateWritingItemAtURL$options$writingItemAtURL$options$error$byAccessor$(url1: _NSURL, options1: NSFileCoordinatorWritingOptions, url2: _NSURL, options2: NSFileCoordinatorWritingOptions, outError: NobjcObject | null, writer:
|
|
33
|
+
coordinateReadingItemAtURL$options$error$byAccessor$(url: _NSURL, options: NSFileCoordinatorReadingOptions, outError: NobjcObject | null, reader: (newURL: _NSURL) => void): void;
|
|
34
|
+
coordinateWritingItemAtURL$options$error$byAccessor$(url: _NSURL, options: NSFileCoordinatorWritingOptions, outError: NobjcObject | null, writer: (newURL: _NSURL) => void): void;
|
|
35
|
+
coordinateReadingItemAtURL$options$writingItemAtURL$options$error$byAccessor$(readingURL: _NSURL, readingOptions: NSFileCoordinatorReadingOptions, writingURL: _NSURL, writingOptions: NSFileCoordinatorWritingOptions, outError: NobjcObject | null, readerWriter: (newReadingURL: _NSURL, newWritingURL: _NSURL) => void): void;
|
|
36
|
+
coordinateWritingItemAtURL$options$writingItemAtURL$options$error$byAccessor$(url1: _NSURL, options1: NSFileCoordinatorWritingOptions, url2: _NSURL, options2: NSFileCoordinatorWritingOptions, outError: NobjcObject | null, writer: (newURL1: _NSURL, newURL2: _NSURL) => void): void;
|
|
36
37
|
/**
|
|
37
38
|
* Prepare to more efficiently do a large number of invocations of -coordinate... methods, first synchronously messaging and waiting for NSFilePresenters in a variation of what individual invocations of the -coordinate... methods would do, and then, if no error occurs, invoke the passed-in block. The passed-in block must invoke the completion handler passed to it when all of the coordinated reading and writing it does is done. The completion handler block can be invoked on any thread (or from any dispatch queue, if that's how you think of it). This method returns errors in the same manner as the -coordinate... methods. The -coordinate... methods must use interprocess communication to message instances of NSFileCoordinator and NSFilePresenter in other processes in the system. That is an expense best avoided when reading or writing many files in one operation. Using this method can greatly reduce the amount of interprocess communication required by, for example, a large batched copying or moving of files. You use it by moving all of the invocations of the -coordinate... methods your application will do during a batch operation, or the scheduling of them if the operation's work is done in a multithreaded fashion, into a block and passing that block to an invocation of this method, remembering that the completion handler passed to that block must be invoked when the operation is done. You don't simply pass all URLs that will be passed into invocations of the -coordinate... methods when invoking this method. Instead you pass the top-level files and directories involved in the operation. This method triggers messages to not just NSFilePresenters of those items, but also NSFilePresenters of items contained by those items. For example, when Finder uses this method during a copy operation readingURLs is an array of the URLs of the exact files and folders that the user has selected, even though those folders may contain many files and subfolders for which Finder is going to do coordinated reading, and writingURLs is an array that contains just the URL of the destination folder. In most cases it is redundant to pass the same reading or writing options in an invocation of this method as are passed to individual invocations of the -coordinate... methods invoked by the block passed to an invocation of this method. For example, when Finder invokes this method during a copy operation it does not pass NSFileCoordinatorReadingWithoutChanges because it is appropriate to trigger the saving of document changes right away, but it does pass it when doing the nested invocations of -coordinate... methods because it is not necessary to trigger saving again, even if the user changes the document before the Finder proceeds far enough to actually copy that document's file.
|
|
38
39
|
*/
|
|
39
|
-
prepareForReadingItemsAtURLs$options$writingItemsAtURLs$options$error$byAccessor$(readingURLs: _NSArray, readingOptions: NSFileCoordinatorReadingOptions, writingURLs: _NSArray, writingOptions: NSFileCoordinatorWritingOptions, outError: NobjcObject | null, batchAccessor:
|
|
40
|
+
prepareForReadingItemsAtURLs$options$writingItemsAtURLs$options$error$byAccessor$(readingURLs: _NSArray, readingOptions: NSFileCoordinatorReadingOptions, writingURLs: _NSArray, writingOptions: NSFileCoordinatorWritingOptions, outError: NobjcObject | null, batchAccessor: (arg0: () => void) => void): void;
|
|
40
41
|
/**
|
|
41
42
|
* Announce that the item located by a URL is going to be located by another URL. Support for App Sandbox on OS X. Some applications can rename files while saving them. For example, when a user adds attachments to a rich text document, TextEdit changes the document's extension from .rtf to .rtfd. A sandboxed application like TextEdit must ordinarily prompt the user for approval before renaming a document. You can invoke this method to make your process declare its intent to rename a document without user approval. After the renaming succeeds you must invoke -itemAtURL:didMoveToURL:, with the same arguments, for the process to keep access to the file with its new name and to give up access to any file that appears with the old name. If the renaming fails you should probably not invoke -itemAtURL:didMoveToURL:. There is no reason to invoke this method from applications that do not use App Sandbox. Invoking it does nothing on iOS.
|
|
42
43
|
*/
|
|
@@ -59,10 +59,10 @@ export declare class _NSFileHandle extends _NSObject {
|
|
|
59
59
|
/** @deprecated closeAndReturnError: */
|
|
60
60
|
closeFile(): void;
|
|
61
61
|
availableData(): _NSData;
|
|
62
|
-
readabilityHandler():
|
|
63
|
-
setReadabilityHandler$(value:
|
|
64
|
-
writeabilityHandler():
|
|
65
|
-
setWriteabilityHandler$(value:
|
|
62
|
+
readabilityHandler(): ((arg0: _NSFileHandle) => void) | null;
|
|
63
|
+
setReadabilityHandler$(value: ((arg0: _NSFileHandle) => void) | null): void;
|
|
64
|
+
writeabilityHandler(): ((arg0: _NSFileHandle) => void) | null;
|
|
65
|
+
setWriteabilityHandler$(value: ((arg0: _NSFileHandle) => void) | null): void;
|
|
66
66
|
fileDescriptor(): number;
|
|
67
67
|
/** @deprecated getOffset:error: */
|
|
68
68
|
offsetInFile(): number;
|