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
@@ -4,6 +4,7 @@ import type { _AVCapturePhotoCaptureDelegate } from "./AVCapturePhotoCaptureDele
4
4
  import type { _AVCapturePhotoSettings } from "./AVCapturePhotoSettings.js";
5
5
  import type { _NSArray } from "../Foundation/NSArray.js";
6
6
  import type { _NSData } from "../Foundation/NSData.js";
7
+ import type { _NSString } from "../Foundation/NSString.js";
7
8
  import type { CMVideoDimensions } from "../structs/CMVideoDimensions.js";
8
9
  import type { AVCapturePhotoOutputCaptureReadiness } from "./AVCapturePhotoOutputCaptureReadiness.js";
9
10
  import type { AVCapturePhotoQualityPrioritization } from "./AVCapturePhotoQualityPrioritization.js";
@@ -13,21 +14,21 @@ export declare class _AVCapturePhotoOutput extends _AVCaptureOutput {
13
14
  /**
14
15
  * @method isBayerRAWPixelFormat: @abstract Returns YES if the given pixel format is a Bayer RAW format. @discussion May be used to distinguish Bayer RAW from Apple ProRAW pixel formats in -availableRawPhotoPixelFormatTypes once appleProRAWEnabled has been set to YES.
15
16
  */
16
- static isBayerRAWPixelFormat$(pixelFormat: NobjcObject): boolean;
17
+ static isBayerRAWPixelFormat$(pixelFormat: number): boolean;
17
18
  /**
18
19
  * @method isAppleProRAWPixelFormat: @abstract Returns YES if the given pixel format is an Apple ProRAW format. @discussion May be used to distinguish Bayer RAW from Apple ProRAW pixel formats in -availableRawPhotoPixelFormatTypes once appleProRAWEnabled has been set to YES. See appleProRAWEnabled for more information on Apple ProRAW.
19
20
  */
20
- static isAppleProRAWPixelFormat$(pixelFormat: NobjcObject): boolean;
21
+ static isAppleProRAWPixelFormat$(pixelFormat: number): boolean;
21
22
  /**
22
23
  * @method JPEGPhotoDataRepresentationForJPEGSampleBuffer:previewPhotoSampleBuffer: @abstract A class method that writes a JPEG sample buffer to an NSData in the JPEG file format. @param JPEGSampleBuffer A CMSampleBuffer containing JPEG compressed data. @param previewPhotoSampleBuffer An optional CMSampleBuffer containing pixel buffer image data to be written as a thumbnail image. @result An NSData containing bits in the JPEG file format. May return nil if the re-packaging process fails. @discussion AVCapturePhotoOutput's depecrated -captureOutput:didFinishProcessingPhotoSampleBuffer:previewPhotoSampleBuffer:resolvedSettings:bracketSettings:error: callback delivers JPEG photos to clients as CMSampleBuffers. To re-package these buffers in a data format suitable for writing to a JPEG file, you may call this class method, optionally inserting your own metadata into the JPEG CMSampleBuffer first, and optionally passing a preview image to be written to the JPEG file format as a thumbnail image.
23
24
  * @deprecated -[AVCapturePhoto fileDataRepresentation]
24
25
  */
25
- static JPEGPhotoDataRepresentationForJPEGSampleBuffer$previewPhotoSampleBuffer$(JPEGSampleBuffer: NobjcObject, previewPhotoSampleBuffer: NobjcObject): _NSData | null;
26
+ static JPEGPhotoDataRepresentationForJPEGSampleBuffer$previewPhotoSampleBuffer$(JPEGSampleBuffer: NobjcObject, previewPhotoSampleBuffer: NobjcObject | null): _NSData | null;
26
27
  /**
27
28
  * @method DNGPhotoDataRepresentationForRawSampleBuffer:previewPhotoSampleBuffer: @abstract A class method that writes a RAW sample buffer to an NSData containing bits in the DNG file format. @param rawSampleBuffer A CMSampleBuffer containing Bayer RAW data. @param previewPhotoSampleBuffer An optional CMSampleBuffer containing pixel buffer image data to be written as a thumbnail image. @result An NSData containing bits in the DNG file format. May return nil if the re-packaging process fails. @discussion AVCapturePhotoOutput's deprecated -captureOutput:didFinishProcessingRawPhotoSampleBuffer:previewPhotoSampleBuffer:resolvedSettings:bracketSettings:error: callback delivers RAW photos to clients as CMSampleBuffers. To re-package these buffers in a data format suitable for writing to a DNG file, you may call this class method, optionally inserting your own metadata into the RAW CMSampleBuffer first, and optionally passing a preview image to be written to the DNG file format as a thumbnail image. Only RAW images from Apple built-in cameras are supported.
28
29
  * @deprecated -[AVCapturePhoto fileDataRepresentation]
29
30
  */
30
- static DNGPhotoDataRepresentationForRawSampleBuffer$previewPhotoSampleBuffer$(rawSampleBuffer: NobjcObject, previewPhotoSampleBuffer: NobjcObject): _NSData | null;
31
+ static DNGPhotoDataRepresentationForRawSampleBuffer$previewPhotoSampleBuffer$(rawSampleBuffer: NobjcObject, previewPhotoSampleBuffer: NobjcObject | null): _NSData | null;
31
32
  init(): _AVCapturePhotoOutput;
32
33
  /**
33
34
  * @method capturePhotoWithSettings:delegate: @abstract Method for initiating a photo capture request with progress monitoring through the supplied delegate. @param settings An AVCapturePhotoSettings object you have configured. May not be nil. @param delegate An object conforming to the AVCapturePhotoCaptureDelegate protocol. This object's delegate methods are called back as the photo advances from capture to processing to finished delivery. May not be nil. @discussion This method initiates a photo capture. The receiver copies your provided settings to prevent unintentional mutation. It is illegal to re-use settings. The receiver throws an NSInvalidArgumentException if your settings.uniqueID matches that of any previously used settings. This method is used to initiate all flavors of photo capture: single photo, RAW capture with or without a processed image (such as a JPEG), bracketed capture, and Live Photo. Clients need not wait for a capture photo request to complete before issuing another request. This is true for single photo captures as well as Live Photos, where movie complements of adjacent photo captures are allowed to overlap. This method validates your settings and enforces the following rules in order to ensure deterministic behavior. If any of these rules are violated, a NSInvalidArgumentException is thrown. RAW rules: See +isBayerRAWPixelFormat: and +isAppleProRAWPixelFormat: on the difference between Bayer RAW and Apple ProRAW pixel formats. Common RAW rules: - If rawPhotoPixelFormatType is non-zero, it must be present in the receiver's -availableRawPhotoPixelFormatTypes array. - If rawPhotoPixelFormatType is non-zero, your delegate must respond to -captureOutput:didFinishProcessingRawPhotoSampleBuffer:previewPhotoSampleBuffer:resolvedSettings:bracketSettings:error:. - If rawPhotoPixelFormatType is non-zero, highResolutionPhotoEnabled may be YES or NO, but the setting only applies to the processed image, if you've specified one. - If rawPhotoPixelFormatType is non-zero, constantColorEnabled must be set to NO. - If rawFileType is specified, it must be present in -availableRawPhotoFileTypes and must support the rawPhotoPixelFormatType specified using -supportedRawPhotoPixelFormatTypesForFileType:. Bayer RAW rules (isBayerRAWPixelFormat: returns yes for rawPhotoPixelFormatType): - photoQualityPrioritization must be set to AVCapturePhotoQualityPrioritizationSpeed (deprecated autoStillImageStabilizationEnabled must be set to NO). - the videoZoomFactor of the source device and the videoScaleAndCropFactor of the photo output's video connection must both be 1.0. Ensure no zoom is applied before requesting a RAW capture, and don't change the zoom during RAW capture. Apple ProRAW rules (isAppleProRAWPixelFormat: returns yes for rawPhotoPixelFormatType): - livePhotoMovieFileURL must be nil in AVCapturePhotoSettings settings - autoContentAwareDistortionCorrectionEnabled will automatically be disabled in AVCapturePhotoSettings - autoRedEyeReductionEnabled will automatically be disabled in AVCapturePhotoSettings - portraitEffectsMatteDeliveryEnabled will automatically be disabled in AVCapturePhotoSettings - enabledSemanticSegmentationMatteTypes will automatically be cleared in AVCapturePhotoSettings Processed Format rules: - If format is non-nil, a kCVPixelBufferPixelFormatTypeKey or AVVideoCodecKey must be present. You cannot specify both. - If format has a kCVPixelBufferPixelFormatTypeKey, its value must be present in the receiver's -availablePhotoPixelFormatTypes array. - If format has an AVVideoCodecKey, its value must be present in the receiver's -availablePhotoCodecTypes array. - If format is non-nil, your delegate must respond to -captureOutput:didFinishProcessingPhotoSampleBuffer:previewPhotoSampleBuffer:resolvedSettings:bracketSettings:error:. - If processedFileType is specified, it must be present in -availablePhotoFileTypes and must support the format's specified kCVPixelBufferPixelFormatTypeKey (using -supportedPhotoPixelFormatTypesForFileType:) or AVVideoCodecKey (using -supportedPhotoCodecTypesForFileType:). - The photoQualityPrioritization you specify may not be a greater number than the photo output's maxPhotoQualityPrioritization. You must set your AVCapturePhotoOutput maxPhotoQualityPrioritization up front. Flash rules: - The specified flashMode must be present in the receiver's -supportedFlashModes array. Live Photo rules: - The receiver's livePhotoCaptureEnabled must be YES if settings.livePhotoMovieURL is non-nil. - If settings.livePhotoMovieURL is non-nil, the receiver's livePhotoCaptureSuspended property must be set to NO. - If settings.livePhotoMovieURL is non-nil, it must be a file URL that's accessible to your app's sandbox. - If settings.livePhotoMovieURL is non-nil, your delegate must respond to -captureOutput:didFinishProcessingLivePhotoToMovieFileAtURL:duration:photoDisplayTime:resolvedSettings:error:. Bracketed capture rules: - bracketedSettings.count must be <= the receiver's maxBracketedCapturePhotoCount property. - For manual exposure brackets, ISO value must be within the source device activeFormat's minISO and maxISO values. - For manual exposure brackets, exposureDuration value must be within the source device activeFormat's minExposureDuration and maxExposureDuration values. - For auto exposure brackets, exposureTargetBias value must be within the source device's minExposureTargetBias and maxExposureTargetBias values. Deferred Photo Delivery rules: - If the receiver's autoDeferredPhotoDeliveryEnabled is YES, your delegate must respond to -captureOutput:didFinishCapturingDeferredPhotoProxy:error:. - The maxPhotoDimensions setting for 24MP (5712, 4284), when supported, is only serviced as 24MP via deferred photo delivery. Color space rules: - Photo capture is not supported when AVCaptureDevice has selected AVCaptureColorSpace_AppleLog or AVCaptureColorSpace_AppleLog2 as color space.
@@ -36,23 +37,23 @@ export declare class _AVCapturePhotoOutput extends _AVCaptureOutput {
36
37
  /**
37
38
  * @method setPreparedPhotoSettingsArray:completionHandler: @abstract Method allowing the receiver to prepare resources in advance for future -capturePhotoWithSettings:delegate: requests. @param preparedPhotoSettingsArray An array of AVCapturePhotoSettings instances indicating the types of capture for which the receiver should prepare resources. @param completionHandler A completion block to be fired on a serial dispatch queue once the receiver has finished preparing. You may pass nil to indicate you do not wish to be called back when preparation is complete. @discussion Some types of photo capture, such as bracketed captures and RAW captures, require the receiver to allocate additional buffers or prepare other resources. To prevent photo capture requests from executing slowly due to lazy resource allocation, you may call this method with an array of settings objects representative of the types of capture you will be performing (e.g., settings for a bracketed capture, RAW capture, and/or still image stabilization capture). You may call this method even before calling -[AVCaptureSession startRunning] in order to hint the receiver up front which features you'll be utilizing. Each time you call this method with an array of settings, the receiver evaluates what additional resources it needs to allocate, as well as existing resources that can be reclaimed, and calls back your completionHandler when it has finished preparing (and possibly reclaiming) needed resources. By default, the receiver prepares sufficient resources to capture photos with default settings, +[AVCapturePhotoSettings photoSettings]. If you wish to reclaim all possible resources, you may call this method with an empty array. Preparation for photo capture is always optional. You may call -capturePhotoWithSettings:delegate: without first calling -setPreparedPhotoSettingsArray:completionHandler:, but be advised that some of your photo captures may execute slowly as additional resources are allocated just-in-time. If you call this method while your AVCaptureSession is not running, your completionHandler does not fire immediately. It only fires once you've called -[AVCaptureSession startRunning], and the needed resources have actually been prepared. If you call -setPreparedPhotoSettingsArray:completionHandler: with an array of settings, and then call it a second time, your first prepare call's completionHandler fires immediately with prepared == NO. Prepared settings persist across session starts/stops and committed configuration changes. This property participates in -[AVCaptureSession beginConfiguration] / -[AVCaptureSession commitConfiguration] deferred work behavior. That is, if you call -[AVCaptureSession beginConfiguration], change your session's input/output topology, and call this method, preparation is deferred until you call -[AVCaptureSession commitConfiguration], enabling you to atomically commit a new configuration as well as prepare to take photos in that new configuration.
38
39
  */
39
- setPreparedPhotoSettingsArray$completionHandler$(preparedPhotoSettingsArray: _NSArray, completionHandler: NobjcObject): void;
40
+ setPreparedPhotoSettingsArray$completionHandler$(preparedPhotoSettingsArray: _NSArray, completionHandler: NobjcObject | null): void;
40
41
  /**
41
42
  * @method supportedPhotoPixelFormatTypesForFileType: @abstract An array of pixel format type values that are currently supported by the receiver for a particular file container. @param fileType The AVFileType container type intended for storage of a photo. @result An array of CVPixelBufferPixelFormatTypeKey values supported by the receiver for the file type in question. @discussion If you wish to capture a photo for storage in a particular file container, such as TIFF, you must ensure that the photo pixel format type you request is valid for that file type. If no pixel format types are supported for a given fileType, an empty array is returned. If you've not yet added your receiver to an AVCaptureSession with a video source, no pixel format types are supported.
42
43
  */
43
- supportedPhotoPixelFormatTypesForFileType$(fileType: number): _NSArray;
44
+ supportedPhotoPixelFormatTypesForFileType$(fileType: _NSString): _NSArray;
44
45
  /**
45
46
  * @method supportedPhotoCodecTypesForFileType: @abstract An array of AVVideoCodecKey values that are currently supported by the receiver for a particular file container. @param fileType The AVFileType container type intended for storage of a photo. @result An array of AVVideoCodecKey values supported by the receiver for the file type in question. @discussion If you wish to capture a photo for storage in a particular file container, such as HEIF, you must ensure that the photo codec type you request is valid for that file type. If no codec types are supported for a given fileType, an empty array is returned. If you've not yet added your receiver to an AVCaptureSession with a video source, no codec types are supported.
46
47
  */
47
- supportedPhotoCodecTypesForFileType$(fileType: number): _NSArray;
48
+ supportedPhotoCodecTypesForFileType$(fileType: _NSString): _NSArray;
48
49
  /**
49
50
  * @method supportedRawPhotoCodecTypesForRawPhotoPixelFormatType:fileType: @abstract An array of AVVideoCodecType values that are currently supported by the receiver for a particular file container and raw pixel format. @param pixelFormatType A Bayer RAW or Apple ProRAW pixel format OSType (defined in CVPixelBuffer.h). @param fileType The AVFileType container type intended for storage of a photo which can be retrieved from -availableRawPhotoFileTypes. @result An array of AVVideoCodecType values supported by the receiver for the file type and and raw pixel format in question. @discussion If you wish to capture a raw photo for storage using a Bayer RAW or Apple ProRAW pixel format and to be stored in a file container, such as DNG, you must ensure that the codec type you request is valid for that file and pixel format type. If no RAW codec types are supported for a given file type and/or pixel format type, an empty array is returned. If you have not yet added your receiver to an AVCaptureSession with a video source, an empty array is returned.
50
51
  */
51
- supportedRawPhotoCodecTypesForRawPhotoPixelFormatType$fileType$(pixelFormatType: NobjcObject, fileType: number): _NSArray;
52
+ supportedRawPhotoCodecTypesForRawPhotoPixelFormatType$fileType$(pixelFormatType: number, fileType: _NSString): _NSArray;
52
53
  /**
53
54
  * @method supportedRawPhotoPixelFormatTypesForFileType: @abstract An array of CVPixelBufferPixelFormatType values that are currently supported by the receiver for a particular file container. @param fileType The AVFileType container type intended for storage of a photo. @result An array of CVPixelBufferPixelFormatType values supported by the receiver for the file type in question. @discussion If you wish to capture a photo for storage in a particular file container, such as DNG, you must ensure that the RAW pixel format type you request is valid for that file type. If no RAW pixel format types are supported for a given fileType, an empty array is returned. If you've not yet added your receiver to an AVCaptureSession with a video source, no pixel format types are supported.
54
55
  */
55
- supportedRawPhotoPixelFormatTypesForFileType$(fileType: number): _NSArray;
56
+ supportedRawPhotoPixelFormatTypesForFileType$(fileType: _NSString): _NSArray;
56
57
  /**
57
58
  * @property preparedPhotoSettingsArray @abstract An array of AVCapturePhotoSettings instances for which the receiver is prepared to capture. @discussion See also setPreparedPhotoSettingsArray:completionHandler: Some types of photo capture, such as bracketed captures and RAW captures, require the receiver to allocate additional buffers or prepare other resources. To prevent photo capture requests from executing slowly due to lazy resource allocation, you may call -setPreparedPhotoSettingsArray:completionHandler: with an array of settings objects representative of the types of capture you will be performing (e.g., settings for a bracketed capture, RAW capture, and/or still image stabilization capture). By default, the receiver prepares sufficient resources to capture photos with default settings, +[AVCapturePhotoSettings photoSettings].
58
59
  */
@@ -1,7 +1,8 @@
1
- import type { NobjcObject } from "objc-js";
2
1
  import type { _NSArray } from "../Foundation/NSArray.js";
2
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
3
3
  import type { _NSDictionary } from "../Foundation/NSDictionary.js";
4
4
  import type { _NSObject } from "../Foundation/NSObject.js";
5
+ import type { _NSString } from "../Foundation/NSString.js";
5
6
  import type { _NSURL } from "../Foundation/NSURL.js";
6
7
  import type { CMVideoDimensions } from "../structs/CMVideoDimensions.js";
7
8
  import type { AVCaptureFlashMode } from "./AVCaptureFlashMode.js";
@@ -22,15 +23,15 @@ export declare class _AVCapturePhotoSettings extends _NSObject {
22
23
  /**
23
24
  * @method photoSettingsWithRawPixelFormatType: @abstract Creates an instance of AVCapturePhotoSettings specifying RAW only output. @param rawPixelFormatType A Bayer RAW or Apple ProRAW pixel format OSType (defined in CVPixelBuffer.h). @result An instance of AVCapturePhotoSettings. @discussion rawPixelFormatType must be one of the OSTypes contained in AVCapturePhotoOutput's -availableRawPhotoPixelFormatTypes array. See AVCapturePhotoOutput's -capturePhotoWithSettings:delegate: inline documentation for a discussion of restrictions on AVCapturePhotoSettings when requesting RAW capture.
24
25
  */
25
- static photoSettingsWithRawPixelFormatType$(rawPixelFormatType: NobjcObject): _AVCapturePhotoSettings;
26
+ static photoSettingsWithRawPixelFormatType$(rawPixelFormatType: number): _AVCapturePhotoSettings;
26
27
  /**
27
28
  * @method photoSettingsWithRawPixelFormatType:processedFormat: @abstract Creates an instance of AVCapturePhotoSettings specifying RAW + a processed format (such as JPEG). @param rawPixelFormatType A Bayer RAW or Apple ProRAW pixel format OSType (defined in CVPixelBuffer.h). @param processedFormat A dictionary of Core Video pixel buffer attributes or AVVideoSettings, analogous to AVCaptureStillImageOutput's outputSettings property. @result An instance of AVCapturePhotoSettings. @discussion rawPixelFormatType must be one of the OSTypes contained in AVCapturePhotoOutput's -availableRawPhotoPixelFormatTypes array. If you wish an uncompressed processedFormat, your dictionary must contain kCVPixelBufferPixelFormatTypeKey, and the processedFormat specified must be present in AVCapturePhotoOutput's -availablePhotoPixelFormatTypes array. kCVPixelBufferPixelFormatTypeKey is the only supported key when expressing uncompressed processedFormat. If you wish a compressed format, your dictionary must contain AVVideoCodecKey and the codec specified must be present in AVCapturePhotoOutput's -availablePhotoCodecTypes array. If you are specifying a compressed format, the AVVideoCompressionPropertiesKey is also supported, with a payload dictionary containing a single AVVideoQualityKey. Passing a nil processedFormat dictionary is analogous to calling +photoSettingsWithRawPixelFormatType:. See AVCapturePhotoOutput's -capturePhotoWithSettings:delegate: inline documentation for a discussion of restrictions on AVCapturePhotoSettings when requesting RAW capture.
28
29
  */
29
- static photoSettingsWithRawPixelFormatType$processedFormat$(rawPixelFormatType: NobjcObject, processedFormat: _NSDictionary | null): _AVCapturePhotoSettings;
30
+ static photoSettingsWithRawPixelFormatType$processedFormat$(rawPixelFormatType: number, processedFormat: _NSDictionary | null): _AVCapturePhotoSettings;
30
31
  /**
31
32
  * @method photoSettingsWithRawPixelFormatType:rawFileType:processedFormat:processedFileType: @abstract Creates an instance of AVCapturePhotoSettings specifying RAW + a processed format (such as JPEG) and a file container to which it will be written. @param rawPixelFormatType A Bayer RAW or Apple ProRAW pixel format OSType (defined in CVPixelBuffer.h). Pass 0 if you do not desire a RAW photo callback. @param rawFileType The file container for which the RAW image should be formatted to be written. Pass nil if you have no preferred file container. A default container will be chosen for you. @param processedFormat A dictionary of Core Video pixel buffer attributes or AVVideoSettings, analogous to AVCaptureStillImageOutput's outputSettings property. Pass nil if you do not desire a processed photo callback. @param processedFileType The file container for which the processed image should be formatted to be written. Pass nil if you have no preferred file container. A default container will be chosen for you. @result An instance of AVCapturePhotoSettings. @discussion rawPixelFormatType must be one of the OSTypes contained in AVCapturePhotoOutput's -availableRawPhotoPixelFormatTypes array. Set rawPixelFormatType to 0 if you do not desire a RAW photo callback. If you are specifying a rawFileType, it must be present in AVCapturePhotoOutput's -availableRawPhotoFileTypes array. If you wish an uncompressed processedFormat, your dictionary must contain kCVPixelBufferPixelFormatTypeKey, and the processedFormat specified must be present in AVCapturePhotoOutput's -availablePhotoPixelFormatTypes array. kCVPixelBufferPixelFormatTypeKey is the only supported key when expressing uncompressed processedFormat. If you wish a compressed format, your dictionary must contain AVVideoCodecKey and the codec specified must be present in AVCapturePhotoOutput's -availablePhotoCodecTypes array. If you are specifying a compressed format, the AVVideoCompressionPropertiesKey is also supported, with a payload dictionary containing a single AVVideoQualityKey. If you are specifying a processedFileType (such as AVFileTypeJPEG, AVFileTypeHEIC or AVFileTypeDICOM), it must be present in AVCapturePhotoOutput's -availablePhotoFileTypes array. Pass a nil processedFormat dictionary if you only desire a RAW photo capture. See AVCapturePhotoOutput's -capturePhotoWithSettings:delegate: inline documentation for a discussion of restrictions on AVCapturePhotoSettings when requesting RAW capture.
32
33
  */
33
- static photoSettingsWithRawPixelFormatType$rawFileType$processedFormat$processedFileType$(rawPixelFormatType: NobjcObject, rawFileType: number | null, processedFormat: _NSDictionary | null, processedFileType: number | null): _AVCapturePhotoSettings;
34
+ static photoSettingsWithRawPixelFormatType$rawFileType$processedFormat$processedFileType$(rawPixelFormatType: number, rawFileType: _NSString | null, processedFormat: _NSDictionary | null, processedFileType: _NSString | null): _AVCapturePhotoSettings;
34
35
  /**
35
36
  * @method photoSettingsFromPhotoSettings: @abstract Creates an instance of AVCapturePhotoSettings with a new uniqueID from an existing instance of AVCapturePhotoSettings. @param photoSettings An existing AVCapturePhotoSettings instance. @result An new instance of AVCapturePhotoSettings with new uniqueID. @discussion Use this factory method to create a clone of an existing photo settings instance, but with a new uniqueID that can safely be passed to AVCapturePhotoOutput -capturePhotoWithSettings:delegate:.
36
37
  */
@@ -51,15 +52,15 @@ export declare class _AVCapturePhotoSettings extends _NSObject {
51
52
  /**
52
53
  * @property processedFileType @abstract The file container for which the processed photo is formatted to be stored. @discussion The formatting of data within a photo buffer is often dependent on the file format intended for storage. For instance, a JPEG encoded photo buffer intended for storage in a JPEG (JPEG File Interchange Format) file differs from JPEG to be stored in HEIF. The HEIF-containerized JPEG buffer is tiled for readback efficiency and partitioned into the box structure dictated by the HEIF file format. Some codecs are only supported by AVCapturePhotoOutput if containerized. For instance, the AVVideoCodecTypeHEVC is only supported with AVFileTypeHEIF and AVFileTypeHEIC formatting. To discover which photo pixel format types and video codecs are supported for a given file type, you may query AVCapturePhotoOutput's -supportedPhotoPixelFormatTypesForFileType:, or -supportedPhotoCodecTypesForFileType: respectively.
53
54
  */
54
- processedFileType(): number;
55
+ processedFileType(): _NSString;
55
56
  /**
56
57
  * @property rawPhotoPixelFormatType @abstract A Bayer RAW or Apple ProRAW pixel format OSType (defined in CVPixelBuffer.h). @discussion The rawPixelFormatType you specified in one of the creation methods. Returns 0 if you did not specify RAW capture. See AVCapturePhotoOutput's -capturePhotoWithSettings:delegate: inline documentation for a discussion of restrictions on AVCapturePhotoSettings when requesting RAW capture.
57
58
  */
58
- rawPhotoPixelFormatType(): NobjcObject;
59
+ rawPhotoPixelFormatType(): number;
59
60
  /**
60
61
  * @property rawFileType @abstract The file container for which the RAW photo is formatted to be stored. @discussion The formatting of data within a RAW photo buffer may be dependent on the file format intended for storage. To discover which RAW photo pixel format types are supported for a given file type, you may query AVCapturePhotoOutput's -supportedRawPhotoPixelFormatTypesForFileType:.
61
62
  */
62
- rawFileType(): number | null;
63
+ rawFileType(): _NSString | null;
63
64
  /**
64
65
  * @property flashMode @abstract Specifies whether the flash should be on, off, or chosen automatically by AVCapturePhotoOutput. @discussion flashMode takes the place of the deprecated AVCaptureDevice -flashMode API. Setting AVCaptureDevice.flashMode has no effect on AVCapturePhotoOutput, which only pays attention to the flashMode specified in your AVCapturePhotoSettings. The default value is AVCaptureFlashModeOff. Flash modes are defined in AVCaptureDevice.h. If you specify a flashMode of AVCaptureFlashModeOn, it wins over autoStillImageStabilizationEnabled=YES. When the device becomes very hot, the flash becomes temporarily unavailable until the device cools down (see AVCaptureDevice's -flashAvailable). While the flash is unavailable, AVCapturePhotoOutput's -supportedFlashModes property still reports AVCaptureFlashModeOn and AVCaptureFlashModeAuto as being available, thus allowing you to specify a flashMode of AVCaptureModeOn. You should always check the AVCaptureResolvedPhotoSettings provided to you in the AVCapturePhotoCaptureDelegate callbacks, as the resolved flashEnabled property will tell you definitively if the flash is being used.
65
66
  */
@@ -222,3 +223,5 @@ export declare class _AVCapturePhotoSettings extends _NSObject {
222
223
  shutterSoundSuppressionEnabled(): boolean;
223
224
  setShutterSoundSuppressionEnabled$(value: boolean): void;
224
225
  }
226
+ export interface _AVCapturePhotoSettings extends _NSCopying {
227
+ }
@@ -63,7 +63,7 @@ export declare class _AVCaptureSession extends _NSObject {
63
63
  /**
64
64
  * @method setControlsDelegate:queue: @abstract Sets the receiver's controls delegate that receives events about the session's controls and the dispatch queue on which the delegate is called. @param controlsDelegate An object conforming to the `AVCaptureSessionControlsDelegate` protocol that receives events about the session's controls. @param controlsDelegateCallbackQueue A dispatch queue on which all delegate methods are called. @discussion Users can interact with an `AVCaptureSession`'s controls by performing specific gestures to enable their visibility. A delegate may be specified to be informed when the controls can be interacted with and are dismissed. All delegate methods will be called on the specified dispatch queue. A serial dispatch queue must be used to guarantee that delegate callbacks will be delivered in order. The `controlsDelegateCallbackQueue` parameter may not be `NULL`, except when setting the `controlsDelegate` to `nil` otherwise `-setControlsDelegate:queue:` throws an `NSInvalidArgumentException`.
65
65
  */
66
- setControlsDelegate$queue$(controlsDelegate: _AVCaptureSessionControlsDelegate | null, controlsDelegateCallbackQueue: NobjcObject): void;
66
+ setControlsDelegate$queue$(controlsDelegate: _AVCaptureSessionControlsDelegate | null, controlsDelegateCallbackQueue: _NSObject | null): void;
67
67
  /**
68
68
  * @method canAddControl: @abstract Returns whether the proposed control can be added to the session. @param control An `AVCaptureControl` instance. @result `YES` if the proposed control can be added to the session, `NO` otherwise. @discussion An `AVCaptureControl` instance can only be added to a session using `-addControl:` if `-canAddControl:` returns `YES`. For example, some platforms do not support controls. Instances of `AVCaptureSlider`, `AVCaptureToggle` and `AVCaptureIndexPicker` must have an action and an action queue set before being added to a session.
69
69
  */
@@ -99,7 +99,7 @@ export declare class _AVCaptureSession extends _NSObject {
99
99
  /**
100
100
  * Sets a delegate object for the session to call when performing deferred start. This delegate receives a call to the ``AVCaptureSessionDeferredStartDelegate/sessionWillRunDeferredStart:`` method when deferred start is about to run. It is non-blocking, so by the time this method is called, the deferred start may already be underway. If you want your app to perform initialization (potentially) concurrently with deferred start (e.g. user-facing camera features that are not needed to display the first preview frame, but are available to the user as soon as possible) it may be done in the delegate's ``AVCaptureSessionDeferredStartDelegate/sessionWillRunDeferredStart:`` method. To wait until deferred start is finished to perform some remaining initialization work, use the ``AVCaptureSessionDeferredStartDelegate/sessionDidRunDeferredStart:`` method instead. The delegate receives a call to the ``AVCaptureSessionDeferredStartDelegate/sessionDidRunDeferredStart:`` method when the deferred start finishes running. This allows you to run less-critical application initialization code. For example, if you've deferred an ``AVCapturePhotoOutput`` by setting its ``AVCaptureOutput/deferredStartEnabled`` property to `true`, and you'd like to do some app-specific initialization related to still capture, here might be a good place to put it. If the delegate is non-nil, the session still calls the ``AVCaptureSessionDeferredStartDelegate/sessionWillRunDeferredStart:`` and ``AVCaptureSessionDeferredStartDelegate/sessionDidRunDeferredStart:`` methods regardless of the value of the session's ``automaticallyRunsDeferredStart`` property. To minimize the capture session's startup latency, defer all unnecessary work until after the session starts. This delegate provides callbacks for you to schedule deferred work without impacting session startup performance. To perform initialization prior to deferred start but after the user interface displays, set ``automaticallyRunsDeferredStart`` to `false`, and then run the custom initialization prior to calling ``runDeferredStartWhenNeeded``. If ``deferredStartDelegate`` is not `NULL`, the session throws an exception if ``deferredStartDelegateCallbackQueue`` is `nil`. - Parameter deferredStartDelegate: An object conforming to the ``AVCaptureSessionDeferredStartDelegate`` protocol that receives events about deferred start. - Parameter deferredStartDelegateCallbackQueue: A dispatch queue on which deferredStart delegate methods are called.
101
101
  */
102
- setDeferredStartDelegate$deferredStartDelegateCallbackQueue$(deferredStartDelegate: _AVCaptureSessionDeferredStartDelegate | null, deferredStartDelegateCallbackQueue: NobjcObject): void;
102
+ setDeferredStartDelegate$deferredStartDelegateCallbackQueue$(deferredStartDelegate: _AVCaptureSessionDeferredStartDelegate | null, deferredStartDelegateCallbackQueue: _NSObject | null): void;
103
103
  /**
104
104
  * @property sessionPreset @abstract Indicates the session preset currently in use by the receiver. @discussion The value of this property is an AVCaptureSessionPreset indicating the current session preset in use by the receiver. The sessionPreset property may be set while the receiver is running.
105
105
  */
@@ -132,7 +132,7 @@ export declare class _AVCaptureSession extends _NSObject {
132
132
  /**
133
133
  * @property controlsDelegateCallbackQueue @abstract The dispatch queue on which all controls delegate methods will be called. @discussion The value of this property is a `dispatch_queue_t`. The queue is set using the `-setControlsDelegate:queue:` method.
134
134
  */
135
- controlsDelegateCallbackQueue(): NobjcObject;
135
+ controlsDelegateCallbackQueue(): _NSObject;
136
136
  /**
137
137
  * @property controls @abstract An `NSArray` of `AVCaptureControl`s currently added to the session. @discussion The value of this property is an `NSArray` of `AVCaptureControl`s currently added to the session. Clients can add `AVCaptureControl`s to a session by calling `-addControl:`.
138
138
  */
@@ -182,12 +182,12 @@ export declare class _AVCaptureSession extends _NSObject {
182
182
  /**
183
183
  * @property synchronizationClock @abstract Provides the clock being used for synchronization. @discussion synchronizationClock is readonly. Use synchronizationClock to synchronize AVCaptureOutput data with external data sources (e.g motion samples). All capture output sample buffer timestamps are on the synchronizationClock timebase. For example, if you want to reverse synchronize the output timestamps to the original timestamps, you can do the following: In captureOutput:didOutputSampleBuffer:fromConnection: AVCaptureInputPort *port = [[connection inputPorts] objectAtIndex:0]; CMClockRef originalClock = [port clock]; CMTime syncedPTS = CMSampleBufferGetPresentationTime( sampleBuffer ); CMTime originalPTS = CMSyncConvertTime( syncedPTS, [session synchronizationClock], originalClock ); This property is key-value observable.
184
184
  */
185
- synchronizationClock(): NobjcObject;
185
+ synchronizationClock(): NobjcObject | null;
186
186
  /**
187
187
  * @property masterClock @abstract Provides the clock being used for synchronization. @discussion Deprecated. Please use synchronizationClock instead.
188
188
  * @deprecated synchronizationClock
189
189
  */
190
- masterClock(): NobjcObject;
190
+ masterClock(): NobjcObject | null;
191
191
  /**
192
192
  * @property hardwareCost @abstract Indicates the percentage of the session's available hardware budget currently in use. @discussion The value of this property is a float from 0.0 => 1.0 indicating how much of the session's available hardware is in use as a percentage, given the currently connected inputs and outputs and the features for which you've opted in. When your hardwareCost is greater than 1.0, the capture session cannot run your desired configuration due to hardware constraints, so you receive an AVCaptureSessionRuntimeErrorNotification when attempting to start it running. Default value is 0. Contributors to hardwareCost include: - Whether the source device's active format uses the full sensor (4:3) or a crop (16:9). Cropped formats require lower hardware bandwidth, and therefore lower the cost. - The max frame rate supported by the source device's active format. The higher the max frame rate, the higher the cost. - Whether the source device's active format is binned or not. Binned formats require substantially less hardware bandwidth, and therefore result in a lower cost. - The number of sources configured to deliver streaming disparity / depth via AVCaptureDepthDataOutput. The higher the number of cameras configured to produce depth, the higher the cost. For AVCaptureMultiCamSessions, all of the source devices' active formats contribute to hardwareCost. In order to reduce hardwareCost, consider picking a sensor-cropped activeFormat, or a binned format. You may also use AVCaptureDeviceInput's videoMinFrameDurationOverride property to artificially limit the max frame rate (which is the reciprocal of the min frame duration) of a source device to a lower value. By doing so, you only pay the hardware cost for the max frame rate you intend to use. AVCaptureMultiCamSessions always computes this hardwareCost. AVCaptureSessions only computes a non-zero hardwareCost when multiple AVCaptureVideoDataOutputs or an AVCaptureMovieFileOutput and one or more AVCaptureVideoDataOutputs are added to the session.
193
193
  */
@@ -208,5 +208,5 @@ export declare class _AVCaptureSession extends _NSObject {
208
208
  /**
209
209
  * The dispatch queue on which the session calls deferred start delegate methods. Call the ``setDeferredStartDelegate:deferredStartDelegateCallbackQueue:`` method to specify the dispatch queue on which to call the deferred start delegate methods.
210
210
  */
211
- deferredStartDelegateCallbackQueue(): NobjcObject;
211
+ deferredStartDelegateCallbackQueue(): _NSObject;
212
212
  }
@@ -1,6 +1,7 @@
1
1
  import type { NobjcObject } from "objc-js";
2
2
  import type { _AVCaptureControl } from "./AVCaptureControl.js";
3
3
  import type { _NSArray } from "../Foundation/NSArray.js";
4
+ import type { _NSObject } from "../Foundation/NSObject.js";
4
5
  import type { _NSString } from "../Foundation/NSString.js";
5
6
  export declare class _AVCaptureSlider extends _AVCaptureControl {
6
7
  static alloc(): _AVCaptureSlider;
@@ -21,7 +22,7 @@ export declare class _AVCaptureSlider extends _AVCaptureControl {
21
22
  /**
22
23
  * @method setActionQueue:action: @abstract Configures the slider's `action` which is called on `actionQueue` whenever the value of the slider is changed. @param actionQueue A queue for the `action` to be called. @param action An action called on `actionQueue` whenever the value of the slider is changed. @discussion Because the camera system may be independent from the main thread or `@MainActor`, `action` is always called on an internal `DispatchSerialQueue` targeted at `actionQueue`. If `action` modifies a property of the camera system, `actionQueue` must represent the same exclusive execution context as the camera system (see `isSameExclusiveExecutionContext`).
23
24
  */
24
- setActionQueue$action$(actionQueue: NobjcObject, action: NobjcObject): void;
25
+ setActionQueue$action$(actionQueue: _NSObject, action: NobjcObject): void;
25
26
  /**
26
27
  * @property value @abstract The current value of the slider. @discussion Because the camera system may be independent from the main thread or `@MainActor`, `value` must be changed on `actionQueue` – the queue provided to `setActionQueue:action:`. The default value is the slider's minimum value. A value may only be set if it is within the slider's minimum and maximum values, otherwise an `NSInvalidArgumentException` is thrown.
27
28
  */
@@ -9,7 +9,7 @@ export declare class _AVCaptureSmartFramingMonitor extends _NSObject {
9
9
  /**
10
10
  * Begins monitoring the device's active scene and making framing recommendations. - Parameter outError: A pointer to an ``NSError`` indicating why ``startMonitoringWithError:`` failed, or to a `nil` ``NSError`` on success. - Returns: `true` if successful, `false` if monitoring could not be started. The monitor's ``recommendedFraming`` is `nil` when it is not actively running. Call this method to start monitoring. You may start monitoring before or after calling ``AVCaptureSession/startRunning``, and you may stop active monitoring without stopping the capture session by calling ``stopMonitoring`` at any time, but you must set ``enabledFramings`` before running your capture session so that the monitor is prepared for your desired framing recommendations. While the monitor is running, you may set ``enabledFramings`` at any time to change the framing choices the monitor should consider in its recommendations.
11
11
  */
12
- startMonitoringWithError$(outError: NobjcObject): boolean;
12
+ startMonitoringWithError$(outError: NobjcObject | null): boolean;
13
13
  /**
14
14
  * Stops monitoring the device's active scene and making framing recommendations. The monitor's ``recommendedFraming`` is `nil` when it is not actively running. Call this method to stop actively monitoring the scene and making framing recommendations. You may start monitoring before or after calling ``AVCaptureSession/startRunning``, and may stop active monitoring without stopping the capture session by calling ``stopMonitoring`` at any time.
15
15
  */
@@ -7,11 +7,11 @@ export declare class _AVCaptureSpatialAudioMetadataSampleGenerator extends _NSOb
7
7
  /**
8
8
  * Analyzes the provided audio sample buffer for its contribution to the spatial audio timed metadata value. - Parameter sbuf: a sample buffer containing spatial audio. - Returns: `noErr` if the sample is successfully analyzed, otherwise a non-zero error code. You must call this method with each and every spatial audio buffer you provide to ``AVAssetWriter``, so it can be analyzed for the generation of a proper spatial audio timed metadata value.
9
9
  */
10
- analyzeAudioSample$(sbuf: NobjcObject): NobjcObject;
10
+ analyzeAudioSample$(sbuf: NobjcObject): number;
11
11
  /**
12
12
  * Creates a sample buffer containing a spatial audio timed metadata sample computed from all analyzed audio buffers, and resets the analyzer to its initial state. - Returns: a ``CMSampleBufferRef`` containing the spatial audio timed metadata sample, or `NULL` if no value can be computed. Call this method after you pass the last audio sample buffer of your recording to ``analyzeAudioSample:``. Then pass the returned ``CMSampleBufferRef`` directly to your ``AVAssetWriterInput`` to add the sample to your recording's audio timed metadata track. Note that ``AVAssetWriter`` expects one and only one spatial audio metadata sample buffer to be present in the timed metadata track. - Note: Calling this method also resets the analyzer, making it ready for another run of audio sample buffers. Thus one generator can be re-used for multiple recordings.
13
13
  */
14
- newTimedMetadataSampleBufferAndResetAnalyzer(): NobjcObject;
14
+ newTimedMetadataSampleBufferAndResetAnalyzer(): NobjcObject | null;
15
15
  /**
16
16
  * Calling this method resets the analyzer to its initial state so that a new run of audio sample buffers can be analyzed. Call this method if you need to abort generating the audio timed metadata buffer for audio already provided to ``analyzeAudioSample:``.
17
17
  */
@@ -15,17 +15,17 @@ export declare class _AVCaptureStillImageOutput extends _AVCaptureOutput {
15
15
  /**
16
16
  * @method captureStillImageAsynchronouslyFromConnection:completionHandler: @abstract Initiates an asynchronous still image capture, returning the result to a completion handler. @param connection The AVCaptureConnection object from which to capture the still image. @param handler A block that will be called when the still image capture is complete. The block will be passed a CMSampleBuffer object containing the image data or an NSError object if an image could not be captured. @discussion This method will return immediately after it is invoked, later calling the provided completion handler block when image data is ready. If the request could not be completed, the error parameter will contain an NSError object describing the failure. Attachments to the image data sample buffer may contain metadata appropriate to the image data format. For instance, a sample buffer containing JPEG data may carry a kCGImagePropertyExifDictionary as an attachment. See <ImageIO/CGImageProperties.h> for a list of keys and value types. Clients should not assume that the completion handler will be called on a specific thread. Calls to captureStillImageAsynchronouslyFromConnection:completionHandler: are not synchronized with AVCaptureDevice manual control completion handlers. Setting a device manual control, waiting for its completion, then calling captureStillImageAsynchronouslyFromConnection:completionHandler: DOES NOT ensure that the still image returned reflects your manual control change. It may be from an earlier time. You can compare your manual control completion handler sync time to the returned still image's presentation time. You can retrieve the sample buffer's pts using CMSampleBufferGetPresentationTimestamp(). If the still image has an earlier timestamp, your manual control command does not apply to it.
17
17
  */
18
- captureStillImageAsynchronouslyFromConnection$completionHandler$(connection: _AVCaptureConnection, handler: NobjcObject): void;
18
+ captureStillImageAsynchronouslyFromConnection$completionHandler$(connection: _AVCaptureConnection, handler: NobjcObject | null): void;
19
19
  /**
20
20
  * @method prepareToCaptureStillImageBracketFromConnection:withSettingsArray:completionHandler: @abstract Allows the receiver to prepare resources in advance of capturing a still image bracket. @param connection The connection through which the still image bracket should be captured. @param settings An array of AVCaptureBracketedStillImageSettings objects. All must be of the same kind of AVCaptureBracketedStillImageSettings subclass, or an NSInvalidArgumentException is thrown. @param handler A user provided block that will be called asynchronously once resources have successfully been allocated for the specified bracketed capture operation. If sufficient resources could not be allocated, the "prepared" parameter contains NO, and "error" parameter contains a non-nil error value. If [settings count] exceeds -maxBracketedCaptureStillImageCount, then AVErrorMaximumStillImageCaptureRequestsExceeded is returned. You should not assume that the completion handler will be called on a specific thread. @discussion -maxBracketedCaptureStillImageCount tells you the maximum number of images that may be taken in a single bracket given the current AVCaptureDevice/AVCaptureSession/AVCaptureStillImageOutput configuration. But before taking a still image bracket, additional resources may need to be allocated. By calling -prepareToCaptureStillImageBracketFromConnection:withSettingsArray:completionHandler: first, you are able to deterministically know when the receiver is ready to capture the bracket with the specified settings array.
21
21
  * @deprecated Use AVCapturePhotoOutput setPreparedPhotoSettingsArray:completionHandler: instead.
22
22
  */
23
- prepareToCaptureStillImageBracketFromConnection$withSettingsArray$completionHandler$(connection: _AVCaptureConnection, settings: _NSArray, handler: NobjcObject): void;
23
+ prepareToCaptureStillImageBracketFromConnection$withSettingsArray$completionHandler$(connection: _AVCaptureConnection, settings: _NSArray, handler: NobjcObject | null): void;
24
24
  /**
25
25
  * @method captureStillImageBracketAsynchronouslyFromConnection:withSettingsArray:completionHandler: @abstract Captures a still image bracket. @param connection The connection through which the still image bracket should be captured. @param settings An array of AVCaptureBracketedStillImageSettings objects. All must be of the same kind of AVCaptureBracketedStillImageSettings subclass, or an NSInvalidArgumentException is thrown. @param handler A user provided block that will be called asynchronously as each still image in the bracket is captured. If the capture request is successful, the "sampleBuffer" parameter contains a valid CMSampleBuffer, the "stillImageSettings" parameter contains the settings object corresponding to this still image, and a nil "error" parameter. If the bracketed capture fails, sample buffer is NULL and error is non-nil. If [settings count] exceeds -maxBracketedCaptureStillImageCount, then AVErrorMaximumStillImageCaptureRequestsExceeded is returned. You should not assume that the completion handler will be called on a specific thread. @discussion If you have not called -prepareToCaptureStillImageBracketFromConnection:withSettingsArray:completionHandler: for this still image bracket request, the bracket may not be taken immediately, as the receiver may internally need to prepare resources.
26
26
  * @deprecated Use AVCapturePhotoOutput capturePhotoWithSettings:delegate: instead.
27
27
  */
28
- captureStillImageBracketAsynchronouslyFromConnection$withSettingsArray$completionHandler$(connection: _AVCaptureConnection, settings: _NSArray, handler: NobjcObject): void;
28
+ captureStillImageBracketAsynchronouslyFromConnection$withSettingsArray$completionHandler$(connection: _AVCaptureConnection, settings: _NSArray, handler: NobjcObject | null): void;
29
29
  /**
30
30
  * @property outputSettings @abstract Specifies the options the receiver uses to encode still images before they are delivered. @discussion See AVVideoSettings.h for more information on how to construct an output settings dictionary. On iOS, the only currently supported keys are AVVideoCodecKey and kCVPixelBufferPixelFormatTypeKey. Use -availableImageDataCVPixelFormatTypes and -availableImageDataCodecTypes to determine what codec keys and pixel formats are supported. AVVideoQualityKey is supported on iOS 6.0 and later and may only be used when AVVideoCodecKey is set to AVVideoCodecTypeJPEG.
31
31
  */
@@ -1,3 +1,4 @@
1
+ import type { _NSFastEnumeration } from "../Foundation/NSFastEnumeration.js";
1
2
  import type { _NSObject } from "../Foundation/NSObject.js";
2
3
  import type { _AVCaptureOutput } from "./AVCaptureOutput.js";
3
4
  import type { _AVCaptureSynchronizedData } from "./AVCaptureSynchronizedData.js";
@@ -18,3 +19,5 @@ export declare class _AVCaptureSynchronizedDataCollection extends _NSObject {
18
19
  */
19
20
  count(): number;
20
21
  }
22
+ export interface _AVCaptureSynchronizedDataCollection extends _NSFastEnumeration {
23
+ }
@@ -1,4 +1,3 @@
1
- import type { NobjcObject } from "objc-js";
2
1
  import type { _NSArray } from "../Foundation/NSArray.js";
3
2
  import type { _NSObject } from "../Foundation/NSObject.js";
4
3
  import type { _AVCaptureTimecodeGeneratorDelegate } from "./AVCaptureTimecodeGeneratorDelegate.js";
@@ -20,7 +19,7 @@ export declare class _AVCaptureTimecodeGenerator extends _NSObject {
20
19
  /**
21
20
  * Assigns a delegate to receive real-time timecode updates and specifies a queue for callbacks. - Parameter delegate: An object conforming to the ``AVCaptureTimecodeGeneratorDelegate`` protocol. - Parameter callbackQueue: The dispatch queue on which the delegate methods are invoked. The `callbackQueue` parameter may not be `nil`, except when setting the ``AVCaptureTimecodeGeneratorDelegate`` to `nil`, otherwise ``setDelegate:queue:`` throws an `NSInvalidArgumentException`. Use this method to configure a delegate that handles timecode updates. The specified `queue` ensures thread-safe invocation of delegate methods.
22
21
  */
23
- setDelegate$queue$(delegate: _AVCaptureTimecodeGeneratorDelegate | null, callbackQueue: NobjcObject): void;
22
+ setDelegate$queue$(delegate: _AVCaptureTimecodeGeneratorDelegate | null, callbackQueue: _NSObject | null): void;
24
23
  /**
25
24
  * Synchronizes the generator with the specified timecode source. - Parameter source: The timecode source for synchronization.
26
25
  */
@@ -44,7 +43,7 @@ export declare class _AVCaptureTimecodeGenerator extends _NSObject {
44
43
  /**
45
44
  * The dispatch queue on which delegate callbacks are invoked. Provides the queue set in ``setDelegate:queue:``. If no delegate is assigned, this property is `nil`.
46
45
  */
47
- delegateCallbackQueue(): NobjcObject;
46
+ delegateCallbackQueue(): _NSObject | null;
48
47
  /**
49
48
  * The maximum time interval allowed for source synchronization attempts before timing out. This property specifies the duration, in seconds, that the ``AVCaptureTimecodeGenerator`` will attempt to synchronize with a timecode source before timing out if synchronization cannot be achieved. If this threshold is exceeded, the synchronization status updates to reflect a timeout, and your ``AVCaptureTimecodeGeneratorDelegate/timecodeGenerator:transitionedToSynchronizationStatus:forSource:`` delegate method fires, informing you of the event. The default value is 15 seconds.
50
49
  */
@@ -1,3 +1,4 @@
1
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
1
2
  import type { _NSObject } from "../Foundation/NSObject.js";
2
3
  import type { _NSString } from "../Foundation/NSString.js";
3
4
  import type { _NSUUID } from "../Foundation/NSUUID.js";
@@ -19,3 +20,5 @@ export declare class _AVCaptureTimecodeSource extends _NSObject {
19
20
  */
20
21
  uuid(): _NSUUID;
21
22
  }
23
+ export interface _AVCaptureTimecodeSource extends _NSCopying {
24
+ }
@@ -1,8 +1,9 @@
1
- import type { NobjcObject } from "objc-js";
2
1
  import type { _AVCaptureOutput } from "./AVCaptureOutput.js";
3
2
  import type { _AVCaptureVideoDataOutputSampleBufferDelegate } from "./AVCaptureVideoDataOutputSampleBufferDelegate.js";
4
3
  import type { _NSArray } from "../Foundation/NSArray.js";
5
4
  import type { _NSDictionary } from "../Foundation/NSDictionary.js";
5
+ import type { _NSObject } from "../Foundation/NSObject.js";
6
+ import type { _NSString } from "../Foundation/NSString.js";
6
7
  import type { _NSURL } from "../Foundation/NSURL.js";
7
8
  import type { CMTime } from "../structs/CMTime.js";
8
9
  import type { AVVideoCodecType } from "./AVVideoCodecType.js";
@@ -13,27 +14,27 @@ export declare class _AVCaptureVideoDataOutput extends _AVCaptureOutput {
13
14
  /**
14
15
  * @method setSampleBufferDelegate:queue: @abstract Sets the receiver's delegate that will accept captured buffers and dispatch queue on which the delegate will be called. @param sampleBufferDelegate An object conforming to the AVCaptureVideoDataOutputSampleBufferDelegate protocol that will receive sample buffers after they are captured. @param sampleBufferCallbackQueue A dispatch queue on which all sample buffer delegate methods will be called. @discussion When a new video sample buffer is captured it will be vended to the sample buffer delegate using the captureOutput:didOutputSampleBuffer:fromConnection: delegate method. All delegate methods will be called on the specified dispatch queue. If the queue is blocked when new frames are captured, those frames will be automatically dropped at a time determined by the value of the alwaysDiscardsLateVideoFrames property. This allows clients to process existing frames on the same queue without having to manage the potential memory usage increases that would otherwise occur when that processing is unable to keep up with the rate of incoming frames. If their frame processing is consistently unable to keep up with the rate of incoming frames, clients should consider using the minFrameDuration property, which will generally yield better performance characteristics and more consistent frame rates than frame dropping alone. Clients that need to minimize the chances of frames being dropped should specify a queue on which a sufficiently small amount of processing is being done outside of receiving sample buffers. However, if such clients migrate extra processing to another queue, they are responsible for ensuring that memory usage does not grow without bound from frames that have not been processed. A serial dispatch queue must be used to guarantee that video frames will be delivered in order. The sampleBufferCallbackQueue parameter may not be NULL, except when setting the sampleBufferDelegate to nil otherwise -setSampleBufferDelegate:queue: throws an NSInvalidArgumentException.
15
16
  */
16
- setSampleBufferDelegate$queue$(sampleBufferDelegate: _AVCaptureVideoDataOutputSampleBufferDelegate | null, sampleBufferCallbackQueue: NobjcObject): void;
17
+ setSampleBufferDelegate$queue$(sampleBufferDelegate: _AVCaptureVideoDataOutputSampleBufferDelegate | null, sampleBufferCallbackQueue: _NSObject | null): void;
17
18
  /**
18
19
  * @method recommendedVideoSettingsForAssetWriterWithOutputFileType: @abstract Specifies the recommended settings for use with an AVAssetWriterInput. @param outputFileType Specifies the UTI of the file type to be written (see AVMediaFormat.h for a list of file format UTIs). @result A fully populated dictionary of keys and values that are compatible with AVAssetWriter. @discussion The value of this property is an NSDictionary containing values for compression settings keys defined in AVVideoSettings.h. This dictionary is suitable for use as the "outputSettings" parameter when creating an AVAssetWriterInput, such as, [AVAssetWriterInput assetWriterInputWithMediaType:AVMediaTypeVideo outputSettings:outputSettings sourceFormatHint:hint]; The dictionary returned contains all necessary keys and values needed by AVAssetWriter (see AVAssetWriterInput.h, -initWithMediaType:outputSettings: for a more in depth discussion). For QuickTime movie and ISO file types, the recommended video settings will produce output comparable to that of AVCaptureMovieFileOutput. Note that the dictionary of settings is dependent on the current configuration of the receiver's AVCaptureSession and its inputs. The settings dictionary may change if the session's configuration changes. As such, you should configure your session first, then query the recommended video settings. As of iOS 8.3, movies produced with these settings successfully import into the iOS camera roll and sync to and from like devices via iTunes.
19
20
  */
20
- recommendedVideoSettingsForAssetWriterWithOutputFileType$(outputFileType: number): _NSDictionary | null;
21
+ recommendedVideoSettingsForAssetWriterWithOutputFileType$(outputFileType: _NSString): _NSDictionary | null;
21
22
  /**
22
23
  * @method availableVideoCodecTypesForAssetWriterWithOutputFileType: @abstract Specifies the available video codecs for use with AVAssetWriter and a given file type. @param outputFileType Specifies the UTI of the file type to be written (see AVMediaFormat.h for a list of file format UTIs). @result An array of video codecs; see AVVideoSettings.h for a full list. @discussion This method allows you to query the available video codecs that may be used when specifying an AVVideoCodecKey in -recommendedVideoSettingsForVideoCodecType:assetWriterOutputFileType:. When specifying an outputFileType of AVFileTypeQuickTimeMovie, video codecs are ordered identically to -[AVCaptureMovieFileOutput availableVideoCodecTypes].
23
24
  */
24
- availableVideoCodecTypesForAssetWriterWithOutputFileType$(outputFileType: number): _NSArray;
25
+ availableVideoCodecTypesForAssetWriterWithOutputFileType$(outputFileType: _NSString): _NSArray;
25
26
  /**
26
27
  * @method recommendedVideoSettingsForVideoCodecType:assetWriterOutputFileType: @abstract Specifies the recommended settings for a particular video codec type, to be used with an AVAssetWriterInput. @param videoCodecType Specifies the desired AVVideoCodecKey to be used for compression (see AVVideoSettings.h). @param outputFileType Specifies the UTI of the file type to be written (see AVMediaFormat.h for a list of file format UTIs). @result A fully populated dictionary of keys and values that are compatible with AVAssetWriter. @discussion The value of this property is an NSDictionary containing values for compression settings keys defined in AVVideoSettings.h. This dictionary is suitable for use as the "outputSettings" parameter when creating an AVAssetWriterInput, such as, [AVAssetWriterInput assetWriterInputWithMediaType:AVMediaTypeVideo outputSettings:outputSettings sourceFormatHint:hint]; The dictionary returned contains all necessary keys and values needed by AVAssetWriter (see AVAssetWriterInput.h, -initWithMediaType:outputSettings: for a more in depth discussion). For QuickTime movie and ISO file types, the recommended video settings will produce output comparable to that of AVCaptureMovieFileOutput. The videoCodecType string provided must be present in the availableVideoCodecTypesForAssetWriterWithOutputFileType: array, or an NSInvalidArgumentException is thrown. Note that the dictionary of settings is dependent on the current configuration of the receiver's AVCaptureSession and its inputs. The settings dictionary may change if the session's configuration changes. As such, you should configure your session first, then query the recommended video settings. As of iOS 8.3, movies produced with these settings successfully import into the iOS camera roll and sync to and from like devices via iTunes.
27
28
  */
28
- recommendedVideoSettingsForVideoCodecType$assetWriterOutputFileType$(videoCodecType: AVVideoCodecType, outputFileType: number): _NSDictionary | null;
29
+ recommendedVideoSettingsForVideoCodecType$assetWriterOutputFileType$(videoCodecType: AVVideoCodecType, outputFileType: _NSString): _NSDictionary | null;
29
30
  /**
30
31
  * @method recommendedVideoSettingsForVideoCodecType:assetWriterOutputFileType:outputFileURL: @abstract Specifies the recommended settings for a particular video codec type with output file URL, to be used with an AVAssetWriterInput. @param videoCodecType Specifies the desired AVVideoCodecKey to be used for compression (see AVVideoSettings.h). @param outputFileType Specifies the UTI of the file type to be written (see AVMediaFormat.h for a list of file format UTIs). @param outputFileURL Specifies the output URL of the file to be written. If you wish to capture onto an external storage device get an externalStorageDevice of type AVExternalStorageDevice (as defined in AVExternalStorageDevice.h): [AVExternalStorageDeviceDiscoverySession sharedSession] externalStorageDevices] Then use [externalStorageDevice nextAvailableURLsWithPathExtensions:pathExtensions error:&error] to get the output file URL. @result A fully populated dictionary of keys and values that are compatible with AVAssetWriter. @discussion The value of this property is an NSDictionary containing values for compression settings keys defined in AVVideoSettings.h. This dictionary is suitable for use as the "outputSettings" parameter when creating an AVAssetWriterInput, such as, [AVAssetWriterInput assetWriterInputWithMediaType:AVMediaTypeVideo outputSettings:outputSettings sourceFormatHint:hint]; The dictionary returned contains all necessary keys and values needed by AVAssetWriter (see AVAssetWriterInput.h, -initWithMediaType:outputSettings: for a more in depth discussion). For QuickTime movie and ISO file types, the recommended video settings will produce output comparable to that of AVCaptureMovieFileOutput. The videoCodecType string provided must be present in the availableVideoCodecTypesForAssetWriterWithOutputFileType: array, or an NSInvalidArgumentException is thrown. Note that the dictionary of settings is dependent on the current configuration of the receiver's AVCaptureSession and its inputs. The settings dictionary may change if the session's configuration changes. As such, you should configure your session first, then query the recommended video settings. As of iOS 8.3, movies produced with these settings successfully import into the iOS camera roll and sync to and from like devices via iTunes.
31
32
  */
32
- recommendedVideoSettingsForVideoCodecType$assetWriterOutputFileType$outputFileURL$(videoCodecType: AVVideoCodecType, outputFileType: number, outputFileURL: _NSURL | null): _NSDictionary | null;
33
+ recommendedVideoSettingsForVideoCodecType$assetWriterOutputFileType$outputFileURL$(videoCodecType: AVVideoCodecType, outputFileType: _NSString, outputFileURL: _NSURL | null): _NSDictionary | null;
33
34
  /**
34
35
  * Recommends movie-level metadata for a particular video codec type and output file type, to be used with an asset writer input. - Parameter videoCodecType: The desired ``AVVideoCodecKey`` to be used for compression (see <doc://com.apple.documentation/documentation/avfoundation/video-settings>). - Parameter outputFileType: Specifies the UTI of the file type to be written (see <doc://com.apple.documentation/documentation/avfoundation/avfiletype>). - Returns: A fully populated array of ``AVMetadataItem`` objects compatible with ``AVAssetWriter``. The value of this property is an array of ``AVMetadataItem`` objects representing the collection of top-level metadata to be written in each output file. This array is suitable to use as the ``AVAssetWriter/metadata`` property before you have called ``AVAssetWriter/startWriting``. For more details see <doc://com.apple.documentation/documentation/avfoundation/avassetwriter/startwriting()>. The ``videoCodecType`` string you provide must be present in ``availableVideoCodecTypesForAssetWriterWithOutputFileType:`` array, or an `NSInvalidArgumentException` is thrown. For clients writing files using a ProRes Raw codec type, white balance must be locked (call ``AVCaptureDevice/setWhiteBalanceModeLockedWithDeviceWhiteBalanceGains:completionHandler:``) before querying this property, or an `NSIvalidArgumentException` is thrown. - Note: The array of metadata is dependent on the current configuration of the receiver's ``AVCaptureSession`` and its inputs. The array may change when the session's configuration changes. As such, you should configure and start your session first, then query this method.
35
36
  */
36
- recommendedMovieMetadataForVideoCodecType$assetWriterOutputFileType$(videoCodecType: AVVideoCodecType, outputFileType: number): _NSArray | null;
37
+ recommendedMovieMetadataForVideoCodecType$assetWriterOutputFileType$(videoCodecType: AVVideoCodecType, outputFileType: _NSString): _NSArray | null;
37
38
  /**
38
39
  * @property sampleBufferDelegate @abstract The receiver's delegate. @discussion The value of this property is an object conforming to the AVCaptureVideoDataOutputSampleBufferDelegate protocol that will receive sample buffers after they are captured. The delegate is set using the setSampleBufferDelegate:queue: method.
39
40
  */
@@ -41,7 +42,7 @@ export declare class _AVCaptureVideoDataOutput extends _AVCaptureOutput {
41
42
  /**
42
43
  * @property sampleBufferCallbackQueue @abstract The dispatch queue on which all sample buffer delegate methods will be called. @discussion The value of this property is a dispatch_queue_t. The queue is set using the setSampleBufferDelegate:queue: method.
43
44
  */
44
- sampleBufferCallbackQueue(): NobjcObject;
45
+ sampleBufferCallbackQueue(): _NSObject | null;
45
46
  /**
46
47
  * @property videoSettings @abstract Specifies the settings used to decode or re-encode video before it is output by the receiver. @discussion See AVVideoSettings.h for more information on how to construct a video settings dictionary. To receive samples in their device native format, set this property to an empty dictionary (i.e. [NSDictionary dictionary]). To receive samples in a default uncompressed format, set this property to nil. Note that after this property is set to nil, subsequent querying of this property will yield a non-nil dictionary reflecting the settings used by the AVCaptureSession's current sessionPreset. On iOS versions prior to iOS 16.0, the only supported key is kCVPixelBufferPixelFormatTypeKey. Use -availableVideoCVPixelFormatTypes for the list of supported pixel formats. For apps linked on or after iOS 16.0, kCVPixelBufferPixelFormatTypeKey, kCVPixelBufferWidthKey, and kCVPixelBufferHeightKey are supported. The width and height must match the videoOrientation specified on the output's AVCaptureConnection or an NSInvalidArgumentException is thrown. The aspect ratio of width and height must match the aspect ratio of the source's activeFormat (corrected for the connection's videoOrientation) or an NSInvalidArgumentException is thrown. If width or height exceeds the source's activeFormat's width or height, an NSInvalidArgumentException is thrown. Changing width and height when deliversPreviewSizedOutputBuffers is set to YES is not supported and throws an NSInvalidArgumentException.
47
48
  */
@@ -50,7 +51,7 @@ export declare class _AVCaptureVideoDataOutput extends _AVCaptureOutput {
50
51
  /**
51
52
  * Indicates the recommended media timescale for the video track. - Returns: The recommended media timescale based on the active capture session's inputs. It is never less than 600. It may or may not be a multiple of 600.
52
53
  */
53
- recommendedMediaTimeScaleForAssetWriter(): NobjcObject;
54
+ recommendedMediaTimeScaleForAssetWriter(): number;
54
55
  /**
55
56
  * @property availableVideoCVPixelFormatTypes @abstract Indicates the supported video pixel formats that can be specified in videoSettings. @discussion The value of this property is an NSArray of NSNumbers that can be used as values for the kCVPixelBufferPixelFormatTypeKey in the receiver's videoSettings property. The formats are listed in an unspecified order. This list can may change if the activeFormat of the AVCaptureDevice connected to the receiver changes.
56
57
  */
@@ -5,6 +5,8 @@ import type { _AVMediaSelectionGroup } from "./AVMediaSelectionGroup.js";
5
5
  import type { _NSArray } from "../Foundation/NSArray.js";
6
6
  import type { _NSDictionary } from "../Foundation/NSDictionary.js";
7
7
  import type { _NSLocale } from "../Foundation/NSLocale.js";
8
+ import type { _NSMutableCopying } from "../Foundation/NSMutableCopying.js";
9
+ import type { _NSString } from "../Foundation/NSString.js";
8
10
  import type { CGSize } from "../structs/CGSize.js";
9
11
  import type { AVMetadataFormat } from "./AVMetadataFormat.js";
10
12
  export declare class _AVComposition extends _AVAsset {
@@ -14,32 +16,32 @@ export declare class _AVComposition extends _AVAsset {
14
16
  /**
15
17
  * Provides an instance of AVCompositionTrack that represents the track of the specified trackID. The trackID of the requested AVCompositionTrack. An instance of AVCompositionTrack; may be nil if no track of the specified trackID is available. Becomes callable without blocking when the key " tracks" has been loaded
16
18
  */
17
- trackWithTrackID$(trackID: NobjcObject): _AVCompositionTrack | null;
19
+ trackWithTrackID$(trackID: number): _AVCompositionTrack | null;
18
20
  /**
19
21
  * Loads an instance of AVCompositionTrack that represents the track of the specified trackID. The trackID of the requested AVCompositionTrack. A block that is called when the loading is finished, with either the loaded track (which may be nil if no track of the specified trackID is available) or an error.
20
22
  */
21
- loadTrackWithTrackID$completionHandler$(trackID: NobjcObject, completionHandler: NobjcObject): void;
23
+ loadTrackWithTrackID$completionHandler$(trackID: number, completionHandler: NobjcObject | null): void;
22
24
  /**
23
25
  * Provides an array of AVCompositionTracks of the asset that present media of the specified media type. The media type according to which the receiver filters its AVCompositionTracks. (Media types are defined in AVMediaFormat.h) An NSArray of AVCompositionTracks; may be empty if no tracks of the specified media type are available. Becomes callable without blocking when the key " tracks" has been loaded
24
26
  */
25
- tracksWithMediaType$(mediaType: number): _NSArray;
27
+ tracksWithMediaType$(mediaType: _NSString): _NSArray;
26
28
  /**
27
29
  * Loads an array of AVCompositionTracks of the asset that present media of the specified media type. The media type according to which AVAsset filters its AVCompositionTracks. (Media types are defined in AVMediaFormat.h.) A block that is called when the loading is finished, with either the loaded tracks (which may be empty if no tracks of the specified media type are available) or an error.
28
30
  */
29
- loadTracksWithMediaType$completionHandler$(mediaType: number, completionHandler: NobjcObject): void;
31
+ loadTracksWithMediaType$completionHandler$(mediaType: _NSString, completionHandler: NobjcObject | null): void;
30
32
  /**
31
33
  * Provides an array of AVCompositionTracks of the asset that present media with the specified characteristic. The media characteristic according to which the receiver filters its AVCompositionTracks. (Media characteristics are defined in AVMediaFormat.h) An NSArray of AVCompositionTracks; may be empty if no tracks with the specified characteristic are available. Becomes callable without blocking when the key " tracks" has been loaded
32
34
  */
33
- tracksWithMediaCharacteristic$(mediaCharacteristic: number): _NSArray;
35
+ tracksWithMediaCharacteristic$(mediaCharacteristic: _NSString): _NSArray;
34
36
  /**
35
37
  * Loads an array of AVCompositionTracks of the asset that present media with the specified characteristic. The media characteristic according to which AVAsset filters its AVCompositionTracks. (Media characteristics are defined in AVMediaFormat.h.) A block that is called when the loading is finished, with either the loaded tracks (which may be empty if no tracks with the specified characteristic are available) or an error.
36
38
  */
37
- loadTracksWithMediaCharacteristic$completionHandler$(mediaCharacteristic: number, completionHandler: NobjcObject): void;
39
+ loadTracksWithMediaCharacteristic$completionHandler$(mediaCharacteristic: _NSString, completionHandler: NobjcObject | null): void;
38
40
  metadataForFormat$(format: AVMetadataFormat): _NSArray;
39
41
  chapterMetadataGroupsWithTitleLocale$containingItemsWithCommonKeys$(locale: _NSLocale, commonKeys: _NSArray | null): _NSArray;
40
42
  chapterMetadataGroupsBestMatchingPreferredLanguages$(preferredLanguages: _NSArray): _NSArray;
41
- mediaSelectionGroupForMediaCharacteristic$(mediaCharacteristic: number): _AVMediaSelectionGroup | null;
42
- unusedTrackID(): NobjcObject;
43
+ mediaSelectionGroupForMediaCharacteristic$(mediaCharacteristic: _NSString): _AVMediaSelectionGroup | null;
44
+ unusedTrackID(): number;
43
45
  /** Provides the array of AVCompositionTracks contained by the composition. */
44
46
  tracks(): _NSArray;
45
47
  /** Indicates the authored size of the visual portion of the composition. */
@@ -49,3 +51,5 @@ export declare class _AVComposition extends _AVAsset {
49
51
  */
50
52
  URLAssetInitializationOptions(): _NSDictionary;
51
53
  }
54
+ export interface _AVComposition extends _NSMutableCopying {
55
+ }
@@ -1,6 +1,7 @@
1
1
  import type { _AVAssetTrack } from "./AVAssetTrack.js";
2
2
  import type { _AVCompositionTrackSegment } from "./AVCompositionTrackSegment.js";
3
3
  import type { _NSArray } from "../Foundation/NSArray.js";
4
+ import type { _NSString } from "../Foundation/NSString.js";
4
5
  import type { CMTime } from "../structs/CMTime.js";
5
6
  import type { AVMetadataFormat } from "./AVMetadataFormat.js";
6
7
  import type { AVTrackAssociationType } from "./AVTrackAssociationType.js";
@@ -12,7 +13,7 @@ export declare class _AVCompositionTrack extends _AVAssetTrack {
12
13
  * @method segmentForTrackTime: @abstract Supplies the AVCompositionTrackSegment from the segments array with a target timeRange that either contains the specified track time or is the closest to it among the target timeRanges of the track's segments. @param trackTime The trackTime for which an AVCompositionTrackSegment is requested. @result An AVCompositionTrackSegment. @discussion If the trackTime does not map to a sample presentation time (e.g. it's outside the track's timeRange), the segment closest in time to the specified trackTime is returned.
13
14
  */
14
15
  segmentForTrackTime$(trackTime: CMTime): _AVCompositionTrackSegment | null;
15
- hasMediaCharacteristic$(mediaCharacteristic: number): boolean;
16
+ hasMediaCharacteristic$(mediaCharacteristic: _NSString): boolean;
16
17
  samplePresentationTimeForTrackTime$(trackTime: CMTime): CMTime;
17
18
  metadataForFormat$(format: AVMetadataFormat): _NSArray;
18
19
  associatedTracksOfType$(trackAssociationType: AVTrackAssociationType): _NSArray;
@@ -1,5 +1,6 @@
1
1
  import type { NobjcObject } from "objc-js";
2
2
  import type { _NSObject } from "../Foundation/NSObject.js";
3
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
3
4
  export declare class _AVCompositionTrackFormatDescriptionReplacement extends _NSObject {
4
5
  static alloc(): _AVCompositionTrackFormatDescriptionReplacement;
5
6
  static new(): _AVCompositionTrackFormatDescriptionReplacement;
@@ -11,3 +12,5 @@ export declare class _AVCompositionTrackFormatDescriptionReplacement extends _NS
11
12
  */
12
13
  replacementFormatDescription(): NobjcObject;
13
14
  }
15
+ export interface _AVCompositionTrackFormatDescriptionReplacement extends _NSSecureCoding {
16
+ }
@@ -1,4 +1,3 @@
1
- import type { NobjcObject } from "objc-js";
2
1
  import type { _AVAssetTrackSegment } from "./AVAssetTrackSegment.js";
3
2
  import type { _NSURL } from "../Foundation/NSURL.js";
4
3
  import type { CMTimeRange } from "../structs/CMTimeRange.js";
@@ -9,7 +8,7 @@ export declare class _AVCompositionTrackSegment extends _AVAssetTrackSegment {
9
8
  /**
10
9
  * @method compositionTrackSegmentWithURL:trackID:sourceTimeRange:targetTimeRange: @abstract Returns an instance of AVCompositionTrackSegment that presents a portion of a file referenced by URL. @param URL An instance of NSURL that references the container file to be presented by the AVCompositionTrackSegment. @param trackID The track identifier that specifies the track of the container file to be presented by the AVCompositionTrackSegment. @param sourceTimeRange The timeRange of the track of the container file to be presented by the AVCompositionTrackSegment. @param targetTimeRange The timeRange of the composition track during which the AVCompositionTrackSegment is to be presented. @result An instance of AVCompositionTrackSegment. @discussion To specify that the segment be played at the asset's normal rate, set source.duration == target.duration in the timeMapping. Otherwise, the segment will be played at a rate equal to the ratio source.duration / target.duration.
11
10
  */
12
- static compositionTrackSegmentWithURL$trackID$sourceTimeRange$targetTimeRange$(URL: _NSURL, trackID: NobjcObject, sourceTimeRange: CMTimeRange, targetTimeRange: CMTimeRange): _AVCompositionTrackSegment;
11
+ static compositionTrackSegmentWithURL$trackID$sourceTimeRange$targetTimeRange$(URL: _NSURL, trackID: number, sourceTimeRange: CMTimeRange, targetTimeRange: CMTimeRange): _AVCompositionTrackSegment;
13
12
  /**
14
13
  * @method compositionTrackSegmentWithTimeRange: @abstract Returns an instance of AVCompositionTrackSegment that presents an empty track segment. @param timeRange The timeRange of the empty AVCompositionTrackSegment. @result An instance of AVCompositionTrackSegment.
15
14
  */
@@ -17,7 +16,7 @@ export declare class _AVCompositionTrackSegment extends _AVAssetTrackSegment {
17
16
  /**
18
17
  * @method initWithURL:trackID:sourceTimeRange:targetTimeRange: @abstract Initializes an instance of AVCompositionTrackSegment that presents a portion of a file referenced by URL. @param URL An instance of NSURL that references the container file to be presented by the AVCompositionTrackSegment. @param trackID The track identifier that specifies the track of the container file to be presented by the AVCompositionTrackSegment. @param sourceTimeRange The timeRange of the track of the container file to be presented by the AVCompositionTrackSegment. @param targetTimeRange The timeRange of the composition track during which the AVCompositionTrackSegment is to be presented. @result An instance of AVCompositionTrackSegment. @discussion To specify that the segment be played at the asset's normal rate, set source.duration == target.duration in the timeMapping. Otherwise, the segment will be played at a rate equal to the ratio source.duration / target.duration.
19
18
  */
20
- initWithURL$trackID$sourceTimeRange$targetTimeRange$(URL: _NSURL, trackID: NobjcObject, sourceTimeRange: CMTimeRange, targetTimeRange: CMTimeRange): _AVCompositionTrackSegment;
19
+ initWithURL$trackID$sourceTimeRange$targetTimeRange$(URL: _NSURL, trackID: number, sourceTimeRange: CMTimeRange, targetTimeRange: CMTimeRange): _AVCompositionTrackSegment;
21
20
  /**
22
21
  * @method initWithTimeRange: @abstract Initializes an instance of AVCompositionTrackSegment that presents an empty track segment. @param timeRange The timeRange of the empty AVCompositionTrackSegment. @result An instance of AVCompositionTrackSegment.
23
22
  */
@@ -33,5 +32,5 @@ export declare class _AVCompositionTrackSegment extends _AVAssetTrackSegment {
33
32
  /**
34
33
  * indicates the track of the container file of the media presented by the AVCompositionTrackSegment
35
34
  */
36
- sourceTrackID(): NobjcObject;
35
+ sourceTrackID(): number;
37
36
  }