objcjs-types 0.1.0 → 0.2.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/README.md +88 -5
- package/dist/AVFAudio/AVAudioApplication.d.ts +2 -2
- package/dist/AVFAudio/AVAudioBuffer.d.ts +4 -0
- package/dist/AVFAudio/AVAudioChannelLayout.d.ts +6 -3
- package/dist/AVFAudio/AVAudioCompressedBuffer.d.ts +1 -1
- package/dist/AVFAudio/AVAudioConverter.d.ts +2 -2
- package/dist/AVFAudio/AVAudioEngine.d.ts +10 -10
- package/dist/AVFAudio/AVAudioEnvironmentNode.d.ts +3 -0
- package/dist/AVFAudio/AVAudioFile.d.ts +7 -7
- package/dist/AVFAudio/AVAudioFormat.d.ts +3 -0
- package/dist/AVFAudio/AVAudioIONode.d.ts +2 -2
- package/dist/AVFAudio/AVAudioInputNode.d.ts +5 -2
- package/dist/AVFAudio/AVAudioMixerNode.d.ts +3 -0
- package/dist/AVFAudio/AVAudioMixingDestination.d.ts +3 -0
- package/dist/AVFAudio/AVAudioNode.d.ts +2 -1
- package/dist/AVFAudio/AVAudioPCMBuffer.d.ts +4 -4
- package/dist/AVFAudio/AVAudioPlayer.d.ts +4 -4
- package/dist/AVFAudio/AVAudioPlayerNode.d.ts +12 -8
- package/dist/AVFAudio/AVAudioRecorder.d.ts +2 -2
- package/dist/AVFAudio/AVAudioRoutingArbiter.d.ts +1 -1
- package/dist/AVFAudio/AVAudioSequencer.d.ts +8 -8
- package/dist/AVFAudio/AVAudioSession.d.ts +28 -28
- package/dist/AVFAudio/AVAudioSessionChannelDescription.d.ts +1 -2
- package/dist/AVFAudio/AVAudioSessionDataSourceDescription.d.ts +1 -1
- package/dist/AVFAudio/AVAudioSessionPortDescription.d.ts +1 -1
- package/dist/AVFAudio/AVAudioSinkNode.d.ts +2 -1
- package/dist/AVFAudio/AVAudioSourceNode.d.ts +6 -2
- package/dist/AVFAudio/AVAudioUnit.d.ts +2 -2
- package/dist/AVFAudio/AVAudioUnitGenerator.d.ts +3 -0
- package/dist/AVFAudio/AVAudioUnitMIDIInstrument.d.ts +3 -0
- package/dist/AVFAudio/AVAudioUnitSampler.d.ts +3 -3
- package/dist/AVFAudio/AVMIDIPlayer.d.ts +3 -3
- package/dist/AVFAudio/AVMusicTrack.d.ts +3 -3
- package/dist/AVFAudio/AVSpeechSynthesisMarker.d.ts +4 -0
- package/dist/AVFAudio/AVSpeechSynthesisProviderAudioUnit.d.ts +3 -2
- package/dist/AVFAudio/AVSpeechSynthesisProviderRequest.d.ts +4 -0
- package/dist/AVFAudio/AVSpeechSynthesisProviderVoice.d.ts +4 -0
- package/dist/AVFAudio/AVSpeechSynthesisVoice.d.ts +3 -0
- package/dist/AVFAudio/AVSpeechSynthesizer.d.ts +2 -2
- package/dist/AVFAudio/AVSpeechUtterance.d.ts +4 -0
- package/dist/AVFAudio/index.js +74 -73
- package/dist/AVFoundation/AVAsset.d.ts +17 -13
- package/dist/AVFoundation/AVAssetCache.d.ts +2 -2
- package/dist/AVFoundation/AVAssetDownloadConfiguration.d.ts +1 -1
- package/dist/AVFoundation/AVAssetDownloadContentConfiguration.d.ts +3 -0
- package/dist/AVFoundation/AVAssetDownloadStorageManagementPolicy.d.ts +4 -0
- package/dist/AVFoundation/AVAssetExportSession.d.ts +5 -5
- package/dist/AVFoundation/AVAssetImageGenerator.d.ts +3 -3
- package/dist/AVFoundation/AVAssetReader.d.ts +2 -2
- package/dist/AVFoundation/AVAssetReaderOutput.d.ts +3 -2
- package/dist/AVFoundation/AVAssetResourceLoader.d.ts +2 -3
- package/dist/AVFoundation/AVAssetResourceLoadingRequest.d.ts +2 -2
- package/dist/AVFoundation/AVAssetSegmentTrackReport.d.ts +3 -3
- package/dist/AVFoundation/AVAssetTrack.d.ts +12 -8
- package/dist/AVFoundation/AVAssetTrackGroup.d.ts +3 -0
- package/dist/AVFoundation/AVAssetVariantQualifier.d.ts +3 -0
- package/dist/AVFoundation/AVAssetWriter.d.ts +7 -6
- package/dist/AVFoundation/AVAssetWriterInput.d.ts +9 -9
- package/dist/AVFoundation/AVAssetWriterInputPixelBufferAdaptor.d.ts +1 -1
- package/dist/AVFoundation/AVAssetWriterInputTaggedPixelBufferGroupAdaptor.d.ts +1 -1
- package/dist/AVFoundation/AVAsynchronousCIImageFilteringRequest.d.ts +3 -0
- package/dist/AVFoundation/AVAsynchronousKeyValueLoading.d.ts +2 -2
- package/dist/AVFoundation/AVAsynchronousVideoCompositionRequest.d.ts +7 -4
- package/dist/AVFoundation/AVAudioMix.d.ts +4 -0
- package/dist/AVFoundation/AVAudioMixInputParameters.d.ts +6 -2
- package/dist/AVFoundation/AVCaption.d.ts +12 -7
- package/dist/AVFoundation/AVCaptionConversionValidator.d.ts +1 -1
- package/dist/AVFoundation/AVCaptionFormatConformer.d.ts +1 -1
- package/dist/AVFoundation/AVCaptionRegion.d.ts +3 -4
- package/dist/AVFoundation/AVCaptionRendererScene.d.ts +3 -0
- package/dist/AVFoundation/AVCaptionRuby.d.ts +4 -0
- package/dist/AVFoundation/AVCaptureAudioDataOutput.d.ts +7 -6
- package/dist/AVFoundation/AVCaptureAudioFileOutput.d.ts +2 -1
- package/dist/AVFoundation/AVCaptureDataOutputSynchronizer.d.ts +2 -3
- package/dist/AVFoundation/AVCaptureDepthDataOutput.d.ts +3 -3
- package/dist/AVFoundation/AVCaptureDeskViewApplication.d.ts +2 -2
- package/dist/AVFoundation/AVCaptureDevice.d.ts +14 -14
- package/dist/AVFoundation/AVCaptureDeviceDiscoverySession.d.ts +3 -3
- package/dist/AVFoundation/AVCaptureDeviceFormat.d.ts +2 -1
- package/dist/AVFoundation/AVCaptureDeviceInput.d.ts +4 -3
- package/dist/AVFoundation/AVCaptureIndexPicker.d.ts +2 -1
- package/dist/AVFoundation/AVCaptureInputPort.d.ts +3 -2
- package/dist/AVFoundation/AVCaptureMetadataInput.d.ts +1 -1
- package/dist/AVFoundation/AVCaptureMetadataOutput.d.ts +3 -3
- package/dist/AVFoundation/AVCaptureOutput.d.ts +2 -1
- package/dist/AVFoundation/AVCapturePhoto.d.ts +1 -1
- package/dist/AVFoundation/AVCapturePhotoBracketSettings.d.ts +3 -3
- package/dist/AVFoundation/AVCapturePhotoCaptureDelegate.d.ts +2 -2
- package/dist/AVFoundation/AVCapturePhotoFileDataRepresentationCustomizer.d.ts +1 -1
- package/dist/AVFoundation/AVCapturePhotoOutput.d.ts +10 -9
- package/dist/AVFoundation/AVCapturePhotoSettings.d.ts +10 -7
- package/dist/AVFoundation/AVCaptureSession.d.ts +6 -6
- package/dist/AVFoundation/AVCaptureSlider.d.ts +2 -1
- package/dist/AVFoundation/AVCaptureSmartFramingMonitor.d.ts +1 -1
- package/dist/AVFoundation/AVCaptureSpatialAudioMetadataSampleGenerator.d.ts +2 -2
- package/dist/AVFoundation/AVCaptureStillImageOutput.d.ts +3 -3
- package/dist/AVFoundation/AVCaptureSynchronizedDataCollection.d.ts +3 -0
- package/dist/AVFoundation/AVCaptureTimecodeGenerator.d.ts +2 -3
- package/dist/AVFoundation/AVCaptureTimecodeSource.d.ts +3 -0
- package/dist/AVFoundation/AVCaptureVideoDataOutput.d.ts +10 -9
- package/dist/AVFoundation/AVComposition.d.ts +12 -8
- package/dist/AVFoundation/AVCompositionTrack.d.ts +2 -1
- package/dist/AVFoundation/AVCompositionTrackFormatDescriptionReplacement.d.ts +3 -0
- package/dist/AVFoundation/AVCompositionTrackSegment.d.ts +3 -4
- package/dist/AVFoundation/AVContentKeyRequest.d.ts +5 -5
- package/dist/AVFoundation/AVContentKeySession.d.ts +7 -7
- package/dist/AVFoundation/AVCustomMediaSelectionScheme.d.ts +3 -0
- package/dist/AVFoundation/AVDateRangeMetadataGroup.d.ts +4 -0
- package/dist/AVFoundation/AVDelegatingPlaybackCoordinator.d.ts +1 -1
- package/dist/AVFoundation/AVDepthData.d.ts +6 -6
- package/dist/AVFoundation/AVExternalStorageDevice.d.ts +1 -1
- package/dist/AVFoundation/AVExternalSyncDevice.d.ts +1 -1
- package/dist/AVFoundation/AVFragmentedAsset.d.ts +10 -6
- package/dist/AVFoundation/AVFragmentedAssetMinder.d.ts +2 -2
- package/dist/AVFoundation/AVFragmentedMovie.d.ts +10 -6
- package/dist/AVFoundation/AVFrameRateRange.d.ts +2 -3
- package/dist/AVFoundation/AVMediaExtensionProperties.d.ts +3 -0
- package/dist/AVFoundation/AVMediaPresentationSelector.d.ts +3 -0
- package/dist/AVFoundation/AVMediaPresentationSetting.d.ts +4 -1
- package/dist/AVFoundation/AVMediaSelection.d.ts +4 -0
- package/dist/AVFoundation/AVMediaSelectionGroup.d.ts +3 -0
- package/dist/AVFoundation/AVMediaSelectionOption.d.ts +5 -2
- package/dist/AVFoundation/AVMetadataBodyObject.d.ts +3 -0
- package/dist/AVFoundation/AVMetadataCatBodyObject.d.ts +3 -0
- package/dist/AVFoundation/AVMetadataCatHeadObject.d.ts +3 -0
- package/dist/AVFoundation/AVMetadataDogBodyObject.d.ts +3 -0
- package/dist/AVFoundation/AVMetadataDogHeadObject.d.ts +3 -0
- package/dist/AVFoundation/AVMetadataFaceObject.d.ts +3 -0
- package/dist/AVFoundation/AVMetadataHumanBodyObject.d.ts +3 -0
- package/dist/AVFoundation/AVMetadataHumanFullBodyObject.d.ts +3 -0
- package/dist/AVFoundation/AVMetadataItem.d.ts +13 -10
- package/dist/AVFoundation/AVMetadataSalientObject.d.ts +3 -0
- package/dist/AVFoundation/AVMetricContentKeyRequestEvent.d.ts +2 -1
- package/dist/AVFoundation/AVMetricEvent.d.ts +3 -0
- package/dist/AVFoundation/AVMetricEventStream.d.ts +1 -1
- package/dist/AVFoundation/AVMetricHLSMediaSegmentRequestEvent.d.ts +2 -1
- package/dist/AVFoundation/AVMetricHLSPlaylistRequestEvent.d.ts +2 -1
- package/dist/AVFoundation/AVMetricMediaRendition.d.ts +3 -0
- package/dist/AVFoundation/AVMovie.d.ts +14 -9
- package/dist/AVFoundation/AVMutableAudioMixInputParameters.d.ts +2 -2
- package/dist/AVFoundation/AVMutableComposition.d.ts +10 -9
- package/dist/AVFoundation/AVMutableCompositionTrack.d.ts +6 -6
- package/dist/AVFoundation/AVMutableMetadataItem.d.ts +4 -4
- package/dist/AVFoundation/AVMutableMovie.d.ts +19 -18
- package/dist/AVFoundation/AVMutableMovieTrack.d.ts +5 -5
- package/dist/AVFoundation/AVMutableVideoComposition.d.ts +7 -7
- package/dist/AVFoundation/AVMutableVideoCompositionLayerInstruction.d.ts +2 -3
- package/dist/AVFoundation/AVOutputSettingsAssistant.d.ts +6 -5
- package/dist/AVFoundation/AVPersistableContentKeyRequest.d.ts +1 -1
- package/dist/AVFoundation/AVPlayer.d.ts +7 -7
- package/dist/AVFoundation/AVPlayerInterstitialEvent.d.ts +3 -0
- package/dist/AVFoundation/AVPlayerItem.d.ts +7 -5
- package/dist/AVFoundation/AVPlayerItemAccessLog.d.ts +3 -0
- package/dist/AVFoundation/AVPlayerItemAccessLogEvent.d.ts +3 -0
- package/dist/AVFoundation/AVPlayerItemErrorLog.d.ts +3 -0
- package/dist/AVFoundation/AVPlayerItemErrorLogEvent.d.ts +3 -0
- package/dist/AVFoundation/AVPlayerItemIntegratedTimeline.d.ts +4 -4
- package/dist/AVFoundation/AVPlayerItemIntegratedTimelineSnapshot.d.ts +1 -1
- package/dist/AVFoundation/AVPlayerItemLegibleOutput.d.ts +3 -3
- package/dist/AVFoundation/AVPlayerItemMetadataCollector.d.ts +3 -3
- package/dist/AVFoundation/AVPlayerItemMetadataOutput.d.ts +3 -3
- package/dist/AVFoundation/AVPlayerItemRenderedLegibleOutput.d.ts +3 -3
- package/dist/AVFoundation/AVPlayerItemVideoOutput.d.ts +4 -3
- package/dist/AVFoundation/AVPlayerLayer.d.ts +1 -1
- package/dist/AVFoundation/AVPlayerPlaybackCoordinator.d.ts +1 -1
- package/dist/AVFoundation/AVPlayerVideoOutput.d.ts +1 -1
- package/dist/AVFoundation/AVPortraitEffectsMatte.d.ts +5 -5
- package/dist/AVFoundation/AVQueuedSampleBufferRendering.d.ts +2 -1
- package/dist/AVFoundation/AVSampleBufferAudioRenderer.d.ts +3 -0
- package/dist/AVFoundation/AVSampleBufferDisplayLayer.d.ts +5 -4
- package/dist/AVFoundation/AVSampleBufferGenerator.d.ts +5 -5
- package/dist/AVFoundation/AVSampleBufferGeneratorBatch.d.ts +1 -1
- package/dist/AVFoundation/AVSampleBufferRenderSynchronizer.d.ts +4 -4
- package/dist/AVFoundation/AVSampleBufferVideoRenderer.d.ts +6 -3
- package/dist/AVFoundation/AVSampleCursor.d.ts +5 -2
- package/dist/AVFoundation/AVSemanticSegmentationMatte.d.ts +5 -5
- package/dist/AVFoundation/AVSpatialVideoConfiguration.d.ts +3 -2
- package/dist/AVFoundation/AVTextStyleRule.d.ts +3 -0
- package/dist/AVFoundation/AVTimedMetadataGroup.d.ts +5 -1
- package/dist/AVFoundation/AVURLAsset.d.ts +5 -1
- package/dist/AVFoundation/AVVideoComposition.d.ts +9 -5
- package/dist/AVFoundation/AVVideoCompositionCoreAnimationTool.d.ts +1 -2
- package/dist/AVFoundation/AVVideoCompositionInstruction.d.ts +6 -1
- package/dist/AVFoundation/AVVideoCompositionLayerInstruction.d.ts +9 -4
- package/dist/AVFoundation/AVVideoCompositionRenderContext.d.ts +1 -1
- package/dist/AVFoundation/AVVideoOutputSpecification.d.ts +3 -0
- package/dist/AVFoundation/index.js +269 -268
- package/dist/AVKit/AVPlayerView.d.ts +1 -1
- package/dist/AVKit/index.js +7 -6
- package/dist/AVRouting/AVCustomDeviceRoute.d.ts +1 -2
- package/dist/AVRouting/index.js +7 -6
- package/dist/Accessibility/AXBrailleMap.d.ts +4 -0
- package/dist/Accessibility/AXBrailleTable.d.ts +4 -0
- package/dist/Accessibility/AXBrailleTranslationResult.d.ts +4 -0
- package/dist/Accessibility/AXCategoricalDataAxisDescriptor.d.ts +3 -0
- package/dist/Accessibility/AXChartDescriptor.d.ts +9 -6
- package/dist/Accessibility/AXCustomContent.d.ts +4 -0
- package/dist/Accessibility/AXCustomContentProvider.d.ts +2 -2
- package/dist/Accessibility/AXDataPoint.d.ts +3 -0
- package/dist/Accessibility/AXDataPointValue.d.ts +3 -0
- package/dist/Accessibility/AXDataSeriesDescriptor.d.ts +3 -0
- package/dist/Accessibility/AXNumericDataAxisDescriptor.d.ts +3 -0
- package/dist/Accessibility/AXRequest.d.ts +4 -0
- package/dist/Accessibility/index.js +29 -28
- package/dist/AccessorySetupKit/ASAccessory.d.ts +1 -2
- package/dist/AccessorySetupKit/ASAccessorySession.d.ts +10 -10
- package/dist/AccessorySetupKit/ASDiscoveryDescriptor.d.ts +2 -3
- package/dist/AccessorySetupKit/ASPickerDisplaySettings.d.ts +2 -3
- package/dist/AccessorySetupKit/index.js +12 -11
- package/dist/Accounts/index.js +5 -4
- package/dist/AdServices/AAAttribution.d.ts +1 -1
- package/dist/AdServices/index.js +2 -1
- package/dist/AdSupport/index.js +2 -1
- package/dist/AddressBook/ABGroup.d.ts +2 -2
- package/dist/AddressBook/ABMultiValue.d.ts +6 -1
- package/dist/AddressBook/ABPerson.d.ts +2 -2
- package/dist/AddressBook/ABSearchElement.d.ts +1 -2
- package/dist/AddressBook/index.js +11 -10
- package/dist/AppKit/NSATSTypesetter.d.ts +1 -1
- package/dist/AppKit/NSAccessibility.d.ts +3 -3
- package/dist/AppKit/NSAccessibilityCustomAction.d.ts +3 -3
- package/dist/AppKit/NSAccessibilityCustomRotorItemResult.d.ts +25 -3
- package/dist/AppKit/NSAccessibilityElement.d.ts +2 -2
- package/dist/AppKit/NSAccessibilityElementLoading.d.ts +25 -3
- package/dist/AppKit/NSAccessibilitySlider.d.ts +1 -1
- package/dist/AppKit/NSAccessibilityStepper.d.ts +1 -1
- package/dist/AppKit/NSAccessibilityTable.d.ts +4 -5
- package/dist/AppKit/NSActionCell.d.ts +2 -2
- package/dist/AppKit/NSAdaptiveImageGlyph.d.ts +4 -0
- package/dist/AppKit/NSAlert.d.ts +4 -4
- package/dist/AppKit/NSAlignmentFeedbackFilter.d.ts +3 -2
- package/dist/AppKit/NSAnimatablePropertyContainer.d.ts +2 -1
- package/dist/AppKit/NSAnimation.d.ts +6 -1
- package/dist/AppKit/NSAnimationContext.d.ts +1 -1
- package/dist/AppKit/NSApplication.d.ts +37 -32
- package/dist/AppKit/NSApplicationDelegate.d.ts +1 -1
- package/dist/AppKit/NSArrayController.d.ts +5 -5
- package/dist/AppKit/NSBezierPath.d.ts +8 -4
- package/dist/AppKit/NSBindingSelectionMarker.d.ts +5 -2
- package/dist/AppKit/NSBitmapImageRep.d.ts +8 -8
- package/dist/AppKit/NSBrowser.d.ts +14 -16
- package/dist/AppKit/NSBrowserDelegate.d.ts +8 -8
- package/dist/AppKit/NSButton.d.ts +8 -5
- package/dist/AppKit/NSButtonCell.d.ts +1 -1
- package/dist/AppKit/NSButtonTouchBarItem.d.ts +5 -5
- package/dist/AppKit/NSCandidateListTouchBarItem.d.ts +2 -1
- package/dist/AppKit/NSCell.d.ts +21 -16
- package/dist/AppKit/NSChangeSpelling.d.ts +1 -1
- package/dist/AppKit/NSCollectionLayoutAnchor.d.ts +3 -0
- package/dist/AppKit/NSCollectionLayoutBoundarySupplementaryItem.d.ts +3 -0
- package/dist/AppKit/NSCollectionLayoutDecorationItem.d.ts +3 -0
- package/dist/AppKit/NSCollectionLayoutDimension.d.ts +3 -0
- package/dist/AppKit/NSCollectionLayoutEdgeSpacing.d.ts +3 -0
- package/dist/AppKit/NSCollectionLayoutGroup.d.ts +5 -1
- package/dist/AppKit/NSCollectionLayoutGroupCustomItem.d.ts +3 -0
- package/dist/AppKit/NSCollectionLayoutItem.d.ts +3 -0
- package/dist/AppKit/NSCollectionLayoutSection.d.ts +6 -2
- package/dist/AppKit/NSCollectionLayoutSize.d.ts +3 -0
- package/dist/AppKit/NSCollectionLayoutSpacing.d.ts +3 -0
- package/dist/AppKit/NSCollectionLayoutSupplementaryItem.d.ts +3 -0
- package/dist/AppKit/NSCollectionView.d.ts +17 -12
- package/dist/AppKit/NSCollectionViewCompositionalLayout.d.ts +3 -2
- package/dist/AppKit/NSCollectionViewCompositionalLayoutConfiguration.d.ts +3 -0
- package/dist/AppKit/NSCollectionViewDataSource.d.ts +2 -1
- package/dist/AppKit/NSCollectionViewDelegate.d.ts +9 -5
- package/dist/AppKit/NSCollectionViewDiffableDataSource.d.ts +7 -4
- package/dist/AppKit/NSCollectionViewItem.d.ts +4 -0
- package/dist/AppKit/NSCollectionViewLayout.d.ts +16 -12
- package/dist/AppKit/NSCollectionViewLayoutAttributes.d.ts +5 -2
- package/dist/AppKit/NSCollectionViewLayoutInvalidationContext.d.ts +6 -5
- package/dist/AppKit/NSCollectionViewTransitionLayout.d.ts +3 -2
- package/dist/AppKit/NSColor.d.ts +10 -4
- package/dist/AppKit/NSColorList.d.ts +4 -1
- package/dist/AppKit/NSColorPanel.d.ts +1 -1
- package/dist/AppKit/NSColorPicker.d.ts +1 -1
- package/dist/AppKit/NSColorPickerTouchBarItem.d.ts +2 -2
- package/dist/AppKit/NSColorPickingDefault.d.ts +2 -2
- package/dist/AppKit/NSColorSampler.d.ts +1 -1
- package/dist/AppKit/NSColorSpace.d.ts +3 -0
- package/dist/AppKit/NSColorWell.d.ts +1 -1
- package/dist/AppKit/NSComboBox.d.ts +2 -2
- package/dist/AppKit/NSComboBoxCell.d.ts +2 -2
- package/dist/AppKit/NSComboBoxDataSource.d.ts +1 -1
- package/dist/AppKit/NSComboButton.d.ts +3 -3
- package/dist/AppKit/NSControl.d.ts +17 -17
- package/dist/AppKit/NSControlTextEditingDelegate.d.ts +1 -1
- package/dist/AppKit/NSController.d.ts +1 -1
- package/dist/AppKit/NSCursor.d.ts +2 -1
- package/dist/AppKit/NSCustomImageRep.d.ts +1 -1
- package/dist/AppKit/NSDataAsset.d.ts +6 -3
- package/dist/AppKit/NSDatePickerCellDelegate.d.ts +1 -1
- package/dist/AppKit/NSDictionaryControllerKeyValuePair.d.ts +2 -2
- package/dist/AppKit/NSDiffableDataSourceSnapshot.d.ts +4 -1
- package/dist/AppKit/NSDockTile.d.ts +1 -1
- package/dist/AppKit/NSDocument.d.ts +69 -64
- package/dist/AppKit/NSDocumentController.d.ts +30 -26
- package/dist/AppKit/NSDraggingImageComponent.d.ts +2 -2
- package/dist/AppKit/NSDraggingItem.d.ts +3 -3
- package/dist/AppKit/NSDrawer.d.ts +6 -3
- package/dist/AppKit/NSEditor.d.ts +2 -2
- package/dist/AppKit/NSEvent.d.ts +7 -3
- package/dist/AppKit/NSFilePromiseProvider.d.ts +5 -2
- package/dist/AppKit/NSFilePromiseProviderDelegate.d.ts +1 -1
- package/dist/AppKit/NSFilePromiseReceiver.d.ts +4 -1
- package/dist/AppKit/NSFont.d.ts +4 -0
- package/dist/AppKit/NSFontAssetRequest.d.ts +1 -1
- package/dist/AppKit/NSFontCollection.d.ts +8 -3
- package/dist/AppKit/NSFontDescriptor.d.ts +5 -1
- package/dist/AppKit/NSFontManager.d.ts +11 -8
- package/dist/AppKit/NSGestureRecognizer.d.ts +3 -3
- package/dist/AppKit/NSGlyphGenerator.d.ts +1 -1
- package/dist/AppKit/NSGlyphInfo.d.ts +4 -0
- package/dist/AppKit/NSGradient.d.ts +5 -2
- package/dist/AppKit/NSGridCell.d.ts +3 -0
- package/dist/AppKit/NSGridColumn.d.ts +3 -0
- package/dist/AppKit/NSGridRow.d.ts +3 -0
- package/dist/AppKit/NSGridView.d.ts +1 -2
- package/dist/AppKit/NSHelpManager.d.ts +2 -2
- package/dist/AppKit/NSIgnoreMisspelledWords.d.ts +1 -1
- package/dist/AppKit/NSImage.d.ts +8 -1
- package/dist/AppKit/NSImageCell.d.ts +3 -0
- package/dist/AppKit/NSImageRep.d.ts +8 -5
- package/dist/AppKit/NSImageSymbolConfiguration.d.ts +4 -0
- package/dist/AppKit/NSImageView.d.ts +3 -0
- package/dist/AppKit/NSInputManager.d.ts +5 -2
- package/dist/AppKit/NSInputServer.d.ts +4 -0
- package/dist/AppKit/NSInputServiceProvider.d.ts +6 -6
- package/dist/AppKit/NSLayoutAnchor.d.ts +4 -0
- package/dist/AppKit/NSLayoutConstraint.d.ts +6 -3
- package/dist/AppKit/NSLayoutGuide.d.ts +3 -0
- package/dist/AppKit/NSLayoutManager.d.ts +29 -29
- package/dist/AppKit/NSLayoutManagerDelegate.d.ts +1 -1
- package/dist/AppKit/NSMatrix.d.ts +9 -7
- package/dist/AppKit/NSMediaLibraryBrowserController.d.ts +1 -1
- package/dist/AppKit/NSMenu.d.ts +13 -6
- package/dist/AppKit/NSMenuDelegate.d.ts +1 -1
- package/dist/AppKit/NSMenuItem.d.ts +9 -4
- package/dist/AppKit/NSMenuItemBadge.d.ts +3 -0
- package/dist/AppKit/NSMovie.d.ts +1 -1
- package/dist/AppKit/NSNib.d.ts +4 -1
- package/dist/AppKit/NSNibConnector.d.ts +7 -4
- package/dist/AppKit/NSObjectController.d.ts +7 -7
- package/dist/AppKit/NSOpenGLContext.d.ts +14 -11
- package/dist/AppKit/NSOpenGLPixelBuffer.d.ts +8 -8
- package/dist/AppKit/NSOpenGLPixelFormat.d.ts +8 -5
- package/dist/AppKit/NSOpenPanel.d.ts +2 -2
- package/dist/AppKit/NSOpenSavePanelDelegate.d.ts +2 -2
- package/dist/AppKit/NSOutlineView.d.ts +18 -18
- package/dist/AppKit/NSOutlineViewDataSource.d.ts +14 -10
- package/dist/AppKit/NSOutlineViewDelegate.d.ts +1 -1
- package/dist/AppKit/NSPDFInfo.d.ts +4 -0
- package/dist/AppKit/NSPageController.d.ts +6 -3
- package/dist/AppKit/NSPageControllerDelegate.d.ts +5 -4
- package/dist/AppKit/NSPageLayout.d.ts +2 -2
- package/dist/AppKit/NSParagraphStyle.d.ts +5 -0
- package/dist/AppKit/NSPasteboard.d.ts +7 -7
- package/dist/AppKit/NSPasteboardItem.d.ts +8 -4
- package/dist/AppKit/NSPasteboardReading.d.ts +1 -1
- package/dist/AppKit/NSPasteboardWriting.d.ts +1 -1
- package/dist/AppKit/NSPathCell.d.ts +4 -0
- package/dist/AppKit/NSPersistentDocument.d.ts +5 -5
- package/dist/AppKit/NSPickerTouchBarItem.d.ts +4 -4
- package/dist/AppKit/NSPopUpButton.d.ts +3 -3
- package/dist/AppKit/NSPopUpButtonCell.d.ts +5 -2
- package/dist/AppKit/NSPopover.d.ts +4 -1
- package/dist/AppKit/NSPopoverTouchBarItem.d.ts +2 -2
- package/dist/AppKit/NSPredicateEditorRowTemplate.d.ts +4 -0
- package/dist/AppKit/NSPreviewRepresentingActivityItem.d.ts +3 -0
- package/dist/AppKit/NSPrintInfo.d.ts +3 -0
- package/dist/AppKit/NSPrintOperation.d.ts +1 -1
- package/dist/AppKit/NSPrintPanel.d.ts +4 -4
- package/dist/AppKit/NSPrintPanelAccessorizing.d.ts +2 -2
- package/dist/AppKit/NSPrinter.d.ts +4 -0
- package/dist/AppKit/NSProgressIndicator.d.ts +3 -3
- package/dist/AppKit/NSResponder.d.ts +12 -8
- package/dist/AppKit/NSRuleEditor.d.ts +1 -1
- package/dist/AppKit/NSRuleEditorDelegate.d.ts +2 -2
- package/dist/AppKit/NSRulerMarker.d.ts +2 -0
- package/dist/AppKit/NSSavePanel.d.ts +4 -4
- package/dist/AppKit/NSScreen.d.ts +1 -1
- package/dist/AppKit/NSScrollView.d.ts +2 -2
- package/dist/AppKit/NSScrubber.d.ts +2 -2
- package/dist/AppKit/NSScrubberLayoutAttributes.d.ts +3 -0
- package/dist/AppKit/NSSearchField.d.ts +3 -2
- package/dist/AppKit/NSSearchFieldCell.d.ts +2 -2
- package/dist/AppKit/NSSegmentedControl.d.ts +2 -2
- package/dist/AppKit/NSSeguePerforming.d.ts +4 -3
- package/dist/AppKit/NSShadow.d.ts +4 -0
- package/dist/AppKit/NSSharingCollaborationModeRestriction.d.ts +4 -0
- package/dist/AppKit/NSSlider.d.ts +2 -2
- package/dist/AppKit/NSSliderAccessory.d.ts +4 -0
- package/dist/AppKit/NSSliderAccessoryBehavior.d.ts +5 -1
- package/dist/AppKit/NSSliderTouchBarItem.d.ts +2 -2
- package/dist/AppKit/NSSound.d.ts +8 -2
- package/dist/AppKit/NSSpeechSynthesizer.d.ts +2 -2
- package/dist/AppKit/NSSpellChecker.d.ts +6 -6
- package/dist/AppKit/NSSplitView.d.ts +5 -3
- package/dist/AppKit/NSSplitViewController.d.ts +2 -2
- package/dist/AppKit/NSSplitViewItem.d.ts +4 -0
- package/dist/AppKit/NSSplitViewItemAccessoryViewController.d.ts +3 -0
- package/dist/AppKit/NSStandardKeyBindingResponding.d.ts +94 -94
- package/dist/AppKit/NSStatusItem.d.ts +3 -3
- package/dist/AppKit/NSStepperTouchBarItem.d.ts +2 -2
- package/dist/AppKit/NSStoryboard.d.ts +3 -3
- package/dist/AppKit/NSStoryboardSegue.d.ts +4 -3
- package/dist/AppKit/NSTabView.d.ts +7 -6
- package/dist/AppKit/NSTabViewItem.d.ts +6 -3
- package/dist/AppKit/NSTableCellView.d.ts +2 -2
- package/dist/AppKit/NSTableHeaderView.d.ts +3 -0
- package/dist/AppKit/NSTableRowView.d.ts +4 -1
- package/dist/AppKit/NSTableView.d.ts +11 -6
- package/dist/AppKit/NSTableViewDataSource.d.ts +8 -4
- package/dist/AppKit/NSTableViewDiffableDataSource.d.ts +11 -8
- package/dist/AppKit/NSTableViewRowAction.d.ts +3 -0
- package/dist/AppKit/NSText.d.ts +27 -21
- package/dist/AppKit/NSTextAlternatives.d.ts +3 -0
- package/dist/AppKit/NSTextAttachment.d.ts +6 -1
- package/dist/AppKit/NSTextBlock.d.ts +4 -0
- package/dist/AppKit/NSTextCheckingClient.d.ts +2 -2
- package/dist/AppKit/NSTextCheckingController.d.ts +7 -7
- package/dist/AppKit/NSTextContainer.d.ts +5 -2
- package/dist/AppKit/NSTextContentManager.d.ts +4 -1
- package/dist/AppKit/NSTextContentStorage.d.ts +3 -0
- package/dist/AppKit/NSTextElementProvider.d.ts +1 -1
- package/dist/AppKit/NSTextField.d.ts +5 -1
- package/dist/AppKit/NSTextFinder.d.ts +4 -2
- package/dist/AppKit/NSTextInputClient.d.ts +2 -2
- package/dist/AppKit/NSTextInputContext.d.ts +5 -4
- package/dist/AppKit/NSTextInsertionIndicator.d.ts +2 -2
- package/dist/AppKit/NSTextLayoutManager.d.ts +7 -4
- package/dist/AppKit/NSTextList.d.ts +3 -0
- package/dist/AppKit/NSTextSelectionDataSource.d.ts +1 -1
- package/dist/AppKit/NSTextSelectionNavigation.d.ts +2 -1
- package/dist/AppKit/NSTextStorage.d.ts +2 -1
- package/dist/AppKit/NSTextTab.d.ts +5 -0
- package/dist/AppKit/NSTextView.d.ts +60 -47
- package/dist/AppKit/NSTextViewDelegate.d.ts +1 -1
- package/dist/AppKit/NSTintConfiguration.d.ts +4 -0
- package/dist/AppKit/NSTitlebarAccessoryViewController.d.ts +4 -0
- package/dist/AppKit/NSTokenFieldCellDelegate.d.ts +1 -1
- package/dist/AppKit/NSTokenFieldDelegate.d.ts +2 -2
- package/dist/AppKit/NSToolbar.d.ts +3 -2
- package/dist/AppKit/NSToolbarItem.d.ts +6 -2
- package/dist/AppKit/NSToolbarItemGroup.d.ts +2 -2
- package/dist/AppKit/NSTouch.d.ts +3 -1
- package/dist/AppKit/NSTouchBar.d.ts +4 -3
- package/dist/AppKit/NSTrackingArea.d.ts +6 -2
- package/dist/AppKit/NSTreeController.d.ts +8 -8
- package/dist/AppKit/NSTreeNode.d.ts +3 -3
- package/dist/AppKit/NSTypesetter.d.ts +3 -3
- package/dist/AppKit/NSUserDefaultsController.d.ts +3 -3
- package/dist/AppKit/NSUserInterfaceCompressionOptions.d.ts +3 -0
- package/dist/AppKit/NSView.d.ts +12 -5
- package/dist/AppKit/NSViewAnimation.d.ts +4 -4
- package/dist/AppKit/NSViewController.d.ts +10 -5
- package/dist/AppKit/NSWindow.d.ts +57 -49
- package/dist/AppKit/NSWindowController.d.ts +13 -9
- package/dist/AppKit/NSWindowDelegate.d.ts +2 -2
- package/dist/AppKit/NSWindowTabGroup.d.ts +2 -1
- package/dist/AppKit/NSWorkspace.d.ts +21 -21
- package/dist/AppKit/NSWorkspaceOpenConfiguration.d.ts +5 -3
- package/dist/AppKit/NSWritingToolsCoordinatorAnimationParameters.d.ts +4 -4
- package/dist/AppKit/NSWritingToolsCoordinatorDelegate.d.ts +3 -3
- package/dist/AppKit/index.js +317 -316
- package/dist/AppTrackingTransparency/index.js +2 -1
- package/dist/AppleScriptKit/index.js +2 -1
- package/dist/AudioToolbox/AUAudioUnit.d.ts +26 -26
- package/dist/AudioToolbox/AUAudioUnitBus.d.ts +4 -4
- package/dist/AudioToolbox/AUAudioUnitBusArray.d.ts +4 -1
- package/dist/AudioToolbox/AUAudioUnitFactory.d.ts +1 -1
- package/dist/AudioToolbox/AUAudioUnitPreset.d.ts +3 -0
- package/dist/AudioToolbox/AUMessageChannel.d.ts +2 -2
- package/dist/AudioToolbox/AUParameter.d.ts +13 -10
- package/dist/AudioToolbox/AUParameterGroup.d.ts +3 -0
- package/dist/AudioToolbox/AUParameterTree.d.ts +4 -4
- package/dist/AudioToolbox/index.js +10 -9
- package/dist/AudioVideoBridging/AVB17221ACMPInterface.d.ts +2 -2
- package/dist/AudioVideoBridging/AVB17221ACMPMessage.d.ts +3 -0
- package/dist/AudioVideoBridging/AVB17221AECPInterface.d.ts +3 -3
- package/dist/AudioVideoBridging/AVB17221AECPMessage.d.ts +3 -0
- package/dist/AudioVideoBridging/AVB17221EntityDiscovery.d.ts +5 -5
- package/dist/AudioVideoBridging/AVBIPAddress.d.ts +3 -0
- package/dist/AudioVideoBridging/AVBMACAddress.d.ts +3 -0
- package/dist/AudioVideoBridging/index.js +18 -17
- package/dist/AuthenticationServices/ASAccountAuthenticationModificationControllerPresentationContextProviding.d.ts +2 -2
- package/dist/AuthenticationServices/ASAccountAuthenticationModificationExtensionContext.d.ts +1 -1
- package/dist/AuthenticationServices/ASAuthorization.d.ts +17 -4
- package/dist/AuthenticationServices/ASAuthorizationAppleIDCredential.d.ts +3 -0
- package/dist/AuthenticationServices/ASAuthorizationAppleIDProvider.d.ts +4 -1
- package/dist/AuthenticationServices/ASAuthorizationControllerPresentationContextProviding.d.ts +2 -2
- package/dist/AuthenticationServices/ASAuthorizationOpenIDRequest.d.ts +2 -3
- package/dist/AuthenticationServices/ASAuthorizationPasswordProvider.d.ts +3 -0
- package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialAssertion.d.ts +3 -0
- package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialAssertionRequest.d.ts +4 -0
- package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialDescriptor.d.ts +3 -0
- package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialProvider.d.ts +4 -0
- package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialRegistration.d.ts +3 -0
- package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialRegistrationRequest.d.ts +3 -0
- package/dist/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest.d.ts +2 -2
- package/dist/AuthenticationServices/ASAuthorizationProviderExtensionLoginConfiguration.d.ts +14 -13
- package/dist/AuthenticationServices/ASAuthorizationProviderExtensionLoginManager.d.ts +8 -8
- package/dist/AuthenticationServices/ASAuthorizationProviderExtensionUserLoginConfiguration.d.ts +4 -4
- package/dist/AuthenticationServices/ASAuthorizationPublicKeyCredentialAssertionRequest.d.ts +3 -3
- package/dist/AuthenticationServices/ASAuthorizationPublicKeyCredentialLargeBlobRegistrationOutput.d.ts +4 -0
- package/dist/AuthenticationServices/ASAuthorizationPublicKeyCredentialParameters.d.ts +6 -3
- package/dist/AuthenticationServices/ASAuthorizationRequest.d.ts +10 -2
- package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialAssertion.d.ts +3 -0
- package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialAssertionRequest.d.ts +3 -0
- package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor.d.ts +3 -0
- package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialProvider.d.ts +4 -0
- package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialRegistration.d.ts +3 -0
- package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest.d.ts +3 -0
- package/dist/AuthenticationServices/ASAuthorizationSingleSignOnCredential.d.ts +3 -0
- package/dist/AuthenticationServices/ASAuthorizationSingleSignOnProvider.d.ts +3 -0
- package/dist/AuthenticationServices/ASCredentialIdentityStore.d.ts +7 -7
- package/dist/AuthenticationServices/ASCredentialProviderExtensionContext.d.ts +6 -6
- package/dist/AuthenticationServices/ASCredentialRequest.d.ts +4 -2
- package/dist/AuthenticationServices/ASCredentialServiceIdentifier.d.ts +4 -0
- package/dist/AuthenticationServices/ASGeneratePasswordsRequest.d.ts +4 -0
- package/dist/AuthenticationServices/ASGeneratedPassword.d.ts +4 -0
- package/dist/AuthenticationServices/ASOneTimeCodeCredential.d.ts +3 -0
- package/dist/AuthenticationServices/ASOneTimeCodeCredentialIdentity.d.ts +5 -0
- package/dist/AuthenticationServices/ASOneTimeCodeCredentialRequest.d.ts +3 -0
- package/dist/AuthenticationServices/ASPasskeyAssertionCredential.d.ts +3 -0
- package/dist/AuthenticationServices/ASPasskeyAssertionCredentialExtensionInput.d.ts +4 -0
- package/dist/AuthenticationServices/ASPasskeyAssertionCredentialExtensionOutput.d.ts +4 -0
- package/dist/AuthenticationServices/ASPasskeyCredentialIdentity.d.ts +4 -0
- package/dist/AuthenticationServices/ASPasskeyCredentialRequest.d.ts +3 -0
- package/dist/AuthenticationServices/ASPasskeyCredentialRequestParameters.d.ts +4 -0
- package/dist/AuthenticationServices/ASPasskeyRegistrationCredential.d.ts +3 -0
- package/dist/AuthenticationServices/ASPasskeyRegistrationCredentialExtensionInput.d.ts +4 -0
- package/dist/AuthenticationServices/ASPasskeyRegistrationCredentialExtensionOutput.d.ts +4 -0
- package/dist/AuthenticationServices/ASPasswordCredential.d.ts +3 -0
- package/dist/AuthenticationServices/ASPasswordCredentialIdentity.d.ts +4 -0
- package/dist/AuthenticationServices/ASPasswordCredentialRequest.d.ts +3 -0
- package/dist/AuthenticationServices/ASSavePasswordRequest.d.ts +4 -0
- package/dist/AuthenticationServices/ASSettingsHelper.d.ts +2 -2
- package/dist/AuthenticationServices/ASWebAuthenticationPresentationContextProviding.d.ts +2 -2
- package/dist/AuthenticationServices/ASWebAuthenticationSessionRequest.d.ts +4 -0
- package/dist/AuthenticationServices/index.js +79 -78
- package/dist/AutomaticAssessmentConfiguration/AEAssessmentApplication.d.ts +3 -0
- package/dist/AutomaticAssessmentConfiguration/AEAssessmentConfiguration.d.ts +3 -0
- package/dist/AutomaticAssessmentConfiguration/AEAssessmentParticipantConfiguration.d.ts +3 -0
- package/dist/AutomaticAssessmentConfiguration/index.js +5 -4
- package/dist/Automator/AMAction.d.ts +11 -11
- package/dist/Automator/AMBundleAction.d.ts +5 -1
- package/dist/Automator/AMWorkflow.d.ts +11 -8
- package/dist/Automator/index.js +9 -8
- package/dist/BackgroundAssets/BAAppExtensionInfo.d.ts +3 -0
- package/dist/BackgroundAssets/BAAssetPackManager.d.ts +9 -9
- package/dist/BackgroundAssets/BAAssetPackManifest.d.ts +2 -2
- package/dist/BackgroundAssets/BADownload.d.ts +6 -2
- package/dist/BackgroundAssets/BADownloadManager.d.ts +7 -7
- package/dist/BackgroundAssets/BADownloadManagerDelegate.d.ts +1 -1
- package/dist/BackgroundAssets/BADownloaderExtension.d.ts +1 -1
- package/dist/BackgroundAssets/BAURLDownload.d.ts +5 -3
- package/dist/BackgroundAssets/index.js +8 -7
- package/dist/BackgroundTasks/BGContinuedProcessingTask.d.ts +3 -0
- package/dist/BackgroundTasks/BGTask.d.ts +2 -2
- package/dist/BackgroundTasks/BGTaskRequest.d.ts +3 -0
- package/dist/BackgroundTasks/BGTaskScheduler.d.ts +2 -2
- package/dist/BackgroundTasks/index.js +12 -11
- package/dist/BrowserEngineCore/BEAudioSession.d.ts +1 -1
- package/dist/BrowserEngineCore/index.js +2 -1
- package/dist/BrowserEngineKit/BEAccessibilityTextMarker.d.ts +4 -0
- package/dist/BrowserEngineKit/BEAccessibilityTextMarkerRange.d.ts +4 -0
- package/dist/BrowserEngineKit/BEDownloadMonitor.d.ts +3 -3
- package/dist/BrowserEngineKit/BEExtensionProcess.d.ts +2 -1
- package/dist/BrowserEngineKit/BELayerHierarchy.d.ts +1 -1
- package/dist/BrowserEngineKit/BELayerHierarchyHandle.d.ts +4 -1
- package/dist/BrowserEngineKit/BELayerHierarchyHostingTransactionCoordinator.d.ts +5 -2
- package/dist/BrowserEngineKit/BEMediaEnvironment.d.ts +3 -3
- package/dist/BrowserEngineKit/BENetworkingProcess.d.ts +5 -5
- package/dist/BrowserEngineKit/BEProcessCapability.d.ts +1 -1
- package/dist/BrowserEngineKit/BERenderingProcess.d.ts +5 -5
- package/dist/BrowserEngineKit/BEWebContentFilter.d.ts +2 -2
- package/dist/BrowserEngineKit/BEWebContentProcess.d.ts +5 -5
- package/dist/BrowserEngineKit/index.js +19 -18
- package/dist/BusinessChat/index.js +3 -2
- package/dist/CalendarStore/CalAlarm.d.ts +3 -0
- package/dist/CalendarStore/CalAttendee.d.ts +3 -0
- package/dist/CalendarStore/CalCalendar.d.ts +3 -0
- package/dist/CalendarStore/CalCalendarItem.d.ts +3 -0
- package/dist/CalendarStore/CalNthWeekDay.d.ts +3 -0
- package/dist/CalendarStore/CalRecurrenceEnd.d.ts +3 -0
- package/dist/CalendarStore/CalRecurrenceRule.d.ts +3 -0
- package/dist/CalendarStore/CalTask.d.ts +2 -2
- package/dist/CalendarStore/index.js +11 -10
- package/dist/CallKit/CXAction.d.ts +3 -0
- package/dist/CallKit/CXCallController.d.ts +4 -4
- package/dist/CallKit/CXCallDirectoryExtensionContext.d.ts +5 -5
- package/dist/CallKit/CXCallDirectoryManager.d.ts +3 -3
- package/dist/CallKit/CXCallObserver.d.ts +1 -2
- package/dist/CallKit/CXCallUpdate.d.ts +3 -0
- package/dist/CallKit/CXHandle.d.ts +4 -0
- package/dist/CallKit/CXProvider.d.ts +3 -3
- package/dist/CallKit/CXProviderConfiguration.d.ts +3 -0
- package/dist/CallKit/CXTransaction.d.ts +4 -0
- package/dist/CallKit/index.js +22 -21
- package/dist/Cinematic/CNAssetInfo.d.ts +1 -1
- package/dist/Cinematic/CNAssetSpatialAudioInfo.d.ts +1 -1
- package/dist/Cinematic/CNBoundsPrediction.d.ts +4 -0
- package/dist/Cinematic/CNCompositionInfo.d.ts +1 -1
- package/dist/Cinematic/CNDecision.d.ts +7 -5
- package/dist/Cinematic/CNDetection.d.ts +7 -4
- package/dist/Cinematic/CNDetectionTrack.d.ts +5 -3
- package/dist/Cinematic/CNRenderingSessionAttributes.d.ts +1 -1
- package/dist/Cinematic/CNRenderingSessionFrameAttributes.d.ts +4 -0
- package/dist/Cinematic/CNScript.d.ts +3 -3
- package/dist/Cinematic/CNScriptFrame.d.ts +5 -3
- package/dist/Cinematic/index.js +17 -16
- package/dist/ClassKit/CLSContext.d.ts +1 -1
- package/dist/ClassKit/CLSContextProvider.d.ts +1 -1
- package/dist/ClassKit/CLSDataStore.d.ts +4 -4
- package/dist/ClassKit/CLSObject.d.ts +3 -0
- package/dist/ClassKit/index.js +10 -9
- package/dist/CloudKit/CKAcceptSharesOperation.d.ts +4 -4
- package/dist/CloudKit/CKAllowedSharingOptions.d.ts +4 -0
- package/dist/CloudKit/CKAsset.d.ts +3 -0
- package/dist/CloudKit/CKContainer.d.ts +13 -13
- package/dist/CloudKit/CKDatabase.d.ts +13 -12
- package/dist/CloudKit/CKDatabaseSubscription.d.ts +7 -4
- package/dist/CloudKit/CKDiscoverAllUserIdentitiesOperation.d.ts +4 -4
- package/dist/CloudKit/CKDiscoverUserIdentitiesOperation.d.ts +4 -4
- package/dist/CloudKit/CKFetchDatabaseChangesOperation.d.ts +12 -12
- package/dist/CloudKit/CKFetchRecordChangesOperation.d.ts +6 -6
- package/dist/CloudKit/CKFetchRecordZoneChangesConfiguration.d.ts +4 -0
- package/dist/CloudKit/CKFetchRecordZoneChangesOperation.d.ts +12 -12
- package/dist/CloudKit/CKFetchRecordZoneChangesOptions.d.ts +4 -0
- package/dist/CloudKit/CKFetchRecordZonesOperation.d.ts +4 -4
- package/dist/CloudKit/CKFetchRecordsOperation.d.ts +6 -6
- package/dist/CloudKit/CKFetchShareMetadataOperation.d.ts +4 -4
- package/dist/CloudKit/CKFetchShareParticipantsOperation.d.ts +6 -6
- package/dist/CloudKit/CKFetchSubscriptionsOperation.d.ts +4 -4
- package/dist/CloudKit/CKFetchWebAuthTokenOperation.d.ts +2 -2
- package/dist/CloudKit/CKModifyRecordZonesOperation.d.ts +6 -6
- package/dist/CloudKit/CKModifyRecordsOperation.d.ts +10 -10
- package/dist/CloudKit/CKModifySubscriptionsOperation.d.ts +6 -6
- package/dist/CloudKit/CKNotification.d.ts +1 -1
- package/dist/CloudKit/CKNotificationID.d.ts +4 -0
- package/dist/CloudKit/CKNotificationInfo.d.ts +4 -0
- package/dist/CloudKit/CKOperation.d.ts +4 -3
- package/dist/CloudKit/CKOperationGroup.d.ts +3 -0
- package/dist/CloudKit/CKQuery.d.ts +6 -3
- package/dist/CloudKit/CKQueryCursor.d.ts +4 -0
- package/dist/CloudKit/CKQueryOperation.d.ts +6 -6
- package/dist/CloudKit/CKQuerySubscription.d.ts +7 -4
- package/dist/CloudKit/CKRecord.d.ts +14 -11
- package/dist/CloudKit/CKRecordID.d.ts +4 -0
- package/dist/CloudKit/CKRecordKeyValueSetting.d.ts +7 -5
- package/dist/CloudKit/CKRecordZone.d.ts +4 -0
- package/dist/CloudKit/CKRecordZoneID.d.ts +4 -0
- package/dist/CloudKit/CKRecordZoneSubscription.d.ts +7 -4
- package/dist/CloudKit/CKReference.d.ts +5 -0
- package/dist/CloudKit/CKServerChangeToken.d.ts +4 -0
- package/dist/CloudKit/CKShare.d.ts +3 -0
- package/dist/CloudKit/CKShareAccessRequester.d.ts +4 -0
- package/dist/CloudKit/CKShareBlockedIdentity.d.ts +4 -0
- package/dist/CloudKit/CKShareMetadata.d.ts +4 -0
- package/dist/CloudKit/CKShareParticipant.d.ts +4 -0
- package/dist/CloudKit/CKShareRequestAccessOperation.d.ts +4 -4
- package/dist/CloudKit/CKSubscription.d.ts +6 -2
- package/dist/CloudKit/CKSyncEngine.d.ts +5 -5
- package/dist/CloudKit/CKSyncEngineConfiguration.d.ts +3 -3
- package/dist/CloudKit/CKSyncEngineFetchChangesOptions.d.ts +3 -0
- package/dist/CloudKit/CKSyncEngineFetchChangesScope.d.ts +3 -0
- package/dist/CloudKit/CKSyncEngineFetchedRecordDeletion.d.ts +2 -2
- package/dist/CloudKit/CKSyncEngineRecordZoneChangeBatch.d.ts +1 -1
- package/dist/CloudKit/CKSyncEngineSendChangesOptions.d.ts +3 -0
- package/dist/CloudKit/CKSyncEngineSendChangesScope.d.ts +3 -0
- package/dist/CloudKit/CKSyncEngineStateSerialization.d.ts +3 -0
- package/dist/CloudKit/CKSystemSharingUIObserver.d.ts +4 -4
- package/dist/CloudKit/CKUserIdentity.d.ts +4 -0
- package/dist/CloudKit/CKUserIdentityLookupInfo.d.ts +4 -0
- package/dist/CloudKit/index.js +90 -89
- package/dist/Collaboration/CBIdentity.d.ts +4 -0
- package/dist/Collaboration/CBIdentityPicker.d.ts +2 -2
- package/dist/Collaboration/CBUserIdentity.d.ts +4 -1
- package/dist/Collaboration/index.js +6 -5
- package/dist/Contacts/CNChangeHistoryEvent.d.ts +4 -0
- package/dist/Contacts/CNChangeHistoryFetchRequest.d.ts +5 -3
- package/dist/Contacts/CNContact.d.ts +17 -10
- package/dist/Contacts/CNContactFetchRequest.d.ts +7 -4
- package/dist/Contacts/CNContactProperty.d.ts +5 -1
- package/dist/Contacts/CNContactRelation.d.ts +4 -0
- package/dist/Contacts/CNContactStore.d.ts +11 -10
- package/dist/Contacts/CNContactVCardSerialization.d.ts +2 -2
- package/dist/Contacts/CNContainer.d.ts +4 -0
- package/dist/Contacts/CNGroup.d.ts +5 -0
- package/dist/Contacts/CNInstantMessageAddress.d.ts +4 -0
- package/dist/Contacts/CNLabeledValue.d.ts +4 -0
- package/dist/Contacts/CNMutableContact.d.ts +17 -17
- package/dist/Contacts/CNPhoneNumber.d.ts +4 -0
- package/dist/Contacts/CNPostalAddress.d.ts +5 -0
- package/dist/Contacts/CNSocialProfile.d.ts +4 -0
- package/dist/Contacts/index.js +36 -35
- package/dist/ContactsUI/index.js +3 -2
- package/dist/CoreAudio/index.js +2 -1
- package/dist/CoreAudioKit/AUAudioUnitViewConfiguration.d.ts +3 -0
- package/dist/CoreAudioKit/AUGenericView.d.ts +3 -0
- package/dist/CoreAudioKit/AUViewController.d.ts +3 -0
- package/dist/CoreAudioKit/index.js +9 -8
- package/dist/CoreBluetooth/CBCentralManager.d.ts +3 -3
- package/dist/CoreBluetooth/CBDescriptor.d.ts +1 -1
- package/dist/CoreBluetooth/CBL2CAPChannel.d.ts +1 -2
- package/dist/CoreBluetooth/CBMutableDescriptor.d.ts +1 -1
- package/dist/CoreBluetooth/CBPeer.d.ts +3 -0
- package/dist/CoreBluetooth/CBPeripheral.d.ts +1 -2
- package/dist/CoreBluetooth/CBPeripheralManager.d.ts +4 -4
- package/dist/CoreBluetooth/CBPeripheralManagerDelegate.d.ts +2 -3
- package/dist/CoreBluetooth/CBUUID.d.ts +5 -1
- package/dist/CoreBluetooth/index.js +17 -16
- package/dist/CoreData/NSAsynchronousFetchRequest.d.ts +2 -2
- package/dist/CoreData/NSAtomicStore.d.ts +2 -2
- package/dist/CoreData/NSAtomicStoreCacheNode.d.ts +2 -2
- package/dist/CoreData/NSAttributeDescription.d.ts +2 -2
- package/dist/CoreData/NSBatchDeleteResult.d.ts +1 -1
- package/dist/CoreData/NSBatchInsertRequest.d.ts +10 -9
- package/dist/CoreData/NSBatchInsertResult.d.ts +1 -1
- package/dist/CoreData/NSBatchUpdateResult.d.ts +1 -1
- package/dist/CoreData/NSCoreDataCoreSpotlightDelegate.d.ts +1 -1
- package/dist/CoreData/NSCustomMigrationStage.d.ts +4 -4
- package/dist/CoreData/NSEntityDescription.d.ts +9 -5
- package/dist/CoreData/NSEntityMigrationPolicy.d.ts +7 -7
- package/dist/CoreData/NSFetchIndexDescription.d.ts +4 -0
- package/dist/CoreData/NSFetchIndexElementDescription.d.ts +4 -0
- package/dist/CoreData/NSFetchRequest.d.ts +5 -1
- package/dist/CoreData/NSFetchedResultsController.d.ts +2 -2
- package/dist/CoreData/NSIncrementalStore.d.ts +5 -5
- package/dist/CoreData/NSIncrementalStoreNode.d.ts +1 -1
- package/dist/CoreData/NSManagedObject.d.ts +11 -9
- package/dist/CoreData/NSManagedObjectContext.d.ts +11 -8
- package/dist/CoreData/NSManagedObjectID.d.ts +4 -0
- package/dist/CoreData/NSManagedObjectModel.d.ts +6 -1
- package/dist/CoreData/NSMappingModel.d.ts +1 -1
- package/dist/CoreData/NSMergePolicy.d.ts +3 -3
- package/dist/CoreData/NSMigrationManager.d.ts +1 -1
- package/dist/CoreData/NSPersistentCloudKitContainer.d.ts +8 -8
- package/dist/CoreData/NSPersistentCloudKitContainerEvent.d.ts +3 -0
- package/dist/CoreData/NSPersistentCloudKitContainerEventResult.d.ts +1 -1
- package/dist/CoreData/NSPersistentContainer.d.ts +1 -1
- package/dist/CoreData/NSPersistentHistoryChange.d.ts +3 -0
- package/dist/CoreData/NSPersistentHistoryResult.d.ts +1 -1
- package/dist/CoreData/NSPersistentHistoryToken.d.ts +4 -0
- package/dist/CoreData/NSPersistentHistoryTransaction.d.ts +3 -0
- package/dist/CoreData/NSPersistentStore.d.ts +3 -3
- package/dist/CoreData/NSPersistentStoreCoordinator.d.ts +17 -17
- package/dist/CoreData/NSPersistentStoreDescription.d.ts +3 -0
- package/dist/CoreData/NSPersistentStoreRequest.d.ts +3 -0
- package/dist/CoreData/NSPropertyDescription.d.ts +4 -0
- package/dist/CoreData/NSQueryGenerationToken.d.ts +4 -0
- package/dist/CoreData/index.js +63 -62
- package/dist/CoreHaptics/CHHapticAdvancedPatternPlayer.d.ts +3 -3
- package/dist/CoreHaptics/CHHapticDeviceCapability.d.ts +2 -2
- package/dist/CoreHaptics/CHHapticEngine.d.ts +11 -11
- package/dist/CoreHaptics/CHHapticEvent.d.ts +2 -3
- package/dist/CoreHaptics/CHHapticPattern.d.ts +5 -5
- package/dist/CoreHaptics/CHHapticPatternPlayer.d.ts +5 -5
- package/dist/CoreHaptics/index.js +8 -7
- package/dist/CoreImage/CIBarcodeDescriptor.d.ts +4 -0
- package/dist/CoreImage/CIColor.d.ts +4 -0
- package/dist/CoreImage/CIContext.d.ts +27 -27
- package/dist/CoreImage/CIFilter.d.ts +5 -1
- package/dist/CoreImage/CIFilterGenerator.d.ts +6 -1
- package/dist/CoreImage/CIFilterShape.d.ts +3 -0
- package/dist/CoreImage/CIImage.d.ts +13 -9
- package/dist/CoreImage/CIImageAccumulator.d.ts +5 -6
- package/dist/CoreImage/CIImageProcessorInput.d.ts +2 -2
- package/dist/CoreImage/CIImageProcessorKernel.d.ts +7 -7
- package/dist/CoreImage/CIImageProcessorOutput.d.ts +2 -2
- package/dist/CoreImage/CIKernel.d.ts +3 -3
- package/dist/CoreImage/CIQRCodeFeature.d.ts +4 -0
- package/dist/CoreImage/CIRAWFilter.d.ts +2 -2
- package/dist/CoreImage/CIRenderDestination.d.ts +2 -2
- package/dist/CoreImage/CIRenderTask.d.ts +1 -1
- package/dist/CoreImage/CISampler.d.ts +3 -0
- package/dist/CoreImage/CIVector.d.ts +4 -0
- package/dist/CoreImage/index.js +31 -30
- package/dist/CoreLocation/CLBackgroundActivitySession.d.ts +1 -1
- package/dist/CoreLocation/CLBeacon.d.ts +4 -0
- package/dist/CoreLocation/CLBeaconIdentityCondition.d.ts +3 -0
- package/dist/CoreLocation/CLBeaconIdentityConstraint.d.ts +3 -0
- package/dist/CoreLocation/CLCondition.d.ts +4 -0
- package/dist/CoreLocation/CLGeocoder.d.ts +9 -9
- package/dist/CoreLocation/CLHeading.d.ts +4 -0
- package/dist/CoreLocation/CLLocationManager.d.ts +4 -4
- package/dist/CoreLocation/CLLocationManagerDelegate.d.ts +1 -1
- package/dist/CoreLocation/CLLocationUpdater.d.ts +2 -2
- package/dist/CoreLocation/CLMonitorConfiguration.d.ts +2 -2
- package/dist/CoreLocation/CLMonitoringEvent.d.ts +3 -0
- package/dist/CoreLocation/CLMonitoringRecord.d.ts +3 -0
- package/dist/CoreLocation/CLPlacemark.d.ts +5 -1
- package/dist/CoreLocation/CLRegion.d.ts +4 -0
- package/dist/CoreLocation/CLServiceSession.d.ts +2 -2
- package/dist/CoreLocation/CLUpdate.d.ts +1 -1
- package/dist/CoreLocation/CLVisit.d.ts +4 -0
- package/dist/CoreLocation/index.js +24 -23
- package/dist/CoreMIDI/MIDI2DeviceInfo.d.ts +3 -4
- package/dist/CoreMIDI/MIDICIDevice.d.ts +1 -1
- package/dist/CoreMIDI/MIDICIDeviceInfo.d.ts +5 -3
- package/dist/CoreMIDI/MIDICIDiscoveredNode.d.ts +4 -2
- package/dist/CoreMIDI/MIDICIProfile.d.ts +3 -0
- package/dist/CoreMIDI/MIDICIProfileResponderDelegate.d.ts +6 -6
- package/dist/CoreMIDI/MIDICIProfileState.d.ts +5 -3
- package/dist/CoreMIDI/MIDICIResponder.d.ts +2 -2
- package/dist/CoreMIDI/MIDICISession.d.ts +9 -9
- package/dist/CoreMIDI/MIDINetworkSession.d.ts +2 -3
- package/dist/CoreMIDI/MIDIUMPCIProfile.d.ts +4 -4
- package/dist/CoreMIDI/MIDIUMPEndpoint.d.ts +2 -2
- package/dist/CoreMIDI/MIDIUMPFunctionBlock.d.ts +1 -1
- package/dist/CoreMIDI/MIDIUMPMutableEndpoint.d.ts +3 -3
- package/dist/CoreMIDI/MIDIUMPMutableFunctionBlock.d.ts +3 -3
- package/dist/CoreMIDI/index.js +20 -19
- package/dist/CoreML/MLArrayBatchProvider.d.ts +7 -3
- package/dist/CoreML/MLBatchProvider.d.ts +2 -2
- package/dist/CoreML/MLCPUComputeDevice.d.ts +3 -0
- package/dist/CoreML/MLComputePlan.d.ts +2 -2
- package/dist/CoreML/MLComputePlanDeviceUsage.d.ts +6 -4
- package/dist/CoreML/MLCustomLayer.d.ts +5 -5
- package/dist/CoreML/MLCustomModel.d.ts +5 -3
- package/dist/CoreML/MLDictionaryConstraint.d.ts +3 -0
- package/dist/CoreML/MLDictionaryFeatureProvider.d.ts +6 -1
- package/dist/CoreML/MLFeatureDescription.d.ts +4 -0
- package/dist/CoreML/MLFeatureValue.d.ts +14 -10
- package/dist/CoreML/MLGPUComputeDevice.d.ts +3 -0
- package/dist/CoreML/MLImageConstraint.d.ts +4 -2
- package/dist/CoreML/MLImageSize.d.ts +3 -0
- package/dist/CoreML/MLImageSizeConstraint.d.ts +3 -0
- package/dist/CoreML/MLKey.d.ts +4 -0
- package/dist/CoreML/MLModel.d.ts +20 -17
- package/dist/CoreML/MLModelAsset.d.ts +6 -6
- package/dist/CoreML/MLModelCollection.d.ts +2 -2
- package/dist/CoreML/MLModelConfiguration.d.ts +4 -0
- package/dist/CoreML/MLModelDescription.d.ts +3 -0
- package/dist/CoreML/MLModelStructure.d.ts +2 -2
- package/dist/CoreML/MLMultiArray.d.ts +6 -3
- package/dist/CoreML/MLMultiArrayConstraint.d.ts +3 -0
- package/dist/CoreML/MLMultiArrayShapeConstraint.d.ts +4 -2
- package/dist/CoreML/MLNeuralEngineComputeDevice.d.ts +3 -0
- package/dist/CoreML/MLNumericConstraint.d.ts +3 -0
- package/dist/CoreML/MLOptimizationHints.d.ts +4 -0
- package/dist/CoreML/MLParameterDescription.d.ts +3 -0
- package/dist/CoreML/MLSequence.d.ts +3 -0
- package/dist/CoreML/MLSequenceConstraint.d.ts +3 -0
- package/dist/CoreML/MLStateConstraint.d.ts +3 -0
- package/dist/CoreML/MLUpdateProgressHandlers.d.ts +1 -1
- package/dist/CoreML/MLUpdateTask.d.ts +4 -4
- package/dist/CoreML/MLWritable.d.ts +1 -1
- package/dist/CoreML/index.js +52 -51
- package/dist/CoreMediaIO/CMIOExtensionClient.d.ts +3 -0
- package/dist/CoreMediaIO/CMIOExtensionDevice.d.ts +2 -2
- package/dist/CoreMediaIO/CMIOExtensionDeviceSource.d.ts +2 -2
- package/dist/CoreMediaIO/CMIOExtensionPropertyAttributes.d.ts +8 -4
- package/dist/CoreMediaIO/CMIOExtensionPropertyState.d.ts +9 -5
- package/dist/CoreMediaIO/CMIOExtensionProvider.d.ts +5 -5
- package/dist/CoreMediaIO/CMIOExtensionProviderSource.d.ts +3 -3
- package/dist/CoreMediaIO/CMIOExtensionScheduledOutput.d.ts +4 -0
- package/dist/CoreMediaIO/CMIOExtensionStream.d.ts +1 -1
- package/dist/CoreMediaIO/CMIOExtensionStreamCustomClockConfiguration.d.ts +4 -0
- package/dist/CoreMediaIO/CMIOExtensionStreamFormat.d.ts +4 -0
- package/dist/CoreMediaIO/CMIOExtensionStreamSource.d.ts +4 -4
- package/dist/CoreMediaIO/index.js +13 -12
- package/dist/CoreMotion/CMAttitude.d.ts +4 -0
- package/dist/CoreMotion/CMBatchedSensorManager.d.ts +2 -2
- package/dist/CoreMotion/CMDyskineticSymptomResult.d.ts +4 -0
- package/dist/CoreMotion/CMLogItem.d.ts +4 -0
- package/dist/CoreMotion/CMOdometerData.d.ts +4 -0
- package/dist/CoreMotion/CMPedometerData.d.ts +4 -0
- package/dist/CoreMotion/CMPedometerEvent.d.ts +4 -0
- package/dist/CoreMotion/CMSensorDataList.d.ts +3 -0
- package/dist/CoreMotion/CMTremorResult.d.ts +4 -0
- package/dist/CoreMotion/CMWaterSubmersionEvent.d.ts +4 -0
- package/dist/CoreMotion/CMWaterSubmersionMeasurement.d.ts +4 -0
- package/dist/CoreMotion/CMWaterTemperature.d.ts +4 -0
- package/dist/CoreMotion/index.js +38 -37
- package/dist/CoreSpotlight/CSCustomAttributeKey.d.ts +4 -0
- package/dist/CoreSpotlight/CSImportExtension.d.ts +4 -1
- package/dist/CoreSpotlight/CSIndexExtensionRequestHandler.d.ts +4 -0
- package/dist/CoreSpotlight/CSPerson.d.ts +4 -0
- package/dist/CoreSpotlight/CSSearchQuery.d.ts +4 -4
- package/dist/CoreSpotlight/CSSearchQueryContext.d.ts +4 -0
- package/dist/CoreSpotlight/CSSearchableIndex.d.ts +10 -9
- package/dist/CoreSpotlight/CSSearchableIndexDelegate.d.ts +2 -2
- package/dist/CoreSpotlight/CSSearchableItem.d.ts +4 -0
- package/dist/CoreSpotlight/CSSearchableItemAttributeSet.d.ts +3 -0
- package/dist/CoreSpotlight/CSSuggestion.d.ts +4 -0
- package/dist/CoreSpotlight/CSUserQuery.d.ts +2 -2
- package/dist/CoreSpotlight/index.js +14 -13
- package/dist/CoreTelephony/CTCellularPlanProperties.d.ts +3 -0
- package/dist/CoreTelephony/CTCellularPlanProvisioning.d.ts +1 -1
- package/dist/CoreTelephony/CTCellularPlanProvisioningRequest.d.ts +3 -0
- package/dist/CoreTelephony/CTCellularPlanStatus.d.ts +2 -2
- package/dist/CoreTelephony/CTTelephonyNetworkInfo.d.ts +2 -2
- package/dist/CoreTelephony/index.js +12 -11
- package/dist/CoreWLAN/CWChannel.d.ts +4 -0
- package/dist/CoreWLAN/CWConfiguration.d.ts +5 -0
- package/dist/CoreWLAN/CWInterface.d.ts +12 -12
- package/dist/CoreWLAN/CWNetwork.d.ts +4 -0
- package/dist/CoreWLAN/CWNetworkProfile.d.ts +5 -0
- package/dist/CoreWLAN/CWWiFiClient.d.ts +3 -3
- package/dist/CoreWLAN/index.js +9 -8
- package/dist/CryptoTokenKit/TKBERTLVRecord.d.ts +3 -4
- package/dist/CryptoTokenKit/TKCompactTLVRecord.d.ts +2 -1
- package/dist/CryptoTokenKit/TKSimpleTLVRecord.d.ts +2 -1
- package/dist/CryptoTokenKit/TKSmartCard.d.ts +9 -9
- package/dist/CryptoTokenKit/TKSmartCardSlotManager.d.ts +2 -2
- package/dist/CryptoTokenKit/TKSmartCardSlotNFCSession.d.ts +1 -1
- package/dist/CryptoTokenKit/TKSmartCardTokenDriverDelegate.d.ts +1 -1
- package/dist/CryptoTokenKit/TKSmartCardTokenRegistrationManager.d.ts +2 -2
- package/dist/CryptoTokenKit/TKSmartCardTokenSession.d.ts +1 -1
- package/dist/CryptoTokenKit/TKSmartCardUserInteraction.d.ts +1 -1
- package/dist/CryptoTokenKit/TKTLVRecord.d.ts +1 -2
- package/dist/CryptoTokenKit/TKToken.d.ts +2 -2
- package/dist/CryptoTokenKit/TKTokenAuthOperation.d.ts +4 -1
- package/dist/CryptoTokenKit/TKTokenConfiguration.d.ts +4 -3
- package/dist/CryptoTokenKit/TKTokenDelegate.d.ts +1 -1
- package/dist/CryptoTokenKit/TKTokenDriverConfiguration.d.ts +4 -4
- package/dist/CryptoTokenKit/TKTokenDriverDelegate.d.ts +1 -1
- package/dist/CryptoTokenKit/TKTokenKeychainContents.d.ts +2 -2
- package/dist/CryptoTokenKit/TKTokenKeychainKey.d.ts +1 -1
- package/dist/CryptoTokenKit/TKTokenSessionDelegate.d.ts +4 -4
- package/dist/CryptoTokenKit/index.js +36 -35
- package/dist/DataDetection/index.js +10 -9
- package/dist/DeviceCheck/DCAppAttestService.d.ts +3 -3
- package/dist/DeviceCheck/DCDevice.d.ts +1 -1
- package/dist/DeviceCheck/index.js +3 -2
- package/dist/DeviceDiscoveryExtension/DDDevice.d.ts +2 -3
- package/dist/DeviceDiscoveryExtension/index.js +4 -3
- package/dist/DiscRecording/DRFSObject.d.ts +3 -3
- package/dist/DiscRecording/DRFileDataProduction.d.ts +2 -3
- package/dist/DiscRecording/index.js +12 -11
- package/dist/DiscRecordingUI/index.js +6 -5
- package/dist/EventKit/EKAlarm.d.ts +3 -0
- package/dist/EventKit/EKEventStore.d.ts +10 -10
- package/dist/EventKit/EKParticipant.d.ts +5 -2
- package/dist/EventKit/EKRecurrenceDayOfWeek.d.ts +4 -0
- package/dist/EventKit/EKRecurrenceEnd.d.ts +4 -0
- package/dist/EventKit/EKRecurrenceRule.d.ts +3 -0
- package/dist/EventKit/EKStructuredLocation.d.ts +5 -2
- package/dist/EventKit/EKVirtualConferenceProvider.d.ts +6 -2
- package/dist/EventKit/EKVirtualConferenceRoomTypeDescriptor.d.ts +2 -3
- package/dist/EventKit/index.js +18 -17
- package/dist/ExceptionHandling/index.js +2 -1
- package/dist/ExecutionPolicy/EPExecutionPolicy.d.ts +1 -1
- package/dist/ExecutionPolicy/index.js +3 -2
- package/dist/ExtensionKit/EXHostViewController.d.ts +1 -1
- package/dist/ExtensionKit/index.js +3 -2
- package/dist/ExternalAccessory/EAAccessoryManager.d.ts +1 -1
- package/dist/ExternalAccessory/EAWiFiUnconfiguredAccessoryBrowser.d.ts +1 -1
- package/dist/ExternalAccessory/index.js +6 -5
- package/dist/FSKit/FSBlockDeviceResource.d.ts +11 -11
- package/dist/FSKit/FSClient.d.ts +1 -1
- package/dist/FSKit/FSContainerStatus.d.ts +3 -0
- package/dist/FSKit/FSDirectoryEntryPacker.d.ts +1 -2
- package/dist/FSKit/FSEntityIdentifier.d.ts +4 -0
- package/dist/FSKit/FSFileName.d.ts +4 -0
- package/dist/FSKit/FSFileSystem.d.ts +3 -0
- package/dist/FSKit/FSFileSystemBase.d.ts +1 -1
- package/dist/FSKit/FSItemAttributes.d.ts +3 -0
- package/dist/FSKit/FSItemGetAttributesRequest.d.ts +3 -0
- package/dist/FSKit/FSManageableResourceMaintenanceOperations.d.ts +2 -2
- package/dist/FSKit/FSProbeResult.d.ts +3 -0
- package/dist/FSKit/FSResource.d.ts +3 -0
- package/dist/FSKit/FSStatFSResult.d.ts +3 -0
- package/dist/FSKit/FSTask.d.ts +2 -2
- package/dist/FSKit/FSUnaryFileSystem.d.ts +3 -0
- package/dist/FSKit/FSUnaryFileSystemOperations.d.ts +3 -3
- package/dist/FSKit/FSVolumeAccessCheckOperations.d.ts +1 -1
- package/dist/FSKit/FSVolumeItemDeactivation.d.ts +1 -1
- package/dist/FSKit/FSVolumeKernelOffloadedIOOperations.d.ts +5 -5
- package/dist/FSKit/FSVolumeOpenCloseOperations.d.ts +2 -2
- package/dist/FSKit/FSVolumeOperations.d.ts +15 -15
- package/dist/FSKit/FSVolumePreallocateOperations.d.ts +1 -1
- package/dist/FSKit/FSVolumeReadWriteOperations.d.ts +2 -2
- package/dist/FSKit/FSVolumeRenameOperations.d.ts +1 -1
- package/dist/FSKit/FSVolumeSupportedCapabilities.d.ts +3 -0
- package/dist/FSKit/FSVolumeXattrOperations.d.ts +3 -3
- package/dist/FSKit/index.js +28 -27
- package/dist/FileProvider/NSFileProviderChangeObserver.d.ts +3 -3
- package/dist/FileProvider/NSFileProviderCustomAction.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderDomainVersion.d.ts +3 -0
- package/dist/FileProvider/NSFileProviderEnumerating.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderEnumerationObserver.d.ts +4 -3
- package/dist/FileProvider/NSFileProviderEnumerator.d.ts +4 -3
- package/dist/FileProvider/NSFileProviderExtension.d.ts +20 -19
- package/dist/FileProvider/NSFileProviderExternalVolumeHandling.d.ts +1 -1
- package/dist/FileProvider/NSFileProviderIncrementalContentFetching.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderItem.d.ts +2 -2
- package/dist/FileProvider/NSFileProviderKnownFolderLocation.d.ts +2 -2
- package/dist/FileProvider/NSFileProviderKnownFolderSupporting.d.ts +1 -1
- package/dist/FileProvider/NSFileProviderManager.d.ts +32 -29
- package/dist/FileProvider/NSFileProviderPartialContentFetching.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderReplicatedExtension.d.ts +7 -5
- package/dist/FileProvider/NSFileProviderSearchEnumerationObserver.d.ts +4 -3
- package/dist/FileProvider/NSFileProviderSearchEnumerator.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderSearchResult.d.ts +1 -1
- package/dist/FileProvider/NSFileProviderServiceSource.d.ts +1 -1
- package/dist/FileProvider/NSFileProviderServicing.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderTestingChildrenEnumeration.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderTestingCollisionResolution.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderTestingContentFetch.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderTestingCreation.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderTestingDeletion.d.ts +3 -2
- package/dist/FileProvider/NSFileProviderTestingIngestion.d.ts +4 -2
- package/dist/FileProvider/NSFileProviderTestingLookup.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderTestingModification.d.ts +4 -2
- package/dist/FileProvider/NSFileProviderThumbnailing.d.ts +1 -1
- package/dist/FileProvider/index.js +10 -9
- package/dist/FileProviderUI/index.js +3 -2
- package/dist/FinderSync/FIFinderSync.d.ts +5 -2
- package/dist/FinderSync/index.js +3 -2
- package/dist/Foundation/NSAffineTransform.d.ts +4 -0
- package/dist/Foundation/NSAppleEventDescriptor.d.ts +32 -28
- package/dist/Foundation/NSAppleEventManager.d.ts +8 -8
- package/dist/Foundation/NSAppleScript.d.ts +7 -4
- package/dist/Foundation/NSArchiver.d.ts +1 -1
- package/dist/Foundation/NSArray.d.ts +21 -20
- package/dist/Foundation/NSAttributedString.d.ts +13 -8
- package/dist/Foundation/NSAttributedStringMarkdownParsingOptions.d.ts +3 -0
- package/dist/Foundation/NSAttributedStringMarkdownSourcePosition.d.ts +4 -0
- package/dist/Foundation/NSBundle.d.ts +5 -5
- package/dist/Foundation/NSBundleResourceRequest.d.ts +1 -1
- package/dist/Foundation/NSByteCountFormatter.d.ts +1 -1
- package/dist/Foundation/NSCache.d.ts +1 -1
- package/dist/Foundation/NSCachedURLResponse.d.ts +4 -0
- package/dist/Foundation/NSCalendar.d.ts +12 -8
- package/dist/Foundation/NSCalendarDate.d.ts +8 -8
- package/dist/Foundation/NSCharacterSet.d.ts +5 -2
- package/dist/Foundation/NSCoder.d.ts +24 -24
- package/dist/Foundation/NSCondition.d.ts +3 -0
- package/dist/Foundation/NSConditionLock.d.ts +3 -0
- package/dist/Foundation/NSConnection.d.ts +3 -3
- package/dist/Foundation/NSCopying.d.ts +1 -1
- package/dist/Foundation/NSData.d.ts +17 -12
- package/dist/Foundation/NSDataDetector.d.ts +2 -2
- package/dist/Foundation/NSDate.d.ts +8 -5
- package/dist/Foundation/NSDateComponents.d.ts +4 -0
- package/dist/Foundation/NSDateComponentsFormatter.d.ts +2 -2
- package/dist/Foundation/NSDateFormatter.d.ts +1 -1
- package/dist/Foundation/NSDateInterval.d.ts +3 -0
- package/dist/Foundation/NSDecimalNumber.d.ts +5 -4
- package/dist/Foundation/NSDecimalNumberHandler.d.ts +4 -0
- package/dist/Foundation/NSDictionary.d.ts +23 -20
- package/dist/Foundation/NSDistantObject.d.ts +2 -2
- package/dist/Foundation/NSEnergyFormatter.d.ts +2 -2
- package/dist/Foundation/NSEnumerator.d.ts +4 -1
- package/dist/Foundation/NSError.d.ts +10 -6
- package/dist/Foundation/NSException.d.ts +4 -0
- package/dist/Foundation/NSExpression.d.ts +8 -5
- package/dist/Foundation/NSExtensionContext.d.ts +2 -2
- package/dist/Foundation/NSExtensionItem.d.ts +4 -0
- package/dist/Foundation/NSFastEnumeration.d.ts +1 -1
- package/dist/Foundation/NSFileCoordinator.d.ts +7 -7
- package/dist/Foundation/NSFileHandle.d.ts +16 -16
- package/dist/Foundation/NSFileManager.d.ts +40 -40
- package/dist/Foundation/NSFilePresenter.d.ts +6 -6
- package/dist/Foundation/NSFileProviderService.d.ts +1 -1
- package/dist/Foundation/NSFileSecurity.d.ts +3 -0
- package/dist/Foundation/NSFileVersion.d.ts +5 -5
- package/dist/Foundation/NSFileWrapper.d.ts +4 -4
- package/dist/Foundation/NSFormatter.d.ts +8 -4
- package/dist/Foundation/NSHTTPCookieStorage.d.ts +1 -1
- package/dist/Foundation/NSHashTable.d.ts +10 -5
- package/dist/Foundation/NSIndexPath.d.ts +6 -2
- package/dist/Foundation/NSIndexSet.d.ts +6 -1
- package/dist/Foundation/NSInflectionRule.d.ts +4 -0
- package/dist/Foundation/NSInputStream.d.ts +1 -1
- package/dist/Foundation/NSInvocation.d.ts +2 -2
- package/dist/Foundation/NSInvocationOperation.d.ts +2 -2
- package/dist/Foundation/NSItemProvider.d.ts +15 -12
- package/dist/Foundation/NSItemProviderWriting.d.ts +1 -1
- package/dist/Foundation/NSJSONSerialization.d.ts +4 -4
- package/dist/Foundation/NSKeyedArchiver.d.ts +4 -4
- package/dist/Foundation/NSKeyedArchiverDelegate.d.ts +3 -3
- package/dist/Foundation/NSKeyedUnarchiver.d.ts +16 -16
- package/dist/Foundation/NSKeyedUnarchiverDelegate.d.ts +2 -2
- package/dist/Foundation/NSLengthFormatter.d.ts +2 -2
- package/dist/Foundation/NSLinguisticTagger.d.ts +11 -11
- package/dist/Foundation/NSListFormatter.d.ts +1 -1
- package/dist/Foundation/NSLocale.d.ts +4 -1
- package/dist/Foundation/NSLocalizedNumberFormatRule.d.ts +4 -0
- package/dist/Foundation/NSLock.d.ts +3 -0
- package/dist/Foundation/NSMapTable.d.ts +8 -3
- package/dist/Foundation/NSMassFormatter.d.ts +2 -2
- package/dist/Foundation/NSMeasurement.d.ts +4 -0
- package/dist/Foundation/NSMetadataItem.d.ts +1 -1
- package/dist/Foundation/NSMetadataQuery.d.ts +3 -2
- package/dist/Foundation/NSMetadataQueryAttributeValueTuple.d.ts +1 -1
- package/dist/Foundation/NSMorphology.d.ts +5 -1
- package/dist/Foundation/NSMorphologyCustomPronoun.d.ts +4 -0
- package/dist/Foundation/NSMorphologyPronoun.d.ts +4 -0
- package/dist/Foundation/NSMutableArray.d.ts +3 -3
- package/dist/Foundation/NSMutableCharacterSet.d.ts +4 -0
- package/dist/Foundation/NSMutableCopying.d.ts +1 -1
- package/dist/Foundation/NSMutableData.d.ts +2 -2
- package/dist/Foundation/NSMutableDictionary.d.ts +2 -2
- package/dist/Foundation/NSMutableOrderedSet.d.ts +5 -5
- package/dist/Foundation/NSMutableString.d.ts +1 -1
- package/dist/Foundation/NSNetService.d.ts +1 -1
- package/dist/Foundation/NSNotification.d.ts +7 -4
- package/dist/Foundation/NSNotificationCenter.d.ts +5 -5
- package/dist/Foundation/NSNull.d.ts +4 -0
- package/dist/Foundation/NSNumber.d.ts +1 -1
- package/dist/Foundation/NSNumberFormatter.d.ts +1 -1
- package/dist/Foundation/NSObject.d.ts +45 -45
- package/dist/Foundation/NSOperation.d.ts +2 -2
- package/dist/Foundation/NSOperationQueue.d.ts +2 -2
- package/dist/Foundation/NSOrderedCollectionChange.d.ts +5 -5
- package/dist/Foundation/NSOrderedCollectionDifference.d.ts +7 -4
- package/dist/Foundation/NSOrderedSet.d.ts +15 -14
- package/dist/Foundation/NSOrthography.d.ts +7 -4
- package/dist/Foundation/NSPersonNameComponents.d.ts +4 -0
- package/dist/Foundation/NSPersonNameComponentsFormatter.d.ts +1 -1
- package/dist/Foundation/NSPointerArray.d.ts +6 -1
- package/dist/Foundation/NSPointerFunctions.d.ts +15 -12
- package/dist/Foundation/NSPort.d.ts +4 -0
- package/dist/Foundation/NSPositionalSpecifier.d.ts +1 -1
- package/dist/Foundation/NSPredicate.d.ts +7 -3
- package/dist/Foundation/NSPresentationIntent.d.ts +4 -0
- package/dist/Foundation/NSProgress.d.ts +8 -8
- package/dist/Foundation/NSPropertyListSerialization.d.ts +6 -6
- package/dist/Foundation/NSProxy.d.ts +1 -1
- package/dist/Foundation/NSPurgeableData.d.ts +3 -0
- package/dist/Foundation/NSRecursiveLock.d.ts +3 -0
- package/dist/Foundation/NSRegularExpression.d.ts +7 -3
- package/dist/Foundation/NSRelativeDateTimeFormatter.d.ts +1 -1
- package/dist/Foundation/NSRunLoop.d.ts +2 -2
- package/dist/Foundation/NSScanner.d.ts +20 -17
- package/dist/Foundation/NSScriptClassDescription.d.ts +4 -4
- package/dist/Foundation/NSScriptCoercionHandler.d.ts +1 -1
- package/dist/Foundation/NSScriptCommand.d.ts +6 -6
- package/dist/Foundation/NSScriptCommandDescription.d.ts +5 -5
- package/dist/Foundation/NSScriptExecutionContext.d.ts +6 -6
- package/dist/Foundation/NSScriptObjectSpecifier.d.ts +3 -3
- package/dist/Foundation/NSScriptSuiteRegistry.d.ts +4 -5
- package/dist/Foundation/NSSet.d.ts +11 -10
- package/dist/Foundation/NSSortDescriptor.d.ts +6 -3
- package/dist/Foundation/NSSpecifierTest.d.ts +1 -1
- package/dist/Foundation/NSSpellServerDelegate.d.ts +1 -1
- package/dist/Foundation/NSStream.d.ts +5 -5
- package/dist/Foundation/NSString.d.ts +45 -39
- package/dist/Foundation/NSTask.d.ts +8 -8
- package/dist/Foundation/NSTermOfAddress.d.ts +4 -0
- package/dist/Foundation/NSTextCheckingResult.d.ts +6 -2
- package/dist/Foundation/NSThread.d.ts +2 -2
- package/dist/Foundation/NSTimeZone.d.ts +4 -0
- package/dist/Foundation/NSTimer.d.ts +4 -4
- package/dist/Foundation/NSURL.d.ts +22 -16
- package/dist/Foundation/NSURLAuthenticationChallenge.d.ts +3 -0
- package/dist/Foundation/NSURLCache.d.ts +1 -1
- package/dist/Foundation/NSURLComponents.d.ts +3 -0
- package/dist/Foundation/NSURLConnection.d.ts +5 -5
- package/dist/Foundation/NSURLCredential.d.ts +4 -0
- package/dist/Foundation/NSURLCredentialStorage.d.ts +3 -3
- package/dist/Foundation/NSURLProtectionSpace.d.ts +4 -0
- package/dist/Foundation/NSURLProtocol.d.ts +1 -1
- package/dist/Foundation/NSURLQueryItem.d.ts +4 -0
- package/dist/Foundation/NSURLRequest.d.ts +5 -0
- package/dist/Foundation/NSURLResponse.d.ts +4 -0
- package/dist/Foundation/NSURLSession.d.ts +8 -8
- package/dist/Foundation/NSURLSessionConfiguration.d.ts +3 -0
- package/dist/Foundation/NSURLSessionDataDelegate.d.ts +1 -1
- package/dist/Foundation/NSURLSessionDelegate.d.ts +1 -1
- package/dist/Foundation/NSURLSessionDownloadTask.d.ts +1 -1
- package/dist/Foundation/NSURLSessionStreamTask.d.ts +2 -2
- package/dist/Foundation/NSURLSessionTask.d.ts +3 -0
- package/dist/Foundation/NSURLSessionTaskDelegate.d.ts +5 -5
- package/dist/Foundation/NSURLSessionUploadTask.d.ts +1 -1
- package/dist/Foundation/NSURLSessionWebSocketTask.d.ts +3 -3
- package/dist/Foundation/NSUUID.d.ts +4 -0
- package/dist/Foundation/NSUbiquitousKeyValueStore.d.ts +2 -2
- package/dist/Foundation/NSUnarchiver.d.ts +4 -4
- package/dist/Foundation/NSUndoManager.d.ts +4 -4
- package/dist/Foundation/NSUnit.d.ts +4 -0
- package/dist/Foundation/NSUnitConverterLinear.d.ts +3 -0
- package/dist/Foundation/NSUserActivity.d.ts +3 -3
- package/dist/Foundation/NSUserAppleScriptTask.d.ts +2 -1
- package/dist/Foundation/NSUserAutomatorTask.d.ts +2 -1
- package/dist/Foundation/NSUserDefaults.d.ts +3 -3
- package/dist/Foundation/NSUserNotification.d.ts +3 -0
- package/dist/Foundation/NSUserNotificationAction.d.ts +3 -0
- package/dist/Foundation/NSUserScriptTask.d.ts +2 -2
- package/dist/Foundation/NSUserUnixTask.d.ts +2 -1
- package/dist/Foundation/NSValue.d.ts +6 -3
- package/dist/Foundation/NSValueTransformer.d.ts +2 -2
- package/dist/Foundation/NSXMLDTD.d.ts +2 -2
- package/dist/Foundation/NSXMLDocument.d.ts +7 -7
- package/dist/Foundation/NSXMLElement.d.ts +1 -1
- package/dist/Foundation/NSXMLNode.d.ts +9 -6
- package/dist/Foundation/NSXPCCoder.d.ts +2 -2
- package/dist/Foundation/NSXPCConnection.d.ts +6 -6
- package/dist/Foundation/NSXPCInterface.d.ts +1 -1
- package/dist/Foundation/NSXPCListenerEndpoint.d.ts +3 -0
- package/dist/Foundation/index.js +275 -274
- package/dist/GLKit/GLKBaseEffect.d.ts +6 -6
- package/dist/GLKit/GLKEffectPropertyFog.d.ts +10 -10
- package/dist/GLKit/GLKEffectPropertyLight.d.ts +12 -12
- package/dist/GLKit/GLKEffectPropertyMaterial.d.ts +2 -2
- package/dist/GLKit/GLKEffectPropertyTexture.d.ts +4 -5
- package/dist/GLKit/GLKMesh.d.ts +2 -2
- package/dist/GLKit/GLKMeshBuffer.d.ts +1 -2
- package/dist/GLKit/GLKMeshBufferAllocator.d.ts +3 -0
- package/dist/GLKit/GLKSkyboxEffect.d.ts +6 -6
- package/dist/GLKit/GLKSubmesh.d.ts +3 -4
- package/dist/GLKit/GLKTextureInfo.d.ts +10 -8
- package/dist/GLKit/GLKTextureLoader.d.ts +16 -16
- package/dist/GLKit/index.js +16 -15
- package/dist/GameController/GCAxis2DInput.d.ts +4 -3
- package/dist/GameController/GCAxisInput.d.ts +4 -3
- package/dist/GameController/GCColor.d.ts +4 -0
- package/dist/GameController/GCController.d.ts +3 -3
- package/dist/GameController/GCControllerAxisInput.d.ts +2 -2
- package/dist/GameController/GCControllerButtonInput.d.ts +6 -6
- package/dist/GameController/GCControllerDirectionPad.d.ts +2 -2
- package/dist/GameController/GCControllerInputState.d.ts +3 -0
- package/dist/GameController/GCControllerTouchpad.d.ts +6 -6
- package/dist/GameController/GCDevice.d.ts +3 -3
- package/dist/GameController/GCDevicePhysicalInput.d.ts +18 -9
- package/dist/GameController/GCDevicePhysicalInputState.d.ts +15 -10
- package/dist/GameController/GCDevicePhysicalInputStateDiff.d.ts +2 -2
- package/dist/GameController/GCExtendedGamepad.d.ts +2 -2
- package/dist/GameController/GCGamepad.d.ts +2 -2
- package/dist/GameController/GCGearShifterElement.d.ts +3 -0
- package/dist/GameController/GCKeyboard.d.ts +3 -0
- package/dist/GameController/GCKeyboardInput.d.ts +2 -2
- package/dist/GameController/GCLinearInput.d.ts +4 -3
- package/dist/GameController/GCMicroGamepad.d.ts +2 -2
- package/dist/GameController/GCMotion.d.ts +2 -2
- package/dist/GameController/GCMouse.d.ts +3 -0
- package/dist/GameController/GCMouseInput.d.ts +2 -2
- package/dist/GameController/GCPhysicalInputElementCollection.d.ts +5 -2
- package/dist/GameController/GCPhysicalInputProfile.d.ts +8 -4
- package/dist/GameController/GCPhysicalInputSource.d.ts +2 -2
- package/dist/GameController/GCPressedStateInput.d.ts +4 -3
- package/dist/GameController/GCRacingWheel.d.ts +4 -1
- package/dist/GameController/GCRacingWheelInputState.d.ts +3 -0
- package/dist/GameController/GCRelativeInput.d.ts +4 -3
- package/dist/GameController/GCSteeringWheelElement.d.ts +3 -0
- package/dist/GameController/GCStylus.d.ts +6 -2
- package/dist/GameController/GCSwitchPositionInput.d.ts +4 -3
- package/dist/GameController/GCTouchedStateInput.d.ts +4 -3
- package/dist/GameController/index.js +39 -38
- package/dist/GameKit/GKAccessPoint.d.ts +11 -11
- package/dist/GameKit/GKAchievement.d.ts +14 -10
- package/dist/GameKit/GKAchievementDescription.d.ts +6 -2
- package/dist/GameKit/GKBasePlayer.d.ts +3 -0
- package/dist/GameKit/GKChallenge.d.ts +5 -1
- package/dist/GameKit/GKChallengeDefinition.d.ts +3 -3
- package/dist/GameKit/GKChallengesViewController.d.ts +3 -0
- package/dist/GameKit/GKCloudPlayer.d.ts +1 -1
- package/dist/GameKit/GKFriendRequestComposeViewController.d.ts +4 -1
- package/dist/GameKit/GKGameActivity.d.ts +4 -4
- package/dist/GameKit/GKGameActivityDefinition.d.ts +5 -5
- package/dist/GameKit/GKGameCenterViewController.d.ts +4 -1
- package/dist/GameKit/GKGameSession.d.ts +11 -11
- package/dist/GameKit/GKLeaderboard.d.ts +11 -11
- package/dist/GameKit/GKLeaderboardEntry.d.ts +2 -2
- package/dist/GameKit/GKLeaderboardSet.d.ts +8 -4
- package/dist/GameKit/GKLocalPlayer.d.ts +25 -22
- package/dist/GameKit/GKMatch.d.ts +6 -6
- package/dist/GameKit/GKMatchRequest.d.ts +4 -4
- package/dist/GameKit/GKMatchedPlayers.d.ts +1 -1
- package/dist/GameKit/GKMatchmaker.d.ts +13 -13
- package/dist/GameKit/GKMatchmakerViewController.d.ts +5 -2
- package/dist/GameKit/GKNotificationBanner.d.ts +2 -2
- package/dist/GameKit/GKPlayer.d.ts +2 -2
- package/dist/GameKit/GKSavedGame.d.ts +4 -1
- package/dist/GameKit/GKScore.d.ts +11 -7
- package/dist/GameKit/GKTurnBasedExchange.d.ts +2 -2
- package/dist/GameKit/GKTurnBasedMatch.d.ts +20 -20
- package/dist/GameKit/GKTurnBasedMatchmakerViewController.d.ts +3 -0
- package/dist/GameKit/index.js +44 -43
- package/dist/GameSave/index.js +4 -3
- package/dist/GameplayKit/GKAgent.d.ts +3 -1
- package/dist/GameplayKit/GKBehavior.d.ts +4 -0
- package/dist/GameplayKit/GKComponent.d.ts +4 -0
- package/dist/GameplayKit/GKComponentSystem.d.ts +3 -0
- package/dist/GameplayKit/GKDecisionTree.d.ts +7 -3
- package/dist/GameplayKit/GKEntity.d.ts +4 -0
- package/dist/GameplayKit/GKGameModel.d.ts +4 -4
- package/dist/GameplayKit/GKGoal.d.ts +3 -0
- package/dist/GameplayKit/GKGraph.d.ts +4 -0
- package/dist/GameplayKit/GKGraphNode.d.ts +3 -0
- package/dist/GameplayKit/GKGridGraph.d.ts +1 -1
- package/dist/GameplayKit/GKMinmaxStrategist.d.ts +3 -0
- package/dist/GameplayKit/GKMonteCarloStrategist.d.ts +3 -0
- package/dist/GameplayKit/GKPolygonObstacle.d.ts +3 -0
- package/dist/GameplayKit/GKRandomSource.d.ts +4 -0
- package/dist/GameplayKit/GKSCNNodeComponent.d.ts +3 -0
- package/dist/GameplayKit/GKSKNodeComponent.d.ts +3 -0
- package/dist/GameplayKit/GKScene.d.ts +4 -0
- package/dist/GameplayKit/GKStrategist.d.ts +3 -1
- package/dist/GameplayKit/index.js +59 -58
- package/dist/HealthKit/HKActivityMoveModeObject.d.ts +4 -0
- package/dist/HealthKit/HKActivitySummary.d.ts +4 -0
- package/dist/HealthKit/HKActivitySummaryQuery.d.ts +3 -3
- package/dist/HealthKit/HKAnchoredObjectQuery.d.ts +5 -5
- package/dist/HealthKit/HKAttachment.d.ts +4 -0
- package/dist/HealthKit/HKAttachmentStore.d.ts +5 -5
- package/dist/HealthKit/HKAudiogramSensitivityPoint.d.ts +5 -2
- package/dist/HealthKit/HKAudiogramSensitivityPointClampingRange.d.ts +5 -1
- package/dist/HealthKit/HKAudiogramSensitivityTest.d.ts +5 -1
- package/dist/HealthKit/HKBiologicalSexObject.d.ts +4 -0
- package/dist/HealthKit/HKBloodTypeObject.d.ts +4 -0
- package/dist/HealthKit/HKCDADocumentSample.d.ts +1 -1
- package/dist/HealthKit/HKClinicalCoding.d.ts +4 -0
- package/dist/HealthKit/HKClinicalRecord.d.ts +3 -0
- package/dist/HealthKit/HKContactsLensSpecification.d.ts +4 -0
- package/dist/HealthKit/HKContactsPrescription.d.ts +3 -0
- package/dist/HealthKit/HKCorrelationQuery.d.ts +1 -1
- package/dist/HealthKit/HKDeletedObject.d.ts +3 -0
- package/dist/HealthKit/HKDevice.d.ts +4 -0
- package/dist/HealthKit/HKDocumentQuery.d.ts +1 -1
- package/dist/HealthKit/HKElectrocardiogramQuery.d.ts +1 -1
- package/dist/HealthKit/HKElectrocardiogramVoltageMeasurement.d.ts +3 -0
- package/dist/HealthKit/HKFHIRResource.d.ts +4 -0
- package/dist/HealthKit/HKFHIRVersion.d.ts +5 -1
- package/dist/HealthKit/HKFitzpatrickSkinTypeObject.d.ts +4 -0
- package/dist/HealthKit/HKGlassesLensSpecification.d.ts +4 -0
- package/dist/HealthKit/HKGlassesPrescription.d.ts +3 -0
- package/dist/HealthKit/HKHealthConceptIdentifier.d.ts +4 -0
- package/dist/HealthKit/HKHealthStore.d.ts +27 -27
- package/dist/HealthKit/HKHeartbeatSeriesBuilder.d.ts +3 -3
- package/dist/HealthKit/HKHeartbeatSeriesQuery.d.ts +1 -1
- package/dist/HealthKit/HKMedicationConcept.d.ts +5 -2
- package/dist/HealthKit/HKMedicationDoseEvent.d.ts +3 -0
- package/dist/HealthKit/HKObject.d.ts +3 -0
- package/dist/HealthKit/HKObjectType.d.ts +4 -0
- package/dist/HealthKit/HKObserverQuery.d.ts +2 -2
- package/dist/HealthKit/HKQuantity.d.ts +4 -0
- package/dist/HealthKit/HKQuantitySeriesSampleBuilder.d.ts +4 -4
- package/dist/HealthKit/HKQuantitySeriesSampleQuery.d.ts +2 -2
- package/dist/HealthKit/HKQueryAnchor.d.ts +4 -0
- package/dist/HealthKit/HKQueryDescriptor.d.ts +4 -0
- package/dist/HealthKit/HKSampleQuery.d.ts +3 -3
- package/dist/HealthKit/HKScoredAssessment.d.ts +3 -0
- package/dist/HealthKit/HKSource.d.ts +4 -0
- package/dist/HealthKit/HKSourceQuery.d.ts +1 -1
- package/dist/HealthKit/HKSourceRevision.d.ts +4 -0
- package/dist/HealthKit/HKStateOfMind.d.ts +3 -0
- package/dist/HealthKit/HKStatistics.d.ts +4 -0
- package/dist/HealthKit/HKStatisticsCollectionQuery.d.ts +4 -4
- package/dist/HealthKit/HKStatisticsQuery.d.ts +1 -1
- package/dist/HealthKit/HKUnit.d.ts +4 -0
- package/dist/HealthKit/HKUserAnnotatedMedication.d.ts +4 -0
- package/dist/HealthKit/HKUserAnnotatedMedicationQuery.d.ts +1 -1
- package/dist/HealthKit/HKVerifiableClinicalRecordQuery.d.ts +2 -2
- package/dist/HealthKit/HKVerifiableClinicalRecordSubject.d.ts +4 -0
- package/dist/HealthKit/HKVisionPrescription.d.ts +3 -0
- package/dist/HealthKit/HKVisionPrism.d.ts +4 -0
- package/dist/HealthKit/HKWheelchairUseObject.d.ts +4 -0
- package/dist/HealthKit/HKWorkoutActivity.d.ts +4 -0
- package/dist/HealthKit/HKWorkoutBuilder.d.ts +9 -9
- package/dist/HealthKit/HKWorkoutConfiguration.d.ts +4 -0
- package/dist/HealthKit/HKWorkoutEffortRelationship.d.ts +4 -0
- package/dist/HealthKit/HKWorkoutEffortRelationshipQuery.d.ts +1 -1
- package/dist/HealthKit/HKWorkoutEvent.d.ts +4 -0
- package/dist/HealthKit/HKWorkoutRouteBuilder.d.ts +3 -3
- package/dist/HealthKit/HKWorkoutRouteQuery.d.ts +2 -2
- package/dist/HealthKit/HKWorkoutSession.d.ts +8 -5
- package/dist/HealthKit/index.js +109 -108
- package/dist/IOSurface/IOSurface.d.ts +8 -5
- package/dist/IOSurface/index.js +2 -1
- package/dist/IOUSBHost/IOUSBHostCIControllerStateMachine.d.ts +5 -5
- package/dist/IOUSBHost/IOUSBHostCIDeviceStateMachine.d.ts +4 -4
- package/dist/IOUSBHost/IOUSBHostCIEndpointStateMachine.d.ts +5 -5
- package/dist/IOUSBHost/IOUSBHostCIPortStateMachine.d.ts +5 -5
- package/dist/IOUSBHost/IOUSBHostControllerInterface.d.ts +8 -8
- package/dist/IOUSBHost/IOUSBHostDevice.d.ts +5 -5
- package/dist/IOUSBHost/IOUSBHostInterface.d.ts +6 -5
- package/dist/IOUSBHost/IOUSBHostObject.d.ts +24 -24
- package/dist/IOUSBHost/IOUSBHostPipe.d.ts +20 -20
- package/dist/IOUSBHost/IOUSBHostStream.d.ts +4 -4
- package/dist/IOUSBHost/index.js +12 -11
- package/dist/IdentityLookup/ILClassificationRequest.d.ts +3 -0
- package/dist/IdentityLookup/ILClassificationResponse.d.ts +3 -0
- package/dist/IdentityLookup/ILCommunication.d.ts +3 -0
- package/dist/IdentityLookup/ILMessageFilterCapabilitiesQueryRequest.d.ts +3 -0
- package/dist/IdentityLookup/ILMessageFilterCapabilitiesQueryResponse.d.ts +3 -0
- package/dist/IdentityLookup/ILMessageFilterExtensionContext.d.ts +1 -1
- package/dist/IdentityLookup/ILMessageFilterQueryRequest.d.ts +3 -0
- package/dist/IdentityLookup/ILMessageFilterQueryResponse.d.ts +3 -0
- package/dist/IdentityLookup/ILNetworkResponse.d.ts +3 -0
- package/dist/IdentityLookup/index.js +15 -14
- package/dist/ImageCaptureCore/ICCameraDevice.d.ts +2 -2
- package/dist/ImageCaptureCore/ICCameraFile.d.ts +6 -6
- package/dist/ImageCaptureCore/ICDevice.d.ts +3 -3
- package/dist/ImageCaptureCore/index.js +19 -18
- package/dist/InputMethodKit/IMKCandidates.d.ts +6 -6
- package/dist/InputMethodKit/IMKInputController.d.ts +4 -0
- package/dist/InputMethodKit/index.js +4 -3
- package/dist/InstallerPlugins/index.js +4 -3
- package/dist/InstantMessage/IMAVManager.d.ts +3 -3
- package/dist/InstantMessage/IMService.d.ts +4 -5
- package/dist/InstantMessage/index.js +7 -6
- package/dist/Intents/INAirline.d.ts +4 -0
- package/dist/Intents/INAirport.d.ts +4 -0
- package/dist/Intents/INAirportGate.d.ts +4 -0
- package/dist/Intents/INBalanceAmount.d.ts +4 -0
- package/dist/Intents/INBillDetails.d.ts +4 -0
- package/dist/Intents/INBillPayee.d.ts +4 -0
- package/dist/Intents/INBoatReservation.d.ts +3 -0
- package/dist/Intents/INBoatTrip.d.ts +4 -0
- package/dist/Intents/INBookRestaurantReservationIntent.d.ts +3 -0
- package/dist/Intents/INBusReservation.d.ts +3 -0
- package/dist/Intents/INBusTrip.d.ts +4 -0
- package/dist/Intents/INCallGroup.d.ts +4 -0
- package/dist/Intents/INCallRecord.d.ts +4 -0
- package/dist/Intents/INCallRecordFilter.d.ts +4 -0
- package/dist/Intents/INCar.d.ts +4 -0
- package/dist/Intents/INCarHeadUnit.d.ts +4 -0
- package/dist/Intents/INCurrencyAmount.d.ts +4 -0
- package/dist/Intents/INDateComponentsRange.d.ts +4 -0
- package/dist/Intents/INDefaultCardTemplate.d.ts +4 -0
- package/dist/Intents/INEnergyResolutionResult.d.ts +2 -2
- package/dist/Intents/INExtension.d.ts +3 -0
- package/dist/Intents/INFile.d.ts +3 -0
- package/dist/Intents/INFlight.d.ts +4 -0
- package/dist/Intents/INFlightReservation.d.ts +3 -0
- package/dist/Intents/INFocusStatus.d.ts +4 -0
- package/dist/Intents/INFocusStatusCenter.d.ts +1 -1
- package/dist/Intents/INGetAvailableRestaurantReservationBookingsIntent.d.ts +3 -0
- package/dist/Intents/INGetUserCurrentRestaurantReservationBookingsIntent.d.ts +3 -0
- package/dist/Intents/INImage.d.ts +4 -0
- package/dist/Intents/INImageNoteContent.d.ts +3 -0
- package/dist/Intents/INIntent.d.ts +4 -0
- package/dist/Intents/INIntentDonationMetadata.d.ts +4 -0
- package/dist/Intents/INIntentHandlerProviding.d.ts +1 -1
- package/dist/Intents/INIntentResponse.d.ts +4 -0
- package/dist/Intents/INInteraction.d.ts +9 -5
- package/dist/Intents/INLengthResolutionResult.d.ts +2 -2
- package/dist/Intents/INLodgingReservation.d.ts +3 -0
- package/dist/Intents/INMassResolutionResult.d.ts +2 -2
- package/dist/Intents/INMediaDestination.d.ts +4 -0
- package/dist/Intents/INMediaItem.d.ts +4 -0
- package/dist/Intents/INMediaSearch.d.ts +4 -0
- package/dist/Intents/INMessage.d.ts +4 -0
- package/dist/Intents/INMessageLinkMetadata.d.ts +4 -0
- package/dist/Intents/INMessageReaction.d.ts +4 -0
- package/dist/Intents/INNote.d.ts +4 -0
- package/dist/Intents/INNoteContent.d.ts +4 -0
- package/dist/Intents/INObject.d.ts +4 -0
- package/dist/Intents/INObjectCollection.d.ts +6 -3
- package/dist/Intents/INObjectSection.d.ts +4 -0
- package/dist/Intents/INParameter.d.ts +4 -0
- package/dist/Intents/INPaymentAccount.d.ts +4 -0
- package/dist/Intents/INPaymentAmount.d.ts +4 -0
- package/dist/Intents/INPaymentMethod.d.ts +4 -0
- package/dist/Intents/INPaymentRecord.d.ts +4 -0
- package/dist/Intents/INPerson.d.ts +5 -0
- package/dist/Intents/INPersonHandle.d.ts +4 -0
- package/dist/Intents/INPriceRange.d.ts +4 -0
- package/dist/Intents/INRecurrenceRule.d.ts +4 -0
- package/dist/Intents/INRelevanceProvider.d.ts +4 -0
- package/dist/Intents/INRelevantShortcut.d.ts +4 -0
- package/dist/Intents/INRelevantShortcutStore.d.ts +1 -1
- package/dist/Intents/INRentalCar.d.ts +4 -0
- package/dist/Intents/INRentalCarReservation.d.ts +3 -0
- package/dist/Intents/INReservation.d.ts +4 -0
- package/dist/Intents/INReservationAction.d.ts +4 -0
- package/dist/Intents/INRestaurant.d.ts +4 -0
- package/dist/Intents/INRestaurantGuestDisplayPreferences.d.ts +4 -0
- package/dist/Intents/INRestaurantOffer.d.ts +4 -0
- package/dist/Intents/INRestaurantReservation.d.ts +3 -0
- package/dist/Intents/INRestaurantReservationBooking.d.ts +4 -0
- package/dist/Intents/INRestaurantReservationUserBooking.d.ts +3 -0
- package/dist/Intents/INRideCompletionStatus.d.ts +4 -0
- package/dist/Intents/INRideDriver.d.ts +3 -0
- package/dist/Intents/INRideFareLineItem.d.ts +4 -0
- package/dist/Intents/INRideOption.d.ts +3 -0
- package/dist/Intents/INRidePartySizeOption.d.ts +4 -0
- package/dist/Intents/INRideStatus.d.ts +4 -0
- package/dist/Intents/INRideVehicle.d.ts +6 -2
- package/dist/Intents/INSeat.d.ts +4 -0
- package/dist/Intents/INSendMessageIntent.d.ts +3 -0
- package/dist/Intents/INShortcut.d.ts +4 -0
- package/dist/Intents/INSpatialEventTrigger.d.ts +4 -0
- package/dist/Intents/INSpeakable.d.ts +2 -2
- package/dist/Intents/INSpeakableString.d.ts +5 -0
- package/dist/Intents/INSpeedResolutionResult.d.ts +2 -2
- package/dist/Intents/INStartCallIntent.d.ts +3 -0
- package/dist/Intents/INSticker.d.ts +4 -0
- package/dist/Intents/INTask.d.ts +4 -0
- package/dist/Intents/INTaskList.d.ts +4 -0
- package/dist/Intents/INTemperatureResolutionResult.d.ts +2 -2
- package/dist/Intents/INTemporalEventTrigger.d.ts +4 -0
- package/dist/Intents/INTermsAndConditions.d.ts +4 -0
- package/dist/Intents/INTextNoteContent.d.ts +3 -0
- package/dist/Intents/INTicketedEvent.d.ts +4 -0
- package/dist/Intents/INTicketedEventReservation.d.ts +3 -0
- package/dist/Intents/INTrainReservation.d.ts +3 -0
- package/dist/Intents/INTrainTrip.d.ts +4 -0
- package/dist/Intents/INUserContext.d.ts +3 -0
- package/dist/Intents/INVocabulary.d.ts +1 -2
- package/dist/Intents/INVoiceShortcut.d.ts +4 -0
- package/dist/Intents/INVoiceShortcutCenter.d.ts +2 -2
- package/dist/Intents/INVolumeResolutionResult.d.ts +2 -2
- package/dist/Intents/index.js +310 -309
- package/dist/IntentsUI/index.js +4 -3
- package/dist/JavaRuntimeSupport/index.js +6 -5
- package/dist/JavaScriptCore/index.js +5 -4
- package/dist/LinkPresentation/LPLinkMetadata.d.ts +4 -0
- package/dist/LinkPresentation/LPMetadataProvider.d.ts +2 -2
- package/dist/LinkPresentation/index.js +4 -3
- package/dist/LocalAuthentication/LAContext.d.ts +3 -3
- package/dist/LocalAuthentication/LAEnvironmentState.d.ts +3 -0
- package/dist/LocalAuthentication/LAPrivateKey.d.ts +3 -3
- package/dist/LocalAuthentication/LAPublicKey.d.ts +3 -3
- package/dist/LocalAuthentication/LARight.d.ts +2 -2
- package/dist/LocalAuthentication/LARightStore.d.ts +6 -6
- package/dist/LocalAuthentication/LASecret.d.ts +1 -1
- package/dist/LocalAuthentication/index.js +19 -18
- package/dist/LocalAuthenticationEmbeddedUI/index.js +2 -1
- package/dist/MLCompute/MLCActivationDescriptor.d.ts +3 -0
- package/dist/MLCompute/MLCAdamOptimizer.d.ts +3 -0
- package/dist/MLCompute/MLCAdamWOptimizer.d.ts +3 -0
- package/dist/MLCompute/MLCConvolutionDescriptor.d.ts +3 -0
- package/dist/MLCompute/MLCDevice.d.ts +6 -3
- package/dist/MLCompute/MLCEmbeddingDescriptor.d.ts +3 -0
- package/dist/MLCompute/MLCInferenceGraph.d.ts +4 -4
- package/dist/MLCompute/MLCLSTMDescriptor.d.ts +3 -0
- package/dist/MLCompute/MLCLossDescriptor.d.ts +3 -0
- package/dist/MLCompute/MLCMatMulDescriptor.d.ts +3 -0
- package/dist/MLCompute/MLCMultiheadAttentionDescriptor.d.ts +3 -0
- package/dist/MLCompute/MLCOptimizer.d.ts +3 -0
- package/dist/MLCompute/MLCOptimizerDescriptor.d.ts +3 -0
- package/dist/MLCompute/MLCPaddingLayer.d.ts +3 -0
- package/dist/MLCompute/MLCPoolingDescriptor.d.ts +3 -0
- package/dist/MLCompute/MLCRMSPropOptimizer.d.ts +3 -0
- package/dist/MLCompute/MLCSGDOptimizer.d.ts +3 -0
- package/dist/MLCompute/MLCTensor.d.ts +3 -0
- package/dist/MLCompute/MLCTensorDescriptor.d.ts +3 -0
- package/dist/MLCompute/MLCTensorOptimizerDeviceData.d.ts +3 -0
- package/dist/MLCompute/MLCTrainingGraph.d.ts +7 -7
- package/dist/MLCompute/MLCYOLOLossDescriptor.d.ts +3 -0
- package/dist/MLCompute/index.js +57 -56
- package/dist/MailKit/MEAddressAnnotation.d.ts +3 -0
- package/dist/MailKit/MEComposeSession.d.ts +3 -0
- package/dist/MailKit/MEComposeSessionHandler.d.ts +3 -2
- package/dist/MailKit/MEDecodedMessage.d.ts +3 -0
- package/dist/MailKit/MEDecodedMessageBanner.d.ts +4 -0
- package/dist/MailKit/MEEmailAddress.d.ts +4 -0
- package/dist/MailKit/MEEncodedOutgoingMessage.d.ts +3 -0
- package/dist/MailKit/MEExtensionManager.d.ts +2 -2
- package/dist/MailKit/MEMessage.d.ts +5 -2
- package/dist/MailKit/MEMessageAction.d.ts +3 -0
- package/dist/MailKit/MEMessageActionDecision.d.ts +3 -0
- package/dist/MailKit/MEMessageActionHandler.d.ts +1 -1
- package/dist/MailKit/MEMessageEncodingResult.d.ts +3 -0
- package/dist/MailKit/MEMessageSecurityHandler.d.ts +1 -1
- package/dist/MailKit/MEMessageSecurityInformation.d.ts +3 -0
- package/dist/MailKit/MEMessageSigner.d.ts +3 -0
- package/dist/MailKit/MEOutgoingMessageEncodingStatus.d.ts +3 -0
- package/dist/MailKit/index.js +17 -16
- package/dist/MapKit/MKAddressFilter.d.ts +4 -0
- package/dist/MapKit/MKAnnotationView.d.ts +12 -1
- package/dist/MapKit/MKClusterAnnotation.d.ts +3 -3
- package/dist/MapKit/MKDirections.d.ts +3 -2
- package/dist/MapKit/MKGeoJSONDecoder.d.ts +2 -1
- package/dist/MapKit/MKGeoJSONFeature.d.ts +5 -2
- package/dist/MapKit/MKGeocodingRequest.d.ts +1 -1
- package/dist/MapKit/MKLocalPointsOfInterestRequest.d.ts +3 -0
- package/dist/MapKit/MKLocalSearch.d.ts +2 -1
- package/dist/MapKit/MKLocalSearchRequest.d.ts +3 -0
- package/dist/MapKit/MKLookAroundScene.d.ts +3 -0
- package/dist/MapKit/MKLookAroundSceneRequest.d.ts +1 -1
- package/dist/MapKit/MKLookAroundSnapshotter.d.ts +1 -1
- package/dist/MapKit/MKLookAroundViewController.d.ts +3 -3
- package/dist/MapKit/MKMapCamera.d.ts +4 -0
- package/dist/MapKit/MKMapCameraBoundary.d.ts +3 -0
- package/dist/MapKit/MKMapCameraZoomRange.d.ts +4 -0
- package/dist/MapKit/MKMapConfiguration.d.ts +4 -0
- package/dist/MapKit/MKMapItem.d.ts +5 -2
- package/dist/MapKit/MKMapItemAnnotation.d.ts +3 -0
- package/dist/MapKit/MKMapItemIdentifier.d.ts +4 -0
- package/dist/MapKit/MKMapItemRequest.d.ts +2 -2
- package/dist/MapKit/MKMapSnapshotOptions.d.ts +3 -0
- package/dist/MapKit/MKMapSnapshotter.d.ts +2 -2
- package/dist/MapKit/MKMapView.d.ts +16 -14
- package/dist/MapKit/MKMapViewDelegate.d.ts +1 -2
- package/dist/MapKit/MKMultiPoint.d.ts +3 -0
- package/dist/MapKit/MKMultiPolygon.d.ts +3 -0
- package/dist/MapKit/MKMultiPolyline.d.ts +3 -0
- package/dist/MapKit/MKOverlayPathRenderer.d.ts +4 -4
- package/dist/MapKit/MKOverlayRenderer.d.ts +10 -3
- package/dist/MapKit/MKPlacemark.d.ts +3 -0
- package/dist/MapKit/MKPointAnnotation.d.ts +3 -0
- package/dist/MapKit/MKPointOfInterestCategory.d.ts +76 -5
- package/dist/MapKit/MKPointOfInterestCategory.js +75 -0
- package/dist/MapKit/MKPointOfInterestFilter.d.ts +4 -0
- package/dist/MapKit/MKPolygon.d.ts +3 -0
- package/dist/MapKit/MKPolyline.d.ts +3 -0
- package/dist/MapKit/MKReverseGeocodingRequest.d.ts +1 -1
- package/dist/MapKit/MKTileOverlay.d.ts +1 -1
- package/dist/MapKit/MKUserLocation.d.ts +1 -1
- package/dist/MapKit/index.d.ts +1 -1
- package/dist/MapKit/index.js +76 -74
- package/dist/Matter/MTRAccessControlClusterAccessControlEntryChangedEvent.d.ts +3 -0
- package/dist/Matter/MTRAccessControlClusterAccessControlEntryStruct.d.ts +3 -0
- package/dist/Matter/MTRAccessControlClusterAccessControlExtensionChangedEvent.d.ts +3 -0
- package/dist/Matter/MTRAccessControlClusterAccessControlExtensionStruct.d.ts +3 -0
- package/dist/Matter/MTRAccessControlClusterAccessControlTargetStruct.d.ts +3 -0
- package/dist/Matter/MTRAccessControlClusterAccessRestrictionEntryStruct.d.ts +3 -0
- package/dist/Matter/MTRAccessControlClusterAccessRestrictionStruct.d.ts +3 -0
- package/dist/Matter/MTRAccessControlClusterCommissioningAccessRestrictionEntryStruct.d.ts +3 -0
- package/dist/Matter/MTRAccessControlClusterFabricRestrictionReviewUpdateEvent.d.ts +3 -0
- package/dist/Matter/MTRAccessControlClusterReviewFabricRestrictionsParams.d.ts +3 -0
- package/dist/Matter/MTRAccessControlClusterReviewFabricRestrictionsResponseParams.d.ts +4 -1
- package/dist/Matter/MTRAccessGrant.d.ts +3 -0
- package/dist/Matter/MTRAccountLoginClusterGetSetupPINParams.d.ts +3 -0
- package/dist/Matter/MTRAccountLoginClusterGetSetupPINResponseParams.d.ts +4 -1
- package/dist/Matter/MTRAccountLoginClusterLoggedOutEvent.d.ts +3 -0
- package/dist/Matter/MTRAccountLoginClusterLoginParams.d.ts +3 -0
- package/dist/Matter/MTRAccountLoginClusterLogoutParams.d.ts +3 -0
- package/dist/Matter/MTRActionsClusterActionFailedEvent.d.ts +3 -0
- package/dist/Matter/MTRActionsClusterActionStruct.d.ts +3 -0
- package/dist/Matter/MTRActionsClusterDisableActionParams.d.ts +3 -0
- package/dist/Matter/MTRActionsClusterDisableActionWithDurationParams.d.ts +3 -0
- package/dist/Matter/MTRActionsClusterEnableActionParams.d.ts +3 -0
- package/dist/Matter/MTRActionsClusterEnableActionWithDurationParams.d.ts +3 -0
- package/dist/Matter/MTRActionsClusterEndpointListStruct.d.ts +3 -0
- package/dist/Matter/MTRActionsClusterInstantActionParams.d.ts +3 -0
- package/dist/Matter/MTRActionsClusterInstantActionWithTransitionParams.d.ts +3 -0
- package/dist/Matter/MTRActionsClusterPauseActionParams.d.ts +3 -0
- package/dist/Matter/MTRActionsClusterPauseActionWithDurationParams.d.ts +3 -0
- package/dist/Matter/MTRActionsClusterResumeActionParams.d.ts +3 -0
- package/dist/Matter/MTRActionsClusterStartActionParams.d.ts +3 -0
- package/dist/Matter/MTRActionsClusterStartActionWithDurationParams.d.ts +3 -0
- package/dist/Matter/MTRActionsClusterStateChangedEvent.d.ts +3 -0
- package/dist/Matter/MTRActionsClusterStopActionParams.d.ts +3 -0
- package/dist/Matter/MTRActivatedCarbonFilterMonitoringClusterReplacementProductStruct.d.ts +3 -0
- package/dist/Matter/MTRActivatedCarbonFilterMonitoringClusterResetConditionParams.d.ts +3 -0
- package/dist/Matter/MTRAdministratorCommissioningClusterOpenBasicCommissioningWindowParams.d.ts +3 -0
- package/dist/Matter/MTRAdministratorCommissioningClusterOpenCommissioningWindowParams.d.ts +3 -0
- package/dist/Matter/MTRAdministratorCommissioningClusterRevokeCommissioningParams.d.ts +3 -0
- package/dist/Matter/MTRApplicationBasicClusterApplicationStruct.d.ts +3 -0
- package/dist/Matter/MTRApplicationLauncherClusterApplicationEPStruct.d.ts +3 -0
- package/dist/Matter/MTRApplicationLauncherClusterApplicationStruct.d.ts +3 -0
- package/dist/Matter/MTRApplicationLauncherClusterHideAppParams.d.ts +3 -0
- package/dist/Matter/MTRApplicationLauncherClusterLaunchAppParams.d.ts +3 -0
- package/dist/Matter/MTRApplicationLauncherClusterLauncherResponseParams.d.ts +4 -1
- package/dist/Matter/MTRApplicationLauncherClusterStopAppParams.d.ts +3 -0
- package/dist/Matter/MTRAsyncCallbackQueueWorkItem.d.ts +1 -1
- package/dist/Matter/MTRAsyncCallbackWorkQueue.d.ts +1 -1
- package/dist/Matter/MTRAttributeCacheContainer.d.ts +1 -1
- package/dist/Matter/MTRAttributeReport.d.ts +2 -2
- package/dist/Matter/MTRAttributeRequestPath.d.ts +4 -0
- package/dist/Matter/MTRAudioOutputClusterOutputInfoStruct.d.ts +3 -0
- package/dist/Matter/MTRAudioOutputClusterRenameOutputParams.d.ts +3 -0
- package/dist/Matter/MTRAudioOutputClusterSelectOutputParams.d.ts +3 -0
- package/dist/Matter/MTRBarrierControlClusterBarrierControlGoToPercentParams.d.ts +3 -0
- package/dist/Matter/MTRBarrierControlClusterBarrierControlStopParams.d.ts +3 -0
- package/dist/Matter/MTRBaseClusterAccessControl.d.ts +70 -69
- package/dist/Matter/MTRBaseClusterAccountLogin.d.ts +35 -34
- package/dist/Matter/MTRBaseClusterActions.d.ts +51 -50
- package/dist/Matter/MTRBaseClusterActivatedCarbonFilterMonitoring.d.ts +35 -34
- package/dist/Matter/MTRBaseClusterAdministratorCommissioning.d.ts +51 -50
- package/dist/Matter/MTRBaseClusterAirQuality.d.ts +20 -19
- package/dist/Matter/MTRBaseClusterApplicationBasic.d.ts +81 -80
- package/dist/Matter/MTRBaseClusterApplicationLauncher.d.ts +54 -53
- package/dist/Matter/MTRBaseClusterAudioOutput.d.ts +45 -44
- package/dist/Matter/MTRBaseClusterBallastConfiguration.d.ts +117 -116
- package/dist/Matter/MTRBaseClusterBarrierControl.d.ts +93 -92
- package/dist/Matter/MTRBaseClusterBasic.d.ts +77 -76
- package/dist/Matter/MTRBaseClusterBasicInformation.d.ts +86 -85
- package/dist/Matter/MTRBaseClusterBinaryInputBasic.d.ts +87 -86
- package/dist/Matter/MTRBaseClusterBinding.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterBooleanState.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterBooleanStateConfiguration.d.ts +41 -40
- package/dist/Matter/MTRBaseClusterBridgedDeviceBasic.d.ts +62 -61
- package/dist/Matter/MTRBaseClusterBridgedDeviceBasicInformation.d.ts +68 -67
- package/dist/Matter/MTRBaseClusterCarbonDioxideConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterCarbonMonoxideConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterChannel.d.ts +55 -54
- package/dist/Matter/MTRBaseClusterColorControl.d.ts +345 -344
- package/dist/Matter/MTRBaseClusterCommissionerControl.d.ts +21 -20
- package/dist/Matter/MTRBaseClusterContentAppObserver.d.ts +18 -17
- package/dist/Matter/MTRBaseClusterContentLauncher.d.ts +49 -48
- package/dist/Matter/MTRBaseClusterDescriptor.d.ts +57 -56
- package/dist/Matter/MTRBaseClusterDeviceEnergyManagement.d.ts +41 -40
- package/dist/Matter/MTRBaseClusterDeviceEnergyManagementMode.d.ts +24 -23
- package/dist/Matter/MTRBaseClusterDiagnosticLogs.d.ts +35 -34
- package/dist/Matter/MTRBaseClusterDishwasherAlarm.d.ts +29 -28
- package/dist/Matter/MTRBaseClusterDishwasherMode.d.ts +24 -23
- package/dist/Matter/MTRBaseClusterDoorLock.d.ts +288 -287
- package/dist/Matter/MTRBaseClusterElectricalEnergyMeasurement.d.ts +35 -34
- package/dist/Matter/MTRBaseClusterElectricalMeasurement.d.ts +801 -800
- package/dist/Matter/MTRBaseClusterElectricalPowerMeasurement.d.ts +74 -73
- package/dist/Matter/MTRBaseClusterEnergyEVSE.d.ts +70 -69
- package/dist/Matter/MTRBaseClusterEnergyEVSEMode.d.ts +24 -23
- package/dist/Matter/MTRBaseClusterEthernetNetworkDiagnostics.d.ts +87 -86
- package/dist/Matter/MTRBaseClusterFanControl.d.ts +102 -101
- package/dist/Matter/MTRBaseClusterFixedLabel.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterFlowMeasurement.d.ts +57 -56
- package/dist/Matter/MTRBaseClusterFormaldehydeConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterGeneralCommissioning.d.ts +71 -70
- package/dist/Matter/MTRBaseClusterGeneralDiagnostics.d.ts +90 -89
- package/dist/Matter/MTRBaseClusterGroupKeyManagement.d.ts +62 -61
- package/dist/Matter/MTRBaseClusterGroups.d.ts +47 -46
- package/dist/Matter/MTRBaseClusterHEPAFilterMonitoring.d.ts +35 -34
- package/dist/Matter/MTRBaseClusterICDManagement.d.ts +49 -48
- package/dist/Matter/MTRBaseClusterIdentify.d.ts +45 -44
- package/dist/Matter/MTRBaseClusterIlluminanceMeasurement.d.ts +63 -62
- package/dist/Matter/MTRBaseClusterKeypadInput.d.ts +35 -34
- package/dist/Matter/MTRBaseClusterLaundryDryerControls.d.ts +23 -22
- package/dist/Matter/MTRBaseClusterLaundryWasherControls.d.ts +29 -28
- package/dist/Matter/MTRBaseClusterLaundryWasherMode.d.ts +24 -23
- package/dist/Matter/MTRBaseClusterLevelControl.d.ts +117 -116
- package/dist/Matter/MTRBaseClusterLocalizationConfiguration.d.ts +45 -44
- package/dist/Matter/MTRBaseClusterLowPower.d.ts +33 -32
- package/dist/Matter/MTRBaseClusterMediaInput.d.ts +45 -44
- package/dist/Matter/MTRBaseClusterMediaPlayback.d.ts +113 -112
- package/dist/Matter/MTRBaseClusterMessages.d.ts +23 -22
- package/dist/Matter/MTRBaseClusterMicrowaveOvenControl.d.ts +38 -37
- package/dist/Matter/MTRBaseClusterMicrowaveOvenMode.d.ts +23 -22
- package/dist/Matter/MTRBaseClusterModeSelect.d.ts +69 -68
- package/dist/Matter/MTRBaseClusterNetworkCommissioning.d.ts +103 -102
- package/dist/Matter/MTRBaseClusterNitrogenDioxideConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterOccupancySensing.d.ts +111 -110
- package/dist/Matter/MTRBaseClusterOnOff.d.ts +63 -62
- package/dist/Matter/MTRBaseClusterOnOffSwitchConfiguration.d.ts +45 -44
- package/dist/Matter/MTRBaseClusterOperationalCredentials.d.ts +83 -82
- package/dist/Matter/MTRBaseClusterOperationalState.d.ts +43 -42
- package/dist/Matter/MTRBaseClusterOtaSoftwareUpdateProvider.d.ts +37 -36
- package/dist/Matter/MTRBaseClusterOtaSoftwareUpdateRequestor.d.ts +57 -56
- package/dist/Matter/MTRBaseClusterOvenCavityOperationalState.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterOvenMode.d.ts +24 -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 -221
- package/dist/Matter/MTRBaseClusterPowerSourceConfiguration.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterPowerTopology.d.ts +23 -22
- package/dist/Matter/MTRBaseClusterPressureMeasurement.d.ts +87 -86
- package/dist/Matter/MTRBaseClusterPumpConfigurationAndControl.d.ts +171 -170
- package/dist/Matter/MTRBaseClusterRVCCleanMode.d.ts +24 -23
- package/dist/Matter/MTRBaseClusterRVCOperationalState.d.ts +41 -40
- package/dist/Matter/MTRBaseClusterRVCRunMode.d.ts +24 -23
- package/dist/Matter/MTRBaseClusterRadonConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterRefrigeratorAlarm.d.ts +26 -25
- package/dist/Matter/MTRBaseClusterRefrigeratorAndTemperatureControlledCabinetMode.d.ts +24 -23
- package/dist/Matter/MTRBaseClusterRelativeHumidityMeasurement.d.ts +57 -56
- package/dist/Matter/MTRBaseClusterServiceArea.d.ts +37 -36
- package/dist/Matter/MTRBaseClusterSmokeCOAlarm.d.ts +56 -55
- package/dist/Matter/MTRBaseClusterSoftwareDiagnostics.d.ts +57 -56
- package/dist/Matter/MTRBaseClusterSwitch.d.ts +51 -50
- package/dist/Matter/MTRBaseClusterTargetNavigator.d.ts +47 -46
- package/dist/Matter/MTRBaseClusterTemperatureControl.d.ts +35 -34
- package/dist/Matter/MTRBaseClusterTemperatureMeasurement.d.ts +57 -56
- package/dist/Matter/MTRBaseClusterTestCluster.d.ts +282 -281
- package/dist/Matter/MTRBaseClusterThermostat.d.ts +363 -362
- package/dist/Matter/MTRBaseClusterThermostatUserInterfaceConfiguration.d.ts +51 -50
- package/dist/Matter/MTRBaseClusterThreadBorderRouterManagement.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterThreadNetworkDiagnostics.d.ts +411 -410
- package/dist/Matter/MTRBaseClusterThreadNetworkDirectory.d.ts +27 -26
- package/dist/Matter/MTRBaseClusterTimeFormatLocalization.d.ts +51 -50
- package/dist/Matter/MTRBaseClusterTimeSynchronization.d.ts +57 -56
- package/dist/Matter/MTRBaseClusterTotalVolatileOrganicCompoundsConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterUnitLocalization.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterUnitTesting.d.ts +282 -281
- package/dist/Matter/MTRBaseClusterUserLabel.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterValveConfigurationAndControl.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterWakeOnLan.d.ts +42 -41
- package/dist/Matter/MTRBaseClusterWaterHeaterManagement.d.ts +35 -34
- package/dist/Matter/MTRBaseClusterWaterHeaterMode.d.ts +24 -23
- package/dist/Matter/MTRBaseClusterWiFiNetworkDiagnostics.d.ts +111 -110
- package/dist/Matter/MTRBaseClusterWiFiNetworkManagement.d.ts +25 -24
- package/dist/Matter/MTRBaseClusterWindowCovering.d.ts +165 -164
- package/dist/Matter/MTRBaseDevice.d.ts +19 -19
- package/dist/Matter/MTRBasicClusterMfgSpecificPingParams.d.ts +3 -0
- package/dist/Matter/MTRBasicInformationClusterCapabilityMinimaStruct.d.ts +3 -0
- package/dist/Matter/MTRBasicInformationClusterLeaveEvent.d.ts +3 -0
- package/dist/Matter/MTRBasicInformationClusterProductAppearanceStruct.d.ts +3 -0
- package/dist/Matter/MTRBasicInformationClusterReachableChangedEvent.d.ts +3 -0
- package/dist/Matter/MTRBasicInformationClusterShutDownEvent.d.ts +3 -0
- package/dist/Matter/MTRBasicInformationClusterStartUpEvent.d.ts +3 -0
- package/dist/Matter/MTRBindingClusterTargetStruct.d.ts +3 -0
- package/dist/Matter/MTRBooleanStateClusterStateChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRBooleanStateConfigurationClusterAlarmsStateChangedEvent.d.ts +3 -0
- package/dist/Matter/MTRBooleanStateConfigurationClusterEnableDisableAlarmParams.d.ts +3 -0
- package/dist/Matter/MTRBooleanStateConfigurationClusterSensorFaultEvent.d.ts +3 -0
- package/dist/Matter/MTRBooleanStateConfigurationClusterSuppressAlarmParams.d.ts +3 -0
- package/dist/Matter/MTRBridgedDeviceBasicInformationClusterActiveChangedEvent.d.ts +3 -0
- package/dist/Matter/MTRBridgedDeviceBasicInformationClusterKeepActiveParams.d.ts +3 -0
- package/dist/Matter/MTRBridgedDeviceBasicInformationClusterLeaveEvent.d.ts +3 -0
- package/dist/Matter/MTRBridgedDeviceBasicInformationClusterProductAppearanceStruct.d.ts +3 -0
- package/dist/Matter/MTRBridgedDeviceBasicInformationClusterReachableChangedEvent.d.ts +3 -0
- package/dist/Matter/MTRBridgedDeviceBasicInformationClusterShutDownEvent.d.ts +3 -0
- package/dist/Matter/MTRBridgedDeviceBasicInformationClusterStartUpEvent.d.ts +3 -0
- package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterDPTZRelativeMoveParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterDPTZSetViewportParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterDPTZStruct.d.ts +3 -0
- package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZMoveToPresetParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZPresetStruct.d.ts +3 -0
- package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZRelativeMoveParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZRemovePresetParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZSavePresetParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZSetPositionParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZStruct.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterAudioCapabilitiesStruct.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterAudioStreamAllocateParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterAudioStreamAllocateResponseParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterAudioStreamDeallocateParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterAudioStreamStruct.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterCaptureSnapshotParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterCaptureSnapshotResponseParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterRateDistortionTradeOffPointsStruct.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterSetStreamPrioritiesParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotCapabilitiesStruct.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotStreamAllocateParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotStreamAllocateResponseParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotStreamDeallocateParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotStreamModifyParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotStreamStruct.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterVideoResolutionStruct.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterVideoSensorParamsStruct.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterVideoStreamAllocateParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterVideoStreamAllocateResponseParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterVideoStreamDeallocateParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterVideoStreamModifyParams.d.ts +3 -0
- package/dist/Matter/MTRCameraAVStreamManagementClusterVideoStreamStruct.d.ts +3 -0
- package/dist/Matter/MTRCertificateInfo.d.ts +4 -2
- package/dist/Matter/MTRCertificates.d.ts +15 -15
- package/dist/Matter/MTRChannelClusterAdditionalInfoStruct.d.ts +3 -0
- package/dist/Matter/MTRChannelClusterCancelRecordProgramParams.d.ts +3 -0
- package/dist/Matter/MTRChannelClusterChangeChannelByNumberParams.d.ts +3 -0
- package/dist/Matter/MTRChannelClusterChangeChannelParams.d.ts +3 -0
- package/dist/Matter/MTRChannelClusterChangeChannelResponseParams.d.ts +4 -1
- package/dist/Matter/MTRChannelClusterChannelInfoStruct.d.ts +3 -0
- package/dist/Matter/MTRChannelClusterChannelPagingStruct.d.ts +3 -0
- package/dist/Matter/MTRChannelClusterGetProgramGuideParams.d.ts +3 -0
- package/dist/Matter/MTRChannelClusterLineupInfoStruct.d.ts +3 -0
- package/dist/Matter/MTRChannelClusterPageTokenStruct.d.ts +3 -0
- package/dist/Matter/MTRChannelClusterProgramCastStruct.d.ts +3 -0
- package/dist/Matter/MTRChannelClusterProgramCategoryStruct.d.ts +3 -0
- package/dist/Matter/MTRChannelClusterProgramGuideResponseParams.d.ts +4 -1
- package/dist/Matter/MTRChannelClusterProgramStruct.d.ts +3 -0
- package/dist/Matter/MTRChannelClusterRecordProgramParams.d.ts +3 -0
- package/dist/Matter/MTRChannelClusterSeriesInfoStruct.d.ts +3 -0
- package/dist/Matter/MTRChannelClusterSkipChannelParams.d.ts +3 -0
- package/dist/Matter/MTRChimeClusterChimeSoundStruct.d.ts +3 -0
- package/dist/Matter/MTRChimeClusterPlayChimeSoundParams.d.ts +3 -0
- package/dist/Matter/MTRClosureControlClusterCalibrateParams.d.ts +3 -0
- package/dist/Matter/MTRClosureControlClusterEngageStateChangedEvent.d.ts +3 -0
- package/dist/Matter/MTRClosureControlClusterMoveToParams.d.ts +3 -0
- package/dist/Matter/MTRClosureControlClusterMovementCompletedEvent.d.ts +3 -0
- package/dist/Matter/MTRClosureControlClusterOperationalErrorEvent.d.ts +3 -0
- package/dist/Matter/MTRClosureControlClusterOverallCurrentStateStruct.d.ts +3 -0
- package/dist/Matter/MTRClosureControlClusterOverallTargetStateStruct.d.ts +3 -0
- package/dist/Matter/MTRClosureControlClusterSecureStateChangedEvent.d.ts +3 -0
- package/dist/Matter/MTRClosureControlClusterStopParams.d.ts +3 -0
- package/dist/Matter/MTRClosureDimensionClusterDimensionStateStruct.d.ts +3 -0
- package/dist/Matter/MTRClosureDimensionClusterRangePercent100thsStruct.d.ts +3 -0
- package/dist/Matter/MTRClosureDimensionClusterSetTargetParams.d.ts +3 -0
- package/dist/Matter/MTRClosureDimensionClusterStepParams.d.ts +3 -0
- package/dist/Matter/MTRClosureDimensionClusterUnitRangeStruct.d.ts +3 -0
- package/dist/Matter/MTRClusterAccessControl.d.ts +5 -3
- package/dist/Matter/MTRClusterAccountLogin.d.ts +12 -10
- package/dist/Matter/MTRClusterActions.d.ts +28 -26
- package/dist/Matter/MTRClusterActivatedCarbonFilterMonitoring.d.ts +5 -3
- package/dist/Matter/MTRClusterAdministratorCommissioning.d.ts +12 -10
- package/dist/Matter/MTRClusterAirQuality.d.ts +2 -2
- package/dist/Matter/MTRClusterApplicationBasic.d.ts +3 -3
- package/dist/Matter/MTRClusterApplicationLauncher.d.ts +13 -11
- package/dist/Matter/MTRClusterAudioOutput.d.ts +8 -6
- package/dist/Matter/MTRClusterBallastConfiguration.d.ts +3 -3
- package/dist/Matter/MTRClusterBarrierControl.d.ts +10 -8
- package/dist/Matter/MTRClusterBasic.d.ts +5 -3
- package/dist/Matter/MTRClusterBasicInformation.d.ts +2 -2
- package/dist/Matter/MTRClusterBinaryInputBasic.d.ts +3 -3
- package/dist/Matter/MTRClusterBinding.d.ts +3 -3
- package/dist/Matter/MTRClusterBooleanState.d.ts +3 -3
- package/dist/Matter/MTRClusterBooleanStateConfiguration.d.ts +5 -3
- package/dist/Matter/MTRClusterBridgedDeviceBasic.d.ts +2 -2
- package/dist/Matter/MTRClusterBridgedDeviceBasicInformation.d.ts +4 -2
- package/dist/Matter/MTRClusterCarbonDioxideConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterCarbonMonoxideConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterChannel.d.ts +14 -12
- package/dist/Matter/MTRClusterColorControl.d.ts +42 -40
- package/dist/Matter/MTRClusterCommissionerControl.d.ts +5 -3
- package/dist/Matter/MTRClusterContentAppObserver.d.ts +4 -2
- package/dist/Matter/MTRClusterContentLauncher.d.ts +8 -6
- package/dist/Matter/MTRClusterDescriptor.d.ts +3 -3
- package/dist/Matter/MTRClusterDeviceEnergyManagement.d.ts +14 -12
- package/dist/Matter/MTRClusterDeviceEnergyManagementMode.d.ts +4 -2
- package/dist/Matter/MTRClusterDiagnosticLogs.d.ts +6 -4
- package/dist/Matter/MTRClusterDishwasherAlarm.d.ts +5 -3
- package/dist/Matter/MTRClusterDishwasherMode.d.ts +4 -2
- package/dist/Matter/MTRClusterDoorLock.d.ts +47 -45
- package/dist/Matter/MTRClusterElectricalEnergyMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterElectricalMeasurement.d.ts +10 -8
- package/dist/Matter/MTRClusterElectricalPowerMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterEnergyEVSE.d.ts +13 -11
- package/dist/Matter/MTRClusterEnergyEVSEMode.d.ts +4 -2
- package/dist/Matter/MTRClusterEthernetNetworkDiagnostics.d.ts +8 -6
- package/dist/Matter/MTRClusterFanControl.d.ts +5 -3
- package/dist/Matter/MTRClusterFixedLabel.d.ts +3 -3
- package/dist/Matter/MTRClusterFlowMeasurement.d.ts +3 -3
- package/dist/Matter/MTRClusterFormaldehydeConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterGeneralCommissioning.d.ts +12 -10
- package/dist/Matter/MTRClusterGeneralDiagnostics.d.ts +9 -7
- package/dist/Matter/MTRClusterGroupKeyManagement.d.ts +13 -11
- package/dist/Matter/MTRClusterGroups.d.ts +18 -16
- package/dist/Matter/MTRClusterHEPAFilterMonitoring.d.ts +5 -3
- package/dist/Matter/MTRClusterICDManagement.d.ts +6 -4
- package/dist/Matter/MTRClusterIdentify.d.ts +8 -6
- package/dist/Matter/MTRClusterIlluminanceMeasurement.d.ts +3 -3
- package/dist/Matter/MTRClusterKeypadInput.d.ts +6 -4
- package/dist/Matter/MTRClusterLaundryDryerControls.d.ts +2 -2
- package/dist/Matter/MTRClusterLaundryWasherControls.d.ts +2 -2
- package/dist/Matter/MTRClusterLaundryWasherMode.d.ts +4 -2
- package/dist/Matter/MTRClusterLevelControl.d.ts +22 -20
- package/dist/Matter/MTRClusterLocalizationConfiguration.d.ts +3 -3
- package/dist/Matter/MTRClusterLowPower.d.ts +8 -6
- package/dist/Matter/MTRClusterMediaInput.d.ts +16 -14
- package/dist/Matter/MTRClusterMediaPlayback.d.ts +46 -44
- package/dist/Matter/MTRClusterMessages.d.ts +5 -3
- package/dist/Matter/MTRClusterMicrowaveOvenControl.d.ts +6 -4
- package/dist/Matter/MTRClusterMicrowaveOvenMode.d.ts +2 -2
- package/dist/Matter/MTRClusterModeSelect.d.ts +6 -4
- package/dist/Matter/MTRClusterNetworkCommissioning.d.ts +17 -15
- package/dist/Matter/MTRClusterNitrogenDioxideConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterOccupancySensing.d.ts +3 -3
- package/dist/Matter/MTRClusterOnOff.d.ts +24 -22
- package/dist/Matter/MTRClusterOnOffSwitchConfiguration.d.ts +3 -3
- package/dist/Matter/MTRClusterOperationalCredentials.d.ts +20 -18
- package/dist/Matter/MTRClusterOperationalState.d.ts +11 -9
- package/dist/Matter/MTRClusterOtaSoftwareUpdateProvider.d.ts +10 -8
- package/dist/Matter/MTRClusterOtaSoftwareUpdateRequestor.d.ts +6 -4
- package/dist/Matter/MTRClusterOvenCavityOperationalState.d.ts +7 -5
- package/dist/Matter/MTRClusterOvenMode.d.ts +4 -2
- package/dist/Matter/MTRClusterOzoneConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterPM10ConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterPM1ConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterPM25ConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterPath.d.ts +4 -0
- package/dist/Matter/MTRClusterPowerSource.d.ts +3 -3
- package/dist/Matter/MTRClusterPowerSourceConfiguration.d.ts +3 -3
- package/dist/Matter/MTRClusterPowerTopology.d.ts +2 -2
- package/dist/Matter/MTRClusterPressureMeasurement.d.ts +3 -3
- package/dist/Matter/MTRClusterPumpConfigurationAndControl.d.ts +3 -3
- package/dist/Matter/MTRClusterRVCCleanMode.d.ts +4 -2
- package/dist/Matter/MTRClusterRVCOperationalState.d.ts +9 -7
- package/dist/Matter/MTRClusterRVCRunMode.d.ts +4 -2
- package/dist/Matter/MTRClusterRadonConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterRefrigeratorAlarm.d.ts +2 -2
- package/dist/Matter/MTRClusterRefrigeratorAndTemperatureControlledCabinetMode.d.ts +4 -2
- package/dist/Matter/MTRClusterRelativeHumidityMeasurement.d.ts +3 -3
- package/dist/Matter/MTRClusterServiceArea.d.ts +5 -3
- package/dist/Matter/MTRClusterSmokeCOAlarm.d.ts +5 -3
- package/dist/Matter/MTRClusterSoftwareDiagnostics.d.ts +8 -6
- package/dist/Matter/MTRClusterStateCacheContainer.d.ts +1 -1
- package/dist/Matter/MTRClusterSwitch.d.ts +3 -3
- package/dist/Matter/MTRClusterTargetNavigator.d.ts +6 -4
- package/dist/Matter/MTRClusterTemperatureControl.d.ts +5 -3
- package/dist/Matter/MTRClusterTemperatureMeasurement.d.ts +3 -3
- package/dist/Matter/MTRClusterTestCluster.d.ts +32 -30
- package/dist/Matter/MTRClusterThermostat.d.ts +17 -15
- package/dist/Matter/MTRClusterThermostatUserInterfaceConfiguration.d.ts +3 -3
- package/dist/Matter/MTRClusterThreadBorderRouterManagement.d.ts +9 -7
- package/dist/Matter/MTRClusterThreadNetworkDiagnostics.d.ts +8 -6
- package/dist/Matter/MTRClusterThreadNetworkDirectory.d.ts +6 -4
- package/dist/Matter/MTRClusterTimeFormatLocalization.d.ts +3 -3
- package/dist/Matter/MTRClusterTimeSynchronization.d.ts +8 -6
- package/dist/Matter/MTRClusterTotalVolatileOrganicCompoundsConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterUnitLocalization.d.ts +3 -3
- package/dist/Matter/MTRClusterUnitTesting.d.ts +32 -30
- package/dist/Matter/MTRClusterUserLabel.d.ts +3 -3
- package/dist/Matter/MTRClusterValveConfigurationAndControl.d.ts +7 -5
- package/dist/Matter/MTRClusterWakeOnLan.d.ts +3 -3
- package/dist/Matter/MTRClusterWaterHeaterManagement.d.ts +6 -4
- package/dist/Matter/MTRClusterWaterHeaterMode.d.ts +4 -2
- package/dist/Matter/MTRClusterWiFiNetworkDiagnostics.d.ts +8 -6
- package/dist/Matter/MTRClusterWiFiNetworkManagement.d.ts +5 -3
- package/dist/Matter/MTRClusterWindowCovering.d.ts +24 -22
- package/dist/Matter/MTRColorControlClusterColorLoopSetParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterEnhancedMoveHueParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterEnhancedMoveToHueAndSaturationParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterEnhancedMoveToHueParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterEnhancedStepHueParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterMoveColorParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterMoveColorTemperatureParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterMoveHueParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterMoveSaturationParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterMoveToColorParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterMoveToColorTemperatureParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterMoveToHueAndSaturationParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterMoveToHueParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterMoveToSaturationParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterStepColorParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterStepColorTemperatureParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterStepHueParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterStepSaturationParams.d.ts +3 -0
- package/dist/Matter/MTRColorControlClusterStopMoveStepParams.d.ts +3 -0
- package/dist/Matter/MTRCommandWithRequiredResponse.d.ts +7 -4
- package/dist/Matter/MTRCommissioneeInfo.d.ts +5 -2
- package/dist/Matter/MTRCommissionerControlClusterCommissionNodeParams.d.ts +3 -0
- package/dist/Matter/MTRCommissionerControlClusterCommissioningRequestResultEvent.d.ts +3 -0
- package/dist/Matter/MTRCommissionerControlClusterRequestCommissioningApprovalParams.d.ts +3 -0
- package/dist/Matter/MTRCommissionerControlClusterReverseOpenCommissioningWindowParams.d.ts +4 -1
- package/dist/Matter/MTRCommissioningDelegate.d.ts +1 -1
- package/dist/Matter/MTRCommissioningOperation.d.ts +1 -2
- package/dist/Matter/MTRCommodityMeteringClusterMeteredQuantityStruct.d.ts +3 -0
- package/dist/Matter/MTRCommodityPriceClusterCommodityPriceComponentStruct.d.ts +3 -0
- package/dist/Matter/MTRCommodityPriceClusterCommodityPriceStruct.d.ts +3 -0
- package/dist/Matter/MTRCommodityPriceClusterGetDetailedForecastRequestParams.d.ts +3 -0
- package/dist/Matter/MTRCommodityPriceClusterGetDetailedForecastResponseParams.d.ts +3 -0
- package/dist/Matter/MTRCommodityPriceClusterGetDetailedPriceRequestParams.d.ts +3 -0
- package/dist/Matter/MTRCommodityPriceClusterGetDetailedPriceResponseParams.d.ts +3 -0
- package/dist/Matter/MTRCommodityPriceClusterPriceChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRCommodityTariffClusterAuxiliaryLoadSwitchSettingsStruct.d.ts +3 -0
- package/dist/Matter/MTRCommodityTariffClusterCalendarPeriodStruct.d.ts +3 -0
- package/dist/Matter/MTRCommodityTariffClusterDayEntryStruct.d.ts +3 -0
- package/dist/Matter/MTRCommodityTariffClusterDayPatternStruct.d.ts +3 -0
- package/dist/Matter/MTRCommodityTariffClusterDayStruct.d.ts +3 -0
- package/dist/Matter/MTRCommodityTariffClusterGetDayEntryParams.d.ts +3 -0
- package/dist/Matter/MTRCommodityTariffClusterGetDayEntryResponseParams.d.ts +3 -0
- package/dist/Matter/MTRCommodityTariffClusterGetTariffComponentParams.d.ts +3 -0
- package/dist/Matter/MTRCommodityTariffClusterGetTariffComponentResponseParams.d.ts +3 -0
- package/dist/Matter/MTRCommodityTariffClusterPeakPeriodStruct.d.ts +3 -0
- package/dist/Matter/MTRCommodityTariffClusterTariffComponentStruct.d.ts +3 -0
- package/dist/Matter/MTRCommodityTariffClusterTariffInformationStruct.d.ts +3 -0
- package/dist/Matter/MTRCommodityTariffClusterTariffPeriodStruct.d.ts +3 -0
- package/dist/Matter/MTRCommodityTariffClusterTariffPriceStruct.d.ts +3 -0
- package/dist/Matter/MTRContentAppObserverClusterContentAppMessageParams.d.ts +3 -0
- package/dist/Matter/MTRContentAppObserverClusterContentAppMessageResponseParams.d.ts +4 -1
- package/dist/Matter/MTRContentControlClusterAddBonusTimeParams.d.ts +3 -0
- package/dist/Matter/MTRContentControlClusterBlockUnratedContentParams.d.ts +3 -0
- package/dist/Matter/MTRContentControlClusterDisableParams.d.ts +3 -0
- package/dist/Matter/MTRContentControlClusterEnableParams.d.ts +3 -0
- package/dist/Matter/MTRContentControlClusterRatingNameStruct.d.ts +3 -0
- package/dist/Matter/MTRContentControlClusterRemainingScreenTimeExpiredEvent.d.ts +3 -0
- package/dist/Matter/MTRContentControlClusterResetPINParams.d.ts +3 -0
- package/dist/Matter/MTRContentControlClusterResetPINResponseParams.d.ts +3 -0
- package/dist/Matter/MTRContentControlClusterSetOnDemandRatingThresholdParams.d.ts +3 -0
- package/dist/Matter/MTRContentControlClusterSetScheduledContentRatingThresholdParams.d.ts +3 -0
- package/dist/Matter/MTRContentControlClusterSetScreenDailyTimeParams.d.ts +3 -0
- package/dist/Matter/MTRContentControlClusterUnblockUnratedContentParams.d.ts +3 -0
- package/dist/Matter/MTRContentControlClusterUpdatePINParams.d.ts +3 -0
- package/dist/Matter/MTRContentLauncherClusterAdditionalInfoStruct.d.ts +3 -0
- package/dist/Matter/MTRContentLauncherClusterBrandingInformationStruct.d.ts +3 -0
- package/dist/Matter/MTRContentLauncherClusterContentSearchStruct.d.ts +3 -0
- package/dist/Matter/MTRContentLauncherClusterDimensionStruct.d.ts +3 -0
- package/dist/Matter/MTRContentLauncherClusterLaunchContentParams.d.ts +3 -0
- package/dist/Matter/MTRContentLauncherClusterLaunchURLParams.d.ts +3 -0
- package/dist/Matter/MTRContentLauncherClusterLauncherResponseParams.d.ts +4 -1
- package/dist/Matter/MTRContentLauncherClusterParameterStruct.d.ts +3 -0
- package/dist/Matter/MTRContentLauncherClusterPlaybackPreferencesStruct.d.ts +3 -0
- package/dist/Matter/MTRContentLauncherClusterStyleInformationStruct.d.ts +3 -0
- package/dist/Matter/MTRContentLauncherClusterTrackPreferenceStruct.d.ts +3 -0
- package/dist/Matter/MTRDataTypeAtomicAttributeStatusStruct.d.ts +3 -0
- package/dist/Matter/MTRDataTypeCurrencyStruct.d.ts +3 -0
- package/dist/Matter/MTRDataTypeICECandidateStruct.d.ts +3 -0
- package/dist/Matter/MTRDataTypeICEServerStruct.d.ts +3 -0
- package/dist/Matter/MTRDataTypeLocationDescriptorStruct.d.ts +3 -0
- package/dist/Matter/MTRDataTypeMeasurementAccuracyRangeStruct.d.ts +3 -0
- package/dist/Matter/MTRDataTypeMeasurementAccuracyStruct.d.ts +3 -0
- package/dist/Matter/MTRDataTypePowerThresholdStruct.d.ts +3 -0
- package/dist/Matter/MTRDataTypePriceStruct.d.ts +3 -0
- package/dist/Matter/MTRDataTypeSemanticTagStruct.d.ts +3 -0
- package/dist/Matter/MTRDataTypeTestGlobalStruct.d.ts +3 -0
- package/dist/Matter/MTRDataTypeViewportStruct.d.ts +3 -0
- package/dist/Matter/MTRDataTypeWebRTCSessionStruct.d.ts +3 -0
- package/dist/Matter/MTRDescriptorClusterDeviceTypeStruct.d.ts +3 -0
- package/dist/Matter/MTRDevice.d.ts +13 -13
- package/dist/Matter/MTRDeviceAttestationDeviceInfo.d.ts +3 -4
- package/dist/Matter/MTRDeviceAttestationInfo.d.ts +4 -5
- package/dist/Matter/MTRDeviceController.d.ts +25 -25
- package/dist/Matter/MTRDeviceControllerClientProtocol.d.ts +1 -1
- package/dist/Matter/MTRDeviceControllerExternalCertificateParameters.d.ts +3 -3
- package/dist/Matter/MTRDeviceControllerFactory.d.ts +3 -3
- package/dist/Matter/MTRDeviceControllerParameters.d.ts +3 -3
- package/dist/Matter/MTRDeviceControllerServerProtocol.d.ts +8 -8
- package/dist/Matter/MTRDeviceControllerStartupParams.d.ts +9 -10
- package/dist/Matter/MTRDeviceControllerStorageDelegate.d.ts +3 -3
- package/dist/Matter/MTRDeviceDelegate.d.ts +3 -3
- package/dist/Matter/MTRDeviceEnergyManagementClusterCancelPowerAdjustRequestParams.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterCancelRequestParams.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterConstraintsStruct.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterCostStruct.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterForecastStruct.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterModifyForecastRequestParams.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterPauseRequestParams.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterPausedEvent.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterPowerAdjustCapabilityStruct.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterPowerAdjustEndEvent.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterPowerAdjustRequestParams.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterPowerAdjustStartEvent.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterPowerAdjustStruct.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterRequestConstraintBasedForecastParams.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterResumeRequestParams.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterResumedEvent.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterSlotAdjustmentStruct.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterSlotStruct.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementClusterStartTimeAdjustRequestParams.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementModeClusterChangeToModeParams.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementModeClusterChangeToModeResponseParams.d.ts +4 -1
- package/dist/Matter/MTRDeviceEnergyManagementModeClusterModeOptionStruct.d.ts +3 -0
- package/dist/Matter/MTRDeviceEnergyManagementModeClusterModeTagStruct.d.ts +3 -0
- package/dist/Matter/MTRDeviceStorageBehaviorConfiguration.d.ts +3 -0
- package/dist/Matter/MTRDeviceType.d.ts +3 -0
- package/dist/Matter/MTRDeviceTypeRevision.d.ts +4 -0
- package/dist/Matter/MTRDiagnosticLogsClusterRetrieveLogsRequestParams.d.ts +3 -0
- package/dist/Matter/MTRDiagnosticLogsClusterRetrieveLogsResponseParams.d.ts +4 -1
- package/dist/Matter/MTRDishwasherAlarmClusterModifyEnabledAlarmsParams.d.ts +3 -0
- package/dist/Matter/MTRDishwasherAlarmClusterNotifyEvent.d.ts +3 -0
- package/dist/Matter/MTRDishwasherAlarmClusterResetParams.d.ts +3 -0
- package/dist/Matter/MTRDishwasherModeClusterChangeToModeParams.d.ts +3 -0
- package/dist/Matter/MTRDishwasherModeClusterChangeToModeResponseParams.d.ts +4 -1
- package/dist/Matter/MTRDishwasherModeClusterModeOptionStruct.d.ts +3 -0
- package/dist/Matter/MTRDishwasherModeClusterModeTagStruct.d.ts +3 -0
- package/dist/Matter/MTRDistinguishedNameInfo.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterAppleAliroCredentialStruct.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterAppleAliroLockOperationErrorEvent.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterAppleAliroLockOperationEvent.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterAppleAliroLockUserChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterAppleClearAliroCredentialParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterAppleClearAliroReaderConfigParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterAppleGetAliroCredentialStatusParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterAppleSetAliroCredentialParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterAppleSetAliroReaderConfigParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterClearAliroReaderConfigParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterClearCredentialParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterClearHolidayScheduleParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterClearUserParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterClearWeekDayScheduleParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterClearYearDayScheduleParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterCredentialStruct.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterDoorLockAlarmEvent.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterDoorStateChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterGetCredentialStatusParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterGetCredentialStatusResponseParams.d.ts +4 -1
- package/dist/Matter/MTRDoorLockClusterGetHolidayScheduleParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterGetHolidayScheduleResponseParams.d.ts +4 -1
- package/dist/Matter/MTRDoorLockClusterGetUserParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterGetUserResponseParams.d.ts +4 -1
- package/dist/Matter/MTRDoorLockClusterGetWeekDayScheduleParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterGetWeekDayScheduleResponseParams.d.ts +4 -1
- package/dist/Matter/MTRDoorLockClusterGetYearDayScheduleParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterGetYearDayScheduleResponseParams.d.ts +4 -1
- package/dist/Matter/MTRDoorLockClusterLockDoorParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterLockOperationErrorEvent.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterLockOperationEvent.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterLockUserChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterSetAliroReaderConfigParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterSetCredentialParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterSetCredentialResponseParams.d.ts +4 -1
- package/dist/Matter/MTRDoorLockClusterSetHolidayScheduleParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterSetUserParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterSetWeekDayScheduleParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterSetYearDayScheduleParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterUnboltDoorParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterUnlockDoorParams.d.ts +3 -0
- package/dist/Matter/MTRDoorLockClusterUnlockWithTimeoutParams.d.ts +3 -0
- package/dist/Matter/MTREcosystemInformationClusterDeviceTypeStruct.d.ts +3 -0
- package/dist/Matter/MTREcosystemInformationClusterEcosystemDeviceStruct.d.ts +3 -0
- package/dist/Matter/MTREcosystemInformationClusterEcosystemLocationStruct.d.ts +3 -0
- package/dist/Matter/MTRElectricalEnergyMeasurementClusterCumulativeEnergyMeasuredEvent.d.ts +3 -0
- package/dist/Matter/MTRElectricalEnergyMeasurementClusterCumulativeEnergyResetStruct.d.ts +3 -0
- package/dist/Matter/MTRElectricalEnergyMeasurementClusterEnergyMeasurementStruct.d.ts +3 -0
- package/dist/Matter/MTRElectricalEnergyMeasurementClusterMeasurementAccuracyRangeStruct.d.ts +3 -0
- package/dist/Matter/MTRElectricalEnergyMeasurementClusterMeasurementAccuracyStruct.d.ts +3 -0
- package/dist/Matter/MTRElectricalEnergyMeasurementClusterPeriodicEnergyMeasuredEvent.d.ts +3 -0
- package/dist/Matter/MTRElectricalGridConditionsClusterCurrentConditionsChangedEvent.d.ts +3 -0
- package/dist/Matter/MTRElectricalGridConditionsClusterElectricalGridConditionsStruct.d.ts +3 -0
- package/dist/Matter/MTRElectricalMeasurementClusterGetMeasurementProfileCommandParams.d.ts +3 -0
- package/dist/Matter/MTRElectricalMeasurementClusterGetMeasurementProfileResponseCommandParams.d.ts +4 -1
- package/dist/Matter/MTRElectricalMeasurementClusterGetProfileInfoCommandParams.d.ts +3 -0
- package/dist/Matter/MTRElectricalMeasurementClusterGetProfileInfoResponseCommandParams.d.ts +4 -1
- package/dist/Matter/MTRElectricalPowerMeasurementClusterHarmonicMeasurementStruct.d.ts +3 -0
- package/dist/Matter/MTRElectricalPowerMeasurementClusterMeasurementAccuracyRangeStruct.d.ts +3 -0
- package/dist/Matter/MTRElectricalPowerMeasurementClusterMeasurementAccuracyStruct.d.ts +3 -0
- package/dist/Matter/MTRElectricalPowerMeasurementClusterMeasurementPeriodRangesEvent.d.ts +3 -0
- package/dist/Matter/MTRElectricalPowerMeasurementClusterMeasurementRangeStruct.d.ts +3 -0
- package/dist/Matter/MTREndpointInfo.d.ts +4 -0
- package/dist/Matter/MTREnergyEVSEClusterChargingTargetScheduleStruct.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEClusterChargingTargetStruct.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEClusterClearTargetsParams.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEClusterDisableParams.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEClusterEVConnectedEvent.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEClusterEVNotDetectedEvent.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEClusterEnableChargingParams.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEClusterEnableDischargingParams.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEClusterEnergyTransferStartedEvent.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEClusterEnergyTransferStoppedEvent.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEClusterFaultEvent.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEClusterGetTargetsParams.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEClusterGetTargetsResponseParams.d.ts +4 -1
- package/dist/Matter/MTREnergyEVSEClusterRFIDEvent.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEClusterSetTargetsParams.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEClusterStartDiagnosticsParams.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEModeClusterChangeToModeParams.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEModeClusterChangeToModeResponseParams.d.ts +4 -1
- package/dist/Matter/MTREnergyEVSEModeClusterModeOptionStruct.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEModeClusterModeTagStruct.d.ts +3 -0
- package/dist/Matter/MTREnergyPreferenceClusterBalanceStruct.d.ts +3 -0
- package/dist/Matter/MTREthernetNetworkDiagnosticsClusterResetCountsParams.d.ts +3 -0
- package/dist/Matter/MTREventReport.d.ts +2 -2
- package/dist/Matter/MTREventRequestPath.d.ts +4 -0
- package/dist/Matter/MTRFabricInfo.d.ts +6 -7
- package/dist/Matter/MTRFanControlClusterStepParams.d.ts +3 -0
- package/dist/Matter/MTRFixedLabelClusterLabelStruct.d.ts +3 -0
- package/dist/Matter/MTRGeneralCommissioningClusterArmFailSafeParams.d.ts +3 -0
- package/dist/Matter/MTRGeneralCommissioningClusterArmFailSafeResponseParams.d.ts +4 -1
- package/dist/Matter/MTRGeneralCommissioningClusterBasicCommissioningInfo.d.ts +3 -0
- package/dist/Matter/MTRGeneralCommissioningClusterCommissioningCompleteParams.d.ts +3 -0
- package/dist/Matter/MTRGeneralCommissioningClusterCommissioningCompleteResponseParams.d.ts +4 -1
- package/dist/Matter/MTRGeneralCommissioningClusterSetRegulatoryConfigParams.d.ts +3 -0
- package/dist/Matter/MTRGeneralCommissioningClusterSetRegulatoryConfigResponseParams.d.ts +4 -1
- package/dist/Matter/MTRGeneralCommissioningClusterSetTCAcknowledgementsParams.d.ts +3 -0
- package/dist/Matter/MTRGeneralCommissioningClusterSetTCAcknowledgementsResponseParams.d.ts +3 -0
- package/dist/Matter/MTRGeneralDiagnosticsClusterBootReasonEvent.d.ts +3 -0
- package/dist/Matter/MTRGeneralDiagnosticsClusterHardwareFaultChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRGeneralDiagnosticsClusterNetworkFaultChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRGeneralDiagnosticsClusterNetworkInterface.d.ts +3 -0
- package/dist/Matter/MTRGeneralDiagnosticsClusterPayloadTestRequestParams.d.ts +3 -0
- package/dist/Matter/MTRGeneralDiagnosticsClusterPayloadTestResponseParams.d.ts +4 -1
- package/dist/Matter/MTRGeneralDiagnosticsClusterRadioFaultChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRGeneralDiagnosticsClusterTestEventTriggerParams.d.ts +3 -0
- package/dist/Matter/MTRGeneralDiagnosticsClusterTimeSnapshotParams.d.ts +3 -0
- package/dist/Matter/MTRGeneralDiagnosticsClusterTimeSnapshotResponseParams.d.ts +4 -1
- package/dist/Matter/MTRGroupKeyManagementClusterGroupInfoMapStruct.d.ts +3 -0
- package/dist/Matter/MTRGroupKeyManagementClusterGroupKeyMapStruct.d.ts +3 -0
- package/dist/Matter/MTRGroupKeyManagementClusterGroupKeySetStruct.d.ts +3 -0
- package/dist/Matter/MTRGroupKeyManagementClusterKeySetReadAllIndicesParams.d.ts +3 -0
- package/dist/Matter/MTRGroupKeyManagementClusterKeySetReadAllIndicesResponseParams.d.ts +4 -1
- package/dist/Matter/MTRGroupKeyManagementClusterKeySetReadParams.d.ts +3 -0
- package/dist/Matter/MTRGroupKeyManagementClusterKeySetReadResponseParams.d.ts +4 -1
- package/dist/Matter/MTRGroupKeyManagementClusterKeySetRemoveParams.d.ts +3 -0
- package/dist/Matter/MTRGroupKeyManagementClusterKeySetWriteParams.d.ts +3 -0
- package/dist/Matter/MTRGroupcastClusterConfigureAuxiliaryACLParams.d.ts +3 -0
- package/dist/Matter/MTRGroupcastClusterExpireGracePeriodParams.d.ts +3 -0
- package/dist/Matter/MTRGroupcastClusterJoinGroupParams.d.ts +3 -0
- package/dist/Matter/MTRGroupcastClusterLeaveGroupParams.d.ts +3 -0
- package/dist/Matter/MTRGroupcastClusterLeaveGroupResponseParams.d.ts +3 -0
- package/dist/Matter/MTRGroupcastClusterMembershipStruct.d.ts +3 -0
- package/dist/Matter/MTRGroupcastClusterUpdateGroupKeyParams.d.ts +3 -0
- package/dist/Matter/MTRGroupsClusterAddGroupIfIdentifyingParams.d.ts +3 -0
- package/dist/Matter/MTRGroupsClusterAddGroupParams.d.ts +3 -0
- package/dist/Matter/MTRGroupsClusterAddGroupResponseParams.d.ts +4 -1
- package/dist/Matter/MTRGroupsClusterGetGroupMembershipParams.d.ts +3 -0
- package/dist/Matter/MTRGroupsClusterGetGroupMembershipResponseParams.d.ts +4 -1
- package/dist/Matter/MTRGroupsClusterRemoveAllGroupsParams.d.ts +3 -0
- package/dist/Matter/MTRGroupsClusterRemoveGroupParams.d.ts +3 -0
- package/dist/Matter/MTRGroupsClusterRemoveGroupResponseParams.d.ts +4 -1
- package/dist/Matter/MTRGroupsClusterViewGroupParams.d.ts +3 -0
- package/dist/Matter/MTRGroupsClusterViewGroupResponseParams.d.ts +4 -1
- package/dist/Matter/MTRHEPAFilterMonitoringClusterReplacementProductStruct.d.ts +3 -0
- package/dist/Matter/MTRHEPAFilterMonitoringClusterResetConditionParams.d.ts +3 -0
- package/dist/Matter/MTRICDManagementClusterMonitoringRegistrationStruct.d.ts +3 -0
- package/dist/Matter/MTRICDManagementClusterRegisterClientParams.d.ts +3 -0
- package/dist/Matter/MTRICDManagementClusterRegisterClientResponseParams.d.ts +4 -1
- package/dist/Matter/MTRICDManagementClusterStayActiveRequestParams.d.ts +3 -0
- package/dist/Matter/MTRICDManagementClusterStayActiveResponseParams.d.ts +4 -1
- package/dist/Matter/MTRICDManagementClusterUnregisterClientParams.d.ts +3 -0
- package/dist/Matter/MTRIdentifyClusterIdentifyParams.d.ts +3 -0
- package/dist/Matter/MTRIdentifyClusterTriggerEffectParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricAdministratorClusterAddICACParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricAdministratorClusterAnnounceJointFabricAdministratorParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricAdministratorClusterICACCSRRequestParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricAdministratorClusterICACCSRResponseParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricAdministratorClusterICACResponseParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricAdministratorClusterOpenJointCommissioningWindowParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricAdministratorClusterTransferAnchorCompleteParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricAdministratorClusterTransferAnchorRequestParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricAdministratorClusterTransferAnchorResponseParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterAddACLToNodeParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterAddAdminParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterAddBindingToEndpointForNodeParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterAddGroupIDToEndpointForNodeParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterAddGroupParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterAddKeySetParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterAddPendingNodeParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreACLEntryStruct.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreAccessControlEntryStruct.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreAccessControlTargetStruct.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreAdministratorInformationEntryStruct.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreBindingTargetStruct.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreEndpointBindingEntryStruct.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreEndpointEntryStruct.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreEndpointGroupIDEntryStruct.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreGroupInformationEntryStruct.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreGroupKeySetStruct.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreNodeInformationEntryStruct.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreNodeKeySetEntryStruct.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreStatusEntryStruct.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterRefreshNodeParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterRemoveACLFromNodeParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterRemoveAdminParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterRemoveBindingFromEndpointForNodeParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterRemoveGroupIDFromEndpointForNodeParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterRemoveGroupParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterRemoveKeySetParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterRemoveNodeParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterUpdateAdminParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterUpdateEndpointForNodeParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterUpdateGroupParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterUpdateKeySetParams.d.ts +3 -0
- package/dist/Matter/MTRJointFabricDatastoreClusterUpdateNodeParams.d.ts +3 -0
- package/dist/Matter/MTRKeypadInputClusterSendKeyParams.d.ts +3 -0
- package/dist/Matter/MTRKeypadInputClusterSendKeyResponseParams.d.ts +4 -1
- package/dist/Matter/MTRLaundryWasherModeClusterChangeToModeParams.d.ts +3 -0
- package/dist/Matter/MTRLaundryWasherModeClusterChangeToModeResponseParams.d.ts +4 -1
- package/dist/Matter/MTRLaundryWasherModeClusterModeOptionStruct.d.ts +3 -0
- package/dist/Matter/MTRLaundryWasherModeClusterModeTagStruct.d.ts +3 -0
- package/dist/Matter/MTRLevelControlClusterMoveParams.d.ts +3 -0
- package/dist/Matter/MTRLevelControlClusterMoveToClosestFrequencyParams.d.ts +3 -0
- package/dist/Matter/MTRLevelControlClusterMoveToLevelParams.d.ts +3 -0
- package/dist/Matter/MTRLevelControlClusterMoveToLevelWithOnOffParams.d.ts +3 -0
- package/dist/Matter/MTRLevelControlClusterMoveWithOnOffParams.d.ts +3 -0
- package/dist/Matter/MTRLevelControlClusterStepParams.d.ts +3 -0
- package/dist/Matter/MTRLevelControlClusterStepWithOnOffParams.d.ts +3 -0
- package/dist/Matter/MTRLevelControlClusterStopParams.d.ts +3 -0
- package/dist/Matter/MTRLevelControlClusterStopWithOnOffParams.d.ts +3 -0
- package/dist/Matter/MTRLowPowerClusterSleepParams.d.ts +3 -0
- package/dist/Matter/MTRManualSetupPayloadParser.d.ts +1 -1
- package/dist/Matter/MTRMediaInputClusterHideInputStatusParams.d.ts +3 -0
- package/dist/Matter/MTRMediaInputClusterInputInfoStruct.d.ts +3 -0
- package/dist/Matter/MTRMediaInputClusterRenameInputParams.d.ts +3 -0
- package/dist/Matter/MTRMediaInputClusterSelectInputParams.d.ts +3 -0
- package/dist/Matter/MTRMediaInputClusterShowInputStatusParams.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterActivateAudioTrackParams.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterActivateTextTrackParams.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterDeactivateTextTrackParams.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterFastForwardParams.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterNextParams.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterPauseParams.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterPlayParams.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterPlaybackPositionStruct.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterPlaybackResponseParams.d.ts +4 -1
- package/dist/Matter/MTRMediaPlaybackClusterPreviousParams.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterRewindParams.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterSeekParams.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterSkipBackwardParams.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterSkipForwardParams.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterStartOverParams.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterStateChangedEvent.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterStopParams.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterTrackAttributesStruct.d.ts +3 -0
- package/dist/Matter/MTRMediaPlaybackClusterTrackStruct.d.ts +3 -0
- package/dist/Matter/MTRMessagesClusterCancelMessagesRequestParams.d.ts +3 -0
- package/dist/Matter/MTRMessagesClusterMessageCompleteEvent.d.ts +3 -0
- package/dist/Matter/MTRMessagesClusterMessagePresentedEvent.d.ts +3 -0
- package/dist/Matter/MTRMessagesClusterMessageQueuedEvent.d.ts +3 -0
- package/dist/Matter/MTRMessagesClusterMessageResponseOptionStruct.d.ts +3 -0
- package/dist/Matter/MTRMessagesClusterMessageStruct.d.ts +3 -0
- package/dist/Matter/MTRMessagesClusterPresentMessagesRequestParams.d.ts +3 -0
- package/dist/Matter/MTRMicrowaveOvenControlClusterAddMoreTimeParams.d.ts +3 -0
- package/dist/Matter/MTRMicrowaveOvenControlClusterSetCookingParametersParams.d.ts +3 -0
- package/dist/Matter/MTRMicrowaveOvenModeClusterModeOptionStruct.d.ts +3 -0
- package/dist/Matter/MTRMicrowaveOvenModeClusterModeTagStruct.d.ts +3 -0
- package/dist/Matter/MTRModeSelectClusterChangeToModeParams.d.ts +3 -0
- package/dist/Matter/MTRModeSelectClusterModeOptionStruct.d.ts +3 -0
- package/dist/Matter/MTRModeSelectClusterSemanticTagStruct.d.ts +3 -0
- package/dist/Matter/MTRNetworkCommissioningClusterAddOrUpdateThreadNetworkParams.d.ts +3 -0
- package/dist/Matter/MTRNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams.d.ts +3 -0
- package/dist/Matter/MTRNetworkCommissioningClusterConnectNetworkParams.d.ts +3 -0
- package/dist/Matter/MTRNetworkCommissioningClusterConnectNetworkResponseParams.d.ts +4 -1
- package/dist/Matter/MTRNetworkCommissioningClusterNetworkConfigResponseParams.d.ts +4 -1
- package/dist/Matter/MTRNetworkCommissioningClusterNetworkInfoStruct.d.ts +3 -0
- package/dist/Matter/MTRNetworkCommissioningClusterQueryIdentityParams.d.ts +3 -0
- package/dist/Matter/MTRNetworkCommissioningClusterQueryIdentityResponseParams.d.ts +3 -0
- package/dist/Matter/MTRNetworkCommissioningClusterRemoveNetworkParams.d.ts +3 -0
- package/dist/Matter/MTRNetworkCommissioningClusterReorderNetworkParams.d.ts +3 -0
- package/dist/Matter/MTRNetworkCommissioningClusterScanNetworksParams.d.ts +3 -0
- package/dist/Matter/MTRNetworkCommissioningClusterScanNetworksResponseParams.d.ts +4 -1
- package/dist/Matter/MTRNetworkCommissioningClusterThreadInterfaceScanResultStruct.d.ts +3 -0
- package/dist/Matter/MTRNetworkCommissioningClusterWiFiInterfaceScanResultStruct.d.ts +3 -0
- package/dist/Matter/MTRNetworkInterfaceInfo.d.ts +4 -0
- package/dist/Matter/MTROTAHeaderParser.d.ts +1 -1
- package/dist/Matter/MTROTAProviderDelegate.d.ts +6 -6
- package/dist/Matter/MTROccupancySensingClusterHoldTimeLimitsStruct.d.ts +3 -0
- package/dist/Matter/MTROccupancySensingClusterOccupancyChangedEvent.d.ts +3 -0
- package/dist/Matter/MTROnOffClusterOffParams.d.ts +3 -0
- package/dist/Matter/MTROnOffClusterOffWithEffectParams.d.ts +3 -0
- package/dist/Matter/MTROnOffClusterOnParams.d.ts +3 -0
- package/dist/Matter/MTROnOffClusterOnWithRecallGlobalSceneParams.d.ts +3 -0
- package/dist/Matter/MTROnOffClusterOnWithTimedOffParams.d.ts +3 -0
- package/dist/Matter/MTROnOffClusterToggleParams.d.ts +3 -0
- package/dist/Matter/MTROnboardingPayloadParser.d.ts +1 -1
- package/dist/Matter/MTROperationalCSRInfo.d.ts +5 -6
- package/dist/Matter/MTROperationalCertificateChain.d.ts +8 -8
- package/dist/Matter/MTROperationalCertificateIssuer.d.ts +1 -1
- package/dist/Matter/MTROperationalCredentialsClusterAddNOCParams.d.ts +3 -0
- package/dist/Matter/MTROperationalCredentialsClusterAddTrustedRootCertificateParams.d.ts +3 -0
- package/dist/Matter/MTROperationalCredentialsClusterAttestationRequestParams.d.ts +3 -0
- package/dist/Matter/MTROperationalCredentialsClusterAttestationResponseParams.d.ts +4 -1
- package/dist/Matter/MTROperationalCredentialsClusterCSRRequestParams.d.ts +3 -0
- package/dist/Matter/MTROperationalCredentialsClusterCSRResponseParams.d.ts +4 -1
- package/dist/Matter/MTROperationalCredentialsClusterCertificateChainRequestParams.d.ts +3 -0
- package/dist/Matter/MTROperationalCredentialsClusterCertificateChainResponseParams.d.ts +4 -1
- package/dist/Matter/MTROperationalCredentialsClusterFabricDescriptorStruct.d.ts +3 -0
- package/dist/Matter/MTROperationalCredentialsClusterNOCResponseParams.d.ts +4 -1
- package/dist/Matter/MTROperationalCredentialsClusterNOCStruct.d.ts +3 -0
- package/dist/Matter/MTROperationalCredentialsClusterRemoveFabricParams.d.ts +3 -0
- package/dist/Matter/MTROperationalCredentialsClusterSetVIDVerificationStatementParams.d.ts +3 -0
- package/dist/Matter/MTROperationalCredentialsClusterSignVIDVerificationRequestParams.d.ts +3 -0
- package/dist/Matter/MTROperationalCredentialsClusterSignVIDVerificationResponseParams.d.ts +3 -0
- package/dist/Matter/MTROperationalCredentialsClusterUpdateFabricLabelParams.d.ts +3 -0
- package/dist/Matter/MTROperationalCredentialsClusterUpdateNOCParams.d.ts +3 -0
- package/dist/Matter/MTROperationalStateClusterErrorStateStruct.d.ts +3 -0
- package/dist/Matter/MTROperationalStateClusterOperationCompletionEvent.d.ts +3 -0
- package/dist/Matter/MTROperationalStateClusterOperationalCommandResponseParams.d.ts +4 -1
- package/dist/Matter/MTROperationalStateClusterOperationalErrorEvent.d.ts +3 -0
- package/dist/Matter/MTROperationalStateClusterOperationalStateStruct.d.ts +3 -0
- package/dist/Matter/MTROperationalStateClusterPauseParams.d.ts +3 -0
- package/dist/Matter/MTROperationalStateClusterResumeParams.d.ts +3 -0
- package/dist/Matter/MTROperationalStateClusterStartParams.d.ts +3 -0
- package/dist/Matter/MTROperationalStateClusterStopParams.d.ts +3 -0
- package/dist/Matter/MTROptionalQRCodeInfo.d.ts +3 -0
- package/dist/Matter/MTROtaSoftwareUpdateProviderClusterApplyUpdateRequestParams.d.ts +3 -0
- package/dist/Matter/MTROtaSoftwareUpdateProviderClusterApplyUpdateResponseParams.d.ts +4 -1
- package/dist/Matter/MTROtaSoftwareUpdateProviderClusterNotifyUpdateAppliedParams.d.ts +3 -0
- package/dist/Matter/MTROtaSoftwareUpdateProviderClusterQueryImageParams.d.ts +3 -0
- package/dist/Matter/MTROtaSoftwareUpdateProviderClusterQueryImageResponseParams.d.ts +4 -1
- package/dist/Matter/MTROtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams.d.ts +3 -0
- package/dist/Matter/MTROtaSoftwareUpdateRequestorClusterDownloadErrorEvent.d.ts +3 -0
- package/dist/Matter/MTROtaSoftwareUpdateRequestorClusterProviderLocation.d.ts +3 -0
- package/dist/Matter/MTROtaSoftwareUpdateRequestorClusterStateTransitionEvent.d.ts +3 -0
- package/dist/Matter/MTROtaSoftwareUpdateRequestorClusterVersionAppliedEvent.d.ts +3 -0
- package/dist/Matter/MTROvenCavityOperationalStateClusterErrorStateStruct.d.ts +3 -0
- package/dist/Matter/MTROvenCavityOperationalStateClusterOperationCompletionEvent.d.ts +3 -0
- package/dist/Matter/MTROvenCavityOperationalStateClusterOperationalCommandResponseParams.d.ts +4 -1
- package/dist/Matter/MTROvenCavityOperationalStateClusterOperationalErrorEvent.d.ts +3 -0
- package/dist/Matter/MTROvenCavityOperationalStateClusterOperationalStateStruct.d.ts +3 -0
- package/dist/Matter/MTROvenCavityOperationalStateClusterStartParams.d.ts +3 -0
- package/dist/Matter/MTROvenCavityOperationalStateClusterStopParams.d.ts +3 -0
- package/dist/Matter/MTROvenModeClusterChangeToModeParams.d.ts +3 -0
- package/dist/Matter/MTROvenModeClusterChangeToModeResponseParams.d.ts +4 -1
- package/dist/Matter/MTROvenModeClusterModeOptionStruct.d.ts +3 -0
- package/dist/Matter/MTROvenModeClusterModeTagStruct.d.ts +3 -0
- package/dist/Matter/MTRPowerSourceClusterBatChargeFaultChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRPowerSourceClusterBatChargeFaultChangeType.d.ts +3 -0
- package/dist/Matter/MTRPowerSourceClusterBatFaultChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRPowerSourceClusterBatFaultChangeType.d.ts +3 -0
- package/dist/Matter/MTRPowerSourceClusterWiredFaultChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRPowerSourceClusterWiredFaultChangeType.d.ts +3 -0
- package/dist/Matter/MTRPowerTopologyClusterCircuitNodeStruct.d.ts +3 -0
- package/dist/Matter/MTRProductIdentity.d.ts +4 -0
- package/dist/Matter/MTRPumpConfigurationAndControlClusterAirDetectionEvent.d.ts +3 -0
- package/dist/Matter/MTRPumpConfigurationAndControlClusterDryRunningEvent.d.ts +3 -0
- package/dist/Matter/MTRPumpConfigurationAndControlClusterElectronicFatalFailureEvent.d.ts +3 -0
- package/dist/Matter/MTRPumpConfigurationAndControlClusterElectronicNonFatalFailureEvent.d.ts +3 -0
- package/dist/Matter/MTRPumpConfigurationAndControlClusterElectronicTemperatureHighEvent.d.ts +3 -0
- package/dist/Matter/MTRPumpConfigurationAndControlClusterGeneralFaultEvent.d.ts +3 -0
- package/dist/Matter/MTRPumpConfigurationAndControlClusterLeakageEvent.d.ts +3 -0
- package/dist/Matter/MTRPumpConfigurationAndControlClusterMotorTemperatureHighEvent.d.ts +3 -0
- package/dist/Matter/MTRPumpConfigurationAndControlClusterPowerMissingPhaseEvent.d.ts +3 -0
- package/dist/Matter/MTRPumpConfigurationAndControlClusterPumpBlockedEvent.d.ts +3 -0
- package/dist/Matter/MTRPumpConfigurationAndControlClusterPumpMotorFatalFailureEvent.d.ts +3 -0
- package/dist/Matter/MTRPumpConfigurationAndControlClusterSensorFailureEvent.d.ts +3 -0
- package/dist/Matter/MTRPumpConfigurationAndControlClusterSupplyVoltageHighEvent.d.ts +3 -0
- package/dist/Matter/MTRPumpConfigurationAndControlClusterSupplyVoltageLowEvent.d.ts +3 -0
- package/dist/Matter/MTRPumpConfigurationAndControlClusterSystemPressureHighEvent.d.ts +3 -0
- package/dist/Matter/MTRPumpConfigurationAndControlClusterSystemPressureLowEvent.d.ts +3 -0
- package/dist/Matter/MTRPumpConfigurationAndControlClusterTurbineOperationEvent.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterAllocatePushTransportParams.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterAllocatePushTransportResponseParams.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterCMAFContainerOptionsStruct.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterContainerOptionsStruct.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterDeallocatePushTransportParams.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterFindTransportParams.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterFindTransportResponseParams.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterManuallyTriggerTransportParams.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterModifyPushTransportParams.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterPushTransportBeginEvent.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterPushTransportEndEvent.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterSetTransportStatusParams.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterSupportedFormatStruct.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterTransportConfigurationStruct.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterTransportMotionTriggerTimeControlStruct.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterTransportOptionsStruct.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterTransportTriggerOptionsStruct.d.ts +3 -0
- package/dist/Matter/MTRPushAVStreamTransportClusterTransportZoneOptionsStruct.d.ts +3 -0
- package/dist/Matter/MTRQRCodeSetupPayloadParser.d.ts +1 -1
- package/dist/Matter/MTRRVCCleanModeClusterChangeToModeParams.d.ts +3 -0
- package/dist/Matter/MTRRVCCleanModeClusterChangeToModeResponseParams.d.ts +4 -1
- package/dist/Matter/MTRRVCCleanModeClusterModeOptionStruct.d.ts +3 -0
- package/dist/Matter/MTRRVCCleanModeClusterModeTagStruct.d.ts +3 -0
- package/dist/Matter/MTRRVCOperationalStateClusterErrorStateStruct.d.ts +3 -0
- package/dist/Matter/MTRRVCOperationalStateClusterGoHomeParams.d.ts +3 -0
- package/dist/Matter/MTRRVCOperationalStateClusterOperationCompletionEvent.d.ts +3 -0
- package/dist/Matter/MTRRVCOperationalStateClusterOperationalCommandResponseParams.d.ts +4 -1
- package/dist/Matter/MTRRVCOperationalStateClusterOperationalErrorEvent.d.ts +3 -0
- package/dist/Matter/MTRRVCOperationalStateClusterOperationalStateStruct.d.ts +3 -0
- package/dist/Matter/MTRRVCOperationalStateClusterPauseParams.d.ts +3 -0
- package/dist/Matter/MTRRVCOperationalStateClusterResumeParams.d.ts +3 -0
- package/dist/Matter/MTRRVCRunModeClusterChangeToModeParams.d.ts +3 -0
- package/dist/Matter/MTRRVCRunModeClusterChangeToModeResponseParams.d.ts +4 -1
- package/dist/Matter/MTRRVCRunModeClusterModeOptionStruct.d.ts +3 -0
- package/dist/Matter/MTRRVCRunModeClusterModeTagStruct.d.ts +3 -0
- package/dist/Matter/MTRReadParams.d.ts +4 -0
- package/dist/Matter/MTRRefrigeratorAlarmClusterNotifyEvent.d.ts +3 -0
- package/dist/Matter/MTRRefrigeratorAndTemperatureControlledCabinetModeClusterChangeToModeParams.d.ts +3 -0
- package/dist/Matter/MTRRefrigeratorAndTemperatureControlledCabinetModeClusterChangeToModeResponseParams.d.ts +4 -1
- package/dist/Matter/MTRRefrigeratorAndTemperatureControlledCabinetModeClusterModeOptionStruct.d.ts +3 -0
- package/dist/Matter/MTRRefrigeratorAndTemperatureControlledCabinetModeClusterModeTagStruct.d.ts +3 -0
- package/dist/Matter/MTRSampleMEIClusterAddArgumentsParams.d.ts +3 -0
- package/dist/Matter/MTRSampleMEIClusterAddArgumentsResponseParams.d.ts +3 -0
- package/dist/Matter/MTRSampleMEIClusterPingCountEventEvent.d.ts +3 -0
- package/dist/Matter/MTRSampleMEIClusterPingParams.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterAddSceneParams.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterAddSceneResponseParams.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterAttributeValuePairStruct.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterCopySceneParams.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterCopySceneResponseParams.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterExtensionFieldSetStruct.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterGetSceneMembershipParams.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterGetSceneMembershipResponseParams.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterRecallSceneParams.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterRemoveAllScenesParams.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterRemoveAllScenesResponseParams.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterRemoveSceneParams.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterRemoveSceneResponseParams.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterSceneInfoStruct.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterStoreSceneParams.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterStoreSceneResponseParams.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterViewSceneParams.d.ts +3 -0
- package/dist/Matter/MTRScenesManagementClusterViewSceneResponseParams.d.ts +3 -0
- package/dist/Matter/MTRServiceAreaClusterAreaInfoStruct.d.ts +3 -0
- package/dist/Matter/MTRServiceAreaClusterAreaStruct.d.ts +3 -0
- package/dist/Matter/MTRServiceAreaClusterLandmarkInfoStruct.d.ts +3 -0
- package/dist/Matter/MTRServiceAreaClusterMapStruct.d.ts +3 -0
- package/dist/Matter/MTRServiceAreaClusterProgressStruct.d.ts +3 -0
- package/dist/Matter/MTRServiceAreaClusterSelectAreasParams.d.ts +3 -0
- package/dist/Matter/MTRServiceAreaClusterSelectAreasResponseParams.d.ts +4 -1
- package/dist/Matter/MTRServiceAreaClusterSkipAreaParams.d.ts +3 -0
- package/dist/Matter/MTRServiceAreaClusterSkipAreaResponseParams.d.ts +4 -1
- package/dist/Matter/MTRSetupPayload.d.ts +7 -3
- package/dist/Matter/MTRSmokeCOAlarmClusterAlarmMutedEvent.d.ts +3 -0
- package/dist/Matter/MTRSmokeCOAlarmClusterAllClearEvent.d.ts +3 -0
- package/dist/Matter/MTRSmokeCOAlarmClusterCOAlarmEvent.d.ts +3 -0
- package/dist/Matter/MTRSmokeCOAlarmClusterEndOfServiceEvent.d.ts +3 -0
- package/dist/Matter/MTRSmokeCOAlarmClusterHardwareFaultEvent.d.ts +3 -0
- package/dist/Matter/MTRSmokeCOAlarmClusterInterconnectCOAlarmEvent.d.ts +3 -0
- package/dist/Matter/MTRSmokeCOAlarmClusterInterconnectSmokeAlarmEvent.d.ts +3 -0
- package/dist/Matter/MTRSmokeCOAlarmClusterLowBatteryEvent.d.ts +3 -0
- package/dist/Matter/MTRSmokeCOAlarmClusterMuteEndedEvent.d.ts +3 -0
- package/dist/Matter/MTRSmokeCOAlarmClusterSelfTestCompleteEvent.d.ts +3 -0
- package/dist/Matter/MTRSmokeCOAlarmClusterSelfTestRequestParams.d.ts +3 -0
- package/dist/Matter/MTRSmokeCOAlarmClusterSmokeAlarmEvent.d.ts +3 -0
- package/dist/Matter/MTRSoftwareDiagnosticsClusterResetWatermarksParams.d.ts +3 -0
- package/dist/Matter/MTRSoftwareDiagnosticsClusterSoftwareFaultEvent.d.ts +3 -0
- package/dist/Matter/MTRSoftwareDiagnosticsClusterThreadMetricsStruct.d.ts +3 -0
- package/dist/Matter/MTRSubscribeParams.d.ts +3 -0
- package/dist/Matter/MTRSwitchClusterInitialPressEvent.d.ts +3 -0
- package/dist/Matter/MTRSwitchClusterLongPressEvent.d.ts +3 -0
- package/dist/Matter/MTRSwitchClusterLongReleaseEvent.d.ts +3 -0
- package/dist/Matter/MTRSwitchClusterMultiPressCompleteEvent.d.ts +3 -0
- package/dist/Matter/MTRSwitchClusterMultiPressOngoingEvent.d.ts +3 -0
- package/dist/Matter/MTRSwitchClusterShortReleaseEvent.d.ts +3 -0
- package/dist/Matter/MTRSwitchClusterSwitchLatchedEvent.d.ts +3 -0
- package/dist/Matter/MTRTLSCertificateManagementClusterClientCSRParams.d.ts +3 -0
- package/dist/Matter/MTRTLSCertificateManagementClusterClientCSRResponseParams.d.ts +3 -0
- package/dist/Matter/MTRTLSCertificateManagementClusterFindClientCertificateParams.d.ts +3 -0
- package/dist/Matter/MTRTLSCertificateManagementClusterFindClientCertificateResponseParams.d.ts +3 -0
- package/dist/Matter/MTRTLSCertificateManagementClusterFindRootCertificateParams.d.ts +3 -0
- package/dist/Matter/MTRTLSCertificateManagementClusterFindRootCertificateResponseParams.d.ts +3 -0
- package/dist/Matter/MTRTLSCertificateManagementClusterLookupClientCertificateParams.d.ts +3 -0
- package/dist/Matter/MTRTLSCertificateManagementClusterLookupClientCertificateResponseParams.d.ts +3 -0
- package/dist/Matter/MTRTLSCertificateManagementClusterLookupRootCertificateParams.d.ts +3 -0
- package/dist/Matter/MTRTLSCertificateManagementClusterLookupRootCertificateResponseParams.d.ts +3 -0
- package/dist/Matter/MTRTLSCertificateManagementClusterProvisionClientCertificateParams.d.ts +3 -0
- package/dist/Matter/MTRTLSCertificateManagementClusterProvisionRootCertificateParams.d.ts +3 -0
- package/dist/Matter/MTRTLSCertificateManagementClusterProvisionRootCertificateResponseParams.d.ts +3 -0
- package/dist/Matter/MTRTLSCertificateManagementClusterRemoveClientCertificateParams.d.ts +3 -0
- package/dist/Matter/MTRTLSCertificateManagementClusterRemoveRootCertificateParams.d.ts +3 -0
- package/dist/Matter/MTRTLSCertificateManagementClusterTLSCertStruct.d.ts +3 -0
- package/dist/Matter/MTRTLSCertificateManagementClusterTLSClientCertificateDetailStruct.d.ts +3 -0
- package/dist/Matter/MTRTLSClientManagementClusterFindEndpointParams.d.ts +3 -0
- package/dist/Matter/MTRTLSClientManagementClusterFindEndpointResponseParams.d.ts +3 -0
- package/dist/Matter/MTRTLSClientManagementClusterProvisionEndpointParams.d.ts +3 -0
- package/dist/Matter/MTRTLSClientManagementClusterProvisionEndpointResponseParams.d.ts +3 -0
- package/dist/Matter/MTRTLSClientManagementClusterRemoveEndpointParams.d.ts +3 -0
- package/dist/Matter/MTRTLSClientManagementClusterTLSEndpointStruct.d.ts +3 -0
- package/dist/Matter/MTRTargetNavigatorClusterNavigateTargetParams.d.ts +3 -0
- package/dist/Matter/MTRTargetNavigatorClusterNavigateTargetResponseParams.d.ts +4 -1
- package/dist/Matter/MTRTargetNavigatorClusterTargetInfoStruct.d.ts +3 -0
- package/dist/Matter/MTRTargetNavigatorClusterTargetUpdatedEvent.d.ts +3 -0
- package/dist/Matter/MTRTemperatureControlClusterSetTemperatureParams.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterActivePresetChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterActiveScheduleChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterAddThermostatSuggestionParams.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterAddThermostatSuggestionResponseParams.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterAtomicRequestParams.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterAtomicResponseParams.d.ts +4 -1
- package/dist/Matter/MTRThermostatClusterClearWeeklyScheduleParams.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterGetWeeklyScheduleParams.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterGetWeeklyScheduleResponseParams.d.ts +4 -1
- package/dist/Matter/MTRThermostatClusterLocalTemperatureChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterOccupancyChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterPresetStruct.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterPresetTypeStruct.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterRemoveThermostatSuggestionParams.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterRunningModeChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterRunningStateChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterScheduleStruct.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterScheduleTransitionStruct.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterScheduleTypeStruct.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterSetActivePresetRequestParams.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterSetActiveScheduleRequestParams.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterSetWeeklyScheduleParams.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterSetpointChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterSetpointRaiseLowerParams.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterSystemModeChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterThermostatSuggestionStruct.d.ts +3 -0
- package/dist/Matter/MTRThermostatClusterWeeklyScheduleTransitionStruct.d.ts +3 -0
- package/dist/Matter/MTRThreadBorderRouterManagementClusterDatasetResponseParams.d.ts +4 -1
- package/dist/Matter/MTRThreadBorderRouterManagementClusterGetActiveDatasetRequestParams.d.ts +3 -0
- package/dist/Matter/MTRThreadBorderRouterManagementClusterGetPendingDatasetRequestParams.d.ts +3 -0
- package/dist/Matter/MTRThreadBorderRouterManagementClusterSetActiveDatasetRequestParams.d.ts +3 -0
- package/dist/Matter/MTRThreadBorderRouterManagementClusterSetPendingDatasetRequestParams.d.ts +3 -0
- package/dist/Matter/MTRThreadNetworkDiagnosticsClusterConnectionStatusEvent.d.ts +3 -0
- package/dist/Matter/MTRThreadNetworkDiagnosticsClusterNeighborTableStruct.d.ts +3 -0
- package/dist/Matter/MTRThreadNetworkDiagnosticsClusterNetworkFaultChangeEvent.d.ts +3 -0
- package/dist/Matter/MTRThreadNetworkDiagnosticsClusterOperationalDatasetComponents.d.ts +3 -0
- package/dist/Matter/MTRThreadNetworkDiagnosticsClusterResetCountsParams.d.ts +3 -0
- package/dist/Matter/MTRThreadNetworkDiagnosticsClusterRouteTableStruct.d.ts +3 -0
- package/dist/Matter/MTRThreadNetworkDiagnosticsClusterSecurityPolicy.d.ts +3 -0
- package/dist/Matter/MTRThreadNetworkDirectoryClusterAddNetworkParams.d.ts +3 -0
- package/dist/Matter/MTRThreadNetworkDirectoryClusterGetOperationalDatasetParams.d.ts +3 -0
- package/dist/Matter/MTRThreadNetworkDirectoryClusterOperationalDatasetResponseParams.d.ts +4 -1
- package/dist/Matter/MTRThreadNetworkDirectoryClusterRemoveNetworkParams.d.ts +3 -0
- package/dist/Matter/MTRThreadNetworkDirectoryClusterThreadNetworkStruct.d.ts +3 -0
- package/dist/Matter/MTRTimeSynchronizationClusterDSTOffsetStruct.d.ts +3 -0
- package/dist/Matter/MTRTimeSynchronizationClusterDSTStatusEvent.d.ts +3 -0
- package/dist/Matter/MTRTimeSynchronizationClusterDSTTableEmptyEvent.d.ts +3 -0
- package/dist/Matter/MTRTimeSynchronizationClusterFabricScopedTrustedTimeSourceStruct.d.ts +3 -0
- package/dist/Matter/MTRTimeSynchronizationClusterMissingTrustedTimeSourceEvent.d.ts +3 -0
- package/dist/Matter/MTRTimeSynchronizationClusterSetDSTOffsetParams.d.ts +3 -0
- package/dist/Matter/MTRTimeSynchronizationClusterSetDefaultNTPParams.d.ts +3 -0
- package/dist/Matter/MTRTimeSynchronizationClusterSetTimeZoneParams.d.ts +3 -0
- package/dist/Matter/MTRTimeSynchronizationClusterSetTimeZoneResponseParams.d.ts +4 -1
- package/dist/Matter/MTRTimeSynchronizationClusterSetTrustedTimeSourceParams.d.ts +3 -0
- package/dist/Matter/MTRTimeSynchronizationClusterSetUtcTimeParams.d.ts +3 -0
- package/dist/Matter/MTRTimeSynchronizationClusterTimeFailureEvent.d.ts +3 -0
- package/dist/Matter/MTRTimeSynchronizationClusterTimeZoneStatusEvent.d.ts +3 -0
- package/dist/Matter/MTRTimeSynchronizationClusterTimeZoneStruct.d.ts +3 -0
- package/dist/Matter/MTRTimeSynchronizationClusterTrustedTimeSourceStruct.d.ts +3 -0
- package/dist/Matter/MTRTimerClusterAddTimeParams.d.ts +3 -0
- package/dist/Matter/MTRTimerClusterReduceTimeParams.d.ts +3 -0
- package/dist/Matter/MTRTimerClusterResetTimerParams.d.ts +3 -0
- package/dist/Matter/MTRTimerClusterSetTimerParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterBooleanResponseParams.d.ts +4 -1
- package/dist/Matter/MTRUnitTestingClusterDoubleNestedStructList.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterGlobalEchoRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterGlobalEchoResponseParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterNestedStruct.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterNestedStructList.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterNullablesAndOptionalsStruct.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterSimpleStruct.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterSimpleStructEchoRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterSimpleStructResponseParams.d.ts +4 -1
- package/dist/Matter/MTRUnitTestingClusterStringEchoRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterStringEchoResponseParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestAddArgumentsParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestAddArgumentsResponseParams.d.ts +4 -1
- package/dist/Matter/MTRUnitTestingClusterTestBatchHelperRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestBatchHelperResponseParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestCheckCommandFlagsParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestComplexNullableOptionalRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestComplexNullableOptionalResponseParams.d.ts +4 -1
- package/dist/Matter/MTRUnitTestingClusterTestDifferentVendorMeiEventEvent.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestDifferentVendorMeiRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestDifferentVendorMeiResponseParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestEmitTestEventRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestEmitTestEventResponseParams.d.ts +4 -1
- package/dist/Matter/MTRUnitTestingClusterTestEmitTestFabricScopedEventRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestEmitTestFabricScopedEventResponseParams.d.ts +4 -1
- package/dist/Matter/MTRUnitTestingClusterTestEnumsRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestEnumsResponseParams.d.ts +4 -1
- package/dist/Matter/MTRUnitTestingClusterTestEventEvent.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestFabricScoped.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestFabricScopedEventEvent.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestListInt8UArgumentRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestListInt8UReverseRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestListInt8UReverseResponseParams.d.ts +4 -1
- package/dist/Matter/MTRUnitTestingClusterTestListNestedStructListArgumentRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestListStructArgumentRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestListStructOctet.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestNestedStructArgumentRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestNestedStructListArgumentRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestNotHandledParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestNullableOptionalRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestNullableOptionalResponseParams.d.ts +4 -1
- package/dist/Matter/MTRUnitTestingClusterTestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestSecondBatchHelperRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestSimpleArgumentRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestSimpleArgumentResponseParams.d.ts +4 -1
- package/dist/Matter/MTRUnitTestingClusterTestSimpleOptionalArgumentRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestSpecificParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestSpecificResponseParams.d.ts +4 -1
- package/dist/Matter/MTRUnitTestingClusterTestStructArgumentRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestStructArrayArgumentRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTestStructArrayArgumentResponseParams.d.ts +4 -1
- package/dist/Matter/MTRUnitTestingClusterTestUnknownCommandParams.d.ts +3 -0
- package/dist/Matter/MTRUnitTestingClusterTimedInvokeRequestParams.d.ts +3 -0
- package/dist/Matter/MTRUserLabelClusterLabelStruct.d.ts +3 -0
- package/dist/Matter/MTRValveConfigurationAndControlClusterCloseParams.d.ts +3 -0
- package/dist/Matter/MTRValveConfigurationAndControlClusterOpenParams.d.ts +3 -0
- package/dist/Matter/MTRValveConfigurationAndControlClusterValveFaultEvent.d.ts +3 -0
- package/dist/Matter/MTRValveConfigurationAndControlClusterValveStateChangedEvent.d.ts +3 -0
- package/dist/Matter/MTRWaterHeaterManagementClusterBoostEndedEvent.d.ts +3 -0
- package/dist/Matter/MTRWaterHeaterManagementClusterBoostParams.d.ts +3 -0
- package/dist/Matter/MTRWaterHeaterManagementClusterBoostStartedEvent.d.ts +3 -0
- package/dist/Matter/MTRWaterHeaterManagementClusterCancelBoostParams.d.ts +3 -0
- package/dist/Matter/MTRWaterHeaterManagementClusterWaterHeaterBoostInfoStruct.d.ts +3 -0
- package/dist/Matter/MTRWaterHeaterModeClusterChangeToModeParams.d.ts +3 -0
- package/dist/Matter/MTRWaterHeaterModeClusterChangeToModeResponseParams.d.ts +4 -1
- package/dist/Matter/MTRWaterHeaterModeClusterModeOptionStruct.d.ts +3 -0
- package/dist/Matter/MTRWaterHeaterModeClusterModeTagStruct.d.ts +3 -0
- package/dist/Matter/MTRWebRTCTransportProviderClusterEndSessionParams.d.ts +3 -0
- package/dist/Matter/MTRWebRTCTransportProviderClusterProvideAnswerParams.d.ts +3 -0
- package/dist/Matter/MTRWebRTCTransportProviderClusterProvideICECandidatesParams.d.ts +3 -0
- package/dist/Matter/MTRWebRTCTransportProviderClusterProvideOfferParams.d.ts +3 -0
- package/dist/Matter/MTRWebRTCTransportProviderClusterProvideOfferResponseParams.d.ts +3 -0
- package/dist/Matter/MTRWebRTCTransportProviderClusterSFrameStruct.d.ts +3 -0
- package/dist/Matter/MTRWebRTCTransportProviderClusterSolicitOfferParams.d.ts +3 -0
- package/dist/Matter/MTRWebRTCTransportProviderClusterSolicitOfferResponseParams.d.ts +3 -0
- package/dist/Matter/MTRWebRTCTransportRequestorClusterAnswerParams.d.ts +3 -0
- package/dist/Matter/MTRWebRTCTransportRequestorClusterEndParams.d.ts +3 -0
- package/dist/Matter/MTRWebRTCTransportRequestorClusterICECandidatesParams.d.ts +3 -0
- package/dist/Matter/MTRWebRTCTransportRequestorClusterOfferParams.d.ts +3 -0
- package/dist/Matter/MTRWiFiNetworkDiagnosticsClusterAssociationFailureEvent.d.ts +3 -0
- package/dist/Matter/MTRWiFiNetworkDiagnosticsClusterConnectionStatusEvent.d.ts +3 -0
- package/dist/Matter/MTRWiFiNetworkDiagnosticsClusterDisconnectionEvent.d.ts +3 -0
- package/dist/Matter/MTRWiFiNetworkDiagnosticsClusterResetCountsParams.d.ts +3 -0
- package/dist/Matter/MTRWiFiNetworkManagementClusterNetworkPassphraseRequestParams.d.ts +3 -0
- package/dist/Matter/MTRWiFiNetworkManagementClusterNetworkPassphraseResponseParams.d.ts +4 -1
- package/dist/Matter/MTRWindowCoveringClusterDownOrCloseParams.d.ts +3 -0
- package/dist/Matter/MTRWindowCoveringClusterGoToLiftPercentageParams.d.ts +3 -0
- package/dist/Matter/MTRWindowCoveringClusterGoToLiftValueParams.d.ts +3 -0
- package/dist/Matter/MTRWindowCoveringClusterGoToTiltPercentageParams.d.ts +3 -0
- package/dist/Matter/MTRWindowCoveringClusterGoToTiltValueParams.d.ts +3 -0
- package/dist/Matter/MTRWindowCoveringClusterStopMotionParams.d.ts +3 -0
- package/dist/Matter/MTRWindowCoveringClusterUpOrOpenParams.d.ts +3 -0
- package/dist/Matter/MTRWriteParams.d.ts +4 -0
- package/dist/Matter/MTRXPCClientProtocol_MTRDevice.d.ts +3 -3
- package/dist/Matter/MTRXPCServerProtocol_MTRDevice.d.ts +7 -7
- package/dist/Matter/MTRZoneManagementClusterCreateOrUpdateTriggerParams.d.ts +3 -0
- package/dist/Matter/MTRZoneManagementClusterCreateTwoDCartesianZoneParams.d.ts +3 -0
- package/dist/Matter/MTRZoneManagementClusterCreateTwoDCartesianZoneResponseParams.d.ts +3 -0
- package/dist/Matter/MTRZoneManagementClusterRemoveTriggerParams.d.ts +3 -0
- package/dist/Matter/MTRZoneManagementClusterRemoveZoneParams.d.ts +3 -0
- package/dist/Matter/MTRZoneManagementClusterTwoDCartesianVertexStruct.d.ts +3 -0
- package/dist/Matter/MTRZoneManagementClusterTwoDCartesianZoneStruct.d.ts +3 -0
- package/dist/Matter/MTRZoneManagementClusterUpdateTwoDCartesianZoneParams.d.ts +3 -0
- package/dist/Matter/MTRZoneManagementClusterZoneInformationStruct.d.ts +3 -0
- package/dist/Matter/MTRZoneManagementClusterZoneStoppedEvent.d.ts +3 -0
- package/dist/Matter/MTRZoneManagementClusterZoneTriggerControlStruct.d.ts +3 -0
- package/dist/Matter/MTRZoneManagementClusterZoneTriggeredEvent.d.ts +3 -0
- package/dist/Matter/index.js +1331 -1330
- package/dist/MediaAccessibility/MAMusicHapticsManager.d.ts +1 -1
- package/dist/MediaAccessibility/index.js +4 -3
- package/dist/MediaExtension/MEByteSource.d.ts +4 -4
- package/dist/MediaExtension/MEEstimatedSampleLocation.d.ts +3 -0
- package/dist/MediaExtension/MEFileInfo.d.ts +3 -0
- package/dist/MediaExtension/MEFormatReader.d.ts +4 -4
- package/dist/MediaExtension/MEFormatReaderExtension.d.ts +1 -1
- package/dist/MediaExtension/MEFormatReaderInstantiationOptions.d.ts +3 -0
- package/dist/MediaExtension/MEHEVCDependencyInfo.d.ts +3 -0
- package/dist/MediaExtension/MERAWProcessingBooleanParameter.d.ts +2 -2
- package/dist/MediaExtension/MERAWProcessingFloatParameter.d.ts +2 -2
- package/dist/MediaExtension/MERAWProcessingIntegerParameter.d.ts +2 -2
- package/dist/MediaExtension/MERAWProcessingListParameter.d.ts +2 -2
- package/dist/MediaExtension/MERAWProcessor.d.ts +1 -1
- package/dist/MediaExtension/MERAWProcessorExtension.d.ts +1 -1
- package/dist/MediaExtension/MERAWProcessorPixelBufferManager.d.ts +1 -1
- package/dist/MediaExtension/MESampleCursor.d.ts +11 -11
- package/dist/MediaExtension/MESampleCursorChunk.d.ts +3 -0
- package/dist/MediaExtension/MESampleLocation.d.ts +3 -0
- package/dist/MediaExtension/METrackInfo.d.ts +10 -8
- package/dist/MediaExtension/METrackReader.d.ts +8 -8
- package/dist/MediaExtension/MEVideoDecoder.d.ts +1 -1
- package/dist/MediaExtension/MEVideoDecoderExtension.d.ts +1 -1
- package/dist/MediaExtension/MEVideoDecoderPixelBufferManager.d.ts +1 -1
- package/dist/MediaExtension/index.js +19 -18
- package/dist/MediaLibrary/index.js +5 -4
- package/dist/MediaPlayer/MPAdTimeRange.d.ts +3 -0
- package/dist/MediaPlayer/MPMediaEntity.d.ts +6 -3
- package/dist/MediaPlayer/MPMediaItem.d.ts +7 -8
- package/dist/MediaPlayer/MPMediaItemAnimatedArtwork.d.ts +1 -1
- package/dist/MediaPlayer/MPMediaLibrary.d.ts +5 -2
- package/dist/MediaPlayer/MPMediaPlaylist.d.ts +3 -3
- package/dist/MediaPlayer/MPMediaPredicate.d.ts +3 -0
- package/dist/MediaPlayer/MPMediaPropertyPredicate.d.ts +3 -3
- package/dist/MediaPlayer/MPMediaQuery.d.ts +4 -0
- package/dist/MediaPlayer/MPMediaQuerySection.d.ts +4 -0
- package/dist/MediaPlayer/MPMusicPlayerApplicationController.d.ts +1 -1
- package/dist/MediaPlayer/MPMusicPlayerController.d.ts +4 -1
- package/dist/MediaPlayer/MPNowPlayingSession.d.ts +1 -1
- package/dist/MediaPlayer/MPPlayableContentDataSource.d.ts +2 -2
- package/dist/MediaPlayer/MPPlayableContentDelegate.d.ts +3 -3
- package/dist/MediaPlayer/MPRemoteCommand.d.ts +1 -1
- package/dist/MediaPlayer/index.js +49 -48
- package/dist/Metal/MTL4AccelerationStructureGeometryDescriptor.d.ts +3 -0
- package/dist/Metal/MTL4Archive.d.ts +5 -5
- package/dist/Metal/MTL4ArgumentTable.d.ts +2 -3
- package/dist/Metal/MTL4ArgumentTableDescriptor.d.ts +3 -0
- package/dist/Metal/MTL4BinaryFunctionDescriptor.d.ts +3 -0
- package/dist/Metal/MTL4CommandAllocatorDescriptor.d.ts +3 -0
- package/dist/Metal/MTL4CommandBufferOptions.d.ts +3 -0
- package/dist/Metal/MTL4CommandQueueDescriptor.d.ts +5 -3
- package/dist/Metal/MTL4Compiler.d.ts +10 -10
- package/dist/Metal/MTL4CompilerDescriptor.d.ts +3 -0
- package/dist/Metal/MTL4CompilerTaskOptions.d.ts +6 -3
- package/dist/Metal/MTL4ComputeCommandEncoder.d.ts +3 -4
- package/dist/Metal/MTL4CounterHeapDescriptor.d.ts +3 -0
- package/dist/Metal/MTL4FunctionDescriptor.d.ts +3 -0
- package/dist/Metal/MTL4LibraryDescriptor.d.ts +3 -0
- package/dist/Metal/MTL4MachineLearningPipelineReflection.d.ts +2 -2
- package/dist/Metal/MTL4PipelineDataSetSerializer.d.ts +2 -2
- package/dist/Metal/MTL4PipelineDataSetSerializerDescriptor.d.ts +3 -0
- package/dist/Metal/MTL4PipelineDescriptor.d.ts +3 -0
- package/dist/Metal/MTL4PipelineOptions.d.ts +3 -0
- package/dist/Metal/MTL4PipelineStageDynamicLinkingDescriptor.d.ts +8 -5
- package/dist/Metal/MTL4RenderCommandEncoder.d.ts +8 -8
- package/dist/Metal/MTL4RenderPassDescriptor.d.ts +5 -2
- package/dist/Metal/MTL4RenderPipelineBinaryFunctionsDescriptor.d.ts +14 -11
- package/dist/Metal/MTL4RenderPipelineColorAttachmentDescriptor.d.ts +3 -0
- package/dist/Metal/MTL4RenderPipelineColorAttachmentDescriptorArray.d.ts +3 -0
- package/dist/Metal/MTL4RenderPipelineDynamicLinkingDescriptor.d.ts +3 -0
- package/dist/Metal/MTL4StaticLinkingDescriptor.d.ts +6 -3
- package/dist/Metal/MTLAccelerationStructureDescriptor.d.ts +3 -0
- package/dist/Metal/MTLAccelerationStructureGeometryDescriptor.d.ts +3 -0
- package/dist/Metal/MTLAccelerationStructurePassDescriptor.d.ts +3 -0
- package/dist/Metal/MTLAccelerationStructurePassSampleBufferAttachmentDescriptor.d.ts +3 -0
- package/dist/Metal/MTLArchitecture.d.ts +3 -0
- package/dist/Metal/MTLArgumentDescriptor.d.ts +3 -0
- package/dist/Metal/MTLArgumentEncoder.d.ts +9 -9
- package/dist/Metal/MTLAttributeDescriptor.d.ts +3 -0
- package/dist/Metal/MTLBinaryArchive.d.ts +7 -7
- package/dist/Metal/MTLBinaryArchiveDescriptor.d.ts +3 -0
- package/dist/Metal/MTLBlitPassDescriptor.d.ts +3 -0
- package/dist/Metal/MTLBlitPassSampleBufferAttachmentDescriptor.d.ts +3 -0
- package/dist/Metal/MTLBuffer.d.ts +2 -2
- package/dist/Metal/MTLBufferLayoutDescriptor.d.ts +3 -0
- package/dist/Metal/MTLCaptureDescriptor.d.ts +5 -2
- package/dist/Metal/MTLCaptureManager.d.ts +1 -1
- package/dist/Metal/MTLCommandBufferDescriptor.d.ts +3 -0
- package/dist/Metal/MTLCommandQueueDescriptor.d.ts +3 -0
- package/dist/Metal/MTLCompileOptions.d.ts +6 -3
- package/dist/Metal/MTLComputeCommandEncoder.d.ts +7 -7
- package/dist/Metal/MTLComputePassDescriptor.d.ts +3 -0
- package/dist/Metal/MTLComputePassSampleBufferAttachmentDescriptor.d.ts +3 -0
- package/dist/Metal/MTLComputePipelineDescriptor.d.ts +10 -7
- package/dist/Metal/MTLComputePipelineReflection.d.ts +1 -2
- package/dist/Metal/MTLComputePipelineState.d.ts +3 -2
- package/dist/Metal/MTLCounterSampleBufferDescriptor.d.ts +3 -0
- package/dist/Metal/MTLCounterSet.d.ts +2 -2
- package/dist/Metal/MTLDepthStencilDescriptor.d.ts +3 -0
- package/dist/Metal/MTLDevice.d.ts +35 -34
- package/dist/Metal/MTLDynamicLibrary.d.ts +1 -1
- package/dist/Metal/MTLFunction.d.ts +1 -1
- package/dist/Metal/MTLFunctionConstantValues.d.ts +3 -0
- package/dist/Metal/MTLFunctionDescriptor.d.ts +6 -3
- package/dist/Metal/MTLFunctionReflection.d.ts +2 -2
- package/dist/Metal/MTLFunctionStitchingAttributeAlwaysInline.d.ts +3 -0
- package/dist/Metal/MTLFunctionStitchingFunctionNode.d.ts +6 -4
- package/dist/Metal/MTLFunctionStitchingGraph.d.ts +6 -4
- package/dist/Metal/MTLFunctionStitchingInputNode.d.ts +3 -0
- package/dist/Metal/MTLHeapDescriptor.d.ts +3 -0
- package/dist/Metal/MTLIOCommandQueueDescriptor.d.ts +3 -0
- package/dist/Metal/MTLIndirectCommandBufferDescriptor.d.ts +3 -0
- package/dist/Metal/MTLInstanceAccelerationStructureDescriptor.d.ts +3 -3
- package/dist/Metal/MTLIntersectionFunctionDescriptor.d.ts +3 -0
- package/dist/Metal/MTLIntersectionFunctionTable.d.ts +3 -3
- package/dist/Metal/MTLIntersectionFunctionTableDescriptor.d.ts +3 -0
- package/dist/Metal/MTLLibrary.d.ts +6 -6
- package/dist/Metal/MTLLinkedFunctions.d.ts +13 -9
- package/dist/Metal/MTLLogState.d.ts +1 -1
- package/dist/Metal/MTLLogStateDescriptor.d.ts +3 -0
- package/dist/Metal/MTLLogicalToPhysicalColorAttachmentMap.d.ts +3 -0
- package/dist/Metal/MTLMeshRenderPipelineDescriptor.d.ts +6 -3
- package/dist/Metal/MTLPipelineBufferDescriptor.d.ts +3 -0
- package/dist/Metal/MTLRasterizationRateLayerDescriptor.d.ts +3 -0
- package/dist/Metal/MTLRasterizationRateMapDescriptor.d.ts +3 -0
- package/dist/Metal/MTLRenderCommandEncoder.d.ts +28 -28
- package/dist/Metal/MTLRenderPassAttachmentDescriptor.d.ts +3 -0
- package/dist/Metal/MTLRenderPassDescriptor.d.ts +5 -2
- package/dist/Metal/MTLRenderPassSampleBufferAttachmentDescriptor.d.ts +3 -0
- package/dist/Metal/MTLRenderPipelineColorAttachmentDescriptor.d.ts +3 -0
- package/dist/Metal/MTLRenderPipelineDescriptor.d.ts +10 -7
- package/dist/Metal/MTLRenderPipelineFunctionsDescriptor.d.ts +10 -7
- package/dist/Metal/MTLRenderPipelineReflection.d.ts +5 -6
- package/dist/Metal/MTLRenderPipelineState.d.ts +2 -2
- package/dist/Metal/MTLResidencySet.d.ts +2 -1
- package/dist/Metal/MTLResidencySetDescriptor.d.ts +3 -0
- package/dist/Metal/MTLResource.d.ts +1 -1
- package/dist/Metal/MTLResourceStatePassDescriptor.d.ts +3 -0
- package/dist/Metal/MTLResourceStatePassSampleBufferAttachmentDescriptor.d.ts +3 -0
- package/dist/Metal/MTLResourceViewPoolDescriptor.d.ts +3 -0
- package/dist/Metal/MTLSamplerDescriptor.d.ts +3 -0
- package/dist/Metal/MTLSharedEventHandle.d.ts +3 -0
- package/dist/Metal/MTLSharedEventListener.d.ts +2 -3
- package/dist/Metal/MTLSharedTextureHandle.d.ts +3 -0
- package/dist/Metal/MTLStageInputOutputDescriptor.d.ts +3 -0
- package/dist/Metal/MTLStencilDescriptor.d.ts +3 -0
- package/dist/Metal/MTLStitchedLibraryDescriptor.d.ts +7 -5
- package/dist/Metal/MTLTensorDescriptor.d.ts +3 -0
- package/dist/Metal/MTLTensorExtents.d.ts +1 -1
- package/dist/Metal/MTLTextureDescriptor.d.ts +3 -0
- package/dist/Metal/MTLTextureViewDescriptor.d.ts +3 -0
- package/dist/Metal/MTLTileRenderPipelineColorAttachmentDescriptor.d.ts +3 -0
- package/dist/Metal/MTLTileRenderPipelineDescriptor.d.ts +8 -5
- package/dist/Metal/MTLVertexAttributeDescriptor.d.ts +3 -0
- package/dist/Metal/MTLVertexBufferLayoutDescriptor.d.ts +3 -0
- package/dist/Metal/MTLVertexDescriptor.d.ts +3 -0
- package/dist/Metal/MTLVisibleFunctionTable.d.ts +1 -1
- package/dist/Metal/MTLVisibleFunctionTableDescriptor.d.ts +3 -0
- package/dist/Metal/index.js +150 -149
- package/dist/MetalFX/MTLFXFrameInterpolatorDescriptor.d.ts +3 -0
- package/dist/MetalFX/MTLFXSpatialScalerDescriptor.d.ts +3 -0
- package/dist/MetalFX/MTLFXTemporalDenoisedScalerDescriptor.d.ts +3 -0
- package/dist/MetalFX/MTLFXTemporalScalerDescriptor.d.ts +3 -0
- package/dist/MetalFX/index.js +5 -4
- package/dist/MetalKit/MTKMesh.d.ts +2 -2
- package/dist/MetalKit/MTKMeshBuffer.d.ts +3 -0
- package/dist/MetalKit/MTKMeshBufferAllocator.d.ts +3 -0
- package/dist/MetalKit/MTKTextureLoader.d.ts +7 -7
- package/dist/MetalKit/MTKView.d.ts +5 -2
- package/dist/MetalKit/index.js +7 -6
- package/dist/MetalPerformanceShadersGraph/MPSGraph.d.ts +4 -4
- package/dist/MetalPerformanceShadersGraph/MPSGraphCompilationDescriptor.d.ts +8 -4
- package/dist/MetalPerformanceShadersGraph/MPSGraphConvolution2DOpDescriptor.d.ts +3 -0
- package/dist/MetalPerformanceShadersGraph/MPSGraphConvolution3DOpDescriptor.d.ts +3 -0
- package/dist/MetalPerformanceShadersGraph/MPSGraphCreateSparseOpDescriptor.d.ts +3 -0
- package/dist/MetalPerformanceShadersGraph/MPSGraphDepthwiseConvolution2DOpDescriptor.d.ts +3 -0
- package/dist/MetalPerformanceShadersGraph/MPSGraphDepthwiseConvolution3DOpDescriptor.d.ts +3 -0
- package/dist/MetalPerformanceShadersGraph/MPSGraphExecutableExecutionDescriptor.d.ts +3 -0
- package/dist/MetalPerformanceShadersGraph/MPSGraphFFTDescriptor.d.ts +3 -0
- package/dist/MetalPerformanceShadersGraph/MPSGraphGRUDescriptor.d.ts +3 -0
- package/dist/MetalPerformanceShadersGraph/MPSGraphImToColOpDescriptor.d.ts +3 -0
- package/dist/MetalPerformanceShadersGraph/MPSGraphLSTMDescriptor.d.ts +3 -0
- package/dist/MetalPerformanceShadersGraph/MPSGraphOperation.d.ts +3 -0
- package/dist/MetalPerformanceShadersGraph/MPSGraphPooling2DOpDescriptor.d.ts +3 -0
- package/dist/MetalPerformanceShadersGraph/MPSGraphPooling4DOpDescriptor.d.ts +3 -0
- package/dist/MetalPerformanceShadersGraph/MPSGraphRandomOpDescriptor.d.ts +3 -0
- package/dist/MetalPerformanceShadersGraph/MPSGraphShapedType.d.ts +3 -3
- package/dist/MetalPerformanceShadersGraph/MPSGraphSingleGateRNNDescriptor.d.ts +3 -0
- package/dist/MetalPerformanceShadersGraph/MPSGraphStencilOpDescriptor.d.ts +3 -0
- package/dist/MetalPerformanceShadersGraph/MPSGraphTensor.d.ts +4 -1
- package/dist/MetalPerformanceShadersGraph/MPSGraphType.d.ts +3 -0
- package/dist/MetalPerformanceShadersGraph/index.js +29 -28
- package/dist/MetricKit/MXAverage.d.ts +3 -0
- package/dist/MetricKit/MXBackgroundExitData.d.ts +3 -0
- package/dist/MetricKit/MXCallStackTree.d.ts +3 -0
- package/dist/MetricKit/MXCrashDiagnosticObjectiveCExceptionReason.d.ts +3 -0
- package/dist/MetricKit/MXDiagnostic.d.ts +3 -0
- package/dist/MetricKit/MXDiagnosticPayload.d.ts +3 -0
- package/dist/MetricKit/MXForegroundExitData.d.ts +3 -0
- package/dist/MetricKit/MXHistogram.d.ts +5 -2
- package/dist/MetricKit/MXHistogramBucket.d.ts +3 -0
- package/dist/MetricKit/MXMetaData.d.ts +3 -0
- package/dist/MetricKit/MXMetric.d.ts +3 -0
- package/dist/MetricKit/MXMetricManager.d.ts +3 -3
- package/dist/MetricKit/MXMetricPayload.d.ts +3 -0
- package/dist/MetricKit/MXSignpostIntervalData.d.ts +3 -0
- package/dist/MetricKit/MXSignpostRecord.d.ts +3 -0
- package/dist/MetricKit/index.js +38 -37
- package/dist/ModelIO/MDLAnimatedValue.d.ts +3 -0
- package/dist/ModelIO/MDLAnimationBindComponent.d.ts +6 -1
- package/dist/ModelIO/MDLAsset.d.ts +18 -7
- package/dist/ModelIO/MDLBundleAssetResolver.d.ts +3 -0
- package/dist/ModelIO/MDLMaterial.d.ts +3 -0
- package/dist/ModelIO/MDLMaterialProperty.d.ts +3 -0
- package/dist/ModelIO/MDLMaterialPropertyConnection.d.ts +3 -0
- package/dist/ModelIO/MDLMaterialPropertyNode.d.ts +3 -0
- package/dist/ModelIO/MDLMatrix4x4Array.d.ts +3 -0
- package/dist/ModelIO/MDLMesh.d.ts +8 -5
- package/dist/ModelIO/MDLMeshBuffer.d.ts +6 -4
- package/dist/ModelIO/MDLMeshBufferAllocator.d.ts +10 -7
- package/dist/ModelIO/MDLMeshBufferDataAllocator.d.ts +3 -0
- package/dist/ModelIO/MDLMeshBufferMap.d.ts +1 -1
- package/dist/ModelIO/MDLMeshBufferZone.d.ts +4 -2
- package/dist/ModelIO/MDLMeshBufferZoneDefault.d.ts +4 -2
- package/dist/ModelIO/MDLObject.d.ts +13 -5
- package/dist/ModelIO/MDLObjectContainer.d.ts +3 -0
- package/dist/ModelIO/MDLPackedJointAnimation.d.ts +4 -0
- package/dist/ModelIO/MDLPathAssetResolver.d.ts +3 -0
- package/dist/ModelIO/MDLRelativeAssetResolver.d.ts +3 -0
- package/dist/ModelIO/MDLSkeleton.d.ts +3 -0
- package/dist/ModelIO/MDLSubmesh.d.ts +5 -2
- package/dist/ModelIO/MDLSubmeshTopology.d.ts +9 -6
- package/dist/ModelIO/MDLTexture.d.ts +3 -0
- package/dist/ModelIO/MDLTransform.d.ts +3 -0
- package/dist/ModelIO/MDLTransformStack.d.ts +4 -2
- package/dist/ModelIO/MDLVertexAttribute.d.ts +3 -0
- package/dist/ModelIO/MDLVertexBufferLayout.d.ts +3 -0
- package/dist/ModelIO/MDLVertexDescriptor.d.ts +3 -0
- package/dist/ModelIO/index.js +67 -66
- package/dist/MultipeerConnectivity/MCBrowserViewController.d.ts +4 -1
- package/dist/MultipeerConnectivity/MCNearbyServiceAdvertiserDelegate.d.ts +1 -1
- package/dist/MultipeerConnectivity/MCNearbyServiceBrowser.d.ts +2 -1
- package/dist/MultipeerConnectivity/MCPeerID.d.ts +4 -0
- package/dist/MultipeerConnectivity/MCSession.d.ts +4 -4
- package/dist/MultipeerConnectivity/index.js +7 -6
- package/dist/NaturalLanguage/NLContextualEmbedding.d.ts +3 -3
- package/dist/NaturalLanguage/NLContextualEmbeddingResult.d.ts +1 -1
- package/dist/NaturalLanguage/NLEmbedding.d.ts +8 -7
- package/dist/NaturalLanguage/NLGazetteer.d.ts +6 -5
- package/dist/NaturalLanguage/NLModel.d.ts +3 -3
- package/dist/NaturalLanguage/NLModelConfiguration.d.ts +4 -0
- package/dist/NaturalLanguage/NLTagger.d.ts +5 -5
- package/dist/NaturalLanguage/index.js +10 -9
- package/dist/NearbyInteraction/NIAlgorithmConvergence.d.ts +4 -0
- package/dist/NearbyInteraction/NIConfiguration.d.ts +4 -0
- package/dist/NearbyInteraction/NIDLTDOAMeasurement.d.ts +4 -0
- package/dist/NearbyInteraction/NIDiscoveryToken.d.ts +4 -0
- package/dist/NearbyInteraction/NINearbyAccessoryConfiguration.d.ts +2 -2
- package/dist/NearbyInteraction/NINearbyObject.d.ts +4 -0
- package/dist/NearbyInteraction/NISession.d.ts +2 -2
- package/dist/NearbyInteraction/index.js +10 -9
- package/dist/NetworkExtension/NEAppProxyFlow.d.ts +5 -5
- package/dist/NetworkExtension/NEAppProxyProvider.d.ts +3 -2
- package/dist/NetworkExtension/NEAppProxyProviderManager.d.ts +1 -1
- package/dist/NetworkExtension/NEAppProxyTCPFlow.d.ts +4 -3
- package/dist/NetworkExtension/NEAppProxyUDPFlow.d.ts +6 -5
- package/dist/NetworkExtension/NEAppPushManager.d.ts +4 -4
- package/dist/NetworkExtension/NEAppPushProvider.d.ts +1 -1
- package/dist/NetworkExtension/NEAppRule.d.ts +4 -0
- package/dist/NetworkExtension/NEDNSProxyManager.d.ts +3 -3
- package/dist/NetworkExtension/NEDNSProxyProvider.d.ts +3 -2
- package/dist/NetworkExtension/NEDNSSettings.d.ts +4 -0
- package/dist/NetworkExtension/NEDNSSettingsManager.d.ts +3 -3
- package/dist/NetworkExtension/NEEvaluateConnectionRule.d.ts +4 -0
- package/dist/NetworkExtension/NEFilterBrowserFlow.d.ts +3 -0
- package/dist/NetworkExtension/NEFilterControlProvider.d.ts +2 -2
- package/dist/NetworkExtension/NEFilterControlVerdict.d.ts +3 -0
- package/dist/NetworkExtension/NEFilterDataProvider.d.ts +1 -1
- package/dist/NetworkExtension/NEFilterDataVerdict.d.ts +3 -0
- package/dist/NetworkExtension/NEFilterFlow.d.ts +4 -0
- package/dist/NetworkExtension/NEFilterManager.d.ts +3 -3
- package/dist/NetworkExtension/NEFilterNewFlowVerdict.d.ts +3 -0
- package/dist/NetworkExtension/NEFilterProvider.d.ts +1 -1
- package/dist/NetworkExtension/NEFilterProviderConfiguration.d.ts +4 -0
- package/dist/NetworkExtension/NEFilterRemediationVerdict.d.ts +3 -0
- package/dist/NetworkExtension/NEFilterReport.d.ts +4 -0
- package/dist/NetworkExtension/NEFilterRule.d.ts +4 -0
- package/dist/NetworkExtension/NEFilterSettings.d.ts +4 -0
- package/dist/NetworkExtension/NEFilterSocketFlow.d.ts +6 -3
- package/dist/NetworkExtension/NEFilterVerdict.d.ts +4 -0
- package/dist/NetworkExtension/NEFlowMetaData.d.ts +4 -0
- package/dist/NetworkExtension/NEHotspotConfiguration.d.ts +4 -0
- package/dist/NetworkExtension/NEHotspotConfigurationManager.d.ts +3 -3
- package/dist/NetworkExtension/NEHotspotEAPSettings.d.ts +4 -0
- package/dist/NetworkExtension/NEHotspotHS20Settings.d.ts +4 -0
- package/dist/NetworkExtension/NEHotspotHelper.d.ts +1 -1
- package/dist/NetworkExtension/NEHotspotHelperCommand.d.ts +1 -2
- package/dist/NetworkExtension/NEHotspotNetwork.d.ts +1 -1
- package/dist/NetworkExtension/NEIPv4Route.d.ts +4 -0
- package/dist/NetworkExtension/NEIPv4Settings.d.ts +4 -0
- package/dist/NetworkExtension/NEIPv6Route.d.ts +4 -0
- package/dist/NetworkExtension/NEIPv6Settings.d.ts +4 -0
- package/dist/NetworkExtension/NENetworkRule.d.ts +9 -6
- package/dist/NetworkExtension/NEOnDemandRule.d.ts +4 -0
- package/dist/NetworkExtension/NEPacket.d.ts +4 -0
- package/dist/NetworkExtension/NEPacketTunnelProvider.d.ts +4 -3
- package/dist/NetworkExtension/NEPrivateLTENetwork.d.ts +4 -0
- package/dist/NetworkExtension/NEProvider.d.ts +1 -1
- package/dist/NetworkExtension/NEProxyServer.d.ts +4 -0
- package/dist/NetworkExtension/NEProxySettings.d.ts +4 -0
- package/dist/NetworkExtension/NERelay.d.ts +4 -0
- package/dist/NetworkExtension/NERelayManager.d.ts +5 -5
- package/dist/NetworkExtension/NETransparentProxyManager.d.ts +1 -1
- package/dist/NetworkExtension/NETunnelNetworkSettings.d.ts +4 -0
- package/dist/NetworkExtension/NETunnelProvider.d.ts +2 -2
- package/dist/NetworkExtension/NETunnelProviderManager.d.ts +1 -1
- package/dist/NetworkExtension/NETunnelProviderSession.d.ts +2 -2
- package/dist/NetworkExtension/NEVPNConnection.d.ts +3 -3
- package/dist/NetworkExtension/NEVPNIKEv2PPKConfiguration.d.ts +3 -0
- package/dist/NetworkExtension/NEVPNIKEv2SecurityAssociationParameters.d.ts +4 -0
- package/dist/NetworkExtension/NEVPNManager.d.ts +3 -3
- package/dist/NetworkExtension/NEVPNProtocol.d.ts +4 -0
- package/dist/NetworkExtension/NWEndpoint.d.ts +4 -0
- package/dist/NetworkExtension/NWTCPConnection.d.ts +3 -3
- package/dist/NetworkExtension/NWUDPSession.d.ts +3 -3
- package/dist/NetworkExtension/index.js +89 -88
- package/dist/NotificationCenter/index.js +4 -3
- package/dist/OSAKit/OSALanguage.d.ts +3 -3
- package/dist/OSAKit/OSAScript.d.ts +19 -16
- package/dist/OSAKit/OSAScriptController.d.ts +4 -4
- package/dist/OSAKit/index.js +6 -5
- package/dist/OSLog/OSLogEntry.d.ts +3 -0
- package/dist/OSLog/OSLogEntryFromProcess.d.ts +1 -1
- package/dist/OSLog/OSLogEntryLog.d.ts +4 -0
- package/dist/OSLog/OSLogMessageComponent.d.ts +3 -0
- package/dist/OSLog/OSLogStore.d.ts +5 -5
- package/dist/OSLog/index.js +10 -9
- package/dist/OpenDirectory/ODNode.d.ts +11 -11
- package/dist/OpenDirectory/ODQuery.d.ts +5 -2
- package/dist/OpenDirectory/ODRecord.d.ts +11 -11
- package/dist/OpenDirectory/index.js +10 -9
- package/dist/PDFKit/PDFAction.d.ts +3 -0
- package/dist/PDFKit/PDFActionGoTo.d.ts +3 -0
- package/dist/PDFKit/PDFActionNamed.d.ts +3 -0
- package/dist/PDFKit/PDFActionRemoteGoTo.d.ts +3 -0
- package/dist/PDFKit/PDFActionResetForm.d.ts +3 -0
- package/dist/PDFKit/PDFActionURL.d.ts +3 -0
- package/dist/PDFKit/PDFAnnotation.d.ts +5 -1
- package/dist/PDFKit/PDFAnnotationButtonWidget.d.ts +4 -1
- package/dist/PDFKit/PDFAnnotationChoiceWidget.d.ts +3 -0
- package/dist/PDFKit/PDFAnnotationCircle.d.ts +3 -0
- package/dist/PDFKit/PDFAnnotationFreeText.d.ts +3 -0
- package/dist/PDFKit/PDFAnnotationInk.d.ts +3 -0
- package/dist/PDFKit/PDFAnnotationLine.d.ts +3 -0
- package/dist/PDFKit/PDFAnnotationLink.d.ts +3 -0
- package/dist/PDFKit/PDFAnnotationMarkup.d.ts +3 -0
- package/dist/PDFKit/PDFAnnotationPopup.d.ts +3 -0
- package/dist/PDFKit/PDFAnnotationSquare.d.ts +3 -0
- package/dist/PDFKit/PDFAnnotationStamp.d.ts +3 -0
- package/dist/PDFKit/PDFAnnotationText.d.ts +3 -0
- package/dist/PDFKit/PDFAnnotationTextWidget.d.ts +3 -0
- package/dist/PDFKit/PDFAppearanceCharacteristics.d.ts +3 -0
- package/dist/PDFKit/PDFBorder.d.ts +4 -0
- package/dist/PDFKit/PDFDestination.d.ts +3 -0
- package/dist/PDFKit/PDFDocument.d.ts +4 -1
- package/dist/PDFKit/PDFPage.d.ts +5 -1
- package/dist/PDFKit/PDFSelection.d.ts +3 -0
- package/dist/PDFKit/PDFThumbnailView.d.ts +1 -1
- package/dist/PDFKit/PDFView.d.ts +15 -11
- package/dist/PDFKit/index.js +30 -29
- package/dist/PHASE/PHASEAssetRegistry.d.ts +5 -5
- package/dist/PHASE/PHASEEngine.d.ts +1 -1
- package/dist/PHASE/PHASEObject.d.ts +4 -1
- package/dist/PHASE/PHASEShape.d.ts +3 -0
- package/dist/PHASE/PHASESoundEvent.d.ts +7 -7
- package/dist/PHASE/index.js +60 -59
- package/dist/ParavirtualizedGraphics/PGDevice.d.ts +1 -1
- package/dist/ParavirtualizedGraphics/PGDisplay.d.ts +2 -1
- package/dist/ParavirtualizedGraphics/PGDisplayDescriptor.d.ts +2 -2
- package/dist/ParavirtualizedGraphics/index.js +4 -3
- package/dist/PassKit/PKAddIdentityDocumentConfiguration.d.ts +1 -1
- package/dist/PassKit/PKAddPaymentPassRequestConfiguration.d.ts +2 -3
- package/dist/PassKit/PKAddShareablePassConfiguration.d.ts +2 -2
- package/dist/PassKit/PKDateComponentsRange.d.ts +4 -0
- package/dist/PassKit/PKIdentityAnyOfDescriptor.d.ts +6 -3
- package/dist/PassKit/PKIdentityAuthorizationController.d.ts +1 -1
- package/dist/PassKit/PKIdentityDriversLicenseDescriptor.d.ts +3 -0
- package/dist/PassKit/PKIdentityElement.d.ts +3 -0
- package/dist/PassKit/PKIdentityIntentToStore.d.ts +3 -0
- package/dist/PassKit/PKIdentityNationalIDCardDescriptor.d.ts +3 -0
- package/dist/PassKit/PKIdentityPhotoIDDescriptor.d.ts +3 -0
- package/dist/PassKit/PKIdentityRequest.d.ts +5 -1
- package/dist/PassKit/PKIssuerProvisioningExtensionAuthorizationProviding.d.ts +2 -2
- package/dist/PassKit/PKIssuerProvisioningExtensionHandler.d.ts +1 -1
- package/dist/PassKit/PKPass.d.ts +2 -2
- package/dist/PassKit/PKPassLibrary.d.ts +9 -9
- package/dist/PassKit/PKPaymentAuthorizationController.d.ts +2 -2
- package/dist/PassKit/PKPaymentMethod.d.ts +1 -2
- package/dist/PassKit/PKPaymentRequest.d.ts +2 -3
- package/dist/PassKit/PKVehicleConnectionSession.d.ts +2 -2
- package/dist/PassKit/index.js +74 -73
- package/dist/PencilKit/PKDrawing.d.ts +5 -1
- package/dist/PencilKit/PKFloatRange.d.ts +3 -0
- package/dist/PencilKit/PKInk.d.ts +3 -0
- package/dist/PencilKit/PKStroke.d.ts +3 -0
- package/dist/PencilKit/PKStrokePath.d.ts +3 -0
- package/dist/PencilKit/PKStrokePoint.d.ts +3 -0
- package/dist/PencilKit/PKTool.d.ts +3 -0
- package/dist/PencilKit/PKToolPickerItem.d.ts +3 -0
- package/dist/PencilKit/index.js +14 -13
- package/dist/Photos/PHAsset.d.ts +3 -3
- package/dist/Photos/PHAssetChangeRequest.d.ts +2 -2
- package/dist/Photos/PHAssetCollection.d.ts +1 -1
- package/dist/Photos/PHAssetResourceCreationOptions.d.ts +3 -0
- package/dist/Photos/PHAssetResourceManager.d.ts +3 -3
- package/dist/Photos/PHAssetResourceRequestOptions.d.ts +5 -2
- package/dist/Photos/PHCloudIdentifier.d.ts +4 -0
- package/dist/Photos/PHContentEditingInput.d.ts +1 -1
- package/dist/Photos/PHContentEditingInputRequestOptions.d.ts +2 -2
- package/dist/Photos/PHContentEditingOutput.d.ts +1 -1
- package/dist/Photos/PHFetchOptions.d.ts +3 -0
- package/dist/Photos/PHFetchResult.d.ts +6 -2
- package/dist/Photos/PHImageManager.d.ts +8 -8
- package/dist/Photos/PHImageRequestOptions.d.ts +5 -2
- package/dist/Photos/PHLivePhoto.d.ts +7 -2
- package/dist/Photos/PHLivePhotoEditingContext.d.ts +5 -5
- package/dist/Photos/PHLivePhotoRequestOptions.d.ts +5 -2
- package/dist/Photos/PHObject.d.ts +3 -0
- package/dist/Photos/PHObjectChangeDetails.d.ts +1 -1
- package/dist/Photos/PHPersistentChange.d.ts +1 -1
- package/dist/Photos/PHPersistentChangeToken.d.ts +4 -0
- package/dist/Photos/PHPhotoLibrary.d.ts +3 -3
- package/dist/Photos/PHVideoRequestOptions.d.ts +5 -2
- package/dist/Photos/index.js +44 -43
- package/dist/PhotosUI/PHContentEditingController.d.ts +1 -1
- package/dist/PhotosUI/PHPickerConfiguration.d.ts +3 -0
- package/dist/PhotosUI/PHPickerFilter.d.ts +3 -0
- package/dist/PhotosUI/PHPickerUpdateConfiguration.d.ts +3 -0
- package/dist/PhotosUI/PHProjectAssetElement.d.ts +1 -1
- package/dist/PhotosUI/PHProjectElement.d.ts +3 -0
- package/dist/PhotosUI/PHProjectExtensionContext.d.ts +1 -1
- package/dist/PhotosUI/PHProjectExtensionController.d.ts +2 -2
- package/dist/PhotosUI/PHProjectInfo.d.ts +4 -2
- package/dist/PhotosUI/PHProjectMapElement.d.ts +2 -2
- package/dist/PhotosUI/PHProjectRegionOfInterest.d.ts +5 -2
- package/dist/PhotosUI/PHProjectSection.d.ts +3 -0
- package/dist/PhotosUI/PHProjectSectionContent.d.ts +3 -0
- package/dist/PhotosUI/PHProjectTypeDescription.d.ts +9 -7
- package/dist/PhotosUI/PHProjectTypeDescriptionDataSource.d.ts +4 -4
- package/dist/PhotosUI/PHProjectTypeDescriptionInvalidator.d.ts +3 -3
- package/dist/PhotosUI/index.js +18 -17
- package/dist/PreferencePanes/NSPreferencePane.d.ts +2 -2
- package/dist/PreferencePanes/index.js +2 -1
- package/dist/PushKit/PKPushRegistry.d.ts +1 -2
- package/dist/PushKit/index.js +4 -3
- package/dist/QuartzCore/CAAnimation.d.ts +7 -1
- package/dist/QuartzCore/CABasicAnimation.d.ts +6 -6
- package/dist/QuartzCore/CAConstraint.d.ts +3 -0
- package/dist/QuartzCore/CAConstraintLayoutManager.d.ts +3 -0
- package/dist/QuartzCore/CAEDRMetadata.d.ts +4 -0
- package/dist/QuartzCore/CAEmitterCell.d.ts +7 -3
- package/dist/QuartzCore/CALayer.d.ts +21 -16
- package/dist/QuartzCore/CALayerDelegate.d.ts +2 -2
- package/dist/QuartzCore/CAMediaTimingFunction.d.ts +3 -0
- package/dist/QuartzCore/CAOpenGLLayer.d.ts +6 -6
- package/dist/QuartzCore/CARenderer.d.ts +1 -1
- package/dist/QuartzCore/CATextLayer.d.ts +2 -2
- package/dist/QuartzCore/CATransaction.d.ts +4 -4
- package/dist/QuartzCore/CAValueFunction.d.ts +3 -0
- package/dist/QuartzCore/index.js +32 -31
- package/dist/QuickLookThumbnailing/QLThumbnailGenerationRequest.d.ts +4 -0
- package/dist/QuickLookThumbnailing/QLThumbnailGenerator.d.ts +4 -4
- package/dist/QuickLookThumbnailing/QLThumbnailProvider.d.ts +1 -1
- package/dist/QuickLookThumbnailing/index.js +7 -6
- package/dist/QuickLookUI/QLPreviewProvider.d.ts +3 -0
- package/dist/QuickLookUI/QLPreviewReply.d.ts +3 -3
- package/dist/QuickLookUI/QLPreviewingController.d.ts +3 -3
- package/dist/QuickLookUI/index.js +7 -6
- package/dist/ReplayKit/RPBroadcastActivityController.d.ts +1 -1
- package/dist/ReplayKit/RPBroadcastController.d.ts +4 -3
- package/dist/ReplayKit/RPBroadcastControllerDelegate.d.ts +2 -2
- package/dist/ReplayKit/RPBroadcastHandler.d.ts +5 -2
- package/dist/ReplayKit/RPScreenRecorder.d.ts +9 -9
- package/dist/ReplayKit/index.js +8 -7
- package/dist/SafariServices/SFContentBlockerManager.d.ts +2 -2
- package/dist/SafariServices/SFSafariApplication.d.ts +4 -4
- package/dist/SafariServices/SFSafariExtension.d.ts +1 -1
- package/dist/SafariServices/SFSafariExtensionHandler.d.ts +4 -0
- package/dist/SafariServices/SFSafariExtensionHandling.d.ts +2 -2
- package/dist/SafariServices/SFSafariExtensionManager.d.ts +1 -1
- package/dist/SafariServices/SFSafariPage.d.ts +6 -2
- package/dist/SafariServices/SFSafariTab.d.ts +8 -4
- package/dist/SafariServices/SFSafariToolbarItem.d.ts +4 -0
- package/dist/SafariServices/SFSafariWindow.d.ts +7 -3
- package/dist/SafariServices/index.js +15 -14
- package/dist/SafetyKit/SACrashDetectionEvent.d.ts +5 -1
- package/dist/SafetyKit/SACrashDetectionManager.d.ts +1 -1
- package/dist/SafetyKit/SAEmergencyResponseManager.d.ts +1 -1
- package/dist/SafetyKit/index.js +4 -3
- package/dist/SceneKit/SCNAction.d.ts +7 -3
- package/dist/SceneKit/SCNActionable.d.ts +2 -2
- package/dist/SceneKit/SCNAnimation.d.ts +8 -4
- package/dist/SceneKit/SCNAnimationPlayer.d.ts +5 -0
- package/dist/SceneKit/SCNAudioPlayer.d.ts +4 -4
- package/dist/SceneKit/SCNAudioSource.d.ts +4 -0
- package/dist/SceneKit/SCNBoundingVolume.d.ts +3 -3
- package/dist/SceneKit/SCNCamera.d.ts +7 -1
- package/dist/SceneKit/SCNConstraint.d.ts +5 -0
- package/dist/SceneKit/SCNGeometry.d.ts +8 -2
- package/dist/SceneKit/SCNGeometryElement.d.ts +3 -0
- package/dist/SceneKit/SCNGeometrySource.d.ts +7 -3
- package/dist/SceneKit/SCNGeometryTessellator.d.ts +4 -0
- package/dist/SceneKit/SCNLayer.d.ts +3 -0
- package/dist/SceneKit/SCNLevelOfDetail.d.ts +4 -0
- package/dist/SceneKit/SCNLight.d.ts +9 -3
- package/dist/SceneKit/SCNMaterial.d.ts +7 -1
- package/dist/SceneKit/SCNMaterialProperty.d.ts +11 -7
- package/dist/SceneKit/SCNMorpher.d.ts +4 -0
- package/dist/SceneKit/SCNNode.d.ts +7 -0
- package/dist/SceneKit/SCNParticlePropertyController.d.ts +4 -0
- package/dist/SceneKit/SCNParticleSystem.d.ts +7 -2
- package/dist/SceneKit/SCNPhysicsBehavior.d.ts +3 -0
- package/dist/SceneKit/SCNPhysicsBody.d.ts +4 -0
- package/dist/SceneKit/SCNPhysicsField.d.ts +4 -0
- package/dist/SceneKit/SCNPhysicsShape.d.ts +4 -0
- package/dist/SceneKit/SCNPhysicsVehicleWheel.d.ts +4 -0
- package/dist/SceneKit/SCNPhysicsWorld.d.ts +3 -0
- package/dist/SceneKit/SCNProgram.d.ts +4 -0
- package/dist/SceneKit/SCNRenderer.d.ts +6 -2
- package/dist/SceneKit/SCNScene.d.ts +7 -4
- package/dist/SceneKit/SCNSceneRenderer.d.ts +4 -4
- package/dist/SceneKit/SCNSceneSource.d.ts +4 -4
- package/dist/SceneKit/SCNShadable.d.ts +2 -2
- package/dist/SceneKit/SCNSkinner.d.ts +3 -0
- package/dist/SceneKit/SCNTechnique.d.ts +7 -3
- package/dist/SceneKit/SCNText.d.ts +3 -3
- package/dist/SceneKit/SCNTimingFunction.d.ts +3 -0
- package/dist/SceneKit/SCNTransaction.d.ts +4 -4
- package/dist/SceneKit/SCNView.d.ts +7 -4
- package/dist/SceneKit/index.js +67 -66
- package/dist/ScreenCaptureKit/SCRecordingOutputConfiguration.d.ts +3 -2
- package/dist/ScreenCaptureKit/SCScreenshotManager.d.ts +5 -5
- package/dist/ScreenCaptureKit/SCShareableContent.d.ts +5 -5
- package/dist/ScreenCaptureKit/SCStream.d.ts +8 -8
- package/dist/ScreenCaptureKit/SCStreamConfiguration.d.ts +2 -2
- package/dist/ScreenCaptureKit/index.js +16 -15
- package/dist/ScreenSaver/index.js +3 -2
- package/dist/ScreenTime/STScreenTimeConfigurationObserver.d.ts +1 -2
- package/dist/ScreenTime/STWebHistory.d.ts +4 -4
- package/dist/ScreenTime/STWebpageController.d.ts +1 -1
- package/dist/ScreenTime/index.js +5 -4
- package/dist/ScriptingBridge/SBApplication.d.ts +3 -3
- package/dist/ScriptingBridge/SBApplicationDelegate.d.ts +1 -1
- package/dist/ScriptingBridge/SBObject.d.ts +10 -7
- package/dist/ScriptingBridge/index.js +4 -3
- package/dist/SecurityFoundation/SFAuthorization.d.ts +6 -3
- package/dist/SecurityFoundation/index.js +2 -1
- package/dist/SecurityInterface/SFAuthorizationView.d.ts +1 -1
- package/dist/SecurityInterface/index.js +10 -9
- package/dist/SecurityUI/SFCertificatePresentation.d.ts +1 -1
- package/dist/SecurityUI/index.js +2 -1
- package/dist/SensitiveContentAnalysis/SCSensitivityAnalyzer.d.ts +3 -3
- package/dist/SensitiveContentAnalysis/SCVideoStreamAnalyzer.d.ts +3 -3
- package/dist/SensitiveContentAnalysis/index.js +4 -3
- package/dist/SensorKit/SRAcousticSettings.d.ts +4 -0
- package/dist/SensorKit/SRAcousticSettingsAccessibility.d.ts +4 -0
- package/dist/SensorKit/SRAcousticSettingsAccessibilityBackgroundSounds.d.ts +4 -0
- package/dist/SensorKit/SRAcousticSettingsAccessibilityHeadphoneAccommodations.d.ts +4 -0
- package/dist/SensorKit/SRAcousticSettingsMusicEQ.d.ts +4 -0
- package/dist/SensorKit/SRAudioLevel.d.ts +4 -0
- package/dist/SensorKit/SRDeletionRecord.d.ts +5 -3
- package/dist/SensorKit/SRDevice.d.ts +4 -0
- package/dist/SensorKit/SRDeviceUsageReport.d.ts +4 -4
- package/dist/SensorKit/SRElectrocardiogramData.d.ts +4 -0
- package/dist/SensorKit/SRElectrocardiogramSample.d.ts +4 -0
- package/dist/SensorKit/SRElectrocardiogramSession.d.ts +4 -0
- package/dist/SensorKit/SRFaceMetrics.d.ts +4 -0
- package/dist/SensorKit/SRFaceMetricsExpression.d.ts +4 -0
- package/dist/SensorKit/SRFetchRequest.d.ts +4 -5
- package/dist/SensorKit/SRFetchResult.d.ts +4 -1
- package/dist/SensorKit/SRKeyboardMetrics.d.ts +6 -7
- package/dist/SensorKit/SRKeyboardProbabilityMetric.d.ts +2 -2
- package/dist/SensorKit/SRMediaEvent.d.ts +4 -0
- package/dist/SensorKit/SRPhotoplethysmogramAccelerometerSample.d.ts +4 -0
- package/dist/SensorKit/SRPhotoplethysmogramOpticalSample.d.ts +4 -0
- package/dist/SensorKit/SRPhotoplethysmogramSample.d.ts +4 -0
- package/dist/SensorKit/SRSensorReader.d.ts +1 -1
- package/dist/SensorKit/SRSleepSession.d.ts +4 -0
- package/dist/SensorKit/SRSpeechExpression.d.ts +4 -0
- package/dist/SensorKit/SRSpeechMetrics.d.ts +4 -0
- package/dist/SensorKit/SRSupplementalCategory.d.ts +4 -0
- package/dist/SensorKit/SRWristTemperature.d.ts +4 -0
- package/dist/SensorKit/SRWristTemperatureSession.d.ts +4 -0
- package/dist/SensorKit/index.js +39 -38
- package/dist/ServiceManagement/SMAppService.d.ts +3 -3
- package/dist/ServiceManagement/index.js +2 -1
- package/dist/SharedWithYou/SWCollaborationHighlight.d.ts +3 -0
- package/dist/SharedWithYou/SWCollaborationView.d.ts +1 -1
- package/dist/SharedWithYou/SWHighlight.d.ts +2 -0
- package/dist/SharedWithYou/SWHighlightCenter.d.ts +4 -4
- package/dist/SharedWithYou/SWHighlightMembershipEvent.d.ts +3 -0
- package/dist/SharedWithYou/SWHighlightMentionEvent.d.ts +3 -0
- package/dist/SharedWithYou/SWHighlightPersistenceEvent.d.ts +3 -0
- package/dist/SharedWithYou/index.js +11 -10
- package/dist/SharedWithYouCore/SWAction.d.ts +4 -0
- package/dist/SharedWithYouCore/SWCollaborationMetadata.d.ts +5 -0
- package/dist/SharedWithYouCore/SWCollaborationOption.d.ts +4 -0
- package/dist/SharedWithYouCore/SWCollaborationOptionsGroup.d.ts +4 -0
- package/dist/SharedWithYouCore/SWCollaborationShareOptions.d.ts +3 -0
- package/dist/SharedWithYouCore/SWPerson.d.ts +3 -0
- package/dist/SharedWithYouCore/SWPersonIdentity.d.ts +4 -0
- package/dist/SharedWithYouCore/SWPersonIdentityProof.d.ts +4 -0
- package/dist/SharedWithYouCore/SWStartCollaborationAction.d.ts +3 -0
- package/dist/SharedWithYouCore/SWUpdateCollaborationParticipantsAction.d.ts +3 -0
- package/dist/SharedWithYouCore/index.js +14 -13
- package/dist/ShazamKit/SHCustomCatalog.d.ts +4 -4
- package/dist/ShazamKit/SHMatch.d.ts +3 -0
- package/dist/ShazamKit/SHMediaItem.d.ts +5 -1
- package/dist/ShazamKit/SHMediaLibrary.d.ts +1 -1
- package/dist/ShazamKit/SHRange.d.ts +4 -0
- package/dist/ShazamKit/SHSignature.d.ts +6 -2
- package/dist/ShazamKit/SHSignatureGenerator.d.ts +2 -2
- package/dist/ShazamKit/index.js +11 -10
- package/dist/Social/SLComposeServiceViewController.d.ts +3 -0
- package/dist/Social/index.js +3 -2
- package/dist/SoundAnalysis/SNAudioFileAnalyzer.d.ts +2 -2
- package/dist/SoundAnalysis/SNAudioStreamAnalyzer.d.ts +1 -1
- package/dist/SoundAnalysis/SNClassificationResult.d.ts +3 -0
- package/dist/SoundAnalysis/SNClassifySoundRequest.d.ts +6 -3
- package/dist/SoundAnalysis/index.js +7 -6
- package/dist/Speech/SFAcousticFeature.d.ts +4 -0
- package/dist/Speech/SFSpeechLanguageModel.d.ts +4 -4
- package/dist/Speech/SFSpeechLanguageModelConfiguration.d.ts +4 -0
- package/dist/Speech/SFSpeechRecognitionMetadata.d.ts +4 -0
- package/dist/Speech/SFSpeechRecognitionResult.d.ts +4 -0
- package/dist/Speech/SFSpeechRecognizer.d.ts +1 -1
- package/dist/Speech/SFTranscription.d.ts +4 -0
- package/dist/Speech/SFTranscriptionSegment.d.ts +4 -0
- package/dist/Speech/SFVoiceAnalytics.d.ts +4 -0
- package/dist/Speech/index.js +14 -13
- package/dist/SpriteKit/SKAction.d.ts +7 -3
- package/dist/SpriteKit/SKAttribute.d.ts +3 -0
- package/dist/SpriteKit/SKAttributeValue.d.ts +3 -0
- package/dist/SpriteKit/SKAudioNode.d.ts +1 -1
- package/dist/SpriteKit/SKConstraint.d.ts +4 -0
- package/dist/SpriteKit/SKEffectNode.d.ts +3 -0
- package/dist/SpriteKit/SKFieldNode.d.ts +1 -1
- package/dist/SpriteKit/SKKeyframeSequence.d.ts +4 -1
- package/dist/SpriteKit/SKNode.d.ts +7 -4
- package/dist/SpriteKit/SKPhysicsBody.d.ts +4 -0
- package/dist/SpriteKit/SKPhysicsJoint.d.ts +3 -0
- package/dist/SpriteKit/SKPhysicsWorld.d.ts +3 -0
- package/dist/SpriteKit/SKRange.d.ts +4 -0
- package/dist/SpriteKit/SKReachConstraints.d.ts +3 -0
- package/dist/SpriteKit/SKRegion.d.ts +4 -0
- package/dist/SpriteKit/SKShader.d.ts +4 -0
- package/dist/SpriteKit/SKShapeNode.d.ts +4 -4
- package/dist/SpriteKit/SKSpriteNode.d.ts +3 -0
- package/dist/SpriteKit/SKTexture.d.ts +4 -0
- package/dist/SpriteKit/SKTextureAtlas.d.ts +4 -1
- package/dist/SpriteKit/SKTileDefinition.d.ts +4 -0
- package/dist/SpriteKit/SKTileGroup.d.ts +4 -0
- package/dist/SpriteKit/SKTileGroupRule.d.ts +4 -0
- package/dist/SpriteKit/SKTileMapNode.d.ts +3 -0
- package/dist/SpriteKit/SKTileSet.d.ts +4 -0
- package/dist/SpriteKit/SKTransition.d.ts +3 -0
- package/dist/SpriteKit/SKUniform.d.ts +4 -0
- package/dist/SpriteKit/SKView.d.ts +1 -1
- package/dist/SpriteKit/SKWarpGeometry.d.ts +4 -0
- package/dist/SpriteKit/SKWarpGeometryGrid.d.ts +2 -2
- package/dist/SpriteKit/index.js +49 -48
- package/dist/StoreKit/SKAdNetwork.d.ts +5 -5
- package/dist/StoreKit/SKArcadeService.d.ts +2 -2
- package/dist/StoreKit/SKCloudServiceController.d.ts +5 -5
- package/dist/StoreKit/SKCloudServiceSetupViewController.d.ts +1 -1
- package/dist/StoreKit/SKDownload.d.ts +3 -2
- package/dist/StoreKit/SKOverlayAppClipConfiguration.d.ts +2 -2
- package/dist/StoreKit/SKOverlayAppConfiguration.d.ts +2 -2
- package/dist/StoreKit/SKPayment.d.ts +4 -0
- package/dist/StoreKit/SKPaymentQueue.d.ts +1 -2
- package/dist/StoreKit/SKProductStorePromotionController.d.ts +4 -4
- package/dist/StoreKit/SKStoreProductViewController.d.ts +2 -2
- package/dist/StoreKit/index.js +28 -27
- package/dist/Symbols/NSSymbolContentTransition.d.ts +4 -0
- package/dist/Symbols/NSSymbolEffect.d.ts +4 -0
- package/dist/Symbols/NSSymbolEffectOptions.d.ts +4 -0
- package/dist/Symbols/NSSymbolEffectOptionsRepeatBehavior.d.ts +4 -0
- package/dist/Symbols/index.js +19 -18
- package/dist/SyncServices/ISyncChange.d.ts +3 -3
- package/dist/SyncServices/ISyncClient.d.ts +1 -1
- package/dist/SyncServices/ISyncRecordReference.d.ts +3 -0
- package/dist/SyncServices/index.js +9 -8
- package/dist/SystemExtensions/OSSystemExtensionRequest.d.ts +3 -4
- package/dist/SystemExtensions/OSSystemExtensionsWorkspace.d.ts +2 -2
- package/dist/SystemExtensions/index.js +6 -5
- package/dist/ThreadNetwork/THClient.d.ts +7 -7
- package/dist/ThreadNetwork/THCredentials.d.ts +3 -0
- package/dist/ThreadNetwork/index.js +3 -2
- package/dist/UniformTypeIdentifiers/UTType.d.ts +6 -2
- package/dist/UniformTypeIdentifiers/index.js +2 -1
- package/dist/UserNotifications/UNNotification.d.ts +4 -0
- package/dist/UserNotifications/UNNotificationAction.d.ts +4 -0
- package/dist/UserNotifications/UNNotificationActionIcon.d.ts +4 -0
- package/dist/UserNotifications/UNNotificationAttachment.d.ts +5 -1
- package/dist/UserNotifications/UNNotificationAttributedMessageContext.d.ts +3 -0
- package/dist/UserNotifications/UNNotificationCategory.d.ts +4 -0
- package/dist/UserNotifications/UNNotificationContent.d.ts +6 -1
- package/dist/UserNotifications/UNNotificationRequest.d.ts +4 -0
- package/dist/UserNotifications/UNNotificationResponse.d.ts +4 -0
- package/dist/UserNotifications/UNNotificationSettings.d.ts +4 -0
- package/dist/UserNotifications/UNNotificationSound.d.ts +9 -5
- package/dist/UserNotifications/UNNotificationTrigger.d.ts +4 -0
- package/dist/UserNotifications/UNUserNotificationCenter.d.ts +3 -3
- package/dist/UserNotifications/index.js +22 -21
- package/dist/VideoSubscriberAccount/VSAccountManager.d.ts +2 -2
- package/dist/VideoSubscriberAccount/VSAccountProviderResponse.d.ts +1 -2
- package/dist/VideoSubscriberAccount/VSAutoSignInToken.d.ts +3 -0
- package/dist/VideoSubscriberAccount/VSUserAccountManager.d.ts +4 -4
- package/dist/VideoSubscriberAccount/index.js +14 -13
- package/dist/VideoToolbox/VTFrameProcessor.d.ts +4 -4
- package/dist/VideoToolbox/VTSuperResolutionScalerConfiguration.d.ts +1 -1
- package/dist/VideoToolbox/VTTemporalNoiseFilterConfiguration.d.ts +1 -2
- package/dist/VideoToolbox/index.js +18 -17
- package/dist/Virtualization/VZAudioDeviceConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZBootLoader.d.ts +3 -0
- package/dist/Virtualization/VZConsoleDeviceConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZConsolePortConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZDirectorySharingDeviceConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZDiskBlockDeviceStorageDeviceAttachment.d.ts +1 -1
- package/dist/Virtualization/VZDiskImageStorageDeviceAttachment.d.ts +2 -2
- package/dist/Virtualization/VZEFIVariableStore.d.ts +1 -1
- package/dist/Virtualization/VZEntropyDeviceConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZFileSerialPortAttachment.d.ts +1 -1
- package/dist/Virtualization/VZGenericMachineIdentifier.d.ts +3 -0
- package/dist/Virtualization/VZGraphicsDeviceConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZGraphicsDisplay.d.ts +2 -2
- package/dist/Virtualization/VZGraphicsDisplayConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZKeyboardConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZLinuxRosettaAbstractSocketCachingOptions.d.ts +1 -1
- package/dist/Virtualization/VZLinuxRosettaDirectoryShare.d.ts +2 -2
- package/dist/Virtualization/VZLinuxRosettaUnixSocketCachingOptions.d.ts +1 -1
- package/dist/Virtualization/VZMACAddress.d.ts +3 -0
- package/dist/Virtualization/VZMacAuxiliaryStorage.d.ts +1 -1
- package/dist/Virtualization/VZMacHardwareModel.d.ts +3 -0
- package/dist/Virtualization/VZMacMachineIdentifier.d.ts +3 -0
- package/dist/Virtualization/VZMacOSInstaller.d.ts +1 -1
- package/dist/Virtualization/VZMacOSRestoreImage.d.ts +2 -2
- package/dist/Virtualization/VZMemoryBalloonDeviceConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZMultipleDirectoryShare.d.ts +1 -1
- package/dist/Virtualization/VZNetworkBlockDeviceStorageDeviceAttachment.d.ts +3 -3
- package/dist/Virtualization/VZNetworkDeviceConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZPlatformConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZPointingDeviceConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZSerialPortConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZSocketDeviceConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZStorageDeviceConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZUSBController.d.ts +4 -3
- package/dist/Virtualization/VZUSBControllerConfiguration.d.ts +6 -3
- package/dist/Virtualization/VZUSBMassStorageDevice.d.ts +3 -0
- package/dist/Virtualization/VZUSBMassStorageDeviceConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZVirtioBlockDeviceConfiguration.d.ts +1 -1
- package/dist/Virtualization/VZVirtioConsolePortConfigurationArray.d.ts +3 -0
- package/dist/Virtualization/VZVirtioFileSystemDeviceConfiguration.d.ts +1 -1
- package/dist/Virtualization/VZVirtioSocketDevice.d.ts +1 -1
- package/dist/Virtualization/VZVirtioSoundDeviceStreamConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZVirtualMachine.d.ts +10 -10
- package/dist/Virtualization/VZVirtualMachineConfiguration.d.ts +5 -2
- package/dist/Virtualization/index.js +111 -110
- package/dist/Vision/VNAnimalBodyPoseObservation.d.ts +4 -2
- package/dist/Vision/VNCircle.d.ts +4 -0
- package/dist/Vision/VNClassifyImageRequest.d.ts +2 -2
- package/dist/Vision/VNContour.d.ts +6 -2
- package/dist/Vision/VNContoursObservation.d.ts +2 -2
- package/dist/Vision/VNCoreMLModel.d.ts +3 -2
- package/dist/Vision/VNCoreMLRequest.d.ts +1 -1
- package/dist/Vision/VNDetectAnimalBodyPoseRequest.d.ts +2 -2
- package/dist/Vision/VNDetectBarcodesRequest.d.ts +1 -1
- package/dist/Vision/VNDetectFaceCaptureQualityRequest.d.ts +3 -0
- package/dist/Vision/VNDetectFaceLandmarksRequest.d.ts +3 -0
- package/dist/Vision/VNDetectHumanBodyPose3DRequest.d.ts +3 -3
- package/dist/Vision/VNDetectHumanBodyPoseRequest.d.ts +4 -4
- package/dist/Vision/VNDetectHumanHandPoseRequest.d.ts +4 -4
- package/dist/Vision/VNDetectRectanglesRequest.d.ts +8 -9
- package/dist/Vision/VNDetectTrajectoriesRequest.d.ts +1 -1
- package/dist/Vision/VNDetectedPoint.d.ts +1 -2
- package/dist/Vision/VNFaceLandmarkRegion.d.ts +5 -0
- package/dist/Vision/VNFaceLandmarks.d.ts +6 -2
- package/dist/Vision/VNFeaturePrintObservation.d.ts +1 -1
- package/dist/Vision/VNGenerateOpticalFlowRequest.d.ts +2 -3
- package/dist/Vision/VNGeneratePersonSegmentationRequest.d.ts +4 -4
- package/dist/Vision/VNGeometryUtils.d.ts +5 -5
- package/dist/Vision/VNHumanBodyPose3DObservation.d.ts +7 -5
- package/dist/Vision/VNHumanBodyPoseObservation.d.ts +4 -2
- package/dist/Vision/VNHumanBodyRecognizedPoint3D.d.ts +2 -2
- package/dist/Vision/VNHumanHandPoseObservation.d.ts +4 -2
- package/dist/Vision/VNImageRequestHandler.d.ts +9 -9
- package/dist/Vision/VNInstanceMaskObservation.d.ts +3 -3
- package/dist/Vision/VNObservation.d.ts +6 -2
- package/dist/Vision/VNPoint.d.ts +4 -0
- package/dist/Vision/VNPoint3D.d.ts +4 -0
- package/dist/Vision/VNRecognizeAnimalsRequest.d.ts +2 -2
- package/dist/Vision/VNRecognizeTextRequest.d.ts +5 -2
- package/dist/Vision/VNRecognizedPoints3DObservation.d.ts +2 -2
- package/dist/Vision/VNRecognizedPointsObservation.d.ts +3 -3
- package/dist/Vision/VNRecognizedText.d.ts +7 -2
- package/dist/Vision/VNRequest.d.ts +11 -4
- package/dist/Vision/VNSequenceRequestHandler.d.ts +12 -12
- package/dist/Vision/VNStatefulRequest.d.ts +1 -1
- package/dist/Vision/VNTargetedImageRequest.d.ts +18 -18
- package/dist/Vision/VNTrackHomographicImageRegistrationRequest.d.ts +1 -1
- package/dist/Vision/VNTrackObjectRequest.d.ts +1 -1
- package/dist/Vision/VNTrackOpticalFlowRequest.d.ts +3 -3
- package/dist/Vision/VNTrackRectangleRequest.d.ts +1 -1
- package/dist/Vision/VNTrackTranslationalImageRegistrationRequest.d.ts +1 -1
- package/dist/Vision/VNTrackingRequest.d.ts +1 -1
- package/dist/Vision/VNVector.d.ts +4 -0
- package/dist/Vision/VNVideoProcessor.d.ts +5 -5
- package/dist/Vision/VNVideoProcessorCadence.d.ts +3 -0
- package/dist/Vision/VNVideoProcessorRequestProcessingOptions.d.ts +3 -0
- package/dist/Vision/index.js +92 -91
- package/dist/WebKit/DOMEvent.d.ts +5 -6
- package/dist/WebKit/DOMMouseEvent.d.ts +1 -1
- package/dist/WebKit/DOMNode.d.ts +3 -0
- package/dist/WebKit/DOMObject.d.ts +3 -0
- package/dist/WebKit/WKDownload.d.ts +4 -1
- package/dist/WebKit/WKDownloadDelegate.d.ts +3 -3
- package/dist/WebKit/WKFindConfiguration.d.ts +3 -0
- package/dist/WebKit/WKFindResult.d.ts +3 -0
- package/dist/WebKit/WKFrameInfo.d.ts +3 -0
- package/dist/WebKit/WKHTTPCookieStore.d.ts +4 -4
- package/dist/WebKit/WKNavigationDelegate.d.ts +1 -1
- package/dist/WebKit/WKPDFConfiguration.d.ts +3 -0
- package/dist/WebKit/WKPreferences.d.ts +3 -0
- package/dist/WebKit/WKProcessPool.d.ts +3 -0
- package/dist/WebKit/WKScriptMessageHandlerWithReply.d.ts +1 -1
- package/dist/WebKit/WKSnapshotConfiguration.d.ts +3 -0
- package/dist/WebKit/WKUIDelegate.d.ts +2 -2
- package/dist/WebKit/WKUserContentController.d.ts +3 -0
- package/dist/WebKit/WKUserScript.d.ts +3 -0
- package/dist/WebKit/WKWebExtension.d.ts +2 -2
- package/dist/WebKit/WKWebExtensionContext.d.ts +5 -5
- package/dist/WebKit/WKWebExtensionController.d.ts +5 -5
- package/dist/WebKit/WKWebExtensionControllerConfiguration.d.ts +4 -0
- package/dist/WebKit/WKWebExtensionControllerDelegate.d.ts +13 -12
- package/dist/WebKit/WKWebExtensionMatchPattern.d.ts +6 -2
- package/dist/WebKit/WKWebExtensionMessagePort.d.ts +5 -5
- package/dist/WebKit/WKWebExtensionTab.d.ts +15 -15
- package/dist/WebKit/WKWebExtensionWindow.d.ts +6 -5
- package/dist/WebKit/WKWebExtensionWindowConfiguration.d.ts +1 -2
- package/dist/WebKit/WKWebView.d.ts +27 -23
- package/dist/WebKit/WKWebViewConfiguration.d.ts +4 -0
- package/dist/WebKit/WKWebsiteDataStore.d.ts +6 -3
- package/dist/WebKit/WebArchive.d.ts +4 -0
- package/dist/WebKit/WebHistoryItem.d.ts +3 -0
- package/dist/WebKit/WebPreferences.d.ts +3 -0
- package/dist/WebKit/WebResource.d.ts +4 -0
- package/dist/WebKit/WebUndefined.d.ts +4 -0
- package/dist/WebKit/WebView.d.ts +3 -0
- package/dist/WebKit/index.js +166 -165
- package/dist/bind.d.ts +55 -0
- package/dist/bind.js +97 -0
- package/dist/helpers.d.ts +5 -1
- package/dist/helpers.js +20 -1
- package/dist/iTunesLibrary/ITLibMediaEntity.d.ts +1 -1
- package/dist/iTunesLibrary/ITLibrary.d.ts +4 -4
- package/dist/iTunesLibrary/index.js +9 -8
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -1
- package/package.json +9 -1
- /package/dist/{data.d.ts → nsdata.d.ts} +0 -0
- /package/dist/{data.js → nsdata.js} +0 -0
|
@@ -24,7 +24,7 @@ export declare class _AVMutableVideoComposition extends _AVVideoComposition {
|
|
|
24
24
|
/**
|
|
25
25
|
* Vends a new instance of AVMutableVideoComposition with values and instructions suitable for presenting the video tracks of the specified asset according to its temporal and geometric properties and those of its tracks. The new AVMutableVideoComposition will have instructions that respect the spatial properties and timeRanges of the specified asset's video tracks. The client can set sourceTrackIDForFrameTiming to kCMPersistentTrackID_Invalid and frameDuration to an appropriate value in order to specify the maximum output frame rate independent of the source track timing. It will also have the following values for its properties: - If the asset has exactly one video track, the original timing of the source video track will be used. If the asset has more than one video track, and the nominal frame rate of any of video tracks is known, the reciprocal of the greatest known nominalFrameRate will be used as the value of frameDuration. Otherwise, a default framerate of 30fps is used. - If the specified asset is an instance of AVComposition, the renderSize will be set to the naturalSize of the AVComposition; otherwise the renderSize will be set to a value that encompasses all of the asset's video tracks. - A renderScale of 1.0. - A nil animationTool. If the specified asset has no video tracks, this method will return an AVMutableVideoComposition instance with an empty collection of instructions. - Parameter asset: An instance of AVAsset. - Parameter completionHandler: A block that is invoked when the new video composition has finished being created. If the `videoComposition` parameter is nil, the `error` parameter describes the failure that occurred.
|
|
26
26
|
*/
|
|
27
|
-
static videoCompositionWithPropertiesOfAsset$completionHandler$(asset: _AVAsset, completionHandler: NobjcObject): void;
|
|
27
|
+
static videoCompositionWithPropertiesOfAsset$completionHandler$(asset: _AVAsset, completionHandler: NobjcObject | null): void;
|
|
28
28
|
/**
|
|
29
29
|
* Returns a new instance of AVMutableVideoComposition with values and instructions suitable for presenting the video tracks of the specified asset according to its temporal and geometric properties and those of its tracks, and also overrides default properties with those from a prototypeInstruction. Also see videoCompositionWithPropertiesOfAsset:. The returned AVVideoComposition will have instructions that respect the spatial properties and timeRanges of the specified asset's video tracks. Anything not pertaining to spatial layout and timing, such as background color for their composition or post-processing behaviors, is eligible to be specified via a prototype instruction. Example: To add a background color, ```objc myPrototypeInstruction = [[AVMutableVideoCompositionInstruction alloc] init]; myPrototypeInstruction.backgroundColor = myCGColorRef; // Do not use constant CGColorRef colors here. myVideoComposition = [AVVideoComposition videoCompositionWithPropertiesOfAsset:myAsset prototypeInstruction:myPrototypeInstruction]; ``` - Parameter asset: An instance of AVAsset. For best performance, ensure that the duration and tracks properties of the asset are already loaded before invoking this method. - Parameter prototypeInstruction: Custom instructions that the client can choose to override. - Returns: An instance of AVMutableVideoComposition.
|
|
30
30
|
* @deprecated Use videoCompositionWithPropertiesOfAsset:prototypeInstruction:completionHandler: instead
|
|
@@ -33,7 +33,7 @@ export declare class _AVMutableVideoComposition extends _AVVideoComposition {
|
|
|
33
33
|
/**
|
|
34
34
|
* Vends a new instance of AVMutableVideoComposition with values and instructions suitable for presenting the video tracks of the specified asset according to its temporal and geometric properties and those of its tracks, and also overrides default properties with those from a prototypeInstruction. Also see videoCompositionWithPropertiesOfAsset:completionHandler:. The new AVMutableVideoComposition will have instructions that respect the spatial properties and timeRanges of the specified asset's video tracks. Anything not pertaining to spatial layout and timing, such as background color for their composition or post-processing behaviors, is eligible to be specified via a prototype instruction. Example: To add a background color, ```objc myPrototypeInstruction = [[AVMutableVideoCompositionInstruction alloc] init]; myPrototypeInstruction.backgroundColor = myCGColorRef; // Do not use constant CGColorRef colors here. myVideoComposition = [AVVideoComposition videoCompositionWithPropertiesOfAsset:myAsset prototypeInstruction:myPrototypeInstruction completionHandler:^(AVMutableVideoComposition * _Nullable myVideoComposition, NSError * _Nullable error) { if (myVideoComposition != nil) { // use myVideoComposition } else { // handle error } }]; ``` - Parameter asset: An instance of AVAsset. - Parameter prototypeInstruction: Custom instructions that the client can choose to override. - Parameter completionHandler: A block that is invoked when the new video composition has finished being created. If the `videoComposition` parameter is nil, the `error` parameter describes the failure that occurred.
|
|
35
35
|
*/
|
|
36
|
-
static videoCompositionWithPropertiesOfAsset$prototypeInstruction$completionHandler$(asset: _AVAsset, prototypeInstruction: _AVVideoCompositionInstruction, completionHandler: NobjcObject): void;
|
|
36
|
+
static videoCompositionWithPropertiesOfAsset$prototypeInstruction$completionHandler$(asset: _AVAsset, prototypeInstruction: _AVVideoCompositionInstruction, completionHandler: NobjcObject | null): void;
|
|
37
37
|
/**
|
|
38
38
|
* Returns a new instance of AVMutableVideoComposition with values and instructions that will apply the specified handler block to video frames represented as instances of CIImage. The returned AVMutableVideoComposition will cause the specified handler block to be called to filter each frame of the asset's first enabled video track. The handler block should use the properties of the provided AVAsynchronousCIImageFilteringRequest and respond using finishWithImage:context: with a "filtered" new CIImage (or the provided source image for no affect). In the event of an error, respond to the request using finishWithError:. The error can be observed via AVPlayerItemFailedToPlayToEndTimeNotification, see AVPlayerItemFailedToPlayToEndTimeErrorKey in notification payload. The client can set sourceTrackIDForFrameTiming to kCMPersistentTrackID_Invalid and frameDuration to an appropriate value in order to specify the maximum output frame rate independent of the source track timing. The video composition will also have the following values for its properties: - The original timing of the asset's first enabled video track will be used. - A renderSize that encompasses the asset's first enabled video track respecting the track's preferredTransform. - A renderScale of 1.0. The default CIContext has the following properties: - iOS: Device RGB color space - macOS: sRGB color space Example usage: ```objc playerItem.videoComposition = [AVMutableVideoComposition videoCompositionWithAsset:srcAsset applyingCIFiltersWithHandler: ^(AVAsynchronousCIImageFilteringRequest *request) { NSError *err = nil; CIImage *filtered = myRenderer(request, &err); if (filtered) [request finishWithImage:filtered context:nil]; else [request finishWithError:err]; }]; ``` - Parameter asset: An instance of AVAsset. For best performance, ensure that the duration and tracks properties of the asset are already loaded before invoking this method. - Returns: An instance of AVMutableVideoComposition.
|
|
39
39
|
* @deprecated Use videoCompositionWithAsset:applyingCIFiltersWithHandler:completionHandler: instead
|
|
@@ -42,7 +42,7 @@ export declare class _AVMutableVideoComposition extends _AVVideoComposition {
|
|
|
42
42
|
/**
|
|
43
43
|
* Vends a new instance of AVMutableVideoComposition with values and instructions that will apply the specified handler block to video frames represented as instances of CIImage. The new AVMutableVideoComposition will cause the specified handler block to be called to filter each frame of the asset's first enabled video track. The handler block should use the properties of the provided AVAsynchronousCIImageFilteringRequest and respond using finishWithImage:context: with a "filtered" new CIImage (or the provided source image for no affect). In the event of an error, respond to the request using finishWithError:. The error can be observed via AVPlayerItemFailedToPlayToEndTimeNotification, see AVPlayerItemFailedToPlayToEndTimeErrorKey in notification payload. The client can set sourceTrackIDForFrameTiming to kCMPersistentTrackID_Invalid and frameDuration to an appropriate value in order to specify the maximum output frame rate independent of the source track timing. The video composition will also have the following values for its properties: - The original timing of the asset's first enabled video track will be used. - A renderSize that encompasses the asset's first enabled video track respecting the track's preferredTransform. - A renderScale of 1.0. The default CIContext has the following properties: - iOS: Device RGB color space - macOS: sRGB color space Example usage: ```objc [AVMutableVideoComposition videoCompositionWithAsset:srcAsset applyingCIFiltersWithHandler: ^(AVAsynchronousCIImageFilteringRequest *request) { NSError *err = nil; CIImage *filtered = myRenderer(request, &err); if (filtered) [request finishWithImage:filtered context:nil]; else [request finishWithError:err]; } completionHandler: ^(AVMutableVideoComposition * _Nullable videoComposition, NSError * _Nullable error) { if (videoComposition != nil) { playerItem.videoComposition = videoComposition else { // handle error }]; ``` - Parameter asset: An instance of AVAsset. - Parameter completionHandler: A block that is invoked when the new video composition has finished being created. If the `videoComposition` parameter is nil, the `error` parameter describes the failure that occurred.
|
|
44
44
|
*/
|
|
45
|
-
static videoCompositionWithAsset$applyingCIFiltersWithHandler$completionHandler$(asset: _AVAsset, applier: NobjcObject, completionHandler: NobjcObject): void;
|
|
45
|
+
static videoCompositionWithAsset$applyingCIFiltersWithHandler$completionHandler$(asset: _AVAsset, applier: NobjcObject, completionHandler: NobjcObject | null): void;
|
|
46
46
|
/**
|
|
47
47
|
* Indicates the custom compositor class to use. If nil, the default, internal video compositor is used
|
|
48
48
|
*/
|
|
@@ -56,8 +56,8 @@ export declare class _AVMutableVideoComposition extends _AVVideoComposition {
|
|
|
56
56
|
/**
|
|
57
57
|
* If sourceTrackIDForFrameTiming is not kCMPersistentTrackID_Invalid, frame timing for the video composition is derived from the source asset's track with the corresponding ID. This may be used to preserve a source asset's variable frame timing. If an empty edit is encountered in the source asset’s track, the compositor composes frames as needed up to the frequency specified in frameDuration property.
|
|
58
58
|
*/
|
|
59
|
-
sourceTrackIDForFrameTiming():
|
|
60
|
-
setSourceTrackIDForFrameTiming$(value:
|
|
59
|
+
sourceTrackIDForFrameTiming(): number;
|
|
60
|
+
setSourceTrackIDForFrameTiming$(value: number): void;
|
|
61
61
|
/** Indicates the size at which the video composition, when enabled, should render */
|
|
62
62
|
renderSize(): CGSize;
|
|
63
63
|
setRenderSize$(value: CGSize): void;
|
|
@@ -69,8 +69,8 @@ export declare class _AVMutableVideoComposition extends _AVVideoComposition {
|
|
|
69
69
|
/**
|
|
70
70
|
* Indicates instructions for video composition via an NSArray of instances of classes implementing the AVVideoCompositionInstruction protocol. For the first instruction in the array, timeRange.start must be less than or equal to the earliest time for which playback or other processing will be attempted (note that this will typically be kCMTimeZero). For subsequent instructions, timeRange.start must be equal to the prior instruction's end time. The end time of the last instruction must be greater than or equal to the latest time for which playback or other processing will be attempted (note that this will often be the duration of the asset with which the instance of AVVideoComposition is associated).
|
|
71
71
|
*/
|
|
72
|
-
instructions():
|
|
73
|
-
setInstructions$(value:
|
|
72
|
+
instructions(): _NSArray;
|
|
73
|
+
setInstructions$(value: _NSArray): void;
|
|
74
74
|
/**
|
|
75
75
|
* Indicates a special video composition tool for use of Core Animation; may be nil
|
|
76
76
|
*/
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { NobjcObject } from "objc-js";
|
|
2
1
|
import type { _AVAssetTrack } from "./AVAssetTrack.js";
|
|
3
2
|
import type { _AVVideoCompositionLayerInstruction } from "./AVVideoCompositionLayerInstruction.js";
|
|
4
3
|
import type { CGAffineTransform } from "../structs/CGAffineTransform.js";
|
|
@@ -44,6 +43,6 @@ export declare class _AVMutableVideoCompositionLayerInstruction extends _AVVideo
|
|
|
44
43
|
/**
|
|
45
44
|
* Indicates the trackID of the source track to which the compositor will apply the instruction.
|
|
46
45
|
*/
|
|
47
|
-
trackID():
|
|
48
|
-
setTrackID$(value:
|
|
46
|
+
trackID(): number;
|
|
47
|
+
setTrackID$(value: number): void;
|
|
49
48
|
}
|
|
@@ -2,6 +2,7 @@ import type { NobjcObject } from "objc-js";
|
|
|
2
2
|
import type { _NSArray } from "../Foundation/NSArray.js";
|
|
3
3
|
import type { _NSDictionary } from "../Foundation/NSDictionary.js";
|
|
4
4
|
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
5
|
+
import type { _NSString } from "../Foundation/NSString.js";
|
|
5
6
|
import type { CMTime } from "../structs/CMTime.js";
|
|
6
7
|
import type { AVOutputSettingsPreset } from "./AVOutputSettingsPreset.js";
|
|
7
8
|
export declare class _AVOutputSettingsAssistant extends _NSObject {
|
|
@@ -27,17 +28,17 @@ export declare class _AVOutputSettingsAssistant extends _NSObject {
|
|
|
27
28
|
/**
|
|
28
29
|
* @property outputFileType @abstract A UTI indicating the type of file to be written, to be used when e.g. creating an instance of AVAssetWriter @discussion Use [[UTType typeWithIdentifier:outputFileType] preferredFilenameExtension] to get a suitable file extension for a given file type.
|
|
29
30
|
*/
|
|
30
|
-
outputFileType():
|
|
31
|
+
outputFileType(): _NSString;
|
|
31
32
|
/**
|
|
32
33
|
* @property sourceAudioFormat @abstract A CMAudioFormatDescription object describing the format of you audio data @discussion Setting this property will allow the receiver to make a more informed recommendation for the audio settings that should be used. After setting this property, you should re-query the audioSettings property to get the new recommendation. The default value is NULL, which means that the receiver does not know anything about the format of your audio data. If you set a non-NULL value for this property, and are using the receiver to initialize an AVAssetWriterInput, the same format description should be used to initialize the AVAssetWriterInput, along with the dictionary from the audioSettings property.
|
|
33
34
|
*/
|
|
34
|
-
sourceAudioFormat(): NobjcObject;
|
|
35
|
-
setSourceAudioFormat$(value: NobjcObject): void;
|
|
35
|
+
sourceAudioFormat(): NobjcObject | null;
|
|
36
|
+
setSourceAudioFormat$(value: NobjcObject | null): void;
|
|
36
37
|
/**
|
|
37
38
|
* @property sourceVideoFormat @abstract A CMVideoFormatDescription object describing the format of your video data @discussion Setting this property will allow the receiver to make a more informed recommendation for the video settings that should be used. After setting this property, you should re-query the videoSettings property to get the new recommendation. The default value is NULL, which means that the receiver does not know anything about the format of your video data. If you set a non-NULL value for this property, and are using the receiver to initialize an AVAssetWriterInput, the same format description should be used to initialize the AVAssetWriterInput, along with the dictionary from the videoSettings property.
|
|
38
39
|
*/
|
|
39
|
-
sourceVideoFormat(): NobjcObject;
|
|
40
|
-
setSourceVideoFormat$(value: NobjcObject): void;
|
|
40
|
+
sourceVideoFormat(): NobjcObject | null;
|
|
41
|
+
setSourceVideoFormat$(value: NobjcObject | null): void;
|
|
41
42
|
/**
|
|
42
43
|
* @property sourceVideoAverageFrameDuration @abstract A CMTime describing the average frame duration (reciprocal of average frame rate) of your video data @discussion Setting this property will allow the receiver to make a more informed recommendation for the video settings that should be used. After setting this property, you should re-query the videoSettings property to get the new recommendation. The default value is 1/30, which means that the receiver is assuming that your source video has an average frame rate of 30fps. It is an error to set this property to a value that is not positive or not numeric. See CMTIME_IS_NUMERIC.
|
|
43
44
|
*/
|
|
@@ -9,5 +9,5 @@ export declare class _AVPersistableContentKeyRequest extends _AVContentKeyReques
|
|
|
9
9
|
/**
|
|
10
10
|
* Obtains a persistable content key from a context. The data returned from this method may be used to immediately satisfy an AVPersistableContentKeyRequest, as well as any subsequent requests for the same key url using processContentKeyResponse: method. When you receive an AVContentKeyRequest via -contentKeySession:didProvideContentKeyRequest: and you want to use existing persistent content key from storage, you must invoke -respondByRequestingPersistableContentKeyRequest on that AVContentKeyRequest in order to signal that you want to process an AVPersistableContentKeyRequest instead. If the underlying protocol supports persistable content keys, in response your delegate will receive an AVPersistableContentKeyRequest via -contentKeySession:didProvidePersistableContentKeyRequest:. You can set the persistent key from storage on the AVPersistableContentKeyRequest using processContentKeyResponse:. - Parameter keyVendorResponse: The response returned from the key vendor as a result of a request generated from makeStreamingContentKeyRequestDataForApp:contentIdentifier:options:completionHandler:. - Parameter options: Additional information necessary to obtain the persistable content key, or nil if none. - Parameter outError: If obtaining the persistable content key fails, will be set to an instance of NSError describing the failure. - Returns: The persistable content key data that may be stored offline to answer future loading requests of the same content key.
|
|
11
11
|
*/
|
|
12
|
-
persistableContentKeyFromKeyVendorResponse$options$error$(keyVendorResponse: _NSData, options: _NSDictionary | null, outError: NobjcObject): _NSData | null;
|
|
12
|
+
persistableContentKeyFromKeyVendorResponse$options$error$(keyVendorResponse: _NSData, options: _NSDictionary | null, outError: NobjcObject | null): _NSData | null;
|
|
13
13
|
}
|
|
@@ -104,7 +104,7 @@ export declare class _AVPlayer extends _NSObject {
|
|
|
104
104
|
/**
|
|
105
105
|
* Begins loading media data to prime the render pipelines for playback from the current time with the given rate. Once the completion handler is called with YES, the player's rate can be set with minimal latency. The completion handler will be called with NO if the preroll is interrupted by a time change or incompatible rate change, or if preroll is not possible for some other reason. Call this method only when the rate is currently zero and only after the AVPlayer's status has become AVPlayerStatusReadyToPlay. This method throws an exception if the status is not AVPlayerStatusReadyToPlay. - Parameter rate: The intended rate for subsequent playback. - Parameter completionHandler: The block that will be called when the preroll is either completed or is interrupted.
|
|
106
106
|
*/
|
|
107
|
-
prerollAtRate$completionHandler$(rate: number, completionHandler: NobjcObject): void;
|
|
107
|
+
prerollAtRate$completionHandler$(rate: number, completionHandler: NobjcObject | null): void;
|
|
108
108
|
/**
|
|
109
109
|
* Cancel any pending preroll requests and invoke the corresponding completion handlers if present. Use this method to cancel and release the completion handlers for pending prerolls. The finished parameter of the completion handlers will be set to NO.
|
|
110
110
|
*/
|
|
@@ -112,11 +112,11 @@ export declare class _AVPlayer extends _NSObject {
|
|
|
112
112
|
/**
|
|
113
113
|
* Requests invocation of a block during playback to report changing time. The block is invoked periodically at the interval specified, interpreted according to the timeline of the current item. The block is also invoked whenever time jumps and whenever playback starts or stops. If the interval corresponds to a very short interval in real time, the player may invoke the block less frequently than requested. Even so, the player will invoke the block sufficiently often for the client to update indications of the current time appropriately in its end-user interface. Each call to -addPeriodicTimeObserverForInterval:queue:usingBlock: should be paired with a corresponding call to -removeTimeObserver:. Releasing the observer object without a call to -removeTimeObserver: will result in undefined behavior. - Parameter interval: The interval of invocation of the block during normal playback, according to progress of the current time of the player. - Parameter queue: The serial queue onto which block should be enqueued. If you pass NULL, the main queue (obtained using dispatch_get_main_queue()) will be used. Passing a concurrent queue to this method will result in undefined behavior. - Parameter block: The block to be invoked periodically. - Returns: An object conforming to the NSObject protocol. You must retain this returned value as long as you want the time observer to be invoked by the player. Pass this object to -removeTimeObserver: to cancel time observation.
|
|
114
114
|
*/
|
|
115
|
-
addPeriodicTimeObserverForInterval$queue$usingBlock$(interval: CMTime, queue:
|
|
115
|
+
addPeriodicTimeObserverForInterval$queue$usingBlock$(interval: CMTime, queue: _NSObject | null, block: NobjcObject): NobjcObject;
|
|
116
116
|
/**
|
|
117
117
|
* Requests invocation of a block when specified times are traversed during normal playback. Each call to -addPeriodicTimeObserverForInterval:queue:usingBlock: should be paired with a corresponding call to -removeTimeObserver:. Releasing the observer object without a call to -removeTimeObserver: will result in undefined behavior. - Parameter times: The times for which the observer requests notification, supplied as an array of NSValues carrying CMTimes. - Parameter queue: The serial queue onto which block should be enqueued. If you pass NULL, the main queue (obtained using dispatch_get_main_queue()) will be used. Passing a concurrent queue to this method will result in undefined behavior. - Parameter block: The block to be invoked when any of the specified times is crossed during normal playback. - Returns: An object conforming to the NSObject protocol. You must retain this returned value as long as you want the time observer to be invoked by the player. Pass this object to -removeTimeObserver: to cancel time observation.
|
|
118
118
|
*/
|
|
119
|
-
addBoundaryTimeObserverForTimes$queue$usingBlock$(times: _NSArray, queue:
|
|
119
|
+
addBoundaryTimeObserverForTimes$queue$usingBlock$(times: _NSArray, queue: _NSObject | null, block: NobjcObject): NobjcObject;
|
|
120
120
|
/**
|
|
121
121
|
* Cancels a previously registered time observer. Upon return, the caller is guaranteed that no new time observer blocks will begin executing. Depending on the calling thread and the queue used to add the time observer, an in-flight block may continue to execute after this method returns. You can guarantee synchronous time observer removal by enqueuing the call to -removeTimeObserver: on that queue. Alternatively, call dispatch_sync(queue, ^{}) after -removeTimeObserver: to wait for any in-flight blocks to finish executing. -removeTimeObserver: should be used to explicitly cancel each time observer added using -addPeriodicTimeObserverForInterval:queue:usingBlock: and -addBoundaryTimeObserverForTimes:queue:usingBlock:. This method throws an exception for any of the following reasons: - observer was added by a different instance of AVPlayer - observer was not returned by -addPeriodicTimeObserverForInterval:queue:usingBlock: - observer was not returned by -addBoundaryTimeObserverForTimes:queue:usingBlock: - Parameter observer: An object returned by a previous call to -addPeriodicTimeObserverForInterval:queue:usingBlock: or -addBoundaryTimeObserverForTimes:queue:usingBlock:.
|
|
122
122
|
*/
|
|
@@ -124,11 +124,11 @@ export declare class _AVPlayer extends _NSObject {
|
|
|
124
124
|
/**
|
|
125
125
|
* Applies automatic selection criteria for media that has the specified media characteristic. Criteria will be applied to an AVPlayerItem when: a) It is made ready to play b) Specific media selections are made by -[AVPlayerItem selectMediaOption:inMediaSelectionGroup:] in a different group. The automatic choice in one group may be influenced by a specific selection in another group. c) Underlying system preferences change, e.g. system language, accessibility captions. Specific selections made by -[AVPlayerItem selectMediaOption:inMediaSelectionGroup:] within any group will override automatic selection in that group until -[AVPlayerItem selectMediaOptionAutomaticallyInMediaSelectionGroup:] is received. Before macOS 13, iOS 16, tvOS 16, and watchOS 9, this method must be invoked on the main thread/queue. - Parameter criteria: An instance of AVPlayerMediaSelectionCriteria. - Parameter mediaCharacteristic: The media characteristic for which the selection criteria are to be applied. Supported values include AVMediaCharacteristicAudible, AVMediaCharacteristicLegible, and AVMediaCharacteristicVisual.
|
|
126
126
|
*/
|
|
127
|
-
setMediaSelectionCriteria$forMediaCharacteristic$(criteria: _AVPlayerMediaSelectionCriteria | null, mediaCharacteristic:
|
|
127
|
+
setMediaSelectionCriteria$forMediaCharacteristic$(criteria: _AVPlayerMediaSelectionCriteria | null, mediaCharacteristic: _NSString): void;
|
|
128
128
|
/**
|
|
129
129
|
* Returns the automatic selection criteria for media that has the specified media characteristic. - Parameter mediaCharacteristic: The media characteristic for which the selection criteria is to be returned. Supported values include AVMediaCharacteristicAudible, AVMediaCharacteristicLegible, and AVMediaCharacteristicVisual. Before macOS 13, iOS 16, tvOS 16, and watchOS 9, this method must be invoked on the main thread/queue.
|
|
130
130
|
*/
|
|
131
|
-
mediaSelectionCriteriaForMediaCharacteristic$(mediaCharacteristic:
|
|
131
|
+
mediaSelectionCriteriaForMediaCharacteristic$(mediaCharacteristic: _NSString): _AVPlayerMediaSelectionCriteria | null;
|
|
132
132
|
/**
|
|
133
133
|
* The ability of the receiver to be used for playback. The value of this property is an AVPlayerStatus that indicates whether the receiver can be used for playback. When the value of this property is AVPlayerStatusFailed, the receiver can no longer be used for playback and a new instance needs to be created in its place. When this happens, clients can check the value of the error property to determine the nature of the failure. This property is key value observable.
|
|
134
134
|
*/
|
|
@@ -170,8 +170,8 @@ export declare class _AVPlayer extends _NSObject {
|
|
|
170
170
|
/**
|
|
171
171
|
* Set to override the automatic choice of source clock for item timebases. NULL by default. This is most useful for synchronizing video-only movies with audio played via other means. IMPORTANT NOTE: If you specify a source clock other than the appropriate audio device clock, audio may drift out of sync.
|
|
172
172
|
*/
|
|
173
|
-
sourceClock(): NobjcObject;
|
|
174
|
-
setSourceClock$(value: NobjcObject): void;
|
|
173
|
+
sourceClock(): NobjcObject | null;
|
|
174
|
+
setSourceClock$(value: NobjcObject | null): void;
|
|
175
175
|
/**
|
|
176
176
|
* Indicates the current audio volume of the player; 0.0 means "silence all audio", 1.0 means "play at the full volume of the current item". iOS note: Do not use this property to implement a volume slider for media playback. For that purpose, use MPVolumeView, which is customizable in appearance and provides standard media playback behaviors that users expect. This property is most useful on iOS to control the volume of the AVPlayer relative to other audio output, not for volume control by end users.
|
|
177
177
|
*/
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { _NSArray } from "../Foundation/NSArray.js";
|
|
2
|
+
import type { _NSCopying } from "../Foundation/NSCopying.js";
|
|
2
3
|
import type { _NSDate } from "../Foundation/NSDate.js";
|
|
3
4
|
import type { _NSDictionary } from "../Foundation/NSDictionary.js";
|
|
4
5
|
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
@@ -111,3 +112,5 @@ export declare class _AVPlayerInterstitialEvent extends _NSObject {
|
|
|
111
112
|
plannedDuration(): CMTime;
|
|
112
113
|
setPlannedDuration$(value: CMTime): void;
|
|
113
114
|
}
|
|
115
|
+
export interface _AVPlayerInterstitialEvent extends _NSCopying {
|
|
116
|
+
}
|
|
@@ -12,6 +12,7 @@ import type { _AVMediaPresentationSetting } from "./AVMediaPresentationSetting.j
|
|
|
12
12
|
import type { _AVMediaSelection } from "./AVMediaSelection.js";
|
|
13
13
|
import type { _AVMediaSelectionGroup } from "./AVMediaSelectionGroup.js";
|
|
14
14
|
import type { _AVMediaSelectionOption } from "./AVMediaSelectionOption.js";
|
|
15
|
+
import type { _AVMetricEventStreamPublisher } from "./AVMetricEventStreamPublisher.js";
|
|
15
16
|
import type { _AVPlayerItemAccessLog } from "./AVPlayerItemAccessLog.js";
|
|
16
17
|
import type { _AVPlayerItemErrorLog } from "./AVPlayerItemErrorLog.js";
|
|
17
18
|
import type { _AVPlayerItemIntegratedTimeline } from "./AVPlayerItemIntegratedTimeline.js";
|
|
@@ -55,7 +56,6 @@ export declare class _AVPlayerItem extends _NSObject {
|
|
|
55
56
|
* Initializes an AVPlayerItem with an AVAsset. The value of each key in automaticallyLoadedAssetKeys will be automatically be loaded by the underlying AVAsset before the receiver achieves the status AVPlayerItemStatusReadyToPlay; i.e. when the item is ready to play, the value of -[[AVPlayerItem asset] statusOfValueForKey:error:] will be one of the terminal status values greater than AVKeyValueStatusLoading. This method, along with the companion `asset` property, is MainActor-isolated for Swift clients because AVAsset is not Sendable. If you are using a Sendable subclass of AVAsset, such as AVURLAsset, you can use `init(asset:automaticallyLoadedAssetKeys:)` to initialize an AVPlayerItem while not running on the main actor. - Parameter asset: An instance of AVAsset. - Parameter automaticallyLoadedAssetKeys: An NSArray of NSStrings, each representing a property key defined by AVAsset. See AVAsset.h for property keys, e.g. duration. - Returns: An instance of AVPlayerItem
|
|
56
57
|
*/
|
|
57
58
|
initWithAsset$automaticallyLoadedAssetKeys$(asset: _AVAsset, automaticallyLoadedAssetKeys: _NSArray | null): _AVPlayerItem;
|
|
58
|
-
copyWithZone$(zone: NobjcObject): NobjcObject;
|
|
59
59
|
copy(): NobjcObject;
|
|
60
60
|
/**
|
|
61
61
|
* Returns the current time of the item. Returns the current time of the item. Not key-value observable; use -[AVPlayer addPeriodicTimeObserverForInterval:queue:usingBlock:] instead. - Returns: A CMTime
|
|
@@ -64,11 +64,11 @@ export declare class _AVPlayerItem extends _NSObject {
|
|
|
64
64
|
/**
|
|
65
65
|
* Moves the playback cursor and invokes the specified block when the seek operation has either been completed or been interrupted. Use this method to seek to a specified time for the item and to be notified when the seek operation is complete. The completion handler for any prior seek request that is still in process will be invoked immediately with the finished parameter set to NO. If the new request completes without being interrupted by another seek request or by any other operation the specified completion handler will be invoked with the finished parameter set to YES. If the seek time is outside of seekable time ranges as indicated by seekableTimeRanges property, the seek request will be cancelled and the completion handler will be invoked with the finished parameter set to NO. This method throws an exception if time is invalid or indefinite. - Parameter time: - Parameter completionHandler:
|
|
66
66
|
*/
|
|
67
|
-
seekToTime$completionHandler$(time: CMTime, completionHandler: NobjcObject): void;
|
|
67
|
+
seekToTime$completionHandler$(time: CMTime, completionHandler: NobjcObject | null): void;
|
|
68
68
|
/**
|
|
69
69
|
* Moves the playback cursor within a specified time bound and invokes the specified block when the seek operation has either been completed or been interrupted. Use this method to seek to a specified time for the item and to be notified when the seek operation is complete. The time seeked to will be within the range [time-toleranceBefore, time+toleranceAfter] and may differ from the specified time for efficiency. Pass kCMTimeZero for both toleranceBefore and toleranceAfter to request sample accurate seeking which may incur additional decoding delay. Messaging this method with beforeTolerance:kCMTimePositiveInfinity and afterTolerance:kCMTimePositiveInfinity is the same as messaging seekToTime: directly. The completion handler for any prior seek request that is still in process will be invoked immediately with the finished parameter set to NO. If the new request completes without being interrupted by another seek request or by any other operation the specified completion handler will be invoked with the finished parameter set to YES. If the seek time is outside of seekable time ranges as indicated by seekableTimeRanges property, the seek request will be cancelled and the completion handler will be invoked with the finished parameter set to NO. This method throws an exception if time is invalid or indefinite or if tolerance before or tolerance after is invalid or negative. - Parameter time: - Parameter toleranceBefore: - Parameter toleranceAfter: - Parameter completionHandler:
|
|
70
70
|
*/
|
|
71
|
-
seekToTime$toleranceBefore$toleranceAfter$completionHandler$(time: CMTime, toleranceBefore: CMTime, toleranceAfter: CMTime, completionHandler: NobjcObject): void;
|
|
71
|
+
seekToTime$toleranceBefore$toleranceAfter$completionHandler$(time: CMTime, toleranceBefore: CMTime, toleranceAfter: CMTime, completionHandler: NobjcObject | null): void;
|
|
72
72
|
/**
|
|
73
73
|
* Cancel any pending seek requests and invoke the corresponding completion handlers if present. Use this method to cancel and release the completion handlers of pending seeks. The finished parameter of the completion handlers will be set to NO.
|
|
74
74
|
*/
|
|
@@ -80,7 +80,7 @@ export declare class _AVPlayerItem extends _NSObject {
|
|
|
80
80
|
/**
|
|
81
81
|
* move playhead to a point corresponding to a particular date, and invokes the specified block when the seek operation has either been completed or been interrupted. For playback content that is associated with a range of dates, move the playhead to point within that range and invokes the completion handler when the seek operation is complete. Will fail if the supplied date is outside the range or if the content is not associated with a range of dates. The completion handler for any prior seek request that is still in process will be invoked immediately with the finished parameter set to NO. If the new request completes without being interrupted by another seek request or by any other operation, the specified completion handler will be invoked with the finished parameter set to YES. - Parameter date: The new position for the playhead. - Parameter completionHandler: The block to invoke when seek operation is complete - Returns: Returns true if the playhead was moved to the supplied date.
|
|
82
82
|
*/
|
|
83
|
-
seekToDate$completionHandler$(date: _NSDate, completionHandler: NobjcObject): boolean;
|
|
83
|
+
seekToDate$completionHandler$(date: _NSDate, completionHandler: NobjcObject | null): boolean;
|
|
84
84
|
/**
|
|
85
85
|
* Moves player's current item's current time forward or backward by the specified number of steps. The size of each step depends on the enabled AVPlayerItemTracks of the AVPlayerItem. Before macOS 13, iOS 16, tvOS 16, and watchOS 9, this method must be invoked on the main thread/queue. - Parameter stepCount: The number of steps by which to move. A positive number results in stepping forward, a negative number in stepping backward.
|
|
86
86
|
*/
|
|
@@ -247,7 +247,7 @@ export declare class _AVPlayerItem extends _NSObject {
|
|
|
247
247
|
/**
|
|
248
248
|
* The item's timebase. You can examine the timebase to discover the relationship between the item's time and the source clock used for drift synchronization. This timebase is read-only; you cannot set its time or rate to affect playback.
|
|
249
249
|
*/
|
|
250
|
-
timebase(): NobjcObject;
|
|
250
|
+
timebase(): NobjcObject | null;
|
|
251
251
|
/**
|
|
252
252
|
* Indicates the video composition settings to be applied during playback. Before macOS 13, iOS 16, tvOS 16, and watchOS 9, this property must be accessed on the main thread/queue. This property throws an exception if a video composition is set with any of the following values: - renderSize, renderScale, or frameDuration is less than or equal to zero - sourceTrackIDForFrameTiming is less than or equal to zero - uses AVVideoCompositionCoreAnimationTool (works for offline rendering only)
|
|
253
253
|
*/
|
|
@@ -396,3 +396,5 @@ export declare class _AVPlayerItem extends _NSObject {
|
|
|
396
396
|
*/
|
|
397
397
|
integratedTimeline(): _AVPlayerItemIntegratedTimeline;
|
|
398
398
|
}
|
|
399
|
+
export interface _AVPlayerItem extends _AVMetricEventStreamPublisher {
|
|
400
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { _NSArray } from "../Foundation/NSArray.js";
|
|
2
|
+
import type { _NSCopying } from "../Foundation/NSCopying.js";
|
|
2
3
|
import type { _NSData } from "../Foundation/NSData.js";
|
|
3
4
|
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
4
5
|
export declare class _AVPlayerItemAccessLog extends _NSObject {
|
|
@@ -18,3 +19,5 @@ export declare class _AVPlayerItemAccessLog extends _NSObject {
|
|
|
18
19
|
*/
|
|
19
20
|
events(): _NSArray;
|
|
20
21
|
}
|
|
22
|
+
export interface _AVPlayerItemAccessLog extends _NSCopying {
|
|
23
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { _NSCopying } from "../Foundation/NSCopying.js";
|
|
1
2
|
import type { _NSDate } from "../Foundation/NSDate.js";
|
|
2
3
|
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
3
4
|
import type { _NSString } from "../Foundation/NSString.js";
|
|
@@ -117,3 +118,5 @@ export declare class _AVPlayerItemAccessLogEvent extends _NSObject {
|
|
|
117
118
|
*/
|
|
118
119
|
switchBitrate(): number;
|
|
119
120
|
}
|
|
121
|
+
export interface _AVPlayerItemAccessLogEvent extends _NSCopying {
|
|
122
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { _NSArray } from "../Foundation/NSArray.js";
|
|
2
|
+
import type { _NSCopying } from "../Foundation/NSCopying.js";
|
|
2
3
|
import type { _NSData } from "../Foundation/NSData.js";
|
|
3
4
|
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
4
5
|
export declare class _AVPlayerItemErrorLog extends _NSObject {
|
|
@@ -18,3 +19,5 @@ export declare class _AVPlayerItemErrorLog extends _NSObject {
|
|
|
18
19
|
*/
|
|
19
20
|
events(): _NSArray;
|
|
20
21
|
}
|
|
22
|
+
export interface _AVPlayerItemErrorLog extends _NSCopying {
|
|
23
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { _NSCopying } from "../Foundation/NSCopying.js";
|
|
1
2
|
import type { _NSDate } from "../Foundation/NSDate.js";
|
|
2
3
|
import type { _NSDictionary } from "../Foundation/NSDictionary.js";
|
|
3
4
|
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
@@ -39,3 +40,5 @@ export declare class _AVPlayerItemErrorLogEvent extends _NSObject {
|
|
|
39
40
|
*/
|
|
40
41
|
allHTTPResponseHeaderFields(): _NSDictionary | null;
|
|
41
42
|
}
|
|
43
|
+
export interface _AVPlayerItemErrorLogEvent extends _NSCopying {
|
|
44
|
+
}
|
|
@@ -13,19 +13,19 @@ export declare class _AVPlayerItemIntegratedTimeline extends _NSObject {
|
|
|
13
13
|
/**
|
|
14
14
|
* @method seekToTime @abstract Seeks to a particular time in the integrated time domain and invokes the completionHandler @param time Time represented in the integrated time domain. @param toleranceBefore Tolerance before target time allowed to seek to. @param toleranceAfter Tolerance after target time allowed to seek to. @param completionHandler CompletionHandler callback after seek completes. Success will be true if the playhead moved to the new time. @discussion The integrated timeline seeks to the the range of [time-beforeTolerance, time+afterTolerance] will be attributed to a segment and AVPlayerItem that falls in that range. You can request sample accurate seeking by passing a time value of kCMTimeZero for both toleranceBefore and toleranceAfter.
|
|
15
15
|
*/
|
|
16
|
-
seekToTime$toleranceBefore$toleranceAfter$completionHandler$(time: CMTime, toleranceBefore: CMTime, toleranceAfter: CMTime, completionHandler: NobjcObject): void;
|
|
16
|
+
seekToTime$toleranceBefore$toleranceAfter$completionHandler$(time: CMTime, toleranceBefore: CMTime, toleranceAfter: CMTime, completionHandler: NobjcObject | null): void;
|
|
17
17
|
/**
|
|
18
18
|
* @method seekToDate @abstract Seeks playhead to corresponding date and invokes the completionHandler. @param date The new position for the playhead. @param completionHandler CompletionHandler callback after seek completes. Success will be true if the playhead moved to the new date. @discussion The integrated timeline will seek playhead to the coresponding date.
|
|
19
19
|
*/
|
|
20
|
-
seekToDate$completionHandler$(date: _NSDate, completionHandler: NobjcObject): void;
|
|
20
|
+
seekToDate$completionHandler$(date: _NSDate, completionHandler: NobjcObject | null): void;
|
|
21
21
|
/**
|
|
22
22
|
* @method addPeriodicTimeObserverForInterval @abstract Requests invocation of a block during playback to report changing time. @param interval The interval of invocation of the block during normal playback, according to progress of the current time in the integrated timeline. @param queue The serial queue onto which block should be enqueued. If you pass NULL, the main queue (obtained using dispatch_get_main_queue()) will be used. Passing a concurrent queue to this method will result in undefined behavior. @param block The block to be invoked periodically. @result An object conforming to the AVPlayerItemIntegratedTimelineObserver protocol. You must retain this returned value as long as you want the time observer to be invoked by the timeline. The block is invoked periodically at the interval specified, interpreted according to the integrated timeline. The block is also invoked across AVPlayerItemSegment and AVPlayerItem boundaries, whenever time jumps, and whenever playback starts or stops. Each call to -addPeriodicTimeObserverForInterval:queue:usingBlock: should be paired with a corresponding call to -removeTimeObserver:. Releasing the observer object without a call to -removeTimeObserver: will result in undefined behavior
|
|
23
23
|
*/
|
|
24
|
-
addPeriodicTimeObserverForInterval$queue$usingBlock$(interval: CMTime, queue:
|
|
24
|
+
addPeriodicTimeObserverForInterval$queue$usingBlock$(interval: CMTime, queue: _NSObject | null, block: NobjcObject): _AVPlayerItemIntegratedTimelineObserver;
|
|
25
25
|
/**
|
|
26
26
|
* @method addBoundaryTimeObserverForSegment @abstract Requests invocation of a block when an offset in a segment is traversed during playback. @param segment AVPlayerItemSegment to monitor playback traversal of. @param offsetsIntoSegment Offsets in the segment for which the observer requests notification, supplied as an array of NSValues carrying CMTimes. @param queue The serial queue onto which block should be enqueued. If you pass NULL, the main queue (obtained using dispatch_get_main_queue()) will be used. Passing a concurrent queue to this method will result in undefined behavior. @param block The block to be invoked when the offset is crossed during playback of a segment. @result An object conforming to the AVPlayerItemIntegratedTimelineObserver protocol. You must retain this returned value as long as you want the time observer to be invoked by the timeline. Pass this object to -removeTimeObserver: to cancel time observation. One can also configure single point segments with segmentTimes to trigger during traversal of the segment's playback. As the timeline duration and segments change, the installed time observer will be automatically adjusted to fire at the desired offset in the segment. A segment that is removed from the timeline will trigger the invocation of the block immediately with success set as false. Each call to -addBoundaryTimeObserverForSegment:segment:offsetsInSegment:queue:usingBlock: should be paired with a corresponding call to -removeTimeObserver:. Releasing the observer object without a call to -removeTimeObserver: will result in undefined behavior
|
|
27
27
|
*/
|
|
28
|
-
addBoundaryTimeObserverForSegment$offsetsIntoSegment$queue$usingBlock$(segment: _AVPlayerItemSegment, offsetsIntoSegment: _NSArray, queue:
|
|
28
|
+
addBoundaryTimeObserverForSegment$offsetsIntoSegment$queue$usingBlock$(segment: _AVPlayerItemSegment, offsetsIntoSegment: _NSArray, queue: _NSObject | null, block: NobjcObject): _AVPlayerItemIntegratedTimelineObserver;
|
|
29
29
|
/**
|
|
30
30
|
* @method removeTimeObserver: @abstract Cancels a previously registered time observer. @param observer An object returned by a previous call to -addPeriodicTimeObserverForInterval or -addBoundaryTimeObserverForSegment.
|
|
31
31
|
*/
|
|
@@ -11,7 +11,7 @@ export declare class _AVPlayerItemIntegratedTimelineSnapshot extends _NSObject {
|
|
|
11
11
|
/**
|
|
12
12
|
* @method mapTime @abstract Provides mapping from time to AVPlayerItemSegment and offset in segment. @param time Time represented in the integrated time domain. @param timeSegmentOut Output parameter for segment. @param segmentOffsetOut Output parameter for offset in segment. @discussion Provides mapping from time to segment and offset in the segment's timeMapping target. For time that correlates to the start of multiple segments, this will return the first one.
|
|
13
13
|
*/
|
|
14
|
-
mapTime$toSegment$atSegmentOffset$(time: CMTime, timeSegmentOut: NobjcObject, segmentOffsetOut: NobjcObject): void;
|
|
14
|
+
mapTime$toSegment$atSegmentOffset$(time: CMTime, timeSegmentOut: NobjcObject | null, segmentOffsetOut: NobjcObject): void;
|
|
15
15
|
/**
|
|
16
16
|
* @property duration @abstract Returns the duration totaling the primary item and scheduled interstitial events. @discussion This property returns the duration totaling the primary item and scheduled interstitial events and taking into account the interstitial event's playoutLimit and resumption offset. Before loading the duration of the primary item, the value of this property is kCMTimeInvalid. For livestreams, this value will be kCMTimeIndefinite.
|
|
17
17
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { NobjcObject } from "objc-js";
|
|
2
1
|
import type { _AVPlayerItemLegibleOutputPushDelegate } from "./AVPlayerItemLegibleOutputPushDelegate.js";
|
|
3
2
|
import type { _AVPlayerItemOutput } from "./AVPlayerItemOutput.js";
|
|
4
3
|
import type { _NSArray } from "../Foundation/NSArray.js";
|
|
4
|
+
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
5
5
|
import type { AVPlayerItemLegibleOutputTextStylingResolution } from "./AVPlayerItemLegibleOutputTextStylingResolution.js";
|
|
6
6
|
export declare class _AVPlayerItemLegibleOutput extends _AVPlayerItemOutput {
|
|
7
7
|
static alloc(): _AVPlayerItemLegibleOutput;
|
|
@@ -10,7 +10,7 @@ export declare class _AVPlayerItemLegibleOutput extends _AVPlayerItemOutput {
|
|
|
10
10
|
/**
|
|
11
11
|
* @method setDelegate:queue: @abstract Sets the receiver's delegate and a dispatch queue on which the delegate will be called. @param delegate An object conforming to AVPlayerItemLegibleOutputPushDelegate protocol. @param delegateQueue A dispatch queue on which all delegate methods will be called. @discussion The delegate is held using a zeroing-weak reference, so it is safe to deallocate the delegate while the receiver still has a reference to it.
|
|
12
12
|
*/
|
|
13
|
-
setDelegate$queue$(delegate: _AVPlayerItemLegibleOutputPushDelegate | null, delegateQueue:
|
|
13
|
+
setDelegate$queue$(delegate: _AVPlayerItemLegibleOutputPushDelegate | null, delegateQueue: _NSObject | null): void;
|
|
14
14
|
/**
|
|
15
15
|
* @method initWithMediaSubtypesForNativeRepresentation: @abstract Returns an instance of AVPlayerItemLegibleOutput with filtering enabled for AVPlayerItemLegibleOutputPushDelegate's legibleOutput:didOutputAttributedStrings:nativeSampleBuffers:forItemTime:. @param subtypes NSArray of NSNumber FourCC codes, e.g. @[ [NSNumber numberWithUnsignedInt:'tx3g'] ] @result An instance of AVPlayerItemLegibleOutput. @discussion Add media subtype FourCC number objects to the subtypes array to elect to receive that type as a CMSampleBuffer instead of an NSAttributedString. Initializing an AVPlayerItemLegibleOutput using the -init method is equivalent to calling -initWithMediaSubtypesForNativeRepresentation: with an empty array, which means that all legible data, regardless of media subtype, will be delivered using NSAttributedString in a common format. If a media subtype for which there is no legible data in the current player item is included in the media subtypes array, no error will occur. AVPlayerItemLegibleOutput will not vend closed caption data as CMSampleBuffers, so it is an error to include 'c608' in the media subtypes array. This method throws an exception if any media subtype is kCMClosedCaptionFormatType_CEA608 (native representation is not available for media subtype).
|
|
16
16
|
*/
|
|
@@ -22,7 +22,7 @@ export declare class _AVPlayerItemLegibleOutput extends _AVPlayerItemOutput {
|
|
|
22
22
|
/**
|
|
23
23
|
* @property delegateQueue @abstract The dispatch queue where the delegate is messaged. @discussion This property is not key-value observable.
|
|
24
24
|
*/
|
|
25
|
-
delegateQueue():
|
|
25
|
+
delegateQueue(): _NSObject | null;
|
|
26
26
|
/**
|
|
27
27
|
* @property advanceIntervalForDelegateInvocation @abstract Permits advance invocation of the associated delegate, if any. @discussion If it is possible, an AVPlayerItemLegibleOutput will message its delegate advanceIntervalForDelegateInvocation seconds earlier than otherwise. If the value you provide is large, effectively requesting provision of samples earlier than the AVPlayerItemLegibleOutput is prepared to act on them, the delegate will be invoked as soon as possible.
|
|
28
28
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { NobjcObject } from "objc-js";
|
|
2
1
|
import type { _AVPlayerItemMediaDataCollector } from "./AVPlayerItemMediaDataCollector.js";
|
|
3
2
|
import type { _AVPlayerItemMetadataCollectorPushDelegate } from "./AVPlayerItemMetadataCollectorPushDelegate.js";
|
|
4
3
|
import type { _NSArray } from "../Foundation/NSArray.js";
|
|
4
|
+
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
5
5
|
export declare class _AVPlayerItemMetadataCollector extends _AVPlayerItemMediaDataCollector {
|
|
6
6
|
static alloc(): _AVPlayerItemMetadataCollector;
|
|
7
7
|
static new(): _AVPlayerItemMetadataCollector;
|
|
@@ -13,7 +13,7 @@ export declare class _AVPlayerItemMetadataCollector extends _AVPlayerItemMediaDa
|
|
|
13
13
|
/**
|
|
14
14
|
* @method setDelegate:queue: @abstract Sets the receiver's delegate and a dispatch queue on which the delegate will be called. @param delegate An object conforming to AVPlayerItemMetadataCollectorPushDelegate protocol. @param delegateQueue A dispatch queue on which all delegate methods will be called.
|
|
15
15
|
*/
|
|
16
|
-
setDelegate$queue$(delegate: _AVPlayerItemMetadataCollectorPushDelegate | null, delegateQueue:
|
|
16
|
+
setDelegate$queue$(delegate: _AVPlayerItemMetadataCollectorPushDelegate | null, delegateQueue: _NSObject | null): void;
|
|
17
17
|
/**
|
|
18
18
|
* @property delegate @abstract The receiver's delegate. @discussion The delegate is held using a zeroing-weak reference, so this property will have a value of nil after a delegate that was previously set has been deallocated. This property is not key-value observable.
|
|
19
19
|
*/
|
|
@@ -21,5 +21,5 @@ export declare class _AVPlayerItemMetadataCollector extends _AVPlayerItemMediaDa
|
|
|
21
21
|
/**
|
|
22
22
|
* @property delegateQueue @abstract The dispatch queue on which messages are sent to the delegate. @discussion This property is not key-value observable.
|
|
23
23
|
*/
|
|
24
|
-
delegateQueue():
|
|
24
|
+
delegateQueue(): _NSObject | null;
|
|
25
25
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { NobjcObject } from "objc-js";
|
|
2
1
|
import type { _AVPlayerItemMetadataOutputPushDelegate } from "./AVPlayerItemMetadataOutputPushDelegate.js";
|
|
3
2
|
import type { _AVPlayerItemOutput } from "./AVPlayerItemOutput.js";
|
|
4
3
|
import type { _NSArray } from "../Foundation/NSArray.js";
|
|
4
|
+
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
5
5
|
export declare class _AVPlayerItemMetadataOutput extends _AVPlayerItemOutput {
|
|
6
6
|
static alloc(): _AVPlayerItemMetadataOutput;
|
|
7
7
|
static new(): _AVPlayerItemMetadataOutput;
|
|
@@ -13,7 +13,7 @@ export declare class _AVPlayerItemMetadataOutput extends _AVPlayerItemOutput {
|
|
|
13
13
|
/**
|
|
14
14
|
* @method setDelegate:queue: @abstract Sets the receiver's delegate and a dispatch queue on which the delegate will be called. @param delegate An object conforming to AVPlayerItemMetadataOutputPushDelegate protocol. @param delegateQueue A dispatch queue on which all delegate methods will be called.
|
|
15
15
|
*/
|
|
16
|
-
setDelegate$queue$(delegate: _AVPlayerItemMetadataOutputPushDelegate | null, delegateQueue:
|
|
16
|
+
setDelegate$queue$(delegate: _AVPlayerItemMetadataOutputPushDelegate | null, delegateQueue: _NSObject | null): void;
|
|
17
17
|
/**
|
|
18
18
|
* @property delegate @abstract The receiver's delegate. @discussion The delegate is held using a zeroing-weak reference, so this property will have a value of nil after a delegate that was previously set has been deallocated. This property is not key-value observable.
|
|
19
19
|
*/
|
|
@@ -21,7 +21,7 @@ export declare class _AVPlayerItemMetadataOutput extends _AVPlayerItemOutput {
|
|
|
21
21
|
/**
|
|
22
22
|
* @property delegateQueue @abstract The dispatch queue on which messages are sent to the delegate. @discussion This property is not key-value observable.
|
|
23
23
|
*/
|
|
24
|
-
delegateQueue():
|
|
24
|
+
delegateQueue(): _NSObject | null;
|
|
25
25
|
/**
|
|
26
26
|
* @property advanceIntervalForDelegateInvocation @abstract Permits advance invocation of the associated delegate, if any. @discussion If it is possible, an AVPlayerItemMetadataOutput will message its delegate advanceIntervalForDelegateInvocation seconds earlier than otherwise. If the value you provide is large, effectively requesting provision of samples earlier than the AVPlayerItemMetadataOutput is prepared to act on them, the delegate will be invoked as soon as possible.
|
|
27
27
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { NobjcObject } from "objc-js";
|
|
2
1
|
import type { _AVPlayerItemOutput } from "./AVPlayerItemOutput.js";
|
|
3
2
|
import type { _AVPlayerItemRenderedLegibleOutputPushDelegate } from "./AVPlayerItemRenderedLegibleOutputPushDelegate.js";
|
|
3
|
+
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
4
4
|
import type { CGSize } from "../structs/CGSize.js";
|
|
5
5
|
export declare class _AVPlayerItemRenderedLegibleOutput extends _AVPlayerItemOutput {
|
|
6
6
|
static alloc(): _AVPlayerItemRenderedLegibleOutput;
|
|
@@ -13,7 +13,7 @@ export declare class _AVPlayerItemRenderedLegibleOutput extends _AVPlayerItemOut
|
|
|
13
13
|
/**
|
|
14
14
|
* @method setDelegate:queue: @abstract Sets the receiver's delegate and a dispatch queue on which the delegate will be called. @param delegate An object conforming to AVPlayerItemRenderedLegibleOutputPushDelegate protocol. @param delegateQueue A dispatch queue on which all delegate methods will be called. @discussion The delegate is held using a zeroing-weak reference, so it is safe to deallocate the delegate while the receiver still has a reference to it.
|
|
15
15
|
*/
|
|
16
|
-
setDelegate$queue$(delegate: _AVPlayerItemRenderedLegibleOutputPushDelegate | null, delegateQueue:
|
|
16
|
+
setDelegate$queue$(delegate: _AVPlayerItemRenderedLegibleOutputPushDelegate | null, delegateQueue: _NSObject | null): void;
|
|
17
17
|
/**
|
|
18
18
|
* @property delegate @abstract The receiver's delegate. @discussion The delegate is held using a zeroing-weak reference, so this property will have a value of nil after a delegate that was previously set has been deallocated. This property is not key-value observable.
|
|
19
19
|
*/
|
|
@@ -21,7 +21,7 @@ export declare class _AVPlayerItemRenderedLegibleOutput extends _AVPlayerItemOut
|
|
|
21
21
|
/**
|
|
22
22
|
* @property delegateQueue @abstract The dispatch queue where the delegate is messaged. @discussion This property is not key-value observable.
|
|
23
23
|
*/
|
|
24
|
-
delegateQueue():
|
|
24
|
+
delegateQueue(): _NSObject | null;
|
|
25
25
|
/**
|
|
26
26
|
* @property advanceIntervalForDelegateInvocation @abstract Permits advance invocation of the associated delegate, if any. @discussion If it is possible, an AVPlayerItemRenderedLegibleOutput will message its delegate advanceIntervalForDelegateInvocation seconds earlier than otherwise. If the value you provide is large, effectively requesting provision of samples earlier than the AVPlayerItemRenderedLegibleOutput is prepared to act on them, the delegate will be invoked as soon as possible.
|
|
27
27
|
*/
|
|
@@ -2,6 +2,7 @@ import type { NobjcObject } from "objc-js";
|
|
|
2
2
|
import type { _AVPlayerItemOutput } from "./AVPlayerItemOutput.js";
|
|
3
3
|
import type { _AVPlayerItemOutputPullDelegate } from "./AVPlayerItemOutputPullDelegate.js";
|
|
4
4
|
import type { _NSDictionary } from "../Foundation/NSDictionary.js";
|
|
5
|
+
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
5
6
|
import type { CMTime } from "../structs/CMTime.js";
|
|
6
7
|
export declare class _AVPlayerItemVideoOutput extends _AVPlayerItemOutput {
|
|
7
8
|
static alloc(): _AVPlayerItemVideoOutput;
|
|
@@ -24,11 +25,11 @@ export declare class _AVPlayerItemVideoOutput extends _AVPlayerItemOutput {
|
|
|
24
25
|
* @method copyPixelBufferForItemTime:itemTimeForDisplay: @abstract Retrieves an image that is appropriate for display at the specified item time, and marks the image as acquired. @discussion The client is responsible for calling CVBufferRelease on the returned CVPixelBuffer when finished with it. Typically you would call this method in response to a CADisplayLink delegate invocation and if hasNewPixelBufferForItemTime: also returns YES. The buffer reference retrieved from copyPixelBufferForItemTime:itemTimeForDisplay: may itself be NULL. A reference to a NULL pixel buffer communicates that nothing should be displayed for the supplied item time. @param itemTime A CMTime that expresses a desired item time. @param itemTimeForDisplay A CMTime pointer whose value will contain the true display deadline for the copied pixel buffer. Can be NULL.
|
|
25
26
|
* @deprecated Use pixelBufferAndDisplayTime(forItemTime:) instead
|
|
26
27
|
*/
|
|
27
|
-
copyPixelBufferForItemTime$itemTimeForDisplay$(itemTime: CMTime, outItemTimeForDisplay: NobjcObject): NobjcObject;
|
|
28
|
+
copyPixelBufferForItemTime$itemTimeForDisplay$(itemTime: CMTime, outItemTimeForDisplay: NobjcObject | null): NobjcObject | null;
|
|
28
29
|
/**
|
|
29
30
|
* @method setDelegate:queue: @abstract Sets the receiver's delegate and a dispatch queue on which the delegate will be called. @param delegate An object conforming to AVPlayerItemOutputPullDelegate protocol. @param delegateQueue A dispatch queue on which all delegate methods will be called.
|
|
30
31
|
*/
|
|
31
|
-
setDelegate$queue$(delegate: _AVPlayerItemOutputPullDelegate | null, delegateQueue:
|
|
32
|
+
setDelegate$queue$(delegate: _AVPlayerItemOutputPullDelegate | null, delegateQueue: _NSObject | null): void;
|
|
32
33
|
/**
|
|
33
34
|
* @method requestNotificationOfMediaDataChangeWithAdvanceInterval: @abstract Informs the receiver that the AVPlayerItemVideoOutput client is entering a quiescent state. @param interval A wall clock time interval. @discussion Message this method before you suspend your use of a CADisplayLink. The interval you provide will be used to message your delegate, in advance, that it should resume the display link. If the interval you provide is large, effectively requesting wakeup earlier than the AVPlayerItemVideoOutput is prepared to act, the delegate will be invoked as soon as possible. Do not use this method to force a delegate invocation for each sample.
|
|
34
35
|
*/
|
|
@@ -38,5 +39,5 @@ export declare class _AVPlayerItemVideoOutput extends _AVPlayerItemOutput {
|
|
|
38
39
|
/**
|
|
39
40
|
* @property delegateQueue @abstract The dispatch queue where the delegate is messaged.
|
|
40
41
|
*/
|
|
41
|
-
delegateQueue():
|
|
42
|
+
delegateQueue(): _NSObject | null;
|
|
42
43
|
}
|
|
@@ -16,7 +16,7 @@ export declare class _AVPlayerLayer extends _CALayer {
|
|
|
16
16
|
* @method copyDisplayedPixelBuffer @abstract Returns a retained reference to the pixel buffer currently displayed in this AVPlayerLayer. This will return NULL if the displayed pixel buffer is protected, no image is currently being displayed, if the current player's rate is non-zero or if the image is unavailable. @discussion This will only return the current image while the media is paused, otherwise this will return nil. Clients must release the pixel buffer after use. Do not write to the returned CVPixelBuffer's attachments or pixel data.
|
|
17
17
|
* @deprecated displayedReadOnlyPixelBuffer
|
|
18
18
|
*/
|
|
19
|
-
copyDisplayedPixelBuffer(): NobjcObject;
|
|
19
|
+
copyDisplayedPixelBuffer(): NobjcObject | null;
|
|
20
20
|
/**
|
|
21
21
|
* @property player @abstract Indicates the instance of AVPlayer for which the AVPlayerLayer displays visual output
|
|
22
22
|
*/
|
|
@@ -9,7 +9,7 @@ export declare class _AVPlayerPlaybackCoordinator extends _AVPlaybackCoordinator
|
|
|
9
9
|
/**
|
|
10
10
|
* Connects the playback coordinator to the coordination medium This connects the playback coordinator to a coordination medium to enable sending and receiving messages from other connected playback coordinators. If the coordination medium is non-NULL, this will connect the playback coordinator to the specified coordination medium. If the coordination medium is set to NULL, this will disconnect the playback coordinator from the playback coordination medium. The player will no longer be coordinated with the other players connected to the coordination medium. The playback coordinator can either only coordinate with local players through an AVPlaybackCoordinationMedium or coordinate with a remote group session through the `coordinateWithSession` API. If the client attempts to connect to an AVPlaybackCoordinationMedium while already connected to a group session, this method will populate the outError parameter If the playback coordinator successfully connects to the coordination medium or disconnects from a coordination medium, the `outError` parameter will be nil. If the playback coordinator fails to connect to the specified coordination medium, the `outError` parameter will describe what went wrong. - Parameter coordinationMedium: The coordination medium the playback coordinator connects to. If NULL, the playback coordinator disconnects from any existing coordination medium. - Parameter outError: A pointer to an NSError object that will be populated with failure information if connecting to or disconnecting from the coordination medium fails.
|
|
11
11
|
*/
|
|
12
|
-
coordinateUsingCoordinationMedium$error$(coordinationMedium: NobjcObject, outError: NobjcObject): boolean;
|
|
12
|
+
coordinateUsingCoordinationMedium$error$(coordinationMedium: NobjcObject, outError: NobjcObject | null): boolean;
|
|
13
13
|
/** The AVPlayer this coordinator is controlling. */
|
|
14
14
|
player(): _AVPlayer | null;
|
|
15
15
|
/** An object implementing the AVPlaybackCoordinatorDelegate protocol. */
|
|
@@ -13,5 +13,5 @@ export declare class _AVPlayerVideoOutput extends _NSObject {
|
|
|
13
13
|
/**
|
|
14
14
|
* @method copyTaggedBufferGroupForHostTime:presentationTimeStamp:activeConfiguration @abstract Retrieves a tagged buffer group that is appropriate for display at the specified host time. @param hostTime A CMTime that expresses a desired host time. @param presentationTimeStamp On return points to a CMTime whose value is the presentation time in terms of the corresponding AVPlayerItem's timebase for the copied tagged buffer group, or kCMTimeInvalid if no sample is available for the provided hostTime. Note: This timestamp is in terms of the timebase of the AVPlayerItem for which this sample is associated. @param activeConfiguration On return points to the active configuration associated with the copied tagged buffer group, or nil, if no sample is available for the provided hostTime. @result A tagged buffer group for the specified host time if a sample is available, and NULL otherwise. @discussion The client is responsible for releasing the returned CMTaggedBufferGroup.
|
|
15
15
|
*/
|
|
16
|
-
copyTaggedBufferGroupForHostTime$presentationTimeStamp$activeConfiguration$(hostTime: CMTime, presentationTimeStampOut: NobjcObject, activeConfigurationOut: NobjcObject): NobjcObject;
|
|
16
|
+
copyTaggedBufferGroupForHostTime$presentationTimeStamp$activeConfiguration$(hostTime: CMTime, presentationTimeStampOut: NobjcObject | null, activeConfigurationOut: NobjcObject | null): NobjcObject | null;
|
|
17
17
|
}
|
|
@@ -8,23 +8,23 @@ export declare class _AVPortraitEffectsMatte extends _NSObject {
|
|
|
8
8
|
/**
|
|
9
9
|
* Returns an AVPortraitEffectsMatte instance from auxiliary image information in an image file. A dictionary of primitive portrait effects matte related information obtained from CGImageSourceCopyAuxiliaryDataInfoAtIndex. On return, if the portrait effects matte cannot be created, points to an NSError describing the problem. An AVPortraitEffectsMatte instance, or nil if the auxiliary data info dictionary was malformed. When using ImageIO framework's CGImageSource API to read from a HEIF or JPEG file containing a portrait effects matte, AVPortraitEffectsMatte can be instantiated using the result of CGImageSourceCopyAuxiliaryDataInfoAtIndex, which returns a CFDictionary of primitive map information.
|
|
10
10
|
*/
|
|
11
|
-
static portraitEffectsMatteFromDictionaryRepresentation$error$(imageSourceAuxDataInfoDictionary: _NSDictionary, outError: NobjcObject): _AVPortraitEffectsMatte | null;
|
|
11
|
+
static portraitEffectsMatteFromDictionaryRepresentation$error$(imageSourceAuxDataInfoDictionary: _NSDictionary, outError: NobjcObject | null): _AVPortraitEffectsMatte | null;
|
|
12
12
|
/**
|
|
13
13
|
* Returns a derivative AVPortraitEffectsMatte instance in which the specified Exif orientation has been applied. One of the 8 standard Exif orientation tags expressing how the portrait effects matte should be rotated / mirrored. An AVPortraitEffectsMatte instance. When applying simple 90 degree rotation or mirroring edits to media containing a portrait effects matte, you may use this initializer to create a derivative copy of the portrait effects matte in which the specified orientation is applied. This method throws an NSInvalidArgumentException if you pass an unrecognized exifOrientation.
|
|
14
14
|
*/
|
|
15
|
-
portraitEffectsMatteByApplyingExifOrientation$(exifOrientation:
|
|
15
|
+
portraitEffectsMatteByApplyingExifOrientation$(exifOrientation: NobjcObject): _AVPortraitEffectsMatte;
|
|
16
16
|
/**
|
|
17
17
|
* Returns an AVPortraitEffectsMatte instance wrapping the replacement pixel buffer. A pixel buffer containing a portrait effects matting image, represented as kCVPixelFormatType_OneComponent8 with a kCVImageBufferTransferFunction_Linear transfer function. On return, if the AVPortraitEffectsMatte cannot be created, points to an NSError describing the problem. An AVPortraitEffectsMatte instance, or nil if the pixel buffer is malformed. When applying complex edits to media containing a portrait effects matte, you may create a derivative matte with arbitrary transforms applied to it, then use this initializer to create a new AVPortraitEffectsMatte.
|
|
18
18
|
*/
|
|
19
|
-
portraitEffectsMatteByReplacingPortraitEffectsMatteWithPixelBuffer$error$(pixelBuffer: NobjcObject, outError: NobjcObject): _AVPortraitEffectsMatte | null;
|
|
19
|
+
portraitEffectsMatteByReplacingPortraitEffectsMatteWithPixelBuffer$error$(pixelBuffer: NobjcObject, outError: NobjcObject | null): _AVPortraitEffectsMatte | null;
|
|
20
20
|
/**
|
|
21
21
|
* Returns a dictionary of primitive map information to be used when writing an image file with a portrait effects matte. On output, the auxiliary data type to be used when calling CGImageDestinationAddAuxiliaryDataInfo. Currently the only supported auxiliary data type is kCGImageAuxiliaryDataTypePortraitEffectsMatte. A dictionary of CGImageDestination compatible portrait effects matte information, or nil if the auxDataType is unsupported. When using ImageIO framework's CGImageDestination API to write portrait effects matte information to a HEIF or JPEG file, you may use this method to generate a dictionary of primitive map information consumed by CGImageDestinationAddAuxiliaryDataInfo.
|
|
22
22
|
*/
|
|
23
|
-
dictionaryRepresentationForAuxiliaryDataType$(outAuxDataType: NobjcObject): _NSDictionary | null;
|
|
23
|
+
dictionaryRepresentationForAuxiliaryDataType$(outAuxDataType: NobjcObject | null): _NSDictionary | null;
|
|
24
24
|
/**
|
|
25
25
|
* Specifies the pixel format type of this object's internal matting image. Currently the only supported CV pixel format type for the matting image is kCVPixelFormatType_OneComponent8.
|
|
26
26
|
*/
|
|
27
|
-
pixelFormatType():
|
|
27
|
+
pixelFormatType(): number;
|
|
28
28
|
/**
|
|
29
29
|
* Provides access to the portrait effects matte's internal image. The pixel format can be queried using the pixelFormatType property.
|
|
30
30
|
*/
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { NobjcObject } from "objc-js";
|
|
2
|
+
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
2
3
|
export interface _AVQueuedSampleBufferRendering {
|
|
3
4
|
/**
|
|
4
5
|
* @method enqueueSampleBuffer: @abstract Sends a sample buffer in order to render its contents. @discussion Video-specific notes: If sampleBuffer has the kCMSampleAttachmentKey_DoNotDisplay attachment set to kCFBooleanTrue, the frame will be decoded but not displayed. Otherwise, if sampleBuffer has the kCMSampleAttachmentKey_DisplayImmediately attachment set to kCFBooleanTrue, the decoded image will be displayed as soon as possible, replacing all previously enqueued images regardless of their timestamps. Otherwise, the decoded image will be displayed at sampleBuffer's output presentation timestamp, as interpreted by the timebase. To schedule the removal of previous images at a specific timestamp, enqueue a marker sample buffer containing no samples, with the kCMSampleBufferAttachmentKey_EmptyMedia attachment set to kCFBooleanTrue. IMPORTANT NOTE: attachments with the kCMSampleAttachmentKey_ prefix must be set via CMSampleBufferGetSampleAttachmentsArray and CFDictionarySetValue. Attachments with the kCMSampleBufferAttachmentKey_ prefix must be set via CMSetAttachment. The combination of either a non-NULL controlTimebase or an AVSampleBufferRenderSynchronizer with the use of kCMSampleAttachmentKey_DisplayImmediately as an attachment to the CMSampleBuffers that are enqueued for display is not recommended.
|
|
@@ -11,7 +12,7 @@ export interface _AVQueuedSampleBufferRendering {
|
|
|
11
12
|
/**
|
|
12
13
|
* @method requestMediaDataWhenReadyOnQueue:usingBlock: @abstract Instructs the target to invoke a client-supplied block repeatedly, at its convenience, in order to gather sample buffers for playback. @discussion The block should enqueue sample buffers to the receiver either until the receiver's readyForMoreMediaData property becomes NO or until there is no more data to supply. When the receiver has decoded enough of the media data it has received that it becomes ready for more media data again, it will invoke the block again in order to obtain more. If this method is called multiple times, only the last call is effective. Call stopRequestingMediaData to cancel this request. Each call to requestMediaDataWhenReadyOnQueue:usingBlock: should be paired with a corresponding call to stopRequestingMediaData:. Releasing the AVQueuedSampleBufferRendering object without a call to stopRequestingMediaData will result in undefined behavior.
|
|
13
14
|
*/
|
|
14
|
-
requestMediaDataWhenReadyOnQueue$usingBlock$?(queue:
|
|
15
|
+
requestMediaDataWhenReadyOnQueue$usingBlock$?(queue: _NSObject, block: NobjcObject): void;
|
|
15
16
|
/**
|
|
16
17
|
* @method stopRequestingMediaData @abstract Cancels any current requestMediaDataWhenReadyOnQueue:usingBlock: call. @discussion This method may be called from outside the block or from within the block.
|
|
17
18
|
*/
|
|
@@ -2,6 +2,7 @@ import type { NobjcObject } from "objc-js";
|
|
|
2
2
|
import type { _NSError } from "../Foundation/NSError.js";
|
|
3
3
|
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
4
4
|
import type { _NSString } from "../Foundation/NSString.js";
|
|
5
|
+
import type { _AVQueuedSampleBufferRendering } from "./AVQueuedSampleBufferRendering.js";
|
|
5
6
|
import type { CMTime } from "../structs/CMTime.js";
|
|
6
7
|
import type { AVAudioSpatializationFormats } from "./AVAudioSpatializationFormats.js";
|
|
7
8
|
import type { AVAudioTimePitchAlgorithm } from "./AVAudioTimePitchAlgorithm.js";
|
|
@@ -48,3 +49,5 @@ export declare class _AVSampleBufferAudioRenderer extends _NSObject {
|
|
|
48
49
|
muted(): boolean;
|
|
49
50
|
setMuted$(value: boolean): void;
|
|
50
51
|
}
|
|
52
|
+
export interface _AVSampleBufferAudioRenderer extends _AVQueuedSampleBufferRendering {
|
|
53
|
+
}
|