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
@@ -21,11 +21,11 @@ export interface _CSSearchableIndexDelegate {
21
21
  /**
22
22
  * The developer may provide a NSData representation if type was specified in providerDataTypeIdentifiers property.
23
23
  */
24
- dataForSearchableIndex$itemIdentifier$typeIdentifier$error$?(searchableIndex: _CSSearchableIndex, itemIdentifier: _NSString, typeIdentifier: _NSString, outError: NobjcObject): _NSData | null;
24
+ dataForSearchableIndex$itemIdentifier$typeIdentifier$error$?(searchableIndex: _CSSearchableIndex, itemIdentifier: _NSString, typeIdentifier: _NSString, outError: NobjcObject | null): _NSData | null;
25
25
  /**
26
26
  * The developer may provide a NSURL to file representation representation if type was specified from providerDataTypeIdentifiers or providerInPlaceFileTypeIdentifiers property.
27
27
  */
28
- fileURLForSearchableIndex$itemIdentifier$typeIdentifier$inPlace$error$?(searchableIndex: _CSSearchableIndex, itemIdentifier: _NSString, typeIdentifier: _NSString, inPlace: boolean, outError: NobjcObject): _NSURL | null;
28
+ fileURLForSearchableIndex$itemIdentifier$typeIdentifier$inPlace$error$?(searchableIndex: _CSSearchableIndex, itemIdentifier: _NSString, typeIdentifier: _NSString, inPlace: boolean, outError: NobjcObject | null): _NSURL | null;
29
29
  /**
30
30
  * The index requests that the delegate provide searchable items for the provided identifiers
31
31
  */
@@ -1,5 +1,6 @@
1
1
  import type { _NSDate } from "../Foundation/NSDate.js";
2
2
  import type { _NSObject } from "../Foundation/NSObject.js";
3
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
3
4
  import type { _NSString } from "../Foundation/NSString.js";
4
5
  import type { _CSSearchableItemAttributeSet } from "./CSSearchableItemAttributeSet.js";
5
6
  import type { CSSearchableItemUpdateListenerOptions } from "./CSSearchableItemUpdateListenerOptions.js";
@@ -42,3 +43,5 @@ export declare class _CSSearchableItem extends _NSObject {
42
43
  updateListenerOptions(): CSSearchableItemUpdateListenerOptions;
43
44
  setUpdateListenerOptions$(value: CSSearchableItemUpdateListenerOptions): void;
44
45
  }
46
+ export interface _CSSearchableItem extends _NSSecureCoding {
47
+ }
@@ -733,3 +733,5 @@ export declare class _CSSearchableItemAttributeSet extends _NSObject {
733
733
  transcribedTextContent(): _NSString;
734
734
  setTranscribedTextContent$(value: _NSString): void;
735
735
  }
736
+ export interface _CSSearchableItemAttributeSet extends _NSSecureCoding {
737
+ }
@@ -1,5 +1,6 @@
1
1
  import type { _NSAttributedString } from "../Foundation/NSAttributedString.js";
2
2
  import type { _NSObject } from "../Foundation/NSObject.js";
3
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
3
4
  import type { CSSuggestionKind } from "./CSSuggestionKind.js";
4
5
  export declare class _CSSuggestion extends _NSObject {
5
6
  static alloc(): _CSSuggestion;
@@ -11,3 +12,5 @@ export declare class _CSSuggestion extends _NSObject {
11
12
  localizedAttributedSuggestion(): _NSAttributedString;
12
13
  suggestionKind(): CSSuggestionKind;
13
14
  }
15
+ export interface _CSSuggestion extends _NSSecureCoding {
16
+ }
@@ -24,6 +24,6 @@ export declare class _CSUserQuery extends _CSSearchQuery {
24
24
  /**
25
25
  * The foundSuggestionsHandler may be invoked additional times as new suggestions are generated, but the value will always be a complete, ordered list. The query serializes all the foundSuggestionsHandler invocations. If no handler is set, suggestions will not be generated.
26
26
  */
27
- foundSuggestionsHandler(): NobjcObject;
28
- setFoundSuggestionsHandler$(value: NobjcObject): void;
27
+ foundSuggestionsHandler(): NobjcObject | null;
28
+ setFoundSuggestionsHandler$(value: NobjcObject | null): void;
29
29
  }
@@ -1,19 +1,20 @@
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 CoreSpotlight = new NobjcLibrary("/System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight");
4
- export const CSCustomAttributeKey = CoreSpotlight["CSCustomAttributeKey"];
5
- export const CSImportExtension = CoreSpotlight["CSImportExtension"];
6
- export const CSIndexExtensionRequestHandler = CoreSpotlight["CSIndexExtensionRequestHandler"];
7
- export const CSLocalizedString = CoreSpotlight["CSLocalizedString"];
8
- export const CSPerson = CoreSpotlight["CSPerson"];
9
- export const CSSearchQuery = CoreSpotlight["CSSearchQuery"];
10
- export const CSSearchQueryContext = CoreSpotlight["CSSearchQueryContext"];
11
- export const CSSearchableIndex = CoreSpotlight["CSSearchableIndex"];
12
- export const CSSearchableItem = CoreSpotlight["CSSearchableItem"];
13
- export const CSSearchableItemAttributeSet = CoreSpotlight["CSSearchableItemAttributeSet"];
14
- export const CSSuggestion = CoreSpotlight["CSSuggestion"];
15
- export const CSUserQuery = CoreSpotlight["CSUserQuery"];
16
- export const CSUserQueryContext = CoreSpotlight["CSUserQueryContext"];
5
+ export const CSCustomAttributeKey = _bindClass(CoreSpotlight, "CSCustomAttributeKey");
6
+ export const CSImportExtension = _bindClass(CoreSpotlight, "CSImportExtension");
7
+ export const CSIndexExtensionRequestHandler = _bindClass(CoreSpotlight, "CSIndexExtensionRequestHandler");
8
+ export const CSLocalizedString = _bindClass(CoreSpotlight, "CSLocalizedString");
9
+ export const CSPerson = _bindClass(CoreSpotlight, "CSPerson");
10
+ export const CSSearchQuery = _bindClass(CoreSpotlight, "CSSearchQuery");
11
+ export const CSSearchQueryContext = _bindClass(CoreSpotlight, "CSSearchQueryContext");
12
+ export const CSSearchableIndex = _bindClass(CoreSpotlight, "CSSearchableIndex");
13
+ export const CSSearchableItem = _bindClass(CoreSpotlight, "CSSearchableItem");
14
+ export const CSSearchableItemAttributeSet = _bindClass(CoreSpotlight, "CSSearchableItemAttributeSet");
15
+ export const CSSuggestion = _bindClass(CoreSpotlight, "CSSuggestion");
16
+ export const CSUserQuery = _bindClass(CoreSpotlight, "CSUserQuery");
17
+ export const CSUserQueryContext = _bindClass(CoreSpotlight, "CSUserQueryContext");
17
18
  export { CSIndexErrorCode } from "./CSIndexErrorCode.js";
18
19
  export { CSSearchQueryErrorCode } from "./CSSearchQueryErrorCode.js";
19
20
  export { CSSearchQuerySourceOptions } from "./CSSearchQuerySourceOptions.js";
@@ -1,5 +1,6 @@
1
1
  import type { _NSArray } from "../Foundation/NSArray.js";
2
2
  import type { _NSObject } from "../Foundation/NSObject.js";
3
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
3
4
  import type { _NSString } from "../Foundation/NSString.js";
4
5
  import type { CTCellularPlanCapability } from "./CTCellularPlanCapability.js";
5
6
  export declare class _CTCellularPlanProperties extends _NSObject {
@@ -13,3 +14,5 @@ export declare class _CTCellularPlanProperties extends _NSObject {
13
14
  supportedRegionCodes(): _NSArray;
14
15
  setSupportedRegionCodes$(value: _NSArray): void;
15
16
  }
17
+ export interface _CTCellularPlanProperties extends _NSSecureCoding {
18
+ }
@@ -9,6 +9,6 @@ export declare class _CTCellularPlanProvisioning extends _NSObject {
9
9
  supportsCellularPlan(): boolean;
10
10
  addPlanWith$completionHandler$(request: _CTCellularPlanProvisioningRequest, completionHandler: NobjcObject): void;
11
11
  addPlanWithRequest$properties$completionHandler$(request: _CTCellularPlanProvisioningRequest, properties: _CTCellularPlanProperties | null, completionHandler: NobjcObject): void;
12
- updateCellularPlanProperties$completionHandler$(properties: _CTCellularPlanProperties, completionHandler: NobjcObject): void;
12
+ updateCellularPlanProperties$completionHandler$(properties: _CTCellularPlanProperties, completionHandler: NobjcObject | null): void;
13
13
  supportsEmbeddedSIM(): boolean;
14
14
  }
@@ -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 { _NSString } from "../Foundation/NSString.js";
3
4
  export declare class _CTCellularPlanProvisioningRequest extends _NSObject {
4
5
  static alloc(): _CTCellularPlanProvisioningRequest;
@@ -17,3 +18,5 @@ export declare class _CTCellularPlanProvisioningRequest extends _NSObject {
17
18
  EID(): _NSString | null;
18
19
  setEID$(value: _NSString | null): void;
19
20
  }
21
+ export interface _CTCellularPlanProvisioningRequest extends _NSSecureCoding {
22
+ }
@@ -5,6 +5,6 @@ export declare class _CTCellularPlanStatus extends _NSObject {
5
5
  static alloc(): _CTCellularPlanStatus;
6
6
  static new(): _CTCellularPlanStatus;
7
7
  init(): _CTCellularPlanStatus;
8
- static getTokenWithCompletion$(completionHandler: NobjcObject): void;
9
- static checkValidityOfToken$completionHandler$(token: _NSString, completionHandler: NobjcObject): void;
8
+ static getTokenWithCompletion$(completionHandler: NobjcObject | null): void;
9
+ static checkValidityOfToken$completionHandler$(token: _NSString, completionHandler: NobjcObject | null): void;
10
10
  }
@@ -28,8 +28,8 @@ export declare class _CTTelephonyNetworkInfo extends _NSObject {
28
28
  * serviceSubscriberCellularProvidersDidUpdateNotifier Discussion: A block that will be dispatched on the default priority global dispatch queue when the subscriber's cellular provider information updates for any service. Set this property to a block that is defined in your application to receive the newly updated information. The NSString will contain the service identifier of the service whose information has changed. This can be used as the key into serviceSubscriberCellularProvider to obtain the new information.
29
29
  * @deprecated Deprecated with no replacement
30
30
  */
31
- serviceSubscriberCellularProvidersDidUpdateNotifier(): NobjcObject;
32
- setServiceSubscriberCellularProvidersDidUpdateNotifier$(value: NobjcObject): void;
31
+ serviceSubscriberCellularProvidersDidUpdateNotifier(): NobjcObject | null;
32
+ setServiceSubscriberCellularProvidersDidUpdateNotifier$(value: NobjcObject | null): void;
33
33
  /**
34
34
  * subscriberCellularProviderDidUpdateNotifier Discussion: A block that will be dispatched on the default priority global dispatch queue when the subscriber's cellular provider information updates for the service. Set this property to a block that is defined in your application to receive the newly updated information.
35
35
  * @deprecated serviceSubscriberCellularProvidersDidUpdateNotifier
@@ -1,17 +1,18 @@
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 CoreTelephony = new NobjcLibrary("/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony");
4
- export const CTCall = CoreTelephony["CTCall"];
5
- export const CTCallCenter = CoreTelephony["CTCallCenter"];
6
- export const CTCarrier = CoreTelephony["CTCarrier"];
7
- export const CTCellularData = CoreTelephony["CTCellularData"];
8
- export const CTCellularPlanProperties = CoreTelephony["CTCellularPlanProperties"];
9
- export const CTCellularPlanProvisioning = CoreTelephony["CTCellularPlanProvisioning"];
10
- export const CTCellularPlanProvisioningRequest = CoreTelephony["CTCellularPlanProvisioningRequest"];
11
- export const CTCellularPlanStatus = CoreTelephony["CTCellularPlanStatus"];
12
- export const CTSubscriber = CoreTelephony["CTSubscriber"];
13
- export const CTSubscriberInfo = CoreTelephony["CTSubscriberInfo"];
14
- export const CTTelephonyNetworkInfo = CoreTelephony["CTTelephonyNetworkInfo"];
5
+ export const CTCall = _bindClass(CoreTelephony, "CTCall");
6
+ export const CTCallCenter = _bindClass(CoreTelephony, "CTCallCenter");
7
+ export const CTCarrier = _bindClass(CoreTelephony, "CTCarrier");
8
+ export const CTCellularData = _bindClass(CoreTelephony, "CTCellularData");
9
+ export const CTCellularPlanProperties = _bindClass(CoreTelephony, "CTCellularPlanProperties");
10
+ export const CTCellularPlanProvisioning = _bindClass(CoreTelephony, "CTCellularPlanProvisioning");
11
+ export const CTCellularPlanProvisioningRequest = _bindClass(CoreTelephony, "CTCellularPlanProvisioningRequest");
12
+ export const CTCellularPlanStatus = _bindClass(CoreTelephony, "CTCellularPlanStatus");
13
+ export const CTSubscriber = _bindClass(CoreTelephony, "CTSubscriber");
14
+ export const CTSubscriberInfo = _bindClass(CoreTelephony, "CTSubscriberInfo");
15
+ export const CTTelephonyNetworkInfo = _bindClass(CoreTelephony, "CTTelephonyNetworkInfo");
15
16
  export { CTCellularDataRestrictedState } from "./CTCellularDataRestrictedState.js";
16
17
  export { CTCellularPlanCapability } from "./CTCellularPlanCapability.js";
17
18
  export { CTCellularPlanProvisioningAddPlanResult } from "./CTCellularPlanProvisioningAddPlanResult.js";
@@ -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 { CWChannelBand } from "./CWChannelBand.js";
3
4
  import type { CWChannelWidth } from "./CWChannelWidth.js";
4
5
  export declare class _CWChannel extends _NSObject {
@@ -16,3 +17,5 @@ export declare class _CWChannel extends _NSObject {
16
17
  /** @property @abstract The channel band as indicated by the CWChannelBand type. */
17
18
  channelBand(): CWChannelBand;
18
19
  }
20
+ export interface _CWChannel extends _NSSecureCoding {
21
+ }
@@ -1,5 +1,6 @@
1
1
  import type { _NSObject } from "../Foundation/NSObject.js";
2
2
  import type { _NSOrderedSet } from "../Foundation/NSOrderedSet.js";
3
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
3
4
  export declare class _CWConfiguration extends _NSObject {
4
5
  static alloc(): _CWConfiguration;
5
6
  static new(): _CWConfiguration;
@@ -40,3 +41,5 @@ export declare class _CWConfiguration extends _NSObject {
40
41
  */
41
42
  rememberJoinedNetworks(): boolean;
42
43
  }
44
+ export interface _CWConfiguration extends _NSSecureCoding {
45
+ }
@@ -111,54 +111,54 @@ export declare class _CWInterface extends _NSObject {
111
111
  /**
112
112
  * A BOOL value indicating Wi-Fi power state. Specify YES to turn on the Wi-Fi interface. An NSError object passed by reference, which upon return will contain the error if an error occurs. This parameter is optional. Returns YES upon success, or NO if an error occurred. Sets the Wi-Fi interface power state.
113
113
  */
114
- setPower$error$(power: boolean, error: NobjcObject): boolean;
114
+ setPower$error$(power: boolean, error: NobjcObject | null): boolean;
115
115
  /**
116
116
  * A CWChannel object. An NSError object passed by reference, which upon return will contain the error if an error occurs. This parameter is optional. Returns YES upon success, or NO if an error occurred. Sets the Wi-Fi interface channel. Setting the channel while the interface is associated to a Wi-Fi network is not permitted.
117
117
  */
118
- setWLANChannel$error$(channel: _CWChannel, error: NobjcObject): boolean;
118
+ setWLANChannel$error$(channel: _CWChannel, error: NobjcObject | null): boolean;
119
119
  /**
120
120
  * An NSData object containing the pairwise master key (PMK). Passing nil clear the PMK for the Wi-Fi interface. An NSError object passed by reference, which upon return will contain the error if an error occurs. This parameter is optional. Returns YES upon success, or NO if an error occurred. Sets the Wi-Fi interface pairwise master key (PMK). The specified key must be exactly 32 octets.
121
121
  */
122
- setPairwiseMasterKey$error$(key: _NSData | null, error: NobjcObject): boolean;
122
+ setPairwiseMasterKey$error$(key: _NSData | null, error: NobjcObject | null): boolean;
123
123
  /**
124
124
  * An NSData object containing the WEP key. Passing nil clears the WEP key for the Wi-Fi interface. A bitmask indicating which CWCipherKeyFlags to use for the specified WEP key. An NSInteger indicating which default key index (1-4) to use for the specified key. An NSError object passed by reference, which upon return will contain the error if an error occurs. This parameter is optional. Returns YES upon success, or NO if an error occurred. Sets the Wi-Fi interface WEP key.
125
125
  */
126
- setWEPKey$flags$index$error$(key: _NSData | null, flags: CWCipherKeyFlags, index: number, error: NobjcObject): boolean;
126
+ setWEPKey$flags$index$error$(key: _NSData | null, flags: CWCipherKeyFlags, index: number, error: NobjcObject | null): boolean;
127
127
  /**
128
128
  * Probe request SSID. Pass an SSID to perform a directed scan for hidden Wi-Fi networks. This parameter is optional. An NSError object passed by reference, which upon return will contain the error if an error occurs. This parameter is optional. An NSSet of CWNetwork objects, or nil if an error occurs. Performs a scan for Wi-Fi networks and returns scan results to the caller. This method will block for the duration of the scan. Returned networks will not contain BSSID information unless Location Services is enabled and the user has authorized the calling app to use location services. CLLocationManager
129
129
  */
130
- scanForNetworksWithSSID$error$(ssid: _NSData | null, error: NobjcObject): _NSSet | null;
130
+ scanForNetworksWithSSID$error$(ssid: _NSData | null, error: NobjcObject | null): _NSSet | null;
131
131
  /**
132
132
  * Probe request SSID. Pass an SSID to perform a directed scan for hidden Wi-Fi networks. This parameter is optional. Indicate whether or not hidden networks should not be filtered from the returned scan results. An NSError object passed by reference, which upon return will contain the error if an error occurs. This parameter is optional. An NSSet of CWNetwork objects, or nil if an error occurs. Performs a scan for Wi-Fi networks and returns scan results to the caller. This method will block for the duration of the scan. Returned networks will not contain BSSID information unless Location Services is enabled and the user has authorized the calling app to use location services. CLLocationManager
133
133
  */
134
- scanForNetworksWithSSID$includeHidden$error$(ssid: _NSData | null, includeHidden: boolean, error: NobjcObject): _NSSet | null;
134
+ scanForNetworksWithSSID$includeHidden$error$(ssid: _NSData | null, includeHidden: boolean, error: NobjcObject | null): _NSSet | null;
135
135
  /**
136
136
  * Probe request SSID, encoded as an UTF-8 string. Pass a networkName to perform a directed scan for hidden Wi-Fi networks. This parameter is optional. An NSError object passed by reference, which upon return will contain the error if an error occurs. This parameter is optional. An NSSet of CWNetwork objects, or nil if an error occurs. Performs a scan for Wi-Fi networks and returns scan results to the caller. This method will block for the duration of the scan. Returned networks will not contain BSSID information unless Location Services is enabled and the user has authorized the calling app to use location services. CLLocationManager
137
137
  */
138
- scanForNetworksWithName$error$(networkName: _NSString | null, error: NobjcObject): _NSSet | null;
138
+ scanForNetworksWithName$error$(networkName: _NSString | null, error: NobjcObject | null): _NSSet | null;
139
139
  /**
140
140
  * Probe request SSID, encoded as an UTF-8 string. Pass a networkName to perform a directed scan for hidden Wi-Fi networks. This parameter is optional. Indicate whether or not hidden networks should not be filtered from the returned scan results. An NSError object passed by reference, which upon return will contain the error if an error occurs. This parameter is optional. An NSSet of CWNetwork objects, or nil if an error occurs. Performs a scan for Wi-Fi networks and returns scan results to the caller. This method will block for the duration of the scan. Returned networks will not contain BSSID information unless Location Services is enabled and the user has authorized the calling app to use location services. CLLocationManager
141
141
  */
142
- scanForNetworksWithName$includeHidden$error$(networkName: _NSString | null, includeHidden: boolean, error: NobjcObject): _NSSet | null;
142
+ scanForNetworksWithName$includeHidden$error$(networkName: _NSString | null, includeHidden: boolean, error: NobjcObject | null): _NSSet | null;
143
143
  /**
144
144
  * The network to which the Wi-Fi interface will associate. The network passphrase or key. Required for association to WEP, WPA Personal, and WPA2 Personal networks. An NSError object passed by reference, which upon return will contain the error if an error occurs. This parameter is optional. Returns YES upon success, or NO if an error occurred. Associates to a W-Fi network using the specified passphrase. This method will block for the duration of the association.
145
145
  */
146
- associateToNetwork$password$error$(network: _CWNetwork, password: _NSString | null, error: NobjcObject): boolean;
146
+ associateToNetwork$password$error$(network: _CWNetwork, password: _NSString | null, error: NobjcObject | null): boolean;
147
147
  /** Disassociates from the current Wi-Fi network. */
148
148
  disassociate(): void;
149
149
  /**
150
150
  * The network to which the Wi-Fi interface will associate. The username to use for 802.1X authentication. The password to use for 802.1X authentication. The identity to use for IEEE 802.1X authentication. Holds the corresponding client certificate. An NSError object passed by reference, which upon return will contain the error if an error occurs. This parameter is optional. Returns YES upon success, or NO if an error occurred. Associates to an enterprise W-Fi network using the specified 802.1X credentials. This method will block for the duration of the association.
151
151
  */
152
- associateToEnterpriseNetwork$identity$username$password$error$(network: _CWNetwork, identity: Uint8Array | null, username: _NSString | null, password: _NSString | null, error: NobjcObject): boolean;
152
+ associateToEnterpriseNetwork$identity$username$password$error$(network: _CWNetwork, identity: Uint8Array | null, username: _NSString | null, password: _NSString | null, error: NobjcObject | null): boolean;
153
153
  /**
154
154
  * The SSID to use for the IBSS network. Pass nil to use the machine name as the IBSS network name. The CWIBSSModeSecurity type. The channel on which the IBSS network will be created. The password to be used. This paramter is required for kCWIBSSModeSecurityWEP40 or kCWIBSSModeSecurityWEP104 security types. An NSError object passed by reference, which upon return will contain the error if an error occurs. This parameter is optional. Returns YES upon success, or NO if an error occurred. Creates a computer-to-computer (IBSS) network.
155
155
  * @deprecated
156
156
  */
157
- startIBSSModeWithSSID$security$channel$password$error$(ssidData: _NSData, security: CWIBSSModeSecurity, channel: number, password: _NSString | null, error: NobjcObject): boolean;
157
+ startIBSSModeWithSSID$security$channel$password$error$(ssidData: _NSData, security: CWIBSSModeSecurity, channel: number, password: _NSString | null, error: NobjcObject | null): boolean;
158
158
  /**
159
159
  * The Wi-Fi configuration to commit to disk. An SFAuthorization object to use for authorizing the commit. This parameter is optional. An NSError object passed by reference, which upon return will contain the error if an error occurs. This parameter is optional. Returns YES upon success, or NO if an error occurred. Commits a CWConfiguration for the given Wi-Fi interface. This method requires the caller have root privileges or obtain administrator privileges using the SFAuthorization API.
160
160
  */
161
- commitConfiguration$authorization$error$(configuration: _CWConfiguration, authorization: _SFAuthorization | null, error: NobjcObject): boolean;
161
+ commitConfiguration$authorization$error$(configuration: _CWConfiguration, authorization: _SFAuthorization | null, error: NobjcObject | null): boolean;
162
162
  /** Returns the BSD name of the Wi-Fi interface (e.g. "en0"). */
163
163
  interfaceName(): _NSString;
164
164
  }
@@ -1,5 +1,6 @@
1
1
  import type { _NSData } from "../Foundation/NSData.js";
2
2
  import type { _NSObject } from "../Foundation/NSObject.js";
3
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
3
4
  import type { _NSString } from "../Foundation/NSString.js";
4
5
  import type { _CWChannel } from "./CWChannel.js";
5
6
  import type { CWPHYMode } from "./CWPHYMode.js";
@@ -55,3 +56,5 @@ export declare class _CWNetwork extends _NSObject {
55
56
  */
56
57
  ibss(): boolean;
57
58
  }
59
+ export interface _CWNetwork extends _NSSecureCoding {
60
+ }
@@ -1,5 +1,6 @@
1
1
  import type { _NSData } from "../Foundation/NSData.js";
2
2
  import type { _NSObject } from "../Foundation/NSObject.js";
3
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
3
4
  import type { _NSString } from "../Foundation/NSString.js";
4
5
  import type { CWSecurity } from "./CWSecurity.js";
5
6
  export declare class _CWNetworkProfile extends _NSObject {
@@ -32,3 +33,5 @@ export declare class _CWNetworkProfile extends _NSObject {
32
33
  /** @property @abstract Returns the security type of the Wi-Fi network profile. */
33
34
  security(): CWSecurity;
34
35
  }
36
+ export interface _CWNetworkProfile extends _NSSecureCoding {
37
+ }
@@ -33,15 +33,15 @@ export declare class _CWWiFiClient extends _NSObject {
33
33
  /**
34
34
  * A CWEventType value. An NSError object passed by reference, which upon return will contain the error if an error occurs. This parameter is optional. Returns YES upon success, or NO if an error occurred. Register for specific Wi-Fi event notifications.
35
35
  */
36
- startMonitoringEventWithType$error$(type: CWEventType, error: NobjcObject): boolean;
36
+ startMonitoringEventWithType$error$(type: CWEventType, error: NobjcObject | null): boolean;
37
37
  /**
38
38
  * A CWEventType value. An NSError object passed by reference, which upon return will contain the error if an error occurs. This parameter is optional. Returns YES upon success, or NO if an error occurred. Unregister for specific Wi-Fi event notifications.
39
39
  */
40
- stopMonitoringEventWithType$error$(type: CWEventType, error: NobjcObject): boolean;
40
+ stopMonitoringEventWithType$error$(type: CWEventType, error: NobjcObject | null): boolean;
41
41
  /**
42
42
  * An NSError object passed by reference, which upon return will contain the error if an error occurs. This parameter is optional. Returns YES upon success, or NO if an error occurred. Unregister for all Wi-Fi event notifications.
43
43
  */
44
- stopMonitoringAllEventsAndReturnError$(error: NobjcObject): boolean;
44
+ stopMonitoringAllEventsAndReturnError$(error: NobjcObject | null): boolean;
45
45
  /**
46
46
  * Sets the delegate to the specified object, which may implement CWWiFiEventDelegate protocol for Wi-Fi event handling. Clients may register for specific Wi-Fi events using -[CWWiFiClient startMonitoringEventWithType:error:].
47
47
  */
@@ -1,14 +1,15 @@
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 CoreWLAN = new NobjcLibrary("/System/Library/Frameworks/CoreWLAN.framework/CoreWLAN");
4
- export const CWChannel = CoreWLAN["CWChannel"];
5
- export const CWConfiguration = CoreWLAN["CWConfiguration"];
6
- export const CWInterface = CoreWLAN["CWInterface"];
7
- export const CWMutableConfiguration = CoreWLAN["CWMutableConfiguration"];
8
- export const CWMutableNetworkProfile = CoreWLAN["CWMutableNetworkProfile"];
9
- export const CWNetwork = CoreWLAN["CWNetwork"];
10
- export const CWNetworkProfile = CoreWLAN["CWNetworkProfile"];
11
- export const CWWiFiClient = CoreWLAN["CWWiFiClient"];
5
+ export const CWChannel = _bindClass(CoreWLAN, "CWChannel");
6
+ export const CWConfiguration = _bindClass(CoreWLAN, "CWConfiguration");
7
+ export const CWInterface = _bindClass(CoreWLAN, "CWInterface");
8
+ export const CWMutableConfiguration = _bindClass(CoreWLAN, "CWMutableConfiguration");
9
+ export const CWMutableNetworkProfile = _bindClass(CoreWLAN, "CWMutableNetworkProfile");
10
+ export const CWNetwork = _bindClass(CoreWLAN, "CWNetwork");
11
+ export const CWNetworkProfile = _bindClass(CoreWLAN, "CWNetworkProfile");
12
+ export const CWWiFiClient = _bindClass(CoreWLAN, "CWWiFiClient");
12
13
  export { CWChannelBand } from "./CWChannelBand.js";
13
14
  export { CWChannelWidth } from "./CWChannelWidth.js";
14
15
  export { CWCipherKeyFlags } from "./CWCipherKeyFlags.js";
@@ -1,4 +1,3 @@
1
- import type { NobjcObject } from "objc-js";
2
1
  import type { _TKTLVRecord } from "./TKTLVRecord.js";
3
2
  import type { _NSArray } from "../Foundation/NSArray.js";
4
3
  import type { _NSData } from "../Foundation/NSData.js";
@@ -9,13 +8,13 @@ export declare class _TKBERTLVRecord extends _TKTLVRecord {
9
8
  /**
10
9
  * Encodes tag using BER-TLV tag encoding rules. @param tag Tag value to encode @return Binary block containing encoded tag value.
11
10
  */
12
- static dataForTag$(tag: NobjcObject): _NSData;
11
+ static dataForTag$(tag: number): _NSData;
13
12
  /**
14
13
  * Creates TLV record with specified tag and value. @param tag Tag value for the new record. @param value Value for the new record. @return Newly created TLV record.
15
14
  */
16
- initWithTag$value$(tag: NobjcObject, value: _NSData): _TKBERTLVRecord;
15
+ initWithTag$value$(tag: number, value: _NSData): _TKBERTLVRecord;
17
16
  /**
18
17
  * Creates TKBERTLVRecord with specified tag and array of children TKTLVRecord instances as subrecords. @param tag Tag value for the new record. @param records Array of TKTLVRecord instances serving as subrecords of this record. @return Newly created TLV record.
19
18
  */
20
- initWithTag$records$(tag: NobjcObject, records: _NSArray): _TKBERTLVRecord;
19
+ initWithTag$records$(tag: number, records: _NSArray): _TKBERTLVRecord;
21
20
  }
@@ -1,3 +1,4 @@
1
+ import type { NobjcObject } from "objc-js";
1
2
  import type { _TKTLVRecord } from "./TKTLVRecord.js";
2
3
  import type { _NSData } from "../Foundation/NSData.js";
3
4
  export declare class _TKCompactTLVRecord extends _TKTLVRecord {
@@ -7,5 +8,5 @@ export declare class _TKCompactTLVRecord extends _TKTLVRecord {
7
8
  /**
8
9
  * Creates TLV record with specified tag and value. @param tag Tag value for the new record. @param value Value for the new record. @return Newly created TLV record.
9
10
  */
10
- initWithTag$value$(tag: number, value: _NSData): _TKCompactTLVRecord;
11
+ initWithTag$value$(tag: NobjcObject, value: _NSData): _TKCompactTLVRecord;
11
12
  }
@@ -1,3 +1,4 @@
1
+ import type { NobjcObject } from "objc-js";
1
2
  import type { _TKTLVRecord } from "./TKTLVRecord.js";
2
3
  import type { _NSData } from "../Foundation/NSData.js";
3
4
  export declare class _TKSimpleTLVRecord extends _TKTLVRecord {
@@ -7,5 +8,5 @@ export declare class _TKSimpleTLVRecord extends _TKTLVRecord {
7
8
  /**
8
9
  * Creates TLV record with specified tag and value. @param tag Tag value for the new record. @param value Value for the new record. @return Newly created TLV record.
9
10
  */
10
- initWithTag$value$(tag: number, value: _NSData): _TKSimpleTLVRecord;
11
+ initWithTag$value$(tag: NobjcObject, value: _NSData): _TKSimpleTLVRecord;
11
12
  }
@@ -14,11 +14,11 @@ export declare class _TKSmartCard extends _NSObject {
14
14
  /**
15
15
  * Begins session with the card. @discussion When session exists, other requests for sessions from other card objects to the same card are blocked. Session is reference-counted, the same amount of 'end' calls must be done to really terminate the session. Note that finishing session does not automatically mean that the card is disconnected; it only happens when another session from different card object is requested. @param success Signals whether session was successfully started. @param error More information about error preventing the transaction to start
16
16
  */
17
- beginSessionWithReply$(reply: NobjcObject): void;
17
+ beginSessionWithReply$(reply: NobjcObject | null): void;
18
18
  /**
19
19
  * Transmits raw command to the card. This call is allowed only inside session. @param request Request part of APDU @param reponse Response part of APDU, or nil if communication with the card failed @param error Error details when communication with the card failed
20
20
  */
21
- transmitRequest$reply$(request: _NSData, reply: NobjcObject): void;
21
+ transmitRequest$reply$(request: _NSData, reply: NobjcObject | null): void;
22
22
  /**
23
23
  * Terminates the transaction. If no transaction is pending any more, the connection will be closed if there is another session in the system waiting for the transaction.
24
24
  */
@@ -34,15 +34,15 @@ export declare class _TKSmartCard extends _NSObject {
34
34
  /**
35
35
  * Transmits APDU to the card and returns response. @discussion Asynchronous high level variant of command for transmitting APDU to the card. Handles all ISO7816-4 APDU cases translation to proper sequences according to used protocol. Consults useExtendedAPDU and useCommandChaining properties and uses these modes whenever appropriate and beneficial for sending requested APDU request. @param ins INS code of the APDU @param p1 P1 code of the APDU @param p2 P2 code of the APDU @param requestData Data field of the APDU, or nil if no input data field should be present (i.e case1 or case2 APDUs). Length of the data serves as Lc field of the APDU. @param le Expected number of bytes to be returned, or nil if no output data are expected (i.e. case1 or case3 APDUs). To get as much bytes as card provides, pass @0. @param replyData Block of returned data without SW1SW2 bytes, or nil if an error occured. @param sw SW1SW2 result code, first two bytes of returned card's reply. @param error Contains error details when nil is returned. Specific error is also filled in if there was no communication error, but card returned other SW code than 0x9000.
36
36
  */
37
- sendIns$p1$p2$data$le$reply$(ins: number, p1: number, p2: number, requestData: _NSData | null, le: _NSNumber | null, reply: NobjcObject): void;
37
+ sendIns$p1$p2$data$le$reply$(ins: NobjcObject, p1: NobjcObject, p2: NobjcObject, requestData: _NSData | null, le: _NSNumber | null, reply: NobjcObject | null): void;
38
38
  /**
39
39
  * Synchronous variant of session creation. Begins the session, executes given block and ends session. @param error Error receiving more information when transaction failed to start or block failed for some reason. @param block Block to be executed when the session was successfully begun. @return Returns YES if the session was successfully begun and block returned YES, otherwise NO.
40
40
  */
41
- inSessionWithError$executeBlock$(error: NobjcObject, block: NobjcObject): boolean;
41
+ inSessionWithError$executeBlock$(error: NobjcObject | null, block: NobjcObject | null): boolean;
42
42
  /**
43
43
  * Transmits APDU to the card and returns response. @discussion Synchronous high level variant of command for transmitting APDU to the card. Handles all ISO7816-4 APDU cases translation to proper sequences according to used protocol. Should be used in block passed to -[TKSmartCard inSessionWithError:executeBlock:] method. @param ins INS code of the APDU @param p1 P1 code of the APDU @param p2 P2 code of the APDU @param data Data field of the APDU. Length of the data serves as Lc field of the APDU @param le Expected number of bytes to be returned, or nil if no output data are expected (i.e. case1 or case3 APDUs). To get as much bytes as card provides, pass @0. @param sw On output, filled with SW1SW2 result code @param error Contains error details when nil is returned. Specific error is also filled in if there was no communication error, but card returned other SW code than 0x9000. @return Returned data field, excluding SW status bytes. If an error occured, returns nil.
44
44
  */
45
- sendIns$p1$p2$data$le$sw$error$(ins: number, p1: number, p2: number, requestData: _NSData | null, le: _NSNumber | null, sw: NobjcObject, error: NobjcObject): _NSData | null;
45
+ sendIns$p1$p2$data$le$sw$error$(ins: NobjcObject, p1: NobjcObject, p2: NobjcObject, requestData: _NSData | null, le: _NSNumber | null, sw: NobjcObject, error: NobjcObject | null): _NSData | null;
46
46
  /** Slot in which is this card inserted. */
47
47
  slot(): _TKSmartCardSlot;
48
48
  /**
@@ -66,11 +66,11 @@ export declare class _TKSmartCard extends _NSObject {
66
66
  /**
67
67
  * User-specified context kept as long as the card is powered. Once the card is removed or another TKSmartCard object opens session, this property is automatically set to nil.
68
68
  */
69
- context(): NobjcObject;
70
- setContext$(value: NobjcObject): void;
69
+ context(): NobjcObject | null;
70
+ setContext$(value: NobjcObject | null): void;
71
71
  /** CLA byte which will be used for sendIns: APDU transmits. Default value is 0x00. */
72
- cla(): number;
73
- setCla$(value: number): void;
72
+ cla(): NobjcObject;
73
+ setCla$(value: NobjcObject): void;
74
74
  /**
75
75
  * Flag indicating whether extended length APDUs should be used. It is automatically enabled only when used slot supports transmitting extended length commands and card announces that extended length APDU are supported in its ATR. However, caller can explicitly override this decision.
76
76
  */
@@ -14,7 +14,7 @@ export declare class _TKSmartCardSlotManager extends _NSObject {
14
14
  /**
15
15
  * Instantiates smartcard reader slot of specified name. If specified name is not registered, reports nil.
16
16
  */
17
- getSlotWithName$reply$(name: _NSString, reply: NobjcObject): void;
17
+ getSlotWithName$reply$(name: _NSString, reply: NobjcObject | null): void;
18
18
  /**
19
19
  * Gets SmartCard reader slot with specified name. If reader slot with this name does not exist, returns nil.
20
20
  */
@@ -22,7 +22,7 @@ export declare class _TKSmartCardSlotManager extends _NSObject {
22
22
  /**
23
23
  * Creates an NFC smart card slot using the device's hardware and presents a system UI. @param message Message shown in the system-presented UI @param completion Completion handler which returns the NFC session of the created slot or an error on failure. If an NFC slot already exists and current caller is not the initial creator `TKErrorCodeObjectNotFound` error is returned. @discussion To finish the NFC session and dismiss the system-presented UI use `TKSmartCardSlotNFCSession.endSession`. @warning Caller requires `com.apple.developer.nfc.readersession.iso7816.select-identifiers` Info.plist record which specifies application identifiers of the NFC cards @link https://developer.apple.com/documentation/bundleresources/information-property-list/com.apple.developer.nfc.readersession.iso7816.select-identifiers
24
24
  */
25
- createNFCSlotWithMessage$completion$(message: _NSString | null, completion: NobjcObject): void;
25
+ createNFCSlotWithMessage$completion$(message: _NSString | null, completion: NobjcObject | null): void;
26
26
  /**
27
27
  * Determines whether NFC (Near Field Communication) is supported on this device. @return `YES` if NFC is supported and available for use, NO otherwise.
28
28
  */
@@ -8,7 +8,7 @@ export declare class _TKSmartCardSlotNFCSession extends _NSObject {
8
8
  /**
9
9
  * Updates the message of the system-presented NFC UI. @param message Message that should be displayed @param error Specific error describing why the operation failed @return Returns `YES` if the alert message was updated, `NO` if an error occured.
10
10
  */
11
- updateWithMessage$error$(message: _NSString, error: NobjcObject): boolean;
11
+ updateWithMessage$error$(message: _NSString, error: NobjcObject | null): boolean;
12
12
  /**
13
13
  * Ends the NFC slot session and dismisses the system-presented NFC UI (if present).
14
14
  */
@@ -8,5 +8,5 @@ export interface _TKSmartCardTokenDriverDelegate extends _TKTokenDriverDelegate
8
8
  /**
9
9
  * Called by system when new SmartCard is detected. You must override this method to create a new valid token TKSmartCardToken instance for Target SmartCard. ISO7816-4 AID (application ID) which is already selected on the card. If is not present, no application is selected and this parameter is nil. Error details if operation fails. Newly created token instance representing If an error occurs or driver decides that it does not want to handle specified smartCard as token, return nil.
10
10
  */
11
- tokenDriver$createTokenForSmartCard$AID$error$?(driver: _TKSmartCardTokenDriver, smartCard: _TKSmartCard, AID: _NSData | null, error: NobjcObject): _TKSmartCardToken | null;
11
+ tokenDriver$createTokenForSmartCard$AID$error$?(driver: _TKSmartCardTokenDriver, smartCard: _TKSmartCard, AID: _NSData | null, error: NobjcObject | null): _TKSmartCardToken | null;
12
12
  }
@@ -11,11 +11,11 @@ export declare class _TKSmartCardTokenRegistrationManager extends _NSObject {
11
11
  /**
12
12
  * Registers a smartcard with a specific token ID. @param tokenID ID of the smartcard @param promptMessage Message that will be shown in the presented system UI when an operation with this smartcard is requested. @param error On failure, this parameter is set to error describing the failure. On success, it is set to 'nil'. @discussion In case the same tokenID is already registered, the registration data are overwritten. In case the smartcard with provided tokenID isn't found in the system, failure is returned.
13
13
  */
14
- registerSmartCardWithTokenID$promptMessage$error$(tokenID: _NSString, promptMessage: _NSString, error: NobjcObject): boolean;
14
+ registerSmartCardWithTokenID$promptMessage$error$(tokenID: _NSString, promptMessage: _NSString, error: NobjcObject | null): boolean;
15
15
  /**
16
16
  * Unregisters a smartcard for the provided token ID. @param tokenID ID of the smartcard @param error On failure, this parameter is set to error describing the failure. On success, it is set to 'nil'. @discussion In case the tokenID is not found, failure is returned.
17
17
  */
18
- unregisterSmartCardWithTokenID$error$(tokenID: _NSString, error: NobjcObject): boolean;
18
+ unregisterSmartCardWithTokenID$error$(tokenID: _NSString, error: NobjcObject | null): boolean;
19
19
  /** Returns the tokenIDs of all currently registered smart card tokens */
20
20
  registeredSmartCardTokens(): _NSArray;
21
21
  }
@@ -8,7 +8,7 @@ export declare class _TKSmartCardTokenSession extends _TKTokenSession {
8
8
  /**
9
9
  * Returns a TKSmartCard instance with an active exclusive session and the SmartCard application selected. Replaces the deprecated property. The TKSmartCard object is only accessible within the methods of the TKTokenSessionDelegate protocol. If the associated token has an AID set, the returned card will have an exclusive session already opened and the specified application selected. In this scenario: Do not call -[TKSmartCard beginSessionWithReply:]) on the returned SmartCard instance. The system manages the session lifecycle and will terminate it automatically when the current token request servicing is finished. Do not call -[TKSmartCard endSession]. You can use the `smartCard.context` property to store any context-specific state information related to the card. This property is automatically set to `nil` if the card is reset or accessed by a different TKSmartCard instance (potentially in another process). Before performing an operation, check the `TKSmartCard.context` property for a previously stored value. This can help you avoid potentially costly restoration of the SmartCard state if it's already available. An NSError object containing details if the operation fails.
10
10
  */
11
- getSmartCardWithError$(error: NobjcObject): _TKSmartCard | null;
11
+ getSmartCardWithError$(error: NobjcObject | null): _TKSmartCard | null;
12
12
  /**
13
13
  * use -[getSmartCardWithError:] instead contains TKSmartCard instance with active exclusive session and SmartCard application selected. This property can be accessed only when handling one of the methods of TKTokenSessionDelegate protocol. If associated token has set AID property, then the returned card has opened exclusive session to the card and the application is already selected. Therefore there is no need to call -[TKSmartCard beginSessionWithReply:]) on returned SmartCard instance in such case and system will take care of terminating session when current token request servicing is finished, -[TKSmartCard endSession] must not be called either. You can store any kind of context state information representing state of the card into smartCard.context property. This property will be automatically set to nil if the card is reset or accessed by different TKSmartCard instance (possibly in another process). Checking TKSmartCard.context property for previously stored value can be used to avoid potentially costly restoring of SmartCard state before performing the operation.
14
14
  * @deprecated getSmartCardWithError:
@@ -6,7 +6,7 @@ export declare class _TKSmartCardUserInteraction extends _NSObject {
6
6
  static new(): _TKSmartCardUserInteraction;
7
7
  init(): _TKSmartCardUserInteraction;
8
8
  /** Runs the interaction. */
9
- runWithReply$(reply: NobjcObject): void;
9
+ runWithReply$(reply: NobjcObject | null): void;
10
10
  /**
11
11
  * Attempts to cancel a running interaction. Note that for some interactions, this functionality might not be available. @return Returns NO if the operation is not running, or cancelling is not supported.
12
12
  */
@@ -1,4 +1,3 @@
1
- import type { NobjcObject } from "objc-js";
2
1
  import type { _NSArray } from "../Foundation/NSArray.js";
3
2
  import type { _NSData } from "../Foundation/NSData.js";
4
3
  import type { _NSObject } from "../Foundation/NSObject.js";
@@ -15,7 +14,7 @@ export declare class _TKTLVRecord extends _NSObject {
15
14
  */
16
15
  static sequenceOfRecordsFromData$(data: _NSData): _NSArray | null;
17
16
  /** Tag value of the record. */
18
- tag(): NobjcObject;
17
+ tag(): number;
19
18
  /** Value field of the record. */
20
19
  value(): _NSData;
21
20
  /** Data object containing whole encoded record, including tag, length and value. */
@@ -1,5 +1,5 @@
1
- import type { NobjcObject } from "objc-js";
2
1
  import type { _NSObject } from "../Foundation/NSObject.js";
2
+ import type { _NSString } from "../Foundation/NSString.js";
3
3
  import type { _TKTokenConfiguration } from "./TKTokenConfiguration.js";
4
4
  import type { _TKTokenDelegate } from "./TKTokenDelegate.js";
5
5
  import type { _TKTokenDriver } from "./TKTokenDriver.js";
@@ -11,7 +11,7 @@ export declare class _TKToken extends _NSObject {
11
11
  /**
12
12
  * @discussion Initializes token instance @param tokenDriver Creating token driver. @param instanceID Unique, persistent identifier of this token.
13
13
  */
14
- initWithTokenDriver$instanceID$(tokenDriver: _TKTokenDriver, instanceID: NobjcObject): _TKToken;
14
+ initWithTokenDriver$instanceID$(tokenDriver: _TKTokenDriver, instanceID: _NSString): _TKToken;
15
15
  tokenDriver(): _TKTokenDriver;
16
16
  delegate(): _TKTokenDelegate | null;
17
17
  setDelegate$(value: _TKTokenDelegate | null): void;
@@ -1,5 +1,6 @@
1
1
  import type { NobjcObject } from "objc-js";
2
2
  import type { _NSObject } from "../Foundation/NSObject.js";
3
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
3
4
  export declare class _TKTokenAuthOperation extends _NSObject {
4
5
  static alloc(): _TKTokenAuthOperation;
5
6
  static new(): _TKTokenAuthOperation;
@@ -7,5 +8,7 @@ export declare class _TKTokenAuthOperation extends _NSObject {
7
8
  /**
8
9
  * @discussion Handler triggered by the system in order to let the token finalize the authentication operation. @param error Error details (see TKError.h). @return Finalization status.
9
10
  */
10
- finishWithError$(error: NobjcObject): boolean;
11
+ finishWithError$(error: NobjcObject | null): boolean;
12
+ }
13
+ export interface _TKTokenAuthOperation extends _NSSecureCoding {
11
14
  }