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
@@ -15,7 +15,7 @@ export interface _FSVolumeOperations extends _FSVolumePathConfOperations {
15
15
  /**
16
16
  * Mounts this volume, using the specified options. FSKit calls this method as a signal that some process is trying to mount this volume. Your file system receives a call to ``activate(options:replyHandler:)`` prior to receiving any mount calls. - Parameters: - options: Options to apply to the mount. These can include security-scoped file paths. There are no defined options currently. - reply: A block or closure to indicate success or failure. If mounting fails, pass an error as the one parameter to the reply handler. If mounting succeeds, pass `nil`. For an `async` Swift implementation, there's no reply handler; simply return normally.
17
17
  */
18
- mountWithOptions$replyHandler$?(options: _FSTaskOptions, reply: NobjcObject): void;
18
+ mountWithOptions$replyHandler$?(options: _FSTaskOptions, reply: NobjcObject | null): void;
19
19
  /**
20
20
  * Unmounts this volume. Clear and flush all cached state in your implementation of this method. - Parameters: - reply: A block or closure to indicate success or failure. If unmounting fails, pass an error as the one parameter to the reply handler. If unmounting succeeds, pass `nil`. For an `async` Swift implementation, there's no reply handler; simply return normally.
21
21
  */
@@ -23,59 +23,59 @@ export interface _FSVolumeOperations extends _FSVolumePathConfOperations {
23
23
  /**
24
24
  * Synchronizes the volume with its underlying resource. After calling this method, FSKit assumes that the volume has sent all pending I/O or metadata to its resource. - Parameters: - flags: Timing flags, as defined in `mount.h.` These flags let the file system know whether to run the operation in a blocking or nonblocking fashion. - reply: A block or closure to indicate success or failure. If synchronization fails, pass an error as the one parameter to the reply handler. If synchronization succeeds, pass `nil`. For an `async` Swift implementation, there's no reply handler; simply throw an error or return normally.
25
25
  */
26
- synchronizeWithFlags$replyHandler$?(flags: FSSyncFlags, reply: NobjcObject): void;
26
+ synchronizeWithFlags$replyHandler$?(flags: FSSyncFlags, reply: NobjcObject | null): void;
27
27
  /**
28
28
  * Fetches attributes for the given item. For file systems that don't support hard links, set ``FSItemAttributes/linkCount`` to `1` for regular files and symbolic links. If the item's `bsdFlags` contain the `UF_COMPRESSED` flag, your file system returns the uncompressed size of the file. - Parameters: - desiredAttributes: A requested set of attributes to get. The implementation inspects the request's ``FSItemGetAttributesRequest/wantedAttributes`` to determine which attributes to populate. - item: The item to get attributes for. - reply: A block or closure to indicate success or failure. If getting attributes succeeds, pass an ``FSItemAttributes`` with the requested attributes populated and a `nil` error. If getting attributes fails, pass the relevant error as the second parameter; FSKit ignores any ``FSItemAttributes`` in this case. For an `async` Swift implementation, there's no reply handler; simply return the ``FSItemAttributes`` or throw an error.
29
29
  */
30
- getAttributes$ofItem$replyHandler$?(desiredAttributes: _FSItemGetAttributesRequest, item: _FSItem, reply: NobjcObject): void;
30
+ getAttributes$ofItem$replyHandler$?(desiredAttributes: _FSItemGetAttributesRequest, item: _FSItem, reply: NobjcObject | null): void;
31
31
  /**
32
32
  * Sets the given attributes on an item. Several attributes are considered "read-only", and an attempt to set these attributes results in an error with the code `EINVAL`. A request may set ``FSItem/Attributes/size`` beyond the end of the file. If the underlying file system doesn't support sparse files, allocate space to fill the new file size. Either fill this space with zeroes, or configure it to read as zeroes. If a request sets the file size below the current end-of-file, truncate the file and return any unused space to the file system as free space. Ignore attempts to set the size of directories or symbolic links; don't produce an error. If the caller attepts to sest an attribute not supported by the on-disk file system format, don't produce an error. The upper layers of the framework will detect this situation. - Parameters: - newAttributes: A request containing the attributes to set. - item: The item on which to set the attributes. - reply: A block or closure to indicate success or failure. If setting attributes succeeds, pass an ``FSItemAttributes`` with the item's updated attributes and a `nil` error. If setting attributes fails, pass the relevant error as the second parameter; FSKit ignores any ``FSItemAttributes`` in this case. For an `async` Swift implementation, there's no reply handler; simply return the ``FSItemAttributes`` or throw an error.
33
33
  */
34
- setAttributes$onItem$replyHandler$?(newAttributes: _FSItemSetAttributesRequest, item: _FSItem, reply: NobjcObject): void;
34
+ setAttributes$onItem$replyHandler$?(newAttributes: _FSItemSetAttributesRequest, item: _FSItem, reply: NobjcObject | null): void;
35
35
  /**
36
36
  * Looks up an item within a directory. If no item matching `name` exists in the directory indicated by `directory`, complete the request with an error with a domain of <doc://com.apple.documentation/documentation/Foundation/NSPOSIXErrorDomain> and a code of `ENOENT`. > Tip: The ``FSFileName`` sent back to the caller may differ from the `name` parameter. This flexibility allows your implementation to handle case-insensitive and case-sensitive file systems. It might also be the case that `name` uses a composed Unicode string, but the name maintained by the file system and provided to the caller is uncomposed Unicode. - Parameters: - name: The name of the item to look up. - directory: The directory in which to look up the item. - reply: A block or closure to indicate success or failure. If lookup succeeds, pass the found ``FSItem`` and its ``FSFileName`` (as saved within the file system), along with a `nil` error. If lookup fails, pass the relevant error as the third parameter; any ``FSItem`` or ``FSFileName`` are ignored in this case. For an `async` Swift implementation, there's no reply handler; simply return the ``FSItem`` and ``FSFileName`` as a tuple or throw an error.
37
37
  */
38
- lookupItemNamed$inDirectory$replyHandler$?(name: _FSFileName, directory: _FSItem, reply: NobjcObject): void;
38
+ lookupItemNamed$inDirectory$replyHandler$?(name: _FSFileName, directory: _FSItem, reply: NobjcObject | null): void;
39
39
  /**
40
40
  * Reclaims an item, releasing any resources allocated for the item. FSKit guarantees that for every ``FSItem`` returned by the volume, a corresponding reclaim operation occurs after the upper layers no longer reference that item. > Note: Block device file systems may assess whether an underyling resource terminates before processing reclaim operations. On unary file systems, for example, the associated volumes unmount when such resources disconnect from the system. The unmount triggers a reclaiming of all items. Some implementations benefit greatly from short-circuiting in such cases. With a terminated resource, all I/O results in an error, making short-circuiting the most efficient response. - Parameters: - item: The item to reclaim. - reply: A block or closure to indicate success or failure. If removal fails, pass an error as the one parameter to the reply handler. If removal succeeds, pass `nil`. For an `async` Swift implementation, there's no reply handler; simply throw an error or return normally.
41
41
  */
42
- reclaimItem$replyHandler$?(item: _FSItem, reply: NobjcObject): void;
42
+ reclaimItem$replyHandler$?(item: _FSItem, reply: NobjcObject | null): void;
43
43
  /**
44
44
  * Reads a symbolic link. - Parameters: - item: The symbolic link to read from. FSKit guarantees this item is of type ``FSItem/ItemType/symlink``. - reply: A block or closure to indicate success or failure. If reading succeeds, pass the link's contents as an ``FSFileName`` and a `nil` error. If reading fails, pass the relevant error as the second parameter; FSKit ignores any ``FSFileName`` in this case. For an `async` Swift implementation, there's no reply handler; simply return the ``FSFileName`` or throw an error.
45
45
  */
46
- readSymbolicLink$replyHandler$?(item: _FSItem, reply: NobjcObject): void;
46
+ readSymbolicLink$replyHandler$?(item: _FSItem, reply: NobjcObject | null): void;
47
47
  /**
48
48
  * Creates a new file or directory item. If an item named `name` already exists in the directory indicated by `directory`, complete the request with an error with a domain of <doc://com.apple.documentation/documentation/Foundation/NSPOSIXErrorDomain> and a code of `EEXIST`. - Parameters: - name: The new item's name. - type: The new item's type. Valid values are ``FSItem/ItemType/file`` or ``FSItem/ItemType/directory``. - directory: The directory in which to create the item. - newAttributes: Attributes to apply to the new item. - reply: A block or closure to indicate success or failure. If creation succeeds, pass the newly-created ``FSItem`` and its ``FSFileName``, along with a `nil` error. If creation fails, pass the relevant error as the third parameter; FSKit ignores any ``FSItem`` or ``FSFileName`` in this case. For an `async` Swift implementation, there's no reply handler; simply return a tuple of the ``FSItem`` and its ``FSFileName`` or throw an error.
49
49
  */
50
- createItemNamed$type$inDirectory$attributes$replyHandler$?(name: _FSFileName, type: FSItemType, directory: _FSItem, newAttributes: _FSItemSetAttributesRequest, reply: NobjcObject): void;
50
+ createItemNamed$type$inDirectory$attributes$replyHandler$?(name: _FSFileName, type: FSItemType, directory: _FSItem, newAttributes: _FSItemSetAttributesRequest, reply: NobjcObject | null): void;
51
51
  /**
52
52
  * Creates a new symbolic link. If an item named `name` already exists in the directory indicated by `directory`, complete the request with an error with a domain of <doc://com.apple.documentation/documentation/Foundation/NSPOSIXErrorDomain> and a code of `EEXIST`. - Parameters: - name: The new item's name. - directory: The directory in which to create the item. - newAttributes: Attributes to apply to the new item. - contents: The contents of the new symbolic link. - reply: A block or closure to indicate success or failure. If creation succeeds, pass the newly-created ``FSItem`` and a `nil` error. If creation fails, pass the relevant error as the second parameter; FSKit ignores any ``FSItem`` in this case. For an `async` Swift implementation, there's no reply handler; simply return the ``FSItem`` or throw an error.
53
53
  */
54
- createSymbolicLinkNamed$inDirectory$attributes$linkContents$replyHandler$?(name: _FSFileName, directory: _FSItem, newAttributes: _FSItemSetAttributesRequest, contents: _FSFileName, reply: NobjcObject): void;
54
+ createSymbolicLinkNamed$inDirectory$attributes$linkContents$replyHandler$?(name: _FSFileName, directory: _FSItem, newAttributes: _FSItemSetAttributesRequest, contents: _FSFileName, reply: NobjcObject | null): void;
55
55
  /**
56
56
  * Creates a new hard link. If creating the link fails, complete the request with an error with a domain of <doc://com.apple.documentation/documentation/Foundation/NSPOSIXErrorDomain> and the following error codes: * `EEXIST` if there's already an item named `name` in the directory. * `EMLINK` if creating the link would exceed the maximum number of hard links supported on `item`. * `ENOTSUP` if the file system doesn't support creating hard links to the type of file system object that `item` represents. - Parameters: - item: The existing item to which to link. - name: The name for the new link. - directory: The directory in which to create the link. - reply: A block or closure to indicate success or failure. If creation succeeds, pass an ``FSFileName`` of the newly-created link and a `nil` error. If creation fails, pass the relevant error as the second parameter; FSKit ignores any ``FSFileName`` in this case. For an `async` Swift implementation, there's no reply handler; simply return the ``FSFileName`` or throw an error.
57
57
  */
58
- createLinkToItem$named$inDirectory$replyHandler$?(item: _FSItem, name: _FSFileName, directory: _FSItem, reply: NobjcObject): void;
58
+ createLinkToItem$named$inDirectory$replyHandler$?(item: _FSItem, name: _FSFileName, directory: _FSItem, reply: NobjcObject | null): void;
59
59
  /**
60
60
  * Removes an existing item from a given directory. Don't actually remove the item object itself in your implementation; instead, only remove the given item name from the given directory. Remove and deallocate the item in ``reclaimItem(_:replyHandler:)``. - Parameters: - item: The item to remove. - name: The name of the item to remove. - directory: The directory from which to remove the item. - reply: A block or closure to indicate success or failure. If removal fails, pass an error as the one parameter to the reply handler. If removal succeeds, pass `nil`. For an `async` Swift implementation, there's no reply handler; simply throw an error or return normally.
61
61
  */
62
- removeItem$named$fromDirectory$replyHandler$?(item: _FSItem, name: _FSFileName, directory: _FSItem, reply: NobjcObject): void;
62
+ removeItem$named$fromDirectory$replyHandler$?(item: _FSItem, name: _FSFileName, directory: _FSItem, reply: NobjcObject | null): void;
63
63
  /**
64
64
  * Renames an item from one path in the file system to another. Implement renaming along the lines of this algorithm: - If `item` is a file: - If the destination file exists: - Remove the destination file. - If the source and destination directories are the same: - Rewrite the name in the existing directory. - Else: - Write the new entry in the destination directory. - Clear the old directory entry. - If `item` is a directory: - If the destination directory exists: - If the destination directory isn't empty: - Fail the operation with an error of <doc://com.apple.documentation/documentation/Foundation/NSPOSIXErrorDomain> and a code of `ENOTEMPTY`. - Else: - Remove the destination directory. - If the source and destination directories are the same: - Rewrite the name in the existing directory. - Else: - If the destination is a child of the source directory: - Fail the operation with an error. - Else: - Write the new entry in the destination directory. - Update `"."` and `".."` in the moved directory. - Clear the old directory entry. - Parameters: - item: The file system object being renamed. - sourceDirectory: The directory that currently contains the item to rename. - sourceName: The name of the item within the source directory. - destinationName: The new name of the item as it appears in `destinationDirectory`. - destinationDirectory: The directory to contain the renamed object, which may be the same as `sourceDirectory`. - overItem: The file system object if the destination exists, as discovered in a prior lookup. If this parameter is non-`nil`, mark `overItem` as deleted, so the file system can free its allocated space on the next call to ``reclaimItem(_:replyHandler:)``. After doing so, ensure the operation finishes without errors. - reply: A block or closure to indicate success or failure. If renaming succeeds, pass the ``FSFileName`` as it exists within `destinationDirectory` and a `nil` error. If renaming fails, pass the relevant error as the second parameter; FSKit ignores any ``FSFileName`` in this case. For an `async` Swift implementation, there's no reply handler; simply return the ``FSFileName`` or throw an error.
65
65
  */
66
- renameItem$inDirectory$named$toNewName$inDirectory$overItem$replyHandler$?(item: _FSItem, sourceDirectory: _FSItem, sourceName: _FSFileName, destinationName: _FSFileName, destinationDirectory: _FSItem, overItem: _FSItem | null, reply: NobjcObject): void;
66
+ renameItem$inDirectory$named$toNewName$inDirectory$overItem$replyHandler$?(item: _FSItem, sourceDirectory: _FSItem, sourceName: _FSFileName, destinationName: _FSFileName, destinationDirectory: _FSItem, overItem: _FSItem | null, reply: NobjcObject | null): void;
67
67
  /**
68
68
  * Enumerates the contents of the given directory. This method uses the ``FSDirectoryEntryPacker/packEntry(name:itemType:itemID:nextCookie:attributes:)`` method of the `packer` parameter to deliver the enumerated items to the caller. The general flow of an enumeration implementation follows these steps: 1. Enumeration starts with a call to `enumerateDirectory` using the initial next-cookie and verifier values ``FSDirectoryCookieInitial`` and ``FSDirectoryVerifierInitial``, respectively. 2. The implementation uses `packer` to pack the initial set of directory entries. Packing also sets a `nextCookie` to use on the next call. 3. The implementation replies with a new verifier value, a nonzero value that reflects the directory's current version. 4. On the next call the implementation packs the next set of entries, starting with the item indicated by `cookie`. If `cookie` doesn't resolve to a valid directory entry, complete the request with an error of domain <doc://com.apple.documentation/documentation/Foundation/NSPOSIXErrorDomain> and code ``FSError/Code/invalidDirectoryCookie``. When packing, make sure to use acceptable directory entry names and unambiguous input to all file operations that take names without additional normalization, such as`lookupName`. > Tip: If the `attributes` parameter is `nil`, include at least two entries in a directory: `"."` and `".."`, which represent the current and parent directories, respectively. Both of these items have type ``FSItem/ItemType/directory``. For the root directory, `"."` and `".."` have identical contents. Don't pack `"."` and `".."` if `attributes` isn't `nil`. - Parameters: - directory: The item to enumerate. FSKit guarantees this item is of type ``FSItem/ItemType/directory``. - cookie: A value that indicates the location within the directory from which to enumerate. Your implementation defines the semantics of the cookie values; they're opaque to FSKit. The first call to the enumerate method passes ``FSDirectoryCookieInitial`` for this parameter. Subsequent calls pass whatever cookie value you previously passed to the packer's `nextCookie` parmeter. - verifier: A tool to detect whether the directory contents changed since the last call to `enumerateDirectory`. Your implementation defines the semantics of the verifier values; they're opaque to FSKit. The first call to the enumerate method passes ``FSDirectoryVerifierInitial`` for this parameter. Subsequent calls pass whatever cookie value you previously passed to the packer's `currentVerifier` parmeter. - attributes: The desired attributes to provide, or `nil` if the caller doesn't require attributes. - packer: An object that your implementation uses to enumerate directory items, packing one item per callback to `enumerateDirectory`. - reply: A block or closure to indicate success or failure. If enumeration succeeds, pass the current verifier and a `nil` error. If enumeration fails, pass the relevant error as the second parameter; FSKit ignores any verifier in this case. For an `async` Swift implementation, there's no reply handler; simply return the current verifier or throw an error.
69
69
  */
70
- enumerateDirectory$startingAtCookie$verifier$providingAttributes$usingPacker$replyHandler$?(directory: _FSItem, cookie: NobjcObject, verifier: NobjcObject, attributes: _FSItemGetAttributesRequest | null, packer: _FSDirectoryEntryPacker, reply: NobjcObject): void;
70
+ enumerateDirectory$startingAtCookie$verifier$providingAttributes$usingPacker$replyHandler$?(directory: _FSItem, cookie: number, verifier: number, attributes: _FSItemGetAttributesRequest | null, packer: _FSDirectoryEntryPacker, reply: NobjcObject | null): void;
71
71
  /**
72
72
  * Activates the volume using the specified options. When FSKit calls this method, allocate any in-memory state required to represent the file system. Also allocate an ``FSItem`` for the root directory of the file system, and pass it to the reply block. FSKit caches this root item for the lifetime of the volume, and uses it as a starting point for all file look-ups. Volume activation occurs prior to any call to mount the volume. - Parameters: - options: Options to apply to the activation. These can include security-scoped file paths. There are no defined options currently. - reply: A block or closure to indicate success or failure. If activation succeeds, pass the root ``FSItem`` and a `nil` error. If activation fails, pass the relevant error as the second parameter; FSKit ignores any ``FSItem`` in this case. In Swift, `reply` takes only the ``FSItem`` as the parameter; you signal any error with a `throw`. For an `async` Swift implementation, there's no reply handler; simply return the ``FSItem`` or throw an error.
73
73
  */
74
- activateWithOptions$replyHandler$?(options: _FSTaskOptions, reply: NobjcObject): void;
74
+ activateWithOptions$replyHandler$?(options: _FSTaskOptions, reply: NobjcObject | null): void;
75
75
  /**
76
76
  * Tears down a previously initialized volume instance. Set up your implementation to release any resources allocated for the volume instance. By the time you receive this callback, FSKit has already performed a reclaim call to release all other file nodes associated with this file system instance. Avoid performing any I/O in this method. Prior to calling this method, FSKit has already issued a sync call to perform any cleanup-related I/O. FSKit unmounts any mounted volume with a call to ``unmount(replyHandler:)`` prior to the deactivate callback. - Parameters: - options: Options to apply to the deactivation. - reply: A block or closure to indicate success or failure. If activation fails, pass an error as the one parameter to the reply handler. If activation succeeds, pass `nil`. For an `async` Swift implementation, there's no reply handler; simply throw an error or return normally.
77
77
  */
78
- deactivateWithOptions$replyHandler$?(options: FSDeactivateOptions, reply: NobjcObject): void;
78
+ deactivateWithOptions$replyHandler$?(options: FSDeactivateOptions, reply: NobjcObject | null): void;
79
79
  /** A property that provides the supported capabilities of the volume. */
80
80
  supportedVolumeCapabilities?(): _FSVolumeSupportedCapabilities;
81
81
  /** A property that provides up-to-date statistics of the volume. */
@@ -5,7 +5,7 @@ export interface _FSVolumePreallocateOperations {
5
5
  /**
6
6
  * Prealocates disk space for the given item. - Parameters: - item: The item for which to preallocate space. - offset: The offset from which to allocate. - length: The length of the space in bytes. - flags: Flags that affect the preallocation behavior. - reply: A block or closure to indicate success or failure. If preallocation succeeds, pass the amount of bytes allocated and a `nil` error. If preallocation fails, pass the relevant error as the second parameter; FSKit ignores any byte count in this case. For an `async` Swift implementation, there's no reply handler; simply return the allocated byte count or throw an error.
7
7
  */
8
- preallocateSpaceForItem$atOffset$length$flags$replyHandler$?(item: _FSItem, offset: NobjcObject, length: number, flags: FSPreallocateFlags, reply: NobjcObject): void;
8
+ preallocateSpaceForItem$atOffset$length$flags$replyHandler$?(item: _FSItem, offset: NobjcObject, length: number, flags: FSPreallocateFlags, reply: NobjcObject | null): void;
9
9
  /**
10
10
  * A Boolean value that instructs FSKit not to call this protocol's methods, even if the volume conforms to it. FSKit reads this value after the file system replies to the `loadResource` message. Changing the returned value during the runtime of the volume has no effect.
11
11
  */
@@ -6,9 +6,9 @@ export interface _FSVolumeReadWriteOperations {
6
6
  /**
7
7
  * Reads the contents of the given file item. If the number of bytes requested exceeds the number of bytes available before the end of the file, then the call copies only those bytes to `buffer`. If `offset` points past the last valid byte of the file, don't reply with an error but set `actuallyRead` to `0`. - Parameters: - item: The item from which to read. FSKit guarantees this item will be of type ``FSItem/ItemType/file``. - offset: The offset in the file from which to start reading. - length: The number of bytes to read. - buffer: A buffer to receive the bytes read from the file. - reply: A block or closure to indicate success or failure. If reading succeeds, pass the number of bytes read and a `nil` error. If reading fails, pass the number of bytes read prior to the error along with the relevant error. For an `async` Swift implementation, there's no reply handler; simply return the byte count or throw an error.
8
8
  */
9
- readFromFile$offset$length$intoBuffer$replyHandler$?(item: _FSItem, offset: NobjcObject, length: number, buffer: _FSMutableFileDataBuffer, reply: NobjcObject): void;
9
+ readFromFile$offset$length$intoBuffer$replyHandler$?(item: _FSItem, offset: NobjcObject, length: number, buffer: _FSMutableFileDataBuffer, reply: NobjcObject | null): void;
10
10
  /**
11
11
  * Writes contents to the given file item. FSKit expects this routine to allocate space in the file system to extend the file as necessary. If the volume experiences an out-of-space condition, reply with an error of domain <doc://com.apple.documentation/documentation/Foundation/NSPOSIXErrorDomain> and code `ENOSPC`. - Parameters: - contents: A buffer containing the data to write to the file. - item: The item to which to write. FSKit guarantees this item will be of type ``FSItem/ItemType/file``. - offset: The offset in the file from which to start writing. - reply: A block or closure to indicate success or failure. If writing succeeds, pass the number of bytes written and a `nil` error. If writing fails, pass the number of bytes written prior to the error along with the relevant error. For an `async` Swift implementation, there's no reply handler; simply return the byte count or throw an error.
12
12
  */
13
- writeContents$toFile$atOffset$replyHandler$?(contents: _NSData, item: _FSItem, offset: NobjcObject, reply: NobjcObject): void;
13
+ writeContents$toFile$atOffset$replyHandler$?(contents: _NSData, item: _FSItem, offset: NobjcObject, reply: NobjcObject | null): void;
14
14
  }
@@ -4,7 +4,7 @@ export interface _FSVolumeRenameOperations {
4
4
  /**
5
5
  * Sets a new name for the volume. - Parameters: - name: The new volume name. - reply: A block or closure to indicate success or failure. If renaming succeeds, pass an ``FSFileName`` of the new volume name and a `nil` error. If renaming fails, pass the relevant error as the second parameter; FSKit ignores any ``FSFileName`` in this case. For an `async` Swift implementation, there's no reply handler; simply return the ``FSFileName`` or throw an error.
6
6
  */
7
- setVolumeName$replyHandler$?(name: _FSFileName, reply: NobjcObject): void;
7
+ setVolumeName$replyHandler$?(name: _FSFileName, reply: NobjcObject | null): void;
8
8
  /**
9
9
  * A Boolean value that instructs FSKit not to call this protocol's methods, even if the volume conforms to it. FSKit reads this value after the file system replies to the `loadResource` message. Changing the returned value during the runtime of the volume has no effect.
10
10
  */
@@ -1,4 +1,5 @@
1
1
  import type { _NSObject } from "../Foundation/NSObject.js";
2
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
2
3
  import type { FSVolumeCaseFormat } from "./FSVolumeCaseFormat.js";
3
4
  export declare class _FSVolumeSupportedCapabilities extends _NSObject {
4
5
  static alloc(): _FSVolumeSupportedCapabilities;
@@ -99,3 +100,5 @@ export declare class _FSVolumeSupportedCapabilities extends _NSObject {
99
100
  caseFormat(): FSVolumeCaseFormat;
100
101
  setCaseFormat$(value: FSVolumeCaseFormat): void;
101
102
  }
103
+ export interface _FSVolumeSupportedCapabilities extends _NSSecureCoding {
104
+ }
@@ -12,15 +12,15 @@ export interface _FSVolumeXattrOperations {
12
12
  /**
13
13
  * Gets the specified extended attribute of the given item. - Parameters: - name: The extended attribute name. - item: The item for which to get the extended attribute. - reply: A block or closure to indicate success or failure. If getting the attribute succeeds, pass an data instance containing the extended attribute data and a `nil` error. If getting the attribute fails, pass the relevant error as the second parameter; FSKit ignores any data in this case. For an `async` Swift implementation, there's no reply handler; simply return the data or throw an error.
14
14
  */
15
- getXattrNamed$ofItem$replyHandler$?(name: _FSFileName, item: _FSItem, reply: NobjcObject): void;
15
+ getXattrNamed$ofItem$replyHandler$?(name: _FSFileName, item: _FSItem, reply: NobjcObject | null): void;
16
16
  /**
17
17
  * Sets the specified extended attribute data on the given item. - Parameters: - name: The extended attribute name. - value: The extended attribute value to set. This can't be `nil`, unless the policy is ``FSVolume/SetXattrPolicy/delete``. - item: The item on which to set the extended attribute. - policy: The policy to apply when setting the attribute. See ``FSSetXattrPolicy`` for possible values. - reply: A block or closure to indicate success or failure. If setting the attribute fails, pass an error as the one parameter to the reply handler. If setting the attribute succeeds, pass `nil`. For an `async` Swift implementation, there's no reply handler; simply throw an error or return normally.
18
18
  */
19
- setXattrNamed$toData$onItem$policy$replyHandler$?(name: _FSFileName, value: _NSData | null, item: _FSItem, policy: FSSetXattrPolicy, reply: NobjcObject): void;
19
+ setXattrNamed$toData$onItem$policy$replyHandler$?(name: _FSFileName, value: _NSData | null, item: _FSItem, policy: FSSetXattrPolicy, reply: NobjcObject | null): void;
20
20
  /**
21
21
  * Gets the list of extended attributes currently set on the given item. - Parameters: - item: The item from which to get extended attributes. - reply: A block or closure to indicate success or failure. If getting the list of extended attributes succeeds, pass the xattrs as an array of ``FSFileName`` instances and a `nil` error. If getting the attriubtes fails, pass `nil` along with the relevant error. For an `async` Swift implementation, there's no reply handler; simply return the byte count or throw an error.
22
22
  */
23
- listXattrsOfItem$replyHandler$?(item: _FSItem, reply: NobjcObject): void;
23
+ listXattrsOfItem$replyHandler$?(item: _FSItem, reply: NobjcObject | null): void;
24
24
  /**
25
25
  * A Boolean value that instructs FSKit not to call this protocol's methods, even if the volume conforms to it. FSKit reads this value after the file system replies to the `loadResource` message. Changing the returned value during the runtime of the volume has no effect.
26
26
  */
@@ -1,33 +1,34 @@
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 FSKit = new NobjcLibrary("/System/Library/Frameworks/FSKit.framework/FSKit");
4
- export const FSBlockDeviceResource = FSKit["FSBlockDeviceResource"];
5
- export const FSClient = FSKit["FSClient"];
6
- export const FSContainerIdentifier = FSKit["FSContainerIdentifier"];
7
- export const FSContainerStatus = FSKit["FSContainerStatus"];
8
- export const FSDirectoryEntryPacker = FSKit["FSDirectoryEntryPacker"];
9
- export const FSEntityIdentifier = FSKit["FSEntityIdentifier"];
10
- export const FSExtentPacker = FSKit["FSExtentPacker"];
11
- export const FSFileName = FSKit["FSFileName"];
12
- export const FSFileSystem = FSKit["FSFileSystem"];
13
- export const FSGenericURLResource = FSKit["FSGenericURLResource"];
14
- export const FSItem = FSKit["FSItem"];
15
- export const FSItemAttributes = FSKit["FSItemAttributes"];
16
- export const FSItemGetAttributesRequest = FSKit["FSItemGetAttributesRequest"];
17
- export const FSItemSetAttributesRequest = FSKit["FSItemSetAttributesRequest"];
18
- export const FSMetadataRange = FSKit["FSMetadataRange"];
19
- export const FSModuleIdentity = FSKit["FSModuleIdentity"];
20
- export const FSMutableFileDataBuffer = FSKit["FSMutableFileDataBuffer"];
21
- export const FSPathURLResource = FSKit["FSPathURLResource"];
22
- export const FSProbeResult = FSKit["FSProbeResult"];
23
- export const FSResource = FSKit["FSResource"];
24
- export const FSStatFSResult = FSKit["FSStatFSResult"];
25
- export const FSTask = FSKit["FSTask"];
26
- export const FSTaskOptions = FSKit["FSTaskOptions"];
27
- export const FSUnaryFileSystem = FSKit["FSUnaryFileSystem"];
28
- export const FSVolume = FSKit["FSVolume"];
29
- export const FSVolumeIdentifier = FSKit["FSVolumeIdentifier"];
30
- export const FSVolumeSupportedCapabilities = FSKit["FSVolumeSupportedCapabilities"];
5
+ export const FSBlockDeviceResource = _bindClass(FSKit, "FSBlockDeviceResource");
6
+ export const FSClient = _bindClass(FSKit, "FSClient");
7
+ export const FSContainerIdentifier = _bindClass(FSKit, "FSContainerIdentifier");
8
+ export const FSContainerStatus = _bindClass(FSKit, "FSContainerStatus");
9
+ export const FSDirectoryEntryPacker = _bindClass(FSKit, "FSDirectoryEntryPacker");
10
+ export const FSEntityIdentifier = _bindClass(FSKit, "FSEntityIdentifier");
11
+ export const FSExtentPacker = _bindClass(FSKit, "FSExtentPacker");
12
+ export const FSFileName = _bindClass(FSKit, "FSFileName");
13
+ export const FSFileSystem = _bindClass(FSKit, "FSFileSystem");
14
+ export const FSGenericURLResource = _bindClass(FSKit, "FSGenericURLResource");
15
+ export const FSItem = _bindClass(FSKit, "FSItem");
16
+ export const FSItemAttributes = _bindClass(FSKit, "FSItemAttributes");
17
+ export const FSItemGetAttributesRequest = _bindClass(FSKit, "FSItemGetAttributesRequest");
18
+ export const FSItemSetAttributesRequest = _bindClass(FSKit, "FSItemSetAttributesRequest");
19
+ export const FSMetadataRange = _bindClass(FSKit, "FSMetadataRange");
20
+ export const FSModuleIdentity = _bindClass(FSKit, "FSModuleIdentity");
21
+ export const FSMutableFileDataBuffer = _bindClass(FSKit, "FSMutableFileDataBuffer");
22
+ export const FSPathURLResource = _bindClass(FSKit, "FSPathURLResource");
23
+ export const FSProbeResult = _bindClass(FSKit, "FSProbeResult");
24
+ export const FSResource = _bindClass(FSKit, "FSResource");
25
+ export const FSStatFSResult = _bindClass(FSKit, "FSStatFSResult");
26
+ export const FSTask = _bindClass(FSKit, "FSTask");
27
+ export const FSTaskOptions = _bindClass(FSKit, "FSTaskOptions");
28
+ export const FSUnaryFileSystem = _bindClass(FSKit, "FSUnaryFileSystem");
29
+ export const FSVolume = _bindClass(FSKit, "FSVolume");
30
+ export const FSVolumeIdentifier = _bindClass(FSKit, "FSVolumeIdentifier");
31
+ export const FSVolumeSupportedCapabilities = _bindClass(FSKit, "FSVolumeSupportedCapabilities");
31
32
  export { FSAccessMask } from "./FSAccessMask.js";
32
33
  export { FSBlockmapFlags } from "./FSBlockmapFlags.js";
33
34
  export { FSCompleteIOFlags } from "./FSCompleteIOFlags.js";
@@ -1,15 +1,15 @@
1
- import type { NobjcObject } from "objc-js";
2
1
  import type { _NSArray } from "../Foundation/NSArray.js";
2
+ import type { _NSData } from "../Foundation/NSData.js";
3
3
  import type { _NSError } from "../Foundation/NSError.js";
4
4
  export interface _NSFileProviderChangeObserver {
5
5
  /** Send updates to existing items, or insert new items. */
6
- didUpdateItems$?(updatedItems: NobjcObject): void;
6
+ didUpdateItems$?(updatedItems: _NSArray): void;
7
7
  /** Delete existing items. No-op if the item was unknown. */
8
8
  didDeleteItemsWithIdentifiers$?(deletedItemIdentifiers: _NSArray): void;
9
9
  /**
10
10
  * This method is used to complete a batch of changes. Follow the advice in -[NSFileProviderChangeObserver suggestedBatchSize] to determine when to call this method. It is expected that the sync anchor passed here be different than the sync anchor that the enumeration started at, unless the client was already up to date on all the changes on the server, and didn't have any pending updates or deletions. Additionally, if the client is up to date on all the changes on the server it should set moreComing to NO. Sync anchor data is limited to 500 bytes. Setting a larger anchor has the same effect as calling finishEnumeratingWithError with an expired sync anchor error.
11
11
  */
12
- finishEnumeratingChangesUpToSyncAnchor$moreComing$?(anchor: number, moreComing: boolean): void;
12
+ finishEnumeratingChangesUpToSyncAnchor$moreComing$?(anchor: _NSData, moreComing: boolean): void;
13
13
  /**
14
14
  * If the enumeration fails with NSFileProviderErrorSyncAnchorExpired, we will drop all cached data and start the enumeration over starting with sync anchor nil.
15
15
  */
@@ -1,9 +1,10 @@
1
1
  import type { NobjcObject } from "objc-js";
2
2
  import type { _NSArray } from "../Foundation/NSArray.js";
3
3
  import type { _NSProgress } from "../Foundation/NSProgress.js";
4
+ import type { _NSString } from "../Foundation/NSString.js";
4
5
  export interface _NSFileProviderCustomAction {
5
6
  /**
6
7
  * Perform a custom action identified by `actionIdentifier`, on items identified by `itemIdentifiers`. Custom actions are defined in the File Provider Extension's Info.plist, under the `NSExtensionFileProviderActions` key. The format of this key is identical to actions defined in a FileProviderUI extension. Cancellations: ------------ If the NSProgress returned by this method is cancelled, the extension should call the completion handler with (NSUserCancelledError) in the NSProgress cancellation handler.
7
8
  */
8
- performActionWithIdentifier$onItemsWithIdentifiers$completionHandler$?(actionIdentifier: number, itemIdentifiers: _NSArray, completionHandler: NobjcObject): _NSProgress;
9
+ performActionWithIdentifier$onItemsWithIdentifiers$completionHandler$?(actionIdentifier: _NSString, itemIdentifiers: _NSArray, completionHandler: NobjcObject | null): _NSProgress;
9
10
  }
@@ -1,4 +1,5 @@
1
1
  import type { _NSObject } from "../Foundation/NSObject.js";
2
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
2
3
  export declare class _NSFileProviderDomainVersion extends _NSObject {
3
4
  static alloc(): _NSFileProviderDomainVersion;
4
5
  static new(): _NSFileProviderDomainVersion;
@@ -10,3 +11,5 @@ export declare class _NSFileProviderDomainVersion extends _NSObject {
10
11
  */
11
12
  compare$(otherVersion: _NSFileProviderDomainVersion): number;
12
13
  }
14
+ export interface _NSFileProviderDomainVersion extends _NSSecureCoding {
15
+ }
@@ -1,9 +1,10 @@
1
1
  import type { NobjcObject } from "objc-js";
2
2
  import type { _NSFileProviderEnumerator } from "./NSFileProviderEnumerator.js";
3
3
  import type { _NSFileProviderRequest } from "./NSFileProviderRequest.js";
4
+ import type { _NSString } from "../Foundation/NSString.js";
4
5
  export interface _NSFileProviderEnumerating {
5
6
  /**
6
7
  * Create an enumerator for an item. This method is called when the user lists the content of folder it never accessed before. This can happen either when using Finder or when listing the content of the directory from a Terminal (for instance using the `ls` command line tool). The system will use the enumerator to list the children of the directory by calling -[NSFileProviderEnumerator enumerateItemsForObserver:startingAtPage:] until nil is passed to -[NSFileProviderEnumerationObserver finishEnumeratingUpToPage:]. Once this has been called, the directory and its children should be included in the working set. This is also used to subscribe to live updates for a single document. The system will keep an enumerator open in the extension on directories that are presented to the user (for instance, in Finder), and on document on which an application has a NSFilePresenter. The provider can use the existence of that enumerator as a hint that the user is actively seeing / using the item in question, and prioritize the delivery of updates on the item or its children in the working set. If returning nil, you must set the error out parameter. Working set enumerator: ----------------------- The working set enumerator is a special enumerator (NSFileProviderWorkingSetContainerItemIdentifier) the system uses to detect changes that should be synced to the disk and/or searchable in Spotlight. Because that enumerator is by definition used for change detection, the working set enumerator must implement -[NSFileProviderEnumerator enumerateChangesForObserver:fromSyncAnchor:] and -[NSFileProviderEnumerator currentSyncAnchorWithCompletionHandler:]. The system guarantees that it has a single consumer for the working set. This means there will never be two concurrent enumerations of the working set and will always do forward progress: the system will only ask for changes from the last requested sync anchor or the last returned sync anchor and the extension should be prepared for it. The expiration of the sync anchor of the working set will cause a very expensive scan of all the items known by the system. The system ingests the changes from the working set and applies the changes to the disk replicate and the spotlight index. Before ingesting the update for an item, the system will check if the enumeration of the item races against a call to createItemBasedOnTemplate, modifyItem, ... that may affect the item. If a potential race is detected, the system will call itemForItemIdentifier in order to resolve the race. If the provider exposes the key NSExtensionFileProviderAppliesChangesAtomically with value YES in its Info.plist, it is considered to apply the changes atomically, in which case the system does not need to check for potential races. Execution time: --------------- The system expects this call to complete quickly, it should build the object that will be used for enumeration and return it. The enumeration logic should happen when the system calls `-[NSFileProviderEnumerator enumerateItemsForObserver:startingAtPage:]` or `-[NSFileProviderEnumerator enumerateChangesForObserver:fromSyncAnchor:]`. Error cases: ------------ If containerItemIdentifier is NSFileProviderTrashContainerItemIdentifier and the extension does not support trashing items, then it should fail the call with the NSFeatureUnsupportedError error code from the NSCocoaErrorDomain domain. If the item requested containerItemIdentifier does not exist in the provider, the extension should fail with NSFileProviderErrorNoSuchItem. In that case, the system will consider the item has been deleted and attempt to delete the item from disk. The extension can also report the NSFileProviderErrorNotAuthenticated, NSFileProviderErrorServerUnreachable in case the item cannot be fetched because of the current state of the system / domain. In that case, the system will present an appropriate error message and back off until the next time it is signalled. Any other error, including crashes of the extension process, will be considered to be transient and will cause the enumeration to be retried. Errors must be in one of the following domains: NSCocoaErrorDomain, NSFileProviderErrorDomain. For errors which can not be represented using an existing error code in one of these domains, the extension should construct an NSError with domain NSCocoaErrorDomain and code NSXPCConnectionReplyInvalid. The extension should set the NSUnderlyingErrorKey in the NSError's userInfo to the error which could not be represented.
7
8
  */
8
- enumeratorForContainerItemIdentifier$request$error$?(containerItemIdentifier: number, request: _NSFileProviderRequest, error: NobjcObject): _NSFileProviderEnumerator | null;
9
+ enumeratorForContainerItemIdentifier$request$error$?(containerItemIdentifier: _NSString, request: _NSFileProviderRequest, error: NobjcObject | null): _NSFileProviderEnumerator | null;
9
10
  }
@@ -1,11 +1,12 @@
1
- import type { NobjcObject } from "objc-js";
1
+ import type { _NSArray } from "../Foundation/NSArray.js";
2
+ import type { _NSData } from "../Foundation/NSData.js";
2
3
  import type { _NSError } from "../Foundation/NSError.js";
3
4
  export interface _NSFileProviderEnumerationObserver {
4
- didEnumerateItems$?(updatedItems: NobjcObject): void;
5
+ didEnumerateItems$?(updatedItems: _NSArray): void;
5
6
  /**
6
7
  * Call this method after enumerating a full page of items. If you set a non-nil nextPage, -[NSFileProviderEnumerator enumerateItemsToObserver:startingAtPage:] might be called with nextPage to enumerate more items. This is typically driven by the user scrolling a UIDocumentBrowserViewController presenting a directory containing more child items that would fit in the view. Page data is limited to 500 bytes. Setting a larger nextPage interrupts the enumeration.
7
8
  */
8
- finishEnumeratingUpToPage$?(nextPage: number | null): void;
9
+ finishEnumeratingUpToPage$?(nextPage: _NSData | null): void;
9
10
  finishEnumeratingWithError$?(error: _NSError): void;
10
11
  /**
11
12
  * Size of the page suggested by the system for better performance. The system will set that property to the value it considers is best suited for the current enumeration. The system can enumerate a container in various cases (container presenter in the UI, file opened in an application, materialization of the folder by the system, ...). Each case has its own performance profile. By taking into account the suggested size, the enumeration will guarantee the best user experience possible. The system enforces a maximum of 100 times the suggested size.
@@ -1,18 +1,19 @@
1
1
  import type { NobjcObject } from "objc-js";
2
2
  import type { _NSFileProviderChangeObserver } from "./NSFileProviderChangeObserver.js";
3
3
  import type { _NSFileProviderEnumerationObserver } from "./NSFileProviderEnumerationObserver.js";
4
+ import type { _NSData } from "../Foundation/NSData.js";
4
5
  export interface _NSFileProviderEnumerator {
5
6
  invalidate?(): void;
6
7
  /**
7
8
  * Enumerate items starting from the specified page, typically NSFileProviderInitialPageSortedByDate or NSFileProviderInitialPageSortedByName. Pagination allows large collections to be enumerated in multiple batches. The sort order specified in the initial page is important even if the enumeration results will actually be sorted again before display. If results are sorted correctly across pages, then the new results will be appended at the bottom of the list, probably not on screen, which is the best user experience. Otherwise results from the second page might be inserted in the results from the first page, causing bizarre animations. The page data should contain whatever information is needed to resume the enumeration after the previous page. If a file provider sends batches of 200 items to -[NSFileProviderEnumerationObserver didEnumerateItems:] for example, then successive pages might contain offsets in increments of 200. Execution time: --------------- This method is not expected to take more than a few seconds to complete the enumeration of a page of items. If the enumeration may not complete in a reasonable amount of time because, for instance, of bad network conditions, it is recommended to either report an error (for instance NSFileProviderErrorServerUnreachable) or return everything that is readily available and wait for the enumeration of the next page.
8
9
  */
9
- enumerateItemsForObserver$startingAtPage$?(observer: _NSFileProviderEnumerationObserver, page: number): void;
10
+ enumerateItemsForObserver$startingAtPage$?(observer: _NSFileProviderEnumerationObserver, page: _NSData): void;
10
11
  /**
11
12
  * Enumerate changes starting from a sync anchor. This should enumerate /all/ changes (not restricted to a specific page) since the given sync anchor. Until the enumeration update is invalidated, a call to -[NSFileProviderManager signalEnumeratorForContainerItemIdentifier:completionHandler:] will trigger a call to enumerateFromSyncAnchor with the latest known sync anchor, giving the file provider (app or extension) a chance to notify about changes. The anchor data should contain whatever information is needed to resume enumerating changes from the previous synchronization point. A naive sync anchor might for example be the date of the last change that was sent from the server to the client, meaning that at that date, the client was in sync with all the server changes. A request to enumerate changes from that sync anchor would only return the changes that happened after that date, which are therefore changes that the client doesn't yet know about. NOTE that the change-based observation methods are marked optional for historical reasons, but are really required. System performance will be severely degraded if they are not implemented. Execution time: --------------- This method is not expected to take more than a few seconds to complete the enumeration of a batch of items. If the enumeration may not complete in a reasonable amount of time because, for instance, of bad network conditions, it is recommended to either report an error (for instance NSFileProviderErrorServerUnreachable) or return everything that is readily available and wait for the enumeration of the next batch.
12
13
  */
13
- enumerateChangesForObserver$fromSyncAnchor$?(observer: _NSFileProviderChangeObserver, syncAnchor: number): void;
14
+ enumerateChangesForObserver$fromSyncAnchor$?(observer: _NSFileProviderChangeObserver, syncAnchor: _NSData): void;
14
15
  /**
15
16
  * Request the current sync anchor. To keep an enumeration updated, the system will typically - request the current sync anchor (1) - enumerate items starting with an initial page - continue enumerating pages, each time from the page returned in the previous enumeration, until finishEnumeratingUpToPage: is called with nextPage set to nil - enumerate changes starting from the sync anchor returned in (1), until finishEnumeratingChangesUpToSyncAnchor: is called with the latest sync anchor. If moreComing is YES, continue enumerating changes, using the latest sync anchor returned. If moreComing is NO, stop enumerating. - When the extension calls -[NSFileProviderManager signalEnumeratorForContainerItemIdentifier: completionHandler:] to signal more changes, the system will again enumerate changes, starting at the latest known sync anchor from finishEnumeratingChangesUpToSyncAnchor. NOTE that the change-based observation methods are marked optional for historical reasons, but are really required. System performance will be severely degraded if they are not implemented.
16
17
  */
17
- currentSyncAnchorWithCompletionHandler$?(completionHandler: NobjcObject): void;
18
+ currentSyncAnchorWithCompletionHandler$?(completionHandler: NobjcObject | null): void;
18
19
  }
@@ -10,6 +10,7 @@ import type { _NSString } from "../Foundation/NSString.js";
10
10
  import type { _NSURL } from "../Foundation/NSURL.js";
11
11
  import type { _NSFileProviderDomain } from "./NSFileProviderDomain.js";
12
12
  import type { _NSFileProviderEnumerator } from "./NSFileProviderEnumerator.js";
13
+ import type { _NSFileProviderItem } from "./NSFileProviderItem.js";
13
14
  import type { CGSize } from "../structs/CGSize.js";
14
15
  export declare class _NSFileProviderExtension extends _NSObject {
15
16
  static alloc(): _NSFileProviderExtension;
@@ -19,26 +20,26 @@ export declare class _NSFileProviderExtension extends _NSObject {
19
20
  * Writes out a placeholder at the specified URL. The URL should be one returned by placeholderURLForURL:; if URL resource values are requested, the system will consult the placeholder before consulting your app extension. Metadata contains NSURLNameKey, NSURLFileSizeKey, NSURLIsPackageKey.
20
21
  * @deprecated Use the corresponding method on NSFileProviderManager instead
21
22
  */
22
- static writePlaceholderAtURL$withMetadata$error$(placeholderURL: _NSURL, metadata: _NSDictionary, error: NobjcObject): boolean;
23
+ static writePlaceholderAtURL$withMetadata$error$(placeholderURL: _NSURL, metadata: _NSDictionary, error: NobjcObject | null): boolean;
23
24
  /**
24
25
  * Returns the designated placeholder URL for a given URL. This placeholder will be consulted before falling back to your app extension to enhance performance. To write out a placeholder, use the writePlaceHolderAtURL: method above.
25
26
  * @deprecated NSFileProviderManager +placeholderURLForURL:
26
27
  */
27
28
  static placeholderURLForURL$(url: _NSURL): _NSURL;
28
- itemForIdentifier$error$(identifier: number, error: NobjcObject): number | null;
29
+ itemForIdentifier$error$(identifier: _NSString, error: NobjcObject | null): _NSFileProviderItem | null;
29
30
  /**
30
31
  * Should return the URL corresponding to a specific identifier. Fail if it's not a subpath of documentStorageURL. This is a static mapping; each identifier must always return a path corresponding to the same file. By default, this returns the path relative to the path returned by documentStorageURL.
31
32
  */
32
- URLForItemWithPersistentIdentifier$(identifier: number): _NSURL | null;
33
- persistentIdentifierForItemAtURL$(url: _NSURL): number | null;
33
+ URLForItemWithPersistentIdentifier$(identifier: _NSString): _NSURL | null;
34
+ persistentIdentifierForItemAtURL$(url: _NSURL): _NSString | null;
34
35
  /**
35
36
  * This method is called when a placeholder URL should be provided for the item at the given URL. The implementation of this method should call +[NSFileProviderManager writePlaceholderAtURL:withMetadata:error:] with the URL returned by +[NSFileProviderManager placeholderURLForURL:], then call the completion handler.
36
37
  */
37
- providePlaceholderAtURL$completionHandler$(url: _NSURL, completionHandler: NobjcObject): void;
38
+ providePlaceholderAtURL$completionHandler$(url: _NSURL, completionHandler: NobjcObject | null): void;
38
39
  /**
39
40
  * Should ensure that the actual file is in the position returned by URLForItemWithPersistentIdentifier:, then call the completion handler.
40
41
  */
41
- startProvidingItemAtURL$completionHandler$(url: _NSURL, completionHandler: NobjcObject): void;
42
+ startProvidingItemAtURL$completionHandler$(url: _NSURL, completionHandler: NobjcObject | null): void;
42
43
  /**
43
44
  * Called after the last claim to the file has been released. At this point, it is safe for the file provider to remove the content file. Care should be taken that the corresponding placeholder file stays behind after the content file has been deleted.
44
45
  */
@@ -50,52 +51,52 @@ export declare class _NSFileProviderExtension extends _NSObject {
50
51
  /**
51
52
  * Create an enumerator for an item. When the user opens the browse tab of the UIDocumentsBrowserViewController and selects a file provider, this is called with NSFileProviderRootContainerItemIdentifier, and -[NSFileProviderEnumerator enumerateItemsForObserver:startingAtPage:] is immediately called to list the first items available under at the root level of the file provider. As the user navigates down into directories, new enumerators are created with this method, passing in the itemIdentifier of those directories. Past enumerators are then invalidated. This method is also called with NSFileProviderWorkingSetContainerItemIdentifier, which is enumerated with -[NSFileProviderEnumerator enumerateChangesForObserver:fromSyncAnchor:]. That enumeration is special in that it isn't driven by the UIDocumentsBrowserViewController. It happens in the background to sync the working set down to the device. This is also used to subscribe to live updates for a single document. In that case, -[NSFileProviderEnumerator enumerateChangesToObserver:fromSyncAnchor:] will be called and the enumeration results shouldn't include items other than the very item that the enumeration was started on. If returning nil, you must set the error out parameter.
52
53
  */
53
- enumeratorForContainerItemIdentifier$error$(containerItemIdentifier: number, error: NobjcObject): _NSFileProviderEnumerator | null;
54
- supportedServiceSourcesForItemIdentifier$error$(itemIdentifier: number, error: NobjcObject): NobjcObject;
54
+ enumeratorForContainerItemIdentifier$error$(containerItemIdentifier: _NSString, error: NobjcObject | null): _NSFileProviderEnumerator | null;
55
+ supportedServiceSourcesForItemIdentifier$error$(itemIdentifier: _NSString, error: NobjcObject | null): _NSArray | null;
55
56
  /**
56
57
  * Import a document. The file or package at fileURL should be moved on disk into the file provider's own storage, where it will later be uploaded. The completion block should be executed after the move on disk, but before the upload. Before doing any network, actually. In the completion block, importedDocumentItem should have these properties set: - itemIdentifier - parentItemIdentifier (to the value passed in to this method) - filename (to fileURL's resource value for key NSURLNameKey) - creationDate (to NSURLCreationDateKey) - contentModificationDate (to NSURLContentModificationDateKey) - contentType (to NSURLContentTypeKey) - documentSize (to NSURLTotalFileSizeKey on a flat file, or to the sum of the files sizes for a package) - capabilities [fileURL startAccessingSecurityScopedResource] needs to be called prior to accessing this security scoped URL, and stopAccessingSecurityScopedResource needs to be called when done. Note that itemIdentifier should be set with no network call. It doesn't have to be the final identifier. If the identifier changes after talking to the server then the file provider should send a delete for the temporary, local identifier immediately followed by an add with the final identifier. A reasonable way of organizing files in the file provider storage is: <file provider storage path>/<itemIdentifier>/<filename>.<extension> If the item identifier was to change, you should move the file on disk to update its path, under coordination with NSFileCoordinatorWritingForMoving. This is expected to work offline even if there might be a collision (another item with the same filename and parentItemIdentifier) only detected when later syncing up this change to the server. In that case, it is suggested that a follow up update to the item change its filename to something unique. This wouldn't be considered an error to import. If however you can tell right away, with no communication to your server, that there is a collision then this call should fail with error code NSFileProviderErrorFilenameCollision generated with this method: -[NSError (NSFileProviderError) fileProviderErrorForCollisionWithItem:]. The existing item set in this error will be used to handle the collision, and ask the user if she or he would like to replace the existing item. This takes into account the existing item's capabilities (particularly NSFileProviderItemCapabilitiesAllowsTrashing and AllowsDeleting.) Collision checks should be case insensitive even if the filesystem or file provider might allow two coexisting filenames differing only by their case. Upload errors (such as NSFileProviderErrorInsufficientQuota) should be handled with a subsequent update to the item, setting its uploadingError property. Upload errors should not prevent creating or importing a document, because they can be resolved at a later date (for example, when the user has quota again.) Other errors will be presented to the user, but are unexpected. If you want to prevent imports in a given directory, then the directory item's capacities should exclude NSFileProviderItemCapabilitiesAllowsAddingSubItems.
57
58
  */
58
- importDocumentAtURL$toParentItemIdentifier$completionHandler$(fileURL: _NSURL, parentItemIdentifier: number, completionHandler: NobjcObject): void;
59
+ importDocumentAtURL$toParentItemIdentifier$completionHandler$(fileURL: _NSURL, parentItemIdentifier: _NSString, completionHandler: NobjcObject | null): void;
59
60
  /**
60
61
  * Create a directory. This is expected to complete before doing any network. In the completion block, createdDirectoryItem should have these properties set: - itemIdentifier - parentItemIdentifier (to the value passed in to this method) - filename (to directoryName) - creationDate (to the current date and time) - contentType (to "public.folder" - UTTypeFolder) - childItemCount (to 0) - capabilities Errors (including collision errors) are handled as documented for the import method above. Directory creation is gated by the capabilities of the destination directory, with NSFileProviderItemCapabilitiesAllowsAddingSubItems.
61
62
  */
62
- createDirectoryWithName$inParentItemIdentifier$completionHandler$(directoryName: _NSString, parentItemIdentifier: number, completionHandler: NobjcObject): void;
63
+ createDirectoryWithName$inParentItemIdentifier$completionHandler$(directoryName: _NSString, parentItemIdentifier: _NSString, completionHandler: NobjcObject | null): void;
63
64
  /**
64
65
  * Rename a document or a directory. This is expected to complete before doing any network. itemName is the full file or directory name, complete with its file extension. In the completion block, property renamedItem.filename should change to itemName. Property renamedItem.displayName should also be updated if you chose to overwrite that method. Errors (including collision errors) are handled as documented for the import method above. Renames are gated by the capabilities of the renamed item, with NSFileProviderItemCapabilitiesAllowsRenaming.
65
66
  */
66
- renameItemWithIdentifier$toName$completionHandler$(itemIdentifier: number, itemName: _NSString, completionHandler: NobjcObject): void;
67
+ renameItemWithIdentifier$toName$completionHandler$(itemIdentifier: _NSString, itemName: _NSString, completionHandler: NobjcObject | null): void;
67
68
  /**
68
69
  * Move an item to a new directory. This is expected to complete before doing any network. If newName is non null, the moved item should be renamed to newName. Errors (including collision errors) are handled as documented for the import method above. Moves are gated by the capabilities of both the moved item with NSFileProviderItemCapabilitiesAllowsReparenting, and the destination directory with NSFileProviderItemCapabilitiesAllowsAddingSubItems.
69
70
  */
70
- reparentItemWithIdentifier$toParentItemWithIdentifier$newName$completionHandler$(itemIdentifier: number, parentItemIdentifier: number, newName: _NSString | null, completionHandler: NobjcObject): void;
71
+ reparentItemWithIdentifier$toParentItemWithIdentifier$newName$completionHandler$(itemIdentifier: _NSString, parentItemIdentifier: _NSString, newName: _NSString | null, completionHandler: NobjcObject | null): void;
71
72
  /**
72
73
  * Move an item to the trash. In the completion block, property trashedItem.isTrashed should be set to YES. You should keep track of the original parentItemIdentifier of the item before it was moved to trash, so you can move the item back where it used to be in the untrash method. You could use the trashedItem.parentItemIdentifier property for that. The trashed item should continue to belong to the working set of documents cached on the device and visible offline to the user. But if it is a directory, then all of its children should be removed from the working set and the file provider extension should send deletion events to make sure that they no longer appear in the recent lists. It is also suggested that shared documents be unshared when trashed. Trash is gated by the capabilities of the trashed item with NSFileProviderItemCapabilitiesAllowsTrashing.
73
74
  */
74
- trashItemWithIdentifier$completionHandler$(itemIdentifier: number, completionHandler: NobjcObject): void;
75
+ trashItemWithIdentifier$completionHandler$(itemIdentifier: _NSString, completionHandler: NobjcObject | null): void;
75
76
  /**
76
77
  * Move an item out of the trash. If parentItemIdentifier is nil, the file provider should attempt to put the item back where it was when it was moved to the trash; otherwise it should move it to this new parent. If the item is a directory, then the file provider extension should enumerate the children and send addition events in the working set so that the documents in the now untrashed directory may be reindexed. Untrash is gated by the capabilities of the destination directory, with NSFileProviderItemCapabilitiesAllowsAddingSubItems.
77
78
  */
78
- untrashItemWithIdentifier$toParentItemIdentifier$completionHandler$(itemIdentifier: number, parentItemIdentifier: number | null, completionHandler: NobjcObject): void;
79
+ untrashItemWithIdentifier$toParentItemIdentifier$completionHandler$(itemIdentifier: _NSString, parentItemIdentifier: _NSString | null, completionHandler: NobjcObject | null): void;
79
80
  /**
80
81
  * Delete an item forever. This is called when the user deletes an item that was already in the Trash and the item should no longer appear there after this call. This call should remove the item from the working set. Delete is gated by the capabilities of the removed item with NSFileProviderItemCapabilitiesAllowsDeleting.
81
82
  */
82
- deleteItemWithIdentifier$completionHandler$(itemIdentifier: number, completionHandler: NobjcObject): void;
83
+ deleteItemWithIdentifier$completionHandler$(itemIdentifier: _NSString, completionHandler: NobjcObject | null): void;
83
84
  /**
84
85
  * Mark an item as recently used, or clear its lastUsedDate if nil. This last used date is the sort key for the recent lists. It is the primary hint that an item must belong to the working set cached and indexed on the user's device. The file provider is asked to persist the new last used date on disk, then call the completion callback with the updated last used date. At a later point, the file provider should sync the new last used date to their server. The error parameter is here for debugging purposes alone; it won't be presented to the user or otherwise handled, but it will be logged.
85
86
  */
86
- setLastUsedDate$forItemIdentifier$completionHandler$(lastUsedDate: _NSDate | null, itemIdentifier: number, completionHandler: NobjcObject): void;
87
+ setLastUsedDate$forItemIdentifier$completionHandler$(lastUsedDate: _NSDate | null, itemIdentifier: _NSString, completionHandler: NobjcObject | null): void;
87
88
  /**
88
89
  * Tag an item, or untag it if tagData is nil. The file provider is asked to persist the new tag data on disk, then call the completion callback with the updated tagged data. At a later point, the file provider should sync the new tag data to their server. Tagged items are relevant to the user and should be in the working set even if they haven't been used recently. If set, the error will be immediately presented to the user and the item just won't be tagged. On shared items, tags should sync across the devices of any one participant but shouldn't sync across users.
89
90
  */
90
- setTagData$forItemIdentifier$completionHandler$(tagData: _NSData | null, itemIdentifier: number, completionHandler: NobjcObject): void;
91
+ setTagData$forItemIdentifier$completionHandler$(tagData: _NSData | null, itemIdentifier: _NSString, completionHandler: NobjcObject | null): void;
91
92
  /**
92
93
  * Mark a directory as favorite (or no longer favorite if favoriteRank is nil.) The favorite rank is used to represent the relative order of two favorite directories in the UI. It is a 64 bit unsigned integer. It needs to be synced. Favorite directories are relevant to the user and should be in the working set even if they haven't been used recently. The documents and directories in the favorite directory however don't all have to be in the working set, and don't all have to be made accessible offline. The file provider is asked to persist the new favorite rank on disk, then call the completion callback with the updated favorite rank. At a later point, the file provider should sync the new favorite rank to their server.
93
94
  */
94
- setFavoriteRank$forItemIdentifier$completionHandler$(favoriteRank: _NSNumber | null, itemIdentifier: number, completionHandler: NobjcObject): void;
95
+ setFavoriteRank$forItemIdentifier$completionHandler$(favoriteRank: _NSNumber | null, itemIdentifier: _NSString, completionHandler: NobjcObject | null): void;
95
96
  /**
96
97
  * The system calls this method to fetch thumbnails. The @p perThumbnailCompletionHandler should be called for each thumbnail, and @p completionHandler only after all the per thumbnail completion blocks. In the event of a global error, the implementation is allowed to skip calling the @p perThumbnailCompletionHandler for individual thumbnails. In that case, the @p completionHandler's error parameter would apply to all item identifiers for which @p perThumbnailCompletionHandler had not been called. If there is no thumbnail for a given item, the @p perThumbnailCompletionHandler should be called with its @p imageData and @p error parameters both set to nil. If the system decides that an in-flight thumbnail request is not needed anymore, it will call the returned @p NSProgress object's @p -cancel method, at which time the implementation should clean up any held resources. The system will cache the thumbnail for the item, and the cache will be invalidated when itemVersion.contentVersion changes.
97
98
  */
98
- fetchThumbnailsForItemIdentifiers$requestedSize$perThumbnailCompletionHandler$completionHandler$(itemIdentifiers: _NSArray, size: CGSize, perThumbnailCompletionHandler: NobjcObject, completionHandler: NobjcObject): _NSProgress;
99
+ fetchThumbnailsForItemIdentifiers$requestedSize$perThumbnailCompletionHandler$completionHandler$(itemIdentifiers: _NSArray, size: CGSize, perThumbnailCompletionHandler: NobjcObject | null, completionHandler: NobjcObject | null): _NSProgress;
99
100
  /**
100
101
  * An identifier unique to this provider. When modifying the files stored in the directory returned by documentStorageURL, you should pass this identifier to your file coordinator's setPurposeIdentifier: method.
101
102
  * @deprecated NSFileProviderManager -providerIdentifier
@@ -3,5 +3,5 @@ export interface _NSFileProviderExternalVolumeHandling {
3
3
  /**
4
4
  * Implement this protocol on your extension's Principal Class in order for the system to ask your extension whether a domain located on an external volume should be connected. Your extension may use this method as an opportunity to check for, and setup if necessary, state to operate the extension. Such as prompting the user to login in your application. When creating domains on external drive, store state related to the domain in the `userInfo` parameter to `-[NSFileProviderDomain initWithDisplayName:userInfo:volumeURL:]`, such as the user's ID, to help your extension identify the domain when connected on other devices. This userInfo will be persisted on the external volume, and provided in the ReplicatedExtension initializer when the drive is connected to a new device. If your extension responds with an NSError, the domain will be in a disconnected state. Non-downloaded files in the domain will not be downloadable, and file edits will not be synced up. The system will display UI to inform the user. Your extension will be able to enumerate this domain in `+[NSFileProviderManager getDomainsWithCompletionHandler:]`, with the `-[NSFileProviderDomain disconnected]` property set as YES. If at a later point, the user has setup the necessary state to service requests for the disconnected external domain, your extension may call `-[NSFileProviderManager reconnectWithCompletionHandler:]`. If your extension does not implement this protocol, domains on external volumes will automatically be connected and instantiated in your extension.
5
5
  */
6
- shouldConnectExternalDomainWithCompletionHandler$?(completionHandler: NobjcObject): void;
6
+ shouldConnectExternalDomainWithCompletionHandler$?(completionHandler: NobjcObject | null): void;
7
7
  }
@@ -1,5 +1,6 @@
1
1
  import type { NobjcObject } from "objc-js";
2
2
  import type { _NSProgress } from "../Foundation/NSProgress.js";
3
+ import type { _NSString } from "../Foundation/NSString.js";
3
4
  import type { _NSURL } from "../Foundation/NSURL.js";
4
5
  import type { _NSFileProviderItemVersion } from "./NSFileProviderItemVersion.js";
5
6
  import type { _NSFileProviderRequest } from "./NSFileProviderRequest.js";
@@ -7,5 +8,5 @@ export interface _NSFileProviderIncrementalContentFetching {
7
8
  /**
8
9
  * Update a previously provided item to a new version. If the system already has a version of an item and learns that a new version is available, it may call this method to update the existing version to a new version. The semantics of the requestedVersion parameter are the same as for the non-delta update method above.
9
10
  */
10
- fetchContentsForItemWithIdentifier$version$usingExistingContentsAtURL$existingVersion$request$completionHandler$?(itemIdentifier: number, requestedVersion: _NSFileProviderItemVersion | null, existingContents: _NSURL, existingVersion: _NSFileProviderItemVersion, request: _NSFileProviderRequest, completionHandler: NobjcObject): _NSProgress;
11
+ fetchContentsForItemWithIdentifier$version$usingExistingContentsAtURL$existingVersion$request$completionHandler$?(itemIdentifier: _NSString, requestedVersion: _NSFileProviderItemVersion | null, existingContents: _NSURL, existingVersion: _NSFileProviderItemVersion, request: _NSFileProviderRequest, completionHandler: NobjcObject | null): _NSProgress;
11
12
  }
@@ -15,11 +15,11 @@ export interface _NSFileProviderItem {
15
15
  /**
16
16
  * The identifier of the item. The itemIdentifier should not contain sensitive information, as it may be recorded in system logs and diagnostic files.
17
17
  */
18
- itemIdentifier?(): number;
18
+ itemIdentifier?(): _NSString;
19
19
  /**
20
20
  * The parent identifier specifies the parent of the item in the hierarchy. Set to NSFileProviderRootContainerItemIdentifier for an item at the root of the user's storage. Set to the itemIdentifier of the item's parent otherwise. When enumerating the root container or a generic container, the parentItemIdentifier of the enumerated items is expected to match the enumerated item's identifier. When enumerating the working set, the parentItemIdentifier is expected to match the actual parent of the item in the hierarchy (ie. it is not NSFileProviderWorkingSetContainerItemIdentifier). The parents of trashed items and of the root item are ignored.
21
21
  */
22
- parentItemIdentifier?(): number;
22
+ parentItemIdentifier?(): _NSString;
23
23
  /**
24
24
  * The file or directory name, complete with its file extension. The filename property must not be an empty string, including when the item identifier is NSFileProviderRootContainerItemIdentifier. The filename for NSFileProviderRootContainerItemIdentifier may be displayed in the user interface. Therefore it should be a user-friendly string.
25
25
  */
@@ -7,9 +7,9 @@ export declare class _NSFileProviderKnownFolderLocation extends _NSObject {
7
7
  /**
8
8
  * Initialize a location with the filename of the folder in a specified parent. When replicating a known folder the system will reuse a folder located at the specified filename within the parent if one exists, or create a new item at this location if none exists yet.
9
9
  */
10
- initWithParentItemIdentifier$filename$(parentItemIdentifier: number, filename: _NSString): _NSFileProviderKnownFolderLocation;
10
+ initWithParentItemIdentifier$filename$(parentItemIdentifier: _NSString, filename: _NSString): _NSFileProviderKnownFolderLocation;
11
11
  /**
12
12
  * Initialize a location with the item identifier of a folder that already exists on the server. If the known folder already exists on the server, the provider can specify the exact identifier of the item that needs to be used to back the known folder.
13
13
  */
14
- initWithExistingItemIdentifier$(existingItemIdentifier: number): _NSFileProviderKnownFolderLocation;
14
+ initWithExistingItemIdentifier$(existingItemIdentifier: _NSString): _NSFileProviderKnownFolderLocation;
15
15
  }
@@ -4,5 +4,5 @@ export interface _NSFileProviderKnownFolderSupporting {
4
4
  /**
5
5
  * Request suitable locations for known folders. This function is called when the user decides to switch some known folders to the current domain, outside of the `claimKnownFolders` call. The system provides a list of folders that the user decides to move to this domain, and expect in return non-nil locations for those known folders.
6
6
  */
7
- getKnownFolderLocations$completionHandler$?(knownFolders: NSFileProviderKnownFolders, completionHandler: NobjcObject): void;
7
+ getKnownFolderLocations$completionHandler$?(knownFolders: NSFileProviderKnownFolders, completionHandler: NobjcObject | null): void;
8
8
  }