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,5 +1,6 @@
1
1
  import type { NobjcObject } from "objc-js";
2
2
  import type { _NSArray } from "../Foundation/NSArray.js";
3
+ import type { _NSExtensionRequestHandling } from "../Foundation/NSExtensionRequestHandling.js";
3
4
  import type { _NSObject } from "../Foundation/NSObject.js";
4
5
  import type { _NSString } from "../Foundation/NSString.js";
5
6
  import type { _NSURL } from "../Foundation/NSURL.js";
@@ -30,8 +31,8 @@ export declare class _FIFinderSync extends _NSObject {
30
31
  requestBadgeIdentifierForURL$(url: _NSURL): void;
31
32
  /** Collaboration, starting in macOS 10.13. */
32
33
  supportedServiceNamesForItemWithURL$(itemURL: _NSURL): _NSArray;
33
- makeListenerEndpointForServiceName$itemURL$andReturnError$(serviceName: NSFileProviderServiceName, itemURL: _NSURL, error: NobjcObject): _NSXPCListenerEndpoint | null;
34
- valuesForAttributes$forItemWithURL$completion$(attributes: _NSArray, itemURL: _NSURL, completion: NobjcObject): void;
34
+ makeListenerEndpointForServiceName$itemURL$andReturnError$(serviceName: NSFileProviderServiceName, itemURL: _NSURL, error: NobjcObject | null): _NSXPCListenerEndpoint | null;
35
+ valuesForAttributes$forItemWithURL$completion$(attributes: _NSArray, itemURL: _NSURL, completion: NobjcObject | null): void;
35
36
  /**
36
37
  * The name of the extension’s toolbar button. To add a toolbar item to the Finder, override the getter method for the toolbar image, name, and tooltip properties.
37
38
  */
@@ -45,3 +46,5 @@ export declare class _FIFinderSync extends _NSObject {
45
46
  */
46
47
  toolbarItemToolTip(): _NSString;
47
48
  }
49
+ export interface _FIFinderSync extends _NSExtensionRequestHandling {
50
+ }
@@ -1,6 +1,7 @@
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 FinderSync = new NobjcLibrary("/System/Library/Frameworks/FinderSync.framework/FinderSync");
4
- export const FIFinderSync = FinderSync["FIFinderSync"];
5
- export const FIFinderSyncController = FinderSync["FIFinderSyncController"];
5
+ export const FIFinderSync = _bindClass(FinderSync, "FIFinderSync");
6
+ export const FIFinderSyncController = _bindClass(FinderSync, "FIFinderSyncController");
6
7
  export { FIMenuKind } from "./FIMenuKind.js";
@@ -1,4 +1,5 @@
1
1
  import type { _NSObject } from "./NSObject.js";
2
+ import type { _NSSecureCoding } from "./NSSecureCoding.js";
2
3
  import type { CGPoint } from "../structs/CGPoint.js";
3
4
  import type { CGSize } from "../structs/CGSize.js";
4
5
  import type { NSAffineTransformStruct } from "../structs/NSAffineTransformStruct.js";
@@ -30,3 +31,5 @@ export declare class _NSAffineTransform extends _NSObject {
30
31
  transformStruct(): NSAffineTransformStruct;
31
32
  setTransformStruct$(value: NSAffineTransformStruct): void;
32
33
  }
34
+ export interface _NSAffineTransform extends _NSSecureCoding {
35
+ }
@@ -2,6 +2,7 @@ import type { NobjcObject } from "objc-js";
2
2
  import type { _NSData } from "./NSData.js";
3
3
  import type { _NSDate } from "./NSDate.js";
4
4
  import type { _NSObject } from "./NSObject.js";
5
+ import type { _NSSecureCoding } from "./NSSecureCoding.js";
5
6
  import type { _NSString } from "./NSString.js";
6
7
  import type { _NSURL } from "./NSURL.js";
7
8
  import type { NSAppleEventSendOptions } from "./NSAppleEventSendOptions.js";
@@ -14,16 +15,16 @@ export declare class _NSAppleEventDescriptor extends _NSObject {
14
15
  /**
15
16
  * Given some data, and a four-character type code, create and return an autoreleased NSAppleEventDescriptor that contains that data, with that type.
16
17
  */
17
- static descriptorWithDescriptorType$bytes$length$(descriptorType: NobjcObject, bytes: Uint8Array | null, byteCount: number): _NSAppleEventDescriptor | null;
18
- static descriptorWithDescriptorType$data$(descriptorType: NobjcObject, data: _NSData | null): _NSAppleEventDescriptor | null;
18
+ static descriptorWithDescriptorType$bytes$length$(descriptorType: number, bytes: Uint8Array | null, byteCount: number): _NSAppleEventDescriptor | null;
19
+ static descriptorWithDescriptorType$data$(descriptorType: number, data: _NSData | null): _NSAppleEventDescriptor | null;
19
20
  /**
20
21
  * Given a value, create and return an autoreleased NSAppleEventDescriptor that contains that value, with an appropriate type (typeBoolean, typeEnumerated, typeSInt32, typeIEEE64BitFloatingPoint, or typeType, respectively).
21
22
  */
22
23
  static descriptorWithBoolean$(boolean_: NobjcObject): _NSAppleEventDescriptor;
23
- static descriptorWithEnumCode$(enumerator: NobjcObject): _NSAppleEventDescriptor;
24
- static descriptorWithInt32$(signedInt: NobjcObject): _NSAppleEventDescriptor;
24
+ static descriptorWithEnumCode$(enumerator: number): _NSAppleEventDescriptor;
25
+ static descriptorWithInt32$(signedInt: number): _NSAppleEventDescriptor;
25
26
  static descriptorWithDouble$(doubleValue: number): _NSAppleEventDescriptor;
26
- static descriptorWithTypeCode$(typeCode: NobjcObject): _NSAppleEventDescriptor;
27
+ static descriptorWithTypeCode$(typeCode: number): _NSAppleEventDescriptor;
27
28
  /**
28
29
  * Given a string, date, or file URL object, respectively, create and return an autoreleased NSAppleEventDescriptor that contains that value.
29
30
  */
@@ -33,7 +34,7 @@ export declare class _NSAppleEventDescriptor extends _NSObject {
33
34
  /**
34
35
  * Create and return an autoreleased event, list, or record NSAppleEventDescriptor, respectively.
35
36
  */
36
- static appleEventWithEventClass$eventID$targetDescriptor$returnID$transactionID$(eventClass: NobjcObject, eventID: NobjcObject, targetDescriptor: _NSAppleEventDescriptor | null, returnID: NobjcObject, transactionID: NobjcObject): _NSAppleEventDescriptor;
37
+ static appleEventWithEventClass$eventID$targetDescriptor$returnID$transactionID$(eventClass: number, eventID: number, targetDescriptor: _NSAppleEventDescriptor | null, returnID: number, transactionID: number): _NSAppleEventDescriptor;
37
38
  static listDescriptor(): _NSAppleEventDescriptor;
38
39
  static recordDescriptor(): _NSAppleEventDescriptor;
39
40
  /**
@@ -48,20 +49,20 @@ export declare class _NSAppleEventDescriptor extends _NSObject {
48
49
  */
49
50
  initWithAEDescNoCopy$(aeDesc: NobjcObject): _NSAppleEventDescriptor;
50
51
  /** Other initializers. */
51
- initWithDescriptorType$bytes$length$(descriptorType: NobjcObject, bytes: Uint8Array | null, byteCount: number): _NSAppleEventDescriptor | null;
52
- initWithDescriptorType$data$(descriptorType: NobjcObject, data: _NSData | null): _NSAppleEventDescriptor | null;
53
- initWithEventClass$eventID$targetDescriptor$returnID$transactionID$(eventClass: NobjcObject, eventID: NobjcObject, targetDescriptor: _NSAppleEventDescriptor | null, returnID: NobjcObject, transactionID: NobjcObject): _NSAppleEventDescriptor;
52
+ initWithDescriptorType$bytes$length$(descriptorType: number, bytes: Uint8Array | null, byteCount: number): _NSAppleEventDescriptor | null;
53
+ initWithDescriptorType$data$(descriptorType: number, data: _NSData | null): _NSAppleEventDescriptor | null;
54
+ initWithEventClass$eventID$targetDescriptor$returnID$transactionID$(eventClass: number, eventID: number, targetDescriptor: _NSAppleEventDescriptor | null, returnID: number, transactionID: number): _NSAppleEventDescriptor;
54
55
  initListDescriptor(): _NSAppleEventDescriptor;
55
56
  initRecordDescriptor(): _NSAppleEventDescriptor;
56
57
  /** Set, retrieve, or remove parameter descriptors inside an event descriptor. */
57
- setParamDescriptor$forKeyword$(descriptor: _NSAppleEventDescriptor, keyword: NobjcObject): void;
58
- paramDescriptorForKeyword$(keyword: NobjcObject): _NSAppleEventDescriptor | null;
59
- removeParamDescriptorWithKeyword$(keyword: NobjcObject): void;
58
+ setParamDescriptor$forKeyword$(descriptor: _NSAppleEventDescriptor, keyword: number): void;
59
+ paramDescriptorForKeyword$(keyword: number): _NSAppleEventDescriptor | null;
60
+ removeParamDescriptorWithKeyword$(keyword: number): void;
60
61
  /** Set or retrieve attribute descriptors inside an event descriptor. */
61
- setAttributeDescriptor$forKeyword$(descriptor: _NSAppleEventDescriptor, keyword: NobjcObject): void;
62
- attributeDescriptorForKeyword$(keyword: NobjcObject): _NSAppleEventDescriptor | null;
62
+ setAttributeDescriptor$forKeyword$(descriptor: _NSAppleEventDescriptor, keyword: number): void;
63
+ attributeDescriptorForKeyword$(keyword: number): _NSAppleEventDescriptor | null;
63
64
  /** Send an Apple event. */
64
- sendEventWithOptions$timeout$error$(sendOptions: NSAppleEventSendOptions, timeoutInSeconds: number, error: NobjcObject): _NSAppleEventDescriptor | null;
65
+ sendEventWithOptions$timeout$error$(sendOptions: NSAppleEventSendOptions, timeoutInSeconds: number, error: NobjcObject | null): _NSAppleEventDescriptor | null;
65
66
  /**
66
67
  * Set, retrieve, or remove indexed descriptors inside a list or record descriptor.
67
68
  */
@@ -69,32 +70,32 @@ export declare class _NSAppleEventDescriptor extends _NSObject {
69
70
  descriptorAtIndex$(index: number): _NSAppleEventDescriptor | null;
70
71
  removeDescriptorAtIndex$(index: number): void;
71
72
  /** Set, retrieve, or remove keyed descriptors inside a record descriptor. */
72
- setDescriptor$forKeyword$(descriptor: _NSAppleEventDescriptor, keyword: NobjcObject): void;
73
- descriptorForKeyword$(keyword: NobjcObject): _NSAppleEventDescriptor | null;
74
- removeDescriptorWithKeyword$(keyword: NobjcObject): void;
73
+ setDescriptor$forKeyword$(descriptor: _NSAppleEventDescriptor, keyword: number): void;
74
+ descriptorForKeyword$(keyword: number): _NSAppleEventDescriptor | null;
75
+ removeDescriptorWithKeyword$(keyword: number): void;
75
76
  /**
76
77
  * Return the keyword associated with an indexed descriptor inside a record descriptor.
77
78
  */
78
- keywordForDescriptorAtIndex$(index: number): NobjcObject;
79
+ keywordForDescriptorAtIndex$(index: number): number;
79
80
  /**
80
81
  * Create and return a descriptor of the requested type, doing a coercion if that's appropriate and possible.
81
82
  */
82
- coerceToDescriptorType$(descriptorType: NobjcObject): _NSAppleEventDescriptor | null;
83
+ coerceToDescriptorType$(descriptorType: number): _NSAppleEventDescriptor | null;
83
84
  /** Return a pointer to the AEDesc that is encapsulated by the object. */
84
85
  aeDesc(): NobjcObject;
85
86
  /**
86
87
  * Get the four-character type code or the data from a fully-initialized descriptor.
87
88
  */
88
- descriptorType(): NobjcObject;
89
+ descriptorType(): number;
89
90
  data(): _NSData;
90
91
  /**
91
92
  * Return the contents of a descriptor, after coercing the descriptor's contents to typeBoolean, typeEnumerated, typeSInt32, typeIEEE64BitFloatingPoint, or typeType, respectively.
92
93
  */
93
94
  booleanValue(): NobjcObject;
94
- enumCodeValue(): NobjcObject;
95
- int32Value(): NobjcObject;
95
+ enumCodeValue(): number;
96
+ int32Value(): number;
96
97
  doubleValue(): number;
97
- typeCodeValue(): NobjcObject;
98
+ typeCodeValue(): number;
98
99
  /**
99
100
  * Return the contents of a descriptor, after coercing the descriptor's contents to a string, date, or file URL, respectively.
100
101
  */
@@ -102,10 +103,10 @@ export declare class _NSAppleEventDescriptor extends _NSObject {
102
103
  dateValue(): _NSDate;
103
104
  fileURLValue(): _NSURL;
104
105
  /** Accessors for an event descriptor. */
105
- eventClass(): NobjcObject;
106
- eventID(): NobjcObject;
107
- returnID(): NobjcObject;
108
- transactionID(): NobjcObject;
106
+ eventClass(): number;
107
+ eventID(): number;
108
+ returnID(): number;
109
+ transactionID(): number;
109
110
  /**
110
111
  * Return whether or not a descriptor is a record-like descriptor. Record-like descriptors function as records, but may have a descriptorType other than typeAERecord, such as typeObjectSpecifier.
111
112
  */
@@ -113,3 +114,5 @@ export declare class _NSAppleEventDescriptor extends _NSObject {
113
114
  /** Return the number of items inside a list or record descriptor. */
114
115
  numberOfItems(): number;
115
116
  }
117
+ export interface _NSAppleEventDescriptor extends _NSSecureCoding {
118
+ }
@@ -10,32 +10,32 @@ export declare class _NSAppleEventManager extends _NSObject {
10
10
  /**
11
11
  * Set or remove a handler for a specific kind of Apple Event. The handler method should have the same signature as: - (void)handleAppleEvent:(NSAppleEventDescriptor *)event withReplyEvent:(NSAppleEventDescriptor *)replyEvent; When it is invoked, the value of the first parameter will be the event to be handled. The value of the second parameter will be the reply event to fill in. A reply event object will always be passed in (replyEvent will never be nil), but it should not be touched if the event sender has not requested a reply, which is indicated by [replyEvent descriptorType]==typeNull.
12
12
  */
13
- setEventHandler$andSelector$forEventClass$andEventID$(handler: NobjcObject, handleEventSelector: string, eventClass: NobjcObject, eventID: NobjcObject): void;
14
- removeEventHandlerForEventClass$andEventID$(eventClass: NobjcObject, eventID: NobjcObject): void;
13
+ setEventHandler$andSelector$forEventClass$andEventID$(handler: NobjcObject, handleEventSelector: string, eventClass: number, eventID: number): void;
14
+ removeEventHandlerForEventClass$andEventID$(eventClass: number, eventID: number): void;
15
15
  /**
16
16
  * Given an event, reply event, and refCon of the sort passed into Apple event handler functions that can be registered with AEInstallEventHandler(), dispatch the event to a handler that has been registered with -setEventHandler:andSelector:forEventClass:andEventID:. This method is primarily meant for Cocoa's internal use. It does not send events to other applications!
17
17
  */
18
- dispatchRawAppleEvent$withRawReply$handlerRefCon$(theAppleEvent: NobjcObject, theReply: NobjcObject, handlerRefCon: NobjcObject): NobjcObject;
18
+ dispatchRawAppleEvent$withRawReply$handlerRefCon$(theAppleEvent: NobjcObject, theReply: NobjcObject, handlerRefCon: NobjcObject): number;
19
19
  /**
20
20
  * If an Apple event is being handled on the current thread (i.e., -currentAppleEvent would not return nil), suspend the handling of the event, returning an ID that must be used to resume the handling of the event. Return zero otherwise. The suspended event will no longer be the current event after this method has returned.
21
21
  */
22
- suspendCurrentAppleEvent(): number | null;
22
+ suspendCurrentAppleEvent(): NobjcObject | null;
23
23
  /**
24
24
  * Given a nonzero suspension ID returned by an invocation of -suspendCurrentAppleEvent, return the descriptor for the event whose handling was suspended. The effects of mutating or retaining the returned descriptor are undefined, though it may be copied. This method may be invoked in any thread, not just the one in which the corresponding invocation of -suspendCurrentAppleEvent occurred.
25
25
  */
26
- appleEventForSuspensionID$(suspensionID: number): _NSAppleEventDescriptor;
26
+ appleEventForSuspensionID$(suspensionID: NobjcObject): _NSAppleEventDescriptor;
27
27
  /**
28
28
  * Given a nonzero suspension ID returned by an invocation of -suspendCurrentAppleEvent, return the corresponding reply event descriptor. This descriptor, including any mutatations, will be returned to the sender of the suspended event when handling of the event is resumed, if the sender has requested a reply. The effects of retaining the descriptor are undefined; it may be copied, but mutations of the copy will not be returned to the sender of the suspended event. This method may be invoked in any thread, not just the one in which the corresponding invocation of -suspendCurrentAppleEvent occurred.
29
29
  */
30
- replyAppleEventForSuspensionID$(suspensionID: number): _NSAppleEventDescriptor;
30
+ replyAppleEventForSuspensionID$(suspensionID: NobjcObject): _NSAppleEventDescriptor;
31
31
  /**
32
32
  * Given a nonzero suspension ID returned by an invocation of -suspendCurrentAppleEvent, set the values that will be returned by subsequent invocations of -currentAppleEvent and -currentReplyAppleEvent to be the event whose handling was suspended and its corresponding reply event, respectively. Redundant invocations of this method will be ignored.
33
33
  */
34
- setCurrentAppleEventAndReplyEventWithSuspensionID$(suspensionID: number): void;
34
+ setCurrentAppleEventAndReplyEventWithSuspensionID$(suspensionID: NobjcObject): void;
35
35
  /**
36
36
  * Given a nonzero suspension ID returned by an invocation of -suspendCurrentAppleEvent, signal that handling of the suspended event may now continue. This may result in the immediate sending of the reply event to the sender of the suspended event, if the sender has requested a reply. If the suspension ID has been used in a previous invocation of -setCurrentAppleEventAndReplyEventWithSuspensionID: the effects of that invocation will be completely undone. Subsequent invocations of other NSAppleEventManager methods using the same suspension ID are invalid. This method may be invoked in any thread, not just the one in which the corresponding invocation of -suspendCurrentAppleEvent occurred.
37
37
  */
38
- resumeWithSuspensionID$(suspensionID: number): void;
38
+ resumeWithSuspensionID$(suspensionID: NobjcObject): void;
39
39
  /**
40
40
  * If an Apple event is being handled on the current thread (i.e., a handler that was registered with -setEventHandler:andSelector:forEventClass:andEventID: is being messaged at this instant or -setCurrentAppleEventAndReplyEventWithSuspensionID: has just been invoked), return the descriptor for the event. Return nil otherwise. The effects of mutating or retaining the returned descriptor are undefined, though it may be copied.
41
41
  */
@@ -10,7 +10,7 @@ export declare class _NSAppleScript extends _NSObject {
10
10
  /**
11
11
  * Given a URL that locates a script, in either text or compiled form, initialize. Return nil and a pointer to an error information dictionary if an error occurs. This is a designated initializer for this class.
12
12
  */
13
- initWithContentsOfURL$error$(url: _NSURL, errorInfo: NobjcObject): _NSAppleScript | null;
13
+ initWithContentsOfURL$error$(url: _NSURL, errorInfo: NobjcObject | null): _NSAppleScript | null;
14
14
  /**
15
15
  * Given a string containing the AppleScript source code of a script, initialize. Return nil if an error occurs. This is also a designated initializer for this class.
16
16
  */
@@ -18,15 +18,15 @@ export declare class _NSAppleScript extends _NSObject {
18
18
  /**
19
19
  * Compile the script, if it is not already compiled. Return yes for success or if the script was already compiled, no and a pointer to an error information dictionary otherwise.
20
20
  */
21
- compileAndReturnError$(errorInfo: NobjcObject): boolean;
21
+ compileAndReturnError$(errorInfo: NobjcObject | null): boolean;
22
22
  /**
23
23
  * Execute the script, compiling it first if it is not already compiled. Return the result of executing the script, or nil and a pointer to an error information dictionary for failure.
24
24
  */
25
- executeAndReturnError$(errorInfo: NobjcObject): _NSAppleEventDescriptor;
25
+ executeAndReturnError$(errorInfo: NobjcObject | null): _NSAppleEventDescriptor;
26
26
  /**
27
27
  * Execute an Apple event in the context of the script, compiling the script first if it is not already compiled. Return the result of executing the event, or nil and a pointer to an error information dictionary for failure.
28
28
  */
29
- executeAppleEvent$error$(event: _NSAppleEventDescriptor, errorInfo: NobjcObject): _NSAppleEventDescriptor;
29
+ executeAppleEvent$error$(event: _NSAppleEventDescriptor, errorInfo: NobjcObject | null): _NSAppleEventDescriptor;
30
30
  /**
31
31
  * Return the source code of the script if it is available, nil otherwise. It is possible for an NSAppleScript that has been instantiated with -initWithContentsOfURL:error: to be a script for which the source code is not available, but is nonetheless executable.
32
32
  */
@@ -11,7 +11,7 @@ export declare class _NSArchiver extends _NSCoder {
11
11
  static archiveRootObject$toFile$(rootObject: NobjcObject, path: _NSString): boolean;
12
12
  initForWritingWithMutableData$(mdata: _NSMutableData): _NSArchiver;
13
13
  encodeRootObject$(rootObject: NobjcObject): void;
14
- encodeConditionalObject$(object_: NobjcObject): void;
14
+ encodeConditionalObject$(object_: NobjcObject | null): void;
15
15
  encodeClassName$intoClassName$(trueName: _NSString, inArchiveName: _NSString): void;
16
16
  classNameEncodedForTrueClassName$(trueName: _NSString): _NSString | null;
17
17
  replaceObject$withObject$(object_: NobjcObject, newObject: NobjcObject): void;
@@ -2,6 +2,7 @@ import type { NobjcObject } from "objc-js";
2
2
  import type { _NSCoder } from "./NSCoder.js";
3
3
  import type { _NSData } from "./NSData.js";
4
4
  import type { _NSEnumerator } from "./NSEnumerator.js";
5
+ import type { _NSFastEnumeration } from "./NSFastEnumeration.js";
5
6
  import type { _NSIndexSet } from "./NSIndexSet.js";
6
7
  import type { _NSObject } from "./NSObject.js";
7
8
  import type { _NSOrderedCollectionDifference } from "./NSOrderedCollectionDifference.js";
@@ -23,7 +24,7 @@ export declare class _NSArray extends _NSObject {
23
24
  static arrayWithObjects$(firstObj: NobjcObject): _NSArray;
24
25
  static arrayWithArray$(array: _NSArray): _NSArray;
25
26
  /** Reads array stored in NSPropertyList format from the specified url. */
26
- static arrayWithContentsOfURL$error$(url: _NSURL, error: NobjcObject): _NSArray | null;
27
+ static arrayWithContentsOfURL$error$(url: _NSURL, error: NobjcObject | null): _NSArray | null;
27
28
  /**
28
29
  * These methods are deprecated, and will be marked with API_DEPRECATED in a subsequent release. Use the variants that use errors instead.
29
30
  * @deprecated arrayWithContentsOfURL:error:
@@ -33,15 +34,15 @@ export declare class _NSArray extends _NSObject {
33
34
  static arrayWithContentsOfURL$(url: _NSURL): _NSArray | null;
34
35
  objectAtIndex$(index: number): NobjcObject;
35
36
  init(): _NSArray;
36
- initWithObjects$count$(objects: NobjcObject, cnt: number): _NSArray;
37
+ initWithObjects$count$(objects: NobjcObject | null, cnt: number): _NSArray;
37
38
  initWithCoder$(coder: _NSCoder): _NSArray | null;
38
39
  arrayByAddingObject$(anObject: NobjcObject): _NSArray;
39
40
  arrayByAddingObjectsFromArray$(otherArray: _NSArray): _NSArray;
40
41
  componentsJoinedByString$(separator: _NSString): _NSString;
41
42
  containsObject$(anObject: NobjcObject): boolean;
42
- descriptionWithLocale$(locale: NobjcObject): _NSString;
43
- descriptionWithLocale$indent$(locale: NobjcObject, level: number): _NSString;
44
- firstObjectCommonWithArray$(otherArray: _NSArray): NobjcObject;
43
+ descriptionWithLocale$(locale: NobjcObject | null): _NSString;
44
+ descriptionWithLocale$indent$(locale: NobjcObject | null, level: number): _NSString;
45
+ firstObjectCommonWithArray$(otherArray: _NSArray): NobjcObject | null;
45
46
  getObjects$range$(objects: NobjcObject, range: NSRange): void;
46
47
  indexOfObject$(anObject: NobjcObject): number;
47
48
  indexOfObject$inRange$(anObject: NobjcObject, range: NSRange): number;
@@ -50,16 +51,16 @@ export declare class _NSArray extends _NSObject {
50
51
  isEqualToArray$(otherArray: _NSArray): boolean;
51
52
  objectEnumerator(): _NSEnumerator;
52
53
  reverseObjectEnumerator(): _NSEnumerator;
53
- sortedArrayUsingFunction$context$(comparator: NobjcObject, context: Uint8Array | null): _NSArray;
54
- sortedArrayUsingFunction$context$hint$(comparator: NobjcObject, context: Uint8Array | null, hint: _NSData | null): _NSArray;
54
+ sortedArrayUsingFunction$context$(comparator: NobjcObject | null, context: Uint8Array | null): _NSArray;
55
+ sortedArrayUsingFunction$context$hint$(comparator: NobjcObject | null, context: Uint8Array | null, hint: _NSData | null): _NSArray;
55
56
  sortedArrayUsingSelector$(comparator: string): _NSArray;
56
57
  subarrayWithRange$(range: NSRange): _NSArray;
57
58
  /**
58
59
  * Serializes this instance to the specified URL in the NSPropertyList format (using NSPropertyListXMLFormat_v1_0). For other formats use NSPropertyListSerialization directly.
59
60
  */
60
- writeToURL$error$(url: _NSURL, error: NobjcObject): boolean;
61
+ writeToURL$error$(url: _NSURL, error: NobjcObject | null): boolean;
61
62
  makeObjectsPerformSelector$(aSelector: string): void;
62
- makeObjectsPerformSelector$withObject$(aSelector: string, argument: NobjcObject): void;
63
+ makeObjectsPerformSelector$withObject$(aSelector: string, argument: NobjcObject | null): void;
63
64
  objectsAtIndexes$(indexes: _NSIndexSet): _NSArray;
64
65
  objectAtIndexedSubscript$(idx: number): NobjcObject;
65
66
  enumerateObjectsUsingBlock$(block: NobjcObject): void;
@@ -71,15 +72,15 @@ export declare class _NSArray extends _NSObject {
71
72
  indexesOfObjectsPassingTest$(predicate: NobjcObject): _NSIndexSet;
72
73
  indexesOfObjectsWithOptions$passingTest$(opts: NSEnumerationOptions, predicate: NobjcObject): _NSIndexSet;
73
74
  indexesOfObjectsAtIndexes$options$passingTest$(s: _NSIndexSet, opts: NSEnumerationOptions, predicate: NobjcObject): _NSIndexSet;
74
- sortedArrayUsingComparator$(cmptr: number): _NSArray;
75
- sortedArrayWithOptions$usingComparator$(opts: NSSortOptions, cmptr: number): _NSArray;
75
+ sortedArrayUsingComparator$(cmptr: NobjcObject): _NSArray;
76
+ sortedArrayWithOptions$usingComparator$(opts: NSSortOptions, cmptr: NobjcObject): _NSArray;
76
77
  /** binary search */
77
- indexOfObject$inSortedRange$options$usingComparator$(obj: NobjcObject, r: NSRange, opts: NSBinarySearchingOptions, cmp: number): number;
78
+ indexOfObject$inSortedRange$options$usingComparator$(obj: NobjcObject, r: NSRange, opts: NSBinarySearchingOptions, cmp: NobjcObject): number;
78
79
  initWithObjects$(firstObj: NobjcObject): _NSArray;
79
80
  initWithArray$(array: _NSArray): _NSArray;
80
81
  initWithArray$copyItems$(array: _NSArray, flag: boolean): _NSArray;
81
82
  /** Reads array stored in NSPropertyList format from the specified url. */
82
- initWithContentsOfURL$error$(url: _NSURL, error: NobjcObject): _NSArray | null;
83
+ initWithContentsOfURL$error$(url: _NSURL, error: NobjcObject | null): _NSArray | null;
83
84
  differenceFromArray$withOptions$usingEquivalenceTest$(other: _NSArray, options: NSOrderedCollectionDifferenceCalculationOptions, block: NobjcObject): _NSOrderedCollectionDifference;
84
85
  differenceFromArray$withOptions$(other: _NSArray, options: NSOrderedCollectionDifferenceCalculationOptions): _NSOrderedCollectionDifference;
85
86
  /**
@@ -101,12 +102,8 @@ export declare class _NSArray extends _NSObject {
101
102
  /** @deprecated writeToURL:error: */
102
103
  writeToURL$atomically$(url: _NSURL, atomically: boolean): boolean;
103
104
  pathsMatchingExtensions$(filterTypes: _NSArray): _NSArray;
104
- /**
105
- * Return an array containing the results of invoking -valueForKey: on each of the receiver's elements. The returned array will contain NSNull elements for each instance of -valueForKey: returning nil.
106
- */
107
- valueForKey$(key: _NSString): NobjcObject;
108
105
  /** Invoke -setValue:forKey: on each of the receiver's elements. */
109
- setValue$forKey$(value: NobjcObject, key: _NSString): void;
106
+ setValue$forKey$(value: NobjcObject | null, key: _NSString): void;
110
107
  /**
111
108
  * Register or deregister as an observer of the values at a key path relative to each indexed element of the array. The options determine what is included in observer notifications and when they're sent, as described above, and the context is passed in observer notifications as described above. These are not merely convenience methods; invoking them is potentially much faster than repeatedly invoking NSObject(NSKeyValueObserverRegistration) methods. You should use -removeObserver:fromObjectsAtIndexes:forKeyPath:context: instead of -removeObserver:fromObjectsAtIndexes:forKeyPath: whenever possible for the same reason described in the NSObject(NSKeyValueObserverRegistration) comment.
112
109
  */
@@ -125,7 +122,9 @@ export declare class _NSArray extends _NSObject {
125
122
  filteredArrayUsingPredicate$(predicate: _NSPredicate): _NSArray;
126
123
  count(): number;
127
124
  description(): _NSString;
128
- firstObject(): NobjcObject;
129
- lastObject(): NobjcObject;
125
+ firstObject(): NobjcObject | null;
126
+ lastObject(): NobjcObject | null;
130
127
  sortedArrayHint(): _NSData;
131
128
  }
129
+ export interface _NSArray extends _NSFastEnumeration {
130
+ }
@@ -4,6 +4,7 @@ import type { _NSData } from "./NSData.js";
4
4
  import type { _NSDictionary } from "./NSDictionary.js";
5
5
  import type { _NSLocale } from "./NSLocale.js";
6
6
  import type { _NSObject } from "./NSObject.js";
7
+ import type { _NSSecureCoding } from "./NSSecureCoding.js";
7
8
  import type { _NSString } from "./NSString.js";
8
9
  import type { _NSURL } from "./NSURL.js";
9
10
  import type { NSRange } from "../structs/NSRange.js";
@@ -21,23 +22,23 @@ export declare class _NSAttributedString extends _NSObject {
21
22
  static localizedAttributedStringWithFormat$context$(format: _NSAttributedString, context: _NSDictionary): _NSAttributedString;
22
23
  /** Formats the string using the current locale and the specified options. */
23
24
  static localizedAttributedStringWithFormat$options$context$(format: _NSAttributedString, options: NSAttributedStringFormattingOptions, context: _NSDictionary): _NSAttributedString;
24
- attributesAtIndex$effectiveRange$(location: number, range: NobjcObject): _NSDictionary;
25
- attribute$atIndex$effectiveRange$(attrName: _NSString, location: number, range: NobjcObject): NobjcObject;
25
+ attributesAtIndex$effectiveRange$(location: number, range: NobjcObject | null): _NSDictionary;
26
+ attribute$atIndex$effectiveRange$(attrName: _NSString, location: number, range: NobjcObject | null): NobjcObject | null;
26
27
  attributedSubstringFromRange$(range: NSRange): _NSAttributedString;
27
- attributesAtIndex$longestEffectiveRange$inRange$(location: number, range: NobjcObject, rangeLimit: NSRange): _NSDictionary;
28
- attribute$atIndex$longestEffectiveRange$inRange$(attrName: _NSString, location: number, range: NobjcObject, rangeLimit: NSRange): NobjcObject;
28
+ attributesAtIndex$longestEffectiveRange$inRange$(location: number, range: NobjcObject | null, rangeLimit: NSRange): _NSDictionary;
29
+ attribute$atIndex$longestEffectiveRange$inRange$(attrName: _NSString, location: number, range: NobjcObject | null, rangeLimit: NSRange): NobjcObject | null;
29
30
  isEqualToAttributedString$(other: _NSAttributedString): boolean;
30
31
  initWithString$(str: _NSString): _NSAttributedString;
31
32
  initWithString$attributes$(str: _NSString, attrs: _NSDictionary | null): _NSAttributedString;
32
33
  initWithAttributedString$(attrStr: _NSAttributedString): _NSAttributedString;
33
34
  enumerateAttributesInRange$options$usingBlock$(enumerationRange: NSRange, opts: NSAttributedStringEnumerationOptions, block: NobjcObject): void;
34
- enumerateAttribute$inRange$options$usingBlock$(attrName: _NSString, enumerationRange: NSRange, opts: NSAttributedStringEnumerationOptions, block: NobjcObject): void;
35
+ enumerateAttribute$inRange$options$usingBlock$(attrName: _NSString, enumerationRange: NSRange, opts: NSAttributedStringEnumerationOptions, block: NobjcObject | null): void;
35
36
  /**
36
37
  * These constructors have a 'baseURL' parameter. If specified, links in the document will be relative to this URL, and images in the document will be looked for relative to this URL (if the other options allow image loading). Defaults to nil. If set to nil, paths will not be resolved.
37
38
  */
38
- initWithContentsOfMarkdownFileAtURL$options$baseURL$error$(markdownFile: _NSURL, options: _NSAttributedStringMarkdownParsingOptions | null, baseURL: _NSURL | null, error: NobjcObject): _NSAttributedString | null;
39
- initWithMarkdown$options$baseURL$error$(markdown: _NSData, options: _NSAttributedStringMarkdownParsingOptions | null, baseURL: _NSURL | null, error: NobjcObject): _NSAttributedString | null;
40
- initWithMarkdownString$options$baseURL$error$(markdownString: _NSString, options: _NSAttributedStringMarkdownParsingOptions | null, baseURL: _NSURL | null, error: NobjcObject): _NSAttributedString | null;
39
+ initWithContentsOfMarkdownFileAtURL$options$baseURL$error$(markdownFile: _NSURL, options: _NSAttributedStringMarkdownParsingOptions | null, baseURL: _NSURL | null, error: NobjcObject | null): _NSAttributedString | null;
40
+ initWithMarkdown$options$baseURL$error$(markdown: _NSData, options: _NSAttributedStringMarkdownParsingOptions | null, baseURL: _NSURL | null, error: NobjcObject | null): _NSAttributedString | null;
41
+ initWithMarkdownString$options$baseURL$error$(markdownString: _NSString, options: _NSAttributedStringMarkdownParsingOptions | null, baseURL: _NSURL | null, error: NobjcObject | null): _NSAttributedString | null;
41
42
  /** Formats the string using the specified locale (or the canonical one, if nil). */
42
43
  initWithFormat$options$locale$(format: _NSAttributedString, options: NSAttributedStringFormattingOptions, locale: _NSLocale | null): _NSAttributedString;
43
44
  /**
@@ -58,3 +59,5 @@ export declare class _NSAttributedString extends _NSObject {
58
59
  string(): _NSString;
59
60
  length(): number;
60
61
  }
62
+ export interface _NSAttributedString extends _NSSecureCoding {
63
+ }
@@ -1,4 +1,5 @@
1
1
  import type { _NSObject } from "./NSObject.js";
2
+ import type { _NSSecureCoding } from "./NSSecureCoding.js";
2
3
  import type { _NSString } from "./NSString.js";
3
4
  import type { NSRange } from "../structs/NSRange.js";
4
5
  export declare class _NSAttributedStringMarkdownSourcePosition extends _NSObject {
@@ -12,3 +13,5 @@ export declare class _NSAttributedStringMarkdownSourcePosition extends _NSObject
12
13
  endLine(): number;
13
14
  endColumn(): number;
14
15
  }
16
+ export interface _NSAttributedStringMarkdownSourcePosition extends _NSSecureCoding {
17
+ }
@@ -30,8 +30,8 @@ export declare class _NSBundle extends _NSObject {
30
30
  initWithPath$(path: _NSString): _NSBundle | null;
31
31
  initWithURL$(url: _NSURL): _NSBundle | null;
32
32
  unload(): boolean;
33
- preflightAndReturnError$(error: NobjcObject): boolean;
34
- loadAndReturnError$(error: NobjcObject): boolean;
33
+ preflightAndReturnError$(error: NobjcObject | null): boolean;
34
+ loadAndReturnError$(error: NobjcObject | null): boolean;
35
35
  URLForAuxiliaryExecutable$(executableName: _NSString): _NSURL | null;
36
36
  pathForAuxiliaryExecutable$(executableName: _NSString): _NSString | null;
37
37
  URLForResource$withExtension$(name: _NSString | null, ext: _NSString | null): _NSURL | null;
@@ -51,8 +51,8 @@ export declare class _NSBundle extends _NSObject {
51
51
  * Look up a localized string given a list of available localizations. - Parameters: - key: The key for the localized string to retrieve. - value: A default value to return if a localized string for ``key`` cannot be found. - tableName: The name of the strings file to search. If `nil`, the method uses tables in `Localizable.strings`. - localizations: An array of BCP 47 language codes corresponding to available localizations. Bundle compares the array against its available localizations, and uses the best result to retrieve the localized string. If empty, we treat it as no localization is available, and may return a fallback. - Returns: A localized version of the string designated by ``key`` in table ``tableName``.
52
52
  */
53
53
  localizedStringForKey$value$table$localizations$(key: _NSString, value: _NSString | null, tableName: _NSString | null, localizations: _NSArray): _NSString;
54
- objectForInfoDictionaryKey$(key: _NSString): NobjcObject;
55
- classNamed$(className: _NSString): NobjcObject;
54
+ objectForInfoDictionaryKey$(key: _NSString): NobjcObject | null;
55
+ classNamed$(className: _NSString): NobjcObject | null;
56
56
  /**
57
57
  * Set a preservation priority for tags that are included in this bundle for the On Demand Resources system. Preservation priorities may be between 0.0 and 1.0, with higher values being the last choice for purging by the system. The exact meaning of this value is up to your application as it only has meaning within the set of tags your application uses. The default value is 0.0. This method will throw an exception if the receiver bundle has no on demand resource tag information.
58
58
  */
@@ -88,7 +88,7 @@ export declare class _NSBundle extends _NSObject {
88
88
  bundleIdentifier(): _NSString | null;
89
89
  infoDictionary(): _NSDictionary | null;
90
90
  localizedInfoDictionary(): _NSDictionary | null;
91
- principalClass(): NobjcObject;
91
+ principalClass(): NobjcObject | null;
92
92
  /**
93
93
  * a subset of this bundle's localizations, re-ordered into the preferred order for this process's current execution environment; the main bundle's preferred localizations indicate the language (of text) the user is most likely seeing in the UI
94
94
  */
@@ -15,7 +15,7 @@ export declare class _NSBundleResourceRequest extends _NSObject {
15
15
  /**
16
16
  * Ask the system to fetch the resources that were part of the tag set in this request. Resources will not be purged while in use by the application (as indicated by the application using this begin API paired with a call to -endAccessingResources). If an application has too many fetched resources and the system is unable to reserve enough space for newly requested tags, the request may return an error. When you are finished with the resources and they may be purged off the disk, invoke -endAccessingResources. If the request object is deallocated, it will also inform the system that the resources are no longer in use. The completion block will be invoked on a non-main serial queue when the resources are available or an error has occurred. An example of a possible error that may be reported is the lack of a network connection or a problem connecting to the on-demand servers. Fetch requests are reference counted across the application. So if you have two requests outstanding with the same set of tags, each may be used independently without having to know about any global state. However, each NSBundleResourceRequest object may only be used once. If you cancel an outstanding request (via the cancel method on the NSProgress object, or cancelling a parent progress object you have created) the completion handler argument to this method will be called back with an NSUserCancelledError in the NSCocoaErrorDomain. Be sure to always invoke the -endAccessingResources method to balance a call to the begin method, even in the case of an error in the completion handler. If you want to access the resources again, create a new NSBundleResourceRequest object.
17
17
  */
18
- beginAccessingResourcesWithCompletionHandler$(completionHandler: NobjcObject): void;
18
+ beginAccessingResourcesWithCompletionHandler$(completionHandler: NobjcObject | null): void;
19
19
  /**
20
20
  * Inform the system that you wish to begin accessing the resources that are part of this request, but do not attempt to download any content over the network. The completion handler will be invoked with a YES argument if the resources are available. If the resources were available, then you must invoke the -endAccessingResources method once you are done accessing them. If the resources were not available, then you may invoke the -beginAccessingResourcesWithCompletionHandler: method to initiate a download of the resources.
21
21
  */
@@ -28,7 +28,7 @@ export declare class _NSByteCountFormatter extends _NSFormatter {
28
28
  /**
29
29
  * Formats `obj` as a byte count (if `obj` is an `NSNumber`) or specific byte measurement (if `obj` is an `NSMeasurement`) using the receiver's settings. Returns `nil` if `obj` is not of the correct class (`NSNumber` or `NSMeasurement`). Throws an exception if `obj` is an `NSMeasurement` whose unit does not belong to the `NSUnitInformationStorage` dimension.
30
30
  */
31
- stringForObjectValue$(obj: NobjcObject): _NSString | null;
31
+ stringForObjectValue$(obj: NobjcObject | null): _NSString | null;
32
32
  /**
33
33
  * Specify the units that can be used in the output. If NSByteCountFormatterUseDefault, uses platform-appropriate settings; otherwise will only use the specified units. This is the default value. Note that ZB and YB cannot be covered by the range of possible values, but you can still choose to use these units to get fractional display ("0.0035 ZB" for instance).
34
34
  */
@@ -6,7 +6,7 @@ export declare class _NSCache extends _NSObject {
6
6
  static alloc(): _NSCache;
7
7
  static new(): _NSCache;
8
8
  init(): _NSCache;
9
- objectForKey$(key: NobjcObject): NobjcObject;
9
+ objectForKey$(key: NobjcObject): NobjcObject | null;
10
10
  /** 0 cost */
11
11
  setObject$forKey$(obj: NobjcObject, key: NobjcObject): void;
12
12
  setObject$forKey$cost$(obj: NobjcObject, key: NobjcObject, g: number): void;
@@ -1,6 +1,7 @@
1
1
  import type { _NSData } from "./NSData.js";
2
2
  import type { _NSDictionary } from "./NSDictionary.js";
3
3
  import type { _NSObject } from "./NSObject.js";
4
+ import type { _NSSecureCoding } from "./NSSecureCoding.js";
4
5
  import type { _NSURLResponse } from "./NSURLResponse.js";
5
6
  import type { NSURLCacheStoragePolicy } from "./NSURLCacheStoragePolicy.js";
6
7
  export declare class _NSCachedURLResponse extends _NSObject {
@@ -30,3 +31,5 @@ export declare class _NSCachedURLResponse extends _NSObject {
30
31
  */
31
32
  storagePolicy(): NSURLCacheStoragePolicy;
32
33
  }
34
+ export interface _NSCachedURLResponse extends _NSSecureCoding {
35
+ }
@@ -4,6 +4,7 @@ import type { _NSDate } from "./NSDate.js";
4
4
  import type { _NSDateComponents } from "./NSDateComponents.js";
5
5
  import type { _NSLocale } from "./NSLocale.js";
6
6
  import type { _NSObject } from "./NSObject.js";
7
+ import type { _NSSecureCoding } from "./NSSecureCoding.js";
7
8
  import type { _NSString } from "./NSString.js";
8
9
  import type { _NSTimeZone } from "./NSTimeZone.js";
9
10
  import type { NSRange } from "../structs/NSRange.js";
@@ -22,13 +23,13 @@ export declare class _NSCalendar extends _NSObject {
22
23
  static currentCalendar(): _NSCalendar;
23
24
  /** tracks changes to user's preferred calendar identifier */
24
25
  static autoupdatingCurrentCalendar(): _NSCalendar;
25
- initWithCalendarIdentifier$(ident: NSCalendarIdentifier): NobjcObject;
26
+ initWithCalendarIdentifier$(ident: NSCalendarIdentifier): NobjcObject | null;
26
27
  /** Calendrical calculations */
27
28
  minimumRangeOfUnit$(unit: NSCalendarUnit): NSRange;
28
29
  maximumRangeOfUnit$(unit: NSCalendarUnit): NSRange;
29
30
  rangeOfUnit$inUnit$forDate$(smaller: NSCalendarUnit, larger: NSCalendarUnit, date: _NSDate): NSRange;
30
31
  ordinalityOfUnit$inUnit$forDate$(smaller: NSCalendarUnit, larger: NSCalendarUnit, date: _NSDate): number;
31
- rangeOfUnit$startDate$interval$forDate$(unit: NSCalendarUnit, datep: NobjcObject, tip: NobjcObject, date: _NSDate): boolean;
32
+ rangeOfUnit$startDate$interval$forDate$(unit: NSCalendarUnit, datep: NobjcObject | null, tip: NobjcObject | null, date: _NSDate): boolean;
32
33
  dateFromComponents$(comps: _NSDateComponents): _NSDate | null;
33
34
  components$fromDate$(unitFlags: NSCalendarUnit, date: _NSDate): _NSDateComponents;
34
35
  dateByAddingComponents$toDate$options$(comps: _NSDateComponents, date: _NSDate, opts: NSCalendarOptions): _NSDate | null;
@@ -36,15 +37,15 @@ export declare class _NSCalendar extends _NSObject {
36
37
  /**
37
38
  * This API is a convenience for getting era, year, month, and day of a given date. Pass NULL for a NSInteger pointer parameter if you don't care about that value.
38
39
  */
39
- getEra$year$month$day$fromDate$(eraValuePointer: NobjcObject, yearValuePointer: NobjcObject, monthValuePointer: NobjcObject, dayValuePointer: NobjcObject, date: _NSDate): void;
40
+ getEra$year$month$day$fromDate$(eraValuePointer: NobjcObject | null, yearValuePointer: NobjcObject | null, monthValuePointer: NobjcObject | null, dayValuePointer: NobjcObject | null, date: _NSDate): void;
40
41
  /**
41
42
  * This API is a convenience for getting era, year for week-of-year calculations, week of year, and weekday of a given date. Pass NULL for a NSInteger pointer parameter if you don't care about that value.
42
43
  */
43
- getEra$yearForWeekOfYear$weekOfYear$weekday$fromDate$(eraValuePointer: NobjcObject, yearValuePointer: NobjcObject, weekValuePointer: NobjcObject, weekdayValuePointer: NobjcObject, date: _NSDate): void;
44
+ getEra$yearForWeekOfYear$weekOfYear$weekday$fromDate$(eraValuePointer: NobjcObject | null, yearValuePointer: NobjcObject | null, weekValuePointer: NobjcObject | null, weekdayValuePointer: NobjcObject | null, date: _NSDate): void;
44
45
  /**
45
46
  * This API is a convenience for getting hour, minute, second, and nanoseconds of a given date. Pass NULL for a NSInteger pointer parameter if you don't care about that value.
46
47
  */
47
- getHour$minute$second$nanosecond$fromDate$(hourValuePointer: NobjcObject, minuteValuePointer: NobjcObject, secondValuePointer: NobjcObject, nanosecondValuePointer: NobjcObject, date: _NSDate): void;
48
+ getHour$minute$second$nanosecond$fromDate$(hourValuePointer: NobjcObject | null, minuteValuePointer: NobjcObject | null, secondValuePointer: NobjcObject | null, nanosecondValuePointer: NobjcObject | null, date: _NSDate): void;
48
49
  /** Get just one component's value. */
49
50
  component$fromDate$(unit: NSCalendarUnit, date: _NSDate): number;
50
51
  /** Create a date with given components. Current era is assumed. */
@@ -84,11 +85,11 @@ export declare class _NSCalendar extends _NSObject {
84
85
  /**
85
86
  * Find the range of the weekend around the given date, returned via two by-reference parameters. Returns NO if the given date is not in a weekend. Note that a given entire Day within a calendar is not necessarily all in a weekend or not; weekends can start in the middle of a Day in some calendars and locales.
86
87
  */
87
- rangeOfWeekendStartDate$interval$containingDate$(datep: NobjcObject, tip: NobjcObject, date: _NSDate): boolean;
88
+ rangeOfWeekendStartDate$interval$containingDate$(datep: NobjcObject | null, tip: NobjcObject | null, date: _NSDate): boolean;
88
89
  /**
89
90
  * Returns the range of the next weekend, via two by-reference parameters, which starts strictly after the given date. The NSCalendarSearchBackwards option can be used to find the previous weekend range strictly before the date. Returns NO if there are no such things as weekend in the calendar and its locale. Note that a given entire Day within a calendar is not necessarily all in a weekend or not; weekends can start in the middle of a Day in some calendars and locales.
90
91
  */
91
- nextWeekendStartDate$interval$options$afterDate$(datep: NobjcObject, tip: NobjcObject, options: NSCalendarOptions, date: _NSDate): boolean;
92
+ nextWeekendStartDate$interval$options$afterDate$(datep: NobjcObject | null, tip: NobjcObject | null, options: NSCalendarOptions, date: _NSDate): boolean;
92
93
  /**
93
94
  * This API returns the difference between two dates specified as date components. For units which are not specified in each NSDateComponents, but required to specify an absolute date, the base value of the unit is assumed. For example, for an NSDateComponents with just a Year and a Month specified, a Day of 1, and an Hour, Minute, Second, and Nanosecond of 0 are assumed. Calendrical calculations with unspecified Year or Year value prior to the start of a calendar are not advised. For each date components object, if its time zone property is set, that time zone is used for it; if the calendar property is set, that is used rather than the receiving calendar, and if both the calendar and time zone are set, the time zone property value overrides the time zone of the calendar property. No options are currently defined; pass 0.
94
95
  */
@@ -100,7 +101,7 @@ export declare class _NSCalendar extends _NSObject {
100
101
  /**
101
102
  * This method computes the dates which match (or most closely match) a given set of components, and calls the block once for each of them, until the enumeration is stopped. There will be at least one intervening date which does not match all the components (or the given date itself must not match) between the given date and any result. If the NSCalendarSearchBackwards option is used, this method finds the previous match before the given date. The intent is that the same matches as for a forwards search will be found (that is, if you are enumerating forwards or backwards for each hour with minute "27", the seconds in the date you will get in forwards search would obviously be 00, and the same will be true in a backwards search in order to implement this rule. Similarly for DST backwards jumps which repeats times, you'll get the first match by default, where "first" is defined from the point of view of searching forwards. So, when searching backwards looking for a particular hour, with no minute and second specified, you don't get a minute and second of 59:59 for the matching hour (which would be the nominal first match within a given hour, given the other rules here, when searching backwards). If the NSCalendarMatchStrictly option is used, the algorithm travels as far forward or backward as necessary looking for a match, but there are ultimately implementation-defined limits in how far distant the search will go. If the NSCalendarMatchStrictly option is not specified, the algorithm searches up to the end of the next instance of the next higher unit to the highest specified unit in the NSDateComponents argument. If you want to find the next Feb 29 in the Gregorian calendar, for example, you have to specify the NSCalendarMatchStrictly option to guarantee finding it. If an exact match is not possible, and requested with the NSCalendarMatchStrictly option, nil is passed to the block and the enumeration ends. (Logically, since an exact match searches indefinitely into the future, if no match is found there's no point in continuing the enumeration.) If the NSCalendarMatchStrictly option is NOT used, exactly one option from the set {NSCalendarMatchPreviousTimePreservingSmallerUnits, NSCalendarMatchNextTimePreservingSmallerUnits, NSCalendarMatchNextTime} must be specified, or an illegal argument exception will be thrown. If the NSCalendarMatchPreviousTimePreservingSmallerUnits option is specified, and there is no matching time before the end of the next instance of the next higher unit to the highest specified unit in the NSDateComponents argument, the method will return the previous existing value of the missing unit and preserves the lower units' values (e.g., no 2:37am results in 1:37am, if that exists). If the NSCalendarMatchNextTimePreservingSmallerUnits option is specified, and there is no matching time before the end of the next instance of the next higher unit to the highest specified unit in the NSDateComponents argument, the method will return the next existing value of the missing unit and preserves the lower units' values (e.g., no 2:37am results in 3:37am, if that exists). If the NSCalendarMatchNextTime option is specified, and there is no matching time before the end of the next instance of the next higher unit to the highest specified unit in the NSDateComponents argument, the method will return the next existing time which exists (e.g., no 2:37am results in 3:00am, if that exists). If the NSCalendarMatchFirst option is specified, and there are two or more matching times (all the components are the same, including isLeapMonth) before the end of the next instance of the next higher unit to the highest specified unit in the NSDateComponents argument, the method will return the first occurrence. If the NSCalendarMatchLast option is specified, and there are two or more matching times (all the components are the same, including isLeapMonth) before the end of the next instance of the next higher unit to the highest specified unit in the NSDateComponents argument, the method will return the last occurrence. If neither the NSCalendarMatchFirst or NSCalendarMatchLast option is specified, the default behavior is to act as if NSCalendarMatchFirst was specified. There is no option to return middle occurrences of more than two occurrences of a matching time, if such exist. Result dates have an integer number of seconds (as if 0 was specified for the nanoseconds property of the NSDateComponents matching parameter), unless a value was set in the nanoseconds property, in which case the result date will have that number of nanoseconds (or as close as possible with floating point numbers). The enumeration is stopped by setting *stop = YES in the block and return. It is not necessary to set *stop to NO to keep the enumeration going.
102
103
  */
103
- enumerateDatesStartingAfterDate$matchingComponents$options$usingBlock$(start: _NSDate, comps: _NSDateComponents, opts: NSCalendarOptions, block: NobjcObject): void;
104
+ enumerateDatesStartingAfterDate$matchingComponents$options$usingBlock$(start: _NSDate, comps: _NSDateComponents, opts: NSCalendarOptions, block: NobjcObject | null): void;
104
105
  /**
105
106
  * This method computes the next date which matches (or most closely matches) a given set of components. The general semantics follow those of the -enumerateDatesStartingAfterDate:... method above. To compute a sequence of results, use the -enumerateDatesStartingAfterDate:... method above, rather than looping and calling this method with the previous loop iteration's result.
106
107
  */
@@ -156,3 +157,5 @@ export declare class _NSCalendar extends _NSObject {
156
157
  AMSymbol(): _NSString;
157
158
  PMSymbol(): _NSString;
158
159
  }
160
+ export interface _NSCalendar extends _NSSecureCoding {
161
+ }