objcjs-types 0.4.0 → 0.5.1
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 -0
- package/dist/AVFoundation/index.js +1 -0
- 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/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/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 -0
- package/dist/AppKit/index.js +5 -0
- 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/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 -0
- package/dist/AuthenticationServices/index.js +6 -0
- 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/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/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/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/CoreMediaIO/CMIOExtensionStream.d.ts +2 -1
- package/dist/CoreMediaIO/functions.d.ts +2 -2
- package/dist/CoreMediaIO/functions.js +2 -2
- 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/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 -0
- package/dist/DeviceDiscoveryExtension/index.js +1 -0
- package/dist/EventKit/EKEventStore.d.ts +7 -6
- package/dist/EventKit/EKVirtualConferenceProvider.d.ts +5 -3
- 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 -0
- package/dist/FSKit/index.js +2 -0
- 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/GLKit/GLKTextureLoader.d.ts +9 -8
- 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/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/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/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/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/JavaScriptCore/JSContext.d.ts +2 -2
- package/dist/JavaScriptCore/JSValue.d.ts +1 -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/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/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 -0
- package/dist/Matter/index.js +2 -0
- 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/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/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 -0
- package/dist/Metal/index.js +3 -0
- package/dist/MetalKit/MTKTextureLoader.d.ts +10 -9
- 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 -0
- package/dist/NearbyInteraction/index.js +1 -0
- 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/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/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/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 -0
- package/dist/SensorKit/index.js +1 -0
- package/dist/ServiceManagement/SMAppService.d.ts +2 -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 -0
- package/dist/StoreKit/index.js +3 -0
- 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 -0
- package/dist/VideoToolbox/index.js +1 -0
- 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 -0
- package/dist/Vision/index.js +3 -0
- 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/bind.js +4 -0
- package/dist/helpers.d.ts +26 -0
- package/dist/helpers.js +44 -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 -33
- package/generator/index.ts +1 -1
- package/generator/parse-worker.ts +28 -0
- package/generator/templates/bind.ts +4 -0
- package/generator/templates/helpers.ts +53 -0
- package/generator/type-mapper.ts +276 -15
- package/package.json +2 -2
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import type { NobjcObject } from "objc-js";
|
|
2
1
|
import type { _INSearchForMediaIntent } from "./INSearchForMediaIntent.js";
|
|
2
|
+
import type { _INSearchForMediaIntentResponse } from "./INSearchForMediaIntentResponse.js";
|
|
3
|
+
import type { _NSArray } from "../Foundation/NSArray.js";
|
|
3
4
|
export interface _INSearchForMediaIntentHandling {
|
|
4
5
|
/**
|
|
5
6
|
* @abstract Handling method - Execute the task represented by the INSearchForMediaIntent that's passed in @discussion Called to actually execute the intent. The app must return a response for this intent. @param intent The input intent @param completion The response handling block takes a INSearchForMediaIntentResponse containing the details of the result of having executed the intent @see INSearchForMediaIntentResponse
|
|
6
7
|
*/
|
|
7
|
-
handleSearchForMedia$completion$?(intent: _INSearchForMediaIntent, completion:
|
|
8
|
+
handleSearchForMedia$completion$?(intent: _INSearchForMediaIntent, completion: (response: _INSearchForMediaIntentResponse) => void): void;
|
|
8
9
|
/**
|
|
9
10
|
* @abstract Confirmation method - Validate that this intent is ready for the next step (i.e. handling) @discussion Called prior to asking the app to handle the intent. The app should return a response object that contains additional information about the intent, which may be relevant for the system to show the user prior to handling. If unimplemented, the system will assume the intent is valid following resolution, and will assume there is no additional information relevant to this intent. @param intent The input intent @param completion The response block contains an INSearchForMediaIntentResponse containing additional details about the intent that may be relevant for the system to show the user prior to handling. @see INSearchForMediaIntentResponse
|
|
10
11
|
*/
|
|
11
|
-
confirmSearchForMedia$completion$?(intent: _INSearchForMediaIntent, completion:
|
|
12
|
+
confirmSearchForMedia$completion$?(intent: _INSearchForMediaIntent, completion: (response: _INSearchForMediaIntentResponse) => void): void;
|
|
12
13
|
/**
|
|
13
14
|
* @abstract Resolution methods - Determine if this intent is ready for the next step (confirmation) @discussion Called to make sure the app extension is capable of handling this intent in its current form. This method is for validating if the intent needs any further fleshing out. @param intent The input intent @param completion The response block contains an INIntentResolutionResult for the parameter being resolved @see INIntentResolutionResult
|
|
14
15
|
*/
|
|
15
|
-
resolveMediaItemsForSearchForMedia$withCompletion$?(intent: _INSearchForMediaIntent, completion:
|
|
16
|
+
resolveMediaItemsForSearchForMedia$withCompletion$?(intent: _INSearchForMediaIntent, completion: (resolutionResults: _NSArray) => void): void;
|
|
16
17
|
}
|
|
@@ -1,27 +1,30 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { _INDateComponentsRangeResolutionResult } from "./INDateComponentsRangeResolutionResult.js";
|
|
2
|
+
import type { _INMessageAttributeOptionsResolutionResult } from "./INMessageAttributeOptionsResolutionResult.js";
|
|
2
3
|
import type { _INSearchForMessagesIntent } from "./INSearchForMessagesIntent.js";
|
|
4
|
+
import type { _INSearchForMessagesIntentResponse } from "./INSearchForMessagesIntentResponse.js";
|
|
5
|
+
import type { _NSArray } from "../Foundation/NSArray.js";
|
|
3
6
|
export interface _INSearchForMessagesIntentHandling {
|
|
4
7
|
/**
|
|
5
8
|
* @abstract Handling method - Execute the task represented by the INSearchForMessagesIntent that's passed in @discussion Called to actually execute the intent. The app must return a response for this intent. @param intent The input intent @param completion The response handling block takes a INSearchForMessagesIntentResponse containing the details of the result of having executed the intent @see INSearchForMessagesIntentResponse
|
|
6
9
|
*/
|
|
7
|
-
handleSearchForMessages$completion$?(intent: _INSearchForMessagesIntent, completion:
|
|
10
|
+
handleSearchForMessages$completion$?(intent: _INSearchForMessagesIntent, completion: (response: _INSearchForMessagesIntentResponse) => void): void;
|
|
8
11
|
/**
|
|
9
12
|
* @abstract Confirmation method - Validate that this intent is ready for the next step (i.e. handling) @discussion Called prior to asking the app to handle the intent. The app should return a response object that contains additional information about the intent, which may be relevant for the system to show the user prior to handling. If unimplemented, the system will assume the intent is valid following resolution, and will assume there is no additional information relevant to this intent. @param intent The input intent @param completion The response block contains an INSearchForMessagesIntentResponse containing additional details about the intent that may be relevant for the system to show the user prior to handling. @see INSearchForMessagesIntentResponse
|
|
10
13
|
*/
|
|
11
|
-
confirmSearchForMessages$completion$?(intent: _INSearchForMessagesIntent, completion:
|
|
14
|
+
confirmSearchForMessages$completion$?(intent: _INSearchForMessagesIntent, completion: (response: _INSearchForMessagesIntentResponse) => void): void;
|
|
12
15
|
/**
|
|
13
16
|
* @abstract Resolution methods - Determine if this intent is ready for the next step (confirmation) @discussion Called to make sure the app extension is capable of handling this intent in its current form. This method is for validating if the intent needs any further fleshing out. @param intent The input intent @param completion The response block contains an INIntentResolutionResult for the parameter being resolved @see INIntentResolutionResult
|
|
14
17
|
*/
|
|
15
|
-
resolveRecipientsForSearchForMessages$withCompletion$?(intent: _INSearchForMessagesIntent, completion:
|
|
16
|
-
resolveSendersForSearchForMessages$withCompletion$?(intent: _INSearchForMessagesIntent, completion:
|
|
17
|
-
resolveAttributesForSearchForMessages$withCompletion$?(intent: _INSearchForMessagesIntent, completion:
|
|
18
|
+
resolveRecipientsForSearchForMessages$withCompletion$?(intent: _INSearchForMessagesIntent, completion: (resolutionResults: _NSArray) => void): void;
|
|
19
|
+
resolveSendersForSearchForMessages$withCompletion$?(intent: _INSearchForMessagesIntent, completion: (resolutionResults: _NSArray) => void): void;
|
|
20
|
+
resolveAttributesForSearchForMessages$withCompletion$?(intent: _INSearchForMessagesIntent, completion: (resolutionResult: _INMessageAttributeOptionsResolutionResult) => void): void;
|
|
18
21
|
/**
|
|
19
22
|
* @deprecated resolveGroupNamesForSearchForMessages:withCompletion: is deprecated. Use resolveSpeakableGroupNamesForSearchForMessages:withCompletion: instead
|
|
20
23
|
*/
|
|
21
|
-
resolveDateTimeRangeForSearchForMessages$withCompletion$?(intent: _INSearchForMessagesIntent, completion:
|
|
24
|
+
resolveDateTimeRangeForSearchForMessages$withCompletion$?(intent: _INSearchForMessagesIntent, completion: (resolutionResult: _INDateComponentsRangeResolutionResult) => void): void;
|
|
22
25
|
/**
|
|
23
26
|
* @deprecated resolveGroupNamesForSearchForMessages:withCompletion: is deprecated. Use resolveSpeakableGroupNamesForSearchForMessages:withCompletion: instead
|
|
24
27
|
*/
|
|
25
|
-
resolveGroupNamesForSearchForMessages$withCompletion$?(intent: _INSearchForMessagesIntent, completion:
|
|
26
|
-
resolveSpeakableGroupNamesForSearchForMessages$withCompletion$?(intent: _INSearchForMessagesIntent, completion:
|
|
28
|
+
resolveGroupNamesForSearchForMessages$withCompletion$?(intent: _INSearchForMessagesIntent, completion: (resolutionResults: _NSArray) => void): void;
|
|
29
|
+
resolveSpeakableGroupNamesForSearchForMessages$withCompletion$?(intent: _INSearchForMessagesIntent, completion: (resolutionResults: _NSArray) => void): void;
|
|
27
30
|
}
|
|
@@ -1,25 +1,35 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { _INDateComponentsRangeResolutionResult } from "./INDateComponentsRangeResolutionResult.js";
|
|
2
|
+
import type { _INDateSearchTypeResolutionResult } from "./INDateSearchTypeResolutionResult.js";
|
|
3
|
+
import type { _INLocationSearchTypeResolutionResult } from "./INLocationSearchTypeResolutionResult.js";
|
|
4
|
+
import type { _INNotebookItemTypeResolutionResult } from "./INNotebookItemTypeResolutionResult.js";
|
|
5
|
+
import type { _INPlacemarkResolutionResult } from "./INPlacemarkResolutionResult.js";
|
|
2
6
|
import type { _INSearchForNotebookItemsIntent } from "./INSearchForNotebookItemsIntent.js";
|
|
7
|
+
import type { _INSearchForNotebookItemsIntentResponse } from "./INSearchForNotebookItemsIntentResponse.js";
|
|
8
|
+
import type { _INSpeakableStringResolutionResult } from "./INSpeakableStringResolutionResult.js";
|
|
9
|
+
import type { _INStringResolutionResult } from "./INStringResolutionResult.js";
|
|
10
|
+
import type { _INTaskPriorityResolutionResult } from "./INTaskPriorityResolutionResult.js";
|
|
11
|
+
import type { _INTaskStatusResolutionResult } from "./INTaskStatusResolutionResult.js";
|
|
12
|
+
import type { _INTemporalEventTriggerTypeOptionsResolutionResult } from "./INTemporalEventTriggerTypeOptionsResolutionResult.js";
|
|
3
13
|
export interface _INSearchForNotebookItemsIntentHandling {
|
|
4
14
|
/**
|
|
5
15
|
* @abstract Handling method - Execute the task represented by the INSearchForNotebookItemsIntent that's passed in @discussion Called to actually execute the intent. The app must return a response for this intent. @param intent The input intent @param completion The response handling block takes a INSearchForNotebookItemsIntentResponse containing the details of the result of having executed the intent @see INSearchForNotebookItemsIntentResponse
|
|
6
16
|
*/
|
|
7
|
-
handleSearchForNotebookItems$completion$?(intent: _INSearchForNotebookItemsIntent, completion:
|
|
17
|
+
handleSearchForNotebookItems$completion$?(intent: _INSearchForNotebookItemsIntent, completion: (response: _INSearchForNotebookItemsIntentResponse) => void): void;
|
|
8
18
|
/**
|
|
9
19
|
* @abstract Confirmation method - Validate that this intent is ready for the next step (i.e. handling) @discussion Called prior to asking the app to handle the intent. The app should return a response object that contains additional information about the intent, which may be relevant for the system to show the user prior to handling. If unimplemented, the system will assume the intent is valid following resolution, and will assume there is no additional information relevant to this intent. @param intent The input intent @param completion The response block contains an INSearchForNotebookItemsIntentResponse containing additional details about the intent that may be relevant for the system to show the user prior to handling. @see INSearchForNotebookItemsIntentResponse
|
|
10
20
|
*/
|
|
11
|
-
confirmSearchForNotebookItems$completion$?(intent: _INSearchForNotebookItemsIntent, completion:
|
|
21
|
+
confirmSearchForNotebookItems$completion$?(intent: _INSearchForNotebookItemsIntent, completion: (response: _INSearchForNotebookItemsIntentResponse) => void): void;
|
|
12
22
|
/**
|
|
13
23
|
* @abstract Resolution methods - Determine if this intent is ready for the next step (confirmation) @discussion Called to make sure the app extension is capable of handling this intent in its current form. This method is for validating if the intent needs any further fleshing out. @param intent The input intent @param completion The response block contains an INIntentResolutionResult for the parameter being resolved @see INIntentResolutionResult
|
|
14
24
|
*/
|
|
15
|
-
resolveTitleForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion:
|
|
16
|
-
resolveContentForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion:
|
|
17
|
-
resolveItemTypeForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion:
|
|
18
|
-
resolveStatusForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion:
|
|
19
|
-
resolveLocationForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion:
|
|
20
|
-
resolveLocationSearchTypeForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion:
|
|
21
|
-
resolveDateTimeForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion:
|
|
22
|
-
resolveDateSearchTypeForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion:
|
|
23
|
-
resolveTemporalEventTriggerTypesForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion:
|
|
24
|
-
resolveTaskPriorityForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion:
|
|
25
|
+
resolveTitleForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion: (resolutionResult: _INSpeakableStringResolutionResult) => void): void;
|
|
26
|
+
resolveContentForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion: (resolutionResult: _INStringResolutionResult) => void): void;
|
|
27
|
+
resolveItemTypeForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion: (resolutionResult: _INNotebookItemTypeResolutionResult) => void): void;
|
|
28
|
+
resolveStatusForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion: (resolutionResult: _INTaskStatusResolutionResult) => void): void;
|
|
29
|
+
resolveLocationForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion: (resolutionResult: _INPlacemarkResolutionResult) => void): void;
|
|
30
|
+
resolveLocationSearchTypeForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion: (resolutionResult: _INLocationSearchTypeResolutionResult) => void): void;
|
|
31
|
+
resolveDateTimeForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion: (resolutionResult: _INDateComponentsRangeResolutionResult) => void): void;
|
|
32
|
+
resolveDateSearchTypeForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion: (resolutionResult: _INDateSearchTypeResolutionResult) => void): void;
|
|
33
|
+
resolveTemporalEventTriggerTypesForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion: (resolutionResult: _INTemporalEventTriggerTypeOptionsResolutionResult) => void): void;
|
|
34
|
+
resolveTaskPriorityForSearchForNotebookItems$withCompletion$?(intent: _INSearchForNotebookItemsIntent, completion: (resolutionResult: _INTaskPriorityResolutionResult) => void): void;
|
|
25
35
|
}
|
|
@@ -1,22 +1,26 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { _INDateComponentsRangeResolutionResult } from "./INDateComponentsRangeResolutionResult.js";
|
|
2
|
+
import type { _INPlacemarkResolutionResult } from "./INPlacemarkResolutionResult.js";
|
|
2
3
|
import type { _INSearchForPhotosIntent } from "./INSearchForPhotosIntent.js";
|
|
4
|
+
import type { _INSearchForPhotosIntentResponse } from "./INSearchForPhotosIntentResponse.js";
|
|
5
|
+
import type { _INStringResolutionResult } from "./INStringResolutionResult.js";
|
|
6
|
+
import type { _NSArray } from "../Foundation/NSArray.js";
|
|
3
7
|
export interface _INSearchForPhotosIntentHandling {
|
|
4
8
|
/**
|
|
5
9
|
* @abstract Handling method - Execute the task represented by the INSearchForPhotosIntent that's passed in @discussion Called to actually execute the intent. The app must return a response for this intent. @param intent The input intent @param completion The response handling block takes a INSearchForPhotosIntentResponse containing the details of the result of having executed the intent @see INSearchForPhotosIntentResponse
|
|
6
10
|
*/
|
|
7
|
-
handleSearchForPhotos$completion$?(intent: _INSearchForPhotosIntent, completion:
|
|
11
|
+
handleSearchForPhotos$completion$?(intent: _INSearchForPhotosIntent, completion: (response: _INSearchForPhotosIntentResponse) => void): void;
|
|
8
12
|
/**
|
|
9
13
|
* @abstract Confirmation method - Validate that this intent is ready for the next step (i.e. handling) @discussion Called prior to asking the app to handle the intent. The app should return a response object that contains additional information about the intent, which may be relevant for the system to show the user prior to handling. If unimplemented, the system will assume the intent is valid following resolution, and will assume there is no additional information relevant to this intent. @param intent The input intent @param completion The response block contains an INSearchForPhotosIntentResponse containing additional details about the intent that may be relevant for the system to show the user prior to handling. @see INSearchForPhotosIntentResponse
|
|
10
14
|
*/
|
|
11
|
-
confirmSearchForPhotos$completion$?(intent: _INSearchForPhotosIntent, completion:
|
|
15
|
+
confirmSearchForPhotos$completion$?(intent: _INSearchForPhotosIntent, completion: (response: _INSearchForPhotosIntentResponse) => void): void;
|
|
12
16
|
/**
|
|
13
17
|
* @abstract Resolution methods - Determine if this intent is ready for the next step (confirmation) @discussion Called to make sure the app extension is capable of handling this intent in its current form. This method is for validating if the intent needs any further fleshing out. @param intent The input intent @param completion The response block contains an INIntentResolutionResult for the parameter being resolved @see INIntentResolutionResult
|
|
14
18
|
*/
|
|
15
|
-
resolveDateCreatedForSearchForPhotos$withCompletion$?(intent: _INSearchForPhotosIntent, completion:
|
|
16
|
-
resolveLocationCreatedForSearchForPhotos$withCompletion$?(intent: _INSearchForPhotosIntent, completion:
|
|
19
|
+
resolveDateCreatedForSearchForPhotos$withCompletion$?(intent: _INSearchForPhotosIntent, completion: (resolutionResult: _INDateComponentsRangeResolutionResult) => void): void;
|
|
20
|
+
resolveLocationCreatedForSearchForPhotos$withCompletion$?(intent: _INSearchForPhotosIntent, completion: (resolutionResult: _INPlacemarkResolutionResult) => void): void;
|
|
17
21
|
/** @deprecated */
|
|
18
|
-
resolveAlbumNameForSearchForPhotos$withCompletion$?(intent: _INSearchForPhotosIntent, completion:
|
|
22
|
+
resolveAlbumNameForSearchForPhotos$withCompletion$?(intent: _INSearchForPhotosIntent, completion: (resolutionResult: _INStringResolutionResult) => void): void;
|
|
19
23
|
/** @deprecated */
|
|
20
|
-
resolveSearchTermsForSearchForPhotos$withCompletion$?(intent: _INSearchForPhotosIntent, completion:
|
|
21
|
-
resolvePeopleInPhotoForSearchForPhotos$withCompletion$?(intent: _INSearchForPhotosIntent, completion:
|
|
24
|
+
resolveSearchTermsForSearchForPhotos$withCompletion$?(intent: _INSearchForPhotosIntent, completion: (resolutionResults: _NSArray) => void): void;
|
|
25
|
+
resolvePeopleInPhotoForSearchForPhotos$withCompletion$?(intent: _INSearchForPhotosIntent, completion: (resolutionResults: _NSArray) => void): void;
|
|
22
26
|
}
|
|
@@ -1,28 +1,32 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { _INOutgoingMessageTypeResolutionResult } from "./INOutgoingMessageTypeResolutionResult.js";
|
|
2
2
|
import type { _INSendMessageIntent } from "./INSendMessageIntent.js";
|
|
3
|
+
import type { _INSendMessageIntentResponse } from "./INSendMessageIntentResponse.js";
|
|
4
|
+
import type { _INSpeakableStringResolutionResult } from "./INSpeakableStringResolutionResult.js";
|
|
5
|
+
import type { _INStringResolutionResult } from "./INStringResolutionResult.js";
|
|
6
|
+
import type { _NSArray } from "../Foundation/NSArray.js";
|
|
3
7
|
export interface _INSendMessageIntentHandling {
|
|
4
8
|
/**
|
|
5
9
|
* @abstract Handling method - Execute the task represented by the INSendMessageIntent that's passed in @discussion Called to actually execute the intent. The app must return a response for this intent. @param intent The input intent @param completion The response handling block takes a INSendMessageIntentResponse containing the details of the result of having executed the intent @see INSendMessageIntentResponse
|
|
6
10
|
*/
|
|
7
|
-
handleSendMessage$completion$?(intent: _INSendMessageIntent, completion:
|
|
11
|
+
handleSendMessage$completion$?(intent: _INSendMessageIntent, completion: (response: _INSendMessageIntentResponse) => void): void;
|
|
8
12
|
/**
|
|
9
13
|
* @abstract Confirmation method - Validate that this intent is ready for the next step (i.e. handling) @discussion Called prior to asking the app to handle the intent. The app should return a response object that contains additional information about the intent, which may be relevant for the system to show the user prior to handling. If unimplemented, the system will assume the intent is valid following resolution, and will assume there is no additional information relevant to this intent. @param intent The input intent @param completion The response block contains an INSendMessageIntentResponse containing additional details about the intent that may be relevant for the system to show the user prior to handling. @see INSendMessageIntentResponse
|
|
10
14
|
*/
|
|
11
|
-
confirmSendMessage$completion$?(intent: _INSendMessageIntent, completion:
|
|
15
|
+
confirmSendMessage$completion$?(intent: _INSendMessageIntent, completion: (response: _INSendMessageIntentResponse) => void): void;
|
|
12
16
|
/**
|
|
13
17
|
* @abstract Resolution methods - Determine if this intent is ready for the next step (confirmation) @discussion Called to make sure the app extension is capable of handling this intent in its current form. This method is for validating if the intent needs any further fleshing out. @param intent The input intent @param completion The response block contains an INIntentResolutionResult for the parameter being resolved @see INIntentResolutionResult
|
|
14
18
|
* @deprecated resolveRecipientsForSendMessage:withCompletion: is deprecated. Use resolveRecipientsForSendMessage:completion: instead
|
|
15
19
|
*/
|
|
16
|
-
resolveRecipientsForSendMessage$withCompletion$?(intent: _INSendMessageIntent, completion:
|
|
20
|
+
resolveRecipientsForSendMessage$withCompletion$?(intent: _INSendMessageIntent, completion: (resolutionResults: _NSArray) => void): void;
|
|
17
21
|
/**
|
|
18
22
|
* @deprecated resolveGroupNameForSendMessage:withCompletion: is deprecated. Use resolveSpeakableGroupNameForSendMessage:withCompletion: instead
|
|
19
23
|
*/
|
|
20
|
-
resolveRecipientsForSendMessage$completion$?(intent: _INSendMessageIntent, completion:
|
|
24
|
+
resolveRecipientsForSendMessage$completion$?(intent: _INSendMessageIntent, completion: (resolutionResults: _NSArray) => void): void;
|
|
21
25
|
/**
|
|
22
26
|
* @deprecated resolveGroupNameForSendMessage:withCompletion: is deprecated. Use resolveSpeakableGroupNameForSendMessage:withCompletion: instead
|
|
23
27
|
*/
|
|
24
|
-
resolveGroupNameForSendMessage$withCompletion$?(intent: _INSendMessageIntent, completion:
|
|
25
|
-
resolveOutgoingMessageTypeForSendMessage$withCompletion$?(intent: _INSendMessageIntent, completion:
|
|
26
|
-
resolveContentForSendMessage$withCompletion$?(intent: _INSendMessageIntent, completion:
|
|
27
|
-
resolveSpeakableGroupNameForSendMessage$withCompletion$?(intent: _INSendMessageIntent, completion:
|
|
28
|
+
resolveGroupNameForSendMessage$withCompletion$?(intent: _INSendMessageIntent, completion: (resolutionResult: _INStringResolutionResult) => void): void;
|
|
29
|
+
resolveOutgoingMessageTypeForSendMessage$withCompletion$?(intent: _INSendMessageIntent, completion: (resolutionResult: _INOutgoingMessageTypeResolutionResult) => void): void;
|
|
30
|
+
resolveContentForSendMessage$withCompletion$?(intent: _INSendMessageIntent, completion: (resolutionResult: _INStringResolutionResult) => void): void;
|
|
31
|
+
resolveSpeakableGroupNameForSendMessage$withCompletion$?(intent: _INSendMessageIntent, completion: (resolutionResult: _INSpeakableStringResolutionResult) => void): void;
|
|
28
32
|
}
|
|
@@ -1,27 +1,32 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { _INCurrencyAmountResolutionResult } from "./INCurrencyAmountResolutionResult.js";
|
|
2
|
+
import type { _INPersonResolutionResult } from "./INPersonResolutionResult.js";
|
|
3
|
+
import type { _INSendPaymentCurrencyAmountResolutionResult } from "./INSendPaymentCurrencyAmountResolutionResult.js";
|
|
2
4
|
import type { _INSendPaymentIntent } from "./INSendPaymentIntent.js";
|
|
5
|
+
import type { _INSendPaymentIntentResponse } from "./INSendPaymentIntentResponse.js";
|
|
6
|
+
import type { _INSendPaymentPayeeResolutionResult } from "./INSendPaymentPayeeResolutionResult.js";
|
|
7
|
+
import type { _INStringResolutionResult } from "./INStringResolutionResult.js";
|
|
3
8
|
export interface _INSendPaymentIntentHandling {
|
|
4
9
|
/**
|
|
5
10
|
* @abstract Handling method - Execute the task represented by the INSendPaymentIntent that's passed in @discussion Called to actually execute the intent. The app must return a response for this intent. @param intent The input intent @param completion The response handling block takes a INSendPaymentIntentResponse containing the details of the result of having executed the intent @see INSendPaymentIntentResponse
|
|
6
11
|
*/
|
|
7
|
-
handleSendPayment$completion$?(intent: _INSendPaymentIntent, completion:
|
|
12
|
+
handleSendPayment$completion$?(intent: _INSendPaymentIntent, completion: (response: _INSendPaymentIntentResponse) => void): void;
|
|
8
13
|
/**
|
|
9
14
|
* @abstract Confirmation method - Validate that this intent is ready for the next step (i.e. handling) @discussion Called prior to asking the app to handle the intent. The app should return a response object that contains additional information about the intent, which may be relevant for the system to show the user prior to handling. If unimplemented, the system will assume the intent is valid following resolution, and will assume there is no additional information relevant to this intent. @param intent The input intent @param completion The response block contains an INSendPaymentIntentResponse containing additional details about the intent that may be relevant for the system to show the user prior to handling. @see INSendPaymentIntentResponse
|
|
10
15
|
*/
|
|
11
|
-
confirmSendPayment$completion$?(intent: _INSendPaymentIntent, completion:
|
|
16
|
+
confirmSendPayment$completion$?(intent: _INSendPaymentIntent, completion: (response: _INSendPaymentIntentResponse) => void): void;
|
|
12
17
|
/**
|
|
13
18
|
* @abstract Resolution methods - Determine if this intent is ready for the next step (confirmation) @discussion Called to make sure the app extension is capable of handling this intent in its current form. This method is for validating if the intent needs any further fleshing out. @param intent The input intent @param completion The response block contains an INIntentResolutionResult for the parameter being resolved @see INIntentResolutionResult
|
|
14
19
|
* @deprecated resolvePayeeForSendPayment:withCompletion: is deprecated. Use resolvePayeeForSendPayment:completion: instead
|
|
15
20
|
*/
|
|
16
|
-
resolvePayeeForSendPayment$withCompletion$?(intent: _INSendPaymentIntent, completion:
|
|
21
|
+
resolvePayeeForSendPayment$withCompletion$?(intent: _INSendPaymentIntent, completion: (resolutionResult: _INPersonResolutionResult) => void): void;
|
|
17
22
|
/**
|
|
18
23
|
* @deprecated resolveCurrencyAmountForSendPayment:withCompletion: is deprecated. Use resolveCurrencyAmountForSendPayment:completion: instead
|
|
19
24
|
*/
|
|
20
|
-
resolvePayeeForSendPayment$completion$?(intent: _INSendPaymentIntent, completion:
|
|
25
|
+
resolvePayeeForSendPayment$completion$?(intent: _INSendPaymentIntent, completion: (resolutionResult: _INSendPaymentPayeeResolutionResult) => void): void;
|
|
21
26
|
/**
|
|
22
27
|
* @deprecated resolveCurrencyAmountForSendPayment:withCompletion: is deprecated. Use resolveCurrencyAmountForSendPayment:completion: instead
|
|
23
28
|
*/
|
|
24
|
-
resolveCurrencyAmountForSendPayment$withCompletion$?(intent: _INSendPaymentIntent, completion:
|
|
25
|
-
resolveCurrencyAmountForSendPayment$completion$?(intent: _INSendPaymentIntent, completion:
|
|
26
|
-
resolveNoteForSendPayment$withCompletion$?(intent: _INSendPaymentIntent, completion:
|
|
29
|
+
resolveCurrencyAmountForSendPayment$withCompletion$?(intent: _INSendPaymentIntent, completion: (resolutionResult: _INCurrencyAmountResolutionResult) => void): void;
|
|
30
|
+
resolveCurrencyAmountForSendPayment$completion$?(intent: _INSendPaymentIntent, completion: (resolutionResult: _INSendPaymentCurrencyAmountResolutionResult) => void): void;
|
|
31
|
+
resolveNoteForSendPayment$withCompletion$?(intent: _INSendPaymentIntent, completion: (resolutionResult: _INStringResolutionResult) => void): void;
|
|
27
32
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type { NobjcObject } from "objc-js";
|
|
2
1
|
import type { _INSendRideFeedbackIntent } from "./INSendRideFeedbackIntent.js";
|
|
2
|
+
import type { _INSendRideFeedbackIntentResponse } from "./INSendRideFeedbackIntentResponse.js";
|
|
3
3
|
export interface _INSendRideFeedbackIntentHandling {
|
|
4
4
|
/**
|
|
5
5
|
* @abstract Handling method - Execute the task represented by the INSendRideFeedbackIntent that's passed in @discussion Called to actually execute the intent. The app must return a response for this intent. @param sendRideFeedbackintent The input intent @param completion The response handling block takes a INSendRideFeedbackIntentResponse containing the details of the result of having executed the intent @see INSendRideFeedbackIntentResponse
|
|
6
6
|
*/
|
|
7
|
-
handleSendRideFeedback$completion$?(sendRideFeedbackintent: _INSendRideFeedbackIntent, completion:
|
|
7
|
+
handleSendRideFeedback$completion$?(sendRideFeedbackintent: _INSendRideFeedbackIntent, completion: (response: _INSendRideFeedbackIntentResponse) => void): void;
|
|
8
8
|
/**
|
|
9
9
|
* @abstract Confirmation method - Validate that this intent is ready for the next step (i.e. handling) @discussion Called prior to asking the app to handle the intent. The app should return a response object that contains additional information about the intent, which may be relevant for the system to show the user prior to handling. If unimplemented, the system will not allow calling of the handle method. @param sendRideFeedbackIntent The input intent @param completion The response block contains an INSendRideFeedbackIntentResponse containing additional details about the intent that may be relevant for the system to show the user prior to handling. @see INSendRideFeedbackIntentResponse
|
|
10
10
|
*/
|
|
11
|
-
confirmSendRideFeedback$completion$?(sendRideFeedbackIntent: _INSendRideFeedbackIntent, completion:
|
|
11
|
+
confirmSendRideFeedback$completion$?(sendRideFeedbackIntent: _INSendRideFeedbackIntent, completion: (response: _INSendRideFeedbackIntentResponse) => void): void;
|
|
12
12
|
}
|
|
@@ -1,17 +1,19 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { _INCarAudioSourceResolutionResult } from "./INCarAudioSourceResolutionResult.js";
|
|
2
|
+
import type { _INRelativeReferenceResolutionResult } from "./INRelativeReferenceResolutionResult.js";
|
|
2
3
|
import type { _INSetAudioSourceInCarIntent } from "./INSetAudioSourceInCarIntent.js";
|
|
4
|
+
import type { _INSetAudioSourceInCarIntentResponse } from "./INSetAudioSourceInCarIntentResponse.js";
|
|
3
5
|
export interface _INSetAudioSourceInCarIntentHandling {
|
|
4
6
|
/**
|
|
5
7
|
* @abstract Handling method - Execute the task represented by the INSetAudioSourceInCarIntent that's passed in @discussion Called to actually execute the intent. The app must return a response for this intent. @param intent The input intent @param completion The response handling block takes a INSetAudioSourceInCarIntentResponse containing the details of the result of having executed the intent @see INSetAudioSourceInCarIntentResponse
|
|
6
8
|
*/
|
|
7
|
-
handleSetAudioSourceInCar$completion$?(intent: _INSetAudioSourceInCarIntent, completion:
|
|
9
|
+
handleSetAudioSourceInCar$completion$?(intent: _INSetAudioSourceInCarIntent, completion: (response: _INSetAudioSourceInCarIntentResponse) => void): void;
|
|
8
10
|
/**
|
|
9
11
|
* @abstract Confirmation method - Validate that this intent is ready for the next step (i.e. handling) @discussion Called prior to asking the app to handle the intent. The app should return a response object that contains additional information about the intent, which may be relevant for the system to show the user prior to handling. If unimplemented, the system will assume the intent is valid following resolution, and will assume there is no additional information relevant to this intent. @param intent The input intent @param completion The response block contains an INSetAudioSourceInCarIntentResponse containing additional details about the intent that may be relevant for the system to show the user prior to handling. @see INSetAudioSourceInCarIntentResponse
|
|
10
12
|
*/
|
|
11
|
-
confirmSetAudioSourceInCar$completion$?(intent: _INSetAudioSourceInCarIntent, completion:
|
|
13
|
+
confirmSetAudioSourceInCar$completion$?(intent: _INSetAudioSourceInCarIntent, completion: (response: _INSetAudioSourceInCarIntentResponse) => void): void;
|
|
12
14
|
/**
|
|
13
15
|
* @abstract Resolution methods - Determine if this intent is ready for the next step (confirmation) @discussion Called to make sure the app extension is capable of handling this intent in its current form. This method is for validating if the intent needs any further fleshing out. @param intent The input intent @param completion The response block contains an INIntentResolutionResult for the parameter being resolved @see INIntentResolutionResult
|
|
14
16
|
*/
|
|
15
|
-
resolveAudioSourceForSetAudioSourceInCar$withCompletion$?(intent: _INSetAudioSourceInCarIntent, completion:
|
|
16
|
-
resolveRelativeAudioSourceReferenceForSetAudioSourceInCar$withCompletion$?(intent: _INSetAudioSourceInCarIntent, completion:
|
|
17
|
+
resolveAudioSourceForSetAudioSourceInCar$withCompletion$?(intent: _INSetAudioSourceInCarIntent, completion: (resolutionResult: _INCarAudioSourceResolutionResult) => void): void;
|
|
18
|
+
resolveRelativeAudioSourceReferenceForSetAudioSourceInCar$withCompletion$?(intent: _INSetAudioSourceInCarIntent, completion: (resolutionResult: _INRelativeReferenceResolutionResult) => void): void;
|
|
17
19
|
}
|
|
@@ -1,17 +1,19 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { _INBooleanResolutionResult } from "./INBooleanResolutionResult.js";
|
|
2
2
|
import type { _INSetCarLockStatusIntent } from "./INSetCarLockStatusIntent.js";
|
|
3
|
+
import type { _INSetCarLockStatusIntentResponse } from "./INSetCarLockStatusIntentResponse.js";
|
|
4
|
+
import type { _INSpeakableStringResolutionResult } from "./INSpeakableStringResolutionResult.js";
|
|
3
5
|
export interface _INSetCarLockStatusIntentHandling {
|
|
4
6
|
/**
|
|
5
7
|
* @abstract Handling method - Execute the task represented by the INSetCarLockStatusIntent that's passed in @discussion Called to actually execute the intent. The app must return a response for this intent. @param intent The input intent @param completion The response handling block takes a INSetCarLockStatusIntentResponse containing the details of the result of having executed the intent @see INSetCarLockStatusIntentResponse
|
|
6
8
|
*/
|
|
7
|
-
handleSetCarLockStatus$completion$?(intent: _INSetCarLockStatusIntent, completion:
|
|
9
|
+
handleSetCarLockStatus$completion$?(intent: _INSetCarLockStatusIntent, completion: (response: _INSetCarLockStatusIntentResponse) => void): void;
|
|
8
10
|
/**
|
|
9
11
|
* @abstract Confirmation method - Validate that this intent is ready for the next step (i.e. handling) @discussion Called prior to asking the app to handle the intent. The app should return a response object that contains additional information about the intent, which may be relevant for the system to show the user prior to handling. If unimplemented, the system will assume the intent is valid following resolution, and will assume there is no additional information relevant to this intent. @param intent The input intent @param completion The response block contains an INSetCarLockStatusIntentResponse containing additional details about the intent that may be relevant for the system to show the user prior to handling. @see INSetCarLockStatusIntentResponse
|
|
10
12
|
*/
|
|
11
|
-
confirmSetCarLockStatus$completion$?(intent: _INSetCarLockStatusIntent, completion:
|
|
13
|
+
confirmSetCarLockStatus$completion$?(intent: _INSetCarLockStatusIntent, completion: (response: _INSetCarLockStatusIntentResponse) => void): void;
|
|
12
14
|
/**
|
|
13
15
|
* @abstract Resolution methods - Determine if this intent is ready for the next step (confirmation) @discussion Called to make sure the app extension is capable of handling this intent in its current form. This method is for validating if the intent needs any further fleshing out. @param intent The input intent @param completion The response block contains an INIntentResolutionResult for the parameter being resolved @see INIntentResolutionResult
|
|
14
16
|
*/
|
|
15
|
-
resolveLockedForSetCarLockStatus$withCompletion$?(intent: _INSetCarLockStatusIntent, completion:
|
|
16
|
-
resolveCarNameForSetCarLockStatus$withCompletion$?(intent: _INSetCarLockStatusIntent, completion:
|
|
17
|
+
resolveLockedForSetCarLockStatus$withCompletion$?(intent: _INSetCarLockStatusIntent, completion: (resolutionResult: _INBooleanResolutionResult) => void): void;
|
|
18
|
+
resolveCarNameForSetCarLockStatus$withCompletion$?(intent: _INSetCarLockStatusIntent, completion: (resolutionResult: _INSpeakableStringResolutionResult) => void): void;
|
|
17
19
|
}
|
|
@@ -1,27 +1,35 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { _INBooleanResolutionResult } from "./INBooleanResolutionResult.js";
|
|
2
|
+
import type { _INCarAirCirculationModeResolutionResult } from "./INCarAirCirculationModeResolutionResult.js";
|
|
3
|
+
import type { _INCarSeatResolutionResult } from "./INCarSeatResolutionResult.js";
|
|
4
|
+
import type { _INDoubleResolutionResult } from "./INDoubleResolutionResult.js";
|
|
5
|
+
import type { _INIntegerResolutionResult } from "./INIntegerResolutionResult.js";
|
|
6
|
+
import type { _INRelativeSettingResolutionResult } from "./INRelativeSettingResolutionResult.js";
|
|
2
7
|
import type { _INSetClimateSettingsInCarIntent } from "./INSetClimateSettingsInCarIntent.js";
|
|
8
|
+
import type { _INSetClimateSettingsInCarIntentResponse } from "./INSetClimateSettingsInCarIntentResponse.js";
|
|
9
|
+
import type { _INSpeakableStringResolutionResult } from "./INSpeakableStringResolutionResult.js";
|
|
10
|
+
import type { _INTemperatureResolutionResult } from "./INTemperatureResolutionResult.js";
|
|
3
11
|
export interface _INSetClimateSettingsInCarIntentHandling {
|
|
4
12
|
/**
|
|
5
13
|
* @abstract Handling method - Execute the task represented by the INSetClimateSettingsInCarIntent that's passed in @discussion Called to actually execute the intent. The app must return a response for this intent. @param intent The input intent @param completion The response handling block takes a INSetClimateSettingsInCarIntentResponse containing the details of the result of having executed the intent @see INSetClimateSettingsInCarIntentResponse
|
|
6
14
|
*/
|
|
7
|
-
handleSetClimateSettingsInCar$completion$?(intent: _INSetClimateSettingsInCarIntent, completion:
|
|
15
|
+
handleSetClimateSettingsInCar$completion$?(intent: _INSetClimateSettingsInCarIntent, completion: (response: _INSetClimateSettingsInCarIntentResponse) => void): void;
|
|
8
16
|
/**
|
|
9
17
|
* @abstract Confirmation method - Validate that this intent is ready for the next step (i.e. handling) @discussion Called prior to asking the app to handle the intent. The app should return a response object that contains additional information about the intent, which may be relevant for the system to show the user prior to handling. If unimplemented, the system will assume the intent is valid following resolution, and will assume there is no additional information relevant to this intent. @param intent The input intent @param completion The response block contains an INSetClimateSettingsInCarIntentResponse containing additional details about the intent that may be relevant for the system to show the user prior to handling. @see INSetClimateSettingsInCarIntentResponse
|
|
10
18
|
*/
|
|
11
|
-
confirmSetClimateSettingsInCar$completion$?(intent: _INSetClimateSettingsInCarIntent, completion:
|
|
19
|
+
confirmSetClimateSettingsInCar$completion$?(intent: _INSetClimateSettingsInCarIntent, completion: (response: _INSetClimateSettingsInCarIntentResponse) => void): void;
|
|
12
20
|
/**
|
|
13
21
|
* @abstract Resolution methods - Determine if this intent is ready for the next step (confirmation) @discussion Called to make sure the app extension is capable of handling this intent in its current form. This method is for validating if the intent needs any further fleshing out. @param intent The input intent @param completion The response block contains an INIntentResolutionResult for the parameter being resolved @see INIntentResolutionResult
|
|
14
22
|
*/
|
|
15
|
-
resolveEnableFanForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion:
|
|
16
|
-
resolveEnableAirConditionerForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion:
|
|
17
|
-
resolveEnableClimateControlForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion:
|
|
18
|
-
resolveEnableAutoModeForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion:
|
|
19
|
-
resolveAirCirculationModeForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion:
|
|
20
|
-
resolveFanSpeedIndexForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion:
|
|
21
|
-
resolveFanSpeedPercentageForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion:
|
|
22
|
-
resolveRelativeFanSpeedSettingForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion:
|
|
23
|
-
resolveTemperatureForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion:
|
|
24
|
-
resolveRelativeTemperatureSettingForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion:
|
|
25
|
-
resolveClimateZoneForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion:
|
|
26
|
-
resolveCarNameForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion:
|
|
23
|
+
resolveEnableFanForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion: (resolutionResult: _INBooleanResolutionResult) => void): void;
|
|
24
|
+
resolveEnableAirConditionerForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion: (resolutionResult: _INBooleanResolutionResult) => void): void;
|
|
25
|
+
resolveEnableClimateControlForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion: (resolutionResult: _INBooleanResolutionResult) => void): void;
|
|
26
|
+
resolveEnableAutoModeForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion: (resolutionResult: _INBooleanResolutionResult) => void): void;
|
|
27
|
+
resolveAirCirculationModeForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion: (resolutionResult: _INCarAirCirculationModeResolutionResult) => void): void;
|
|
28
|
+
resolveFanSpeedIndexForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion: (resolutionResult: _INIntegerResolutionResult) => void): void;
|
|
29
|
+
resolveFanSpeedPercentageForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion: (resolutionResult: _INDoubleResolutionResult) => void): void;
|
|
30
|
+
resolveRelativeFanSpeedSettingForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion: (resolutionResult: _INRelativeSettingResolutionResult) => void): void;
|
|
31
|
+
resolveTemperatureForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion: (resolutionResult: _INTemperatureResolutionResult) => void): void;
|
|
32
|
+
resolveRelativeTemperatureSettingForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion: (resolutionResult: _INRelativeSettingResolutionResult) => void): void;
|
|
33
|
+
resolveClimateZoneForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion: (resolutionResult: _INCarSeatResolutionResult) => void): void;
|
|
34
|
+
resolveCarNameForSetClimateSettingsInCar$withCompletion$?(intent: _INSetClimateSettingsInCarIntent, completion: (resolutionResult: _INSpeakableStringResolutionResult) => void): void;
|
|
27
35
|
}
|
|
@@ -1,18 +1,21 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { _INBooleanResolutionResult } from "./INBooleanResolutionResult.js";
|
|
2
|
+
import type { _INCarDefrosterResolutionResult } from "./INCarDefrosterResolutionResult.js";
|
|
2
3
|
import type { _INSetDefrosterSettingsInCarIntent } from "./INSetDefrosterSettingsInCarIntent.js";
|
|
4
|
+
import type { _INSetDefrosterSettingsInCarIntentResponse } from "./INSetDefrosterSettingsInCarIntentResponse.js";
|
|
5
|
+
import type { _INSpeakableStringResolutionResult } from "./INSpeakableStringResolutionResult.js";
|
|
3
6
|
export interface _INSetDefrosterSettingsInCarIntentHandling {
|
|
4
7
|
/**
|
|
5
8
|
* @abstract Handling method - Execute the task represented by the INSetDefrosterSettingsInCarIntent that's passed in @discussion Called to actually execute the intent. The app must return a response for this intent. @param intent The input intent @param completion The response handling block takes a INSetDefrosterSettingsInCarIntentResponse containing the details of the result of having executed the intent @see INSetDefrosterSettingsInCarIntentResponse
|
|
6
9
|
*/
|
|
7
|
-
handleSetDefrosterSettingsInCar$completion$?(intent: _INSetDefrosterSettingsInCarIntent, completion:
|
|
10
|
+
handleSetDefrosterSettingsInCar$completion$?(intent: _INSetDefrosterSettingsInCarIntent, completion: (response: _INSetDefrosterSettingsInCarIntentResponse) => void): void;
|
|
8
11
|
/**
|
|
9
12
|
* @abstract Confirmation method - Validate that this intent is ready for the next step (i.e. handling) @discussion Called prior to asking the app to handle the intent. The app should return a response object that contains additional information about the intent, which may be relevant for the system to show the user prior to handling. If unimplemented, the system will assume the intent is valid following resolution, and will assume there is no additional information relevant to this intent. @param intent The input intent @param completion The response block contains an INSetDefrosterSettingsInCarIntentResponse containing additional details about the intent that may be relevant for the system to show the user prior to handling. @see INSetDefrosterSettingsInCarIntentResponse
|
|
10
13
|
*/
|
|
11
|
-
confirmSetDefrosterSettingsInCar$completion$?(intent: _INSetDefrosterSettingsInCarIntent, completion:
|
|
14
|
+
confirmSetDefrosterSettingsInCar$completion$?(intent: _INSetDefrosterSettingsInCarIntent, completion: (response: _INSetDefrosterSettingsInCarIntentResponse) => void): void;
|
|
12
15
|
/**
|
|
13
16
|
* @abstract Resolution methods - Determine if this intent is ready for the next step (confirmation) @discussion Called to make sure the app extension is capable of handling this intent in its current form. This method is for validating if the intent needs any further fleshing out. @param intent The input intent @param completion The response block contains an INIntentResolutionResult for the parameter being resolved @see INIntentResolutionResult
|
|
14
17
|
*/
|
|
15
|
-
resolveEnableForSetDefrosterSettingsInCar$withCompletion$?(intent: _INSetDefrosterSettingsInCarIntent, completion:
|
|
16
|
-
resolveDefrosterForSetDefrosterSettingsInCar$withCompletion$?(intent: _INSetDefrosterSettingsInCarIntent, completion:
|
|
17
|
-
resolveCarNameForSetDefrosterSettingsInCar$withCompletion$?(intent: _INSetDefrosterSettingsInCarIntent, completion:
|
|
18
|
+
resolveEnableForSetDefrosterSettingsInCar$withCompletion$?(intent: _INSetDefrosterSettingsInCarIntent, completion: (resolutionResult: _INBooleanResolutionResult) => void): void;
|
|
19
|
+
resolveDefrosterForSetDefrosterSettingsInCar$withCompletion$?(intent: _INSetDefrosterSettingsInCarIntent, completion: (resolutionResult: _INCarDefrosterResolutionResult) => void): void;
|
|
20
|
+
resolveCarNameForSetDefrosterSettingsInCar$withCompletion$?(intent: _INSetDefrosterSettingsInCarIntent, completion: (resolutionResult: _INSpeakableStringResolutionResult) => void): void;
|
|
18
21
|
}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { _INMessageAttributeResolutionResult } from "./INMessageAttributeResolutionResult.js";
|
|
2
2
|
import type { _INSetMessageAttributeIntent } from "./INSetMessageAttributeIntent.js";
|
|
3
|
+
import type { _INSetMessageAttributeIntentResponse } from "./INSetMessageAttributeIntentResponse.js";
|
|
3
4
|
export interface _INSetMessageAttributeIntentHandling {
|
|
4
5
|
/**
|
|
5
6
|
* @abstract Handling method - Execute the task represented by the INSetMessageAttributeIntent that's passed in @discussion Called to actually execute the intent. The app must return a response for this intent. @param intent The input intent @param completion The response handling block takes a INSetMessageAttributeIntentResponse containing the details of the result of having executed the intent @see INSetMessageAttributeIntentResponse
|
|
6
7
|
*/
|
|
7
|
-
handleSetMessageAttribute$completion$?(intent: _INSetMessageAttributeIntent, completion:
|
|
8
|
+
handleSetMessageAttribute$completion$?(intent: _INSetMessageAttributeIntent, completion: (response: _INSetMessageAttributeIntentResponse) => void): void;
|
|
8
9
|
/**
|
|
9
10
|
* @abstract Confirmation method - Validate that this intent is ready for the next step (i.e. handling) @discussion Called prior to asking the app to handle the intent. The app should return a response object that contains additional information about the intent, which may be relevant for the system to show the user prior to handling. If unimplemented, the system will assume the intent is valid following resolution, and will assume there is no additional information relevant to this intent. @param intent The input intent @param completion The response block contains an INSetMessageAttributeIntentResponse containing additional details about the intent that may be relevant for the system to show the user prior to handling. @see INSetMessageAttributeIntentResponse
|
|
10
11
|
*/
|
|
11
|
-
confirmSetMessageAttribute$completion$?(intent: _INSetMessageAttributeIntent, completion:
|
|
12
|
+
confirmSetMessageAttribute$completion$?(intent: _INSetMessageAttributeIntent, completion: (response: _INSetMessageAttributeIntentResponse) => void): void;
|
|
12
13
|
/**
|
|
13
14
|
* @abstract Resolution methods - Determine if this intent is ready for the next step (confirmation) @discussion Called to make sure the app extension is capable of handling this intent in its current form. This method is for validating if the intent needs any further fleshing out. @param intent The input intent @param completion The response block contains an INIntentResolutionResult for the parameter being resolved @see INIntentResolutionResult
|
|
14
15
|
*/
|
|
15
|
-
resolveAttributeForSetMessageAttribute$withCompletion$?(intent: _INSetMessageAttributeIntent, completion:
|
|
16
|
+
resolveAttributeForSetMessageAttribute$withCompletion$?(intent: _INSetMessageAttributeIntent, completion: (resolutionResult: _INMessageAttributeResolutionResult) => void): void;
|
|
16
17
|
}
|
|
@@ -1,21 +1,25 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { _INBooleanResolutionResult } from "./INBooleanResolutionResult.js";
|
|
2
|
+
import type { _INIntegerResolutionResult } from "./INIntegerResolutionResult.js";
|
|
2
3
|
import type { _INSetProfileInCarIntent } from "./INSetProfileInCarIntent.js";
|
|
4
|
+
import type { _INSetProfileInCarIntentResponse } from "./INSetProfileInCarIntentResponse.js";
|
|
5
|
+
import type { _INSpeakableStringResolutionResult } from "./INSpeakableStringResolutionResult.js";
|
|
6
|
+
import type { _INStringResolutionResult } from "./INStringResolutionResult.js";
|
|
3
7
|
export interface _INSetProfileInCarIntentHandling {
|
|
4
8
|
/**
|
|
5
9
|
* @abstract Handling method - Execute the task represented by the INSetProfileInCarIntent that's passed in @discussion Called to actually execute the intent. The app must return a response for this intent. @param intent The input intent @param completion The response handling block takes a INSetProfileInCarIntentResponse containing the details of the result of having executed the intent @see INSetProfileInCarIntentResponse
|
|
6
10
|
*/
|
|
7
|
-
handleSetProfileInCar$completion$?(intent: _INSetProfileInCarIntent, completion:
|
|
11
|
+
handleSetProfileInCar$completion$?(intent: _INSetProfileInCarIntent, completion: (response: _INSetProfileInCarIntentResponse) => void): void;
|
|
8
12
|
/**
|
|
9
13
|
* @abstract Confirmation method - Validate that this intent is ready for the next step (i.e. handling) @discussion Called prior to asking the app to handle the intent. The app should return a response object that contains additional information about the intent, which may be relevant for the system to show the user prior to handling. If unimplemented, the system will assume the intent is valid following resolution, and will assume there is no additional information relevant to this intent. @param intent The input intent @param completion The response block contains an INSetProfileInCarIntentResponse containing additional details about the intent that may be relevant for the system to show the user prior to handling. @see INSetProfileInCarIntentResponse
|
|
10
14
|
*/
|
|
11
|
-
confirmSetProfileInCar$completion$?(intent: _INSetProfileInCarIntent, completion:
|
|
15
|
+
confirmSetProfileInCar$completion$?(intent: _INSetProfileInCarIntent, completion: (response: _INSetProfileInCarIntentResponse) => void): void;
|
|
12
16
|
/**
|
|
13
17
|
* @abstract Resolution methods - Determine if this intent is ready for the next step (confirmation) @discussion Called to make sure the app extension is capable of handling this intent in its current form. This method is for validating if the intent needs any further fleshing out. @param intent The input intent @param completion The response block contains an INIntentResolutionResult for the parameter being resolved @see INIntentResolutionResult
|
|
14
18
|
*/
|
|
15
|
-
resolveProfileNumberForSetProfileInCar$withCompletion$?(intent: _INSetProfileInCarIntent, completion:
|
|
16
|
-
resolveProfileNameForSetProfileInCar$withCompletion$?(intent: _INSetProfileInCarIntent, completion:
|
|
19
|
+
resolveProfileNumberForSetProfileInCar$withCompletion$?(intent: _INSetProfileInCarIntent, completion: (resolutionResult: _INIntegerResolutionResult) => void): void;
|
|
20
|
+
resolveProfileNameForSetProfileInCar$withCompletion$?(intent: _INSetProfileInCarIntent, completion: (resolutionResult: _INStringResolutionResult) => void): void;
|
|
17
21
|
/** @deprecated The property doesn't need to be resolved */
|
|
18
|
-
resolveCarNameForSetProfileInCar$withCompletion$?(intent: _INSetProfileInCarIntent, completion:
|
|
22
|
+
resolveCarNameForSetProfileInCar$withCompletion$?(intent: _INSetProfileInCarIntent, completion: (resolutionResult: _INSpeakableStringResolutionResult) => void): void;
|
|
19
23
|
/** @deprecated The property doesn't need to be resolved */
|
|
20
|
-
resolveDefaultProfileForSetProfileInCar$withCompletion$?(intent: _INSetProfileInCarIntent, completion:
|
|
24
|
+
resolveDefaultProfileForSetProfileInCar$withCompletion$?(intent: _INSetProfileInCarIntent, completion: (resolutionResult: _INBooleanResolutionResult) => void): void;
|
|
21
25
|
}
|
|
@@ -1,20 +1,24 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { _INDoubleResolutionResult } from "./INDoubleResolutionResult.js";
|
|
2
|
+
import type { _INIntegerResolutionResult } from "./INIntegerResolutionResult.js";
|
|
3
|
+
import type { _INRadioTypeResolutionResult } from "./INRadioTypeResolutionResult.js";
|
|
2
4
|
import type { _INSetRadioStationIntent } from "./INSetRadioStationIntent.js";
|
|
5
|
+
import type { _INSetRadioStationIntentResponse } from "./INSetRadioStationIntentResponse.js";
|
|
6
|
+
import type { _INStringResolutionResult } from "./INStringResolutionResult.js";
|
|
3
7
|
export interface _INSetRadioStationIntentHandling {
|
|
4
8
|
/**
|
|
5
9
|
* @abstract Handling method - Execute the task represented by the INSetRadioStationIntent that's passed in @discussion Called to actually execute the intent. The app must return a response for this intent. @param intent The input intent @param completion The response handling block takes a INSetRadioStationIntentResponse containing the details of the result of having executed the intent @see INSetRadioStationIntentResponse
|
|
6
10
|
*/
|
|
7
|
-
handleSetRadioStation$completion$?(intent: _INSetRadioStationIntent, completion:
|
|
11
|
+
handleSetRadioStation$completion$?(intent: _INSetRadioStationIntent, completion: (response: _INSetRadioStationIntentResponse) => void): void;
|
|
8
12
|
/**
|
|
9
13
|
* @abstract Confirmation method - Validate that this intent is ready for the next step (i.e. handling) @discussion Called prior to asking the app to handle the intent. The app should return a response object that contains additional information about the intent, which may be relevant for the system to show the user prior to handling. If unimplemented, the system will assume the intent is valid following resolution, and will assume there is no additional information relevant to this intent. @param intent The input intent @param completion The response block contains an INSetRadioStationIntentResponse containing additional details about the intent that may be relevant for the system to show the user prior to handling. @see INSetRadioStationIntentResponse
|
|
10
14
|
*/
|
|
11
|
-
confirmSetRadioStation$completion$?(intent: _INSetRadioStationIntent, completion:
|
|
15
|
+
confirmSetRadioStation$completion$?(intent: _INSetRadioStationIntent, completion: (response: _INSetRadioStationIntentResponse) => void): void;
|
|
12
16
|
/**
|
|
13
17
|
* @abstract Resolution methods - Determine if this intent is ready for the next step (confirmation) @discussion Called to make sure the app extension is capable of handling this intent in its current form. This method is for validating if the intent needs any further fleshing out. @param intent The input intent @param completion The response block contains an INIntentResolutionResult for the parameter being resolved @see INIntentResolutionResult
|
|
14
18
|
*/
|
|
15
|
-
resolveRadioTypeForSetRadioStation$withCompletion$?(intent: _INSetRadioStationIntent, completion:
|
|
16
|
-
resolveFrequencyForSetRadioStation$withCompletion$?(intent: _INSetRadioStationIntent, completion:
|
|
17
|
-
resolveStationNameForSetRadioStation$withCompletion$?(intent: _INSetRadioStationIntent, completion:
|
|
18
|
-
resolveChannelForSetRadioStation$withCompletion$?(intent: _INSetRadioStationIntent, completion:
|
|
19
|
-
resolvePresetNumberForSetRadioStation$withCompletion$?(intent: _INSetRadioStationIntent, completion:
|
|
19
|
+
resolveRadioTypeForSetRadioStation$withCompletion$?(intent: _INSetRadioStationIntent, completion: (resolutionResult: _INRadioTypeResolutionResult) => void): void;
|
|
20
|
+
resolveFrequencyForSetRadioStation$withCompletion$?(intent: _INSetRadioStationIntent, completion: (resolutionResult: _INDoubleResolutionResult) => void): void;
|
|
21
|
+
resolveStationNameForSetRadioStation$withCompletion$?(intent: _INSetRadioStationIntent, completion: (resolutionResult: _INStringResolutionResult) => void): void;
|
|
22
|
+
resolveChannelForSetRadioStation$withCompletion$?(intent: _INSetRadioStationIntent, completion: (resolutionResult: _INStringResolutionResult) => void): void;
|
|
23
|
+
resolvePresetNumberForSetRadioStation$withCompletion$?(intent: _INSetRadioStationIntent, completion: (resolutionResult: _INIntegerResolutionResult) => void): void;
|
|
20
24
|
}
|
|
@@ -1,22 +1,27 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { _INBooleanResolutionResult } from "./INBooleanResolutionResult.js";
|
|
2
|
+
import type { _INCarSeatResolutionResult } from "./INCarSeatResolutionResult.js";
|
|
3
|
+
import type { _INIntegerResolutionResult } from "./INIntegerResolutionResult.js";
|
|
4
|
+
import type { _INRelativeSettingResolutionResult } from "./INRelativeSettingResolutionResult.js";
|
|
2
5
|
import type { _INSetSeatSettingsInCarIntent } from "./INSetSeatSettingsInCarIntent.js";
|
|
6
|
+
import type { _INSetSeatSettingsInCarIntentResponse } from "./INSetSeatSettingsInCarIntentResponse.js";
|
|
7
|
+
import type { _INSpeakableStringResolutionResult } from "./INSpeakableStringResolutionResult.js";
|
|
3
8
|
export interface _INSetSeatSettingsInCarIntentHandling {
|
|
4
9
|
/**
|
|
5
10
|
* @abstract Handling method - Execute the task represented by the INSetSeatSettingsInCarIntent that's passed in @discussion Called to actually execute the intent. The app must return a response for this intent. @param intent The input intent @param completion The response handling block takes a INSetSeatSettingsInCarIntentResponse containing the details of the result of having executed the intent @see INSetSeatSettingsInCarIntentResponse
|
|
6
11
|
*/
|
|
7
|
-
handleSetSeatSettingsInCar$completion$?(intent: _INSetSeatSettingsInCarIntent, completion:
|
|
12
|
+
handleSetSeatSettingsInCar$completion$?(intent: _INSetSeatSettingsInCarIntent, completion: (response: _INSetSeatSettingsInCarIntentResponse) => void): void;
|
|
8
13
|
/**
|
|
9
14
|
* @abstract Confirmation method - Validate that this intent is ready for the next step (i.e. handling) @discussion Called prior to asking the app to handle the intent. The app should return a response object that contains additional information about the intent, which may be relevant for the system to show the user prior to handling. If unimplemented, the system will assume the intent is valid following resolution, and will assume there is no additional information relevant to this intent. @param intent The input intent @param completion The response block contains an INSetSeatSettingsInCarIntentResponse containing additional details about the intent that may be relevant for the system to show the user prior to handling. @see INSetSeatSettingsInCarIntentResponse
|
|
10
15
|
*/
|
|
11
|
-
confirmSetSeatSettingsInCar$completion$?(intent: _INSetSeatSettingsInCarIntent, completion:
|
|
16
|
+
confirmSetSeatSettingsInCar$completion$?(intent: _INSetSeatSettingsInCarIntent, completion: (response: _INSetSeatSettingsInCarIntentResponse) => void): void;
|
|
12
17
|
/**
|
|
13
18
|
* @abstract Resolution methods - Determine if this intent is ready for the next step (confirmation) @discussion Called to make sure the app extension is capable of handling this intent in its current form. This method is for validating if the intent needs any further fleshing out. @param intent The input intent @param completion The response block contains an INIntentResolutionResult for the parameter being resolved @see INIntentResolutionResult
|
|
14
19
|
*/
|
|
15
|
-
resolveEnableHeatingForSetSeatSettingsInCar$withCompletion$?(intent: _INSetSeatSettingsInCarIntent, completion:
|
|
16
|
-
resolveEnableCoolingForSetSeatSettingsInCar$withCompletion$?(intent: _INSetSeatSettingsInCarIntent, completion:
|
|
17
|
-
resolveEnableMassageForSetSeatSettingsInCar$withCompletion$?(intent: _INSetSeatSettingsInCarIntent, completion:
|
|
18
|
-
resolveSeatForSetSeatSettingsInCar$withCompletion$?(intent: _INSetSeatSettingsInCarIntent, completion:
|
|
19
|
-
resolveLevelForSetSeatSettingsInCar$withCompletion$?(intent: _INSetSeatSettingsInCarIntent, completion:
|
|
20
|
-
resolveRelativeLevelSettingForSetSeatSettingsInCar$withCompletion$?(intent: _INSetSeatSettingsInCarIntent, completion:
|
|
21
|
-
resolveCarNameForSetSeatSettingsInCar$withCompletion$?(intent: _INSetSeatSettingsInCarIntent, completion:
|
|
20
|
+
resolveEnableHeatingForSetSeatSettingsInCar$withCompletion$?(intent: _INSetSeatSettingsInCarIntent, completion: (resolutionResult: _INBooleanResolutionResult) => void): void;
|
|
21
|
+
resolveEnableCoolingForSetSeatSettingsInCar$withCompletion$?(intent: _INSetSeatSettingsInCarIntent, completion: (resolutionResult: _INBooleanResolutionResult) => void): void;
|
|
22
|
+
resolveEnableMassageForSetSeatSettingsInCar$withCompletion$?(intent: _INSetSeatSettingsInCarIntent, completion: (resolutionResult: _INBooleanResolutionResult) => void): void;
|
|
23
|
+
resolveSeatForSetSeatSettingsInCar$withCompletion$?(intent: _INSetSeatSettingsInCarIntent, completion: (resolutionResult: _INCarSeatResolutionResult) => void): void;
|
|
24
|
+
resolveLevelForSetSeatSettingsInCar$withCompletion$?(intent: _INSetSeatSettingsInCarIntent, completion: (resolutionResult: _INIntegerResolutionResult) => void): void;
|
|
25
|
+
resolveRelativeLevelSettingForSetSeatSettingsInCar$withCompletion$?(intent: _INSetSeatSettingsInCarIntent, completion: (resolutionResult: _INRelativeSettingResolutionResult) => void): void;
|
|
26
|
+
resolveCarNameForSetSeatSettingsInCar$withCompletion$?(intent: _INSetSeatSettingsInCarIntent, completion: (resolutionResult: _INSpeakableStringResolutionResult) => void): void;
|
|
22
27
|
}
|