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
@@ -1,7 +1,10 @@
1
1
  import type { NobjcObject } from "objc-js";
2
+ import type { _NSArray } from "../Foundation/NSArray.js";
2
3
  import type { _NSObject } from "../Foundation/NSObject.js";
3
4
  import type { _NSURL } from "../Foundation/NSURL.js";
5
+ import type { _MLArrayBatchProvider } from "./MLArrayBatchProvider.js";
4
6
  import type { _MLBatchProvider } from "./MLBatchProvider.js";
7
+ import type { _MLDictionaryFeatureProvider } from "./MLDictionaryFeatureProvider.js";
5
8
  import type { _MLFeatureProvider } from "./MLFeatureProvider.js";
6
9
  import type { _MLModelAsset } from "./MLModelAsset.js";
7
10
  import type { _MLModelConfiguration } from "./MLModelConfiguration.js";
@@ -14,54 +17,54 @@ export declare class _MLModel extends _NSObject {
14
17
  static new(): _MLModel;
15
18
  init(): _MLModel;
16
19
  /** Construct a model with a default MLModelConfiguration object */
17
- static modelWithContentsOfURL$error$(url: _NSURL, error: NobjcObject): _MLModel | null;
20
+ static modelWithContentsOfURL$error$(url: _NSURL, error: NobjcObject | null): _MLModel | null;
18
21
  /**
19
22
  * Construct a model given the location of its on-disk representation. Returns nil on error.
20
23
  */
21
- static modelWithContentsOfURL$configuration$error$(url: _NSURL, configuration: _MLModelConfiguration, error: NobjcObject): _MLModel | null;
24
+ static modelWithContentsOfURL$configuration$error$(url: _NSURL, configuration: _MLModelConfiguration, error: NobjcObject | null): _MLModel | null;
22
25
  /**
23
26
  * Construct a model asynchronously given the location of its on-disk representation and configuration. Model loading may take time when the model content is not immediately available (e.g. encrypted model). Use this factory method especially when the caller is on the main thread. @param url the location of its on-disk representation (.mlmodelc directory). @param configuration The model configuration @param handler When the model load completes successfully or unsuccessfully, the completion handler is invoked with a valid MLModel instance or NSError object.
24
27
  */
25
- static loadContentsOfURL$configuration$completionHandler$(url: _NSURL, configuration: _MLModelConfiguration, handler: NobjcObject): void;
28
+ static loadContentsOfURL$configuration$completionHandler$(url: _NSURL, configuration: _MLModelConfiguration, handler: NobjcObject | null): void;
26
29
  /**
27
30
  * Construct a model asynchronously from a compiled model asset. @param asset Compiled model asset derived from in-memory or on-disk Core ML model @param configuration Model configuration that hold options for loading a model @param handler When the model load completes successfully or unsuccessfully, the completion handler is invoked with a valid MLModel instance or NSError object.
28
31
  */
29
- static loadModelAsset$configuration$completionHandler$(asset: _MLModelAsset, configuration: _MLModelConfiguration, handler: NobjcObject): void;
32
+ static loadModelAsset$configuration$completionHandler$(asset: _MLModelAsset, configuration: _MLModelConfiguration, handler: NobjcObject | null): void;
30
33
  /**
31
34
  * Compile a .mlmodel for this device @param modelURL URL file path to .mlmodel file you wish to compile @param error Any errors are surfaced here @returns a URL to the compiled .mlmodelc directory if successful The model is compiled to a temporary location on disk You must move the compiled model to a permanent location if you wish to keep it @discussion The returned model can be loaded using: @code [MLModel modelWithContentsOfURL:error:] @endcode
32
35
  * @deprecated Use the asynchronous interface compileModelAtURL:completionHandler:error: instead.
33
36
  */
34
- static compileModelAtURL$error$(modelURL: _NSURL, error: NobjcObject): _NSURL | null;
37
+ static compileModelAtURL$error$(modelURL: _NSURL, error: NobjcObject | null): _NSURL | null;
35
38
  /**
36
39
  * Compile a .mlmodel or .mlpackage for this device. Perform the compilation asynchronously. @param modelURL URL file path to .mlmodel file you wish to compile @param handler When the model compilation completes successfully the completion handler is invoked with a valid URL to the compiled .mlmodelc directory. On failure, signified by nil compiledModelURL, the NSError object is populated. @discussion The model is compiled to a temporary location in the file system. You must move the compiled model to a permanent location if you wish to keep it. Then the model can be loaded using the returned URL: @code [MLModel modelWithContentsOfURL:error:] @endcode
37
40
  */
38
- static compileModelAtURL$completionHandler$(modelURL: _NSURL, handler: NobjcObject): void;
41
+ static compileModelAtURL$completionHandler$(modelURL: _NSURL, handler: NobjcObject | null): void;
39
42
  /**
40
43
  * The list of available compute devices for CoreML. Use the method to get the list of compute devices that MLModel's prediction can use. Some compute devices on the hardware are exclusive to the domain ML frameworks such as Vision and SoundAnalysis and not available to CoreML. See also `MLComputeDevice.allComputeDevices`.
41
44
  */
42
- static availableComputeDevices(): NobjcObject;
45
+ static availableComputeDevices(): _NSArray;
43
46
  /**
44
47
  * Run a prediction on a model synchronously. This is a convenience overload method of `prediction(from:options:)` that uses the default prediction options. - Parameters - input: The input features to make a prediction from. - error: The output parameter to be filled with error information on failure. - Returns: The output features from the prediction.
45
48
  */
46
- predictionFromFeatures$error$(input: _MLFeatureProvider, error: NobjcObject): _MLFeatureProvider | null;
49
+ predictionFromFeatures$error$(input: _MLFeatureProvider, error: NobjcObject | null): _MLDictionaryFeatureProvider | null;
47
50
  /**
48
51
  * Run a prediction on a model synchronously - Parameters - input: The input features to make a prediction from. - options: Prediction options to modify how the prediction is run. - error: The output parameter to be filled with error information on failure. - Returns: The output features from the prediction.
49
52
  */
50
- predictionFromFeatures$options$error$(input: _MLFeatureProvider, options: _MLPredictionOptions, error: NobjcObject): _MLFeatureProvider | null;
53
+ predictionFromFeatures$options$error$(input: _MLFeatureProvider, options: _MLPredictionOptions, error: NobjcObject | null): _MLDictionaryFeatureProvider | null;
51
54
  /**
52
55
  * Run a prediction on a model asynchronously. This is a convenience overload method of `prediction(from:options:) async` that uses the default prediction options. - Parameters - input: The input features to make a prediction from. - completionHandler: A block that will be invoked once the prediction has completed successfully or unsuccessfully. On success, it is invoked with a valid model output. On failure, it is invoked with a nil output and NSError
53
56
  */
54
- predictionFromFeatures$completionHandler$(input: _MLFeatureProvider, completionHandler: NobjcObject): void;
57
+ predictionFromFeatures$completionHandler$(input: _MLFeatureProvider, completionHandler: NobjcObject | null): void;
55
58
  /**
56
59
  * Run a prediction on a model asynchronously. - Parameters - input: The input features to make a prediction from. - options: Prediction options to modify how the prediction is run. - completionHandler: A block that will be invoked once the prediction has completed successfully or unsuccessfully. On success, it is invoked with a valid model output. On failure, it is invoked with a nil output and NSError
57
60
  */
58
- predictionFromFeatures$options$completionHandler$(input: _MLFeatureProvider, options: _MLPredictionOptions, completionHandler: NobjcObject): void;
61
+ predictionFromFeatures$options$completionHandler$(input: _MLFeatureProvider, options: _MLPredictionOptions, completionHandler: NobjcObject | null): void;
59
62
  /** Batch prediction without explicit options */
60
- predictionsFromBatch$error$(inputBatch: _MLBatchProvider, error: NobjcObject): _MLBatchProvider | null;
63
+ predictionsFromBatch$error$(inputBatch: _MLBatchProvider, error: NobjcObject | null): _MLArrayBatchProvider | null;
61
64
  /** Batch prediction with explicit options */
62
- predictionsFromBatch$options$error$(inputBatch: _MLBatchProvider, options: _MLPredictionOptions, error: NobjcObject): _MLBatchProvider | null;
65
+ predictionsFromBatch$options$error$(inputBatch: _MLBatchProvider, options: _MLPredictionOptions, error: NobjcObject | null): _MLArrayBatchProvider | null;
63
66
  /** Provides value for the given parameter. Returns nil on error. */
64
- parameterValueForKey$error$(key: _MLParameterKey, error: NobjcObject): NobjcObject;
67
+ parameterValueForKey$error$(key: _MLParameterKey, error: NobjcObject | null): NobjcObject | null;
65
68
  /**
66
69
  * Creates a new state object. Core ML framework will allocate the state buffers declared in the model. The allocated state buffers are initialized to zeros. To initialize with different values, use `.withMultiArray(for:)` to get the mutable `MLMultiArray`-view to the state buffer. It returns an empty state when the model is stateless. One can use the empty state with stateful prediction functions such as `prediction(from:using:)` and those predictions will be stateless. This simplifies the call site which may or may not use a stateful model. ```swift // Create state that contains two state buffers: s1 and s2. // Then, initialize s1 to 1.0 and s2 to 2.0. let state = model.newState() state.withMultiArray(for: "s1") { stateMultiArray in stateMultiArray[0] = 1.0 } state.withMultiArray(for: "s2") { stateMultiArray in stateMultiArray[0] = 2.0 } ```
67
70
  */
@@ -69,15 +72,15 @@ export declare class _MLModel extends _NSObject {
69
72
  /**
70
73
  * Run a stateful prediction synchronously. Use this method to run predictions on a stateful model. ```swift let state = model.newState() let prediction = try model.prediction(from: inputFeatures, using: state) ``` - Parameters: - inputFeatures: The input features as declared in the model description. - state: The state object created by `newState()` method. - error: The output parameter to receive an error information on failure.
71
74
  */
72
- predictionFromFeatures$usingState$error$(inputFeatures: _MLFeatureProvider, state: _MLState, error: NobjcObject): _MLFeatureProvider | null;
75
+ predictionFromFeatures$usingState$error$(inputFeatures: _MLFeatureProvider, state: _MLState, error: NobjcObject | null): _MLDictionaryFeatureProvider | null;
73
76
  /**
74
77
  * Run a stateful prediction synchronously with options. Use this method to run predictions on a stateful model. ```swift let state = model.newState() let prediction = try model.prediction(from: inputFeatures, using: state, options: predictionOptions) ``` - Parameters: - inputFeatures: The input features as declared in the model description. - state: The state object created by `newState()` method. - options: The prediction options. - error: The output parameter to receive an error information on failure.
75
78
  */
76
- predictionFromFeatures$usingState$options$error$(inputFeatures: _MLFeatureProvider, state: _MLState, options: _MLPredictionOptions, error: NobjcObject): _MLFeatureProvider | null;
79
+ predictionFromFeatures$usingState$options$error$(inputFeatures: _MLFeatureProvider, state: _MLState, options: _MLPredictionOptions, error: NobjcObject | null): _MLDictionaryFeatureProvider | null;
77
80
  /**
78
81
  * Run a stateful prediction asynchronously. Use this method to run predictions on a stateful model. Do not request a prediction while another prediction that shares the same state is in-flight, otherwise the behavior is undefined. ```swift let state = model.newState() let prediction = try await model.prediction(from: inputFeatures, using: state) ``` - Parameters - input: The input features to make a prediction from. - state: The state object created by `newState()` method. - options: Prediction options to modify how the prediction is run. - completionHandler: A block that will be invoked once the prediction has completed successfully or unsuccessfully. On success, it is invoked with a valid model output. On failure, it is invoked with a nil output and NSError
79
82
  */
80
- predictionFromFeatures$usingState$options$completionHandler$(inputFeatures: _MLFeatureProvider, state: _MLState, options: _MLPredictionOptions, completionHandler: NobjcObject): void;
83
+ predictionFromFeatures$usingState$options$completionHandler$(inputFeatures: _MLFeatureProvider, state: _MLState, options: _MLPredictionOptions, completionHandler: NobjcObject | null): void;
81
84
  /** A model holds a description of its required inputs and expected outputs. */
82
85
  modelDescription(): _MLModelDescription;
83
86
  /** The load-time parameters used to instantiate this MLModel object. */
@@ -11,25 +11,25 @@ export declare class _MLModelAsset extends _NSObject {
11
11
  /**
12
12
  * Construct a model asset from the contents of specification data. - Parameters: - specificationData: Contents of .mlmodel as a data blob. - error: When the model asset creation fails error is populated with the reason for failure.
13
13
  */
14
- static modelAssetWithSpecificationData$error$(specificationData: _NSData, error: NobjcObject): _MLModelAsset | null;
14
+ static modelAssetWithSpecificationData$error$(specificationData: _NSData, error: NobjcObject | null): _MLModelAsset | null;
15
15
  /**
16
16
  * Construct a model asset from an ML Program specification by replacing blob file references with corresponding in-memory blobs. An ML Program may use `BlobFileValue` syntax, which stores the blob data in external files and refers them by URL. This factory method enables in-memory workflow for such models by using the specified in-memory blob data in place of the external files. The format of in-memory blobs must be the same as the external files. The dictionary must contain all the reference URLs used in the specification. - Parameters: - specification: Contents of .mlmodel as a data blob. - blobMapping: A dictionary with blob URL as the key and blob data as the value. - error: When the model asset creation fails error is populated with the reason for failure.
17
17
  */
18
- static modelAssetWithSpecificationData$blobMapping$error$(specificationData: _NSData, blobMapping: _NSDictionary, error: NobjcObject): _MLModelAsset | null;
18
+ static modelAssetWithSpecificationData$blobMapping$error$(specificationData: _NSData, blobMapping: _NSDictionary, error: NobjcObject | null): _MLModelAsset | null;
19
19
  /**
20
20
  * Constructs a ModelAsset from a compiled model URL. - Parameters: - compiledModelURL: Location on the disk where the model asset is present. - error: Errors if the model asset is not loadable. - Returns: a model asset or nil if there is an error.
21
21
  */
22
- static modelAssetWithURL$error$(compiledModelURL: _NSURL, error: NobjcObject): _MLModelAsset | null;
22
+ static modelAssetWithURL$error$(compiledModelURL: _NSURL, error: NobjcObject | null): _MLModelAsset | null;
23
23
  /**
24
24
  * The default model descripton. Use this method to get the description of the model such as the feature descriptions, the model author, and other metadata. For the multi-function model asset, this method vends the description for the default function. Use `modelDescription(for:)` to get the model description of other functions. ```swift let modelAsset = try MLModelAsset(url: modelURL) let modelDescription = try await modelAsset.modelDescription() print(modelDescription) ```
25
25
  */
26
- modelDescriptionWithCompletionHandler$(handler: NobjcObject): void;
26
+ modelDescriptionWithCompletionHandler$(handler: NobjcObject | null): void;
27
27
  /**
28
28
  * The model descripton for a specified function. Use this method to get the description of the model such as the feature descriptions, the model author, and other metadata. ```swift let modelAsset = try MLModelAsset(url: modelURL) let modelDescription = try await modelAsset.modelDescription(of: "my_function") print(modelDescription) ```
29
29
  */
30
- modelDescriptionOfFunctionNamed$completionHandler$(functionName: _NSString, handler: NobjcObject): void;
30
+ modelDescriptionOfFunctionNamed$completionHandler$(functionName: _NSString, handler: NobjcObject | null): void;
31
31
  /**
32
32
  * The list of function names in the model asset. Some model types (e.g. ML Program) supports multiple functions. Use this method to query the function names. The method vends the empty array when the model doesn't use the multi-function configuration. ```swift let modelAsset = try MLModelAsset(url: modelURL) let functionNames = try await modelAsset.functionNames print(functionNames) // For example, ["my_function1", "my_function2"]; ```
33
33
  */
34
- functionNamesWithCompletionHandler$(handler: NobjcObject): void;
34
+ functionNamesWithCompletionHandler$(handler: NobjcObject | null): void;
35
35
  }
@@ -9,11 +9,11 @@ export declare class _MLModelCollection extends _NSObject {
9
9
  /**
10
10
  * Request access to a model collection. If the collection is not downloaded on the device, it is requested from Core ML Model Deployment. @discussion When called, this method downloads the model collection if it is not already on the device. Once all models are downloaded, an MLModelCollection instance is made available for use with the completion handler. @param identifier The model collection identifier, as managed in Core ML Model Deployment. @param completionHandler The completion handler, invoked with a valid MLModelCollection instance on success or NSError on failure. @result NSProgress for updates during setup and download of the model collection
11
11
  */
12
- static beginAccessingModelCollectionWithIdentifier$completionHandler$(identifier: _NSString, completionHandler: NobjcObject): _NSProgress;
12
+ static beginAccessingModelCollectionWithIdentifier$completionHandler$(identifier: _NSString, completionHandler: NobjcObject | null): _NSProgress;
13
13
  /**
14
14
  * End access to a model collection. This informs the system you have finished accessing the models within the collection. @discussion Call this method as soon as you have finished using the models in this collection. @param identifier The model collection identifier, as managed in Core ML Model Deployment. @param completionHandler The completion handler, invoked with YES on success or NSError on failure.
15
15
  */
16
- static endAccessingModelCollectionWithIdentifier$completionHandler$(identifier: _NSString, completionHandler: NobjcObject): void;
16
+ static endAccessingModelCollectionWithIdentifier$completionHandler$(identifier: _NSString, completionHandler: NobjcObject | null): void;
17
17
  /**
18
18
  * The identifier of the model collection you want to access, as configured in the Core ML Model Deployment dashboard.
19
19
  */
@@ -1,5 +1,6 @@
1
1
  import type { _NSDictionary } from "../Foundation/NSDictionary.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 { _MLOptimizationHints } from "./MLOptimizationHints.js";
5
6
  import type { _MTLDevice } from "../Metal/MTLDevice.js";
@@ -37,3 +38,5 @@ export declare class _MLModelConfiguration extends _NSObject {
37
38
  functionName(): _NSString | null;
38
39
  setFunctionName$(value: _NSString | null): void;
39
40
  }
41
+ export interface _MLModelConfiguration extends _NSSecureCoding {
42
+ }
@@ -1,6 +1,7 @@
1
1
  import type { _NSArray } from "../Foundation/NSArray.js";
2
2
  import type { _NSDictionary } from "../Foundation/NSDictionary.js";
3
3
  import type { _NSObject } from "../Foundation/NSObject.js";
4
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
4
5
  import type { _NSString } from "../Foundation/NSString.js";
5
6
  export declare class _MLModelDescription extends _NSObject {
6
7
  static alloc(): _MLModelDescription;
@@ -35,3 +36,5 @@ export declare class _MLModelDescription extends _NSObject {
35
36
  /** Allows for access of each parameter as parameter description. */
36
37
  parameterDescriptionsByKey(): _NSDictionary;
37
38
  }
39
+ export interface _MLModelDescription extends _NSSecureCoding {
40
+ }
@@ -12,11 +12,11 @@ export declare class _MLModelStructure extends _NSObject {
12
12
  /**
13
13
  * Construct the model structure asynchronously given the location of its on-disk representation. @param url The location of its on-disk representation (.mlmodelc directory). @param handler When the model structure is constructed successfully or unsuccessfully, the completion handler is invoked with a valid MLModelStructure instance or NSError object.
14
14
  */
15
- static loadContentsOfURL$completionHandler$(url: _NSURL, handler: NobjcObject): void;
15
+ static loadContentsOfURL$completionHandler$(url: _NSURL, handler: NobjcObject | null): void;
16
16
  /**
17
17
  * Construct the model structure asynchronously given the model asset. @param asset The model asset. @param handler When the model structure is constructed successfully or unsuccessfully, the completion handler is invoked with a valid MLModelStructure instance or NSError object.
18
18
  */
19
- static loadModelAsset$completionHandler$(asset: _MLModelAsset, handler: NobjcObject): void;
19
+ static loadModelAsset$completionHandler$(asset: _MLModelAsset, handler: NobjcObject | null): void;
20
20
  /**
21
21
  * If the model is of NeuralNetwork type then it is the structure of the NeuralNetwork otherwise `nil`.
22
22
  */
@@ -2,6 +2,7 @@ import type { NobjcObject } from "objc-js";
2
2
  import type { _NSArray } from "../Foundation/NSArray.js";
3
3
  import type { _NSNumber } from "../Foundation/NSNumber.js";
4
4
  import type { _NSObject } from "../Foundation/NSObject.js";
5
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
5
6
  import type { MLMultiArrayDataType } from "./MLMultiArrayDataType.js";
6
7
  export declare class _MLMultiArray extends _NSObject {
7
8
  static alloc(): _MLMultiArray;
@@ -14,7 +15,7 @@ export declare class _MLMultiArray extends _NSObject {
14
15
  /**
15
16
  * Creates the object. The contents of the object are left uninitialized; the client must initialize it. The scalars will use the first-major contiguous layout. - Parameters: - shape: The shape - dataType: The data type - error: Filled with error information on error.
16
17
  */
17
- initWithShape$dataType$error$(shape: _NSArray, dataType: MLMultiArrayDataType, error: NobjcObject): _MLMultiArray | null;
18
+ initWithShape$dataType$error$(shape: _NSArray, dataType: MLMultiArrayDataType, error: NobjcObject | null): _MLMultiArray | null;
18
19
  /**
19
20
  * Creates the object with specified strides. The contents of the object are left uninitialized; the client must initialize it. ```swift let shape = [2, 3]; let strides = [4, 1] let multiArray = MLMultiArray(shape: shape, dataType: .float32, strides: strides) XCTAssertEqual(multiArray.shape, shape as [NSNumber]) XCTAssertEqual(multiArray.strides, strides as [NSNumber]) ``` ```objc NSArray <NSNumber *> *shape = @ [ @ 2, @ 3]; NSArray <NSNumber *> *strides = @ [ @ 4, @ 1]; MLMultiArray *multiArray = [[MLMultiArray alloc] initWithShape:shape dataType:MLMultiArrayDataTypeFloat32 strides:strides]; XCTAssertEqualObjects(multiArray.shape, shape); XCTAssertEqualObjects(multiArray.strides, strides); ``` - Parameters: - shape: The shape - dataType: The data type - strides: The strides.
20
21
  */
@@ -22,7 +23,7 @@ export declare class _MLMultiArray extends _NSObject {
22
23
  /**
23
24
  * Creates the object with existing data without copy. Use this initializer to reference the existing buffer as the storage without copy. ```objc int32_t *buffer = malloc(sizeof(int32_t) * 2 * 3 * 4); MLMultiArray *multiArray = [[MLMultiArray alloc] initWithDataPointer:buffer shape: @ [ @ 2, @ 3, @ 4] dataType:MLMultiArrayDataTypeInt32 strides: @ [ @ 12, @ 4, @ 1] deallocator:^(void *bytes) { free(bytes); } error:NULL]; ``` - Parameters: - dataPointer: The pointer to the buffer. - shape: The shape - dataType: The data type - strides: The strides. - deallocator: Block to be called on the deallocation of the instance. - error: Filled with error information on error.
24
25
  */
25
- initWithDataPointer$shape$dataType$strides$deallocator$error$(dataPointer: Uint8Array, shape: _NSArray, dataType: MLMultiArrayDataType, strides: _NSArray, deallocator: NobjcObject, error: NobjcObject): _MLMultiArray | null;
26
+ initWithDataPointer$shape$dataType$strides$deallocator$error$(dataPointer: Uint8Array, shape: _NSArray, dataType: MLMultiArrayDataType, strides: _NSArray, deallocator: NobjcObject | null, error: NobjcObject | null): _MLMultiArray | null;
26
27
  /**
27
28
  * Create by wrapping a pixel buffer. Use this initializer to create an IOSurface backed MLMultiArray, which can reduce the inference latency by avoiding the buffer copy. The instance will own the pixel buffer and release it on the deallocation. The pixel buffer's pixel format type must be either `kCVPixelFormatType_OneComponent16Half` for `MLMultiArrayDataTypeFloat16` or `kCVPixelFormatType_OneComponent8` for `MLMultiArrayDataTypeInt8`. ```objc CVPixelBufferRef pixelBuffer = NULL; NSDictionary* pixelBufferAttributes = @ { (id)kCVPixelBufferIOSurfacePropertiesKey: @ {} }; // Since shape == [2, 3, 4], width is 4 (= shape[2]) and height is 6 (= shape[0] * shape[1]). CVPixelBufferCreate(kCFAllocatorDefault, 4, 6, kCVPixelFormatType_OneComponent16Half, (__bridge CFDictionaryRef)pixelBufferAttributes, &pixelBuffer ); MLMultiArray *multiArray = [[MLMultiArray alloc] initWithPixelBuffer:pixelBuffer shape: @ [ @ 2, @ 3, @ 4]]; ``` - Parameters: - pixelBuffer: The pixel buffer to be owned by the instance. - shape: The shape of the MLMultiArray. The last dimension of `shape` must match the pixel buffer's width. The product of the rest of the dimensions must match the height.
28
29
  */
@@ -65,5 +66,7 @@ export declare class _MLMultiArray extends _NSObject {
65
66
  */
66
67
  count(): number;
67
68
  /** Returns the backing pixel buffer if exists, otherwise nil. */
68
- pixelBuffer(): NobjcObject;
69
+ pixelBuffer(): NobjcObject | null;
70
+ }
71
+ export interface _MLMultiArray extends _NSSecureCoding {
69
72
  }
@@ -1,5 +1,6 @@
1
1
  import type { _NSArray } from "../Foundation/NSArray.js";
2
2
  import type { _NSObject } from "../Foundation/NSObject.js";
3
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
3
4
  import type { _MLMultiArrayShapeConstraint } from "./MLMultiArrayShapeConstraint.js";
4
5
  import type { MLMultiArrayDataType } from "./MLMultiArrayDataType.js";
5
6
  export declare class _MLMultiArrayConstraint extends _NSObject {
@@ -13,3 +14,5 @@ export declare class _MLMultiArrayConstraint extends _NSObject {
13
14
  /** Detailed shape constraint */
14
15
  shapeConstraint(): _MLMultiArrayShapeConstraint;
15
16
  }
17
+ export interface _MLMultiArrayConstraint extends _NSSecureCoding {
18
+ }
@@ -1,6 +1,6 @@
1
- import type { NobjcObject } from "objc-js";
2
1
  import type { _NSArray } from "../Foundation/NSArray.js";
3
2
  import type { _NSObject } from "../Foundation/NSObject.js";
3
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
4
4
  import type { MLMultiArrayShapeConstraintType } from "./MLMultiArrayShapeConstraintType.js";
5
5
  export declare class _MLMultiArrayShapeConstraint extends _NSObject {
6
6
  static alloc(): _MLMultiArrayShapeConstraint;
@@ -12,5 +12,7 @@ export declare class _MLMultiArrayShapeConstraint extends _NSObject {
12
12
  /**
13
13
  * If type == MLMultiArrayShapeConstraintTypeEnumerated then only shapes in this set are allowed
14
14
  */
15
- enumeratedShapes(): NobjcObject;
15
+ enumeratedShapes(): _NSArray;
16
+ }
17
+ export interface _MLMultiArrayShapeConstraint extends _NSSecureCoding {
16
18
  }
@@ -1,4 +1,5 @@
1
1
  import type { _NSObject } from "../Foundation/NSObject.js";
2
+ import type { _MLComputeDeviceProtocol } from "./MLComputeDeviceProtocol.js";
2
3
  export declare class _MLNeuralEngineComputeDevice extends _NSObject {
3
4
  static alloc(): _MLNeuralEngineComputeDevice;
4
5
  static new(): _MLNeuralEngineComputeDevice;
@@ -6,3 +7,5 @@ export declare class _MLNeuralEngineComputeDevice extends _NSObject {
6
7
  /** The total number of cores in the NeuralEngine. */
7
8
  totalCoreCount(): number;
8
9
  }
10
+ export interface _MLNeuralEngineComputeDevice extends _MLComputeDeviceProtocol {
11
+ }
@@ -1,5 +1,6 @@
1
1
  import type { _NSNumber } from "../Foundation/NSNumber.js";
2
2
  import type { _NSObject } from "../Foundation/NSObject.js";
3
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
3
4
  import type { _NSSet } from "../Foundation/NSSet.js";
4
5
  export declare class _MLNumericConstraint extends _NSObject {
5
6
  static alloc(): _MLNumericConstraint;
@@ -12,3 +13,5 @@ export declare class _MLNumericConstraint extends _NSObject {
12
13
  /** If not nil, list of restricted set of values the parameter can take. */
13
14
  enumeratedNumbers(): _NSSet | null;
14
15
  }
16
+ export interface _MLNumericConstraint extends _NSSecureCoding {
17
+ }
@@ -1,4 +1,5 @@
1
1
  import type { _NSObject } from "../Foundation/NSObject.js";
2
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
2
3
  import type { MLReshapeFrequencyHint } from "./MLReshapeFrequencyHint.js";
3
4
  import type { MLSpecializationStrategy } from "./MLSpecializationStrategy.js";
4
5
  export declare class _MLOptimizationHints extends _NSObject {
@@ -16,3 +17,5 @@ export declare class _MLOptimizationHints extends _NSObject {
16
17
  specializationStrategy(): MLSpecializationStrategy;
17
18
  setSpecializationStrategy$(value: MLSpecializationStrategy): void;
18
19
  }
20
+ export interface _MLOptimizationHints extends _NSSecureCoding {
21
+ }
@@ -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
  import type { _MLNumericConstraint } from "./MLNumericConstraint.js";
4
5
  import type { _MLParameterKey } from "./MLParameterKey.js";
5
6
  export declare class _MLParameterDescription extends _NSObject {
@@ -13,3 +14,5 @@ export declare class _MLParameterDescription extends _NSObject {
13
14
  /** Any applicable constraint on the parameter value */
14
15
  numericConstraint(): _MLNumericConstraint | null;
15
16
  }
17
+ export interface _MLParameterDescription extends _NSSecureCoding {
18
+ }
@@ -1,5 +1,6 @@
1
1
  import type { _NSArray } from "../Foundation/NSArray.js";
2
2
  import type { _NSObject } from "../Foundation/NSObject.js";
3
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
3
4
  import type { MLFeatureType } from "./MLFeatureType.js";
4
5
  export declare class _MLSequence extends _NSObject {
5
6
  static alloc(): _MLSequence;
@@ -16,3 +17,5 @@ export declare class _MLSequence extends _NSObject {
16
17
  stringValues(): _NSArray;
17
18
  int64Values(): _NSArray;
18
19
  }
20
+ export interface _MLSequence extends _NSSecureCoding {
21
+ }
@@ -1,4 +1,5 @@
1
1
  import type { _NSObject } from "../Foundation/NSObject.js";
2
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
2
3
  import type { _MLFeatureDescription } from "./MLFeatureDescription.js";
3
4
  import type { NSRange } from "../structs/NSRange.js";
4
5
  export declare class _MLSequenceConstraint extends _NSObject {
@@ -10,3 +11,5 @@ export declare class _MLSequenceConstraint extends _NSObject {
10
11
  /** Restriction on the length of the sequence */
11
12
  countRange(): NSRange;
12
13
  }
14
+ export interface _MLSequenceConstraint extends _NSSecureCoding {
15
+ }
@@ -1,5 +1,6 @@
1
1
  import type { _NSArray } from "../Foundation/NSArray.js";
2
2
  import type { _NSObject } from "../Foundation/NSObject.js";
3
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
3
4
  import type { MLMultiArrayDataType } from "./MLMultiArrayDataType.js";
4
5
  export declare class _MLStateConstraint extends _NSObject {
5
6
  static alloc(): _MLStateConstraint;
@@ -10,3 +11,5 @@ export declare class _MLStateConstraint extends _NSObject {
10
11
  /** The data type of scalars in the state buffer. */
11
12
  dataType(): MLMultiArrayDataType;
12
13
  }
14
+ export interface _MLStateConstraint extends _NSSecureCoding {
15
+ }
@@ -5,5 +5,5 @@ export declare class _MLUpdateProgressHandlers extends _NSObject {
5
5
  static alloc(): _MLUpdateProgressHandlers;
6
6
  static new(): _MLUpdateProgressHandlers;
7
7
  init(): _MLUpdateProgressHandlers;
8
- initForEvents$progressHandler$completionHandler$(interestedEvents: MLUpdateProgressEvent, progressHandler: NobjcObject, completionHandler: NobjcObject): _MLUpdateProgressHandlers;
8
+ initForEvents$progressHandler$completionHandler$(interestedEvents: MLUpdateProgressEvent, progressHandler: NobjcObject | null, completionHandler: NobjcObject): _MLUpdateProgressHandlers;
9
9
  }
@@ -10,15 +10,15 @@ export declare class _MLUpdateTask extends _MLTask {
10
10
  static new(): _MLUpdateTask;
11
11
  init(): _MLUpdateTask;
12
12
  /** Update via task control with completion handler */
13
- static updateTaskForModelAtURL$trainingData$configuration$completionHandler$error$(modelURL: _NSURL, trainingData: _MLBatchProvider, configuration: _MLModelConfiguration | null, completionHandler: NobjcObject, error: NobjcObject): _MLUpdateTask | null;
13
+ static updateTaskForModelAtURL$trainingData$configuration$completionHandler$error$(modelURL: _NSURL, trainingData: _MLBatchProvider, configuration: _MLModelConfiguration | null, completionHandler: NobjcObject, error: NobjcObject | null): _MLUpdateTask | null;
14
14
  /** Update via task control with completion handler supplying default configuration */
15
- static updateTaskForModelAtURL$trainingData$completionHandler$error$(modelURL: _NSURL, trainingData: _MLBatchProvider, completionHandler: NobjcObject, error: NobjcObject): _MLUpdateTask | null;
15
+ static updateTaskForModelAtURL$trainingData$completionHandler$error$(modelURL: _NSURL, trainingData: _MLBatchProvider, completionHandler: NobjcObject, error: NobjcObject | null): _MLUpdateTask | null;
16
16
  /** Update via task control and custom progress callbacks */
17
- static updateTaskForModelAtURL$trainingData$configuration$progressHandlers$error$(modelURL: _NSURL, trainingData: _MLBatchProvider, configuration: _MLModelConfiguration | null, progressHandlers: _MLUpdateProgressHandlers, error: NobjcObject): _MLUpdateTask | null;
17
+ static updateTaskForModelAtURL$trainingData$configuration$progressHandlers$error$(modelURL: _NSURL, trainingData: _MLBatchProvider, configuration: _MLModelConfiguration | null, progressHandlers: _MLUpdateProgressHandlers, error: NobjcObject | null): _MLUpdateTask | null;
18
18
  /**
19
19
  * Update via task control and custom progress callbacks supplying default configuration
20
20
  */
21
- static updateTaskForModelAtURL$trainingData$progressHandlers$error$(modelURL: _NSURL, trainingData: _MLBatchProvider, progressHandlers: _MLUpdateProgressHandlers, error: NobjcObject): _MLUpdateTask | null;
21
+ static updateTaskForModelAtURL$trainingData$progressHandlers$error$(modelURL: _NSURL, trainingData: _MLBatchProvider, progressHandlers: _MLUpdateProgressHandlers, error: NobjcObject | null): _MLUpdateTask | null;
22
22
  /** Request a resume with new parameters. Should be used within a progressHandler */
23
23
  resumeWithParameters$(updateParameters: _NSDictionary): void;
24
24
  }
@@ -2,5 +2,5 @@ import type { NobjcObject } from "objc-js";
2
2
  import type { _NSURL } from "../Foundation/NSURL.js";
3
3
  export interface _MLWritable {
4
4
  /** Writes the model to disk and returns YES if the write is successful. */
5
- writeToURL$error$?(url: _NSURL, error: NobjcObject): boolean;
5
+ writeToURL$error$?(url: _NSURL, error: NobjcObject | null): boolean;
6
6
  }
@@ -1,57 +1,58 @@
1
1
  // AUTO-GENERATED by objcjs-types generator — DO NOT EDIT
2
2
  import { NobjcLibrary } from "objc-js";
3
+ import { _bindClass } from "../bind.js";
3
4
  export const CoreML = new NobjcLibrary("/System/Library/Frameworks/CoreML.framework/CoreML");
4
- export const MLArrayBatchProvider = CoreML["MLArrayBatchProvider"];
5
- export const MLCPUComputeDevice = CoreML["MLCPUComputeDevice"];
6
- export const MLComputePlan = CoreML["MLComputePlan"];
7
- export const MLComputePlanCost = CoreML["MLComputePlanCost"];
8
- export const MLComputePlanDeviceUsage = CoreML["MLComputePlanDeviceUsage"];
9
- export const MLDictionaryConstraint = CoreML["MLDictionaryConstraint"];
10
- export const MLDictionaryFeatureProvider = CoreML["MLDictionaryFeatureProvider"];
11
- export const MLFeatureDescription = CoreML["MLFeatureDescription"];
12
- export const MLFeatureValue = CoreML["MLFeatureValue"];
13
- export const MLGPUComputeDevice = CoreML["MLGPUComputeDevice"];
14
- export const MLImageConstraint = CoreML["MLImageConstraint"];
15
- export const MLImageSize = CoreML["MLImageSize"];
16
- export const MLImageSizeConstraint = CoreML["MLImageSizeConstraint"];
17
- export const MLKey = CoreML["MLKey"];
18
- export const MLMetricKey = CoreML["MLMetricKey"];
19
- export const MLModel = CoreML["MLModel"];
20
- export const MLModelAsset = CoreML["MLModelAsset"];
21
- export const MLModelCollection = CoreML["MLModelCollection"];
22
- export const MLModelCollectionEntry = CoreML["MLModelCollectionEntry"];
23
- export const MLModelConfiguration = CoreML["MLModelConfiguration"];
24
- export const MLModelDescription = CoreML["MLModelDescription"];
25
- export const MLModelStructure = CoreML["MLModelStructure"];
26
- export const MLModelStructureNeuralNetwork = CoreML["MLModelStructureNeuralNetwork"];
27
- export const MLModelStructureNeuralNetworkLayer = CoreML["MLModelStructureNeuralNetworkLayer"];
28
- export const MLModelStructurePipeline = CoreML["MLModelStructurePipeline"];
29
- export const MLModelStructureProgram = CoreML["MLModelStructureProgram"];
30
- export const MLModelStructureProgramArgument = CoreML["MLModelStructureProgramArgument"];
31
- export const MLModelStructureProgramBinding = CoreML["MLModelStructureProgramBinding"];
32
- export const MLModelStructureProgramBlock = CoreML["MLModelStructureProgramBlock"];
33
- export const MLModelStructureProgramFunction = CoreML["MLModelStructureProgramFunction"];
34
- export const MLModelStructureProgramNamedValueType = CoreML["MLModelStructureProgramNamedValueType"];
35
- export const MLModelStructureProgramOperation = CoreML["MLModelStructureProgramOperation"];
36
- export const MLModelStructureProgramValue = CoreML["MLModelStructureProgramValue"];
37
- export const MLModelStructureProgramValueType = CoreML["MLModelStructureProgramValueType"];
38
- export const MLMultiArray = CoreML["MLMultiArray"];
39
- export const MLMultiArrayConstraint = CoreML["MLMultiArrayConstraint"];
40
- export const MLMultiArrayShapeConstraint = CoreML["MLMultiArrayShapeConstraint"];
41
- export const MLNeuralEngineComputeDevice = CoreML["MLNeuralEngineComputeDevice"];
42
- export const MLNumericConstraint = CoreML["MLNumericConstraint"];
43
- export const MLOptimizationHints = CoreML["MLOptimizationHints"];
44
- export const MLParameterDescription = CoreML["MLParameterDescription"];
45
- export const MLParameterKey = CoreML["MLParameterKey"];
46
- export const MLPredictionOptions = CoreML["MLPredictionOptions"];
47
- export const MLSequence = CoreML["MLSequence"];
48
- export const MLSequenceConstraint = CoreML["MLSequenceConstraint"];
49
- export const MLState = CoreML["MLState"];
50
- export const MLStateConstraint = CoreML["MLStateConstraint"];
51
- export const MLTask = CoreML["MLTask"];
52
- export const MLUpdateContext = CoreML["MLUpdateContext"];
53
- export const MLUpdateProgressHandlers = CoreML["MLUpdateProgressHandlers"];
54
- export const MLUpdateTask = CoreML["MLUpdateTask"];
5
+ export const MLArrayBatchProvider = _bindClass(CoreML, "MLArrayBatchProvider");
6
+ export const MLCPUComputeDevice = _bindClass(CoreML, "MLCPUComputeDevice");
7
+ export const MLComputePlan = _bindClass(CoreML, "MLComputePlan");
8
+ export const MLComputePlanCost = _bindClass(CoreML, "MLComputePlanCost");
9
+ export const MLComputePlanDeviceUsage = _bindClass(CoreML, "MLComputePlanDeviceUsage");
10
+ export const MLDictionaryConstraint = _bindClass(CoreML, "MLDictionaryConstraint");
11
+ export const MLDictionaryFeatureProvider = _bindClass(CoreML, "MLDictionaryFeatureProvider");
12
+ export const MLFeatureDescription = _bindClass(CoreML, "MLFeatureDescription");
13
+ export const MLFeatureValue = _bindClass(CoreML, "MLFeatureValue");
14
+ export const MLGPUComputeDevice = _bindClass(CoreML, "MLGPUComputeDevice");
15
+ export const MLImageConstraint = _bindClass(CoreML, "MLImageConstraint");
16
+ export const MLImageSize = _bindClass(CoreML, "MLImageSize");
17
+ export const MLImageSizeConstraint = _bindClass(CoreML, "MLImageSizeConstraint");
18
+ export const MLKey = _bindClass(CoreML, "MLKey");
19
+ export const MLMetricKey = _bindClass(CoreML, "MLMetricKey");
20
+ export const MLModel = _bindClass(CoreML, "MLModel");
21
+ export const MLModelAsset = _bindClass(CoreML, "MLModelAsset");
22
+ export const MLModelCollection = _bindClass(CoreML, "MLModelCollection");
23
+ export const MLModelCollectionEntry = _bindClass(CoreML, "MLModelCollectionEntry");
24
+ export const MLModelConfiguration = _bindClass(CoreML, "MLModelConfiguration");
25
+ export const MLModelDescription = _bindClass(CoreML, "MLModelDescription");
26
+ export const MLModelStructure = _bindClass(CoreML, "MLModelStructure");
27
+ export const MLModelStructureNeuralNetwork = _bindClass(CoreML, "MLModelStructureNeuralNetwork");
28
+ export const MLModelStructureNeuralNetworkLayer = _bindClass(CoreML, "MLModelStructureNeuralNetworkLayer");
29
+ export const MLModelStructurePipeline = _bindClass(CoreML, "MLModelStructurePipeline");
30
+ export const MLModelStructureProgram = _bindClass(CoreML, "MLModelStructureProgram");
31
+ export const MLModelStructureProgramArgument = _bindClass(CoreML, "MLModelStructureProgramArgument");
32
+ export const MLModelStructureProgramBinding = _bindClass(CoreML, "MLModelStructureProgramBinding");
33
+ export const MLModelStructureProgramBlock = _bindClass(CoreML, "MLModelStructureProgramBlock");
34
+ export const MLModelStructureProgramFunction = _bindClass(CoreML, "MLModelStructureProgramFunction");
35
+ export const MLModelStructureProgramNamedValueType = _bindClass(CoreML, "MLModelStructureProgramNamedValueType");
36
+ export const MLModelStructureProgramOperation = _bindClass(CoreML, "MLModelStructureProgramOperation");
37
+ export const MLModelStructureProgramValue = _bindClass(CoreML, "MLModelStructureProgramValue");
38
+ export const MLModelStructureProgramValueType = _bindClass(CoreML, "MLModelStructureProgramValueType");
39
+ export const MLMultiArray = _bindClass(CoreML, "MLMultiArray");
40
+ export const MLMultiArrayConstraint = _bindClass(CoreML, "MLMultiArrayConstraint");
41
+ export const MLMultiArrayShapeConstraint = _bindClass(CoreML, "MLMultiArrayShapeConstraint");
42
+ export const MLNeuralEngineComputeDevice = _bindClass(CoreML, "MLNeuralEngineComputeDevice");
43
+ export const MLNumericConstraint = _bindClass(CoreML, "MLNumericConstraint");
44
+ export const MLOptimizationHints = _bindClass(CoreML, "MLOptimizationHints");
45
+ export const MLParameterDescription = _bindClass(CoreML, "MLParameterDescription");
46
+ export const MLParameterKey = _bindClass(CoreML, "MLParameterKey");
47
+ export const MLPredictionOptions = _bindClass(CoreML, "MLPredictionOptions");
48
+ export const MLSequence = _bindClass(CoreML, "MLSequence");
49
+ export const MLSequenceConstraint = _bindClass(CoreML, "MLSequenceConstraint");
50
+ export const MLState = _bindClass(CoreML, "MLState");
51
+ export const MLStateConstraint = _bindClass(CoreML, "MLStateConstraint");
52
+ export const MLTask = _bindClass(CoreML, "MLTask");
53
+ export const MLUpdateContext = _bindClass(CoreML, "MLUpdateContext");
54
+ export const MLUpdateProgressHandlers = _bindClass(CoreML, "MLUpdateProgressHandlers");
55
+ export const MLUpdateTask = _bindClass(CoreML, "MLUpdateTask");
55
56
  export { MLComputeUnits } from "./MLComputeUnits.js";
56
57
  export { MLFeatureType } from "./MLFeatureType.js";
57
58
  export { MLImageSizeConstraintType } from "./MLImageSizeConstraintType.js";
@@ -29,11 +29,11 @@ export declare class _CMIOExtensionDevice extends _NSObject {
29
29
  /**
30
30
  * Add a stream to the device streams array. The stream to be added to the device streams array. An error return on failure. Return YES on success, NO otherwise.
31
31
  */
32
- addStream$error$(stream: _CMIOExtensionStream, outError: NobjcObject): boolean;
32
+ addStream$error$(stream: _CMIOExtensionStream, outError: NobjcObject | null): boolean;
33
33
  /**
34
34
  * Remove a stream from the device streams array. The stream to be removed from the device streams array. An error return on failure. Return YES on success, NO otherwise.
35
35
  */
36
- removeStream$error$(stream: _CMIOExtensionStream, outError: NobjcObject): boolean;
36
+ removeStream$error$(stream: _CMIOExtensionStream, outError: NobjcObject | null): boolean;
37
37
  /**
38
38
  * Notify client(s) of device properties changes. The dictionary of properties having changed.
39
39
  */
@@ -5,11 +5,11 @@ export interface _CMIOExtensionDeviceSource {
5
5
  /**
6
6
  * Get the state of properties. The addresses of properties from which to get the state. An error return on failure. A device properties instance containing the properties states.
7
7
  */
8
- devicePropertiesForProperties$error$?(properties: _NSSet, outError: NobjcObject): _CMIOExtensionDeviceProperties | null;
8
+ devicePropertiesForProperties$error$?(properties: _NSSet, outError: NobjcObject | null): _CMIOExtensionDeviceProperties | null;
9
9
  /**
10
10
  * Set the provider properties. The device properties instance containing the properties states. An error return on failure. Return YES on success, NO otherwise. The property attributes associated with a property state are always nil in setter. In case of error, it is highly advisable to pass more detailed information regarding the property or properties that failed in the localizedDescription of the NSError.
11
11
  */
12
- setDeviceProperties$error$?(deviceProperties: _CMIOExtensionDeviceProperties, outError: NobjcObject): boolean;
12
+ setDeviceProperties$error$?(deviceProperties: _CMIOExtensionDeviceProperties, outError: NobjcObject | null): boolean;
13
13
  /**
14
14
  * The set of available properties. The availableProperties should not change during the life cycle of the associated device.
15
15
  */
@@ -1,6 +1,7 @@
1
1
  import type { NobjcObject } from "objc-js";
2
2
  import type { _NSArray } from "../Foundation/NSArray.js";
3
3
  import type { _NSObject } from "../Foundation/NSObject.js";
4
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
4
5
  export declare class _CMIOExtensionPropertyAttributes extends _NSObject {
5
6
  static alloc(): _CMIOExtensionPropertyAttributes;
6
7
  static new(): _CMIOExtensionPropertyAttributes;
@@ -8,7 +9,7 @@ export declare class _CMIOExtensionPropertyAttributes extends _NSObject {
8
9
  /**
9
10
  * @method propertyAttributesWithMinValue:maxValue:validValues:readonly: @abstract Returns a property attributes instance. @param minValue The minimum value of the property. @param maxValue The maximum value of the property. @param validValues The array of valid values. @param readOnly A readOnly flag. @result A CMIOExtensionPropertyAttributes instance that describes the attributes of a property. @discussion Property attributes may contain a minValue in which case the property is bounded by a minimum value. Property attributes may contain a maxValue in which case the property is bounded by a maximum value. Property attributes may contain both minValue and maxValue in which case the property is bounded within a range. Property attributes may contain a validValues in which case the property is discrete and can only have a certain set of value. If a property does not have a minValue/maxValue/validValues attributes, the property can have any value.
10
11
  */
11
- static propertyAttributesWithMinValue$maxValue$validValues$readOnly$(minValue: NobjcObject, maxValue: NobjcObject, validValues: _NSArray | null, readOnly: boolean): _CMIOExtensionPropertyAttributes;
12
+ static propertyAttributesWithMinValue$maxValue$validValues$readOnly$(minValue: NobjcObject | null, maxValue: NobjcObject | null, validValues: _NSArray | null, readOnly: boolean): _CMIOExtensionPropertyAttributes;
12
13
  /**
13
14
  * @property readOnlyPropertyAttribute @abstract The class property representing a readOnly property attribute with no minValue/maxValue/validValues.
14
15
  */
@@ -16,13 +17,15 @@ export declare class _CMIOExtensionPropertyAttributes extends _NSObject {
16
17
  /**
17
18
  * @method propertyAttributesWithMinValue:maxValue:validValues:readonly: @abstract Initialize a property attributes instance. @param minValue The minimum value of the property. @param maxValue The maximum value of the property. @param validValues The array of valid values. @param readOnly A readOnly flag. @result A CMIOExtensionPropertyAttributes instance that describes the attributes of a property. @discussion Property attributes may contain a minValue in which case the property is bounded by a minimum value. Property attributes may contain a maxValue in which case the property is bounded by a maximum value. Property attributes may contain both minValue and maxValue in which case the property is bounded within a range. Property attributes may contain a validValues in which case the property is discrete and can only have a certain set of value. If a property does not have a minValue/maxValue/validValues attributes, the property can have any value.
18
19
  */
19
- initWithMinValue$maxValue$validValues$readOnly$(minValue: NobjcObject, maxValue: NobjcObject, validValues: _NSArray | null, readOnly: boolean): _CMIOExtensionPropertyAttributes;
20
+ initWithMinValue$maxValue$validValues$readOnly$(minValue: NobjcObject | null, maxValue: NobjcObject | null, validValues: _NSArray | null, readOnly: boolean): _CMIOExtensionPropertyAttributes;
20
21
  /** @property minValue @abstract The minimum value of a property. */
21
- minValue(): NobjcObject;
22
+ minValue(): NobjcObject | null;
22
23
  /** @property maxValue @abstract The maximum value of a property. */
23
- maxValue(): NobjcObject;
24
+ maxValue(): NobjcObject | null;
24
25
  /** @property validValues @abstract An array of valid values. */
25
26
  validValues(): _NSArray | null;
26
27
  /** @property readOnly @abstract The readOnly flag attribute. */
27
28
  readOnly(): boolean;
28
29
  }
30
+ export interface _CMIOExtensionPropertyAttributes extends _NSSecureCoding {
31
+ }