objcjs-types 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2469) hide show
  1. package/README.md +4 -3
  2. package/dist/AVFAudio/AVAudioApplication.d.ts +2 -2
  3. package/dist/AVFAudio/AVAudioChannelLayout.d.ts +6 -3
  4. package/dist/AVFAudio/AVAudioCompressedBuffer.d.ts +1 -1
  5. package/dist/AVFAudio/AVAudioConverter.d.ts +2 -2
  6. package/dist/AVFAudio/AVAudioEngine.d.ts +10 -10
  7. package/dist/AVFAudio/AVAudioEnvironmentNode.d.ts +3 -0
  8. package/dist/AVFAudio/AVAudioFile.d.ts +7 -7
  9. package/dist/AVFAudio/AVAudioFormat.d.ts +3 -0
  10. package/dist/AVFAudio/AVAudioIONode.d.ts +2 -2
  11. package/dist/AVFAudio/AVAudioInputNode.d.ts +5 -2
  12. package/dist/AVFAudio/AVAudioMixerNode.d.ts +3 -0
  13. package/dist/AVFAudio/AVAudioMixingDestination.d.ts +3 -0
  14. package/dist/AVFAudio/AVAudioNode.d.ts +2 -1
  15. package/dist/AVFAudio/AVAudioPCMBuffer.d.ts +4 -4
  16. package/dist/AVFAudio/AVAudioPlayer.d.ts +4 -4
  17. package/dist/AVFAudio/AVAudioPlayerNode.d.ts +12 -8
  18. package/dist/AVFAudio/AVAudioRecorder.d.ts +2 -2
  19. package/dist/AVFAudio/AVAudioRoutingArbiter.d.ts +1 -1
  20. package/dist/AVFAudio/AVAudioSequencer.d.ts +8 -8
  21. package/dist/AVFAudio/AVAudioSession.d.ts +28 -28
  22. package/dist/AVFAudio/AVAudioSessionChannelDescription.d.ts +1 -2
  23. package/dist/AVFAudio/AVAudioSessionDataSourceDescription.d.ts +1 -1
  24. package/dist/AVFAudio/AVAudioSessionPortDescription.d.ts +1 -1
  25. package/dist/AVFAudio/AVAudioSinkNode.d.ts +2 -1
  26. package/dist/AVFAudio/AVAudioSourceNode.d.ts +6 -2
  27. package/dist/AVFAudio/AVAudioUnit.d.ts +2 -2
  28. package/dist/AVFAudio/AVAudioUnitGenerator.d.ts +3 -0
  29. package/dist/AVFAudio/AVAudioUnitMIDIInstrument.d.ts +3 -0
  30. package/dist/AVFAudio/AVAudioUnitSampler.d.ts +3 -3
  31. package/dist/AVFAudio/AVMIDIPlayer.d.ts +3 -3
  32. package/dist/AVFAudio/AVMusicTrack.d.ts +3 -3
  33. package/dist/AVFAudio/AVSpeechSynthesisMarker.d.ts +3 -0
  34. package/dist/AVFAudio/AVSpeechSynthesisProviderAudioUnit.d.ts +3 -2
  35. package/dist/AVFAudio/AVSpeechSynthesisProviderRequest.d.ts +3 -0
  36. package/dist/AVFAudio/AVSpeechSynthesisProviderVoice.d.ts +3 -0
  37. package/dist/AVFAudio/AVSpeechSynthesisVoice.d.ts +3 -0
  38. package/dist/AVFAudio/AVSpeechSynthesizer.d.ts +2 -2
  39. package/dist/AVFAudio/AVSpeechUtterance.d.ts +3 -0
  40. package/dist/AVFAudio/index.js +74 -73
  41. package/dist/AVFoundation/AVAsset.d.ts +16 -13
  42. package/dist/AVFoundation/AVAssetCache.d.ts +2 -2
  43. package/dist/AVFoundation/AVAssetDownloadConfiguration.d.ts +1 -1
  44. package/dist/AVFoundation/AVAssetExportSession.d.ts +5 -5
  45. package/dist/AVFoundation/AVAssetImageGenerator.d.ts +3 -3
  46. package/dist/AVFoundation/AVAssetReader.d.ts +2 -2
  47. package/dist/AVFoundation/AVAssetReaderOutput.d.ts +3 -2
  48. package/dist/AVFoundation/AVAssetResourceLoader.d.ts +2 -3
  49. package/dist/AVFoundation/AVAssetResourceLoadingRequest.d.ts +2 -2
  50. package/dist/AVFoundation/AVAssetSegmentTrackReport.d.ts +3 -3
  51. package/dist/AVFoundation/AVAssetTrack.d.ts +11 -8
  52. package/dist/AVFoundation/AVAssetWriter.d.ts +7 -6
  53. package/dist/AVFoundation/AVAssetWriterInput.d.ts +9 -9
  54. package/dist/AVFoundation/AVAssetWriterInputPixelBufferAdaptor.d.ts +1 -1
  55. package/dist/AVFoundation/AVAssetWriterInputTaggedPixelBufferGroupAdaptor.d.ts +1 -1
  56. package/dist/AVFoundation/AVAsynchronousKeyValueLoading.d.ts +2 -2
  57. package/dist/AVFoundation/AVAsynchronousVideoCompositionRequest.d.ts +4 -4
  58. package/dist/AVFoundation/AVAudioMixInputParameters.d.ts +2 -2
  59. package/dist/AVFoundation/AVCaption.d.ts +10 -7
  60. package/dist/AVFoundation/AVCaptionConversionValidator.d.ts +1 -1
  61. package/dist/AVFoundation/AVCaptionFormatConformer.d.ts +1 -1
  62. package/dist/AVFoundation/AVCaptionRegion.d.ts +0 -4
  63. package/dist/AVFoundation/AVCaptionRuby.d.ts +3 -0
  64. package/dist/AVFoundation/AVCaptureAudioDataOutput.d.ts +7 -6
  65. package/dist/AVFoundation/AVCaptureAudioFileOutput.d.ts +2 -1
  66. package/dist/AVFoundation/AVCaptureDataOutputSynchronizer.d.ts +2 -3
  67. package/dist/AVFoundation/AVCaptureDepthDataOutput.d.ts +3 -3
  68. package/dist/AVFoundation/AVCaptureDeskViewApplication.d.ts +2 -2
  69. package/dist/AVFoundation/AVCaptureDevice.d.ts +14 -14
  70. package/dist/AVFoundation/AVCaptureDeviceDiscoverySession.d.ts +3 -3
  71. package/dist/AVFoundation/AVCaptureDeviceFormat.d.ts +2 -1
  72. package/dist/AVFoundation/AVCaptureDeviceInput.d.ts +4 -3
  73. package/dist/AVFoundation/AVCaptureIndexPicker.d.ts +2 -1
  74. package/dist/AVFoundation/AVCaptureInputPort.d.ts +3 -2
  75. package/dist/AVFoundation/AVCaptureMetadataInput.d.ts +1 -1
  76. package/dist/AVFoundation/AVCaptureMetadataOutput.d.ts +3 -3
  77. package/dist/AVFoundation/AVCaptureOutput.d.ts +2 -1
  78. package/dist/AVFoundation/AVCapturePhoto.d.ts +1 -1
  79. package/dist/AVFoundation/AVCapturePhotoBracketSettings.d.ts +3 -3
  80. package/dist/AVFoundation/AVCapturePhotoCaptureDelegate.d.ts +2 -2
  81. package/dist/AVFoundation/AVCapturePhotoFileDataRepresentationCustomizer.d.ts +1 -1
  82. package/dist/AVFoundation/AVCapturePhotoOutput.d.ts +10 -9
  83. package/dist/AVFoundation/AVCapturePhotoSettings.d.ts +7 -7
  84. package/dist/AVFoundation/AVCaptureSession.d.ts +6 -6
  85. package/dist/AVFoundation/AVCaptureSlider.d.ts +2 -1
  86. package/dist/AVFoundation/AVCaptureSmartFramingMonitor.d.ts +1 -1
  87. package/dist/AVFoundation/AVCaptureSpatialAudioMetadataSampleGenerator.d.ts +2 -2
  88. package/dist/AVFoundation/AVCaptureStillImageOutput.d.ts +3 -3
  89. package/dist/AVFoundation/AVCaptureSynchronizedDataCollection.d.ts +3 -0
  90. package/dist/AVFoundation/AVCaptureTimecodeGenerator.d.ts +2 -3
  91. package/dist/AVFoundation/AVCaptureVideoDataOutput.d.ts +10 -9
  92. package/dist/AVFoundation/AVComposition.d.ts +9 -8
  93. package/dist/AVFoundation/AVCompositionTrack.d.ts +2 -1
  94. package/dist/AVFoundation/AVCompositionTrackFormatDescriptionReplacement.d.ts +3 -0
  95. package/dist/AVFoundation/AVCompositionTrackSegment.d.ts +3 -4
  96. package/dist/AVFoundation/AVContentKeyRequest.d.ts +5 -5
  97. package/dist/AVFoundation/AVContentKeySession.d.ts +7 -7
  98. package/dist/AVFoundation/AVDelegatingPlaybackCoordinator.d.ts +1 -1
  99. package/dist/AVFoundation/AVDepthData.d.ts +6 -6
  100. package/dist/AVFoundation/AVExternalStorageDevice.d.ts +1 -1
  101. package/dist/AVFoundation/AVExternalSyncDevice.d.ts +1 -1
  102. package/dist/AVFoundation/AVFragmentedAsset.d.ts +10 -6
  103. package/dist/AVFoundation/AVFragmentedAssetMinder.d.ts +2 -2
  104. package/dist/AVFoundation/AVFragmentedMovie.d.ts +10 -6
  105. package/dist/AVFoundation/AVFrameRateRange.d.ts +2 -3
  106. package/dist/AVFoundation/AVMediaPresentationSetting.d.ts +1 -1
  107. package/dist/AVFoundation/AVMediaSelectionOption.d.ts +2 -2
  108. package/dist/AVFoundation/AVMetadataItem.d.ts +10 -10
  109. package/dist/AVFoundation/AVMetricContentKeyRequestEvent.d.ts +2 -1
  110. package/dist/AVFoundation/AVMetricEvent.d.ts +3 -0
  111. package/dist/AVFoundation/AVMetricEventStream.d.ts +1 -1
  112. package/dist/AVFoundation/AVMetricHLSMediaSegmentRequestEvent.d.ts +2 -1
  113. package/dist/AVFoundation/AVMetricHLSPlaylistRequestEvent.d.ts +2 -1
  114. package/dist/AVFoundation/AVMetricMediaRendition.d.ts +3 -0
  115. package/dist/AVFoundation/AVMovie.d.ts +10 -9
  116. package/dist/AVFoundation/AVMutableAudioMixInputParameters.d.ts +2 -2
  117. package/dist/AVFoundation/AVMutableComposition.d.ts +10 -9
  118. package/dist/AVFoundation/AVMutableCompositionTrack.d.ts +6 -6
  119. package/dist/AVFoundation/AVMutableMetadataItem.d.ts +4 -4
  120. package/dist/AVFoundation/AVMutableMovie.d.ts +19 -18
  121. package/dist/AVFoundation/AVMutableMovieTrack.d.ts +5 -5
  122. package/dist/AVFoundation/AVMutableVideoComposition.d.ts +7 -7
  123. package/dist/AVFoundation/AVMutableVideoCompositionLayerInstruction.d.ts +2 -3
  124. package/dist/AVFoundation/AVOutputSettingsAssistant.d.ts +6 -5
  125. package/dist/AVFoundation/AVPersistableContentKeyRequest.d.ts +1 -1
  126. package/dist/AVFoundation/AVPlayer.d.ts +7 -7
  127. package/dist/AVFoundation/AVPlayerItem.d.ts +7 -5
  128. package/dist/AVFoundation/AVPlayerItemIntegratedTimeline.d.ts +4 -4
  129. package/dist/AVFoundation/AVPlayerItemIntegratedTimelineSnapshot.d.ts +1 -1
  130. package/dist/AVFoundation/AVPlayerItemLegibleOutput.d.ts +3 -3
  131. package/dist/AVFoundation/AVPlayerItemMetadataCollector.d.ts +3 -3
  132. package/dist/AVFoundation/AVPlayerItemMetadataOutput.d.ts +3 -3
  133. package/dist/AVFoundation/AVPlayerItemRenderedLegibleOutput.d.ts +3 -3
  134. package/dist/AVFoundation/AVPlayerItemVideoOutput.d.ts +4 -3
  135. package/dist/AVFoundation/AVPlayerLayer.d.ts +1 -1
  136. package/dist/AVFoundation/AVPlayerPlaybackCoordinator.d.ts +1 -1
  137. package/dist/AVFoundation/AVPlayerVideoOutput.d.ts +1 -1
  138. package/dist/AVFoundation/AVPortraitEffectsMatte.d.ts +5 -5
  139. package/dist/AVFoundation/AVQueuedSampleBufferRendering.d.ts +2 -1
  140. package/dist/AVFoundation/AVSampleBufferAudioRenderer.d.ts +3 -0
  141. package/dist/AVFoundation/AVSampleBufferDisplayLayer.d.ts +5 -4
  142. package/dist/AVFoundation/AVSampleBufferGenerator.d.ts +5 -5
  143. package/dist/AVFoundation/AVSampleBufferGeneratorBatch.d.ts +1 -1
  144. package/dist/AVFoundation/AVSampleBufferRenderSynchronizer.d.ts +4 -4
  145. package/dist/AVFoundation/AVSampleBufferVideoRenderer.d.ts +6 -3
  146. package/dist/AVFoundation/AVSampleCursor.d.ts +2 -2
  147. package/dist/AVFoundation/AVSemanticSegmentationMatte.d.ts +5 -5
  148. package/dist/AVFoundation/AVSpatialVideoConfiguration.d.ts +3 -2
  149. package/dist/AVFoundation/AVTimedMetadataGroup.d.ts +1 -1
  150. package/dist/AVFoundation/AVURLAsset.d.ts +5 -1
  151. package/dist/AVFoundation/AVVideoComposition.d.ts +5 -5
  152. package/dist/AVFoundation/AVVideoCompositionCoreAnimationTool.d.ts +1 -2
  153. package/dist/AVFoundation/AVVideoCompositionInstruction.d.ts +4 -1
  154. package/dist/AVFoundation/AVVideoCompositionLayerInstruction.d.ts +7 -4
  155. package/dist/AVFoundation/AVVideoCompositionRenderContext.d.ts +1 -1
  156. package/dist/AVFoundation/index.js +269 -268
  157. package/dist/AVKit/AVPlayerView.d.ts +1 -1
  158. package/dist/AVKit/index.js +7 -6
  159. package/dist/AVRouting/AVCustomDeviceRoute.d.ts +1 -2
  160. package/dist/AVRouting/index.js +7 -6
  161. package/dist/Accessibility/AXBrailleMap.d.ts +3 -0
  162. package/dist/Accessibility/AXBrailleTable.d.ts +3 -0
  163. package/dist/Accessibility/AXBrailleTranslationResult.d.ts +3 -0
  164. package/dist/Accessibility/AXChartDescriptor.d.ts +6 -6
  165. package/dist/Accessibility/AXCustomContent.d.ts +3 -0
  166. package/dist/Accessibility/AXCustomContentProvider.d.ts +2 -2
  167. package/dist/Accessibility/AXRequest.d.ts +3 -0
  168. package/dist/Accessibility/index.js +29 -28
  169. package/dist/AccessorySetupKit/ASAccessory.d.ts +1 -2
  170. package/dist/AccessorySetupKit/ASAccessorySession.d.ts +10 -10
  171. package/dist/AccessorySetupKit/ASDiscoveryDescriptor.d.ts +2 -3
  172. package/dist/AccessorySetupKit/ASPickerDisplaySettings.d.ts +2 -3
  173. package/dist/AccessorySetupKit/index.js +12 -11
  174. package/dist/Accounts/index.js +5 -4
  175. package/dist/AdServices/AAAttribution.d.ts +1 -1
  176. package/dist/AdServices/index.js +2 -1
  177. package/dist/AdSupport/index.js +2 -1
  178. package/dist/AddressBook/ABGroup.d.ts +2 -2
  179. package/dist/AddressBook/ABMultiValue.d.ts +4 -1
  180. package/dist/AddressBook/ABPerson.d.ts +2 -2
  181. package/dist/AddressBook/ABSearchElement.d.ts +1 -2
  182. package/dist/AddressBook/index.js +11 -10
  183. package/dist/AppKit/NSATSTypesetter.d.ts +1 -1
  184. package/dist/AppKit/NSAccessibility.d.ts +3 -3
  185. package/dist/AppKit/NSAccessibilityCustomAction.d.ts +9 -4
  186. package/dist/AppKit/NSAccessibilityCustomRotorItemResult.d.ts +13 -3
  187. package/dist/AppKit/NSAccessibilityElement.d.ts +2 -2
  188. package/dist/AppKit/NSAccessibilityElementLoading.d.ts +13 -3
  189. package/dist/AppKit/NSAccessibilitySlider.d.ts +1 -1
  190. package/dist/AppKit/NSAccessibilityStepper.d.ts +1 -1
  191. package/dist/AppKit/NSAccessibilityTable.d.ts +4 -5
  192. package/dist/AppKit/NSActionCell.d.ts +2 -2
  193. package/dist/AppKit/NSAdaptiveImageGlyph.d.ts +3 -0
  194. package/dist/AppKit/NSAlert.d.ts +4 -4
  195. package/dist/AppKit/NSAlignmentFeedbackFilter.d.ts +3 -2
  196. package/dist/AppKit/NSAnimatablePropertyContainer.d.ts +2 -1
  197. package/dist/AppKit/NSAnimation.d.ts +3 -1
  198. package/dist/AppKit/NSAnimationContext.d.ts +1 -1
  199. package/dist/AppKit/NSApplication.d.ts +37 -32
  200. package/dist/AppKit/NSApplicationDelegate.d.ts +1 -1
  201. package/dist/AppKit/NSArrayController.d.ts +5 -5
  202. package/dist/AppKit/NSBezierPath.d.ts +7 -4
  203. package/dist/AppKit/NSBindingSelectionMarker.d.ts +2 -2
  204. package/dist/AppKit/NSBitmapImageRep.d.ts +8 -8
  205. package/dist/AppKit/NSBrowser.d.ts +14 -16
  206. package/dist/AppKit/NSBrowserDelegate.d.ts +8 -8
  207. package/dist/AppKit/NSButton.d.ts +8 -5
  208. package/dist/AppKit/NSButtonCell.d.ts +1 -1
  209. package/dist/AppKit/NSButtonTouchBarItem.d.ts +5 -5
  210. package/dist/AppKit/NSCandidateListTouchBarItem.d.ts +2 -1
  211. package/dist/AppKit/NSCell.d.ts +20 -16
  212. package/dist/AppKit/NSChangeSpelling.d.ts +1 -1
  213. package/dist/AppKit/NSCollectionLayoutGroup.d.ts +2 -1
  214. package/dist/AppKit/NSCollectionLayoutSection.d.ts +3 -2
  215. package/dist/AppKit/NSCollectionView.d.ts +17 -12
  216. package/dist/AppKit/NSCollectionViewCompositionalLayout.d.ts +3 -2
  217. package/dist/AppKit/NSCollectionViewDataSource.d.ts +2 -1
  218. package/dist/AppKit/NSCollectionViewDelegate.d.ts +9 -5
  219. package/dist/AppKit/NSCollectionViewDiffableDataSource.d.ts +7 -4
  220. package/dist/AppKit/NSCollectionViewItem.d.ts +3 -0
  221. package/dist/AppKit/NSCollectionViewLayout.d.ts +16 -12
  222. package/dist/AppKit/NSCollectionViewLayoutAttributes.d.ts +2 -2
  223. package/dist/AppKit/NSCollectionViewLayoutInvalidationContext.d.ts +6 -5
  224. package/dist/AppKit/NSCollectionViewTransitionLayout.d.ts +3 -2
  225. package/dist/AppKit/NSColor.d.ts +9 -4
  226. package/dist/AppKit/NSColorList.d.ts +4 -1
  227. package/dist/AppKit/NSColorPanel.d.ts +1 -1
  228. package/dist/AppKit/NSColorPicker.d.ts +1 -1
  229. package/dist/AppKit/NSColorPickerTouchBarItem.d.ts +2 -2
  230. package/dist/AppKit/NSColorPickingDefault.d.ts +2 -2
  231. package/dist/AppKit/NSColorSampler.d.ts +1 -1
  232. package/dist/AppKit/NSColorSpace.d.ts +3 -0
  233. package/dist/AppKit/NSColorWell.d.ts +1 -1
  234. package/dist/AppKit/NSComboBox.d.ts +2 -2
  235. package/dist/AppKit/NSComboBoxCell.d.ts +2 -2
  236. package/dist/AppKit/NSComboBoxDataSource.d.ts +1 -1
  237. package/dist/AppKit/NSComboButton.d.ts +3 -3
  238. package/dist/AppKit/NSControl.d.ts +17 -17
  239. package/dist/AppKit/NSControlTextEditingDelegate.d.ts +1 -1
  240. package/dist/AppKit/NSController.d.ts +1 -1
  241. package/dist/AppKit/NSCursor.d.ts +2 -1
  242. package/dist/AppKit/NSCustomImageRep.d.ts +1 -1
  243. package/dist/AppKit/NSDataAsset.d.ts +3 -3
  244. package/dist/AppKit/NSDatePickerCellDelegate.d.ts +1 -1
  245. package/dist/AppKit/NSDictionaryControllerKeyValuePair.d.ts +2 -2
  246. package/dist/AppKit/NSDiffableDataSourceSnapshot.d.ts +1 -1
  247. package/dist/AppKit/NSDockTile.d.ts +1 -1
  248. package/dist/AppKit/NSDocument.d.ts +69 -64
  249. package/dist/AppKit/NSDocumentController.d.ts +30 -26
  250. package/dist/AppKit/NSDraggingImageComponent.d.ts +2 -2
  251. package/dist/AppKit/NSDraggingItem.d.ts +3 -3
  252. package/dist/AppKit/NSDrawer.d.ts +6 -3
  253. package/dist/AppKit/NSEditor.d.ts +2 -2
  254. package/dist/AppKit/NSEvent.d.ts +6 -3
  255. package/dist/AppKit/NSFilePromiseProvider.d.ts +5 -2
  256. package/dist/AppKit/NSFilePromiseProviderDelegate.d.ts +1 -1
  257. package/dist/AppKit/NSFilePromiseReceiver.d.ts +4 -1
  258. package/dist/AppKit/NSFont.d.ts +3 -0
  259. package/dist/AppKit/NSFontAssetRequest.d.ts +1 -1
  260. package/dist/AppKit/NSFontCollection.d.ts +6 -3
  261. package/dist/AppKit/NSFontDescriptor.d.ts +4 -1
  262. package/dist/AppKit/NSFontManager.d.ts +11 -8
  263. package/dist/AppKit/NSGestureRecognizer.d.ts +3 -3
  264. package/dist/AppKit/NSGlyphGenerator.d.ts +1 -1
  265. package/dist/AppKit/NSGlyphInfo.d.ts +3 -0
  266. package/dist/AppKit/NSGradient.d.ts +2 -2
  267. package/dist/AppKit/NSGridCell.d.ts +3 -0
  268. package/dist/AppKit/NSGridColumn.d.ts +3 -0
  269. package/dist/AppKit/NSGridRow.d.ts +3 -0
  270. package/dist/AppKit/NSGridView.d.ts +1 -2
  271. package/dist/AppKit/NSHelpManager.d.ts +2 -2
  272. package/dist/AppKit/NSIgnoreMisspelledWords.d.ts +1 -1
  273. package/dist/AppKit/NSImage.d.ts +7 -1
  274. package/dist/AppKit/NSImageRep.d.ts +5 -5
  275. package/dist/AppKit/NSImageSymbolConfiguration.d.ts +3 -0
  276. package/dist/AppKit/NSImageView.d.ts +3 -0
  277. package/dist/AppKit/NSInputManager.d.ts +5 -2
  278. package/dist/AppKit/NSInputServer.d.ts +4 -0
  279. package/dist/AppKit/NSInputServiceProvider.d.ts +6 -6
  280. package/dist/AppKit/NSLayoutAnchor.d.ts +3 -0
  281. package/dist/AppKit/NSLayoutConstraint.d.ts +6 -3
  282. package/dist/AppKit/NSLayoutGuide.d.ts +3 -0
  283. package/dist/AppKit/NSLayoutManager.d.ts +29 -29
  284. package/dist/AppKit/NSLayoutManagerDelegate.d.ts +1 -1
  285. package/dist/AppKit/NSMatrix.d.ts +9 -7
  286. package/dist/AppKit/NSMediaLibraryBrowserController.d.ts +1 -1
  287. package/dist/AppKit/NSMenu.d.ts +12 -6
  288. package/dist/AppKit/NSMenuDelegate.d.ts +1 -1
  289. package/dist/AppKit/NSMenuItem.d.ts +8 -4
  290. package/dist/AppKit/NSMovie.d.ts +1 -1
  291. package/dist/AppKit/NSNib.d.ts +4 -1
  292. package/dist/AppKit/NSNibConnector.d.ts +7 -4
  293. package/dist/AppKit/NSObjectController.d.ts +7 -7
  294. package/dist/AppKit/NSOpenGLContext.d.ts +14 -11
  295. package/dist/AppKit/NSOpenGLPixelBuffer.d.ts +8 -8
  296. package/dist/AppKit/NSOpenGLPixelFormat.d.ts +8 -5
  297. package/dist/AppKit/NSOpenPanel.d.ts +2 -2
  298. package/dist/AppKit/NSOpenSavePanelDelegate.d.ts +2 -2
  299. package/dist/AppKit/NSOutlineView.d.ts +18 -18
  300. package/dist/AppKit/NSOutlineViewDataSource.d.ts +14 -10
  301. package/dist/AppKit/NSOutlineViewDelegate.d.ts +1 -1
  302. package/dist/AppKit/NSPDFInfo.d.ts +3 -0
  303. package/dist/AppKit/NSPageController.d.ts +6 -3
  304. package/dist/AppKit/NSPageControllerDelegate.d.ts +5 -4
  305. package/dist/AppKit/NSPageLayout.d.ts +2 -2
  306. package/dist/AppKit/NSParagraphStyle.d.ts +3 -0
  307. package/dist/AppKit/NSPasteboard.d.ts +7 -7
  308. package/dist/AppKit/NSPasteboardItem.d.ts +8 -4
  309. package/dist/AppKit/NSPasteboardReading.d.ts +1 -1
  310. package/dist/AppKit/NSPasteboardWriting.d.ts +1 -1
  311. package/dist/AppKit/NSPathCell.d.ts +4 -0
  312. package/dist/AppKit/NSPersistentDocument.d.ts +5 -5
  313. package/dist/AppKit/NSPickerTouchBarItem.d.ts +4 -4
  314. package/dist/AppKit/NSPopUpButton.d.ts +3 -3
  315. package/dist/AppKit/NSPopUpButtonCell.d.ts +5 -2
  316. package/dist/AppKit/NSPopover.d.ts +4 -1
  317. package/dist/AppKit/NSPopoverTouchBarItem.d.ts +2 -2
  318. package/dist/AppKit/NSPredicateEditorRowTemplate.d.ts +3 -0
  319. package/dist/AppKit/NSPreviewRepresentingActivityItem.d.ts +3 -0
  320. package/dist/AppKit/NSPrintOperation.d.ts +1 -1
  321. package/dist/AppKit/NSPrintPanel.d.ts +4 -4
  322. package/dist/AppKit/NSPrintPanelAccessorizing.d.ts +2 -2
  323. package/dist/AppKit/NSPrinter.d.ts +3 -0
  324. package/dist/AppKit/NSProgressIndicator.d.ts +3 -3
  325. package/dist/AppKit/NSResponder.d.ts +12 -8
  326. package/dist/AppKit/NSRuleEditor.d.ts +1 -1
  327. package/dist/AppKit/NSRuleEditorDelegate.d.ts +2 -2
  328. package/dist/AppKit/NSSavePanel.d.ts +4 -4
  329. package/dist/AppKit/NSScreen.d.ts +1 -1
  330. package/dist/AppKit/NSScrollView.d.ts +2 -2
  331. package/dist/AppKit/NSScrubber.d.ts +2 -2
  332. package/dist/AppKit/NSSearchField.d.ts +3 -2
  333. package/dist/AppKit/NSSearchFieldCell.d.ts +2 -2
  334. package/dist/AppKit/NSSegmentedControl.d.ts +2 -2
  335. package/dist/AppKit/NSSeguePerforming.d.ts +4 -3
  336. package/dist/AppKit/NSShadow.d.ts +3 -0
  337. package/dist/AppKit/NSSharingCollaborationModeRestriction.d.ts +3 -0
  338. package/dist/AppKit/NSSlider.d.ts +2 -2
  339. package/dist/AppKit/NSSliderAccessory.d.ts +4 -0
  340. package/dist/AppKit/NSSliderAccessoryBehavior.d.ts +4 -1
  341. package/dist/AppKit/NSSliderTouchBarItem.d.ts +2 -2
  342. package/dist/AppKit/NSSound.d.ts +7 -2
  343. package/dist/AppKit/NSSpeechSynthesizer.d.ts +2 -2
  344. package/dist/AppKit/NSSpellChecker.d.ts +6 -6
  345. package/dist/AppKit/NSSplitView.d.ts +5 -3
  346. package/dist/AppKit/NSSplitViewController.d.ts +2 -2
  347. package/dist/AppKit/NSSplitViewItem.d.ts +4 -0
  348. package/dist/AppKit/NSSplitViewItemAccessoryViewController.d.ts +3 -0
  349. package/dist/AppKit/NSStandardKeyBindingResponding.d.ts +94 -94
  350. package/dist/AppKit/NSStatusItem.d.ts +3 -3
  351. package/dist/AppKit/NSStepperTouchBarItem.d.ts +2 -2
  352. package/dist/AppKit/NSStoryboard.d.ts +3 -3
  353. package/dist/AppKit/NSStoryboardSegue.d.ts +4 -3
  354. package/dist/AppKit/NSTabView.d.ts +7 -6
  355. package/dist/AppKit/NSTabViewItem.d.ts +6 -3
  356. package/dist/AppKit/NSTableCellView.d.ts +2 -2
  357. package/dist/AppKit/NSTableHeaderView.d.ts +3 -0
  358. package/dist/AppKit/NSTableRowView.d.ts +4 -1
  359. package/dist/AppKit/NSTableView.d.ts +11 -6
  360. package/dist/AppKit/NSTableViewDataSource.d.ts +8 -4
  361. package/dist/AppKit/NSTableViewDiffableDataSource.d.ts +11 -8
  362. package/dist/AppKit/NSText.d.ts +24 -20
  363. package/dist/AppKit/NSTextAlternatives.d.ts +3 -0
  364. package/dist/AppKit/NSTextAttachment.d.ts +6 -1
  365. package/dist/AppKit/NSTextBlock.d.ts +3 -0
  366. package/dist/AppKit/NSTextCheckingClient.d.ts +2 -2
  367. package/dist/AppKit/NSTextCheckingController.d.ts +7 -7
  368. package/dist/AppKit/NSTextContainer.d.ts +5 -2
  369. package/dist/AppKit/NSTextContentManager.d.ts +4 -1
  370. package/dist/AppKit/NSTextContentStorage.d.ts +3 -0
  371. package/dist/AppKit/NSTextElementProvider.d.ts +1 -1
  372. package/dist/AppKit/NSTextField.d.ts +5 -1
  373. package/dist/AppKit/NSTextFinder.d.ts +4 -2
  374. package/dist/AppKit/NSTextInputClient.d.ts +2 -2
  375. package/dist/AppKit/NSTextInputContext.d.ts +5 -4
  376. package/dist/AppKit/NSTextInsertionIndicator.d.ts +2 -2
  377. package/dist/AppKit/NSTextLayoutManager.d.ts +7 -4
  378. package/dist/AppKit/NSTextSelectionDataSource.d.ts +1 -1
  379. package/dist/AppKit/NSTextSelectionNavigation.d.ts +2 -1
  380. package/dist/AppKit/NSTextStorage.d.ts +2 -1
  381. package/dist/AppKit/NSTextTab.d.ts +4 -0
  382. package/dist/AppKit/NSTextView.d.ts +56 -47
  383. package/dist/AppKit/NSTextViewDelegate.d.ts +1 -1
  384. package/dist/AppKit/NSTintConfiguration.d.ts +3 -0
  385. package/dist/AppKit/NSTitlebarAccessoryViewController.d.ts +4 -0
  386. package/dist/AppKit/NSTokenFieldCellDelegate.d.ts +1 -1
  387. package/dist/AppKit/NSTokenFieldDelegate.d.ts +2 -2
  388. package/dist/AppKit/NSToolbar.d.ts +3 -2
  389. package/dist/AppKit/NSToolbarItem.d.ts +5 -2
  390. package/dist/AppKit/NSToolbarItemGroup.d.ts +2 -2
  391. package/dist/AppKit/NSTouch.d.ts +1 -1
  392. package/dist/AppKit/NSTouchBar.d.ts +4 -3
  393. package/dist/AppKit/NSTrackingArea.d.ts +5 -2
  394. package/dist/AppKit/NSTreeController.d.ts +8 -8
  395. package/dist/AppKit/NSTreeNode.d.ts +3 -3
  396. package/dist/AppKit/NSTypesetter.d.ts +3 -3
  397. package/dist/AppKit/NSUserDefaultsController.d.ts +3 -3
  398. package/dist/AppKit/NSView.d.ts +12 -5
  399. package/dist/AppKit/NSViewAnimation.d.ts +4 -4
  400. package/dist/AppKit/NSViewController.d.ts +10 -5
  401. package/dist/AppKit/NSWindow.d.ts +57 -49
  402. package/dist/AppKit/NSWindowController.d.ts +13 -9
  403. package/dist/AppKit/NSWindowDelegate.d.ts +2 -2
  404. package/dist/AppKit/NSWindowTabGroup.d.ts +2 -1
  405. package/dist/AppKit/NSWorkspace.d.ts +21 -21
  406. package/dist/AppKit/NSWorkspaceOpenConfiguration.d.ts +2 -3
  407. package/dist/AppKit/NSWritingToolsCoordinatorAnimationParameters.d.ts +4 -4
  408. package/dist/AppKit/NSWritingToolsCoordinatorDelegate.d.ts +3 -3
  409. package/dist/AppKit/index.js +317 -316
  410. package/dist/AppTrackingTransparency/index.js +2 -1
  411. package/dist/AppleScriptKit/index.js +2 -1
  412. package/dist/AudioToolbox/AUAudioUnit.d.ts +26 -26
  413. package/dist/AudioToolbox/AUAudioUnitBus.d.ts +4 -4
  414. package/dist/AudioToolbox/AUAudioUnitBusArray.d.ts +4 -1
  415. package/dist/AudioToolbox/AUAudioUnitFactory.d.ts +1 -1
  416. package/dist/AudioToolbox/AUAudioUnitPreset.d.ts +3 -0
  417. package/dist/AudioToolbox/AUMessageChannel.d.ts +2 -2
  418. package/dist/AudioToolbox/AUParameter.d.ts +13 -10
  419. package/dist/AudioToolbox/AUParameterGroup.d.ts +3 -0
  420. package/dist/AudioToolbox/AUParameterTree.d.ts +4 -4
  421. package/dist/AudioToolbox/index.js +10 -9
  422. package/dist/AudioVideoBridging/AVB17221ACMPInterface.d.ts +2 -2
  423. package/dist/AudioVideoBridging/AVB17221AECPInterface.d.ts +3 -3
  424. package/dist/AudioVideoBridging/AVB17221EntityDiscovery.d.ts +5 -5
  425. package/dist/AudioVideoBridging/index.js +18 -17
  426. package/dist/AuthenticationServices/ASAccountAuthenticationModificationControllerPresentationContextProviding.d.ts +2 -2
  427. package/dist/AuthenticationServices/ASAccountAuthenticationModificationExtensionContext.d.ts +1 -1
  428. package/dist/AuthenticationServices/ASAuthorization.d.ts +13 -4
  429. package/dist/AuthenticationServices/ASAuthorizationAppleIDProvider.d.ts +4 -1
  430. package/dist/AuthenticationServices/ASAuthorizationControllerPresentationContextProviding.d.ts +2 -2
  431. package/dist/AuthenticationServices/ASAuthorizationOpenIDRequest.d.ts +2 -3
  432. package/dist/AuthenticationServices/ASAuthorizationPasswordProvider.d.ts +3 -0
  433. package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialAssertionRequest.d.ts +4 -0
  434. package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialProvider.d.ts +4 -0
  435. package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialRegistrationRequest.d.ts +3 -0
  436. package/dist/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest.d.ts +2 -2
  437. package/dist/AuthenticationServices/ASAuthorizationProviderExtensionLoginConfiguration.d.ts +14 -13
  438. package/dist/AuthenticationServices/ASAuthorizationProviderExtensionLoginManager.d.ts +8 -8
  439. package/dist/AuthenticationServices/ASAuthorizationProviderExtensionUserLoginConfiguration.d.ts +4 -4
  440. package/dist/AuthenticationServices/ASAuthorizationPublicKeyCredentialAssertionRequest.d.ts +3 -3
  441. package/dist/AuthenticationServices/ASAuthorizationPublicKeyCredentialLargeBlobRegistrationOutput.d.ts +3 -0
  442. package/dist/AuthenticationServices/ASAuthorizationPublicKeyCredentialParameters.d.ts +5 -3
  443. package/dist/AuthenticationServices/ASAuthorizationRequest.d.ts +9 -2
  444. package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialAssertionRequest.d.ts +3 -0
  445. package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialProvider.d.ts +4 -0
  446. package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest.d.ts +3 -0
  447. package/dist/AuthenticationServices/ASAuthorizationSingleSignOnProvider.d.ts +3 -0
  448. package/dist/AuthenticationServices/ASCredentialIdentityStore.d.ts +7 -7
  449. package/dist/AuthenticationServices/ASCredentialProviderExtensionContext.d.ts +6 -6
  450. package/dist/AuthenticationServices/ASCredentialRequest.d.ts +4 -2
  451. package/dist/AuthenticationServices/ASCredentialServiceIdentifier.d.ts +3 -0
  452. package/dist/AuthenticationServices/ASGeneratePasswordsRequest.d.ts +3 -0
  453. package/dist/AuthenticationServices/ASGeneratedPassword.d.ts +3 -0
  454. package/dist/AuthenticationServices/ASOneTimeCodeCredentialIdentity.d.ts +4 -0
  455. package/dist/AuthenticationServices/ASPasskeyAssertionCredentialExtensionInput.d.ts +3 -0
  456. package/dist/AuthenticationServices/ASPasskeyAssertionCredentialExtensionOutput.d.ts +3 -0
  457. package/dist/AuthenticationServices/ASPasskeyCredentialIdentity.d.ts +3 -0
  458. package/dist/AuthenticationServices/ASPasskeyCredentialRequestParameters.d.ts +3 -0
  459. package/dist/AuthenticationServices/ASPasskeyRegistrationCredentialExtensionInput.d.ts +3 -0
  460. package/dist/AuthenticationServices/ASPasskeyRegistrationCredentialExtensionOutput.d.ts +3 -0
  461. package/dist/AuthenticationServices/ASPasswordCredentialIdentity.d.ts +3 -0
  462. package/dist/AuthenticationServices/ASSavePasswordRequest.d.ts +3 -0
  463. package/dist/AuthenticationServices/ASSettingsHelper.d.ts +2 -2
  464. package/dist/AuthenticationServices/ASWebAuthenticationPresentationContextProviding.d.ts +2 -2
  465. package/dist/AuthenticationServices/ASWebAuthenticationSessionRequest.d.ts +3 -0
  466. package/dist/AuthenticationServices/index.js +79 -78
  467. package/dist/AutomaticAssessmentConfiguration/index.js +5 -4
  468. package/dist/Automator/AMAction.d.ts +11 -11
  469. package/dist/Automator/AMBundleAction.d.ts +4 -1
  470. package/dist/Automator/AMWorkflow.d.ts +8 -8
  471. package/dist/Automator/index.js +9 -8
  472. package/dist/BackgroundAssets/BAAppExtensionInfo.d.ts +3 -0
  473. package/dist/BackgroundAssets/BAAssetPackManager.d.ts +9 -9
  474. package/dist/BackgroundAssets/BAAssetPackManifest.d.ts +2 -2
  475. package/dist/BackgroundAssets/BADownload.d.ts +5 -2
  476. package/dist/BackgroundAssets/BADownloadManager.d.ts +7 -7
  477. package/dist/BackgroundAssets/BADownloadManagerDelegate.d.ts +1 -1
  478. package/dist/BackgroundAssets/BADownloaderExtension.d.ts +1 -1
  479. package/dist/BackgroundAssets/BAURLDownload.d.ts +2 -3
  480. package/dist/BackgroundAssets/index.js +8 -7
  481. package/dist/BackgroundTasks/BGContinuedProcessingTask.d.ts +3 -0
  482. package/dist/BackgroundTasks/BGTask.d.ts +2 -2
  483. package/dist/BackgroundTasks/BGTaskScheduler.d.ts +2 -2
  484. package/dist/BackgroundTasks/index.js +12 -11
  485. package/dist/BrowserEngineCore/BEAudioSession.d.ts +1 -1
  486. package/dist/BrowserEngineCore/index.js +2 -1
  487. package/dist/BrowserEngineKit/BEAccessibilityTextMarker.d.ts +3 -0
  488. package/dist/BrowserEngineKit/BEAccessibilityTextMarkerRange.d.ts +3 -0
  489. package/dist/BrowserEngineKit/BEDownloadMonitor.d.ts +3 -3
  490. package/dist/BrowserEngineKit/BEExtensionProcess.d.ts +2 -1
  491. package/dist/BrowserEngineKit/BELayerHierarchy.d.ts +1 -1
  492. package/dist/BrowserEngineKit/BELayerHierarchyHandle.d.ts +4 -1
  493. package/dist/BrowserEngineKit/BELayerHierarchyHostingTransactionCoordinator.d.ts +5 -2
  494. package/dist/BrowserEngineKit/BEMediaEnvironment.d.ts +3 -3
  495. package/dist/BrowserEngineKit/BENetworkingProcess.d.ts +5 -5
  496. package/dist/BrowserEngineKit/BEProcessCapability.d.ts +1 -1
  497. package/dist/BrowserEngineKit/BERenderingProcess.d.ts +5 -5
  498. package/dist/BrowserEngineKit/BEWebContentFilter.d.ts +2 -2
  499. package/dist/BrowserEngineKit/BEWebContentProcess.d.ts +5 -5
  500. package/dist/BrowserEngineKit/index.js +19 -18
  501. package/dist/BusinessChat/index.js +3 -2
  502. package/dist/CalendarStore/CalTask.d.ts +2 -2
  503. package/dist/CalendarStore/index.js +11 -10
  504. package/dist/CallKit/CXCallController.d.ts +4 -4
  505. package/dist/CallKit/CXCallDirectoryExtensionContext.d.ts +5 -5
  506. package/dist/CallKit/CXCallDirectoryManager.d.ts +3 -3
  507. package/dist/CallKit/CXCallObserver.d.ts +1 -2
  508. package/dist/CallKit/CXHandle.d.ts +3 -0
  509. package/dist/CallKit/CXProvider.d.ts +3 -3
  510. package/dist/CallKit/CXTransaction.d.ts +3 -0
  511. package/dist/CallKit/index.js +22 -21
  512. package/dist/Cinematic/CNAssetInfo.d.ts +1 -1
  513. package/dist/Cinematic/CNAssetSpatialAudioInfo.d.ts +1 -1
  514. package/dist/Cinematic/CNCompositionInfo.d.ts +1 -1
  515. package/dist/Cinematic/CNDecision.d.ts +4 -5
  516. package/dist/Cinematic/CNDetection.d.ts +4 -4
  517. package/dist/Cinematic/CNDetectionTrack.d.ts +2 -3
  518. package/dist/Cinematic/CNRenderingSessionAttributes.d.ts +1 -1
  519. package/dist/Cinematic/CNScript.d.ts +3 -3
  520. package/dist/Cinematic/CNScriptFrame.d.ts +2 -3
  521. package/dist/Cinematic/index.js +17 -16
  522. package/dist/ClassKit/CLSContext.d.ts +1 -1
  523. package/dist/ClassKit/CLSContextProvider.d.ts +1 -1
  524. package/dist/ClassKit/CLSDataStore.d.ts +4 -4
  525. package/dist/ClassKit/CLSObject.d.ts +3 -0
  526. package/dist/ClassKit/index.js +10 -9
  527. package/dist/CloudKit/CKAcceptSharesOperation.d.ts +4 -4
  528. package/dist/CloudKit/CKAllowedSharingOptions.d.ts +3 -0
  529. package/dist/CloudKit/CKAsset.d.ts +3 -0
  530. package/dist/CloudKit/CKContainer.d.ts +13 -13
  531. package/dist/CloudKit/CKDatabase.d.ts +13 -12
  532. package/dist/CloudKit/CKDatabaseSubscription.d.ts +4 -4
  533. package/dist/CloudKit/CKDiscoverAllUserIdentitiesOperation.d.ts +4 -4
  534. package/dist/CloudKit/CKDiscoverUserIdentitiesOperation.d.ts +4 -4
  535. package/dist/CloudKit/CKFetchDatabaseChangesOperation.d.ts +12 -12
  536. package/dist/CloudKit/CKFetchRecordChangesOperation.d.ts +6 -6
  537. package/dist/CloudKit/CKFetchRecordZoneChangesConfiguration.d.ts +3 -0
  538. package/dist/CloudKit/CKFetchRecordZoneChangesOperation.d.ts +12 -12
  539. package/dist/CloudKit/CKFetchRecordZoneChangesOptions.d.ts +3 -0
  540. package/dist/CloudKit/CKFetchRecordZonesOperation.d.ts +4 -4
  541. package/dist/CloudKit/CKFetchRecordsOperation.d.ts +6 -6
  542. package/dist/CloudKit/CKFetchShareMetadataOperation.d.ts +4 -4
  543. package/dist/CloudKit/CKFetchShareParticipantsOperation.d.ts +6 -6
  544. package/dist/CloudKit/CKFetchSubscriptionsOperation.d.ts +4 -4
  545. package/dist/CloudKit/CKFetchWebAuthTokenOperation.d.ts +2 -2
  546. package/dist/CloudKit/CKModifyRecordZonesOperation.d.ts +6 -6
  547. package/dist/CloudKit/CKModifyRecordsOperation.d.ts +10 -10
  548. package/dist/CloudKit/CKModifySubscriptionsOperation.d.ts +6 -6
  549. package/dist/CloudKit/CKNotification.d.ts +1 -1
  550. package/dist/CloudKit/CKNotificationID.d.ts +3 -0
  551. package/dist/CloudKit/CKNotificationInfo.d.ts +3 -0
  552. package/dist/CloudKit/CKOperation.d.ts +4 -3
  553. package/dist/CloudKit/CKQuery.d.ts +3 -3
  554. package/dist/CloudKit/CKQueryCursor.d.ts +3 -0
  555. package/dist/CloudKit/CKQueryOperation.d.ts +6 -6
  556. package/dist/CloudKit/CKQuerySubscription.d.ts +4 -4
  557. package/dist/CloudKit/CKRecord.d.ts +13 -11
  558. package/dist/CloudKit/CKRecordID.d.ts +3 -0
  559. package/dist/CloudKit/CKRecordKeyValueSetting.d.ts +7 -5
  560. package/dist/CloudKit/CKRecordZone.d.ts +3 -0
  561. package/dist/CloudKit/CKRecordZoneID.d.ts +3 -0
  562. package/dist/CloudKit/CKRecordZoneSubscription.d.ts +4 -4
  563. package/dist/CloudKit/CKReference.d.ts +4 -0
  564. package/dist/CloudKit/CKServerChangeToken.d.ts +3 -0
  565. package/dist/CloudKit/CKShareAccessRequester.d.ts +3 -0
  566. package/dist/CloudKit/CKShareBlockedIdentity.d.ts +3 -0
  567. package/dist/CloudKit/CKShareMetadata.d.ts +3 -0
  568. package/dist/CloudKit/CKShareParticipant.d.ts +3 -0
  569. package/dist/CloudKit/CKShareRequestAccessOperation.d.ts +4 -4
  570. package/dist/CloudKit/CKSubscription.d.ts +5 -2
  571. package/dist/CloudKit/CKSyncEngine.d.ts +5 -5
  572. package/dist/CloudKit/CKSyncEngineConfiguration.d.ts +3 -3
  573. package/dist/CloudKit/CKSyncEngineFetchedRecordDeletion.d.ts +2 -2
  574. package/dist/CloudKit/CKSyncEngineRecordZoneChangeBatch.d.ts +1 -1
  575. package/dist/CloudKit/CKSyncEngineStateSerialization.d.ts +3 -0
  576. package/dist/CloudKit/CKSystemSharingUIObserver.d.ts +4 -4
  577. package/dist/CloudKit/CKUserIdentity.d.ts +3 -0
  578. package/dist/CloudKit/CKUserIdentityLookupInfo.d.ts +3 -0
  579. package/dist/CloudKit/index.js +90 -89
  580. package/dist/Collaboration/CBIdentity.d.ts +3 -0
  581. package/dist/Collaboration/CBIdentityPicker.d.ts +2 -2
  582. package/dist/Collaboration/CBUserIdentity.d.ts +1 -1
  583. package/dist/Collaboration/index.js +6 -5
  584. package/dist/Contacts/CNChangeHistoryEvent.d.ts +3 -0
  585. package/dist/Contacts/CNChangeHistoryFetchRequest.d.ts +5 -3
  586. package/dist/Contacts/CNContact.d.ts +15 -10
  587. package/dist/Contacts/CNContactFetchRequest.d.ts +7 -4
  588. package/dist/Contacts/CNContactProperty.d.ts +4 -1
  589. package/dist/Contacts/CNContactRelation.d.ts +3 -0
  590. package/dist/Contacts/CNContactStore.d.ts +11 -10
  591. package/dist/Contacts/CNContactVCardSerialization.d.ts +2 -2
  592. package/dist/Contacts/CNContainer.d.ts +3 -0
  593. package/dist/Contacts/CNGroup.d.ts +3 -0
  594. package/dist/Contacts/CNInstantMessageAddress.d.ts +3 -0
  595. package/dist/Contacts/CNLabeledValue.d.ts +3 -0
  596. package/dist/Contacts/CNMutableContact.d.ts +17 -17
  597. package/dist/Contacts/CNPhoneNumber.d.ts +3 -0
  598. package/dist/Contacts/CNPostalAddress.d.ts +3 -0
  599. package/dist/Contacts/CNSocialProfile.d.ts +3 -0
  600. package/dist/Contacts/index.js +36 -35
  601. package/dist/ContactsUI/index.js +3 -2
  602. package/dist/CoreAudio/index.js +2 -1
  603. package/dist/CoreAudioKit/AUAudioUnitViewConfiguration.d.ts +3 -0
  604. package/dist/CoreAudioKit/AUGenericView.d.ts +3 -0
  605. package/dist/CoreAudioKit/AUViewController.d.ts +3 -0
  606. package/dist/CoreAudioKit/index.js +9 -8
  607. package/dist/CoreBluetooth/CBCentralManager.d.ts +3 -3
  608. package/dist/CoreBluetooth/CBDescriptor.d.ts +1 -1
  609. package/dist/CoreBluetooth/CBL2CAPChannel.d.ts +1 -2
  610. package/dist/CoreBluetooth/CBMutableDescriptor.d.ts +1 -1
  611. package/dist/CoreBluetooth/CBPeripheral.d.ts +1 -2
  612. package/dist/CoreBluetooth/CBPeripheralManager.d.ts +4 -4
  613. package/dist/CoreBluetooth/CBPeripheralManagerDelegate.d.ts +2 -3
  614. package/dist/CoreBluetooth/CBUUID.d.ts +2 -1
  615. package/dist/CoreBluetooth/index.js +17 -16
  616. package/dist/CoreData/NSAsynchronousFetchRequest.d.ts +2 -2
  617. package/dist/CoreData/NSAtomicStore.d.ts +2 -2
  618. package/dist/CoreData/NSAtomicStoreCacheNode.d.ts +2 -2
  619. package/dist/CoreData/NSAttributeDescription.d.ts +2 -2
  620. package/dist/CoreData/NSBatchDeleteResult.d.ts +1 -1
  621. package/dist/CoreData/NSBatchInsertRequest.d.ts +10 -9
  622. package/dist/CoreData/NSBatchInsertResult.d.ts +1 -1
  623. package/dist/CoreData/NSBatchUpdateResult.d.ts +1 -1
  624. package/dist/CoreData/NSCoreDataCoreSpotlightDelegate.d.ts +1 -1
  625. package/dist/CoreData/NSCustomMigrationStage.d.ts +4 -4
  626. package/dist/CoreData/NSEntityDescription.d.ts +8 -5
  627. package/dist/CoreData/NSEntityMigrationPolicy.d.ts +7 -7
  628. package/dist/CoreData/NSFetchIndexDescription.d.ts +3 -0
  629. package/dist/CoreData/NSFetchIndexElementDescription.d.ts +3 -0
  630. package/dist/CoreData/NSFetchRequest.d.ts +4 -1
  631. package/dist/CoreData/NSFetchedResultsController.d.ts +2 -2
  632. package/dist/CoreData/NSIncrementalStore.d.ts +5 -5
  633. package/dist/CoreData/NSIncrementalStoreNode.d.ts +1 -1
  634. package/dist/CoreData/NSManagedObject.d.ts +11 -9
  635. package/dist/CoreData/NSManagedObjectContext.d.ts +11 -8
  636. package/dist/CoreData/NSManagedObjectID.d.ts +3 -0
  637. package/dist/CoreData/NSManagedObjectModel.d.ts +5 -1
  638. package/dist/CoreData/NSMappingModel.d.ts +1 -1
  639. package/dist/CoreData/NSMergePolicy.d.ts +3 -3
  640. package/dist/CoreData/NSMigrationManager.d.ts +1 -1
  641. package/dist/CoreData/NSPersistentCloudKitContainer.d.ts +8 -8
  642. package/dist/CoreData/NSPersistentCloudKitContainerEventResult.d.ts +1 -1
  643. package/dist/CoreData/NSPersistentContainer.d.ts +1 -1
  644. package/dist/CoreData/NSPersistentHistoryResult.d.ts +1 -1
  645. package/dist/CoreData/NSPersistentHistoryToken.d.ts +3 -0
  646. package/dist/CoreData/NSPersistentStore.d.ts +3 -3
  647. package/dist/CoreData/NSPersistentStoreCoordinator.d.ts +17 -17
  648. package/dist/CoreData/NSPropertyDescription.d.ts +3 -0
  649. package/dist/CoreData/NSQueryGenerationToken.d.ts +3 -0
  650. package/dist/CoreData/index.js +63 -62
  651. package/dist/CoreHaptics/CHHapticAdvancedPatternPlayer.d.ts +3 -3
  652. package/dist/CoreHaptics/CHHapticDeviceCapability.d.ts +2 -2
  653. package/dist/CoreHaptics/CHHapticEngine.d.ts +11 -11
  654. package/dist/CoreHaptics/CHHapticEvent.d.ts +2 -3
  655. package/dist/CoreHaptics/CHHapticPattern.d.ts +5 -5
  656. package/dist/CoreHaptics/CHHapticPatternPlayer.d.ts +5 -5
  657. package/dist/CoreHaptics/index.js +8 -7
  658. package/dist/CoreImage/CIBarcodeDescriptor.d.ts +3 -0
  659. package/dist/CoreImage/CIColor.d.ts +3 -0
  660. package/dist/CoreImage/CIContext.d.ts +27 -27
  661. package/dist/CoreImage/CIFilter.d.ts +4 -1
  662. package/dist/CoreImage/CIFilterGenerator.d.ts +5 -1
  663. package/dist/CoreImage/CIImage.d.ts +12 -9
  664. package/dist/CoreImage/CIImageAccumulator.d.ts +5 -6
  665. package/dist/CoreImage/CIImageProcessorInput.d.ts +2 -2
  666. package/dist/CoreImage/CIImageProcessorKernel.d.ts +7 -7
  667. package/dist/CoreImage/CIImageProcessorOutput.d.ts +2 -2
  668. package/dist/CoreImage/CIKernel.d.ts +3 -3
  669. package/dist/CoreImage/CIQRCodeFeature.d.ts +3 -0
  670. package/dist/CoreImage/CIRAWFilter.d.ts +2 -2
  671. package/dist/CoreImage/CIRenderDestination.d.ts +2 -2
  672. package/dist/CoreImage/CIRenderTask.d.ts +1 -1
  673. package/dist/CoreImage/CIVector.d.ts +3 -0
  674. package/dist/CoreImage/index.js +31 -30
  675. package/dist/CoreLocation/CLBackgroundActivitySession.d.ts +1 -1
  676. package/dist/CoreLocation/CLBeacon.d.ts +3 -0
  677. package/dist/CoreLocation/CLCondition.d.ts +3 -0
  678. package/dist/CoreLocation/CLGeocoder.d.ts +9 -9
  679. package/dist/CoreLocation/CLHeading.d.ts +3 -0
  680. package/dist/CoreLocation/CLLocationManager.d.ts +4 -4
  681. package/dist/CoreLocation/CLLocationManagerDelegate.d.ts +1 -1
  682. package/dist/CoreLocation/CLLocationUpdater.d.ts +2 -2
  683. package/dist/CoreLocation/CLMonitorConfiguration.d.ts +2 -2
  684. package/dist/CoreLocation/CLMonitoringEvent.d.ts +3 -0
  685. package/dist/CoreLocation/CLMonitoringRecord.d.ts +3 -0
  686. package/dist/CoreLocation/CLPlacemark.d.ts +4 -1
  687. package/dist/CoreLocation/CLRegion.d.ts +3 -0
  688. package/dist/CoreLocation/CLServiceSession.d.ts +2 -2
  689. package/dist/CoreLocation/CLUpdate.d.ts +1 -1
  690. package/dist/CoreLocation/CLVisit.d.ts +3 -0
  691. package/dist/CoreLocation/index.js +24 -23
  692. package/dist/CoreMIDI/MIDI2DeviceInfo.d.ts +3 -4
  693. package/dist/CoreMIDI/MIDICIDevice.d.ts +1 -1
  694. package/dist/CoreMIDI/MIDICIDeviceInfo.d.ts +5 -3
  695. package/dist/CoreMIDI/MIDICIDiscoveredNode.d.ts +4 -2
  696. package/dist/CoreMIDI/MIDICIProfile.d.ts +3 -0
  697. package/dist/CoreMIDI/MIDICIProfileResponderDelegate.d.ts +6 -6
  698. package/dist/CoreMIDI/MIDICIProfileState.d.ts +5 -3
  699. package/dist/CoreMIDI/MIDICIResponder.d.ts +2 -2
  700. package/dist/CoreMIDI/MIDICISession.d.ts +9 -9
  701. package/dist/CoreMIDI/MIDINetworkSession.d.ts +2 -3
  702. package/dist/CoreMIDI/MIDIUMPCIProfile.d.ts +4 -4
  703. package/dist/CoreMIDI/MIDIUMPEndpoint.d.ts +2 -2
  704. package/dist/CoreMIDI/MIDIUMPFunctionBlock.d.ts +1 -1
  705. package/dist/CoreMIDI/MIDIUMPMutableEndpoint.d.ts +3 -3
  706. package/dist/CoreMIDI/MIDIUMPMutableFunctionBlock.d.ts +3 -3
  707. package/dist/CoreMIDI/index.js +20 -19
  708. package/dist/CoreML/MLArrayBatchProvider.d.ts +7 -3
  709. package/dist/CoreML/MLBatchProvider.d.ts +2 -2
  710. package/dist/CoreML/MLCPUComputeDevice.d.ts +3 -0
  711. package/dist/CoreML/MLComputePlan.d.ts +2 -2
  712. package/dist/CoreML/MLComputePlanDeviceUsage.d.ts +6 -4
  713. package/dist/CoreML/MLCustomLayer.d.ts +5 -5
  714. package/dist/CoreML/MLCustomModel.d.ts +5 -3
  715. package/dist/CoreML/MLDictionaryConstraint.d.ts +3 -0
  716. package/dist/CoreML/MLDictionaryFeatureProvider.d.ts +6 -1
  717. package/dist/CoreML/MLFeatureDescription.d.ts +3 -0
  718. package/dist/CoreML/MLFeatureValue.d.ts +13 -10
  719. package/dist/CoreML/MLGPUComputeDevice.d.ts +3 -0
  720. package/dist/CoreML/MLImageConstraint.d.ts +4 -2
  721. package/dist/CoreML/MLImageSize.d.ts +3 -0
  722. package/dist/CoreML/MLImageSizeConstraint.d.ts +3 -0
  723. package/dist/CoreML/MLKey.d.ts +3 -0
  724. package/dist/CoreML/MLModel.d.ts +20 -17
  725. package/dist/CoreML/MLModelAsset.d.ts +6 -6
  726. package/dist/CoreML/MLModelCollection.d.ts +2 -2
  727. package/dist/CoreML/MLModelConfiguration.d.ts +3 -0
  728. package/dist/CoreML/MLModelDescription.d.ts +3 -0
  729. package/dist/CoreML/MLModelStructure.d.ts +2 -2
  730. package/dist/CoreML/MLMultiArray.d.ts +6 -3
  731. package/dist/CoreML/MLMultiArrayConstraint.d.ts +3 -0
  732. package/dist/CoreML/MLMultiArrayShapeConstraint.d.ts +4 -2
  733. package/dist/CoreML/MLNeuralEngineComputeDevice.d.ts +3 -0
  734. package/dist/CoreML/MLNumericConstraint.d.ts +3 -0
  735. package/dist/CoreML/MLOptimizationHints.d.ts +3 -0
  736. package/dist/CoreML/MLParameterDescription.d.ts +3 -0
  737. package/dist/CoreML/MLSequence.d.ts +3 -0
  738. package/dist/CoreML/MLSequenceConstraint.d.ts +3 -0
  739. package/dist/CoreML/MLStateConstraint.d.ts +3 -0
  740. package/dist/CoreML/MLUpdateProgressHandlers.d.ts +1 -1
  741. package/dist/CoreML/MLUpdateTask.d.ts +4 -4
  742. package/dist/CoreML/MLWritable.d.ts +1 -1
  743. package/dist/CoreML/index.js +52 -51
  744. package/dist/CoreMediaIO/CMIOExtensionDevice.d.ts +2 -2
  745. package/dist/CoreMediaIO/CMIOExtensionDeviceSource.d.ts +2 -2
  746. package/dist/CoreMediaIO/CMIOExtensionPropertyAttributes.d.ts +7 -4
  747. package/dist/CoreMediaIO/CMIOExtensionPropertyState.d.ts +8 -5
  748. package/dist/CoreMediaIO/CMIOExtensionProvider.d.ts +5 -5
  749. package/dist/CoreMediaIO/CMIOExtensionProviderSource.d.ts +3 -3
  750. package/dist/CoreMediaIO/CMIOExtensionScheduledOutput.d.ts +3 -0
  751. package/dist/CoreMediaIO/CMIOExtensionStream.d.ts +1 -1
  752. package/dist/CoreMediaIO/CMIOExtensionStreamCustomClockConfiguration.d.ts +3 -0
  753. package/dist/CoreMediaIO/CMIOExtensionStreamFormat.d.ts +3 -0
  754. package/dist/CoreMediaIO/CMIOExtensionStreamSource.d.ts +4 -4
  755. package/dist/CoreMediaIO/index.js +13 -12
  756. package/dist/CoreMotion/CMAttitude.d.ts +3 -0
  757. package/dist/CoreMotion/CMBatchedSensorManager.d.ts +2 -2
  758. package/dist/CoreMotion/CMDyskineticSymptomResult.d.ts +3 -0
  759. package/dist/CoreMotion/CMLogItem.d.ts +3 -0
  760. package/dist/CoreMotion/CMOdometerData.d.ts +3 -0
  761. package/dist/CoreMotion/CMPedometerData.d.ts +3 -0
  762. package/dist/CoreMotion/CMPedometerEvent.d.ts +3 -0
  763. package/dist/CoreMotion/CMSensorDataList.d.ts +3 -0
  764. package/dist/CoreMotion/CMTremorResult.d.ts +3 -0
  765. package/dist/CoreMotion/CMWaterSubmersionEvent.d.ts +3 -0
  766. package/dist/CoreMotion/CMWaterSubmersionMeasurement.d.ts +3 -0
  767. package/dist/CoreMotion/CMWaterTemperature.d.ts +3 -0
  768. package/dist/CoreMotion/index.js +38 -37
  769. package/dist/CoreSpotlight/CSCustomAttributeKey.d.ts +3 -0
  770. package/dist/CoreSpotlight/CSImportExtension.d.ts +4 -1
  771. package/dist/CoreSpotlight/CSIndexExtensionRequestHandler.d.ts +4 -0
  772. package/dist/CoreSpotlight/CSPerson.d.ts +3 -0
  773. package/dist/CoreSpotlight/CSSearchQuery.d.ts +4 -4
  774. package/dist/CoreSpotlight/CSSearchQueryContext.d.ts +3 -0
  775. package/dist/CoreSpotlight/CSSearchableIndex.d.ts +10 -9
  776. package/dist/CoreSpotlight/CSSearchableIndexDelegate.d.ts +2 -2
  777. package/dist/CoreSpotlight/CSSearchableItem.d.ts +3 -0
  778. package/dist/CoreSpotlight/CSSearchableItemAttributeSet.d.ts +2 -0
  779. package/dist/CoreSpotlight/CSSuggestion.d.ts +3 -0
  780. package/dist/CoreSpotlight/CSUserQuery.d.ts +2 -2
  781. package/dist/CoreSpotlight/index.js +14 -13
  782. package/dist/CoreTelephony/CTCellularPlanProperties.d.ts +3 -0
  783. package/dist/CoreTelephony/CTCellularPlanProvisioning.d.ts +1 -1
  784. package/dist/CoreTelephony/CTCellularPlanProvisioningRequest.d.ts +3 -0
  785. package/dist/CoreTelephony/CTCellularPlanStatus.d.ts +2 -2
  786. package/dist/CoreTelephony/CTTelephonyNetworkInfo.d.ts +2 -2
  787. package/dist/CoreTelephony/index.js +12 -11
  788. package/dist/CoreWLAN/CWChannel.d.ts +3 -0
  789. package/dist/CoreWLAN/CWConfiguration.d.ts +3 -0
  790. package/dist/CoreWLAN/CWInterface.d.ts +12 -12
  791. package/dist/CoreWLAN/CWNetwork.d.ts +3 -0
  792. package/dist/CoreWLAN/CWNetworkProfile.d.ts +3 -0
  793. package/dist/CoreWLAN/CWWiFiClient.d.ts +3 -3
  794. package/dist/CoreWLAN/index.js +9 -8
  795. package/dist/CryptoTokenKit/TKBERTLVRecord.d.ts +3 -4
  796. package/dist/CryptoTokenKit/TKCompactTLVRecord.d.ts +2 -1
  797. package/dist/CryptoTokenKit/TKSimpleTLVRecord.d.ts +2 -1
  798. package/dist/CryptoTokenKit/TKSmartCard.d.ts +9 -9
  799. package/dist/CryptoTokenKit/TKSmartCardSlotManager.d.ts +2 -2
  800. package/dist/CryptoTokenKit/TKSmartCardSlotNFCSession.d.ts +1 -1
  801. package/dist/CryptoTokenKit/TKSmartCardTokenDriverDelegate.d.ts +1 -1
  802. package/dist/CryptoTokenKit/TKSmartCardTokenRegistrationManager.d.ts +2 -2
  803. package/dist/CryptoTokenKit/TKSmartCardTokenSession.d.ts +1 -1
  804. package/dist/CryptoTokenKit/TKSmartCardUserInteraction.d.ts +1 -1
  805. package/dist/CryptoTokenKit/TKTLVRecord.d.ts +1 -2
  806. package/dist/CryptoTokenKit/TKToken.d.ts +2 -2
  807. package/dist/CryptoTokenKit/TKTokenAuthOperation.d.ts +4 -1
  808. package/dist/CryptoTokenKit/TKTokenConfiguration.d.ts +4 -3
  809. package/dist/CryptoTokenKit/TKTokenDelegate.d.ts +1 -1
  810. package/dist/CryptoTokenKit/TKTokenDriverConfiguration.d.ts +4 -4
  811. package/dist/CryptoTokenKit/TKTokenDriverDelegate.d.ts +1 -1
  812. package/dist/CryptoTokenKit/TKTokenKeychainContents.d.ts +2 -2
  813. package/dist/CryptoTokenKit/TKTokenKeychainKey.d.ts +1 -1
  814. package/dist/CryptoTokenKit/TKTokenSessionDelegate.d.ts +4 -4
  815. package/dist/CryptoTokenKit/index.js +36 -35
  816. package/dist/DataDetection/index.js +10 -9
  817. package/dist/DeviceCheck/DCAppAttestService.d.ts +3 -3
  818. package/dist/DeviceCheck/DCDevice.d.ts +1 -1
  819. package/dist/DeviceCheck/index.js +3 -2
  820. package/dist/DeviceDiscoveryExtension/DDDevice.d.ts +2 -3
  821. package/dist/DeviceDiscoveryExtension/index.js +4 -3
  822. package/dist/DiscRecording/DRFSObject.d.ts +3 -3
  823. package/dist/DiscRecording/DRFileDataProduction.d.ts +2 -3
  824. package/dist/DiscRecording/index.js +12 -11
  825. package/dist/DiscRecordingUI/index.js +6 -5
  826. package/dist/EventKit/EKEventStore.d.ts +10 -10
  827. package/dist/EventKit/EKParticipant.d.ts +2 -2
  828. package/dist/EventKit/EKRecurrenceDayOfWeek.d.ts +3 -0
  829. package/dist/EventKit/EKRecurrenceEnd.d.ts +3 -0
  830. package/dist/EventKit/EKStructuredLocation.d.ts +2 -2
  831. package/dist/EventKit/EKVirtualConferenceProvider.d.ts +6 -2
  832. package/dist/EventKit/EKVirtualConferenceRoomTypeDescriptor.d.ts +2 -3
  833. package/dist/EventKit/index.js +18 -17
  834. package/dist/ExceptionHandling/index.js +2 -1
  835. package/dist/ExecutionPolicy/EPExecutionPolicy.d.ts +1 -1
  836. package/dist/ExecutionPolicy/index.js +3 -2
  837. package/dist/ExtensionKit/EXHostViewController.d.ts +1 -1
  838. package/dist/ExtensionKit/index.js +3 -2
  839. package/dist/ExternalAccessory/EAAccessoryManager.d.ts +1 -1
  840. package/dist/ExternalAccessory/EAWiFiUnconfiguredAccessoryBrowser.d.ts +1 -1
  841. package/dist/ExternalAccessory/index.js +6 -5
  842. package/dist/FSKit/FSBlockDeviceResource.d.ts +11 -11
  843. package/dist/FSKit/FSClient.d.ts +1 -1
  844. package/dist/FSKit/FSDirectoryEntryPacker.d.ts +1 -2
  845. package/dist/FSKit/FSEntityIdentifier.d.ts +3 -0
  846. package/dist/FSKit/FSFileName.d.ts +3 -0
  847. package/dist/FSKit/FSFileSystem.d.ts +3 -0
  848. package/dist/FSKit/FSFileSystemBase.d.ts +1 -1
  849. package/dist/FSKit/FSItemAttributes.d.ts +3 -0
  850. package/dist/FSKit/FSItemGetAttributesRequest.d.ts +3 -0
  851. package/dist/FSKit/FSManageableResourceMaintenanceOperations.d.ts +2 -2
  852. package/dist/FSKit/FSProbeResult.d.ts +3 -0
  853. package/dist/FSKit/FSResource.d.ts +3 -0
  854. package/dist/FSKit/FSStatFSResult.d.ts +3 -0
  855. package/dist/FSKit/FSTask.d.ts +2 -2
  856. package/dist/FSKit/FSUnaryFileSystem.d.ts +3 -0
  857. package/dist/FSKit/FSUnaryFileSystemOperations.d.ts +3 -3
  858. package/dist/FSKit/FSVolumeAccessCheckOperations.d.ts +1 -1
  859. package/dist/FSKit/FSVolumeItemDeactivation.d.ts +1 -1
  860. package/dist/FSKit/FSVolumeKernelOffloadedIOOperations.d.ts +5 -5
  861. package/dist/FSKit/FSVolumeOpenCloseOperations.d.ts +2 -2
  862. package/dist/FSKit/FSVolumeOperations.d.ts +15 -15
  863. package/dist/FSKit/FSVolumePreallocateOperations.d.ts +1 -1
  864. package/dist/FSKit/FSVolumeReadWriteOperations.d.ts +2 -2
  865. package/dist/FSKit/FSVolumeRenameOperations.d.ts +1 -1
  866. package/dist/FSKit/FSVolumeSupportedCapabilities.d.ts +3 -0
  867. package/dist/FSKit/FSVolumeXattrOperations.d.ts +3 -3
  868. package/dist/FSKit/index.js +28 -27
  869. package/dist/FileProvider/NSFileProviderChangeObserver.d.ts +3 -3
  870. package/dist/FileProvider/NSFileProviderCustomAction.d.ts +2 -1
  871. package/dist/FileProvider/NSFileProviderDomainVersion.d.ts +3 -0
  872. package/dist/FileProvider/NSFileProviderEnumerating.d.ts +2 -1
  873. package/dist/FileProvider/NSFileProviderEnumerationObserver.d.ts +4 -3
  874. package/dist/FileProvider/NSFileProviderEnumerator.d.ts +4 -3
  875. package/dist/FileProvider/NSFileProviderExtension.d.ts +20 -19
  876. package/dist/FileProvider/NSFileProviderExternalVolumeHandling.d.ts +1 -1
  877. package/dist/FileProvider/NSFileProviderIncrementalContentFetching.d.ts +2 -1
  878. package/dist/FileProvider/NSFileProviderItem.d.ts +2 -2
  879. package/dist/FileProvider/NSFileProviderKnownFolderLocation.d.ts +2 -2
  880. package/dist/FileProvider/NSFileProviderKnownFolderSupporting.d.ts +1 -1
  881. package/dist/FileProvider/NSFileProviderManager.d.ts +32 -29
  882. package/dist/FileProvider/NSFileProviderPartialContentFetching.d.ts +2 -1
  883. package/dist/FileProvider/NSFileProviderReplicatedExtension.d.ts +7 -5
  884. package/dist/FileProvider/NSFileProviderSearchEnumerationObserver.d.ts +4 -3
  885. package/dist/FileProvider/NSFileProviderSearchEnumerator.d.ts +2 -1
  886. package/dist/FileProvider/NSFileProviderSearchResult.d.ts +1 -1
  887. package/dist/FileProvider/NSFileProviderServiceSource.d.ts +1 -1
  888. package/dist/FileProvider/NSFileProviderServicing.d.ts +2 -1
  889. package/dist/FileProvider/NSFileProviderTestingChildrenEnumeration.d.ts +2 -1
  890. package/dist/FileProvider/NSFileProviderTestingCollisionResolution.d.ts +2 -1
  891. package/dist/FileProvider/NSFileProviderTestingContentFetch.d.ts +2 -1
  892. package/dist/FileProvider/NSFileProviderTestingCreation.d.ts +2 -1
  893. package/dist/FileProvider/NSFileProviderTestingDeletion.d.ts +3 -2
  894. package/dist/FileProvider/NSFileProviderTestingIngestion.d.ts +4 -2
  895. package/dist/FileProvider/NSFileProviderTestingLookup.d.ts +2 -1
  896. package/dist/FileProvider/NSFileProviderTestingModification.d.ts +4 -2
  897. package/dist/FileProvider/NSFileProviderThumbnailing.d.ts +1 -1
  898. package/dist/FileProvider/index.js +10 -9
  899. package/dist/FileProviderUI/index.js +3 -2
  900. package/dist/FinderSync/FIFinderSync.d.ts +5 -2
  901. package/dist/FinderSync/index.js +3 -2
  902. package/dist/Foundation/NSAffineTransform.d.ts +3 -0
  903. package/dist/Foundation/NSAppleEventDescriptor.d.ts +31 -28
  904. package/dist/Foundation/NSAppleEventManager.d.ts +8 -8
  905. package/dist/Foundation/NSAppleScript.d.ts +4 -4
  906. package/dist/Foundation/NSArchiver.d.ts +1 -1
  907. package/dist/Foundation/NSArray.d.ts +19 -20
  908. package/dist/Foundation/NSAttributedString.d.ts +11 -8
  909. package/dist/Foundation/NSAttributedStringMarkdownSourcePosition.d.ts +3 -0
  910. package/dist/Foundation/NSBundle.d.ts +5 -5
  911. package/dist/Foundation/NSBundleResourceRequest.d.ts +1 -1
  912. package/dist/Foundation/NSByteCountFormatter.d.ts +1 -1
  913. package/dist/Foundation/NSCache.d.ts +1 -1
  914. package/dist/Foundation/NSCachedURLResponse.d.ts +3 -0
  915. package/dist/Foundation/NSCalendar.d.ts +11 -8
  916. package/dist/Foundation/NSCalendarDate.d.ts +8 -8
  917. package/dist/Foundation/NSCharacterSet.d.ts +1 -2
  918. package/dist/Foundation/NSCoder.d.ts +24 -24
  919. package/dist/Foundation/NSCondition.d.ts +3 -0
  920. package/dist/Foundation/NSConditionLock.d.ts +3 -0
  921. package/dist/Foundation/NSConnection.d.ts +3 -3
  922. package/dist/Foundation/NSCopying.d.ts +1 -1
  923. package/dist/Foundation/NSData.d.ts +15 -12
  924. package/dist/Foundation/NSDataDetector.d.ts +2 -2
  925. package/dist/Foundation/NSDate.d.ts +5 -5
  926. package/dist/Foundation/NSDateComponents.d.ts +3 -0
  927. package/dist/Foundation/NSDateComponentsFormatter.d.ts +2 -2
  928. package/dist/Foundation/NSDateFormatter.d.ts +1 -1
  929. package/dist/Foundation/NSDecimalNumber.d.ts +5 -4
  930. package/dist/Foundation/NSDecimalNumberHandler.d.ts +4 -0
  931. package/dist/Foundation/NSDictionary.d.ts +20 -20
  932. package/dist/Foundation/NSDistantObject.d.ts +2 -2
  933. package/dist/Foundation/NSEnergyFormatter.d.ts +2 -2
  934. package/dist/Foundation/NSEnumerator.d.ts +4 -1
  935. package/dist/Foundation/NSError.d.ts +9 -6
  936. package/dist/Foundation/NSException.d.ts +3 -0
  937. package/dist/Foundation/NSExpression.d.ts +5 -5
  938. package/dist/Foundation/NSExtensionContext.d.ts +2 -2
  939. package/dist/Foundation/NSExtensionItem.d.ts +3 -0
  940. package/dist/Foundation/NSFastEnumeration.d.ts +1 -1
  941. package/dist/Foundation/NSFileCoordinator.d.ts +7 -7
  942. package/dist/Foundation/NSFileHandle.d.ts +16 -16
  943. package/dist/Foundation/NSFileManager.d.ts +40 -40
  944. package/dist/Foundation/NSFilePresenter.d.ts +6 -6
  945. package/dist/Foundation/NSFileProviderService.d.ts +1 -1
  946. package/dist/Foundation/NSFileVersion.d.ts +5 -5
  947. package/dist/Foundation/NSFileWrapper.d.ts +4 -4
  948. package/dist/Foundation/NSFormatter.d.ts +7 -4
  949. package/dist/Foundation/NSHTTPCookieStorage.d.ts +1 -1
  950. package/dist/Foundation/NSHashTable.d.ts +9 -5
  951. package/dist/Foundation/NSIndexPath.d.ts +5 -2
  952. package/dist/Foundation/NSIndexSet.d.ts +4 -1
  953. package/dist/Foundation/NSInflectionRule.d.ts +3 -0
  954. package/dist/Foundation/NSInputStream.d.ts +1 -1
  955. package/dist/Foundation/NSInvocation.d.ts +2 -2
  956. package/dist/Foundation/NSInvocationOperation.d.ts +2 -2
  957. package/dist/Foundation/NSItemProvider.d.ts +12 -12
  958. package/dist/Foundation/NSItemProviderWriting.d.ts +1 -1
  959. package/dist/Foundation/NSJSONSerialization.d.ts +4 -4
  960. package/dist/Foundation/NSKeyedArchiver.d.ts +4 -4
  961. package/dist/Foundation/NSKeyedArchiverDelegate.d.ts +3 -3
  962. package/dist/Foundation/NSKeyedUnarchiver.d.ts +16 -16
  963. package/dist/Foundation/NSKeyedUnarchiverDelegate.d.ts +2 -2
  964. package/dist/Foundation/NSLengthFormatter.d.ts +2 -2
  965. package/dist/Foundation/NSLinguisticTagger.d.ts +11 -11
  966. package/dist/Foundation/NSListFormatter.d.ts +1 -1
  967. package/dist/Foundation/NSLocale.d.ts +1 -1
  968. package/dist/Foundation/NSLocalizedNumberFormatRule.d.ts +3 -0
  969. package/dist/Foundation/NSLock.d.ts +3 -0
  970. package/dist/Foundation/NSMapTable.d.ts +7 -3
  971. package/dist/Foundation/NSMassFormatter.d.ts +2 -2
  972. package/dist/Foundation/NSMeasurement.d.ts +3 -0
  973. package/dist/Foundation/NSMetadataItem.d.ts +1 -1
  974. package/dist/Foundation/NSMetadataQuery.d.ts +3 -2
  975. package/dist/Foundation/NSMetadataQueryAttributeValueTuple.d.ts +1 -1
  976. package/dist/Foundation/NSMorphology.d.ts +4 -1
  977. package/dist/Foundation/NSMorphologyCustomPronoun.d.ts +3 -0
  978. package/dist/Foundation/NSMorphologyPronoun.d.ts +3 -0
  979. package/dist/Foundation/NSMutableArray.d.ts +3 -3
  980. package/dist/Foundation/NSMutableCopying.d.ts +1 -1
  981. package/dist/Foundation/NSMutableData.d.ts +2 -2
  982. package/dist/Foundation/NSMutableDictionary.d.ts +2 -2
  983. package/dist/Foundation/NSMutableOrderedSet.d.ts +5 -5
  984. package/dist/Foundation/NSMutableString.d.ts +1 -1
  985. package/dist/Foundation/NSNetService.d.ts +1 -1
  986. package/dist/Foundation/NSNotification.d.ts +4 -4
  987. package/dist/Foundation/NSNotificationCenter.d.ts +10 -5
  988. package/dist/Foundation/NSNull.d.ts +3 -0
  989. package/dist/Foundation/NSNumber.d.ts +1 -1
  990. package/dist/Foundation/NSNumberFormatter.d.ts +1 -1
  991. package/dist/Foundation/NSObject.d.ts +45 -45
  992. package/dist/Foundation/NSOperation.d.ts +2 -2
  993. package/dist/Foundation/NSOperationQueue.d.ts +2 -2
  994. package/dist/Foundation/NSOrderedCollectionChange.d.ts +5 -5
  995. package/dist/Foundation/NSOrderedCollectionDifference.d.ts +7 -4
  996. package/dist/Foundation/NSOrderedSet.d.ts +13 -14
  997. package/dist/Foundation/NSOrthography.d.ts +4 -4
  998. package/dist/Foundation/NSPersonNameComponents.d.ts +3 -0
  999. package/dist/Foundation/NSPersonNameComponentsFormatter.d.ts +1 -1
  1000. package/dist/Foundation/NSPointerArray.d.ts +5 -1
  1001. package/dist/Foundation/NSPointerFunctions.d.ts +12 -12
  1002. package/dist/Foundation/NSPort.d.ts +3 -0
  1003. package/dist/Foundation/NSPositionalSpecifier.d.ts +1 -1
  1004. package/dist/Foundation/NSPredicate.d.ts +6 -3
  1005. package/dist/Foundation/NSPresentationIntent.d.ts +3 -0
  1006. package/dist/Foundation/NSProcessInfo.d.ts +6 -1
  1007. package/dist/Foundation/NSProgress.d.ts +8 -8
  1008. package/dist/Foundation/NSPropertyListSerialization.d.ts +6 -6
  1009. package/dist/Foundation/NSProxy.d.ts +1 -1
  1010. package/dist/Foundation/NSPurgeableData.d.ts +3 -0
  1011. package/dist/Foundation/NSRecursiveLock.d.ts +3 -0
  1012. package/dist/Foundation/NSRegularExpression.d.ts +6 -3
  1013. package/dist/Foundation/NSRelativeDateTimeFormatter.d.ts +1 -1
  1014. package/dist/Foundation/NSRunLoop.d.ts +2 -2
  1015. package/dist/Foundation/NSScanner.d.ts +17 -17
  1016. package/dist/Foundation/NSScriptClassDescription.d.ts +4 -4
  1017. package/dist/Foundation/NSScriptCoercionHandler.d.ts +1 -1
  1018. package/dist/Foundation/NSScriptCommand.d.ts +6 -6
  1019. package/dist/Foundation/NSScriptCommandDescription.d.ts +5 -5
  1020. package/dist/Foundation/NSScriptExecutionContext.d.ts +6 -6
  1021. package/dist/Foundation/NSScriptObjectSpecifier.d.ts +3 -3
  1022. package/dist/Foundation/NSScriptSuiteRegistry.d.ts +4 -5
  1023. package/dist/Foundation/NSSet.d.ts +9 -10
  1024. package/dist/Foundation/NSSortDescriptor.d.ts +3 -3
  1025. package/dist/Foundation/NSSpecifierTest.d.ts +1 -1
  1026. package/dist/Foundation/NSSpellServerDelegate.d.ts +1 -1
  1027. package/dist/Foundation/NSStream.d.ts +5 -5
  1028. package/dist/Foundation/NSString.d.ts +43 -39
  1029. package/dist/Foundation/NSTask.d.ts +8 -8
  1030. package/dist/Foundation/NSTermOfAddress.d.ts +3 -0
  1031. package/dist/Foundation/NSTextCheckingResult.d.ts +5 -2
  1032. package/dist/Foundation/NSThread.d.ts +2 -2
  1033. package/dist/Foundation/NSTimeZone.d.ts +3 -0
  1034. package/dist/Foundation/NSTimer.d.ts +4 -4
  1035. package/dist/Foundation/NSURL.d.ts +21 -16
  1036. package/dist/Foundation/NSURLAuthenticationChallenge.d.ts +3 -0
  1037. package/dist/Foundation/NSURLCache.d.ts +1 -1
  1038. package/dist/Foundation/NSURLConnection.d.ts +5 -5
  1039. package/dist/Foundation/NSURLCredential.d.ts +3 -0
  1040. package/dist/Foundation/NSURLCredentialStorage.d.ts +3 -3
  1041. package/dist/Foundation/NSURLProtectionSpace.d.ts +3 -0
  1042. package/dist/Foundation/NSURLProtocol.d.ts +1 -1
  1043. package/dist/Foundation/NSURLQueryItem.d.ts +3 -0
  1044. package/dist/Foundation/NSURLResponse.d.ts +3 -0
  1045. package/dist/Foundation/NSURLSession.d.ts +8 -8
  1046. package/dist/Foundation/NSURLSessionDataDelegate.d.ts +1 -1
  1047. package/dist/Foundation/NSURLSessionDelegate.d.ts +1 -1
  1048. package/dist/Foundation/NSURLSessionDownloadTask.d.ts +1 -1
  1049. package/dist/Foundation/NSURLSessionStreamTask.d.ts +2 -2
  1050. package/dist/Foundation/NSURLSessionTaskDelegate.d.ts +5 -5
  1051. package/dist/Foundation/NSURLSessionUploadTask.d.ts +1 -1
  1052. package/dist/Foundation/NSURLSessionWebSocketTask.d.ts +3 -3
  1053. package/dist/Foundation/NSUUID.d.ts +3 -0
  1054. package/dist/Foundation/NSUbiquitousKeyValueStore.d.ts +2 -2
  1055. package/dist/Foundation/NSUnarchiver.d.ts +4 -4
  1056. package/dist/Foundation/NSUndoManager.d.ts +4 -4
  1057. package/dist/Foundation/NSUnit.d.ts +3 -0
  1058. package/dist/Foundation/NSUnitConverterLinear.d.ts +3 -0
  1059. package/dist/Foundation/NSUserActivity.d.ts +3 -3
  1060. package/dist/Foundation/NSUserAppleScriptTask.d.ts +2 -1
  1061. package/dist/Foundation/NSUserAutomatorTask.d.ts +2 -1
  1062. package/dist/Foundation/NSUserDefaults.d.ts +3 -3
  1063. package/dist/Foundation/NSUserScriptTask.d.ts +2 -2
  1064. package/dist/Foundation/NSUserUnixTask.d.ts +2 -1
  1065. package/dist/Foundation/NSValue.d.ts +3 -3
  1066. package/dist/Foundation/NSValueTransformer.d.ts +2 -2
  1067. package/dist/Foundation/NSXMLDTD.d.ts +2 -2
  1068. package/dist/Foundation/NSXMLDocument.d.ts +7 -7
  1069. package/dist/Foundation/NSXMLElement.d.ts +1 -1
  1070. package/dist/Foundation/NSXMLNode.d.ts +6 -6
  1071. package/dist/Foundation/NSXPCCoder.d.ts +8 -3
  1072. package/dist/Foundation/NSXPCConnection.d.ts +6 -6
  1073. package/dist/Foundation/NSXPCInterface.d.ts +1 -1
  1074. package/dist/Foundation/NSXPCListenerEndpoint.d.ts +3 -0
  1075. package/dist/Foundation/index.js +275 -274
  1076. package/dist/GLKit/GLKBaseEffect.d.ts +6 -6
  1077. package/dist/GLKit/GLKEffectPropertyFog.d.ts +10 -10
  1078. package/dist/GLKit/GLKEffectPropertyLight.d.ts +12 -12
  1079. package/dist/GLKit/GLKEffectPropertyMaterial.d.ts +2 -2
  1080. package/dist/GLKit/GLKEffectPropertyTexture.d.ts +4 -5
  1081. package/dist/GLKit/GLKMesh.d.ts +2 -2
  1082. package/dist/GLKit/GLKMeshBuffer.d.ts +1 -2
  1083. package/dist/GLKit/GLKMeshBufferAllocator.d.ts +3 -0
  1084. package/dist/GLKit/GLKSkyboxEffect.d.ts +6 -6
  1085. package/dist/GLKit/GLKSubmesh.d.ts +3 -4
  1086. package/dist/GLKit/GLKTextureInfo.d.ts +7 -8
  1087. package/dist/GLKit/GLKTextureLoader.d.ts +16 -16
  1088. package/dist/GLKit/index.js +16 -15
  1089. package/dist/GameController/GCAxis2DInput.d.ts +4 -3
  1090. package/dist/GameController/GCAxisInput.d.ts +4 -3
  1091. package/dist/GameController/GCColor.d.ts +3 -0
  1092. package/dist/GameController/GCController.d.ts +3 -3
  1093. package/dist/GameController/GCControllerAxisInput.d.ts +2 -2
  1094. package/dist/GameController/GCControllerButtonInput.d.ts +6 -6
  1095. package/dist/GameController/GCControllerDirectionPad.d.ts +2 -2
  1096. package/dist/GameController/GCControllerInputState.d.ts +3 -0
  1097. package/dist/GameController/GCControllerTouchpad.d.ts +6 -6
  1098. package/dist/GameController/GCDevice.d.ts +3 -3
  1099. package/dist/GameController/GCDevicePhysicalInput.d.ts +16 -9
  1100. package/dist/GameController/GCDevicePhysicalInputState.d.ts +14 -10
  1101. package/dist/GameController/GCDevicePhysicalInputStateDiff.d.ts +2 -2
  1102. package/dist/GameController/GCExtendedGamepad.d.ts +2 -2
  1103. package/dist/GameController/GCGamepad.d.ts +2 -2
  1104. package/dist/GameController/GCGearShifterElement.d.ts +3 -0
  1105. package/dist/GameController/GCKeyboard.d.ts +3 -0
  1106. package/dist/GameController/GCKeyboardInput.d.ts +2 -2
  1107. package/dist/GameController/GCLinearInput.d.ts +4 -3
  1108. package/dist/GameController/GCMicroGamepad.d.ts +2 -2
  1109. package/dist/GameController/GCMotion.d.ts +2 -2
  1110. package/dist/GameController/GCMouse.d.ts +3 -0
  1111. package/dist/GameController/GCMouseInput.d.ts +2 -2
  1112. package/dist/GameController/GCPhysicalInputElementCollection.d.ts +5 -2
  1113. package/dist/GameController/GCPhysicalInputProfile.d.ts +8 -4
  1114. package/dist/GameController/GCPhysicalInputSource.d.ts +2 -2
  1115. package/dist/GameController/GCPressedStateInput.d.ts +4 -3
  1116. package/dist/GameController/GCRacingWheel.d.ts +4 -1
  1117. package/dist/GameController/GCRacingWheelInputState.d.ts +3 -0
  1118. package/dist/GameController/GCRelativeInput.d.ts +4 -3
  1119. package/dist/GameController/GCSteeringWheelElement.d.ts +3 -0
  1120. package/dist/GameController/GCStylus.d.ts +6 -2
  1121. package/dist/GameController/GCSwitchPositionInput.d.ts +4 -3
  1122. package/dist/GameController/GCTouchedStateInput.d.ts +4 -3
  1123. package/dist/GameController/index.js +39 -38
  1124. package/dist/GameKit/GKAccessPoint.d.ts +11 -11
  1125. package/dist/GameKit/GKAchievement.d.ts +14 -10
  1126. package/dist/GameKit/GKAchievementDescription.d.ts +6 -2
  1127. package/dist/GameKit/GKChallenge.d.ts +5 -1
  1128. package/dist/GameKit/GKChallengeDefinition.d.ts +3 -3
  1129. package/dist/GameKit/GKChallengesViewController.d.ts +3 -0
  1130. package/dist/GameKit/GKCloudPlayer.d.ts +1 -1
  1131. package/dist/GameKit/GKFriendRequestComposeViewController.d.ts +4 -1
  1132. package/dist/GameKit/GKGameActivity.d.ts +4 -4
  1133. package/dist/GameKit/GKGameActivityDefinition.d.ts +5 -5
  1134. package/dist/GameKit/GKGameCenterViewController.d.ts +4 -1
  1135. package/dist/GameKit/GKGameSession.d.ts +11 -11
  1136. package/dist/GameKit/GKLeaderboard.d.ts +11 -11
  1137. package/dist/GameKit/GKLeaderboardEntry.d.ts +2 -2
  1138. package/dist/GameKit/GKLeaderboardSet.d.ts +8 -4
  1139. package/dist/GameKit/GKLocalPlayer.d.ts +25 -22
  1140. package/dist/GameKit/GKMatch.d.ts +6 -6
  1141. package/dist/GameKit/GKMatchRequest.d.ts +4 -4
  1142. package/dist/GameKit/GKMatchedPlayers.d.ts +1 -1
  1143. package/dist/GameKit/GKMatchmaker.d.ts +13 -13
  1144. package/dist/GameKit/GKMatchmakerViewController.d.ts +5 -2
  1145. package/dist/GameKit/GKNotificationBanner.d.ts +2 -2
  1146. package/dist/GameKit/GKPlayer.d.ts +2 -2
  1147. package/dist/GameKit/GKSavedGame.d.ts +1 -1
  1148. package/dist/GameKit/GKScore.d.ts +11 -7
  1149. package/dist/GameKit/GKTurnBasedExchange.d.ts +2 -2
  1150. package/dist/GameKit/GKTurnBasedMatch.d.ts +20 -20
  1151. package/dist/GameKit/GKTurnBasedMatchmakerViewController.d.ts +3 -0
  1152. package/dist/GameKit/index.js +44 -43
  1153. package/dist/GameSave/index.js +4 -3
  1154. package/dist/GameplayKit/GKAgent.d.ts +3 -1
  1155. package/dist/GameplayKit/GKBehavior.d.ts +3 -0
  1156. package/dist/GameplayKit/GKComponent.d.ts +3 -0
  1157. package/dist/GameplayKit/GKComponentSystem.d.ts +3 -0
  1158. package/dist/GameplayKit/GKDecisionTree.d.ts +12 -3
  1159. package/dist/GameplayKit/GKEntity.d.ts +3 -0
  1160. package/dist/GameplayKit/GKGameModel.d.ts +4 -4
  1161. package/dist/GameplayKit/GKGraph.d.ts +3 -0
  1162. package/dist/GameplayKit/GKGraphNode.d.ts +3 -0
  1163. package/dist/GameplayKit/GKGridGraph.d.ts +1 -1
  1164. package/dist/GameplayKit/GKMinmaxStrategist.d.ts +3 -0
  1165. package/dist/GameplayKit/GKMonteCarloStrategist.d.ts +3 -0
  1166. package/dist/GameplayKit/GKPolygonObstacle.d.ts +3 -0
  1167. package/dist/GameplayKit/GKRandomSource.d.ts +3 -0
  1168. package/dist/GameplayKit/GKSCNNodeComponent.d.ts +3 -0
  1169. package/dist/GameplayKit/GKSKNodeComponent.d.ts +3 -0
  1170. package/dist/GameplayKit/GKScene.d.ts +3 -0
  1171. package/dist/GameplayKit/GKStrategist.d.ts +3 -1
  1172. package/dist/GameplayKit/index.js +59 -58
  1173. package/dist/HealthKit/HKActivityMoveModeObject.d.ts +3 -0
  1174. package/dist/HealthKit/HKActivitySummary.d.ts +3 -0
  1175. package/dist/HealthKit/HKActivitySummaryQuery.d.ts +3 -3
  1176. package/dist/HealthKit/HKAnchoredObjectQuery.d.ts +5 -5
  1177. package/dist/HealthKit/HKAttachment.d.ts +3 -0
  1178. package/dist/HealthKit/HKAttachmentStore.d.ts +5 -5
  1179. package/dist/HealthKit/HKAudiogramSensitivityPoint.d.ts +5 -2
  1180. package/dist/HealthKit/HKAudiogramSensitivityPointClampingRange.d.ts +4 -1
  1181. package/dist/HealthKit/HKAudiogramSensitivityTest.d.ts +4 -1
  1182. package/dist/HealthKit/HKBiologicalSexObject.d.ts +3 -0
  1183. package/dist/HealthKit/HKBloodTypeObject.d.ts +3 -0
  1184. package/dist/HealthKit/HKCDADocumentSample.d.ts +1 -1
  1185. package/dist/HealthKit/HKClinicalCoding.d.ts +3 -0
  1186. package/dist/HealthKit/HKContactsLensSpecification.d.ts +3 -0
  1187. package/dist/HealthKit/HKCorrelationQuery.d.ts +1 -1
  1188. package/dist/HealthKit/HKDeletedObject.d.ts +3 -0
  1189. package/dist/HealthKit/HKDevice.d.ts +3 -0
  1190. package/dist/HealthKit/HKDocumentQuery.d.ts +1 -1
  1191. package/dist/HealthKit/HKElectrocardiogramQuery.d.ts +1 -1
  1192. package/dist/HealthKit/HKFHIRResource.d.ts +3 -0
  1193. package/dist/HealthKit/HKFHIRVersion.d.ts +4 -1
  1194. package/dist/HealthKit/HKFitzpatrickSkinTypeObject.d.ts +3 -0
  1195. package/dist/HealthKit/HKGlassesLensSpecification.d.ts +3 -0
  1196. package/dist/HealthKit/HKHealthConceptIdentifier.d.ts +3 -0
  1197. package/dist/HealthKit/HKHealthStore.d.ts +27 -27
  1198. package/dist/HealthKit/HKHeartbeatSeriesBuilder.d.ts +3 -3
  1199. package/dist/HealthKit/HKHeartbeatSeriesQuery.d.ts +1 -1
  1200. package/dist/HealthKit/HKMedicationConcept.d.ts +4 -2
  1201. package/dist/HealthKit/HKObject.d.ts +3 -0
  1202. package/dist/HealthKit/HKObjectType.d.ts +3 -0
  1203. package/dist/HealthKit/HKObserverQuery.d.ts +2 -2
  1204. package/dist/HealthKit/HKQuantity.d.ts +3 -0
  1205. package/dist/HealthKit/HKQuantitySeriesSampleBuilder.d.ts +4 -4
  1206. package/dist/HealthKit/HKQuantitySeriesSampleQuery.d.ts +2 -2
  1207. package/dist/HealthKit/HKQueryAnchor.d.ts +3 -0
  1208. package/dist/HealthKit/HKQueryDescriptor.d.ts +3 -0
  1209. package/dist/HealthKit/HKSampleQuery.d.ts +3 -3
  1210. package/dist/HealthKit/HKSource.d.ts +3 -0
  1211. package/dist/HealthKit/HKSourceQuery.d.ts +1 -1
  1212. package/dist/HealthKit/HKSourceRevision.d.ts +3 -0
  1213. package/dist/HealthKit/HKStatistics.d.ts +3 -0
  1214. package/dist/HealthKit/HKStatisticsCollectionQuery.d.ts +4 -4
  1215. package/dist/HealthKit/HKStatisticsQuery.d.ts +1 -1
  1216. package/dist/HealthKit/HKUnit.d.ts +3 -0
  1217. package/dist/HealthKit/HKUserAnnotatedMedication.d.ts +3 -0
  1218. package/dist/HealthKit/HKUserAnnotatedMedicationQuery.d.ts +1 -1
  1219. package/dist/HealthKit/HKVerifiableClinicalRecordQuery.d.ts +2 -2
  1220. package/dist/HealthKit/HKVerifiableClinicalRecordSubject.d.ts +3 -0
  1221. package/dist/HealthKit/HKVisionPrism.d.ts +3 -0
  1222. package/dist/HealthKit/HKWheelchairUseObject.d.ts +3 -0
  1223. package/dist/HealthKit/HKWorkoutActivity.d.ts +3 -0
  1224. package/dist/HealthKit/HKWorkoutBuilder.d.ts +9 -9
  1225. package/dist/HealthKit/HKWorkoutConfiguration.d.ts +3 -0
  1226. package/dist/HealthKit/HKWorkoutEffortRelationship.d.ts +3 -0
  1227. package/dist/HealthKit/HKWorkoutEffortRelationshipQuery.d.ts +1 -1
  1228. package/dist/HealthKit/HKWorkoutEvent.d.ts +3 -0
  1229. package/dist/HealthKit/HKWorkoutRouteBuilder.d.ts +3 -3
  1230. package/dist/HealthKit/HKWorkoutRouteQuery.d.ts +2 -2
  1231. package/dist/HealthKit/HKWorkoutSession.d.ts +8 -5
  1232. package/dist/HealthKit/index.js +109 -108
  1233. package/dist/IOSurface/IOSurface.d.ts +8 -5
  1234. package/dist/IOSurface/index.js +2 -1
  1235. package/dist/IOUSBHost/IOUSBHostCIControllerStateMachine.d.ts +5 -5
  1236. package/dist/IOUSBHost/IOUSBHostCIDeviceStateMachine.d.ts +4 -4
  1237. package/dist/IOUSBHost/IOUSBHostCIEndpointStateMachine.d.ts +5 -5
  1238. package/dist/IOUSBHost/IOUSBHostCIPortStateMachine.d.ts +5 -5
  1239. package/dist/IOUSBHost/IOUSBHostControllerInterface.d.ts +8 -8
  1240. package/dist/IOUSBHost/IOUSBHostDevice.d.ts +5 -5
  1241. package/dist/IOUSBHost/IOUSBHostInterface.d.ts +6 -5
  1242. package/dist/IOUSBHost/IOUSBHostObject.d.ts +24 -24
  1243. package/dist/IOUSBHost/IOUSBHostPipe.d.ts +20 -20
  1244. package/dist/IOUSBHost/IOUSBHostStream.d.ts +4 -4
  1245. package/dist/IOUSBHost/index.js +12 -11
  1246. package/dist/IdentityLookup/ILClassificationRequest.d.ts +3 -0
  1247. package/dist/IdentityLookup/ILClassificationResponse.d.ts +3 -0
  1248. package/dist/IdentityLookup/ILCommunication.d.ts +3 -0
  1249. package/dist/IdentityLookup/ILMessageFilterCapabilitiesQueryRequest.d.ts +3 -0
  1250. package/dist/IdentityLookup/ILMessageFilterCapabilitiesQueryResponse.d.ts +3 -0
  1251. package/dist/IdentityLookup/ILMessageFilterExtensionContext.d.ts +1 -1
  1252. package/dist/IdentityLookup/ILMessageFilterQueryRequest.d.ts +3 -0
  1253. package/dist/IdentityLookup/ILMessageFilterQueryResponse.d.ts +3 -0
  1254. package/dist/IdentityLookup/ILNetworkResponse.d.ts +3 -0
  1255. package/dist/IdentityLookup/index.js +15 -14
  1256. package/dist/ImageCaptureCore/ICCameraDevice.d.ts +2 -2
  1257. package/dist/ImageCaptureCore/ICCameraFile.d.ts +6 -6
  1258. package/dist/ImageCaptureCore/ICDevice.d.ts +3 -3
  1259. package/dist/ImageCaptureCore/index.js +19 -18
  1260. package/dist/InputMethodKit/IMKCandidates.d.ts +6 -6
  1261. package/dist/InputMethodKit/IMKInputController.d.ts +4 -0
  1262. package/dist/InputMethodKit/index.js +4 -3
  1263. package/dist/InstallerPlugins/index.js +4 -3
  1264. package/dist/InstantMessage/IMAVManager.d.ts +3 -3
  1265. package/dist/InstantMessage/IMService.d.ts +4 -5
  1266. package/dist/InstantMessage/index.js +7 -6
  1267. package/dist/Intents/INAirline.d.ts +3 -0
  1268. package/dist/Intents/INAirport.d.ts +3 -0
  1269. package/dist/Intents/INAirportGate.d.ts +3 -0
  1270. package/dist/Intents/INBalanceAmount.d.ts +3 -0
  1271. package/dist/Intents/INBillDetails.d.ts +3 -0
  1272. package/dist/Intents/INBillPayee.d.ts +3 -0
  1273. package/dist/Intents/INBoatTrip.d.ts +3 -0
  1274. package/dist/Intents/INBusTrip.d.ts +3 -0
  1275. package/dist/Intents/INCallGroup.d.ts +3 -0
  1276. package/dist/Intents/INCallRecord.d.ts +3 -0
  1277. package/dist/Intents/INCallRecordFilter.d.ts +3 -0
  1278. package/dist/Intents/INCar.d.ts +3 -0
  1279. package/dist/Intents/INCarHeadUnit.d.ts +3 -0
  1280. package/dist/Intents/INCurrencyAmount.d.ts +3 -0
  1281. package/dist/Intents/INDateComponentsRange.d.ts +3 -0
  1282. package/dist/Intents/INDefaultCardTemplate.d.ts +3 -0
  1283. package/dist/Intents/INEnergyResolutionResult.d.ts +2 -2
  1284. package/dist/Intents/INExtension.d.ts +3 -0
  1285. package/dist/Intents/INFile.d.ts +3 -0
  1286. package/dist/Intents/INFlight.d.ts +3 -0
  1287. package/dist/Intents/INFocusStatus.d.ts +3 -0
  1288. package/dist/Intents/INFocusStatusCenter.d.ts +1 -1
  1289. package/dist/Intents/INImage.d.ts +3 -0
  1290. package/dist/Intents/INIntent.d.ts +3 -0
  1291. package/dist/Intents/INIntentDonationMetadata.d.ts +3 -0
  1292. package/dist/Intents/INIntentHandlerProviding.d.ts +1 -1
  1293. package/dist/Intents/INIntentResponse.d.ts +3 -0
  1294. package/dist/Intents/INInteraction.d.ts +8 -5
  1295. package/dist/Intents/INLengthResolutionResult.d.ts +2 -2
  1296. package/dist/Intents/INMassResolutionResult.d.ts +2 -2
  1297. package/dist/Intents/INMediaDestination.d.ts +3 -0
  1298. package/dist/Intents/INMediaItem.d.ts +3 -0
  1299. package/dist/Intents/INMediaSearch.d.ts +3 -0
  1300. package/dist/Intents/INMessage.d.ts +3 -0
  1301. package/dist/Intents/INMessageLinkMetadata.d.ts +3 -0
  1302. package/dist/Intents/INMessageReaction.d.ts +3 -0
  1303. package/dist/Intents/INNote.d.ts +3 -0
  1304. package/dist/Intents/INNoteContent.d.ts +3 -0
  1305. package/dist/Intents/INObject.d.ts +3 -0
  1306. package/dist/Intents/INObjectCollection.d.ts +5 -3
  1307. package/dist/Intents/INObjectSection.d.ts +3 -0
  1308. package/dist/Intents/INParameter.d.ts +3 -0
  1309. package/dist/Intents/INPaymentAccount.d.ts +3 -0
  1310. package/dist/Intents/INPaymentAmount.d.ts +3 -0
  1311. package/dist/Intents/INPaymentMethod.d.ts +3 -0
  1312. package/dist/Intents/INPaymentRecord.d.ts +3 -0
  1313. package/dist/Intents/INPerson.d.ts +4 -0
  1314. package/dist/Intents/INPersonHandle.d.ts +3 -0
  1315. package/dist/Intents/INPriceRange.d.ts +3 -0
  1316. package/dist/Intents/INRecurrenceRule.d.ts +3 -0
  1317. package/dist/Intents/INRelevanceProvider.d.ts +3 -0
  1318. package/dist/Intents/INRelevantShortcut.d.ts +3 -0
  1319. package/dist/Intents/INRelevantShortcutStore.d.ts +1 -1
  1320. package/dist/Intents/INRentalCar.d.ts +3 -0
  1321. package/dist/Intents/INReservation.d.ts +3 -0
  1322. package/dist/Intents/INReservationAction.d.ts +3 -0
  1323. package/dist/Intents/INRestaurant.d.ts +3 -0
  1324. package/dist/Intents/INRestaurantGuestDisplayPreferences.d.ts +3 -0
  1325. package/dist/Intents/INRestaurantOffer.d.ts +3 -0
  1326. package/dist/Intents/INRestaurantReservationBooking.d.ts +3 -0
  1327. package/dist/Intents/INRideCompletionStatus.d.ts +3 -0
  1328. package/dist/Intents/INRideFareLineItem.d.ts +3 -0
  1329. package/dist/Intents/INRidePartySizeOption.d.ts +3 -0
  1330. package/dist/Intents/INRideStatus.d.ts +3 -0
  1331. package/dist/Intents/INRideVehicle.d.ts +5 -2
  1332. package/dist/Intents/INSeat.d.ts +3 -0
  1333. package/dist/Intents/INSendMessageIntent.d.ts +3 -0
  1334. package/dist/Intents/INShortcut.d.ts +3 -0
  1335. package/dist/Intents/INSpatialEventTrigger.d.ts +3 -0
  1336. package/dist/Intents/INSpeakable.d.ts +2 -2
  1337. package/dist/Intents/INSpeakableString.d.ts +4 -0
  1338. package/dist/Intents/INSpeedResolutionResult.d.ts +2 -2
  1339. package/dist/Intents/INStartCallIntent.d.ts +3 -0
  1340. package/dist/Intents/INSticker.d.ts +3 -0
  1341. package/dist/Intents/INTask.d.ts +3 -0
  1342. package/dist/Intents/INTaskList.d.ts +3 -0
  1343. package/dist/Intents/INTemperatureResolutionResult.d.ts +2 -2
  1344. package/dist/Intents/INTemporalEventTrigger.d.ts +3 -0
  1345. package/dist/Intents/INTermsAndConditions.d.ts +3 -0
  1346. package/dist/Intents/INTicketedEvent.d.ts +3 -0
  1347. package/dist/Intents/INTrainTrip.d.ts +3 -0
  1348. package/dist/Intents/INUserContext.d.ts +3 -0
  1349. package/dist/Intents/INVocabulary.d.ts +1 -2
  1350. package/dist/Intents/INVoiceShortcut.d.ts +3 -0
  1351. package/dist/Intents/INVoiceShortcutCenter.d.ts +2 -2
  1352. package/dist/Intents/INVolumeResolutionResult.d.ts +2 -2
  1353. package/dist/Intents/index.js +310 -309
  1354. package/dist/IntentsUI/index.js +4 -3
  1355. package/dist/JavaRuntimeSupport/index.js +6 -5
  1356. package/dist/JavaScriptCore/index.js +5 -4
  1357. package/dist/LinkPresentation/LPLinkMetadata.d.ts +3 -0
  1358. package/dist/LinkPresentation/LPMetadataProvider.d.ts +2 -2
  1359. package/dist/LinkPresentation/index.js +4 -3
  1360. package/dist/LocalAuthentication/LAContext.d.ts +3 -3
  1361. package/dist/LocalAuthentication/LAPrivateKey.d.ts +3 -3
  1362. package/dist/LocalAuthentication/LAPublicKey.d.ts +3 -3
  1363. package/dist/LocalAuthentication/LARight.d.ts +2 -2
  1364. package/dist/LocalAuthentication/LARightStore.d.ts +6 -6
  1365. package/dist/LocalAuthentication/LASecret.d.ts +1 -1
  1366. package/dist/LocalAuthentication/index.js +19 -18
  1367. package/dist/LocalAuthenticationEmbeddedUI/index.js +2 -1
  1368. package/dist/MLCompute/MLCDevice.d.ts +3 -3
  1369. package/dist/MLCompute/MLCInferenceGraph.d.ts +4 -4
  1370. package/dist/MLCompute/MLCTrainingGraph.d.ts +7 -7
  1371. package/dist/MLCompute/index.js +57 -56
  1372. package/dist/MailKit/MEAddressAnnotation.d.ts +3 -0
  1373. package/dist/MailKit/MEComposeSession.d.ts +3 -0
  1374. package/dist/MailKit/MEComposeSessionHandler.d.ts +3 -2
  1375. package/dist/MailKit/MEDecodedMessage.d.ts +3 -0
  1376. package/dist/MailKit/MEDecodedMessageBanner.d.ts +3 -0
  1377. package/dist/MailKit/MEEmailAddress.d.ts +3 -0
  1378. package/dist/MailKit/MEEncodedOutgoingMessage.d.ts +3 -0
  1379. package/dist/MailKit/MEExtensionManager.d.ts +2 -2
  1380. package/dist/MailKit/MEMessage.d.ts +5 -2
  1381. package/dist/MailKit/MEMessageAction.d.ts +3 -0
  1382. package/dist/MailKit/MEMessageActionDecision.d.ts +3 -0
  1383. package/dist/MailKit/MEMessageActionHandler.d.ts +1 -1
  1384. package/dist/MailKit/MEMessageEncodingResult.d.ts +3 -0
  1385. package/dist/MailKit/MEMessageSecurityHandler.d.ts +1 -1
  1386. package/dist/MailKit/MEMessageSecurityInformation.d.ts +3 -0
  1387. package/dist/MailKit/MEMessageSigner.d.ts +3 -0
  1388. package/dist/MailKit/MEOutgoingMessageEncodingStatus.d.ts +3 -0
  1389. package/dist/MailKit/index.js +17 -16
  1390. package/dist/MapKit/MKAddressFilter.d.ts +3 -0
  1391. package/dist/MapKit/MKAnnotationView.d.ts +6 -1
  1392. package/dist/MapKit/MKClusterAnnotation.d.ts +3 -3
  1393. package/dist/MapKit/MKDirections.d.ts +3 -2
  1394. package/dist/MapKit/MKGeoJSONDecoder.d.ts +2 -1
  1395. package/dist/MapKit/MKGeoJSONFeature.d.ts +5 -2
  1396. package/dist/MapKit/MKGeocodingRequest.d.ts +1 -1
  1397. package/dist/MapKit/MKLocalSearch.d.ts +2 -1
  1398. package/dist/MapKit/MKLookAroundSceneRequest.d.ts +1 -1
  1399. package/dist/MapKit/MKLookAroundSnapshotter.d.ts +1 -1
  1400. package/dist/MapKit/MKLookAroundViewController.d.ts +3 -3
  1401. package/dist/MapKit/MKMapCamera.d.ts +3 -0
  1402. package/dist/MapKit/MKMapCameraZoomRange.d.ts +3 -0
  1403. package/dist/MapKit/MKMapConfiguration.d.ts +3 -0
  1404. package/dist/MapKit/MKMapItem.d.ts +5 -2
  1405. package/dist/MapKit/MKMapItemAnnotation.d.ts +3 -0
  1406. package/dist/MapKit/MKMapItemIdentifier.d.ts +3 -0
  1407. package/dist/MapKit/MKMapItemRequest.d.ts +2 -2
  1408. package/dist/MapKit/MKMapSnapshotter.d.ts +2 -2
  1409. package/dist/MapKit/MKMapView.d.ts +16 -14
  1410. package/dist/MapKit/MKMapViewDelegate.d.ts +1 -2
  1411. package/dist/MapKit/MKMultiPoint.d.ts +3 -0
  1412. package/dist/MapKit/MKMultiPolygon.d.ts +3 -0
  1413. package/dist/MapKit/MKMultiPolyline.d.ts +3 -0
  1414. package/dist/MapKit/MKOverlayPathRenderer.d.ts +4 -4
  1415. package/dist/MapKit/MKOverlayRenderer.d.ts +10 -3
  1416. package/dist/MapKit/MKPlacemark.d.ts +3 -0
  1417. package/dist/MapKit/MKPointAnnotation.d.ts +3 -0
  1418. package/dist/MapKit/MKPointOfInterestCategory.d.ts +76 -5
  1419. package/dist/MapKit/MKPointOfInterestCategory.js +75 -0
  1420. package/dist/MapKit/MKPointOfInterestFilter.d.ts +3 -0
  1421. package/dist/MapKit/MKPolygon.d.ts +3 -0
  1422. package/dist/MapKit/MKPolyline.d.ts +3 -0
  1423. package/dist/MapKit/MKReverseGeocodingRequest.d.ts +1 -1
  1424. package/dist/MapKit/MKTileOverlay.d.ts +1 -1
  1425. package/dist/MapKit/MKUserLocation.d.ts +1 -1
  1426. package/dist/MapKit/index.d.ts +1 -1
  1427. package/dist/MapKit/index.js +76 -74
  1428. package/dist/Matter/MTRAccessControlClusterReviewFabricRestrictionsResponseParams.d.ts +1 -1
  1429. package/dist/Matter/MTRAccountLoginClusterGetSetupPINResponseParams.d.ts +1 -1
  1430. package/dist/Matter/MTRApplicationLauncherClusterLauncherResponseParams.d.ts +1 -1
  1431. package/dist/Matter/MTRAsyncCallbackQueueWorkItem.d.ts +1 -1
  1432. package/dist/Matter/MTRAsyncCallbackWorkQueue.d.ts +1 -1
  1433. package/dist/Matter/MTRAttributeCacheContainer.d.ts +1 -1
  1434. package/dist/Matter/MTRAttributeReport.d.ts +2 -2
  1435. package/dist/Matter/MTRAttributeRequestPath.d.ts +3 -0
  1436. package/dist/Matter/MTRBaseClusterAccessControl.d.ts +70 -69
  1437. package/dist/Matter/MTRBaseClusterAccountLogin.d.ts +35 -34
  1438. package/dist/Matter/MTRBaseClusterActions.d.ts +51 -50
  1439. package/dist/Matter/MTRBaseClusterActivatedCarbonFilterMonitoring.d.ts +35 -34
  1440. package/dist/Matter/MTRBaseClusterAdministratorCommissioning.d.ts +51 -50
  1441. package/dist/Matter/MTRBaseClusterAirQuality.d.ts +20 -19
  1442. package/dist/Matter/MTRBaseClusterApplicationBasic.d.ts +81 -80
  1443. package/dist/Matter/MTRBaseClusterApplicationLauncher.d.ts +54 -53
  1444. package/dist/Matter/MTRBaseClusterAudioOutput.d.ts +45 -44
  1445. package/dist/Matter/MTRBaseClusterBallastConfiguration.d.ts +117 -116
  1446. package/dist/Matter/MTRBaseClusterBarrierControl.d.ts +93 -92
  1447. package/dist/Matter/MTRBaseClusterBasic.d.ts +77 -76
  1448. package/dist/Matter/MTRBaseClusterBasicInformation.d.ts +86 -85
  1449. package/dist/Matter/MTRBaseClusterBinaryInputBasic.d.ts +87 -86
  1450. package/dist/Matter/MTRBaseClusterBinding.d.ts +39 -38
  1451. package/dist/Matter/MTRBaseClusterBooleanState.d.ts +39 -38
  1452. package/dist/Matter/MTRBaseClusterBooleanStateConfiguration.d.ts +41 -40
  1453. package/dist/Matter/MTRBaseClusterBridgedDeviceBasic.d.ts +62 -61
  1454. package/dist/Matter/MTRBaseClusterBridgedDeviceBasicInformation.d.ts +68 -67
  1455. package/dist/Matter/MTRBaseClusterCarbonDioxideConcentrationMeasurement.d.ts +50 -49
  1456. package/dist/Matter/MTRBaseClusterCarbonMonoxideConcentrationMeasurement.d.ts +50 -49
  1457. package/dist/Matter/MTRBaseClusterChannel.d.ts +55 -54
  1458. package/dist/Matter/MTRBaseClusterColorControl.d.ts +345 -344
  1459. package/dist/Matter/MTRBaseClusterCommissionerControl.d.ts +21 -20
  1460. package/dist/Matter/MTRBaseClusterContentAppObserver.d.ts +18 -17
  1461. package/dist/Matter/MTRBaseClusterContentLauncher.d.ts +49 -48
  1462. package/dist/Matter/MTRBaseClusterDescriptor.d.ts +57 -56
  1463. package/dist/Matter/MTRBaseClusterDeviceEnergyManagement.d.ts +41 -40
  1464. package/dist/Matter/MTRBaseClusterDeviceEnergyManagementMode.d.ts +24 -23
  1465. package/dist/Matter/MTRBaseClusterDiagnosticLogs.d.ts +35 -34
  1466. package/dist/Matter/MTRBaseClusterDishwasherAlarm.d.ts +29 -28
  1467. package/dist/Matter/MTRBaseClusterDishwasherMode.d.ts +24 -23
  1468. package/dist/Matter/MTRBaseClusterDoorLock.d.ts +288 -287
  1469. package/dist/Matter/MTRBaseClusterElectricalEnergyMeasurement.d.ts +35 -34
  1470. package/dist/Matter/MTRBaseClusterElectricalMeasurement.d.ts +801 -800
  1471. package/dist/Matter/MTRBaseClusterElectricalPowerMeasurement.d.ts +74 -73
  1472. package/dist/Matter/MTRBaseClusterEnergyEVSE.d.ts +70 -69
  1473. package/dist/Matter/MTRBaseClusterEnergyEVSEMode.d.ts +24 -23
  1474. package/dist/Matter/MTRBaseClusterEthernetNetworkDiagnostics.d.ts +87 -86
  1475. package/dist/Matter/MTRBaseClusterFanControl.d.ts +102 -101
  1476. package/dist/Matter/MTRBaseClusterFixedLabel.d.ts +39 -38
  1477. package/dist/Matter/MTRBaseClusterFlowMeasurement.d.ts +57 -56
  1478. package/dist/Matter/MTRBaseClusterFormaldehydeConcentrationMeasurement.d.ts +50 -49
  1479. package/dist/Matter/MTRBaseClusterGeneralCommissioning.d.ts +71 -70
  1480. package/dist/Matter/MTRBaseClusterGeneralDiagnostics.d.ts +90 -89
  1481. package/dist/Matter/MTRBaseClusterGroupKeyManagement.d.ts +62 -61
  1482. package/dist/Matter/MTRBaseClusterGroups.d.ts +47 -46
  1483. package/dist/Matter/MTRBaseClusterHEPAFilterMonitoring.d.ts +35 -34
  1484. package/dist/Matter/MTRBaseClusterICDManagement.d.ts +49 -48
  1485. package/dist/Matter/MTRBaseClusterIdentify.d.ts +45 -44
  1486. package/dist/Matter/MTRBaseClusterIlluminanceMeasurement.d.ts +63 -62
  1487. package/dist/Matter/MTRBaseClusterKeypadInput.d.ts +35 -34
  1488. package/dist/Matter/MTRBaseClusterLaundryDryerControls.d.ts +23 -22
  1489. package/dist/Matter/MTRBaseClusterLaundryWasherControls.d.ts +29 -28
  1490. package/dist/Matter/MTRBaseClusterLaundryWasherMode.d.ts +24 -23
  1491. package/dist/Matter/MTRBaseClusterLevelControl.d.ts +117 -116
  1492. package/dist/Matter/MTRBaseClusterLocalizationConfiguration.d.ts +45 -44
  1493. package/dist/Matter/MTRBaseClusterLowPower.d.ts +33 -32
  1494. package/dist/Matter/MTRBaseClusterMediaInput.d.ts +45 -44
  1495. package/dist/Matter/MTRBaseClusterMediaPlayback.d.ts +113 -112
  1496. package/dist/Matter/MTRBaseClusterMessages.d.ts +23 -22
  1497. package/dist/Matter/MTRBaseClusterMicrowaveOvenControl.d.ts +38 -37
  1498. package/dist/Matter/MTRBaseClusterMicrowaveOvenMode.d.ts +23 -22
  1499. package/dist/Matter/MTRBaseClusterModeSelect.d.ts +69 -68
  1500. package/dist/Matter/MTRBaseClusterNetworkCommissioning.d.ts +103 -102
  1501. package/dist/Matter/MTRBaseClusterNitrogenDioxideConcentrationMeasurement.d.ts +50 -49
  1502. package/dist/Matter/MTRBaseClusterOccupancySensing.d.ts +111 -110
  1503. package/dist/Matter/MTRBaseClusterOnOff.d.ts +63 -62
  1504. package/dist/Matter/MTRBaseClusterOnOffSwitchConfiguration.d.ts +45 -44
  1505. package/dist/Matter/MTRBaseClusterOperationalCredentials.d.ts +83 -82
  1506. package/dist/Matter/MTRBaseClusterOperationalState.d.ts +43 -42
  1507. package/dist/Matter/MTRBaseClusterOtaSoftwareUpdateProvider.d.ts +37 -36
  1508. package/dist/Matter/MTRBaseClusterOtaSoftwareUpdateRequestor.d.ts +57 -56
  1509. package/dist/Matter/MTRBaseClusterOvenCavityOperationalState.d.ts +39 -38
  1510. package/dist/Matter/MTRBaseClusterOvenMode.d.ts +24 -23
  1511. package/dist/Matter/MTRBaseClusterOzoneConcentrationMeasurement.d.ts +50 -49
  1512. package/dist/Matter/MTRBaseClusterPM10ConcentrationMeasurement.d.ts +50 -49
  1513. package/dist/Matter/MTRBaseClusterPM1ConcentrationMeasurement.d.ts +50 -49
  1514. package/dist/Matter/MTRBaseClusterPM25ConcentrationMeasurement.d.ts +50 -49
  1515. package/dist/Matter/MTRBaseClusterPowerSource.d.ts +222 -221
  1516. package/dist/Matter/MTRBaseClusterPowerSourceConfiguration.d.ts +39 -38
  1517. package/dist/Matter/MTRBaseClusterPowerTopology.d.ts +23 -22
  1518. package/dist/Matter/MTRBaseClusterPressureMeasurement.d.ts +87 -86
  1519. package/dist/Matter/MTRBaseClusterPumpConfigurationAndControl.d.ts +171 -170
  1520. package/dist/Matter/MTRBaseClusterRVCCleanMode.d.ts +24 -23
  1521. package/dist/Matter/MTRBaseClusterRVCOperationalState.d.ts +41 -40
  1522. package/dist/Matter/MTRBaseClusterRVCRunMode.d.ts +24 -23
  1523. package/dist/Matter/MTRBaseClusterRadonConcentrationMeasurement.d.ts +50 -49
  1524. package/dist/Matter/MTRBaseClusterRefrigeratorAlarm.d.ts +26 -25
  1525. package/dist/Matter/MTRBaseClusterRefrigeratorAndTemperatureControlledCabinetMode.d.ts +24 -23
  1526. package/dist/Matter/MTRBaseClusterRelativeHumidityMeasurement.d.ts +57 -56
  1527. package/dist/Matter/MTRBaseClusterServiceArea.d.ts +37 -36
  1528. package/dist/Matter/MTRBaseClusterSmokeCOAlarm.d.ts +56 -55
  1529. package/dist/Matter/MTRBaseClusterSoftwareDiagnostics.d.ts +57 -56
  1530. package/dist/Matter/MTRBaseClusterSwitch.d.ts +51 -50
  1531. package/dist/Matter/MTRBaseClusterTargetNavigator.d.ts +47 -46
  1532. package/dist/Matter/MTRBaseClusterTemperatureControl.d.ts +35 -34
  1533. package/dist/Matter/MTRBaseClusterTemperatureMeasurement.d.ts +57 -56
  1534. package/dist/Matter/MTRBaseClusterTestCluster.d.ts +282 -281
  1535. package/dist/Matter/MTRBaseClusterThermostat.d.ts +363 -362
  1536. package/dist/Matter/MTRBaseClusterThermostatUserInterfaceConfiguration.d.ts +51 -50
  1537. package/dist/Matter/MTRBaseClusterThreadBorderRouterManagement.d.ts +39 -38
  1538. package/dist/Matter/MTRBaseClusterThreadNetworkDiagnostics.d.ts +411 -410
  1539. package/dist/Matter/MTRBaseClusterThreadNetworkDirectory.d.ts +27 -26
  1540. package/dist/Matter/MTRBaseClusterTimeFormatLocalization.d.ts +51 -50
  1541. package/dist/Matter/MTRBaseClusterTimeSynchronization.d.ts +57 -56
  1542. package/dist/Matter/MTRBaseClusterTotalVolatileOrganicCompoundsConcentrationMeasurement.d.ts +50 -49
  1543. package/dist/Matter/MTRBaseClusterUnitLocalization.d.ts +39 -38
  1544. package/dist/Matter/MTRBaseClusterUnitTesting.d.ts +282 -281
  1545. package/dist/Matter/MTRBaseClusterUserLabel.d.ts +39 -38
  1546. package/dist/Matter/MTRBaseClusterValveConfigurationAndControl.d.ts +50 -49
  1547. package/dist/Matter/MTRBaseClusterWakeOnLan.d.ts +42 -41
  1548. package/dist/Matter/MTRBaseClusterWaterHeaterManagement.d.ts +35 -34
  1549. package/dist/Matter/MTRBaseClusterWaterHeaterMode.d.ts +24 -23
  1550. package/dist/Matter/MTRBaseClusterWiFiNetworkDiagnostics.d.ts +111 -110
  1551. package/dist/Matter/MTRBaseClusterWiFiNetworkManagement.d.ts +25 -24
  1552. package/dist/Matter/MTRBaseClusterWindowCovering.d.ts +165 -164
  1553. package/dist/Matter/MTRBaseDevice.d.ts +19 -19
  1554. package/dist/Matter/MTRCertificateInfo.d.ts +1 -2
  1555. package/dist/Matter/MTRCertificates.d.ts +15 -15
  1556. package/dist/Matter/MTRChannelClusterChangeChannelResponseParams.d.ts +1 -1
  1557. package/dist/Matter/MTRChannelClusterProgramGuideResponseParams.d.ts +1 -1
  1558. package/dist/Matter/MTRClusterAccessControl.d.ts +5 -3
  1559. package/dist/Matter/MTRClusterAccountLogin.d.ts +12 -10
  1560. package/dist/Matter/MTRClusterActions.d.ts +28 -26
  1561. package/dist/Matter/MTRClusterActivatedCarbonFilterMonitoring.d.ts +5 -3
  1562. package/dist/Matter/MTRClusterAdministratorCommissioning.d.ts +12 -10
  1563. package/dist/Matter/MTRClusterAirQuality.d.ts +2 -2
  1564. package/dist/Matter/MTRClusterApplicationBasic.d.ts +3 -3
  1565. package/dist/Matter/MTRClusterApplicationLauncher.d.ts +13 -11
  1566. package/dist/Matter/MTRClusterAudioOutput.d.ts +8 -6
  1567. package/dist/Matter/MTRClusterBallastConfiguration.d.ts +3 -3
  1568. package/dist/Matter/MTRClusterBarrierControl.d.ts +10 -8
  1569. package/dist/Matter/MTRClusterBasic.d.ts +5 -3
  1570. package/dist/Matter/MTRClusterBasicInformation.d.ts +2 -2
  1571. package/dist/Matter/MTRClusterBinaryInputBasic.d.ts +3 -3
  1572. package/dist/Matter/MTRClusterBinding.d.ts +3 -3
  1573. package/dist/Matter/MTRClusterBooleanState.d.ts +3 -3
  1574. package/dist/Matter/MTRClusterBooleanStateConfiguration.d.ts +5 -3
  1575. package/dist/Matter/MTRClusterBridgedDeviceBasic.d.ts +2 -2
  1576. package/dist/Matter/MTRClusterBridgedDeviceBasicInformation.d.ts +4 -2
  1577. package/dist/Matter/MTRClusterCarbonDioxideConcentrationMeasurement.d.ts +2 -2
  1578. package/dist/Matter/MTRClusterCarbonMonoxideConcentrationMeasurement.d.ts +2 -2
  1579. package/dist/Matter/MTRClusterChannel.d.ts +14 -12
  1580. package/dist/Matter/MTRClusterColorControl.d.ts +42 -40
  1581. package/dist/Matter/MTRClusterCommissionerControl.d.ts +5 -3
  1582. package/dist/Matter/MTRClusterContentAppObserver.d.ts +4 -2
  1583. package/dist/Matter/MTRClusterContentLauncher.d.ts +8 -6
  1584. package/dist/Matter/MTRClusterDescriptor.d.ts +3 -3
  1585. package/dist/Matter/MTRClusterDeviceEnergyManagement.d.ts +14 -12
  1586. package/dist/Matter/MTRClusterDeviceEnergyManagementMode.d.ts +4 -2
  1587. package/dist/Matter/MTRClusterDiagnosticLogs.d.ts +6 -4
  1588. package/dist/Matter/MTRClusterDishwasherAlarm.d.ts +5 -3
  1589. package/dist/Matter/MTRClusterDishwasherMode.d.ts +4 -2
  1590. package/dist/Matter/MTRClusterDoorLock.d.ts +47 -45
  1591. package/dist/Matter/MTRClusterElectricalEnergyMeasurement.d.ts +2 -2
  1592. package/dist/Matter/MTRClusterElectricalMeasurement.d.ts +10 -8
  1593. package/dist/Matter/MTRClusterElectricalPowerMeasurement.d.ts +2 -2
  1594. package/dist/Matter/MTRClusterEnergyEVSE.d.ts +13 -11
  1595. package/dist/Matter/MTRClusterEnergyEVSEMode.d.ts +4 -2
  1596. package/dist/Matter/MTRClusterEthernetNetworkDiagnostics.d.ts +8 -6
  1597. package/dist/Matter/MTRClusterFanControl.d.ts +5 -3
  1598. package/dist/Matter/MTRClusterFixedLabel.d.ts +3 -3
  1599. package/dist/Matter/MTRClusterFlowMeasurement.d.ts +3 -3
  1600. package/dist/Matter/MTRClusterFormaldehydeConcentrationMeasurement.d.ts +2 -2
  1601. package/dist/Matter/MTRClusterGeneralCommissioning.d.ts +12 -10
  1602. package/dist/Matter/MTRClusterGeneralDiagnostics.d.ts +9 -7
  1603. package/dist/Matter/MTRClusterGroupKeyManagement.d.ts +13 -11
  1604. package/dist/Matter/MTRClusterGroups.d.ts +18 -16
  1605. package/dist/Matter/MTRClusterHEPAFilterMonitoring.d.ts +5 -3
  1606. package/dist/Matter/MTRClusterICDManagement.d.ts +6 -4
  1607. package/dist/Matter/MTRClusterIdentify.d.ts +8 -6
  1608. package/dist/Matter/MTRClusterIlluminanceMeasurement.d.ts +3 -3
  1609. package/dist/Matter/MTRClusterKeypadInput.d.ts +6 -4
  1610. package/dist/Matter/MTRClusterLaundryDryerControls.d.ts +2 -2
  1611. package/dist/Matter/MTRClusterLaundryWasherControls.d.ts +2 -2
  1612. package/dist/Matter/MTRClusterLaundryWasherMode.d.ts +4 -2
  1613. package/dist/Matter/MTRClusterLevelControl.d.ts +22 -20
  1614. package/dist/Matter/MTRClusterLocalizationConfiguration.d.ts +3 -3
  1615. package/dist/Matter/MTRClusterLowPower.d.ts +8 -6
  1616. package/dist/Matter/MTRClusterMediaInput.d.ts +16 -14
  1617. package/dist/Matter/MTRClusterMediaPlayback.d.ts +46 -44
  1618. package/dist/Matter/MTRClusterMessages.d.ts +5 -3
  1619. package/dist/Matter/MTRClusterMicrowaveOvenControl.d.ts +6 -4
  1620. package/dist/Matter/MTRClusterMicrowaveOvenMode.d.ts +2 -2
  1621. package/dist/Matter/MTRClusterModeSelect.d.ts +6 -4
  1622. package/dist/Matter/MTRClusterNetworkCommissioning.d.ts +17 -15
  1623. package/dist/Matter/MTRClusterNitrogenDioxideConcentrationMeasurement.d.ts +2 -2
  1624. package/dist/Matter/MTRClusterOccupancySensing.d.ts +3 -3
  1625. package/dist/Matter/MTRClusterOnOff.d.ts +24 -22
  1626. package/dist/Matter/MTRClusterOnOffSwitchConfiguration.d.ts +3 -3
  1627. package/dist/Matter/MTRClusterOperationalCredentials.d.ts +20 -18
  1628. package/dist/Matter/MTRClusterOperationalState.d.ts +11 -9
  1629. package/dist/Matter/MTRClusterOtaSoftwareUpdateProvider.d.ts +10 -8
  1630. package/dist/Matter/MTRClusterOtaSoftwareUpdateRequestor.d.ts +6 -4
  1631. package/dist/Matter/MTRClusterOvenCavityOperationalState.d.ts +7 -5
  1632. package/dist/Matter/MTRClusterOvenMode.d.ts +4 -2
  1633. package/dist/Matter/MTRClusterOzoneConcentrationMeasurement.d.ts +2 -2
  1634. package/dist/Matter/MTRClusterPM10ConcentrationMeasurement.d.ts +2 -2
  1635. package/dist/Matter/MTRClusterPM1ConcentrationMeasurement.d.ts +2 -2
  1636. package/dist/Matter/MTRClusterPM25ConcentrationMeasurement.d.ts +2 -2
  1637. package/dist/Matter/MTRClusterPath.d.ts +3 -0
  1638. package/dist/Matter/MTRClusterPowerSource.d.ts +3 -3
  1639. package/dist/Matter/MTRClusterPowerSourceConfiguration.d.ts +3 -3
  1640. package/dist/Matter/MTRClusterPowerTopology.d.ts +2 -2
  1641. package/dist/Matter/MTRClusterPressureMeasurement.d.ts +3 -3
  1642. package/dist/Matter/MTRClusterPumpConfigurationAndControl.d.ts +3 -3
  1643. package/dist/Matter/MTRClusterRVCCleanMode.d.ts +4 -2
  1644. package/dist/Matter/MTRClusterRVCOperationalState.d.ts +9 -7
  1645. package/dist/Matter/MTRClusterRVCRunMode.d.ts +4 -2
  1646. package/dist/Matter/MTRClusterRadonConcentrationMeasurement.d.ts +2 -2
  1647. package/dist/Matter/MTRClusterRefrigeratorAlarm.d.ts +2 -2
  1648. package/dist/Matter/MTRClusterRefrigeratorAndTemperatureControlledCabinetMode.d.ts +4 -2
  1649. package/dist/Matter/MTRClusterRelativeHumidityMeasurement.d.ts +3 -3
  1650. package/dist/Matter/MTRClusterServiceArea.d.ts +5 -3
  1651. package/dist/Matter/MTRClusterSmokeCOAlarm.d.ts +5 -3
  1652. package/dist/Matter/MTRClusterSoftwareDiagnostics.d.ts +8 -6
  1653. package/dist/Matter/MTRClusterStateCacheContainer.d.ts +1 -1
  1654. package/dist/Matter/MTRClusterSwitch.d.ts +3 -3
  1655. package/dist/Matter/MTRClusterTargetNavigator.d.ts +6 -4
  1656. package/dist/Matter/MTRClusterTemperatureControl.d.ts +5 -3
  1657. package/dist/Matter/MTRClusterTemperatureMeasurement.d.ts +3 -3
  1658. package/dist/Matter/MTRClusterTestCluster.d.ts +32 -30
  1659. package/dist/Matter/MTRClusterThermostat.d.ts +17 -15
  1660. package/dist/Matter/MTRClusterThermostatUserInterfaceConfiguration.d.ts +3 -3
  1661. package/dist/Matter/MTRClusterThreadBorderRouterManagement.d.ts +9 -7
  1662. package/dist/Matter/MTRClusterThreadNetworkDiagnostics.d.ts +8 -6
  1663. package/dist/Matter/MTRClusterThreadNetworkDirectory.d.ts +6 -4
  1664. package/dist/Matter/MTRClusterTimeFormatLocalization.d.ts +3 -3
  1665. package/dist/Matter/MTRClusterTimeSynchronization.d.ts +8 -6
  1666. package/dist/Matter/MTRClusterTotalVolatileOrganicCompoundsConcentrationMeasurement.d.ts +2 -2
  1667. package/dist/Matter/MTRClusterUnitLocalization.d.ts +3 -3
  1668. package/dist/Matter/MTRClusterUnitTesting.d.ts +32 -30
  1669. package/dist/Matter/MTRClusterUserLabel.d.ts +3 -3
  1670. package/dist/Matter/MTRClusterValveConfigurationAndControl.d.ts +7 -5
  1671. package/dist/Matter/MTRClusterWakeOnLan.d.ts +3 -3
  1672. package/dist/Matter/MTRClusterWaterHeaterManagement.d.ts +6 -4
  1673. package/dist/Matter/MTRClusterWaterHeaterMode.d.ts +4 -2
  1674. package/dist/Matter/MTRClusterWiFiNetworkDiagnostics.d.ts +8 -6
  1675. package/dist/Matter/MTRClusterWiFiNetworkManagement.d.ts +5 -3
  1676. package/dist/Matter/MTRClusterWindowCovering.d.ts +24 -22
  1677. package/dist/Matter/MTRCommandWithRequiredResponse.d.ts +6 -4
  1678. package/dist/Matter/MTRCommissioneeInfo.d.ts +4 -2
  1679. package/dist/Matter/MTRCommissionerControlClusterReverseOpenCommissioningWindowParams.d.ts +1 -1
  1680. package/dist/Matter/MTRCommissioningDelegate.d.ts +1 -1
  1681. package/dist/Matter/MTRCommissioningOperation.d.ts +1 -2
  1682. package/dist/Matter/MTRContentAppObserverClusterContentAppMessageResponseParams.d.ts +1 -1
  1683. package/dist/Matter/MTRContentLauncherClusterLauncherResponseParams.d.ts +1 -1
  1684. package/dist/Matter/MTRDevice.d.ts +13 -13
  1685. package/dist/Matter/MTRDeviceAttestationDeviceInfo.d.ts +3 -4
  1686. package/dist/Matter/MTRDeviceAttestationInfo.d.ts +4 -5
  1687. package/dist/Matter/MTRDeviceController.d.ts +25 -25
  1688. package/dist/Matter/MTRDeviceControllerClientProtocol.d.ts +1 -1
  1689. package/dist/Matter/MTRDeviceControllerExternalCertificateParameters.d.ts +3 -3
  1690. package/dist/Matter/MTRDeviceControllerFactory.d.ts +3 -3
  1691. package/dist/Matter/MTRDeviceControllerParameters.d.ts +3 -3
  1692. package/dist/Matter/MTRDeviceControllerServerProtocol.d.ts +8 -8
  1693. package/dist/Matter/MTRDeviceControllerStartupParams.d.ts +9 -10
  1694. package/dist/Matter/MTRDeviceControllerStorageDelegate.d.ts +3 -3
  1695. package/dist/Matter/MTRDeviceDelegate.d.ts +3 -3
  1696. package/dist/Matter/MTRDeviceEnergyManagementModeClusterChangeToModeResponseParams.d.ts +1 -1
  1697. package/dist/Matter/MTRDeviceTypeRevision.d.ts +3 -0
  1698. package/dist/Matter/MTRDiagnosticLogsClusterRetrieveLogsResponseParams.d.ts +1 -1
  1699. package/dist/Matter/MTRDishwasherModeClusterChangeToModeResponseParams.d.ts +1 -1
  1700. package/dist/Matter/MTRDoorLockClusterGetCredentialStatusResponseParams.d.ts +1 -1
  1701. package/dist/Matter/MTRDoorLockClusterGetHolidayScheduleResponseParams.d.ts +1 -1
  1702. package/dist/Matter/MTRDoorLockClusterGetUserResponseParams.d.ts +1 -1
  1703. package/dist/Matter/MTRDoorLockClusterGetWeekDayScheduleResponseParams.d.ts +1 -1
  1704. package/dist/Matter/MTRDoorLockClusterGetYearDayScheduleResponseParams.d.ts +1 -1
  1705. package/dist/Matter/MTRDoorLockClusterSetCredentialResponseParams.d.ts +1 -1
  1706. package/dist/Matter/MTRElectricalMeasurementClusterGetMeasurementProfileResponseCommandParams.d.ts +1 -1
  1707. package/dist/Matter/MTRElectricalMeasurementClusterGetProfileInfoResponseCommandParams.d.ts +1 -1
  1708. package/dist/Matter/MTREndpointInfo.d.ts +3 -0
  1709. package/dist/Matter/MTREnergyEVSEClusterGetTargetsResponseParams.d.ts +1 -1
  1710. package/dist/Matter/MTREnergyEVSEModeClusterChangeToModeResponseParams.d.ts +1 -1
  1711. package/dist/Matter/MTREventReport.d.ts +2 -2
  1712. package/dist/Matter/MTREventRequestPath.d.ts +3 -0
  1713. package/dist/Matter/MTRFabricInfo.d.ts +6 -7
  1714. package/dist/Matter/MTRGeneralCommissioningClusterArmFailSafeResponseParams.d.ts +1 -1
  1715. package/dist/Matter/MTRGeneralCommissioningClusterCommissioningCompleteResponseParams.d.ts +1 -1
  1716. package/dist/Matter/MTRGeneralCommissioningClusterSetRegulatoryConfigResponseParams.d.ts +1 -1
  1717. package/dist/Matter/MTRGeneralDiagnosticsClusterPayloadTestResponseParams.d.ts +1 -1
  1718. package/dist/Matter/MTRGeneralDiagnosticsClusterTimeSnapshotResponseParams.d.ts +1 -1
  1719. package/dist/Matter/MTRGroupKeyManagementClusterKeySetReadAllIndicesResponseParams.d.ts +1 -1
  1720. package/dist/Matter/MTRGroupKeyManagementClusterKeySetReadResponseParams.d.ts +1 -1
  1721. package/dist/Matter/MTRGroupsClusterAddGroupResponseParams.d.ts +1 -1
  1722. package/dist/Matter/MTRGroupsClusterGetGroupMembershipResponseParams.d.ts +1 -1
  1723. package/dist/Matter/MTRGroupsClusterRemoveGroupResponseParams.d.ts +1 -1
  1724. package/dist/Matter/MTRGroupsClusterViewGroupResponseParams.d.ts +1 -1
  1725. package/dist/Matter/MTRICDManagementClusterRegisterClientResponseParams.d.ts +1 -1
  1726. package/dist/Matter/MTRICDManagementClusterStayActiveResponseParams.d.ts +1 -1
  1727. package/dist/Matter/MTRKeypadInputClusterSendKeyResponseParams.d.ts +1 -1
  1728. package/dist/Matter/MTRLaundryWasherModeClusterChangeToModeResponseParams.d.ts +1 -1
  1729. package/dist/Matter/MTRManualSetupPayloadParser.d.ts +1 -1
  1730. package/dist/Matter/MTRMediaPlaybackClusterPlaybackResponseParams.d.ts +1 -1
  1731. package/dist/Matter/MTRNetworkCommissioningClusterConnectNetworkResponseParams.d.ts +1 -1
  1732. package/dist/Matter/MTRNetworkCommissioningClusterNetworkConfigResponseParams.d.ts +1 -1
  1733. package/dist/Matter/MTRNetworkCommissioningClusterScanNetworksResponseParams.d.ts +1 -1
  1734. package/dist/Matter/MTRNetworkInterfaceInfo.d.ts +3 -0
  1735. package/dist/Matter/MTROTAHeaderParser.d.ts +1 -1
  1736. package/dist/Matter/MTROTAProviderDelegate.d.ts +6 -6
  1737. package/dist/Matter/MTROnboardingPayloadParser.d.ts +1 -1
  1738. package/dist/Matter/MTROperationalCSRInfo.d.ts +5 -6
  1739. package/dist/Matter/MTROperationalCertificateChain.d.ts +8 -8
  1740. package/dist/Matter/MTROperationalCertificateIssuer.d.ts +1 -1
  1741. package/dist/Matter/MTROperationalCredentialsClusterAttestationResponseParams.d.ts +1 -1
  1742. package/dist/Matter/MTROperationalCredentialsClusterCSRResponseParams.d.ts +1 -1
  1743. package/dist/Matter/MTROperationalCredentialsClusterCertificateChainResponseParams.d.ts +1 -1
  1744. package/dist/Matter/MTROperationalCredentialsClusterNOCResponseParams.d.ts +1 -1
  1745. package/dist/Matter/MTROperationalStateClusterOperationalCommandResponseParams.d.ts +1 -1
  1746. package/dist/Matter/MTROtaSoftwareUpdateProviderClusterApplyUpdateResponseParams.d.ts +1 -1
  1747. package/dist/Matter/MTROtaSoftwareUpdateProviderClusterQueryImageResponseParams.d.ts +1 -1
  1748. package/dist/Matter/MTROvenCavityOperationalStateClusterOperationalCommandResponseParams.d.ts +1 -1
  1749. package/dist/Matter/MTROvenModeClusterChangeToModeResponseParams.d.ts +1 -1
  1750. package/dist/Matter/MTRProductIdentity.d.ts +3 -0
  1751. package/dist/Matter/MTRQRCodeSetupPayloadParser.d.ts +1 -1
  1752. package/dist/Matter/MTRRVCCleanModeClusterChangeToModeResponseParams.d.ts +1 -1
  1753. package/dist/Matter/MTRRVCOperationalStateClusterOperationalCommandResponseParams.d.ts +1 -1
  1754. package/dist/Matter/MTRRVCRunModeClusterChangeToModeResponseParams.d.ts +1 -1
  1755. package/dist/Matter/MTRReadParams.d.ts +3 -0
  1756. package/dist/Matter/MTRRefrigeratorAndTemperatureControlledCabinetModeClusterChangeToModeResponseParams.d.ts +1 -1
  1757. package/dist/Matter/MTRServiceAreaClusterSelectAreasResponseParams.d.ts +1 -1
  1758. package/dist/Matter/MTRServiceAreaClusterSkipAreaResponseParams.d.ts +1 -1
  1759. package/dist/Matter/MTRSetupPayload.d.ts +6 -3
  1760. package/dist/Matter/MTRTargetNavigatorClusterNavigateTargetResponseParams.d.ts +1 -1
  1761. package/dist/Matter/MTRThermostatClusterAtomicResponseParams.d.ts +1 -1
  1762. package/dist/Matter/MTRThermostatClusterGetWeeklyScheduleResponseParams.d.ts +1 -1
  1763. package/dist/Matter/MTRThreadBorderRouterManagementClusterDatasetResponseParams.d.ts +1 -1
  1764. package/dist/Matter/MTRThreadNetworkDirectoryClusterOperationalDatasetResponseParams.d.ts +1 -1
  1765. package/dist/Matter/MTRTimeSynchronizationClusterSetTimeZoneResponseParams.d.ts +1 -1
  1766. package/dist/Matter/MTRUnitTestingClusterBooleanResponseParams.d.ts +1 -1
  1767. package/dist/Matter/MTRUnitTestingClusterSimpleStructResponseParams.d.ts +1 -1
  1768. package/dist/Matter/MTRUnitTestingClusterTestAddArgumentsResponseParams.d.ts +1 -1
  1769. package/dist/Matter/MTRUnitTestingClusterTestComplexNullableOptionalResponseParams.d.ts +1 -1
  1770. package/dist/Matter/MTRUnitTestingClusterTestEmitTestEventResponseParams.d.ts +1 -1
  1771. package/dist/Matter/MTRUnitTestingClusterTestEmitTestFabricScopedEventResponseParams.d.ts +1 -1
  1772. package/dist/Matter/MTRUnitTestingClusterTestEnumsResponseParams.d.ts +1 -1
  1773. package/dist/Matter/MTRUnitTestingClusterTestListInt8UReverseResponseParams.d.ts +1 -1
  1774. package/dist/Matter/MTRUnitTestingClusterTestNullableOptionalResponseParams.d.ts +1 -1
  1775. package/dist/Matter/MTRUnitTestingClusterTestSimpleArgumentResponseParams.d.ts +1 -1
  1776. package/dist/Matter/MTRUnitTestingClusterTestSpecificResponseParams.d.ts +1 -1
  1777. package/dist/Matter/MTRUnitTestingClusterTestStructArrayArgumentResponseParams.d.ts +1 -1
  1778. package/dist/Matter/MTRWaterHeaterModeClusterChangeToModeResponseParams.d.ts +1 -1
  1779. package/dist/Matter/MTRWiFiNetworkManagementClusterNetworkPassphraseResponseParams.d.ts +1 -1
  1780. package/dist/Matter/MTRWriteParams.d.ts +3 -0
  1781. package/dist/Matter/MTRXPCClientProtocol_MTRDevice.d.ts +3 -3
  1782. package/dist/Matter/MTRXPCServerProtocol_MTRDevice.d.ts +7 -7
  1783. package/dist/Matter/index.js +1331 -1330
  1784. package/dist/MediaAccessibility/MAMusicHapticsManager.d.ts +1 -1
  1785. package/dist/MediaAccessibility/index.js +4 -3
  1786. package/dist/MediaExtension/MEByteSource.d.ts +4 -4
  1787. package/dist/MediaExtension/MEFormatReader.d.ts +4 -4
  1788. package/dist/MediaExtension/MEFormatReaderExtension.d.ts +1 -1
  1789. package/dist/MediaExtension/MERAWProcessingBooleanParameter.d.ts +2 -2
  1790. package/dist/MediaExtension/MERAWProcessingFloatParameter.d.ts +2 -2
  1791. package/dist/MediaExtension/MERAWProcessingIntegerParameter.d.ts +2 -2
  1792. package/dist/MediaExtension/MERAWProcessingListParameter.d.ts +2 -2
  1793. package/dist/MediaExtension/MERAWProcessor.d.ts +1 -1
  1794. package/dist/MediaExtension/MERAWProcessorExtension.d.ts +1 -1
  1795. package/dist/MediaExtension/MERAWProcessorPixelBufferManager.d.ts +1 -1
  1796. package/dist/MediaExtension/MESampleCursor.d.ts +11 -11
  1797. package/dist/MediaExtension/METrackInfo.d.ts +7 -8
  1798. package/dist/MediaExtension/METrackReader.d.ts +8 -8
  1799. package/dist/MediaExtension/MEVideoDecoder.d.ts +1 -1
  1800. package/dist/MediaExtension/MEVideoDecoderExtension.d.ts +1 -1
  1801. package/dist/MediaExtension/MEVideoDecoderPixelBufferManager.d.ts +1 -1
  1802. package/dist/MediaExtension/index.js +19 -18
  1803. package/dist/MediaLibrary/index.js +5 -4
  1804. package/dist/MediaPlayer/MPMediaEntity.d.ts +6 -3
  1805. package/dist/MediaPlayer/MPMediaItem.d.ts +7 -8
  1806. package/dist/MediaPlayer/MPMediaItemAnimatedArtwork.d.ts +1 -1
  1807. package/dist/MediaPlayer/MPMediaLibrary.d.ts +5 -2
  1808. package/dist/MediaPlayer/MPMediaPlaylist.d.ts +3 -3
  1809. package/dist/MediaPlayer/MPMediaPredicate.d.ts +3 -0
  1810. package/dist/MediaPlayer/MPMediaPropertyPredicate.d.ts +3 -3
  1811. package/dist/MediaPlayer/MPMediaQuery.d.ts +3 -0
  1812. package/dist/MediaPlayer/MPMediaQuerySection.d.ts +3 -0
  1813. package/dist/MediaPlayer/MPMusicPlayerApplicationController.d.ts +1 -1
  1814. package/dist/MediaPlayer/MPMusicPlayerController.d.ts +4 -1
  1815. package/dist/MediaPlayer/MPNowPlayingSession.d.ts +1 -1
  1816. package/dist/MediaPlayer/MPPlayableContentDataSource.d.ts +2 -2
  1817. package/dist/MediaPlayer/MPPlayableContentDelegate.d.ts +3 -3
  1818. package/dist/MediaPlayer/MPRemoteCommand.d.ts +1 -1
  1819. package/dist/MediaPlayer/index.js +49 -48
  1820. package/dist/Metal/MTL4Archive.d.ts +5 -5
  1821. package/dist/Metal/MTL4ArgumentTable.d.ts +2 -3
  1822. package/dist/Metal/MTL4CommandQueueDescriptor.d.ts +2 -3
  1823. package/dist/Metal/MTL4Compiler.d.ts +10 -10
  1824. package/dist/Metal/MTL4CompilerTaskOptions.d.ts +3 -3
  1825. package/dist/Metal/MTL4ComputeCommandEncoder.d.ts +3 -4
  1826. package/dist/Metal/MTL4MachineLearningPipelineReflection.d.ts +2 -2
  1827. package/dist/Metal/MTL4PipelineDataSetSerializer.d.ts +2 -2
  1828. package/dist/Metal/MTL4PipelineStageDynamicLinkingDescriptor.d.ts +5 -5
  1829. package/dist/Metal/MTL4RenderCommandEncoder.d.ts +8 -8
  1830. package/dist/Metal/MTL4RenderPassDescriptor.d.ts +2 -2
  1831. package/dist/Metal/MTL4RenderPipelineBinaryFunctionsDescriptor.d.ts +11 -11
  1832. package/dist/Metal/MTL4StaticLinkingDescriptor.d.ts +3 -3
  1833. package/dist/Metal/MTLArgumentEncoder.d.ts +9 -9
  1834. package/dist/Metal/MTLBinaryArchive.d.ts +7 -7
  1835. package/dist/Metal/MTLBuffer.d.ts +2 -2
  1836. package/dist/Metal/MTLCaptureDescriptor.d.ts +2 -2
  1837. package/dist/Metal/MTLCaptureManager.d.ts +1 -1
  1838. package/dist/Metal/MTLCompileOptions.d.ts +3 -3
  1839. package/dist/Metal/MTLComputeCommandEncoder.d.ts +7 -7
  1840. package/dist/Metal/MTLComputePipelineDescriptor.d.ts +7 -7
  1841. package/dist/Metal/MTLComputePipelineReflection.d.ts +1 -2
  1842. package/dist/Metal/MTLComputePipelineState.d.ts +3 -2
  1843. package/dist/Metal/MTLCounterSet.d.ts +2 -2
  1844. package/dist/Metal/MTLDevice.d.ts +35 -34
  1845. package/dist/Metal/MTLDynamicLibrary.d.ts +1 -1
  1846. package/dist/Metal/MTLFunction.d.ts +1 -1
  1847. package/dist/Metal/MTLFunctionDescriptor.d.ts +3 -3
  1848. package/dist/Metal/MTLFunctionReflection.d.ts +2 -2
  1849. package/dist/Metal/MTLFunctionStitchingAttributeAlwaysInline.d.ts +3 -0
  1850. package/dist/Metal/MTLFunctionStitchingFunctionNode.d.ts +3 -4
  1851. package/dist/Metal/MTLFunctionStitchingGraph.d.ts +3 -4
  1852. package/dist/Metal/MTLInstanceAccelerationStructureDescriptor.d.ts +3 -3
  1853. package/dist/Metal/MTLIntersectionFunctionTable.d.ts +3 -3
  1854. package/dist/Metal/MTLLibrary.d.ts +6 -6
  1855. package/dist/Metal/MTLLinkedFunctions.d.ts +10 -9
  1856. package/dist/Metal/MTLLogState.d.ts +1 -1
  1857. package/dist/Metal/MTLMeshRenderPipelineDescriptor.d.ts +3 -3
  1858. package/dist/Metal/MTLRenderCommandEncoder.d.ts +28 -28
  1859. package/dist/Metal/MTLRenderPassDescriptor.d.ts +2 -2
  1860. package/dist/Metal/MTLRenderPipelineDescriptor.d.ts +7 -7
  1861. package/dist/Metal/MTLRenderPipelineFunctionsDescriptor.d.ts +7 -7
  1862. package/dist/Metal/MTLRenderPipelineReflection.d.ts +5 -6
  1863. package/dist/Metal/MTLRenderPipelineState.d.ts +2 -2
  1864. package/dist/Metal/MTLResidencySet.d.ts +2 -1
  1865. package/dist/Metal/MTLResource.d.ts +1 -1
  1866. package/dist/Metal/MTLSharedEventHandle.d.ts +3 -0
  1867. package/dist/Metal/MTLSharedEventListener.d.ts +2 -3
  1868. package/dist/Metal/MTLSharedTextureHandle.d.ts +3 -0
  1869. package/dist/Metal/MTLStitchedLibraryDescriptor.d.ts +4 -5
  1870. package/dist/Metal/MTLTensorExtents.d.ts +1 -1
  1871. package/dist/Metal/MTLTileRenderPipelineDescriptor.d.ts +5 -5
  1872. package/dist/Metal/MTLVisibleFunctionTable.d.ts +1 -1
  1873. package/dist/Metal/index.js +150 -149
  1874. package/dist/MetalFX/index.js +5 -4
  1875. package/dist/MetalKit/MTKMesh.d.ts +2 -2
  1876. package/dist/MetalKit/MTKMeshBuffer.d.ts +3 -0
  1877. package/dist/MetalKit/MTKMeshBufferAllocator.d.ts +3 -0
  1878. package/dist/MetalKit/MTKTextureLoader.d.ts +7 -7
  1879. package/dist/MetalKit/MTKView.d.ts +5 -2
  1880. package/dist/MetalKit/index.js +7 -6
  1881. package/dist/MetalPerformanceShadersGraph/MPSGraph.d.ts +4 -4
  1882. package/dist/MetalPerformanceShadersGraph/MPSGraphCompilationDescriptor.d.ts +5 -4
  1883. package/dist/MetalPerformanceShadersGraph/MPSGraphShapedType.d.ts +3 -3
  1884. package/dist/MetalPerformanceShadersGraph/MPSGraphTensor.d.ts +1 -1
  1885. package/dist/MetalPerformanceShadersGraph/index.js +29 -28
  1886. package/dist/MetricKit/MXAverage.d.ts +3 -0
  1887. package/dist/MetricKit/MXBackgroundExitData.d.ts +3 -0
  1888. package/dist/MetricKit/MXCallStackTree.d.ts +3 -0
  1889. package/dist/MetricKit/MXCrashDiagnosticObjectiveCExceptionReason.d.ts +3 -0
  1890. package/dist/MetricKit/MXDiagnostic.d.ts +3 -0
  1891. package/dist/MetricKit/MXDiagnosticPayload.d.ts +3 -0
  1892. package/dist/MetricKit/MXForegroundExitData.d.ts +3 -0
  1893. package/dist/MetricKit/MXHistogram.d.ts +5 -2
  1894. package/dist/MetricKit/MXHistogramBucket.d.ts +3 -0
  1895. package/dist/MetricKit/MXMetaData.d.ts +3 -0
  1896. package/dist/MetricKit/MXMetric.d.ts +3 -0
  1897. package/dist/MetricKit/MXMetricManager.d.ts +3 -3
  1898. package/dist/MetricKit/MXMetricPayload.d.ts +3 -0
  1899. package/dist/MetricKit/MXSignpostIntervalData.d.ts +3 -0
  1900. package/dist/MetricKit/MXSignpostRecord.d.ts +3 -0
  1901. package/dist/MetricKit/index.js +38 -37
  1902. package/dist/ModelIO/MDLAnimationBindComponent.d.ts +5 -1
  1903. package/dist/ModelIO/MDLAsset.d.ts +17 -7
  1904. package/dist/ModelIO/MDLBundleAssetResolver.d.ts +3 -0
  1905. package/dist/ModelIO/MDLMaterial.d.ts +3 -0
  1906. package/dist/ModelIO/MDLMaterialPropertyConnection.d.ts +3 -0
  1907. package/dist/ModelIO/MDLMaterialPropertyNode.d.ts +3 -0
  1908. package/dist/ModelIO/MDLMesh.d.ts +8 -5
  1909. package/dist/ModelIO/MDLMeshBuffer.d.ts +6 -4
  1910. package/dist/ModelIO/MDLMeshBufferAllocator.d.ts +10 -7
  1911. package/dist/ModelIO/MDLMeshBufferDataAllocator.d.ts +3 -0
  1912. package/dist/ModelIO/MDLMeshBufferMap.d.ts +1 -1
  1913. package/dist/ModelIO/MDLMeshBufferZone.d.ts +4 -2
  1914. package/dist/ModelIO/MDLMeshBufferZoneDefault.d.ts +4 -2
  1915. package/dist/ModelIO/MDLObject.d.ts +13 -5
  1916. package/dist/ModelIO/MDLObjectContainer.d.ts +3 -0
  1917. package/dist/ModelIO/MDLPackedJointAnimation.d.ts +3 -0
  1918. package/dist/ModelIO/MDLPathAssetResolver.d.ts +3 -0
  1919. package/dist/ModelIO/MDLRelativeAssetResolver.d.ts +3 -0
  1920. package/dist/ModelIO/MDLSubmesh.d.ts +5 -2
  1921. package/dist/ModelIO/MDLSubmeshTopology.d.ts +9 -6
  1922. package/dist/ModelIO/MDLTexture.d.ts +3 -0
  1923. package/dist/ModelIO/MDLTransform.d.ts +2 -0
  1924. package/dist/ModelIO/MDLTransformStack.d.ts +1 -2
  1925. package/dist/ModelIO/index.js +67 -66
  1926. package/dist/MultipeerConnectivity/MCBrowserViewController.d.ts +4 -1
  1927. package/dist/MultipeerConnectivity/MCNearbyServiceAdvertiserDelegate.d.ts +1 -1
  1928. package/dist/MultipeerConnectivity/MCNearbyServiceBrowser.d.ts +2 -1
  1929. package/dist/MultipeerConnectivity/MCPeerID.d.ts +3 -0
  1930. package/dist/MultipeerConnectivity/MCSession.d.ts +4 -4
  1931. package/dist/MultipeerConnectivity/index.js +7 -6
  1932. package/dist/NaturalLanguage/NLContextualEmbedding.d.ts +3 -3
  1933. package/dist/NaturalLanguage/NLContextualEmbeddingResult.d.ts +1 -1
  1934. package/dist/NaturalLanguage/NLEmbedding.d.ts +8 -7
  1935. package/dist/NaturalLanguage/NLGazetteer.d.ts +6 -5
  1936. package/dist/NaturalLanguage/NLModel.d.ts +3 -3
  1937. package/dist/NaturalLanguage/NLModelConfiguration.d.ts +3 -0
  1938. package/dist/NaturalLanguage/NLTagger.d.ts +5 -5
  1939. package/dist/NaturalLanguage/index.js +10 -9
  1940. package/dist/NearbyInteraction/NIAlgorithmConvergence.d.ts +3 -0
  1941. package/dist/NearbyInteraction/NIConfiguration.d.ts +3 -0
  1942. package/dist/NearbyInteraction/NIDLTDOAMeasurement.d.ts +3 -0
  1943. package/dist/NearbyInteraction/NIDiscoveryToken.d.ts +3 -0
  1944. package/dist/NearbyInteraction/NINearbyAccessoryConfiguration.d.ts +2 -2
  1945. package/dist/NearbyInteraction/NINearbyObject.d.ts +3 -0
  1946. package/dist/NearbyInteraction/NISession.d.ts +2 -2
  1947. package/dist/NearbyInteraction/index.js +10 -9
  1948. package/dist/NetworkExtension/NEAppProxyFlow.d.ts +5 -5
  1949. package/dist/NetworkExtension/NEAppProxyProvider.d.ts +3 -2
  1950. package/dist/NetworkExtension/NEAppProxyProviderManager.d.ts +1 -1
  1951. package/dist/NetworkExtension/NEAppProxyTCPFlow.d.ts +4 -3
  1952. package/dist/NetworkExtension/NEAppProxyUDPFlow.d.ts +6 -5
  1953. package/dist/NetworkExtension/NEAppPushManager.d.ts +4 -4
  1954. package/dist/NetworkExtension/NEAppPushProvider.d.ts +1 -1
  1955. package/dist/NetworkExtension/NEAppRule.d.ts +3 -0
  1956. package/dist/NetworkExtension/NEDNSProxyManager.d.ts +3 -3
  1957. package/dist/NetworkExtension/NEDNSProxyProvider.d.ts +3 -2
  1958. package/dist/NetworkExtension/NEDNSSettings.d.ts +3 -0
  1959. package/dist/NetworkExtension/NEDNSSettingsManager.d.ts +3 -3
  1960. package/dist/NetworkExtension/NEEvaluateConnectionRule.d.ts +3 -0
  1961. package/dist/NetworkExtension/NEFilterControlProvider.d.ts +2 -2
  1962. package/dist/NetworkExtension/NEFilterDataProvider.d.ts +1 -1
  1963. package/dist/NetworkExtension/NEFilterFlow.d.ts +3 -0
  1964. package/dist/NetworkExtension/NEFilterManager.d.ts +3 -3
  1965. package/dist/NetworkExtension/NEFilterProvider.d.ts +1 -1
  1966. package/dist/NetworkExtension/NEFilterProviderConfiguration.d.ts +3 -0
  1967. package/dist/NetworkExtension/NEFilterReport.d.ts +3 -0
  1968. package/dist/NetworkExtension/NEFilterRule.d.ts +3 -0
  1969. package/dist/NetworkExtension/NEFilterSettings.d.ts +3 -0
  1970. package/dist/NetworkExtension/NEFilterSocketFlow.d.ts +3 -3
  1971. package/dist/NetworkExtension/NEFilterVerdict.d.ts +3 -0
  1972. package/dist/NetworkExtension/NEFlowMetaData.d.ts +3 -0
  1973. package/dist/NetworkExtension/NEHotspotConfiguration.d.ts +3 -0
  1974. package/dist/NetworkExtension/NEHotspotConfigurationManager.d.ts +3 -3
  1975. package/dist/NetworkExtension/NEHotspotEAPSettings.d.ts +3 -0
  1976. package/dist/NetworkExtension/NEHotspotHS20Settings.d.ts +3 -0
  1977. package/dist/NetworkExtension/NEHotspotHelper.d.ts +1 -1
  1978. package/dist/NetworkExtension/NEHotspotHelperCommand.d.ts +1 -2
  1979. package/dist/NetworkExtension/NEHotspotNetwork.d.ts +1 -1
  1980. package/dist/NetworkExtension/NEIPv4Route.d.ts +3 -0
  1981. package/dist/NetworkExtension/NEIPv4Settings.d.ts +3 -0
  1982. package/dist/NetworkExtension/NEIPv6Route.d.ts +3 -0
  1983. package/dist/NetworkExtension/NEIPv6Settings.d.ts +3 -0
  1984. package/dist/NetworkExtension/NENetworkRule.d.ts +8 -6
  1985. package/dist/NetworkExtension/NEOnDemandRule.d.ts +3 -0
  1986. package/dist/NetworkExtension/NEPacket.d.ts +3 -0
  1987. package/dist/NetworkExtension/NEPacketTunnelProvider.d.ts +4 -3
  1988. package/dist/NetworkExtension/NEPrivateLTENetwork.d.ts +3 -0
  1989. package/dist/NetworkExtension/NEProvider.d.ts +1 -1
  1990. package/dist/NetworkExtension/NEProxyServer.d.ts +3 -0
  1991. package/dist/NetworkExtension/NEProxySettings.d.ts +3 -0
  1992. package/dist/NetworkExtension/NERelay.d.ts +3 -0
  1993. package/dist/NetworkExtension/NERelayManager.d.ts +5 -5
  1994. package/dist/NetworkExtension/NETransparentProxyManager.d.ts +1 -1
  1995. package/dist/NetworkExtension/NETunnelNetworkSettings.d.ts +3 -0
  1996. package/dist/NetworkExtension/NETunnelProvider.d.ts +2 -2
  1997. package/dist/NetworkExtension/NETunnelProviderManager.d.ts +1 -1
  1998. package/dist/NetworkExtension/NETunnelProviderSession.d.ts +2 -2
  1999. package/dist/NetworkExtension/NEVPNConnection.d.ts +3 -3
  2000. package/dist/NetworkExtension/NEVPNIKEv2SecurityAssociationParameters.d.ts +3 -0
  2001. package/dist/NetworkExtension/NEVPNManager.d.ts +3 -3
  2002. package/dist/NetworkExtension/NEVPNProtocol.d.ts +3 -0
  2003. package/dist/NetworkExtension/NWEndpoint.d.ts +3 -0
  2004. package/dist/NetworkExtension/NWTCPConnection.d.ts +3 -3
  2005. package/dist/NetworkExtension/NWUDPSession.d.ts +3 -3
  2006. package/dist/NetworkExtension/index.js +89 -88
  2007. package/dist/NotificationCenter/index.js +4 -3
  2008. package/dist/OSAKit/OSALanguage.d.ts +3 -3
  2009. package/dist/OSAKit/OSAScript.d.ts +16 -16
  2010. package/dist/OSAKit/OSAScriptController.d.ts +4 -4
  2011. package/dist/OSAKit/index.js +6 -5
  2012. package/dist/OSLog/OSLogEntry.d.ts +3 -0
  2013. package/dist/OSLog/OSLogEntryFromProcess.d.ts +1 -1
  2014. package/dist/OSLog/OSLogEntryLog.d.ts +4 -0
  2015. package/dist/OSLog/OSLogMessageComponent.d.ts +3 -0
  2016. package/dist/OSLog/OSLogStore.d.ts +5 -5
  2017. package/dist/OSLog/index.js +10 -9
  2018. package/dist/OpenDirectory/ODNode.d.ts +11 -11
  2019. package/dist/OpenDirectory/ODQuery.d.ts +2 -2
  2020. package/dist/OpenDirectory/ODRecord.d.ts +11 -11
  2021. package/dist/OpenDirectory/index.js +10 -9
  2022. package/dist/PDFKit/PDFAnnotation.d.ts +4 -1
  2023. package/dist/PDFKit/PDFAnnotationButtonWidget.d.ts +1 -1
  2024. package/dist/PDFKit/PDFBorder.d.ts +3 -0
  2025. package/dist/PDFKit/PDFDocument.d.ts +1 -1
  2026. package/dist/PDFKit/PDFPage.d.ts +2 -1
  2027. package/dist/PDFKit/PDFThumbnailView.d.ts +1 -1
  2028. package/dist/PDFKit/PDFView.d.ts +15 -11
  2029. package/dist/PDFKit/index.js +30 -29
  2030. package/dist/PHASE/PHASEAssetRegistry.d.ts +5 -5
  2031. package/dist/PHASE/PHASEEngine.d.ts +1 -1
  2032. package/dist/PHASE/PHASEObject.d.ts +1 -1
  2033. package/dist/PHASE/PHASESoundEvent.d.ts +7 -7
  2034. package/dist/PHASE/index.js +60 -59
  2035. package/dist/ParavirtualizedGraphics/PGDevice.d.ts +1 -1
  2036. package/dist/ParavirtualizedGraphics/PGDisplay.d.ts +2 -1
  2037. package/dist/ParavirtualizedGraphics/PGDisplayDescriptor.d.ts +2 -2
  2038. package/dist/ParavirtualizedGraphics/index.js +4 -3
  2039. package/dist/PassKit/PKAddIdentityDocumentConfiguration.d.ts +1 -1
  2040. package/dist/PassKit/PKAddPaymentPassRequestConfiguration.d.ts +2 -3
  2041. package/dist/PassKit/PKAddShareablePassConfiguration.d.ts +2 -2
  2042. package/dist/PassKit/PKDateComponentsRange.d.ts +3 -0
  2043. package/dist/PassKit/PKIdentityAnyOfDescriptor.d.ts +6 -3
  2044. package/dist/PassKit/PKIdentityAuthorizationController.d.ts +1 -1
  2045. package/dist/PassKit/PKIdentityDriversLicenseDescriptor.d.ts +3 -0
  2046. package/dist/PassKit/PKIdentityNationalIDCardDescriptor.d.ts +3 -0
  2047. package/dist/PassKit/PKIdentityPhotoIDDescriptor.d.ts +3 -0
  2048. package/dist/PassKit/PKIdentityRequest.d.ts +5 -1
  2049. package/dist/PassKit/PKIssuerProvisioningExtensionAuthorizationProviding.d.ts +2 -2
  2050. package/dist/PassKit/PKIssuerProvisioningExtensionHandler.d.ts +1 -1
  2051. package/dist/PassKit/PKPass.d.ts +2 -2
  2052. package/dist/PassKit/PKPassLibrary.d.ts +9 -9
  2053. package/dist/PassKit/PKPaymentAuthorizationController.d.ts +2 -2
  2054. package/dist/PassKit/PKPaymentMethod.d.ts +1 -2
  2055. package/dist/PassKit/PKPaymentRequest.d.ts +2 -3
  2056. package/dist/PassKit/PKVehicleConnectionSession.d.ts +2 -2
  2057. package/dist/PassKit/index.js +74 -73
  2058. package/dist/PencilKit/PKDrawing.d.ts +4 -1
  2059. package/dist/PencilKit/index.js +14 -13
  2060. package/dist/Photos/PHAsset.d.ts +3 -3
  2061. package/dist/Photos/PHAssetChangeRequest.d.ts +2 -2
  2062. package/dist/Photos/PHAssetCollection.d.ts +1 -1
  2063. package/dist/Photos/PHAssetResourceManager.d.ts +3 -3
  2064. package/dist/Photos/PHAssetResourceRequestOptions.d.ts +2 -2
  2065. package/dist/Photos/PHCloudIdentifier.d.ts +3 -0
  2066. package/dist/Photos/PHContentEditingInput.d.ts +1 -1
  2067. package/dist/Photos/PHContentEditingInputRequestOptions.d.ts +2 -2
  2068. package/dist/Photos/PHContentEditingOutput.d.ts +1 -1
  2069. package/dist/Photos/PHFetchResult.d.ts +5 -2
  2070. package/dist/Photos/PHImageManager.d.ts +8 -8
  2071. package/dist/Photos/PHImageRequestOptions.d.ts +2 -2
  2072. package/dist/Photos/PHLivePhoto.d.ts +6 -2
  2073. package/dist/Photos/PHLivePhotoEditingContext.d.ts +5 -5
  2074. package/dist/Photos/PHLivePhotoRequestOptions.d.ts +2 -2
  2075. package/dist/Photos/PHObjectChangeDetails.d.ts +1 -1
  2076. package/dist/Photos/PHPersistentChange.d.ts +1 -1
  2077. package/dist/Photos/PHPersistentChangeToken.d.ts +3 -0
  2078. package/dist/Photos/PHPhotoLibrary.d.ts +3 -3
  2079. package/dist/Photos/PHVideoRequestOptions.d.ts +2 -2
  2080. package/dist/Photos/index.js +44 -43
  2081. package/dist/PhotosUI/PHContentEditingController.d.ts +1 -1
  2082. package/dist/PhotosUI/PHProjectAssetElement.d.ts +1 -1
  2083. package/dist/PhotosUI/PHProjectElement.d.ts +3 -0
  2084. package/dist/PhotosUI/PHProjectExtensionContext.d.ts +1 -1
  2085. package/dist/PhotosUI/PHProjectExtensionController.d.ts +2 -2
  2086. package/dist/PhotosUI/PHProjectInfo.d.ts +4 -2
  2087. package/dist/PhotosUI/PHProjectMapElement.d.ts +2 -2
  2088. package/dist/PhotosUI/PHProjectRegionOfInterest.d.ts +5 -2
  2089. package/dist/PhotosUI/PHProjectSection.d.ts +3 -0
  2090. package/dist/PhotosUI/PHProjectSectionContent.d.ts +3 -0
  2091. package/dist/PhotosUI/PHProjectTypeDescription.d.ts +9 -7
  2092. package/dist/PhotosUI/PHProjectTypeDescriptionDataSource.d.ts +4 -4
  2093. package/dist/PhotosUI/PHProjectTypeDescriptionInvalidator.d.ts +3 -3
  2094. package/dist/PhotosUI/index.js +18 -17
  2095. package/dist/PreferencePanes/NSPreferencePane.d.ts +2 -2
  2096. package/dist/PreferencePanes/index.js +2 -1
  2097. package/dist/PushKit/PKPushRegistry.d.ts +1 -2
  2098. package/dist/PushKit/index.js +4 -3
  2099. package/dist/QuartzCore/CAAnimation.d.ts +6 -1
  2100. package/dist/QuartzCore/CABasicAnimation.d.ts +6 -6
  2101. package/dist/QuartzCore/CAConstraint.d.ts +3 -0
  2102. package/dist/QuartzCore/CAConstraintLayoutManager.d.ts +3 -0
  2103. package/dist/QuartzCore/CAEDRMetadata.d.ts +3 -0
  2104. package/dist/QuartzCore/CAEmitterCell.d.ts +7 -3
  2105. package/dist/QuartzCore/CALayer.d.ts +21 -16
  2106. package/dist/QuartzCore/CALayerDelegate.d.ts +2 -2
  2107. package/dist/QuartzCore/CAMediaTimingFunction.d.ts +3 -0
  2108. package/dist/QuartzCore/CAOpenGLLayer.d.ts +6 -6
  2109. package/dist/QuartzCore/CARenderer.d.ts +1 -1
  2110. package/dist/QuartzCore/CATextLayer.d.ts +2 -2
  2111. package/dist/QuartzCore/CATransaction.d.ts +4 -4
  2112. package/dist/QuartzCore/CAValueFunction.d.ts +3 -0
  2113. package/dist/QuartzCore/index.js +32 -31
  2114. package/dist/QuickLookThumbnailing/QLThumbnailGenerationRequest.d.ts +3 -0
  2115. package/dist/QuickLookThumbnailing/QLThumbnailGenerator.d.ts +4 -4
  2116. package/dist/QuickLookThumbnailing/QLThumbnailProvider.d.ts +1 -1
  2117. package/dist/QuickLookThumbnailing/index.js +7 -6
  2118. package/dist/QuickLookUI/QLPreviewProvider.d.ts +3 -0
  2119. package/dist/QuickLookUI/QLPreviewReply.d.ts +3 -3
  2120. package/dist/QuickLookUI/QLPreviewingController.d.ts +3 -3
  2121. package/dist/QuickLookUI/index.js +7 -6
  2122. package/dist/ReplayKit/RPBroadcastActivityController.d.ts +1 -1
  2123. package/dist/ReplayKit/RPBroadcastController.d.ts +4 -3
  2124. package/dist/ReplayKit/RPBroadcastControllerDelegate.d.ts +2 -2
  2125. package/dist/ReplayKit/RPBroadcastHandler.d.ts +5 -2
  2126. package/dist/ReplayKit/RPScreenRecorder.d.ts +9 -9
  2127. package/dist/ReplayKit/index.js +8 -7
  2128. package/dist/SafariServices/SFContentBlockerManager.d.ts +2 -2
  2129. package/dist/SafariServices/SFSafariApplication.d.ts +4 -4
  2130. package/dist/SafariServices/SFSafariExtension.d.ts +1 -1
  2131. package/dist/SafariServices/SFSafariExtensionHandler.d.ts +4 -0
  2132. package/dist/SafariServices/SFSafariExtensionHandling.d.ts +2 -2
  2133. package/dist/SafariServices/SFSafariExtensionManager.d.ts +1 -1
  2134. package/dist/SafariServices/SFSafariPage.d.ts +5 -2
  2135. package/dist/SafariServices/SFSafariTab.d.ts +7 -4
  2136. package/dist/SafariServices/SFSafariToolbarItem.d.ts +3 -0
  2137. package/dist/SafariServices/SFSafariWindow.d.ts +6 -3
  2138. package/dist/SafariServices/index.js +15 -14
  2139. package/dist/SafetyKit/SACrashDetectionEvent.d.ts +4 -1
  2140. package/dist/SafetyKit/SACrashDetectionManager.d.ts +1 -1
  2141. package/dist/SafetyKit/SAEmergencyResponseManager.d.ts +1 -1
  2142. package/dist/SafetyKit/index.js +4 -3
  2143. package/dist/SceneKit/SCNAction.d.ts +6 -3
  2144. package/dist/SceneKit/SCNActionable.d.ts +2 -2
  2145. package/dist/SceneKit/SCNAnimation.d.ts +7 -4
  2146. package/dist/SceneKit/SCNAnimationPlayer.d.ts +4 -0
  2147. package/dist/SceneKit/SCNAudioPlayer.d.ts +4 -4
  2148. package/dist/SceneKit/SCNAudioSource.d.ts +3 -0
  2149. package/dist/SceneKit/SCNBoundingVolume.d.ts +3 -3
  2150. package/dist/SceneKit/SCNCamera.d.ts +6 -1
  2151. package/dist/SceneKit/SCNConstraint.d.ts +4 -0
  2152. package/dist/SceneKit/SCNGeometry.d.ts +7 -2
  2153. package/dist/SceneKit/SCNGeometryElement.d.ts +3 -0
  2154. package/dist/SceneKit/SCNGeometrySource.d.ts +7 -3
  2155. package/dist/SceneKit/SCNGeometryTessellator.d.ts +3 -0
  2156. package/dist/SceneKit/SCNLayer.d.ts +3 -0
  2157. package/dist/SceneKit/SCNLevelOfDetail.d.ts +3 -0
  2158. package/dist/SceneKit/SCNLight.d.ts +8 -3
  2159. package/dist/SceneKit/SCNMaterial.d.ts +6 -1
  2160. package/dist/SceneKit/SCNMaterialProperty.d.ts +11 -7
  2161. package/dist/SceneKit/SCNMorpher.d.ts +4 -0
  2162. package/dist/SceneKit/SCNNode.d.ts +6 -0
  2163. package/dist/SceneKit/SCNParticlePropertyController.d.ts +3 -0
  2164. package/dist/SceneKit/SCNParticleSystem.d.ts +6 -2
  2165. package/dist/SceneKit/SCNPhysicsBehavior.d.ts +3 -0
  2166. package/dist/SceneKit/SCNPhysicsBody.d.ts +3 -0
  2167. package/dist/SceneKit/SCNPhysicsField.d.ts +3 -0
  2168. package/dist/SceneKit/SCNPhysicsShape.d.ts +3 -0
  2169. package/dist/SceneKit/SCNPhysicsVehicleWheel.d.ts +3 -0
  2170. package/dist/SceneKit/SCNPhysicsWorld.d.ts +3 -0
  2171. package/dist/SceneKit/SCNProgram.d.ts +3 -0
  2172. package/dist/SceneKit/SCNRenderer.d.ts +6 -2
  2173. package/dist/SceneKit/SCNScene.d.ts +7 -4
  2174. package/dist/SceneKit/SCNSceneRenderer.d.ts +4 -4
  2175. package/dist/SceneKit/SCNSceneSource.d.ts +4 -4
  2176. package/dist/SceneKit/SCNShadable.d.ts +2 -2
  2177. package/dist/SceneKit/SCNSkinner.d.ts +3 -0
  2178. package/dist/SceneKit/SCNTechnique.d.ts +7 -3
  2179. package/dist/SceneKit/SCNText.d.ts +3 -3
  2180. package/dist/SceneKit/SCNTimingFunction.d.ts +3 -0
  2181. package/dist/SceneKit/SCNTransaction.d.ts +4 -4
  2182. package/dist/SceneKit/SCNView.d.ts +7 -4
  2183. package/dist/SceneKit/index.js +67 -66
  2184. package/dist/ScreenCaptureKit/SCRecordingOutputConfiguration.d.ts +3 -2
  2185. package/dist/ScreenCaptureKit/SCScreenshotManager.d.ts +5 -5
  2186. package/dist/ScreenCaptureKit/SCShareableContent.d.ts +5 -5
  2187. package/dist/ScreenCaptureKit/SCStream.d.ts +8 -8
  2188. package/dist/ScreenCaptureKit/SCStreamConfiguration.d.ts +2 -2
  2189. package/dist/ScreenCaptureKit/index.js +16 -15
  2190. package/dist/ScreenSaver/index.js +3 -2
  2191. package/dist/ScreenTime/STScreenTimeConfigurationObserver.d.ts +1 -2
  2192. package/dist/ScreenTime/STWebHistory.d.ts +4 -4
  2193. package/dist/ScreenTime/STWebpageController.d.ts +1 -1
  2194. package/dist/ScreenTime/index.js +5 -4
  2195. package/dist/ScriptingBridge/SBApplication.d.ts +3 -3
  2196. package/dist/ScriptingBridge/SBApplicationDelegate.d.ts +1 -1
  2197. package/dist/ScriptingBridge/SBObject.d.ts +10 -7
  2198. package/dist/ScriptingBridge/index.js +4 -3
  2199. package/dist/SecurityFoundation/SFAuthorization.d.ts +6 -3
  2200. package/dist/SecurityFoundation/index.js +2 -1
  2201. package/dist/SecurityInterface/SFAuthorizationView.d.ts +1 -1
  2202. package/dist/SecurityInterface/index.js +10 -9
  2203. package/dist/SecurityUI/SFCertificatePresentation.d.ts +1 -1
  2204. package/dist/SecurityUI/index.js +2 -1
  2205. package/dist/SensitiveContentAnalysis/SCSensitivityAnalyzer.d.ts +3 -3
  2206. package/dist/SensitiveContentAnalysis/SCVideoStreamAnalyzer.d.ts +3 -3
  2207. package/dist/SensitiveContentAnalysis/index.js +4 -3
  2208. package/dist/SensorKit/SRAcousticSettings.d.ts +3 -0
  2209. package/dist/SensorKit/SRAcousticSettingsAccessibility.d.ts +3 -0
  2210. package/dist/SensorKit/SRAcousticSettingsAccessibilityBackgroundSounds.d.ts +3 -0
  2211. package/dist/SensorKit/SRAcousticSettingsAccessibilityHeadphoneAccommodations.d.ts +3 -0
  2212. package/dist/SensorKit/SRAcousticSettingsMusicEQ.d.ts +3 -0
  2213. package/dist/SensorKit/SRAudioLevel.d.ts +3 -0
  2214. package/dist/SensorKit/SRDeletionRecord.d.ts +5 -3
  2215. package/dist/SensorKit/SRDevice.d.ts +3 -0
  2216. package/dist/SensorKit/SRDeviceUsageReport.d.ts +4 -4
  2217. package/dist/SensorKit/SRElectrocardiogramData.d.ts +3 -0
  2218. package/dist/SensorKit/SRElectrocardiogramSample.d.ts +3 -0
  2219. package/dist/SensorKit/SRElectrocardiogramSession.d.ts +3 -0
  2220. package/dist/SensorKit/SRFaceMetrics.d.ts +3 -0
  2221. package/dist/SensorKit/SRFaceMetricsExpression.d.ts +3 -0
  2222. package/dist/SensorKit/SRFetchRequest.d.ts +4 -5
  2223. package/dist/SensorKit/SRFetchResult.d.ts +1 -1
  2224. package/dist/SensorKit/SRKeyboardMetrics.d.ts +6 -7
  2225. package/dist/SensorKit/SRKeyboardProbabilityMetric.d.ts +2 -2
  2226. package/dist/SensorKit/SRMediaEvent.d.ts +3 -0
  2227. package/dist/SensorKit/SRPhotoplethysmogramAccelerometerSample.d.ts +3 -0
  2228. package/dist/SensorKit/SRPhotoplethysmogramOpticalSample.d.ts +3 -0
  2229. package/dist/SensorKit/SRPhotoplethysmogramSample.d.ts +3 -0
  2230. package/dist/SensorKit/SRSensorReader.d.ts +1 -1
  2231. package/dist/SensorKit/SRSleepSession.d.ts +3 -0
  2232. package/dist/SensorKit/SRSpeechExpression.d.ts +3 -0
  2233. package/dist/SensorKit/SRSpeechMetrics.d.ts +3 -0
  2234. package/dist/SensorKit/SRSupplementalCategory.d.ts +3 -0
  2235. package/dist/SensorKit/SRWristTemperature.d.ts +3 -0
  2236. package/dist/SensorKit/SRWristTemperatureSession.d.ts +3 -0
  2237. package/dist/SensorKit/index.js +39 -38
  2238. package/dist/ServiceManagement/SMAppService.d.ts +3 -3
  2239. package/dist/ServiceManagement/index.js +2 -1
  2240. package/dist/SharedWithYou/SWCollaborationView.d.ts +1 -1
  2241. package/dist/SharedWithYou/SWHighlight.d.ts +2 -0
  2242. package/dist/SharedWithYou/SWHighlightCenter.d.ts +4 -4
  2243. package/dist/SharedWithYou/index.js +11 -10
  2244. package/dist/SharedWithYouCore/SWAction.d.ts +3 -0
  2245. package/dist/SharedWithYouCore/SWCollaborationMetadata.d.ts +3 -0
  2246. package/dist/SharedWithYouCore/SWCollaborationOption.d.ts +3 -0
  2247. package/dist/SharedWithYouCore/SWCollaborationOptionsGroup.d.ts +3 -0
  2248. package/dist/SharedWithYouCore/SWPerson.d.ts +3 -0
  2249. package/dist/SharedWithYouCore/SWPersonIdentity.d.ts +3 -0
  2250. package/dist/SharedWithYouCore/SWPersonIdentityProof.d.ts +3 -0
  2251. package/dist/SharedWithYouCore/index.js +14 -13
  2252. package/dist/ShazamKit/SHCustomCatalog.d.ts +4 -4
  2253. package/dist/ShazamKit/SHMatch.d.ts +3 -0
  2254. package/dist/ShazamKit/SHMediaItem.d.ts +4 -1
  2255. package/dist/ShazamKit/SHMediaLibrary.d.ts +1 -1
  2256. package/dist/ShazamKit/SHRange.d.ts +3 -0
  2257. package/dist/ShazamKit/SHSignature.d.ts +5 -2
  2258. package/dist/ShazamKit/SHSignatureGenerator.d.ts +2 -2
  2259. package/dist/ShazamKit/index.js +11 -10
  2260. package/dist/Social/SLComposeServiceViewController.d.ts +3 -0
  2261. package/dist/Social/index.js +3 -2
  2262. package/dist/SoundAnalysis/SNAudioFileAnalyzer.d.ts +2 -2
  2263. package/dist/SoundAnalysis/SNAudioStreamAnalyzer.d.ts +1 -1
  2264. package/dist/SoundAnalysis/SNClassificationResult.d.ts +3 -0
  2265. package/dist/SoundAnalysis/SNClassifySoundRequest.d.ts +6 -3
  2266. package/dist/SoundAnalysis/index.js +7 -6
  2267. package/dist/Speech/SFAcousticFeature.d.ts +3 -0
  2268. package/dist/Speech/SFSpeechLanguageModel.d.ts +4 -4
  2269. package/dist/Speech/SFSpeechLanguageModelConfiguration.d.ts +3 -0
  2270. package/dist/Speech/SFSpeechRecognitionMetadata.d.ts +3 -0
  2271. package/dist/Speech/SFSpeechRecognitionResult.d.ts +3 -0
  2272. package/dist/Speech/SFSpeechRecognizer.d.ts +1 -1
  2273. package/dist/Speech/SFTranscription.d.ts +3 -0
  2274. package/dist/Speech/SFTranscriptionSegment.d.ts +3 -0
  2275. package/dist/Speech/SFVoiceAnalytics.d.ts +3 -0
  2276. package/dist/Speech/index.js +14 -13
  2277. package/dist/SpriteKit/SKAction.d.ts +6 -3
  2278. package/dist/SpriteKit/SKAttribute.d.ts +3 -0
  2279. package/dist/SpriteKit/SKAttributeValue.d.ts +3 -0
  2280. package/dist/SpriteKit/SKAudioNode.d.ts +1 -1
  2281. package/dist/SpriteKit/SKConstraint.d.ts +3 -0
  2282. package/dist/SpriteKit/SKEffectNode.d.ts +3 -0
  2283. package/dist/SpriteKit/SKFieldNode.d.ts +1 -1
  2284. package/dist/SpriteKit/SKKeyframeSequence.d.ts +1 -1
  2285. package/dist/SpriteKit/SKNode.d.ts +4 -4
  2286. package/dist/SpriteKit/SKPhysicsBody.d.ts +3 -0
  2287. package/dist/SpriteKit/SKPhysicsJoint.d.ts +3 -0
  2288. package/dist/SpriteKit/SKPhysicsWorld.d.ts +3 -0
  2289. package/dist/SpriteKit/SKRange.d.ts +3 -0
  2290. package/dist/SpriteKit/SKReachConstraints.d.ts +3 -0
  2291. package/dist/SpriteKit/SKRegion.d.ts +3 -0
  2292. package/dist/SpriteKit/SKShader.d.ts +3 -0
  2293. package/dist/SpriteKit/SKShapeNode.d.ts +4 -4
  2294. package/dist/SpriteKit/SKSpriteNode.d.ts +3 -0
  2295. package/dist/SpriteKit/SKTexture.d.ts +3 -0
  2296. package/dist/SpriteKit/SKTextureAtlas.d.ts +4 -1
  2297. package/dist/SpriteKit/SKTileDefinition.d.ts +3 -0
  2298. package/dist/SpriteKit/SKTileGroup.d.ts +3 -0
  2299. package/dist/SpriteKit/SKTileGroupRule.d.ts +3 -0
  2300. package/dist/SpriteKit/SKTileSet.d.ts +3 -0
  2301. package/dist/SpriteKit/SKUniform.d.ts +3 -0
  2302. package/dist/SpriteKit/SKView.d.ts +1 -1
  2303. package/dist/SpriteKit/SKWarpGeometry.d.ts +3 -0
  2304. package/dist/SpriteKit/SKWarpGeometryGrid.d.ts +2 -2
  2305. package/dist/SpriteKit/index.js +49 -48
  2306. package/dist/StoreKit/SKAdNetwork.d.ts +5 -5
  2307. package/dist/StoreKit/SKArcadeService.d.ts +2 -2
  2308. package/dist/StoreKit/SKCloudServiceController.d.ts +5 -5
  2309. package/dist/StoreKit/SKCloudServiceSetupViewController.d.ts +1 -1
  2310. package/dist/StoreKit/SKDownload.d.ts +3 -2
  2311. package/dist/StoreKit/SKOverlayAppClipConfiguration.d.ts +2 -2
  2312. package/dist/StoreKit/SKOverlayAppConfiguration.d.ts +2 -2
  2313. package/dist/StoreKit/SKPaymentQueue.d.ts +1 -2
  2314. package/dist/StoreKit/SKProductStorePromotionController.d.ts +4 -4
  2315. package/dist/StoreKit/SKStoreProductViewController.d.ts +2 -2
  2316. package/dist/StoreKit/index.js +28 -27
  2317. package/dist/Symbols/NSSymbolContentTransition.d.ts +3 -0
  2318. package/dist/Symbols/NSSymbolEffect.d.ts +3 -0
  2319. package/dist/Symbols/NSSymbolEffectOptions.d.ts +3 -0
  2320. package/dist/Symbols/NSSymbolEffectOptionsRepeatBehavior.d.ts +3 -0
  2321. package/dist/Symbols/index.js +19 -18
  2322. package/dist/SyncServices/ISyncChange.d.ts +3 -3
  2323. package/dist/SyncServices/ISyncClient.d.ts +1 -1
  2324. package/dist/SyncServices/ISyncRecordReference.d.ts +3 -0
  2325. package/dist/SyncServices/index.js +9 -8
  2326. package/dist/SystemExtensions/OSSystemExtensionRequest.d.ts +3 -4
  2327. package/dist/SystemExtensions/OSSystemExtensionsWorkspace.d.ts +2 -2
  2328. package/dist/SystemExtensions/index.js +6 -5
  2329. package/dist/ThreadNetwork/THClient.d.ts +7 -7
  2330. package/dist/ThreadNetwork/THCredentials.d.ts +3 -0
  2331. package/dist/ThreadNetwork/index.js +3 -2
  2332. package/dist/UniformTypeIdentifiers/UTType.d.ts +5 -2
  2333. package/dist/UniformTypeIdentifiers/index.js +2 -1
  2334. package/dist/UserNotifications/UNNotification.d.ts +3 -0
  2335. package/dist/UserNotifications/UNNotificationAction.d.ts +3 -0
  2336. package/dist/UserNotifications/UNNotificationActionIcon.d.ts +3 -0
  2337. package/dist/UserNotifications/UNNotificationAttachment.d.ts +4 -1
  2338. package/dist/UserNotifications/UNNotificationAttributedMessageContext.d.ts +3 -0
  2339. package/dist/UserNotifications/UNNotificationCategory.d.ts +3 -0
  2340. package/dist/UserNotifications/UNNotificationContent.d.ts +4 -1
  2341. package/dist/UserNotifications/UNNotificationRequest.d.ts +3 -0
  2342. package/dist/UserNotifications/UNNotificationResponse.d.ts +3 -0
  2343. package/dist/UserNotifications/UNNotificationSettings.d.ts +3 -0
  2344. package/dist/UserNotifications/UNNotificationSound.d.ts +8 -5
  2345. package/dist/UserNotifications/UNNotificationTrigger.d.ts +3 -0
  2346. package/dist/UserNotifications/UNUserNotificationCenter.d.ts +3 -3
  2347. package/dist/UserNotifications/index.js +22 -21
  2348. package/dist/VideoSubscriberAccount/VSAccountManager.d.ts +2 -2
  2349. package/dist/VideoSubscriberAccount/VSAccountProviderResponse.d.ts +1 -2
  2350. package/dist/VideoSubscriberAccount/VSAutoSignInToken.d.ts +3 -0
  2351. package/dist/VideoSubscriberAccount/VSUserAccountManager.d.ts +4 -4
  2352. package/dist/VideoSubscriberAccount/index.js +14 -13
  2353. package/dist/VideoToolbox/VTFrameProcessor.d.ts +4 -4
  2354. package/dist/VideoToolbox/VTSuperResolutionScalerConfiguration.d.ts +1 -1
  2355. package/dist/VideoToolbox/VTTemporalNoiseFilterConfiguration.d.ts +1 -2
  2356. package/dist/VideoToolbox/index.js +18 -17
  2357. package/dist/Virtualization/VZDiskBlockDeviceStorageDeviceAttachment.d.ts +1 -1
  2358. package/dist/Virtualization/VZDiskImageStorageDeviceAttachment.d.ts +2 -2
  2359. package/dist/Virtualization/VZEFIVariableStore.d.ts +1 -1
  2360. package/dist/Virtualization/VZFileSerialPortAttachment.d.ts +1 -1
  2361. package/dist/Virtualization/VZGraphicsDisplay.d.ts +2 -2
  2362. package/dist/Virtualization/VZLinuxRosettaAbstractSocketCachingOptions.d.ts +1 -1
  2363. package/dist/Virtualization/VZLinuxRosettaDirectoryShare.d.ts +2 -2
  2364. package/dist/Virtualization/VZLinuxRosettaUnixSocketCachingOptions.d.ts +1 -1
  2365. package/dist/Virtualization/VZMacAuxiliaryStorage.d.ts +1 -1
  2366. package/dist/Virtualization/VZMacOSInstaller.d.ts +1 -1
  2367. package/dist/Virtualization/VZMacOSRestoreImage.d.ts +2 -2
  2368. package/dist/Virtualization/VZMultipleDirectoryShare.d.ts +1 -1
  2369. package/dist/Virtualization/VZNetworkBlockDeviceStorageDeviceAttachment.d.ts +3 -3
  2370. package/dist/Virtualization/VZUSBController.d.ts +4 -3
  2371. package/dist/Virtualization/VZUSBControllerConfiguration.d.ts +3 -3
  2372. package/dist/Virtualization/VZUSBMassStorageDevice.d.ts +3 -0
  2373. package/dist/Virtualization/VZUSBMassStorageDeviceConfiguration.d.ts +3 -0
  2374. package/dist/Virtualization/VZVirtioBlockDeviceConfiguration.d.ts +1 -1
  2375. package/dist/Virtualization/VZVirtioFileSystemDeviceConfiguration.d.ts +1 -1
  2376. package/dist/Virtualization/VZVirtioSocketDevice.d.ts +1 -1
  2377. package/dist/Virtualization/VZVirtualMachine.d.ts +10 -10
  2378. package/dist/Virtualization/VZVirtualMachineConfiguration.d.ts +2 -2
  2379. package/dist/Virtualization/index.js +111 -110
  2380. package/dist/Vision/VNAnimalBodyPoseObservation.d.ts +4 -2
  2381. package/dist/Vision/VNCircle.d.ts +3 -0
  2382. package/dist/Vision/VNClassifyImageRequest.d.ts +2 -2
  2383. package/dist/Vision/VNContour.d.ts +5 -2
  2384. package/dist/Vision/VNContoursObservation.d.ts +2 -2
  2385. package/dist/Vision/VNCoreMLModel.d.ts +3 -2
  2386. package/dist/Vision/VNCoreMLRequest.d.ts +1 -1
  2387. package/dist/Vision/VNDetectAnimalBodyPoseRequest.d.ts +2 -2
  2388. package/dist/Vision/VNDetectBarcodesRequest.d.ts +1 -1
  2389. package/dist/Vision/VNDetectFaceCaptureQualityRequest.d.ts +3 -0
  2390. package/dist/Vision/VNDetectFaceLandmarksRequest.d.ts +3 -0
  2391. package/dist/Vision/VNDetectHumanBodyPose3DRequest.d.ts +3 -3
  2392. package/dist/Vision/VNDetectHumanBodyPoseRequest.d.ts +4 -4
  2393. package/dist/Vision/VNDetectHumanHandPoseRequest.d.ts +4 -4
  2394. package/dist/Vision/VNDetectRectanglesRequest.d.ts +8 -9
  2395. package/dist/Vision/VNDetectTrajectoriesRequest.d.ts +1 -1
  2396. package/dist/Vision/VNDetectedPoint.d.ts +1 -2
  2397. package/dist/Vision/VNFaceLandmarkRegion.d.ts +4 -0
  2398. package/dist/Vision/VNFaceLandmarks.d.ts +5 -2
  2399. package/dist/Vision/VNFeaturePrintObservation.d.ts +1 -1
  2400. package/dist/Vision/VNGenerateOpticalFlowRequest.d.ts +2 -3
  2401. package/dist/Vision/VNGeneratePersonSegmentationRequest.d.ts +4 -4
  2402. package/dist/Vision/VNGeometryUtils.d.ts +5 -5
  2403. package/dist/Vision/VNHumanBodyPose3DObservation.d.ts +7 -5
  2404. package/dist/Vision/VNHumanBodyPoseObservation.d.ts +4 -2
  2405. package/dist/Vision/VNHumanBodyRecognizedPoint3D.d.ts +2 -2
  2406. package/dist/Vision/VNHumanHandPoseObservation.d.ts +4 -2
  2407. package/dist/Vision/VNImageRequestHandler.d.ts +9 -9
  2408. package/dist/Vision/VNInstanceMaskObservation.d.ts +3 -3
  2409. package/dist/Vision/VNObservation.d.ts +5 -2
  2410. package/dist/Vision/VNPoint.d.ts +3 -0
  2411. package/dist/Vision/VNPoint3D.d.ts +3 -0
  2412. package/dist/Vision/VNRecognizeAnimalsRequest.d.ts +2 -2
  2413. package/dist/Vision/VNRecognizeTextRequest.d.ts +5 -2
  2414. package/dist/Vision/VNRecognizedPoints3DObservation.d.ts +2 -2
  2415. package/dist/Vision/VNRecognizedPointsObservation.d.ts +3 -3
  2416. package/dist/Vision/VNRecognizedText.d.ts +6 -2
  2417. package/dist/Vision/VNRequest.d.ts +8 -4
  2418. package/dist/Vision/VNSequenceRequestHandler.d.ts +12 -12
  2419. package/dist/Vision/VNStatefulRequest.d.ts +1 -1
  2420. package/dist/Vision/VNTargetedImageRequest.d.ts +18 -18
  2421. package/dist/Vision/VNTrackHomographicImageRegistrationRequest.d.ts +1 -1
  2422. package/dist/Vision/VNTrackObjectRequest.d.ts +1 -1
  2423. package/dist/Vision/VNTrackOpticalFlowRequest.d.ts +3 -3
  2424. package/dist/Vision/VNTrackRectangleRequest.d.ts +1 -1
  2425. package/dist/Vision/VNTrackTranslationalImageRegistrationRequest.d.ts +1 -1
  2426. package/dist/Vision/VNTrackingRequest.d.ts +1 -1
  2427. package/dist/Vision/VNVector.d.ts +3 -0
  2428. package/dist/Vision/VNVideoProcessor.d.ts +5 -5
  2429. package/dist/Vision/index.js +92 -91
  2430. package/dist/WebKit/DOMEvent.d.ts +5 -6
  2431. package/dist/WebKit/DOMMouseEvent.d.ts +1 -1
  2432. package/dist/WebKit/WKDownload.d.ts +4 -1
  2433. package/dist/WebKit/WKDownloadDelegate.d.ts +3 -3
  2434. package/dist/WebKit/WKHTTPCookieStore.d.ts +4 -4
  2435. package/dist/WebKit/WKNavigationDelegate.d.ts +1 -1
  2436. package/dist/WebKit/WKPreferences.d.ts +3 -0
  2437. package/dist/WebKit/WKProcessPool.d.ts +3 -0
  2438. package/dist/WebKit/WKScriptMessageHandlerWithReply.d.ts +1 -1
  2439. package/dist/WebKit/WKUIDelegate.d.ts +2 -2
  2440. package/dist/WebKit/WKUserContentController.d.ts +3 -0
  2441. package/dist/WebKit/WKWebExtension.d.ts +2 -2
  2442. package/dist/WebKit/WKWebExtensionContext.d.ts +5 -5
  2443. package/dist/WebKit/WKWebExtensionController.d.ts +5 -5
  2444. package/dist/WebKit/WKWebExtensionControllerConfiguration.d.ts +3 -0
  2445. package/dist/WebKit/WKWebExtensionControllerDelegate.d.ts +13 -12
  2446. package/dist/WebKit/WKWebExtensionMatchPattern.d.ts +5 -2
  2447. package/dist/WebKit/WKWebExtensionMessagePort.d.ts +5 -5
  2448. package/dist/WebKit/WKWebExtensionTab.d.ts +15 -15
  2449. package/dist/WebKit/WKWebExtensionWindow.d.ts +6 -5
  2450. package/dist/WebKit/WKWebExtensionWindowConfiguration.d.ts +1 -2
  2451. package/dist/WebKit/WKWebView.d.ts +27 -23
  2452. package/dist/WebKit/WKWebViewConfiguration.d.ts +3 -0
  2453. package/dist/WebKit/WKWebsiteDataStore.d.ts +6 -3
  2454. package/dist/WebKit/WebArchive.d.ts +3 -0
  2455. package/dist/WebKit/WebPreferences.d.ts +3 -0
  2456. package/dist/WebKit/WebResource.d.ts +3 -0
  2457. package/dist/WebKit/WebUndefined.d.ts +3 -0
  2458. package/dist/WebKit/WebView.d.ts +3 -0
  2459. package/dist/WebKit/index.js +166 -165
  2460. package/dist/bind.d.ts +55 -0
  2461. package/dist/bind.js +97 -0
  2462. package/dist/helpers.d.ts +1 -0
  2463. package/dist/helpers.js +1 -0
  2464. package/dist/iTunesLibrary/ITLibMediaEntity.d.ts +1 -1
  2465. package/dist/iTunesLibrary/ITLibrary.d.ts +4 -4
  2466. package/dist/iTunesLibrary/index.js +9 -8
  2467. package/dist/index.d.ts +0 -1
  2468. package/dist/index.js +0 -1
  2469. package/package.json +1 -1
