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
@@ -5,6 +5,7 @@ import type { _NSData } from "../Foundation/NSData.js";
5
5
  import type { _NSDate } from "../Foundation/NSDate.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";
8
9
  import type { _NSNumber } from "../Foundation/NSNumber.js";
9
10
  import type { _NSObject } from "../Foundation/NSObject.js";
10
11
  import type { _NSString } from "../Foundation/NSString.js";
@@ -22,7 +23,7 @@ export declare class _AVMetadataItem extends _NSObject {
22
23
  /**
23
24
  * @method metadataItemsFromArray:filteredByIdentifier: @abstract Filters an array of AVMetadataItems according to identifier. @param metadataItems An array of AVMetadataItems to be filtered by identifier. @param identifier The identifier that must be matched for a metadata item to be copied to the output array. Items are considered a match not only when their identifiers are equal to the specified identifier, and also when their identifiers conform to the specified identifier. @result An instance of NSArray containing the metadata items of the target NSArray that match the specified identifier.
24
25
  */
25
- static metadataItemsFromArray$filteredByIdentifier$(metadataItems: _NSArray, identifier: number): _NSArray;
26
+ static metadataItemsFromArray$filteredByIdentifier$(metadataItems: _NSArray, identifier: _NSString): _NSArray;
26
27
  /**
27
28
  * @method metadataItemsFromArray:filteredByMetadataItemFilter: @abstract Filters an array of AVMetadataItems using the supplied AVMetadataItemFilter. @param metadataItems An array of AVMetadataItems to be filtered. @param metadataItemFilter The AVMetadataItemFilter object for filtering the metadataItems. @result An instance of NSArray containing the metadata items of the target NSArray that have not been removed by metadataItemFilter.
28
29
  */
@@ -30,11 +31,11 @@ export declare class _AVMetadataItem extends _NSObject {
30
31
  /**
31
32
  * @method identifierForKey:keySpace: @abstract Provides the metadata identifier that's equivalent to a key and keySpace. @param key The metadata key. @param keySpace The metadata keySpace. @result A metadata identifier equivalent to the given key and keySpace, or nil if no identifier can be constructed from the given key and keySpace. @discussion Metadata keys that are not instances of NSString, NSNumber, or NSData cannot be converted to metadata identifiers; they also cannot be written to media resources via AVAssetExportSession or AVAssetWriter. Metadata item keySpaces must be a string of one to four printable ASCII characters. For custom identifiers, the keySpace AVMetadataKeySpaceQuickTimeMetadata is recommended. This keySpace defines its key values to be expressed as reverse-DNS strings, which allows third parties to define their own keys in a well established way that avoids collisions.
32
33
  */
33
- static identifierForKey$keySpace$(key: NobjcObject, keySpace: number): number | null;
34
+ static identifierForKey$keySpace$(key: NobjcObject, keySpace: _NSString): _NSString | null;
34
35
  /** provides the metadata keySpace indicated by the identifier */
35
- static keySpaceForIdentifier$(identifier: number): number | null;
36
+ static keySpaceForIdentifier$(identifier: _NSString): _NSString | null;
36
37
  /** provides the metadata key indicated by the identifier */
37
- static keyForIdentifier$(identifier: number): NobjcObject;
38
+ static keyForIdentifier$(identifier: _NSString): NobjcObject | null;
38
39
  /**
39
40
  * @method metadataItemWithPropertiesOfMetadataItem:valueLoadingHandler: @abstract Creates an instance of AVMutableMetadataItem with a value that you do not wish to load unless required, e.g. a large image value that needn't be loaded into memory until another module wants to display it. @param metadataItem An instance of AVMetadataItem with the identifier, extendedLanguageTag, and other property values that you want the newly created instance of AVMetadataItem to share. The value of metadataItem is ignored. @param handler A block that loads the value of the metadata item. @result An instance of AVMetadataItem. @discussion This method is intended for the creation of metadata items for optional display purposes, when there is no immediate need to load specific metadata values. For example, see the interface for navigation markers as consumed by AVPlayerViewController. It's not intended for the creation of metadata items with values that are required immediately, such as metadata items that are provided for impending serialization operations (e.g. via -[AVAssetExportSession setMetadata:] and other similar methods defined on AVAssetWriter and AVAssetWriterInput). When -loadValuesAsynchronouslyForKeys:completionHandler: is invoked on an AVMetadataItem created via +metadataItemWithPropertiesOfMetadataItem:valueLoadingHandler: and @"value" is among the keys for which loading is requested, the block you provide as the value loading handler will be executed on an arbitrary dispatch queue, off the main thread. The handler can perform I/O and other necessary operations to obtain the value. If loading of the value succeeds, provide the value by invoking -[AVMetadataItemValueRequest respondWithValue:]. If loading of the value fails, provide an instance of NSError that describes the failure by invoking -[AVMetadataItemValueRequest respondWithError:].
40
41
  */
@@ -46,20 +47,20 @@ export declare class _AVMetadataItem extends _NSObject {
46
47
  /**
47
48
  * @method metadataItemsFromArray:withKey:keySpace: @discussion Instead, use metadataItemsFromArray:filteredByIdentifier:.
48
49
  */
49
- static metadataItemsFromArray$withKey$keySpace$(metadataItems: _NSArray, key: NobjcObject, keySpace: number | null): _NSArray;
50
+ static metadataItemsFromArray$withKey$keySpace$(metadataItems: _NSArray, key: NobjcObject | null, keySpace: _NSString | null): _NSArray;
50
51
  /**
51
52
  * The following two methods of the AVAsynchronousKeyValueLoading protocol are re-declared here so that they can be annotated with availability information. See AVAsynchronousKeyValueLoading.h for documentation.
52
53
  * @deprecated Use status(of:) instead
53
54
  */
54
- statusOfValueForKey$error$(key: _NSString, outError: NobjcObject): AVKeyValueStatus;
55
+ statusOfValueForKey$error$(key: _NSString, outError: NobjcObject | null): AVKeyValueStatus;
55
56
  /**
56
57
  * @deprecated Use load(_:) instead. For non-deprecated properties that do not have an AVAsyncProperty equivalent, continue to query these properties synchronously
57
58
  */
58
- loadValuesAsynchronouslyForKeys$completionHandler$(keys: _NSArray, handler: NobjcObject): void;
59
+ loadValuesAsynchronouslyForKeys$completionHandler$(keys: _NSArray, handler: NobjcObject | null): void;
59
60
  /**
60
61
  * Indicates the identifier of the metadata item. Publicly defined identifiers are declared in AVMetadataIdentifiers.h.
61
62
  */
62
- identifier(): number | null;
63
+ identifier(): _NSString | null;
63
64
  /**
64
65
  * indicates the IETF BCP 47 (RFC 4646) language identifier of the metadata item; may be nil if no language tag information is available
65
66
  */
@@ -99,9 +100,11 @@ export declare class _AVMetadataItem extends _NSObject {
99
100
  /** indicates the key of the metadata item */
100
101
  key(): _NSObject | _NSCopying | null;
101
102
  /** indicates the common key of the metadata item */
102
- commonKey(): number | null;
103
+ commonKey(): _NSString | null;
103
104
  /**
104
105
  * indicates the keyspace of the metadata item's key; this will typically be the default keyspace for the metadata container in which the metadata item is stored
105
106
  */
106
- keySpace(): number | null;
107
+ keySpace(): _NSString | null;
108
+ }
109
+ export interface _AVMetadataItem extends _NSCopying, _NSMutableCopying {
107
110
  }
@@ -1,4 +1,5 @@
1
1
  import type { _AVMetadataObject } from "./AVMetadataObject.js";
2
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
2
3
  export declare class _AVMetadataSalientObject extends _AVMetadataObject {
3
4
  static alloc(): _AVMetadataSalientObject;
4
5
  static new(): _AVMetadataSalientObject;
@@ -8,3 +9,5 @@ export declare class _AVMetadataSalientObject extends _AVMetadataObject {
8
9
  */
9
10
  objectID(): number;
10
11
  }
12
+ export interface _AVMetadataSalientObject extends _NSCopying {
13
+ }
@@ -1,6 +1,7 @@
1
1
  import type { _AVContentKeySpecifier } from "./AVContentKeySpecifier.js";
2
2
  import type { _AVMetricEvent } from "./AVMetricEvent.js";
3
3
  import type { _AVMetricMediaResourceRequestEvent } from "./AVMetricMediaResourceRequestEvent.js";
4
+ import type { _NSString } from "../Foundation/NSString.js";
4
5
  export declare class _AVMetricContentKeyRequestEvent extends _AVMetricEvent {
5
6
  static alloc(): _AVMetricContentKeyRequestEvent;
6
7
  static new(): _AVMetricContentKeyRequestEvent;
@@ -10,7 +11,7 @@ export declare class _AVMetricContentKeyRequestEvent extends _AVMetricEvent {
10
11
  /**
11
12
  * Returns the media type. If the value cannot be determined, returns AVMediaTypeMuxed.
12
13
  */
13
- mediaType(): number;
14
+ mediaType(): _NSString;
14
15
  /** Returns whether the content key resource request was initiated by the client. */
15
16
  isClientInitiated(): boolean;
16
17
  /**
@@ -1,5 +1,6 @@
1
1
  import type { _NSDate } from "../Foundation/NSDate.js";
2
2
  import type { _NSObject } from "../Foundation/NSObject.js";
3
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
3
4
  import type { _NSString } from "../Foundation/NSString.js";
4
5
  import type { CMTime } from "../structs/CMTime.js";
5
6
  export declare class _AVMetricEvent extends _NSObject {
@@ -13,3 +14,5 @@ export declare class _AVMetricEvent extends _NSObject {
13
14
  /** A GUID that identifies the media session. If not available, value is nil. */
14
15
  sessionID(): _NSString | null;
15
16
  }
17
+ export interface _AVMetricEvent extends _NSSecureCoding {
18
+ }
@@ -16,7 +16,7 @@ export declare class _AVMetricEventStream extends _NSObject {
16
16
  /**
17
17
  * Set a subscriber delegate. - Parameter subscriber: A subscriber delegate object conforming to AVMetricEventStreamSubscriber. - Parameter queue: Dispatch queue for the delegate callbacks.
18
18
  */
19
- setSubscriber$queue$(subscriber: _AVMetricEventStreamSubscriber, queue: NobjcObject): boolean;
19
+ setSubscriber$queue$(subscriber: _AVMetricEventStreamSubscriber, queue: _NSObject | null): boolean;
20
20
  /**
21
21
  * Subscribe to a specific metric event class. - Parameter metricEventClass: Type of metric event class to subscribe to.
22
22
  */
@@ -1,5 +1,6 @@
1
1
  import type { _AVMetricEvent } from "./AVMetricEvent.js";
2
2
  import type { _AVMetricMediaResourceRequestEvent } from "./AVMetricMediaResourceRequestEvent.js";
3
+ import type { _NSString } from "../Foundation/NSString.js";
3
4
  import type { _NSURL } from "../Foundation/NSURL.js";
4
5
  import type { NSRange } from "../structs/NSRange.js";
5
6
  export declare class _AVMetricHLSMediaSegmentRequestEvent extends _AVMetricEvent {
@@ -13,7 +14,7 @@ export declare class _AVMetricHLSMediaSegmentRequestEvent extends _AVMetricEvent
13
14
  /**
14
15
  * Returns the media type. If the value cannot be determined, returns AVMediaTypeMuxed.
15
16
  */
16
- mediaType(): number;
17
+ mediaType(): _NSString;
17
18
  /**
18
19
  * Returns the byte range for the media segment. If not available, the range start and end will be 0.
19
20
  */
@@ -1,5 +1,6 @@
1
1
  import type { _AVMetricEvent } from "./AVMetricEvent.js";
2
2
  import type { _AVMetricMediaResourceRequestEvent } from "./AVMetricMediaResourceRequestEvent.js";
3
+ import type { _NSString } from "../Foundation/NSString.js";
3
4
  import type { _NSURL } from "../Foundation/NSURL.js";
4
5
  export declare class _AVMetricHLSPlaylistRequestEvent extends _AVMetricEvent {
5
6
  static alloc(): _AVMetricHLSPlaylistRequestEvent;
@@ -12,7 +13,7 @@ export declare class _AVMetricHLSPlaylistRequestEvent extends _AVMetricEvent {
12
13
  /**
13
14
  * Returns the media type. If the value cannot be determined, returns AVMediaTypeMuxed.
14
15
  */
15
- mediaType(): number;
16
+ mediaType(): _NSString;
16
17
  /**
17
18
  * Returns the media resource request event which was used to satisfy the playlist.
18
19
  */
@@ -1,4 +1,5 @@
1
1
  import type { _NSObject } from "../Foundation/NSObject.js";
2
+ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
2
3
  import type { _NSString } from "../Foundation/NSString.js";
3
4
  import type { _NSURL } from "../Foundation/NSURL.js";
4
5
  export declare class _AVMetricMediaRendition extends _NSObject {
@@ -14,3 +15,5 @@ export declare class _AVMetricMediaRendition extends _NSObject {
14
15
  */
15
16
  URL(): _NSURL | null;
16
17
  }
18
+ export interface _AVMetricMediaRendition extends _NSSecureCoding {
19
+ }
@@ -3,8 +3,11 @@ import type { _AVAsset } from "./AVAsset.js";
3
3
  import type { _AVMediaDataStorage } from "./AVMediaDataStorage.js";
4
4
  import type { _AVMovieTrack } from "./AVMovieTrack.js";
5
5
  import type { _NSArray } from "../Foundation/NSArray.js";
6
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
6
7
  import type { _NSData } from "../Foundation/NSData.js";
7
8
  import type { _NSDictionary } from "../Foundation/NSDictionary.js";
9
+ import type { _NSMutableCopying } from "../Foundation/NSMutableCopying.js";
10
+ import type { _NSString } from "../Foundation/NSString.js";
8
11
  import type { _NSURL } from "../Foundation/NSURL.js";
9
12
  import type { AVMovieWritingOptions } from "./AVMovieWritingOptions.js";
10
13
  export declare class _AVMovie extends _AVAsset {
@@ -34,42 +37,42 @@ export declare class _AVMovie extends _AVAsset {
34
37
  /**
35
38
  * @method movieHeaderWithFileType:error: @abstract Creates an NSData object containing the movie header of the AVMovie object. @param fileType A UTI indicating the specific file format of the movie header (e.g. AVFileTypeQuickTimeMovie for a QuickTime movie). @param outError If an error occurs reading the movie header, describes the nature of the failure. @result An NSData object. @discussion The movie header will be a pure reference movie, with no base URL, suitable for use on the pasteboard.
36
39
  */
37
- movieHeaderWithFileType$error$(fileType: number, outError: NobjcObject): _NSData | null;
40
+ movieHeaderWithFileType$error$(fileType: _NSString, outError: NobjcObject | null): _NSData | null;
38
41
  /**
39
42
  * @method writeMovieHeaderToURL:fileType:options:error: @abstract Writes the movie header to a destination URL. @param URL An NSURL object indicating where to write the movie header. @param fileType A UTI indicating the specific file format (e.g. AVFileTypeQuickTimeMovie for a QuickTime movie). @param options An NSUInteger whose bits specify options for the writing of the movie header. See AVMovieWritingOptions above. @param outError If an error occurs writing the movie header, describes the nature of the failure. @discussion Note that modifications to instances of AVMutableMovie, to their constituent AVMutableMovieTracks, or to their collections of metadata are committed to storage when their movie headers are written.
40
43
  */
41
- writeMovieHeaderToURL$fileType$options$error$(URL: _NSURL, fileType: number, options: AVMovieWritingOptions, outError: NobjcObject): boolean;
44
+ writeMovieHeaderToURL$fileType$options$error$(URL: _NSURL, fileType: _NSString, options: AVMovieWritingOptions, outError: NobjcObject | null): boolean;
42
45
  /**
43
46
  * @method isCompatibleWithFileType: @abstract Indicates whether a movie header for the AVMovie object can be created for the specified file type. @param fileType A UTI indicating a movie file format (e.g. AVFileTypeQuickTimeMovie for a QuickTime movie). @discussion This method returns a BOOL that indicates whether a movie header of the specified type can be created for the receiver. For example, this method returns NO if the movie contains tracks whose media types or media subtypes are not allowed by the specified file type.
44
47
  */
45
- isCompatibleWithFileType$(fileType: number): boolean;
48
+ isCompatibleWithFileType$(fileType: _NSString): boolean;
46
49
  /**
47
50
  * @method trackWithTrackID: @abstract Provides an instance of AVMovieTrack that represents the track of the specified trackID. @param trackID The trackID of the requested AVMovieTrack. @result An instance of AVMovieTrack; may be nil if no track of the specified trackID is available. @discussion Becomes callable without blocking when the key @"tracks" has been loaded
48
51
  * @deprecated Use loadTrack(withTrackID:) instead
49
52
  */
50
- trackWithTrackID$(trackID: NobjcObject): _AVMovieTrack | null;
53
+ trackWithTrackID$(trackID: number): _AVMovieTrack | null;
51
54
  /**
52
55
  * @method loadTrackWithTrackID:completionHandler: @abstract Loads an instance of AVMovieTrack that represents the track of the specified trackID. @param trackID The trackID of the requested AVMovieTrack. @param completionHandler 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.
53
56
  */
54
- loadTrackWithTrackID$completionHandler$(trackID: NobjcObject, completionHandler: NobjcObject): void;
57
+ loadTrackWithTrackID$completionHandler$(trackID: number, completionHandler: NobjcObject | null): void;
55
58
  /**
56
59
  * @method tracksWithMediaType: @abstract Provides an array of AVMovieTracks of the asset that present media of the specified media type. @param mediaType The media type according to which the receiver filters its AVMovieTracks. (Media types are defined in AVMediaFormat.h) @result An NSArray of AVMovieTracks; may be empty if no tracks of the specified media type are available. @discussion Becomes callable without blocking when the key @"tracks" has been loaded
57
60
  * @deprecated Use loadTracks(withMediaType:) instead
58
61
  */
59
- tracksWithMediaType$(mediaType: number): _NSArray;
62
+ tracksWithMediaType$(mediaType: _NSString): _NSArray;
60
63
  /**
61
64
  * @method loadTracksWithMediaType:completionHandler: @abstract Loads an array of AVMovieTracks of the asset that present media of the specified media type. @param mediaType The media type according to which AVAsset filters its AVMovieTracks. (Media types are defined in AVMediaFormat.h.) @param completionHandler 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.
62
65
  */
63
- loadTracksWithMediaType$completionHandler$(mediaType: number, completionHandler: NobjcObject): void;
66
+ loadTracksWithMediaType$completionHandler$(mediaType: _NSString, completionHandler: NobjcObject | null): void;
64
67
  /**
65
68
  * @method tracksWithMediaCharacteristic: @abstract Provides an array of AVMovieTracks of the asset that present media with the specified characteristic. @param mediaCharacteristic The media characteristic according to which the receiver filters its AVMovieTracks. (Media characteristics are defined in AVMediaFormat.h) @result An NSArray of AVMovieTracks; may be empty if no tracks with the specified characteristic are available. @discussion Becomes callable without blocking when the key @"tracks" has been loaded
66
69
  * @deprecated Use loadTracks(withMediaCharacteristic:) instead
67
70
  */
68
- tracksWithMediaCharacteristic$(mediaCharacteristic: number): _NSArray;
71
+ tracksWithMediaCharacteristic$(mediaCharacteristic: _NSString): _NSArray;
69
72
  /**
70
73
  * @method loadTracksWithMediaCharacteristic:completionHandler: @abstract Loads an array of AVMovieTracks of the asset that present media with the specified characteristic. @param mediaCharacteristic The media characteristic according to which AVAsset filters its AVMovieTracks. (Media characteristics are defined in AVMediaFormat.h.) @param completionHandler 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.
71
74
  */
72
- loadTracksWithMediaCharacteristic$completionHandler$(mediaCharacteristic: number, completionHandler: NobjcObject): void;
75
+ loadTracksWithMediaCharacteristic$completionHandler$(mediaCharacteristic: _NSString, completionHandler: NobjcObject | null): void;
73
76
  /**
74
77
  * @property URL @abstract The URL with which the instance of AVMovie was initialized; may be nil.
75
78
  */
@@ -95,3 +98,5 @@ export declare class _AVMovie extends _AVAsset {
95
98
  */
96
99
  containsMovieFragments(): boolean;
97
100
  }
101
+ export interface _AVMovie extends _NSCopying, _NSMutableCopying {
102
+ }
@@ -27,8 +27,8 @@ export declare class _AVMutableAudioMixInputParameters extends _AVAudioMixInputP
27
27
  /**
28
28
  * Indicates the trackID of the audio track to which the parameters should be applied.
29
29
  */
30
- trackID(): NobjcObject;
31
- setTrackID$(value: NobjcObject): void;
30
+ trackID(): number;
31
+ setTrackID$(value: number): void;
32
32
  /**
33
33
  * Indicates the processing algorithm used to manage audio pitch at varying rates and for scaled audio edits. Constants for various time pitch algorithms, e.g. AVAudioTimePitchSpectral, are defined in AVAudioProcessingSettings.h. Can be nil, in which case the audioTimePitchAlgorithm set on the AVPlayerItem, AVAssetExportSession, or AVAssetReaderAudioMixOutput on which the AVAudioMix is set will be used for the associated track.
34
34
  */
@@ -6,6 +6,7 @@ import type { _AVCompositionTrack } from "./AVCompositionTrack.js";
6
6
  import type { _AVMutableCompositionTrack } from "./AVMutableCompositionTrack.js";
7
7
  import type { _NSArray } from "../Foundation/NSArray.js";
8
8
  import type { _NSDictionary } from "../Foundation/NSDictionary.js";
9
+ import type { _NSString } from "../Foundation/NSString.js";
9
10
  import type { CGSize } from "../structs/CGSize.js";
10
11
  import type { CMTime } from "../structs/CMTime.js";
11
12
  import type { CMTimeRange } from "../structs/CMTimeRange.js";
@@ -23,11 +24,11 @@ export declare class _AVMutableComposition extends _AVComposition {
23
24
  * Inserts all the tracks of a timeRange of an asset into a composition. Specifies the timeRange of the asset to be inserted. Specifies the asset that contains the tracks that are to be inserted. Only instances of AVURLAsset and AVComposition are supported (AVComposition starting in macOS 10.10 and iOS 8.0). The asset should have its tracks loaded, and the tracks should have their formatDescriptions loaded before invoking this method to avoid blocking. Specifies the time at which the inserted tracks are to be presented by the composition. Describes failures that may be reported to the user, e.g. the asset that was selected for insertion in the composition is restricted by copy-protection. A BOOL value indicating the success of the insertion. You provide a reference to an AVAsset and the timeRange within it that you want to insert. You specify the start time in the destination composition at which the timeRange should be inserted. This method may add new tracks to ensure that all tracks of the asset are represented in the inserted timeRange. Note that the media data for the inserted timeRange will be presented at its natural duration and rate. It can be scaled to a different duration and presented at a different rate via -scaleTimeRange:toDuration:. Existing content at the specified startTime will be pushed out by the duration of timeRange. Note that this operation only inserts one or more track segments into affected AVMutableCompositionTracks; it does not affect the values of other track properties, either to match the corresponding values of tracks in the source asset or for any other purpose.
24
25
  * @deprecated insertTimeRange:ofAsset:atTime:completionHandler:
25
26
  */
26
- insertTimeRange$ofAsset$atTime$error$(timeRange: CMTimeRange, asset: _AVAsset, startTime: CMTime, outError: NobjcObject): boolean;
27
+ insertTimeRange$ofAsset$atTime$error$(timeRange: CMTimeRange, asset: _AVAsset, startTime: CMTime, outError: NobjcObject | null): boolean;
27
28
  /**
28
29
  * Inserts all the tracks of a timeRange of an asset into a composition. Specifies the timeRange of the asset to be inserted. Specifies the asset that contains the tracks that are to be inserted. Only instances of AVURLAsset and AVComposition are supported (AVComposition starting in macOS 10.10 and iOS 8.0). Specifies the time at which the inserted tracks are to be presented by the composition. A block that is invoked when the insertion is complete. If the error parameter is non-nil, it describes a failure that may be reported to the user, e.g. the asset that was selected for insertion in the composition is restricted by copy-protection. You provide a reference to an AVAsset and the timeRange within it that you want to insert. You specify the start time in the destination composition at which the timeRange should be inserted. This method may add new tracks to ensure that all tracks of the asset are represented in the inserted timeRange. Note that the media data for the inserted timeRange will be presented at its natural duration and rate. It can be scaled to a different duration and presented at a different rate via -scaleTimeRange:toDuration:. Existing content at the specified startTime will be pushed out by the duration of timeRange. Note that this operation only inserts one or more track segments into affected AVMutableCompositionTracks; it does not affect the values of other track properties, either to match the corresponding values of tracks in the source asset or for any other purpose.
29
30
  */
30
- insertTimeRange$ofAsset$atTime$completionHandler$(timeRange: CMTimeRange, asset: _AVAsset, startTime: CMTime, completionHandler: NobjcObject): void;
31
+ insertTimeRange$ofAsset$atTime$completionHandler$(timeRange: CMTimeRange, asset: _AVAsset, startTime: CMTime, completionHandler: NobjcObject | null): void;
31
32
  /**
32
33
  * Adds or extends an empty timeRange within all tracks of the composition. Specifies the empty timeRange to be inserted. If you insert an empty timeRange into the composition, any media that was presented during that interval prior to the insertion will be presented instead immediately afterward. You can use this method to reserve an interval in which you want a subsequently created track to present its media. Note that you cannot add empty time ranges to the end of a composition.
33
34
  */
@@ -43,7 +44,7 @@ export declare class _AVMutableComposition extends _AVComposition {
43
44
  /**
44
45
  * Adds an empty track to a mutable composition. The media type of the new track. Specifies the preferred track ID for the new track. If you do not need to specify a preferred track ID, pass kCMPersistentTrackID_Invalid. Otherwise the preferred track ID will be used for the new track, provided that it is not currently in use and has not previously been used. An instance of AVMutableCompositionTrack representing the new track. Its actual trackID is available via its " trackID" key. If the specified preferred track ID is not available, or kCMPersistentTrackID_Invalid was passed in, a unique track ID will be generated.
45
46
  */
46
- addMutableTrackWithMediaType$preferredTrackID$(mediaType: number, preferredTrackID: NobjcObject): _AVMutableCompositionTrack | null;
47
+ addMutableTrackWithMediaType$preferredTrackID$(mediaType: _NSString, preferredTrackID: number): _AVMutableCompositionTrack | null;
47
48
  /**
48
49
  * Removes a track of a mutable composition. A reference to the AVCompositionTrack to be removed. If you retain a reference to the removed track, note that its " composition" key will have the value nil, and the values of its other properties are undefined.
49
50
  */
@@ -55,27 +56,27 @@ export declare class _AVMutableComposition extends _AVComposition {
55
56
  /**
56
57
  * Provides an instance of AVMutableCompositionTrack that represents the track of the specified trackID. The trackID of the requested AVMutableCompositionTrack. An instance of AVMutableCompositionTrack; may be nil if no track of the specified trackID is available. Becomes callable without blocking when the key " tracks" has been loaded
57
58
  */
58
- trackWithTrackID$(trackID: NobjcObject): _AVMutableCompositionTrack | null;
59
+ trackWithTrackID$(trackID: number): _AVMutableCompositionTrack | null;
59
60
  /**
60
61
  * Loads an instance of AVMutableCompositionTrack that represents the track of the specified trackID. The trackID of the requested AVMutableCompositionTrack. 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.
61
62
  */
62
- loadTrackWithTrackID$completionHandler$(trackID: NobjcObject, completionHandler: NobjcObject): void;
63
+ loadTrackWithTrackID$completionHandler$(trackID: number, completionHandler: NobjcObject | null): void;
63
64
  /**
64
65
  * Provides an array of AVMutableCompositionTracks of the asset that present media of the specified media type. The media type according to which the receiver filters its AVMutableCompositionTracks. (Media types are defined in AVMediaFormat.h) An NSArray of AVMutableCompositionTracks; may be empty if no tracks of the specified media type are available. Becomes callable without blocking when the key " tracks" has been loaded
65
66
  */
66
- tracksWithMediaType$(mediaType: number): _NSArray;
67
+ tracksWithMediaType$(mediaType: _NSString): _NSArray;
67
68
  /**
68
69
  * Loads an array of AVMutableCompositionTracks of the asset that present media of the specified media type. The media type according to which AVAsset filters its AVMutableCompositionTracks. (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.
69
70
  */
70
- loadTracksWithMediaType$completionHandler$(mediaType: number, completionHandler: NobjcObject): void;
71
+ loadTracksWithMediaType$completionHandler$(mediaType: _NSString, completionHandler: NobjcObject | null): void;
71
72
  /**
72
73
  * Provides an array of AVMutableCompositionTracks of the asset that present media with the specified characteristic. The media characteristic according to which the receiver filters its AVMutableCompositionTracks. (Media characteristics are defined in AVMediaFormat.h) An NSArray of AVMutableCompositionTracks; may be empty if no tracks with the specified characteristic are available. Becomes callable without blocking when the key " tracks" has been loaded
73
74
  */
74
- tracksWithMediaCharacteristic$(mediaCharacteristic: number): _NSArray;
75
+ tracksWithMediaCharacteristic$(mediaCharacteristic: _NSString): _NSArray;
75
76
  /**
76
77
  * Loads an array of AVMutableCompositionTracks of the asset that present media with the specified characteristic. The media characteristic according to which AVAsset filters its AVMutableCompositionTracks. (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.
77
78
  */
78
- loadTracksWithMediaCharacteristic$completionHandler$(mediaCharacteristic: number, completionHandler: NobjcObject): void;
79
+ loadTracksWithMediaCharacteristic$completionHandler$(mediaCharacteristic: _NSString, completionHandler: NobjcObject | null): void;
79
80
  /** Provides the array of AVMutableCompositionTracks contained by the composition. */
80
81
  tracks(): _NSArray;
81
82
  /**
@@ -14,11 +14,11 @@ export declare class _AVMutableCompositionTrack extends _AVCompositionTrack {
14
14
  /**
15
15
  * @method insertTimeRange:ofTrack:atTime:error: @abstract Inserts a timeRange of a source track into a track of a composition. @param timeRange Specifies the timeRange of the track to be inserted. @param track Specifies the source track to be inserted. Only AVAssetTracks of AVURLAssets and AVCompositions are supported (AVCompositions starting in macOS 10.10 and iOS 8.0). @param startTime Specifies the time at which the inserted track is to be presented by the composition track. You may pass kCMTimeInvalid for startTime to indicate that the timeRange should be appended to the end of the track. @param error Describes failures that may be reported to the user, e.g. the asset that was selected for insertion in the composition is restricted by copy-protection. @result A BOOL value indicating the success of the insertion. @discussion You provide a reference to an AVAssetTrack and the timeRange within it that you want to insert. You specify the start time in the target composition track at which the timeRange should be inserted. Note that the inserted track timeRange will be presented at its natural duration and rate. It can be scaled to a different duration (and presented at a different rate) via -scaleTimeRange:toDuration:.
16
16
  */
17
- insertTimeRange$ofTrack$atTime$error$(timeRange: CMTimeRange, track: _AVAssetTrack, startTime: CMTime, outError: NobjcObject): boolean;
17
+ insertTimeRange$ofTrack$atTime$error$(timeRange: CMTimeRange, track: _AVAssetTrack, startTime: CMTime, outError: NobjcObject | null): boolean;
18
18
  /**
19
19
  * @method insertTimeRanges:ofTracks:atTime:error: @abstract Inserts the timeRanges of multiple source tracks into a track of a composition. @param timeRanges Specifies the timeRanges to be inserted. An NSArray of NSValues containing CMTimeRange. (See +[NSValue valueWithCMTimeRange:] in AVTime.h.) @param tracks Specifies the source tracks to be inserted. Only AVAssetTracks of AVURLAssets and AVCompositions are supported (AVCompositions starting in macOS 10.10 and iOS 8.0). @param startTime Specifies the time at which the inserted tracks are to be presented by the composition track. You may pass kCMTimeInvalid for startTime to indicate that the timeRanges should be appended to the end of the track. @param error Describes failures that may be reported to the user, e.g. the asset that was selected for insertion in the composition is restricted by copy-protection. @result A BOOL value indicating the success of the insertion. @discussion This method is equivalent to (but more efficient than) calling -insertTimeRange:ofTrack:atTime:error: for each timeRange/track pair. If this method returns an error, none of the time ranges will be inserted into the composition track. To specify an empty time range, pass NSNull for the track and a time range of starting at kCMTimeInvalid with a duration of the desired empty edit. This method throws an exception if time ranges and tracks to not have the same array count.
20
20
  */
21
- insertTimeRanges$ofTracks$atTime$error$(timeRanges: _NSArray, tracks: _NSArray, startTime: CMTime, outError: NobjcObject): boolean;
21
+ insertTimeRanges$ofTracks$atTime$error$(timeRanges: _NSArray, tracks: _NSArray, startTime: CMTime, outError: NobjcObject | null): boolean;
22
22
  /**
23
23
  * @method insertEmptyTimeRange: @abstract Adds or extends an empty timeRange within the composition track. @param timeRange Specifies the empty timeRange to be inserted. @discussion If you insert an empty timeRange into the track, any media that was presented during that interval prior to the insertion will be presented instead immediately afterward. The exact meaning of the term "empty timeRange" depends upon the mediaType of the track. For example, an empty timeRange in a sound track presents silence. Note that you cannot add empty time ranges to the end of a composition track.
24
24
  */
@@ -34,7 +34,7 @@ export declare class _AVMutableCompositionTrack extends _AVCompositionTrack {
34
34
  /**
35
35
  * @method validateTrackSegments:error: @abstract Tests an array of AVCompositionTrackSegments to determine whether they conform to the timing rules noted above (see the property key @"trackSegments"). @param trackSegments The array of AVCompositionTrackSegments to be validated. @param error If validation fais, returns information about the failure. @result YES if validation suceeds, otherwise NO. @discussion The array is tested for suitability for setting as the value of the trackSegments property. If a portion of an existing trackSegments array is to be modified, the modification can be made via an instance of NSMutableArray, and the resulting array can be tested via -validateTrackSegments:error:.
36
36
  */
37
- validateTrackSegments$error$(trackSegments: _NSArray, outError: NobjcObject): boolean;
37
+ validateTrackSegments$error$(trackSegments: _NSArray, outError: NobjcObject | null): boolean;
38
38
  /**
39
39
  * @method addTrackAssociationToTrack:type: @abstract Establishes a track association of a specific type between two tracks. @param compositionTrack An AVCompositionTrack object that is to be associated with the receiver. @param trackAssociationType The type of track association to add between the receiver and the specified compositionTrack (for instance, AVTrackAssociationTypeChapterList).
40
40
  */
@@ -46,7 +46,7 @@ export declare class _AVMutableCompositionTrack extends _AVCompositionTrack {
46
46
  /**
47
47
  * @method replaceFormatDescription:withFormatDescription: @abstract Replaces one of the receiver's format descriptions with another format description or cancels a previous replacement. @param originalFormatDescription A CMFormatDescription occurring in the underlying asset track. @param replacementFormatDescription A CMFormatDescription to replace the specified format description or NULL to indicate that a previous replacement of originalFormatDescription should be cancelled. @discussion You can use this method to make surgical changes to a track's format descriptions, such as adding format description extensions to a format description or changing the audio channel layout of an audio track. You should note that a format description can have extensions of type kCMFormatDescriptionExtension_VerbatimSampleDescription and kCMFormatDescriptionExtension_VerbatimISOSampleEntry; if you modify a copy of a format description, you should delete those extensions from the copy or your changes might be ignored. Also note that format description replacements are not transferred when performing editing operations on AVMutableCompositionTrack objects; for instance, inserting a range of a composition track into another composition track does not transfer any replacement format descriptions. This method throws an exception if the media type of the replacement does not match the original format description.
48
48
  */
49
- replaceFormatDescription$withFormatDescription$(originalFormatDescription: NobjcObject, replacementFormatDescription: NobjcObject): void;
49
+ replaceFormatDescription$withFormatDescription$(originalFormatDescription: NobjcObject, replacementFormatDescription: NobjcObject | null): void;
50
50
  /**
51
51
  * @property enabled @abstract Specifies whether the track is enabled or disabled. Default is YES.
52
52
  */
@@ -55,8 +55,8 @@ export declare class _AVMutableCompositionTrack extends _AVCompositionTrack {
55
55
  /**
56
56
  * @property naturalTimeScale @abstract Indicates a timescale in which time values for the track can be operated upon without extraneous numerical conversion. @discussion If not set, the value is the naturalTimeScale of the first non-empty edit, or 600 if there are no non-empty edits. Set to 0 to revert to default behavior.
57
57
  */
58
- naturalTimeScale(): NobjcObject;
59
- setNaturalTimeScale$(value: NobjcObject): void;
58
+ naturalTimeScale(): number;
59
+ setNaturalTimeScale$(value: number): void;
60
60
  /**
61
61
  * @property languageCode @abstract Indicates the language associated with the track, as an ISO 639-2/T language code. @discussion The default value is nil.
62
62
  */
@@ -15,8 +15,8 @@ export declare class _AVMutableMetadataItem extends _AVMetadataItem {
15
15
  /**
16
16
  * Indicates the identifier of the metadata item. Publicly defined identifiers are declared in AVMetadataIdentifiers.h. This property throws an exception if identifier is not of the form \"<keySpace>/<key>\".
17
17
  */
18
- identifier(): number | null;
19
- setIdentifier$(value: number | null): void;
18
+ identifier(): _NSString | null;
19
+ setIdentifier$(value: _NSString | null): void;
20
20
  /**
21
21
  * indicates the IETF BCP 47 (RFC 4646) language identifier of the metadata item; may be nil if no language tag information is available
22
22
  */
@@ -52,8 +52,8 @@ export declare class _AVMutableMetadataItem extends _AVMetadataItem {
52
52
  /**
53
53
  * Indicates the keyspace of the metadata item's key; this will typically be the default keyspace for the metadata container in which the metadata item is stored.
54
54
  */
55
- keySpace(): number | null;
56
- setKeySpace$(value: number | null): void;
55
+ keySpace(): _NSString | null;
56
+ setKeySpace$(value: _NSString | null): void;
57
57
  /**
58
58
  * Indicates the key of the metadata item. Metadata item keys that are not instances NSString, NSNumber, or NSData cannot be converted to metadata identifiers; they also cannot be written to media resources via AVAssetExportSession or AVAssetWriter.
59
59
  */
@@ -9,6 +9,7 @@ import type { _NSArray } from "../Foundation/NSArray.js";
9
9
  import type { _NSData } from "../Foundation/NSData.js";
10
10
  import type { _NSDictionary } from "../Foundation/NSDictionary.js";
11
11
  import type { _NSLocale } from "../Foundation/NSLocale.js";
12
+ import type { _NSString } from "../Foundation/NSString.js";
12
13
  import type { _NSURL } from "../Foundation/NSURL.js";
13
14
  import type { CGAffineTransform } from "../structs/CGAffineTransform.js";
14
15
  import type { CMTime } from "../structs/CMTime.js";
@@ -21,31 +22,31 @@ export declare class _AVMutableMovie extends _AVMovie {
21
22
  /**
22
23
  * @method movieWithURL:options:error: @abstract Creates an AVMutableMovie object from a movie header stored in a QuickTime movie file or ISO base media file. @param URL An NSURL object that specifies a file containing a movie header. @param options An NSDictionary object that contains keys for specifying options for the initialization of the AVMutableMovie object. @param outError If an error occurs creating a movie, describes the nature of the failure. @result An AVMutableMovie object @discussion By default, the defaultMediaDataStorage property will be nil and each associated AVMutableMovieTrack's mediaDataStorage property will be nil. If you want to create an AVMutableMovie from a file and then append sample buffers to any of its tracks, you must first set one of these properties to indicate where the sample data should be written.
23
24
  */
24
- static movieWithURL$options$error$(URL: _NSURL, options: _NSDictionary | null, outError: NobjcObject): _AVMutableMovie | null;
25
+ static movieWithURL$options$error$(URL: _NSURL, options: _NSDictionary | null, outError: NobjcObject | null): _AVMutableMovie | null;
25
26
  /**
26
27
  * @method movieWithData:options:error: @abstract Creates an AVMutableMovie object from a movie header stored in an NSData object. @param data An NSData object containing a movie header. @param options An NSDictionary object that contains keys for specifying options for the initialization of the AVMutableMovie object. @param outError If an error occurs creating a movie, describes the nature of the failure. @result An AVMutableMovie object @discussion You can use this method to operate on movie headers that are not stored in files. In general you should avoid loading an entire movie file with its media data into an instance of NSData! By default, the defaultMediaDataStorage property will be nil and each associated AVMutableMovieTrack's mediaDataStorage property will be nil. If you want to create an AVMutableMovie from an NSData object and then append sample buffers to any of its tracks, you must first set one of these properties to indicate where the sample data should be written.
27
28
  */
28
- static movieWithData$options$error$(data: _NSData, options: _NSDictionary | null, outError: NobjcObject): _AVMutableMovie | null;
29
+ static movieWithData$options$error$(data: _NSData, options: _NSDictionary | null, outError: NobjcObject | null): _AVMutableMovie | null;
29
30
  /**
30
31
  * @method movieWithSettingsFromMovie:options:error: @abstract Creates an AVMutableMovie object without tracks (and therefore without media). @param movie If you wish to transfer settings from an existing movie (including movie userdata and metadata, preferred rate, preferred volume, etc.), pass a reference to an AVMovie object representing that movie. Otherwise pass nil. The userdata and metadata from the source movie may need to be converted if the format of that movie differs from fileType; you may wish to inspect the userdata or metadata of the receiver to ensure that important data was copied. @param options An NSDictionary object that contains keys for specifying options for the initialization of the AVMutableMovie object. Pass nil for default initialization behavior. @param outError If an error occurs creating a movie, describes the nature of the failure. @result An AVMutableMovie object @discussion By default, the defaultMediaDataStorage property will be nil and each associated AVMovieTrack's mediaDataStorage property will be nil. If you want to create an AVMutableMovie from an NSData object and then append sample buffers to any of its tracks, you must first set one of these properties to indicate where the sample data should be written.
31
32
  */
32
- static movieWithSettingsFromMovie$options$error$(movie: _AVMovie | null, options: _NSDictionary | null, outError: NobjcObject): _AVMutableMovie | null;
33
+ static movieWithSettingsFromMovie$options$error$(movie: _AVMovie | null, options: _NSDictionary | null, outError: NobjcObject | null): _AVMutableMovie | null;
33
34
  /**
34
35
  * @method initWithURL:options:error: @abstract Creates an AVMutableMovie object from a movie header stored in a QuickTime movie file or ISO base media file. @param URL An NSURL object that specifies a file containing a movie header. @param options An NSDictionary object that contains keys for specifying options for the initialization of the AVMutableMovie object. @param outError If an error occurs creating a movie, describes the nature of the failure. @result An AVMutableMovie object @discussion By default, the defaultMediaDataStorage property will be nil and each associated AVMutableMovieTrack's mediaDataStorage property will be nil. If you want to create an AVMutableMovie from a file and then append sample buffers to any of its tracks, you must first set one of these properties to indicate where the sample data should be written.
35
36
  */
36
- initWithURL$options$error$(URL: _NSURL, options: _NSDictionary | null, outError: NobjcObject): _AVMutableMovie | null;
37
+ initWithURL$options$error$(URL: _NSURL, options: _NSDictionary | null, outError: NobjcObject | null): _AVMutableMovie | null;
37
38
  /**
38
39
  * @method initWithData:options:error: @abstract Creates an AVMutableMovie object from a movie header stored in an NSData object. @param data An NSData object containing a movie header. @param options An NSDictionary object that contains keys for specifying options for the initialization of the AVMutableMovie object. @param outError If an error occurs creating a movie, describes the nature of the failure. @result An AVMutableMovie object @discussion You can use this method to operate on movie headers that are not stored in files. In general you should avoid loading an entire movie file with its media data into an instance of NSData! By default, the defaultMediaDataStorage property will be nil and each associated AVMutableMovieTrack's mediaDataStorage property will be nil. If you want to create an AVMutableMovie from an NSData object and then append sample buffers to any of its tracks, you must first set one of these properties to indicate where the sample data should be written.
39
40
  */
40
- initWithData$options$error$(data: _NSData, options: _NSDictionary | null, outError: NobjcObject): _AVMutableMovie | null;
41
+ initWithData$options$error$(data: _NSData, options: _NSDictionary | null, outError: NobjcObject | null): _AVMutableMovie | null;
41
42
  /**
42
43
  * @method initWithSettingsFromMovie:options:error: @abstract Creates an AVMutableMovie object without tracks (and therefore without media). @param movie If you wish to transfer settings from an existing movie (including movie userdata and metadata, preferred rate, preferred volume, etc.), pass a reference to an AVMovie object representing that movie. Otherwise pass nil. The userdata and metadata from the source movie may need to be converted if the format of that movie differs from fileType; you may wish to inspect the userdata or metadata of the receiver to ensure that important data was copied. @param options An NSDictionary object that contains keys for specifying options for the initialization of the AVMutableMovie object. Pass nil for default initialization behavior. @param outError If an error occurs creating a movie, describes the nature of the failure. @result An AVMutableMovie object @discussion By default, the defaultMediaDataStorage property will be nil and each associated AVMovieTrack's mediaDataStorage property will be nil. If you want to create an AVMutableMovie from an NSData object and then append sample buffers to any of its tracks, you must first set one of these properties to indicate where the sample data should be written.
43
44
  */
44
- initWithSettingsFromMovie$options$error$(movie: _AVMovie | null, options: _NSDictionary | null, outError: NobjcObject): _AVMutableMovie | null;
45
+ initWithSettingsFromMovie$options$error$(movie: _AVMovie | null, options: _NSDictionary | null, outError: NobjcObject | null): _AVMutableMovie | null;
45
46
  /**
46
47
  * @method insertTimeRange:ofAsset:atTime:copySampleData:error: @abstract Inserts all the tracks of a timeRange of an asset into a movie. @param timeRange The time range of the asset to be inserted. @param asset An AVAsset object indicating the source of the inserted media. Only instances of AVURLAsset and AVComposition are supported. Must not be nil. @param startTime The time in the target movie at which the media is to be inserted. @param copySampleData A BOOL value that indicates whether sample data is to be copied from the source to the destination during edits. If YES, the sample data is written to the location specified by the track property mediaDataStorage if non-nil, or else by the movie property defaultMediaDataStorage if non-nil; if both are nil, the method will fail and return NO. If NO, sample data will not be written and sample references to the samples in their original container will be added as necessary. Note that in this case, this method will fail if the source AVAsset is not able to provide sample reference information for the original container. @param outError If the insertion fails, an NSError object that describes the nature of the failure. @result A BOOL value that indicates the success of the insertion. @discussion This method may add new tracks to the target movie to ensure that all tracks of the asset are represented in the inserted timeRange. Existing content at the specified startTime will be pushed out by the duration of timeRange. Note that metadata will not be automatically copied.
47
48
  */
48
- insertTimeRange$ofAsset$atTime$copySampleData$error$(timeRange: CMTimeRange, asset: _AVAsset, startTime: CMTime, copySampleData: boolean, outError: NobjcObject): boolean;
49
+ insertTimeRange$ofAsset$atTime$copySampleData$error$(timeRange: CMTimeRange, asset: _AVAsset, startTime: CMTime, copySampleData: boolean, outError: NobjcObject | null): boolean;
49
50
  /**
50
51
  * @method insertEmptyTimeRange: @abstract Adds an empty time range to the target movie. @param timeRange The time range to be made empty. Note that you cannot add empty time ranges to the end of a movie.
51
52
  */
@@ -65,7 +66,7 @@ export declare class _AVMutableMovie extends _AVMovie {
65
66
  /**
66
67
  * @method addMutableTrackWithMediaType:copySettingsFromTrack:options: @abstract Adds an empty track to the target movie. @param mediaType The media type of the new track (e.g. AVMediaTypeVideo for a video track). @param track If you wish to transfer settings from an existing track, including width, height, preferred volume, etc., pass a reference to an AVAssetTrack representing that track. Otherwise pass nil. @param options An NSDictionary object that contains keys for specifying options for the initialization of the new AVMutableMovieTrack object. Pass nil for default initialization behavior. @result An AVMutableMovieTrack object @discussion The trackID of the newly added track is a property of the returned instance of AVMutableMovieTrack. This method throws an exception if media type is not equal to the track's media type, or if any option is invalid. Note that metadata will not be automatically copied.
67
68
  */
68
- addMutableTrackWithMediaType$copySettingsFromTrack$options$(mediaType: number, track: _AVAssetTrack | null, options: _NSDictionary | null): _AVMutableMovieTrack | null;
69
+ addMutableTrackWithMediaType$copySettingsFromTrack$options$(mediaType: _NSString, track: _AVAssetTrack | null, options: _NSDictionary | null): _AVMutableMovieTrack | null;
69
70
  /**
70
71
  * @method addMutableTracksCopyingSettingsFromTracks:options: @abstract Adds one or more empty tracks to the target movie, copying track settings from the source tracks. @param existingTracks An array of AVAssetTrack objects. @param options An NSDictionary object that contains keys for specifying options for the initialization of the new AVMutableMovieTrack objects. Pass nil for default initialization behavior. @result An array of AVMutableMovieTrack objects; the index of a track in this array is the same as the index of its source track in the existingTracks array. @discussion This method creates one or more empty tracks in the target movie and configures those tracks with settings (such as track userdata and metadata, width, height, and preferred volume) copied from the source tracks in the existingTracks array. Also, properties involving pairs of tracks (such as track references) are copied from the source tracks to the target tracks. This method throws an exception if any option is invalid.
71
72
  */
@@ -77,32 +78,32 @@ export declare class _AVMutableMovie extends _AVMovie {
77
78
  /**
78
79
  * @method trackWithTrackID: @abstract Provides an instance of AVMutableMovieTrack that represents the track of the specified trackID. @param trackID The trackID of the requested AVMutableMovieTrack. @result An instance of AVMutableMovieTrack; may be nil if no track of the specified trackID is available. @discussion Becomes callable without blocking when the key @"tracks" has been loaded
79
80
  */
80
- trackWithTrackID$(trackID: NobjcObject): _AVMutableMovieTrack | null;
81
+ trackWithTrackID$(trackID: number): _AVMutableMovieTrack | null;
81
82
  /**
82
83
  * @method loadTrackWithTrackID:completionHandler: @abstract Loads an instance of AVMutableMovieTrack that represents the track of the specified trackID. @param trackID The trackID of the requested AVMutableMovieTrack. @param completionHandler 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.
83
84
  */
84
- loadTrackWithTrackID$completionHandler$(trackID: NobjcObject, completionHandler: NobjcObject): void;
85
+ loadTrackWithTrackID$completionHandler$(trackID: number, completionHandler: NobjcObject | null): void;
85
86
  /**
86
87
  * @method tracksWithMediaType: @abstract Provides an array of AVMutableMovieTracks of the asset that present media of the specified media type. @param mediaType The media type according to which the receiver filters its AVMutableMovieTracks. (Media types are defined in AVMediaFormat.h) @result An NSArray of AVMutableMovieTracks; may be empty if no tracks of the specified media type are available. @discussion Becomes callable without blocking when the key @"tracks" has been loaded
87
88
  */
88
- tracksWithMediaType$(mediaType: number): _NSArray;
89
+ tracksWithMediaType$(mediaType: _NSString): _NSArray;
89
90
  /**
90
91
  * @method loadTracksWithMediaType:completionHandler: @abstract Loads an array of AVMutableMovieTracks of the asset that present media of the specified media type. @param mediaType The media type according to which AVAsset filters its AVMutableMovieTracks. (Media types are defined in AVMediaFormat.h.) @param completionHandler 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.
91
92
  */
92
- loadTracksWithMediaType$completionHandler$(mediaType: number, completionHandler: NobjcObject): void;
93
+ loadTracksWithMediaType$completionHandler$(mediaType: _NSString, completionHandler: NobjcObject | null): void;
93
94
  /**
94
95
  * @method tracksWithMediaCharacteristic: @abstract Provides an array of AVMutableMovieTracks of the asset that present media with the specified characteristic. @param mediaCharacteristic The media characteristic according to which the receiver filters its AVMutableMovieTracks. (Media characteristics are defined in AVMediaFormat.h) @result An NSArray of AVMutableMovieTracks; may be empty if no tracks with the specified characteristic are available. @discussion Becomes callable without blocking when the key @"tracks" has been loaded
95
96
  */
96
- tracksWithMediaCharacteristic$(mediaCharacteristic: number): _NSArray;
97
+ tracksWithMediaCharacteristic$(mediaCharacteristic: _NSString): _NSArray;
97
98
  /**
98
99
  * @method loadTracksWithMediaCharacteristic:completionHandler: @abstract Loads an array of AVMutableMovieTracks of the asset that present media with the specified characteristic. @param mediaCharacteristic The media characteristic according to which AVAsset filters its AVMutableMovieTracks. (Media characteristics are defined in AVMediaFormat.h.) @param completionHandler 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.
99
100
  */
100
- loadTracksWithMediaCharacteristic$completionHandler$(mediaCharacteristic: number, completionHandler: NobjcObject): void;
101
+ loadTracksWithMediaCharacteristic$completionHandler$(mediaCharacteristic: _NSString, completionHandler: NobjcObject | null): void;
101
102
  metadataForFormat$(format: AVMetadataFormat): _NSArray;
102
103
  chapterMetadataGroupsWithTitleLocale$containingItemsWithCommonKeys$(locale: _NSLocale, commonKeys: _NSArray | null): _NSArray;
103
104
  chapterMetadataGroupsBestMatchingPreferredLanguages$(preferredLanguages: _NSArray): _NSArray;
104
- mediaSelectionGroupForMediaCharacteristic$(mediaCharacteristic: number): _AVMediaSelectionGroup | null;
105
- unusedTrackID(): NobjcObject;
105
+ mediaSelectionGroupForMediaCharacteristic$(mediaCharacteristic: _NSString): _AVMediaSelectionGroup | null;
106
+ unusedTrackID(): number;
106
107
  /**
107
108
  * @property preferredRate @abstract The natural rate at which the movie is to be played; often but not always 1.0.
108
109
  */
@@ -121,8 +122,8 @@ export declare class _AVMutableMovie extends _AVMovie {
121
122
  /**
122
123
  * @property timescale @abstract For file types that contain a 'moov' atom, such as QuickTime Movie files, specifies the time scale of the movie. @discussion The default movie time scale is 600. In certain cases, you may want to set this to a different value. For instance, a movie that contains a single audio track should typically have the movie time scale set to the media time scale of that track. This property should be set on a new empty movie before any edits are performed on the movie.
123
124
  */
124
- timescale(): NobjcObject;
125
- setTimescale$(value: NobjcObject): void;
125
+ timescale(): number;
126
+ setTimescale$(value: number): void;
126
127
  /**
127
128
  * @property tracks @abstract The tracks in a mutable movie. @discussion The value of this property is an array of tracks the mutable movie contains; the tracks are of type AVMutableMovieTrack.
128
129
  */
@@ -18,7 +18,7 @@ export declare class _AVMutableMovieTrack extends _AVMovieTrack {
18
18
  /**
19
19
  * Inserts a portion of an AVAssetTrack object into the target movie. The time range from the track from which media is to be inserted. An AVAssetTrack object indicating the source of the inserted media. Only AVAssetTracks of AVURLAssets and AVCompositions are supported. Must not be nil. The time in the target track at which the media is to be inserted. A BOOL value that indicates whether sample data is to be copied from the source to the destination during edits. If YES, the sample data is written to the file specified by the track property mediaDataStorage if non-nil, or else by the movie property defaultMediaDataStorage if non-nil; if both are nil, the method will fail and return NO. If NO, sample data will not be written and sample references to the samples in their original container will be added as necessary. Note that in this case, this method will fail if the original samples are fragmented. If the insertion fails, describes the nature of the failure. A BOOL value that indicates the success of the insertion.
20
20
  */
21
- insertTimeRange$ofTrack$atTime$copySampleData$error$(timeRange: CMTimeRange, track: _AVAssetTrack, startTime: CMTime, copySampleData: boolean, outError: NobjcObject): boolean;
21
+ insertTimeRange$ofTrack$atTime$copySampleData$error$(timeRange: CMTimeRange, track: _AVAssetTrack, startTime: CMTime, copySampleData: boolean, outError: NobjcObject | null): boolean;
22
22
  /**
23
23
  * Adds an empty time range to the target track. The time range to be made empty. Note that you cannot add empty time ranges to the end of a track.
24
24
  */
@@ -45,12 +45,12 @@ export declare class _AVMutableMovieTrack extends _AVMovieTrack {
45
45
  * Appends sample data to a media file and adds sample references for the added data to a track's media sample tables. The CMSampleBuffer to be appended; this may be obtained from an instance of AVAssetReader. A pointer to a CMTime structure to receive the decode time in the media of the first sample appended from the sample buffer. Pass NULL if you do not need this information. A pointer to a CMTime structure to receive the presentation time in the media of the first sample appended from the sample buffer. Pass NULL if you do not need this information. If the appending fails, describes the nature of the failure. For example, if the device containing the track's media data storage is full, AVErrorDiskFull is returned. A BOOL value indicating the success of the operation. If the sample buffer carries sample data, the sample data is written to the container specified by the track property mediaDataStorage if non-nil, or else by the movie property defaultMediaDataStorage if non-nil, and sample references will be appended to the track's media. If both media data storage properties are nil, the method will fail and return NO. If the sample buffer carries sample references only, sample data will not be written and sample references to the samples in their original container will be appended to the track's media as necessary. Note regarding sample timing: in a track's media, the first sample's decode timestamp must always be zero. For an audio track, each sample buffer's duration is used as the sample decode duration. For other track types, difference between a sample's decode timestamp and the following sample's decode timestamp is used as the first sample's decode duration, so as to preserve the relative timing. Note that this method does not modify the track's sourceTimeMappings but only appends sample references and sample data to the track's media. To make the new samples appear in the track's timeline, invoke -insertMediaTimeRange:intoTimeRange:. You can retrieve the mediaPresentationTimeRange property before and after appending a sequence of samples, using CMTimeRangeGetEnd on each to calculate the media TimeRange for -insertMediaTimeRange:intoTimeRange:. It's safe for multiple threads to call this method on different tracks at once. This method throws an exception for any of the following reasons: - the sample buffer's media type does not match the track's media type - the sample buffer contains image buffers (must contain encoded video) - the sample buffer contains caption groups (must contain encoded media data)
46
46
  * @deprecated Use append(_:) instead
47
47
  */
48
- appendSampleBuffer$decodeTime$presentationTime$error$(sampleBuffer: NobjcObject, outDecodeTime: NobjcObject, outPresentationTime: NobjcObject, outError: NobjcObject): boolean;
48
+ appendSampleBuffer$decodeTime$presentationTime$error$(sampleBuffer: NobjcObject, outDecodeTime: NobjcObject | null, outPresentationTime: NobjcObject | null, outError: NobjcObject | null): boolean;
49
49
  /**
50
50
  * Inserts a reference to a media time range into a track. The presentation time range of the media to be inserted. The time range of the track into which the media is to be inserted. A BOOL value indicating the success of the operation. Use this method after you have appended samples or sample references to a track's media. To specify that the media time range be played at its natural rate, pass mediaTimeRange.duration == trackTimeRange.duration; otherwise, the ratio between these is used to determine the playback rate. Pass kCMTimeInvalid for trackTimeRange.start to indicate that the segment should be appended to the end of the track.
51
51
  */
52
52
  insertMediaTimeRange$intoTimeRange$(mediaTimeRange: CMTimeRange, trackTimeRange: CMTimeRange): boolean;
53
- hasMediaCharacteristic$(mediaCharacteristic: number): boolean;
53
+ hasMediaCharacteristic$(mediaCharacteristic: _NSString): boolean;
54
54
  segmentForTrackTime$(trackTime: CMTime): _AVAssetTrackSegment | null;
55
55
  samplePresentationTimeForTrackTime$(trackTime: CMTime): CMTime;
56
56
  metadataForFormat$(format: AVMetadataFormat): _NSArray;
@@ -80,8 +80,8 @@ export declare class _AVMutableMovieTrack extends _AVMovieTrack {
80
80
  /**
81
81
  * For file types that contain a 'moov' atom, such as QuickTime Movie files, specifies the time scale of the track's media. The default media time scale is 0. This property should be set on a new empty track before any edits are performed on the track.
82
82
  */
83
- timescale(): NobjcObject;
84
- setTimescale$(value: NobjcObject): void;
83
+ timescale(): number;
84
+ setTimescale$(value: number): void;
85
85
  /**
86
86
  * The language associated with the track. The value of this property is an ISO 639-2/T language code indicating the language associated with the track; may be nil if no language is indicated.
87
87
  */