objcjs-types 0.1.0 → 0.2.1

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 (3624) hide show
  1. package/README.md +88 -5
  2. package/dist/AVFAudio/AVAudioApplication.d.ts +2 -2
  3. package/dist/AVFAudio/AVAudioBuffer.d.ts +4 -0
  4. package/dist/AVFAudio/AVAudioChannelLayout.d.ts +6 -3
  5. package/dist/AVFAudio/AVAudioCompressedBuffer.d.ts +1 -1
  6. package/dist/AVFAudio/AVAudioConverter.d.ts +2 -2
  7. package/dist/AVFAudio/AVAudioEngine.d.ts +10 -10
  8. package/dist/AVFAudio/AVAudioEnvironmentNode.d.ts +3 -0
  9. package/dist/AVFAudio/AVAudioFile.d.ts +7 -7
  10. package/dist/AVFAudio/AVAudioFormat.d.ts +3 -0
  11. package/dist/AVFAudio/AVAudioIONode.d.ts +2 -2
  12. package/dist/AVFAudio/AVAudioInputNode.d.ts +5 -2
  13. package/dist/AVFAudio/AVAudioMixerNode.d.ts +3 -0
  14. package/dist/AVFAudio/AVAudioMixingDestination.d.ts +3 -0
  15. package/dist/AVFAudio/AVAudioNode.d.ts +2 -1
  16. package/dist/AVFAudio/AVAudioPCMBuffer.d.ts +4 -4
  17. package/dist/AVFAudio/AVAudioPlayer.d.ts +4 -4
  18. package/dist/AVFAudio/AVAudioPlayerNode.d.ts +12 -8
  19. package/dist/AVFAudio/AVAudioRecorder.d.ts +2 -2
  20. package/dist/AVFAudio/AVAudioRoutingArbiter.d.ts +1 -1
  21. package/dist/AVFAudio/AVAudioSequencer.d.ts +8 -8
  22. package/dist/AVFAudio/AVAudioSession.d.ts +28 -28
  23. package/dist/AVFAudio/AVAudioSessionChannelDescription.d.ts +1 -2
  24. package/dist/AVFAudio/AVAudioSessionDataSourceDescription.d.ts +1 -1
  25. package/dist/AVFAudio/AVAudioSessionPortDescription.d.ts +1 -1
  26. package/dist/AVFAudio/AVAudioSinkNode.d.ts +2 -1
  27. package/dist/AVFAudio/AVAudioSourceNode.d.ts +6 -2
  28. package/dist/AVFAudio/AVAudioUnit.d.ts +2 -2
  29. package/dist/AVFAudio/AVAudioUnitGenerator.d.ts +3 -0
  30. package/dist/AVFAudio/AVAudioUnitMIDIInstrument.d.ts +3 -0
  31. package/dist/AVFAudio/AVAudioUnitSampler.d.ts +3 -3
  32. package/dist/AVFAudio/AVMIDIPlayer.d.ts +3 -3
  33. package/dist/AVFAudio/AVMusicTrack.d.ts +3 -3
  34. package/dist/AVFAudio/AVSpeechSynthesisMarker.d.ts +4 -0
  35. package/dist/AVFAudio/AVSpeechSynthesisProviderAudioUnit.d.ts +3 -2
  36. package/dist/AVFAudio/AVSpeechSynthesisProviderRequest.d.ts +4 -0
  37. package/dist/AVFAudio/AVSpeechSynthesisProviderVoice.d.ts +4 -0
  38. package/dist/AVFAudio/AVSpeechSynthesisVoice.d.ts +3 -0
  39. package/dist/AVFAudio/AVSpeechSynthesizer.d.ts +2 -2
  40. package/dist/AVFAudio/AVSpeechUtterance.d.ts +4 -0
  41. package/dist/AVFAudio/index.js +74 -73
  42. package/dist/AVFoundation/AVAsset.d.ts +17 -13
  43. package/dist/AVFoundation/AVAssetCache.d.ts +2 -2
  44. package/dist/AVFoundation/AVAssetDownloadConfiguration.d.ts +1 -1
  45. package/dist/AVFoundation/AVAssetDownloadContentConfiguration.d.ts +3 -0
  46. package/dist/AVFoundation/AVAssetDownloadStorageManagementPolicy.d.ts +4 -0
  47. package/dist/AVFoundation/AVAssetExportSession.d.ts +5 -5
  48. package/dist/AVFoundation/AVAssetImageGenerator.d.ts +3 -3
  49. package/dist/AVFoundation/AVAssetReader.d.ts +2 -2
  50. package/dist/AVFoundation/AVAssetReaderOutput.d.ts +3 -2
  51. package/dist/AVFoundation/AVAssetResourceLoader.d.ts +2 -3
  52. package/dist/AVFoundation/AVAssetResourceLoadingRequest.d.ts +2 -2
  53. package/dist/AVFoundation/AVAssetSegmentTrackReport.d.ts +3 -3
  54. package/dist/AVFoundation/AVAssetTrack.d.ts +12 -8
  55. package/dist/AVFoundation/AVAssetTrackGroup.d.ts +3 -0
  56. package/dist/AVFoundation/AVAssetVariantQualifier.d.ts +3 -0
  57. package/dist/AVFoundation/AVAssetWriter.d.ts +7 -6
  58. package/dist/AVFoundation/AVAssetWriterInput.d.ts +9 -9
  59. package/dist/AVFoundation/AVAssetWriterInputPixelBufferAdaptor.d.ts +1 -1
  60. package/dist/AVFoundation/AVAssetWriterInputTaggedPixelBufferGroupAdaptor.d.ts +1 -1
  61. package/dist/AVFoundation/AVAsynchronousCIImageFilteringRequest.d.ts +3 -0
  62. package/dist/AVFoundation/AVAsynchronousKeyValueLoading.d.ts +2 -2
  63. package/dist/AVFoundation/AVAsynchronousVideoCompositionRequest.d.ts +7 -4
  64. package/dist/AVFoundation/AVAudioMix.d.ts +4 -0
  65. package/dist/AVFoundation/AVAudioMixInputParameters.d.ts +6 -2
  66. package/dist/AVFoundation/AVCaption.d.ts +12 -7
  67. package/dist/AVFoundation/AVCaptionConversionValidator.d.ts +1 -1
  68. package/dist/AVFoundation/AVCaptionFormatConformer.d.ts +1 -1
  69. package/dist/AVFoundation/AVCaptionRegion.d.ts +3 -4
  70. package/dist/AVFoundation/AVCaptionRendererScene.d.ts +3 -0
  71. package/dist/AVFoundation/AVCaptionRuby.d.ts +4 -0
  72. package/dist/AVFoundation/AVCaptureAudioDataOutput.d.ts +7 -6
  73. package/dist/AVFoundation/AVCaptureAudioFileOutput.d.ts +2 -1
  74. package/dist/AVFoundation/AVCaptureDataOutputSynchronizer.d.ts +2 -3
  75. package/dist/AVFoundation/AVCaptureDepthDataOutput.d.ts +3 -3
  76. package/dist/AVFoundation/AVCaptureDeskViewApplication.d.ts +2 -2
  77. package/dist/AVFoundation/AVCaptureDevice.d.ts +14 -14
  78. package/dist/AVFoundation/AVCaptureDeviceDiscoverySession.d.ts +3 -3
  79. package/dist/AVFoundation/AVCaptureDeviceFormat.d.ts +2 -1
  80. package/dist/AVFoundation/AVCaptureDeviceInput.d.ts +4 -3
  81. package/dist/AVFoundation/AVCaptureIndexPicker.d.ts +2 -1
  82. package/dist/AVFoundation/AVCaptureInputPort.d.ts +3 -2
  83. package/dist/AVFoundation/AVCaptureMetadataInput.d.ts +1 -1
  84. package/dist/AVFoundation/AVCaptureMetadataOutput.d.ts +3 -3
  85. package/dist/AVFoundation/AVCaptureOutput.d.ts +2 -1
  86. package/dist/AVFoundation/AVCapturePhoto.d.ts +1 -1
  87. package/dist/AVFoundation/AVCapturePhotoBracketSettings.d.ts +3 -3
  88. package/dist/AVFoundation/AVCapturePhotoCaptureDelegate.d.ts +2 -2
  89. package/dist/AVFoundation/AVCapturePhotoFileDataRepresentationCustomizer.d.ts +1 -1
  90. package/dist/AVFoundation/AVCapturePhotoOutput.d.ts +10 -9
  91. package/dist/AVFoundation/AVCapturePhotoSettings.d.ts +10 -7
  92. package/dist/AVFoundation/AVCaptureSession.d.ts +6 -6
  93. package/dist/AVFoundation/AVCaptureSlider.d.ts +2 -1
  94. package/dist/AVFoundation/AVCaptureSmartFramingMonitor.d.ts +1 -1
  95. package/dist/AVFoundation/AVCaptureSpatialAudioMetadataSampleGenerator.d.ts +2 -2
  96. package/dist/AVFoundation/AVCaptureStillImageOutput.d.ts +3 -3
  97. package/dist/AVFoundation/AVCaptureSynchronizedDataCollection.d.ts +3 -0
  98. package/dist/AVFoundation/AVCaptureTimecodeGenerator.d.ts +2 -3
  99. package/dist/AVFoundation/AVCaptureTimecodeSource.d.ts +3 -0
  100. package/dist/AVFoundation/AVCaptureVideoDataOutput.d.ts +10 -9
  101. package/dist/AVFoundation/AVComposition.d.ts +12 -8
  102. package/dist/AVFoundation/AVCompositionTrack.d.ts +2 -1
  103. package/dist/AVFoundation/AVCompositionTrackFormatDescriptionReplacement.d.ts +3 -0
  104. package/dist/AVFoundation/AVCompositionTrackSegment.d.ts +3 -4
  105. package/dist/AVFoundation/AVContentKeyRequest.d.ts +5 -5
  106. package/dist/AVFoundation/AVContentKeySession.d.ts +7 -7
  107. package/dist/AVFoundation/AVCustomMediaSelectionScheme.d.ts +3 -0
  108. package/dist/AVFoundation/AVDateRangeMetadataGroup.d.ts +4 -0
  109. package/dist/AVFoundation/AVDelegatingPlaybackCoordinator.d.ts +1 -1
  110. package/dist/AVFoundation/AVDepthData.d.ts +6 -6
  111. package/dist/AVFoundation/AVExternalStorageDevice.d.ts +1 -1
  112. package/dist/AVFoundation/AVExternalSyncDevice.d.ts +1 -1
  113. package/dist/AVFoundation/AVFragmentedAsset.d.ts +10 -6
  114. package/dist/AVFoundation/AVFragmentedAssetMinder.d.ts +2 -2
  115. package/dist/AVFoundation/AVFragmentedMovie.d.ts +10 -6
  116. package/dist/AVFoundation/AVFrameRateRange.d.ts +2 -3
  117. package/dist/AVFoundation/AVMediaExtensionProperties.d.ts +3 -0
  118. package/dist/AVFoundation/AVMediaPresentationSelector.d.ts +3 -0
  119. package/dist/AVFoundation/AVMediaPresentationSetting.d.ts +4 -1
  120. package/dist/AVFoundation/AVMediaSelection.d.ts +4 -0
  121. package/dist/AVFoundation/AVMediaSelectionGroup.d.ts +3 -0
  122. package/dist/AVFoundation/AVMediaSelectionOption.d.ts +5 -2
  123. package/dist/AVFoundation/AVMetadataBodyObject.d.ts +3 -0
  124. package/dist/AVFoundation/AVMetadataCatBodyObject.d.ts +3 -0
  125. package/dist/AVFoundation/AVMetadataCatHeadObject.d.ts +3 -0
  126. package/dist/AVFoundation/AVMetadataDogBodyObject.d.ts +3 -0
  127. package/dist/AVFoundation/AVMetadataDogHeadObject.d.ts +3 -0
  128. package/dist/AVFoundation/AVMetadataFaceObject.d.ts +3 -0
  129. package/dist/AVFoundation/AVMetadataHumanBodyObject.d.ts +3 -0
  130. package/dist/AVFoundation/AVMetadataHumanFullBodyObject.d.ts +3 -0
  131. package/dist/AVFoundation/AVMetadataItem.d.ts +13 -10
  132. package/dist/AVFoundation/AVMetadataSalientObject.d.ts +3 -0
  133. package/dist/AVFoundation/AVMetricContentKeyRequestEvent.d.ts +2 -1
  134. package/dist/AVFoundation/AVMetricEvent.d.ts +3 -0
  135. package/dist/AVFoundation/AVMetricEventStream.d.ts +1 -1
  136. package/dist/AVFoundation/AVMetricHLSMediaSegmentRequestEvent.d.ts +2 -1
  137. package/dist/AVFoundation/AVMetricHLSPlaylistRequestEvent.d.ts +2 -1
  138. package/dist/AVFoundation/AVMetricMediaRendition.d.ts +3 -0
  139. package/dist/AVFoundation/AVMovie.d.ts +14 -9
  140. package/dist/AVFoundation/AVMutableAudioMixInputParameters.d.ts +2 -2
  141. package/dist/AVFoundation/AVMutableComposition.d.ts +10 -9
  142. package/dist/AVFoundation/AVMutableCompositionTrack.d.ts +6 -6
  143. package/dist/AVFoundation/AVMutableMetadataItem.d.ts +4 -4
  144. package/dist/AVFoundation/AVMutableMovie.d.ts +19 -18
  145. package/dist/AVFoundation/AVMutableMovieTrack.d.ts +5 -5
  146. package/dist/AVFoundation/AVMutableVideoComposition.d.ts +7 -7
  147. package/dist/AVFoundation/AVMutableVideoCompositionLayerInstruction.d.ts +2 -3
  148. package/dist/AVFoundation/AVOutputSettingsAssistant.d.ts +6 -5
  149. package/dist/AVFoundation/AVPersistableContentKeyRequest.d.ts +1 -1
  150. package/dist/AVFoundation/AVPlayer.d.ts +7 -7
  151. package/dist/AVFoundation/AVPlayerInterstitialEvent.d.ts +3 -0
  152. package/dist/AVFoundation/AVPlayerItem.d.ts +7 -5
  153. package/dist/AVFoundation/AVPlayerItemAccessLog.d.ts +3 -0
  154. package/dist/AVFoundation/AVPlayerItemAccessLogEvent.d.ts +3 -0
  155. package/dist/AVFoundation/AVPlayerItemErrorLog.d.ts +3 -0
  156. package/dist/AVFoundation/AVPlayerItemErrorLogEvent.d.ts +3 -0
  157. package/dist/AVFoundation/AVPlayerItemIntegratedTimeline.d.ts +4 -4
  158. package/dist/AVFoundation/AVPlayerItemIntegratedTimelineSnapshot.d.ts +1 -1
  159. package/dist/AVFoundation/AVPlayerItemLegibleOutput.d.ts +3 -3
  160. package/dist/AVFoundation/AVPlayerItemMetadataCollector.d.ts +3 -3
  161. package/dist/AVFoundation/AVPlayerItemMetadataOutput.d.ts +3 -3
  162. package/dist/AVFoundation/AVPlayerItemRenderedLegibleOutput.d.ts +3 -3
  163. package/dist/AVFoundation/AVPlayerItemVideoOutput.d.ts +4 -3
  164. package/dist/AVFoundation/AVPlayerLayer.d.ts +1 -1
  165. package/dist/AVFoundation/AVPlayerPlaybackCoordinator.d.ts +1 -1
  166. package/dist/AVFoundation/AVPlayerVideoOutput.d.ts +1 -1
  167. package/dist/AVFoundation/AVPortraitEffectsMatte.d.ts +5 -5
  168. package/dist/AVFoundation/AVQueuedSampleBufferRendering.d.ts +2 -1
  169. package/dist/AVFoundation/AVSampleBufferAudioRenderer.d.ts +3 -0
  170. package/dist/AVFoundation/AVSampleBufferDisplayLayer.d.ts +5 -4
  171. package/dist/AVFoundation/AVSampleBufferGenerator.d.ts +5 -5
  172. package/dist/AVFoundation/AVSampleBufferGeneratorBatch.d.ts +1 -1
  173. package/dist/AVFoundation/AVSampleBufferRenderSynchronizer.d.ts +4 -4
  174. package/dist/AVFoundation/AVSampleBufferVideoRenderer.d.ts +6 -3
  175. package/dist/AVFoundation/AVSampleCursor.d.ts +5 -2
  176. package/dist/AVFoundation/AVSemanticSegmentationMatte.d.ts +5 -5
  177. package/dist/AVFoundation/AVSpatialVideoConfiguration.d.ts +3 -2
  178. package/dist/AVFoundation/AVTextStyleRule.d.ts +3 -0
  179. package/dist/AVFoundation/AVTimedMetadataGroup.d.ts +5 -1
  180. package/dist/AVFoundation/AVURLAsset.d.ts +5 -1
  181. package/dist/AVFoundation/AVVideoComposition.d.ts +9 -5
  182. package/dist/AVFoundation/AVVideoCompositionCoreAnimationTool.d.ts +1 -2
  183. package/dist/AVFoundation/AVVideoCompositionInstruction.d.ts +6 -1
  184. package/dist/AVFoundation/AVVideoCompositionLayerInstruction.d.ts +9 -4
  185. package/dist/AVFoundation/AVVideoCompositionRenderContext.d.ts +1 -1
  186. package/dist/AVFoundation/AVVideoOutputSpecification.d.ts +3 -0
  187. package/dist/AVFoundation/index.js +269 -268
  188. package/dist/AVKit/AVPlayerView.d.ts +1 -1
  189. package/dist/AVKit/index.js +7 -6
  190. package/dist/AVRouting/AVCustomDeviceRoute.d.ts +1 -2
  191. package/dist/AVRouting/index.js +7 -6
  192. package/dist/Accessibility/AXBrailleMap.d.ts +4 -0
  193. package/dist/Accessibility/AXBrailleTable.d.ts +4 -0
  194. package/dist/Accessibility/AXBrailleTranslationResult.d.ts +4 -0
  195. package/dist/Accessibility/AXCategoricalDataAxisDescriptor.d.ts +3 -0
  196. package/dist/Accessibility/AXChartDescriptor.d.ts +9 -6
  197. package/dist/Accessibility/AXCustomContent.d.ts +4 -0
  198. package/dist/Accessibility/AXCustomContentProvider.d.ts +2 -2
  199. package/dist/Accessibility/AXDataPoint.d.ts +3 -0
  200. package/dist/Accessibility/AXDataPointValue.d.ts +3 -0
  201. package/dist/Accessibility/AXDataSeriesDescriptor.d.ts +3 -0
  202. package/dist/Accessibility/AXNumericDataAxisDescriptor.d.ts +3 -0
  203. package/dist/Accessibility/AXRequest.d.ts +4 -0
  204. package/dist/Accessibility/index.js +29 -28
  205. package/dist/AccessorySetupKit/ASAccessory.d.ts +1 -2
  206. package/dist/AccessorySetupKit/ASAccessorySession.d.ts +10 -10
  207. package/dist/AccessorySetupKit/ASDiscoveryDescriptor.d.ts +2 -3
  208. package/dist/AccessorySetupKit/ASPickerDisplaySettings.d.ts +2 -3
  209. package/dist/AccessorySetupKit/index.js +12 -11
  210. package/dist/Accounts/index.js +5 -4
  211. package/dist/AdServices/AAAttribution.d.ts +1 -1
  212. package/dist/AdServices/index.js +2 -1
  213. package/dist/AdSupport/index.js +2 -1
  214. package/dist/AddressBook/ABGroup.d.ts +2 -2
  215. package/dist/AddressBook/ABMultiValue.d.ts +6 -1
  216. package/dist/AddressBook/ABPerson.d.ts +2 -2
  217. package/dist/AddressBook/ABSearchElement.d.ts +1 -2
  218. package/dist/AddressBook/index.js +11 -10
  219. package/dist/AppKit/NSATSTypesetter.d.ts +1 -1
  220. package/dist/AppKit/NSAccessibility.d.ts +3 -3
  221. package/dist/AppKit/NSAccessibilityCustomAction.d.ts +3 -3
  222. package/dist/AppKit/NSAccessibilityCustomRotorItemResult.d.ts +25 -3
  223. package/dist/AppKit/NSAccessibilityElement.d.ts +2 -2
  224. package/dist/AppKit/NSAccessibilityElementLoading.d.ts +25 -3
  225. package/dist/AppKit/NSAccessibilitySlider.d.ts +1 -1
  226. package/dist/AppKit/NSAccessibilityStepper.d.ts +1 -1
  227. package/dist/AppKit/NSAccessibilityTable.d.ts +4 -5
  228. package/dist/AppKit/NSActionCell.d.ts +2 -2
  229. package/dist/AppKit/NSAdaptiveImageGlyph.d.ts +4 -0
  230. package/dist/AppKit/NSAlert.d.ts +4 -4
  231. package/dist/AppKit/NSAlignmentFeedbackFilter.d.ts +3 -2
  232. package/dist/AppKit/NSAnimatablePropertyContainer.d.ts +2 -1
  233. package/dist/AppKit/NSAnimation.d.ts +6 -1
  234. package/dist/AppKit/NSAnimationContext.d.ts +1 -1
  235. package/dist/AppKit/NSApplication.d.ts +37 -32
  236. package/dist/AppKit/NSApplicationDelegate.d.ts +1 -1
  237. package/dist/AppKit/NSArrayController.d.ts +5 -5
  238. package/dist/AppKit/NSBezierPath.d.ts +8 -4
  239. package/dist/AppKit/NSBindingSelectionMarker.d.ts +5 -2
  240. package/dist/AppKit/NSBitmapImageRep.d.ts +8 -8
  241. package/dist/AppKit/NSBrowser.d.ts +14 -16
  242. package/dist/AppKit/NSBrowserDelegate.d.ts +8 -8
  243. package/dist/AppKit/NSButton.d.ts +8 -5
  244. package/dist/AppKit/NSButtonCell.d.ts +1 -1
  245. package/dist/AppKit/NSButtonTouchBarItem.d.ts +5 -5
  246. package/dist/AppKit/NSCandidateListTouchBarItem.d.ts +2 -1
  247. package/dist/AppKit/NSCell.d.ts +21 -16
  248. package/dist/AppKit/NSChangeSpelling.d.ts +1 -1
  249. package/dist/AppKit/NSCollectionLayoutAnchor.d.ts +3 -0
  250. package/dist/AppKit/NSCollectionLayoutBoundarySupplementaryItem.d.ts +3 -0
  251. package/dist/AppKit/NSCollectionLayoutDecorationItem.d.ts +3 -0
  252. package/dist/AppKit/NSCollectionLayoutDimension.d.ts +3 -0
  253. package/dist/AppKit/NSCollectionLayoutEdgeSpacing.d.ts +3 -0
  254. package/dist/AppKit/NSCollectionLayoutGroup.d.ts +5 -1
  255. package/dist/AppKit/NSCollectionLayoutGroupCustomItem.d.ts +3 -0
  256. package/dist/AppKit/NSCollectionLayoutItem.d.ts +3 -0
  257. package/dist/AppKit/NSCollectionLayoutSection.d.ts +6 -2
  258. package/dist/AppKit/NSCollectionLayoutSize.d.ts +3 -0
  259. package/dist/AppKit/NSCollectionLayoutSpacing.d.ts +3 -0
  260. package/dist/AppKit/NSCollectionLayoutSupplementaryItem.d.ts +3 -0
  261. package/dist/AppKit/NSCollectionView.d.ts +17 -12
  262. package/dist/AppKit/NSCollectionViewCompositionalLayout.d.ts +3 -2
  263. package/dist/AppKit/NSCollectionViewCompositionalLayoutConfiguration.d.ts +3 -0
  264. package/dist/AppKit/NSCollectionViewDataSource.d.ts +2 -1
  265. package/dist/AppKit/NSCollectionViewDelegate.d.ts +9 -5
  266. package/dist/AppKit/NSCollectionViewDiffableDataSource.d.ts +7 -4
  267. package/dist/AppKit/NSCollectionViewItem.d.ts +4 -0
  268. package/dist/AppKit/NSCollectionViewLayout.d.ts +16 -12
  269. package/dist/AppKit/NSCollectionViewLayoutAttributes.d.ts +5 -2
  270. package/dist/AppKit/NSCollectionViewLayoutInvalidationContext.d.ts +6 -5
  271. package/dist/AppKit/NSCollectionViewTransitionLayout.d.ts +3 -2
  272. package/dist/AppKit/NSColor.d.ts +10 -4
  273. package/dist/AppKit/NSColorList.d.ts +4 -1
  274. package/dist/AppKit/NSColorPanel.d.ts +1 -1
  275. package/dist/AppKit/NSColorPicker.d.ts +1 -1
  276. package/dist/AppKit/NSColorPickerTouchBarItem.d.ts +2 -2
  277. package/dist/AppKit/NSColorPickingDefault.d.ts +2 -2
  278. package/dist/AppKit/NSColorSampler.d.ts +1 -1
  279. package/dist/AppKit/NSColorSpace.d.ts +3 -0
  280. package/dist/AppKit/NSColorWell.d.ts +1 -1
  281. package/dist/AppKit/NSComboBox.d.ts +2 -2
  282. package/dist/AppKit/NSComboBoxCell.d.ts +2 -2
  283. package/dist/AppKit/NSComboBoxDataSource.d.ts +1 -1
  284. package/dist/AppKit/NSComboButton.d.ts +3 -3
  285. package/dist/AppKit/NSControl.d.ts +17 -17
  286. package/dist/AppKit/NSControlTextEditingDelegate.d.ts +1 -1
  287. package/dist/AppKit/NSController.d.ts +1 -1
  288. package/dist/AppKit/NSCursor.d.ts +2 -1
  289. package/dist/AppKit/NSCustomImageRep.d.ts +1 -1
  290. package/dist/AppKit/NSDataAsset.d.ts +6 -3
  291. package/dist/AppKit/NSDatePickerCellDelegate.d.ts +1 -1
  292. package/dist/AppKit/NSDictionaryControllerKeyValuePair.d.ts +2 -2
  293. package/dist/AppKit/NSDiffableDataSourceSnapshot.d.ts +4 -1
  294. package/dist/AppKit/NSDockTile.d.ts +1 -1
  295. package/dist/AppKit/NSDocument.d.ts +69 -64
  296. package/dist/AppKit/NSDocumentController.d.ts +30 -26
  297. package/dist/AppKit/NSDraggingImageComponent.d.ts +2 -2
  298. package/dist/AppKit/NSDraggingItem.d.ts +3 -3
  299. package/dist/AppKit/NSDrawer.d.ts +6 -3
  300. package/dist/AppKit/NSEditor.d.ts +2 -2
  301. package/dist/AppKit/NSEvent.d.ts +7 -3
  302. package/dist/AppKit/NSFilePromiseProvider.d.ts +5 -2
  303. package/dist/AppKit/NSFilePromiseProviderDelegate.d.ts +1 -1
  304. package/dist/AppKit/NSFilePromiseReceiver.d.ts +4 -1
  305. package/dist/AppKit/NSFont.d.ts +4 -0
  306. package/dist/AppKit/NSFontAssetRequest.d.ts +1 -1
  307. package/dist/AppKit/NSFontCollection.d.ts +8 -3
  308. package/dist/AppKit/NSFontDescriptor.d.ts +5 -1
  309. package/dist/AppKit/NSFontManager.d.ts +11 -8
  310. package/dist/AppKit/NSGestureRecognizer.d.ts +3 -3
  311. package/dist/AppKit/NSGlyphGenerator.d.ts +1 -1
  312. package/dist/AppKit/NSGlyphInfo.d.ts +4 -0
  313. package/dist/AppKit/NSGradient.d.ts +5 -2
  314. package/dist/AppKit/NSGridCell.d.ts +3 -0
  315. package/dist/AppKit/NSGridColumn.d.ts +3 -0
  316. package/dist/AppKit/NSGridRow.d.ts +3 -0
  317. package/dist/AppKit/NSGridView.d.ts +1 -2
  318. package/dist/AppKit/NSHelpManager.d.ts +2 -2
  319. package/dist/AppKit/NSIgnoreMisspelledWords.d.ts +1 -1
  320. package/dist/AppKit/NSImage.d.ts +8 -1
  321. package/dist/AppKit/NSImageCell.d.ts +3 -0
  322. package/dist/AppKit/NSImageRep.d.ts +8 -5
  323. package/dist/AppKit/NSImageSymbolConfiguration.d.ts +4 -0
  324. package/dist/AppKit/NSImageView.d.ts +3 -0
  325. package/dist/AppKit/NSInputManager.d.ts +5 -2
  326. package/dist/AppKit/NSInputServer.d.ts +4 -0
  327. package/dist/AppKit/NSInputServiceProvider.d.ts +6 -6
  328. package/dist/AppKit/NSLayoutAnchor.d.ts +4 -0
  329. package/dist/AppKit/NSLayoutConstraint.d.ts +6 -3
  330. package/dist/AppKit/NSLayoutGuide.d.ts +3 -0
  331. package/dist/AppKit/NSLayoutManager.d.ts +29 -29
  332. package/dist/AppKit/NSLayoutManagerDelegate.d.ts +1 -1
  333. package/dist/AppKit/NSMatrix.d.ts +9 -7
  334. package/dist/AppKit/NSMediaLibraryBrowserController.d.ts +1 -1
  335. package/dist/AppKit/NSMenu.d.ts +13 -6
  336. package/dist/AppKit/NSMenuDelegate.d.ts +1 -1
  337. package/dist/AppKit/NSMenuItem.d.ts +9 -4
  338. package/dist/AppKit/NSMenuItemBadge.d.ts +3 -0
  339. package/dist/AppKit/NSMovie.d.ts +1 -1
  340. package/dist/AppKit/NSNib.d.ts +4 -1
  341. package/dist/AppKit/NSNibConnector.d.ts +7 -4
  342. package/dist/AppKit/NSObjectController.d.ts +7 -7
  343. package/dist/AppKit/NSOpenGLContext.d.ts +14 -11
  344. package/dist/AppKit/NSOpenGLPixelBuffer.d.ts +8 -8
  345. package/dist/AppKit/NSOpenGLPixelFormat.d.ts +8 -5
  346. package/dist/AppKit/NSOpenPanel.d.ts +2 -2
  347. package/dist/AppKit/NSOpenSavePanelDelegate.d.ts +2 -2
  348. package/dist/AppKit/NSOutlineView.d.ts +18 -18
  349. package/dist/AppKit/NSOutlineViewDataSource.d.ts +14 -10
  350. package/dist/AppKit/NSOutlineViewDelegate.d.ts +1 -1
  351. package/dist/AppKit/NSPDFInfo.d.ts +4 -0
  352. package/dist/AppKit/NSPageController.d.ts +6 -3
  353. package/dist/AppKit/NSPageControllerDelegate.d.ts +5 -4
  354. package/dist/AppKit/NSPageLayout.d.ts +2 -2
  355. package/dist/AppKit/NSParagraphStyle.d.ts +5 -0
  356. package/dist/AppKit/NSPasteboard.d.ts +7 -7
  357. package/dist/AppKit/NSPasteboardItem.d.ts +8 -4
  358. package/dist/AppKit/NSPasteboardReading.d.ts +1 -1
  359. package/dist/AppKit/NSPasteboardWriting.d.ts +1 -1
  360. package/dist/AppKit/NSPathCell.d.ts +4 -0
  361. package/dist/AppKit/NSPersistentDocument.d.ts +5 -5
  362. package/dist/AppKit/NSPickerTouchBarItem.d.ts +4 -4
  363. package/dist/AppKit/NSPopUpButton.d.ts +3 -3
  364. package/dist/AppKit/NSPopUpButtonCell.d.ts +5 -2
  365. package/dist/AppKit/NSPopover.d.ts +4 -1
  366. package/dist/AppKit/NSPopoverTouchBarItem.d.ts +2 -2
  367. package/dist/AppKit/NSPredicateEditorRowTemplate.d.ts +4 -0
  368. package/dist/AppKit/NSPreviewRepresentingActivityItem.d.ts +3 -0
  369. package/dist/AppKit/NSPrintInfo.d.ts +3 -0
  370. package/dist/AppKit/NSPrintOperation.d.ts +1 -1
  371. package/dist/AppKit/NSPrintPanel.d.ts +4 -4
  372. package/dist/AppKit/NSPrintPanelAccessorizing.d.ts +2 -2
  373. package/dist/AppKit/NSPrinter.d.ts +4 -0
  374. package/dist/AppKit/NSProgressIndicator.d.ts +3 -3
  375. package/dist/AppKit/NSResponder.d.ts +12 -8
  376. package/dist/AppKit/NSRuleEditor.d.ts +1 -1
  377. package/dist/AppKit/NSRuleEditorDelegate.d.ts +2 -2
  378. package/dist/AppKit/NSRulerMarker.d.ts +2 -0
  379. package/dist/AppKit/NSSavePanel.d.ts +4 -4
  380. package/dist/AppKit/NSScreen.d.ts +1 -1
  381. package/dist/AppKit/NSScrollView.d.ts +2 -2
  382. package/dist/AppKit/NSScrubber.d.ts +2 -2
  383. package/dist/AppKit/NSScrubberLayoutAttributes.d.ts +3 -0
  384. package/dist/AppKit/NSSearchField.d.ts +3 -2
  385. package/dist/AppKit/NSSearchFieldCell.d.ts +2 -2
  386. package/dist/AppKit/NSSegmentedControl.d.ts +2 -2
  387. package/dist/AppKit/NSSeguePerforming.d.ts +4 -3
  388. package/dist/AppKit/NSShadow.d.ts +4 -0
  389. package/dist/AppKit/NSSharingCollaborationModeRestriction.d.ts +4 -0
  390. package/dist/AppKit/NSSlider.d.ts +2 -2
  391. package/dist/AppKit/NSSliderAccessory.d.ts +4 -0
  392. package/dist/AppKit/NSSliderAccessoryBehavior.d.ts +5 -1
  393. package/dist/AppKit/NSSliderTouchBarItem.d.ts +2 -2
  394. package/dist/AppKit/NSSound.d.ts +8 -2
  395. package/dist/AppKit/NSSpeechSynthesizer.d.ts +2 -2
  396. package/dist/AppKit/NSSpellChecker.d.ts +6 -6
  397. package/dist/AppKit/NSSplitView.d.ts +5 -3
  398. package/dist/AppKit/NSSplitViewController.d.ts +2 -2
  399. package/dist/AppKit/NSSplitViewItem.d.ts +4 -0
  400. package/dist/AppKit/NSSplitViewItemAccessoryViewController.d.ts +3 -0
  401. package/dist/AppKit/NSStandardKeyBindingResponding.d.ts +94 -94
  402. package/dist/AppKit/NSStatusItem.d.ts +3 -3
  403. package/dist/AppKit/NSStepperTouchBarItem.d.ts +2 -2
  404. package/dist/AppKit/NSStoryboard.d.ts +3 -3
  405. package/dist/AppKit/NSStoryboardSegue.d.ts +4 -3
  406. package/dist/AppKit/NSTabView.d.ts +7 -6
  407. package/dist/AppKit/NSTabViewItem.d.ts +6 -3
  408. package/dist/AppKit/NSTableCellView.d.ts +2 -2
  409. package/dist/AppKit/NSTableHeaderView.d.ts +3 -0
  410. package/dist/AppKit/NSTableRowView.d.ts +4 -1
  411. package/dist/AppKit/NSTableView.d.ts +11 -6
  412. package/dist/AppKit/NSTableViewDataSource.d.ts +8 -4
  413. package/dist/AppKit/NSTableViewDiffableDataSource.d.ts +11 -8
  414. package/dist/AppKit/NSTableViewRowAction.d.ts +3 -0
  415. package/dist/AppKit/NSText.d.ts +27 -21
  416. package/dist/AppKit/NSTextAlternatives.d.ts +3 -0
  417. package/dist/AppKit/NSTextAttachment.d.ts +6 -1
  418. package/dist/AppKit/NSTextBlock.d.ts +4 -0
  419. package/dist/AppKit/NSTextCheckingClient.d.ts +2 -2
  420. package/dist/AppKit/NSTextCheckingController.d.ts +7 -7
  421. package/dist/AppKit/NSTextContainer.d.ts +5 -2
  422. package/dist/AppKit/NSTextContentManager.d.ts +4 -1
  423. package/dist/AppKit/NSTextContentStorage.d.ts +3 -0
  424. package/dist/AppKit/NSTextElementProvider.d.ts +1 -1
  425. package/dist/AppKit/NSTextField.d.ts +5 -1
  426. package/dist/AppKit/NSTextFinder.d.ts +4 -2
  427. package/dist/AppKit/NSTextInputClient.d.ts +2 -2
  428. package/dist/AppKit/NSTextInputContext.d.ts +5 -4
  429. package/dist/AppKit/NSTextInsertionIndicator.d.ts +2 -2
  430. package/dist/AppKit/NSTextLayoutManager.d.ts +7 -4
  431. package/dist/AppKit/NSTextList.d.ts +3 -0
  432. package/dist/AppKit/NSTextSelectionDataSource.d.ts +1 -1
  433. package/dist/AppKit/NSTextSelectionNavigation.d.ts +2 -1
  434. package/dist/AppKit/NSTextStorage.d.ts +2 -1
  435. package/dist/AppKit/NSTextTab.d.ts +5 -0
  436. package/dist/AppKit/NSTextView.d.ts +60 -47
  437. package/dist/AppKit/NSTextViewDelegate.d.ts +1 -1
  438. package/dist/AppKit/NSTintConfiguration.d.ts +4 -0
  439. package/dist/AppKit/NSTitlebarAccessoryViewController.d.ts +4 -0
  440. package/dist/AppKit/NSTokenFieldCellDelegate.d.ts +1 -1
  441. package/dist/AppKit/NSTokenFieldDelegate.d.ts +2 -2
  442. package/dist/AppKit/NSToolbar.d.ts +3 -2
  443. package/dist/AppKit/NSToolbarItem.d.ts +6 -2
  444. package/dist/AppKit/NSToolbarItemGroup.d.ts +2 -2
  445. package/dist/AppKit/NSTouch.d.ts +3 -1
  446. package/dist/AppKit/NSTouchBar.d.ts +4 -3
  447. package/dist/AppKit/NSTrackingArea.d.ts +6 -2
  448. package/dist/AppKit/NSTreeController.d.ts +8 -8
  449. package/dist/AppKit/NSTreeNode.d.ts +3 -3
  450. package/dist/AppKit/NSTypesetter.d.ts +3 -3
  451. package/dist/AppKit/NSUserDefaultsController.d.ts +3 -3
  452. package/dist/AppKit/NSUserInterfaceCompressionOptions.d.ts +3 -0
  453. package/dist/AppKit/NSView.d.ts +12 -5
  454. package/dist/AppKit/NSViewAnimation.d.ts +4 -4
  455. package/dist/AppKit/NSViewController.d.ts +10 -5
  456. package/dist/AppKit/NSWindow.d.ts +57 -49
  457. package/dist/AppKit/NSWindowController.d.ts +13 -9
  458. package/dist/AppKit/NSWindowDelegate.d.ts +2 -2
  459. package/dist/AppKit/NSWindowTabGroup.d.ts +2 -1
  460. package/dist/AppKit/NSWorkspace.d.ts +21 -21
  461. package/dist/AppKit/NSWorkspaceOpenConfiguration.d.ts +5 -3
  462. package/dist/AppKit/NSWritingToolsCoordinatorAnimationParameters.d.ts +4 -4
  463. package/dist/AppKit/NSWritingToolsCoordinatorDelegate.d.ts +3 -3
  464. package/dist/AppKit/index.js +317 -316
  465. package/dist/AppTrackingTransparency/index.js +2 -1
  466. package/dist/AppleScriptKit/index.js +2 -1
  467. package/dist/AudioToolbox/AUAudioUnit.d.ts +26 -26
  468. package/dist/AudioToolbox/AUAudioUnitBus.d.ts +4 -4
  469. package/dist/AudioToolbox/AUAudioUnitBusArray.d.ts +4 -1
  470. package/dist/AudioToolbox/AUAudioUnitFactory.d.ts +1 -1
  471. package/dist/AudioToolbox/AUAudioUnitPreset.d.ts +3 -0
  472. package/dist/AudioToolbox/AUMessageChannel.d.ts +2 -2
  473. package/dist/AudioToolbox/AUParameter.d.ts +13 -10
  474. package/dist/AudioToolbox/AUParameterGroup.d.ts +3 -0
  475. package/dist/AudioToolbox/AUParameterTree.d.ts +4 -4
  476. package/dist/AudioToolbox/index.js +10 -9
  477. package/dist/AudioVideoBridging/AVB17221ACMPInterface.d.ts +2 -2
  478. package/dist/AudioVideoBridging/AVB17221ACMPMessage.d.ts +3 -0
  479. package/dist/AudioVideoBridging/AVB17221AECPInterface.d.ts +3 -3
  480. package/dist/AudioVideoBridging/AVB17221AECPMessage.d.ts +3 -0
  481. package/dist/AudioVideoBridging/AVB17221EntityDiscovery.d.ts +5 -5
  482. package/dist/AudioVideoBridging/AVBIPAddress.d.ts +3 -0
  483. package/dist/AudioVideoBridging/AVBMACAddress.d.ts +3 -0
  484. package/dist/AudioVideoBridging/index.js +18 -17
  485. package/dist/AuthenticationServices/ASAccountAuthenticationModificationControllerPresentationContextProviding.d.ts +2 -2
  486. package/dist/AuthenticationServices/ASAccountAuthenticationModificationExtensionContext.d.ts +1 -1
  487. package/dist/AuthenticationServices/ASAuthorization.d.ts +17 -4
  488. package/dist/AuthenticationServices/ASAuthorizationAppleIDCredential.d.ts +3 -0
  489. package/dist/AuthenticationServices/ASAuthorizationAppleIDProvider.d.ts +4 -1
  490. package/dist/AuthenticationServices/ASAuthorizationControllerPresentationContextProviding.d.ts +2 -2
  491. package/dist/AuthenticationServices/ASAuthorizationOpenIDRequest.d.ts +2 -3
  492. package/dist/AuthenticationServices/ASAuthorizationPasswordProvider.d.ts +3 -0
  493. package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialAssertion.d.ts +3 -0
  494. package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialAssertionRequest.d.ts +4 -0
  495. package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialDescriptor.d.ts +3 -0
  496. package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialProvider.d.ts +4 -0
  497. package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialRegistration.d.ts +3 -0
  498. package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialRegistrationRequest.d.ts +3 -0
  499. package/dist/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest.d.ts +2 -2
  500. package/dist/AuthenticationServices/ASAuthorizationProviderExtensionLoginConfiguration.d.ts +14 -13
  501. package/dist/AuthenticationServices/ASAuthorizationProviderExtensionLoginManager.d.ts +8 -8
  502. package/dist/AuthenticationServices/ASAuthorizationProviderExtensionUserLoginConfiguration.d.ts +4 -4
  503. package/dist/AuthenticationServices/ASAuthorizationPublicKeyCredentialAssertionRequest.d.ts +3 -3
  504. package/dist/AuthenticationServices/ASAuthorizationPublicKeyCredentialLargeBlobRegistrationOutput.d.ts +4 -0
  505. package/dist/AuthenticationServices/ASAuthorizationPublicKeyCredentialParameters.d.ts +6 -3
  506. package/dist/AuthenticationServices/ASAuthorizationRequest.d.ts +10 -2
  507. package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialAssertion.d.ts +3 -0
  508. package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialAssertionRequest.d.ts +3 -0
  509. package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor.d.ts +3 -0
  510. package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialProvider.d.ts +4 -0
  511. package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialRegistration.d.ts +3 -0
  512. package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest.d.ts +3 -0
  513. package/dist/AuthenticationServices/ASAuthorizationSingleSignOnCredential.d.ts +3 -0
  514. package/dist/AuthenticationServices/ASAuthorizationSingleSignOnProvider.d.ts +3 -0
  515. package/dist/AuthenticationServices/ASCredentialIdentityStore.d.ts +7 -7
  516. package/dist/AuthenticationServices/ASCredentialProviderExtensionContext.d.ts +6 -6
  517. package/dist/AuthenticationServices/ASCredentialRequest.d.ts +4 -2
  518. package/dist/AuthenticationServices/ASCredentialServiceIdentifier.d.ts +4 -0
  519. package/dist/AuthenticationServices/ASGeneratePasswordsRequest.d.ts +4 -0
  520. package/dist/AuthenticationServices/ASGeneratedPassword.d.ts +4 -0
  521. package/dist/AuthenticationServices/ASOneTimeCodeCredential.d.ts +3 -0
  522. package/dist/AuthenticationServices/ASOneTimeCodeCredentialIdentity.d.ts +5 -0
  523. package/dist/AuthenticationServices/ASOneTimeCodeCredentialRequest.d.ts +3 -0
  524. package/dist/AuthenticationServices/ASPasskeyAssertionCredential.d.ts +3 -0
  525. package/dist/AuthenticationServices/ASPasskeyAssertionCredentialExtensionInput.d.ts +4 -0
  526. package/dist/AuthenticationServices/ASPasskeyAssertionCredentialExtensionOutput.d.ts +4 -0
  527. package/dist/AuthenticationServices/ASPasskeyCredentialIdentity.d.ts +4 -0
  528. package/dist/AuthenticationServices/ASPasskeyCredentialRequest.d.ts +3 -0
  529. package/dist/AuthenticationServices/ASPasskeyCredentialRequestParameters.d.ts +4 -0
  530. package/dist/AuthenticationServices/ASPasskeyRegistrationCredential.d.ts +3 -0
  531. package/dist/AuthenticationServices/ASPasskeyRegistrationCredentialExtensionInput.d.ts +4 -0
  532. package/dist/AuthenticationServices/ASPasskeyRegistrationCredentialExtensionOutput.d.ts +4 -0
  533. package/dist/AuthenticationServices/ASPasswordCredential.d.ts +3 -0
  534. package/dist/AuthenticationServices/ASPasswordCredentialIdentity.d.ts +4 -0
  535. package/dist/AuthenticationServices/ASPasswordCredentialRequest.d.ts +3 -0
  536. package/dist/AuthenticationServices/ASSavePasswordRequest.d.ts +4 -0
  537. package/dist/AuthenticationServices/ASSettingsHelper.d.ts +2 -2
  538. package/dist/AuthenticationServices/ASWebAuthenticationPresentationContextProviding.d.ts +2 -2
  539. package/dist/AuthenticationServices/ASWebAuthenticationSessionRequest.d.ts +4 -0
  540. package/dist/AuthenticationServices/index.js +79 -78
  541. package/dist/AutomaticAssessmentConfiguration/AEAssessmentApplication.d.ts +3 -0
  542. package/dist/AutomaticAssessmentConfiguration/AEAssessmentConfiguration.d.ts +3 -0
  543. package/dist/AutomaticAssessmentConfiguration/AEAssessmentParticipantConfiguration.d.ts +3 -0
  544. package/dist/AutomaticAssessmentConfiguration/index.js +5 -4
  545. package/dist/Automator/AMAction.d.ts +11 -11
  546. package/dist/Automator/AMBundleAction.d.ts +5 -1
  547. package/dist/Automator/AMWorkflow.d.ts +11 -8
  548. package/dist/Automator/index.js +9 -8
  549. package/dist/BackgroundAssets/BAAppExtensionInfo.d.ts +3 -0
  550. package/dist/BackgroundAssets/BAAssetPackManager.d.ts +9 -9
  551. package/dist/BackgroundAssets/BAAssetPackManifest.d.ts +2 -2
  552. package/dist/BackgroundAssets/BADownload.d.ts +6 -2
  553. package/dist/BackgroundAssets/BADownloadManager.d.ts +7 -7
  554. package/dist/BackgroundAssets/BADownloadManagerDelegate.d.ts +1 -1
  555. package/dist/BackgroundAssets/BADownloaderExtension.d.ts +1 -1
  556. package/dist/BackgroundAssets/BAURLDownload.d.ts +5 -3
  557. package/dist/BackgroundAssets/index.js +8 -7
  558. package/dist/BackgroundTasks/BGContinuedProcessingTask.d.ts +3 -0
  559. package/dist/BackgroundTasks/BGTask.d.ts +2 -2
  560. package/dist/BackgroundTasks/BGTaskRequest.d.ts +3 -0
  561. package/dist/BackgroundTasks/BGTaskScheduler.d.ts +2 -2
  562. package/dist/BackgroundTasks/index.js +12 -11
  563. package/dist/BrowserEngineCore/BEAudioSession.d.ts +1 -1
  564. package/dist/BrowserEngineCore/index.js +2 -1
  565. package/dist/BrowserEngineKit/BEAccessibilityTextMarker.d.ts +4 -0
  566. package/dist/BrowserEngineKit/BEAccessibilityTextMarkerRange.d.ts +4 -0
  567. package/dist/BrowserEngineKit/BEDownloadMonitor.d.ts +3 -3
  568. package/dist/BrowserEngineKit/BEExtensionProcess.d.ts +2 -1
  569. package/dist/BrowserEngineKit/BELayerHierarchy.d.ts +1 -1
  570. package/dist/BrowserEngineKit/BELayerHierarchyHandle.d.ts +4 -1
  571. package/dist/BrowserEngineKit/BELayerHierarchyHostingTransactionCoordinator.d.ts +5 -2
  572. package/dist/BrowserEngineKit/BEMediaEnvironment.d.ts +3 -3
  573. package/dist/BrowserEngineKit/BENetworkingProcess.d.ts +5 -5
  574. package/dist/BrowserEngineKit/BEProcessCapability.d.ts +1 -1
  575. package/dist/BrowserEngineKit/BERenderingProcess.d.ts +5 -5
  576. package/dist/BrowserEngineKit/BEWebContentFilter.d.ts +2 -2
  577. package/dist/BrowserEngineKit/BEWebContentProcess.d.ts +5 -5
  578. package/dist/BrowserEngineKit/index.js +19 -18
  579. package/dist/BusinessChat/index.js +3 -2
  580. package/dist/CalendarStore/CalAlarm.d.ts +3 -0
  581. package/dist/CalendarStore/CalAttendee.d.ts +3 -0
  582. package/dist/CalendarStore/CalCalendar.d.ts +3 -0
  583. package/dist/CalendarStore/CalCalendarItem.d.ts +3 -0
  584. package/dist/CalendarStore/CalNthWeekDay.d.ts +3 -0
  585. package/dist/CalendarStore/CalRecurrenceEnd.d.ts +3 -0
  586. package/dist/CalendarStore/CalRecurrenceRule.d.ts +3 -0
  587. package/dist/CalendarStore/CalTask.d.ts +2 -2
  588. package/dist/CalendarStore/index.js +11 -10
  589. package/dist/CallKit/CXAction.d.ts +3 -0
  590. package/dist/CallKit/CXCallController.d.ts +4 -4
  591. package/dist/CallKit/CXCallDirectoryExtensionContext.d.ts +5 -5
  592. package/dist/CallKit/CXCallDirectoryManager.d.ts +3 -3
  593. package/dist/CallKit/CXCallObserver.d.ts +1 -2
  594. package/dist/CallKit/CXCallUpdate.d.ts +3 -0
  595. package/dist/CallKit/CXHandle.d.ts +4 -0
  596. package/dist/CallKit/CXProvider.d.ts +3 -3
  597. package/dist/CallKit/CXProviderConfiguration.d.ts +3 -0
  598. package/dist/CallKit/CXTransaction.d.ts +4 -0
  599. package/dist/CallKit/index.js +22 -21
  600. package/dist/Cinematic/CNAssetInfo.d.ts +1 -1
  601. package/dist/Cinematic/CNAssetSpatialAudioInfo.d.ts +1 -1
  602. package/dist/Cinematic/CNBoundsPrediction.d.ts +4 -0
  603. package/dist/Cinematic/CNCompositionInfo.d.ts +1 -1
  604. package/dist/Cinematic/CNDecision.d.ts +7 -5
  605. package/dist/Cinematic/CNDetection.d.ts +7 -4
  606. package/dist/Cinematic/CNDetectionTrack.d.ts +5 -3
  607. package/dist/Cinematic/CNRenderingSessionAttributes.d.ts +1 -1
  608. package/dist/Cinematic/CNRenderingSessionFrameAttributes.d.ts +4 -0
  609. package/dist/Cinematic/CNScript.d.ts +3 -3
  610. package/dist/Cinematic/CNScriptFrame.d.ts +5 -3
  611. package/dist/Cinematic/index.js +17 -16
  612. package/dist/ClassKit/CLSContext.d.ts +1 -1
  613. package/dist/ClassKit/CLSContextProvider.d.ts +1 -1
  614. package/dist/ClassKit/CLSDataStore.d.ts +4 -4
  615. package/dist/ClassKit/CLSObject.d.ts +3 -0
  616. package/dist/ClassKit/index.js +10 -9
  617. package/dist/CloudKit/CKAcceptSharesOperation.d.ts +4 -4
  618. package/dist/CloudKit/CKAllowedSharingOptions.d.ts +4 -0
  619. package/dist/CloudKit/CKAsset.d.ts +3 -0
  620. package/dist/CloudKit/CKContainer.d.ts +13 -13
  621. package/dist/CloudKit/CKDatabase.d.ts +13 -12
  622. package/dist/CloudKit/CKDatabaseSubscription.d.ts +7 -4
  623. package/dist/CloudKit/CKDiscoverAllUserIdentitiesOperation.d.ts +4 -4
  624. package/dist/CloudKit/CKDiscoverUserIdentitiesOperation.d.ts +4 -4
  625. package/dist/CloudKit/CKFetchDatabaseChangesOperation.d.ts +12 -12
  626. package/dist/CloudKit/CKFetchRecordChangesOperation.d.ts +6 -6
  627. package/dist/CloudKit/CKFetchRecordZoneChangesConfiguration.d.ts +4 -0
  628. package/dist/CloudKit/CKFetchRecordZoneChangesOperation.d.ts +12 -12
  629. package/dist/CloudKit/CKFetchRecordZoneChangesOptions.d.ts +4 -0
  630. package/dist/CloudKit/CKFetchRecordZonesOperation.d.ts +4 -4
  631. package/dist/CloudKit/CKFetchRecordsOperation.d.ts +6 -6
  632. package/dist/CloudKit/CKFetchShareMetadataOperation.d.ts +4 -4
  633. package/dist/CloudKit/CKFetchShareParticipantsOperation.d.ts +6 -6
  634. package/dist/CloudKit/CKFetchSubscriptionsOperation.d.ts +4 -4
  635. package/dist/CloudKit/CKFetchWebAuthTokenOperation.d.ts +2 -2
  636. package/dist/CloudKit/CKModifyRecordZonesOperation.d.ts +6 -6
  637. package/dist/CloudKit/CKModifyRecordsOperation.d.ts +10 -10
  638. package/dist/CloudKit/CKModifySubscriptionsOperation.d.ts +6 -6
  639. package/dist/CloudKit/CKNotification.d.ts +1 -1
  640. package/dist/CloudKit/CKNotificationID.d.ts +4 -0
  641. package/dist/CloudKit/CKNotificationInfo.d.ts +4 -0
  642. package/dist/CloudKit/CKOperation.d.ts +4 -3
  643. package/dist/CloudKit/CKOperationGroup.d.ts +3 -0
  644. package/dist/CloudKit/CKQuery.d.ts +6 -3
  645. package/dist/CloudKit/CKQueryCursor.d.ts +4 -0
  646. package/dist/CloudKit/CKQueryOperation.d.ts +6 -6
  647. package/dist/CloudKit/CKQuerySubscription.d.ts +7 -4
  648. package/dist/CloudKit/CKRecord.d.ts +14 -11
  649. package/dist/CloudKit/CKRecordID.d.ts +4 -0
  650. package/dist/CloudKit/CKRecordKeyValueSetting.d.ts +7 -5
  651. package/dist/CloudKit/CKRecordZone.d.ts +4 -0
  652. package/dist/CloudKit/CKRecordZoneID.d.ts +4 -0
  653. package/dist/CloudKit/CKRecordZoneSubscription.d.ts +7 -4
  654. package/dist/CloudKit/CKReference.d.ts +5 -0
  655. package/dist/CloudKit/CKServerChangeToken.d.ts +4 -0
  656. package/dist/CloudKit/CKShare.d.ts +3 -0
  657. package/dist/CloudKit/CKShareAccessRequester.d.ts +4 -0
  658. package/dist/CloudKit/CKShareBlockedIdentity.d.ts +4 -0
  659. package/dist/CloudKit/CKShareMetadata.d.ts +4 -0
  660. package/dist/CloudKit/CKShareParticipant.d.ts +4 -0
  661. package/dist/CloudKit/CKShareRequestAccessOperation.d.ts +4 -4
  662. package/dist/CloudKit/CKSubscription.d.ts +6 -2
  663. package/dist/CloudKit/CKSyncEngine.d.ts +5 -5
  664. package/dist/CloudKit/CKSyncEngineConfiguration.d.ts +3 -3
  665. package/dist/CloudKit/CKSyncEngineFetchChangesOptions.d.ts +3 -0
  666. package/dist/CloudKit/CKSyncEngineFetchChangesScope.d.ts +3 -0
  667. package/dist/CloudKit/CKSyncEngineFetchedRecordDeletion.d.ts +2 -2
  668. package/dist/CloudKit/CKSyncEngineRecordZoneChangeBatch.d.ts +1 -1
  669. package/dist/CloudKit/CKSyncEngineSendChangesOptions.d.ts +3 -0
  670. package/dist/CloudKit/CKSyncEngineSendChangesScope.d.ts +3 -0
  671. package/dist/CloudKit/CKSyncEngineStateSerialization.d.ts +3 -0
  672. package/dist/CloudKit/CKSystemSharingUIObserver.d.ts +4 -4
  673. package/dist/CloudKit/CKUserIdentity.d.ts +4 -0
  674. package/dist/CloudKit/CKUserIdentityLookupInfo.d.ts +4 -0
  675. package/dist/CloudKit/index.js +90 -89
  676. package/dist/Collaboration/CBIdentity.d.ts +4 -0
  677. package/dist/Collaboration/CBIdentityPicker.d.ts +2 -2
  678. package/dist/Collaboration/CBUserIdentity.d.ts +4 -1
  679. package/dist/Collaboration/index.js +6 -5
  680. package/dist/Contacts/CNChangeHistoryEvent.d.ts +4 -0
  681. package/dist/Contacts/CNChangeHistoryFetchRequest.d.ts +5 -3
  682. package/dist/Contacts/CNContact.d.ts +17 -10
  683. package/dist/Contacts/CNContactFetchRequest.d.ts +7 -4
  684. package/dist/Contacts/CNContactProperty.d.ts +5 -1
  685. package/dist/Contacts/CNContactRelation.d.ts +4 -0
  686. package/dist/Contacts/CNContactStore.d.ts +11 -10
  687. package/dist/Contacts/CNContactVCardSerialization.d.ts +2 -2
  688. package/dist/Contacts/CNContainer.d.ts +4 -0
  689. package/dist/Contacts/CNGroup.d.ts +5 -0
  690. package/dist/Contacts/CNInstantMessageAddress.d.ts +4 -0
  691. package/dist/Contacts/CNLabeledValue.d.ts +4 -0
  692. package/dist/Contacts/CNMutableContact.d.ts +17 -17
  693. package/dist/Contacts/CNPhoneNumber.d.ts +4 -0
  694. package/dist/Contacts/CNPostalAddress.d.ts +5 -0
  695. package/dist/Contacts/CNSocialProfile.d.ts +4 -0
  696. package/dist/Contacts/index.js +36 -35
  697. package/dist/ContactsUI/index.js +3 -2
  698. package/dist/CoreAudio/index.js +2 -1
  699. package/dist/CoreAudioKit/AUAudioUnitViewConfiguration.d.ts +3 -0
  700. package/dist/CoreAudioKit/AUGenericView.d.ts +3 -0
  701. package/dist/CoreAudioKit/AUViewController.d.ts +3 -0
  702. package/dist/CoreAudioKit/index.js +9 -8
  703. package/dist/CoreBluetooth/CBCentralManager.d.ts +3 -3
  704. package/dist/CoreBluetooth/CBDescriptor.d.ts +1 -1
  705. package/dist/CoreBluetooth/CBL2CAPChannel.d.ts +1 -2
  706. package/dist/CoreBluetooth/CBMutableDescriptor.d.ts +1 -1
  707. package/dist/CoreBluetooth/CBPeer.d.ts +3 -0
  708. package/dist/CoreBluetooth/CBPeripheral.d.ts +1 -2
  709. package/dist/CoreBluetooth/CBPeripheralManager.d.ts +4 -4
  710. package/dist/CoreBluetooth/CBPeripheralManagerDelegate.d.ts +2 -3
  711. package/dist/CoreBluetooth/CBUUID.d.ts +5 -1
  712. package/dist/CoreBluetooth/index.js +17 -16
  713. package/dist/CoreData/NSAsynchronousFetchRequest.d.ts +2 -2
  714. package/dist/CoreData/NSAtomicStore.d.ts +2 -2
  715. package/dist/CoreData/NSAtomicStoreCacheNode.d.ts +2 -2
  716. package/dist/CoreData/NSAttributeDescription.d.ts +2 -2
  717. package/dist/CoreData/NSBatchDeleteResult.d.ts +1 -1
  718. package/dist/CoreData/NSBatchInsertRequest.d.ts +10 -9
  719. package/dist/CoreData/NSBatchInsertResult.d.ts +1 -1
  720. package/dist/CoreData/NSBatchUpdateResult.d.ts +1 -1
  721. package/dist/CoreData/NSCoreDataCoreSpotlightDelegate.d.ts +1 -1
  722. package/dist/CoreData/NSCustomMigrationStage.d.ts +4 -4
  723. package/dist/CoreData/NSEntityDescription.d.ts +9 -5
  724. package/dist/CoreData/NSEntityMigrationPolicy.d.ts +7 -7
  725. package/dist/CoreData/NSFetchIndexDescription.d.ts +4 -0
  726. package/dist/CoreData/NSFetchIndexElementDescription.d.ts +4 -0
  727. package/dist/CoreData/NSFetchRequest.d.ts +5 -1
  728. package/dist/CoreData/NSFetchedResultsController.d.ts +2 -2
  729. package/dist/CoreData/NSIncrementalStore.d.ts +5 -5
  730. package/dist/CoreData/NSIncrementalStoreNode.d.ts +1 -1
  731. package/dist/CoreData/NSManagedObject.d.ts +11 -9
  732. package/dist/CoreData/NSManagedObjectContext.d.ts +11 -8
  733. package/dist/CoreData/NSManagedObjectID.d.ts +4 -0
  734. package/dist/CoreData/NSManagedObjectModel.d.ts +6 -1
  735. package/dist/CoreData/NSMappingModel.d.ts +1 -1
  736. package/dist/CoreData/NSMergePolicy.d.ts +3 -3
  737. package/dist/CoreData/NSMigrationManager.d.ts +1 -1
  738. package/dist/CoreData/NSPersistentCloudKitContainer.d.ts +8 -8
  739. package/dist/CoreData/NSPersistentCloudKitContainerEvent.d.ts +3 -0
  740. package/dist/CoreData/NSPersistentCloudKitContainerEventResult.d.ts +1 -1
  741. package/dist/CoreData/NSPersistentContainer.d.ts +1 -1
  742. package/dist/CoreData/NSPersistentHistoryChange.d.ts +3 -0
  743. package/dist/CoreData/NSPersistentHistoryResult.d.ts +1 -1
  744. package/dist/CoreData/NSPersistentHistoryToken.d.ts +4 -0
  745. package/dist/CoreData/NSPersistentHistoryTransaction.d.ts +3 -0
  746. package/dist/CoreData/NSPersistentStore.d.ts +3 -3
  747. package/dist/CoreData/NSPersistentStoreCoordinator.d.ts +17 -17
  748. package/dist/CoreData/NSPersistentStoreDescription.d.ts +3 -0
  749. package/dist/CoreData/NSPersistentStoreRequest.d.ts +3 -0
  750. package/dist/CoreData/NSPropertyDescription.d.ts +4 -0
  751. package/dist/CoreData/NSQueryGenerationToken.d.ts +4 -0
  752. package/dist/CoreData/index.js +63 -62
  753. package/dist/CoreHaptics/CHHapticAdvancedPatternPlayer.d.ts +3 -3
  754. package/dist/CoreHaptics/CHHapticDeviceCapability.d.ts +2 -2
  755. package/dist/CoreHaptics/CHHapticEngine.d.ts +11 -11
  756. package/dist/CoreHaptics/CHHapticEvent.d.ts +2 -3
  757. package/dist/CoreHaptics/CHHapticPattern.d.ts +5 -5
  758. package/dist/CoreHaptics/CHHapticPatternPlayer.d.ts +5 -5
  759. package/dist/CoreHaptics/index.js +8 -7
  760. package/dist/CoreImage/CIBarcodeDescriptor.d.ts +4 -0
  761. package/dist/CoreImage/CIColor.d.ts +4 -0
  762. package/dist/CoreImage/CIContext.d.ts +27 -27
  763. package/dist/CoreImage/CIFilter.d.ts +5 -1
  764. package/dist/CoreImage/CIFilterGenerator.d.ts +6 -1
  765. package/dist/CoreImage/CIFilterShape.d.ts +3 -0
  766. package/dist/CoreImage/CIImage.d.ts +13 -9
  767. package/dist/CoreImage/CIImageAccumulator.d.ts +5 -6
  768. package/dist/CoreImage/CIImageProcessorInput.d.ts +2 -2
  769. package/dist/CoreImage/CIImageProcessorKernel.d.ts +7 -7
  770. package/dist/CoreImage/CIImageProcessorOutput.d.ts +2 -2
  771. package/dist/CoreImage/CIKernel.d.ts +3 -3
  772. package/dist/CoreImage/CIQRCodeFeature.d.ts +4 -0
  773. package/dist/CoreImage/CIRAWFilter.d.ts +2 -2
  774. package/dist/CoreImage/CIRenderDestination.d.ts +2 -2
  775. package/dist/CoreImage/CIRenderTask.d.ts +1 -1
  776. package/dist/CoreImage/CISampler.d.ts +3 -0
  777. package/dist/CoreImage/CIVector.d.ts +4 -0
  778. package/dist/CoreImage/index.js +31 -30
  779. package/dist/CoreLocation/CLBackgroundActivitySession.d.ts +1 -1
  780. package/dist/CoreLocation/CLBeacon.d.ts +4 -0
  781. package/dist/CoreLocation/CLBeaconIdentityCondition.d.ts +3 -0
  782. package/dist/CoreLocation/CLBeaconIdentityConstraint.d.ts +3 -0
  783. package/dist/CoreLocation/CLCondition.d.ts +4 -0
  784. package/dist/CoreLocation/CLGeocoder.d.ts +9 -9
  785. package/dist/CoreLocation/CLHeading.d.ts +4 -0
  786. package/dist/CoreLocation/CLLocationManager.d.ts +4 -4
  787. package/dist/CoreLocation/CLLocationManagerDelegate.d.ts +1 -1
  788. package/dist/CoreLocation/CLLocationUpdater.d.ts +2 -2
  789. package/dist/CoreLocation/CLMonitorConfiguration.d.ts +2 -2
  790. package/dist/CoreLocation/CLMonitoringEvent.d.ts +3 -0
  791. package/dist/CoreLocation/CLMonitoringRecord.d.ts +3 -0
  792. package/dist/CoreLocation/CLPlacemark.d.ts +5 -1
  793. package/dist/CoreLocation/CLRegion.d.ts +4 -0
  794. package/dist/CoreLocation/CLServiceSession.d.ts +2 -2
  795. package/dist/CoreLocation/CLUpdate.d.ts +1 -1
  796. package/dist/CoreLocation/CLVisit.d.ts +4 -0
  797. package/dist/CoreLocation/index.js +24 -23
  798. package/dist/CoreMIDI/MIDI2DeviceInfo.d.ts +3 -4
  799. package/dist/CoreMIDI/MIDICIDevice.d.ts +1 -1
  800. package/dist/CoreMIDI/MIDICIDeviceInfo.d.ts +5 -3
  801. package/dist/CoreMIDI/MIDICIDiscoveredNode.d.ts +4 -2
  802. package/dist/CoreMIDI/MIDICIProfile.d.ts +3 -0
  803. package/dist/CoreMIDI/MIDICIProfileResponderDelegate.d.ts +6 -6
  804. package/dist/CoreMIDI/MIDICIProfileState.d.ts +5 -3
  805. package/dist/CoreMIDI/MIDICIResponder.d.ts +2 -2
  806. package/dist/CoreMIDI/MIDICISession.d.ts +9 -9
  807. package/dist/CoreMIDI/MIDINetworkSession.d.ts +2 -3
  808. package/dist/CoreMIDI/MIDIUMPCIProfile.d.ts +4 -4
  809. package/dist/CoreMIDI/MIDIUMPEndpoint.d.ts +2 -2
  810. package/dist/CoreMIDI/MIDIUMPFunctionBlock.d.ts +1 -1
  811. package/dist/CoreMIDI/MIDIUMPMutableEndpoint.d.ts +3 -3
  812. package/dist/CoreMIDI/MIDIUMPMutableFunctionBlock.d.ts +3 -3
  813. package/dist/CoreMIDI/index.js +20 -19
  814. package/dist/CoreML/MLArrayBatchProvider.d.ts +7 -3
  815. package/dist/CoreML/MLBatchProvider.d.ts +2 -2
  816. package/dist/CoreML/MLCPUComputeDevice.d.ts +3 -0
  817. package/dist/CoreML/MLComputePlan.d.ts +2 -2
  818. package/dist/CoreML/MLComputePlanDeviceUsage.d.ts +6 -4
  819. package/dist/CoreML/MLCustomLayer.d.ts +5 -5
  820. package/dist/CoreML/MLCustomModel.d.ts +5 -3
  821. package/dist/CoreML/MLDictionaryConstraint.d.ts +3 -0
  822. package/dist/CoreML/MLDictionaryFeatureProvider.d.ts +6 -1
  823. package/dist/CoreML/MLFeatureDescription.d.ts +4 -0
  824. package/dist/CoreML/MLFeatureValue.d.ts +14 -10
  825. package/dist/CoreML/MLGPUComputeDevice.d.ts +3 -0
  826. package/dist/CoreML/MLImageConstraint.d.ts +4 -2
  827. package/dist/CoreML/MLImageSize.d.ts +3 -0
  828. package/dist/CoreML/MLImageSizeConstraint.d.ts +3 -0
  829. package/dist/CoreML/MLKey.d.ts +4 -0
  830. package/dist/CoreML/MLModel.d.ts +20 -17
  831. package/dist/CoreML/MLModelAsset.d.ts +6 -6
  832. package/dist/CoreML/MLModelCollection.d.ts +2 -2
  833. package/dist/CoreML/MLModelConfiguration.d.ts +4 -0
  834. package/dist/CoreML/MLModelDescription.d.ts +3 -0
  835. package/dist/CoreML/MLModelStructure.d.ts +2 -2
  836. package/dist/CoreML/MLMultiArray.d.ts +6 -3
  837. package/dist/CoreML/MLMultiArrayConstraint.d.ts +3 -0
  838. package/dist/CoreML/MLMultiArrayShapeConstraint.d.ts +4 -2
  839. package/dist/CoreML/MLNeuralEngineComputeDevice.d.ts +3 -0
  840. package/dist/CoreML/MLNumericConstraint.d.ts +3 -0
  841. package/dist/CoreML/MLOptimizationHints.d.ts +4 -0
  842. package/dist/CoreML/MLParameterDescription.d.ts +3 -0
  843. package/dist/CoreML/MLSequence.d.ts +3 -0
  844. package/dist/CoreML/MLSequenceConstraint.d.ts +3 -0
  845. package/dist/CoreML/MLStateConstraint.d.ts +3 -0
  846. package/dist/CoreML/MLUpdateProgressHandlers.d.ts +1 -1
  847. package/dist/CoreML/MLUpdateTask.d.ts +4 -4
  848. package/dist/CoreML/MLWritable.d.ts +1 -1
  849. package/dist/CoreML/index.js +52 -51
  850. package/dist/CoreMediaIO/CMIOExtensionClient.d.ts +3 -0
  851. package/dist/CoreMediaIO/CMIOExtensionDevice.d.ts +2 -2
  852. package/dist/CoreMediaIO/CMIOExtensionDeviceSource.d.ts +2 -2
  853. package/dist/CoreMediaIO/CMIOExtensionPropertyAttributes.d.ts +8 -4
  854. package/dist/CoreMediaIO/CMIOExtensionPropertyState.d.ts +9 -5
  855. package/dist/CoreMediaIO/CMIOExtensionProvider.d.ts +5 -5
  856. package/dist/CoreMediaIO/CMIOExtensionProviderSource.d.ts +3 -3
  857. package/dist/CoreMediaIO/CMIOExtensionScheduledOutput.d.ts +4 -0
  858. package/dist/CoreMediaIO/CMIOExtensionStream.d.ts +1 -1
  859. package/dist/CoreMediaIO/CMIOExtensionStreamCustomClockConfiguration.d.ts +4 -0
  860. package/dist/CoreMediaIO/CMIOExtensionStreamFormat.d.ts +4 -0
  861. package/dist/CoreMediaIO/CMIOExtensionStreamSource.d.ts +4 -4
  862. package/dist/CoreMediaIO/index.js +13 -12
  863. package/dist/CoreMotion/CMAttitude.d.ts +4 -0
  864. package/dist/CoreMotion/CMBatchedSensorManager.d.ts +2 -2
  865. package/dist/CoreMotion/CMDyskineticSymptomResult.d.ts +4 -0
  866. package/dist/CoreMotion/CMLogItem.d.ts +4 -0
  867. package/dist/CoreMotion/CMOdometerData.d.ts +4 -0
  868. package/dist/CoreMotion/CMPedometerData.d.ts +4 -0
  869. package/dist/CoreMotion/CMPedometerEvent.d.ts +4 -0
  870. package/dist/CoreMotion/CMSensorDataList.d.ts +3 -0
  871. package/dist/CoreMotion/CMTremorResult.d.ts +4 -0
  872. package/dist/CoreMotion/CMWaterSubmersionEvent.d.ts +4 -0
  873. package/dist/CoreMotion/CMWaterSubmersionMeasurement.d.ts +4 -0
  874. package/dist/CoreMotion/CMWaterTemperature.d.ts +4 -0
  875. package/dist/CoreMotion/index.js +38 -37
  876. package/dist/CoreSpotlight/CSCustomAttributeKey.d.ts +4 -0
  877. package/dist/CoreSpotlight/CSImportExtension.d.ts +4 -1
  878. package/dist/CoreSpotlight/CSIndexExtensionRequestHandler.d.ts +4 -0
  879. package/dist/CoreSpotlight/CSPerson.d.ts +4 -0
  880. package/dist/CoreSpotlight/CSSearchQuery.d.ts +4 -4
  881. package/dist/CoreSpotlight/CSSearchQueryContext.d.ts +4 -0
  882. package/dist/CoreSpotlight/CSSearchableIndex.d.ts +10 -9
  883. package/dist/CoreSpotlight/CSSearchableIndexDelegate.d.ts +2 -2
  884. package/dist/CoreSpotlight/CSSearchableItem.d.ts +4 -0
  885. package/dist/CoreSpotlight/CSSearchableItemAttributeSet.d.ts +3 -0
  886. package/dist/CoreSpotlight/CSSuggestion.d.ts +4 -0
  887. package/dist/CoreSpotlight/CSUserQuery.d.ts +2 -2
  888. package/dist/CoreSpotlight/index.js +14 -13
  889. package/dist/CoreTelephony/CTCellularPlanProperties.d.ts +3 -0
  890. package/dist/CoreTelephony/CTCellularPlanProvisioning.d.ts +1 -1
  891. package/dist/CoreTelephony/CTCellularPlanProvisioningRequest.d.ts +3 -0
  892. package/dist/CoreTelephony/CTCellularPlanStatus.d.ts +2 -2
  893. package/dist/CoreTelephony/CTTelephonyNetworkInfo.d.ts +2 -2
  894. package/dist/CoreTelephony/index.js +12 -11
  895. package/dist/CoreWLAN/CWChannel.d.ts +4 -0
  896. package/dist/CoreWLAN/CWConfiguration.d.ts +5 -0
  897. package/dist/CoreWLAN/CWInterface.d.ts +12 -12
  898. package/dist/CoreWLAN/CWNetwork.d.ts +4 -0
  899. package/dist/CoreWLAN/CWNetworkProfile.d.ts +5 -0
  900. package/dist/CoreWLAN/CWWiFiClient.d.ts +3 -3
  901. package/dist/CoreWLAN/index.js +9 -8
  902. package/dist/CryptoTokenKit/TKBERTLVRecord.d.ts +3 -4
  903. package/dist/CryptoTokenKit/TKCompactTLVRecord.d.ts +2 -1
  904. package/dist/CryptoTokenKit/TKSimpleTLVRecord.d.ts +2 -1
  905. package/dist/CryptoTokenKit/TKSmartCard.d.ts +9 -9
  906. package/dist/CryptoTokenKit/TKSmartCardSlotManager.d.ts +2 -2
  907. package/dist/CryptoTokenKit/TKSmartCardSlotNFCSession.d.ts +1 -1
  908. package/dist/CryptoTokenKit/TKSmartCardTokenDriverDelegate.d.ts +1 -1
  909. package/dist/CryptoTokenKit/TKSmartCardTokenRegistrationManager.d.ts +2 -2
  910. package/dist/CryptoTokenKit/TKSmartCardTokenSession.d.ts +1 -1
  911. package/dist/CryptoTokenKit/TKSmartCardUserInteraction.d.ts +1 -1
  912. package/dist/CryptoTokenKit/TKTLVRecord.d.ts +1 -2
  913. package/dist/CryptoTokenKit/TKToken.d.ts +2 -2
  914. package/dist/CryptoTokenKit/TKTokenAuthOperation.d.ts +4 -1
  915. package/dist/CryptoTokenKit/TKTokenConfiguration.d.ts +4 -3
  916. package/dist/CryptoTokenKit/TKTokenDelegate.d.ts +1 -1
  917. package/dist/CryptoTokenKit/TKTokenDriverConfiguration.d.ts +4 -4
  918. package/dist/CryptoTokenKit/TKTokenDriverDelegate.d.ts +1 -1
  919. package/dist/CryptoTokenKit/TKTokenKeychainContents.d.ts +2 -2
  920. package/dist/CryptoTokenKit/TKTokenKeychainKey.d.ts +1 -1
  921. package/dist/CryptoTokenKit/TKTokenSessionDelegate.d.ts +4 -4
  922. package/dist/CryptoTokenKit/index.js +36 -35
  923. package/dist/DataDetection/index.js +10 -9
  924. package/dist/DeviceCheck/DCAppAttestService.d.ts +3 -3
  925. package/dist/DeviceCheck/DCDevice.d.ts +1 -1
  926. package/dist/DeviceCheck/index.js +3 -2
  927. package/dist/DeviceDiscoveryExtension/DDDevice.d.ts +2 -3
  928. package/dist/DeviceDiscoveryExtension/index.js +4 -3
  929. package/dist/DiscRecording/DRFSObject.d.ts +3 -3
  930. package/dist/DiscRecording/DRFileDataProduction.d.ts +2 -3
  931. package/dist/DiscRecording/index.js +12 -11
  932. package/dist/DiscRecordingUI/index.js +6 -5
  933. package/dist/EventKit/EKAlarm.d.ts +3 -0
  934. package/dist/EventKit/EKEventStore.d.ts +10 -10
  935. package/dist/EventKit/EKParticipant.d.ts +5 -2
  936. package/dist/EventKit/EKRecurrenceDayOfWeek.d.ts +4 -0
  937. package/dist/EventKit/EKRecurrenceEnd.d.ts +4 -0
  938. package/dist/EventKit/EKRecurrenceRule.d.ts +3 -0
  939. package/dist/EventKit/EKStructuredLocation.d.ts +5 -2
  940. package/dist/EventKit/EKVirtualConferenceProvider.d.ts +6 -2
  941. package/dist/EventKit/EKVirtualConferenceRoomTypeDescriptor.d.ts +2 -3
  942. package/dist/EventKit/index.js +18 -17
  943. package/dist/ExceptionHandling/index.js +2 -1
  944. package/dist/ExecutionPolicy/EPExecutionPolicy.d.ts +1 -1
  945. package/dist/ExecutionPolicy/index.js +3 -2
  946. package/dist/ExtensionKit/EXHostViewController.d.ts +1 -1
  947. package/dist/ExtensionKit/index.js +3 -2
  948. package/dist/ExternalAccessory/EAAccessoryManager.d.ts +1 -1
  949. package/dist/ExternalAccessory/EAWiFiUnconfiguredAccessoryBrowser.d.ts +1 -1
  950. package/dist/ExternalAccessory/index.js +6 -5
  951. package/dist/FSKit/FSBlockDeviceResource.d.ts +11 -11
  952. package/dist/FSKit/FSClient.d.ts +1 -1
  953. package/dist/FSKit/FSContainerStatus.d.ts +3 -0
  954. package/dist/FSKit/FSDirectoryEntryPacker.d.ts +1 -2
  955. package/dist/FSKit/FSEntityIdentifier.d.ts +4 -0
  956. package/dist/FSKit/FSFileName.d.ts +4 -0
  957. package/dist/FSKit/FSFileSystem.d.ts +3 -0
  958. package/dist/FSKit/FSFileSystemBase.d.ts +1 -1
  959. package/dist/FSKit/FSItemAttributes.d.ts +3 -0
  960. package/dist/FSKit/FSItemGetAttributesRequest.d.ts +3 -0
  961. package/dist/FSKit/FSManageableResourceMaintenanceOperations.d.ts +2 -2
  962. package/dist/FSKit/FSProbeResult.d.ts +3 -0
  963. package/dist/FSKit/FSResource.d.ts +3 -0
  964. package/dist/FSKit/FSStatFSResult.d.ts +3 -0
  965. package/dist/FSKit/FSTask.d.ts +2 -2
  966. package/dist/FSKit/FSUnaryFileSystem.d.ts +3 -0
  967. package/dist/FSKit/FSUnaryFileSystemOperations.d.ts +3 -3
  968. package/dist/FSKit/FSVolumeAccessCheckOperations.d.ts +1 -1
  969. package/dist/FSKit/FSVolumeItemDeactivation.d.ts +1 -1
  970. package/dist/FSKit/FSVolumeKernelOffloadedIOOperations.d.ts +5 -5
  971. package/dist/FSKit/FSVolumeOpenCloseOperations.d.ts +2 -2
  972. package/dist/FSKit/FSVolumeOperations.d.ts +15 -15
  973. package/dist/FSKit/FSVolumePreallocateOperations.d.ts +1 -1
  974. package/dist/FSKit/FSVolumeReadWriteOperations.d.ts +2 -2
  975. package/dist/FSKit/FSVolumeRenameOperations.d.ts +1 -1
  976. package/dist/FSKit/FSVolumeSupportedCapabilities.d.ts +3 -0
  977. package/dist/FSKit/FSVolumeXattrOperations.d.ts +3 -3
  978. package/dist/FSKit/index.js +28 -27
  979. package/dist/FileProvider/NSFileProviderChangeObserver.d.ts +3 -3
  980. package/dist/FileProvider/NSFileProviderCustomAction.d.ts +2 -1
  981. package/dist/FileProvider/NSFileProviderDomainVersion.d.ts +3 -0
  982. package/dist/FileProvider/NSFileProviderEnumerating.d.ts +2 -1
  983. package/dist/FileProvider/NSFileProviderEnumerationObserver.d.ts +4 -3
  984. package/dist/FileProvider/NSFileProviderEnumerator.d.ts +4 -3
  985. package/dist/FileProvider/NSFileProviderExtension.d.ts +20 -19
  986. package/dist/FileProvider/NSFileProviderExternalVolumeHandling.d.ts +1 -1
  987. package/dist/FileProvider/NSFileProviderIncrementalContentFetching.d.ts +2 -1
  988. package/dist/FileProvider/NSFileProviderItem.d.ts +2 -2
  989. package/dist/FileProvider/NSFileProviderKnownFolderLocation.d.ts +2 -2
  990. package/dist/FileProvider/NSFileProviderKnownFolderSupporting.d.ts +1 -1
  991. package/dist/FileProvider/NSFileProviderManager.d.ts +32 -29
  992. package/dist/FileProvider/NSFileProviderPartialContentFetching.d.ts +2 -1
  993. package/dist/FileProvider/NSFileProviderReplicatedExtension.d.ts +7 -5
  994. package/dist/FileProvider/NSFileProviderSearchEnumerationObserver.d.ts +4 -3
  995. package/dist/FileProvider/NSFileProviderSearchEnumerator.d.ts +2 -1
  996. package/dist/FileProvider/NSFileProviderSearchResult.d.ts +1 -1
  997. package/dist/FileProvider/NSFileProviderServiceSource.d.ts +1 -1
  998. package/dist/FileProvider/NSFileProviderServicing.d.ts +2 -1
  999. package/dist/FileProvider/NSFileProviderTestingChildrenEnumeration.d.ts +2 -1
  1000. package/dist/FileProvider/NSFileProviderTestingCollisionResolution.d.ts +2 -1
  1001. package/dist/FileProvider/NSFileProviderTestingContentFetch.d.ts +2 -1
  1002. package/dist/FileProvider/NSFileProviderTestingCreation.d.ts +2 -1
  1003. package/dist/FileProvider/NSFileProviderTestingDeletion.d.ts +3 -2
  1004. package/dist/FileProvider/NSFileProviderTestingIngestion.d.ts +4 -2
  1005. package/dist/FileProvider/NSFileProviderTestingLookup.d.ts +2 -1
  1006. package/dist/FileProvider/NSFileProviderTestingModification.d.ts +4 -2
  1007. package/dist/FileProvider/NSFileProviderThumbnailing.d.ts +1 -1
  1008. package/dist/FileProvider/index.js +10 -9
  1009. package/dist/FileProviderUI/index.js +3 -2
  1010. package/dist/FinderSync/FIFinderSync.d.ts +5 -2
  1011. package/dist/FinderSync/index.js +3 -2
  1012. package/dist/Foundation/NSAffineTransform.d.ts +4 -0
  1013. package/dist/Foundation/NSAppleEventDescriptor.d.ts +32 -28
  1014. package/dist/Foundation/NSAppleEventManager.d.ts +8 -8
  1015. package/dist/Foundation/NSAppleScript.d.ts +7 -4
  1016. package/dist/Foundation/NSArchiver.d.ts +1 -1
  1017. package/dist/Foundation/NSArray.d.ts +21 -20
  1018. package/dist/Foundation/NSAttributedString.d.ts +13 -8
  1019. package/dist/Foundation/NSAttributedStringMarkdownParsingOptions.d.ts +3 -0
  1020. package/dist/Foundation/NSAttributedStringMarkdownSourcePosition.d.ts +4 -0
  1021. package/dist/Foundation/NSBundle.d.ts +5 -5
  1022. package/dist/Foundation/NSBundleResourceRequest.d.ts +1 -1
  1023. package/dist/Foundation/NSByteCountFormatter.d.ts +1 -1
  1024. package/dist/Foundation/NSCache.d.ts +1 -1
  1025. package/dist/Foundation/NSCachedURLResponse.d.ts +4 -0
  1026. package/dist/Foundation/NSCalendar.d.ts +12 -8
  1027. package/dist/Foundation/NSCalendarDate.d.ts +8 -8
  1028. package/dist/Foundation/NSCharacterSet.d.ts +5 -2
  1029. package/dist/Foundation/NSCoder.d.ts +24 -24
  1030. package/dist/Foundation/NSCondition.d.ts +3 -0
  1031. package/dist/Foundation/NSConditionLock.d.ts +3 -0
  1032. package/dist/Foundation/NSConnection.d.ts +3 -3
  1033. package/dist/Foundation/NSCopying.d.ts +1 -1
  1034. package/dist/Foundation/NSData.d.ts +17 -12
  1035. package/dist/Foundation/NSDataDetector.d.ts +2 -2
  1036. package/dist/Foundation/NSDate.d.ts +8 -5
  1037. package/dist/Foundation/NSDateComponents.d.ts +4 -0
  1038. package/dist/Foundation/NSDateComponentsFormatter.d.ts +2 -2
  1039. package/dist/Foundation/NSDateFormatter.d.ts +1 -1
  1040. package/dist/Foundation/NSDateInterval.d.ts +3 -0
  1041. package/dist/Foundation/NSDecimalNumber.d.ts +5 -4
  1042. package/dist/Foundation/NSDecimalNumberHandler.d.ts +4 -0
  1043. package/dist/Foundation/NSDictionary.d.ts +23 -20
  1044. package/dist/Foundation/NSDistantObject.d.ts +2 -2
  1045. package/dist/Foundation/NSEnergyFormatter.d.ts +2 -2
  1046. package/dist/Foundation/NSEnumerator.d.ts +4 -1
  1047. package/dist/Foundation/NSError.d.ts +10 -6
  1048. package/dist/Foundation/NSException.d.ts +4 -0
  1049. package/dist/Foundation/NSExpression.d.ts +8 -5
  1050. package/dist/Foundation/NSExtensionContext.d.ts +2 -2
  1051. package/dist/Foundation/NSExtensionItem.d.ts +4 -0
  1052. package/dist/Foundation/NSFastEnumeration.d.ts +1 -1
  1053. package/dist/Foundation/NSFileCoordinator.d.ts +7 -7
  1054. package/dist/Foundation/NSFileHandle.d.ts +16 -16
  1055. package/dist/Foundation/NSFileManager.d.ts +40 -40
  1056. package/dist/Foundation/NSFilePresenter.d.ts +6 -6
  1057. package/dist/Foundation/NSFileProviderService.d.ts +1 -1
  1058. package/dist/Foundation/NSFileSecurity.d.ts +3 -0
  1059. package/dist/Foundation/NSFileVersion.d.ts +5 -5
  1060. package/dist/Foundation/NSFileWrapper.d.ts +4 -4
  1061. package/dist/Foundation/NSFormatter.d.ts +8 -4
  1062. package/dist/Foundation/NSHTTPCookieStorage.d.ts +1 -1
  1063. package/dist/Foundation/NSHashTable.d.ts +10 -5
  1064. package/dist/Foundation/NSIndexPath.d.ts +6 -2
  1065. package/dist/Foundation/NSIndexSet.d.ts +6 -1
  1066. package/dist/Foundation/NSInflectionRule.d.ts +4 -0
  1067. package/dist/Foundation/NSInputStream.d.ts +1 -1
  1068. package/dist/Foundation/NSInvocation.d.ts +2 -2
  1069. package/dist/Foundation/NSInvocationOperation.d.ts +2 -2
  1070. package/dist/Foundation/NSItemProvider.d.ts +15 -12
  1071. package/dist/Foundation/NSItemProviderWriting.d.ts +1 -1
  1072. package/dist/Foundation/NSJSONSerialization.d.ts +4 -4
  1073. package/dist/Foundation/NSKeyedArchiver.d.ts +4 -4
  1074. package/dist/Foundation/NSKeyedArchiverDelegate.d.ts +3 -3
  1075. package/dist/Foundation/NSKeyedUnarchiver.d.ts +16 -16
  1076. package/dist/Foundation/NSKeyedUnarchiverDelegate.d.ts +2 -2
  1077. package/dist/Foundation/NSLengthFormatter.d.ts +2 -2
  1078. package/dist/Foundation/NSLinguisticTagger.d.ts +11 -11
  1079. package/dist/Foundation/NSListFormatter.d.ts +1 -1
  1080. package/dist/Foundation/NSLocale.d.ts +4 -1
  1081. package/dist/Foundation/NSLocalizedNumberFormatRule.d.ts +4 -0
  1082. package/dist/Foundation/NSLock.d.ts +3 -0
  1083. package/dist/Foundation/NSMapTable.d.ts +8 -3
  1084. package/dist/Foundation/NSMassFormatter.d.ts +2 -2
  1085. package/dist/Foundation/NSMeasurement.d.ts +4 -0
  1086. package/dist/Foundation/NSMetadataItem.d.ts +1 -1
  1087. package/dist/Foundation/NSMetadataQuery.d.ts +3 -2
  1088. package/dist/Foundation/NSMetadataQueryAttributeValueTuple.d.ts +1 -1
  1089. package/dist/Foundation/NSMorphology.d.ts +5 -1
  1090. package/dist/Foundation/NSMorphologyCustomPronoun.d.ts +4 -0
  1091. package/dist/Foundation/NSMorphologyPronoun.d.ts +4 -0
  1092. package/dist/Foundation/NSMutableArray.d.ts +3 -3
  1093. package/dist/Foundation/NSMutableCharacterSet.d.ts +4 -0
  1094. package/dist/Foundation/NSMutableCopying.d.ts +1 -1
  1095. package/dist/Foundation/NSMutableData.d.ts +2 -2
  1096. package/dist/Foundation/NSMutableDictionary.d.ts +2 -2
  1097. package/dist/Foundation/NSMutableOrderedSet.d.ts +5 -5
  1098. package/dist/Foundation/NSMutableString.d.ts +1 -1
  1099. package/dist/Foundation/NSNetService.d.ts +1 -1
  1100. package/dist/Foundation/NSNotification.d.ts +7 -4
  1101. package/dist/Foundation/NSNotificationCenter.d.ts +5 -5
  1102. package/dist/Foundation/NSNull.d.ts +4 -0
  1103. package/dist/Foundation/NSNumber.d.ts +1 -1
  1104. package/dist/Foundation/NSNumberFormatter.d.ts +1 -1
  1105. package/dist/Foundation/NSObject.d.ts +45 -45
  1106. package/dist/Foundation/NSOperation.d.ts +2 -2
  1107. package/dist/Foundation/NSOperationQueue.d.ts +2 -2
  1108. package/dist/Foundation/NSOrderedCollectionChange.d.ts +5 -5
  1109. package/dist/Foundation/NSOrderedCollectionDifference.d.ts +7 -4
  1110. package/dist/Foundation/NSOrderedSet.d.ts +15 -14
  1111. package/dist/Foundation/NSOrthography.d.ts +7 -4
  1112. package/dist/Foundation/NSPersonNameComponents.d.ts +4 -0
  1113. package/dist/Foundation/NSPersonNameComponentsFormatter.d.ts +1 -1
  1114. package/dist/Foundation/NSPointerArray.d.ts +6 -1
  1115. package/dist/Foundation/NSPointerFunctions.d.ts +15 -12
  1116. package/dist/Foundation/NSPort.d.ts +4 -0
  1117. package/dist/Foundation/NSPositionalSpecifier.d.ts +1 -1
  1118. package/dist/Foundation/NSPredicate.d.ts +7 -3
  1119. package/dist/Foundation/NSPresentationIntent.d.ts +4 -0
  1120. package/dist/Foundation/NSProgress.d.ts +8 -8
  1121. package/dist/Foundation/NSPropertyListSerialization.d.ts +6 -6
  1122. package/dist/Foundation/NSProxy.d.ts +1 -1
  1123. package/dist/Foundation/NSPurgeableData.d.ts +3 -0
  1124. package/dist/Foundation/NSRecursiveLock.d.ts +3 -0
  1125. package/dist/Foundation/NSRegularExpression.d.ts +7 -3
  1126. package/dist/Foundation/NSRelativeDateTimeFormatter.d.ts +1 -1
  1127. package/dist/Foundation/NSRunLoop.d.ts +2 -2
  1128. package/dist/Foundation/NSScanner.d.ts +20 -17
  1129. package/dist/Foundation/NSScriptClassDescription.d.ts +4 -4
  1130. package/dist/Foundation/NSScriptCoercionHandler.d.ts +1 -1
  1131. package/dist/Foundation/NSScriptCommand.d.ts +6 -6
  1132. package/dist/Foundation/NSScriptCommandDescription.d.ts +5 -5
  1133. package/dist/Foundation/NSScriptExecutionContext.d.ts +6 -6
  1134. package/dist/Foundation/NSScriptObjectSpecifier.d.ts +3 -3
  1135. package/dist/Foundation/NSScriptSuiteRegistry.d.ts +4 -5
  1136. package/dist/Foundation/NSSet.d.ts +11 -10
  1137. package/dist/Foundation/NSSortDescriptor.d.ts +6 -3
  1138. package/dist/Foundation/NSSpecifierTest.d.ts +1 -1
  1139. package/dist/Foundation/NSSpellServerDelegate.d.ts +1 -1
  1140. package/dist/Foundation/NSStream.d.ts +5 -5
  1141. package/dist/Foundation/NSString.d.ts +45 -39
  1142. package/dist/Foundation/NSTask.d.ts +8 -8
  1143. package/dist/Foundation/NSTermOfAddress.d.ts +4 -0
  1144. package/dist/Foundation/NSTextCheckingResult.d.ts +6 -2
  1145. package/dist/Foundation/NSThread.d.ts +2 -2
  1146. package/dist/Foundation/NSTimeZone.d.ts +4 -0
  1147. package/dist/Foundation/NSTimer.d.ts +4 -4
  1148. package/dist/Foundation/NSURL.d.ts +22 -16
  1149. package/dist/Foundation/NSURLAuthenticationChallenge.d.ts +3 -0
  1150. package/dist/Foundation/NSURLCache.d.ts +1 -1
  1151. package/dist/Foundation/NSURLComponents.d.ts +3 -0
  1152. package/dist/Foundation/NSURLConnection.d.ts +5 -5
  1153. package/dist/Foundation/NSURLCredential.d.ts +4 -0
  1154. package/dist/Foundation/NSURLCredentialStorage.d.ts +3 -3
  1155. package/dist/Foundation/NSURLProtectionSpace.d.ts +4 -0
  1156. package/dist/Foundation/NSURLProtocol.d.ts +1 -1
  1157. package/dist/Foundation/NSURLQueryItem.d.ts +4 -0
  1158. package/dist/Foundation/NSURLRequest.d.ts +5 -0
  1159. package/dist/Foundation/NSURLResponse.d.ts +4 -0
  1160. package/dist/Foundation/NSURLSession.d.ts +8 -8
  1161. package/dist/Foundation/NSURLSessionConfiguration.d.ts +3 -0
  1162. package/dist/Foundation/NSURLSessionDataDelegate.d.ts +1 -1
  1163. package/dist/Foundation/NSURLSessionDelegate.d.ts +1 -1
  1164. package/dist/Foundation/NSURLSessionDownloadTask.d.ts +1 -1
  1165. package/dist/Foundation/NSURLSessionStreamTask.d.ts +2 -2
  1166. package/dist/Foundation/NSURLSessionTask.d.ts +3 -0
  1167. package/dist/Foundation/NSURLSessionTaskDelegate.d.ts +5 -5
  1168. package/dist/Foundation/NSURLSessionUploadTask.d.ts +1 -1
  1169. package/dist/Foundation/NSURLSessionWebSocketTask.d.ts +3 -3
  1170. package/dist/Foundation/NSUUID.d.ts +4 -0
  1171. package/dist/Foundation/NSUbiquitousKeyValueStore.d.ts +2 -2
  1172. package/dist/Foundation/NSUnarchiver.d.ts +4 -4
  1173. package/dist/Foundation/NSUndoManager.d.ts +4 -4
  1174. package/dist/Foundation/NSUnit.d.ts +4 -0
  1175. package/dist/Foundation/NSUnitConverterLinear.d.ts +3 -0
  1176. package/dist/Foundation/NSUserActivity.d.ts +3 -3
  1177. package/dist/Foundation/NSUserAppleScriptTask.d.ts +2 -1
  1178. package/dist/Foundation/NSUserAutomatorTask.d.ts +2 -1
  1179. package/dist/Foundation/NSUserDefaults.d.ts +3 -3
  1180. package/dist/Foundation/NSUserNotification.d.ts +3 -0
  1181. package/dist/Foundation/NSUserNotificationAction.d.ts +3 -0
  1182. package/dist/Foundation/NSUserScriptTask.d.ts +2 -2
  1183. package/dist/Foundation/NSUserUnixTask.d.ts +2 -1
  1184. package/dist/Foundation/NSValue.d.ts +6 -3
  1185. package/dist/Foundation/NSValueTransformer.d.ts +2 -2
  1186. package/dist/Foundation/NSXMLDTD.d.ts +2 -2
  1187. package/dist/Foundation/NSXMLDocument.d.ts +7 -7
  1188. package/dist/Foundation/NSXMLElement.d.ts +1 -1
  1189. package/dist/Foundation/NSXMLNode.d.ts +9 -6
  1190. package/dist/Foundation/NSXPCCoder.d.ts +2 -2
  1191. package/dist/Foundation/NSXPCConnection.d.ts +6 -6
  1192. package/dist/Foundation/NSXPCInterface.d.ts +1 -1
  1193. package/dist/Foundation/NSXPCListenerEndpoint.d.ts +3 -0
  1194. package/dist/Foundation/index.js +275 -274
  1195. package/dist/GLKit/GLKBaseEffect.d.ts +6 -6
  1196. package/dist/GLKit/GLKEffectPropertyFog.d.ts +10 -10
  1197. package/dist/GLKit/GLKEffectPropertyLight.d.ts +12 -12
  1198. package/dist/GLKit/GLKEffectPropertyMaterial.d.ts +2 -2
  1199. package/dist/GLKit/GLKEffectPropertyTexture.d.ts +4 -5
  1200. package/dist/GLKit/GLKMesh.d.ts +2 -2
  1201. package/dist/GLKit/GLKMeshBuffer.d.ts +1 -2
  1202. package/dist/GLKit/GLKMeshBufferAllocator.d.ts +3 -0
  1203. package/dist/GLKit/GLKSkyboxEffect.d.ts +6 -6
  1204. package/dist/GLKit/GLKSubmesh.d.ts +3 -4
  1205. package/dist/GLKit/GLKTextureInfo.d.ts +10 -8
  1206. package/dist/GLKit/GLKTextureLoader.d.ts +16 -16
  1207. package/dist/GLKit/index.js +16 -15
  1208. package/dist/GameController/GCAxis2DInput.d.ts +4 -3
  1209. package/dist/GameController/GCAxisInput.d.ts +4 -3
  1210. package/dist/GameController/GCColor.d.ts +4 -0
  1211. package/dist/GameController/GCController.d.ts +3 -3
  1212. package/dist/GameController/GCControllerAxisInput.d.ts +2 -2
  1213. package/dist/GameController/GCControllerButtonInput.d.ts +6 -6
  1214. package/dist/GameController/GCControllerDirectionPad.d.ts +2 -2
  1215. package/dist/GameController/GCControllerInputState.d.ts +3 -0
  1216. package/dist/GameController/GCControllerTouchpad.d.ts +6 -6
  1217. package/dist/GameController/GCDevice.d.ts +3 -3
  1218. package/dist/GameController/GCDevicePhysicalInput.d.ts +18 -9
  1219. package/dist/GameController/GCDevicePhysicalInputState.d.ts +15 -10
  1220. package/dist/GameController/GCDevicePhysicalInputStateDiff.d.ts +2 -2
  1221. package/dist/GameController/GCExtendedGamepad.d.ts +2 -2
  1222. package/dist/GameController/GCGamepad.d.ts +2 -2
  1223. package/dist/GameController/GCGearShifterElement.d.ts +3 -0
  1224. package/dist/GameController/GCKeyboard.d.ts +3 -0
  1225. package/dist/GameController/GCKeyboardInput.d.ts +2 -2
  1226. package/dist/GameController/GCLinearInput.d.ts +4 -3
  1227. package/dist/GameController/GCMicroGamepad.d.ts +2 -2
  1228. package/dist/GameController/GCMotion.d.ts +2 -2
  1229. package/dist/GameController/GCMouse.d.ts +3 -0
  1230. package/dist/GameController/GCMouseInput.d.ts +2 -2
  1231. package/dist/GameController/GCPhysicalInputElementCollection.d.ts +5 -2
  1232. package/dist/GameController/GCPhysicalInputProfile.d.ts +8 -4
  1233. package/dist/GameController/GCPhysicalInputSource.d.ts +2 -2
  1234. package/dist/GameController/GCPressedStateInput.d.ts +4 -3
  1235. package/dist/GameController/GCRacingWheel.d.ts +4 -1
  1236. package/dist/GameController/GCRacingWheelInputState.d.ts +3 -0
  1237. package/dist/GameController/GCRelativeInput.d.ts +4 -3
  1238. package/dist/GameController/GCSteeringWheelElement.d.ts +3 -0
  1239. package/dist/GameController/GCStylus.d.ts +6 -2
  1240. package/dist/GameController/GCSwitchPositionInput.d.ts +4 -3
  1241. package/dist/GameController/GCTouchedStateInput.d.ts +4 -3
  1242. package/dist/GameController/index.js +39 -38
  1243. package/dist/GameKit/GKAccessPoint.d.ts +11 -11
  1244. package/dist/GameKit/GKAchievement.d.ts +14 -10
  1245. package/dist/GameKit/GKAchievementDescription.d.ts +6 -2
  1246. package/dist/GameKit/GKBasePlayer.d.ts +3 -0
  1247. package/dist/GameKit/GKChallenge.d.ts +5 -1
  1248. package/dist/GameKit/GKChallengeDefinition.d.ts +3 -3
  1249. package/dist/GameKit/GKChallengesViewController.d.ts +3 -0
  1250. package/dist/GameKit/GKCloudPlayer.d.ts +1 -1
  1251. package/dist/GameKit/GKFriendRequestComposeViewController.d.ts +4 -1
  1252. package/dist/GameKit/GKGameActivity.d.ts +4 -4
  1253. package/dist/GameKit/GKGameActivityDefinition.d.ts +5 -5
  1254. package/dist/GameKit/GKGameCenterViewController.d.ts +4 -1
  1255. package/dist/GameKit/GKGameSession.d.ts +11 -11
  1256. package/dist/GameKit/GKLeaderboard.d.ts +11 -11
  1257. package/dist/GameKit/GKLeaderboardEntry.d.ts +2 -2
  1258. package/dist/GameKit/GKLeaderboardSet.d.ts +8 -4
  1259. package/dist/GameKit/GKLocalPlayer.d.ts +25 -22
  1260. package/dist/GameKit/GKMatch.d.ts +6 -6
  1261. package/dist/GameKit/GKMatchRequest.d.ts +4 -4
  1262. package/dist/GameKit/GKMatchedPlayers.d.ts +1 -1
  1263. package/dist/GameKit/GKMatchmaker.d.ts +13 -13
  1264. package/dist/GameKit/GKMatchmakerViewController.d.ts +5 -2
  1265. package/dist/GameKit/GKNotificationBanner.d.ts +2 -2
  1266. package/dist/GameKit/GKPlayer.d.ts +2 -2
  1267. package/dist/GameKit/GKSavedGame.d.ts +4 -1
  1268. package/dist/GameKit/GKScore.d.ts +11 -7
  1269. package/dist/GameKit/GKTurnBasedExchange.d.ts +2 -2
  1270. package/dist/GameKit/GKTurnBasedMatch.d.ts +20 -20
  1271. package/dist/GameKit/GKTurnBasedMatchmakerViewController.d.ts +3 -0
  1272. package/dist/GameKit/index.js +44 -43
  1273. package/dist/GameSave/index.js +4 -3
  1274. package/dist/GameplayKit/GKAgent.d.ts +3 -1
  1275. package/dist/GameplayKit/GKBehavior.d.ts +4 -0
  1276. package/dist/GameplayKit/GKComponent.d.ts +4 -0
  1277. package/dist/GameplayKit/GKComponentSystem.d.ts +3 -0
  1278. package/dist/GameplayKit/GKDecisionTree.d.ts +7 -3
  1279. package/dist/GameplayKit/GKEntity.d.ts +4 -0
  1280. package/dist/GameplayKit/GKGameModel.d.ts +4 -4
  1281. package/dist/GameplayKit/GKGoal.d.ts +3 -0
  1282. package/dist/GameplayKit/GKGraph.d.ts +4 -0
  1283. package/dist/GameplayKit/GKGraphNode.d.ts +3 -0
  1284. package/dist/GameplayKit/GKGridGraph.d.ts +1 -1
  1285. package/dist/GameplayKit/GKMinmaxStrategist.d.ts +3 -0
  1286. package/dist/GameplayKit/GKMonteCarloStrategist.d.ts +3 -0
  1287. package/dist/GameplayKit/GKPolygonObstacle.d.ts +3 -0
  1288. package/dist/GameplayKit/GKRandomSource.d.ts +4 -0
  1289. package/dist/GameplayKit/GKSCNNodeComponent.d.ts +3 -0
  1290. package/dist/GameplayKit/GKSKNodeComponent.d.ts +3 -0
  1291. package/dist/GameplayKit/GKScene.d.ts +4 -0
  1292. package/dist/GameplayKit/GKStrategist.d.ts +3 -1
  1293. package/dist/GameplayKit/index.js +59 -58
  1294. package/dist/HealthKit/HKActivityMoveModeObject.d.ts +4 -0
  1295. package/dist/HealthKit/HKActivitySummary.d.ts +4 -0
  1296. package/dist/HealthKit/HKActivitySummaryQuery.d.ts +3 -3
  1297. package/dist/HealthKit/HKAnchoredObjectQuery.d.ts +5 -5
  1298. package/dist/HealthKit/HKAttachment.d.ts +4 -0
  1299. package/dist/HealthKit/HKAttachmentStore.d.ts +5 -5
  1300. package/dist/HealthKit/HKAudiogramSensitivityPoint.d.ts +5 -2
  1301. package/dist/HealthKit/HKAudiogramSensitivityPointClampingRange.d.ts +5 -1
  1302. package/dist/HealthKit/HKAudiogramSensitivityTest.d.ts +5 -1
  1303. package/dist/HealthKit/HKBiologicalSexObject.d.ts +4 -0
  1304. package/dist/HealthKit/HKBloodTypeObject.d.ts +4 -0
  1305. package/dist/HealthKit/HKCDADocumentSample.d.ts +1 -1
  1306. package/dist/HealthKit/HKClinicalCoding.d.ts +4 -0
  1307. package/dist/HealthKit/HKClinicalRecord.d.ts +3 -0
  1308. package/dist/HealthKit/HKContactsLensSpecification.d.ts +4 -0
  1309. package/dist/HealthKit/HKContactsPrescription.d.ts +3 -0
  1310. package/dist/HealthKit/HKCorrelationQuery.d.ts +1 -1
  1311. package/dist/HealthKit/HKDeletedObject.d.ts +3 -0
  1312. package/dist/HealthKit/HKDevice.d.ts +4 -0
  1313. package/dist/HealthKit/HKDocumentQuery.d.ts +1 -1
  1314. package/dist/HealthKit/HKElectrocardiogramQuery.d.ts +1 -1
  1315. package/dist/HealthKit/HKElectrocardiogramVoltageMeasurement.d.ts +3 -0
  1316. package/dist/HealthKit/HKFHIRResource.d.ts +4 -0
  1317. package/dist/HealthKit/HKFHIRVersion.d.ts +5 -1
  1318. package/dist/HealthKit/HKFitzpatrickSkinTypeObject.d.ts +4 -0
  1319. package/dist/HealthKit/HKGlassesLensSpecification.d.ts +4 -0
  1320. package/dist/HealthKit/HKGlassesPrescription.d.ts +3 -0
  1321. package/dist/HealthKit/HKHealthConceptIdentifier.d.ts +4 -0
  1322. package/dist/HealthKit/HKHealthStore.d.ts +27 -27
  1323. package/dist/HealthKit/HKHeartbeatSeriesBuilder.d.ts +3 -3
  1324. package/dist/HealthKit/HKHeartbeatSeriesQuery.d.ts +1 -1
  1325. package/dist/HealthKit/HKMedicationConcept.d.ts +5 -2
  1326. package/dist/HealthKit/HKMedicationDoseEvent.d.ts +3 -0
  1327. package/dist/HealthKit/HKObject.d.ts +3 -0
  1328. package/dist/HealthKit/HKObjectType.d.ts +4 -0
  1329. package/dist/HealthKit/HKObserverQuery.d.ts +2 -2
  1330. package/dist/HealthKit/HKQuantity.d.ts +4 -0
  1331. package/dist/HealthKit/HKQuantitySeriesSampleBuilder.d.ts +4 -4
  1332. package/dist/HealthKit/HKQuantitySeriesSampleQuery.d.ts +2 -2
  1333. package/dist/HealthKit/HKQueryAnchor.d.ts +4 -0
  1334. package/dist/HealthKit/HKQueryDescriptor.d.ts +4 -0
  1335. package/dist/HealthKit/HKSampleQuery.d.ts +3 -3
  1336. package/dist/HealthKit/HKScoredAssessment.d.ts +3 -0
  1337. package/dist/HealthKit/HKSource.d.ts +4 -0
  1338. package/dist/HealthKit/HKSourceQuery.d.ts +1 -1
  1339. package/dist/HealthKit/HKSourceRevision.d.ts +4 -0
  1340. package/dist/HealthKit/HKStateOfMind.d.ts +3 -0
  1341. package/dist/HealthKit/HKStatistics.d.ts +4 -0
  1342. package/dist/HealthKit/HKStatisticsCollectionQuery.d.ts +4 -4
  1343. package/dist/HealthKit/HKStatisticsQuery.d.ts +1 -1
  1344. package/dist/HealthKit/HKUnit.d.ts +4 -0
  1345. package/dist/HealthKit/HKUserAnnotatedMedication.d.ts +4 -0
  1346. package/dist/HealthKit/HKUserAnnotatedMedicationQuery.d.ts +1 -1
  1347. package/dist/HealthKit/HKVerifiableClinicalRecordQuery.d.ts +2 -2
  1348. package/dist/HealthKit/HKVerifiableClinicalRecordSubject.d.ts +4 -0
  1349. package/dist/HealthKit/HKVisionPrescription.d.ts +3 -0
  1350. package/dist/HealthKit/HKVisionPrism.d.ts +4 -0
  1351. package/dist/HealthKit/HKWheelchairUseObject.d.ts +4 -0
  1352. package/dist/HealthKit/HKWorkoutActivity.d.ts +4 -0
  1353. package/dist/HealthKit/HKWorkoutBuilder.d.ts +9 -9
  1354. package/dist/HealthKit/HKWorkoutConfiguration.d.ts +4 -0
  1355. package/dist/HealthKit/HKWorkoutEffortRelationship.d.ts +4 -0
  1356. package/dist/HealthKit/HKWorkoutEffortRelationshipQuery.d.ts +1 -1
  1357. package/dist/HealthKit/HKWorkoutEvent.d.ts +4 -0
  1358. package/dist/HealthKit/HKWorkoutRouteBuilder.d.ts +3 -3
  1359. package/dist/HealthKit/HKWorkoutRouteQuery.d.ts +2 -2
  1360. package/dist/HealthKit/HKWorkoutSession.d.ts +8 -5
  1361. package/dist/HealthKit/index.js +109 -108
  1362. package/dist/IOSurface/IOSurface.d.ts +8 -5
  1363. package/dist/IOSurface/index.js +2 -1
  1364. package/dist/IOUSBHost/IOUSBHostCIControllerStateMachine.d.ts +5 -5
  1365. package/dist/IOUSBHost/IOUSBHostCIDeviceStateMachine.d.ts +4 -4
  1366. package/dist/IOUSBHost/IOUSBHostCIEndpointStateMachine.d.ts +5 -5
  1367. package/dist/IOUSBHost/IOUSBHostCIPortStateMachine.d.ts +5 -5
  1368. package/dist/IOUSBHost/IOUSBHostControllerInterface.d.ts +8 -8
  1369. package/dist/IOUSBHost/IOUSBHostDevice.d.ts +5 -5
  1370. package/dist/IOUSBHost/IOUSBHostInterface.d.ts +6 -5
  1371. package/dist/IOUSBHost/IOUSBHostObject.d.ts +24 -24
  1372. package/dist/IOUSBHost/IOUSBHostPipe.d.ts +20 -20
  1373. package/dist/IOUSBHost/IOUSBHostStream.d.ts +4 -4
  1374. package/dist/IOUSBHost/index.js +12 -11
  1375. package/dist/IdentityLookup/ILClassificationRequest.d.ts +3 -0
  1376. package/dist/IdentityLookup/ILClassificationResponse.d.ts +3 -0
  1377. package/dist/IdentityLookup/ILCommunication.d.ts +3 -0
  1378. package/dist/IdentityLookup/ILMessageFilterCapabilitiesQueryRequest.d.ts +3 -0
  1379. package/dist/IdentityLookup/ILMessageFilterCapabilitiesQueryResponse.d.ts +3 -0
  1380. package/dist/IdentityLookup/ILMessageFilterExtensionContext.d.ts +1 -1
  1381. package/dist/IdentityLookup/ILMessageFilterQueryRequest.d.ts +3 -0
  1382. package/dist/IdentityLookup/ILMessageFilterQueryResponse.d.ts +3 -0
  1383. package/dist/IdentityLookup/ILNetworkResponse.d.ts +3 -0
  1384. package/dist/IdentityLookup/index.js +15 -14
  1385. package/dist/ImageCaptureCore/ICCameraDevice.d.ts +2 -2
  1386. package/dist/ImageCaptureCore/ICCameraFile.d.ts +6 -6
  1387. package/dist/ImageCaptureCore/ICDevice.d.ts +3 -3
  1388. package/dist/ImageCaptureCore/index.js +19 -18
  1389. package/dist/InputMethodKit/IMKCandidates.d.ts +6 -6
  1390. package/dist/InputMethodKit/IMKInputController.d.ts +4 -0
  1391. package/dist/InputMethodKit/index.js +4 -3
  1392. package/dist/InstallerPlugins/index.js +4 -3
  1393. package/dist/InstantMessage/IMAVManager.d.ts +3 -3
  1394. package/dist/InstantMessage/IMService.d.ts +4 -5
  1395. package/dist/InstantMessage/index.js +7 -6
  1396. package/dist/Intents/INAirline.d.ts +4 -0
  1397. package/dist/Intents/INAirport.d.ts +4 -0
  1398. package/dist/Intents/INAirportGate.d.ts +4 -0
  1399. package/dist/Intents/INBalanceAmount.d.ts +4 -0
  1400. package/dist/Intents/INBillDetails.d.ts +4 -0
  1401. package/dist/Intents/INBillPayee.d.ts +4 -0
  1402. package/dist/Intents/INBoatReservation.d.ts +3 -0
  1403. package/dist/Intents/INBoatTrip.d.ts +4 -0
  1404. package/dist/Intents/INBookRestaurantReservationIntent.d.ts +3 -0
  1405. package/dist/Intents/INBusReservation.d.ts +3 -0
  1406. package/dist/Intents/INBusTrip.d.ts +4 -0
  1407. package/dist/Intents/INCallGroup.d.ts +4 -0
  1408. package/dist/Intents/INCallRecord.d.ts +4 -0
  1409. package/dist/Intents/INCallRecordFilter.d.ts +4 -0
  1410. package/dist/Intents/INCar.d.ts +4 -0
  1411. package/dist/Intents/INCarHeadUnit.d.ts +4 -0
  1412. package/dist/Intents/INCurrencyAmount.d.ts +4 -0
  1413. package/dist/Intents/INDateComponentsRange.d.ts +4 -0
  1414. package/dist/Intents/INDefaultCardTemplate.d.ts +4 -0
  1415. package/dist/Intents/INEnergyResolutionResult.d.ts +2 -2
  1416. package/dist/Intents/INExtension.d.ts +3 -0
  1417. package/dist/Intents/INFile.d.ts +3 -0
  1418. package/dist/Intents/INFlight.d.ts +4 -0
  1419. package/dist/Intents/INFlightReservation.d.ts +3 -0
  1420. package/dist/Intents/INFocusStatus.d.ts +4 -0
  1421. package/dist/Intents/INFocusStatusCenter.d.ts +1 -1
  1422. package/dist/Intents/INGetAvailableRestaurantReservationBookingsIntent.d.ts +3 -0
  1423. package/dist/Intents/INGetUserCurrentRestaurantReservationBookingsIntent.d.ts +3 -0
  1424. package/dist/Intents/INImage.d.ts +4 -0
  1425. package/dist/Intents/INImageNoteContent.d.ts +3 -0
  1426. package/dist/Intents/INIntent.d.ts +4 -0
  1427. package/dist/Intents/INIntentDonationMetadata.d.ts +4 -0
  1428. package/dist/Intents/INIntentHandlerProviding.d.ts +1 -1
  1429. package/dist/Intents/INIntentResponse.d.ts +4 -0
  1430. package/dist/Intents/INInteraction.d.ts +9 -5
  1431. package/dist/Intents/INLengthResolutionResult.d.ts +2 -2
  1432. package/dist/Intents/INLodgingReservation.d.ts +3 -0
  1433. package/dist/Intents/INMassResolutionResult.d.ts +2 -2
  1434. package/dist/Intents/INMediaDestination.d.ts +4 -0
  1435. package/dist/Intents/INMediaItem.d.ts +4 -0
  1436. package/dist/Intents/INMediaSearch.d.ts +4 -0
  1437. package/dist/Intents/INMessage.d.ts +4 -0
  1438. package/dist/Intents/INMessageLinkMetadata.d.ts +4 -0
  1439. package/dist/Intents/INMessageReaction.d.ts +4 -0
  1440. package/dist/Intents/INNote.d.ts +4 -0
  1441. package/dist/Intents/INNoteContent.d.ts +4 -0
  1442. package/dist/Intents/INObject.d.ts +4 -0
  1443. package/dist/Intents/INObjectCollection.d.ts +6 -3
  1444. package/dist/Intents/INObjectSection.d.ts +4 -0
  1445. package/dist/Intents/INParameter.d.ts +4 -0
  1446. package/dist/Intents/INPaymentAccount.d.ts +4 -0
  1447. package/dist/Intents/INPaymentAmount.d.ts +4 -0
  1448. package/dist/Intents/INPaymentMethod.d.ts +4 -0
  1449. package/dist/Intents/INPaymentRecord.d.ts +4 -0
  1450. package/dist/Intents/INPerson.d.ts +5 -0
  1451. package/dist/Intents/INPersonHandle.d.ts +4 -0
  1452. package/dist/Intents/INPriceRange.d.ts +4 -0
  1453. package/dist/Intents/INRecurrenceRule.d.ts +4 -0
  1454. package/dist/Intents/INRelevanceProvider.d.ts +4 -0
  1455. package/dist/Intents/INRelevantShortcut.d.ts +4 -0
  1456. package/dist/Intents/INRelevantShortcutStore.d.ts +1 -1
  1457. package/dist/Intents/INRentalCar.d.ts +4 -0
  1458. package/dist/Intents/INRentalCarReservation.d.ts +3 -0
  1459. package/dist/Intents/INReservation.d.ts +4 -0
  1460. package/dist/Intents/INReservationAction.d.ts +4 -0
  1461. package/dist/Intents/INRestaurant.d.ts +4 -0
  1462. package/dist/Intents/INRestaurantGuestDisplayPreferences.d.ts +4 -0
  1463. package/dist/Intents/INRestaurantOffer.d.ts +4 -0
  1464. package/dist/Intents/INRestaurantReservation.d.ts +3 -0
  1465. package/dist/Intents/INRestaurantReservationBooking.d.ts +4 -0
  1466. package/dist/Intents/INRestaurantReservationUserBooking.d.ts +3 -0
  1467. package/dist/Intents/INRideCompletionStatus.d.ts +4 -0
  1468. package/dist/Intents/INRideDriver.d.ts +3 -0
  1469. package/dist/Intents/INRideFareLineItem.d.ts +4 -0
  1470. package/dist/Intents/INRideOption.d.ts +3 -0
  1471. package/dist/Intents/INRidePartySizeOption.d.ts +4 -0
  1472. package/dist/Intents/INRideStatus.d.ts +4 -0
  1473. package/dist/Intents/INRideVehicle.d.ts +6 -2
  1474. package/dist/Intents/INSeat.d.ts +4 -0
  1475. package/dist/Intents/INSendMessageIntent.d.ts +3 -0
  1476. package/dist/Intents/INShortcut.d.ts +4 -0
  1477. package/dist/Intents/INSpatialEventTrigger.d.ts +4 -0
  1478. package/dist/Intents/INSpeakable.d.ts +2 -2
  1479. package/dist/Intents/INSpeakableString.d.ts +5 -0
  1480. package/dist/Intents/INSpeedResolutionResult.d.ts +2 -2
  1481. package/dist/Intents/INStartCallIntent.d.ts +3 -0
  1482. package/dist/Intents/INSticker.d.ts +4 -0
  1483. package/dist/Intents/INTask.d.ts +4 -0
  1484. package/dist/Intents/INTaskList.d.ts +4 -0
  1485. package/dist/Intents/INTemperatureResolutionResult.d.ts +2 -2
  1486. package/dist/Intents/INTemporalEventTrigger.d.ts +4 -0
  1487. package/dist/Intents/INTermsAndConditions.d.ts +4 -0
  1488. package/dist/Intents/INTextNoteContent.d.ts +3 -0
  1489. package/dist/Intents/INTicketedEvent.d.ts +4 -0
  1490. package/dist/Intents/INTicketedEventReservation.d.ts +3 -0
  1491. package/dist/Intents/INTrainReservation.d.ts +3 -0
  1492. package/dist/Intents/INTrainTrip.d.ts +4 -0
  1493. package/dist/Intents/INUserContext.d.ts +3 -0
  1494. package/dist/Intents/INVocabulary.d.ts +1 -2
  1495. package/dist/Intents/INVoiceShortcut.d.ts +4 -0
  1496. package/dist/Intents/INVoiceShortcutCenter.d.ts +2 -2
  1497. package/dist/Intents/INVolumeResolutionResult.d.ts +2 -2
  1498. package/dist/Intents/index.js +310 -309
  1499. package/dist/IntentsUI/index.js +4 -3
  1500. package/dist/JavaRuntimeSupport/index.js +6 -5
  1501. package/dist/JavaScriptCore/index.js +5 -4
  1502. package/dist/LinkPresentation/LPLinkMetadata.d.ts +4 -0
  1503. package/dist/LinkPresentation/LPMetadataProvider.d.ts +2 -2
  1504. package/dist/LinkPresentation/index.js +4 -3
  1505. package/dist/LocalAuthentication/LAContext.d.ts +3 -3
  1506. package/dist/LocalAuthentication/LAEnvironmentState.d.ts +3 -0
  1507. package/dist/LocalAuthentication/LAPrivateKey.d.ts +3 -3
  1508. package/dist/LocalAuthentication/LAPublicKey.d.ts +3 -3
  1509. package/dist/LocalAuthentication/LARight.d.ts +2 -2
  1510. package/dist/LocalAuthentication/LARightStore.d.ts +6 -6
  1511. package/dist/LocalAuthentication/LASecret.d.ts +1 -1
  1512. package/dist/LocalAuthentication/index.js +19 -18
  1513. package/dist/LocalAuthenticationEmbeddedUI/index.js +2 -1
  1514. package/dist/MLCompute/MLCActivationDescriptor.d.ts +3 -0
  1515. package/dist/MLCompute/MLCAdamOptimizer.d.ts +3 -0
  1516. package/dist/MLCompute/MLCAdamWOptimizer.d.ts +3 -0
  1517. package/dist/MLCompute/MLCConvolutionDescriptor.d.ts +3 -0
  1518. package/dist/MLCompute/MLCDevice.d.ts +6 -3
  1519. package/dist/MLCompute/MLCEmbeddingDescriptor.d.ts +3 -0
  1520. package/dist/MLCompute/MLCInferenceGraph.d.ts +4 -4
  1521. package/dist/MLCompute/MLCLSTMDescriptor.d.ts +3 -0
  1522. package/dist/MLCompute/MLCLossDescriptor.d.ts +3 -0
  1523. package/dist/MLCompute/MLCMatMulDescriptor.d.ts +3 -0
  1524. package/dist/MLCompute/MLCMultiheadAttentionDescriptor.d.ts +3 -0
  1525. package/dist/MLCompute/MLCOptimizer.d.ts +3 -0
  1526. package/dist/MLCompute/MLCOptimizerDescriptor.d.ts +3 -0
  1527. package/dist/MLCompute/MLCPaddingLayer.d.ts +3 -0
  1528. package/dist/MLCompute/MLCPoolingDescriptor.d.ts +3 -0
  1529. package/dist/MLCompute/MLCRMSPropOptimizer.d.ts +3 -0
  1530. package/dist/MLCompute/MLCSGDOptimizer.d.ts +3 -0
  1531. package/dist/MLCompute/MLCTensor.d.ts +3 -0
  1532. package/dist/MLCompute/MLCTensorDescriptor.d.ts +3 -0
  1533. package/dist/MLCompute/MLCTensorOptimizerDeviceData.d.ts +3 -0
  1534. package/dist/MLCompute/MLCTrainingGraph.d.ts +7 -7
  1535. package/dist/MLCompute/MLCYOLOLossDescriptor.d.ts +3 -0
  1536. package/dist/MLCompute/index.js +57 -56
  1537. package/dist/MailKit/MEAddressAnnotation.d.ts +3 -0
  1538. package/dist/MailKit/MEComposeSession.d.ts +3 -0
  1539. package/dist/MailKit/MEComposeSessionHandler.d.ts +3 -2
  1540. package/dist/MailKit/MEDecodedMessage.d.ts +3 -0
  1541. package/dist/MailKit/MEDecodedMessageBanner.d.ts +4 -0
  1542. package/dist/MailKit/MEEmailAddress.d.ts +4 -0
  1543. package/dist/MailKit/MEEncodedOutgoingMessage.d.ts +3 -0
  1544. package/dist/MailKit/MEExtensionManager.d.ts +2 -2
  1545. package/dist/MailKit/MEMessage.d.ts +5 -2
  1546. package/dist/MailKit/MEMessageAction.d.ts +3 -0
  1547. package/dist/MailKit/MEMessageActionDecision.d.ts +3 -0
  1548. package/dist/MailKit/MEMessageActionHandler.d.ts +1 -1
  1549. package/dist/MailKit/MEMessageEncodingResult.d.ts +3 -0
  1550. package/dist/MailKit/MEMessageSecurityHandler.d.ts +1 -1
  1551. package/dist/MailKit/MEMessageSecurityInformation.d.ts +3 -0
  1552. package/dist/MailKit/MEMessageSigner.d.ts +3 -0
  1553. package/dist/MailKit/MEOutgoingMessageEncodingStatus.d.ts +3 -0
  1554. package/dist/MailKit/index.js +17 -16
  1555. package/dist/MapKit/MKAddressFilter.d.ts +4 -0
  1556. package/dist/MapKit/MKAnnotationView.d.ts +12 -1
  1557. package/dist/MapKit/MKClusterAnnotation.d.ts +3 -3
  1558. package/dist/MapKit/MKDirections.d.ts +3 -2
  1559. package/dist/MapKit/MKGeoJSONDecoder.d.ts +2 -1
  1560. package/dist/MapKit/MKGeoJSONFeature.d.ts +5 -2
  1561. package/dist/MapKit/MKGeocodingRequest.d.ts +1 -1
  1562. package/dist/MapKit/MKLocalPointsOfInterestRequest.d.ts +3 -0
  1563. package/dist/MapKit/MKLocalSearch.d.ts +2 -1
  1564. package/dist/MapKit/MKLocalSearchRequest.d.ts +3 -0
  1565. package/dist/MapKit/MKLookAroundScene.d.ts +3 -0
  1566. package/dist/MapKit/MKLookAroundSceneRequest.d.ts +1 -1
  1567. package/dist/MapKit/MKLookAroundSnapshotter.d.ts +1 -1
  1568. package/dist/MapKit/MKLookAroundViewController.d.ts +3 -3
  1569. package/dist/MapKit/MKMapCamera.d.ts +4 -0
  1570. package/dist/MapKit/MKMapCameraBoundary.d.ts +3 -0
  1571. package/dist/MapKit/MKMapCameraZoomRange.d.ts +4 -0
  1572. package/dist/MapKit/MKMapConfiguration.d.ts +4 -0
  1573. package/dist/MapKit/MKMapItem.d.ts +5 -2
  1574. package/dist/MapKit/MKMapItemAnnotation.d.ts +3 -0
  1575. package/dist/MapKit/MKMapItemIdentifier.d.ts +4 -0
  1576. package/dist/MapKit/MKMapItemRequest.d.ts +2 -2
  1577. package/dist/MapKit/MKMapSnapshotOptions.d.ts +3 -0
  1578. package/dist/MapKit/MKMapSnapshotter.d.ts +2 -2
  1579. package/dist/MapKit/MKMapView.d.ts +16 -14
  1580. package/dist/MapKit/MKMapViewDelegate.d.ts +1 -2
  1581. package/dist/MapKit/MKMultiPoint.d.ts +3 -0
  1582. package/dist/MapKit/MKMultiPolygon.d.ts +3 -0
  1583. package/dist/MapKit/MKMultiPolyline.d.ts +3 -0
  1584. package/dist/MapKit/MKOverlayPathRenderer.d.ts +4 -4
  1585. package/dist/MapKit/MKOverlayRenderer.d.ts +10 -3
  1586. package/dist/MapKit/MKPlacemark.d.ts +3 -0
  1587. package/dist/MapKit/MKPointAnnotation.d.ts +3 -0
  1588. package/dist/MapKit/MKPointOfInterestCategory.d.ts +76 -5
  1589. package/dist/MapKit/MKPointOfInterestCategory.js +75 -0
  1590. package/dist/MapKit/MKPointOfInterestFilter.d.ts +4 -0
  1591. package/dist/MapKit/MKPolygon.d.ts +3 -0
  1592. package/dist/MapKit/MKPolyline.d.ts +3 -0
  1593. package/dist/MapKit/MKReverseGeocodingRequest.d.ts +1 -1
  1594. package/dist/MapKit/MKTileOverlay.d.ts +1 -1
  1595. package/dist/MapKit/MKUserLocation.d.ts +1 -1
  1596. package/dist/MapKit/index.d.ts +1 -1
  1597. package/dist/MapKit/index.js +76 -74
  1598. package/dist/Matter/MTRAccessControlClusterAccessControlEntryChangedEvent.d.ts +3 -0
  1599. package/dist/Matter/MTRAccessControlClusterAccessControlEntryStruct.d.ts +3 -0
  1600. package/dist/Matter/MTRAccessControlClusterAccessControlExtensionChangedEvent.d.ts +3 -0
  1601. package/dist/Matter/MTRAccessControlClusterAccessControlExtensionStruct.d.ts +3 -0
  1602. package/dist/Matter/MTRAccessControlClusterAccessControlTargetStruct.d.ts +3 -0
  1603. package/dist/Matter/MTRAccessControlClusterAccessRestrictionEntryStruct.d.ts +3 -0
  1604. package/dist/Matter/MTRAccessControlClusterAccessRestrictionStruct.d.ts +3 -0
  1605. package/dist/Matter/MTRAccessControlClusterCommissioningAccessRestrictionEntryStruct.d.ts +3 -0
  1606. package/dist/Matter/MTRAccessControlClusterFabricRestrictionReviewUpdateEvent.d.ts +3 -0
  1607. package/dist/Matter/MTRAccessControlClusterReviewFabricRestrictionsParams.d.ts +3 -0
  1608. package/dist/Matter/MTRAccessControlClusterReviewFabricRestrictionsResponseParams.d.ts +4 -1
  1609. package/dist/Matter/MTRAccessGrant.d.ts +3 -0
  1610. package/dist/Matter/MTRAccountLoginClusterGetSetupPINParams.d.ts +3 -0
  1611. package/dist/Matter/MTRAccountLoginClusterGetSetupPINResponseParams.d.ts +4 -1
  1612. package/dist/Matter/MTRAccountLoginClusterLoggedOutEvent.d.ts +3 -0
  1613. package/dist/Matter/MTRAccountLoginClusterLoginParams.d.ts +3 -0
  1614. package/dist/Matter/MTRAccountLoginClusterLogoutParams.d.ts +3 -0
  1615. package/dist/Matter/MTRActionsClusterActionFailedEvent.d.ts +3 -0
  1616. package/dist/Matter/MTRActionsClusterActionStruct.d.ts +3 -0
  1617. package/dist/Matter/MTRActionsClusterDisableActionParams.d.ts +3 -0
  1618. package/dist/Matter/MTRActionsClusterDisableActionWithDurationParams.d.ts +3 -0
  1619. package/dist/Matter/MTRActionsClusterEnableActionParams.d.ts +3 -0
  1620. package/dist/Matter/MTRActionsClusterEnableActionWithDurationParams.d.ts +3 -0
  1621. package/dist/Matter/MTRActionsClusterEndpointListStruct.d.ts +3 -0
  1622. package/dist/Matter/MTRActionsClusterInstantActionParams.d.ts +3 -0
  1623. package/dist/Matter/MTRActionsClusterInstantActionWithTransitionParams.d.ts +3 -0
  1624. package/dist/Matter/MTRActionsClusterPauseActionParams.d.ts +3 -0
  1625. package/dist/Matter/MTRActionsClusterPauseActionWithDurationParams.d.ts +3 -0
  1626. package/dist/Matter/MTRActionsClusterResumeActionParams.d.ts +3 -0
  1627. package/dist/Matter/MTRActionsClusterStartActionParams.d.ts +3 -0
  1628. package/dist/Matter/MTRActionsClusterStartActionWithDurationParams.d.ts +3 -0
  1629. package/dist/Matter/MTRActionsClusterStateChangedEvent.d.ts +3 -0
  1630. package/dist/Matter/MTRActionsClusterStopActionParams.d.ts +3 -0
  1631. package/dist/Matter/MTRActivatedCarbonFilterMonitoringClusterReplacementProductStruct.d.ts +3 -0
  1632. package/dist/Matter/MTRActivatedCarbonFilterMonitoringClusterResetConditionParams.d.ts +3 -0
  1633. package/dist/Matter/MTRAdministratorCommissioningClusterOpenBasicCommissioningWindowParams.d.ts +3 -0
  1634. package/dist/Matter/MTRAdministratorCommissioningClusterOpenCommissioningWindowParams.d.ts +3 -0
  1635. package/dist/Matter/MTRAdministratorCommissioningClusterRevokeCommissioningParams.d.ts +3 -0
  1636. package/dist/Matter/MTRApplicationBasicClusterApplicationStruct.d.ts +3 -0
  1637. package/dist/Matter/MTRApplicationLauncherClusterApplicationEPStruct.d.ts +3 -0
  1638. package/dist/Matter/MTRApplicationLauncherClusterApplicationStruct.d.ts +3 -0
  1639. package/dist/Matter/MTRApplicationLauncherClusterHideAppParams.d.ts +3 -0
  1640. package/dist/Matter/MTRApplicationLauncherClusterLaunchAppParams.d.ts +3 -0
  1641. package/dist/Matter/MTRApplicationLauncherClusterLauncherResponseParams.d.ts +4 -1
  1642. package/dist/Matter/MTRApplicationLauncherClusterStopAppParams.d.ts +3 -0
  1643. package/dist/Matter/MTRAsyncCallbackQueueWorkItem.d.ts +1 -1
  1644. package/dist/Matter/MTRAsyncCallbackWorkQueue.d.ts +1 -1
  1645. package/dist/Matter/MTRAttributeCacheContainer.d.ts +1 -1
  1646. package/dist/Matter/MTRAttributeReport.d.ts +2 -2
  1647. package/dist/Matter/MTRAttributeRequestPath.d.ts +4 -0
  1648. package/dist/Matter/MTRAudioOutputClusterOutputInfoStruct.d.ts +3 -0
  1649. package/dist/Matter/MTRAudioOutputClusterRenameOutputParams.d.ts +3 -0
  1650. package/dist/Matter/MTRAudioOutputClusterSelectOutputParams.d.ts +3 -0
  1651. package/dist/Matter/MTRBarrierControlClusterBarrierControlGoToPercentParams.d.ts +3 -0
  1652. package/dist/Matter/MTRBarrierControlClusterBarrierControlStopParams.d.ts +3 -0
  1653. package/dist/Matter/MTRBaseClusterAccessControl.d.ts +70 -69
  1654. package/dist/Matter/MTRBaseClusterAccountLogin.d.ts +35 -34
  1655. package/dist/Matter/MTRBaseClusterActions.d.ts +51 -50
  1656. package/dist/Matter/MTRBaseClusterActivatedCarbonFilterMonitoring.d.ts +35 -34
  1657. package/dist/Matter/MTRBaseClusterAdministratorCommissioning.d.ts +51 -50
  1658. package/dist/Matter/MTRBaseClusterAirQuality.d.ts +20 -19
  1659. package/dist/Matter/MTRBaseClusterApplicationBasic.d.ts +81 -80
  1660. package/dist/Matter/MTRBaseClusterApplicationLauncher.d.ts +54 -53
  1661. package/dist/Matter/MTRBaseClusterAudioOutput.d.ts +45 -44
  1662. package/dist/Matter/MTRBaseClusterBallastConfiguration.d.ts +117 -116
  1663. package/dist/Matter/MTRBaseClusterBarrierControl.d.ts +93 -92
  1664. package/dist/Matter/MTRBaseClusterBasic.d.ts +77 -76
  1665. package/dist/Matter/MTRBaseClusterBasicInformation.d.ts +86 -85
  1666. package/dist/Matter/MTRBaseClusterBinaryInputBasic.d.ts +87 -86
  1667. package/dist/Matter/MTRBaseClusterBinding.d.ts +39 -38
  1668. package/dist/Matter/MTRBaseClusterBooleanState.d.ts +39 -38
  1669. package/dist/Matter/MTRBaseClusterBooleanStateConfiguration.d.ts +41 -40
  1670. package/dist/Matter/MTRBaseClusterBridgedDeviceBasic.d.ts +62 -61
  1671. package/dist/Matter/MTRBaseClusterBridgedDeviceBasicInformation.d.ts +68 -67
  1672. package/dist/Matter/MTRBaseClusterCarbonDioxideConcentrationMeasurement.d.ts +50 -49
  1673. package/dist/Matter/MTRBaseClusterCarbonMonoxideConcentrationMeasurement.d.ts +50 -49
  1674. package/dist/Matter/MTRBaseClusterChannel.d.ts +55 -54
  1675. package/dist/Matter/MTRBaseClusterColorControl.d.ts +345 -344
  1676. package/dist/Matter/MTRBaseClusterCommissionerControl.d.ts +21 -20
  1677. package/dist/Matter/MTRBaseClusterContentAppObserver.d.ts +18 -17
  1678. package/dist/Matter/MTRBaseClusterContentLauncher.d.ts +49 -48
  1679. package/dist/Matter/MTRBaseClusterDescriptor.d.ts +57 -56
  1680. package/dist/Matter/MTRBaseClusterDeviceEnergyManagement.d.ts +41 -40
  1681. package/dist/Matter/MTRBaseClusterDeviceEnergyManagementMode.d.ts +24 -23
  1682. package/dist/Matter/MTRBaseClusterDiagnosticLogs.d.ts +35 -34
  1683. package/dist/Matter/MTRBaseClusterDishwasherAlarm.d.ts +29 -28
  1684. package/dist/Matter/MTRBaseClusterDishwasherMode.d.ts +24 -23
  1685. package/dist/Matter/MTRBaseClusterDoorLock.d.ts +288 -287
  1686. package/dist/Matter/MTRBaseClusterElectricalEnergyMeasurement.d.ts +35 -34
  1687. package/dist/Matter/MTRBaseClusterElectricalMeasurement.d.ts +801 -800
  1688. package/dist/Matter/MTRBaseClusterElectricalPowerMeasurement.d.ts +74 -73
  1689. package/dist/Matter/MTRBaseClusterEnergyEVSE.d.ts +70 -69
  1690. package/dist/Matter/MTRBaseClusterEnergyEVSEMode.d.ts +24 -23
  1691. package/dist/Matter/MTRBaseClusterEthernetNetworkDiagnostics.d.ts +87 -86
  1692. package/dist/Matter/MTRBaseClusterFanControl.d.ts +102 -101
  1693. package/dist/Matter/MTRBaseClusterFixedLabel.d.ts +39 -38
  1694. package/dist/Matter/MTRBaseClusterFlowMeasurement.d.ts +57 -56
  1695. package/dist/Matter/MTRBaseClusterFormaldehydeConcentrationMeasurement.d.ts +50 -49
  1696. package/dist/Matter/MTRBaseClusterGeneralCommissioning.d.ts +71 -70
  1697. package/dist/Matter/MTRBaseClusterGeneralDiagnostics.d.ts +90 -89
  1698. package/dist/Matter/MTRBaseClusterGroupKeyManagement.d.ts +62 -61
  1699. package/dist/Matter/MTRBaseClusterGroups.d.ts +47 -46
  1700. package/dist/Matter/MTRBaseClusterHEPAFilterMonitoring.d.ts +35 -34
  1701. package/dist/Matter/MTRBaseClusterICDManagement.d.ts +49 -48
  1702. package/dist/Matter/MTRBaseClusterIdentify.d.ts +45 -44
  1703. package/dist/Matter/MTRBaseClusterIlluminanceMeasurement.d.ts +63 -62
  1704. package/dist/Matter/MTRBaseClusterKeypadInput.d.ts +35 -34
  1705. package/dist/Matter/MTRBaseClusterLaundryDryerControls.d.ts +23 -22
  1706. package/dist/Matter/MTRBaseClusterLaundryWasherControls.d.ts +29 -28
  1707. package/dist/Matter/MTRBaseClusterLaundryWasherMode.d.ts +24 -23
  1708. package/dist/Matter/MTRBaseClusterLevelControl.d.ts +117 -116
  1709. package/dist/Matter/MTRBaseClusterLocalizationConfiguration.d.ts +45 -44
  1710. package/dist/Matter/MTRBaseClusterLowPower.d.ts +33 -32
  1711. package/dist/Matter/MTRBaseClusterMediaInput.d.ts +45 -44
  1712. package/dist/Matter/MTRBaseClusterMediaPlayback.d.ts +113 -112
  1713. package/dist/Matter/MTRBaseClusterMessages.d.ts +23 -22
  1714. package/dist/Matter/MTRBaseClusterMicrowaveOvenControl.d.ts +38 -37
  1715. package/dist/Matter/MTRBaseClusterMicrowaveOvenMode.d.ts +23 -22
  1716. package/dist/Matter/MTRBaseClusterModeSelect.d.ts +69 -68
  1717. package/dist/Matter/MTRBaseClusterNetworkCommissioning.d.ts +103 -102
  1718. package/dist/Matter/MTRBaseClusterNitrogenDioxideConcentrationMeasurement.d.ts +50 -49
  1719. package/dist/Matter/MTRBaseClusterOccupancySensing.d.ts +111 -110
  1720. package/dist/Matter/MTRBaseClusterOnOff.d.ts +63 -62
  1721. package/dist/Matter/MTRBaseClusterOnOffSwitchConfiguration.d.ts +45 -44
  1722. package/dist/Matter/MTRBaseClusterOperationalCredentials.d.ts +83 -82
  1723. package/dist/Matter/MTRBaseClusterOperationalState.d.ts +43 -42
  1724. package/dist/Matter/MTRBaseClusterOtaSoftwareUpdateProvider.d.ts +37 -36
  1725. package/dist/Matter/MTRBaseClusterOtaSoftwareUpdateRequestor.d.ts +57 -56
  1726. package/dist/Matter/MTRBaseClusterOvenCavityOperationalState.d.ts +39 -38
  1727. package/dist/Matter/MTRBaseClusterOvenMode.d.ts +24 -23
  1728. package/dist/Matter/MTRBaseClusterOzoneConcentrationMeasurement.d.ts +50 -49
  1729. package/dist/Matter/MTRBaseClusterPM10ConcentrationMeasurement.d.ts +50 -49
  1730. package/dist/Matter/MTRBaseClusterPM1ConcentrationMeasurement.d.ts +50 -49
  1731. package/dist/Matter/MTRBaseClusterPM25ConcentrationMeasurement.d.ts +50 -49
  1732. package/dist/Matter/MTRBaseClusterPowerSource.d.ts +222 -221
  1733. package/dist/Matter/MTRBaseClusterPowerSourceConfiguration.d.ts +39 -38
  1734. package/dist/Matter/MTRBaseClusterPowerTopology.d.ts +23 -22
  1735. package/dist/Matter/MTRBaseClusterPressureMeasurement.d.ts +87 -86
  1736. package/dist/Matter/MTRBaseClusterPumpConfigurationAndControl.d.ts +171 -170
  1737. package/dist/Matter/MTRBaseClusterRVCCleanMode.d.ts +24 -23
  1738. package/dist/Matter/MTRBaseClusterRVCOperationalState.d.ts +41 -40
  1739. package/dist/Matter/MTRBaseClusterRVCRunMode.d.ts +24 -23
  1740. package/dist/Matter/MTRBaseClusterRadonConcentrationMeasurement.d.ts +50 -49
  1741. package/dist/Matter/MTRBaseClusterRefrigeratorAlarm.d.ts +26 -25
  1742. package/dist/Matter/MTRBaseClusterRefrigeratorAndTemperatureControlledCabinetMode.d.ts +24 -23
  1743. package/dist/Matter/MTRBaseClusterRelativeHumidityMeasurement.d.ts +57 -56
  1744. package/dist/Matter/MTRBaseClusterServiceArea.d.ts +37 -36
  1745. package/dist/Matter/MTRBaseClusterSmokeCOAlarm.d.ts +56 -55
  1746. package/dist/Matter/MTRBaseClusterSoftwareDiagnostics.d.ts +57 -56
  1747. package/dist/Matter/MTRBaseClusterSwitch.d.ts +51 -50
  1748. package/dist/Matter/MTRBaseClusterTargetNavigator.d.ts +47 -46
  1749. package/dist/Matter/MTRBaseClusterTemperatureControl.d.ts +35 -34
  1750. package/dist/Matter/MTRBaseClusterTemperatureMeasurement.d.ts +57 -56
  1751. package/dist/Matter/MTRBaseClusterTestCluster.d.ts +282 -281
  1752. package/dist/Matter/MTRBaseClusterThermostat.d.ts +363 -362
  1753. package/dist/Matter/MTRBaseClusterThermostatUserInterfaceConfiguration.d.ts +51 -50
  1754. package/dist/Matter/MTRBaseClusterThreadBorderRouterManagement.d.ts +39 -38
  1755. package/dist/Matter/MTRBaseClusterThreadNetworkDiagnostics.d.ts +411 -410
  1756. package/dist/Matter/MTRBaseClusterThreadNetworkDirectory.d.ts +27 -26
  1757. package/dist/Matter/MTRBaseClusterTimeFormatLocalization.d.ts +51 -50
  1758. package/dist/Matter/MTRBaseClusterTimeSynchronization.d.ts +57 -56
  1759. package/dist/Matter/MTRBaseClusterTotalVolatileOrganicCompoundsConcentrationMeasurement.d.ts +50 -49
  1760. package/dist/Matter/MTRBaseClusterUnitLocalization.d.ts +39 -38
  1761. package/dist/Matter/MTRBaseClusterUnitTesting.d.ts +282 -281
  1762. package/dist/Matter/MTRBaseClusterUserLabel.d.ts +39 -38
  1763. package/dist/Matter/MTRBaseClusterValveConfigurationAndControl.d.ts +50 -49
  1764. package/dist/Matter/MTRBaseClusterWakeOnLan.d.ts +42 -41
  1765. package/dist/Matter/MTRBaseClusterWaterHeaterManagement.d.ts +35 -34
  1766. package/dist/Matter/MTRBaseClusterWaterHeaterMode.d.ts +24 -23
  1767. package/dist/Matter/MTRBaseClusterWiFiNetworkDiagnostics.d.ts +111 -110
  1768. package/dist/Matter/MTRBaseClusterWiFiNetworkManagement.d.ts +25 -24
  1769. package/dist/Matter/MTRBaseClusterWindowCovering.d.ts +165 -164
  1770. package/dist/Matter/MTRBaseDevice.d.ts +19 -19
  1771. package/dist/Matter/MTRBasicClusterMfgSpecificPingParams.d.ts +3 -0
  1772. package/dist/Matter/MTRBasicInformationClusterCapabilityMinimaStruct.d.ts +3 -0
  1773. package/dist/Matter/MTRBasicInformationClusterLeaveEvent.d.ts +3 -0
  1774. package/dist/Matter/MTRBasicInformationClusterProductAppearanceStruct.d.ts +3 -0
  1775. package/dist/Matter/MTRBasicInformationClusterReachableChangedEvent.d.ts +3 -0
  1776. package/dist/Matter/MTRBasicInformationClusterShutDownEvent.d.ts +3 -0
  1777. package/dist/Matter/MTRBasicInformationClusterStartUpEvent.d.ts +3 -0
  1778. package/dist/Matter/MTRBindingClusterTargetStruct.d.ts +3 -0
  1779. package/dist/Matter/MTRBooleanStateClusterStateChangeEvent.d.ts +3 -0
  1780. package/dist/Matter/MTRBooleanStateConfigurationClusterAlarmsStateChangedEvent.d.ts +3 -0
  1781. package/dist/Matter/MTRBooleanStateConfigurationClusterEnableDisableAlarmParams.d.ts +3 -0
  1782. package/dist/Matter/MTRBooleanStateConfigurationClusterSensorFaultEvent.d.ts +3 -0
  1783. package/dist/Matter/MTRBooleanStateConfigurationClusterSuppressAlarmParams.d.ts +3 -0
  1784. package/dist/Matter/MTRBridgedDeviceBasicInformationClusterActiveChangedEvent.d.ts +3 -0
  1785. package/dist/Matter/MTRBridgedDeviceBasicInformationClusterKeepActiveParams.d.ts +3 -0
  1786. package/dist/Matter/MTRBridgedDeviceBasicInformationClusterLeaveEvent.d.ts +3 -0
  1787. package/dist/Matter/MTRBridgedDeviceBasicInformationClusterProductAppearanceStruct.d.ts +3 -0
  1788. package/dist/Matter/MTRBridgedDeviceBasicInformationClusterReachableChangedEvent.d.ts +3 -0
  1789. package/dist/Matter/MTRBridgedDeviceBasicInformationClusterShutDownEvent.d.ts +3 -0
  1790. package/dist/Matter/MTRBridgedDeviceBasicInformationClusterStartUpEvent.d.ts +3 -0
  1791. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterDPTZRelativeMoveParams.d.ts +3 -0
  1792. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterDPTZSetViewportParams.d.ts +3 -0
  1793. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterDPTZStruct.d.ts +3 -0
  1794. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZMoveToPresetParams.d.ts +3 -0
  1795. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZPresetStruct.d.ts +3 -0
  1796. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZRelativeMoveParams.d.ts +3 -0
  1797. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZRemovePresetParams.d.ts +3 -0
  1798. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZSavePresetParams.d.ts +3 -0
  1799. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZSetPositionParams.d.ts +3 -0
  1800. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZStruct.d.ts +3 -0
  1801. package/dist/Matter/MTRCameraAVStreamManagementClusterAudioCapabilitiesStruct.d.ts +3 -0
  1802. package/dist/Matter/MTRCameraAVStreamManagementClusterAudioStreamAllocateParams.d.ts +3 -0
  1803. package/dist/Matter/MTRCameraAVStreamManagementClusterAudioStreamAllocateResponseParams.d.ts +3 -0
  1804. package/dist/Matter/MTRCameraAVStreamManagementClusterAudioStreamDeallocateParams.d.ts +3 -0
  1805. package/dist/Matter/MTRCameraAVStreamManagementClusterAudioStreamStruct.d.ts +3 -0
  1806. package/dist/Matter/MTRCameraAVStreamManagementClusterCaptureSnapshotParams.d.ts +3 -0
  1807. package/dist/Matter/MTRCameraAVStreamManagementClusterCaptureSnapshotResponseParams.d.ts +3 -0
  1808. package/dist/Matter/MTRCameraAVStreamManagementClusterRateDistortionTradeOffPointsStruct.d.ts +3 -0
  1809. package/dist/Matter/MTRCameraAVStreamManagementClusterSetStreamPrioritiesParams.d.ts +3 -0
  1810. package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotCapabilitiesStruct.d.ts +3 -0
  1811. package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotStreamAllocateParams.d.ts +3 -0
  1812. package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotStreamAllocateResponseParams.d.ts +3 -0
  1813. package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotStreamDeallocateParams.d.ts +3 -0
  1814. package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotStreamModifyParams.d.ts +3 -0
  1815. package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotStreamStruct.d.ts +3 -0
  1816. package/dist/Matter/MTRCameraAVStreamManagementClusterVideoResolutionStruct.d.ts +3 -0
  1817. package/dist/Matter/MTRCameraAVStreamManagementClusterVideoSensorParamsStruct.d.ts +3 -0
  1818. package/dist/Matter/MTRCameraAVStreamManagementClusterVideoStreamAllocateParams.d.ts +3 -0
  1819. package/dist/Matter/MTRCameraAVStreamManagementClusterVideoStreamAllocateResponseParams.d.ts +3 -0
  1820. package/dist/Matter/MTRCameraAVStreamManagementClusterVideoStreamDeallocateParams.d.ts +3 -0
  1821. package/dist/Matter/MTRCameraAVStreamManagementClusterVideoStreamModifyParams.d.ts +3 -0
  1822. package/dist/Matter/MTRCameraAVStreamManagementClusterVideoStreamStruct.d.ts +3 -0
  1823. package/dist/Matter/MTRCertificateInfo.d.ts +4 -2
  1824. package/dist/Matter/MTRCertificates.d.ts +15 -15
  1825. package/dist/Matter/MTRChannelClusterAdditionalInfoStruct.d.ts +3 -0
  1826. package/dist/Matter/MTRChannelClusterCancelRecordProgramParams.d.ts +3 -0
  1827. package/dist/Matter/MTRChannelClusterChangeChannelByNumberParams.d.ts +3 -0
  1828. package/dist/Matter/MTRChannelClusterChangeChannelParams.d.ts +3 -0
  1829. package/dist/Matter/MTRChannelClusterChangeChannelResponseParams.d.ts +4 -1
  1830. package/dist/Matter/MTRChannelClusterChannelInfoStruct.d.ts +3 -0
  1831. package/dist/Matter/MTRChannelClusterChannelPagingStruct.d.ts +3 -0
  1832. package/dist/Matter/MTRChannelClusterGetProgramGuideParams.d.ts +3 -0
  1833. package/dist/Matter/MTRChannelClusterLineupInfoStruct.d.ts +3 -0
  1834. package/dist/Matter/MTRChannelClusterPageTokenStruct.d.ts +3 -0
  1835. package/dist/Matter/MTRChannelClusterProgramCastStruct.d.ts +3 -0
  1836. package/dist/Matter/MTRChannelClusterProgramCategoryStruct.d.ts +3 -0
  1837. package/dist/Matter/MTRChannelClusterProgramGuideResponseParams.d.ts +4 -1
  1838. package/dist/Matter/MTRChannelClusterProgramStruct.d.ts +3 -0
  1839. package/dist/Matter/MTRChannelClusterRecordProgramParams.d.ts +3 -0
  1840. package/dist/Matter/MTRChannelClusterSeriesInfoStruct.d.ts +3 -0
  1841. package/dist/Matter/MTRChannelClusterSkipChannelParams.d.ts +3 -0
  1842. package/dist/Matter/MTRChimeClusterChimeSoundStruct.d.ts +3 -0
  1843. package/dist/Matter/MTRChimeClusterPlayChimeSoundParams.d.ts +3 -0
  1844. package/dist/Matter/MTRClosureControlClusterCalibrateParams.d.ts +3 -0
  1845. package/dist/Matter/MTRClosureControlClusterEngageStateChangedEvent.d.ts +3 -0
  1846. package/dist/Matter/MTRClosureControlClusterMoveToParams.d.ts +3 -0
  1847. package/dist/Matter/MTRClosureControlClusterMovementCompletedEvent.d.ts +3 -0
  1848. package/dist/Matter/MTRClosureControlClusterOperationalErrorEvent.d.ts +3 -0
  1849. package/dist/Matter/MTRClosureControlClusterOverallCurrentStateStruct.d.ts +3 -0
  1850. package/dist/Matter/MTRClosureControlClusterOverallTargetStateStruct.d.ts +3 -0
  1851. package/dist/Matter/MTRClosureControlClusterSecureStateChangedEvent.d.ts +3 -0
  1852. package/dist/Matter/MTRClosureControlClusterStopParams.d.ts +3 -0
  1853. package/dist/Matter/MTRClosureDimensionClusterDimensionStateStruct.d.ts +3 -0
  1854. package/dist/Matter/MTRClosureDimensionClusterRangePercent100thsStruct.d.ts +3 -0
  1855. package/dist/Matter/MTRClosureDimensionClusterSetTargetParams.d.ts +3 -0
  1856. package/dist/Matter/MTRClosureDimensionClusterStepParams.d.ts +3 -0
  1857. package/dist/Matter/MTRClosureDimensionClusterUnitRangeStruct.d.ts +3 -0
  1858. package/dist/Matter/MTRClusterAccessControl.d.ts +5 -3
  1859. package/dist/Matter/MTRClusterAccountLogin.d.ts +12 -10
  1860. package/dist/Matter/MTRClusterActions.d.ts +28 -26
  1861. package/dist/Matter/MTRClusterActivatedCarbonFilterMonitoring.d.ts +5 -3
  1862. package/dist/Matter/MTRClusterAdministratorCommissioning.d.ts +12 -10
  1863. package/dist/Matter/MTRClusterAirQuality.d.ts +2 -2
  1864. package/dist/Matter/MTRClusterApplicationBasic.d.ts +3 -3
  1865. package/dist/Matter/MTRClusterApplicationLauncher.d.ts +13 -11
  1866. package/dist/Matter/MTRClusterAudioOutput.d.ts +8 -6
  1867. package/dist/Matter/MTRClusterBallastConfiguration.d.ts +3 -3
  1868. package/dist/Matter/MTRClusterBarrierControl.d.ts +10 -8
  1869. package/dist/Matter/MTRClusterBasic.d.ts +5 -3
  1870. package/dist/Matter/MTRClusterBasicInformation.d.ts +2 -2
  1871. package/dist/Matter/MTRClusterBinaryInputBasic.d.ts +3 -3
  1872. package/dist/Matter/MTRClusterBinding.d.ts +3 -3
  1873. package/dist/Matter/MTRClusterBooleanState.d.ts +3 -3
  1874. package/dist/Matter/MTRClusterBooleanStateConfiguration.d.ts +5 -3
  1875. package/dist/Matter/MTRClusterBridgedDeviceBasic.d.ts +2 -2
  1876. package/dist/Matter/MTRClusterBridgedDeviceBasicInformation.d.ts +4 -2
  1877. package/dist/Matter/MTRClusterCarbonDioxideConcentrationMeasurement.d.ts +2 -2
  1878. package/dist/Matter/MTRClusterCarbonMonoxideConcentrationMeasurement.d.ts +2 -2
  1879. package/dist/Matter/MTRClusterChannel.d.ts +14 -12
  1880. package/dist/Matter/MTRClusterColorControl.d.ts +42 -40
  1881. package/dist/Matter/MTRClusterCommissionerControl.d.ts +5 -3
  1882. package/dist/Matter/MTRClusterContentAppObserver.d.ts +4 -2
  1883. package/dist/Matter/MTRClusterContentLauncher.d.ts +8 -6
  1884. package/dist/Matter/MTRClusterDescriptor.d.ts +3 -3
  1885. package/dist/Matter/MTRClusterDeviceEnergyManagement.d.ts +14 -12
  1886. package/dist/Matter/MTRClusterDeviceEnergyManagementMode.d.ts +4 -2
  1887. package/dist/Matter/MTRClusterDiagnosticLogs.d.ts +6 -4
  1888. package/dist/Matter/MTRClusterDishwasherAlarm.d.ts +5 -3
  1889. package/dist/Matter/MTRClusterDishwasherMode.d.ts +4 -2
  1890. package/dist/Matter/MTRClusterDoorLock.d.ts +47 -45
  1891. package/dist/Matter/MTRClusterElectricalEnergyMeasurement.d.ts +2 -2
  1892. package/dist/Matter/MTRClusterElectricalMeasurement.d.ts +10 -8
  1893. package/dist/Matter/MTRClusterElectricalPowerMeasurement.d.ts +2 -2
  1894. package/dist/Matter/MTRClusterEnergyEVSE.d.ts +13 -11
  1895. package/dist/Matter/MTRClusterEnergyEVSEMode.d.ts +4 -2
  1896. package/dist/Matter/MTRClusterEthernetNetworkDiagnostics.d.ts +8 -6
  1897. package/dist/Matter/MTRClusterFanControl.d.ts +5 -3
  1898. package/dist/Matter/MTRClusterFixedLabel.d.ts +3 -3
  1899. package/dist/Matter/MTRClusterFlowMeasurement.d.ts +3 -3
  1900. package/dist/Matter/MTRClusterFormaldehydeConcentrationMeasurement.d.ts +2 -2
  1901. package/dist/Matter/MTRClusterGeneralCommissioning.d.ts +12 -10
  1902. package/dist/Matter/MTRClusterGeneralDiagnostics.d.ts +9 -7
  1903. package/dist/Matter/MTRClusterGroupKeyManagement.d.ts +13 -11
  1904. package/dist/Matter/MTRClusterGroups.d.ts +18 -16
  1905. package/dist/Matter/MTRClusterHEPAFilterMonitoring.d.ts +5 -3
  1906. package/dist/Matter/MTRClusterICDManagement.d.ts +6 -4
  1907. package/dist/Matter/MTRClusterIdentify.d.ts +8 -6
  1908. package/dist/Matter/MTRClusterIlluminanceMeasurement.d.ts +3 -3
  1909. package/dist/Matter/MTRClusterKeypadInput.d.ts +6 -4
  1910. package/dist/Matter/MTRClusterLaundryDryerControls.d.ts +2 -2
  1911. package/dist/Matter/MTRClusterLaundryWasherControls.d.ts +2 -2
  1912. package/dist/Matter/MTRClusterLaundryWasherMode.d.ts +4 -2
  1913. package/dist/Matter/MTRClusterLevelControl.d.ts +22 -20
  1914. package/dist/Matter/MTRClusterLocalizationConfiguration.d.ts +3 -3
  1915. package/dist/Matter/MTRClusterLowPower.d.ts +8 -6
  1916. package/dist/Matter/MTRClusterMediaInput.d.ts +16 -14
  1917. package/dist/Matter/MTRClusterMediaPlayback.d.ts +46 -44
  1918. package/dist/Matter/MTRClusterMessages.d.ts +5 -3
  1919. package/dist/Matter/MTRClusterMicrowaveOvenControl.d.ts +6 -4
  1920. package/dist/Matter/MTRClusterMicrowaveOvenMode.d.ts +2 -2
  1921. package/dist/Matter/MTRClusterModeSelect.d.ts +6 -4
  1922. package/dist/Matter/MTRClusterNetworkCommissioning.d.ts +17 -15
  1923. package/dist/Matter/MTRClusterNitrogenDioxideConcentrationMeasurement.d.ts +2 -2
  1924. package/dist/Matter/MTRClusterOccupancySensing.d.ts +3 -3
  1925. package/dist/Matter/MTRClusterOnOff.d.ts +24 -22
  1926. package/dist/Matter/MTRClusterOnOffSwitchConfiguration.d.ts +3 -3
  1927. package/dist/Matter/MTRClusterOperationalCredentials.d.ts +20 -18
  1928. package/dist/Matter/MTRClusterOperationalState.d.ts +11 -9
  1929. package/dist/Matter/MTRClusterOtaSoftwareUpdateProvider.d.ts +10 -8
  1930. package/dist/Matter/MTRClusterOtaSoftwareUpdateRequestor.d.ts +6 -4
  1931. package/dist/Matter/MTRClusterOvenCavityOperationalState.d.ts +7 -5
  1932. package/dist/Matter/MTRClusterOvenMode.d.ts +4 -2
  1933. package/dist/Matter/MTRClusterOzoneConcentrationMeasurement.d.ts +2 -2
  1934. package/dist/Matter/MTRClusterPM10ConcentrationMeasurement.d.ts +2 -2
  1935. package/dist/Matter/MTRClusterPM1ConcentrationMeasurement.d.ts +2 -2
  1936. package/dist/Matter/MTRClusterPM25ConcentrationMeasurement.d.ts +2 -2
  1937. package/dist/Matter/MTRClusterPath.d.ts +4 -0
  1938. package/dist/Matter/MTRClusterPowerSource.d.ts +3 -3
  1939. package/dist/Matter/MTRClusterPowerSourceConfiguration.d.ts +3 -3
  1940. package/dist/Matter/MTRClusterPowerTopology.d.ts +2 -2
  1941. package/dist/Matter/MTRClusterPressureMeasurement.d.ts +3 -3
  1942. package/dist/Matter/MTRClusterPumpConfigurationAndControl.d.ts +3 -3
  1943. package/dist/Matter/MTRClusterRVCCleanMode.d.ts +4 -2
  1944. package/dist/Matter/MTRClusterRVCOperationalState.d.ts +9 -7
  1945. package/dist/Matter/MTRClusterRVCRunMode.d.ts +4 -2
  1946. package/dist/Matter/MTRClusterRadonConcentrationMeasurement.d.ts +2 -2
  1947. package/dist/Matter/MTRClusterRefrigeratorAlarm.d.ts +2 -2
  1948. package/dist/Matter/MTRClusterRefrigeratorAndTemperatureControlledCabinetMode.d.ts +4 -2
  1949. package/dist/Matter/MTRClusterRelativeHumidityMeasurement.d.ts +3 -3
  1950. package/dist/Matter/MTRClusterServiceArea.d.ts +5 -3
  1951. package/dist/Matter/MTRClusterSmokeCOAlarm.d.ts +5 -3
  1952. package/dist/Matter/MTRClusterSoftwareDiagnostics.d.ts +8 -6
  1953. package/dist/Matter/MTRClusterStateCacheContainer.d.ts +1 -1
  1954. package/dist/Matter/MTRClusterSwitch.d.ts +3 -3
  1955. package/dist/Matter/MTRClusterTargetNavigator.d.ts +6 -4
  1956. package/dist/Matter/MTRClusterTemperatureControl.d.ts +5 -3
  1957. package/dist/Matter/MTRClusterTemperatureMeasurement.d.ts +3 -3
  1958. package/dist/Matter/MTRClusterTestCluster.d.ts +32 -30
  1959. package/dist/Matter/MTRClusterThermostat.d.ts +17 -15
  1960. package/dist/Matter/MTRClusterThermostatUserInterfaceConfiguration.d.ts +3 -3
  1961. package/dist/Matter/MTRClusterThreadBorderRouterManagement.d.ts +9 -7
  1962. package/dist/Matter/MTRClusterThreadNetworkDiagnostics.d.ts +8 -6
  1963. package/dist/Matter/MTRClusterThreadNetworkDirectory.d.ts +6 -4
  1964. package/dist/Matter/MTRClusterTimeFormatLocalization.d.ts +3 -3
  1965. package/dist/Matter/MTRClusterTimeSynchronization.d.ts +8 -6
  1966. package/dist/Matter/MTRClusterTotalVolatileOrganicCompoundsConcentrationMeasurement.d.ts +2 -2
  1967. package/dist/Matter/MTRClusterUnitLocalization.d.ts +3 -3
  1968. package/dist/Matter/MTRClusterUnitTesting.d.ts +32 -30
  1969. package/dist/Matter/MTRClusterUserLabel.d.ts +3 -3
  1970. package/dist/Matter/MTRClusterValveConfigurationAndControl.d.ts +7 -5
  1971. package/dist/Matter/MTRClusterWakeOnLan.d.ts +3 -3
  1972. package/dist/Matter/MTRClusterWaterHeaterManagement.d.ts +6 -4
  1973. package/dist/Matter/MTRClusterWaterHeaterMode.d.ts +4 -2
  1974. package/dist/Matter/MTRClusterWiFiNetworkDiagnostics.d.ts +8 -6
  1975. package/dist/Matter/MTRClusterWiFiNetworkManagement.d.ts +5 -3
  1976. package/dist/Matter/MTRClusterWindowCovering.d.ts +24 -22
  1977. package/dist/Matter/MTRColorControlClusterColorLoopSetParams.d.ts +3 -0
  1978. package/dist/Matter/MTRColorControlClusterEnhancedMoveHueParams.d.ts +3 -0
  1979. package/dist/Matter/MTRColorControlClusterEnhancedMoveToHueAndSaturationParams.d.ts +3 -0
  1980. package/dist/Matter/MTRColorControlClusterEnhancedMoveToHueParams.d.ts +3 -0
  1981. package/dist/Matter/MTRColorControlClusterEnhancedStepHueParams.d.ts +3 -0
  1982. package/dist/Matter/MTRColorControlClusterMoveColorParams.d.ts +3 -0
  1983. package/dist/Matter/MTRColorControlClusterMoveColorTemperatureParams.d.ts +3 -0
  1984. package/dist/Matter/MTRColorControlClusterMoveHueParams.d.ts +3 -0
  1985. package/dist/Matter/MTRColorControlClusterMoveSaturationParams.d.ts +3 -0
  1986. package/dist/Matter/MTRColorControlClusterMoveToColorParams.d.ts +3 -0
  1987. package/dist/Matter/MTRColorControlClusterMoveToColorTemperatureParams.d.ts +3 -0
  1988. package/dist/Matter/MTRColorControlClusterMoveToHueAndSaturationParams.d.ts +3 -0
  1989. package/dist/Matter/MTRColorControlClusterMoveToHueParams.d.ts +3 -0
  1990. package/dist/Matter/MTRColorControlClusterMoveToSaturationParams.d.ts +3 -0
  1991. package/dist/Matter/MTRColorControlClusterStepColorParams.d.ts +3 -0
  1992. package/dist/Matter/MTRColorControlClusterStepColorTemperatureParams.d.ts +3 -0
  1993. package/dist/Matter/MTRColorControlClusterStepHueParams.d.ts +3 -0
  1994. package/dist/Matter/MTRColorControlClusterStepSaturationParams.d.ts +3 -0
  1995. package/dist/Matter/MTRColorControlClusterStopMoveStepParams.d.ts +3 -0
  1996. package/dist/Matter/MTRCommandWithRequiredResponse.d.ts +7 -4
  1997. package/dist/Matter/MTRCommissioneeInfo.d.ts +5 -2
  1998. package/dist/Matter/MTRCommissionerControlClusterCommissionNodeParams.d.ts +3 -0
  1999. package/dist/Matter/MTRCommissionerControlClusterCommissioningRequestResultEvent.d.ts +3 -0
  2000. package/dist/Matter/MTRCommissionerControlClusterRequestCommissioningApprovalParams.d.ts +3 -0
  2001. package/dist/Matter/MTRCommissionerControlClusterReverseOpenCommissioningWindowParams.d.ts +4 -1
  2002. package/dist/Matter/MTRCommissioningDelegate.d.ts +1 -1
  2003. package/dist/Matter/MTRCommissioningOperation.d.ts +1 -2
  2004. package/dist/Matter/MTRCommodityMeteringClusterMeteredQuantityStruct.d.ts +3 -0
  2005. package/dist/Matter/MTRCommodityPriceClusterCommodityPriceComponentStruct.d.ts +3 -0
  2006. package/dist/Matter/MTRCommodityPriceClusterCommodityPriceStruct.d.ts +3 -0
  2007. package/dist/Matter/MTRCommodityPriceClusterGetDetailedForecastRequestParams.d.ts +3 -0
  2008. package/dist/Matter/MTRCommodityPriceClusterGetDetailedForecastResponseParams.d.ts +3 -0
  2009. package/dist/Matter/MTRCommodityPriceClusterGetDetailedPriceRequestParams.d.ts +3 -0
  2010. package/dist/Matter/MTRCommodityPriceClusterGetDetailedPriceResponseParams.d.ts +3 -0
  2011. package/dist/Matter/MTRCommodityPriceClusterPriceChangeEvent.d.ts +3 -0
  2012. package/dist/Matter/MTRCommodityTariffClusterAuxiliaryLoadSwitchSettingsStruct.d.ts +3 -0
  2013. package/dist/Matter/MTRCommodityTariffClusterCalendarPeriodStruct.d.ts +3 -0
  2014. package/dist/Matter/MTRCommodityTariffClusterDayEntryStruct.d.ts +3 -0
  2015. package/dist/Matter/MTRCommodityTariffClusterDayPatternStruct.d.ts +3 -0
  2016. package/dist/Matter/MTRCommodityTariffClusterDayStruct.d.ts +3 -0
  2017. package/dist/Matter/MTRCommodityTariffClusterGetDayEntryParams.d.ts +3 -0
  2018. package/dist/Matter/MTRCommodityTariffClusterGetDayEntryResponseParams.d.ts +3 -0
  2019. package/dist/Matter/MTRCommodityTariffClusterGetTariffComponentParams.d.ts +3 -0
  2020. package/dist/Matter/MTRCommodityTariffClusterGetTariffComponentResponseParams.d.ts +3 -0
  2021. package/dist/Matter/MTRCommodityTariffClusterPeakPeriodStruct.d.ts +3 -0
  2022. package/dist/Matter/MTRCommodityTariffClusterTariffComponentStruct.d.ts +3 -0
  2023. package/dist/Matter/MTRCommodityTariffClusterTariffInformationStruct.d.ts +3 -0
  2024. package/dist/Matter/MTRCommodityTariffClusterTariffPeriodStruct.d.ts +3 -0
  2025. package/dist/Matter/MTRCommodityTariffClusterTariffPriceStruct.d.ts +3 -0
  2026. package/dist/Matter/MTRContentAppObserverClusterContentAppMessageParams.d.ts +3 -0
  2027. package/dist/Matter/MTRContentAppObserverClusterContentAppMessageResponseParams.d.ts +4 -1
  2028. package/dist/Matter/MTRContentControlClusterAddBonusTimeParams.d.ts +3 -0
  2029. package/dist/Matter/MTRContentControlClusterBlockUnratedContentParams.d.ts +3 -0
  2030. package/dist/Matter/MTRContentControlClusterDisableParams.d.ts +3 -0
  2031. package/dist/Matter/MTRContentControlClusterEnableParams.d.ts +3 -0
  2032. package/dist/Matter/MTRContentControlClusterRatingNameStruct.d.ts +3 -0
  2033. package/dist/Matter/MTRContentControlClusterRemainingScreenTimeExpiredEvent.d.ts +3 -0
  2034. package/dist/Matter/MTRContentControlClusterResetPINParams.d.ts +3 -0
  2035. package/dist/Matter/MTRContentControlClusterResetPINResponseParams.d.ts +3 -0
  2036. package/dist/Matter/MTRContentControlClusterSetOnDemandRatingThresholdParams.d.ts +3 -0
  2037. package/dist/Matter/MTRContentControlClusterSetScheduledContentRatingThresholdParams.d.ts +3 -0
  2038. package/dist/Matter/MTRContentControlClusterSetScreenDailyTimeParams.d.ts +3 -0
  2039. package/dist/Matter/MTRContentControlClusterUnblockUnratedContentParams.d.ts +3 -0
  2040. package/dist/Matter/MTRContentControlClusterUpdatePINParams.d.ts +3 -0
  2041. package/dist/Matter/MTRContentLauncherClusterAdditionalInfoStruct.d.ts +3 -0
  2042. package/dist/Matter/MTRContentLauncherClusterBrandingInformationStruct.d.ts +3 -0
  2043. package/dist/Matter/MTRContentLauncherClusterContentSearchStruct.d.ts +3 -0
  2044. package/dist/Matter/MTRContentLauncherClusterDimensionStruct.d.ts +3 -0
  2045. package/dist/Matter/MTRContentLauncherClusterLaunchContentParams.d.ts +3 -0
  2046. package/dist/Matter/MTRContentLauncherClusterLaunchURLParams.d.ts +3 -0
  2047. package/dist/Matter/MTRContentLauncherClusterLauncherResponseParams.d.ts +4 -1
  2048. package/dist/Matter/MTRContentLauncherClusterParameterStruct.d.ts +3 -0
  2049. package/dist/Matter/MTRContentLauncherClusterPlaybackPreferencesStruct.d.ts +3 -0
  2050. package/dist/Matter/MTRContentLauncherClusterStyleInformationStruct.d.ts +3 -0
  2051. package/dist/Matter/MTRContentLauncherClusterTrackPreferenceStruct.d.ts +3 -0
  2052. package/dist/Matter/MTRDataTypeAtomicAttributeStatusStruct.d.ts +3 -0
  2053. package/dist/Matter/MTRDataTypeCurrencyStruct.d.ts +3 -0
  2054. package/dist/Matter/MTRDataTypeICECandidateStruct.d.ts +3 -0
  2055. package/dist/Matter/MTRDataTypeICEServerStruct.d.ts +3 -0
  2056. package/dist/Matter/MTRDataTypeLocationDescriptorStruct.d.ts +3 -0
  2057. package/dist/Matter/MTRDataTypeMeasurementAccuracyRangeStruct.d.ts +3 -0
  2058. package/dist/Matter/MTRDataTypeMeasurementAccuracyStruct.d.ts +3 -0
  2059. package/dist/Matter/MTRDataTypePowerThresholdStruct.d.ts +3 -0
  2060. package/dist/Matter/MTRDataTypePriceStruct.d.ts +3 -0
  2061. package/dist/Matter/MTRDataTypeSemanticTagStruct.d.ts +3 -0
  2062. package/dist/Matter/MTRDataTypeTestGlobalStruct.d.ts +3 -0
  2063. package/dist/Matter/MTRDataTypeViewportStruct.d.ts +3 -0
  2064. package/dist/Matter/MTRDataTypeWebRTCSessionStruct.d.ts +3 -0
  2065. package/dist/Matter/MTRDescriptorClusterDeviceTypeStruct.d.ts +3 -0
  2066. package/dist/Matter/MTRDevice.d.ts +13 -13
  2067. package/dist/Matter/MTRDeviceAttestationDeviceInfo.d.ts +3 -4
  2068. package/dist/Matter/MTRDeviceAttestationInfo.d.ts +4 -5
  2069. package/dist/Matter/MTRDeviceController.d.ts +25 -25
  2070. package/dist/Matter/MTRDeviceControllerClientProtocol.d.ts +1 -1
  2071. package/dist/Matter/MTRDeviceControllerExternalCertificateParameters.d.ts +3 -3
  2072. package/dist/Matter/MTRDeviceControllerFactory.d.ts +3 -3
  2073. package/dist/Matter/MTRDeviceControllerParameters.d.ts +3 -3
  2074. package/dist/Matter/MTRDeviceControllerServerProtocol.d.ts +8 -8
  2075. package/dist/Matter/MTRDeviceControllerStartupParams.d.ts +9 -10
  2076. package/dist/Matter/MTRDeviceControllerStorageDelegate.d.ts +3 -3
  2077. package/dist/Matter/MTRDeviceDelegate.d.ts +3 -3
  2078. package/dist/Matter/MTRDeviceEnergyManagementClusterCancelPowerAdjustRequestParams.d.ts +3 -0
  2079. package/dist/Matter/MTRDeviceEnergyManagementClusterCancelRequestParams.d.ts +3 -0
  2080. package/dist/Matter/MTRDeviceEnergyManagementClusterConstraintsStruct.d.ts +3 -0
  2081. package/dist/Matter/MTRDeviceEnergyManagementClusterCostStruct.d.ts +3 -0
  2082. package/dist/Matter/MTRDeviceEnergyManagementClusterForecastStruct.d.ts +3 -0
  2083. package/dist/Matter/MTRDeviceEnergyManagementClusterModifyForecastRequestParams.d.ts +3 -0
  2084. package/dist/Matter/MTRDeviceEnergyManagementClusterPauseRequestParams.d.ts +3 -0
  2085. package/dist/Matter/MTRDeviceEnergyManagementClusterPausedEvent.d.ts +3 -0
  2086. package/dist/Matter/MTRDeviceEnergyManagementClusterPowerAdjustCapabilityStruct.d.ts +3 -0
  2087. package/dist/Matter/MTRDeviceEnergyManagementClusterPowerAdjustEndEvent.d.ts +3 -0
  2088. package/dist/Matter/MTRDeviceEnergyManagementClusterPowerAdjustRequestParams.d.ts +3 -0
  2089. package/dist/Matter/MTRDeviceEnergyManagementClusterPowerAdjustStartEvent.d.ts +3 -0
  2090. package/dist/Matter/MTRDeviceEnergyManagementClusterPowerAdjustStruct.d.ts +3 -0
  2091. package/dist/Matter/MTRDeviceEnergyManagementClusterRequestConstraintBasedForecastParams.d.ts +3 -0
  2092. package/dist/Matter/MTRDeviceEnergyManagementClusterResumeRequestParams.d.ts +3 -0
  2093. package/dist/Matter/MTRDeviceEnergyManagementClusterResumedEvent.d.ts +3 -0
  2094. package/dist/Matter/MTRDeviceEnergyManagementClusterSlotAdjustmentStruct.d.ts +3 -0
  2095. package/dist/Matter/MTRDeviceEnergyManagementClusterSlotStruct.d.ts +3 -0
  2096. package/dist/Matter/MTRDeviceEnergyManagementClusterStartTimeAdjustRequestParams.d.ts +3 -0
  2097. package/dist/Matter/MTRDeviceEnergyManagementModeClusterChangeToModeParams.d.ts +3 -0
  2098. package/dist/Matter/MTRDeviceEnergyManagementModeClusterChangeToModeResponseParams.d.ts +4 -1
  2099. package/dist/Matter/MTRDeviceEnergyManagementModeClusterModeOptionStruct.d.ts +3 -0
  2100. package/dist/Matter/MTRDeviceEnergyManagementModeClusterModeTagStruct.d.ts +3 -0
  2101. package/dist/Matter/MTRDeviceStorageBehaviorConfiguration.d.ts +3 -0
  2102. package/dist/Matter/MTRDeviceType.d.ts +3 -0
  2103. package/dist/Matter/MTRDeviceTypeRevision.d.ts +4 -0
  2104. package/dist/Matter/MTRDiagnosticLogsClusterRetrieveLogsRequestParams.d.ts +3 -0
  2105. package/dist/Matter/MTRDiagnosticLogsClusterRetrieveLogsResponseParams.d.ts +4 -1
  2106. package/dist/Matter/MTRDishwasherAlarmClusterModifyEnabledAlarmsParams.d.ts +3 -0
  2107. package/dist/Matter/MTRDishwasherAlarmClusterNotifyEvent.d.ts +3 -0
  2108. package/dist/Matter/MTRDishwasherAlarmClusterResetParams.d.ts +3 -0
  2109. package/dist/Matter/MTRDishwasherModeClusterChangeToModeParams.d.ts +3 -0
  2110. package/dist/Matter/MTRDishwasherModeClusterChangeToModeResponseParams.d.ts +4 -1
  2111. package/dist/Matter/MTRDishwasherModeClusterModeOptionStruct.d.ts +3 -0
  2112. package/dist/Matter/MTRDishwasherModeClusterModeTagStruct.d.ts +3 -0
  2113. package/dist/Matter/MTRDistinguishedNameInfo.d.ts +3 -0
  2114. package/dist/Matter/MTRDoorLockClusterAppleAliroCredentialStruct.d.ts +3 -0
  2115. package/dist/Matter/MTRDoorLockClusterAppleAliroLockOperationErrorEvent.d.ts +3 -0
  2116. package/dist/Matter/MTRDoorLockClusterAppleAliroLockOperationEvent.d.ts +3 -0
  2117. package/dist/Matter/MTRDoorLockClusterAppleAliroLockUserChangeEvent.d.ts +3 -0
  2118. package/dist/Matter/MTRDoorLockClusterAppleClearAliroCredentialParams.d.ts +3 -0
  2119. package/dist/Matter/MTRDoorLockClusterAppleClearAliroReaderConfigParams.d.ts +3 -0
  2120. package/dist/Matter/MTRDoorLockClusterAppleGetAliroCredentialStatusParams.d.ts +3 -0
  2121. package/dist/Matter/MTRDoorLockClusterAppleSetAliroCredentialParams.d.ts +3 -0
  2122. package/dist/Matter/MTRDoorLockClusterAppleSetAliroReaderConfigParams.d.ts +3 -0
  2123. package/dist/Matter/MTRDoorLockClusterClearAliroReaderConfigParams.d.ts +3 -0
  2124. package/dist/Matter/MTRDoorLockClusterClearCredentialParams.d.ts +3 -0
  2125. package/dist/Matter/MTRDoorLockClusterClearHolidayScheduleParams.d.ts +3 -0
  2126. package/dist/Matter/MTRDoorLockClusterClearUserParams.d.ts +3 -0
  2127. package/dist/Matter/MTRDoorLockClusterClearWeekDayScheduleParams.d.ts +3 -0
  2128. package/dist/Matter/MTRDoorLockClusterClearYearDayScheduleParams.d.ts +3 -0
  2129. package/dist/Matter/MTRDoorLockClusterCredentialStruct.d.ts +3 -0
  2130. package/dist/Matter/MTRDoorLockClusterDoorLockAlarmEvent.d.ts +3 -0
  2131. package/dist/Matter/MTRDoorLockClusterDoorStateChangeEvent.d.ts +3 -0
  2132. package/dist/Matter/MTRDoorLockClusterGetCredentialStatusParams.d.ts +3 -0
  2133. package/dist/Matter/MTRDoorLockClusterGetCredentialStatusResponseParams.d.ts +4 -1
  2134. package/dist/Matter/MTRDoorLockClusterGetHolidayScheduleParams.d.ts +3 -0
  2135. package/dist/Matter/MTRDoorLockClusterGetHolidayScheduleResponseParams.d.ts +4 -1
  2136. package/dist/Matter/MTRDoorLockClusterGetUserParams.d.ts +3 -0
  2137. package/dist/Matter/MTRDoorLockClusterGetUserResponseParams.d.ts +4 -1
  2138. package/dist/Matter/MTRDoorLockClusterGetWeekDayScheduleParams.d.ts +3 -0
  2139. package/dist/Matter/MTRDoorLockClusterGetWeekDayScheduleResponseParams.d.ts +4 -1
  2140. package/dist/Matter/MTRDoorLockClusterGetYearDayScheduleParams.d.ts +3 -0
  2141. package/dist/Matter/MTRDoorLockClusterGetYearDayScheduleResponseParams.d.ts +4 -1
  2142. package/dist/Matter/MTRDoorLockClusterLockDoorParams.d.ts +3 -0
  2143. package/dist/Matter/MTRDoorLockClusterLockOperationErrorEvent.d.ts +3 -0
  2144. package/dist/Matter/MTRDoorLockClusterLockOperationEvent.d.ts +3 -0
  2145. package/dist/Matter/MTRDoorLockClusterLockUserChangeEvent.d.ts +3 -0
  2146. package/dist/Matter/MTRDoorLockClusterSetAliroReaderConfigParams.d.ts +3 -0
  2147. package/dist/Matter/MTRDoorLockClusterSetCredentialParams.d.ts +3 -0
  2148. package/dist/Matter/MTRDoorLockClusterSetCredentialResponseParams.d.ts +4 -1
  2149. package/dist/Matter/MTRDoorLockClusterSetHolidayScheduleParams.d.ts +3 -0
  2150. package/dist/Matter/MTRDoorLockClusterSetUserParams.d.ts +3 -0
  2151. package/dist/Matter/MTRDoorLockClusterSetWeekDayScheduleParams.d.ts +3 -0
  2152. package/dist/Matter/MTRDoorLockClusterSetYearDayScheduleParams.d.ts +3 -0
  2153. package/dist/Matter/MTRDoorLockClusterUnboltDoorParams.d.ts +3 -0
  2154. package/dist/Matter/MTRDoorLockClusterUnlockDoorParams.d.ts +3 -0
  2155. package/dist/Matter/MTRDoorLockClusterUnlockWithTimeoutParams.d.ts +3 -0
  2156. package/dist/Matter/MTREcosystemInformationClusterDeviceTypeStruct.d.ts +3 -0
  2157. package/dist/Matter/MTREcosystemInformationClusterEcosystemDeviceStruct.d.ts +3 -0
  2158. package/dist/Matter/MTREcosystemInformationClusterEcosystemLocationStruct.d.ts +3 -0
  2159. package/dist/Matter/MTRElectricalEnergyMeasurementClusterCumulativeEnergyMeasuredEvent.d.ts +3 -0
  2160. package/dist/Matter/MTRElectricalEnergyMeasurementClusterCumulativeEnergyResetStruct.d.ts +3 -0
  2161. package/dist/Matter/MTRElectricalEnergyMeasurementClusterEnergyMeasurementStruct.d.ts +3 -0
  2162. package/dist/Matter/MTRElectricalEnergyMeasurementClusterMeasurementAccuracyRangeStruct.d.ts +3 -0
  2163. package/dist/Matter/MTRElectricalEnergyMeasurementClusterMeasurementAccuracyStruct.d.ts +3 -0
  2164. package/dist/Matter/MTRElectricalEnergyMeasurementClusterPeriodicEnergyMeasuredEvent.d.ts +3 -0
  2165. package/dist/Matter/MTRElectricalGridConditionsClusterCurrentConditionsChangedEvent.d.ts +3 -0
  2166. package/dist/Matter/MTRElectricalGridConditionsClusterElectricalGridConditionsStruct.d.ts +3 -0
  2167. package/dist/Matter/MTRElectricalMeasurementClusterGetMeasurementProfileCommandParams.d.ts +3 -0
  2168. package/dist/Matter/MTRElectricalMeasurementClusterGetMeasurementProfileResponseCommandParams.d.ts +4 -1
  2169. package/dist/Matter/MTRElectricalMeasurementClusterGetProfileInfoCommandParams.d.ts +3 -0
  2170. package/dist/Matter/MTRElectricalMeasurementClusterGetProfileInfoResponseCommandParams.d.ts +4 -1
  2171. package/dist/Matter/MTRElectricalPowerMeasurementClusterHarmonicMeasurementStruct.d.ts +3 -0
  2172. package/dist/Matter/MTRElectricalPowerMeasurementClusterMeasurementAccuracyRangeStruct.d.ts +3 -0
  2173. package/dist/Matter/MTRElectricalPowerMeasurementClusterMeasurementAccuracyStruct.d.ts +3 -0
  2174. package/dist/Matter/MTRElectricalPowerMeasurementClusterMeasurementPeriodRangesEvent.d.ts +3 -0
  2175. package/dist/Matter/MTRElectricalPowerMeasurementClusterMeasurementRangeStruct.d.ts +3 -0
  2176. package/dist/Matter/MTREndpointInfo.d.ts +4 -0
  2177. package/dist/Matter/MTREnergyEVSEClusterChargingTargetScheduleStruct.d.ts +3 -0
  2178. package/dist/Matter/MTREnergyEVSEClusterChargingTargetStruct.d.ts +3 -0
  2179. package/dist/Matter/MTREnergyEVSEClusterClearTargetsParams.d.ts +3 -0
  2180. package/dist/Matter/MTREnergyEVSEClusterDisableParams.d.ts +3 -0
  2181. package/dist/Matter/MTREnergyEVSEClusterEVConnectedEvent.d.ts +3 -0
  2182. package/dist/Matter/MTREnergyEVSEClusterEVNotDetectedEvent.d.ts +3 -0
  2183. package/dist/Matter/MTREnergyEVSEClusterEnableChargingParams.d.ts +3 -0
  2184. package/dist/Matter/MTREnergyEVSEClusterEnableDischargingParams.d.ts +3 -0
  2185. package/dist/Matter/MTREnergyEVSEClusterEnergyTransferStartedEvent.d.ts +3 -0
  2186. package/dist/Matter/MTREnergyEVSEClusterEnergyTransferStoppedEvent.d.ts +3 -0
  2187. package/dist/Matter/MTREnergyEVSEClusterFaultEvent.d.ts +3 -0
  2188. package/dist/Matter/MTREnergyEVSEClusterGetTargetsParams.d.ts +3 -0
  2189. package/dist/Matter/MTREnergyEVSEClusterGetTargetsResponseParams.d.ts +4 -1
  2190. package/dist/Matter/MTREnergyEVSEClusterRFIDEvent.d.ts +3 -0
  2191. package/dist/Matter/MTREnergyEVSEClusterSetTargetsParams.d.ts +3 -0
  2192. package/dist/Matter/MTREnergyEVSEClusterStartDiagnosticsParams.d.ts +3 -0
  2193. package/dist/Matter/MTREnergyEVSEModeClusterChangeToModeParams.d.ts +3 -0
  2194. package/dist/Matter/MTREnergyEVSEModeClusterChangeToModeResponseParams.d.ts +4 -1
  2195. package/dist/Matter/MTREnergyEVSEModeClusterModeOptionStruct.d.ts +3 -0
  2196. package/dist/Matter/MTREnergyEVSEModeClusterModeTagStruct.d.ts +3 -0
  2197. package/dist/Matter/MTREnergyPreferenceClusterBalanceStruct.d.ts +3 -0
  2198. package/dist/Matter/MTREthernetNetworkDiagnosticsClusterResetCountsParams.d.ts +3 -0
  2199. package/dist/Matter/MTREventReport.d.ts +2 -2
  2200. package/dist/Matter/MTREventRequestPath.d.ts +4 -0
  2201. package/dist/Matter/MTRFabricInfo.d.ts +6 -7
  2202. package/dist/Matter/MTRFanControlClusterStepParams.d.ts +3 -0
  2203. package/dist/Matter/MTRFixedLabelClusterLabelStruct.d.ts +3 -0
  2204. package/dist/Matter/MTRGeneralCommissioningClusterArmFailSafeParams.d.ts +3 -0
  2205. package/dist/Matter/MTRGeneralCommissioningClusterArmFailSafeResponseParams.d.ts +4 -1
  2206. package/dist/Matter/MTRGeneralCommissioningClusterBasicCommissioningInfo.d.ts +3 -0
  2207. package/dist/Matter/MTRGeneralCommissioningClusterCommissioningCompleteParams.d.ts +3 -0
  2208. package/dist/Matter/MTRGeneralCommissioningClusterCommissioningCompleteResponseParams.d.ts +4 -1
  2209. package/dist/Matter/MTRGeneralCommissioningClusterSetRegulatoryConfigParams.d.ts +3 -0
  2210. package/dist/Matter/MTRGeneralCommissioningClusterSetRegulatoryConfigResponseParams.d.ts +4 -1
  2211. package/dist/Matter/MTRGeneralCommissioningClusterSetTCAcknowledgementsParams.d.ts +3 -0
  2212. package/dist/Matter/MTRGeneralCommissioningClusterSetTCAcknowledgementsResponseParams.d.ts +3 -0
  2213. package/dist/Matter/MTRGeneralDiagnosticsClusterBootReasonEvent.d.ts +3 -0
  2214. package/dist/Matter/MTRGeneralDiagnosticsClusterHardwareFaultChangeEvent.d.ts +3 -0
  2215. package/dist/Matter/MTRGeneralDiagnosticsClusterNetworkFaultChangeEvent.d.ts +3 -0
  2216. package/dist/Matter/MTRGeneralDiagnosticsClusterNetworkInterface.d.ts +3 -0
  2217. package/dist/Matter/MTRGeneralDiagnosticsClusterPayloadTestRequestParams.d.ts +3 -0
  2218. package/dist/Matter/MTRGeneralDiagnosticsClusterPayloadTestResponseParams.d.ts +4 -1
  2219. package/dist/Matter/MTRGeneralDiagnosticsClusterRadioFaultChangeEvent.d.ts +3 -0
  2220. package/dist/Matter/MTRGeneralDiagnosticsClusterTestEventTriggerParams.d.ts +3 -0
  2221. package/dist/Matter/MTRGeneralDiagnosticsClusterTimeSnapshotParams.d.ts +3 -0
  2222. package/dist/Matter/MTRGeneralDiagnosticsClusterTimeSnapshotResponseParams.d.ts +4 -1
  2223. package/dist/Matter/MTRGroupKeyManagementClusterGroupInfoMapStruct.d.ts +3 -0
  2224. package/dist/Matter/MTRGroupKeyManagementClusterGroupKeyMapStruct.d.ts +3 -0
  2225. package/dist/Matter/MTRGroupKeyManagementClusterGroupKeySetStruct.d.ts +3 -0
  2226. package/dist/Matter/MTRGroupKeyManagementClusterKeySetReadAllIndicesParams.d.ts +3 -0
  2227. package/dist/Matter/MTRGroupKeyManagementClusterKeySetReadAllIndicesResponseParams.d.ts +4 -1
  2228. package/dist/Matter/MTRGroupKeyManagementClusterKeySetReadParams.d.ts +3 -0
  2229. package/dist/Matter/MTRGroupKeyManagementClusterKeySetReadResponseParams.d.ts +4 -1
  2230. package/dist/Matter/MTRGroupKeyManagementClusterKeySetRemoveParams.d.ts +3 -0
  2231. package/dist/Matter/MTRGroupKeyManagementClusterKeySetWriteParams.d.ts +3 -0
  2232. package/dist/Matter/MTRGroupcastClusterConfigureAuxiliaryACLParams.d.ts +3 -0
  2233. package/dist/Matter/MTRGroupcastClusterExpireGracePeriodParams.d.ts +3 -0
  2234. package/dist/Matter/MTRGroupcastClusterJoinGroupParams.d.ts +3 -0
  2235. package/dist/Matter/MTRGroupcastClusterLeaveGroupParams.d.ts +3 -0
  2236. package/dist/Matter/MTRGroupcastClusterLeaveGroupResponseParams.d.ts +3 -0
  2237. package/dist/Matter/MTRGroupcastClusterMembershipStruct.d.ts +3 -0
  2238. package/dist/Matter/MTRGroupcastClusterUpdateGroupKeyParams.d.ts +3 -0
  2239. package/dist/Matter/MTRGroupsClusterAddGroupIfIdentifyingParams.d.ts +3 -0
  2240. package/dist/Matter/MTRGroupsClusterAddGroupParams.d.ts +3 -0
  2241. package/dist/Matter/MTRGroupsClusterAddGroupResponseParams.d.ts +4 -1
  2242. package/dist/Matter/MTRGroupsClusterGetGroupMembershipParams.d.ts +3 -0
  2243. package/dist/Matter/MTRGroupsClusterGetGroupMembershipResponseParams.d.ts +4 -1
  2244. package/dist/Matter/MTRGroupsClusterRemoveAllGroupsParams.d.ts +3 -0
  2245. package/dist/Matter/MTRGroupsClusterRemoveGroupParams.d.ts +3 -0
  2246. package/dist/Matter/MTRGroupsClusterRemoveGroupResponseParams.d.ts +4 -1
  2247. package/dist/Matter/MTRGroupsClusterViewGroupParams.d.ts +3 -0
  2248. package/dist/Matter/MTRGroupsClusterViewGroupResponseParams.d.ts +4 -1
  2249. package/dist/Matter/MTRHEPAFilterMonitoringClusterReplacementProductStruct.d.ts +3 -0
  2250. package/dist/Matter/MTRHEPAFilterMonitoringClusterResetConditionParams.d.ts +3 -0
  2251. package/dist/Matter/MTRICDManagementClusterMonitoringRegistrationStruct.d.ts +3 -0
  2252. package/dist/Matter/MTRICDManagementClusterRegisterClientParams.d.ts +3 -0
  2253. package/dist/Matter/MTRICDManagementClusterRegisterClientResponseParams.d.ts +4 -1
  2254. package/dist/Matter/MTRICDManagementClusterStayActiveRequestParams.d.ts +3 -0
  2255. package/dist/Matter/MTRICDManagementClusterStayActiveResponseParams.d.ts +4 -1
  2256. package/dist/Matter/MTRICDManagementClusterUnregisterClientParams.d.ts +3 -0
  2257. package/dist/Matter/MTRIdentifyClusterIdentifyParams.d.ts +3 -0
  2258. package/dist/Matter/MTRIdentifyClusterTriggerEffectParams.d.ts +3 -0
  2259. package/dist/Matter/MTRJointFabricAdministratorClusterAddICACParams.d.ts +3 -0
  2260. package/dist/Matter/MTRJointFabricAdministratorClusterAnnounceJointFabricAdministratorParams.d.ts +3 -0
  2261. package/dist/Matter/MTRJointFabricAdministratorClusterICACCSRRequestParams.d.ts +3 -0
  2262. package/dist/Matter/MTRJointFabricAdministratorClusterICACCSRResponseParams.d.ts +3 -0
  2263. package/dist/Matter/MTRJointFabricAdministratorClusterICACResponseParams.d.ts +3 -0
  2264. package/dist/Matter/MTRJointFabricAdministratorClusterOpenJointCommissioningWindowParams.d.ts +3 -0
  2265. package/dist/Matter/MTRJointFabricAdministratorClusterTransferAnchorCompleteParams.d.ts +3 -0
  2266. package/dist/Matter/MTRJointFabricAdministratorClusterTransferAnchorRequestParams.d.ts +3 -0
  2267. package/dist/Matter/MTRJointFabricAdministratorClusterTransferAnchorResponseParams.d.ts +3 -0
  2268. package/dist/Matter/MTRJointFabricDatastoreClusterAddACLToNodeParams.d.ts +3 -0
  2269. package/dist/Matter/MTRJointFabricDatastoreClusterAddAdminParams.d.ts +3 -0
  2270. package/dist/Matter/MTRJointFabricDatastoreClusterAddBindingToEndpointForNodeParams.d.ts +3 -0
  2271. package/dist/Matter/MTRJointFabricDatastoreClusterAddGroupIDToEndpointForNodeParams.d.ts +3 -0
  2272. package/dist/Matter/MTRJointFabricDatastoreClusterAddGroupParams.d.ts +3 -0
  2273. package/dist/Matter/MTRJointFabricDatastoreClusterAddKeySetParams.d.ts +3 -0
  2274. package/dist/Matter/MTRJointFabricDatastoreClusterAddPendingNodeParams.d.ts +3 -0
  2275. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreACLEntryStruct.d.ts +3 -0
  2276. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreAccessControlEntryStruct.d.ts +3 -0
  2277. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreAccessControlTargetStruct.d.ts +3 -0
  2278. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreAdministratorInformationEntryStruct.d.ts +3 -0
  2279. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreBindingTargetStruct.d.ts +3 -0
  2280. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreEndpointBindingEntryStruct.d.ts +3 -0
  2281. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreEndpointEntryStruct.d.ts +3 -0
  2282. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreEndpointGroupIDEntryStruct.d.ts +3 -0
  2283. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreGroupInformationEntryStruct.d.ts +3 -0
  2284. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreGroupKeySetStruct.d.ts +3 -0
  2285. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreNodeInformationEntryStruct.d.ts +3 -0
  2286. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreNodeKeySetEntryStruct.d.ts +3 -0
  2287. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreStatusEntryStruct.d.ts +3 -0
  2288. package/dist/Matter/MTRJointFabricDatastoreClusterRefreshNodeParams.d.ts +3 -0
  2289. package/dist/Matter/MTRJointFabricDatastoreClusterRemoveACLFromNodeParams.d.ts +3 -0
  2290. package/dist/Matter/MTRJointFabricDatastoreClusterRemoveAdminParams.d.ts +3 -0
  2291. package/dist/Matter/MTRJointFabricDatastoreClusterRemoveBindingFromEndpointForNodeParams.d.ts +3 -0
  2292. package/dist/Matter/MTRJointFabricDatastoreClusterRemoveGroupIDFromEndpointForNodeParams.d.ts +3 -0
  2293. package/dist/Matter/MTRJointFabricDatastoreClusterRemoveGroupParams.d.ts +3 -0
  2294. package/dist/Matter/MTRJointFabricDatastoreClusterRemoveKeySetParams.d.ts +3 -0
  2295. package/dist/Matter/MTRJointFabricDatastoreClusterRemoveNodeParams.d.ts +3 -0
  2296. package/dist/Matter/MTRJointFabricDatastoreClusterUpdateAdminParams.d.ts +3 -0
  2297. package/dist/Matter/MTRJointFabricDatastoreClusterUpdateEndpointForNodeParams.d.ts +3 -0
  2298. package/dist/Matter/MTRJointFabricDatastoreClusterUpdateGroupParams.d.ts +3 -0
  2299. package/dist/Matter/MTRJointFabricDatastoreClusterUpdateKeySetParams.d.ts +3 -0
  2300. package/dist/Matter/MTRJointFabricDatastoreClusterUpdateNodeParams.d.ts +3 -0
  2301. package/dist/Matter/MTRKeypadInputClusterSendKeyParams.d.ts +3 -0
  2302. package/dist/Matter/MTRKeypadInputClusterSendKeyResponseParams.d.ts +4 -1
  2303. package/dist/Matter/MTRLaundryWasherModeClusterChangeToModeParams.d.ts +3 -0
  2304. package/dist/Matter/MTRLaundryWasherModeClusterChangeToModeResponseParams.d.ts +4 -1
  2305. package/dist/Matter/MTRLaundryWasherModeClusterModeOptionStruct.d.ts +3 -0
  2306. package/dist/Matter/MTRLaundryWasherModeClusterModeTagStruct.d.ts +3 -0
  2307. package/dist/Matter/MTRLevelControlClusterMoveParams.d.ts +3 -0
  2308. package/dist/Matter/MTRLevelControlClusterMoveToClosestFrequencyParams.d.ts +3 -0
  2309. package/dist/Matter/MTRLevelControlClusterMoveToLevelParams.d.ts +3 -0
  2310. package/dist/Matter/MTRLevelControlClusterMoveToLevelWithOnOffParams.d.ts +3 -0
  2311. package/dist/Matter/MTRLevelControlClusterMoveWithOnOffParams.d.ts +3 -0
  2312. package/dist/Matter/MTRLevelControlClusterStepParams.d.ts +3 -0
  2313. package/dist/Matter/MTRLevelControlClusterStepWithOnOffParams.d.ts +3 -0
  2314. package/dist/Matter/MTRLevelControlClusterStopParams.d.ts +3 -0
  2315. package/dist/Matter/MTRLevelControlClusterStopWithOnOffParams.d.ts +3 -0
  2316. package/dist/Matter/MTRLowPowerClusterSleepParams.d.ts +3 -0
  2317. package/dist/Matter/MTRManualSetupPayloadParser.d.ts +1 -1
  2318. package/dist/Matter/MTRMediaInputClusterHideInputStatusParams.d.ts +3 -0
  2319. package/dist/Matter/MTRMediaInputClusterInputInfoStruct.d.ts +3 -0
  2320. package/dist/Matter/MTRMediaInputClusterRenameInputParams.d.ts +3 -0
  2321. package/dist/Matter/MTRMediaInputClusterSelectInputParams.d.ts +3 -0
  2322. package/dist/Matter/MTRMediaInputClusterShowInputStatusParams.d.ts +3 -0
  2323. package/dist/Matter/MTRMediaPlaybackClusterActivateAudioTrackParams.d.ts +3 -0
  2324. package/dist/Matter/MTRMediaPlaybackClusterActivateTextTrackParams.d.ts +3 -0
  2325. package/dist/Matter/MTRMediaPlaybackClusterDeactivateTextTrackParams.d.ts +3 -0
  2326. package/dist/Matter/MTRMediaPlaybackClusterFastForwardParams.d.ts +3 -0
  2327. package/dist/Matter/MTRMediaPlaybackClusterNextParams.d.ts +3 -0
  2328. package/dist/Matter/MTRMediaPlaybackClusterPauseParams.d.ts +3 -0
  2329. package/dist/Matter/MTRMediaPlaybackClusterPlayParams.d.ts +3 -0
  2330. package/dist/Matter/MTRMediaPlaybackClusterPlaybackPositionStruct.d.ts +3 -0
  2331. package/dist/Matter/MTRMediaPlaybackClusterPlaybackResponseParams.d.ts +4 -1
  2332. package/dist/Matter/MTRMediaPlaybackClusterPreviousParams.d.ts +3 -0
  2333. package/dist/Matter/MTRMediaPlaybackClusterRewindParams.d.ts +3 -0
  2334. package/dist/Matter/MTRMediaPlaybackClusterSeekParams.d.ts +3 -0
  2335. package/dist/Matter/MTRMediaPlaybackClusterSkipBackwardParams.d.ts +3 -0
  2336. package/dist/Matter/MTRMediaPlaybackClusterSkipForwardParams.d.ts +3 -0
  2337. package/dist/Matter/MTRMediaPlaybackClusterStartOverParams.d.ts +3 -0
  2338. package/dist/Matter/MTRMediaPlaybackClusterStateChangedEvent.d.ts +3 -0
  2339. package/dist/Matter/MTRMediaPlaybackClusterStopParams.d.ts +3 -0
  2340. package/dist/Matter/MTRMediaPlaybackClusterTrackAttributesStruct.d.ts +3 -0
  2341. package/dist/Matter/MTRMediaPlaybackClusterTrackStruct.d.ts +3 -0
  2342. package/dist/Matter/MTRMessagesClusterCancelMessagesRequestParams.d.ts +3 -0
  2343. package/dist/Matter/MTRMessagesClusterMessageCompleteEvent.d.ts +3 -0
  2344. package/dist/Matter/MTRMessagesClusterMessagePresentedEvent.d.ts +3 -0
  2345. package/dist/Matter/MTRMessagesClusterMessageQueuedEvent.d.ts +3 -0
  2346. package/dist/Matter/MTRMessagesClusterMessageResponseOptionStruct.d.ts +3 -0
  2347. package/dist/Matter/MTRMessagesClusterMessageStruct.d.ts +3 -0
  2348. package/dist/Matter/MTRMessagesClusterPresentMessagesRequestParams.d.ts +3 -0
  2349. package/dist/Matter/MTRMicrowaveOvenControlClusterAddMoreTimeParams.d.ts +3 -0
  2350. package/dist/Matter/MTRMicrowaveOvenControlClusterSetCookingParametersParams.d.ts +3 -0
  2351. package/dist/Matter/MTRMicrowaveOvenModeClusterModeOptionStruct.d.ts +3 -0
  2352. package/dist/Matter/MTRMicrowaveOvenModeClusterModeTagStruct.d.ts +3 -0
  2353. package/dist/Matter/MTRModeSelectClusterChangeToModeParams.d.ts +3 -0
  2354. package/dist/Matter/MTRModeSelectClusterModeOptionStruct.d.ts +3 -0
  2355. package/dist/Matter/MTRModeSelectClusterSemanticTagStruct.d.ts +3 -0
  2356. package/dist/Matter/MTRNetworkCommissioningClusterAddOrUpdateThreadNetworkParams.d.ts +3 -0
  2357. package/dist/Matter/MTRNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams.d.ts +3 -0
  2358. package/dist/Matter/MTRNetworkCommissioningClusterConnectNetworkParams.d.ts +3 -0
  2359. package/dist/Matter/MTRNetworkCommissioningClusterConnectNetworkResponseParams.d.ts +4 -1
  2360. package/dist/Matter/MTRNetworkCommissioningClusterNetworkConfigResponseParams.d.ts +4 -1
  2361. package/dist/Matter/MTRNetworkCommissioningClusterNetworkInfoStruct.d.ts +3 -0
  2362. package/dist/Matter/MTRNetworkCommissioningClusterQueryIdentityParams.d.ts +3 -0
  2363. package/dist/Matter/MTRNetworkCommissioningClusterQueryIdentityResponseParams.d.ts +3 -0
  2364. package/dist/Matter/MTRNetworkCommissioningClusterRemoveNetworkParams.d.ts +3 -0
  2365. package/dist/Matter/MTRNetworkCommissioningClusterReorderNetworkParams.d.ts +3 -0
  2366. package/dist/Matter/MTRNetworkCommissioningClusterScanNetworksParams.d.ts +3 -0
  2367. package/dist/Matter/MTRNetworkCommissioningClusterScanNetworksResponseParams.d.ts +4 -1
  2368. package/dist/Matter/MTRNetworkCommissioningClusterThreadInterfaceScanResultStruct.d.ts +3 -0
  2369. package/dist/Matter/MTRNetworkCommissioningClusterWiFiInterfaceScanResultStruct.d.ts +3 -0
  2370. package/dist/Matter/MTRNetworkInterfaceInfo.d.ts +4 -0
  2371. package/dist/Matter/MTROTAHeaderParser.d.ts +1 -1
  2372. package/dist/Matter/MTROTAProviderDelegate.d.ts +6 -6
  2373. package/dist/Matter/MTROccupancySensingClusterHoldTimeLimitsStruct.d.ts +3 -0
  2374. package/dist/Matter/MTROccupancySensingClusterOccupancyChangedEvent.d.ts +3 -0
  2375. package/dist/Matter/MTROnOffClusterOffParams.d.ts +3 -0
  2376. package/dist/Matter/MTROnOffClusterOffWithEffectParams.d.ts +3 -0
  2377. package/dist/Matter/MTROnOffClusterOnParams.d.ts +3 -0
  2378. package/dist/Matter/MTROnOffClusterOnWithRecallGlobalSceneParams.d.ts +3 -0
  2379. package/dist/Matter/MTROnOffClusterOnWithTimedOffParams.d.ts +3 -0
  2380. package/dist/Matter/MTROnOffClusterToggleParams.d.ts +3 -0
  2381. package/dist/Matter/MTROnboardingPayloadParser.d.ts +1 -1
  2382. package/dist/Matter/MTROperationalCSRInfo.d.ts +5 -6
  2383. package/dist/Matter/MTROperationalCertificateChain.d.ts +8 -8
  2384. package/dist/Matter/MTROperationalCertificateIssuer.d.ts +1 -1
  2385. package/dist/Matter/MTROperationalCredentialsClusterAddNOCParams.d.ts +3 -0
  2386. package/dist/Matter/MTROperationalCredentialsClusterAddTrustedRootCertificateParams.d.ts +3 -0
  2387. package/dist/Matter/MTROperationalCredentialsClusterAttestationRequestParams.d.ts +3 -0
  2388. package/dist/Matter/MTROperationalCredentialsClusterAttestationResponseParams.d.ts +4 -1
  2389. package/dist/Matter/MTROperationalCredentialsClusterCSRRequestParams.d.ts +3 -0
  2390. package/dist/Matter/MTROperationalCredentialsClusterCSRResponseParams.d.ts +4 -1
  2391. package/dist/Matter/MTROperationalCredentialsClusterCertificateChainRequestParams.d.ts +3 -0
  2392. package/dist/Matter/MTROperationalCredentialsClusterCertificateChainResponseParams.d.ts +4 -1
  2393. package/dist/Matter/MTROperationalCredentialsClusterFabricDescriptorStruct.d.ts +3 -0
  2394. package/dist/Matter/MTROperationalCredentialsClusterNOCResponseParams.d.ts +4 -1
  2395. package/dist/Matter/MTROperationalCredentialsClusterNOCStruct.d.ts +3 -0
  2396. package/dist/Matter/MTROperationalCredentialsClusterRemoveFabricParams.d.ts +3 -0
  2397. package/dist/Matter/MTROperationalCredentialsClusterSetVIDVerificationStatementParams.d.ts +3 -0
  2398. package/dist/Matter/MTROperationalCredentialsClusterSignVIDVerificationRequestParams.d.ts +3 -0
  2399. package/dist/Matter/MTROperationalCredentialsClusterSignVIDVerificationResponseParams.d.ts +3 -0
  2400. package/dist/Matter/MTROperationalCredentialsClusterUpdateFabricLabelParams.d.ts +3 -0
  2401. package/dist/Matter/MTROperationalCredentialsClusterUpdateNOCParams.d.ts +3 -0
  2402. package/dist/Matter/MTROperationalStateClusterErrorStateStruct.d.ts +3 -0
  2403. package/dist/Matter/MTROperationalStateClusterOperationCompletionEvent.d.ts +3 -0
  2404. package/dist/Matter/MTROperationalStateClusterOperationalCommandResponseParams.d.ts +4 -1
  2405. package/dist/Matter/MTROperationalStateClusterOperationalErrorEvent.d.ts +3 -0
  2406. package/dist/Matter/MTROperationalStateClusterOperationalStateStruct.d.ts +3 -0
  2407. package/dist/Matter/MTROperationalStateClusterPauseParams.d.ts +3 -0
  2408. package/dist/Matter/MTROperationalStateClusterResumeParams.d.ts +3 -0
  2409. package/dist/Matter/MTROperationalStateClusterStartParams.d.ts +3 -0
  2410. package/dist/Matter/MTROperationalStateClusterStopParams.d.ts +3 -0
  2411. package/dist/Matter/MTROptionalQRCodeInfo.d.ts +3 -0
  2412. package/dist/Matter/MTROtaSoftwareUpdateProviderClusterApplyUpdateRequestParams.d.ts +3 -0
  2413. package/dist/Matter/MTROtaSoftwareUpdateProviderClusterApplyUpdateResponseParams.d.ts +4 -1
  2414. package/dist/Matter/MTROtaSoftwareUpdateProviderClusterNotifyUpdateAppliedParams.d.ts +3 -0
  2415. package/dist/Matter/MTROtaSoftwareUpdateProviderClusterQueryImageParams.d.ts +3 -0
  2416. package/dist/Matter/MTROtaSoftwareUpdateProviderClusterQueryImageResponseParams.d.ts +4 -1
  2417. package/dist/Matter/MTROtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams.d.ts +3 -0
  2418. package/dist/Matter/MTROtaSoftwareUpdateRequestorClusterDownloadErrorEvent.d.ts +3 -0
  2419. package/dist/Matter/MTROtaSoftwareUpdateRequestorClusterProviderLocation.d.ts +3 -0
  2420. package/dist/Matter/MTROtaSoftwareUpdateRequestorClusterStateTransitionEvent.d.ts +3 -0
  2421. package/dist/Matter/MTROtaSoftwareUpdateRequestorClusterVersionAppliedEvent.d.ts +3 -0
  2422. package/dist/Matter/MTROvenCavityOperationalStateClusterErrorStateStruct.d.ts +3 -0
  2423. package/dist/Matter/MTROvenCavityOperationalStateClusterOperationCompletionEvent.d.ts +3 -0
  2424. package/dist/Matter/MTROvenCavityOperationalStateClusterOperationalCommandResponseParams.d.ts +4 -1
  2425. package/dist/Matter/MTROvenCavityOperationalStateClusterOperationalErrorEvent.d.ts +3 -0
  2426. package/dist/Matter/MTROvenCavityOperationalStateClusterOperationalStateStruct.d.ts +3 -0
  2427. package/dist/Matter/MTROvenCavityOperationalStateClusterStartParams.d.ts +3 -0
  2428. package/dist/Matter/MTROvenCavityOperationalStateClusterStopParams.d.ts +3 -0
  2429. package/dist/Matter/MTROvenModeClusterChangeToModeParams.d.ts +3 -0
  2430. package/dist/Matter/MTROvenModeClusterChangeToModeResponseParams.d.ts +4 -1
  2431. package/dist/Matter/MTROvenModeClusterModeOptionStruct.d.ts +3 -0
  2432. package/dist/Matter/MTROvenModeClusterModeTagStruct.d.ts +3 -0
  2433. package/dist/Matter/MTRPowerSourceClusterBatChargeFaultChangeEvent.d.ts +3 -0
  2434. package/dist/Matter/MTRPowerSourceClusterBatChargeFaultChangeType.d.ts +3 -0
  2435. package/dist/Matter/MTRPowerSourceClusterBatFaultChangeEvent.d.ts +3 -0
  2436. package/dist/Matter/MTRPowerSourceClusterBatFaultChangeType.d.ts +3 -0
  2437. package/dist/Matter/MTRPowerSourceClusterWiredFaultChangeEvent.d.ts +3 -0
  2438. package/dist/Matter/MTRPowerSourceClusterWiredFaultChangeType.d.ts +3 -0
  2439. package/dist/Matter/MTRPowerTopologyClusterCircuitNodeStruct.d.ts +3 -0
  2440. package/dist/Matter/MTRProductIdentity.d.ts +4 -0
  2441. package/dist/Matter/MTRPumpConfigurationAndControlClusterAirDetectionEvent.d.ts +3 -0
  2442. package/dist/Matter/MTRPumpConfigurationAndControlClusterDryRunningEvent.d.ts +3 -0
  2443. package/dist/Matter/MTRPumpConfigurationAndControlClusterElectronicFatalFailureEvent.d.ts +3 -0
  2444. package/dist/Matter/MTRPumpConfigurationAndControlClusterElectronicNonFatalFailureEvent.d.ts +3 -0
  2445. package/dist/Matter/MTRPumpConfigurationAndControlClusterElectronicTemperatureHighEvent.d.ts +3 -0
  2446. package/dist/Matter/MTRPumpConfigurationAndControlClusterGeneralFaultEvent.d.ts +3 -0
  2447. package/dist/Matter/MTRPumpConfigurationAndControlClusterLeakageEvent.d.ts +3 -0
  2448. package/dist/Matter/MTRPumpConfigurationAndControlClusterMotorTemperatureHighEvent.d.ts +3 -0
  2449. package/dist/Matter/MTRPumpConfigurationAndControlClusterPowerMissingPhaseEvent.d.ts +3 -0
  2450. package/dist/Matter/MTRPumpConfigurationAndControlClusterPumpBlockedEvent.d.ts +3 -0
  2451. package/dist/Matter/MTRPumpConfigurationAndControlClusterPumpMotorFatalFailureEvent.d.ts +3 -0
  2452. package/dist/Matter/MTRPumpConfigurationAndControlClusterSensorFailureEvent.d.ts +3 -0
  2453. package/dist/Matter/MTRPumpConfigurationAndControlClusterSupplyVoltageHighEvent.d.ts +3 -0
  2454. package/dist/Matter/MTRPumpConfigurationAndControlClusterSupplyVoltageLowEvent.d.ts +3 -0
  2455. package/dist/Matter/MTRPumpConfigurationAndControlClusterSystemPressureHighEvent.d.ts +3 -0
  2456. package/dist/Matter/MTRPumpConfigurationAndControlClusterSystemPressureLowEvent.d.ts +3 -0
  2457. package/dist/Matter/MTRPumpConfigurationAndControlClusterTurbineOperationEvent.d.ts +3 -0
  2458. package/dist/Matter/MTRPushAVStreamTransportClusterAllocatePushTransportParams.d.ts +3 -0
  2459. package/dist/Matter/MTRPushAVStreamTransportClusterAllocatePushTransportResponseParams.d.ts +3 -0
  2460. package/dist/Matter/MTRPushAVStreamTransportClusterCMAFContainerOptionsStruct.d.ts +3 -0
  2461. package/dist/Matter/MTRPushAVStreamTransportClusterContainerOptionsStruct.d.ts +3 -0
  2462. package/dist/Matter/MTRPushAVStreamTransportClusterDeallocatePushTransportParams.d.ts +3 -0
  2463. package/dist/Matter/MTRPushAVStreamTransportClusterFindTransportParams.d.ts +3 -0
  2464. package/dist/Matter/MTRPushAVStreamTransportClusterFindTransportResponseParams.d.ts +3 -0
  2465. package/dist/Matter/MTRPushAVStreamTransportClusterManuallyTriggerTransportParams.d.ts +3 -0
  2466. package/dist/Matter/MTRPushAVStreamTransportClusterModifyPushTransportParams.d.ts +3 -0
  2467. package/dist/Matter/MTRPushAVStreamTransportClusterPushTransportBeginEvent.d.ts +3 -0
  2468. package/dist/Matter/MTRPushAVStreamTransportClusterPushTransportEndEvent.d.ts +3 -0
  2469. package/dist/Matter/MTRPushAVStreamTransportClusterSetTransportStatusParams.d.ts +3 -0
  2470. package/dist/Matter/MTRPushAVStreamTransportClusterSupportedFormatStruct.d.ts +3 -0
  2471. package/dist/Matter/MTRPushAVStreamTransportClusterTransportConfigurationStruct.d.ts +3 -0
  2472. package/dist/Matter/MTRPushAVStreamTransportClusterTransportMotionTriggerTimeControlStruct.d.ts +3 -0
  2473. package/dist/Matter/MTRPushAVStreamTransportClusterTransportOptionsStruct.d.ts +3 -0
  2474. package/dist/Matter/MTRPushAVStreamTransportClusterTransportTriggerOptionsStruct.d.ts +3 -0
  2475. package/dist/Matter/MTRPushAVStreamTransportClusterTransportZoneOptionsStruct.d.ts +3 -0
  2476. package/dist/Matter/MTRQRCodeSetupPayloadParser.d.ts +1 -1
  2477. package/dist/Matter/MTRRVCCleanModeClusterChangeToModeParams.d.ts +3 -0
  2478. package/dist/Matter/MTRRVCCleanModeClusterChangeToModeResponseParams.d.ts +4 -1
  2479. package/dist/Matter/MTRRVCCleanModeClusterModeOptionStruct.d.ts +3 -0
  2480. package/dist/Matter/MTRRVCCleanModeClusterModeTagStruct.d.ts +3 -0
  2481. package/dist/Matter/MTRRVCOperationalStateClusterErrorStateStruct.d.ts +3 -0
  2482. package/dist/Matter/MTRRVCOperationalStateClusterGoHomeParams.d.ts +3 -0
  2483. package/dist/Matter/MTRRVCOperationalStateClusterOperationCompletionEvent.d.ts +3 -0
  2484. package/dist/Matter/MTRRVCOperationalStateClusterOperationalCommandResponseParams.d.ts +4 -1
  2485. package/dist/Matter/MTRRVCOperationalStateClusterOperationalErrorEvent.d.ts +3 -0
  2486. package/dist/Matter/MTRRVCOperationalStateClusterOperationalStateStruct.d.ts +3 -0
  2487. package/dist/Matter/MTRRVCOperationalStateClusterPauseParams.d.ts +3 -0
  2488. package/dist/Matter/MTRRVCOperationalStateClusterResumeParams.d.ts +3 -0
  2489. package/dist/Matter/MTRRVCRunModeClusterChangeToModeParams.d.ts +3 -0
  2490. package/dist/Matter/MTRRVCRunModeClusterChangeToModeResponseParams.d.ts +4 -1
  2491. package/dist/Matter/MTRRVCRunModeClusterModeOptionStruct.d.ts +3 -0
  2492. package/dist/Matter/MTRRVCRunModeClusterModeTagStruct.d.ts +3 -0
  2493. package/dist/Matter/MTRReadParams.d.ts +4 -0
  2494. package/dist/Matter/MTRRefrigeratorAlarmClusterNotifyEvent.d.ts +3 -0
  2495. package/dist/Matter/MTRRefrigeratorAndTemperatureControlledCabinetModeClusterChangeToModeParams.d.ts +3 -0
  2496. package/dist/Matter/MTRRefrigeratorAndTemperatureControlledCabinetModeClusterChangeToModeResponseParams.d.ts +4 -1
  2497. package/dist/Matter/MTRRefrigeratorAndTemperatureControlledCabinetModeClusterModeOptionStruct.d.ts +3 -0
  2498. package/dist/Matter/MTRRefrigeratorAndTemperatureControlledCabinetModeClusterModeTagStruct.d.ts +3 -0
  2499. package/dist/Matter/MTRSampleMEIClusterAddArgumentsParams.d.ts +3 -0
  2500. package/dist/Matter/MTRSampleMEIClusterAddArgumentsResponseParams.d.ts +3 -0
  2501. package/dist/Matter/MTRSampleMEIClusterPingCountEventEvent.d.ts +3 -0
  2502. package/dist/Matter/MTRSampleMEIClusterPingParams.d.ts +3 -0
  2503. package/dist/Matter/MTRScenesManagementClusterAddSceneParams.d.ts +3 -0
  2504. package/dist/Matter/MTRScenesManagementClusterAddSceneResponseParams.d.ts +3 -0
  2505. package/dist/Matter/MTRScenesManagementClusterAttributeValuePairStruct.d.ts +3 -0
  2506. package/dist/Matter/MTRScenesManagementClusterCopySceneParams.d.ts +3 -0
  2507. package/dist/Matter/MTRScenesManagementClusterCopySceneResponseParams.d.ts +3 -0
  2508. package/dist/Matter/MTRScenesManagementClusterExtensionFieldSetStruct.d.ts +3 -0
  2509. package/dist/Matter/MTRScenesManagementClusterGetSceneMembershipParams.d.ts +3 -0
  2510. package/dist/Matter/MTRScenesManagementClusterGetSceneMembershipResponseParams.d.ts +3 -0
  2511. package/dist/Matter/MTRScenesManagementClusterRecallSceneParams.d.ts +3 -0
  2512. package/dist/Matter/MTRScenesManagementClusterRemoveAllScenesParams.d.ts +3 -0
  2513. package/dist/Matter/MTRScenesManagementClusterRemoveAllScenesResponseParams.d.ts +3 -0
  2514. package/dist/Matter/MTRScenesManagementClusterRemoveSceneParams.d.ts +3 -0
  2515. package/dist/Matter/MTRScenesManagementClusterRemoveSceneResponseParams.d.ts +3 -0
  2516. package/dist/Matter/MTRScenesManagementClusterSceneInfoStruct.d.ts +3 -0
  2517. package/dist/Matter/MTRScenesManagementClusterStoreSceneParams.d.ts +3 -0
  2518. package/dist/Matter/MTRScenesManagementClusterStoreSceneResponseParams.d.ts +3 -0
  2519. package/dist/Matter/MTRScenesManagementClusterViewSceneParams.d.ts +3 -0
  2520. package/dist/Matter/MTRScenesManagementClusterViewSceneResponseParams.d.ts +3 -0
  2521. package/dist/Matter/MTRServiceAreaClusterAreaInfoStruct.d.ts +3 -0
  2522. package/dist/Matter/MTRServiceAreaClusterAreaStruct.d.ts +3 -0
  2523. package/dist/Matter/MTRServiceAreaClusterLandmarkInfoStruct.d.ts +3 -0
  2524. package/dist/Matter/MTRServiceAreaClusterMapStruct.d.ts +3 -0
  2525. package/dist/Matter/MTRServiceAreaClusterProgressStruct.d.ts +3 -0
  2526. package/dist/Matter/MTRServiceAreaClusterSelectAreasParams.d.ts +3 -0
  2527. package/dist/Matter/MTRServiceAreaClusterSelectAreasResponseParams.d.ts +4 -1
  2528. package/dist/Matter/MTRServiceAreaClusterSkipAreaParams.d.ts +3 -0
  2529. package/dist/Matter/MTRServiceAreaClusterSkipAreaResponseParams.d.ts +4 -1
  2530. package/dist/Matter/MTRSetupPayload.d.ts +7 -3
  2531. package/dist/Matter/MTRSmokeCOAlarmClusterAlarmMutedEvent.d.ts +3 -0
  2532. package/dist/Matter/MTRSmokeCOAlarmClusterAllClearEvent.d.ts +3 -0
  2533. package/dist/Matter/MTRSmokeCOAlarmClusterCOAlarmEvent.d.ts +3 -0
  2534. package/dist/Matter/MTRSmokeCOAlarmClusterEndOfServiceEvent.d.ts +3 -0
  2535. package/dist/Matter/MTRSmokeCOAlarmClusterHardwareFaultEvent.d.ts +3 -0
  2536. package/dist/Matter/MTRSmokeCOAlarmClusterInterconnectCOAlarmEvent.d.ts +3 -0
  2537. package/dist/Matter/MTRSmokeCOAlarmClusterInterconnectSmokeAlarmEvent.d.ts +3 -0
  2538. package/dist/Matter/MTRSmokeCOAlarmClusterLowBatteryEvent.d.ts +3 -0
  2539. package/dist/Matter/MTRSmokeCOAlarmClusterMuteEndedEvent.d.ts +3 -0
  2540. package/dist/Matter/MTRSmokeCOAlarmClusterSelfTestCompleteEvent.d.ts +3 -0
  2541. package/dist/Matter/MTRSmokeCOAlarmClusterSelfTestRequestParams.d.ts +3 -0
  2542. package/dist/Matter/MTRSmokeCOAlarmClusterSmokeAlarmEvent.d.ts +3 -0
  2543. package/dist/Matter/MTRSoftwareDiagnosticsClusterResetWatermarksParams.d.ts +3 -0
  2544. package/dist/Matter/MTRSoftwareDiagnosticsClusterSoftwareFaultEvent.d.ts +3 -0
  2545. package/dist/Matter/MTRSoftwareDiagnosticsClusterThreadMetricsStruct.d.ts +3 -0
  2546. package/dist/Matter/MTRSubscribeParams.d.ts +3 -0
  2547. package/dist/Matter/MTRSwitchClusterInitialPressEvent.d.ts +3 -0
  2548. package/dist/Matter/MTRSwitchClusterLongPressEvent.d.ts +3 -0
  2549. package/dist/Matter/MTRSwitchClusterLongReleaseEvent.d.ts +3 -0
  2550. package/dist/Matter/MTRSwitchClusterMultiPressCompleteEvent.d.ts +3 -0
  2551. package/dist/Matter/MTRSwitchClusterMultiPressOngoingEvent.d.ts +3 -0
  2552. package/dist/Matter/MTRSwitchClusterShortReleaseEvent.d.ts +3 -0
  2553. package/dist/Matter/MTRSwitchClusterSwitchLatchedEvent.d.ts +3 -0
  2554. package/dist/Matter/MTRTLSCertificateManagementClusterClientCSRParams.d.ts +3 -0
  2555. package/dist/Matter/MTRTLSCertificateManagementClusterClientCSRResponseParams.d.ts +3 -0
  2556. package/dist/Matter/MTRTLSCertificateManagementClusterFindClientCertificateParams.d.ts +3 -0
  2557. package/dist/Matter/MTRTLSCertificateManagementClusterFindClientCertificateResponseParams.d.ts +3 -0
  2558. package/dist/Matter/MTRTLSCertificateManagementClusterFindRootCertificateParams.d.ts +3 -0
  2559. package/dist/Matter/MTRTLSCertificateManagementClusterFindRootCertificateResponseParams.d.ts +3 -0
  2560. package/dist/Matter/MTRTLSCertificateManagementClusterLookupClientCertificateParams.d.ts +3 -0
  2561. package/dist/Matter/MTRTLSCertificateManagementClusterLookupClientCertificateResponseParams.d.ts +3 -0
  2562. package/dist/Matter/MTRTLSCertificateManagementClusterLookupRootCertificateParams.d.ts +3 -0
  2563. package/dist/Matter/MTRTLSCertificateManagementClusterLookupRootCertificateResponseParams.d.ts +3 -0
  2564. package/dist/Matter/MTRTLSCertificateManagementClusterProvisionClientCertificateParams.d.ts +3 -0
  2565. package/dist/Matter/MTRTLSCertificateManagementClusterProvisionRootCertificateParams.d.ts +3 -0
  2566. package/dist/Matter/MTRTLSCertificateManagementClusterProvisionRootCertificateResponseParams.d.ts +3 -0
  2567. package/dist/Matter/MTRTLSCertificateManagementClusterRemoveClientCertificateParams.d.ts +3 -0
  2568. package/dist/Matter/MTRTLSCertificateManagementClusterRemoveRootCertificateParams.d.ts +3 -0
  2569. package/dist/Matter/MTRTLSCertificateManagementClusterTLSCertStruct.d.ts +3 -0
  2570. package/dist/Matter/MTRTLSCertificateManagementClusterTLSClientCertificateDetailStruct.d.ts +3 -0
  2571. package/dist/Matter/MTRTLSClientManagementClusterFindEndpointParams.d.ts +3 -0
  2572. package/dist/Matter/MTRTLSClientManagementClusterFindEndpointResponseParams.d.ts +3 -0
  2573. package/dist/Matter/MTRTLSClientManagementClusterProvisionEndpointParams.d.ts +3 -0
  2574. package/dist/Matter/MTRTLSClientManagementClusterProvisionEndpointResponseParams.d.ts +3 -0
  2575. package/dist/Matter/MTRTLSClientManagementClusterRemoveEndpointParams.d.ts +3 -0
  2576. package/dist/Matter/MTRTLSClientManagementClusterTLSEndpointStruct.d.ts +3 -0
  2577. package/dist/Matter/MTRTargetNavigatorClusterNavigateTargetParams.d.ts +3 -0
  2578. package/dist/Matter/MTRTargetNavigatorClusterNavigateTargetResponseParams.d.ts +4 -1
  2579. package/dist/Matter/MTRTargetNavigatorClusterTargetInfoStruct.d.ts +3 -0
  2580. package/dist/Matter/MTRTargetNavigatorClusterTargetUpdatedEvent.d.ts +3 -0
  2581. package/dist/Matter/MTRTemperatureControlClusterSetTemperatureParams.d.ts +3 -0
  2582. package/dist/Matter/MTRThermostatClusterActivePresetChangeEvent.d.ts +3 -0
  2583. package/dist/Matter/MTRThermostatClusterActiveScheduleChangeEvent.d.ts +3 -0
  2584. package/dist/Matter/MTRThermostatClusterAddThermostatSuggestionParams.d.ts +3 -0
  2585. package/dist/Matter/MTRThermostatClusterAddThermostatSuggestionResponseParams.d.ts +3 -0
  2586. package/dist/Matter/MTRThermostatClusterAtomicRequestParams.d.ts +3 -0
  2587. package/dist/Matter/MTRThermostatClusterAtomicResponseParams.d.ts +4 -1
  2588. package/dist/Matter/MTRThermostatClusterClearWeeklyScheduleParams.d.ts +3 -0
  2589. package/dist/Matter/MTRThermostatClusterGetWeeklyScheduleParams.d.ts +3 -0
  2590. package/dist/Matter/MTRThermostatClusterGetWeeklyScheduleResponseParams.d.ts +4 -1
  2591. package/dist/Matter/MTRThermostatClusterLocalTemperatureChangeEvent.d.ts +3 -0
  2592. package/dist/Matter/MTRThermostatClusterOccupancyChangeEvent.d.ts +3 -0
  2593. package/dist/Matter/MTRThermostatClusterPresetStruct.d.ts +3 -0
  2594. package/dist/Matter/MTRThermostatClusterPresetTypeStruct.d.ts +3 -0
  2595. package/dist/Matter/MTRThermostatClusterRemoveThermostatSuggestionParams.d.ts +3 -0
  2596. package/dist/Matter/MTRThermostatClusterRunningModeChangeEvent.d.ts +3 -0
  2597. package/dist/Matter/MTRThermostatClusterRunningStateChangeEvent.d.ts +3 -0
  2598. package/dist/Matter/MTRThermostatClusterScheduleStruct.d.ts +3 -0
  2599. package/dist/Matter/MTRThermostatClusterScheduleTransitionStruct.d.ts +3 -0
  2600. package/dist/Matter/MTRThermostatClusterScheduleTypeStruct.d.ts +3 -0
  2601. package/dist/Matter/MTRThermostatClusterSetActivePresetRequestParams.d.ts +3 -0
  2602. package/dist/Matter/MTRThermostatClusterSetActiveScheduleRequestParams.d.ts +3 -0
  2603. package/dist/Matter/MTRThermostatClusterSetWeeklyScheduleParams.d.ts +3 -0
  2604. package/dist/Matter/MTRThermostatClusterSetpointChangeEvent.d.ts +3 -0
  2605. package/dist/Matter/MTRThermostatClusterSetpointRaiseLowerParams.d.ts +3 -0
  2606. package/dist/Matter/MTRThermostatClusterSystemModeChangeEvent.d.ts +3 -0
  2607. package/dist/Matter/MTRThermostatClusterThermostatSuggestionStruct.d.ts +3 -0
  2608. package/dist/Matter/MTRThermostatClusterWeeklyScheduleTransitionStruct.d.ts +3 -0
  2609. package/dist/Matter/MTRThreadBorderRouterManagementClusterDatasetResponseParams.d.ts +4 -1
  2610. package/dist/Matter/MTRThreadBorderRouterManagementClusterGetActiveDatasetRequestParams.d.ts +3 -0
  2611. package/dist/Matter/MTRThreadBorderRouterManagementClusterGetPendingDatasetRequestParams.d.ts +3 -0
  2612. package/dist/Matter/MTRThreadBorderRouterManagementClusterSetActiveDatasetRequestParams.d.ts +3 -0
  2613. package/dist/Matter/MTRThreadBorderRouterManagementClusterSetPendingDatasetRequestParams.d.ts +3 -0
  2614. package/dist/Matter/MTRThreadNetworkDiagnosticsClusterConnectionStatusEvent.d.ts +3 -0
  2615. package/dist/Matter/MTRThreadNetworkDiagnosticsClusterNeighborTableStruct.d.ts +3 -0
  2616. package/dist/Matter/MTRThreadNetworkDiagnosticsClusterNetworkFaultChangeEvent.d.ts +3 -0
  2617. package/dist/Matter/MTRThreadNetworkDiagnosticsClusterOperationalDatasetComponents.d.ts +3 -0
  2618. package/dist/Matter/MTRThreadNetworkDiagnosticsClusterResetCountsParams.d.ts +3 -0
  2619. package/dist/Matter/MTRThreadNetworkDiagnosticsClusterRouteTableStruct.d.ts +3 -0
  2620. package/dist/Matter/MTRThreadNetworkDiagnosticsClusterSecurityPolicy.d.ts +3 -0
  2621. package/dist/Matter/MTRThreadNetworkDirectoryClusterAddNetworkParams.d.ts +3 -0
  2622. package/dist/Matter/MTRThreadNetworkDirectoryClusterGetOperationalDatasetParams.d.ts +3 -0
  2623. package/dist/Matter/MTRThreadNetworkDirectoryClusterOperationalDatasetResponseParams.d.ts +4 -1
  2624. package/dist/Matter/MTRThreadNetworkDirectoryClusterRemoveNetworkParams.d.ts +3 -0
  2625. package/dist/Matter/MTRThreadNetworkDirectoryClusterThreadNetworkStruct.d.ts +3 -0
  2626. package/dist/Matter/MTRTimeSynchronizationClusterDSTOffsetStruct.d.ts +3 -0
  2627. package/dist/Matter/MTRTimeSynchronizationClusterDSTStatusEvent.d.ts +3 -0
  2628. package/dist/Matter/MTRTimeSynchronizationClusterDSTTableEmptyEvent.d.ts +3 -0
  2629. package/dist/Matter/MTRTimeSynchronizationClusterFabricScopedTrustedTimeSourceStruct.d.ts +3 -0
  2630. package/dist/Matter/MTRTimeSynchronizationClusterMissingTrustedTimeSourceEvent.d.ts +3 -0
  2631. package/dist/Matter/MTRTimeSynchronizationClusterSetDSTOffsetParams.d.ts +3 -0
  2632. package/dist/Matter/MTRTimeSynchronizationClusterSetDefaultNTPParams.d.ts +3 -0
  2633. package/dist/Matter/MTRTimeSynchronizationClusterSetTimeZoneParams.d.ts +3 -0
  2634. package/dist/Matter/MTRTimeSynchronizationClusterSetTimeZoneResponseParams.d.ts +4 -1
  2635. package/dist/Matter/MTRTimeSynchronizationClusterSetTrustedTimeSourceParams.d.ts +3 -0
  2636. package/dist/Matter/MTRTimeSynchronizationClusterSetUtcTimeParams.d.ts +3 -0
  2637. package/dist/Matter/MTRTimeSynchronizationClusterTimeFailureEvent.d.ts +3 -0
  2638. package/dist/Matter/MTRTimeSynchronizationClusterTimeZoneStatusEvent.d.ts +3 -0
  2639. package/dist/Matter/MTRTimeSynchronizationClusterTimeZoneStruct.d.ts +3 -0
  2640. package/dist/Matter/MTRTimeSynchronizationClusterTrustedTimeSourceStruct.d.ts +3 -0
  2641. package/dist/Matter/MTRTimerClusterAddTimeParams.d.ts +3 -0
  2642. package/dist/Matter/MTRTimerClusterReduceTimeParams.d.ts +3 -0
  2643. package/dist/Matter/MTRTimerClusterResetTimerParams.d.ts +3 -0
  2644. package/dist/Matter/MTRTimerClusterSetTimerParams.d.ts +3 -0
  2645. package/dist/Matter/MTRUnitTestingClusterBooleanResponseParams.d.ts +4 -1
  2646. package/dist/Matter/MTRUnitTestingClusterDoubleNestedStructList.d.ts +3 -0
  2647. package/dist/Matter/MTRUnitTestingClusterGlobalEchoRequestParams.d.ts +3 -0
  2648. package/dist/Matter/MTRUnitTestingClusterGlobalEchoResponseParams.d.ts +3 -0
  2649. package/dist/Matter/MTRUnitTestingClusterNestedStruct.d.ts +3 -0
  2650. package/dist/Matter/MTRUnitTestingClusterNestedStructList.d.ts +3 -0
  2651. package/dist/Matter/MTRUnitTestingClusterNullablesAndOptionalsStruct.d.ts +3 -0
  2652. package/dist/Matter/MTRUnitTestingClusterSimpleStruct.d.ts +3 -0
  2653. package/dist/Matter/MTRUnitTestingClusterSimpleStructEchoRequestParams.d.ts +3 -0
  2654. package/dist/Matter/MTRUnitTestingClusterSimpleStructResponseParams.d.ts +4 -1
  2655. package/dist/Matter/MTRUnitTestingClusterStringEchoRequestParams.d.ts +3 -0
  2656. package/dist/Matter/MTRUnitTestingClusterStringEchoResponseParams.d.ts +3 -0
  2657. package/dist/Matter/MTRUnitTestingClusterTestAddArgumentsParams.d.ts +3 -0
  2658. package/dist/Matter/MTRUnitTestingClusterTestAddArgumentsResponseParams.d.ts +4 -1
  2659. package/dist/Matter/MTRUnitTestingClusterTestBatchHelperRequestParams.d.ts +3 -0
  2660. package/dist/Matter/MTRUnitTestingClusterTestBatchHelperResponseParams.d.ts +3 -0
  2661. package/dist/Matter/MTRUnitTestingClusterTestCheckCommandFlagsParams.d.ts +3 -0
  2662. package/dist/Matter/MTRUnitTestingClusterTestComplexNullableOptionalRequestParams.d.ts +3 -0
  2663. package/dist/Matter/MTRUnitTestingClusterTestComplexNullableOptionalResponseParams.d.ts +4 -1
  2664. package/dist/Matter/MTRUnitTestingClusterTestDifferentVendorMeiEventEvent.d.ts +3 -0
  2665. package/dist/Matter/MTRUnitTestingClusterTestDifferentVendorMeiRequestParams.d.ts +3 -0
  2666. package/dist/Matter/MTRUnitTestingClusterTestDifferentVendorMeiResponseParams.d.ts +3 -0
  2667. package/dist/Matter/MTRUnitTestingClusterTestEmitTestEventRequestParams.d.ts +3 -0
  2668. package/dist/Matter/MTRUnitTestingClusterTestEmitTestEventResponseParams.d.ts +4 -1
  2669. package/dist/Matter/MTRUnitTestingClusterTestEmitTestFabricScopedEventRequestParams.d.ts +3 -0
  2670. package/dist/Matter/MTRUnitTestingClusterTestEmitTestFabricScopedEventResponseParams.d.ts +4 -1
  2671. package/dist/Matter/MTRUnitTestingClusterTestEnumsRequestParams.d.ts +3 -0
  2672. package/dist/Matter/MTRUnitTestingClusterTestEnumsResponseParams.d.ts +4 -1
  2673. package/dist/Matter/MTRUnitTestingClusterTestEventEvent.d.ts +3 -0
  2674. package/dist/Matter/MTRUnitTestingClusterTestFabricScoped.d.ts +3 -0
  2675. package/dist/Matter/MTRUnitTestingClusterTestFabricScopedEventEvent.d.ts +3 -0
  2676. package/dist/Matter/MTRUnitTestingClusterTestListInt8UArgumentRequestParams.d.ts +3 -0
  2677. package/dist/Matter/MTRUnitTestingClusterTestListInt8UReverseRequestParams.d.ts +3 -0
  2678. package/dist/Matter/MTRUnitTestingClusterTestListInt8UReverseResponseParams.d.ts +4 -1
  2679. package/dist/Matter/MTRUnitTestingClusterTestListNestedStructListArgumentRequestParams.d.ts +3 -0
  2680. package/dist/Matter/MTRUnitTestingClusterTestListStructArgumentRequestParams.d.ts +3 -0
  2681. package/dist/Matter/MTRUnitTestingClusterTestListStructOctet.d.ts +3 -0
  2682. package/dist/Matter/MTRUnitTestingClusterTestNestedStructArgumentRequestParams.d.ts +3 -0
  2683. package/dist/Matter/MTRUnitTestingClusterTestNestedStructListArgumentRequestParams.d.ts +3 -0
  2684. package/dist/Matter/MTRUnitTestingClusterTestNotHandledParams.d.ts +3 -0
  2685. package/dist/Matter/MTRUnitTestingClusterTestNullableOptionalRequestParams.d.ts +3 -0
  2686. package/dist/Matter/MTRUnitTestingClusterTestNullableOptionalResponseParams.d.ts +4 -1
  2687. package/dist/Matter/MTRUnitTestingClusterTestParams.d.ts +3 -0
  2688. package/dist/Matter/MTRUnitTestingClusterTestSecondBatchHelperRequestParams.d.ts +3 -0
  2689. package/dist/Matter/MTRUnitTestingClusterTestSimpleArgumentRequestParams.d.ts +3 -0
  2690. package/dist/Matter/MTRUnitTestingClusterTestSimpleArgumentResponseParams.d.ts +4 -1
  2691. package/dist/Matter/MTRUnitTestingClusterTestSimpleOptionalArgumentRequestParams.d.ts +3 -0
  2692. package/dist/Matter/MTRUnitTestingClusterTestSpecificParams.d.ts +3 -0
  2693. package/dist/Matter/MTRUnitTestingClusterTestSpecificResponseParams.d.ts +4 -1
  2694. package/dist/Matter/MTRUnitTestingClusterTestStructArgumentRequestParams.d.ts +3 -0
  2695. package/dist/Matter/MTRUnitTestingClusterTestStructArrayArgumentRequestParams.d.ts +3 -0
  2696. package/dist/Matter/MTRUnitTestingClusterTestStructArrayArgumentResponseParams.d.ts +4 -1
  2697. package/dist/Matter/MTRUnitTestingClusterTestUnknownCommandParams.d.ts +3 -0
  2698. package/dist/Matter/MTRUnitTestingClusterTimedInvokeRequestParams.d.ts +3 -0
  2699. package/dist/Matter/MTRUserLabelClusterLabelStruct.d.ts +3 -0
  2700. package/dist/Matter/MTRValveConfigurationAndControlClusterCloseParams.d.ts +3 -0
  2701. package/dist/Matter/MTRValveConfigurationAndControlClusterOpenParams.d.ts +3 -0
  2702. package/dist/Matter/MTRValveConfigurationAndControlClusterValveFaultEvent.d.ts +3 -0
  2703. package/dist/Matter/MTRValveConfigurationAndControlClusterValveStateChangedEvent.d.ts +3 -0
  2704. package/dist/Matter/MTRWaterHeaterManagementClusterBoostEndedEvent.d.ts +3 -0
  2705. package/dist/Matter/MTRWaterHeaterManagementClusterBoostParams.d.ts +3 -0
  2706. package/dist/Matter/MTRWaterHeaterManagementClusterBoostStartedEvent.d.ts +3 -0
  2707. package/dist/Matter/MTRWaterHeaterManagementClusterCancelBoostParams.d.ts +3 -0
  2708. package/dist/Matter/MTRWaterHeaterManagementClusterWaterHeaterBoostInfoStruct.d.ts +3 -0
  2709. package/dist/Matter/MTRWaterHeaterModeClusterChangeToModeParams.d.ts +3 -0
  2710. package/dist/Matter/MTRWaterHeaterModeClusterChangeToModeResponseParams.d.ts +4 -1
  2711. package/dist/Matter/MTRWaterHeaterModeClusterModeOptionStruct.d.ts +3 -0
  2712. package/dist/Matter/MTRWaterHeaterModeClusterModeTagStruct.d.ts +3 -0
  2713. package/dist/Matter/MTRWebRTCTransportProviderClusterEndSessionParams.d.ts +3 -0
  2714. package/dist/Matter/MTRWebRTCTransportProviderClusterProvideAnswerParams.d.ts +3 -0
  2715. package/dist/Matter/MTRWebRTCTransportProviderClusterProvideICECandidatesParams.d.ts +3 -0
  2716. package/dist/Matter/MTRWebRTCTransportProviderClusterProvideOfferParams.d.ts +3 -0
  2717. package/dist/Matter/MTRWebRTCTransportProviderClusterProvideOfferResponseParams.d.ts +3 -0
  2718. package/dist/Matter/MTRWebRTCTransportProviderClusterSFrameStruct.d.ts +3 -0
  2719. package/dist/Matter/MTRWebRTCTransportProviderClusterSolicitOfferParams.d.ts +3 -0
  2720. package/dist/Matter/MTRWebRTCTransportProviderClusterSolicitOfferResponseParams.d.ts +3 -0
  2721. package/dist/Matter/MTRWebRTCTransportRequestorClusterAnswerParams.d.ts +3 -0
  2722. package/dist/Matter/MTRWebRTCTransportRequestorClusterEndParams.d.ts +3 -0
  2723. package/dist/Matter/MTRWebRTCTransportRequestorClusterICECandidatesParams.d.ts +3 -0
  2724. package/dist/Matter/MTRWebRTCTransportRequestorClusterOfferParams.d.ts +3 -0
  2725. package/dist/Matter/MTRWiFiNetworkDiagnosticsClusterAssociationFailureEvent.d.ts +3 -0
  2726. package/dist/Matter/MTRWiFiNetworkDiagnosticsClusterConnectionStatusEvent.d.ts +3 -0
  2727. package/dist/Matter/MTRWiFiNetworkDiagnosticsClusterDisconnectionEvent.d.ts +3 -0
  2728. package/dist/Matter/MTRWiFiNetworkDiagnosticsClusterResetCountsParams.d.ts +3 -0
  2729. package/dist/Matter/MTRWiFiNetworkManagementClusterNetworkPassphraseRequestParams.d.ts +3 -0
  2730. package/dist/Matter/MTRWiFiNetworkManagementClusterNetworkPassphraseResponseParams.d.ts +4 -1
  2731. package/dist/Matter/MTRWindowCoveringClusterDownOrCloseParams.d.ts +3 -0
  2732. package/dist/Matter/MTRWindowCoveringClusterGoToLiftPercentageParams.d.ts +3 -0
  2733. package/dist/Matter/MTRWindowCoveringClusterGoToLiftValueParams.d.ts +3 -0
  2734. package/dist/Matter/MTRWindowCoveringClusterGoToTiltPercentageParams.d.ts +3 -0
  2735. package/dist/Matter/MTRWindowCoveringClusterGoToTiltValueParams.d.ts +3 -0
  2736. package/dist/Matter/MTRWindowCoveringClusterStopMotionParams.d.ts +3 -0
  2737. package/dist/Matter/MTRWindowCoveringClusterUpOrOpenParams.d.ts +3 -0
  2738. package/dist/Matter/MTRWriteParams.d.ts +4 -0
  2739. package/dist/Matter/MTRXPCClientProtocol_MTRDevice.d.ts +3 -3
  2740. package/dist/Matter/MTRXPCServerProtocol_MTRDevice.d.ts +7 -7
  2741. package/dist/Matter/MTRZoneManagementClusterCreateOrUpdateTriggerParams.d.ts +3 -0
  2742. package/dist/Matter/MTRZoneManagementClusterCreateTwoDCartesianZoneParams.d.ts +3 -0
  2743. package/dist/Matter/MTRZoneManagementClusterCreateTwoDCartesianZoneResponseParams.d.ts +3 -0
  2744. package/dist/Matter/MTRZoneManagementClusterRemoveTriggerParams.d.ts +3 -0
  2745. package/dist/Matter/MTRZoneManagementClusterRemoveZoneParams.d.ts +3 -0
  2746. package/dist/Matter/MTRZoneManagementClusterTwoDCartesianVertexStruct.d.ts +3 -0
  2747. package/dist/Matter/MTRZoneManagementClusterTwoDCartesianZoneStruct.d.ts +3 -0
  2748. package/dist/Matter/MTRZoneManagementClusterUpdateTwoDCartesianZoneParams.d.ts +3 -0
  2749. package/dist/Matter/MTRZoneManagementClusterZoneInformationStruct.d.ts +3 -0
  2750. package/dist/Matter/MTRZoneManagementClusterZoneStoppedEvent.d.ts +3 -0
  2751. package/dist/Matter/MTRZoneManagementClusterZoneTriggerControlStruct.d.ts +3 -0
  2752. package/dist/Matter/MTRZoneManagementClusterZoneTriggeredEvent.d.ts +3 -0
  2753. package/dist/Matter/index.js +1331 -1330
  2754. package/dist/MediaAccessibility/MAMusicHapticsManager.d.ts +1 -1
  2755. package/dist/MediaAccessibility/index.js +4 -3
  2756. package/dist/MediaExtension/MEByteSource.d.ts +4 -4
  2757. package/dist/MediaExtension/MEEstimatedSampleLocation.d.ts +3 -0
  2758. package/dist/MediaExtension/MEFileInfo.d.ts +3 -0
  2759. package/dist/MediaExtension/MEFormatReader.d.ts +4 -4
  2760. package/dist/MediaExtension/MEFormatReaderExtension.d.ts +1 -1
  2761. package/dist/MediaExtension/MEFormatReaderInstantiationOptions.d.ts +3 -0
  2762. package/dist/MediaExtension/MEHEVCDependencyInfo.d.ts +3 -0
  2763. package/dist/MediaExtension/MERAWProcessingBooleanParameter.d.ts +2 -2
  2764. package/dist/MediaExtension/MERAWProcessingFloatParameter.d.ts +2 -2
  2765. package/dist/MediaExtension/MERAWProcessingIntegerParameter.d.ts +2 -2
  2766. package/dist/MediaExtension/MERAWProcessingListParameter.d.ts +2 -2
  2767. package/dist/MediaExtension/MERAWProcessor.d.ts +1 -1
  2768. package/dist/MediaExtension/MERAWProcessorExtension.d.ts +1 -1
  2769. package/dist/MediaExtension/MERAWProcessorPixelBufferManager.d.ts +1 -1
  2770. package/dist/MediaExtension/MESampleCursor.d.ts +11 -11
  2771. package/dist/MediaExtension/MESampleCursorChunk.d.ts +3 -0
  2772. package/dist/MediaExtension/MESampleLocation.d.ts +3 -0
  2773. package/dist/MediaExtension/METrackInfo.d.ts +10 -8
  2774. package/dist/MediaExtension/METrackReader.d.ts +8 -8
  2775. package/dist/MediaExtension/MEVideoDecoder.d.ts +1 -1
  2776. package/dist/MediaExtension/MEVideoDecoderExtension.d.ts +1 -1
  2777. package/dist/MediaExtension/MEVideoDecoderPixelBufferManager.d.ts +1 -1
  2778. package/dist/MediaExtension/index.js +19 -18
  2779. package/dist/MediaLibrary/index.js +5 -4
  2780. package/dist/MediaPlayer/MPAdTimeRange.d.ts +3 -0
  2781. package/dist/MediaPlayer/MPMediaEntity.d.ts +6 -3
  2782. package/dist/MediaPlayer/MPMediaItem.d.ts +7 -8
  2783. package/dist/MediaPlayer/MPMediaItemAnimatedArtwork.d.ts +1 -1
  2784. package/dist/MediaPlayer/MPMediaLibrary.d.ts +5 -2
  2785. package/dist/MediaPlayer/MPMediaPlaylist.d.ts +3 -3
  2786. package/dist/MediaPlayer/MPMediaPredicate.d.ts +3 -0
  2787. package/dist/MediaPlayer/MPMediaPropertyPredicate.d.ts +3 -3
  2788. package/dist/MediaPlayer/MPMediaQuery.d.ts +4 -0
  2789. package/dist/MediaPlayer/MPMediaQuerySection.d.ts +4 -0
  2790. package/dist/MediaPlayer/MPMusicPlayerApplicationController.d.ts +1 -1
  2791. package/dist/MediaPlayer/MPMusicPlayerController.d.ts +4 -1
  2792. package/dist/MediaPlayer/MPNowPlayingSession.d.ts +1 -1
  2793. package/dist/MediaPlayer/MPPlayableContentDataSource.d.ts +2 -2
  2794. package/dist/MediaPlayer/MPPlayableContentDelegate.d.ts +3 -3
  2795. package/dist/MediaPlayer/MPRemoteCommand.d.ts +1 -1
  2796. package/dist/MediaPlayer/index.js +49 -48
  2797. package/dist/Metal/MTL4AccelerationStructureGeometryDescriptor.d.ts +3 -0
  2798. package/dist/Metal/MTL4Archive.d.ts +5 -5
  2799. package/dist/Metal/MTL4ArgumentTable.d.ts +2 -3
  2800. package/dist/Metal/MTL4ArgumentTableDescriptor.d.ts +3 -0
  2801. package/dist/Metal/MTL4BinaryFunctionDescriptor.d.ts +3 -0
  2802. package/dist/Metal/MTL4CommandAllocatorDescriptor.d.ts +3 -0
  2803. package/dist/Metal/MTL4CommandBufferOptions.d.ts +3 -0
  2804. package/dist/Metal/MTL4CommandQueueDescriptor.d.ts +5 -3
  2805. package/dist/Metal/MTL4Compiler.d.ts +10 -10
  2806. package/dist/Metal/MTL4CompilerDescriptor.d.ts +3 -0
  2807. package/dist/Metal/MTL4CompilerTaskOptions.d.ts +6 -3
  2808. package/dist/Metal/MTL4ComputeCommandEncoder.d.ts +3 -4
  2809. package/dist/Metal/MTL4CounterHeapDescriptor.d.ts +3 -0
  2810. package/dist/Metal/MTL4FunctionDescriptor.d.ts +3 -0
  2811. package/dist/Metal/MTL4LibraryDescriptor.d.ts +3 -0
  2812. package/dist/Metal/MTL4MachineLearningPipelineReflection.d.ts +2 -2
  2813. package/dist/Metal/MTL4PipelineDataSetSerializer.d.ts +2 -2
  2814. package/dist/Metal/MTL4PipelineDataSetSerializerDescriptor.d.ts +3 -0
  2815. package/dist/Metal/MTL4PipelineDescriptor.d.ts +3 -0
  2816. package/dist/Metal/MTL4PipelineOptions.d.ts +3 -0
  2817. package/dist/Metal/MTL4PipelineStageDynamicLinkingDescriptor.d.ts +8 -5
  2818. package/dist/Metal/MTL4RenderCommandEncoder.d.ts +8 -8
  2819. package/dist/Metal/MTL4RenderPassDescriptor.d.ts +5 -2
  2820. package/dist/Metal/MTL4RenderPipelineBinaryFunctionsDescriptor.d.ts +14 -11
  2821. package/dist/Metal/MTL4RenderPipelineColorAttachmentDescriptor.d.ts +3 -0
  2822. package/dist/Metal/MTL4RenderPipelineColorAttachmentDescriptorArray.d.ts +3 -0
  2823. package/dist/Metal/MTL4RenderPipelineDynamicLinkingDescriptor.d.ts +3 -0
  2824. package/dist/Metal/MTL4StaticLinkingDescriptor.d.ts +6 -3
  2825. package/dist/Metal/MTLAccelerationStructureDescriptor.d.ts +3 -0
  2826. package/dist/Metal/MTLAccelerationStructureGeometryDescriptor.d.ts +3 -0
  2827. package/dist/Metal/MTLAccelerationStructurePassDescriptor.d.ts +3 -0
  2828. package/dist/Metal/MTLAccelerationStructurePassSampleBufferAttachmentDescriptor.d.ts +3 -0
  2829. package/dist/Metal/MTLArchitecture.d.ts +3 -0
  2830. package/dist/Metal/MTLArgumentDescriptor.d.ts +3 -0
  2831. package/dist/Metal/MTLArgumentEncoder.d.ts +9 -9
  2832. package/dist/Metal/MTLAttributeDescriptor.d.ts +3 -0
  2833. package/dist/Metal/MTLBinaryArchive.d.ts +7 -7
  2834. package/dist/Metal/MTLBinaryArchiveDescriptor.d.ts +3 -0
  2835. package/dist/Metal/MTLBlitPassDescriptor.d.ts +3 -0
  2836. package/dist/Metal/MTLBlitPassSampleBufferAttachmentDescriptor.d.ts +3 -0
  2837. package/dist/Metal/MTLBuffer.d.ts +2 -2
  2838. package/dist/Metal/MTLBufferLayoutDescriptor.d.ts +3 -0
  2839. package/dist/Metal/MTLCaptureDescriptor.d.ts +5 -2
  2840. package/dist/Metal/MTLCaptureManager.d.ts +1 -1
  2841. package/dist/Metal/MTLCommandBufferDescriptor.d.ts +3 -0
  2842. package/dist/Metal/MTLCommandQueueDescriptor.d.ts +3 -0
  2843. package/dist/Metal/MTLCompileOptions.d.ts +6 -3
  2844. package/dist/Metal/MTLComputeCommandEncoder.d.ts +7 -7
  2845. package/dist/Metal/MTLComputePassDescriptor.d.ts +3 -0
  2846. package/dist/Metal/MTLComputePassSampleBufferAttachmentDescriptor.d.ts +3 -0
  2847. package/dist/Metal/MTLComputePipelineDescriptor.d.ts +10 -7
  2848. package/dist/Metal/MTLComputePipelineReflection.d.ts +1 -2
  2849. package/dist/Metal/MTLComputePipelineState.d.ts +3 -2
  2850. package/dist/Metal/MTLCounterSampleBufferDescriptor.d.ts +3 -0
  2851. package/dist/Metal/MTLCounterSet.d.ts +2 -2
  2852. package/dist/Metal/MTLDepthStencilDescriptor.d.ts +3 -0
  2853. package/dist/Metal/MTLDevice.d.ts +35 -34
  2854. package/dist/Metal/MTLDynamicLibrary.d.ts +1 -1
  2855. package/dist/Metal/MTLFunction.d.ts +1 -1
  2856. package/dist/Metal/MTLFunctionConstantValues.d.ts +3 -0
  2857. package/dist/Metal/MTLFunctionDescriptor.d.ts +6 -3
  2858. package/dist/Metal/MTLFunctionReflection.d.ts +2 -2
  2859. package/dist/Metal/MTLFunctionStitchingAttributeAlwaysInline.d.ts +3 -0
  2860. package/dist/Metal/MTLFunctionStitchingFunctionNode.d.ts +6 -4
  2861. package/dist/Metal/MTLFunctionStitchingGraph.d.ts +6 -4
  2862. package/dist/Metal/MTLFunctionStitchingInputNode.d.ts +3 -0
  2863. package/dist/Metal/MTLHeapDescriptor.d.ts +3 -0
  2864. package/dist/Metal/MTLIOCommandQueueDescriptor.d.ts +3 -0
  2865. package/dist/Metal/MTLIndirectCommandBufferDescriptor.d.ts +3 -0
  2866. package/dist/Metal/MTLInstanceAccelerationStructureDescriptor.d.ts +3 -3
  2867. package/dist/Metal/MTLIntersectionFunctionDescriptor.d.ts +3 -0
  2868. package/dist/Metal/MTLIntersectionFunctionTable.d.ts +3 -3
  2869. package/dist/Metal/MTLIntersectionFunctionTableDescriptor.d.ts +3 -0
  2870. package/dist/Metal/MTLLibrary.d.ts +6 -6
  2871. package/dist/Metal/MTLLinkedFunctions.d.ts +13 -9
  2872. package/dist/Metal/MTLLogState.d.ts +1 -1
  2873. package/dist/Metal/MTLLogStateDescriptor.d.ts +3 -0
  2874. package/dist/Metal/MTLLogicalToPhysicalColorAttachmentMap.d.ts +3 -0
  2875. package/dist/Metal/MTLMeshRenderPipelineDescriptor.d.ts +6 -3
  2876. package/dist/Metal/MTLPipelineBufferDescriptor.d.ts +3 -0
  2877. package/dist/Metal/MTLRasterizationRateLayerDescriptor.d.ts +3 -0
  2878. package/dist/Metal/MTLRasterizationRateMapDescriptor.d.ts +3 -0
  2879. package/dist/Metal/MTLRenderCommandEncoder.d.ts +28 -28
  2880. package/dist/Metal/MTLRenderPassAttachmentDescriptor.d.ts +3 -0
  2881. package/dist/Metal/MTLRenderPassDescriptor.d.ts +5 -2
  2882. package/dist/Metal/MTLRenderPassSampleBufferAttachmentDescriptor.d.ts +3 -0
  2883. package/dist/Metal/MTLRenderPipelineColorAttachmentDescriptor.d.ts +3 -0
  2884. package/dist/Metal/MTLRenderPipelineDescriptor.d.ts +10 -7
  2885. package/dist/Metal/MTLRenderPipelineFunctionsDescriptor.d.ts +10 -7
  2886. package/dist/Metal/MTLRenderPipelineReflection.d.ts +5 -6
  2887. package/dist/Metal/MTLRenderPipelineState.d.ts +2 -2
  2888. package/dist/Metal/MTLResidencySet.d.ts +2 -1
  2889. package/dist/Metal/MTLResidencySetDescriptor.d.ts +3 -0
  2890. package/dist/Metal/MTLResource.d.ts +1 -1
  2891. package/dist/Metal/MTLResourceStatePassDescriptor.d.ts +3 -0
  2892. package/dist/Metal/MTLResourceStatePassSampleBufferAttachmentDescriptor.d.ts +3 -0
  2893. package/dist/Metal/MTLResourceViewPoolDescriptor.d.ts +3 -0
  2894. package/dist/Metal/MTLSamplerDescriptor.d.ts +3 -0
  2895. package/dist/Metal/MTLSharedEventHandle.d.ts +3 -0
  2896. package/dist/Metal/MTLSharedEventListener.d.ts +2 -3
  2897. package/dist/Metal/MTLSharedTextureHandle.d.ts +3 -0
  2898. package/dist/Metal/MTLStageInputOutputDescriptor.d.ts +3 -0
  2899. package/dist/Metal/MTLStencilDescriptor.d.ts +3 -0
  2900. package/dist/Metal/MTLStitchedLibraryDescriptor.d.ts +7 -5
  2901. package/dist/Metal/MTLTensorDescriptor.d.ts +3 -0
  2902. package/dist/Metal/MTLTensorExtents.d.ts +1 -1
  2903. package/dist/Metal/MTLTextureDescriptor.d.ts +3 -0
  2904. package/dist/Metal/MTLTextureViewDescriptor.d.ts +3 -0
  2905. package/dist/Metal/MTLTileRenderPipelineColorAttachmentDescriptor.d.ts +3 -0
  2906. package/dist/Metal/MTLTileRenderPipelineDescriptor.d.ts +8 -5
  2907. package/dist/Metal/MTLVertexAttributeDescriptor.d.ts +3 -0
  2908. package/dist/Metal/MTLVertexBufferLayoutDescriptor.d.ts +3 -0
  2909. package/dist/Metal/MTLVertexDescriptor.d.ts +3 -0
  2910. package/dist/Metal/MTLVisibleFunctionTable.d.ts +1 -1
  2911. package/dist/Metal/MTLVisibleFunctionTableDescriptor.d.ts +3 -0
  2912. package/dist/Metal/index.js +150 -149
  2913. package/dist/MetalFX/MTLFXFrameInterpolatorDescriptor.d.ts +3 -0
  2914. package/dist/MetalFX/MTLFXSpatialScalerDescriptor.d.ts +3 -0
  2915. package/dist/MetalFX/MTLFXTemporalDenoisedScalerDescriptor.d.ts +3 -0
  2916. package/dist/MetalFX/MTLFXTemporalScalerDescriptor.d.ts +3 -0
  2917. package/dist/MetalFX/index.js +5 -4
  2918. package/dist/MetalKit/MTKMesh.d.ts +2 -2
  2919. package/dist/MetalKit/MTKMeshBuffer.d.ts +3 -0
  2920. package/dist/MetalKit/MTKMeshBufferAllocator.d.ts +3 -0
  2921. package/dist/MetalKit/MTKTextureLoader.d.ts +7 -7
  2922. package/dist/MetalKit/MTKView.d.ts +5 -2
  2923. package/dist/MetalKit/index.js +7 -6
  2924. package/dist/MetalPerformanceShadersGraph/MPSGraph.d.ts +4 -4
  2925. package/dist/MetalPerformanceShadersGraph/MPSGraphCompilationDescriptor.d.ts +8 -4
  2926. package/dist/MetalPerformanceShadersGraph/MPSGraphConvolution2DOpDescriptor.d.ts +3 -0
  2927. package/dist/MetalPerformanceShadersGraph/MPSGraphConvolution3DOpDescriptor.d.ts +3 -0
  2928. package/dist/MetalPerformanceShadersGraph/MPSGraphCreateSparseOpDescriptor.d.ts +3 -0
  2929. package/dist/MetalPerformanceShadersGraph/MPSGraphDepthwiseConvolution2DOpDescriptor.d.ts +3 -0
  2930. package/dist/MetalPerformanceShadersGraph/MPSGraphDepthwiseConvolution3DOpDescriptor.d.ts +3 -0
  2931. package/dist/MetalPerformanceShadersGraph/MPSGraphExecutableExecutionDescriptor.d.ts +3 -0
  2932. package/dist/MetalPerformanceShadersGraph/MPSGraphFFTDescriptor.d.ts +3 -0
  2933. package/dist/MetalPerformanceShadersGraph/MPSGraphGRUDescriptor.d.ts +3 -0
  2934. package/dist/MetalPerformanceShadersGraph/MPSGraphImToColOpDescriptor.d.ts +3 -0
  2935. package/dist/MetalPerformanceShadersGraph/MPSGraphLSTMDescriptor.d.ts +3 -0
  2936. package/dist/MetalPerformanceShadersGraph/MPSGraphOperation.d.ts +3 -0
  2937. package/dist/MetalPerformanceShadersGraph/MPSGraphPooling2DOpDescriptor.d.ts +3 -0
  2938. package/dist/MetalPerformanceShadersGraph/MPSGraphPooling4DOpDescriptor.d.ts +3 -0
  2939. package/dist/MetalPerformanceShadersGraph/MPSGraphRandomOpDescriptor.d.ts +3 -0
  2940. package/dist/MetalPerformanceShadersGraph/MPSGraphShapedType.d.ts +3 -3
  2941. package/dist/MetalPerformanceShadersGraph/MPSGraphSingleGateRNNDescriptor.d.ts +3 -0
  2942. package/dist/MetalPerformanceShadersGraph/MPSGraphStencilOpDescriptor.d.ts +3 -0
  2943. package/dist/MetalPerformanceShadersGraph/MPSGraphTensor.d.ts +4 -1
  2944. package/dist/MetalPerformanceShadersGraph/MPSGraphType.d.ts +3 -0
  2945. package/dist/MetalPerformanceShadersGraph/index.js +29 -28
  2946. package/dist/MetricKit/MXAverage.d.ts +3 -0
  2947. package/dist/MetricKit/MXBackgroundExitData.d.ts +3 -0
  2948. package/dist/MetricKit/MXCallStackTree.d.ts +3 -0
  2949. package/dist/MetricKit/MXCrashDiagnosticObjectiveCExceptionReason.d.ts +3 -0
  2950. package/dist/MetricKit/MXDiagnostic.d.ts +3 -0
  2951. package/dist/MetricKit/MXDiagnosticPayload.d.ts +3 -0
  2952. package/dist/MetricKit/MXForegroundExitData.d.ts +3 -0
  2953. package/dist/MetricKit/MXHistogram.d.ts +5 -2
  2954. package/dist/MetricKit/MXHistogramBucket.d.ts +3 -0
  2955. package/dist/MetricKit/MXMetaData.d.ts +3 -0
  2956. package/dist/MetricKit/MXMetric.d.ts +3 -0
  2957. package/dist/MetricKit/MXMetricManager.d.ts +3 -3
  2958. package/dist/MetricKit/MXMetricPayload.d.ts +3 -0
  2959. package/dist/MetricKit/MXSignpostIntervalData.d.ts +3 -0
  2960. package/dist/MetricKit/MXSignpostRecord.d.ts +3 -0
  2961. package/dist/MetricKit/index.js +38 -37
  2962. package/dist/ModelIO/MDLAnimatedValue.d.ts +3 -0
  2963. package/dist/ModelIO/MDLAnimationBindComponent.d.ts +6 -1
  2964. package/dist/ModelIO/MDLAsset.d.ts +18 -7
  2965. package/dist/ModelIO/MDLBundleAssetResolver.d.ts +3 -0
  2966. package/dist/ModelIO/MDLMaterial.d.ts +3 -0
  2967. package/dist/ModelIO/MDLMaterialProperty.d.ts +3 -0
  2968. package/dist/ModelIO/MDLMaterialPropertyConnection.d.ts +3 -0
  2969. package/dist/ModelIO/MDLMaterialPropertyNode.d.ts +3 -0
  2970. package/dist/ModelIO/MDLMatrix4x4Array.d.ts +3 -0
  2971. package/dist/ModelIO/MDLMesh.d.ts +8 -5
  2972. package/dist/ModelIO/MDLMeshBuffer.d.ts +6 -4
  2973. package/dist/ModelIO/MDLMeshBufferAllocator.d.ts +10 -7
  2974. package/dist/ModelIO/MDLMeshBufferDataAllocator.d.ts +3 -0
  2975. package/dist/ModelIO/MDLMeshBufferMap.d.ts +1 -1
  2976. package/dist/ModelIO/MDLMeshBufferZone.d.ts +4 -2
  2977. package/dist/ModelIO/MDLMeshBufferZoneDefault.d.ts +4 -2
  2978. package/dist/ModelIO/MDLObject.d.ts +13 -5
  2979. package/dist/ModelIO/MDLObjectContainer.d.ts +3 -0
  2980. package/dist/ModelIO/MDLPackedJointAnimation.d.ts +4 -0
  2981. package/dist/ModelIO/MDLPathAssetResolver.d.ts +3 -0
  2982. package/dist/ModelIO/MDLRelativeAssetResolver.d.ts +3 -0
  2983. package/dist/ModelIO/MDLSkeleton.d.ts +3 -0
  2984. package/dist/ModelIO/MDLSubmesh.d.ts +5 -2
  2985. package/dist/ModelIO/MDLSubmeshTopology.d.ts +9 -6
  2986. package/dist/ModelIO/MDLTexture.d.ts +3 -0
  2987. package/dist/ModelIO/MDLTransform.d.ts +3 -0
  2988. package/dist/ModelIO/MDLTransformStack.d.ts +4 -2
  2989. package/dist/ModelIO/MDLVertexAttribute.d.ts +3 -0
  2990. package/dist/ModelIO/MDLVertexBufferLayout.d.ts +3 -0
  2991. package/dist/ModelIO/MDLVertexDescriptor.d.ts +3 -0
  2992. package/dist/ModelIO/index.js +67 -66
  2993. package/dist/MultipeerConnectivity/MCBrowserViewController.d.ts +4 -1
  2994. package/dist/MultipeerConnectivity/MCNearbyServiceAdvertiserDelegate.d.ts +1 -1
  2995. package/dist/MultipeerConnectivity/MCNearbyServiceBrowser.d.ts +2 -1
  2996. package/dist/MultipeerConnectivity/MCPeerID.d.ts +4 -0
  2997. package/dist/MultipeerConnectivity/MCSession.d.ts +4 -4
  2998. package/dist/MultipeerConnectivity/index.js +7 -6
  2999. package/dist/NaturalLanguage/NLContextualEmbedding.d.ts +3 -3
  3000. package/dist/NaturalLanguage/NLContextualEmbeddingResult.d.ts +1 -1
  3001. package/dist/NaturalLanguage/NLEmbedding.d.ts +8 -7
  3002. package/dist/NaturalLanguage/NLGazetteer.d.ts +6 -5
  3003. package/dist/NaturalLanguage/NLModel.d.ts +3 -3
  3004. package/dist/NaturalLanguage/NLModelConfiguration.d.ts +4 -0
  3005. package/dist/NaturalLanguage/NLTagger.d.ts +5 -5
  3006. package/dist/NaturalLanguage/index.js +10 -9
  3007. package/dist/NearbyInteraction/NIAlgorithmConvergence.d.ts +4 -0
  3008. package/dist/NearbyInteraction/NIConfiguration.d.ts +4 -0
  3009. package/dist/NearbyInteraction/NIDLTDOAMeasurement.d.ts +4 -0
  3010. package/dist/NearbyInteraction/NIDiscoveryToken.d.ts +4 -0
  3011. package/dist/NearbyInteraction/NINearbyAccessoryConfiguration.d.ts +2 -2
  3012. package/dist/NearbyInteraction/NINearbyObject.d.ts +4 -0
  3013. package/dist/NearbyInteraction/NISession.d.ts +2 -2
  3014. package/dist/NearbyInteraction/index.js +10 -9
  3015. package/dist/NetworkExtension/NEAppProxyFlow.d.ts +5 -5
  3016. package/dist/NetworkExtension/NEAppProxyProvider.d.ts +3 -2
  3017. package/dist/NetworkExtension/NEAppProxyProviderManager.d.ts +1 -1
  3018. package/dist/NetworkExtension/NEAppProxyTCPFlow.d.ts +4 -3
  3019. package/dist/NetworkExtension/NEAppProxyUDPFlow.d.ts +6 -5
  3020. package/dist/NetworkExtension/NEAppPushManager.d.ts +4 -4
  3021. package/dist/NetworkExtension/NEAppPushProvider.d.ts +1 -1
  3022. package/dist/NetworkExtension/NEAppRule.d.ts +4 -0
  3023. package/dist/NetworkExtension/NEDNSProxyManager.d.ts +3 -3
  3024. package/dist/NetworkExtension/NEDNSProxyProvider.d.ts +3 -2
  3025. package/dist/NetworkExtension/NEDNSSettings.d.ts +4 -0
  3026. package/dist/NetworkExtension/NEDNSSettingsManager.d.ts +3 -3
  3027. package/dist/NetworkExtension/NEEvaluateConnectionRule.d.ts +4 -0
  3028. package/dist/NetworkExtension/NEFilterBrowserFlow.d.ts +3 -0
  3029. package/dist/NetworkExtension/NEFilterControlProvider.d.ts +2 -2
  3030. package/dist/NetworkExtension/NEFilterControlVerdict.d.ts +3 -0
  3031. package/dist/NetworkExtension/NEFilterDataProvider.d.ts +1 -1
  3032. package/dist/NetworkExtension/NEFilterDataVerdict.d.ts +3 -0
  3033. package/dist/NetworkExtension/NEFilterFlow.d.ts +4 -0
  3034. package/dist/NetworkExtension/NEFilterManager.d.ts +3 -3
  3035. package/dist/NetworkExtension/NEFilterNewFlowVerdict.d.ts +3 -0
  3036. package/dist/NetworkExtension/NEFilterProvider.d.ts +1 -1
  3037. package/dist/NetworkExtension/NEFilterProviderConfiguration.d.ts +4 -0
  3038. package/dist/NetworkExtension/NEFilterRemediationVerdict.d.ts +3 -0
  3039. package/dist/NetworkExtension/NEFilterReport.d.ts +4 -0
  3040. package/dist/NetworkExtension/NEFilterRule.d.ts +4 -0
  3041. package/dist/NetworkExtension/NEFilterSettings.d.ts +4 -0
  3042. package/dist/NetworkExtension/NEFilterSocketFlow.d.ts +6 -3
  3043. package/dist/NetworkExtension/NEFilterVerdict.d.ts +4 -0
  3044. package/dist/NetworkExtension/NEFlowMetaData.d.ts +4 -0
  3045. package/dist/NetworkExtension/NEHotspotConfiguration.d.ts +4 -0
  3046. package/dist/NetworkExtension/NEHotspotConfigurationManager.d.ts +3 -3
  3047. package/dist/NetworkExtension/NEHotspotEAPSettings.d.ts +4 -0
  3048. package/dist/NetworkExtension/NEHotspotHS20Settings.d.ts +4 -0
  3049. package/dist/NetworkExtension/NEHotspotHelper.d.ts +1 -1
  3050. package/dist/NetworkExtension/NEHotspotHelperCommand.d.ts +1 -2
  3051. package/dist/NetworkExtension/NEHotspotNetwork.d.ts +1 -1
  3052. package/dist/NetworkExtension/NEIPv4Route.d.ts +4 -0
  3053. package/dist/NetworkExtension/NEIPv4Settings.d.ts +4 -0
  3054. package/dist/NetworkExtension/NEIPv6Route.d.ts +4 -0
  3055. package/dist/NetworkExtension/NEIPv6Settings.d.ts +4 -0
  3056. package/dist/NetworkExtension/NENetworkRule.d.ts +9 -6
  3057. package/dist/NetworkExtension/NEOnDemandRule.d.ts +4 -0
  3058. package/dist/NetworkExtension/NEPacket.d.ts +4 -0
  3059. package/dist/NetworkExtension/NEPacketTunnelProvider.d.ts +4 -3
  3060. package/dist/NetworkExtension/NEPrivateLTENetwork.d.ts +4 -0
  3061. package/dist/NetworkExtension/NEProvider.d.ts +1 -1
  3062. package/dist/NetworkExtension/NEProxyServer.d.ts +4 -0
  3063. package/dist/NetworkExtension/NEProxySettings.d.ts +4 -0
  3064. package/dist/NetworkExtension/NERelay.d.ts +4 -0
  3065. package/dist/NetworkExtension/NERelayManager.d.ts +5 -5
  3066. package/dist/NetworkExtension/NETransparentProxyManager.d.ts +1 -1
  3067. package/dist/NetworkExtension/NETunnelNetworkSettings.d.ts +4 -0
  3068. package/dist/NetworkExtension/NETunnelProvider.d.ts +2 -2
  3069. package/dist/NetworkExtension/NETunnelProviderManager.d.ts +1 -1
  3070. package/dist/NetworkExtension/NETunnelProviderSession.d.ts +2 -2
  3071. package/dist/NetworkExtension/NEVPNConnection.d.ts +3 -3
  3072. package/dist/NetworkExtension/NEVPNIKEv2PPKConfiguration.d.ts +3 -0
  3073. package/dist/NetworkExtension/NEVPNIKEv2SecurityAssociationParameters.d.ts +4 -0
  3074. package/dist/NetworkExtension/NEVPNManager.d.ts +3 -3
  3075. package/dist/NetworkExtension/NEVPNProtocol.d.ts +4 -0
  3076. package/dist/NetworkExtension/NWEndpoint.d.ts +4 -0
  3077. package/dist/NetworkExtension/NWTCPConnection.d.ts +3 -3
  3078. package/dist/NetworkExtension/NWUDPSession.d.ts +3 -3
  3079. package/dist/NetworkExtension/index.js +89 -88
  3080. package/dist/NotificationCenter/index.js +4 -3
  3081. package/dist/OSAKit/OSALanguage.d.ts +3 -3
  3082. package/dist/OSAKit/OSAScript.d.ts +19 -16
  3083. package/dist/OSAKit/OSAScriptController.d.ts +4 -4
  3084. package/dist/OSAKit/index.js +6 -5
  3085. package/dist/OSLog/OSLogEntry.d.ts +3 -0
  3086. package/dist/OSLog/OSLogEntryFromProcess.d.ts +1 -1
  3087. package/dist/OSLog/OSLogEntryLog.d.ts +4 -0
  3088. package/dist/OSLog/OSLogMessageComponent.d.ts +3 -0
  3089. package/dist/OSLog/OSLogStore.d.ts +5 -5
  3090. package/dist/OSLog/index.js +10 -9
  3091. package/dist/OpenDirectory/ODNode.d.ts +11 -11
  3092. package/dist/OpenDirectory/ODQuery.d.ts +5 -2
  3093. package/dist/OpenDirectory/ODRecord.d.ts +11 -11
  3094. package/dist/OpenDirectory/index.js +10 -9
  3095. package/dist/PDFKit/PDFAction.d.ts +3 -0
  3096. package/dist/PDFKit/PDFActionGoTo.d.ts +3 -0
  3097. package/dist/PDFKit/PDFActionNamed.d.ts +3 -0
  3098. package/dist/PDFKit/PDFActionRemoteGoTo.d.ts +3 -0
  3099. package/dist/PDFKit/PDFActionResetForm.d.ts +3 -0
  3100. package/dist/PDFKit/PDFActionURL.d.ts +3 -0
  3101. package/dist/PDFKit/PDFAnnotation.d.ts +5 -1
  3102. package/dist/PDFKit/PDFAnnotationButtonWidget.d.ts +4 -1
  3103. package/dist/PDFKit/PDFAnnotationChoiceWidget.d.ts +3 -0
  3104. package/dist/PDFKit/PDFAnnotationCircle.d.ts +3 -0
  3105. package/dist/PDFKit/PDFAnnotationFreeText.d.ts +3 -0
  3106. package/dist/PDFKit/PDFAnnotationInk.d.ts +3 -0
  3107. package/dist/PDFKit/PDFAnnotationLine.d.ts +3 -0
  3108. package/dist/PDFKit/PDFAnnotationLink.d.ts +3 -0
  3109. package/dist/PDFKit/PDFAnnotationMarkup.d.ts +3 -0
  3110. package/dist/PDFKit/PDFAnnotationPopup.d.ts +3 -0
  3111. package/dist/PDFKit/PDFAnnotationSquare.d.ts +3 -0
  3112. package/dist/PDFKit/PDFAnnotationStamp.d.ts +3 -0
  3113. package/dist/PDFKit/PDFAnnotationText.d.ts +3 -0
  3114. package/dist/PDFKit/PDFAnnotationTextWidget.d.ts +3 -0
  3115. package/dist/PDFKit/PDFAppearanceCharacteristics.d.ts +3 -0
  3116. package/dist/PDFKit/PDFBorder.d.ts +4 -0
  3117. package/dist/PDFKit/PDFDestination.d.ts +3 -0
  3118. package/dist/PDFKit/PDFDocument.d.ts +4 -1
  3119. package/dist/PDFKit/PDFPage.d.ts +5 -1
  3120. package/dist/PDFKit/PDFSelection.d.ts +3 -0
  3121. package/dist/PDFKit/PDFThumbnailView.d.ts +1 -1
  3122. package/dist/PDFKit/PDFView.d.ts +15 -11
  3123. package/dist/PDFKit/index.js +30 -29
  3124. package/dist/PHASE/PHASEAssetRegistry.d.ts +5 -5
  3125. package/dist/PHASE/PHASEEngine.d.ts +1 -1
  3126. package/dist/PHASE/PHASEObject.d.ts +4 -1
  3127. package/dist/PHASE/PHASEShape.d.ts +3 -0
  3128. package/dist/PHASE/PHASESoundEvent.d.ts +7 -7
  3129. package/dist/PHASE/index.js +60 -59
  3130. package/dist/ParavirtualizedGraphics/PGDevice.d.ts +1 -1
  3131. package/dist/ParavirtualizedGraphics/PGDisplay.d.ts +2 -1
  3132. package/dist/ParavirtualizedGraphics/PGDisplayDescriptor.d.ts +2 -2
  3133. package/dist/ParavirtualizedGraphics/index.js +4 -3
  3134. package/dist/PassKit/PKAddIdentityDocumentConfiguration.d.ts +1 -1
  3135. package/dist/PassKit/PKAddPaymentPassRequestConfiguration.d.ts +2 -3
  3136. package/dist/PassKit/PKAddShareablePassConfiguration.d.ts +2 -2
  3137. package/dist/PassKit/PKDateComponentsRange.d.ts +4 -0
  3138. package/dist/PassKit/PKIdentityAnyOfDescriptor.d.ts +6 -3
  3139. package/dist/PassKit/PKIdentityAuthorizationController.d.ts +1 -1
  3140. package/dist/PassKit/PKIdentityDriversLicenseDescriptor.d.ts +3 -0
  3141. package/dist/PassKit/PKIdentityElement.d.ts +3 -0
  3142. package/dist/PassKit/PKIdentityIntentToStore.d.ts +3 -0
  3143. package/dist/PassKit/PKIdentityNationalIDCardDescriptor.d.ts +3 -0
  3144. package/dist/PassKit/PKIdentityPhotoIDDescriptor.d.ts +3 -0
  3145. package/dist/PassKit/PKIdentityRequest.d.ts +5 -1
  3146. package/dist/PassKit/PKIssuerProvisioningExtensionAuthorizationProviding.d.ts +2 -2
  3147. package/dist/PassKit/PKIssuerProvisioningExtensionHandler.d.ts +1 -1
  3148. package/dist/PassKit/PKPass.d.ts +2 -2
  3149. package/dist/PassKit/PKPassLibrary.d.ts +9 -9
  3150. package/dist/PassKit/PKPaymentAuthorizationController.d.ts +2 -2
  3151. package/dist/PassKit/PKPaymentMethod.d.ts +1 -2
  3152. package/dist/PassKit/PKPaymentRequest.d.ts +2 -3
  3153. package/dist/PassKit/PKVehicleConnectionSession.d.ts +2 -2
  3154. package/dist/PassKit/index.js +74 -73
  3155. package/dist/PencilKit/PKDrawing.d.ts +5 -1
  3156. package/dist/PencilKit/PKFloatRange.d.ts +3 -0
  3157. package/dist/PencilKit/PKInk.d.ts +3 -0
  3158. package/dist/PencilKit/PKStroke.d.ts +3 -0
  3159. package/dist/PencilKit/PKStrokePath.d.ts +3 -0
  3160. package/dist/PencilKit/PKStrokePoint.d.ts +3 -0
  3161. package/dist/PencilKit/PKTool.d.ts +3 -0
  3162. package/dist/PencilKit/PKToolPickerItem.d.ts +3 -0
  3163. package/dist/PencilKit/index.js +14 -13
  3164. package/dist/Photos/PHAsset.d.ts +3 -3
  3165. package/dist/Photos/PHAssetChangeRequest.d.ts +2 -2
  3166. package/dist/Photos/PHAssetCollection.d.ts +1 -1
  3167. package/dist/Photos/PHAssetResourceCreationOptions.d.ts +3 -0
  3168. package/dist/Photos/PHAssetResourceManager.d.ts +3 -3
  3169. package/dist/Photos/PHAssetResourceRequestOptions.d.ts +5 -2
  3170. package/dist/Photos/PHCloudIdentifier.d.ts +4 -0
  3171. package/dist/Photos/PHContentEditingInput.d.ts +1 -1
  3172. package/dist/Photos/PHContentEditingInputRequestOptions.d.ts +2 -2
  3173. package/dist/Photos/PHContentEditingOutput.d.ts +1 -1
  3174. package/dist/Photos/PHFetchOptions.d.ts +3 -0
  3175. package/dist/Photos/PHFetchResult.d.ts +6 -2
  3176. package/dist/Photos/PHImageManager.d.ts +8 -8
  3177. package/dist/Photos/PHImageRequestOptions.d.ts +5 -2
  3178. package/dist/Photos/PHLivePhoto.d.ts +7 -2
  3179. package/dist/Photos/PHLivePhotoEditingContext.d.ts +5 -5
  3180. package/dist/Photos/PHLivePhotoRequestOptions.d.ts +5 -2
  3181. package/dist/Photos/PHObject.d.ts +3 -0
  3182. package/dist/Photos/PHObjectChangeDetails.d.ts +1 -1
  3183. package/dist/Photos/PHPersistentChange.d.ts +1 -1
  3184. package/dist/Photos/PHPersistentChangeToken.d.ts +4 -0
  3185. package/dist/Photos/PHPhotoLibrary.d.ts +3 -3
  3186. package/dist/Photos/PHVideoRequestOptions.d.ts +5 -2
  3187. package/dist/Photos/index.js +44 -43
  3188. package/dist/PhotosUI/PHContentEditingController.d.ts +1 -1
  3189. package/dist/PhotosUI/PHPickerConfiguration.d.ts +3 -0
  3190. package/dist/PhotosUI/PHPickerFilter.d.ts +3 -0
  3191. package/dist/PhotosUI/PHPickerUpdateConfiguration.d.ts +3 -0
  3192. package/dist/PhotosUI/PHProjectAssetElement.d.ts +1 -1
  3193. package/dist/PhotosUI/PHProjectElement.d.ts +3 -0
  3194. package/dist/PhotosUI/PHProjectExtensionContext.d.ts +1 -1
  3195. package/dist/PhotosUI/PHProjectExtensionController.d.ts +2 -2
  3196. package/dist/PhotosUI/PHProjectInfo.d.ts +4 -2
  3197. package/dist/PhotosUI/PHProjectMapElement.d.ts +2 -2
  3198. package/dist/PhotosUI/PHProjectRegionOfInterest.d.ts +5 -2
  3199. package/dist/PhotosUI/PHProjectSection.d.ts +3 -0
  3200. package/dist/PhotosUI/PHProjectSectionContent.d.ts +3 -0
  3201. package/dist/PhotosUI/PHProjectTypeDescription.d.ts +9 -7
  3202. package/dist/PhotosUI/PHProjectTypeDescriptionDataSource.d.ts +4 -4
  3203. package/dist/PhotosUI/PHProjectTypeDescriptionInvalidator.d.ts +3 -3
  3204. package/dist/PhotosUI/index.js +18 -17
  3205. package/dist/PreferencePanes/NSPreferencePane.d.ts +2 -2
  3206. package/dist/PreferencePanes/index.js +2 -1
  3207. package/dist/PushKit/PKPushRegistry.d.ts +1 -2
  3208. package/dist/PushKit/index.js +4 -3
  3209. package/dist/QuartzCore/CAAnimation.d.ts +7 -1
  3210. package/dist/QuartzCore/CABasicAnimation.d.ts +6 -6
  3211. package/dist/QuartzCore/CAConstraint.d.ts +3 -0
  3212. package/dist/QuartzCore/CAConstraintLayoutManager.d.ts +3 -0
  3213. package/dist/QuartzCore/CAEDRMetadata.d.ts +4 -0
  3214. package/dist/QuartzCore/CAEmitterCell.d.ts +7 -3
  3215. package/dist/QuartzCore/CALayer.d.ts +21 -16
  3216. package/dist/QuartzCore/CALayerDelegate.d.ts +2 -2
  3217. package/dist/QuartzCore/CAMediaTimingFunction.d.ts +3 -0
  3218. package/dist/QuartzCore/CAOpenGLLayer.d.ts +6 -6
  3219. package/dist/QuartzCore/CARenderer.d.ts +1 -1
  3220. package/dist/QuartzCore/CATextLayer.d.ts +2 -2
  3221. package/dist/QuartzCore/CATransaction.d.ts +4 -4
  3222. package/dist/QuartzCore/CAValueFunction.d.ts +3 -0
  3223. package/dist/QuartzCore/index.js +32 -31
  3224. package/dist/QuickLookThumbnailing/QLThumbnailGenerationRequest.d.ts +4 -0
  3225. package/dist/QuickLookThumbnailing/QLThumbnailGenerator.d.ts +4 -4
  3226. package/dist/QuickLookThumbnailing/QLThumbnailProvider.d.ts +1 -1
  3227. package/dist/QuickLookThumbnailing/index.js +7 -6
  3228. package/dist/QuickLookUI/QLPreviewProvider.d.ts +3 -0
  3229. package/dist/QuickLookUI/QLPreviewReply.d.ts +3 -3
  3230. package/dist/QuickLookUI/QLPreviewingController.d.ts +3 -3
  3231. package/dist/QuickLookUI/index.js +7 -6
  3232. package/dist/ReplayKit/RPBroadcastActivityController.d.ts +1 -1
  3233. package/dist/ReplayKit/RPBroadcastController.d.ts +4 -3
  3234. package/dist/ReplayKit/RPBroadcastControllerDelegate.d.ts +2 -2
  3235. package/dist/ReplayKit/RPBroadcastHandler.d.ts +5 -2
  3236. package/dist/ReplayKit/RPScreenRecorder.d.ts +9 -9
  3237. package/dist/ReplayKit/index.js +8 -7
  3238. package/dist/SafariServices/SFContentBlockerManager.d.ts +2 -2
  3239. package/dist/SafariServices/SFSafariApplication.d.ts +4 -4
  3240. package/dist/SafariServices/SFSafariExtension.d.ts +1 -1
  3241. package/dist/SafariServices/SFSafariExtensionHandler.d.ts +4 -0
  3242. package/dist/SafariServices/SFSafariExtensionHandling.d.ts +2 -2
  3243. package/dist/SafariServices/SFSafariExtensionManager.d.ts +1 -1
  3244. package/dist/SafariServices/SFSafariPage.d.ts +6 -2
  3245. package/dist/SafariServices/SFSafariTab.d.ts +8 -4
  3246. package/dist/SafariServices/SFSafariToolbarItem.d.ts +4 -0
  3247. package/dist/SafariServices/SFSafariWindow.d.ts +7 -3
  3248. package/dist/SafariServices/index.js +15 -14
  3249. package/dist/SafetyKit/SACrashDetectionEvent.d.ts +5 -1
  3250. package/dist/SafetyKit/SACrashDetectionManager.d.ts +1 -1
  3251. package/dist/SafetyKit/SAEmergencyResponseManager.d.ts +1 -1
  3252. package/dist/SafetyKit/index.js +4 -3
  3253. package/dist/SceneKit/SCNAction.d.ts +7 -3
  3254. package/dist/SceneKit/SCNActionable.d.ts +2 -2
  3255. package/dist/SceneKit/SCNAnimation.d.ts +8 -4
  3256. package/dist/SceneKit/SCNAnimationPlayer.d.ts +5 -0
  3257. package/dist/SceneKit/SCNAudioPlayer.d.ts +4 -4
  3258. package/dist/SceneKit/SCNAudioSource.d.ts +4 -0
  3259. package/dist/SceneKit/SCNBoundingVolume.d.ts +3 -3
  3260. package/dist/SceneKit/SCNCamera.d.ts +7 -1
  3261. package/dist/SceneKit/SCNConstraint.d.ts +5 -0
  3262. package/dist/SceneKit/SCNGeometry.d.ts +8 -2
  3263. package/dist/SceneKit/SCNGeometryElement.d.ts +3 -0
  3264. package/dist/SceneKit/SCNGeometrySource.d.ts +7 -3
  3265. package/dist/SceneKit/SCNGeometryTessellator.d.ts +4 -0
  3266. package/dist/SceneKit/SCNLayer.d.ts +3 -0
  3267. package/dist/SceneKit/SCNLevelOfDetail.d.ts +4 -0
  3268. package/dist/SceneKit/SCNLight.d.ts +9 -3
  3269. package/dist/SceneKit/SCNMaterial.d.ts +7 -1
  3270. package/dist/SceneKit/SCNMaterialProperty.d.ts +11 -7
  3271. package/dist/SceneKit/SCNMorpher.d.ts +4 -0
  3272. package/dist/SceneKit/SCNNode.d.ts +7 -0
  3273. package/dist/SceneKit/SCNParticlePropertyController.d.ts +4 -0
  3274. package/dist/SceneKit/SCNParticleSystem.d.ts +7 -2
  3275. package/dist/SceneKit/SCNPhysicsBehavior.d.ts +3 -0
  3276. package/dist/SceneKit/SCNPhysicsBody.d.ts +4 -0
  3277. package/dist/SceneKit/SCNPhysicsField.d.ts +4 -0
  3278. package/dist/SceneKit/SCNPhysicsShape.d.ts +4 -0
  3279. package/dist/SceneKit/SCNPhysicsVehicleWheel.d.ts +4 -0
  3280. package/dist/SceneKit/SCNPhysicsWorld.d.ts +3 -0
  3281. package/dist/SceneKit/SCNProgram.d.ts +4 -0
  3282. package/dist/SceneKit/SCNRenderer.d.ts +6 -2
  3283. package/dist/SceneKit/SCNScene.d.ts +7 -4
  3284. package/dist/SceneKit/SCNSceneRenderer.d.ts +4 -4
  3285. package/dist/SceneKit/SCNSceneSource.d.ts +4 -4
  3286. package/dist/SceneKit/SCNShadable.d.ts +2 -2
  3287. package/dist/SceneKit/SCNSkinner.d.ts +3 -0
  3288. package/dist/SceneKit/SCNTechnique.d.ts +7 -3
  3289. package/dist/SceneKit/SCNText.d.ts +3 -3
  3290. package/dist/SceneKit/SCNTimingFunction.d.ts +3 -0
  3291. package/dist/SceneKit/SCNTransaction.d.ts +4 -4
  3292. package/dist/SceneKit/SCNView.d.ts +7 -4
  3293. package/dist/SceneKit/index.js +67 -66
  3294. package/dist/ScreenCaptureKit/SCRecordingOutputConfiguration.d.ts +3 -2
  3295. package/dist/ScreenCaptureKit/SCScreenshotManager.d.ts +5 -5
  3296. package/dist/ScreenCaptureKit/SCShareableContent.d.ts +5 -5
  3297. package/dist/ScreenCaptureKit/SCStream.d.ts +8 -8
  3298. package/dist/ScreenCaptureKit/SCStreamConfiguration.d.ts +2 -2
  3299. package/dist/ScreenCaptureKit/index.js +16 -15
  3300. package/dist/ScreenSaver/index.js +3 -2
  3301. package/dist/ScreenTime/STScreenTimeConfigurationObserver.d.ts +1 -2
  3302. package/dist/ScreenTime/STWebHistory.d.ts +4 -4
  3303. package/dist/ScreenTime/STWebpageController.d.ts +1 -1
  3304. package/dist/ScreenTime/index.js +5 -4
  3305. package/dist/ScriptingBridge/SBApplication.d.ts +3 -3
  3306. package/dist/ScriptingBridge/SBApplicationDelegate.d.ts +1 -1
  3307. package/dist/ScriptingBridge/SBObject.d.ts +10 -7
  3308. package/dist/ScriptingBridge/index.js +4 -3
  3309. package/dist/SecurityFoundation/SFAuthorization.d.ts +6 -3
  3310. package/dist/SecurityFoundation/index.js +2 -1
  3311. package/dist/SecurityInterface/SFAuthorizationView.d.ts +1 -1
  3312. package/dist/SecurityInterface/index.js +10 -9
  3313. package/dist/SecurityUI/SFCertificatePresentation.d.ts +1 -1
  3314. package/dist/SecurityUI/index.js +2 -1
  3315. package/dist/SensitiveContentAnalysis/SCSensitivityAnalyzer.d.ts +3 -3
  3316. package/dist/SensitiveContentAnalysis/SCVideoStreamAnalyzer.d.ts +3 -3
  3317. package/dist/SensitiveContentAnalysis/index.js +4 -3
  3318. package/dist/SensorKit/SRAcousticSettings.d.ts +4 -0
  3319. package/dist/SensorKit/SRAcousticSettingsAccessibility.d.ts +4 -0
  3320. package/dist/SensorKit/SRAcousticSettingsAccessibilityBackgroundSounds.d.ts +4 -0
  3321. package/dist/SensorKit/SRAcousticSettingsAccessibilityHeadphoneAccommodations.d.ts +4 -0
  3322. package/dist/SensorKit/SRAcousticSettingsMusicEQ.d.ts +4 -0
  3323. package/dist/SensorKit/SRAudioLevel.d.ts +4 -0
  3324. package/dist/SensorKit/SRDeletionRecord.d.ts +5 -3
  3325. package/dist/SensorKit/SRDevice.d.ts +4 -0
  3326. package/dist/SensorKit/SRDeviceUsageReport.d.ts +4 -4
  3327. package/dist/SensorKit/SRElectrocardiogramData.d.ts +4 -0
  3328. package/dist/SensorKit/SRElectrocardiogramSample.d.ts +4 -0
  3329. package/dist/SensorKit/SRElectrocardiogramSession.d.ts +4 -0
  3330. package/dist/SensorKit/SRFaceMetrics.d.ts +4 -0
  3331. package/dist/SensorKit/SRFaceMetricsExpression.d.ts +4 -0
  3332. package/dist/SensorKit/SRFetchRequest.d.ts +4 -5
  3333. package/dist/SensorKit/SRFetchResult.d.ts +4 -1
  3334. package/dist/SensorKit/SRKeyboardMetrics.d.ts +6 -7
  3335. package/dist/SensorKit/SRKeyboardProbabilityMetric.d.ts +2 -2
  3336. package/dist/SensorKit/SRMediaEvent.d.ts +4 -0
  3337. package/dist/SensorKit/SRPhotoplethysmogramAccelerometerSample.d.ts +4 -0
  3338. package/dist/SensorKit/SRPhotoplethysmogramOpticalSample.d.ts +4 -0
  3339. package/dist/SensorKit/SRPhotoplethysmogramSample.d.ts +4 -0
  3340. package/dist/SensorKit/SRSensorReader.d.ts +1 -1
  3341. package/dist/SensorKit/SRSleepSession.d.ts +4 -0
  3342. package/dist/SensorKit/SRSpeechExpression.d.ts +4 -0
  3343. package/dist/SensorKit/SRSpeechMetrics.d.ts +4 -0
  3344. package/dist/SensorKit/SRSupplementalCategory.d.ts +4 -0
  3345. package/dist/SensorKit/SRWristTemperature.d.ts +4 -0
  3346. package/dist/SensorKit/SRWristTemperatureSession.d.ts +4 -0
  3347. package/dist/SensorKit/index.js +39 -38
  3348. package/dist/ServiceManagement/SMAppService.d.ts +3 -3
  3349. package/dist/ServiceManagement/index.js +2 -1
  3350. package/dist/SharedWithYou/SWCollaborationHighlight.d.ts +3 -0
  3351. package/dist/SharedWithYou/SWCollaborationView.d.ts +1 -1
  3352. package/dist/SharedWithYou/SWHighlight.d.ts +2 -0
  3353. package/dist/SharedWithYou/SWHighlightCenter.d.ts +4 -4
  3354. package/dist/SharedWithYou/SWHighlightMembershipEvent.d.ts +3 -0
  3355. package/dist/SharedWithYou/SWHighlightMentionEvent.d.ts +3 -0
  3356. package/dist/SharedWithYou/SWHighlightPersistenceEvent.d.ts +3 -0
  3357. package/dist/SharedWithYou/index.js +11 -10
  3358. package/dist/SharedWithYouCore/SWAction.d.ts +4 -0
  3359. package/dist/SharedWithYouCore/SWCollaborationMetadata.d.ts +5 -0
  3360. package/dist/SharedWithYouCore/SWCollaborationOption.d.ts +4 -0
  3361. package/dist/SharedWithYouCore/SWCollaborationOptionsGroup.d.ts +4 -0
  3362. package/dist/SharedWithYouCore/SWCollaborationShareOptions.d.ts +3 -0
  3363. package/dist/SharedWithYouCore/SWPerson.d.ts +3 -0
  3364. package/dist/SharedWithYouCore/SWPersonIdentity.d.ts +4 -0
  3365. package/dist/SharedWithYouCore/SWPersonIdentityProof.d.ts +4 -0
  3366. package/dist/SharedWithYouCore/SWStartCollaborationAction.d.ts +3 -0
  3367. package/dist/SharedWithYouCore/SWUpdateCollaborationParticipantsAction.d.ts +3 -0
  3368. package/dist/SharedWithYouCore/index.js +14 -13
  3369. package/dist/ShazamKit/SHCustomCatalog.d.ts +4 -4
  3370. package/dist/ShazamKit/SHMatch.d.ts +3 -0
  3371. package/dist/ShazamKit/SHMediaItem.d.ts +5 -1
  3372. package/dist/ShazamKit/SHMediaLibrary.d.ts +1 -1
  3373. package/dist/ShazamKit/SHRange.d.ts +4 -0
  3374. package/dist/ShazamKit/SHSignature.d.ts +6 -2
  3375. package/dist/ShazamKit/SHSignatureGenerator.d.ts +2 -2
  3376. package/dist/ShazamKit/index.js +11 -10
  3377. package/dist/Social/SLComposeServiceViewController.d.ts +3 -0
  3378. package/dist/Social/index.js +3 -2
  3379. package/dist/SoundAnalysis/SNAudioFileAnalyzer.d.ts +2 -2
  3380. package/dist/SoundAnalysis/SNAudioStreamAnalyzer.d.ts +1 -1
  3381. package/dist/SoundAnalysis/SNClassificationResult.d.ts +3 -0
  3382. package/dist/SoundAnalysis/SNClassifySoundRequest.d.ts +6 -3
  3383. package/dist/SoundAnalysis/index.js +7 -6
  3384. package/dist/Speech/SFAcousticFeature.d.ts +4 -0
  3385. package/dist/Speech/SFSpeechLanguageModel.d.ts +4 -4
  3386. package/dist/Speech/SFSpeechLanguageModelConfiguration.d.ts +4 -0
  3387. package/dist/Speech/SFSpeechRecognitionMetadata.d.ts +4 -0
  3388. package/dist/Speech/SFSpeechRecognitionResult.d.ts +4 -0
  3389. package/dist/Speech/SFSpeechRecognizer.d.ts +1 -1
  3390. package/dist/Speech/SFTranscription.d.ts +4 -0
  3391. package/dist/Speech/SFTranscriptionSegment.d.ts +4 -0
  3392. package/dist/Speech/SFVoiceAnalytics.d.ts +4 -0
  3393. package/dist/Speech/index.js +14 -13
  3394. package/dist/SpriteKit/SKAction.d.ts +7 -3
  3395. package/dist/SpriteKit/SKAttribute.d.ts +3 -0
  3396. package/dist/SpriteKit/SKAttributeValue.d.ts +3 -0
  3397. package/dist/SpriteKit/SKAudioNode.d.ts +1 -1
  3398. package/dist/SpriteKit/SKConstraint.d.ts +4 -0
  3399. package/dist/SpriteKit/SKEffectNode.d.ts +3 -0
  3400. package/dist/SpriteKit/SKFieldNode.d.ts +1 -1
  3401. package/dist/SpriteKit/SKKeyframeSequence.d.ts +4 -1
  3402. package/dist/SpriteKit/SKNode.d.ts +7 -4
  3403. package/dist/SpriteKit/SKPhysicsBody.d.ts +4 -0
  3404. package/dist/SpriteKit/SKPhysicsJoint.d.ts +3 -0
  3405. package/dist/SpriteKit/SKPhysicsWorld.d.ts +3 -0
  3406. package/dist/SpriteKit/SKRange.d.ts +4 -0
  3407. package/dist/SpriteKit/SKReachConstraints.d.ts +3 -0
  3408. package/dist/SpriteKit/SKRegion.d.ts +4 -0
  3409. package/dist/SpriteKit/SKShader.d.ts +4 -0
  3410. package/dist/SpriteKit/SKShapeNode.d.ts +4 -4
  3411. package/dist/SpriteKit/SKSpriteNode.d.ts +3 -0
  3412. package/dist/SpriteKit/SKTexture.d.ts +4 -0
  3413. package/dist/SpriteKit/SKTextureAtlas.d.ts +4 -1
  3414. package/dist/SpriteKit/SKTileDefinition.d.ts +4 -0
  3415. package/dist/SpriteKit/SKTileGroup.d.ts +4 -0
  3416. package/dist/SpriteKit/SKTileGroupRule.d.ts +4 -0
  3417. package/dist/SpriteKit/SKTileMapNode.d.ts +3 -0
  3418. package/dist/SpriteKit/SKTileSet.d.ts +4 -0
  3419. package/dist/SpriteKit/SKTransition.d.ts +3 -0
  3420. package/dist/SpriteKit/SKUniform.d.ts +4 -0
  3421. package/dist/SpriteKit/SKView.d.ts +1 -1
  3422. package/dist/SpriteKit/SKWarpGeometry.d.ts +4 -0
  3423. package/dist/SpriteKit/SKWarpGeometryGrid.d.ts +2 -2
  3424. package/dist/SpriteKit/index.js +49 -48
  3425. package/dist/StoreKit/SKAdNetwork.d.ts +5 -5
  3426. package/dist/StoreKit/SKArcadeService.d.ts +2 -2
  3427. package/dist/StoreKit/SKCloudServiceController.d.ts +5 -5
  3428. package/dist/StoreKit/SKCloudServiceSetupViewController.d.ts +1 -1
  3429. package/dist/StoreKit/SKDownload.d.ts +3 -2
  3430. package/dist/StoreKit/SKOverlayAppClipConfiguration.d.ts +2 -2
  3431. package/dist/StoreKit/SKOverlayAppConfiguration.d.ts +2 -2
  3432. package/dist/StoreKit/SKPayment.d.ts +4 -0
  3433. package/dist/StoreKit/SKPaymentQueue.d.ts +1 -2
  3434. package/dist/StoreKit/SKProductStorePromotionController.d.ts +4 -4
  3435. package/dist/StoreKit/SKStoreProductViewController.d.ts +2 -2
  3436. package/dist/StoreKit/index.js +28 -27
  3437. package/dist/Symbols/NSSymbolContentTransition.d.ts +4 -0
  3438. package/dist/Symbols/NSSymbolEffect.d.ts +4 -0
  3439. package/dist/Symbols/NSSymbolEffectOptions.d.ts +4 -0
  3440. package/dist/Symbols/NSSymbolEffectOptionsRepeatBehavior.d.ts +4 -0
  3441. package/dist/Symbols/index.js +19 -18
  3442. package/dist/SyncServices/ISyncChange.d.ts +3 -3
  3443. package/dist/SyncServices/ISyncClient.d.ts +1 -1
  3444. package/dist/SyncServices/ISyncRecordReference.d.ts +3 -0
  3445. package/dist/SyncServices/index.js +9 -8
  3446. package/dist/SystemExtensions/OSSystemExtensionRequest.d.ts +3 -4
  3447. package/dist/SystemExtensions/OSSystemExtensionsWorkspace.d.ts +2 -2
  3448. package/dist/SystemExtensions/index.js +6 -5
  3449. package/dist/ThreadNetwork/THClient.d.ts +7 -7
  3450. package/dist/ThreadNetwork/THCredentials.d.ts +3 -0
  3451. package/dist/ThreadNetwork/index.js +3 -2
  3452. package/dist/UniformTypeIdentifiers/UTType.d.ts +6 -2
  3453. package/dist/UniformTypeIdentifiers/index.js +2 -1
  3454. package/dist/UserNotifications/UNNotification.d.ts +4 -0
  3455. package/dist/UserNotifications/UNNotificationAction.d.ts +4 -0
  3456. package/dist/UserNotifications/UNNotificationActionIcon.d.ts +4 -0
  3457. package/dist/UserNotifications/UNNotificationAttachment.d.ts +5 -1
  3458. package/dist/UserNotifications/UNNotificationAttributedMessageContext.d.ts +3 -0
  3459. package/dist/UserNotifications/UNNotificationCategory.d.ts +4 -0
  3460. package/dist/UserNotifications/UNNotificationContent.d.ts +6 -1
  3461. package/dist/UserNotifications/UNNotificationRequest.d.ts +4 -0
  3462. package/dist/UserNotifications/UNNotificationResponse.d.ts +4 -0
  3463. package/dist/UserNotifications/UNNotificationSettings.d.ts +4 -0
  3464. package/dist/UserNotifications/UNNotificationSound.d.ts +9 -5
  3465. package/dist/UserNotifications/UNNotificationTrigger.d.ts +4 -0
  3466. package/dist/UserNotifications/UNUserNotificationCenter.d.ts +3 -3
  3467. package/dist/UserNotifications/index.js +22 -21
  3468. package/dist/VideoSubscriberAccount/VSAccountManager.d.ts +2 -2
  3469. package/dist/VideoSubscriberAccount/VSAccountProviderResponse.d.ts +1 -2
  3470. package/dist/VideoSubscriberAccount/VSAutoSignInToken.d.ts +3 -0
  3471. package/dist/VideoSubscriberAccount/VSUserAccountManager.d.ts +4 -4
  3472. package/dist/VideoSubscriberAccount/index.js +14 -13
  3473. package/dist/VideoToolbox/VTFrameProcessor.d.ts +4 -4
  3474. package/dist/VideoToolbox/VTSuperResolutionScalerConfiguration.d.ts +1 -1
  3475. package/dist/VideoToolbox/VTTemporalNoiseFilterConfiguration.d.ts +1 -2
  3476. package/dist/VideoToolbox/index.js +18 -17
  3477. package/dist/Virtualization/VZAudioDeviceConfiguration.d.ts +3 -0
  3478. package/dist/Virtualization/VZBootLoader.d.ts +3 -0
  3479. package/dist/Virtualization/VZConsoleDeviceConfiguration.d.ts +3 -0
  3480. package/dist/Virtualization/VZConsolePortConfiguration.d.ts +3 -0
  3481. package/dist/Virtualization/VZDirectorySharingDeviceConfiguration.d.ts +3 -0
  3482. package/dist/Virtualization/VZDiskBlockDeviceStorageDeviceAttachment.d.ts +1 -1
  3483. package/dist/Virtualization/VZDiskImageStorageDeviceAttachment.d.ts +2 -2
  3484. package/dist/Virtualization/VZEFIVariableStore.d.ts +1 -1
  3485. package/dist/Virtualization/VZEntropyDeviceConfiguration.d.ts +3 -0
  3486. package/dist/Virtualization/VZFileSerialPortAttachment.d.ts +1 -1
  3487. package/dist/Virtualization/VZGenericMachineIdentifier.d.ts +3 -0
  3488. package/dist/Virtualization/VZGraphicsDeviceConfiguration.d.ts +3 -0
  3489. package/dist/Virtualization/VZGraphicsDisplay.d.ts +2 -2
  3490. package/dist/Virtualization/VZGraphicsDisplayConfiguration.d.ts +3 -0
  3491. package/dist/Virtualization/VZKeyboardConfiguration.d.ts +3 -0
  3492. package/dist/Virtualization/VZLinuxRosettaAbstractSocketCachingOptions.d.ts +1 -1
  3493. package/dist/Virtualization/VZLinuxRosettaDirectoryShare.d.ts +2 -2
  3494. package/dist/Virtualization/VZLinuxRosettaUnixSocketCachingOptions.d.ts +1 -1
  3495. package/dist/Virtualization/VZMACAddress.d.ts +3 -0
  3496. package/dist/Virtualization/VZMacAuxiliaryStorage.d.ts +1 -1
  3497. package/dist/Virtualization/VZMacHardwareModel.d.ts +3 -0
  3498. package/dist/Virtualization/VZMacMachineIdentifier.d.ts +3 -0
  3499. package/dist/Virtualization/VZMacOSInstaller.d.ts +1 -1
  3500. package/dist/Virtualization/VZMacOSRestoreImage.d.ts +2 -2
  3501. package/dist/Virtualization/VZMemoryBalloonDeviceConfiguration.d.ts +3 -0
  3502. package/dist/Virtualization/VZMultipleDirectoryShare.d.ts +1 -1
  3503. package/dist/Virtualization/VZNetworkBlockDeviceStorageDeviceAttachment.d.ts +3 -3
  3504. package/dist/Virtualization/VZNetworkDeviceConfiguration.d.ts +3 -0
  3505. package/dist/Virtualization/VZPlatformConfiguration.d.ts +3 -0
  3506. package/dist/Virtualization/VZPointingDeviceConfiguration.d.ts +3 -0
  3507. package/dist/Virtualization/VZSerialPortConfiguration.d.ts +3 -0
  3508. package/dist/Virtualization/VZSocketDeviceConfiguration.d.ts +3 -0
  3509. package/dist/Virtualization/VZStorageDeviceConfiguration.d.ts +3 -0
  3510. package/dist/Virtualization/VZUSBController.d.ts +4 -3
  3511. package/dist/Virtualization/VZUSBControllerConfiguration.d.ts +6 -3
  3512. package/dist/Virtualization/VZUSBMassStorageDevice.d.ts +3 -0
  3513. package/dist/Virtualization/VZUSBMassStorageDeviceConfiguration.d.ts +3 -0
  3514. package/dist/Virtualization/VZVirtioBlockDeviceConfiguration.d.ts +1 -1
  3515. package/dist/Virtualization/VZVirtioConsolePortConfigurationArray.d.ts +3 -0
  3516. package/dist/Virtualization/VZVirtioFileSystemDeviceConfiguration.d.ts +1 -1
  3517. package/dist/Virtualization/VZVirtioSocketDevice.d.ts +1 -1
  3518. package/dist/Virtualization/VZVirtioSoundDeviceStreamConfiguration.d.ts +3 -0
  3519. package/dist/Virtualization/VZVirtualMachine.d.ts +10 -10
  3520. package/dist/Virtualization/VZVirtualMachineConfiguration.d.ts +5 -2
  3521. package/dist/Virtualization/index.js +111 -110
  3522. package/dist/Vision/VNAnimalBodyPoseObservation.d.ts +4 -2
  3523. package/dist/Vision/VNCircle.d.ts +4 -0
  3524. package/dist/Vision/VNClassifyImageRequest.d.ts +2 -2
  3525. package/dist/Vision/VNContour.d.ts +6 -2
  3526. package/dist/Vision/VNContoursObservation.d.ts +2 -2
  3527. package/dist/Vision/VNCoreMLModel.d.ts +3 -2
  3528. package/dist/Vision/VNCoreMLRequest.d.ts +1 -1
  3529. package/dist/Vision/VNDetectAnimalBodyPoseRequest.d.ts +2 -2
  3530. package/dist/Vision/VNDetectBarcodesRequest.d.ts +1 -1
  3531. package/dist/Vision/VNDetectFaceCaptureQualityRequest.d.ts +3 -0
  3532. package/dist/Vision/VNDetectFaceLandmarksRequest.d.ts +3 -0
  3533. package/dist/Vision/VNDetectHumanBodyPose3DRequest.d.ts +3 -3
  3534. package/dist/Vision/VNDetectHumanBodyPoseRequest.d.ts +4 -4
  3535. package/dist/Vision/VNDetectHumanHandPoseRequest.d.ts +4 -4
  3536. package/dist/Vision/VNDetectRectanglesRequest.d.ts +8 -9
  3537. package/dist/Vision/VNDetectTrajectoriesRequest.d.ts +1 -1
  3538. package/dist/Vision/VNDetectedPoint.d.ts +1 -2
  3539. package/dist/Vision/VNFaceLandmarkRegion.d.ts +5 -0
  3540. package/dist/Vision/VNFaceLandmarks.d.ts +6 -2
  3541. package/dist/Vision/VNFeaturePrintObservation.d.ts +1 -1
  3542. package/dist/Vision/VNGenerateOpticalFlowRequest.d.ts +2 -3
  3543. package/dist/Vision/VNGeneratePersonSegmentationRequest.d.ts +4 -4
  3544. package/dist/Vision/VNGeometryUtils.d.ts +5 -5
  3545. package/dist/Vision/VNHumanBodyPose3DObservation.d.ts +7 -5
  3546. package/dist/Vision/VNHumanBodyPoseObservation.d.ts +4 -2
  3547. package/dist/Vision/VNHumanBodyRecognizedPoint3D.d.ts +2 -2
  3548. package/dist/Vision/VNHumanHandPoseObservation.d.ts +4 -2
  3549. package/dist/Vision/VNImageRequestHandler.d.ts +9 -9
  3550. package/dist/Vision/VNInstanceMaskObservation.d.ts +3 -3
  3551. package/dist/Vision/VNObservation.d.ts +6 -2
  3552. package/dist/Vision/VNPoint.d.ts +4 -0
  3553. package/dist/Vision/VNPoint3D.d.ts +4 -0
  3554. package/dist/Vision/VNRecognizeAnimalsRequest.d.ts +2 -2
  3555. package/dist/Vision/VNRecognizeTextRequest.d.ts +5 -2
  3556. package/dist/Vision/VNRecognizedPoints3DObservation.d.ts +2 -2
  3557. package/dist/Vision/VNRecognizedPointsObservation.d.ts +3 -3
  3558. package/dist/Vision/VNRecognizedText.d.ts +7 -2
  3559. package/dist/Vision/VNRequest.d.ts +11 -4
  3560. package/dist/Vision/VNSequenceRequestHandler.d.ts +12 -12
  3561. package/dist/Vision/VNStatefulRequest.d.ts +1 -1
  3562. package/dist/Vision/VNTargetedImageRequest.d.ts +18 -18
  3563. package/dist/Vision/VNTrackHomographicImageRegistrationRequest.d.ts +1 -1
  3564. package/dist/Vision/VNTrackObjectRequest.d.ts +1 -1
  3565. package/dist/Vision/VNTrackOpticalFlowRequest.d.ts +3 -3
  3566. package/dist/Vision/VNTrackRectangleRequest.d.ts +1 -1
  3567. package/dist/Vision/VNTrackTranslationalImageRegistrationRequest.d.ts +1 -1
  3568. package/dist/Vision/VNTrackingRequest.d.ts +1 -1
  3569. package/dist/Vision/VNVector.d.ts +4 -0
  3570. package/dist/Vision/VNVideoProcessor.d.ts +5 -5
  3571. package/dist/Vision/VNVideoProcessorCadence.d.ts +3 -0
  3572. package/dist/Vision/VNVideoProcessorRequestProcessingOptions.d.ts +3 -0
  3573. package/dist/Vision/index.js +92 -91
  3574. package/dist/WebKit/DOMEvent.d.ts +5 -6
  3575. package/dist/WebKit/DOMMouseEvent.d.ts +1 -1
  3576. package/dist/WebKit/DOMNode.d.ts +3 -0
  3577. package/dist/WebKit/DOMObject.d.ts +3 -0
  3578. package/dist/WebKit/WKDownload.d.ts +4 -1
  3579. package/dist/WebKit/WKDownloadDelegate.d.ts +3 -3
  3580. package/dist/WebKit/WKFindConfiguration.d.ts +3 -0
  3581. package/dist/WebKit/WKFindResult.d.ts +3 -0
  3582. package/dist/WebKit/WKFrameInfo.d.ts +3 -0
  3583. package/dist/WebKit/WKHTTPCookieStore.d.ts +4 -4
  3584. package/dist/WebKit/WKNavigationDelegate.d.ts +1 -1
  3585. package/dist/WebKit/WKPDFConfiguration.d.ts +3 -0
  3586. package/dist/WebKit/WKPreferences.d.ts +3 -0
  3587. package/dist/WebKit/WKProcessPool.d.ts +3 -0
  3588. package/dist/WebKit/WKScriptMessageHandlerWithReply.d.ts +1 -1
  3589. package/dist/WebKit/WKSnapshotConfiguration.d.ts +3 -0
  3590. package/dist/WebKit/WKUIDelegate.d.ts +2 -2
  3591. package/dist/WebKit/WKUserContentController.d.ts +3 -0
  3592. package/dist/WebKit/WKUserScript.d.ts +3 -0
  3593. package/dist/WebKit/WKWebExtension.d.ts +2 -2
  3594. package/dist/WebKit/WKWebExtensionContext.d.ts +5 -5
  3595. package/dist/WebKit/WKWebExtensionController.d.ts +5 -5
  3596. package/dist/WebKit/WKWebExtensionControllerConfiguration.d.ts +4 -0
  3597. package/dist/WebKit/WKWebExtensionControllerDelegate.d.ts +13 -12
  3598. package/dist/WebKit/WKWebExtensionMatchPattern.d.ts +6 -2
  3599. package/dist/WebKit/WKWebExtensionMessagePort.d.ts +5 -5
  3600. package/dist/WebKit/WKWebExtensionTab.d.ts +15 -15
  3601. package/dist/WebKit/WKWebExtensionWindow.d.ts +6 -5
  3602. package/dist/WebKit/WKWebExtensionWindowConfiguration.d.ts +1 -2
  3603. package/dist/WebKit/WKWebView.d.ts +27 -23
  3604. package/dist/WebKit/WKWebViewConfiguration.d.ts +4 -0
  3605. package/dist/WebKit/WKWebsiteDataStore.d.ts +6 -3
  3606. package/dist/WebKit/WebArchive.d.ts +4 -0
  3607. package/dist/WebKit/WebHistoryItem.d.ts +3 -0
  3608. package/dist/WebKit/WebPreferences.d.ts +3 -0
  3609. package/dist/WebKit/WebResource.d.ts +4 -0
  3610. package/dist/WebKit/WebUndefined.d.ts +4 -0
  3611. package/dist/WebKit/WebView.d.ts +3 -0
  3612. package/dist/WebKit/index.js +166 -165
  3613. package/dist/bind.d.ts +55 -0
  3614. package/dist/bind.js +97 -0
  3615. package/dist/helpers.d.ts +5 -1
  3616. package/dist/helpers.js +20 -1
  3617. package/dist/iTunesLibrary/ITLibMediaEntity.d.ts +1 -1
  3618. package/dist/iTunesLibrary/ITLibrary.d.ts +4 -4
  3619. package/dist/iTunesLibrary/index.js +9 -8
  3620. package/dist/index.d.ts +0 -2
  3621. package/dist/index.js +0 -1
  3622. package/package.json +9 -1
  3623. /package/dist/{data.d.ts → nsdata.d.ts} +0 -0
  3624. /package/dist/{data.js → nsdata.js} +0 -0
@@ -17,12 +17,15 @@ import type { _NSString } from "../Foundation/NSString.js";
17
17
  import type { _NSURL } from "../Foundation/NSURL.js";
18
18
  import type { _NSUndoManager } from "../Foundation/NSUndoManager.js";
19
19
  import type { _NSUserActivity } from "../Foundation/NSUserActivity.js";
20
+ import type { _NSEditorRegistration } from "./NSEditorRegistration.js";
21
+ import type { _NSMenuItemValidation } from "./NSMenuItemValidation.js";
20
22
  import type { _NSPageLayout } from "./NSPageLayout.js";
21
23
  import type { _NSPrintInfo } from "./NSPrintInfo.js";
22
24
  import type { _NSPrintOperation } from "./NSPrintOperation.js";
23
25
  import type { _NSSavePanel } from "./NSSavePanel.js";
24
26
  import type { _NSSharingService } from "./NSSharingService.js";
25
27
  import type { _NSSharingServicePicker } from "./NSSharingServicePicker.js";
28
+ import type { _NSUserActivityRestoring } from "./NSUserActivityRestoring.js";
26
29
  import type { _NSValidatedUserInterfaceItem } from "./NSValidatedUserInterfaceItem.js";
27
30
  import type { _NSWindow } from "./NSWindow.js";
28
31
  import type { _NSWindowController } from "./NSWindowController.js";
@@ -72,15 +75,15 @@ export declare class _NSDocument extends _NSObject {
72
75
  /**
73
76
  * Initialize a new empty document of a specified type, and return it if successful. If not successful, return nil after setting *outError to an NSError that encapsulates the reason why the document could not be initialized. The default implementation of this method just invokes [self init] and [self setFileType:typeName]. You can override this method to perform initialization that must be done when creating new documents but should not be done when opening existing documents. Your override should typically invoke super, or at least it must invoke -init, NSDocument's designated initializer, to initialize NSDocument's private instance variables.
74
77
  */
75
- initWithType$error$(typeName: _NSString, outError: NobjcObject): _NSDocument | null;
78
+ initWithType$error$(typeName: _NSString, outError: NobjcObject | null): _NSDocument | null;
76
79
  /**
77
80
  * Initialize a document located by a URL, of a specified type, and return it if successful. If not successful, return nil after setting *outError to an NSError that encapsulates the reason why the document could not be initialized. The default implementation of this method invokes [self init], [self readFromURL:url ofType:typeName error:outError], [self setFileURL:url], [self setFileType:typeName], and [self setFileModificationDate:theModificationDate]. For backward binary compatibility with Mac OS 10.3 and earlier, the default implementation of this method instead invokes [self initWithContentsOfFile:url ofType:typeName] if -initWithContentsOfFile:ofType: is overridden and the URL uses the "file:" scheme. It still invokes [self setFileModificationDate:theModificationDate] in this situation.
78
81
  */
79
- initWithContentsOfURL$ofType$error$(url: _NSURL, typeName: _NSString, outError: NobjcObject): _NSDocument | null;
82
+ initWithContentsOfURL$ofType$error$(url: _NSURL, typeName: _NSString, outError: NobjcObject | null): _NSDocument | null;
80
83
  /**
81
84
  * Initialize a document located by a URL, of a specified type, but by reading the contents for the document from another URL, and return it if successful. If not successful, return nil after setting *outError to an NSError that encapsulates the reason why the document could not be initialized. The default implementation of this method invokes [self readFromURL:contentsURL ofType:typeName error:outError], [self setFileURL:urlOrNil], [self setAutosavedContentsFileURL:contentsURL], [self setFileType:typeName], and [self setFileModificationDate:theModificationDate]. It also invokes [self updateChangeCount:NSChangeReadOtherContents] if the two URLs aren't identical, so that -isDocumentEdited will always return YES until the user saves or reverts the document. To ease the adoption of the autosaving feature introduced in Mac OS 10.4, the default implementation of this method invokes [self initWithContentsOfFile:[contentsURL path] ofType:typeName] if -initWithContentsOfFile:ofType: is overridden and the URL uses the "file:" scheme. It still invokes [self setFileModificationDate:theModificationDate] and [self updateChangeCount:NSChangeReadOtherContents] in this situation. It still also invokes [self setFileURL:urlOrNil], to overwrite the incorrect invocation of -setFileName: that the override of -initWithContentsOfFile:ofType: likely did. urlOrNil will be nil if the initializing is being done as part of the reopening of an autosaved document when the autosaved document had never been saved in the first place.
82
85
  */
83
- initForURL$withContentsOfURL$ofType$error$(urlOrNil: _NSURL | null, contentsURL: _NSURL, typeName: _NSString, outError: NobjcObject): _NSDocument | null;
86
+ initForURL$withContentsOfURL$ofType$error$(urlOrNil: _NSURL | null, contentsURL: _NSURL, typeName: _NSString, outError: NobjcObject | null): _NSDocument | null;
84
87
  /**
85
88
  * Given a block that will perform work that might result in the presentation of modal UI, wait for any work scheduled by previous invocations of this method to be completed, and then invoke the block. The block is passed another block, the activity completion handler, which must be invoked when the activity is complete. There are two kinds of waiting possible, synchronous and asynchronous. Which one is used is controlled by the waitSynchronously parameter. If the value for that parameter is YES then this method does not return until previous activities are complete and the passed-in block has been invoked. If it is NO then the passed-in block might not be invoked before this method has returned. It might instead be invoked later, on the main thread, after previous activities are complete. This method's primary use is to wait for asynchronous saving, a new feature that was introduced in Mac OS 10.7. With asynchronous saving it is possible for the user to instigate a user interface action that might present modal UI, a sheet for example, when asynchronous saving is about to fail and present an error alert sheet of its own, which would not work. This method solves that problem. If your NSDocument subclass supports asynchronous saving you should invoke this method around the performance of any work that might cause the presentation of modal UI, regardless of whether that work is performed synchronously or asynchronously. Here is a list of NSDocument methods whose default implementations invoke this method because they might present sheets, either to ask the user what to do as they begin their work or because they may fail and present errors to user: -revertDocumentToSaved: -saveDocumentWithDelegate:didSaveSelector:contextInfo: -runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo: -saveToURL:ofType:forSaveOperation:delegate:didSaveSelector:contextInfo: -canCloseDocumentWithDelegate:shouldCloseSelector:contextInfo: -duplicateDocumentWithDelegate:didDuplicateSelector:contextInfo: -runModalPageLayoutWithPrintInfo:delegate:didRunSelector:contextInfo: -printDocumentWithSettings:showPrintPanel:delegate:didPrintSelector:contextInfo: -runModalPrintOperation:delegate:didRunSelector:contextInfo: More uses of this method may be added to NSDocument in the future. This method must be invoked on the main thread. If it is passed YES for waitSynchronously it waits on the main thread, blocking further user interaction with the document. The purpose of blocking the main thread is so the user cannot continue to change the document while an activity is pending. This prevents for example the strange situation where the user chooses to revert the document, reverting does not happen immediately because asynchronous saving is still in progress, the user is able to continue to make changes to the document, and then those changes are immediately discarded when the asynchronous saving is complete and the document is reverted. All of the NSDocument methods listed above pass YES for waitSynchronously. You pass NO for waitSynchronously when the work that is to be done is instigated by the user so indirectly that the work might begin when modal UI is already being presented. For example, here is another method whose default implementation invokes this method, this time passing NO for waitSynchronously: -autosaveDocumentWithDelegate:didAutosaveSelector:contextInfo: This method might present an error alert but it is typically invoked by a timer. If it passed YES for waitSynchronously, and the timer fired while the user was looking at a sheet presented by a previous activity, blocking of the main thread would prevent the handling of the user interface events necessary to dismiss that sheet and complete that previous activity. Deadlock would result. Whether you make this method wait synchronously or asynchronously to do your work is separate from whether your work is done synchronously or asynchronously. For example, as mentioned above -saveToURL:ofType:forSaveOperation:delegate:didSaveSelector:contextInfo: passes YES for waitSynchronously when it uses this method, even though the majority of the work it does may be done asynchronously. You should not invoke this method during the invocation of the block passed to -performSynchronousFileAccessUsingBlock:, mentioned down below, or in between the time -performAsynchronousFileAccessUsingBlock:, also mentioned down below, invokes the block passed to it and the time at which the corresponding file access completion handler is invoked. If you do then deadlock can result. In other words, you cannot begin a new activity as part of file access. You can on the other hand invoke -performSynchronousFileAccessUsingBlock: or -performAsynchronousFileAccessUsingBlock: as part of an activity. Some asynchronous activities, like saving, need to do work on the main thread as they are completing. A deadlock would be inevitable if there were no way to interrupt this method's blocking of the main thread. See -continueAsynchronousWorkOnMainThreadUsingBlock: to find out how to interrupt this method's blocking of the main thread.
86
89
  */
@@ -104,35 +107,35 @@ export declare class _NSDocument extends _NSObject {
104
107
  /**
105
108
  * The action of the File menu's Revert to Saved item in a document-based application. The default implementation of this method presents a panel giving the user the opportunity to cancel the operation and, and if the user chooses to continue, makes sure that any editor registered using Cocoa Bindings' NSEditorRegistration protocol has discarded its changes and then invokes [self revertToContentsOfURL:[self url] ofType:[self fileType] error:outError]. If that returns NO, it presents the error to the user in an document-modal alert panel. If +autosavesInPlace returns YES and +preservesVersions returns NO, this method throws an exception.
106
109
  */
107
- revertDocumentToSaved$(sender: NobjcObject): void;
110
+ revertDocumentToSaved$(sender: NobjcObject | null): void;
108
111
  /**
109
112
  * Discard all unsaved document modifications and replace the document's contents by reading a file or file package located by a URL, of a specified type, and return YES if successful. If not successful, return NO after setting *outError to an NSError that encapsulates the reason why the document could not be reverted. The default implementation of this method invokes [self readFromURL:url ofType:typeName error:outError], [self setFileModificationDate:theModificationDate], [self updateChangeCount:NSChangeCleared], and, if the document has an undo manager, [[self undoManager] removeAllActions]. It also deletes autosaved contents files when they have become obsolete. For backward binary compatibility with Mac OS 10.3 and earlier, the default implementation of this method instead invokes [self revertToSavedFromFile:[url path] ofType:typeName] if -revertToSavedFromFile:ofType: is overridden and the URL uses the "file:" scheme. It still invokes [self updateChangeCount:NSChangeCleared] and [[self undoManager] removeAllActions] in this situation (because the default implementation of -revertToSavedFromFile:ofType: does not; -revertDocumentToSaved: used to, but doesn't any longer).
110
113
  */
111
- revertToContentsOfURL$ofType$error$(url: _NSURL, typeName: _NSString, outError: NobjcObject): boolean;
114
+ revertToContentsOfURL$ofType$error$(url: _NSURL, typeName: _NSString, outError: NobjcObject | null): boolean;
112
115
  /**
113
116
  * Set the contents of this document by reading from a file or file package located by a URL, of a specified type, and return YES if successful. If not successful, return NO after setting *outError to an NSError that encapsulates the reason why the document could not be read. The default implementation of this method just creates an NSFileWrapper and invokes [self readFromFileWrapper:theFileWrapper ofType:typeName error:outError]. For backward binary compatibility with Mac OS 10.3 and earlier, the default implementation of this method instead invokes [self readFromFile:[url path] ofType:typeName] if -readFromFile:ofType: is overridden and the URL uses the "file:" scheme.
114
117
  */
115
- readFromURL$ofType$error$(url: _NSURL, typeName: _NSString, outError: NobjcObject): boolean;
118
+ readFromURL$ofType$error$(url: _NSURL, typeName: _NSString, outError: NobjcObject | null): boolean;
116
119
  /**
117
120
  * Set the contents of this document by reading from a file wrapper of a specified type, and return YES if successful. If not successful, return NO after setting *outError to an NSError that encapsulates the reason why the document could not be read. The default implementation of this method invokes [self readFromData:[fileWrapper regularFileContents] ofType:typeName error:outError]. For backward binary compatibility with Mac OS 10.3 and earlier, the default implementation of this method instead invokes [self loadFileWrapperRepresentation:fileWrapper ofType:typeName] if -loadFileWrapperRepresentation:ofType: is overridden.
118
121
  */
119
- readFromFileWrapper$ofType$error$(fileWrapper: _NSFileWrapper, typeName: _NSString, outError: NobjcObject): boolean;
122
+ readFromFileWrapper$ofType$error$(fileWrapper: _NSFileWrapper, typeName: _NSString, outError: NobjcObject | null): boolean;
120
123
  /**
121
124
  * Set the contents of this document by reading from data of a specified type, and return YES if successful. If not successful, return NO after setting *outError to an NSError that encapsulates the reason why the document could not be read. The default implementation of this method throws an exception because at least one of these three reading methods, or every method that may invoke -readFromURL:ofType:error: (!), must be overridden. For backward binary compatibility with Mac OS 10.3 and earlier, the default implementation of this method instead invokes [self loadDataRepresentation:data ofType:typeName] if -loadDataRepresentation:ofType: is overridden.
122
125
  */
123
- readFromData$ofType$error$(data: _NSData, typeName: _NSString, outError: NobjcObject): boolean;
126
+ readFromData$ofType$error$(data: _NSData, typeName: _NSString, outError: NobjcObject | null): boolean;
124
127
  /**
125
128
  * Write the contents of this document to a file or file package located by a URL, formatted to a specified type, and return YES if successful. If not successful, return NO after setting *outError to an NSError that encapsulates the reason why the document could not be written. The default implementation of this method just invokes [self fileWrapperOfType:typeName error:outError], invokes [self unblockUserInteraction], and writes the returned file wrapper to disk. For backward binary compatibility with Mac OS 10.3 and earlier, the default implementation of this method instead invokes [self writeToFile:[url path] ofType:typeName] if -writeToFile:ofType: is overridden and the URL uses the "file:" scheme.
126
129
  */
127
- writeToURL$ofType$error$(url: _NSURL, typeName: _NSString, outError: NobjcObject): boolean;
130
+ writeToURL$ofType$error$(url: _NSURL, typeName: _NSString, outError: NobjcObject | null): boolean;
128
131
  /**
129
132
  * Create and return a file wrapper that contains the contents of this document, formatted to a specified type, or return nil after setting *outError to an NSError that encapsulates the reason why the file wrapper could not be created. The default implementation of this method just invokes [self dataOfType:typeName], makes a file wrapper for that data, and returns the file wrapper. For backward binary compatibility with Mac OS 10.3 and earlier, the default implementation of this method instead invokes [self fileWrapperRepresentationOfType:typeName] if -fileWrapperRepresentationOfType: is overridden.
130
133
  */
131
- fileWrapperOfType$error$(typeName: _NSString, outError: NobjcObject): _NSFileWrapper | null;
134
+ fileWrapperOfType$error$(typeName: _NSString, outError: NobjcObject | null): _NSFileWrapper | null;
132
135
  /**
133
136
  * Create and return a data object that contains the contents of this document, formatted to a specified type, or return nil after setting *outError to an NSError that encapsulates the reason why the data object could not be created. The default implementation of this method throws an exception because at least one of these three writing methods, or -writeToURL:ofType:saveOperation:originalContentsURL:error:, must be overridden. For backward binary compatibility with Mac OS 10.3 and earlier, the default implementation of this method instead invokes [self dataRepresentationOfType:typeName] if -dataRepresentationOfType: is overridden.
134
137
  */
135
- dataOfType$error$(typeName: _NSString, outError: NobjcObject): _NSData | null;
138
+ dataOfType$error$(typeName: _NSString, outError: NobjcObject | null): _NSData | null;
136
139
  /**
137
140
  * If -saveToURL:ofType:forSaveOperation:completionHandler: is writing on a non-main thread because -canAsynchronouslyWriteToURL:ofType:forSaveOperation: has returned YES, but is still blocking the main thread, unblock the main thread. Otherwise, do nothing. For example, the default implementation of -fileWrapperOfType:error: invokes this when it has created the NSFileWrapper to return. Assuming that the NSFileWrapper will not be mutated by subsequent user actions, it is effectively a "snapshot" of the document's contents, and once it is created it is safe to resume handling user events on the main thread, even though some of those user events might change the document's contents before the NSFileWrapper has been safely written. You can invoke this method to make asynchronous saving actually asynchronous if you've overridden -writeSafelyToURL:ofType:forSaveOperation:error:, -writeToURL:forSaveOperation:originalContentsURL:error:, or -writeToURL:ofType:error: in such a way that the invocation of this method done by -writeToURL:ofType:error:'s default implementation won't happen during writing.
138
141
  */
@@ -140,35 +143,35 @@ export declare class _NSDocument extends _NSObject {
140
143
  /**
141
144
  * Write the contents of the document to a file or file package located by a URL, formatted to a specified type, for a particular kind of save operation, and return YES if successful. If not successful, return NO after setting *outError to an NSError that encapsulates the reason why the document could not be written. The default implementation of this method: 1) Either creates a temporary directory in which the document writing should be done, or renames the old on-disk version of the document, depending on what sort of save operation is being done, whether or not there's already a copy of the document on disk, and the capabilities of the file system to which writing is being done. The details of this are subject to change. 2) Invokes -writeToURL:ofType:forSaveOperation:originalContentsURL:error:. 3) Invokes -fileAttributesToWriteToURL:ofType:forSaveOperation:originalContentsURL:error: and writes the returned attributes, if any, to the file. Some attributes from the old on-disk version of the document may be copied at the same time, if applicable. 4) Moves the just-written file to its final location, or deletes the old on-disk version of the document, and deletes any temporary directories, depending on the same factors listed for step 1. For documents that return NO from +preservesVersions, the default implementation of this method invokes -keepBackupFile for NSSaveOperation to determine whether or not the old on-disk version of the document, if there was one, should be preserved after being renamed. If -keepBackupFile returns YES, or for documents that return YES from +preservesVersions, the default implementation of this method invokes [self backupFileURL] to determine the location for the old on-disk version of the document; if it returns nil, no backup file will be kept. For backward binary compatibility with Mac OS 10.3 and earlier, the default implementation of this method instead invokes [self writeWithBackupToFile:[url path] ofType:typeName saveOperation:aSaveOperation] if -writeWithBackupToFile:ofType:saveOperation: is overridden and the URL uses the "file:" scheme. The save operation used in this case will never be one of the autosaving ones; NSSaveToOperation will be used instead. This method is responsible for doing document writing in a way that minimizes the danger of leaving the disk to which writing is being done in an inconsistent state in the event of an application crash, system crash, hardware failure, power outage, etc. Because it does several different things, and because the things are likely to change in future releases of Mac OS X, it's probably not a good idea to override this method without invoking super (the same was true of -writeWithBackupToFile:ofType:saveOperation:).
142
145
  */
143
- writeSafelyToURL$ofType$forSaveOperation$error$(url: _NSURL, typeName: _NSString, saveOperation: NSSaveOperationType, outError: NobjcObject): boolean;
146
+ writeSafelyToURL$ofType$forSaveOperation$error$(url: _NSURL, typeName: _NSString, saveOperation: NSSaveOperationType, outError: NobjcObject | null): boolean;
144
147
  /**
145
148
  * Write the contents of the document to a file or file package located by a URL, formatted to a specified type, for a particular kind of save operation, and return YES if successful. If not successful, return NO after setting *outError to an NSError that encapsulates the reason why the document could not be written. The default implementation of this method merely invokes [self writeToURL:url ofType:typeName error:outError]. You can override this method instead of one of the methods in the "Simple Reading and Writing" section above if your document writing machinery needs access to the on-disk representation of the document version that is about to be overwritten. url will often not be the same value as [self fileURL]. Other times it will not be the same as the URL for the final save destination. Likewise, absoluteOriginalContentsURL will often not be the same value as [self fileURL], though it will be nil for documents that have never been saved. It will point to nothing if the document's on-disk representation has been deleted. For backward binary compatibility with Mac OS 10.3 and earlier, the default implementation of this method instead invokes [self writeToFile:[url path] ofType:typeName originalFile:[absoluteOriginalContentsURL path] saveOperation:aSaveOperation] if -writeToFile:ofType:originalFile:saveOperation: is overridden and both URLs use the "file:" scheme. The save operation used in this case will never be one of the autosaving ones; NSSaveToOperation will be used instead.
146
149
  */
147
- writeToURL$ofType$forSaveOperation$originalContentsURL$error$(url: _NSURL, typeName: _NSString, saveOperation: NSSaveOperationType, absoluteOriginalContentsURL: _NSURL | null, outError: NobjcObject): boolean;
150
+ writeToURL$ofType$forSaveOperation$originalContentsURL$error$(url: _NSURL, typeName: _NSString, saveOperation: NSSaveOperationType, absoluteOriginalContentsURL: _NSURL | null, outError: NobjcObject | null): boolean;
148
151
  /**
149
152
  * Given that a file is being saved, return the attributes that should be written to a file or file package located by a URL, formatted to a specified type, for a particular kind of save operation. If not successful, return nil after setting *outError to an NSError that encapsulates the reason why attributes could not be returned. The set of valid file attributes is a subset of those understood by the NSFileManager class. The default implementation of this method returns an empty dictionary for an NSSaveOperation or NSAutosaveInPlaceOperation, or a dictionary with an appropriate NSFileExtensionHidden entry for any other kind of save operation. You can override this method to customize the attributes that are written to document files. For backward binary compatibility with Mac OS 10.5 and earlier the default implementation of this method instead returns a dictionary with NSFileHFSCreatorCode and NSFileHFSTypeCode entries that have a value of 0 for NSSaveOperation, in applications linked against Mac OS 10.5 or earlier. For backward binary compatibility with Mac OS 10.3 and earlier, the default implementation of this method instead invokes [self fileAttributesToWriteToFile:[url path] ofType:typeName saveOperation:aSaveOperation] if -fileAttributesToWriteToFile:ofType:saveOperation: is overridden and the URL uses the "file:" scheme. The save operation used in this case will never be one of the autosaving ones; NSSaveToOperation will be used instead. The default implementation of -[NSDocument writeSafelyToURL:ofType:forSaveOperation:error:] automatically copies important attributes like file permissions, creation date, and Finder info from the old on-disk version of a document to the new one during an NSSaveOperation or NSAutosaveInPlaceOperation. This method is meant to be used just for attributes that need to be written for the first time, for NSSaveAsOperations, NSSaveToOperations, and NSAutosaveAsOperations. Actually, url and absoluteOriginalContentsURL are passed in just for completeness; NSDocument's default implementation for instance doesn't even need to use them.
150
153
  */
151
- fileAttributesToWriteToURL$ofType$forSaveOperation$originalContentsURL$error$(url: _NSURL, typeName: _NSString, saveOperation: NSSaveOperationType, absoluteOriginalContentsURL: _NSURL | null, outError: NobjcObject): _NSDictionary | null;
154
+ fileAttributesToWriteToURL$ofType$forSaveOperation$originalContentsURL$error$(url: _NSURL, typeName: _NSString, saveOperation: NSSaveOperationType, absoluteOriginalContentsURL: _NSURL | null, outError: NobjcObject | null): _NSDictionary | null;
152
155
  /**
153
156
  * The action of the File menu's Save item in a document-based application. The default implementation of this method merely invokes [self saveDocumentWithDelegate:nil didSaveSelector:NULL contextInfo:NULL].
154
157
  */
155
- saveDocument$(sender: NobjcObject): void;
158
+ saveDocument$(sender: NobjcObject | null): void;
156
159
  /**
157
160
  * The action of the File menu's Save As... item in a document-based application. The default implementation of this method merely invokes [self runModalSavePanelForSaveOperation:NSSaveAsOperation delegate:nil didSaveSelector:NULL contextInfo:NULL].
158
161
  */
159
- saveDocumentAs$(sender: NobjcObject): void;
162
+ saveDocumentAs$(sender: NobjcObject | null): void;
160
163
  /**
161
164
  * The action of the File menu's Export... item in a document-based application (actually, the menu item goes by different names in different applications; check the Human Interface Guidelines). The default implementation of this method merely invokes [self runModalSavePanelForSaveOperation:NSSaveToOperation delegate:nil didSaveSelector:NULL contextInfo:NULL].
162
165
  */
163
- saveDocumentTo$(sender: NobjcObject): void;
166
+ saveDocumentTo$(sender: NobjcObject | null): void;
164
167
  /**
165
168
  * If a save operation can be performed without further user intervention (at the very least, neither -fileURL nor -fileType return nil), then save the document. Otherwise, present a save panel to the user and then save the document if the user OKs the panel. When saving is completed or has been cancelled, send the message selected by didSaveSelector to the delegate, with the contextInfo as the last argument. The method selected by didSaveSelector must have the same signature as: - (void)document:(NSDocument *)document didSave:(BOOL)didSaveSuccessfully contextInfo:(void *)contextInfo; The default implementation of this method first makes sure that any editor registered using Cocoa Bindings' NSEditorRegistration protocol has committed its changes, then invokes [self runModalSavePanelForSaveOperation:NSSaveAsOperation delegate:delegate didSaveSelector:didSaveSelector contextInfo:inContextInfo] right away if a save panel must be presented. Otherwise, it may present a panel asking the user to make a decision for any of the following situations: 1) The document's file or file package was modified by something other than the current application since it was opened or most recently saved. 2) The document's file or file package was moved or renamed since it was opened or most recently saved. 3) The document's file or file package was deleted or trashed since it was opened or most recently saved. The list of conditions for which NSDocument checks is subject to change. Regardless, the default implementation of this method always invokes either -runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo: or -saveToURL:ofType:forSaveOperation:delegate:didSaveSelector:contextInfo: unless the user cancels one of the panels it presents.
166
169
  */
167
- saveDocumentWithDelegate$didSaveSelector$contextInfo$(delegate: NobjcObject, didSaveSelector: string | null, contextInfo: Uint8Array | null): void;
170
+ saveDocumentWithDelegate$didSaveSelector$contextInfo$(delegate: NobjcObject | null, didSaveSelector: string | null, contextInfo: Uint8Array | null): void;
168
171
  /**
169
172
  * Present a save panel to the user, then try to save the document if the user OKs the panel. When saving is completed, regardless of success or failure, or has been cancelled, send the message selected by didSaveSelector to the delegate, with the contextInfo as the last argument. The method selected by didSaveSelector must have the same signature as: - (void)document:(NSDocument *)document didSave:(BOOL)didSaveSuccessfully contextInfo:(void *)contextInfo; The default implementation of this method first makes sure that any editor registered using Cocoa Bindings' NSEditorRegistration protocol has committed its changes. It then creates a save panel, adds a standard file formats selection control if there is more than one file type for the user to choose from and self.savePanelShowsFileFormatsControl returns YES, sets various attributes of the panel, invokes [self prepareSavePanel:theSavePanel] to provide an opportunity for customization, and presents the panel. If the user OKs the panel -saveToURL:ofType:forSaveOperation:delegate:didSaveSelector:contextInfo: is invoked. For backward binary compatibility with Mac OS 10.3 and earlier, the default implementation of this method instead invokes [self saveToFile:nil saveOperation:saveOperation delegate:delegate didSaveSelector:contextInfo:] if -saveToFile:saveOperation:delegate:didSaveSelector:contextInfo: is overridden, even if the user cancels the panel (because that's what 10.3 did).
170
173
  */
171
- runModalSavePanelForSaveOperation$delegate$didSaveSelector$contextInfo$(saveOperation: NSSaveOperationType, delegate: NobjcObject, didSaveSelector: string | null, contextInfo: Uint8Array | null): void;
174
+ runModalSavePanelForSaveOperation$delegate$didSaveSelector$contextInfo$(saveOperation: NSSaveOperationType, delegate: NobjcObject | null, didSaveSelector: string | null, contextInfo: Uint8Array | null): void;
172
175
  /**
173
176
  * Given the save panel that -runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo: is about to present to the user, make any final changes before it is presented, and return YES for success. Return NO for failure, to cancel the save operation. The default implementation of this method just returns YES.
174
177
  */
@@ -176,11 +179,11 @@ export declare class _NSDocument extends _NSObject {
176
179
  /**
177
180
  * Save the contents of the document to a file or file package located by a URL, formatted to a specified type, for a particular kind of save operation. When saving is completed, regardless of success or failure, send the message selected by didSaveSelector to the delegate, with the contextInfo as the last argument. The method selected by didSaveSelector must have the same signature as: - (void)document:(NSDocument *)document didSave:(BOOL)didSaveSuccessfully contextInfo:(void *)contextInfo; The default implementation of this method first makes sure that any editor registered using Cocoa Bindings' NSEditorRegistration protocol has committed its changes (except for autosave operations), then invokes [self saveToURL:url ofType:typeName forSaveOperation:saveOperation completionHandler:aCompletionHandler] and, if that completion handler is passed an NSError when it is invoked, presents the error to the user in a document-modal panel before messaging the delegate.
178
181
  */
179
- saveToURL$ofType$forSaveOperation$delegate$didSaveSelector$contextInfo$(url: _NSURL, typeName: _NSString, saveOperation: NSSaveOperationType, delegate: NobjcObject, didSaveSelector: string | null, contextInfo: Uint8Array | null): void;
182
+ saveToURL$ofType$forSaveOperation$delegate$didSaveSelector$contextInfo$(url: _NSURL, typeName: _NSString, saveOperation: NSSaveOperationType, delegate: NobjcObject | null, didSaveSelector: string | null, contextInfo: Uint8Array | null): void;
180
183
  /**
181
184
  * Save the contents of the document to a file or file package located by a URL, formatted to a specified type, for a particular kind of save operation, and invoke the passed-in completion handler at some point in the future, perhaps after the method invocation has returned. The completion handler must be invoked on the main thread. If successful, pass a nil error. If not successful, pass an NSError that encapsulates the reason why the document could not be saved. The default implementation of this method invokes [self canAsynchronouslyWriteToURL:url ofType:typeName forSaveOperation:saveOperation]. If writing can't be done concurrently, it invokes [self writeSafelyToURL:url ofType:typeName forSaveOperation:saveOperation error:&anError] on the main thread thread. If writing can be done concurrently, it invokes that method on a different thread, but blocking the main thread until something invokes -unblockUserInteraction. Either way, if -writeSafelyToURL:ofType:forSaveOperation:error: returns YES, it also invokes some combination of -setFileModificationDate:, -setFileType:, -setFileURL:, -updateChangeCount:, and -setAutosavedContentsFileURL:, as appropriate for the kind of save operation, on the main thread. It also updates information that -saveDocumentWithDelegate:didSaveSelector:contextInfo: uses to check for modification, renaming, moving, deleting, and trashing of open documents, and deletes autosaved contents files when they have become obsolete. You can override this method to do things that need to be done before or after any save operation but, because this method does several different things, and because the things are likely to change in future releases of Mac OS X, it's probably not a good idea to override this method without invoking super. For backward binary compatibility with Mac OS 10.6 and earlier, the default implementation of this method instead invokes [self saveToURL:url ofType:typeName forSaveOperation:saveOperation error:&anError] if that method is overridden and this one is not, and passes any error to the completion handler.
182
185
  */
183
- saveToURL$ofType$forSaveOperation$completionHandler$(url: _NSURL, typeName: _NSString, saveOperation: NSSaveOperationType, completionHandler: NobjcObject): void;
186
+ saveToURL$ofType$forSaveOperation$completionHandler$(url: _NSURL, typeName: _NSString, saveOperation: NSSaveOperationType, completionHandler: NobjcObject | null): void;
184
187
  /**
185
188
  * Return whether the receiver can concurrently write to a file or file package located by a URL, formatted for a specific type, for a specific kind of save operation. The default implementation of this method returns NO. You are strongly encouraged to override it and make it return YES, after making sure your overrides of -write... methods can be safely invoked on a non-main thread, and making sure that -unblockUserInteraction will be invoked at some appropriate time during writing.
186
189
  */
@@ -188,7 +191,7 @@ export declare class _NSDocument extends _NSObject {
188
191
  /**
189
192
  * Return YES if saving the user's changes to the document file is probably what they want, or NO after setting *outError to an NSError that encapsulates the reason why it might not be. The default implementation of this method checks for documents that have not been changed in a while ("a while" is subject to change) or are saved in folders where the user typically does not edit documents (the ~/Downloads folder, for example; also subject to change). When it senses one of those cases it returns NO with an NSError that has recovery options like "Duplicate," "Cancel", and "Unlock." In an application that has adopted Mac OS 10.7's new document model by overriding +autosavesInPlace and making it return YES, you can override this method to customize the autosaving safety checking that NSDocument does by default. You can remove NSDocument's default checking by overriding this method and not invoking super. You can add to NSDocument's default checking by invoking super and then doing your own checking if [super checkAutosavingSafetyAndReturnError:] did not signal an error. For example, TextEdit overrides this method to ask the user what to do when opening a document file has been lossy and overwriting that file might therefore be lossy. Other combinations of your override invoking super are possible. When autosaving in place is turned on an NSDocument may invoke this method when it receives notification from its NSUndoManager that the user changed the document, or undid or redid a change. (Or it may not. NSDocument does not invoke this method for scripted changes or after some kinds of reverting.) If an error is returned it presents the error to the user, allowing the user to choose a recovery option. If the error is recovered from then it repeats this until no error is signalled, to make sure that all checks have been done. This means that when you signal an error and the user's choice of recovery option indicates that they have seen and disregarded a safety concern you must record that fact, and not do that particular safety check again. Once all errors are recovered from NSDocument continues on by invoking -updateChangeCount:, which it has done in response to NSUndoManager notifications since Mac OS 10.0. If an error is not recovered from then NSDocument invokes -[NSUndoManager undo] or -[NSUndoManager redo] to roll back the change. So, some of the NSError recovery options you let the user select, like NSDocument's own "Duplicate and "Cancel," should indicate failed recovery and that will cause the document to be unchanged afterward.
190
193
  */
191
- checkAutosavingSafetyAndReturnError$(outError: NobjcObject): boolean;
194
+ checkAutosavingSafetyAndReturnError$(outError: NobjcObject | null): boolean;
192
195
  /**
193
196
  * Schedule periodic autosaving for the purpose of crash protection. The default implementation of this method generally checks to see if autosaving is turned on and if so, and if [self hasUnautosavedChanges] returns YES, schedules an NSTimer to invoke -autosaveDocumentWithDelegate:didAutosaveSelector:contextInfo: in the future. If [self hasUnautosavedChanges] returns NO it will unschedule any previously scheduled timer. It takes care not to cause -autosaveDocumentWithDelegate:didAutosaveSelector:contextInfo: to be invoked before a previous invocation caused by it has finished. The exact timings it uses are complicated and subject to change in future releases of Mac OS X. You can override this method to control when exactly periodic autosaving happens. It is invoked by -updateChangeCount: and -updateChangeCountWithToken:forSaveOperation:.
194
197
  */
@@ -196,19 +199,19 @@ export declare class _NSDocument extends _NSObject {
196
199
  /**
197
200
  * Autosave the document's contents if it needs autosaving, and then send the message selected by didAutosaveSelector to the delegate, with the contextInfo as the last argument. The method selected by didAutosaveSelector must have the same signature as: - (void)document:(NSDocument *)document didAutosave:(BOOL)didAutosaveSuccessfully contextInfo:(void *)contextInfo; If any error occurs while autosaving, it must be reported to the user, typically in a document-modal alert panel, before the delegate is messaged with succeeded:NO. The default implementation of this method simply invokes [self autosaveWithImplicitCancellability:YES completionHandler:aCompletionHandler] and then presents to the user any error that occurs. This method is only invoked by AppKit itself as a result of -scheduleAutosaving being invoked. It is not invoked for any of the purposes of autosaving introduced by Mac OS 10.7's new document model that is triggered by +autosavesInPlace returning YES.
198
201
  */
199
- autosaveDocumentWithDelegate$didAutosaveSelector$contextInfo$(delegate: NobjcObject, didAutosaveSelector: string | null, contextInfo: Uint8Array | null): void;
202
+ autosaveDocumentWithDelegate$didAutosaveSelector$contextInfo$(delegate: NobjcObject | null, didAutosaveSelector: string | null, contextInfo: Uint8Array | null): void;
200
203
  /**
201
204
  * Autosave the document's contents at an appropriate location if it needs autosaving, and invoke the passed-in completion handler at some point in the future, perhaps after the method invocation has returned. The completion handler must be invoked on the main thread. If successful, pass a nil error. If not successful, pass an NSError that encapsulates the reason why the document could not be autosaved. autosavingIsImplicitlyCancellable becomes what -autosavingIsImplicitlyCancellable returns while the autosaving is happening. The default implementation of this method invokes [self hasUnautosavedChanges] and, if that returns YES, figures out where the autosaved document contents should go and invokes [self saveToURL:autosavedDocumentContentsURL ofType:[self autosavingFileType] forSaveOperation:oneOfTheAutosaveOperations completionHandler:aCompletionHandler]. oneOfTheAutosaveOperations will be NSAutosaveAsOperation if the document has been changed with NSChangeDone and the current document should be turned into a draft, NSAutosaveInPlaceOperation if [[self class] autosavesInPlace] returns YES and [self fileURL] returns non-nil, or NSAutosaveElsewhereOperation otherwise. The check of [self fileURL] is because there's no such thing as autosaving "in place" when the document does not yet have a permanent place.
202
205
  */
203
- autosaveWithImplicitCancellability$completionHandler$(autosavingIsImplicitlyCancellable: boolean, completionHandler: NobjcObject): void;
206
+ autosaveWithImplicitCancellability$completionHandler$(autosavingIsImplicitlyCancellable: boolean, completionHandler: NobjcObject | null): void;
204
207
  /**
205
208
  * The action of the Browse Saved Versions menu item in a document-based application. The default implementation causes the document's main window, specified by [self windowForSheet], to enter the Versions browser.
206
209
  */
207
- browseDocumentVersions$(sender: NobjcObject): void;
210
+ browseDocumentVersions$(sender: NobjcObject | null): void;
208
211
  /**
209
212
  * If the receiver is currently displaying the Versions browser, cleanly stop browsing versions (which includes waiting for any animations to complete). Then invoke the completion handler on the main thread.
210
213
  */
211
- stopBrowsingVersionsWithCompletionHandler$(completionHandler: NobjcObject): void;
214
+ stopBrowsingVersionsWithCompletionHandler$(completionHandler: NobjcObject | null): void;
212
215
  /**
213
216
  * If there are changes that have not yet been saved to the document's file and saving cannot be done without asking the user first, present a panel to the user informing them that the document is modified and asking if it should be saved. If the user indicates that it should be, then try to save it. When saving is completed, regardless of success or failure, or has been rejected one way or another by the user, send the message selected by shouldCloseSelector to the delegate, with the contextInfo as the last argument. If the document is not modified then just send the message selected by shouldCloseSelector right away. The method selected by shouldCloseSelector must have the same signature as: - (void)document:(NSDocument *)document shouldClose:(BOOL)shouldClose contextInfo:(void *)contextInfo; The default implementation of this method has two rather different behaviors. If [[self class] autosavesInPlace] returns YES and [self fileURL] returns non-nil then it simply invokes [self autosaveWithImplicitCancellability:NO completionHandler:aCompletionHandler] if [self hasUnautosavedChanges] returns YES after making sure that any editor registered using Cocoa Bindings' NSEditorRegistration protocol has committed its changes. Otherwise it presents a panel giving the user the choice of canceling, discarding changes, or saving. In that case the shouldClose value passed to the delegate will be YES if the document was not modified in the first place, or the user chose to discard modifications, or chose to save and the saving was successful. NO will be passed if the user chose to cancel the operation or saving was unsuccessful. Because -saveDocumentWithDelegate:didSaveSelector:contextInfo: is used, an alert panel will be presented before the delegate is messaged if saving is attempted but does not succeed.
214
217
  */
@@ -220,64 +223,64 @@ export declare class _NSDocument extends _NSObject {
220
223
  /**
221
224
  * The action of the File menu's Duplicate item in a document-based application. The default implementation of this method merely invokes [self duplicateDocumentWithDelegate:nil didDuplicateSelector:NULL contextInfo:NULL].
222
225
  */
223
- duplicateDocument$(sender: NobjcObject): void;
226
+ duplicateDocument$(sender: NobjcObject | null): void;
224
227
  /**
225
228
  * Create a new document whose contents are the same as the receiver's and that doesn't yet have a fileURL. When duplicating is completed, regardless of success or failure, or has been rejected one way or another by the user, send the message selected by didDuplicateSelector to the delegate, with the contextInfo as the last argument. The method selected by didDuplicateSelector must have the same signature as: - (void)document:(NSDocument *)document didDuplicate:(BOOL)didDuplicate contextInfo:(void *)contextInfo; The default implementation of this method first makes sure that any editor registered using Cocoa Bindings' NSEditorRegistration protocol has committed its changes, then checks to see if there are recent changes that might have been inadvertent and, if so, presents a panel giving the user the choice of canceling, duplicating, or duplicating then also discarding recent changes. Unless the user cancels duplicating, or if no panel was presented, it then invokes -duplicateAndReturnError:. If the user chose duplicating and discarding it also discards recent changes after duplicating.
226
229
  */
227
- duplicateDocumentWithDelegate$didDuplicateSelector$contextInfo$(delegate: NobjcObject, didDuplicateSelector: string | null, contextInfo: Uint8Array | null): void;
230
+ duplicateDocumentWithDelegate$didDuplicateSelector$contextInfo$(delegate: NobjcObject | null, didDuplicateSelector: string | null, contextInfo: Uint8Array | null): void;
228
231
  /**
229
232
  * Create and return a new document whose contents are the same as the receiver and that doesn't yet have a fileURL, and return it if successful. If not successful, return nil after setting *outError to an NSError that encapsulates the reason why the document could not be duplicated. The default implementation of this method first uses -writeSafelyToURL:ofType:forSaveOperation:error: to write the document's current contents to a file located in the same directory that is used for the autosaved contents of untitled documents and with the same sort of name, then invokes [[NSDocumentController sharedDocumentController] duplicateDocumentWithContentsOfURL:newContentsURL copying:NO displayName:aDisplayName error:outError]. The display name parameter is either [self displayName] if self has its own name, the display name of the original document if self is a duplicate, or nil if self is untitled. You can override this method to customize what is done during document duplication, but if your override does not invoke -[NSDocumentController duplicateDocumentWithContentsOfURL:copying:displayName:error:] you must take care to do things that that method does, especially invoking -[NSDocumentController addDocument:] and +[NSFileCoordinator addFilePresenter:].
230
233
  */
231
- duplicateAndReturnError$(outError: NobjcObject): _NSDocument | null;
234
+ duplicateAndReturnError$(outError: NobjcObject | null): _NSDocument | null;
232
235
  /**
233
236
  * The action of the Rename menu item in a document-based application. The default implementation of this method initiates a renaming session in the window returned by [self windowForSheet].
234
237
  */
235
- renameDocument$(sender: NobjcObject): void;
238
+ renameDocument$(sender: NobjcObject | null): void;
236
239
  /**
237
240
  * The action of the Move to iCloud… menu item in a document-based application. The default implementation of this method presents an alert, asking the user to confirm the move, then invokes -moveToURL:completionHandler: with a URL in the application's default ubiquity container.
238
241
  */
239
- moveDocumentToUbiquityContainer$(sender: NobjcObject): void;
242
+ moveDocumentToUbiquityContainer$(sender: NobjcObject | null): void;
240
243
  /**
241
244
  * The action of the Move To… menu item in a document-based application. The default implementation of this method merely invokes [self moveDocumentWithCompletionHandler:nil].
242
245
  */
243
- moveDocument$(sender: NobjcObject): void;
246
+ moveDocument$(sender: NobjcObject | null): void;
244
247
  /**
245
248
  * Present a move panel to the user, then try to save the document if the user OKs the panel. When moving is completed, regardless of success, failure, or cancellation, invoke the given block. The default implementation of this method first makes sure that any editor registered using Cocoa Binding's NSEditorRegistration protocol has committed its changes if necessary. Then, if [self fileURL] is non-nil, it creates and presents a move panel. If the user OKs the panel, -moveToURL:completionHandler: is invoked. If a file already exists at the location the user chooses, the user will be asked to choose between replacing that file, renaming the current document, or canceling. If [self fileURL] is nil, then this method will instead invoke [self runModalSavePanelForSaveOperation:NSSaveAsOperation delegate:didSaveSelector:contextInfo:].
246
249
  */
247
- moveDocumentWithCompletionHandler$(completionHandler: NobjcObject): void;
250
+ moveDocumentWithCompletionHandler$(completionHandler: NobjcObject | null): void;
248
251
  /**
249
252
  * Move the document's file to the given URL and invoke the passed-in completion handler at some point in the future, perhaps after the method invocation has returned. The completion handler must be invoked on the main thread. If successful, pass a nil error. If not successful, pass an NSError that encapsulates the reason why the document could not be moved. The default implementation of this method does a coordinated move of the file at [self fileURL] to the given URL, replacing any file that may currently exist at that URL, and invokes -setFileURL: if the operation is successful. If [self fileURL] is nil, then this method will instead invoke [self saveToURL:url ofType:[self fileType] forSaveOperation:NSSaveAsOperation completionHandler:aCompletionHandler].
250
253
  */
251
- moveToURL$completionHandler$(url: _NSURL, completionHandler: NobjcObject): void;
254
+ moveToURL$completionHandler$(url: _NSURL, completionHandler: NobjcObject | null): void;
252
255
  /**
253
256
  * The actions of the Lock and Unlock menu items in a document-based application. The default implementations of these method invoke -lockDocumentWithCompletionHandler: and -unlockDocumentWithCompletionHandler: respectively.
254
257
  */
255
- lockDocument$(sender: NobjcObject): void;
256
- unlockDocument$(sender: NobjcObject): void;
258
+ lockDocument$(sender: NobjcObject | null): void;
259
+ unlockDocument$(sender: NobjcObject | null): void;
257
260
  /**
258
261
  * Lock the document to prevent the user from making further modifications. When locking is completed, regardless of success or failure, invoke the given block. The default implementation of this method first makes sure that any editor registered using Cocoa Binding's NSEditorRegistration protocol has committed its changes and immediately autosaves the document. If the autosave completes successfully or isn't necessary, this method invokes [self lockWithCompletionHandler:]. When locking succeeds, -isLocked will begin returning YES. Documents that return nil from [self fileURL] cannot be locked.
259
262
  */
260
- lockDocumentWithCompletionHandler$(completionHandler: NobjcObject): void;
263
+ lockDocumentWithCompletionHandler$(completionHandler: NobjcObject | null): void;
261
264
  /**
262
265
  * Lock the file at [self fileURL] to prevent further modifications. When locking is completed regardless of success or failure, invoke the given block. The default implementation of this method enables the "user immutable" flag on the file at [self fileURL].
263
266
  */
264
- lockWithCompletionHandler$(completionHandler: NobjcObject): void;
267
+ lockWithCompletionHandler$(completionHandler: NobjcObject | null): void;
265
268
  /**
266
269
  * Unlock the document and allow the user to make modifications to the document. When unlocking is completed, regardless of success or failure, invoke the given block. The default implementation of this method invokes [self unlockWithCompletionHandler:]. This method also disables autosaving safety checking, meaning that -checkAutosavingSafetyAndReturnError: will no longer be invoked on this document. When unlocking succeeds, -isLocked will being returning NO.
267
270
  */
268
- unlockDocumentWithCompletionHandler$(completionHandler: NobjcObject): void;
271
+ unlockDocumentWithCompletionHandler$(completionHandler: NobjcObject | null): void;
269
272
  /**
270
273
  * Unlock the file at [self fileURL] to allow modifications. When unlocking is completed, regardless of success of failure, invoke the given block. The default implementation of this method tries to clear the "user immutable" flag and add write permissions (if necessary) to the file at [self fileURL].
271
274
  */
272
- unlockWithCompletionHandler$(completionHandler: NobjcObject): void;
275
+ unlockWithCompletionHandler$(completionHandler: NobjcObject | null): void;
273
276
  /**
274
277
  * The action of the File menu's Page Setup... item in a document-based application. The default implementation of this method invokes [self printInfo], makes a copy of the print info object, and invokes [self runModalPageLayoutWithPrintInfo:printInfoCopy delegate:aPrivateDelegate didRunSelector:aSelectorForAPrivateMethod contextInfo:privateContextInfo]. If the user OKs the page layout panel, [self shouldChangePrintInfo:printInfoCopy] is invoked. If that returns YES, [self setPrintInfo:printInfoCopy] is invoked.
275
278
  */
276
- runPageLayout$(sender: NobjcObject): void;
279
+ runPageLayout$(sender: NobjcObject | null): void;
277
280
  /**
278
281
  * Present a page layout panel to the user. When the page layout panel has been dismissed, regardless of whether the user cancelled or OK'ed it, send the message selected by didRunSelector to the delegate, with the contextInfo as the last argument. The method selected by didRunSelector must have the same signature as: - (void)document:(NSDocument *)document didRunPageLayoutAndUserAccepted:(BOOL)userAccepted contextInfo:(void *)contextInfo; The default implementation of this method creates a page layout panel, invokes [self preparePageLayout:thePageLayoutPanel] to provide an opportunity for customization, then presents the panel.
279
282
  */
280
- runModalPageLayoutWithPrintInfo$delegate$didRunSelector$contextInfo$(printInfo: _NSPrintInfo, delegate: NobjcObject, didRunSelector: string | null, contextInfo: Uint8Array | null): void;
283
+ runModalPageLayoutWithPrintInfo$delegate$didRunSelector$contextInfo$(printInfo: _NSPrintInfo, delegate: NobjcObject | null, didRunSelector: string | null, contextInfo: Uint8Array | null): void;
281
284
  /**
282
285
  * Given the page layout panel that -runModalPageLayoutWithPrintInfo:delegate:didRunSelector:contextInfo: is about to present to the user, make any final changes before it is presented, and return YES for success. Return NO for failure, to cancel the presentation of the panel. The default implementation of this method just returns YES.
283
286
  */
@@ -289,27 +292,27 @@ export declare class _NSDocument extends _NSObject {
289
292
  /**
290
293
  * The action of the File menu's Print... item in a document-based application. The default implementation of this method merely invokes [self printDocumentWithSettings:[NSDictionary dictionary] showPrintPanel:YES delegate:nil didPrintSelector:NULL contextInfo:NULL].
291
294
  */
292
- printDocument$(sender: NobjcObject): void;
295
+ printDocument$(sender: NobjcObject | null): void;
293
296
  /**
294
297
  * Print the document. If showing of the print panel is specified, present it first, and print only if the user OKs the panel. The NSPrintInfo attributes in the passed-in printSettings dictionary should be added to a copy of the document's print info, and the resulting print info should be used for the operation. When printing is completed or has been cancelled, send the message selected by didPrintSelector to the delegate, with the contextInfo as the last argument. The method selected by didPrintSelector must have the same signature as: - (void)document:(NSDocument *)document didPrint:(BOOL)didPrintSuccessfully contextInfo:(void *)contextInfo; The default implementation of this method first makes sure that any editor registered using Cocoa Bindings' NSEditorRegistration protocol has committed its changes, then invokes [self printOperationWithSettings:printSettings error:&anError]. If nil is returned it presents the error to the user in a document-modal panel before messaging the delegate. Otherwise it invokes [thePrintOperation setShowsPrintPanel:showPrintPanel] then [self runModalPrintOperation:thePrintOperation delegate:delegate didRunSelector:didPrintSelector contextInfo:contextInfo]. Starting in OS X 10.6, if the printSettings dictionary has an NSPrintJobDisposition entry whose value is NSPrintSaveJob, while lacking an NSPrintJobSavingURL or NSPrintSavePath entry indicating where the PDF file should be written, then the default implementation of this method will present a save panel asking the user where the PDF file should be saved. Additionally, starting in OS X 10.9, the default implementation of this method will invoke -PDFPrintOperation instead of -printOperationWithSettings:error: in this scenario. For backward binary compatibility with Mac OS 10.3 and earlier, the default implementation of this method invokes [self printShowingPrintPanel:showPrintPanel] if -printShowingPrintPanel: is overridden. When doing this it uses private functionality to arrange for 1) the print settings to take effect despite the fact that the override of -printShowingPrintPanel: can't possibly know about them, and 2) getting notified when the print operation has been completed, so it can message the delegate at the correct time. Correct messaging of the delegate is necessary for correct handling of the Print Apple event.
295
298
  */
296
- printDocumentWithSettings$showPrintPanel$delegate$didPrintSelector$contextInfo$(printSettings: _NSDictionary, showPrintPanel: boolean, delegate: NobjcObject, didPrintSelector: string | null, contextInfo: Uint8Array | null): void;
299
+ printDocumentWithSettings$showPrintPanel$delegate$didPrintSelector$contextInfo$(printSettings: _NSDictionary, showPrintPanel: boolean, delegate: NobjcObject | null, didPrintSelector: string | null, contextInfo: Uint8Array | null): void;
297
300
  /**
298
301
  * Create a print operation that can be run to print the document's current contents, and return it if successful. If not successful, return nil after setting *outError to an NSError that encapsulates the reason why the print operation could not be created. The NSPrintInfo attributes in the passed-in printSettings dictionary should be added to a copy of the document's print info, and the resulting print info should be used for the operation. The default implementation of this method does nothing. You must override it to enable printing in your application.
299
302
  */
300
- printOperationWithSettings$error$(printSettings: _NSDictionary, outError: NobjcObject): _NSPrintOperation | null;
303
+ printOperationWithSettings$error$(printSettings: _NSDictionary, outError: NobjcObject | null): _NSPrintOperation | null;
301
304
  /**
302
305
  * Run a print operation, possibly with printing UI presented document-modally. When printing is completed, regardless of success or failure, or has been cancelled, send the message selected by didRunSelector to the delegate, with the contextInfo as the last argument. The method selected by didRunSelector must have the same signature as: - (void)document:(NSDocument *)document didRunPrintOperation:(BOOL)didPrintSuccessfully contextInfo:(void *)contextInfo;
303
306
  */
304
- runModalPrintOperation$delegate$didRunSelector$contextInfo$(printOperation: _NSPrintOperation, delegate: NobjcObject, didRunSelector: string | null, contextInfo: Uint8Array | null): void;
307
+ runModalPrintOperation$delegate$didRunSelector$contextInfo$(printOperation: _NSPrintOperation, delegate: NobjcObject | null, didRunSelector: string | null, contextInfo: Uint8Array | null): void;
305
308
  /**
306
309
  * The action of the File menu's Export As PDF... item in a document-based application. The default implementation of this method merely invokes [self printDocumentWithSettings:@{ NSPrintJobDisposition : NSPrintSaveJob } showPrintPanel:NO delegate:nil didPrintSelector:NULL contextInfo:NULL].
307
310
  */
308
- saveDocumentToPDF$(sender: NobjcObject): void;
311
+ saveDocumentToPDF$(sender: NobjcObject | null): void;
309
312
  /**
310
313
  * Share the document's file using the given NSSharingService. First, ensure the document is in a state where it can be properly shared by the given service by saving or relocating the receiver's file, if necessary. Then perform the given sharing service with 'self.fileURL' as the only item. When sharing is complete or fails, invoke the completion handler indicating whether the operation was successful. The default implementation of this method first ensures the document is saved by autosaving the document if possible, or else presenting the user with a save panel. If the given sharing service has the name NSSharingServiceNameCloudSharing, then it also ensures that file is located in an appropriate container for sharing (e.g. iCloud Drive). When the sharing service finishes, it displays an errors returned by the NSSharingService, then invokes the completion handler, passing a boolean indicating whether sharing succeeded or not. If the given sharing service had a delegate already set, the default implementation replaces it with its own delegate in order to get completion notifications. However, all NSSharingServiceDelegate methods will be forwarded to the original delegate as well. When an NSDocument is the only item being used with NSSharingServicePicker or NSSharingServicePickerTouchBarItem, it will invoke this method instead of calling -[NSSharingService performWithItems:] directly.
311
314
  */
312
- shareDocumentWithSharingService$completionHandler$(sharingService: _NSSharingService, completionHandler: NobjcObject): void;
315
+ shareDocumentWithSharingService$completionHandler$(sharingService: _NSSharingService, completionHandler: NobjcObject | null): void;
313
316
  /**
314
317
  * Given the NSSharingServicePicker used by an NSDocumentController-owned Share menu (either an automatically inserted one, or one returned by +[NSDocumentController standardShareMenuItem]), make any final changes before that menu is presented. Specifically, you may choose to set a custom NSSharingServicePickerDelegate to customize the construction of the resulting menu, or provide a custom NSSharingServiceDelegate for the chosen service.
315
318
  */
@@ -329,7 +332,7 @@ export declare class _NSDocument extends _NSObject {
329
332
  /**
330
333
  * Methods that are declared by NSResponder and also implemented by NSDocument, even though for historical reasons NSDocument is not a subclass of NSResponder. NSDocument's default implementations are equivalent to NSResponder's while treating the shared NSDocumentController as the "next responder" and forwarding error presentation messages to it, despite the fact that for historical reasons NSDocumentController is not a subclass of NSResponder either. NSWindowController has overrides of -presentError:modalForWindow:delegate:didPresentSelector:contextInfo: and -presentError: that treat the window controller's document as the "next responder" and forward these messages to it, if the window controller has a document (some do, some don't). The default implementations of several NSDocument methods invoke -presentError:modalForWindow:delegate:didPresentSelector:contextInfo:. You can customize the presentation of errors on a per-NSDocument-subclass basis by overriding -willPresentError:. Your override should follow the advice given for overriding of -[NSResponder willPresentError:].
331
334
  */
332
- presentError$modalForWindow$delegate$didPresentSelector$contextInfo$(error: _NSError, window: _NSWindow, delegate: NobjcObject, didPresentSelector: string | null, contextInfo: Uint8Array | null): void;
335
+ presentError$modalForWindow$delegate$didPresentSelector$contextInfo$(error: _NSError, window: _NSWindow, delegate: NobjcObject | null, didPresentSelector: string | null, contextInfo: Uint8Array | null): void;
333
336
  presentError$(error: _NSError): boolean;
334
337
  willPresentError$(error: _NSError): _NSError;
335
338
  /**
@@ -361,7 +364,7 @@ export declare class _NSDocument extends _NSObject {
361
364
  /**
362
365
  * If the window controller is one whose closing results in the document being closed too, or there is only one window controller attached to the document, do the exact same thing that -canCloseDocumentWithDelegate:shouldCloseSelector:contextInfo: would do. Otherwise send the message selected by shouldCloseSelector to the delegate, with the contextInfo as the last argument, specifying that the window controller should be closed. The method selected by shouldCloseSelector must have the same signature as: - (void)document:(NSDocument *)document shouldClose:(BOOL)shouldClose contextInfo:(void *)contextInfo; The default implementation of this method sends the window controller a -shouldCloseDocument message and, if the result is YES or the current count of window controllers is one, merely invokes [self canCloseDocumentWithDelegate:delegate shouldCloseSelector:shouldCloseSelector contextInfo:contextInfo]. Otherwise it messages the delegate as described above. You can override this method, but typically you would not invoke it. NSWindow invokes this method for any window that has a window controller and a document associated with it, before sending the window delegate any -windowShouldClose: message.
363
366
  */
364
- shouldCloseWindowController$delegate$shouldCloseSelector$contextInfo$(windowController: _NSWindowController, delegate: NobjcObject, shouldCloseSelector: string | null, contextInfo: Uint8Array | null): void;
367
+ shouldCloseWindowController$delegate$shouldCloseSelector$contextInfo$(windowController: _NSWindowController, delegate: NobjcObject | null, shouldCloseSelector: string | null, contextInfo: Uint8Array | null): void;
365
368
  /**
366
369
  * Set the name for this document that is fit for presentation to the user. If the value is nil then a name based on -defaultDraftName is used.
367
370
  */
@@ -382,10 +385,10 @@ export declare class _NSDocument extends _NSObject {
382
385
  * Conformance to the NSUserInterfaceValidations protocol. NSDocument's implementation of this method conditionally enables menu items for all of the action methods listed in this header file.
383
386
  */
384
387
  validateUserInterfaceItem$(item: _NSValidatedUserInterfaceItem): boolean;
385
- relinquishPresentedItemToReader$(reader: NobjcObject): void;
386
- relinquishPresentedItemToWriter$(writer: NobjcObject): void;
387
- savePresentedItemChangesWithCompletionHandler$(completionHandler: NobjcObject): void;
388
- accommodatePresentedItemDeletionWithCompletionHandler$(completionHandler: NobjcObject): void;
388
+ relinquishPresentedItemToReader$(reader: NobjcObject | null): void;
389
+ relinquishPresentedItemToWriter$(writer: NobjcObject | null): void;
390
+ savePresentedItemChangesWithCompletionHandler$(completionHandler: NobjcObject | null): void;
391
+ accommodatePresentedItemDeletionWithCompletionHandler$(completionHandler: NobjcObject | null): void;
389
392
  presentedItemDidMoveToURL$(newURL: _NSURL): void;
390
393
  presentedItemDidChange(): void;
391
394
  presentedItemDidChangeUbiquityAttributes$(attributes: _NSSet): void;
@@ -396,7 +399,7 @@ export declare class _NSDocument extends _NSObject {
396
399
  * Methods that were deprecated in Mac OS 10.6. See the comments above for information about when your overrides of them are still invoked, for backward binary compatibility.
397
400
  * @deprecated Use -saveToURL:ofType:forSaveOperation:completionHandler: instead
398
401
  */
399
- saveToURL$ofType$forSaveOperation$error$(url: _NSURL, typeName: _NSString, saveOperation: NSSaveOperationType, outError: NobjcObject): boolean;
402
+ saveToURL$ofType$forSaveOperation$error$(url: _NSURL, typeName: _NSString, saveOperation: NSSaveOperationType, outError: NobjcObject | null): boolean;
400
403
  /**
401
404
  * Methods that were deprecated in Mac OS 10.4. See the comments above for information about when your overrides of them are still invoked, for backward binary compatibility.
402
405
  * @deprecated
@@ -409,9 +412,9 @@ export declare class _NSDocument extends _NSObject {
409
412
  /** @deprecated */
410
413
  fileWrapperRepresentationOfType$(type: _NSString): _NSFileWrapper | null;
411
414
  /** @deprecated */
412
- initWithContentsOfFile$ofType$(absolutePath: _NSString, typeName: _NSString): NobjcObject;
415
+ initWithContentsOfFile$ofType$(absolutePath: _NSString, typeName: _NSString): NobjcObject | null;
413
416
  /** @deprecated */
414
- initWithContentsOfURL$ofType$(url: _NSURL, typeName: _NSString): NobjcObject;
417
+ initWithContentsOfURL$ofType$(url: _NSURL, typeName: _NSString): NobjcObject | null;
415
418
  /** @deprecated */
416
419
  loadDataRepresentation$ofType$(data: _NSData, type: _NSString): boolean;
417
420
  /** @deprecated */
@@ -429,7 +432,7 @@ export declare class _NSDocument extends _NSObject {
429
432
  /** @deprecated */
430
433
  runModalPageLayoutWithPrintInfo$(printInfo: _NSPrintInfo): number;
431
434
  /** @deprecated */
432
- saveToFile$saveOperation$delegate$didSaveSelector$contextInfo$(fileName: _NSString, saveOperation: NSSaveOperationType, delegate: NobjcObject, didSaveSelector: string | null, contextInfo: Uint8Array | null): void;
435
+ saveToFile$saveOperation$delegate$didSaveSelector$contextInfo$(fileName: _NSString, saveOperation: NSSaveOperationType, delegate: NobjcObject | null, didSaveSelector: string | null, contextInfo: Uint8Array | null): void;
433
436
  /** @deprecated */
434
437
  setFileName$(fileName: _NSString | null): void;
435
438
  /** @deprecated */
@@ -444,13 +447,13 @@ export declare class _NSDocument extends _NSObject {
444
447
  * On macOS, the default implementation of this will put the fileURL into the userInfo with the NSUserActivityDocumentURLKey. NSDocument will automatically call needsSave on the userActivity when the fileURL changes.
445
448
  */
446
449
  updateUserActivityState$(activity: _NSUserActivity): void;
447
- handleSaveScriptCommand$(command: _NSScriptCommand): NobjcObject;
448
- handleCloseScriptCommand$(command: _NSCloseCommand): NobjcObject;
449
- handlePrintScriptCommand$(command: _NSScriptCommand): NobjcObject;
450
+ handleSaveScriptCommand$(command: _NSScriptCommand): NobjcObject | null;
451
+ handleCloseScriptCommand$(command: _NSCloseCommand): NobjcObject | null;
452
+ handlePrintScriptCommand$(command: _NSScriptCommand): NobjcObject | null;
450
453
  /**
451
454
  * The following method is called by the default implementation of +[NSDocumentController restoreWindowWithIdentifier:state:completionHandler:] to restore a window that was associated with a document, after that document has been reopened. The default implementation first checks if the document has window controllers, and if not, it calls -makeWindowControllers. If there is then exactly one window controller, it invokes the completion handler with its window. If there is more than one, it searches the receiver's window controllers for a window that matches the given identifier, and then calls the completionHandler with it. If no window could be found, it invokes the completion handler with a nil window. If your document has variable or optional windows, you may override this to create the requested window, and then call the completion handler with it. This allows you to use the default document reopening behavior, but intervene at the point of creating the windows. The parameters are the same as in the class method +restoreWindowWithIdentifier:state:completionHandler:.
452
455
  */
453
- restoreDocumentWindowWithIdentifier$state$completionHandler$(identifier: _NSString, state: _NSCoder, completionHandler: NobjcObject): void;
456
+ restoreDocumentWindowWithIdentifier$state$completionHandler$(identifier: _NSString, state: _NSCoder, completionHandler: NobjcObject | null): void;
454
457
  /**
455
458
  * NSDocument implements the NSRestorableState methods, even though it itself is not an NSResponder.
456
459
  */
@@ -539,8 +542,8 @@ export declare class _NSDocument extends _NSObject {
539
542
  */
540
543
  allowsDocumentSharing(): boolean;
541
544
  /** Preview representable activity items, used for sharing and collaboration. */
542
- previewRepresentableActivityItems(): NobjcObject;
543
- setPreviewRepresentableActivityItems$(value: NobjcObject): void;
545
+ previewRepresentableActivityItems(): _NSArray;
546
+ setPreviewRepresentableActivityItems$(value: _NSArray): void;
544
547
  /**
545
548
  * Return YES if the document has changes that have not been saved, NO otherwise, primarily determined by the history of previous invocations of -updateChangeCount:. The default implementation of this method returns NO immediately after invocation of -updateChangeCount:NSChangeCleared. It will then return YES if subsequent invocations of -updateChangeCount: have recorded a situation in which the document has changes that have not been saved. Also, it will always return YES after invocation of -updateChangeCount:NSChangeReadOtherContents, until the next invocation of -updateChangeCount:NSChangeCleared. (-updateChangeCount:NSChangeAutosaved has no effect on what the default implementation of this method returns.) Lastly, because NSDocument implements Cocoa Bindings' NSEditorRegistration protocol, the default implementation will return YES whenever there are registered key-value binding editors.
546
549
  */
@@ -595,3 +598,5 @@ export declare class _NSDocument extends _NSObject {
595
598
  setLastComponentOfFileName$(value: _NSString): void;
596
599
  objectSpecifier(): _NSScriptObjectSpecifier;
597
600
  }
601
+ export interface _NSDocument extends _NSEditorRegistration, _NSMenuItemValidation, _NSUserActivityRestoring {
602
+ }