@@ -5,6 +5,7 @@ import type { _AVMediaSelectionGroup } from "./AVMediaSelectionGroup.js";
5
5
  import type { _NSArray } from "../Foundation/NSArray.js";
6
6
  import type { _NSDictionary } from "../Foundation/NSDictionary.js";
7
7
  import type { _NSLocale } from "../Foundation/NSLocale.js";
8
+ import type { _NSString } from "../Foundation/NSString.js";
8
9
  import type { CGSize } from "../structs/CGSize.js";
9
10
  import type { AVMetadataFormat } from "./AVMetadataFormat.js";
10
11
  export declare class _AVComposition extends _AVAsset {
@@ -14,32 +15,32 @@ export declare class _AVComposition extends _AVAsset {
14
15
  /**
15
16
  * Provides an instance of AVCompositionTrack that represents the track of the specified trackID. The trackID of the requested AVCompositionTrack. An instance of AVCompositionTrack; may be nil if no track of the specified trackID is available. Becomes callable without blocking when the key " tracks" has been loaded
16
17
  */
17
- trackWithTrackID$(trackID: NobjcObject): _AVCompositionTrack | null;
18
+ trackWithTrackID$(trackID: number): _AVCompositionTrack | null;
18
19
  /**
19
20
  * Loads an instance of AVCompositionTrack that represents the track of the specified trackID. The trackID of the requested AVCompositionTrack. A block that is called when the loading is finished, with either the loaded track (which may be nil if no track of the specified trackID is available) or an error.
20
21
  */
21
- loadTrackWithTrackID$completionHandler$(trackID: NobjcObject, completionHandler: NobjcObject): void;
22
+ loadTrackWithTrackID$completionHandler$(trackID: number, completionHandler: NobjcObject | null): void;
22
23
  /**
23
24
  * Provides an array of AVCompositionTracks of the asset that present media of the specified media type. The media type according to which the receiver filters its AVCompositionTracks. (Media types are defined in AVMediaFormat.h) An NSArray of AVCompositionTracks; may be empty if no tracks of the specified media type are available. Becomes callable without blocking when the key " tracks" has been loaded
24
25
  */
25
- tracksWithMediaType$(mediaType: number): _NSArray;
26
+ tracksWithMediaType$(mediaType: _NSString): _NSArray;
26
27
  /**
27
28
  * Loads an array of AVCompositionTracks of the asset that present media of the specified media type. The media type according to which AVAsset filters its AVCompositionTracks. (Media types are defined in AVMediaFormat.h.) A block that is called when the loading is finished, with either the loaded tracks (which may be empty if no tracks of the specified media type are available) or an error.
28
29
  */
29
- loadTracksWithMediaType$completionHandler$(mediaType: number, completionHandler: NobjcObject): void;
30
+ loadTracksWithMediaType$completionHandler$(mediaType: _NSString, completionHandler: NobjcObject | null): void;
30
31
  /**
31
32
  * Provides an array of AVCompositionTracks of the asset that present media with the specified characteristic. The media characteristic according to which the receiver filters its AVCompositionTracks. (Media characteristics are defined in AVMediaFormat.h) An NSArray of AVCompositionTracks; may be empty if no tracks with the specified characteristic are available. Becomes callable without blocking when the key " tracks" has been loaded
32
33
  */
33
- tracksWithMediaCharacteristic$(mediaCharacteristic: number): _NSArray;
34
+ tracksWithMediaCharacteristic$(mediaCharacteristic: _NSString): _NSArray;
34
35
  /**
35
36
  * Loads an array of AVCompositionTracks of the asset that present media with the specified characteristic. The media characteristic according to which AVAsset filters its AVCompositionTracks. (Media characteristics are defined in AVMediaFormat.h.) A block that is called when the loading is finished, with either the loaded tracks (which may be empty if no tracks with the specified characteristic are available) or an error.
36
37
  */
37
- loadTracksWithMediaCharacteristic$completionHandler$(mediaCharacteristic: number, completionHandler: NobjcObject): void;
38
+ loadTracksWithMediaCharacteristic$completionHandler$(mediaCharacteristic: _NSString, completionHandler: NobjcObject | null): void;
38
39
  metadataForFormat$(format: AVMetadataFormat): _NSArray;
39
40
  chapterMetadataGroupsWithTitleLocale$containingItemsWithCommonKeys$(locale: _NSLocale, commonKeys: _NSArray | null): _NSArray;
40
41
  chapterMetadataGroupsBestMatchingPreferredLanguages$(preferredLanguages: _NSArray): _NSArray;
41
- mediaSelectionGroupForMediaCharacteristic$(mediaCharacteristic: number): _AVMediaSelectionGroup | null;
42
- unusedTrackID(): NobjcObject;
42
+ mediaSelectionGroupForMediaCharacteristic$(mediaCharacteristic: _NSString): _AVMediaSelectionGroup | null;
43
+ unusedTrackID(): number;
43
44
  /** Provides the array of AVCompositionTracks contained by the composition. */
44
45
  tracks(): _NSArray;
45
46
  /** Indicates the authored size of the visual portion of the composition. */
@@ -1,6 +1,7 @@
1
1
  import type { _AVAssetTrack } from "./AVAssetTrack.js";
2
2
  import type { _AVCompositionTrackSegment } from "./AVCompositionTrackSegment.js";
3
3
  import type { _NSArray } from "../Foundation/NSArray.js";
4
+ import type { _NSString } from "../Foundation/NSString.js";
4
5
  import type { CMTime } from "../structs/CMTime.js";
5
6
  import type { AVMetadataFormat } from "./AVMetadataFormat.js";
6
7
  import type { AVTrackAssociationType } from "./AVTrackAssociationType.js";
@@ -12,7 +13,7 @@ export declare class _AVCompositionTrack extends _AVAssetTrack {
12
13
  * @method segmentForTrackTime: @abstract Supplies the AVCompositionTrackSegment from the segments array with a target timeRange that either contains the specified track time or is the closest to it among the target timeRanges of the track's segments. @param trackTime The trackTime for which an AVCompositionTrackSegment is requested. @result An AVCompositionTrackSegment. @discussion If the trackTime does not map to a sample presentation time (e.g. it's outside the track's timeRange), the segment closest in time to the specified trackTime is returned.
13
14
  */
14
15
  segmentForTrackTime$(trackTime: CMTime): _AVCompositionTrackSegment | null;
15
- hasMediaCharacteristic$(mediaCharacteristic: number): boolean;
16
+ hasMediaCharacteristic$(mediaCharacteristic: _NSString): boolean;
16
17
  samplePresentationTimeForTrackTime$(trackTime: CMTime): CMTime;
17
18
  metadataForFormat$(format: AVMetadataFormat): _NSArray;
18
19
  associatedTracksOfType$(trackAssociationType: AVTrackAssociationType): _NSArray;
@@ -1,5 +1,6 @@
1
1
  import type { NobjcObject } from "objc-js";
2
2
  import type { _NSObject } from "../Foundation/NSObject.js";
3
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
3
4
  export declare class _AVCompositionTrackFormatDescriptionReplacement extends _NSObject {
4
5
  static alloc(): _AVCompositionTrackFormatDescriptionReplacement;
5
6
  static new(): _AVCompositionTrackFormatDescriptionReplacement;
@@ -11,3 +12,5 @@ export declare class _AVCompositionTrackFormatDescriptionReplacement extends _NS
11
12
  */
12
13
  replacementFormatDescription(): NobjcObject;
13
14
  }
15
+ export interface _AVCompositionTrackFormatDescriptionReplacement extends _NSSecureCoding {
16
+ }
@@ -1,4 +1,3 @@
1
- import type { NobjcObject } from "objc-js";
2
1
  import type { _AVAssetTrackSegment } from "./AVAssetTrackSegment.js";
3
2
  import type { _NSURL } from "../Foundation/NSURL.js";
4
3
  import type { CMTimeRange } from "../structs/CMTimeRange.js";
@@ -9,7 +8,7 @@ export declare class _AVCompositionTrackSegment extends _AVAssetTrackSegment {
9
8
  /**
10
9
  * @method compositionTrackSegmentWithURL:trackID:sourceTimeRange:targetTimeRange: @abstract Returns an instance of AVCompositionTrackSegment that presents a portion of a file referenced by URL. @param URL An instance of NSURL that references the container file to be presented by the AVCompositionTrackSegment. @param trackID The track identifier that specifies the track of the container file to be presented by the AVCompositionTrackSegment. @param sourceTimeRange The timeRange of the track of the container file to be presented by the AVCompositionTrackSegment. @param targetTimeRange The timeRange of the composition track during which the AVCompositionTrackSegment is to be presented. @result An instance of AVCompositionTrackSegment. @discussion To specify that the segment be played at the asset's normal rate, set source.duration == target.duration in the timeMapping. Otherwise, the segment will be played at a rate equal to the ratio source.duration / target.duration.
11
10
  */
12
- static compositionTrackSegmentWithURL$trackID$sourceTimeRange$targetTimeRange$(URL: _NSURL, trackID: NobjcObject, sourceTimeRange: CMTimeRange, targetTimeRange: CMTimeRange): _AVCompositionTrackSegment;
11
+ static compositionTrackSegmentWithURL$trackID$sourceTimeRange$targetTimeRange$(URL: _NSURL, trackID: number, sourceTimeRange: CMTimeRange, targetTimeRange: CMTimeRange): _AVCompositionTrackSegment;
13
12
  /**
14
13
  * @method compositionTrackSegmentWithTimeRange: @abstract Returns an instance of AVCompositionTrackSegment that presents an empty track segment. @param timeRange The timeRange of the empty AVCompositionTrackSegment. @result An instance of AVCompositionTrackSegment.
15
14
  */
@@ -17,7 +16,7 @@ export declare class _AVCompositionTrackSegment extends _AVAssetTrackSegment {
17
16
  /**
18
17
  * @method initWithURL:trackID:sourceTimeRange:targetTimeRange: @abstract Initializes an instance of AVCompositionTrackSegment that presents a portion of a file referenced by URL. @param URL An instance of NSURL that references the container file to be presented by the AVCompositionTrackSegment. @param trackID The track identifier that specifies the track of the container file to be presented by the AVCompositionTrackSegment. @param sourceTimeRange The timeRange of the track of the container file to be presented by the AVCompositionTrackSegment. @param targetTimeRange The timeRange of the composition track during which the AVCompositionTrackSegment is to be presented. @result An instance of AVCompositionTrackSegment. @discussion To specify that the segment be played at the asset's normal rate, set source.duration == target.duration in the timeMapping. Otherwise, the segment will be played at a rate equal to the ratio source.duration / target.duration.
19
18
  */
20
- initWithURL$trackID$sourceTimeRange$targetTimeRange$(URL: _NSURL, trackID: NobjcObject, sourceTimeRange: CMTimeRange, targetTimeRange: CMTimeRange): _AVCompositionTrackSegment;
19
+ initWithURL$trackID$sourceTimeRange$targetTimeRange$(URL: _NSURL, trackID: number, sourceTimeRange: CMTimeRange, targetTimeRange: CMTimeRange): _AVCompositionTrackSegment;
21
20
  /**
22
21
  * @method initWithTimeRange: @abstract Initializes an instance of AVCompositionTrackSegment that presents an empty track segment. @param timeRange The timeRange of the empty AVCompositionTrackSegment. @result An instance of AVCompositionTrackSegment.
23
22
  */
@@ -33,5 +32,5 @@ export declare class _AVCompositionTrackSegment extends _AVAssetTrackSegment {
33
32
  /**
34
33
  * indicates the track of the container file of the media presented by the AVCompositionTrackSegment
35
34
  */
36
- sourceTrackID(): NobjcObject;
35
+ sourceTrackID(): number;
37
36
  }
@@ -4,9 +4,9 @@ import type { _NSDictionary } from "../Foundation/NSDictionary.js";
4
4
  import type { _NSError } from "../Foundation/NSError.js";
5
5
  import type { _NSObject } from "../Foundation/NSObject.js";
6
6
  import type { _AVContentKey } from "./AVContentKey.js";
7
- import type { _AVContentKeyRecipient } from "./AVContentKeyRecipient.js";
8
7
  import type { _AVContentKeyResponse } from "./AVContentKeyResponse.js";
9
8
  import type { _AVContentKeySpecifier } from "./AVContentKeySpecifier.js";
9
+ import type { _AVURLAsset } from "./AVURLAsset.js";
10
10
  import type { AVContentKeyRequestStatus } from "./AVContentKeyRequestStatus.js";
11
11
  export declare class _AVContentKeyRequest extends _NSObject {
12
12
  static alloc(): _AVContentKeyRequest;
@@ -15,7 +15,7 @@ export declare class _AVContentKeyRequest extends _NSObject {
15
15
  /**
16
16
  * Obtains a content key request data for a specific combination of application and content. If option AVContentKeyRequestProtocolVersionsKey is not specified the default protocol version of 1 is assumed. - Parameter appIdentifier: An opaque identifier for the application. The value of this identifier depends on the particular system used to provide the content key. - Parameter contentIdentifier: An optional opaque identifier for the content. The value of this identifier depends on the particular system used to provide the content key. - Parameter options: Additional information necessary to obtain the key, or nil if none. See AVContentKeyRequest*Key below. - Parameter handler: Once the streaming content key request is prepared, this block will be called with the request data or an error describing the failure.
17
17
  */
18
- makeStreamingContentKeyRequestDataForApp$contentIdentifier$options$completionHandler$(appIdentifier: _NSData, contentIdentifier: _NSData | null, options: _NSDictionary | null, handler: NobjcObject): void;
18
+ makeStreamingContentKeyRequestDataForApp$contentIdentifier$options$completionHandler$(appIdentifier: _NSData, contentIdentifier: _NSData | null, options: _NSDictionary | null, handler: NobjcObject | null): void;
19
19
  /**
20
20
  * Informs the receiver to process the specified content key response. After you receive an AVContentKeyRequest via -contentKeySession:didProvideContentKeyRequest: and after you invoke -[AVContentKeyRequest makeStreamingContentKeyRequestDataForApp:contentIdentifier:options:completionHandler:] on that request, you must obtain a response to the request in accordance with the protocol in use by the entity that controls the use of the media data. This is the method you use to provide the content key response to make protected content available for processing. If obtaining the content key response fails, use -processContentKeyResponseError:. - Parameter keyResponse: An instance of AVContentKeyResponse carrying a response to a content key request.
21
21
  */
@@ -33,7 +33,7 @@ export declare class _AVContentKeyRequest extends _NSObject {
33
33
  /**
34
34
  * Informs the receiver to process a persistable content key request. When you receive an AVContentKeyRequest via -contentKeySession:didProvideContentKeyRequest: and you want the resulting key response to produce a key that can persist across multiple playback sessions, 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:. NSInternalInconsistencyException will be raised, if you are attempting to create and use a persistable key but your AVContentKeySession delegate does not respond to contentKeySession:didProvidePersistableContentKeyRequest:. - Parameter outError: The error returned if a persistable content key request cannot be requested. - Returns: YES if sucessful. If NO, this request should be responded to via processContentKeyResponse: or processContentKeyResponseError:.
35
35
  */
36
- respondByRequestingPersistableContentKeyRequestAndReturnError$(outError: NobjcObject): boolean;
36
+ respondByRequestingPersistableContentKeyRequestAndReturnError$(outError: NobjcObject | null): boolean;
37
37
  /**
38
38
  * This describes the state of the AVContentKeyRequest, value is one of AVContentKeyRequestStatus.
39
39
  */
@@ -45,7 +45,7 @@ export declare class _AVContentKeyRequest extends _NSObject {
45
45
  /**
46
46
  * Container- and protocol-specific identifier for the content key. In order to use a key with an HTTP Live Streaming AVURLAsset, the identifier must be an NSURL that matches a key URI in the Media Playlist.
47
47
  */
48
- identifier(): NobjcObject;
48
+ identifier(): NobjcObject | null;
49
49
  /**
50
50
  * @property initializationData @abstract Container- and protocol-specific data to be used to obtain a key response.
51
51
  */
@@ -67,7 +67,7 @@ export declare class _AVContentKeyRequest extends _NSObject {
67
67
  /**
68
68
  * The AVContentKeyRecipient which initiated this request, if any. The originatingRecipient is an AVFoundation object responsible for initiating an AVContentKeyRequest. For example, an AVURLAsset used for playback can trigger an AVContentKeyRequest. If an application triggers key loading directly, for example with -[AVContentKeySession processContentKeyRequestWithIdentifier:initializationData:options:], the value of originatingRecipient will be nil. The originatingRecipient of key requests from HLS interstitials will always be the corresponding interstitial AVURLAsset. To receive key requests for DRM-protected interstitial content, applications must ensure their AVContentKeySession is attached to these interstitial AVURLAssets. These interstitial AVURLAssets may be retrieved from the primary AVURLAsset via AVPlayerInterstitialEventMonitor.
69
69
  */
70
- originatingRecipient(): _AVContentKeyRecipient | null;
70
+ originatingRecipient(): _AVURLAsset | null;
71
71
  /**
72
72
  * Indicates whether the receiver represents a request to renew previously provided response data that is expiring or has expired.
73
73
  */
@@ -31,7 +31,7 @@ export declare class _AVContentKeySession extends _NSObject {
31
31
  /**
32
32
  * Sets the receiver's delegate. A delegate is required to handle content key initialization. - Parameter delegate: An object conforming to the AVContentKeySessionDelegate protocol. - Parameter delegateQueue: A dispatch queue on which delegate methods will be invoked whenever processes requiring content keys are executed asynchronously. Passing a value of nil for the delegateQueue parameter along with a non-nil value for the delegate parameter will result in an invalid argument exception.
33
33
  */
34
- setDelegate$queue$(delegate: _AVContentKeySessionDelegate | null, delegateQueue: NobjcObject): void;
34
+ setDelegate$queue$(delegate: _AVContentKeySessionDelegate | null, delegateQueue: _NSObject | null): void;
35
35
  /**
36
36
  * Tells the receiver to treat the session as having been intentionally and normally expired. When an instance of AVContentKeySession receives an expire message, all of its associated objects conforming to the AVContentKeyRecipient protocol will become inoperable. Send this message only after you have finished operating on the media data.
37
37
  */
@@ -39,7 +39,7 @@ export declare class _AVContentKeySession extends _NSObject {
39
39
  /**
40
40
  * Informs the receiver that it should attempt to instantiate a content decryption key using the specified initialization data. May be used to generate an AVContentKeyRequest from request initialization data already in hand, without awaiting such data during the processing of media data of an associated recipient. - Parameter identifier: Container- and protocol-specific identifier to be used to obtain a key response. Either identifier or initializationData must be non-nil. Both can be non-nil, if the content protection protocol requires both. - Parameter initializationData: Container- and protocol-specific data to be used to obtain a key response. Either identifier or initializationData must be non-nil. Both can be non-nil, if the content protection protocol requires both. - Parameter options: Additional information necessary to obtain the key, or nil if none. See AVContentKeyRequest*Key below.
41
41
  */
42
- processContentKeyRequestWithIdentifier$initializationData$options$(identifier: NobjcObject, initializationData: _NSData | null, options: _NSDictionary | null): void;
42
+ processContentKeyRequestWithIdentifier$initializationData$options$(identifier: NobjcObject | null, initializationData: _NSData | null, options: _NSDictionary | null): void;
43
43
  /**
44
44
  * Informs the receiver that the already provided response data for an earlier AVContentKeyRequest will imminently expire. In response the receiver will invoke your delegate with a new content key request entreating it to renew the expiring response data, via -contentKeySession:didProvideRenewingContentKeyRequest:.
45
45
  */
@@ -47,15 +47,15 @@ export declare class _AVContentKeySession extends _NSObject {
47
47
  /**
48
48
  * Creates a secure server playback context (SPC) that the client could send to the key server to obtain an expiration date for the provided persistable content key data. - Parameter persistableContentKeyData: Persistable content key data that was previously created using -[AVContentKeyRequest persistableContentKeyFromKeyVendorResponse:options:error:] or obtained via AVContentKeySessionDelegate callback -contentKeySession:didUpdatePersistableContentKey:forContentKeyIdentifier:. - Parameter handler: Once the secure token is ready, this block will be called with the token or an error describing the failure.
49
49
  */
50
- makeSecureTokenForExpirationDateOfPersistableContentKey$completionHandler$(persistableContentKeyData: _NSData, handler: NobjcObject): void;
50
+ makeSecureTokenForExpirationDateOfPersistableContentKey$completionHandler$(persistableContentKeyData: _NSData, handler: NobjcObject | null): void;
51
51
  /**
52
52
  * Invalidates the persistable content key and creates a secure server playback context (SPC) that the client could send to the key server to verify the outcome of invalidation request. Once invalidated, a persistable content key cannot be used to answer key requests during later playback sessions. - Parameter persistableContentKeyData: Persistable content key data that was previously created using -[AVContentKeyRequest persistableContentKeyFromKeyVendorResponse:options:error:] or obtained via AVContentKeySessionDelegate callback -contentKeySession:didUpdatePersistableContentKey:forContentKeyIdentifier:. - Parameter options: Additional information necessary to generate the server playback context, or nil if none. See AVContentKeySessionServerPlaybackContextOption for supported options. - Parameter handler: Once the server playback context is ready, this block will be called with the data or an error describing the failure.
53
53
  */
54
- invalidatePersistableContentKey$options$completionHandler$(persistableContentKeyData: _NSData, options: _NSDictionary | null, handler: NobjcObject): void;
54
+ invalidatePersistableContentKey$options$completionHandler$(persistableContentKeyData: _NSData, options: _NSDictionary | null, handler: NobjcObject | null): void;
55
55
  /**
56
56
  * Invalidates all persistable content keys associated with the application and creates a secure server playback context (SPC) that the client could send to the key server to verify the outcome of invalidation request. Once invalidated, persistable content keys cannot be used to answer key requests during later playback sessions. - Parameter appIdentifier: An opaque identifier for the application. The contents of this identifier depend on the particular protocol in use by the entity that controls the use of the media data. - Parameter options: Additional information necessary to generate the server playback context, or nil if none. See AVContentKeySessionServerPlaybackContextOption for supported options. - Parameter handler: Once the server playback context is ready, this block will be called with the data or an error describing the failure.
57
57
  */
58
- invalidateAllPersistableContentKeysForApp$options$completionHandler$(appIdentifier: _NSData, options: _NSDictionary | null, handler: NobjcObject): void;
58
+ invalidateAllPersistableContentKeysForApp$options$completionHandler$(appIdentifier: _NSData, options: _NSDictionary | null, handler: NobjcObject | null): void;
59
59
  /**
60
60
  * Informs the receiver that the specified recipient will be used for the session. It is an error to add recipient to sessions that have received an expire message. It is also an error to add recipients after they have already begun to process media data (e.g. after an AVURLAsset has loaded the values of any of its keys). Such errors will result in NSInternalInconsistencyExceptions. Sending this message to an AVContentKeySession is atomic.
61
61
  */
@@ -71,7 +71,7 @@ export declare class _AVContentKeySession extends _NSObject {
71
71
  /**
72
72
  * The dispatch queue on which all delegate methods will be invoked whenever processes requiring content keys are executed asynchronously. The value of this property is a dispatch_queue_t. The queue is set using the setDelegate:queue: method.
73
73
  */
74
- delegateQueue(): NobjcObject;
74
+ delegateQueue(): _NSObject | null;
75
75
  /**
76
76
  * The storage URL provided when the AVContentKeySession was created. May be nil. URL to a writable directory; may be nil. The session will use this to facilitate expired session reports after abnormal session termination.
77
77
  */
@@ -85,5 +85,5 @@ export declare class _AVContentKeySession extends _NSObject {
85
85
  /**
86
86
  * The array of recipients of content keys currently associated with the AVContentKeySession.
87
87
  */
88
- contentKeyRecipients(): NobjcObject;
88
+ contentKeyRecipients(): _NSArray;
89
89
  }
@@ -24,7 +24,7 @@ export declare class _AVDelegatingPlaybackCoordinator extends _AVPlaybackCoordin
24
24
  /**
25
25
  * Informs the coordinator to transition to a new current item. The coordinator will stop sending commands for any previous item identifier and begin sending commands for the new identifier. The proposed timing will either be used as the new referece timing for the group, or it will be compared to an already existing reference timing. If the proposed timing doesn't match such an existing reference timing, the coordinator will use the playbackControlDelegate to issue appropriate commands to match up the timing. - Parameter itemIdentifier: The identifier for the new current item. May be nil if nothing is playing. - Parameter snapshotTimebase: A timebase used to communicate the initial playback state of the new item. If NULL, the coordinator will assume that playback is paused at kCMTimeZero. An appropriate timebase to pass to the completion handler may be retreived from AVFoundation playback objects such as AVSampleBufferRenderSynchronizer. It can also be created manually using CMTimebaseCreateWithSourceClock. The timebase will only be used to take a snapshot of its immediate timing. It will not be observed further. - NOTE: This is not a way to affect the play queue of other participants. All other participants must do this independently, e.g. as a side-effect of an automatic item transition or an out-of-band communication requesting a similar item change.
26
26
  */
27
- transitionToItemWithIdentifier$proposingInitialTimingBasedOnTimebase$(itemIdentifier: _NSString | null, snapshotTimebase: NobjcObject): void;
27
+ transitionToItemWithIdentifier$proposingInitialTimingBasedOnTimebase$(itemIdentifier: _NSString | null, snapshotTimebase: NobjcObject | null): void;
28
28
  /**
29
29
  * Instructs the coordinator to re-issue commands to synchronize the current item back to the state of the other participants. Use this method when the playback object is in a state that doesn't match the group for some reason and should be re-synchronized.
30
30
  */
@@ -12,23 +12,23 @@ export declare class _AVDepthData extends _NSObject {
12
12
  /**
13
13
  * @method depthDataFromDictionaryRepresentation:error: @abstract Returns an AVDepthData instance from depth information in an image file. @param imageSourceAuxDataInfoDictionary A dictionary of primitive depth-related information obtained from CGImageSourceCopyAuxiliaryDataInfoAtIndex. @param outError On return, if the depth data cannot be created, points to an NSError describing the problem. @result An AVDepthData instance, or nil if the auxiliary data info dictionary was malformed. @discussion When using ImageIO framework's CGImageSource API to read from a HEIF or JPEG file containing depth data, AVDepthData can be instantiated using the result of CGImageSourceCopyAuxiliaryDataInfoAtIndex, which returns a CFDictionary of primitive map information.
14
14
  */
15
- static depthDataFromDictionaryRepresentation$error$(imageSourceAuxDataInfoDictionary: _NSDictionary, outError: NobjcObject): _AVDepthData | null;
15
+ static depthDataFromDictionaryRepresentation$error$(imageSourceAuxDataInfoDictionary: _NSDictionary, outError: NobjcObject | null): _AVDepthData | null;
16
16
  /**
17
17
  * @method depthDataByConvertingToDepthDataType: @abstract Returns a converted, derivative AVDepthData instance in the specified depthDataType. @param depthDataType The OSType of depthData object to which you'd like to convert. Must be present in availableDepthDataTypes. @result An AVDepthData instance. @discussion This method throws an NSInvalidArgumentException if you pass an unrecognized depthDataType. See
18
18
  */
19
- depthDataByConvertingToDepthDataType$(depthDataType: NobjcObject): _AVDepthData;
19
+ depthDataByConvertingToDepthDataType$(depthDataType: number): _AVDepthData;
20
20
  /**
21
21
  * @method depthDataByApplyingExifOrientation: @abstract Returns a derivative AVDepthData instance in which the specified Exif orientation has been applied. @param exifOrientation One of the 8 standard Exif orientation tags expressing how the depth data should be rotated / mirrored. @result An AVDepthData instance. @discussion When applying simple 90 degree rotation or mirroring edits to media containing depth data, you may use this initializer to create a derivative copy of the depth in which the specified orientation is applied to both the underlying pixel map data and the camera calibration data. This method throws an NSInvalidArgumentException if you pass an unrecognized exifOrientation.
22
22
  */
23
- depthDataByApplyingExifOrientation$(exifOrientation: number): _AVDepthData;
23
+ depthDataByApplyingExifOrientation$(exifOrientation: NobjcObject): _AVDepthData;
24
24
  /**
25
25
  * @method depthDataByReplacingDepthDataMapWithPixelBuffer:error: @abstract Returns an AVDepthData instance wrapping the replacement depth data map pixel buffer. @param pixelBuffer A pixel buffer containing depth data information in one of the 4 supported disparity / depth pixel formats. @param outError On return, if the depth data cannot be created, points to an NSError describing the problem. @result An AVDepthData instance, or nil if the pixel buffer is malformed. @discussion When applying complex edits to media containing depth data, you may create a derivative map with arbitrary transforms applied to it, then use this initializer to create a new AVDepthData. Note that this new depth data object has no camera calibration data, so its cameraCalibrationData property always returns nil.
26
26
  */
27
- depthDataByReplacingDepthDataMapWithPixelBuffer$error$(pixelBuffer: NobjcObject, outError: NobjcObject): _AVDepthData | null;
27
+ depthDataByReplacingDepthDataMapWithPixelBuffer$error$(pixelBuffer: NobjcObject, outError: NobjcObject | null): _AVDepthData | null;
28
28
  /**
29
29
  * @method dictionaryRepresentationForAuxiliaryDataType: @abstract Returns a dictionary of primitive map information to be used when writing an image file with depth data. @param outAuxDataType On output, either kCGImageAuxiliaryDataTypeDisparity or kCGImageAuxiliaryDataTypeDepth, depending on the depth data's file. @result A dictionary of CGImageDestination compatible depth information, or nil if the auxDataType is unsupported. @discussion When using ImageIO framework's CGImageDestination API to write depth data to a HEIF or JPEG file, you may use this method to generate a dictionary of primitive map information consumed by CGImageDestinationAddAuxiliaryDataInfo.
30
30
  */
31
- dictionaryRepresentationForAuxiliaryDataType$(outAuxDataType: NobjcObject): _NSDictionary | null;
31
+ dictionaryRepresentationForAuxiliaryDataType$(outAuxDataType: NobjcObject | null): _NSDictionary | null;
32
32
  /**
33
33
  * @property availableDepthDataTypes @abstract Specifies which depth data pixel formats may be used with depthDataByConvertingToDepthDataType:. @discussion This property presents the available pixel format types as an array of NSNumbers, each wrapping an OSType (CV pixel format type).
34
34
  */
@@ -36,7 +36,7 @@ export declare class _AVDepthData extends _NSObject {
36
36
  /**
37
37
  * @property depthDataType @abstract Specifies the pixel format type of this depth data object's internal map. @discussion One of kCVPixelFormatType_DisparityFloat16, kCVPixelFormatType_DisparityFloat32, kCVPixelFormatType_DepthFloat16, or kCVPixelFormatType_DepthFloat32.
38
38
  */
39
- depthDataType(): NobjcObject;
39
+ depthDataType(): number;
40
40
  /**
41
41
  * @property depthDataMap @abstract Provides access to the depth data object's internal map. @discussion The depth data map's pixel format can be queried using the depthDataType property.
42
42
  */
@@ -19,7 +19,7 @@ export declare class _AVExternalStorageDevice extends _NSObject {
19
19
  /**
20
20
  * @method nextAvailableURLsWithPathExtensions:error: @abstract Next available security-scoped, DCF compliant URL array with different path extensions. @param extensionArray An array of path extensions for the next available URL requested. @param outError An out parameter with error information indicating why the URL could not be provided. If this method is successful, error will be nil. @result An array of DCF compliant security-scoped URL with all the path extensions requested. @discussion Configures the folder structure (create a DCIM folder if there isn't one already) on the external storage device to provide the next available unique DCF compliant security-scoped URL array with different path extensions. Security-scoped URL requires the use of startAccessingSecurityScopedResource, and stopAccessingSecurityScopedResource for access. [nextAvailableURL startAccessingSecurityScopedResource]; . . . // your code to capture image / video . . . [nextAvailableURL stopAccessingSecurityScopedResource]; Use the +requestAccessWithCompletionHandler: method to request access to external storage device before getting the next available URL array else an error will be thrown.
21
21
  */
22
- nextAvailableURLsWithPathExtensions$error$(extensionArray: _NSArray, outError: NobjcObject): _NSArray | null;
22
+ nextAvailableURLsWithPathExtensions$error$(extensionArray: _NSArray, outError: NobjcObject | null): _NSArray | null;
23
23
  /**
24
24
  * @property displayName @abstract Display name of the external storage device. @discussion This property can be used for displaying the name of an external storage device in a user interface. Will return nil if we fail to extract information from external storage device.
25
25
  */
@@ -14,7 +14,7 @@ export declare class _AVExternalSyncDevice extends _NSObject {
14
14
  /**
15
15
  * A clock representing the source of time from the external sync device. This property returns `NULL` until the ``status`` reaches ``AVExternalSyncDeviceStatusActiveSync``.
16
16
  */
17
- clock(): NobjcObject;
17
+ clock(): NobjcObject | null;
18
18
  /**
19
19
  * Delay to wait before starting the frame capture. An external sync is generally used to configure multiple devices in the real world. A display and a camera may receive a signal at the same time, but that does not mean the refresh of the display and camera are aligned in a way that does not cause tearing in the recording. The signal compensation delay can be used to offset the readout of a camera on an intra-frame scale. - Important: You should always set this property to a value less than the frame duration at which the camera is operating.
20
20
  */
@@ -1,8 +1,10 @@
1
1
  import type { NobjcObject } from "objc-js";
2
+ import type { _AVFragmentMinding } from "./AVFragmentMinding.js";
2
3
  import type { _AVFragmentedAssetTrack } from "./AVFragmentedAssetTrack.js";
3
4
  import type { _AVURLAsset } from "./AVURLAsset.js";
4
5
  import type { _NSArray } from "../Foundation/NSArray.js";
5
6
  import type { _NSDictionary } from "../Foundation/NSDictionary.js";
7
+ import type { _NSString } from "../Foundation/NSString.js";
6
8
  import type { _NSURL } from "../Foundation/NSURL.js";
7
9
  export declare class _AVFragmentedAsset extends _AVURLAsset {
8
10
  static alloc(): _AVFragmentedAsset;
@@ -16,31 +18,33 @@ export declare class _AVFragmentedAsset extends _AVURLAsset {
16
18
  * Provides an instance of AVFragmentedAssetTrack that represents the track of the specified trackID. Becomes callable without blocking when the key @"tracks" has been loaded - Parameter trackID: The trackID of the requested AVFragmentedAssetTrack. - Returns: An instance of AVFragmentedAssetTrack; may be nil if no track of the specified trackID is available.
17
19
  * @deprecated Use loadTrack(withTrackID:) instead
18
20
  */
19
- trackWithTrackID$(trackID: NobjcObject): _AVFragmentedAssetTrack | null;
21
+ trackWithTrackID$(trackID: number): _AVFragmentedAssetTrack | null;
20
22
  /**
21
23
  * Loads an instance of AVFragmentedAssetTrack that represents the track of the specified trackID. - Parameter trackID: The trackID of the requested AVFragmentedAssetTrack. - Parameter completionHandler: A block that is called when the loading is finished, with either the loaded track (which may be nil if no track of the specified trackID is available) or an error.
22
24
  */
23
- loadTrackWithTrackID$completionHandler$(trackID: NobjcObject, completionHandler: NobjcObject): void;
25
+ loadTrackWithTrackID$completionHandler$(trackID: number, completionHandler: NobjcObject | null): void;
24
26
  /**
25
27
  * Provides an array of AVFragmentedAssetTracks of the asset that present media of the specified media type. Becomes callable without blocking when the key @"tracks" has been loaded - Parameter mediaType: The media type according to which the receiver filters its AVFragmentedAssetTracks. (Media types are defined in AVMediaFormat.h) - Returns: An NSArray of AVFragmentedAssetTracks; may be empty if no tracks of the specified media type are available.
26
28
  * @deprecated Use loadTracks(withMediaType:) instead
27
29
  */
28
- tracksWithMediaType$(mediaType: number): _NSArray;
30
+ tracksWithMediaType$(mediaType: _NSString): _NSArray;
29
31
  /**
30
32
  * Loads an array of AVFragmentedAssetTracks of the asset that present media of the specified media type. - Parameter mediaType: The media type according to which AVAsset filters its AVFragmentedAssetTracks. (Media types are defined in AVMediaFormat.h.) - Parameter completionHandler: A block that is called when the loading is finished, with either the loaded tracks (which may be empty if no tracks of the specified media type are available) or an error.
31
33
  */
32
- loadTracksWithMediaType$completionHandler$(mediaType: number, completionHandler: NobjcObject): void;
34
+ loadTracksWithMediaType$completionHandler$(mediaType: _NSString, completionHandler: NobjcObject | null): void;
33
35
  /**
34
36
  * Provides an array of AVFragmentedAssetTracks of the asset that present media with the specified characteristic. Becomes callable without blocking when the key @"tracks" has been loaded - Parameter mediaCharacteristic: The media characteristic according to which the receiver filters its AVFragmentedAssetTracks. (Media characteristics are defined in AVMediaFormat.h) - Returns: An NSArray of AVFragmentedAssetTracks; may be empty if no tracks with the specified characteristic are available.
35
37
  * @deprecated Use loadTracks(withMediaCharacteristic:) instead
36
38
  */
37
- tracksWithMediaCharacteristic$(mediaCharacteristic: number): _NSArray;
39
+ tracksWithMediaCharacteristic$(mediaCharacteristic: _NSString): _NSArray;
38
40
  /**
39
41
  * Loads an array of AVFragmentedAssetTracks of the asset that present media with the specified characteristic. - Parameter mediaCharacteristic: The media characteristic according to which AVAsset filters its AVFragmentedAssetTracks. (Media characteristics are defined in AVMediaFormat.h.) - Parameter completionHandler: A block that is called when the loading is finished, with either the loaded tracks (which may be empty if no tracks with the specified characteristic are available) or an error.
40
42
  */
41
- loadTracksWithMediaCharacteristic$completionHandler$(mediaCharacteristic: number, completionHandler: NobjcObject): void;
43
+ loadTracksWithMediaCharacteristic$completionHandler$(mediaCharacteristic: _NSString, completionHandler: NobjcObject | null): void;
42
44
  /**
43
45
  * The tracks in an asset. The value of this property is an array of tracks the asset contains; the tracks are of type AVFragmentedAssetTrack.
44
46
  */
45
47
  tracks(): _NSArray;
46
48
  }
49
+ export interface _AVFragmentedAsset extends _AVFragmentMinding {
50
+ }
@@ -1,4 +1,4 @@
1
- import type { NobjcObject } from "objc-js";
1
+ import type { _NSArray } from "../Foundation/NSArray.js";
2
2
  import type { _NSObject } from "../Foundation/NSObject.js";
3
3
  import type { _AVAsset } from "./AVAsset.js";
4
4
  export declare class _AVFragmentedAssetMinder extends _NSObject {
@@ -27,5 +27,5 @@ export declare class _AVFragmentedAssetMinder extends _NSObject {
27
27
  mindingInterval(): number;
28
28
  setMindingInterval$(value: number): void;
29
29
  /** An NSArray of the AVFragmentedAsset objects being minded. */
30
- assets(): NobjcObject;
30
+ assets(): _NSArray;
31
31
  }
@@ -1,7 +1,9 @@
1
1
  import type { NobjcObject } from "objc-js";
2
+ import type { _AVFragmentMinding } from "./AVFragmentMinding.js";
2
3
  import type { _AVFragmentedMovieTrack } from "./AVFragmentedMovieTrack.js";
3
4
  import type { _AVMovie } from "./AVMovie.js";
4
5
  import type { _NSArray } from "../Foundation/NSArray.js";
6
+ import type { _NSString } from "../Foundation/NSString.js";
5
7
  export declare class _AVFragmentedMovie extends _AVMovie {
6
8
  static alloc(): _AVFragmentedMovie;
7
9
  static new(): _AVFragmentedMovie;
@@ -10,31 +12,33 @@ export declare class _AVFragmentedMovie extends _AVMovie {
10
12
  * @method trackWithTrackID: @abstract Provides an instance of AVFragmentedMovieTrack that represents the track of the specified trackID. @param trackID The trackID of the requested AVFragmentedMovieTrack. @result An instance of AVFragmentedMovieTrack; may be nil if no track of the specified trackID is available. @discussion Becomes callable without blocking when the key @"tracks" has been loaded
11
13
  * @deprecated Use loadTrack(withTrackID:) instead
12
14
  */
13
- trackWithTrackID$(trackID: NobjcObject): _AVFragmentedMovieTrack | null;
15
+ trackWithTrackID$(trackID: number): _AVFragmentedMovieTrack | null;
14
16
  /**
15
17
  * @method loadTrackWithTrackID:completionHandler: @abstract Loads an instance of AVFragmentedMovieTrack that represents the track of the specified trackID. @param trackID The trackID of the requested AVFragmentedMovieTrack. @param completionHandler A block that is called when the loading is finished, with either the loaded track (which may be nil if no track of the specified trackID is available) or an error.
16
18
  */
17
- loadTrackWithTrackID$completionHandler$(trackID: NobjcObject, completionHandler: NobjcObject): void;
19
+ loadTrackWithTrackID$completionHandler$(trackID: number, completionHandler: NobjcObject | null): void;
18
20
  /**
19
21
  * @method tracksWithMediaType: @abstract Provides an array of AVFragmentedMovieTracks of the asset that present media of the specified media type. @param mediaType The media type according to which the receiver filters its AVFragmentedMovieTracks. (Media types are defined in AVMediaFormat.h) @result An NSArray of AVFragmentedMovieTracks; may be empty if no tracks of the specified media type are available. @discussion Becomes callable without blocking when the key @"tracks" has been loaded
20
22
  * @deprecated Use loadTracks(withMediaType:) instead
21
23
  */
22
- tracksWithMediaType$(mediaType: number): _NSArray;
24
+ tracksWithMediaType$(mediaType: _NSString): _NSArray;
23
25
  /**
24
26
  * @method loadTracksWithMediaType:completionHandler: @abstract Loads an array of AVFragmentedMovieTracks of the asset that present media of the specified media type. @param mediaType The media type according to which AVAsset filters its AVFragmentedMovieTracks. (Media types are defined in AVMediaFormat.h.) @param completionHandler A block that is called when the loading is finished, with either the loaded tracks (which may be empty if no tracks of the specified media type are available) or an error.
25
27
  */
26
- loadTracksWithMediaType$completionHandler$(mediaType: number, completionHandler: NobjcObject): void;
28
+ loadTracksWithMediaType$completionHandler$(mediaType: _NSString, completionHandler: NobjcObject | null): void;
27
29
  /**
28
30
  * @method tracksWithMediaCharacteristic: @abstract Provides an array of AVFragmentedMovieTracks of the asset that present media with the specified characteristic. @param mediaCharacteristic The media characteristic according to which the receiver filters its AVFragmentedMovieTracks. (Media characteristics are defined in AVMediaFormat.h) @result An NSArray of AVFragmentedMovieTracks; may be empty if no tracks with the specified characteristic are available. @discussion Becomes callable without blocking when the key @"tracks" has been loaded
29
31
  * @deprecated Use loadTracks(withMediaCharacteristic:) instead
30
32
  */
31
- tracksWithMediaCharacteristic$(mediaCharacteristic: number): _NSArray;
33
+ tracksWithMediaCharacteristic$(mediaCharacteristic: _NSString): _NSArray;
32
34
  /**
33
35
  * @method loadTracksWithMediaCharacteristic:completionHandler: @abstract Loads an array of AVFragmentedMovieTracks of the asset that present media with the specified characteristic. @param mediaCharacteristic The media characteristic according to which AVAsset filters its AVFragmentedMovieTracks. (Media characteristics are defined in AVMediaFormat.h.) @param completionHandler A block that is called when the loading is finished, with either the loaded tracks (which may be empty if no tracks with the specified characteristic are available) or an error.
34
36
  */
35
- loadTracksWithMediaCharacteristic$completionHandler$(mediaCharacteristic: number, completionHandler: NobjcObject): void;
37
+ loadTracksWithMediaCharacteristic$completionHandler$(mediaCharacteristic: _NSString, completionHandler: NobjcObject | null): void;
36
38
  /**
37
39
  * @property tracks @abstract The tracks in a movie. @discussion The value of this property is an array of tracks the movie contains; the tracks are of type AVFragmentedMovieTrack.
38
40
  */
39
41
  tracks(): _NSArray;
40
42
  }
43
+ export interface _AVFragmentedMovie extends _AVFragmentMinding {
44
+ }
@@ -1,4 +1,3 @@
1
- import type { NobjcObject } from "objc-js";
2
1
  import type { _NSObject } from "../Foundation/NSObject.js";
3
2
  import type { CMTime } from "../structs/CMTime.js";
4
3
  export declare class _AVFrameRateRange extends _NSObject {
@@ -8,11 +7,11 @@ export declare class _AVFrameRateRange extends _NSObject {
8
7
  /**
9
8
  * @property minFrameRate @abstract A Float64 indicating the minimum frame rate supported by this range. @discussion This read-only property indicates the minimum frame rate supported by this range in frames per second.
10
9
  */
11
- minFrameRate(): NobjcObject;
10
+ minFrameRate(): number;
12
11
  /**
13
12
  * @property maxFrameRate @abstract A Float64 indicating the maximum frame rate supported by this range. @discussion This read-only property indicates the maximum frame rate supported by this range in frames per second.
14
13
  */
15
- maxFrameRate(): NobjcObject;
14
+ maxFrameRate(): number;
16
15
  /**
17
16
  * @property maxFrameDuration @abstract A CMTime indicating the maximum frame duration supported by this range. @discussion This read-only property indicates the maximum frame duration supported by this range. It is the reciprocal of minFrameRate, and expresses minFrameRate as a duration.
18
17
  */
@@ -9,5 +9,5 @@ export declare class _AVMediaPresentationSetting extends _NSObject {
9
9
  */
10
10
  displayNameForLocaleIdentifier$(localeIdentifier: _NSString): _NSString;
11
11
  /** Provides the media characteristic that corresponds to the selectable setting. */
12
- mediaCharacteristic(): number;
12
+ mediaCharacteristic(): _NSString;
13
13
  }
@@ -11,7 +11,7 @@ export declare class _AVMediaSelectionOption extends _NSObject {
11
11
  /**
12
12
  * Reports whether the media selection option includes media with the specified media characteristic. - Parameter mediaCharacteristic: The media characteristic of interest, e.g. AVMediaCharacteristicVisual, AVMediaCharacteristicAudible, AVMediaCharacteristicLegible, etc. - Returns: YES if the media selection option includes media with the specified characteristic, otherwise NO.
13
13
  */
14
- hasMediaCharacteristic$(mediaCharacteristic: number): boolean;
14
+ hasMediaCharacteristic$(mediaCharacteristic: _NSString): boolean;
15
15
  /**
16
16
  * Provides an NSArray of AVMetadataItems, one for each metadata item in the container of the specified format. - Parameter format: The metadata format for which items are requested. - Returns: An NSArray containing AVMetadataItems.
17
17
  */
@@ -31,7 +31,7 @@ export declare class _AVMediaSelectionOption extends _NSObject {
31
31
  /**
32
32
  * The media type of the media data, e.g. AVMediaTypeAudio, AVMediaTypeSubtitle, etc.
33
33
  */
34
- mediaType(): number;
34
+ mediaType(): _NSString;
35
35
  /**
36
36
  * The mediaSubTypes of the media data associated with the option. An NSArray of NSNumbers carrying four character codes (of type FourCharCode) as defined in CoreAudioTypes.h for audio media and in CMFormatDescription.h for video media. Also see CMFormatDescriptionGetMediaSubType in CMFormatDescription.h for more information about media subtypes. Note that if no information is available about the encoding of the media presented when a media option is selected, the value of mediaSubTypes will be an empty array. This can occur, for example, with streaming media. In these cases the value of mediaSubTypes should simply not be used as a criteria for selection.
37
37
  */
@@ -22,7 +22,7 @@ export declare class _AVMetadataItem extends _NSObject {
22
22
  /**
23
23
  * @method metadataItemsFromArray:filteredByIdentifier: @abstract Filters an array of AVMetadataItems according to identifier. @param metadataItems An array of AVMetadataItems to be filtered by identifier. @param identifier The identifier that must be matched for a metadata item to be copied to the output array. Items are considered a match not only when their identifiers are equal to the specified identifier, and also when their identifiers conform to the specified identifier. @result An instance of NSArray containing the metadata items of the target NSArray that match the specified identifier.
24
24
  */
25
- static metadataItemsFromArray$filteredByIdentifier$(metadataItems: _NSArray, identifier: number): _NSArray;
25
+ static metadataItemsFromArray$filteredByIdentifier$(metadataItems: _NSArray, identifier: _NSString): _NSArray;
26
26
  /**
27
27
  * @method metadataItemsFromArray:filteredByMetadataItemFilter: @abstract Filters an array of AVMetadataItems using the supplied AVMetadataItemFilter. @param metadataItems An array of AVMetadataItems to be filtered. @param metadataItemFilter The AVMetadataItemFilter object for filtering the metadataItems. @result An instance of NSArray containing the metadata items of the target NSArray that have not been removed by metadataItemFilter.
28
28
  */
@@ -30,11 +30,11 @@ export declare class _AVMetadataItem extends _NSObject {
30
30
  /**
31
31
  * @method identifierForKey:keySpace: @abstract Provides the metadata identifier that's equivalent to a key and keySpace. @param key The metadata key. @param keySpace The metadata keySpace. @result A metadata identifier equivalent to the given key and keySpace, or nil if no identifier can be constructed from the given key and keySpace. @discussion Metadata keys that are not instances of NSString, NSNumber, or NSData cannot be converted to metadata identifiers; they also cannot be written to media resources via AVAssetExportSession or AVAssetWriter. Metadata item keySpaces must be a string of one to four printable ASCII characters. For custom identifiers, the keySpace AVMetadataKeySpaceQuickTimeMetadata is recommended. This keySpace defines its key values to be expressed as reverse-DNS strings, which allows third parties to define their own keys in a well established way that avoids collisions.
32
32
  */
33
- static identifierForKey$keySpace$(key: NobjcObject, keySpace: number): number | null;
33
+ static identifierForKey$keySpace$(key: NobjcObject, keySpace: _NSString): _NSString | null;
34
34
  /** provides the metadata keySpace indicated by the identifier */
35
- static keySpaceForIdentifier$(identifier: number): number | null;
35
+ static keySpaceForIdentifier$(identifier: _NSString): _NSString | null;
36
36
  /** provides the metadata key indicated by the identifier */
37
- static keyForIdentifier$(identifier: number): NobjcObject;
37
+ static keyForIdentifier$(identifier: _NSString): NobjcObject | null;
38
38
  /**
39
39
  * @method metadataItemWithPropertiesOfMetadataItem:valueLoadingHandler: @abstract Creates an instance of AVMutableMetadataItem with a value that you do not wish to load unless required, e.g. a large image value that needn't be loaded into memory until another module wants to display it. @param metadataItem An instance of AVMetadataItem with the identifier, extendedLanguageTag, and other property values that you want the newly created instance of AVMetadataItem to share. The value of metadataItem is ignored. @param handler A block that loads the value of the metadata item. @result An instance of AVMetadataItem. @discussion This method is intended for the creation of metadata items for optional display purposes, when there is no immediate need to load specific metadata values. For example, see the interface for navigation markers as consumed by AVPlayerViewController. It's not intended for the creation of metadata items with values that are required immediately, such as metadata items that are provided for impending serialization operations (e.g. via -[AVAssetExportSession setMetadata:] and other similar methods defined on AVAssetWriter and AVAssetWriterInput). When -loadValuesAsynchronouslyForKeys:completionHandler: is invoked on an AVMetadataItem created via +metadataItemWithPropertiesOfMetadataItem:valueLoadingHandler: and @"value" is among the keys for which loading is requested, the block you provide as the value loading handler will be executed on an arbitrary dispatch queue, off the main thread. The handler can perform I/O and other necessary operations to obtain the value. If loading of the value succeeds, provide the value by invoking -[AVMetadataItemValueRequest respondWithValue:]. If loading of the value fails, provide an instance of NSError that describes the failure by invoking -[AVMetadataItemValueRequest respondWithError:].
40
40
  */
@@ -46,20 +46,20 @@ export declare class _AVMetadataItem extends _NSObject {
46
46
  /**
47
47
  * @method metadataItemsFromArray:withKey:keySpace: @discussion Instead, use metadataItemsFromArray:filteredByIdentifier:.
48
48
  */
49
- static metadataItemsFromArray$withKey$keySpace$(metadataItems: _NSArray, key: NobjcObject, keySpace: number | null): _NSArray;
49
+ static metadataItemsFromArray$withKey$keySpace$(metadataItems: _NSArray, key: NobjcObject | null, keySpace: _NSString | null): _NSArray;
50
50
  /**
51
51
  * The following two methods of the AVAsynchronousKeyValueLoading protocol are re-declared here so that they can be annotated with availability information. See AVAsynchronousKeyValueLoading.h for documentation.
52
52
  * @deprecated Use status(of:) instead
53
53
  */
54
- statusOfValueForKey$error$(key: _NSString, outError: NobjcObject): AVKeyValueStatus;
54
+ statusOfValueForKey$error$(key: _NSString, outError: NobjcObject | null): AVKeyValueStatus;
55
55
  /**
56
56
  * @deprecated Use load(_:) instead. For non-deprecated properties that do not have an AVAsyncProperty equivalent, continue to query these properties synchronously
57
57
  */
58
- loadValuesAsynchronouslyForKeys$completionHandler$(keys: _NSArray, handler: NobjcObject): void;
58
+ loadValuesAsynchronouslyForKeys$completionHandler$(keys: _NSArray, handler: NobjcObject | null): void;
59
59
  /**
60
60
  * Indicates the identifier of the metadata item. Publicly defined identifiers are declared in AVMetadataIdentifiers.h.
61
61
  */
62
- identifier(): number | null;
62
+ identifier(): _NSString | null;
63
63
  /**
64
64
  * indicates the IETF BCP 47 (RFC 4646) language identifier of the metadata item; may be nil if no language tag information is available
65
65
  */
@@ -99,9 +99,9 @@ export declare class _AVMetadataItem extends _NSObject {
99
99
  /** indicates the key of the metadata item */
100
100
  key(): _NSObject | _NSCopying | null;
101
101
  /** indicates the common key of the metadata item */
102
- commonKey(): number | null;
102
+ commonKey(): _NSString | null;
103
103
  /**
104
104
  * indicates the keyspace of the metadata item's key; this will typically be the default keyspace for the metadata container in which the metadata item is stored
105
105
  */
106
- keySpace(): number | null;
106
+ keySpace(): _NSString | null;
107
107
  }
@@ -1,6 +1,7 @@
1
1
  import type { _AVContentKeySpecifier } from "./AVContentKeySpecifier.js";
2
2
  import type { _AVMetricEvent } from "./AVMetricEvent.js";
3
3
  import type { _AVMetricMediaResourceRequestEvent } from "./AVMetricMediaResourceRequestEvent.js";
4
+ import type { _NSString } from "../Foundation/NSString.js";
4
5
  export declare class _AVMetricContentKeyRequestEvent extends _AVMetricEvent {
5
6
  static alloc(): _AVMetricContentKeyRequestEvent;
6
7
  static new(): _AVMetricContentKeyRequestEvent;
@@ -10,7 +11,7 @@ export declare class _AVMetricContentKeyRequestEvent extends _AVMetricEvent {
10
11
  /**
11
12
  * Returns the media type. If the value cannot be determined, returns AVMediaTypeMuxed.
12
13
  */
13
- mediaType(): number;
14
+ mediaType(): _NSString;
14
15
  /** Returns whether the content key resource request was initiated by the client. */
15
16
  isClientInitiated(): boolean;
16
17
  /**
@@ -1,5 +1,6 @@
1
1
  import type { _NSDate } from "../Foundation/NSDate.js";
2
2
  import type { _NSObject } from "../Foundation/NSObject.js";
3
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
3
4
  import type { _NSString } from "../Foundation/NSString.js";
4
5
  import type { CMTime } from "../structs/CMTime.js";
5
6
  export declare class _AVMetricEvent extends _NSObject {
@@ -13,3 +14,5 @@ export declare class _AVMetricEvent extends _NSObject {
13
14
  /** A GUID that identifies the media session. If not available, value is nil. */
14
15
  sessionID(): _NSString | null;
15
16
  }
17
+ export interface _AVMetricEvent extends _NSSecureCoding {
18
+ }
@@ -16,7 +16,7 @@ export declare class _AVMetricEventStream extends _NSObject {
16
16
  /**
17
17
  * Set a subscriber delegate. - Parameter subscriber: A subscriber delegate object conforming to AVMetricEventStreamSubscriber. - Parameter queue: Dispatch queue for the delegate callbacks.
18
18
  */
19
- setSubscriber$queue$(subscriber: _AVMetricEventStreamSubscriber, queue: NobjcObject): boolean;
19
+ setSubscriber$queue$(subscriber: _AVMetricEventStreamSubscriber, queue: _NSObject | null): boolean;
20
20
  /**
21
21
  * Subscribe to a specific metric event class. - Parameter metricEventClass: Type of metric event class to subscribe to.
22
22
  */
@@ -1,5 +1,6 @@
1
1
  import type { _AVMetricEvent } from "./AVMetricEvent.js";
2
2
  import type { _AVMetricMediaResourceRequestEvent } from "./AVMetricMediaResourceRequestEvent.js";
3
+ import type { _NSString } from "../Foundation/NSString.js";
3
4
  import type { _NSURL } from "../Foundation/NSURL.js";
4
5
  import type { NSRange } from "../structs/NSRange.js";
5
6
  export declare class _AVMetricHLSMediaSegmentRequestEvent extends _AVMetricEvent {
@@ -13,7 +14,7 @@ export declare class _AVMetricHLSMediaSegmentRequestEvent extends _AVMetricEvent
13
14
  /**
14
15
  * Returns the media type. If the value cannot be determined, returns AVMediaTypeMuxed.
15
16
  */
16
- mediaType(): number;
17
+ mediaType(): _NSString;
17
18
  /**
18
19
  * Returns the byte range for the media segment. If not available, the range start and end will be 0.
19
20
  */