objcjs-types 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2025) hide show
  1. package/README.md +85 -3
  2. package/bin/objcjs-types.ts +31 -0
  3. package/dist/AVFAudio/AVAudioBuffer.d.ts +4 -0
  4. package/dist/AVFAudio/AVSpeechSynthesisMarker.d.ts +2 -1
  5. package/dist/AVFAudio/AVSpeechSynthesisProviderRequest.d.ts +2 -1
  6. package/dist/AVFAudio/AVSpeechSynthesisProviderVoice.d.ts +2 -1
  7. package/dist/AVFAudio/AVSpeechUtterance.d.ts +2 -1
  8. package/dist/AVFoundation/AVAsset.d.ts +2 -1
  9. package/dist/AVFoundation/AVAssetDownloadContentConfiguration.d.ts +3 -0
  10. package/dist/AVFoundation/AVAssetDownloadStorageManagementPolicy.d.ts +4 -0
  11. package/dist/AVFoundation/AVAssetTrack.d.ts +2 -1
  12. package/dist/AVFoundation/AVAssetTrackGroup.d.ts +3 -0
  13. package/dist/AVFoundation/AVAssetVariantQualifier.d.ts +3 -0
  14. package/dist/AVFoundation/AVAsynchronousCIImageFilteringRequest.d.ts +3 -0
  15. package/dist/AVFoundation/AVAsynchronousVideoCompositionRequest.d.ts +3 -0
  16. package/dist/AVFoundation/AVAudioMix.d.ts +4 -0
  17. package/dist/AVFoundation/AVAudioMixInputParameters.d.ts +4 -0
  18. package/dist/AVFoundation/AVCaption.d.ts +3 -1
  19. package/dist/AVFoundation/AVCaptionRegion.d.ts +3 -0
  20. package/dist/AVFoundation/AVCaptionRendererScene.d.ts +3 -0
  21. package/dist/AVFoundation/AVCaptionRuby.d.ts +2 -1
  22. package/dist/AVFoundation/AVCapturePhotoSettings.d.ts +3 -0
  23. package/dist/AVFoundation/AVCaptureTimecodeSource.d.ts +3 -0
  24. package/dist/AVFoundation/AVComposition.d.ts +3 -0
  25. package/dist/AVFoundation/AVCustomMediaSelectionScheme.d.ts +3 -0
  26. package/dist/AVFoundation/AVDateRangeMetadataGroup.d.ts +4 -0
  27. package/dist/AVFoundation/AVMediaExtensionProperties.d.ts +3 -0
  28. package/dist/AVFoundation/AVMediaPresentationSelector.d.ts +3 -0
  29. package/dist/AVFoundation/AVMediaPresentationSetting.d.ts +3 -0
  30. package/dist/AVFoundation/AVMediaSelection.d.ts +4 -0
  31. package/dist/AVFoundation/AVMediaSelectionGroup.d.ts +3 -0
  32. package/dist/AVFoundation/AVMediaSelectionOption.d.ts +3 -0
  33. package/dist/AVFoundation/AVMetadataBodyObject.d.ts +3 -0
  34. package/dist/AVFoundation/AVMetadataCatBodyObject.d.ts +3 -0
  35. package/dist/AVFoundation/AVMetadataCatHeadObject.d.ts +3 -0
  36. package/dist/AVFoundation/AVMetadataDogBodyObject.d.ts +3 -0
  37. package/dist/AVFoundation/AVMetadataDogHeadObject.d.ts +3 -0
  38. package/dist/AVFoundation/AVMetadataFaceObject.d.ts +3 -0
  39. package/dist/AVFoundation/AVMetadataHumanBodyObject.d.ts +3 -0
  40. package/dist/AVFoundation/AVMetadataHumanFullBodyObject.d.ts +3 -0
  41. package/dist/AVFoundation/AVMetadataItem.d.ts +3 -0
  42. package/dist/AVFoundation/AVMetadataSalientObject.d.ts +3 -0
  43. package/dist/AVFoundation/AVMovie.d.ts +4 -0
  44. package/dist/AVFoundation/AVPlayerInterstitialEvent.d.ts +3 -0
  45. package/dist/AVFoundation/AVPlayerItemAccessLog.d.ts +3 -0
  46. package/dist/AVFoundation/AVPlayerItemAccessLogEvent.d.ts +3 -0
  47. package/dist/AVFoundation/AVPlayerItemErrorLog.d.ts +3 -0
  48. package/dist/AVFoundation/AVPlayerItemErrorLogEvent.d.ts +3 -0
  49. package/dist/AVFoundation/AVSampleCursor.d.ts +3 -0
  50. package/dist/AVFoundation/AVTextStyleRule.d.ts +3 -0
  51. package/dist/AVFoundation/AVTimedMetadataGroup.d.ts +4 -0
  52. package/dist/AVFoundation/AVVideoComposition.d.ts +4 -0
  53. package/dist/AVFoundation/AVVideoCompositionInstruction.d.ts +3 -1
  54. package/dist/AVFoundation/AVVideoCompositionLayerInstruction.d.ts +3 -1
  55. package/dist/AVFoundation/AVVideoOutputSpecification.d.ts +3 -0
  56. package/dist/AVFoundation/functions.d.ts +21 -0
  57. package/dist/AVFoundation/functions.js +32 -0
  58. package/dist/AVFoundation/index.d.ts +1 -0
  59. package/dist/AVFoundation/index.js +1 -0
  60. package/dist/Accessibility/AXBrailleMap.d.ts +2 -1
  61. package/dist/Accessibility/AXBrailleTable.d.ts +2 -1
  62. package/dist/Accessibility/AXBrailleTranslationResult.d.ts +2 -1
  63. package/dist/Accessibility/AXCategoricalDataAxisDescriptor.d.ts +3 -0
  64. package/dist/Accessibility/AXChartDescriptor.d.ts +3 -0
  65. package/dist/Accessibility/AXCustomContent.d.ts +2 -1
  66. package/dist/Accessibility/AXDataPoint.d.ts +3 -0
  67. package/dist/Accessibility/AXDataPointValue.d.ts +3 -0
  68. package/dist/Accessibility/AXDataSeriesDescriptor.d.ts +3 -0
  69. package/dist/Accessibility/AXNumericDataAxisDescriptor.d.ts +3 -0
  70. package/dist/Accessibility/AXRequest.d.ts +2 -1
  71. package/dist/Accessibility/functions.d.ts +16 -0
  72. package/dist/Accessibility/functions.js +35 -0
  73. package/dist/Accessibility/index.d.ts +1 -0
  74. package/dist/Accessibility/index.js +1 -0
  75. package/dist/AddressBook/ABMultiValue.d.ts +3 -1
  76. package/dist/AddressBook/functions.d.ts +98 -0
  77. package/dist/AddressBook/functions.js +290 -0
  78. package/dist/AddressBook/index.d.ts +1 -0
  79. package/dist/AddressBook/index.js +1 -0
  80. package/dist/AppKit/NSAccessibilityCustomAction.d.ts +1 -6
  81. package/dist/AppKit/NSAccessibilityCustomRotorItemResult.d.ts +13 -1
  82. package/dist/AppKit/NSAccessibilityElementLoading.d.ts +13 -1
  83. package/dist/AppKit/NSAdaptiveImageGlyph.d.ts +2 -1
  84. package/dist/AppKit/NSAnimation.d.ts +3 -0
  85. package/dist/AppKit/NSBezierPath.d.ts +2 -1
  86. package/dist/AppKit/NSBindingSelectionMarker.d.ts +3 -0
  87. package/dist/AppKit/NSCell.d.ts +2 -1
  88. package/dist/AppKit/NSCollectionLayoutAnchor.d.ts +3 -0
  89. package/dist/AppKit/NSCollectionLayoutBoundarySupplementaryItem.d.ts +3 -0
  90. package/dist/AppKit/NSCollectionLayoutDecorationItem.d.ts +3 -0
  91. package/dist/AppKit/NSCollectionLayoutDimension.d.ts +3 -0
  92. package/dist/AppKit/NSCollectionLayoutEdgeSpacing.d.ts +3 -0
  93. package/dist/AppKit/NSCollectionLayoutGroup.d.ts +3 -0
  94. package/dist/AppKit/NSCollectionLayoutGroupCustomItem.d.ts +3 -0
  95. package/dist/AppKit/NSCollectionLayoutItem.d.ts +3 -0
  96. package/dist/AppKit/NSCollectionLayoutSection.d.ts +3 -0
  97. package/dist/AppKit/NSCollectionLayoutSize.d.ts +3 -0
  98. package/dist/AppKit/NSCollectionLayoutSpacing.d.ts +3 -0
  99. package/dist/AppKit/NSCollectionLayoutSupplementaryItem.d.ts +3 -0
  100. package/dist/AppKit/NSCollectionViewCompositionalLayoutConfiguration.d.ts +3 -0
  101. package/dist/AppKit/NSCollectionViewItem.d.ts +2 -1
  102. package/dist/AppKit/NSCollectionViewLayoutAttributes.d.ts +3 -0
  103. package/dist/AppKit/NSColor.d.ts +2 -1
  104. package/dist/AppKit/NSDataAsset.d.ts +3 -0
  105. package/dist/AppKit/NSDiffableDataSourceSnapshot.d.ts +3 -0
  106. package/dist/AppKit/NSEvent.d.ts +2 -1
  107. package/dist/AppKit/NSFont.d.ts +2 -1
  108. package/dist/AppKit/NSFontCollection.d.ts +3 -1
  109. package/dist/AppKit/NSFontDescriptor.d.ts +2 -1
  110. package/dist/AppKit/NSGlyphInfo.d.ts +2 -1
  111. package/dist/AppKit/NSGradient.d.ts +3 -0
  112. package/dist/AppKit/NSImage.d.ts +2 -1
  113. package/dist/AppKit/NSImageCell.d.ts +3 -0
  114. package/dist/AppKit/NSImageRep.d.ts +3 -0
  115. package/dist/AppKit/NSImageSymbolConfiguration.d.ts +2 -1
  116. package/dist/AppKit/NSLayoutAnchor.d.ts +2 -1
  117. package/dist/AppKit/NSMenu.d.ts +2 -1
  118. package/dist/AppKit/NSMenuItem.d.ts +2 -1
  119. package/dist/AppKit/NSMenuItemBadge.d.ts +3 -0
  120. package/dist/AppKit/NSPDFInfo.d.ts +2 -1
  121. package/dist/AppKit/NSParagraphStyle.d.ts +3 -1
  122. package/dist/AppKit/NSPredicateEditorRowTemplate.d.ts +2 -1
  123. package/dist/AppKit/NSPrintInfo.d.ts +3 -0
  124. package/dist/AppKit/NSPrinter.d.ts +2 -1
  125. package/dist/AppKit/NSRulerMarker.d.ts +2 -0
  126. package/dist/AppKit/NSScrubberLayoutAttributes.d.ts +3 -0
  127. package/dist/AppKit/NSShadow.d.ts +2 -1
  128. package/dist/AppKit/NSSharingCollaborationModeRestriction.d.ts +2 -1
  129. package/dist/AppKit/NSSliderAccessoryBehavior.d.ts +2 -1
  130. package/dist/AppKit/NSSound.d.ts +2 -1
  131. package/dist/AppKit/NSTableViewRowAction.d.ts +3 -0
  132. package/dist/AppKit/NSText.d.ts +3 -1
  133. package/dist/AppKit/NSTextBlock.d.ts +2 -1
  134. package/dist/AppKit/NSTextList.d.ts +3 -0
  135. package/dist/AppKit/NSTextTab.d.ts +2 -1
  136. package/dist/AppKit/NSTextView.d.ts +4 -0
  137. package/dist/AppKit/NSTintConfiguration.d.ts +2 -1
  138. package/dist/AppKit/NSToolbarItem.d.ts +2 -1
  139. package/dist/AppKit/NSTouch.d.ts +2 -0
  140. package/dist/AppKit/NSTrackingArea.d.ts +2 -1
  141. package/dist/AppKit/NSUserInterfaceCompressionOptions.d.ts +3 -0
  142. package/dist/AppKit/NSWorkspaceOpenConfiguration.d.ts +3 -0
  143. package/dist/AppKit/functions.d.ts +112 -0
  144. package/dist/AppKit/functions.js +272 -0
  145. package/dist/AppKit/index.d.ts +1 -0
  146. package/dist/AppKit/index.js +1 -0
  147. package/dist/AudioToolbox/functions.d.ts +377 -0
  148. package/dist/AudioToolbox/functions.js +1124 -0
  149. package/dist/AudioToolbox/index.d.ts +1 -0
  150. package/dist/AudioToolbox/index.js +1 -0
  151. package/dist/AudioVideoBridging/AVB17221ACMPMessage.d.ts +3 -0
  152. package/dist/AudioVideoBridging/AVB17221AECPMessage.d.ts +3 -0
  153. package/dist/AudioVideoBridging/AVBIPAddress.d.ts +3 -0
  154. package/dist/AudioVideoBridging/AVBMACAddress.d.ts +3 -0
  155. package/dist/AuthenticationServices/ASAuthorization.d.ts +5 -1
  156. package/dist/AuthenticationServices/ASAuthorizationAppleIDCredential.d.ts +3 -0
  157. package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialAssertion.d.ts +3 -0
  158. package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialDescriptor.d.ts +3 -0
  159. package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialRegistration.d.ts +3 -0
  160. package/dist/AuthenticationServices/ASAuthorizationPublicKeyCredentialLargeBlobRegistrationOutput.d.ts +2 -1
  161. package/dist/AuthenticationServices/ASAuthorizationPublicKeyCredentialParameters.d.ts +2 -1
  162. package/dist/AuthenticationServices/ASAuthorizationRequest.d.ts +2 -1
  163. package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialAssertion.d.ts +3 -0
  164. package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor.d.ts +3 -0
  165. package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialRegistration.d.ts +3 -0
  166. package/dist/AuthenticationServices/ASAuthorizationSingleSignOnCredential.d.ts +3 -0
  167. package/dist/AuthenticationServices/ASCredentialServiceIdentifier.d.ts +2 -1
  168. package/dist/AuthenticationServices/ASGeneratePasswordsRequest.d.ts +2 -1
  169. package/dist/AuthenticationServices/ASGeneratedPassword.d.ts +2 -1
  170. package/dist/AuthenticationServices/ASOneTimeCodeCredential.d.ts +3 -0
  171. package/dist/AuthenticationServices/ASOneTimeCodeCredentialIdentity.d.ts +2 -1
  172. package/dist/AuthenticationServices/ASOneTimeCodeCredentialRequest.d.ts +3 -0
  173. package/dist/AuthenticationServices/ASPasskeyAssertionCredential.d.ts +3 -0
  174. package/dist/AuthenticationServices/ASPasskeyAssertionCredentialExtensionInput.d.ts +2 -1
  175. package/dist/AuthenticationServices/ASPasskeyAssertionCredentialExtensionOutput.d.ts +2 -1
  176. package/dist/AuthenticationServices/ASPasskeyCredentialIdentity.d.ts +2 -1
  177. package/dist/AuthenticationServices/ASPasskeyCredentialRequest.d.ts +3 -0
  178. package/dist/AuthenticationServices/ASPasskeyCredentialRequestParameters.d.ts +2 -1
  179. package/dist/AuthenticationServices/ASPasskeyRegistrationCredential.d.ts +3 -0
  180. package/dist/AuthenticationServices/ASPasskeyRegistrationCredentialExtensionInput.d.ts +2 -1
  181. package/dist/AuthenticationServices/ASPasskeyRegistrationCredentialExtensionOutput.d.ts +2 -1
  182. package/dist/AuthenticationServices/ASPasswordCredential.d.ts +3 -0
  183. package/dist/AuthenticationServices/ASPasswordCredentialIdentity.d.ts +2 -1
  184. package/dist/AuthenticationServices/ASPasswordCredentialRequest.d.ts +3 -0
  185. package/dist/AuthenticationServices/ASSavePasswordRequest.d.ts +2 -1
  186. package/dist/AuthenticationServices/ASWebAuthenticationSessionRequest.d.ts +2 -1
  187. package/dist/AuthenticationServices/functions.d.ts +2 -0
  188. package/dist/AuthenticationServices/functions.js +5 -0
  189. package/dist/AuthenticationServices/index.d.ts +1 -0
  190. package/dist/AuthenticationServices/index.js +1 -0
  191. package/dist/AutomaticAssessmentConfiguration/AEAssessmentApplication.d.ts +3 -0
  192. package/dist/AutomaticAssessmentConfiguration/AEAssessmentConfiguration.d.ts +3 -0
  193. package/dist/AutomaticAssessmentConfiguration/AEAssessmentParticipantConfiguration.d.ts +3 -0
  194. package/dist/Automator/AMBundleAction.d.ts +2 -1
  195. package/dist/Automator/AMWorkflow.d.ts +3 -0
  196. package/dist/BackgroundAssets/BADownload.d.ts +2 -1
  197. package/dist/BackgroundAssets/BAURLDownload.d.ts +3 -0
  198. package/dist/BackgroundTasks/BGTaskRequest.d.ts +3 -0
  199. package/dist/BrowserEngineCore/functions.d.ts +3 -0
  200. package/dist/BrowserEngineCore/functions.js +11 -0
  201. package/dist/BrowserEngineCore/index.d.ts +1 -0
  202. package/dist/BrowserEngineCore/index.js +1 -0
  203. package/dist/BrowserEngineKit/BEAccessibilityTextMarker.d.ts +2 -1
  204. package/dist/BrowserEngineKit/BEAccessibilityTextMarkerRange.d.ts +2 -1
  205. package/dist/CalendarStore/CalAlarm.d.ts +3 -0
  206. package/dist/CalendarStore/CalAttendee.d.ts +3 -0
  207. package/dist/CalendarStore/CalCalendar.d.ts +3 -0
  208. package/dist/CalendarStore/CalCalendarItem.d.ts +3 -0
  209. package/dist/CalendarStore/CalNthWeekDay.d.ts +3 -0
  210. package/dist/CalendarStore/CalRecurrenceEnd.d.ts +3 -0
  211. package/dist/CalendarStore/CalRecurrenceRule.d.ts +3 -0
  212. package/dist/CallKit/CXAction.d.ts +3 -0
  213. package/dist/CallKit/CXCallUpdate.d.ts +3 -0
  214. package/dist/CallKit/CXHandle.d.ts +2 -1
  215. package/dist/CallKit/CXProviderConfiguration.d.ts +3 -0
  216. package/dist/CallKit/CXTransaction.d.ts +2 -1
  217. package/dist/Cinematic/CNBoundsPrediction.d.ts +4 -0
  218. package/dist/Cinematic/CNDecision.d.ts +3 -0
  219. package/dist/Cinematic/CNDetection.d.ts +3 -0
  220. package/dist/Cinematic/CNDetectionTrack.d.ts +3 -0
  221. package/dist/Cinematic/CNRenderingSessionFrameAttributes.d.ts +4 -0
  222. package/dist/Cinematic/CNScriptFrame.d.ts +3 -0
  223. package/dist/CloudKit/CKAllowedSharingOptions.d.ts +2 -1
  224. package/dist/CloudKit/CKDatabaseSubscription.d.ts +3 -0
  225. package/dist/CloudKit/CKFetchRecordZoneChangesConfiguration.d.ts +2 -1
  226. package/dist/CloudKit/CKFetchRecordZoneChangesOptions.d.ts +2 -1
  227. package/dist/CloudKit/CKNotificationID.d.ts +2 -1
  228. package/dist/CloudKit/CKNotificationInfo.d.ts +2 -1
  229. package/dist/CloudKit/CKOperationGroup.d.ts +3 -0
  230. package/dist/CloudKit/CKQuery.d.ts +3 -0
  231. package/dist/CloudKit/CKQueryCursor.d.ts +2 -1
  232. package/dist/CloudKit/CKQuerySubscription.d.ts +3 -0
  233. package/dist/CloudKit/CKRecord.d.ts +2 -1
  234. package/dist/CloudKit/CKRecordID.d.ts +2 -1
  235. package/dist/CloudKit/CKRecordZone.d.ts +2 -1
  236. package/dist/CloudKit/CKRecordZoneID.d.ts +2 -1
  237. package/dist/CloudKit/CKRecordZoneSubscription.d.ts +3 -0
  238. package/dist/CloudKit/CKReference.d.ts +2 -1
  239. package/dist/CloudKit/CKServerChangeToken.d.ts +2 -1
  240. package/dist/CloudKit/CKShare.d.ts +3 -0
  241. package/dist/CloudKit/CKShareAccessRequester.d.ts +2 -1
  242. package/dist/CloudKit/CKShareBlockedIdentity.d.ts +2 -1
  243. package/dist/CloudKit/CKShareMetadata.d.ts +2 -1
  244. package/dist/CloudKit/CKShareParticipant.d.ts +2 -1
  245. package/dist/CloudKit/CKSubscription.d.ts +2 -1
  246. package/dist/CloudKit/CKSyncEngineFetchChangesOptions.d.ts +3 -0
  247. package/dist/CloudKit/CKSyncEngineFetchChangesScope.d.ts +3 -0
  248. package/dist/CloudKit/CKSyncEngineSendChangesOptions.d.ts +3 -0
  249. package/dist/CloudKit/CKSyncEngineSendChangesScope.d.ts +3 -0
  250. package/dist/CloudKit/CKUserIdentity.d.ts +2 -1
  251. package/dist/CloudKit/CKUserIdentityLookupInfo.d.ts +2 -1
  252. package/dist/Collaboration/CBIdentity.d.ts +2 -1
  253. package/dist/Collaboration/CBUserIdentity.d.ts +3 -0
  254. package/dist/Contacts/CNChangeHistoryEvent.d.ts +2 -1
  255. package/dist/Contacts/CNContact.d.ts +3 -1
  256. package/dist/Contacts/CNContactProperty.d.ts +2 -1
  257. package/dist/Contacts/CNContactRelation.d.ts +2 -1
  258. package/dist/Contacts/CNContainer.d.ts +2 -1
  259. package/dist/Contacts/CNGroup.d.ts +3 -1
  260. package/dist/Contacts/CNInstantMessageAddress.d.ts +2 -1
  261. package/dist/Contacts/CNLabeledValue.d.ts +2 -1
  262. package/dist/Contacts/CNPhoneNumber.d.ts +2 -1
  263. package/dist/Contacts/CNPostalAddress.d.ts +3 -1
  264. package/dist/Contacts/CNSocialProfile.d.ts +2 -1
  265. package/dist/CoreAudio/functions.d.ts +60 -0
  266. package/dist/CoreAudio/functions.js +173 -0
  267. package/dist/CoreAudio/index.d.ts +1 -0
  268. package/dist/CoreAudio/index.js +1 -0
  269. package/dist/CoreBluetooth/CBPeer.d.ts +3 -0
  270. package/dist/CoreBluetooth/CBUUID.d.ts +3 -0
  271. package/dist/CoreData/NSEntityDescription.d.ts +2 -1
  272. package/dist/CoreData/NSFetchIndexDescription.d.ts +2 -1
  273. package/dist/CoreData/NSFetchIndexElementDescription.d.ts +2 -1
  274. package/dist/CoreData/NSFetchRequest.d.ts +2 -1
  275. package/dist/CoreData/NSManagedObjectID.d.ts +2 -1
  276. package/dist/CoreData/NSManagedObjectModel.d.ts +2 -1
  277. package/dist/CoreData/NSPersistentCloudKitContainerEvent.d.ts +3 -0
  278. package/dist/CoreData/NSPersistentHistoryChange.d.ts +3 -0
  279. package/dist/CoreData/NSPersistentHistoryToken.d.ts +2 -1
  280. package/dist/CoreData/NSPersistentHistoryTransaction.d.ts +3 -0
  281. package/dist/CoreData/NSPersistentStoreDescription.d.ts +3 -0
  282. package/dist/CoreData/NSPersistentStoreRequest.d.ts +3 -0
  283. package/dist/CoreData/NSPropertyDescription.d.ts +2 -1
  284. package/dist/CoreData/NSQueryGenerationToken.d.ts +2 -1
  285. package/dist/CoreImage/CIBarcodeDescriptor.d.ts +2 -1
  286. package/dist/CoreImage/CIColor.d.ts +2 -1
  287. package/dist/CoreImage/CIFilter.d.ts +2 -1
  288. package/dist/CoreImage/CIFilterGenerator.d.ts +2 -1
  289. package/dist/CoreImage/CIFilterShape.d.ts +3 -0
  290. package/dist/CoreImage/CIImage.d.ts +2 -1
  291. package/dist/CoreImage/CIQRCodeFeature.d.ts +2 -1
  292. package/dist/CoreImage/CISampler.d.ts +3 -0
  293. package/dist/CoreImage/CIVector.d.ts +2 -1
  294. package/dist/CoreLocation/CLBeacon.d.ts +2 -1
  295. package/dist/CoreLocation/CLBeaconIdentityCondition.d.ts +3 -0
  296. package/dist/CoreLocation/CLBeaconIdentityConstraint.d.ts +3 -0
  297. package/dist/CoreLocation/CLCondition.d.ts +2 -1
  298. package/dist/CoreLocation/CLHeading.d.ts +2 -1
  299. package/dist/CoreLocation/CLPlacemark.d.ts +2 -1
  300. package/dist/CoreLocation/CLRegion.d.ts +2 -1
  301. package/dist/CoreLocation/CLVisit.d.ts +2 -1
  302. package/dist/CoreMIDI/functions.d.ts +96 -0
  303. package/dist/CoreMIDI/functions.js +287 -0
  304. package/dist/CoreMIDI/index.d.ts +1 -0
  305. package/dist/CoreMIDI/index.js +1 -0
  306. package/dist/CoreML/MLFeatureDescription.d.ts +2 -1
  307. package/dist/CoreML/MLFeatureValue.d.ts +2 -1
  308. package/dist/CoreML/MLKey.d.ts +2 -1
  309. package/dist/CoreML/MLModelConfiguration.d.ts +2 -1
  310. package/dist/CoreML/MLOptimizationHints.d.ts +2 -1
  311. package/dist/CoreML/functions.d.ts +2 -0
  312. package/dist/CoreML/functions.js +5 -0
  313. package/dist/CoreML/index.d.ts +1 -0
  314. package/dist/CoreML/index.js +1 -0
  315. package/dist/CoreMediaIO/CMIOExtensionClient.d.ts +3 -0
  316. package/dist/CoreMediaIO/CMIOExtensionPropertyAttributes.d.ts +2 -1
  317. package/dist/CoreMediaIO/CMIOExtensionPropertyState.d.ts +2 -1
  318. package/dist/CoreMediaIO/CMIOExtensionScheduledOutput.d.ts +2 -1
  319. package/dist/CoreMediaIO/CMIOExtensionStreamCustomClockConfiguration.d.ts +2 -1
  320. package/dist/CoreMediaIO/CMIOExtensionStreamFormat.d.ts +2 -1
  321. package/dist/CoreMediaIO/functions.d.ts +38 -0
  322. package/dist/CoreMediaIO/functions.js +107 -0
  323. package/dist/CoreMediaIO/index.d.ts +1 -0
  324. package/dist/CoreMediaIO/index.js +1 -0
  325. package/dist/CoreMotion/CMAttitude.d.ts +2 -1
  326. package/dist/CoreMotion/CMDyskineticSymptomResult.d.ts +2 -1
  327. package/dist/CoreMotion/CMLogItem.d.ts +2 -1
  328. package/dist/CoreMotion/CMOdometerData.d.ts +2 -1
  329. package/dist/CoreMotion/CMPedometerData.d.ts +2 -1
  330. package/dist/CoreMotion/CMPedometerEvent.d.ts +2 -1
  331. package/dist/CoreMotion/CMTremorResult.d.ts +2 -1
  332. package/dist/CoreMotion/CMWaterSubmersionEvent.d.ts +2 -1
  333. package/dist/CoreMotion/CMWaterSubmersionMeasurement.d.ts +2 -1
  334. package/dist/CoreMotion/CMWaterTemperature.d.ts +2 -1
  335. package/dist/CoreSpotlight/CSCustomAttributeKey.d.ts +2 -1
  336. package/dist/CoreSpotlight/CSPerson.d.ts +2 -1
  337. package/dist/CoreSpotlight/CSSearchQueryContext.d.ts +2 -1
  338. package/dist/CoreSpotlight/CSSearchableItem.d.ts +2 -1
  339. package/dist/CoreSpotlight/CSSearchableItemAttributeSet.d.ts +2 -1
  340. package/dist/CoreSpotlight/CSSuggestion.d.ts +2 -1
  341. package/dist/CoreText/functions.d.ts +209 -0
  342. package/dist/CoreText/functions.js +611 -0
  343. package/dist/CoreText/index.d.ts +1 -0
  344. package/dist/CoreText/index.js +1 -0
  345. package/dist/CoreWLAN/CWChannel.d.ts +2 -1
  346. package/dist/CoreWLAN/CWConfiguration.d.ts +3 -1
  347. package/dist/CoreWLAN/CWNetwork.d.ts +2 -1
  348. package/dist/CoreWLAN/CWNetworkProfile.d.ts +3 -1
  349. package/dist/CoreWLAN/functions.d.ts +23 -0
  350. package/dist/CoreWLAN/functions.js +56 -0
  351. package/dist/CoreWLAN/index.d.ts +1 -0
  352. package/dist/CoreWLAN/index.js +1 -0
  353. package/dist/DeviceDiscoveryExtension/functions.d.ts +11 -0
  354. package/dist/DeviceDiscoveryExtension/functions.js +17 -0
  355. package/dist/DeviceDiscoveryExtension/index.d.ts +1 -0
  356. package/dist/DeviceDiscoveryExtension/index.js +1 -0
  357. package/dist/DiscRecording/functions.d.ts +97 -0
  358. package/dist/DiscRecording/functions.js +290 -0
  359. package/dist/DiscRecording/index.d.ts +1 -0
  360. package/dist/DiscRecording/index.js +1 -0
  361. package/dist/DiscRecordingUI/functions.d.ts +13 -0
  362. package/dist/DiscRecordingUI/functions.js +38 -0
  363. package/dist/DiscRecordingUI/index.d.ts +1 -0
  364. package/dist/DiscRecordingUI/index.js +1 -0
  365. package/dist/EventKit/EKAlarm.d.ts +3 -0
  366. package/dist/EventKit/EKParticipant.d.ts +3 -0
  367. package/dist/EventKit/EKRecurrenceDayOfWeek.d.ts +2 -1
  368. package/dist/EventKit/EKRecurrenceEnd.d.ts +2 -1
  369. package/dist/EventKit/EKRecurrenceRule.d.ts +3 -0
  370. package/dist/EventKit/EKStructuredLocation.d.ts +3 -0
  371. package/dist/ExceptionHandling/functions.d.ts +1 -0
  372. package/dist/ExceptionHandling/functions.js +5 -0
  373. package/dist/ExceptionHandling/index.d.ts +1 -0
  374. package/dist/ExceptionHandling/index.js +1 -0
  375. package/dist/FSKit/FSContainerStatus.d.ts +3 -0
  376. package/dist/FSKit/FSEntityIdentifier.d.ts +2 -1
  377. package/dist/FSKit/FSFileName.d.ts +2 -1
  378. package/dist/FSKit/functions.d.ts +4 -0
  379. package/dist/FSKit/functions.js +11 -0
  380. package/dist/FSKit/index.d.ts +1 -0
  381. package/dist/FSKit/index.js +1 -0
  382. package/dist/Foundation/NSAffineTransform.d.ts +2 -1
  383. package/dist/Foundation/NSAppleEventDescriptor.d.ts +2 -1
  384. package/dist/Foundation/NSAppleScript.d.ts +3 -0
  385. package/dist/Foundation/NSArray.d.ts +3 -1
  386. package/dist/Foundation/NSAttributedString.d.ts +3 -1
  387. package/dist/Foundation/NSAttributedStringMarkdownParsingOptions.d.ts +3 -0
  388. package/dist/Foundation/NSAttributedStringMarkdownSourcePosition.d.ts +2 -1
  389. package/dist/Foundation/NSCachedURLResponse.d.ts +2 -1
  390. package/dist/Foundation/NSCalendar.d.ts +2 -1
  391. package/dist/Foundation/NSCharacterSet.d.ts +4 -0
  392. package/dist/Foundation/NSData.d.ts +3 -1
  393. package/dist/Foundation/NSDate.d.ts +3 -0
  394. package/dist/Foundation/NSDateComponents.d.ts +2 -1
  395. package/dist/Foundation/NSDateInterval.d.ts +3 -0
  396. package/dist/Foundation/NSDictionary.d.ts +3 -0
  397. package/dist/Foundation/NSError.d.ts +2 -1
  398. package/dist/Foundation/NSException.d.ts +2 -1
  399. package/dist/Foundation/NSExpression.d.ts +3 -0
  400. package/dist/Foundation/NSExtensionItem.d.ts +2 -1
  401. package/dist/Foundation/NSFileSecurity.d.ts +3 -0
  402. package/dist/Foundation/NSFormatter.d.ts +2 -1
  403. package/dist/Foundation/NSHashTable.d.ts +2 -1
  404. package/dist/Foundation/NSIndexPath.d.ts +2 -1
  405. package/dist/Foundation/NSIndexSet.d.ts +3 -1
  406. package/dist/Foundation/NSInflectionRule.d.ts +2 -1
  407. package/dist/Foundation/NSItemProvider.d.ts +3 -0
  408. package/dist/Foundation/NSLocale.d.ts +3 -0
  409. package/dist/Foundation/NSLocalizedNumberFormatRule.d.ts +2 -1
  410. package/dist/Foundation/NSMapTable.d.ts +2 -1
  411. package/dist/Foundation/NSMeasurement.d.ts +2 -1
  412. package/dist/Foundation/NSMorphology.d.ts +2 -1
  413. package/dist/Foundation/NSMorphologyCustomPronoun.d.ts +2 -1
  414. package/dist/Foundation/NSMorphologyPronoun.d.ts +2 -1
  415. package/dist/Foundation/NSMutableCharacterSet.d.ts +4 -0
  416. package/dist/Foundation/NSNotification.d.ts +3 -0
  417. package/dist/Foundation/NSNotificationCenter.d.ts +1 -6
  418. package/dist/Foundation/NSNull.d.ts +2 -1
  419. package/dist/Foundation/NSOrderedSet.d.ts +3 -1
  420. package/dist/Foundation/NSOrthography.d.ts +3 -0
  421. package/dist/Foundation/NSPersonNameComponents.d.ts +2 -1
  422. package/dist/Foundation/NSPointerArray.d.ts +2 -1
  423. package/dist/Foundation/NSPointerFunctions.d.ts +3 -0
  424. package/dist/Foundation/NSPort.d.ts +2 -1
  425. package/dist/Foundation/NSPredicate.d.ts +2 -1
  426. package/dist/Foundation/NSPresentationIntent.d.ts +2 -1
  427. package/dist/Foundation/NSProcessInfo.d.ts +1 -6
  428. package/dist/Foundation/NSRegularExpression.d.ts +2 -1
  429. package/dist/Foundation/NSScanner.d.ts +3 -0
  430. package/dist/Foundation/NSSet.d.ts +3 -1
  431. package/dist/Foundation/NSSortDescriptor.d.ts +3 -0
  432. package/dist/Foundation/NSString.d.ts +3 -1
  433. package/dist/Foundation/NSTermOfAddress.d.ts +2 -1
  434. package/dist/Foundation/NSTextCheckingResult.d.ts +2 -1
  435. package/dist/Foundation/NSTimeZone.d.ts +2 -1
  436. package/dist/Foundation/NSURL.d.ts +2 -1
  437. package/dist/Foundation/NSURLComponents.d.ts +3 -0
  438. package/dist/Foundation/NSURLCredential.d.ts +2 -1
  439. package/dist/Foundation/NSURLProtectionSpace.d.ts +2 -1
  440. package/dist/Foundation/NSURLQueryItem.d.ts +2 -1
  441. package/dist/Foundation/NSURLRequest.d.ts +5 -0
  442. package/dist/Foundation/NSURLResponse.d.ts +2 -1
  443. package/dist/Foundation/NSURLSessionConfiguration.d.ts +3 -0
  444. package/dist/Foundation/NSURLSessionTask.d.ts +3 -0
  445. package/dist/Foundation/NSUUID.d.ts +2 -1
  446. package/dist/Foundation/NSUnit.d.ts +2 -1
  447. package/dist/Foundation/NSUserNotification.d.ts +3 -0
  448. package/dist/Foundation/NSUserNotificationAction.d.ts +3 -0
  449. package/dist/Foundation/NSValue.d.ts +3 -0
  450. package/dist/Foundation/NSXMLNode.d.ts +3 -0
  451. package/dist/Foundation/NSXPCCoder.d.ts +1 -6
  452. package/dist/Foundation/functions.d.ts +145 -0
  453. package/dist/Foundation/functions.js +386 -0
  454. package/dist/Foundation/index.d.ts +1 -0
  455. package/dist/Foundation/index.js +1 -0
  456. package/dist/GLKit/GLKTextureInfo.d.ts +3 -0
  457. package/dist/GLKit/functions.d.ts +51 -0
  458. package/dist/GLKit/functions.js +146 -0
  459. package/dist/GLKit/index.d.ts +1 -0
  460. package/dist/GLKit/index.js +1 -0
  461. package/dist/GameController/GCColor.d.ts +2 -1
  462. package/dist/GameController/GCDevicePhysicalInput.d.ts +3 -1
  463. package/dist/GameController/GCDevicePhysicalInputState.d.ts +2 -1
  464. package/dist/GameController/functions.d.ts +18 -0
  465. package/dist/GameController/functions.js +44 -0
  466. package/dist/GameController/index.d.ts +1 -0
  467. package/dist/GameController/index.js +1 -0
  468. package/dist/GameKit/GKBasePlayer.d.ts +3 -0
  469. package/dist/GameKit/GKSavedGame.d.ts +3 -0
  470. package/dist/GameplayKit/GKBehavior.d.ts +2 -1
  471. package/dist/GameplayKit/GKComponent.d.ts +2 -1
  472. package/dist/GameplayKit/GKDecisionTree.d.ts +1 -6
  473. package/dist/GameplayKit/GKEntity.d.ts +2 -1
  474. package/dist/GameplayKit/GKGoal.d.ts +3 -0
  475. package/dist/GameplayKit/GKGraph.d.ts +2 -1
  476. package/dist/GameplayKit/GKRandomSource.d.ts +2 -1
  477. package/dist/GameplayKit/GKScene.d.ts +2 -1
  478. package/dist/HealthKit/HKActivityMoveModeObject.d.ts +2 -1
  479. package/dist/HealthKit/HKActivitySummary.d.ts +2 -1
  480. package/dist/HealthKit/HKAttachment.d.ts +2 -1
  481. package/dist/HealthKit/HKAudiogramSensitivityPointClampingRange.d.ts +2 -1
  482. package/dist/HealthKit/HKAudiogramSensitivityTest.d.ts +2 -1
  483. package/dist/HealthKit/HKBiologicalSexObject.d.ts +2 -1
  484. package/dist/HealthKit/HKBloodTypeObject.d.ts +2 -1
  485. package/dist/HealthKit/HKClinicalCoding.d.ts +2 -1
  486. package/dist/HealthKit/HKClinicalRecord.d.ts +3 -0
  487. package/dist/HealthKit/HKContactsLensSpecification.d.ts +2 -1
  488. package/dist/HealthKit/HKContactsPrescription.d.ts +3 -0
  489. package/dist/HealthKit/HKDevice.d.ts +2 -1
  490. package/dist/HealthKit/HKElectrocardiogramVoltageMeasurement.d.ts +3 -0
  491. package/dist/HealthKit/HKFHIRResource.d.ts +2 -1
  492. package/dist/HealthKit/HKFHIRVersion.d.ts +2 -1
  493. package/dist/HealthKit/HKFitzpatrickSkinTypeObject.d.ts +2 -1
  494. package/dist/HealthKit/HKGlassesLensSpecification.d.ts +2 -1
  495. package/dist/HealthKit/HKGlassesPrescription.d.ts +3 -0
  496. package/dist/HealthKit/HKHealthConceptIdentifier.d.ts +2 -1
  497. package/dist/HealthKit/HKMedicationConcept.d.ts +2 -1
  498. package/dist/HealthKit/HKMedicationDoseEvent.d.ts +3 -0
  499. package/dist/HealthKit/HKObjectType.d.ts +2 -1
  500. package/dist/HealthKit/HKQuantity.d.ts +2 -1
  501. package/dist/HealthKit/HKQueryAnchor.d.ts +2 -1
  502. package/dist/HealthKit/HKQueryDescriptor.d.ts +2 -1
  503. package/dist/HealthKit/HKScoredAssessment.d.ts +3 -0
  504. package/dist/HealthKit/HKSource.d.ts +2 -1
  505. package/dist/HealthKit/HKSourceRevision.d.ts +2 -1
  506. package/dist/HealthKit/HKStateOfMind.d.ts +3 -0
  507. package/dist/HealthKit/HKStatistics.d.ts +2 -1
  508. package/dist/HealthKit/HKUnit.d.ts +2 -1
  509. package/dist/HealthKit/HKUserAnnotatedMedication.d.ts +2 -1
  510. package/dist/HealthKit/HKVerifiableClinicalRecordSubject.d.ts +2 -1
  511. package/dist/HealthKit/HKVisionPrescription.d.ts +3 -0
  512. package/dist/HealthKit/HKVisionPrism.d.ts +2 -1
  513. package/dist/HealthKit/HKWheelchairUseObject.d.ts +2 -1
  514. package/dist/HealthKit/HKWorkoutActivity.d.ts +2 -1
  515. package/dist/HealthKit/HKWorkoutConfiguration.d.ts +2 -1
  516. package/dist/HealthKit/HKWorkoutEffortRelationship.d.ts +2 -1
  517. package/dist/HealthKit/HKWorkoutEvent.d.ts +2 -1
  518. package/dist/HealthKit/functions.d.ts +19 -0
  519. package/dist/HealthKit/functions.js +35 -0
  520. package/dist/HealthKit/index.d.ts +1 -0
  521. package/dist/HealthKit/index.js +1 -0
  522. package/dist/IOSurface/functions.d.ts +53 -0
  523. package/dist/IOSurface/functions.js +155 -0
  524. package/dist/IOSurface/index.d.ts +1 -0
  525. package/dist/IOSurface/index.js +1 -0
  526. package/dist/IOUSBHost/functions.d.ts +44 -0
  527. package/dist/IOUSBHost/functions.js +131 -0
  528. package/dist/IOUSBHost/index.d.ts +1 -0
  529. package/dist/IOUSBHost/index.js +1 -0
  530. package/dist/InstantMessage/functions.d.ts +1 -0
  531. package/dist/InstantMessage/functions.js +5 -0
  532. package/dist/InstantMessage/index.d.ts +1 -0
  533. package/dist/InstantMessage/index.js +1 -0
  534. package/dist/Intents/INAirline.d.ts +2 -1
  535. package/dist/Intents/INAirport.d.ts +2 -1
  536. package/dist/Intents/INAirportGate.d.ts +2 -1
  537. package/dist/Intents/INBalanceAmount.d.ts +2 -1
  538. package/dist/Intents/INBillDetails.d.ts +2 -1
  539. package/dist/Intents/INBillPayee.d.ts +2 -1
  540. package/dist/Intents/INBoatReservation.d.ts +3 -0
  541. package/dist/Intents/INBoatTrip.d.ts +2 -1
  542. package/dist/Intents/INBookRestaurantReservationIntent.d.ts +3 -0
  543. package/dist/Intents/INBusReservation.d.ts +3 -0
  544. package/dist/Intents/INBusTrip.d.ts +2 -1
  545. package/dist/Intents/INCallGroup.d.ts +2 -1
  546. package/dist/Intents/INCallRecord.d.ts +2 -1
  547. package/dist/Intents/INCallRecordFilter.d.ts +2 -1
  548. package/dist/Intents/INCar.d.ts +2 -1
  549. package/dist/Intents/INCarHeadUnit.d.ts +2 -1
  550. package/dist/Intents/INCurrencyAmount.d.ts +2 -1
  551. package/dist/Intents/INDateComponentsRange.d.ts +2 -1
  552. package/dist/Intents/INDefaultCardTemplate.d.ts +2 -1
  553. package/dist/Intents/INFlight.d.ts +2 -1
  554. package/dist/Intents/INFlightReservation.d.ts +3 -0
  555. package/dist/Intents/INFocusStatus.d.ts +2 -1
  556. package/dist/Intents/INGetAvailableRestaurantReservationBookingsIntent.d.ts +3 -0
  557. package/dist/Intents/INGetUserCurrentRestaurantReservationBookingsIntent.d.ts +3 -0
  558. package/dist/Intents/INImage.d.ts +2 -1
  559. package/dist/Intents/INImageNoteContent.d.ts +3 -0
  560. package/dist/Intents/INIntent.d.ts +2 -1
  561. package/dist/Intents/INIntentDonationMetadata.d.ts +2 -1
  562. package/dist/Intents/INIntentResponse.d.ts +2 -1
  563. package/dist/Intents/INInteraction.d.ts +2 -1
  564. package/dist/Intents/INLodgingReservation.d.ts +3 -0
  565. package/dist/Intents/INMediaDestination.d.ts +2 -1
  566. package/dist/Intents/INMediaItem.d.ts +2 -1
  567. package/dist/Intents/INMediaSearch.d.ts +2 -1
  568. package/dist/Intents/INMessage.d.ts +2 -1
  569. package/dist/Intents/INMessageLinkMetadata.d.ts +2 -1
  570. package/dist/Intents/INMessageReaction.d.ts +2 -1
  571. package/dist/Intents/INNote.d.ts +2 -1
  572. package/dist/Intents/INNoteContent.d.ts +2 -1
  573. package/dist/Intents/INObject.d.ts +2 -1
  574. package/dist/Intents/INObjectCollection.d.ts +2 -1
  575. package/dist/Intents/INObjectSection.d.ts +2 -1
  576. package/dist/Intents/INParameter.d.ts +2 -1
  577. package/dist/Intents/INPaymentAccount.d.ts +2 -1
  578. package/dist/Intents/INPaymentAmount.d.ts +2 -1
  579. package/dist/Intents/INPaymentMethod.d.ts +2 -1
  580. package/dist/Intents/INPaymentRecord.d.ts +2 -1
  581. package/dist/Intents/INPerson.d.ts +2 -1
  582. package/dist/Intents/INPersonHandle.d.ts +2 -1
  583. package/dist/Intents/INPriceRange.d.ts +2 -1
  584. package/dist/Intents/INRecurrenceRule.d.ts +2 -1
  585. package/dist/Intents/INRelevanceProvider.d.ts +2 -1
  586. package/dist/Intents/INRelevantShortcut.d.ts +2 -1
  587. package/dist/Intents/INRentalCar.d.ts +2 -1
  588. package/dist/Intents/INRentalCarReservation.d.ts +3 -0
  589. package/dist/Intents/INReservation.d.ts +2 -1
  590. package/dist/Intents/INReservationAction.d.ts +2 -1
  591. package/dist/Intents/INRestaurant.d.ts +2 -1
  592. package/dist/Intents/INRestaurantGuestDisplayPreferences.d.ts +2 -1
  593. package/dist/Intents/INRestaurantOffer.d.ts +2 -1
  594. package/dist/Intents/INRestaurantReservation.d.ts +3 -0
  595. package/dist/Intents/INRestaurantReservationBooking.d.ts +2 -1
  596. package/dist/Intents/INRestaurantReservationUserBooking.d.ts +3 -0
  597. package/dist/Intents/INRideCompletionStatus.d.ts +2 -1
  598. package/dist/Intents/INRideDriver.d.ts +3 -0
  599. package/dist/Intents/INRideFareLineItem.d.ts +2 -1
  600. package/dist/Intents/INRideOption.d.ts +3 -0
  601. package/dist/Intents/INRidePartySizeOption.d.ts +2 -1
  602. package/dist/Intents/INRideStatus.d.ts +2 -1
  603. package/dist/Intents/INRideVehicle.d.ts +2 -1
  604. package/dist/Intents/INSeat.d.ts +2 -1
  605. package/dist/Intents/INShortcut.d.ts +2 -1
  606. package/dist/Intents/INSpatialEventTrigger.d.ts +2 -1
  607. package/dist/Intents/INSpeakableString.d.ts +2 -1
  608. package/dist/Intents/INSticker.d.ts +2 -1
  609. package/dist/Intents/INTask.d.ts +2 -1
  610. package/dist/Intents/INTaskList.d.ts +2 -1
  611. package/dist/Intents/INTemporalEventTrigger.d.ts +2 -1
  612. package/dist/Intents/INTermsAndConditions.d.ts +2 -1
  613. package/dist/Intents/INTextNoteContent.d.ts +3 -0
  614. package/dist/Intents/INTicketedEvent.d.ts +2 -1
  615. package/dist/Intents/INTicketedEventReservation.d.ts +3 -0
  616. package/dist/Intents/INTrainReservation.d.ts +3 -0
  617. package/dist/Intents/INTrainTrip.d.ts +2 -1
  618. package/dist/Intents/INVoiceShortcut.d.ts +2 -1
  619. package/dist/JavaRuntimeSupport/functions.d.ts +40 -0
  620. package/dist/JavaRuntimeSupport/functions.js +113 -0
  621. package/dist/JavaRuntimeSupport/index.d.ts +1 -0
  622. package/dist/JavaRuntimeSupport/index.js +1 -0
  623. package/dist/JavaScriptCore/functions.d.ts +120 -0
  624. package/dist/JavaScriptCore/functions.js +359 -0
  625. package/dist/JavaScriptCore/index.d.ts +1 -0
  626. package/dist/JavaScriptCore/index.js +1 -0
  627. package/dist/LinkPresentation/LPLinkMetadata.d.ts +2 -1
  628. package/dist/LocalAuthentication/LAEnvironmentState.d.ts +3 -0
  629. package/dist/MLCompute/MLCActivationDescriptor.d.ts +3 -0
  630. package/dist/MLCompute/MLCAdamOptimizer.d.ts +3 -0
  631. package/dist/MLCompute/MLCAdamWOptimizer.d.ts +3 -0
  632. package/dist/MLCompute/MLCConvolutionDescriptor.d.ts +3 -0
  633. package/dist/MLCompute/MLCDevice.d.ts +3 -0
  634. package/dist/MLCompute/MLCEmbeddingDescriptor.d.ts +3 -0
  635. package/dist/MLCompute/MLCLSTMDescriptor.d.ts +3 -0
  636. package/dist/MLCompute/MLCLossDescriptor.d.ts +3 -0
  637. package/dist/MLCompute/MLCMatMulDescriptor.d.ts +3 -0
  638. package/dist/MLCompute/MLCMultiheadAttentionDescriptor.d.ts +3 -0
  639. package/dist/MLCompute/MLCOptimizer.d.ts +3 -0
  640. package/dist/MLCompute/MLCOptimizerDescriptor.d.ts +3 -0
  641. package/dist/MLCompute/MLCPaddingLayer.d.ts +3 -0
  642. package/dist/MLCompute/MLCPoolingDescriptor.d.ts +3 -0
  643. package/dist/MLCompute/MLCRMSPropOptimizer.d.ts +3 -0
  644. package/dist/MLCompute/MLCSGDOptimizer.d.ts +3 -0
  645. package/dist/MLCompute/MLCTensor.d.ts +3 -0
  646. package/dist/MLCompute/MLCTensorDescriptor.d.ts +3 -0
  647. package/dist/MLCompute/MLCTensorOptimizerDeviceData.d.ts +3 -0
  648. package/dist/MLCompute/MLCYOLOLossDescriptor.d.ts +3 -0
  649. package/dist/MLCompute/functions.d.ts +27 -0
  650. package/dist/MLCompute/functions.js +41 -0
  651. package/dist/MLCompute/index.d.ts +1 -0
  652. package/dist/MLCompute/index.js +1 -0
  653. package/dist/MailKit/MEDecodedMessageBanner.d.ts +2 -1
  654. package/dist/MailKit/MEEmailAddress.d.ts +2 -1
  655. package/dist/MapKit/MKAddressFilter.d.ts +2 -1
  656. package/dist/MapKit/MKAnnotationView.d.ts +7 -1
  657. package/dist/MapKit/MKLocalPointsOfInterestRequest.d.ts +3 -0
  658. package/dist/MapKit/MKLocalSearchRequest.d.ts +3 -0
  659. package/dist/MapKit/MKLookAroundScene.d.ts +3 -0
  660. package/dist/MapKit/MKMapCamera.d.ts +2 -1
  661. package/dist/MapKit/MKMapCameraBoundary.d.ts +3 -0
  662. package/dist/MapKit/MKMapCameraZoomRange.d.ts +2 -1
  663. package/dist/MapKit/MKMapConfiguration.d.ts +2 -1
  664. package/dist/MapKit/MKMapItemIdentifier.d.ts +2 -1
  665. package/dist/MapKit/MKMapSnapshotOptions.d.ts +3 -0
  666. package/dist/MapKit/MKPointOfInterestFilter.d.ts +2 -1
  667. package/dist/MapKit/functions.d.ts +23 -0
  668. package/dist/MapKit/functions.js +56 -0
  669. package/dist/MapKit/index.d.ts +1 -0
  670. package/dist/MapKit/index.js +1 -0
  671. package/dist/Matter/MTRAccessControlClusterAccessControlEntryChangedEvent.d.ts +3 -0
  672. package/dist/Matter/MTRAccessControlClusterAccessControlEntryStruct.d.ts +3 -0
  673. package/dist/Matter/MTRAccessControlClusterAccessControlExtensionChangedEvent.d.ts +3 -0
  674. package/dist/Matter/MTRAccessControlClusterAccessControlExtensionStruct.d.ts +3 -0
  675. package/dist/Matter/MTRAccessControlClusterAccessControlTargetStruct.d.ts +3 -0
  676. package/dist/Matter/MTRAccessControlClusterAccessRestrictionEntryStruct.d.ts +3 -0
  677. package/dist/Matter/MTRAccessControlClusterAccessRestrictionStruct.d.ts +3 -0
  678. package/dist/Matter/MTRAccessControlClusterCommissioningAccessRestrictionEntryStruct.d.ts +3 -0
  679. package/dist/Matter/MTRAccessControlClusterFabricRestrictionReviewUpdateEvent.d.ts +3 -0
  680. package/dist/Matter/MTRAccessControlClusterReviewFabricRestrictionsParams.d.ts +3 -0
  681. package/dist/Matter/MTRAccessControlClusterReviewFabricRestrictionsResponseParams.d.ts +3 -0
  682. package/dist/Matter/MTRAccessGrant.d.ts +3 -0
  683. package/dist/Matter/MTRAccountLoginClusterGetSetupPINParams.d.ts +3 -0
  684. package/dist/Matter/MTRAccountLoginClusterGetSetupPINResponseParams.d.ts +3 -0
  685. package/dist/Matter/MTRAccountLoginClusterLoggedOutEvent.d.ts +3 -0
  686. package/dist/Matter/MTRAccountLoginClusterLoginParams.d.ts +3 -0
  687. package/dist/Matter/MTRAccountLoginClusterLogoutParams.d.ts +3 -0
  688. package/dist/Matter/MTRActionsClusterActionFailedEvent.d.ts +3 -0
  689. package/dist/Matter/MTRActionsClusterActionStruct.d.ts +3 -0
  690. package/dist/Matter/MTRActionsClusterDisableActionParams.d.ts +3 -0
  691. package/dist/Matter/MTRActionsClusterDisableActionWithDurationParams.d.ts +3 -0
  692. package/dist/Matter/MTRActionsClusterEnableActionParams.d.ts +3 -0
  693. package/dist/Matter/MTRActionsClusterEnableActionWithDurationParams.d.ts +3 -0
  694. package/dist/Matter/MTRActionsClusterEndpointListStruct.d.ts +3 -0
  695. package/dist/Matter/MTRActionsClusterInstantActionParams.d.ts +3 -0
  696. package/dist/Matter/MTRActionsClusterInstantActionWithTransitionParams.d.ts +3 -0
  697. package/dist/Matter/MTRActionsClusterPauseActionParams.d.ts +3 -0
  698. package/dist/Matter/MTRActionsClusterPauseActionWithDurationParams.d.ts +3 -0
  699. package/dist/Matter/MTRActionsClusterResumeActionParams.d.ts +3 -0
  700. package/dist/Matter/MTRActionsClusterStartActionParams.d.ts +3 -0
  701. package/dist/Matter/MTRActionsClusterStartActionWithDurationParams.d.ts +3 -0
  702. package/dist/Matter/MTRActionsClusterStateChangedEvent.d.ts +3 -0
  703. package/dist/Matter/MTRActionsClusterStopActionParams.d.ts +3 -0
  704. package/dist/Matter/MTRActivatedCarbonFilterMonitoringClusterReplacementProductStruct.d.ts +3 -0
  705. package/dist/Matter/MTRActivatedCarbonFilterMonitoringClusterResetConditionParams.d.ts +3 -0
  706. package/dist/Matter/MTRAdministratorCommissioningClusterOpenBasicCommissioningWindowParams.d.ts +3 -0
  707. package/dist/Matter/MTRAdministratorCommissioningClusterOpenCommissioningWindowParams.d.ts +3 -0
  708. package/dist/Matter/MTRAdministratorCommissioningClusterRevokeCommissioningParams.d.ts +3 -0
  709. package/dist/Matter/MTRApplicationBasicClusterApplicationStruct.d.ts +3 -0
  710. package/dist/Matter/MTRApplicationLauncherClusterApplicationEPStruct.d.ts +3 -0
  711. package/dist/Matter/MTRApplicationLauncherClusterApplicationStruct.d.ts +3 -0
  712. package/dist/Matter/MTRApplicationLauncherClusterHideAppParams.d.ts +3 -0
  713. package/dist/Matter/MTRApplicationLauncherClusterLaunchAppParams.d.ts +3 -0
  714. package/dist/Matter/MTRApplicationLauncherClusterLauncherResponseParams.d.ts +3 -0
  715. package/dist/Matter/MTRApplicationLauncherClusterStopAppParams.d.ts +3 -0
  716. package/dist/Matter/MTRAttributeRequestPath.d.ts +2 -1
  717. package/dist/Matter/MTRAudioOutputClusterOutputInfoStruct.d.ts +3 -0
  718. package/dist/Matter/MTRAudioOutputClusterRenameOutputParams.d.ts +3 -0
  719. package/dist/Matter/MTRAudioOutputClusterSelectOutputParams.d.ts +3 -0
  720. package/dist/Matter/MTRBarrierControlClusterBarrierControlGoToPercentParams.d.ts +3 -0
  721. package/dist/Matter/MTRBarrierControlClusterBarrierControlStopParams.d.ts +3 -0
  722. package/dist/Matter/MTRBasicClusterMfgSpecificPingParams.d.ts +3 -0
  723. package/dist/Matter/MTRBasicInformationClusterCapabilityMinimaStruct.d.ts +3 -0
  724. package/dist/Matter/MTRBasicInformationClusterLeaveEvent.d.ts +3 -0
  725. package/dist/Matter/MTRBasicInformationClusterProductAppearanceStruct.d.ts +3 -0
  726. package/dist/Matter/MTRBasicInformationClusterReachableChangedEvent.d.ts +3 -0
  727. package/dist/Matter/MTRBasicInformationClusterShutDownEvent.d.ts +3 -0
  728. package/dist/Matter/MTRBasicInformationClusterStartUpEvent.d.ts +3 -0
  729. package/dist/Matter/MTRBindingClusterTargetStruct.d.ts +3 -0
  730. package/dist/Matter/MTRBooleanStateClusterStateChangeEvent.d.ts +3 -0
  731. package/dist/Matter/MTRBooleanStateConfigurationClusterAlarmsStateChangedEvent.d.ts +3 -0
  732. package/dist/Matter/MTRBooleanStateConfigurationClusterEnableDisableAlarmParams.d.ts +3 -0
  733. package/dist/Matter/MTRBooleanStateConfigurationClusterSensorFaultEvent.d.ts +3 -0
  734. package/dist/Matter/MTRBooleanStateConfigurationClusterSuppressAlarmParams.d.ts +3 -0
  735. package/dist/Matter/MTRBridgedDeviceBasicInformationClusterActiveChangedEvent.d.ts +3 -0
  736. package/dist/Matter/MTRBridgedDeviceBasicInformationClusterKeepActiveParams.d.ts +3 -0
  737. package/dist/Matter/MTRBridgedDeviceBasicInformationClusterLeaveEvent.d.ts +3 -0
  738. package/dist/Matter/MTRBridgedDeviceBasicInformationClusterProductAppearanceStruct.d.ts +3 -0
  739. package/dist/Matter/MTRBridgedDeviceBasicInformationClusterReachableChangedEvent.d.ts +3 -0
  740. package/dist/Matter/MTRBridgedDeviceBasicInformationClusterShutDownEvent.d.ts +3 -0
  741. package/dist/Matter/MTRBridgedDeviceBasicInformationClusterStartUpEvent.d.ts +3 -0
  742. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterDPTZRelativeMoveParams.d.ts +3 -0
  743. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterDPTZSetViewportParams.d.ts +3 -0
  744. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterDPTZStruct.d.ts +3 -0
  745. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZMoveToPresetParams.d.ts +3 -0
  746. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZPresetStruct.d.ts +3 -0
  747. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZRelativeMoveParams.d.ts +3 -0
  748. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZRemovePresetParams.d.ts +3 -0
  749. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZSavePresetParams.d.ts +3 -0
  750. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZSetPositionParams.d.ts +3 -0
  751. package/dist/Matter/MTRCameraAVSettingsUserLevelManagementClusterMPTZStruct.d.ts +3 -0
  752. package/dist/Matter/MTRCameraAVStreamManagementClusterAudioCapabilitiesStruct.d.ts +3 -0
  753. package/dist/Matter/MTRCameraAVStreamManagementClusterAudioStreamAllocateParams.d.ts +3 -0
  754. package/dist/Matter/MTRCameraAVStreamManagementClusterAudioStreamAllocateResponseParams.d.ts +3 -0
  755. package/dist/Matter/MTRCameraAVStreamManagementClusterAudioStreamDeallocateParams.d.ts +3 -0
  756. package/dist/Matter/MTRCameraAVStreamManagementClusterAudioStreamStruct.d.ts +3 -0
  757. package/dist/Matter/MTRCameraAVStreamManagementClusterCaptureSnapshotParams.d.ts +3 -0
  758. package/dist/Matter/MTRCameraAVStreamManagementClusterCaptureSnapshotResponseParams.d.ts +3 -0
  759. package/dist/Matter/MTRCameraAVStreamManagementClusterRateDistortionTradeOffPointsStruct.d.ts +3 -0
  760. package/dist/Matter/MTRCameraAVStreamManagementClusterSetStreamPrioritiesParams.d.ts +3 -0
  761. package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotCapabilitiesStruct.d.ts +3 -0
  762. package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotStreamAllocateParams.d.ts +3 -0
  763. package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotStreamAllocateResponseParams.d.ts +3 -0
  764. package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotStreamDeallocateParams.d.ts +3 -0
  765. package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotStreamModifyParams.d.ts +3 -0
  766. package/dist/Matter/MTRCameraAVStreamManagementClusterSnapshotStreamStruct.d.ts +3 -0
  767. package/dist/Matter/MTRCameraAVStreamManagementClusterVideoResolutionStruct.d.ts +3 -0
  768. package/dist/Matter/MTRCameraAVStreamManagementClusterVideoSensorParamsStruct.d.ts +3 -0
  769. package/dist/Matter/MTRCameraAVStreamManagementClusterVideoStreamAllocateParams.d.ts +3 -0
  770. package/dist/Matter/MTRCameraAVStreamManagementClusterVideoStreamAllocateResponseParams.d.ts +3 -0
  771. package/dist/Matter/MTRCameraAVStreamManagementClusterVideoStreamDeallocateParams.d.ts +3 -0
  772. package/dist/Matter/MTRCameraAVStreamManagementClusterVideoStreamModifyParams.d.ts +3 -0
  773. package/dist/Matter/MTRCameraAVStreamManagementClusterVideoStreamStruct.d.ts +3 -0
  774. package/dist/Matter/MTRCertificateInfo.d.ts +3 -0
  775. package/dist/Matter/MTRChannelClusterAdditionalInfoStruct.d.ts +3 -0
  776. package/dist/Matter/MTRChannelClusterCancelRecordProgramParams.d.ts +3 -0
  777. package/dist/Matter/MTRChannelClusterChangeChannelByNumberParams.d.ts +3 -0
  778. package/dist/Matter/MTRChannelClusterChangeChannelParams.d.ts +3 -0
  779. package/dist/Matter/MTRChannelClusterChangeChannelResponseParams.d.ts +3 -0
  780. package/dist/Matter/MTRChannelClusterChannelInfoStruct.d.ts +3 -0
  781. package/dist/Matter/MTRChannelClusterChannelPagingStruct.d.ts +3 -0
  782. package/dist/Matter/MTRChannelClusterGetProgramGuideParams.d.ts +3 -0
  783. package/dist/Matter/MTRChannelClusterLineupInfoStruct.d.ts +3 -0
  784. package/dist/Matter/MTRChannelClusterPageTokenStruct.d.ts +3 -0
  785. package/dist/Matter/MTRChannelClusterProgramCastStruct.d.ts +3 -0
  786. package/dist/Matter/MTRChannelClusterProgramCategoryStruct.d.ts +3 -0
  787. package/dist/Matter/MTRChannelClusterProgramGuideResponseParams.d.ts +3 -0
  788. package/dist/Matter/MTRChannelClusterProgramStruct.d.ts +3 -0
  789. package/dist/Matter/MTRChannelClusterRecordProgramParams.d.ts +3 -0
  790. package/dist/Matter/MTRChannelClusterSeriesInfoStruct.d.ts +3 -0
  791. package/dist/Matter/MTRChannelClusterSkipChannelParams.d.ts +3 -0
  792. package/dist/Matter/MTRChimeClusterChimeSoundStruct.d.ts +3 -0
  793. package/dist/Matter/MTRChimeClusterPlayChimeSoundParams.d.ts +3 -0
  794. package/dist/Matter/MTRClosureControlClusterCalibrateParams.d.ts +3 -0
  795. package/dist/Matter/MTRClosureControlClusterEngageStateChangedEvent.d.ts +3 -0
  796. package/dist/Matter/MTRClosureControlClusterMoveToParams.d.ts +3 -0
  797. package/dist/Matter/MTRClosureControlClusterMovementCompletedEvent.d.ts +3 -0
  798. package/dist/Matter/MTRClosureControlClusterOperationalErrorEvent.d.ts +3 -0
  799. package/dist/Matter/MTRClosureControlClusterOverallCurrentStateStruct.d.ts +3 -0
  800. package/dist/Matter/MTRClosureControlClusterOverallTargetStateStruct.d.ts +3 -0
  801. package/dist/Matter/MTRClosureControlClusterSecureStateChangedEvent.d.ts +3 -0
  802. package/dist/Matter/MTRClosureControlClusterStopParams.d.ts +3 -0
  803. package/dist/Matter/MTRClosureDimensionClusterDimensionStateStruct.d.ts +3 -0
  804. package/dist/Matter/MTRClosureDimensionClusterRangePercent100thsStruct.d.ts +3 -0
  805. package/dist/Matter/MTRClosureDimensionClusterSetTargetParams.d.ts +3 -0
  806. package/dist/Matter/MTRClosureDimensionClusterStepParams.d.ts +3 -0
  807. package/dist/Matter/MTRClosureDimensionClusterUnitRangeStruct.d.ts +3 -0
  808. package/dist/Matter/MTRClusterPath.d.ts +2 -1
  809. package/dist/Matter/MTRColorControlClusterColorLoopSetParams.d.ts +3 -0
  810. package/dist/Matter/MTRColorControlClusterEnhancedMoveHueParams.d.ts +3 -0
  811. package/dist/Matter/MTRColorControlClusterEnhancedMoveToHueAndSaturationParams.d.ts +3 -0
  812. package/dist/Matter/MTRColorControlClusterEnhancedMoveToHueParams.d.ts +3 -0
  813. package/dist/Matter/MTRColorControlClusterEnhancedStepHueParams.d.ts +3 -0
  814. package/dist/Matter/MTRColorControlClusterMoveColorParams.d.ts +3 -0
  815. package/dist/Matter/MTRColorControlClusterMoveColorTemperatureParams.d.ts +3 -0
  816. package/dist/Matter/MTRColorControlClusterMoveHueParams.d.ts +3 -0
  817. package/dist/Matter/MTRColorControlClusterMoveSaturationParams.d.ts +3 -0
  818. package/dist/Matter/MTRColorControlClusterMoveToColorParams.d.ts +3 -0
  819. package/dist/Matter/MTRColorControlClusterMoveToColorTemperatureParams.d.ts +3 -0
  820. package/dist/Matter/MTRColorControlClusterMoveToHueAndSaturationParams.d.ts +3 -0
  821. package/dist/Matter/MTRColorControlClusterMoveToHueParams.d.ts +3 -0
  822. package/dist/Matter/MTRColorControlClusterMoveToSaturationParams.d.ts +3 -0
  823. package/dist/Matter/MTRColorControlClusterStepColorParams.d.ts +3 -0
  824. package/dist/Matter/MTRColorControlClusterStepColorTemperatureParams.d.ts +3 -0
  825. package/dist/Matter/MTRColorControlClusterStepHueParams.d.ts +3 -0
  826. package/dist/Matter/MTRColorControlClusterStepSaturationParams.d.ts +3 -0
  827. package/dist/Matter/MTRColorControlClusterStopMoveStepParams.d.ts +3 -0
  828. package/dist/Matter/MTRCommandWithRequiredResponse.d.ts +2 -1
  829. package/dist/Matter/MTRCommissioneeInfo.d.ts +2 -1
  830. package/dist/Matter/MTRCommissionerControlClusterCommissionNodeParams.d.ts +3 -0
  831. package/dist/Matter/MTRCommissionerControlClusterCommissioningRequestResultEvent.d.ts +3 -0
  832. package/dist/Matter/MTRCommissionerControlClusterRequestCommissioningApprovalParams.d.ts +3 -0
  833. package/dist/Matter/MTRCommissionerControlClusterReverseOpenCommissioningWindowParams.d.ts +3 -0
  834. package/dist/Matter/MTRCommodityMeteringClusterMeteredQuantityStruct.d.ts +3 -0
  835. package/dist/Matter/MTRCommodityPriceClusterCommodityPriceComponentStruct.d.ts +3 -0
  836. package/dist/Matter/MTRCommodityPriceClusterCommodityPriceStruct.d.ts +3 -0
  837. package/dist/Matter/MTRCommodityPriceClusterGetDetailedForecastRequestParams.d.ts +3 -0
  838. package/dist/Matter/MTRCommodityPriceClusterGetDetailedForecastResponseParams.d.ts +3 -0
  839. package/dist/Matter/MTRCommodityPriceClusterGetDetailedPriceRequestParams.d.ts +3 -0
  840. package/dist/Matter/MTRCommodityPriceClusterGetDetailedPriceResponseParams.d.ts +3 -0
  841. package/dist/Matter/MTRCommodityPriceClusterPriceChangeEvent.d.ts +3 -0
  842. package/dist/Matter/MTRCommodityTariffClusterAuxiliaryLoadSwitchSettingsStruct.d.ts +3 -0
  843. package/dist/Matter/MTRCommodityTariffClusterCalendarPeriodStruct.d.ts +3 -0
  844. package/dist/Matter/MTRCommodityTariffClusterDayEntryStruct.d.ts +3 -0
  845. package/dist/Matter/MTRCommodityTariffClusterDayPatternStruct.d.ts +3 -0
  846. package/dist/Matter/MTRCommodityTariffClusterDayStruct.d.ts +3 -0
  847. package/dist/Matter/MTRCommodityTariffClusterGetDayEntryParams.d.ts +3 -0
  848. package/dist/Matter/MTRCommodityTariffClusterGetDayEntryResponseParams.d.ts +3 -0
  849. package/dist/Matter/MTRCommodityTariffClusterGetTariffComponentParams.d.ts +3 -0
  850. package/dist/Matter/MTRCommodityTariffClusterGetTariffComponentResponseParams.d.ts +3 -0
  851. package/dist/Matter/MTRCommodityTariffClusterPeakPeriodStruct.d.ts +3 -0
  852. package/dist/Matter/MTRCommodityTariffClusterTariffComponentStruct.d.ts +3 -0
  853. package/dist/Matter/MTRCommodityTariffClusterTariffInformationStruct.d.ts +3 -0
  854. package/dist/Matter/MTRCommodityTariffClusterTariffPeriodStruct.d.ts +3 -0
  855. package/dist/Matter/MTRCommodityTariffClusterTariffPriceStruct.d.ts +3 -0
  856. package/dist/Matter/MTRContentAppObserverClusterContentAppMessageParams.d.ts +3 -0
  857. package/dist/Matter/MTRContentAppObserverClusterContentAppMessageResponseParams.d.ts +3 -0
  858. package/dist/Matter/MTRContentControlClusterAddBonusTimeParams.d.ts +3 -0
  859. package/dist/Matter/MTRContentControlClusterBlockUnratedContentParams.d.ts +3 -0
  860. package/dist/Matter/MTRContentControlClusterDisableParams.d.ts +3 -0
  861. package/dist/Matter/MTRContentControlClusterEnableParams.d.ts +3 -0
  862. package/dist/Matter/MTRContentControlClusterRatingNameStruct.d.ts +3 -0
  863. package/dist/Matter/MTRContentControlClusterRemainingScreenTimeExpiredEvent.d.ts +3 -0
  864. package/dist/Matter/MTRContentControlClusterResetPINParams.d.ts +3 -0
  865. package/dist/Matter/MTRContentControlClusterResetPINResponseParams.d.ts +3 -0
  866. package/dist/Matter/MTRContentControlClusterSetOnDemandRatingThresholdParams.d.ts +3 -0
  867. package/dist/Matter/MTRContentControlClusterSetScheduledContentRatingThresholdParams.d.ts +3 -0
  868. package/dist/Matter/MTRContentControlClusterSetScreenDailyTimeParams.d.ts +3 -0
  869. package/dist/Matter/MTRContentControlClusterUnblockUnratedContentParams.d.ts +3 -0
  870. package/dist/Matter/MTRContentControlClusterUpdatePINParams.d.ts +3 -0
  871. package/dist/Matter/MTRContentLauncherClusterAdditionalInfoStruct.d.ts +3 -0
  872. package/dist/Matter/MTRContentLauncherClusterBrandingInformationStruct.d.ts +3 -0
  873. package/dist/Matter/MTRContentLauncherClusterContentSearchStruct.d.ts +3 -0
  874. package/dist/Matter/MTRContentLauncherClusterDimensionStruct.d.ts +3 -0
  875. package/dist/Matter/MTRContentLauncherClusterLaunchContentParams.d.ts +3 -0
  876. package/dist/Matter/MTRContentLauncherClusterLaunchURLParams.d.ts +3 -0
  877. package/dist/Matter/MTRContentLauncherClusterLauncherResponseParams.d.ts +3 -0
  878. package/dist/Matter/MTRContentLauncherClusterParameterStruct.d.ts +3 -0
  879. package/dist/Matter/MTRContentLauncherClusterPlaybackPreferencesStruct.d.ts +3 -0
  880. package/dist/Matter/MTRContentLauncherClusterStyleInformationStruct.d.ts +3 -0
  881. package/dist/Matter/MTRContentLauncherClusterTrackPreferenceStruct.d.ts +3 -0
  882. package/dist/Matter/MTRDataTypeAtomicAttributeStatusStruct.d.ts +3 -0
  883. package/dist/Matter/MTRDataTypeCurrencyStruct.d.ts +3 -0
  884. package/dist/Matter/MTRDataTypeICECandidateStruct.d.ts +3 -0
  885. package/dist/Matter/MTRDataTypeICEServerStruct.d.ts +3 -0
  886. package/dist/Matter/MTRDataTypeLocationDescriptorStruct.d.ts +3 -0
  887. package/dist/Matter/MTRDataTypeMeasurementAccuracyRangeStruct.d.ts +3 -0
  888. package/dist/Matter/MTRDataTypeMeasurementAccuracyStruct.d.ts +3 -0
  889. package/dist/Matter/MTRDataTypePowerThresholdStruct.d.ts +3 -0
  890. package/dist/Matter/MTRDataTypePriceStruct.d.ts +3 -0
  891. package/dist/Matter/MTRDataTypeSemanticTagStruct.d.ts +3 -0
  892. package/dist/Matter/MTRDataTypeTestGlobalStruct.d.ts +3 -0
  893. package/dist/Matter/MTRDataTypeViewportStruct.d.ts +3 -0
  894. package/dist/Matter/MTRDataTypeWebRTCSessionStruct.d.ts +3 -0
  895. package/dist/Matter/MTRDescriptorClusterDeviceTypeStruct.d.ts +3 -0
  896. package/dist/Matter/MTRDeviceEnergyManagementClusterCancelPowerAdjustRequestParams.d.ts +3 -0
  897. package/dist/Matter/MTRDeviceEnergyManagementClusterCancelRequestParams.d.ts +3 -0
  898. package/dist/Matter/MTRDeviceEnergyManagementClusterConstraintsStruct.d.ts +3 -0
  899. package/dist/Matter/MTRDeviceEnergyManagementClusterCostStruct.d.ts +3 -0
  900. package/dist/Matter/MTRDeviceEnergyManagementClusterForecastStruct.d.ts +3 -0
  901. package/dist/Matter/MTRDeviceEnergyManagementClusterModifyForecastRequestParams.d.ts +3 -0
  902. package/dist/Matter/MTRDeviceEnergyManagementClusterPauseRequestParams.d.ts +3 -0
  903. package/dist/Matter/MTRDeviceEnergyManagementClusterPausedEvent.d.ts +3 -0
  904. package/dist/Matter/MTRDeviceEnergyManagementClusterPowerAdjustCapabilityStruct.d.ts +3 -0
  905. package/dist/Matter/MTRDeviceEnergyManagementClusterPowerAdjustEndEvent.d.ts +3 -0
  906. package/dist/Matter/MTRDeviceEnergyManagementClusterPowerAdjustRequestParams.d.ts +3 -0
  907. package/dist/Matter/MTRDeviceEnergyManagementClusterPowerAdjustStartEvent.d.ts +3 -0
  908. package/dist/Matter/MTRDeviceEnergyManagementClusterPowerAdjustStruct.d.ts +3 -0
  909. package/dist/Matter/MTRDeviceEnergyManagementClusterRequestConstraintBasedForecastParams.d.ts +3 -0
  910. package/dist/Matter/MTRDeviceEnergyManagementClusterResumeRequestParams.d.ts +3 -0
  911. package/dist/Matter/MTRDeviceEnergyManagementClusterResumedEvent.d.ts +3 -0
  912. package/dist/Matter/MTRDeviceEnergyManagementClusterSlotAdjustmentStruct.d.ts +3 -0
  913. package/dist/Matter/MTRDeviceEnergyManagementClusterSlotStruct.d.ts +3 -0
  914. package/dist/Matter/MTRDeviceEnergyManagementClusterStartTimeAdjustRequestParams.d.ts +3 -0
  915. package/dist/Matter/MTRDeviceEnergyManagementModeClusterChangeToModeParams.d.ts +3 -0
  916. package/dist/Matter/MTRDeviceEnergyManagementModeClusterChangeToModeResponseParams.d.ts +3 -0
  917. package/dist/Matter/MTRDeviceEnergyManagementModeClusterModeOptionStruct.d.ts +3 -0
  918. package/dist/Matter/MTRDeviceEnergyManagementModeClusterModeTagStruct.d.ts +3 -0
  919. package/dist/Matter/MTRDeviceStorageBehaviorConfiguration.d.ts +3 -0
  920. package/dist/Matter/MTRDeviceType.d.ts +3 -0
  921. package/dist/Matter/MTRDeviceTypeRevision.d.ts +2 -1
  922. package/dist/Matter/MTRDiagnosticLogsClusterRetrieveLogsRequestParams.d.ts +3 -0
  923. package/dist/Matter/MTRDiagnosticLogsClusterRetrieveLogsResponseParams.d.ts +3 -0
  924. package/dist/Matter/MTRDishwasherAlarmClusterModifyEnabledAlarmsParams.d.ts +3 -0
  925. package/dist/Matter/MTRDishwasherAlarmClusterNotifyEvent.d.ts +3 -0
  926. package/dist/Matter/MTRDishwasherAlarmClusterResetParams.d.ts +3 -0
  927. package/dist/Matter/MTRDishwasherModeClusterChangeToModeParams.d.ts +3 -0
  928. package/dist/Matter/MTRDishwasherModeClusterChangeToModeResponseParams.d.ts +3 -0
  929. package/dist/Matter/MTRDishwasherModeClusterModeOptionStruct.d.ts +3 -0
  930. package/dist/Matter/MTRDishwasherModeClusterModeTagStruct.d.ts +3 -0
  931. package/dist/Matter/MTRDistinguishedNameInfo.d.ts +3 -0
  932. package/dist/Matter/MTRDoorLockClusterAppleAliroCredentialStruct.d.ts +3 -0
  933. package/dist/Matter/MTRDoorLockClusterAppleAliroLockOperationErrorEvent.d.ts +3 -0
  934. package/dist/Matter/MTRDoorLockClusterAppleAliroLockOperationEvent.d.ts +3 -0
  935. package/dist/Matter/MTRDoorLockClusterAppleAliroLockUserChangeEvent.d.ts +3 -0
  936. package/dist/Matter/MTRDoorLockClusterAppleClearAliroCredentialParams.d.ts +3 -0
  937. package/dist/Matter/MTRDoorLockClusterAppleClearAliroReaderConfigParams.d.ts +3 -0
  938. package/dist/Matter/MTRDoorLockClusterAppleGetAliroCredentialStatusParams.d.ts +3 -0
  939. package/dist/Matter/MTRDoorLockClusterAppleSetAliroCredentialParams.d.ts +3 -0
  940. package/dist/Matter/MTRDoorLockClusterAppleSetAliroReaderConfigParams.d.ts +3 -0
  941. package/dist/Matter/MTRDoorLockClusterClearAliroReaderConfigParams.d.ts +3 -0
  942. package/dist/Matter/MTRDoorLockClusterClearCredentialParams.d.ts +3 -0
  943. package/dist/Matter/MTRDoorLockClusterClearHolidayScheduleParams.d.ts +3 -0
  944. package/dist/Matter/MTRDoorLockClusterClearUserParams.d.ts +3 -0
  945. package/dist/Matter/MTRDoorLockClusterClearWeekDayScheduleParams.d.ts +3 -0
  946. package/dist/Matter/MTRDoorLockClusterClearYearDayScheduleParams.d.ts +3 -0
  947. package/dist/Matter/MTRDoorLockClusterCredentialStruct.d.ts +3 -0
  948. package/dist/Matter/MTRDoorLockClusterDoorLockAlarmEvent.d.ts +3 -0
  949. package/dist/Matter/MTRDoorLockClusterDoorStateChangeEvent.d.ts +3 -0
  950. package/dist/Matter/MTRDoorLockClusterGetCredentialStatusParams.d.ts +3 -0
  951. package/dist/Matter/MTRDoorLockClusterGetCredentialStatusResponseParams.d.ts +3 -0
  952. package/dist/Matter/MTRDoorLockClusterGetHolidayScheduleParams.d.ts +3 -0
  953. package/dist/Matter/MTRDoorLockClusterGetHolidayScheduleResponseParams.d.ts +3 -0
  954. package/dist/Matter/MTRDoorLockClusterGetUserParams.d.ts +3 -0
  955. package/dist/Matter/MTRDoorLockClusterGetUserResponseParams.d.ts +3 -0
  956. package/dist/Matter/MTRDoorLockClusterGetWeekDayScheduleParams.d.ts +3 -0
  957. package/dist/Matter/MTRDoorLockClusterGetWeekDayScheduleResponseParams.d.ts +3 -0
  958. package/dist/Matter/MTRDoorLockClusterGetYearDayScheduleParams.d.ts +3 -0
  959. package/dist/Matter/MTRDoorLockClusterGetYearDayScheduleResponseParams.d.ts +3 -0
  960. package/dist/Matter/MTRDoorLockClusterLockDoorParams.d.ts +3 -0
  961. package/dist/Matter/MTRDoorLockClusterLockOperationErrorEvent.d.ts +3 -0
  962. package/dist/Matter/MTRDoorLockClusterLockOperationEvent.d.ts +3 -0
  963. package/dist/Matter/MTRDoorLockClusterLockUserChangeEvent.d.ts +3 -0
  964. package/dist/Matter/MTRDoorLockClusterSetAliroReaderConfigParams.d.ts +3 -0
  965. package/dist/Matter/MTRDoorLockClusterSetCredentialParams.d.ts +3 -0
  966. package/dist/Matter/MTRDoorLockClusterSetCredentialResponseParams.d.ts +3 -0
  967. package/dist/Matter/MTRDoorLockClusterSetHolidayScheduleParams.d.ts +3 -0
  968. package/dist/Matter/MTRDoorLockClusterSetUserParams.d.ts +3 -0
  969. package/dist/Matter/MTRDoorLockClusterSetWeekDayScheduleParams.d.ts +3 -0
  970. package/dist/Matter/MTRDoorLockClusterSetYearDayScheduleParams.d.ts +3 -0
  971. package/dist/Matter/MTRDoorLockClusterUnboltDoorParams.d.ts +3 -0
  972. package/dist/Matter/MTRDoorLockClusterUnlockDoorParams.d.ts +3 -0
  973. package/dist/Matter/MTRDoorLockClusterUnlockWithTimeoutParams.d.ts +3 -0
  974. package/dist/Matter/MTREcosystemInformationClusterDeviceTypeStruct.d.ts +3 -0
  975. package/dist/Matter/MTREcosystemInformationClusterEcosystemDeviceStruct.d.ts +3 -0
  976. package/dist/Matter/MTREcosystemInformationClusterEcosystemLocationStruct.d.ts +3 -0
  977. package/dist/Matter/MTRElectricalEnergyMeasurementClusterCumulativeEnergyMeasuredEvent.d.ts +3 -0
  978. package/dist/Matter/MTRElectricalEnergyMeasurementClusterCumulativeEnergyResetStruct.d.ts +3 -0
  979. package/dist/Matter/MTRElectricalEnergyMeasurementClusterEnergyMeasurementStruct.d.ts +3 -0
  980. package/dist/Matter/MTRElectricalEnergyMeasurementClusterMeasurementAccuracyRangeStruct.d.ts +3 -0
  981. package/dist/Matter/MTRElectricalEnergyMeasurementClusterMeasurementAccuracyStruct.d.ts +3 -0
  982. package/dist/Matter/MTRElectricalEnergyMeasurementClusterPeriodicEnergyMeasuredEvent.d.ts +3 -0
  983. package/dist/Matter/MTRElectricalGridConditionsClusterCurrentConditionsChangedEvent.d.ts +3 -0
  984. package/dist/Matter/MTRElectricalGridConditionsClusterElectricalGridConditionsStruct.d.ts +3 -0
  985. package/dist/Matter/MTRElectricalMeasurementClusterGetMeasurementProfileCommandParams.d.ts +3 -0
  986. package/dist/Matter/MTRElectricalMeasurementClusterGetMeasurementProfileResponseCommandParams.d.ts +3 -0
  987. package/dist/Matter/MTRElectricalMeasurementClusterGetProfileInfoCommandParams.d.ts +3 -0
  988. package/dist/Matter/MTRElectricalMeasurementClusterGetProfileInfoResponseCommandParams.d.ts +3 -0
  989. package/dist/Matter/MTRElectricalPowerMeasurementClusterHarmonicMeasurementStruct.d.ts +3 -0
  990. package/dist/Matter/MTRElectricalPowerMeasurementClusterMeasurementAccuracyRangeStruct.d.ts +3 -0
  991. package/dist/Matter/MTRElectricalPowerMeasurementClusterMeasurementAccuracyStruct.d.ts +3 -0
  992. package/dist/Matter/MTRElectricalPowerMeasurementClusterMeasurementPeriodRangesEvent.d.ts +3 -0
  993. package/dist/Matter/MTRElectricalPowerMeasurementClusterMeasurementRangeStruct.d.ts +3 -0
  994. package/dist/Matter/MTREndpointInfo.d.ts +2 -1
  995. package/dist/Matter/MTREnergyEVSEClusterChargingTargetScheduleStruct.d.ts +3 -0
  996. package/dist/Matter/MTREnergyEVSEClusterChargingTargetStruct.d.ts +3 -0
  997. package/dist/Matter/MTREnergyEVSEClusterClearTargetsParams.d.ts +3 -0
  998. package/dist/Matter/MTREnergyEVSEClusterDisableParams.d.ts +3 -0
  999. package/dist/Matter/MTREnergyEVSEClusterEVConnectedEvent.d.ts +3 -0
  1000. package/dist/Matter/MTREnergyEVSEClusterEVNotDetectedEvent.d.ts +3 -0
  1001. package/dist/Matter/MTREnergyEVSEClusterEnableChargingParams.d.ts +3 -0
  1002. package/dist/Matter/MTREnergyEVSEClusterEnableDischargingParams.d.ts +3 -0
  1003. package/dist/Matter/MTREnergyEVSEClusterEnergyTransferStartedEvent.d.ts +3 -0
  1004. package/dist/Matter/MTREnergyEVSEClusterEnergyTransferStoppedEvent.d.ts +3 -0
  1005. package/dist/Matter/MTREnergyEVSEClusterFaultEvent.d.ts +3 -0
  1006. package/dist/Matter/MTREnergyEVSEClusterGetTargetsParams.d.ts +3 -0
  1007. package/dist/Matter/MTREnergyEVSEClusterGetTargetsResponseParams.d.ts +3 -0
  1008. package/dist/Matter/MTREnergyEVSEClusterRFIDEvent.d.ts +3 -0
  1009. package/dist/Matter/MTREnergyEVSEClusterSetTargetsParams.d.ts +3 -0
  1010. package/dist/Matter/MTREnergyEVSEClusterStartDiagnosticsParams.d.ts +3 -0
  1011. package/dist/Matter/MTREnergyEVSEModeClusterChangeToModeParams.d.ts +3 -0
  1012. package/dist/Matter/MTREnergyEVSEModeClusterChangeToModeResponseParams.d.ts +3 -0
  1013. package/dist/Matter/MTREnergyEVSEModeClusterModeOptionStruct.d.ts +3 -0
  1014. package/dist/Matter/MTREnergyEVSEModeClusterModeTagStruct.d.ts +3 -0
  1015. package/dist/Matter/MTREnergyPreferenceClusterBalanceStruct.d.ts +3 -0
  1016. package/dist/Matter/MTREthernetNetworkDiagnosticsClusterResetCountsParams.d.ts +3 -0
  1017. package/dist/Matter/MTREventRequestPath.d.ts +2 -1
  1018. package/dist/Matter/MTRFanControlClusterStepParams.d.ts +3 -0
  1019. package/dist/Matter/MTRFixedLabelClusterLabelStruct.d.ts +3 -0
  1020. package/dist/Matter/MTRGeneralCommissioningClusterArmFailSafeParams.d.ts +3 -0
  1021. package/dist/Matter/MTRGeneralCommissioningClusterArmFailSafeResponseParams.d.ts +3 -0
  1022. package/dist/Matter/MTRGeneralCommissioningClusterBasicCommissioningInfo.d.ts +3 -0
  1023. package/dist/Matter/MTRGeneralCommissioningClusterCommissioningCompleteParams.d.ts +3 -0
  1024. package/dist/Matter/MTRGeneralCommissioningClusterCommissioningCompleteResponseParams.d.ts +3 -0
  1025. package/dist/Matter/MTRGeneralCommissioningClusterSetRegulatoryConfigParams.d.ts +3 -0
  1026. package/dist/Matter/MTRGeneralCommissioningClusterSetRegulatoryConfigResponseParams.d.ts +3 -0
  1027. package/dist/Matter/MTRGeneralCommissioningClusterSetTCAcknowledgementsParams.d.ts +3 -0
  1028. package/dist/Matter/MTRGeneralCommissioningClusterSetTCAcknowledgementsResponseParams.d.ts +3 -0
  1029. package/dist/Matter/MTRGeneralDiagnosticsClusterBootReasonEvent.d.ts +3 -0
  1030. package/dist/Matter/MTRGeneralDiagnosticsClusterHardwareFaultChangeEvent.d.ts +3 -0
  1031. package/dist/Matter/MTRGeneralDiagnosticsClusterNetworkFaultChangeEvent.d.ts +3 -0
  1032. package/dist/Matter/MTRGeneralDiagnosticsClusterNetworkInterface.d.ts +3 -0
  1033. package/dist/Matter/MTRGeneralDiagnosticsClusterPayloadTestRequestParams.d.ts +3 -0
  1034. package/dist/Matter/MTRGeneralDiagnosticsClusterPayloadTestResponseParams.d.ts +3 -0
  1035. package/dist/Matter/MTRGeneralDiagnosticsClusterRadioFaultChangeEvent.d.ts +3 -0
  1036. package/dist/Matter/MTRGeneralDiagnosticsClusterTestEventTriggerParams.d.ts +3 -0
  1037. package/dist/Matter/MTRGeneralDiagnosticsClusterTimeSnapshotParams.d.ts +3 -0
  1038. package/dist/Matter/MTRGeneralDiagnosticsClusterTimeSnapshotResponseParams.d.ts +3 -0
  1039. package/dist/Matter/MTRGroupKeyManagementClusterGroupInfoMapStruct.d.ts +3 -0
  1040. package/dist/Matter/MTRGroupKeyManagementClusterGroupKeyMapStruct.d.ts +3 -0
  1041. package/dist/Matter/MTRGroupKeyManagementClusterGroupKeySetStruct.d.ts +3 -0
  1042. package/dist/Matter/MTRGroupKeyManagementClusterKeySetReadAllIndicesParams.d.ts +3 -0
  1043. package/dist/Matter/MTRGroupKeyManagementClusterKeySetReadAllIndicesResponseParams.d.ts +3 -0
  1044. package/dist/Matter/MTRGroupKeyManagementClusterKeySetReadParams.d.ts +3 -0
  1045. package/dist/Matter/MTRGroupKeyManagementClusterKeySetReadResponseParams.d.ts +3 -0
  1046. package/dist/Matter/MTRGroupKeyManagementClusterKeySetRemoveParams.d.ts +3 -0
  1047. package/dist/Matter/MTRGroupKeyManagementClusterKeySetWriteParams.d.ts +3 -0
  1048. package/dist/Matter/MTRGroupcastClusterConfigureAuxiliaryACLParams.d.ts +3 -0
  1049. package/dist/Matter/MTRGroupcastClusterExpireGracePeriodParams.d.ts +3 -0
  1050. package/dist/Matter/MTRGroupcastClusterJoinGroupParams.d.ts +3 -0
  1051. package/dist/Matter/MTRGroupcastClusterLeaveGroupParams.d.ts +3 -0
  1052. package/dist/Matter/MTRGroupcastClusterLeaveGroupResponseParams.d.ts +3 -0
  1053. package/dist/Matter/MTRGroupcastClusterMembershipStruct.d.ts +3 -0
  1054. package/dist/Matter/MTRGroupcastClusterUpdateGroupKeyParams.d.ts +3 -0
  1055. package/dist/Matter/MTRGroupsClusterAddGroupIfIdentifyingParams.d.ts +3 -0
  1056. package/dist/Matter/MTRGroupsClusterAddGroupParams.d.ts +3 -0
  1057. package/dist/Matter/MTRGroupsClusterAddGroupResponseParams.d.ts +3 -0
  1058. package/dist/Matter/MTRGroupsClusterGetGroupMembershipParams.d.ts +3 -0
  1059. package/dist/Matter/MTRGroupsClusterGetGroupMembershipResponseParams.d.ts +3 -0
  1060. package/dist/Matter/MTRGroupsClusterRemoveAllGroupsParams.d.ts +3 -0
  1061. package/dist/Matter/MTRGroupsClusterRemoveGroupParams.d.ts +3 -0
  1062. package/dist/Matter/MTRGroupsClusterRemoveGroupResponseParams.d.ts +3 -0
  1063. package/dist/Matter/MTRGroupsClusterViewGroupParams.d.ts +3 -0
  1064. package/dist/Matter/MTRGroupsClusterViewGroupResponseParams.d.ts +3 -0
  1065. package/dist/Matter/MTRHEPAFilterMonitoringClusterReplacementProductStruct.d.ts +3 -0
  1066. package/dist/Matter/MTRHEPAFilterMonitoringClusterResetConditionParams.d.ts +3 -0
  1067. package/dist/Matter/MTRICDManagementClusterMonitoringRegistrationStruct.d.ts +3 -0
  1068. package/dist/Matter/MTRICDManagementClusterRegisterClientParams.d.ts +3 -0
  1069. package/dist/Matter/MTRICDManagementClusterRegisterClientResponseParams.d.ts +3 -0
  1070. package/dist/Matter/MTRICDManagementClusterStayActiveRequestParams.d.ts +3 -0
  1071. package/dist/Matter/MTRICDManagementClusterStayActiveResponseParams.d.ts +3 -0
  1072. package/dist/Matter/MTRICDManagementClusterUnregisterClientParams.d.ts +3 -0
  1073. package/dist/Matter/MTRIdentifyClusterIdentifyParams.d.ts +3 -0
  1074. package/dist/Matter/MTRIdentifyClusterTriggerEffectParams.d.ts +3 -0
  1075. package/dist/Matter/MTRJointFabricAdministratorClusterAddICACParams.d.ts +3 -0
  1076. package/dist/Matter/MTRJointFabricAdministratorClusterAnnounceJointFabricAdministratorParams.d.ts +3 -0
  1077. package/dist/Matter/MTRJointFabricAdministratorClusterICACCSRRequestParams.d.ts +3 -0
  1078. package/dist/Matter/MTRJointFabricAdministratorClusterICACCSRResponseParams.d.ts +3 -0
  1079. package/dist/Matter/MTRJointFabricAdministratorClusterICACResponseParams.d.ts +3 -0
  1080. package/dist/Matter/MTRJointFabricAdministratorClusterOpenJointCommissioningWindowParams.d.ts +3 -0
  1081. package/dist/Matter/MTRJointFabricAdministratorClusterTransferAnchorCompleteParams.d.ts +3 -0
  1082. package/dist/Matter/MTRJointFabricAdministratorClusterTransferAnchorRequestParams.d.ts +3 -0
  1083. package/dist/Matter/MTRJointFabricAdministratorClusterTransferAnchorResponseParams.d.ts +3 -0
  1084. package/dist/Matter/MTRJointFabricDatastoreClusterAddACLToNodeParams.d.ts +3 -0
  1085. package/dist/Matter/MTRJointFabricDatastoreClusterAddAdminParams.d.ts +3 -0
  1086. package/dist/Matter/MTRJointFabricDatastoreClusterAddBindingToEndpointForNodeParams.d.ts +3 -0
  1087. package/dist/Matter/MTRJointFabricDatastoreClusterAddGroupIDToEndpointForNodeParams.d.ts +3 -0
  1088. package/dist/Matter/MTRJointFabricDatastoreClusterAddGroupParams.d.ts +3 -0
  1089. package/dist/Matter/MTRJointFabricDatastoreClusterAddKeySetParams.d.ts +3 -0
  1090. package/dist/Matter/MTRJointFabricDatastoreClusterAddPendingNodeParams.d.ts +3 -0
  1091. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreACLEntryStruct.d.ts +3 -0
  1092. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreAccessControlEntryStruct.d.ts +3 -0
  1093. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreAccessControlTargetStruct.d.ts +3 -0
  1094. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreAdministratorInformationEntryStruct.d.ts +3 -0
  1095. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreBindingTargetStruct.d.ts +3 -0
  1096. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreEndpointBindingEntryStruct.d.ts +3 -0
  1097. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreEndpointEntryStruct.d.ts +3 -0
  1098. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreEndpointGroupIDEntryStruct.d.ts +3 -0
  1099. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreGroupInformationEntryStruct.d.ts +3 -0
  1100. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreGroupKeySetStruct.d.ts +3 -0
  1101. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreNodeInformationEntryStruct.d.ts +3 -0
  1102. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreNodeKeySetEntryStruct.d.ts +3 -0
  1103. package/dist/Matter/MTRJointFabricDatastoreClusterDatastoreStatusEntryStruct.d.ts +3 -0
  1104. package/dist/Matter/MTRJointFabricDatastoreClusterRefreshNodeParams.d.ts +3 -0
  1105. package/dist/Matter/MTRJointFabricDatastoreClusterRemoveACLFromNodeParams.d.ts +3 -0
  1106. package/dist/Matter/MTRJointFabricDatastoreClusterRemoveAdminParams.d.ts +3 -0
  1107. package/dist/Matter/MTRJointFabricDatastoreClusterRemoveBindingFromEndpointForNodeParams.d.ts +3 -0
  1108. package/dist/Matter/MTRJointFabricDatastoreClusterRemoveGroupIDFromEndpointForNodeParams.d.ts +3 -0
  1109. package/dist/Matter/MTRJointFabricDatastoreClusterRemoveGroupParams.d.ts +3 -0
  1110. package/dist/Matter/MTRJointFabricDatastoreClusterRemoveKeySetParams.d.ts +3 -0
  1111. package/dist/Matter/MTRJointFabricDatastoreClusterRemoveNodeParams.d.ts +3 -0
  1112. package/dist/Matter/MTRJointFabricDatastoreClusterUpdateAdminParams.d.ts +3 -0
  1113. package/dist/Matter/MTRJointFabricDatastoreClusterUpdateEndpointForNodeParams.d.ts +3 -0
  1114. package/dist/Matter/MTRJointFabricDatastoreClusterUpdateGroupParams.d.ts +3 -0
  1115. package/dist/Matter/MTRJointFabricDatastoreClusterUpdateKeySetParams.d.ts +3 -0
  1116. package/dist/Matter/MTRJointFabricDatastoreClusterUpdateNodeParams.d.ts +3 -0
  1117. package/dist/Matter/MTRKeypadInputClusterSendKeyParams.d.ts +3 -0
  1118. package/dist/Matter/MTRKeypadInputClusterSendKeyResponseParams.d.ts +3 -0
  1119. package/dist/Matter/MTRLaundryWasherModeClusterChangeToModeParams.d.ts +3 -0
  1120. package/dist/Matter/MTRLaundryWasherModeClusterChangeToModeResponseParams.d.ts +3 -0
  1121. package/dist/Matter/MTRLaundryWasherModeClusterModeOptionStruct.d.ts +3 -0
  1122. package/dist/Matter/MTRLaundryWasherModeClusterModeTagStruct.d.ts +3 -0
  1123. package/dist/Matter/MTRLevelControlClusterMoveParams.d.ts +3 -0
  1124. package/dist/Matter/MTRLevelControlClusterMoveToClosestFrequencyParams.d.ts +3 -0
  1125. package/dist/Matter/MTRLevelControlClusterMoveToLevelParams.d.ts +3 -0
  1126. package/dist/Matter/MTRLevelControlClusterMoveToLevelWithOnOffParams.d.ts +3 -0
  1127. package/dist/Matter/MTRLevelControlClusterMoveWithOnOffParams.d.ts +3 -0
  1128. package/dist/Matter/MTRLevelControlClusterStepParams.d.ts +3 -0
  1129. package/dist/Matter/MTRLevelControlClusterStepWithOnOffParams.d.ts +3 -0
  1130. package/dist/Matter/MTRLevelControlClusterStopParams.d.ts +3 -0
  1131. package/dist/Matter/MTRLevelControlClusterStopWithOnOffParams.d.ts +3 -0
  1132. package/dist/Matter/MTRLowPowerClusterSleepParams.d.ts +3 -0
  1133. package/dist/Matter/MTRMediaInputClusterHideInputStatusParams.d.ts +3 -0
  1134. package/dist/Matter/MTRMediaInputClusterInputInfoStruct.d.ts +3 -0
  1135. package/dist/Matter/MTRMediaInputClusterRenameInputParams.d.ts +3 -0
  1136. package/dist/Matter/MTRMediaInputClusterSelectInputParams.d.ts +3 -0
  1137. package/dist/Matter/MTRMediaInputClusterShowInputStatusParams.d.ts +3 -0
  1138. package/dist/Matter/MTRMediaPlaybackClusterActivateAudioTrackParams.d.ts +3 -0
  1139. package/dist/Matter/MTRMediaPlaybackClusterActivateTextTrackParams.d.ts +3 -0
  1140. package/dist/Matter/MTRMediaPlaybackClusterDeactivateTextTrackParams.d.ts +3 -0
  1141. package/dist/Matter/MTRMediaPlaybackClusterFastForwardParams.d.ts +3 -0
  1142. package/dist/Matter/MTRMediaPlaybackClusterNextParams.d.ts +3 -0
  1143. package/dist/Matter/MTRMediaPlaybackClusterPauseParams.d.ts +3 -0
  1144. package/dist/Matter/MTRMediaPlaybackClusterPlayParams.d.ts +3 -0
  1145. package/dist/Matter/MTRMediaPlaybackClusterPlaybackPositionStruct.d.ts +3 -0
  1146. package/dist/Matter/MTRMediaPlaybackClusterPlaybackResponseParams.d.ts +3 -0
  1147. package/dist/Matter/MTRMediaPlaybackClusterPreviousParams.d.ts +3 -0
  1148. package/dist/Matter/MTRMediaPlaybackClusterRewindParams.d.ts +3 -0
  1149. package/dist/Matter/MTRMediaPlaybackClusterSeekParams.d.ts +3 -0
  1150. package/dist/Matter/MTRMediaPlaybackClusterSkipBackwardParams.d.ts +3 -0
  1151. package/dist/Matter/MTRMediaPlaybackClusterSkipForwardParams.d.ts +3 -0
  1152. package/dist/Matter/MTRMediaPlaybackClusterStartOverParams.d.ts +3 -0
  1153. package/dist/Matter/MTRMediaPlaybackClusterStateChangedEvent.d.ts +3 -0
  1154. package/dist/Matter/MTRMediaPlaybackClusterStopParams.d.ts +3 -0
  1155. package/dist/Matter/MTRMediaPlaybackClusterTrackAttributesStruct.d.ts +3 -0
  1156. package/dist/Matter/MTRMediaPlaybackClusterTrackStruct.d.ts +3 -0
  1157. package/dist/Matter/MTRMessagesClusterCancelMessagesRequestParams.d.ts +3 -0
  1158. package/dist/Matter/MTRMessagesClusterMessageCompleteEvent.d.ts +3 -0
  1159. package/dist/Matter/MTRMessagesClusterMessagePresentedEvent.d.ts +3 -0
  1160. package/dist/Matter/MTRMessagesClusterMessageQueuedEvent.d.ts +3 -0
  1161. package/dist/Matter/MTRMessagesClusterMessageResponseOptionStruct.d.ts +3 -0
  1162. package/dist/Matter/MTRMessagesClusterMessageStruct.d.ts +3 -0
  1163. package/dist/Matter/MTRMessagesClusterPresentMessagesRequestParams.d.ts +3 -0
  1164. package/dist/Matter/MTRMicrowaveOvenControlClusterAddMoreTimeParams.d.ts +3 -0
  1165. package/dist/Matter/MTRMicrowaveOvenControlClusterSetCookingParametersParams.d.ts +3 -0
  1166. package/dist/Matter/MTRMicrowaveOvenModeClusterModeOptionStruct.d.ts +3 -0
  1167. package/dist/Matter/MTRMicrowaveOvenModeClusterModeTagStruct.d.ts +3 -0
  1168. package/dist/Matter/MTRModeSelectClusterChangeToModeParams.d.ts +3 -0
  1169. package/dist/Matter/MTRModeSelectClusterModeOptionStruct.d.ts +3 -0
  1170. package/dist/Matter/MTRModeSelectClusterSemanticTagStruct.d.ts +3 -0
  1171. package/dist/Matter/MTRNetworkCommissioningClusterAddOrUpdateThreadNetworkParams.d.ts +3 -0
  1172. package/dist/Matter/MTRNetworkCommissioningClusterAddOrUpdateWiFiNetworkParams.d.ts +3 -0
  1173. package/dist/Matter/MTRNetworkCommissioningClusterConnectNetworkParams.d.ts +3 -0
  1174. package/dist/Matter/MTRNetworkCommissioningClusterConnectNetworkResponseParams.d.ts +3 -0
  1175. package/dist/Matter/MTRNetworkCommissioningClusterNetworkConfigResponseParams.d.ts +3 -0
  1176. package/dist/Matter/MTRNetworkCommissioningClusterNetworkInfoStruct.d.ts +3 -0
  1177. package/dist/Matter/MTRNetworkCommissioningClusterQueryIdentityParams.d.ts +3 -0
  1178. package/dist/Matter/MTRNetworkCommissioningClusterQueryIdentityResponseParams.d.ts +3 -0
  1179. package/dist/Matter/MTRNetworkCommissioningClusterRemoveNetworkParams.d.ts +3 -0
  1180. package/dist/Matter/MTRNetworkCommissioningClusterReorderNetworkParams.d.ts +3 -0
  1181. package/dist/Matter/MTRNetworkCommissioningClusterScanNetworksParams.d.ts +3 -0
  1182. package/dist/Matter/MTRNetworkCommissioningClusterScanNetworksResponseParams.d.ts +3 -0
  1183. package/dist/Matter/MTRNetworkCommissioningClusterThreadInterfaceScanResultStruct.d.ts +3 -0
  1184. package/dist/Matter/MTRNetworkCommissioningClusterWiFiInterfaceScanResultStruct.d.ts +3 -0
  1185. package/dist/Matter/MTRNetworkInterfaceInfo.d.ts +2 -1
  1186. package/dist/Matter/MTROccupancySensingClusterHoldTimeLimitsStruct.d.ts +3 -0
  1187. package/dist/Matter/MTROccupancySensingClusterOccupancyChangedEvent.d.ts +3 -0
  1188. package/dist/Matter/MTROnOffClusterOffParams.d.ts +3 -0
  1189. package/dist/Matter/MTROnOffClusterOffWithEffectParams.d.ts +3 -0
  1190. package/dist/Matter/MTROnOffClusterOnParams.d.ts +3 -0
  1191. package/dist/Matter/MTROnOffClusterOnWithRecallGlobalSceneParams.d.ts +3 -0
  1192. package/dist/Matter/MTROnOffClusterOnWithTimedOffParams.d.ts +3 -0
  1193. package/dist/Matter/MTROnOffClusterToggleParams.d.ts +3 -0
  1194. package/dist/Matter/MTROperationalCredentialsClusterAddNOCParams.d.ts +3 -0
  1195. package/dist/Matter/MTROperationalCredentialsClusterAddTrustedRootCertificateParams.d.ts +3 -0
  1196. package/dist/Matter/MTROperationalCredentialsClusterAttestationRequestParams.d.ts +3 -0
  1197. package/dist/Matter/MTROperationalCredentialsClusterAttestationResponseParams.d.ts +3 -0
  1198. package/dist/Matter/MTROperationalCredentialsClusterCSRRequestParams.d.ts +3 -0
  1199. package/dist/Matter/MTROperationalCredentialsClusterCSRResponseParams.d.ts +3 -0
  1200. package/dist/Matter/MTROperationalCredentialsClusterCertificateChainRequestParams.d.ts +3 -0
  1201. package/dist/Matter/MTROperationalCredentialsClusterCertificateChainResponseParams.d.ts +3 -0
  1202. package/dist/Matter/MTROperationalCredentialsClusterFabricDescriptorStruct.d.ts +3 -0
  1203. package/dist/Matter/MTROperationalCredentialsClusterNOCResponseParams.d.ts +3 -0
  1204. package/dist/Matter/MTROperationalCredentialsClusterNOCStruct.d.ts +3 -0
  1205. package/dist/Matter/MTROperationalCredentialsClusterRemoveFabricParams.d.ts +3 -0
  1206. package/dist/Matter/MTROperationalCredentialsClusterSetVIDVerificationStatementParams.d.ts +3 -0
  1207. package/dist/Matter/MTROperationalCredentialsClusterSignVIDVerificationRequestParams.d.ts +3 -0
  1208. package/dist/Matter/MTROperationalCredentialsClusterSignVIDVerificationResponseParams.d.ts +3 -0
  1209. package/dist/Matter/MTROperationalCredentialsClusterUpdateFabricLabelParams.d.ts +3 -0
  1210. package/dist/Matter/MTROperationalCredentialsClusterUpdateNOCParams.d.ts +3 -0
  1211. package/dist/Matter/MTROperationalStateClusterErrorStateStruct.d.ts +3 -0
  1212. package/dist/Matter/MTROperationalStateClusterOperationCompletionEvent.d.ts +3 -0
  1213. package/dist/Matter/MTROperationalStateClusterOperationalCommandResponseParams.d.ts +3 -0
  1214. package/dist/Matter/MTROperationalStateClusterOperationalErrorEvent.d.ts +3 -0
  1215. package/dist/Matter/MTROperationalStateClusterOperationalStateStruct.d.ts +3 -0
  1216. package/dist/Matter/MTROperationalStateClusterPauseParams.d.ts +3 -0
  1217. package/dist/Matter/MTROperationalStateClusterResumeParams.d.ts +3 -0
  1218. package/dist/Matter/MTROperationalStateClusterStartParams.d.ts +3 -0
  1219. package/dist/Matter/MTROperationalStateClusterStopParams.d.ts +3 -0
  1220. package/dist/Matter/MTROptionalQRCodeInfo.d.ts +3 -0
  1221. package/dist/Matter/MTROtaSoftwareUpdateProviderClusterApplyUpdateRequestParams.d.ts +3 -0
  1222. package/dist/Matter/MTROtaSoftwareUpdateProviderClusterApplyUpdateResponseParams.d.ts +3 -0
  1223. package/dist/Matter/MTROtaSoftwareUpdateProviderClusterNotifyUpdateAppliedParams.d.ts +3 -0
  1224. package/dist/Matter/MTROtaSoftwareUpdateProviderClusterQueryImageParams.d.ts +3 -0
  1225. package/dist/Matter/MTROtaSoftwareUpdateProviderClusterQueryImageResponseParams.d.ts +3 -0
  1226. package/dist/Matter/MTROtaSoftwareUpdateRequestorClusterAnnounceOtaProviderParams.d.ts +3 -0
  1227. package/dist/Matter/MTROtaSoftwareUpdateRequestorClusterDownloadErrorEvent.d.ts +3 -0
  1228. package/dist/Matter/MTROtaSoftwareUpdateRequestorClusterProviderLocation.d.ts +3 -0
  1229. package/dist/Matter/MTROtaSoftwareUpdateRequestorClusterStateTransitionEvent.d.ts +3 -0
  1230. package/dist/Matter/MTROtaSoftwareUpdateRequestorClusterVersionAppliedEvent.d.ts +3 -0
  1231. package/dist/Matter/MTROvenCavityOperationalStateClusterErrorStateStruct.d.ts +3 -0
  1232. package/dist/Matter/MTROvenCavityOperationalStateClusterOperationCompletionEvent.d.ts +3 -0
  1233. package/dist/Matter/MTROvenCavityOperationalStateClusterOperationalCommandResponseParams.d.ts +3 -0
  1234. package/dist/Matter/MTROvenCavityOperationalStateClusterOperationalErrorEvent.d.ts +3 -0
  1235. package/dist/Matter/MTROvenCavityOperationalStateClusterOperationalStateStruct.d.ts +3 -0
  1236. package/dist/Matter/MTROvenCavityOperationalStateClusterStartParams.d.ts +3 -0
  1237. package/dist/Matter/MTROvenCavityOperationalStateClusterStopParams.d.ts +3 -0
  1238. package/dist/Matter/MTROvenModeClusterChangeToModeParams.d.ts +3 -0
  1239. package/dist/Matter/MTROvenModeClusterChangeToModeResponseParams.d.ts +3 -0
  1240. package/dist/Matter/MTROvenModeClusterModeOptionStruct.d.ts +3 -0
  1241. package/dist/Matter/MTROvenModeClusterModeTagStruct.d.ts +3 -0
  1242. package/dist/Matter/MTRPowerSourceClusterBatChargeFaultChangeEvent.d.ts +3 -0
  1243. package/dist/Matter/MTRPowerSourceClusterBatChargeFaultChangeType.d.ts +3 -0
  1244. package/dist/Matter/MTRPowerSourceClusterBatFaultChangeEvent.d.ts +3 -0
  1245. package/dist/Matter/MTRPowerSourceClusterBatFaultChangeType.d.ts +3 -0
  1246. package/dist/Matter/MTRPowerSourceClusterWiredFaultChangeEvent.d.ts +3 -0
  1247. package/dist/Matter/MTRPowerSourceClusterWiredFaultChangeType.d.ts +3 -0
  1248. package/dist/Matter/MTRPowerTopologyClusterCircuitNodeStruct.d.ts +3 -0
  1249. package/dist/Matter/MTRProductIdentity.d.ts +2 -1
  1250. package/dist/Matter/MTRPumpConfigurationAndControlClusterAirDetectionEvent.d.ts +3 -0
  1251. package/dist/Matter/MTRPumpConfigurationAndControlClusterDryRunningEvent.d.ts +3 -0
  1252. package/dist/Matter/MTRPumpConfigurationAndControlClusterElectronicFatalFailureEvent.d.ts +3 -0
  1253. package/dist/Matter/MTRPumpConfigurationAndControlClusterElectronicNonFatalFailureEvent.d.ts +3 -0
  1254. package/dist/Matter/MTRPumpConfigurationAndControlClusterElectronicTemperatureHighEvent.d.ts +3 -0
  1255. package/dist/Matter/MTRPumpConfigurationAndControlClusterGeneralFaultEvent.d.ts +3 -0
  1256. package/dist/Matter/MTRPumpConfigurationAndControlClusterLeakageEvent.d.ts +3 -0
  1257. package/dist/Matter/MTRPumpConfigurationAndControlClusterMotorTemperatureHighEvent.d.ts +3 -0
  1258. package/dist/Matter/MTRPumpConfigurationAndControlClusterPowerMissingPhaseEvent.d.ts +3 -0
  1259. package/dist/Matter/MTRPumpConfigurationAndControlClusterPumpBlockedEvent.d.ts +3 -0
  1260. package/dist/Matter/MTRPumpConfigurationAndControlClusterPumpMotorFatalFailureEvent.d.ts +3 -0
  1261. package/dist/Matter/MTRPumpConfigurationAndControlClusterSensorFailureEvent.d.ts +3 -0
  1262. package/dist/Matter/MTRPumpConfigurationAndControlClusterSupplyVoltageHighEvent.d.ts +3 -0
  1263. package/dist/Matter/MTRPumpConfigurationAndControlClusterSupplyVoltageLowEvent.d.ts +3 -0
  1264. package/dist/Matter/MTRPumpConfigurationAndControlClusterSystemPressureHighEvent.d.ts +3 -0
  1265. package/dist/Matter/MTRPumpConfigurationAndControlClusterSystemPressureLowEvent.d.ts +3 -0
  1266. package/dist/Matter/MTRPumpConfigurationAndControlClusterTurbineOperationEvent.d.ts +3 -0
  1267. package/dist/Matter/MTRPushAVStreamTransportClusterAllocatePushTransportParams.d.ts +3 -0
  1268. package/dist/Matter/MTRPushAVStreamTransportClusterAllocatePushTransportResponseParams.d.ts +3 -0
  1269. package/dist/Matter/MTRPushAVStreamTransportClusterCMAFContainerOptionsStruct.d.ts +3 -0
  1270. package/dist/Matter/MTRPushAVStreamTransportClusterContainerOptionsStruct.d.ts +3 -0
  1271. package/dist/Matter/MTRPushAVStreamTransportClusterDeallocatePushTransportParams.d.ts +3 -0
  1272. package/dist/Matter/MTRPushAVStreamTransportClusterFindTransportParams.d.ts +3 -0
  1273. package/dist/Matter/MTRPushAVStreamTransportClusterFindTransportResponseParams.d.ts +3 -0
  1274. package/dist/Matter/MTRPushAVStreamTransportClusterManuallyTriggerTransportParams.d.ts +3 -0
  1275. package/dist/Matter/MTRPushAVStreamTransportClusterModifyPushTransportParams.d.ts +3 -0
  1276. package/dist/Matter/MTRPushAVStreamTransportClusterPushTransportBeginEvent.d.ts +3 -0
  1277. package/dist/Matter/MTRPushAVStreamTransportClusterPushTransportEndEvent.d.ts +3 -0
  1278. package/dist/Matter/MTRPushAVStreamTransportClusterSetTransportStatusParams.d.ts +3 -0
  1279. package/dist/Matter/MTRPushAVStreamTransportClusterSupportedFormatStruct.d.ts +3 -0
  1280. package/dist/Matter/MTRPushAVStreamTransportClusterTransportConfigurationStruct.d.ts +3 -0
  1281. package/dist/Matter/MTRPushAVStreamTransportClusterTransportMotionTriggerTimeControlStruct.d.ts +3 -0
  1282. package/dist/Matter/MTRPushAVStreamTransportClusterTransportOptionsStruct.d.ts +3 -0
  1283. package/dist/Matter/MTRPushAVStreamTransportClusterTransportTriggerOptionsStruct.d.ts +3 -0
  1284. package/dist/Matter/MTRPushAVStreamTransportClusterTransportZoneOptionsStruct.d.ts +3 -0
  1285. package/dist/Matter/MTRRVCCleanModeClusterChangeToModeParams.d.ts +3 -0
  1286. package/dist/Matter/MTRRVCCleanModeClusterChangeToModeResponseParams.d.ts +3 -0
  1287. package/dist/Matter/MTRRVCCleanModeClusterModeOptionStruct.d.ts +3 -0
  1288. package/dist/Matter/MTRRVCCleanModeClusterModeTagStruct.d.ts +3 -0
  1289. package/dist/Matter/MTRRVCOperationalStateClusterErrorStateStruct.d.ts +3 -0
  1290. package/dist/Matter/MTRRVCOperationalStateClusterGoHomeParams.d.ts +3 -0
  1291. package/dist/Matter/MTRRVCOperationalStateClusterOperationCompletionEvent.d.ts +3 -0
  1292. package/dist/Matter/MTRRVCOperationalStateClusterOperationalCommandResponseParams.d.ts +3 -0
  1293. package/dist/Matter/MTRRVCOperationalStateClusterOperationalErrorEvent.d.ts +3 -0
  1294. package/dist/Matter/MTRRVCOperationalStateClusterOperationalStateStruct.d.ts +3 -0
  1295. package/dist/Matter/MTRRVCOperationalStateClusterPauseParams.d.ts +3 -0
  1296. package/dist/Matter/MTRRVCOperationalStateClusterResumeParams.d.ts +3 -0
  1297. package/dist/Matter/MTRRVCRunModeClusterChangeToModeParams.d.ts +3 -0
  1298. package/dist/Matter/MTRRVCRunModeClusterChangeToModeResponseParams.d.ts +3 -0
  1299. package/dist/Matter/MTRRVCRunModeClusterModeOptionStruct.d.ts +3 -0
  1300. package/dist/Matter/MTRRVCRunModeClusterModeTagStruct.d.ts +3 -0
  1301. package/dist/Matter/MTRReadParams.d.ts +2 -1
  1302. package/dist/Matter/MTRRefrigeratorAlarmClusterNotifyEvent.d.ts +3 -0
  1303. package/dist/Matter/MTRRefrigeratorAndTemperatureControlledCabinetModeClusterChangeToModeParams.d.ts +3 -0
  1304. package/dist/Matter/MTRRefrigeratorAndTemperatureControlledCabinetModeClusterChangeToModeResponseParams.d.ts +3 -0
  1305. package/dist/Matter/MTRRefrigeratorAndTemperatureControlledCabinetModeClusterModeOptionStruct.d.ts +3 -0
  1306. package/dist/Matter/MTRRefrigeratorAndTemperatureControlledCabinetModeClusterModeTagStruct.d.ts +3 -0
  1307. package/dist/Matter/MTRSampleMEIClusterAddArgumentsParams.d.ts +3 -0
  1308. package/dist/Matter/MTRSampleMEIClusterAddArgumentsResponseParams.d.ts +3 -0
  1309. package/dist/Matter/MTRSampleMEIClusterPingCountEventEvent.d.ts +3 -0
  1310. package/dist/Matter/MTRSampleMEIClusterPingParams.d.ts +3 -0
  1311. package/dist/Matter/MTRScenesManagementClusterAddSceneParams.d.ts +3 -0
  1312. package/dist/Matter/MTRScenesManagementClusterAddSceneResponseParams.d.ts +3 -0
  1313. package/dist/Matter/MTRScenesManagementClusterAttributeValuePairStruct.d.ts +3 -0
  1314. package/dist/Matter/MTRScenesManagementClusterCopySceneParams.d.ts +3 -0
  1315. package/dist/Matter/MTRScenesManagementClusterCopySceneResponseParams.d.ts +3 -0
  1316. package/dist/Matter/MTRScenesManagementClusterExtensionFieldSetStruct.d.ts +3 -0
  1317. package/dist/Matter/MTRScenesManagementClusterGetSceneMembershipParams.d.ts +3 -0
  1318. package/dist/Matter/MTRScenesManagementClusterGetSceneMembershipResponseParams.d.ts +3 -0
  1319. package/dist/Matter/MTRScenesManagementClusterRecallSceneParams.d.ts +3 -0
  1320. package/dist/Matter/MTRScenesManagementClusterRemoveAllScenesParams.d.ts +3 -0
  1321. package/dist/Matter/MTRScenesManagementClusterRemoveAllScenesResponseParams.d.ts +3 -0
  1322. package/dist/Matter/MTRScenesManagementClusterRemoveSceneParams.d.ts +3 -0
  1323. package/dist/Matter/MTRScenesManagementClusterRemoveSceneResponseParams.d.ts +3 -0
  1324. package/dist/Matter/MTRScenesManagementClusterSceneInfoStruct.d.ts +3 -0
  1325. package/dist/Matter/MTRScenesManagementClusterStoreSceneParams.d.ts +3 -0
  1326. package/dist/Matter/MTRScenesManagementClusterStoreSceneResponseParams.d.ts +3 -0
  1327. package/dist/Matter/MTRScenesManagementClusterViewSceneParams.d.ts +3 -0
  1328. package/dist/Matter/MTRScenesManagementClusterViewSceneResponseParams.d.ts +3 -0
  1329. package/dist/Matter/MTRServiceAreaClusterAreaInfoStruct.d.ts +3 -0
  1330. package/dist/Matter/MTRServiceAreaClusterAreaStruct.d.ts +3 -0
  1331. package/dist/Matter/MTRServiceAreaClusterLandmarkInfoStruct.d.ts +3 -0
  1332. package/dist/Matter/MTRServiceAreaClusterMapStruct.d.ts +3 -0
  1333. package/dist/Matter/MTRServiceAreaClusterProgressStruct.d.ts +3 -0
  1334. package/dist/Matter/MTRServiceAreaClusterSelectAreasParams.d.ts +3 -0
  1335. package/dist/Matter/MTRServiceAreaClusterSelectAreasResponseParams.d.ts +3 -0
  1336. package/dist/Matter/MTRServiceAreaClusterSkipAreaParams.d.ts +3 -0
  1337. package/dist/Matter/MTRServiceAreaClusterSkipAreaResponseParams.d.ts +3 -0
  1338. package/dist/Matter/MTRSetupPayload.d.ts +2 -1
  1339. package/dist/Matter/MTRSmokeCOAlarmClusterAlarmMutedEvent.d.ts +3 -0
  1340. package/dist/Matter/MTRSmokeCOAlarmClusterAllClearEvent.d.ts +3 -0
  1341. package/dist/Matter/MTRSmokeCOAlarmClusterCOAlarmEvent.d.ts +3 -0
  1342. package/dist/Matter/MTRSmokeCOAlarmClusterEndOfServiceEvent.d.ts +3 -0
  1343. package/dist/Matter/MTRSmokeCOAlarmClusterHardwareFaultEvent.d.ts +3 -0
  1344. package/dist/Matter/MTRSmokeCOAlarmClusterInterconnectCOAlarmEvent.d.ts +3 -0
  1345. package/dist/Matter/MTRSmokeCOAlarmClusterInterconnectSmokeAlarmEvent.d.ts +3 -0
  1346. package/dist/Matter/MTRSmokeCOAlarmClusterLowBatteryEvent.d.ts +3 -0
  1347. package/dist/Matter/MTRSmokeCOAlarmClusterMuteEndedEvent.d.ts +3 -0
  1348. package/dist/Matter/MTRSmokeCOAlarmClusterSelfTestCompleteEvent.d.ts +3 -0
  1349. package/dist/Matter/MTRSmokeCOAlarmClusterSelfTestRequestParams.d.ts +3 -0
  1350. package/dist/Matter/MTRSmokeCOAlarmClusterSmokeAlarmEvent.d.ts +3 -0
  1351. package/dist/Matter/MTRSoftwareDiagnosticsClusterResetWatermarksParams.d.ts +3 -0
  1352. package/dist/Matter/MTRSoftwareDiagnosticsClusterSoftwareFaultEvent.d.ts +3 -0
  1353. package/dist/Matter/MTRSoftwareDiagnosticsClusterThreadMetricsStruct.d.ts +3 -0
  1354. package/dist/Matter/MTRSubscribeParams.d.ts +3 -0
  1355. package/dist/Matter/MTRSwitchClusterInitialPressEvent.d.ts +3 -0
  1356. package/dist/Matter/MTRSwitchClusterLongPressEvent.d.ts +3 -0
  1357. package/dist/Matter/MTRSwitchClusterLongReleaseEvent.d.ts +3 -0
  1358. package/dist/Matter/MTRSwitchClusterMultiPressCompleteEvent.d.ts +3 -0
  1359. package/dist/Matter/MTRSwitchClusterMultiPressOngoingEvent.d.ts +3 -0
  1360. package/dist/Matter/MTRSwitchClusterShortReleaseEvent.d.ts +3 -0
  1361. package/dist/Matter/MTRSwitchClusterSwitchLatchedEvent.d.ts +3 -0
  1362. package/dist/Matter/MTRTLSCertificateManagementClusterClientCSRParams.d.ts +3 -0
  1363. package/dist/Matter/MTRTLSCertificateManagementClusterClientCSRResponseParams.d.ts +3 -0
  1364. package/dist/Matter/MTRTLSCertificateManagementClusterFindClientCertificateParams.d.ts +3 -0
  1365. package/dist/Matter/MTRTLSCertificateManagementClusterFindClientCertificateResponseParams.d.ts +3 -0
  1366. package/dist/Matter/MTRTLSCertificateManagementClusterFindRootCertificateParams.d.ts +3 -0
  1367. package/dist/Matter/MTRTLSCertificateManagementClusterFindRootCertificateResponseParams.d.ts +3 -0
  1368. package/dist/Matter/MTRTLSCertificateManagementClusterLookupClientCertificateParams.d.ts +3 -0
  1369. package/dist/Matter/MTRTLSCertificateManagementClusterLookupClientCertificateResponseParams.d.ts +3 -0
  1370. package/dist/Matter/MTRTLSCertificateManagementClusterLookupRootCertificateParams.d.ts +3 -0
  1371. package/dist/Matter/MTRTLSCertificateManagementClusterLookupRootCertificateResponseParams.d.ts +3 -0
  1372. package/dist/Matter/MTRTLSCertificateManagementClusterProvisionClientCertificateParams.d.ts +3 -0
  1373. package/dist/Matter/MTRTLSCertificateManagementClusterProvisionRootCertificateParams.d.ts +3 -0
  1374. package/dist/Matter/MTRTLSCertificateManagementClusterProvisionRootCertificateResponseParams.d.ts +3 -0
  1375. package/dist/Matter/MTRTLSCertificateManagementClusterRemoveClientCertificateParams.d.ts +3 -0
  1376. package/dist/Matter/MTRTLSCertificateManagementClusterRemoveRootCertificateParams.d.ts +3 -0
  1377. package/dist/Matter/MTRTLSCertificateManagementClusterTLSCertStruct.d.ts +3 -0
  1378. package/dist/Matter/MTRTLSCertificateManagementClusterTLSClientCertificateDetailStruct.d.ts +3 -0
  1379. package/dist/Matter/MTRTLSClientManagementClusterFindEndpointParams.d.ts +3 -0
  1380. package/dist/Matter/MTRTLSClientManagementClusterFindEndpointResponseParams.d.ts +3 -0
  1381. package/dist/Matter/MTRTLSClientManagementClusterProvisionEndpointParams.d.ts +3 -0
  1382. package/dist/Matter/MTRTLSClientManagementClusterProvisionEndpointResponseParams.d.ts +3 -0
  1383. package/dist/Matter/MTRTLSClientManagementClusterRemoveEndpointParams.d.ts +3 -0
  1384. package/dist/Matter/MTRTLSClientManagementClusterTLSEndpointStruct.d.ts +3 -0
  1385. package/dist/Matter/MTRTargetNavigatorClusterNavigateTargetParams.d.ts +3 -0
  1386. package/dist/Matter/MTRTargetNavigatorClusterNavigateTargetResponseParams.d.ts +3 -0
  1387. package/dist/Matter/MTRTargetNavigatorClusterTargetInfoStruct.d.ts +3 -0
  1388. package/dist/Matter/MTRTargetNavigatorClusterTargetUpdatedEvent.d.ts +3 -0
  1389. package/dist/Matter/MTRTemperatureControlClusterSetTemperatureParams.d.ts +3 -0
  1390. package/dist/Matter/MTRThermostatClusterActivePresetChangeEvent.d.ts +3 -0
  1391. package/dist/Matter/MTRThermostatClusterActiveScheduleChangeEvent.d.ts +3 -0
  1392. package/dist/Matter/MTRThermostatClusterAddThermostatSuggestionParams.d.ts +3 -0
  1393. package/dist/Matter/MTRThermostatClusterAddThermostatSuggestionResponseParams.d.ts +3 -0
  1394. package/dist/Matter/MTRThermostatClusterAtomicRequestParams.d.ts +3 -0
  1395. package/dist/Matter/MTRThermostatClusterAtomicResponseParams.d.ts +3 -0
  1396. package/dist/Matter/MTRThermostatClusterClearWeeklyScheduleParams.d.ts +3 -0
  1397. package/dist/Matter/MTRThermostatClusterGetWeeklyScheduleParams.d.ts +3 -0
  1398. package/dist/Matter/MTRThermostatClusterGetWeeklyScheduleResponseParams.d.ts +3 -0
  1399. package/dist/Matter/MTRThermostatClusterLocalTemperatureChangeEvent.d.ts +3 -0
  1400. package/dist/Matter/MTRThermostatClusterOccupancyChangeEvent.d.ts +3 -0
  1401. package/dist/Matter/MTRThermostatClusterPresetStruct.d.ts +3 -0
  1402. package/dist/Matter/MTRThermostatClusterPresetTypeStruct.d.ts +3 -0
  1403. package/dist/Matter/MTRThermostatClusterRemoveThermostatSuggestionParams.d.ts +3 -0
  1404. package/dist/Matter/MTRThermostatClusterRunningModeChangeEvent.d.ts +3 -0
  1405. package/dist/Matter/MTRThermostatClusterRunningStateChangeEvent.d.ts +3 -0
  1406. package/dist/Matter/MTRThermostatClusterScheduleStruct.d.ts +3 -0
  1407. package/dist/Matter/MTRThermostatClusterScheduleTransitionStruct.d.ts +3 -0
  1408. package/dist/Matter/MTRThermostatClusterScheduleTypeStruct.d.ts +3 -0
  1409. package/dist/Matter/MTRThermostatClusterSetActivePresetRequestParams.d.ts +3 -0
  1410. package/dist/Matter/MTRThermostatClusterSetActiveScheduleRequestParams.d.ts +3 -0
  1411. package/dist/Matter/MTRThermostatClusterSetWeeklyScheduleParams.d.ts +3 -0
  1412. package/dist/Matter/MTRThermostatClusterSetpointChangeEvent.d.ts +3 -0
  1413. package/dist/Matter/MTRThermostatClusterSetpointRaiseLowerParams.d.ts +3 -0
  1414. package/dist/Matter/MTRThermostatClusterSystemModeChangeEvent.d.ts +3 -0
  1415. package/dist/Matter/MTRThermostatClusterThermostatSuggestionStruct.d.ts +3 -0
  1416. package/dist/Matter/MTRThermostatClusterWeeklyScheduleTransitionStruct.d.ts +3 -0
  1417. package/dist/Matter/MTRThreadBorderRouterManagementClusterDatasetResponseParams.d.ts +3 -0
  1418. package/dist/Matter/MTRThreadBorderRouterManagementClusterGetActiveDatasetRequestParams.d.ts +3 -0
  1419. package/dist/Matter/MTRThreadBorderRouterManagementClusterGetPendingDatasetRequestParams.d.ts +3 -0
  1420. package/dist/Matter/MTRThreadBorderRouterManagementClusterSetActiveDatasetRequestParams.d.ts +3 -0
  1421. package/dist/Matter/MTRThreadBorderRouterManagementClusterSetPendingDatasetRequestParams.d.ts +3 -0
  1422. package/dist/Matter/MTRThreadNetworkDiagnosticsClusterConnectionStatusEvent.d.ts +3 -0
  1423. package/dist/Matter/MTRThreadNetworkDiagnosticsClusterNeighborTableStruct.d.ts +3 -0
  1424. package/dist/Matter/MTRThreadNetworkDiagnosticsClusterNetworkFaultChangeEvent.d.ts +3 -0
  1425. package/dist/Matter/MTRThreadNetworkDiagnosticsClusterOperationalDatasetComponents.d.ts +3 -0
  1426. package/dist/Matter/MTRThreadNetworkDiagnosticsClusterResetCountsParams.d.ts +3 -0
  1427. package/dist/Matter/MTRThreadNetworkDiagnosticsClusterRouteTableStruct.d.ts +3 -0
  1428. package/dist/Matter/MTRThreadNetworkDiagnosticsClusterSecurityPolicy.d.ts +3 -0
  1429. package/dist/Matter/MTRThreadNetworkDirectoryClusterAddNetworkParams.d.ts +3 -0
  1430. package/dist/Matter/MTRThreadNetworkDirectoryClusterGetOperationalDatasetParams.d.ts +3 -0
  1431. package/dist/Matter/MTRThreadNetworkDirectoryClusterOperationalDatasetResponseParams.d.ts +3 -0
  1432. package/dist/Matter/MTRThreadNetworkDirectoryClusterRemoveNetworkParams.d.ts +3 -0
  1433. package/dist/Matter/MTRThreadNetworkDirectoryClusterThreadNetworkStruct.d.ts +3 -0
  1434. package/dist/Matter/MTRTimeSynchronizationClusterDSTOffsetStruct.d.ts +3 -0
  1435. package/dist/Matter/MTRTimeSynchronizationClusterDSTStatusEvent.d.ts +3 -0
  1436. package/dist/Matter/MTRTimeSynchronizationClusterDSTTableEmptyEvent.d.ts +3 -0
  1437. package/dist/Matter/MTRTimeSynchronizationClusterFabricScopedTrustedTimeSourceStruct.d.ts +3 -0
  1438. package/dist/Matter/MTRTimeSynchronizationClusterMissingTrustedTimeSourceEvent.d.ts +3 -0
  1439. package/dist/Matter/MTRTimeSynchronizationClusterSetDSTOffsetParams.d.ts +3 -0
  1440. package/dist/Matter/MTRTimeSynchronizationClusterSetDefaultNTPParams.d.ts +3 -0
  1441. package/dist/Matter/MTRTimeSynchronizationClusterSetTimeZoneParams.d.ts +3 -0
  1442. package/dist/Matter/MTRTimeSynchronizationClusterSetTimeZoneResponseParams.d.ts +3 -0
  1443. package/dist/Matter/MTRTimeSynchronizationClusterSetTrustedTimeSourceParams.d.ts +3 -0
  1444. package/dist/Matter/MTRTimeSynchronizationClusterSetUtcTimeParams.d.ts +3 -0
  1445. package/dist/Matter/MTRTimeSynchronizationClusterTimeFailureEvent.d.ts +3 -0
  1446. package/dist/Matter/MTRTimeSynchronizationClusterTimeZoneStatusEvent.d.ts +3 -0
  1447. package/dist/Matter/MTRTimeSynchronizationClusterTimeZoneStruct.d.ts +3 -0
  1448. package/dist/Matter/MTRTimeSynchronizationClusterTrustedTimeSourceStruct.d.ts +3 -0
  1449. package/dist/Matter/MTRTimerClusterAddTimeParams.d.ts +3 -0
  1450. package/dist/Matter/MTRTimerClusterReduceTimeParams.d.ts +3 -0
  1451. package/dist/Matter/MTRTimerClusterResetTimerParams.d.ts +3 -0
  1452. package/dist/Matter/MTRTimerClusterSetTimerParams.d.ts +3 -0
  1453. package/dist/Matter/MTRUnitTestingClusterBooleanResponseParams.d.ts +3 -0
  1454. package/dist/Matter/MTRUnitTestingClusterDoubleNestedStructList.d.ts +3 -0
  1455. package/dist/Matter/MTRUnitTestingClusterGlobalEchoRequestParams.d.ts +3 -0
  1456. package/dist/Matter/MTRUnitTestingClusterGlobalEchoResponseParams.d.ts +3 -0
  1457. package/dist/Matter/MTRUnitTestingClusterNestedStruct.d.ts +3 -0
  1458. package/dist/Matter/MTRUnitTestingClusterNestedStructList.d.ts +3 -0
  1459. package/dist/Matter/MTRUnitTestingClusterNullablesAndOptionalsStruct.d.ts +3 -0
  1460. package/dist/Matter/MTRUnitTestingClusterSimpleStruct.d.ts +3 -0
  1461. package/dist/Matter/MTRUnitTestingClusterSimpleStructEchoRequestParams.d.ts +3 -0
  1462. package/dist/Matter/MTRUnitTestingClusterSimpleStructResponseParams.d.ts +3 -0
  1463. package/dist/Matter/MTRUnitTestingClusterStringEchoRequestParams.d.ts +3 -0
  1464. package/dist/Matter/MTRUnitTestingClusterStringEchoResponseParams.d.ts +3 -0
  1465. package/dist/Matter/MTRUnitTestingClusterTestAddArgumentsParams.d.ts +3 -0
  1466. package/dist/Matter/MTRUnitTestingClusterTestAddArgumentsResponseParams.d.ts +3 -0
  1467. package/dist/Matter/MTRUnitTestingClusterTestBatchHelperRequestParams.d.ts +3 -0
  1468. package/dist/Matter/MTRUnitTestingClusterTestBatchHelperResponseParams.d.ts +3 -0
  1469. package/dist/Matter/MTRUnitTestingClusterTestCheckCommandFlagsParams.d.ts +3 -0
  1470. package/dist/Matter/MTRUnitTestingClusterTestComplexNullableOptionalRequestParams.d.ts +3 -0
  1471. package/dist/Matter/MTRUnitTestingClusterTestComplexNullableOptionalResponseParams.d.ts +3 -0
  1472. package/dist/Matter/MTRUnitTestingClusterTestDifferentVendorMeiEventEvent.d.ts +3 -0
  1473. package/dist/Matter/MTRUnitTestingClusterTestDifferentVendorMeiRequestParams.d.ts +3 -0
  1474. package/dist/Matter/MTRUnitTestingClusterTestDifferentVendorMeiResponseParams.d.ts +3 -0
  1475. package/dist/Matter/MTRUnitTestingClusterTestEmitTestEventRequestParams.d.ts +3 -0
  1476. package/dist/Matter/MTRUnitTestingClusterTestEmitTestEventResponseParams.d.ts +3 -0
  1477. package/dist/Matter/MTRUnitTestingClusterTestEmitTestFabricScopedEventRequestParams.d.ts +3 -0
  1478. package/dist/Matter/MTRUnitTestingClusterTestEmitTestFabricScopedEventResponseParams.d.ts +3 -0
  1479. package/dist/Matter/MTRUnitTestingClusterTestEnumsRequestParams.d.ts +3 -0
  1480. package/dist/Matter/MTRUnitTestingClusterTestEnumsResponseParams.d.ts +3 -0
  1481. package/dist/Matter/MTRUnitTestingClusterTestEventEvent.d.ts +3 -0
  1482. package/dist/Matter/MTRUnitTestingClusterTestFabricScoped.d.ts +3 -0
  1483. package/dist/Matter/MTRUnitTestingClusterTestFabricScopedEventEvent.d.ts +3 -0
  1484. package/dist/Matter/MTRUnitTestingClusterTestListInt8UArgumentRequestParams.d.ts +3 -0
  1485. package/dist/Matter/MTRUnitTestingClusterTestListInt8UReverseRequestParams.d.ts +3 -0
  1486. package/dist/Matter/MTRUnitTestingClusterTestListInt8UReverseResponseParams.d.ts +3 -0
  1487. package/dist/Matter/MTRUnitTestingClusterTestListNestedStructListArgumentRequestParams.d.ts +3 -0
  1488. package/dist/Matter/MTRUnitTestingClusterTestListStructArgumentRequestParams.d.ts +3 -0
  1489. package/dist/Matter/MTRUnitTestingClusterTestListStructOctet.d.ts +3 -0
  1490. package/dist/Matter/MTRUnitTestingClusterTestNestedStructArgumentRequestParams.d.ts +3 -0
  1491. package/dist/Matter/MTRUnitTestingClusterTestNestedStructListArgumentRequestParams.d.ts +3 -0
  1492. package/dist/Matter/MTRUnitTestingClusterTestNotHandledParams.d.ts +3 -0
  1493. package/dist/Matter/MTRUnitTestingClusterTestNullableOptionalRequestParams.d.ts +3 -0
  1494. package/dist/Matter/MTRUnitTestingClusterTestNullableOptionalResponseParams.d.ts +3 -0
  1495. package/dist/Matter/MTRUnitTestingClusterTestParams.d.ts +3 -0
  1496. package/dist/Matter/MTRUnitTestingClusterTestSecondBatchHelperRequestParams.d.ts +3 -0
  1497. package/dist/Matter/MTRUnitTestingClusterTestSimpleArgumentRequestParams.d.ts +3 -0
  1498. package/dist/Matter/MTRUnitTestingClusterTestSimpleArgumentResponseParams.d.ts +3 -0
  1499. package/dist/Matter/MTRUnitTestingClusterTestSimpleOptionalArgumentRequestParams.d.ts +3 -0
  1500. package/dist/Matter/MTRUnitTestingClusterTestSpecificParams.d.ts +3 -0
  1501. package/dist/Matter/MTRUnitTestingClusterTestSpecificResponseParams.d.ts +3 -0
  1502. package/dist/Matter/MTRUnitTestingClusterTestStructArgumentRequestParams.d.ts +3 -0
  1503. package/dist/Matter/MTRUnitTestingClusterTestStructArrayArgumentRequestParams.d.ts +3 -0
  1504. package/dist/Matter/MTRUnitTestingClusterTestStructArrayArgumentResponseParams.d.ts +3 -0
  1505. package/dist/Matter/MTRUnitTestingClusterTestUnknownCommandParams.d.ts +3 -0
  1506. package/dist/Matter/MTRUnitTestingClusterTimedInvokeRequestParams.d.ts +3 -0
  1507. package/dist/Matter/MTRUserLabelClusterLabelStruct.d.ts +3 -0
  1508. package/dist/Matter/MTRValveConfigurationAndControlClusterCloseParams.d.ts +3 -0
  1509. package/dist/Matter/MTRValveConfigurationAndControlClusterOpenParams.d.ts +3 -0
  1510. package/dist/Matter/MTRValveConfigurationAndControlClusterValveFaultEvent.d.ts +3 -0
  1511. package/dist/Matter/MTRValveConfigurationAndControlClusterValveStateChangedEvent.d.ts +3 -0
  1512. package/dist/Matter/MTRWaterHeaterManagementClusterBoostEndedEvent.d.ts +3 -0
  1513. package/dist/Matter/MTRWaterHeaterManagementClusterBoostParams.d.ts +3 -0
  1514. package/dist/Matter/MTRWaterHeaterManagementClusterBoostStartedEvent.d.ts +3 -0
  1515. package/dist/Matter/MTRWaterHeaterManagementClusterCancelBoostParams.d.ts +3 -0
  1516. package/dist/Matter/MTRWaterHeaterManagementClusterWaterHeaterBoostInfoStruct.d.ts +3 -0
  1517. package/dist/Matter/MTRWaterHeaterModeClusterChangeToModeParams.d.ts +3 -0
  1518. package/dist/Matter/MTRWaterHeaterModeClusterChangeToModeResponseParams.d.ts +3 -0
  1519. package/dist/Matter/MTRWaterHeaterModeClusterModeOptionStruct.d.ts +3 -0
  1520. package/dist/Matter/MTRWaterHeaterModeClusterModeTagStruct.d.ts +3 -0
  1521. package/dist/Matter/MTRWebRTCTransportProviderClusterEndSessionParams.d.ts +3 -0
  1522. package/dist/Matter/MTRWebRTCTransportProviderClusterProvideAnswerParams.d.ts +3 -0
  1523. package/dist/Matter/MTRWebRTCTransportProviderClusterProvideICECandidatesParams.d.ts +3 -0
  1524. package/dist/Matter/MTRWebRTCTransportProviderClusterProvideOfferParams.d.ts +3 -0
  1525. package/dist/Matter/MTRWebRTCTransportProviderClusterProvideOfferResponseParams.d.ts +3 -0
  1526. package/dist/Matter/MTRWebRTCTransportProviderClusterSFrameStruct.d.ts +3 -0
  1527. package/dist/Matter/MTRWebRTCTransportProviderClusterSolicitOfferParams.d.ts +3 -0
  1528. package/dist/Matter/MTRWebRTCTransportProviderClusterSolicitOfferResponseParams.d.ts +3 -0
  1529. package/dist/Matter/MTRWebRTCTransportRequestorClusterAnswerParams.d.ts +3 -0
  1530. package/dist/Matter/MTRWebRTCTransportRequestorClusterEndParams.d.ts +3 -0
  1531. package/dist/Matter/MTRWebRTCTransportRequestorClusterICECandidatesParams.d.ts +3 -0
  1532. package/dist/Matter/MTRWebRTCTransportRequestorClusterOfferParams.d.ts +3 -0
  1533. package/dist/Matter/MTRWiFiNetworkDiagnosticsClusterAssociationFailureEvent.d.ts +3 -0
  1534. package/dist/Matter/MTRWiFiNetworkDiagnosticsClusterConnectionStatusEvent.d.ts +3 -0
  1535. package/dist/Matter/MTRWiFiNetworkDiagnosticsClusterDisconnectionEvent.d.ts +3 -0
  1536. package/dist/Matter/MTRWiFiNetworkDiagnosticsClusterResetCountsParams.d.ts +3 -0
  1537. package/dist/Matter/MTRWiFiNetworkManagementClusterNetworkPassphraseRequestParams.d.ts +3 -0
  1538. package/dist/Matter/MTRWiFiNetworkManagementClusterNetworkPassphraseResponseParams.d.ts +3 -0
  1539. package/dist/Matter/MTRWindowCoveringClusterDownOrCloseParams.d.ts +3 -0
  1540. package/dist/Matter/MTRWindowCoveringClusterGoToLiftPercentageParams.d.ts +3 -0
  1541. package/dist/Matter/MTRWindowCoveringClusterGoToLiftValueParams.d.ts +3 -0
  1542. package/dist/Matter/MTRWindowCoveringClusterGoToTiltPercentageParams.d.ts +3 -0
  1543. package/dist/Matter/MTRWindowCoveringClusterGoToTiltValueParams.d.ts +3 -0
  1544. package/dist/Matter/MTRWindowCoveringClusterStopMotionParams.d.ts +3 -0
  1545. package/dist/Matter/MTRWindowCoveringClusterUpOrOpenParams.d.ts +3 -0
  1546. package/dist/Matter/MTRWriteParams.d.ts +2 -1
  1547. package/dist/Matter/MTRZoneManagementClusterCreateOrUpdateTriggerParams.d.ts +3 -0
  1548. package/dist/Matter/MTRZoneManagementClusterCreateTwoDCartesianZoneParams.d.ts +3 -0
  1549. package/dist/Matter/MTRZoneManagementClusterCreateTwoDCartesianZoneResponseParams.d.ts +3 -0
  1550. package/dist/Matter/MTRZoneManagementClusterRemoveTriggerParams.d.ts +3 -0
  1551. package/dist/Matter/MTRZoneManagementClusterRemoveZoneParams.d.ts +3 -0
  1552. package/dist/Matter/MTRZoneManagementClusterTwoDCartesianVertexStruct.d.ts +3 -0
  1553. package/dist/Matter/MTRZoneManagementClusterTwoDCartesianZoneStruct.d.ts +3 -0
  1554. package/dist/Matter/MTRZoneManagementClusterUpdateTwoDCartesianZoneParams.d.ts +3 -0
  1555. package/dist/Matter/MTRZoneManagementClusterZoneInformationStruct.d.ts +3 -0
  1556. package/dist/Matter/MTRZoneManagementClusterZoneStoppedEvent.d.ts +3 -0
  1557. package/dist/Matter/MTRZoneManagementClusterZoneTriggerControlStruct.d.ts +3 -0
  1558. package/dist/Matter/MTRZoneManagementClusterZoneTriggeredEvent.d.ts +3 -0
  1559. package/dist/Matter/functions.d.ts +17 -0
  1560. package/dist/Matter/functions.js +26 -0
  1561. package/dist/Matter/index.d.ts +1 -0
  1562. package/dist/Matter/index.js +1 -0
  1563. package/dist/MediaAccessibility/functions.d.ts +28 -0
  1564. package/dist/MediaAccessibility/functions.js +83 -0
  1565. package/dist/MediaAccessibility/index.d.ts +1 -0
  1566. package/dist/MediaAccessibility/index.js +1 -0
  1567. package/dist/MediaExtension/MEEstimatedSampleLocation.d.ts +3 -0
  1568. package/dist/MediaExtension/MEFileInfo.d.ts +3 -0
  1569. package/dist/MediaExtension/MEFormatReaderInstantiationOptions.d.ts +3 -0
  1570. package/dist/MediaExtension/MEHEVCDependencyInfo.d.ts +3 -0
  1571. package/dist/MediaExtension/MESampleCursorChunk.d.ts +3 -0
  1572. package/dist/MediaExtension/MESampleLocation.d.ts +3 -0
  1573. package/dist/MediaExtension/METrackInfo.d.ts +3 -0
  1574. package/dist/MediaPlayer/MPAdTimeRange.d.ts +3 -0
  1575. package/dist/MediaPlayer/MPMediaQuery.d.ts +2 -1
  1576. package/dist/MediaPlayer/MPMediaQuerySection.d.ts +2 -1
  1577. package/dist/MediaPlayer/functions.d.ts +3 -0
  1578. package/dist/MediaPlayer/functions.js +11 -0
  1579. package/dist/MediaPlayer/index.d.ts +1 -0
  1580. package/dist/MediaPlayer/index.js +1 -0
  1581. package/dist/Metal/MTL4AccelerationStructureGeometryDescriptor.d.ts +3 -0
  1582. package/dist/Metal/MTL4ArgumentTableDescriptor.d.ts +3 -0
  1583. package/dist/Metal/MTL4BinaryFunctionDescriptor.d.ts +3 -0
  1584. package/dist/Metal/MTL4CommandAllocatorDescriptor.d.ts +3 -0
  1585. package/dist/Metal/MTL4CommandBufferOptions.d.ts +3 -0
  1586. package/dist/Metal/MTL4CommandQueueDescriptor.d.ts +3 -0
  1587. package/dist/Metal/MTL4CompilerDescriptor.d.ts +3 -0
  1588. package/dist/Metal/MTL4CompilerTaskOptions.d.ts +3 -0
  1589. package/dist/Metal/MTL4CounterHeapDescriptor.d.ts +3 -0
  1590. package/dist/Metal/MTL4FunctionDescriptor.d.ts +3 -0
  1591. package/dist/Metal/MTL4LibraryDescriptor.d.ts +3 -0
  1592. package/dist/Metal/MTL4PipelineDataSetSerializerDescriptor.d.ts +3 -0
  1593. package/dist/Metal/MTL4PipelineDescriptor.d.ts +3 -0
  1594. package/dist/Metal/MTL4PipelineOptions.d.ts +3 -0
  1595. package/dist/Metal/MTL4PipelineStageDynamicLinkingDescriptor.d.ts +3 -0
  1596. package/dist/Metal/MTL4RenderPassDescriptor.d.ts +3 -0
  1597. package/dist/Metal/MTL4RenderPipelineBinaryFunctionsDescriptor.d.ts +3 -0
  1598. package/dist/Metal/MTL4RenderPipelineColorAttachmentDescriptor.d.ts +3 -0
  1599. package/dist/Metal/MTL4RenderPipelineColorAttachmentDescriptorArray.d.ts +3 -0
  1600. package/dist/Metal/MTL4RenderPipelineDynamicLinkingDescriptor.d.ts +3 -0
  1601. package/dist/Metal/MTL4StaticLinkingDescriptor.d.ts +3 -0
  1602. package/dist/Metal/MTLAccelerationStructureDescriptor.d.ts +3 -0
  1603. package/dist/Metal/MTLAccelerationStructureGeometryDescriptor.d.ts +3 -0
  1604. package/dist/Metal/MTLAccelerationStructurePassDescriptor.d.ts +3 -0
  1605. package/dist/Metal/MTLAccelerationStructurePassSampleBufferAttachmentDescriptor.d.ts +3 -0
  1606. package/dist/Metal/MTLArchitecture.d.ts +3 -0
  1607. package/dist/Metal/MTLArgumentDescriptor.d.ts +3 -0
  1608. package/dist/Metal/MTLAttributeDescriptor.d.ts +3 -0
  1609. package/dist/Metal/MTLBinaryArchiveDescriptor.d.ts +3 -0
  1610. package/dist/Metal/MTLBlitPassDescriptor.d.ts +3 -0
  1611. package/dist/Metal/MTLBlitPassSampleBufferAttachmentDescriptor.d.ts +3 -0
  1612. package/dist/Metal/MTLBufferLayoutDescriptor.d.ts +3 -0
  1613. package/dist/Metal/MTLCaptureDescriptor.d.ts +3 -0
  1614. package/dist/Metal/MTLCommandBufferDescriptor.d.ts +3 -0
  1615. package/dist/Metal/MTLCommandQueueDescriptor.d.ts +3 -0
  1616. package/dist/Metal/MTLCompileOptions.d.ts +3 -0
  1617. package/dist/Metal/MTLComputePassDescriptor.d.ts +3 -0
  1618. package/dist/Metal/MTLComputePassSampleBufferAttachmentDescriptor.d.ts +3 -0
  1619. package/dist/Metal/MTLComputePipelineDescriptor.d.ts +3 -0
  1620. package/dist/Metal/MTLCounterSampleBufferDescriptor.d.ts +3 -0
  1621. package/dist/Metal/MTLDepthStencilDescriptor.d.ts +3 -0
  1622. package/dist/Metal/MTLFunctionConstantValues.d.ts +3 -0
  1623. package/dist/Metal/MTLFunctionDescriptor.d.ts +3 -0
  1624. package/dist/Metal/MTLFunctionStitchingFunctionNode.d.ts +3 -0
  1625. package/dist/Metal/MTLFunctionStitchingGraph.d.ts +3 -0
  1626. package/dist/Metal/MTLFunctionStitchingInputNode.d.ts +3 -0
  1627. package/dist/Metal/MTLHeapDescriptor.d.ts +3 -0
  1628. package/dist/Metal/MTLIOCommandQueueDescriptor.d.ts +3 -0
  1629. package/dist/Metal/MTLIndirectCommandBufferDescriptor.d.ts +3 -0
  1630. package/dist/Metal/MTLIntersectionFunctionDescriptor.d.ts +3 -0
  1631. package/dist/Metal/MTLIntersectionFunctionTableDescriptor.d.ts +3 -0
  1632. package/dist/Metal/MTLLinkedFunctions.d.ts +3 -0
  1633. package/dist/Metal/MTLLogStateDescriptor.d.ts +3 -0
  1634. package/dist/Metal/MTLLogicalToPhysicalColorAttachmentMap.d.ts +3 -0
  1635. package/dist/Metal/MTLMeshRenderPipelineDescriptor.d.ts +3 -0
  1636. package/dist/Metal/MTLPipelineBufferDescriptor.d.ts +3 -0
  1637. package/dist/Metal/MTLRasterizationRateLayerDescriptor.d.ts +3 -0
  1638. package/dist/Metal/MTLRasterizationRateMapDescriptor.d.ts +3 -0
  1639. package/dist/Metal/MTLRenderPassAttachmentDescriptor.d.ts +3 -0
  1640. package/dist/Metal/MTLRenderPassDescriptor.d.ts +3 -0
  1641. package/dist/Metal/MTLRenderPassSampleBufferAttachmentDescriptor.d.ts +3 -0
  1642. package/dist/Metal/MTLRenderPipelineColorAttachmentDescriptor.d.ts +3 -0
  1643. package/dist/Metal/MTLRenderPipelineDescriptor.d.ts +3 -0
  1644. package/dist/Metal/MTLRenderPipelineFunctionsDescriptor.d.ts +3 -0
  1645. package/dist/Metal/MTLResidencySetDescriptor.d.ts +3 -0
  1646. package/dist/Metal/MTLResourceStatePassDescriptor.d.ts +3 -0
  1647. package/dist/Metal/MTLResourceStatePassSampleBufferAttachmentDescriptor.d.ts +3 -0
  1648. package/dist/Metal/MTLResourceViewPoolDescriptor.d.ts +3 -0
  1649. package/dist/Metal/MTLSamplerDescriptor.d.ts +3 -0
  1650. package/dist/Metal/MTLStageInputOutputDescriptor.d.ts +3 -0
  1651. package/dist/Metal/MTLStencilDescriptor.d.ts +3 -0
  1652. package/dist/Metal/MTLStitchedLibraryDescriptor.d.ts +3 -0
  1653. package/dist/Metal/MTLTensorDescriptor.d.ts +3 -0
  1654. package/dist/Metal/MTLTextureDescriptor.d.ts +3 -0
  1655. package/dist/Metal/MTLTextureViewDescriptor.d.ts +3 -0
  1656. package/dist/Metal/MTLTileRenderPipelineColorAttachmentDescriptor.d.ts +3 -0
  1657. package/dist/Metal/MTLTileRenderPipelineDescriptor.d.ts +3 -0
  1658. package/dist/Metal/MTLVertexAttributeDescriptor.d.ts +3 -0
  1659. package/dist/Metal/MTLVertexBufferLayoutDescriptor.d.ts +3 -0
  1660. package/dist/Metal/MTLVertexDescriptor.d.ts +3 -0
  1661. package/dist/Metal/MTLVisibleFunctionTableDescriptor.d.ts +3 -0
  1662. package/dist/Metal/functions.d.ts +14 -0
  1663. package/dist/Metal/functions.js +26 -0
  1664. package/dist/Metal/index.d.ts +1 -0
  1665. package/dist/Metal/index.js +1 -0
  1666. package/dist/MetalFX/MTLFXFrameInterpolatorDescriptor.d.ts +3 -0
  1667. package/dist/MetalFX/MTLFXSpatialScalerDescriptor.d.ts +3 -0
  1668. package/dist/MetalFX/MTLFXTemporalDenoisedScalerDescriptor.d.ts +3 -0
  1669. package/dist/MetalFX/MTLFXTemporalScalerDescriptor.d.ts +3 -0
  1670. package/dist/MetalKit/functions.d.ts +11 -0
  1671. package/dist/MetalKit/functions.js +20 -0
  1672. package/dist/MetalKit/index.d.ts +1 -0
  1673. package/dist/MetalKit/index.js +1 -0
  1674. package/dist/MetalPerformanceShaders/functions.d.ts +7 -0
  1675. package/dist/MetalPerformanceShaders/functions.js +14 -0
  1676. package/dist/MetalPerformanceShaders/index.d.ts +1 -0
  1677. package/dist/MetalPerformanceShaders/index.js +1 -0
  1678. package/dist/MetalPerformanceShadersGraph/MPSGraphCompilationDescriptor.d.ts +3 -0
  1679. package/dist/MetalPerformanceShadersGraph/MPSGraphConvolution2DOpDescriptor.d.ts +3 -0
  1680. package/dist/MetalPerformanceShadersGraph/MPSGraphConvolution3DOpDescriptor.d.ts +3 -0
  1681. package/dist/MetalPerformanceShadersGraph/MPSGraphCreateSparseOpDescriptor.d.ts +3 -0
  1682. package/dist/MetalPerformanceShadersGraph/MPSGraphDepthwiseConvolution2DOpDescriptor.d.ts +3 -0
  1683. package/dist/MetalPerformanceShadersGraph/MPSGraphDepthwiseConvolution3DOpDescriptor.d.ts +3 -0
  1684. package/dist/MetalPerformanceShadersGraph/MPSGraphExecutableExecutionDescriptor.d.ts +3 -0
  1685. package/dist/MetalPerformanceShadersGraph/MPSGraphFFTDescriptor.d.ts +3 -0
  1686. package/dist/MetalPerformanceShadersGraph/MPSGraphGRUDescriptor.d.ts +3 -0
  1687. package/dist/MetalPerformanceShadersGraph/MPSGraphImToColOpDescriptor.d.ts +3 -0
  1688. package/dist/MetalPerformanceShadersGraph/MPSGraphLSTMDescriptor.d.ts +3 -0
  1689. package/dist/MetalPerformanceShadersGraph/MPSGraphOperation.d.ts +3 -0
  1690. package/dist/MetalPerformanceShadersGraph/MPSGraphPooling2DOpDescriptor.d.ts +3 -0
  1691. package/dist/MetalPerformanceShadersGraph/MPSGraphPooling4DOpDescriptor.d.ts +3 -0
  1692. package/dist/MetalPerformanceShadersGraph/MPSGraphRandomOpDescriptor.d.ts +3 -0
  1693. package/dist/MetalPerformanceShadersGraph/MPSGraphSingleGateRNNDescriptor.d.ts +3 -0
  1694. package/dist/MetalPerformanceShadersGraph/MPSGraphStencilOpDescriptor.d.ts +3 -0
  1695. package/dist/MetalPerformanceShadersGraph/MPSGraphTensor.d.ts +3 -0
  1696. package/dist/MetalPerformanceShadersGraph/MPSGraphType.d.ts +3 -0
  1697. package/dist/ModelIO/MDLAnimatedValue.d.ts +3 -0
  1698. package/dist/ModelIO/MDLAnimationBindComponent.d.ts +2 -1
  1699. package/dist/ModelIO/MDLAsset.d.ts +2 -1
  1700. package/dist/ModelIO/MDLMaterialProperty.d.ts +3 -0
  1701. package/dist/ModelIO/MDLMatrix4x4Array.d.ts +3 -0
  1702. package/dist/ModelIO/MDLObject.d.ts +2 -2
  1703. package/dist/ModelIO/MDLPackedJointAnimation.d.ts +2 -1
  1704. package/dist/ModelIO/MDLSkeleton.d.ts +3 -0
  1705. package/dist/ModelIO/MDLTransform.d.ts +2 -1
  1706. package/dist/ModelIO/MDLTransformStack.d.ts +3 -0
  1707. package/dist/ModelIO/MDLVertexAttribute.d.ts +3 -0
  1708. package/dist/ModelIO/MDLVertexBufferLayout.d.ts +3 -0
  1709. package/dist/ModelIO/MDLVertexDescriptor.d.ts +3 -0
  1710. package/dist/MultipeerConnectivity/MCPeerID.d.ts +2 -1
  1711. package/dist/NaturalLanguage/NLModelConfiguration.d.ts +2 -1
  1712. package/dist/NearbyInteraction/NIAlgorithmConvergence.d.ts +2 -1
  1713. package/dist/NearbyInteraction/NIConfiguration.d.ts +2 -1
  1714. package/dist/NearbyInteraction/NIDLTDOAMeasurement.d.ts +2 -1
  1715. package/dist/NearbyInteraction/NIDiscoveryToken.d.ts +2 -1
  1716. package/dist/NearbyInteraction/NINearbyObject.d.ts +2 -1
  1717. package/dist/NearbyInteraction/functions.d.ts +3 -0
  1718. package/dist/NearbyInteraction/functions.js +5 -0
  1719. package/dist/NearbyInteraction/index.d.ts +1 -0
  1720. package/dist/NearbyInteraction/index.js +1 -0
  1721. package/dist/NetworkExtension/NEAppRule.d.ts +2 -1
  1722. package/dist/NetworkExtension/NEDNSSettings.d.ts +2 -1
  1723. package/dist/NetworkExtension/NEEvaluateConnectionRule.d.ts +2 -1
  1724. package/dist/NetworkExtension/NEFilterBrowserFlow.d.ts +3 -0
  1725. package/dist/NetworkExtension/NEFilterControlVerdict.d.ts +3 -0
  1726. package/dist/NetworkExtension/NEFilterDataVerdict.d.ts +3 -0
  1727. package/dist/NetworkExtension/NEFilterFlow.d.ts +2 -1
  1728. package/dist/NetworkExtension/NEFilterNewFlowVerdict.d.ts +3 -0
  1729. package/dist/NetworkExtension/NEFilterProviderConfiguration.d.ts +2 -1
  1730. package/dist/NetworkExtension/NEFilterRemediationVerdict.d.ts +3 -0
  1731. package/dist/NetworkExtension/NEFilterReport.d.ts +2 -1
  1732. package/dist/NetworkExtension/NEFilterRule.d.ts +2 -1
  1733. package/dist/NetworkExtension/NEFilterSettings.d.ts +2 -1
  1734. package/dist/NetworkExtension/NEFilterSocketFlow.d.ts +3 -0
  1735. package/dist/NetworkExtension/NEFilterVerdict.d.ts +2 -1
  1736. package/dist/NetworkExtension/NEFlowMetaData.d.ts +2 -1
  1737. package/dist/NetworkExtension/NEHotspotConfiguration.d.ts +2 -1
  1738. package/dist/NetworkExtension/NEHotspotEAPSettings.d.ts +2 -1
  1739. package/dist/NetworkExtension/NEHotspotHS20Settings.d.ts +2 -1
  1740. package/dist/NetworkExtension/NEIPv4Route.d.ts +2 -1
  1741. package/dist/NetworkExtension/NEIPv4Settings.d.ts +2 -1
  1742. package/dist/NetworkExtension/NEIPv6Route.d.ts +2 -1
  1743. package/dist/NetworkExtension/NEIPv6Settings.d.ts +2 -1
  1744. package/dist/NetworkExtension/NENetworkRule.d.ts +2 -1
  1745. package/dist/NetworkExtension/NEOnDemandRule.d.ts +2 -1
  1746. package/dist/NetworkExtension/NEPacket.d.ts +2 -1
  1747. package/dist/NetworkExtension/NEPrivateLTENetwork.d.ts +2 -1
  1748. package/dist/NetworkExtension/NEProxyServer.d.ts +2 -1
  1749. package/dist/NetworkExtension/NEProxySettings.d.ts +2 -1
  1750. package/dist/NetworkExtension/NERelay.d.ts +2 -1
  1751. package/dist/NetworkExtension/NETunnelNetworkSettings.d.ts +2 -1
  1752. package/dist/NetworkExtension/NEVPNIKEv2PPKConfiguration.d.ts +3 -0
  1753. package/dist/NetworkExtension/NEVPNIKEv2SecurityAssociationParameters.d.ts +2 -1
  1754. package/dist/NetworkExtension/NEVPNProtocol.d.ts +2 -1
  1755. package/dist/NetworkExtension/NWEndpoint.d.ts +2 -1
  1756. package/dist/OSAKit/OSAScript.d.ts +3 -0
  1757. package/dist/OpenDirectory/ODQuery.d.ts +3 -0
  1758. package/dist/PDFKit/PDFAction.d.ts +3 -0
  1759. package/dist/PDFKit/PDFActionGoTo.d.ts +3 -0
  1760. package/dist/PDFKit/PDFActionNamed.d.ts +3 -0
  1761. package/dist/PDFKit/PDFActionRemoteGoTo.d.ts +3 -0
  1762. package/dist/PDFKit/PDFActionResetForm.d.ts +3 -0
  1763. package/dist/PDFKit/PDFActionURL.d.ts +3 -0
  1764. package/dist/PDFKit/PDFAnnotation.d.ts +2 -1
  1765. package/dist/PDFKit/PDFAnnotationButtonWidget.d.ts +3 -0
  1766. package/dist/PDFKit/PDFAnnotationChoiceWidget.d.ts +3 -0
  1767. package/dist/PDFKit/PDFAnnotationCircle.d.ts +3 -0
  1768. package/dist/PDFKit/PDFAnnotationFreeText.d.ts +3 -0
  1769. package/dist/PDFKit/PDFAnnotationInk.d.ts +3 -0
  1770. package/dist/PDFKit/PDFAnnotationLine.d.ts +3 -0
  1771. package/dist/PDFKit/PDFAnnotationLink.d.ts +3 -0
  1772. package/dist/PDFKit/PDFAnnotationMarkup.d.ts +3 -0
  1773. package/dist/PDFKit/PDFAnnotationPopup.d.ts +3 -0
  1774. package/dist/PDFKit/PDFAnnotationSquare.d.ts +3 -0
  1775. package/dist/PDFKit/PDFAnnotationStamp.d.ts +3 -0
  1776. package/dist/PDFKit/PDFAnnotationText.d.ts +3 -0
  1777. package/dist/PDFKit/PDFAnnotationTextWidget.d.ts +3 -0
  1778. package/dist/PDFKit/PDFAppearanceCharacteristics.d.ts +3 -0
  1779. package/dist/PDFKit/PDFBorder.d.ts +2 -1
  1780. package/dist/PDFKit/PDFDestination.d.ts +3 -0
  1781. package/dist/PDFKit/PDFDocument.d.ts +3 -0
  1782. package/dist/PDFKit/PDFPage.d.ts +3 -0
  1783. package/dist/PDFKit/PDFSelection.d.ts +3 -0
  1784. package/dist/PHASE/PHASEObject.d.ts +3 -0
  1785. package/dist/PHASE/PHASEShape.d.ts +3 -0
  1786. package/dist/ParavirtualizedGraphics/functions.d.ts +7 -0
  1787. package/dist/ParavirtualizedGraphics/functions.js +14 -0
  1788. package/dist/ParavirtualizedGraphics/index.d.ts +1 -0
  1789. package/dist/ParavirtualizedGraphics/index.js +1 -0
  1790. package/dist/PassKit/PKDateComponentsRange.d.ts +2 -1
  1791. package/dist/PassKit/PKIdentityElement.d.ts +3 -0
  1792. package/dist/PassKit/PKIdentityIntentToStore.d.ts +3 -0
  1793. package/dist/PencilKit/PKDrawing.d.ts +2 -1
  1794. package/dist/PencilKit/PKFloatRange.d.ts +3 -0
  1795. package/dist/PencilKit/PKInk.d.ts +3 -0
  1796. package/dist/PencilKit/PKStroke.d.ts +3 -0
  1797. package/dist/PencilKit/PKStrokePath.d.ts +3 -0
  1798. package/dist/PencilKit/PKStrokePoint.d.ts +3 -0
  1799. package/dist/PencilKit/PKTool.d.ts +3 -0
  1800. package/dist/PencilKit/PKToolPickerItem.d.ts +3 -0
  1801. package/dist/Photos/PHAssetResourceCreationOptions.d.ts +3 -0
  1802. package/dist/Photos/PHAssetResourceRequestOptions.d.ts +3 -0
  1803. package/dist/Photos/PHCloudIdentifier.d.ts +2 -1
  1804. package/dist/Photos/PHFetchOptions.d.ts +3 -0
  1805. package/dist/Photos/PHFetchResult.d.ts +2 -1
  1806. package/dist/Photos/PHImageRequestOptions.d.ts +3 -0
  1807. package/dist/Photos/PHLivePhoto.d.ts +2 -1
  1808. package/dist/Photos/PHLivePhotoRequestOptions.d.ts +3 -0
  1809. package/dist/Photos/PHObject.d.ts +3 -0
  1810. package/dist/Photos/PHPersistentChangeToken.d.ts +2 -1
  1811. package/dist/Photos/PHVideoRequestOptions.d.ts +3 -0
  1812. package/dist/PhotosUI/PHPickerConfiguration.d.ts +3 -0
  1813. package/dist/PhotosUI/PHPickerFilter.d.ts +3 -0
  1814. package/dist/PhotosUI/PHPickerUpdateConfiguration.d.ts +3 -0
  1815. package/dist/QuartzCore/CAAnimation.d.ts +2 -1
  1816. package/dist/QuartzCore/CAEDRMetadata.d.ts +2 -1
  1817. package/dist/QuartzCore/functions.d.ts +19 -0
  1818. package/dist/QuartzCore/functions.js +50 -0
  1819. package/dist/QuartzCore/index.d.ts +1 -0
  1820. package/dist/QuartzCore/index.js +1 -0
  1821. package/dist/QuickLookThumbnailing/QLThumbnailGenerationRequest.d.ts +2 -1
  1822. package/dist/SafariServices/SFSafariPage.d.ts +2 -1
  1823. package/dist/SafariServices/SFSafariTab.d.ts +2 -1
  1824. package/dist/SafariServices/SFSafariToolbarItem.d.ts +2 -1
  1825. package/dist/SafariServices/SFSafariWindow.d.ts +2 -1
  1826. package/dist/SafetyKit/SACrashDetectionEvent.d.ts +2 -1
  1827. package/dist/SceneKit/SCNAction.d.ts +2 -1
  1828. package/dist/SceneKit/SCNAnimation.d.ts +2 -1
  1829. package/dist/SceneKit/SCNAnimationPlayer.d.ts +2 -1
  1830. package/dist/SceneKit/SCNAudioSource.d.ts +2 -1
  1831. package/dist/SceneKit/SCNCamera.d.ts +2 -1
  1832. package/dist/SceneKit/SCNConstraint.d.ts +2 -1
  1833. package/dist/SceneKit/SCNGeometry.d.ts +2 -1
  1834. package/dist/SceneKit/SCNGeometryTessellator.d.ts +2 -1
  1835. package/dist/SceneKit/SCNLevelOfDetail.d.ts +2 -1
  1836. package/dist/SceneKit/SCNLight.d.ts +2 -1
  1837. package/dist/SceneKit/SCNMaterial.d.ts +2 -1
  1838. package/dist/SceneKit/SCNNode.d.ts +2 -1
  1839. package/dist/SceneKit/SCNParticlePropertyController.d.ts +2 -1
  1840. package/dist/SceneKit/SCNParticleSystem.d.ts +2 -1
  1841. package/dist/SceneKit/SCNPhysicsBody.d.ts +2 -1
  1842. package/dist/SceneKit/SCNPhysicsField.d.ts +2 -1
  1843. package/dist/SceneKit/SCNPhysicsShape.d.ts +2 -1
  1844. package/dist/SceneKit/SCNPhysicsVehicleWheel.d.ts +2 -1
  1845. package/dist/SceneKit/SCNProgram.d.ts +2 -1
  1846. package/dist/SceneKit/SCNTechnique.d.ts +1 -1
  1847. package/dist/SceneKit/functions.d.ts +17 -0
  1848. package/dist/SceneKit/functions.js +38 -0
  1849. package/dist/SceneKit/index.d.ts +1 -0
  1850. package/dist/SceneKit/index.js +1 -0
  1851. package/dist/SensorKit/SRAcousticSettings.d.ts +2 -1
  1852. package/dist/SensorKit/SRAcousticSettingsAccessibility.d.ts +2 -1
  1853. package/dist/SensorKit/SRAcousticSettingsAccessibilityBackgroundSounds.d.ts +2 -1
  1854. package/dist/SensorKit/SRAcousticSettingsAccessibilityHeadphoneAccommodations.d.ts +2 -1
  1855. package/dist/SensorKit/SRAcousticSettingsMusicEQ.d.ts +2 -1
  1856. package/dist/SensorKit/SRAudioLevel.d.ts +2 -1
  1857. package/dist/SensorKit/SRDevice.d.ts +2 -1
  1858. package/dist/SensorKit/SRElectrocardiogramData.d.ts +2 -1
  1859. package/dist/SensorKit/SRElectrocardiogramSample.d.ts +2 -1
  1860. package/dist/SensorKit/SRElectrocardiogramSession.d.ts +2 -1
  1861. package/dist/SensorKit/SRFaceMetrics.d.ts +2 -1
  1862. package/dist/SensorKit/SRFaceMetricsExpression.d.ts +2 -1
  1863. package/dist/SensorKit/SRFetchResult.d.ts +3 -0
  1864. package/dist/SensorKit/SRMediaEvent.d.ts +2 -1
  1865. package/dist/SensorKit/SRPhotoplethysmogramAccelerometerSample.d.ts +2 -1
  1866. package/dist/SensorKit/SRPhotoplethysmogramOpticalSample.d.ts +2 -1
  1867. package/dist/SensorKit/SRPhotoplethysmogramSample.d.ts +2 -1
  1868. package/dist/SensorKit/SRSleepSession.d.ts +2 -1
  1869. package/dist/SensorKit/SRSpeechExpression.d.ts +2 -1
  1870. package/dist/SensorKit/SRSpeechMetrics.d.ts +2 -1
  1871. package/dist/SensorKit/SRSupplementalCategory.d.ts +2 -1
  1872. package/dist/SensorKit/SRWristTemperature.d.ts +2 -1
  1873. package/dist/SensorKit/SRWristTemperatureSession.d.ts +2 -1
  1874. package/dist/SensorKit/functions.d.ts +4 -0
  1875. package/dist/SensorKit/functions.js +14 -0
  1876. package/dist/SensorKit/index.d.ts +1 -0
  1877. package/dist/SensorKit/index.js +1 -0
  1878. package/dist/ServiceManagement/functions.d.ts +7 -0
  1879. package/dist/ServiceManagement/functions.js +20 -0
  1880. package/dist/ServiceManagement/index.d.ts +1 -0
  1881. package/dist/ServiceManagement/index.js +1 -0
  1882. package/dist/SharedWithYou/SWCollaborationHighlight.d.ts +3 -0
  1883. package/dist/SharedWithYou/SWHighlight.d.ts +1 -1
  1884. package/dist/SharedWithYou/SWHighlightMembershipEvent.d.ts +3 -0
  1885. package/dist/SharedWithYou/SWHighlightMentionEvent.d.ts +3 -0
  1886. package/dist/SharedWithYou/SWHighlightPersistenceEvent.d.ts +3 -0
  1887. package/dist/SharedWithYouCore/SWAction.d.ts +2 -1
  1888. package/dist/SharedWithYouCore/SWCollaborationMetadata.d.ts +3 -1
  1889. package/dist/SharedWithYouCore/SWCollaborationOption.d.ts +2 -1
  1890. package/dist/SharedWithYouCore/SWCollaborationOptionsGroup.d.ts +2 -1
  1891. package/dist/SharedWithYouCore/SWCollaborationShareOptions.d.ts +3 -0
  1892. package/dist/SharedWithYouCore/SWPersonIdentity.d.ts +2 -1
  1893. package/dist/SharedWithYouCore/SWPersonIdentityProof.d.ts +2 -1
  1894. package/dist/SharedWithYouCore/SWStartCollaborationAction.d.ts +3 -0
  1895. package/dist/SharedWithYouCore/SWUpdateCollaborationParticipantsAction.d.ts +3 -0
  1896. package/dist/ShazamKit/SHMediaItem.d.ts +2 -1
  1897. package/dist/ShazamKit/SHRange.d.ts +2 -1
  1898. package/dist/ShazamKit/SHSignature.d.ts +2 -1
  1899. package/dist/Speech/SFAcousticFeature.d.ts +2 -1
  1900. package/dist/Speech/SFSpeechLanguageModelConfiguration.d.ts +2 -1
  1901. package/dist/Speech/SFSpeechRecognitionMetadata.d.ts +2 -1
  1902. package/dist/Speech/SFSpeechRecognitionResult.d.ts +2 -1
  1903. package/dist/Speech/SFTranscription.d.ts +2 -1
  1904. package/dist/Speech/SFTranscriptionSegment.d.ts +2 -1
  1905. package/dist/Speech/SFVoiceAnalytics.d.ts +2 -1
  1906. package/dist/SpriteKit/SKAction.d.ts +2 -1
  1907. package/dist/SpriteKit/SKConstraint.d.ts +2 -1
  1908. package/dist/SpriteKit/SKKeyframeSequence.d.ts +3 -0
  1909. package/dist/SpriteKit/SKNode.d.ts +3 -0
  1910. package/dist/SpriteKit/SKPhysicsBody.d.ts +2 -1
  1911. package/dist/SpriteKit/SKRange.d.ts +2 -1
  1912. package/dist/SpriteKit/SKRegion.d.ts +2 -1
  1913. package/dist/SpriteKit/SKShader.d.ts +2 -1
  1914. package/dist/SpriteKit/SKTexture.d.ts +2 -1
  1915. package/dist/SpriteKit/SKTileDefinition.d.ts +2 -1
  1916. package/dist/SpriteKit/SKTileGroup.d.ts +2 -1
  1917. package/dist/SpriteKit/SKTileGroupRule.d.ts +2 -1
  1918. package/dist/SpriteKit/SKTileMapNode.d.ts +3 -0
  1919. package/dist/SpriteKit/SKTileSet.d.ts +2 -1
  1920. package/dist/SpriteKit/SKTransition.d.ts +3 -0
  1921. package/dist/SpriteKit/SKUniform.d.ts +2 -1
  1922. package/dist/SpriteKit/SKWarpGeometry.d.ts +2 -1
  1923. package/dist/StoreKit/SKPayment.d.ts +4 -0
  1924. package/dist/StoreKit/functions.d.ts +1 -0
  1925. package/dist/StoreKit/functions.js +5 -0
  1926. package/dist/StoreKit/index.d.ts +1 -0
  1927. package/dist/StoreKit/index.js +1 -0
  1928. package/dist/Symbols/NSSymbolContentTransition.d.ts +2 -1
  1929. package/dist/Symbols/NSSymbolEffect.d.ts +2 -1
  1930. package/dist/Symbols/NSSymbolEffectOptions.d.ts +2 -1
  1931. package/dist/Symbols/NSSymbolEffectOptionsRepeatBehavior.d.ts +2 -1
  1932. package/dist/UniformTypeIdentifiers/UTType.d.ts +2 -1
  1933. package/dist/UserNotifications/UNNotification.d.ts +2 -1
  1934. package/dist/UserNotifications/UNNotificationAction.d.ts +2 -1
  1935. package/dist/UserNotifications/UNNotificationActionIcon.d.ts +2 -1
  1936. package/dist/UserNotifications/UNNotificationAttachment.d.ts +2 -1
  1937. package/dist/UserNotifications/UNNotificationCategory.d.ts +2 -1
  1938. package/dist/UserNotifications/UNNotificationContent.d.ts +3 -1
  1939. package/dist/UserNotifications/UNNotificationRequest.d.ts +2 -1
  1940. package/dist/UserNotifications/UNNotificationResponse.d.ts +2 -1
  1941. package/dist/UserNotifications/UNNotificationSettings.d.ts +2 -1
  1942. package/dist/UserNotifications/UNNotificationSound.d.ts +2 -1
  1943. package/dist/UserNotifications/UNNotificationTrigger.d.ts +2 -1
  1944. package/dist/VideoToolbox/functions.d.ts +81 -0
  1945. package/dist/VideoToolbox/functions.js +236 -0
  1946. package/dist/VideoToolbox/index.d.ts +1 -0
  1947. package/dist/VideoToolbox/index.js +1 -0
  1948. package/dist/Virtualization/VZAudioDeviceConfiguration.d.ts +3 -0
  1949. package/dist/Virtualization/VZBootLoader.d.ts +3 -0
  1950. package/dist/Virtualization/VZConsoleDeviceConfiguration.d.ts +3 -0
  1951. package/dist/Virtualization/VZConsolePortConfiguration.d.ts +3 -0
  1952. package/dist/Virtualization/VZDirectorySharingDeviceConfiguration.d.ts +3 -0
  1953. package/dist/Virtualization/VZEntropyDeviceConfiguration.d.ts +3 -0
  1954. package/dist/Virtualization/VZGenericMachineIdentifier.d.ts +3 -0
  1955. package/dist/Virtualization/VZGraphicsDeviceConfiguration.d.ts +3 -0
  1956. package/dist/Virtualization/VZGraphicsDisplayConfiguration.d.ts +3 -0
  1957. package/dist/Virtualization/VZKeyboardConfiguration.d.ts +3 -0
  1958. package/dist/Virtualization/VZMACAddress.d.ts +3 -0
  1959. package/dist/Virtualization/VZMacHardwareModel.d.ts +3 -0
  1960. package/dist/Virtualization/VZMacMachineIdentifier.d.ts +3 -0
  1961. package/dist/Virtualization/VZMemoryBalloonDeviceConfiguration.d.ts +3 -0
  1962. package/dist/Virtualization/VZNetworkDeviceConfiguration.d.ts +3 -0
  1963. package/dist/Virtualization/VZPlatformConfiguration.d.ts +3 -0
  1964. package/dist/Virtualization/VZPointingDeviceConfiguration.d.ts +3 -0
  1965. package/dist/Virtualization/VZSerialPortConfiguration.d.ts +3 -0
  1966. package/dist/Virtualization/VZSocketDeviceConfiguration.d.ts +3 -0
  1967. package/dist/Virtualization/VZStorageDeviceConfiguration.d.ts +3 -0
  1968. package/dist/Virtualization/VZUSBControllerConfiguration.d.ts +3 -0
  1969. package/dist/Virtualization/VZVirtioConsolePortConfigurationArray.d.ts +3 -0
  1970. package/dist/Virtualization/VZVirtioSoundDeviceStreamConfiguration.d.ts +3 -0
  1971. package/dist/Virtualization/VZVirtualMachineConfiguration.d.ts +3 -0
  1972. package/dist/Vision/VNCircle.d.ts +2 -1
  1973. package/dist/Vision/VNContour.d.ts +2 -1
  1974. package/dist/Vision/VNFaceLandmarkRegion.d.ts +2 -1
  1975. package/dist/Vision/VNFaceLandmarks.d.ts +2 -1
  1976. package/dist/Vision/VNObservation.d.ts +2 -1
  1977. package/dist/Vision/VNPoint.d.ts +2 -1
  1978. package/dist/Vision/VNPoint3D.d.ts +2 -1
  1979. package/dist/Vision/VNRecognizedText.d.ts +2 -1
  1980. package/dist/Vision/VNRequest.d.ts +3 -0
  1981. package/dist/Vision/VNVector.d.ts +2 -1
  1982. package/dist/Vision/VNVideoProcessorCadence.d.ts +3 -0
  1983. package/dist/Vision/VNVideoProcessorRequestProcessingOptions.d.ts +3 -0
  1984. package/dist/Vision/functions.d.ts +16 -0
  1985. package/dist/Vision/functions.js +38 -0
  1986. package/dist/Vision/index.d.ts +1 -0
  1987. package/dist/Vision/index.js +1 -0
  1988. package/dist/WebKit/DOMNode.d.ts +3 -0
  1989. package/dist/WebKit/DOMObject.d.ts +3 -0
  1990. package/dist/WebKit/WKFindConfiguration.d.ts +3 -0
  1991. package/dist/WebKit/WKFindResult.d.ts +3 -0
  1992. package/dist/WebKit/WKFrameInfo.d.ts +3 -0
  1993. package/dist/WebKit/WKPDFConfiguration.d.ts +3 -0
  1994. package/dist/WebKit/WKSnapshotConfiguration.d.ts +3 -0
  1995. package/dist/WebKit/WKUserScript.d.ts +3 -0
  1996. package/dist/WebKit/WKWebExtensionControllerConfiguration.d.ts +2 -1
  1997. package/dist/WebKit/WKWebExtensionMatchPattern.d.ts +2 -1
  1998. package/dist/WebKit/WKWebViewConfiguration.d.ts +2 -1
  1999. package/dist/WebKit/WebArchive.d.ts +2 -1
  2000. package/dist/WebKit/WebHistoryItem.d.ts +3 -0
  2001. package/dist/WebKit/WebResource.d.ts +2 -1
  2002. package/dist/WebKit/WebUndefined.d.ts +2 -1
  2003. package/dist/bind.d.ts +1 -1
  2004. package/dist/helpers.d.ts +4 -1
  2005. package/dist/helpers.js +19 -1
  2006. package/dist/index.d.ts +0 -1
  2007. package/generator/ast-parser.ts +1368 -0
  2008. package/generator/clang.ts +167 -0
  2009. package/generator/custom.ts +936 -0
  2010. package/generator/discover.ts +111 -0
  2011. package/generator/emitter.ts +2026 -0
  2012. package/generator/frameworks.ts +135 -0
  2013. package/generator/index.ts +1334 -0
  2014. package/generator/parse-worker.ts +263 -0
  2015. package/generator/resolve-strings.ts +121 -0
  2016. package/generator/struct-fields.ts +46 -0
  2017. package/generator/templates/bind.ts +100 -0
  2018. package/generator/templates/helpers.ts +70 -0
  2019. package/generator/templates/nsdata.ts +97 -0
  2020. package/generator/templates/osversion.ts +91 -0
  2021. package/generator/type-mapper.ts +615 -0
  2022. package/generator/worker-pool.ts +309 -0
  2023. package/package.json +21 -4
  2024. /package/dist/{data.d.ts → nsdata.d.ts} +0 -0
  2025. /package/dist/{data.js → nsdata.js} +0 -0
@@ -0,0 +1,1368 @@
1
+ /**
2
+ * Parses clang AST JSON to extract Objective-C class/protocol declarations.
3
+ */
4
+
5
+ import type { ClangASTNode } from "./clang.ts";
6
+
7
+ export interface ObjCMethod {
8
+ selector: string;
9
+ returnType: string;
10
+ parameters: { name: string; type: string }[];
11
+ isClassMethod: boolean;
12
+ isDeprecated: boolean;
13
+ deprecationMessage?: string;
14
+ description?: string;
15
+ }
16
+
17
+ export interface ObjCProperty {
18
+ name: string;
19
+ type: string;
20
+ readonly: boolean;
21
+ isClassProperty: boolean;
22
+ isDeprecated: boolean;
23
+ deprecationMessage?: string;
24
+ description?: string;
25
+ }
26
+
27
+ export interface ObjCClass {
28
+ name: string;
29
+ superclass: string | null;
30
+ protocols: string[];
31
+ instanceMethods: ObjCMethod[];
32
+ classMethods: ObjCMethod[];
33
+ properties: ObjCProperty[];
34
+ }
35
+
36
+ export interface ObjCProtocol {
37
+ name: string;
38
+ extendedProtocols: string[];
39
+ instanceMethods: ObjCMethod[];
40
+ classMethods: ObjCMethod[];
41
+ properties: ObjCProperty[];
42
+ }
43
+
44
+ // --- Struct types ---
45
+
46
+ export interface ObjCStructField {
47
+ /** The C field name from the struct definition */
48
+ name: string;
49
+ /** The C type string (e.g., "CGFloat", "CGPoint") */
50
+ type: string;
51
+ }
52
+
53
+ export interface ObjCStruct {
54
+ /** The public typedef name (e.g., "CGPoint", "NSRange", "NSDecimal") */
55
+ name: string;
56
+ /** The internal struct name if different (e.g., "_NSRange" for NSRange) */
57
+ internalName?: string;
58
+ /** Fields from the struct definition */
59
+ fields: ObjCStructField[];
60
+ }
61
+
62
+ /**
63
+ * A typedef alias from one struct name to another (e.g., NSPoint → CGPoint).
64
+ */
65
+ export interface ObjCStructAlias {
66
+ /** The alias name (e.g., "NSPoint") */
67
+ name: string;
68
+ /** The target type name (e.g., "CGPoint") */
69
+ target: string;
70
+ }
71
+
72
+ // --- Enum types ---
73
+
74
+ export interface ObjCEnumValue {
75
+ /** The constant name (e.g., "ASAuthorizationPublicKeyCredentialLargeBlobSupportRequirementRequired") */
76
+ name: string;
77
+ /** The integer value as a string (from ConstantExpr.value), or null if implicit */
78
+ value: string | null;
79
+ }
80
+
81
+ export interface ObjCIntegerEnum {
82
+ kind: "integer";
83
+ /** The enum type name (e.g., "ASAuthorizationPublicKeyCredentialLargeBlobSupportRequirement") */
84
+ name: string;
85
+ /** The underlying integer type (e.g., "NSInteger", "NSUInteger") */
86
+ underlyingType: string;
87
+ /** Whether this is an NS_OPTIONS (bitfield) vs NS_ENUM */
88
+ isOptions: boolean;
89
+ /** Ordered list of enum constants with their values */
90
+ values: ObjCEnumValue[];
91
+ }
92
+
93
+ export interface ObjCStringEnumValue {
94
+ /** The full extern symbol name (e.g., "ASAuthorizationPublicKeyCredentialUserVerificationPreferencePreferred") */
95
+ symbolName: string;
96
+ /** Short key after stripping the enum name prefix (e.g., "Preferred") */
97
+ shortName: string;
98
+ /** The resolved string value from the framework binary (e.g., "preferred"), or null if unresolved */
99
+ value: string | null;
100
+ }
101
+
102
+ export interface ObjCStringEnum {
103
+ kind: "string";
104
+ /** The enum type name (e.g., "ASAuthorizationPublicKeyCredentialUserVerificationPreference") */
105
+ name: string;
106
+ /** Extern NSString * constants with their resolved values */
107
+ values: ObjCStringEnumValue[];
108
+ }
109
+
110
+ // --- C function types ---
111
+
112
+ export interface ObjCFunction {
113
+ /** The C function name (e.g., "NSHomeDirectory", "CGRectMake") */
114
+ name: string;
115
+ /** The return type qualType string (e.g., "NSString *", "void") */
116
+ returnType: string;
117
+ /** Ordered parameter list */
118
+ parameters: { name: string; type: string }[];
119
+ /** Whether the function accepts variadic arguments (e.g., NSLog) */
120
+ isVariadic: boolean;
121
+ /** The framework this function belongs to */
122
+ frameworkName: string;
123
+ }
124
+
125
+ // --- Helpers for extracting doc comments and deprecation info ---
126
+
127
+ /**
128
+ * Recursively extract text from a FullComment AST node.
129
+ * Joins all TextComment leaf nodes into a single string.
130
+ */
131
+ function extractCommentText(node: ClangASTNode): string {
132
+ const texts: string[] = [];
133
+
134
+ function walk(n: ClangASTNode): void {
135
+ if (n.kind === "TextComment") {
136
+ const text = (n as any).text as string | undefined;
137
+ if (text) texts.push(text);
138
+ }
139
+ if (n.inner) {
140
+ for (const child of n.inner) {
141
+ walk(child);
142
+ }
143
+ }
144
+ }
145
+
146
+ walk(node);
147
+
148
+ // Join and clean up whitespace
149
+ return texts
150
+ .map((t) => t.trim())
151
+ .filter(Boolean)
152
+ .join(" ")
153
+ .replace(/\s+/g, " ")
154
+ .trim();
155
+ }
156
+
157
+ /**
158
+ * Extract the description string from a declaration node's FullComment children.
159
+ */
160
+ function extractDescription(node: ClangASTNode): string | undefined {
161
+ if (!node.inner) return undefined;
162
+ for (const child of node.inner) {
163
+ if (child.kind === "FullComment") {
164
+ const text = extractCommentText(child);
165
+ if (text) return text;
166
+ }
167
+ }
168
+ return undefined;
169
+ }
170
+
171
+ /**
172
+ * Propagate loc.file throughout the AST tree.
173
+ *
174
+ * Clang's JSON AST only emits `loc.file` when the file changes from the
175
+ * previous node. Subsequent nodes in the same file omit the field. This
176
+ * function walks the tree in order and fills in the missing `file` fields
177
+ * so every node has a resolvable file path. This is critical for batched
178
+ * mode where multiple headers are parsed at once and `scanForDeprecation`
179
+ * needs to look up the correct header's lines.
180
+ *
181
+ * IMPORTANT: In batched mode (multiple headers #included in a temp file),
182
+ * clang's file context bleeds across unrelated subtrees, so propagated
183
+ * values may be incorrect. However, nodes whose loc.file WAS explicitly
184
+ * set by clang are always correct. After propagation, callers should
185
+ * prefer extracting file info from child AvailabilityAttr nodes (whose
186
+ * range.begin.expansionLoc.file is always correct) over relying on
187
+ * propagated loc.file values.
188
+ */
189
+ export function propagateLocFile(root: ClangASTNode): void {
190
+ let currentFile: string | undefined;
191
+
192
+ function walk(node: ClangASTNode): void {
193
+ const loc = node.loc as Record<string, any> | undefined;
194
+ if (loc) {
195
+ // Direct location
196
+ if (typeof loc.file === "string") {
197
+ currentFile = loc.file;
198
+ } else if (currentFile && typeof loc.line === "number") {
199
+ loc.file = currentFile;
200
+ }
201
+ // Expansion location (for macro-expanded nodes)
202
+ if (loc.expansionLoc) {
203
+ const exp = loc.expansionLoc as Record<string, any>;
204
+ if (typeof exp.file === "string") {
205
+ currentFile = exp.file;
206
+ } else if (currentFile && typeof exp.line === "number") {
207
+ exp.file = currentFile;
208
+ }
209
+ }
210
+ }
211
+
212
+ if (node.inner) {
213
+ for (const child of node.inner) {
214
+ walk(child);
215
+ }
216
+ }
217
+ }
218
+
219
+ walk(root);
220
+ }
221
+
222
+ /** Regex patterns that indicate a deprecated API in Objective-C header source. */
223
+ const DEPRECATION_PATTERNS = [
224
+ { regex: /API_DEPRECATED\s*\(\s*"([^"]*)"/, group: 1 },
225
+ { regex: /API_DEPRECATED_WITH_REPLACEMENT\s*\(\s*"([^"]*)"/, group: 1 },
226
+ { regex: /NS_DEPRECATED_MAC\s*\(/, group: -1 },
227
+ { regex: /NS_DEPRECATED\s*\(/, group: -1 },
228
+ { regex: /DEPRECATED_ATTRIBUTE/, group: -1 },
229
+ { regex: /__deprecated_msg\s*\(\s*"([^"]*)"/, group: 1 }
230
+ ] as const;
231
+
232
+ /**
233
+ * Get the line number from a ClangASTNode's loc field.
234
+ * Handles both direct locations and expansion locations.
235
+ */
236
+ function getLocLine(node: ClangASTNode): number | undefined {
237
+ const loc = node.loc as Record<string, any> | undefined;
238
+ if (!loc) return undefined;
239
+ if (typeof loc.line === "number") return loc.line;
240
+ if (loc.expansionLoc && typeof loc.expansionLoc.line === "number") {
241
+ return loc.expansionLoc.line;
242
+ }
243
+ return undefined;
244
+ }
245
+
246
+ /**
247
+ * Get the source file path from a ClangASTNode's loc field.
248
+ * Handles both direct locations and expansion locations.
249
+ *
250
+ * In batched mode, loc.file may be missing or incorrectly propagated.
251
+ * As a fallback, checks child AvailabilityAttr nodes whose
252
+ * range.begin.expansionLoc.file reliably points to the correct header.
253
+ */
254
+ function getLocFile(node: ClangASTNode): string | undefined {
255
+ const loc = node.loc as Record<string, any> | undefined;
256
+ if (loc) {
257
+ if (typeof loc.file === "string") return loc.file;
258
+ if (loc.expansionLoc && typeof loc.expansionLoc.file === "string") {
259
+ return loc.expansionLoc.file;
260
+ }
261
+ }
262
+
263
+ // Fallback: extract file from child AvailabilityAttr range
264
+ if (node.inner) {
265
+ for (const child of node.inner) {
266
+ if (child.kind === "AvailabilityAttr") {
267
+ const range = child.range as Record<string, any> | undefined;
268
+ if (range?.begin?.expansionLoc?.file) {
269
+ return range.begin.expansionLoc.file as string;
270
+ }
271
+ }
272
+ }
273
+ }
274
+
275
+ return undefined;
276
+ }
277
+
278
+ /**
279
+ * Resolve the header lines array for a given AST node.
280
+ * In single-header mode, returns headerLines directly.
281
+ * In batched mode, uses getLocFile() to look up the correct file's lines from the map.
282
+ * Falls back to contextFile if the node's own loc doesn't have file info.
283
+ */
284
+ function resolveHeaderLines(
285
+ node: ClangASTNode,
286
+ headerLines: string[] | undefined,
287
+ headerLinesMap?: Map<string, string[]>,
288
+ contextFile?: string
289
+ ): string[] | undefined {
290
+ if (headerLines) return headerLines;
291
+ if (headerLinesMap) {
292
+ const file = getLocFile(node) ?? contextFile;
293
+ if (file) return headerLinesMap.get(file);
294
+ }
295
+ return undefined;
296
+ }
297
+
298
+ /**
299
+ * Scan the header source lines around a declaration to extract a doc comment.
300
+ * Looks backward from the declaration line for:
301
+ * - Block comments: `/** ... * /`, `/*! ... * /`, `/* ... * /`
302
+ * - Line comments: `/// ...`
303
+ * Also checks for inline `//` comments on the same line as the declaration.
304
+ *
305
+ * Returns the cleaned comment text, or undefined if no comment found.
306
+ */
307
+ function scanForDocComment(
308
+ node: ClangASTNode,
309
+ headerLines: string[] | undefined,
310
+ headerLinesMap?: Map<string, string[]>,
311
+ contextFile?: string
312
+ ): string | undefined {
313
+ const lines = resolveHeaderLines(node, headerLines, headerLinesMap, contextFile);
314
+ if (!lines) return undefined;
315
+
316
+ const line = getLocLine(node);
317
+ if (!line || line < 1) return undefined;
318
+
319
+ // --- Check for inline comment on the declaration line itself ---
320
+ // Handles patterns like: `+ (NSExpression *)foo:(id)bar; // Description`
321
+ // and enum values like: `NSConstantValueExpressionType = 0, // Description`
322
+ const declLine = lines[line - 1];
323
+ if (declLine) {
324
+ // Match // comment at end of line, after a ; or , or )
325
+ const inlineMatch = declLine.match(/[;,)]\s*\/\/\s*(.+?)\s*$/);
326
+ if (inlineMatch && inlineMatch[1]) {
327
+ const text = inlineMatch[1].trim();
328
+ if (text.length > 0) return text;
329
+ }
330
+ }
331
+
332
+ if (line < 2) return undefined;
333
+
334
+ // Start scanning from the line just above the declaration (0-indexed: line - 2)
335
+ let scanEnd = line - 2; // inclusive, 0-indexed
336
+
337
+ // Skip blank lines and preprocessor directives between comment and declaration
338
+ while (scanEnd >= 0) {
339
+ const trimmed = lines[scanEnd]!.trim();
340
+ if (
341
+ trimmed === "" ||
342
+ trimmed.startsWith("#") ||
343
+ trimmed.startsWith("NS_HEADER_AUDIT") ||
344
+ trimmed.startsWith("API_AVAILABLE") ||
345
+ trimmed.startsWith("API_UNAVAILABLE") ||
346
+ trimmed.startsWith("NS_AVAILABLE") ||
347
+ trimmed.startsWith("NS_SWIFT_") ||
348
+ trimmed.startsWith("NS_REFINED_FOR_SWIFT") ||
349
+ trimmed.startsWith("NS_ASSUME_NONNULL") ||
350
+ trimmed.startsWith("__attribute__")
351
+ ) {
352
+ scanEnd--;
353
+ continue;
354
+ }
355
+ break;
356
+ }
357
+ if (scanEnd < 0) return undefined;
358
+
359
+ const lastLine = lines[scanEnd]!;
360
+
361
+ // --- Case 1: Block comment ending with */
362
+ if (lastLine.trimEnd().endsWith("*/")) {
363
+ // Scan backward to find the opening /* or /** or /*!
364
+ let scanStart = scanEnd;
365
+ while (scanStart >= 0) {
366
+ const l = lines[scanStart]!;
367
+ if (/\/\*/.test(l)) break;
368
+ scanStart--;
369
+ }
370
+ if (scanStart < 0) return undefined;
371
+
372
+ const commentLines = lines.slice(scanStart, scanEnd + 1);
373
+ return cleanBlockComment(commentLines);
374
+ }
375
+
376
+ // --- Case 2: Line comments (///, //!, or plain // used as doc comments)
377
+ const trimmedLast = lastLine.trimStart();
378
+ if (trimmedLast.startsWith("//")) {
379
+ let scanStart = scanEnd;
380
+ while (scanStart > 0) {
381
+ const prev = lines[scanStart - 1]!.trimStart();
382
+ if (prev.startsWith("//") && !prev.startsWith("//#")) {
383
+ scanStart--;
384
+ } else {
385
+ break;
386
+ }
387
+ }
388
+
389
+ const commentLines = lines.slice(scanStart, scanEnd + 1);
390
+ return cleanLineComment(commentLines);
391
+ }
392
+
393
+ return undefined;
394
+ }
395
+
396
+ /**
397
+ * Clean a block comment (/* ... * /) into plain text.
398
+ * Strips the comment delimiters and leading * characters.
399
+ */
400
+ function cleanBlockComment(lines: string[]): string | undefined {
401
+ const cleaned: string[] = [];
402
+ for (let i = 0; i < lines.length; i++) {
403
+ let line = lines[i]!;
404
+ // Remove opening delimiter
405
+ if (i === 0) {
406
+ line = line.replace(/\/\*[*!]?\s?/, "");
407
+ }
408
+ // Remove closing delimiter
409
+ if (i === lines.length - 1) {
410
+ line = line.replace(/\s*\*\/\s*$/, "");
411
+ }
412
+ // Remove leading whitespace + optional * + optional space
413
+ line = line.replace(/^\s*\*?\s?/, "");
414
+ cleaned.push(line);
415
+ }
416
+
417
+ const text = cleaned
418
+ .map((l) => l.trimEnd())
419
+ .join(" ")
420
+ .replace(/\s+/g, " ")
421
+ .trim();
422
+
423
+ return text || undefined;
424
+ }
425
+
426
+ /**
427
+ * Clean line comments (///, //!, or plain //) into plain text.
428
+ * Strips the leading comment prefix and trims.
429
+ */
430
+ function cleanLineComment(lines: string[]): string | undefined {
431
+ const cleaned = lines.map((l) => {
432
+ const trimmed = l.trimStart();
433
+ // Strip ///, //!, or plain // prefix and optional single space
434
+ return trimmed.replace(/^\/\/[\/!]?\s?/, "");
435
+ });
436
+
437
+ const text = cleaned
438
+ .map((l) => l.trimEnd())
439
+ .join(" ")
440
+ .replace(/\s+/g, " ")
441
+ .trim();
442
+
443
+ return text || undefined;
444
+ }
445
+
446
+ /**
447
+ * Scan the header source lines around a declaration's location for
448
+ * deprecation macros. Returns { isDeprecated, message } if found.
449
+ *
450
+ * Supports two modes:
451
+ * - Single header: `headerLines` is an array of lines from one file
452
+ * - Batched: `headerLinesMap` maps file paths to their lines
453
+ */
454
+ function scanForDeprecation(
455
+ node: ClangASTNode,
456
+ headerLines: string[] | undefined,
457
+ headerLinesMap?: Map<string, string[]>,
458
+ contextFile?: string
459
+ ): { isDeprecated: boolean; message?: string } {
460
+ const lines = resolveHeaderLines(node, headerLines, headerLinesMap, contextFile);
461
+ if (!lines) return { isDeprecated: false };
462
+
463
+ const line = getLocLine(node);
464
+ if (!line || line < 1 || line > lines.length) {
465
+ return { isDeprecated: false };
466
+ }
467
+
468
+ // Scan the declaration line and a few lines after (macros can wrap to next lines)
469
+ const startLine = Math.max(0, line - 1);
470
+ const endLine = Math.min(lines.length, line + 5);
471
+ const sourceChunk = lines.slice(startLine, endLine).join(" ");
472
+
473
+ for (const pattern of DEPRECATION_PATTERNS) {
474
+ const match = pattern.regex.exec(sourceChunk);
475
+ if (match) {
476
+ const message = pattern.group >= 0 ? match[pattern.group]?.trim() : undefined;
477
+ return {
478
+ isDeprecated: true,
479
+ message: message || undefined
480
+ };
481
+ }
482
+ }
483
+
484
+ return { isDeprecated: false };
485
+ }
486
+
487
+ /**
488
+ * Parse a clang AST root node and extract all ObjC class declarations.
489
+ * Merges categories into their base class.
490
+ *
491
+ * @param headerLines - Split lines of the header file for deprecation scanning.
492
+ * Pass undefined to skip header-based deprecation detection.
493
+ * @param headerLinesMap - Map of file path → lines for batched mode deprecation scanning.
494
+ */
495
+ export function parseAST(
496
+ root: ClangASTNode,
497
+ targetClasses: Set<string>,
498
+ headerLines?: string[],
499
+ headerLinesMap?: Map<string, string[]>
500
+ ): Map<string, ObjCClass> {
501
+ const classes = new Map<string, ObjCClass>();
502
+
503
+ function getOrCreateClass(name: string): ObjCClass {
504
+ let cls = classes.get(name);
505
+ if (!cls) {
506
+ cls = {
507
+ name,
508
+ superclass: null,
509
+ protocols: [],
510
+ instanceMethods: [],
511
+ classMethods: [],
512
+ properties: []
513
+ };
514
+ classes.set(name, cls);
515
+ }
516
+ return cls;
517
+ }
518
+
519
+ function isDeprecated(node: ClangASTNode): boolean {
520
+ if (!node.inner) return false;
521
+ return node.inner.some((child) => child.kind === "DeprecatedAttr");
522
+ }
523
+
524
+ function isUnavailable(node: ClangASTNode): boolean {
525
+ if (!node.inner) return false;
526
+ return node.inner.some((child) => child.kind === "UnavailableAttr");
527
+ }
528
+
529
+ function extractMethod(node: ClangASTNode, contextFile?: string): ObjCMethod | null {
530
+ if (node.kind !== "ObjCMethodDecl") return null;
531
+ if (node.isImplicit) return null;
532
+ if (isUnavailable(node)) return null;
533
+
534
+ const selector = node.name ?? "";
535
+ const returnType = node.returnType?.qualType ?? "void";
536
+ const isClassMethod = node.instance === false;
537
+ const attrDeprecated = isDeprecated(node);
538
+ const sourceDeprecation = scanForDeprecation(node, headerLines, headerLinesMap, contextFile);
539
+ const deprecated = attrDeprecated || sourceDeprecation.isDeprecated;
540
+ const description = extractDescription(node) ?? scanForDocComment(node, headerLines, headerLinesMap, contextFile);
541
+
542
+ const parameters: { name: string; type: string }[] = [];
543
+ if (node.inner) {
544
+ for (const child of node.inner) {
545
+ if (child.kind === "ParmVarDecl") {
546
+ parameters.push({
547
+ name: child.name ?? "arg",
548
+ type: child.type?.qualType ?? "id"
549
+ });
550
+ }
551
+ }
552
+ }
553
+
554
+ return {
555
+ selector,
556
+ returnType,
557
+ parameters,
558
+ isClassMethod,
559
+ isDeprecated: deprecated,
560
+ deprecationMessage: sourceDeprecation.message,
561
+ description
562
+ };
563
+ }
564
+
565
+ function extractProperty(node: ClangASTNode, contextFile?: string): ObjCProperty | null {
566
+ if (node.kind !== "ObjCPropertyDecl") return null;
567
+ if (node.isImplicit) return null;
568
+
569
+ const name = node.name ?? "";
570
+ const type = node.type?.qualType ?? "id";
571
+ // ObjC properties are readwrite by default; only explicitly readonly ones are read-only
572
+ const readonly = node.readonly === true;
573
+ // Class properties have "class": true in the AST node
574
+ const isClassProperty = (node as any)["class"] === true;
575
+ const attrDeprecated = isDeprecated(node);
576
+ const sourceDeprecation = scanForDeprecation(node, headerLines, headerLinesMap, contextFile);
577
+ const deprecated = attrDeprecated || sourceDeprecation.isDeprecated;
578
+ const description = extractDescription(node) ?? scanForDocComment(node, headerLines, headerLinesMap, contextFile);
579
+
580
+ return {
581
+ name,
582
+ type,
583
+ readonly,
584
+ isClassProperty,
585
+ isDeprecated: deprecated,
586
+ deprecationMessage: sourceDeprecation.message,
587
+ description
588
+ };
589
+ }
590
+
591
+ function processInterfaceOrCategory(node: ClangASTNode, className: string, walkContextFile?: string): void {
592
+ if (!targetClasses.has(className)) return;
593
+
594
+ const cls = getOrCreateClass(className);
595
+
596
+ // Set superclass from interface declarations
597
+ if (node.kind === "ObjCInterfaceDecl" && node.super) {
598
+ cls.superclass = node.super.name;
599
+ }
600
+
601
+ // Set protocols
602
+ if (node.protocols) {
603
+ for (const proto of node.protocols) {
604
+ if (!cls.protocols.includes(proto.name)) {
605
+ cls.protocols.push(proto.name);
606
+ }
607
+ }
608
+ }
609
+
610
+ if (!node.inner) return;
611
+
612
+ // Resolve the file path from the parent node for child context.
613
+ // Fall back to walkContextFile (the running file tracker from walk()).
614
+ const parentFile = getLocFile(node) ?? walkContextFile;
615
+
616
+ // Track selectors we've already added (to handle categories extending the same class)
617
+ const existingInstanceSelectors = new Set(cls.instanceMethods.map((m) => m.selector));
618
+ const existingClassSelectors = new Set(cls.classMethods.map((m) => m.selector));
619
+ const existingProperties = new Set(cls.properties.map((p) => p.name));
620
+
621
+ for (const child of node.inner) {
622
+ if (child.kind === "ObjCMethodDecl") {
623
+ const method = extractMethod(child, parentFile);
624
+ if (!method) continue;
625
+
626
+ if (method.isClassMethod) {
627
+ if (!existingClassSelectors.has(method.selector)) {
628
+ cls.classMethods.push(method);
629
+ existingClassSelectors.add(method.selector);
630
+ }
631
+ } else {
632
+ if (!existingInstanceSelectors.has(method.selector)) {
633
+ cls.instanceMethods.push(method);
634
+ existingInstanceSelectors.add(method.selector);
635
+ }
636
+ }
637
+ } else if (child.kind === "ObjCPropertyDecl") {
638
+ const prop = extractProperty(child, parentFile);
639
+ if (prop && !existingProperties.has(prop.name)) {
640
+ cls.properties.push(prop);
641
+ existingProperties.add(prop.name);
642
+ }
643
+ }
644
+ }
645
+ }
646
+
647
+ // Running file tracker: clang only emits `loc.file` when it changes between
648
+ // nodes. As we walk in document order, we track the last-seen file so that
649
+ // nodes without an explicit `loc.file` can inherit the correct context.
650
+ let currentFile: string | undefined;
651
+
652
+ function walk(node: ClangASTNode): void {
653
+ // Update running file tracker from this node's loc (if present)
654
+ const nodeFile = getLocFile(node);
655
+ if (nodeFile) currentFile = nodeFile;
656
+
657
+ if (node.kind === "ObjCInterfaceDecl" && node.name) {
658
+ processInterfaceOrCategory(node, node.name, currentFile);
659
+ } else if (node.kind === "ObjCCategoryDecl" && node.interface?.name) {
660
+ processInterfaceOrCategory(node, node.interface.name, currentFile);
661
+ } else if (node.kind === "ObjCProtocolDecl" && node.name) {
662
+ // Merge protocol methods into matching class (e.g., NSObject protocol → NSObject class).
663
+ // The NSObject class conforms to the NSObject protocol, which defines
664
+ // isEqual:, isKindOfClass:, respondsToSelector:, performSelector:, etc.
665
+ if (targetClasses.has(node.name)) {
666
+ processInterfaceOrCategory(node, node.name, currentFile);
667
+ }
668
+ }
669
+
670
+ if (node.inner) {
671
+ for (const child of node.inner) {
672
+ walk(child);
673
+ }
674
+ }
675
+ }
676
+
677
+ walk(root);
678
+ return classes;
679
+ }
680
+
681
+ /**
682
+ * Parse a clang AST root node and extract ObjC protocol declarations.
683
+ * Returns a map of protocol name → ObjCProtocol for protocols in the target set.
684
+ *
685
+ * @param headerLines - Split lines of the header file for deprecation scanning.
686
+ * @param headerLinesMap - Map of file path → lines for batched mode deprecation scanning.
687
+ */
688
+ export function parseProtocols(
689
+ root: ClangASTNode,
690
+ targetProtocols: Set<string>,
691
+ headerLines?: string[],
692
+ headerLinesMap?: Map<string, string[]>
693
+ ): Map<string, ObjCProtocol> {
694
+ const protocols = new Map<string, ObjCProtocol>();
695
+
696
+ function isDeprecated(node: ClangASTNode): boolean {
697
+ if (!node.inner) return false;
698
+ return node.inner.some((child) => child.kind === "DeprecatedAttr");
699
+ }
700
+
701
+ function isUnavailable(node: ClangASTNode): boolean {
702
+ if (!node.inner) return false;
703
+ return node.inner.some((child) => child.kind === "UnavailableAttr");
704
+ }
705
+
706
+ function extractMethod(node: ClangASTNode, contextFile?: string): ObjCMethod | null {
707
+ if (node.kind !== "ObjCMethodDecl") return null;
708
+ if (node.isImplicit) return null;
709
+ if (isUnavailable(node)) return null;
710
+
711
+ const selector = node.name ?? "";
712
+ const returnType = node.returnType?.qualType ?? "void";
713
+ const isClassMethod = node.instance === false;
714
+ const attrDeprecated = isDeprecated(node);
715
+ const sourceDeprecation = scanForDeprecation(node, headerLines, headerLinesMap, contextFile);
716
+ const deprecated = attrDeprecated || sourceDeprecation.isDeprecated;
717
+ const description = extractDescription(node) ?? scanForDocComment(node, headerLines, headerLinesMap, contextFile);
718
+
719
+ const parameters: { name: string; type: string }[] = [];
720
+ if (node.inner) {
721
+ for (const child of node.inner) {
722
+ if (child.kind === "ParmVarDecl") {
723
+ parameters.push({
724
+ name: child.name ?? "arg",
725
+ type: child.type?.qualType ?? "id"
726
+ });
727
+ }
728
+ }
729
+ }
730
+
731
+ return {
732
+ selector,
733
+ returnType,
734
+ parameters,
735
+ isClassMethod,
736
+ isDeprecated: deprecated,
737
+ deprecationMessage: sourceDeprecation.message,
738
+ description
739
+ };
740
+ }
741
+
742
+ function extractProperty(node: ClangASTNode, contextFile?: string): ObjCProperty | null {
743
+ if (node.kind !== "ObjCPropertyDecl") return null;
744
+ if (node.isImplicit) return null;
745
+
746
+ const name = node.name ?? "";
747
+ const type = node.type?.qualType ?? "id";
748
+ const readonly = node.readonly === true;
749
+ const isClassProperty = (node as any)["class"] === true;
750
+ const attrDeprecated = isDeprecated(node);
751
+ const sourceDeprecation = scanForDeprecation(node, headerLines, headerLinesMap, contextFile);
752
+ const deprecated = attrDeprecated || sourceDeprecation.isDeprecated;
753
+ const description = extractDescription(node) ?? scanForDocComment(node, headerLines, headerLinesMap, contextFile);
754
+
755
+ return {
756
+ name,
757
+ type,
758
+ readonly,
759
+ isClassProperty,
760
+ isDeprecated: deprecated,
761
+ deprecationMessage: sourceDeprecation.message,
762
+ description
763
+ };
764
+ }
765
+
766
+ function getOrCreateProtocol(name: string): ObjCProtocol {
767
+ let proto = protocols.get(name);
768
+ if (!proto) {
769
+ proto = {
770
+ name,
771
+ extendedProtocols: [],
772
+ instanceMethods: [],
773
+ classMethods: [],
774
+ properties: []
775
+ };
776
+ protocols.set(name, proto);
777
+ }
778
+ return proto;
779
+ }
780
+
781
+ function processProtocolDecl(node: ClangASTNode, walkContextFile?: string): void {
782
+ const name = node.name ?? "";
783
+ if (!targetProtocols.has(name)) return;
784
+
785
+ const proto = getOrCreateProtocol(name);
786
+
787
+ // Collect extended protocols
788
+ if (node.protocols) {
789
+ for (const p of node.protocols) {
790
+ if (!proto.extendedProtocols.includes(p.name)) {
791
+ proto.extendedProtocols.push(p.name);
792
+ }
793
+ }
794
+ }
795
+
796
+ if (!node.inner) return;
797
+
798
+ // Resolve the file path from the parent node for child context.
799
+ // Fall back to walkContextFile (the running file tracker from walk()).
800
+ const parentFile = getLocFile(node) ?? walkContextFile;
801
+
802
+ // Track selectors we've already added (to handle multiple declarations of the same protocol)
803
+ const existingInstanceSelectors = new Set(proto.instanceMethods.map((m) => m.selector));
804
+ const existingClassSelectors = new Set(proto.classMethods.map((m) => m.selector));
805
+ const existingProperties = new Set(proto.properties.map((p) => p.name));
806
+
807
+ for (const child of node.inner) {
808
+ if (child.kind === "ObjCMethodDecl") {
809
+ const method = extractMethod(child, parentFile);
810
+ if (!method) continue;
811
+
812
+ if (method.isClassMethod) {
813
+ if (!existingClassSelectors.has(method.selector)) {
814
+ proto.classMethods.push(method);
815
+ existingClassSelectors.add(method.selector);
816
+ }
817
+ } else {
818
+ if (!existingInstanceSelectors.has(method.selector)) {
819
+ proto.instanceMethods.push(method);
820
+ existingInstanceSelectors.add(method.selector);
821
+ }
822
+ }
823
+ } else if (child.kind === "ObjCPropertyDecl") {
824
+ const prop = extractProperty(child, parentFile);
825
+ if (prop && !existingProperties.has(prop.name)) {
826
+ proto.properties.push(prop);
827
+ existingProperties.add(prop.name);
828
+ }
829
+ }
830
+ }
831
+ }
832
+
833
+ // Running file tracker for batched mode (same approach as parseAST).
834
+ let currentFile: string | undefined;
835
+
836
+ function walk(node: ClangASTNode): void {
837
+ // Update running file tracker from this node's loc (if present)
838
+ const nodeFile = getLocFile(node);
839
+ if (nodeFile) currentFile = nodeFile;
840
+
841
+ if (node.kind === "ObjCProtocolDecl" && node.name) {
842
+ processProtocolDecl(node, currentFile);
843
+ }
844
+
845
+ if (node.inner) {
846
+ for (const child of node.inner) {
847
+ walk(child);
848
+ }
849
+ }
850
+ }
851
+
852
+ walk(root);
853
+ return protocols;
854
+ }
855
+
856
+ /**
857
+ * Parse a clang AST root node and extract integer enums (NS_ENUM / NS_OPTIONS).
858
+ *
859
+ * Integer enums appear as EnumDecl nodes with a fixedUnderlyingType.
860
+ * NS_OPTIONS enums additionally have a FlagEnumAttr child.
861
+ * Each EnumConstantDecl child represents a constant; its value comes from
862
+ * a nested ConstantExpr node (always the fully-computed integer as a string).
863
+ *
864
+ * @param targetEnums - Set of enum names to extract (from discovery)
865
+ */
866
+ export function parseIntegerEnums(root: ClangASTNode, targetEnums: Set<string>): Map<string, ObjCIntegerEnum> {
867
+ const enums = new Map<string, ObjCIntegerEnum>();
868
+
869
+ function walk(node: ClangASTNode): void {
870
+ if (node.kind === "EnumDecl" && node.name && targetEnums.has(node.name)) {
871
+ if (node.fixedUnderlyingType) {
872
+ const hasConstants = node.inner?.some((child) => child.kind === "EnumConstantDecl") ?? false;
873
+
874
+ // Skip forward declarations (no EnumConstantDecl children).
875
+ // The full definition with constants may appear later with previousDecl set.
876
+ if (!hasConstants) {
877
+ // Only record if we haven't seen a definition with values yet
878
+ if (!enums.has(node.name)) {
879
+ enums.set(node.name, {
880
+ kind: "integer",
881
+ name: node.name,
882
+ underlyingType: node.fixedUnderlyingType.qualType,
883
+ isOptions: false,
884
+ values: []
885
+ });
886
+ }
887
+ } else {
888
+ const isOptions = node.inner?.some((child) => child.kind === "FlagEnumAttr") ?? false;
889
+
890
+ const values: ObjCEnumValue[] = [];
891
+ let implicitNextValue = 0;
892
+
893
+ for (const child of node.inner!) {
894
+ if (child.kind === "EnumConstantDecl" && child.name) {
895
+ // Extract value from ConstantExpr if present
896
+ let value: string | null = null;
897
+ if (child.inner) {
898
+ const constExpr = findConstantExpr(child);
899
+ if (constExpr?.value !== undefined) {
900
+ value = constExpr.value;
901
+ implicitNextValue = parseInt(value, 10) + 1;
902
+ }
903
+ }
904
+ if (value === null) {
905
+ value = String(implicitNextValue);
906
+ implicitNextValue++;
907
+ }
908
+ values.push({ name: child.name, value });
909
+ }
910
+ }
911
+
912
+ // Always overwrite — the definition with constants is authoritative
913
+ enums.set(node.name, {
914
+ kind: "integer",
915
+ name: node.name,
916
+ underlyingType: node.fixedUnderlyingType.qualType,
917
+ isOptions,
918
+ values
919
+ });
920
+ }
921
+ }
922
+ }
923
+
924
+ if (node.inner) {
925
+ for (const child of node.inner) {
926
+ walk(child);
927
+ }
928
+ }
929
+ }
930
+
931
+ walk(root);
932
+ return enums;
933
+ }
934
+
935
+ /**
936
+ * Recursively find the first ConstantExpr node in a tree.
937
+ * ConstantExpr may be nested under ImplicitCastExpr or other intermediate nodes.
938
+ */
939
+ function findConstantExpr(node: ClangASTNode): ClangASTNode | null {
940
+ if (node.kind === "ConstantExpr" && node.value !== undefined) {
941
+ return node;
942
+ }
943
+ if (node.inner) {
944
+ for (const child of node.inner) {
945
+ const found = findConstantExpr(child);
946
+ if (found) return found;
947
+ }
948
+ }
949
+ return null;
950
+ }
951
+
952
+ /**
953
+ * Parse a clang AST root node and extract string enums (NS_TYPED_EXTENSIBLE_ENUM etc.).
954
+ *
955
+ * String enums appear as TypedefDecl nodes with a SwiftNewTypeAttr child
956
+ * and a type.qualType of "NSString *". The individual values are VarDecl
957
+ * nodes with storageClass "extern" whose type.typeAliasDeclId links back
958
+ * to the TypedefDecl's id.
959
+ *
960
+ * @param targetEnums - Set of string enum names to extract (from discovery)
961
+ */
962
+ export function parseStringEnums(root: ClangASTNode, targetEnums: Set<string>): Map<string, ObjCStringEnum> {
963
+ const enums = new Map<string, ObjCStringEnum>();
964
+ // Map from TypedefDecl id → enum name, for linking VarDecls
965
+ const typedefIdToName = new Map<string, string>();
966
+
967
+ function walkForTypedefs(node: ClangASTNode): void {
968
+ if (node.kind === "TypedefDecl" && node.name && targetEnums.has(node.name)) {
969
+ // Check for SwiftNewTypeAttr in inner
970
+ const hasSwiftNewType = node.inner?.some((child) => child.kind === "SwiftNewTypeAttr") ?? false;
971
+
972
+ // Check that the underlying type is NSString *
973
+ const qualType = node.type?.qualType ?? "";
974
+ const isStringType =
975
+ qualType === "NSString *" ||
976
+ qualType.includes("NSString") ||
977
+ (node.type?.desugaredQualType ?? "").includes("NSString");
978
+
979
+ if (hasSwiftNewType && isStringType) {
980
+ typedefIdToName.set(node.id, node.name);
981
+ if (!enums.has(node.name)) {
982
+ enums.set(node.name, {
983
+ kind: "string",
984
+ name: node.name,
985
+ values: []
986
+ });
987
+ }
988
+ }
989
+ }
990
+
991
+ if (node.inner) {
992
+ for (const child of node.inner) {
993
+ walkForTypedefs(child);
994
+ }
995
+ }
996
+ }
997
+
998
+ function walkForVarDecls(node: ClangASTNode): void {
999
+ if (node.kind === "VarDecl" && node.name && node.storageClass === "extern" && node.type?.typeAliasDeclId) {
1000
+ const enumName = typedefIdToName.get(node.type.typeAliasDeclId);
1001
+ if (enumName) {
1002
+ const enumDef = enums.get(enumName);
1003
+ if (enumDef) {
1004
+ // Strip the enum name prefix to get the short name
1005
+ let shortName = node.name;
1006
+ if (shortName.startsWith(enumName)) {
1007
+ shortName = shortName.slice(enumName.length);
1008
+ }
1009
+ if (!shortName || /^\d/.test(shortName)) {
1010
+ shortName = node.name;
1011
+ }
1012
+ enumDef.values.push({
1013
+ symbolName: node.name,
1014
+ shortName,
1015
+ value: null // Resolved later by resolve-strings.ts
1016
+ });
1017
+ }
1018
+ }
1019
+ }
1020
+
1021
+ if (node.inner) {
1022
+ for (const child of node.inner) {
1023
+ walkForVarDecls(child);
1024
+ }
1025
+ }
1026
+ }
1027
+
1028
+ // First pass: find TypedefDecl nodes
1029
+ walkForTypedefs(root);
1030
+ // Second pass: find VarDecl nodes that reference the typedefs
1031
+ walkForVarDecls(root);
1032
+
1033
+ return enums;
1034
+ }
1035
+
1036
+ // --- Struct parsing ---
1037
+
1038
+ /**
1039
+ * Parse a clang AST root node and extract struct definitions and struct typedef aliases.
1040
+ *
1041
+ * Structs appear as:
1042
+ * 1. Named RecordDecl with tagUsed:"struct", containing FieldDecl children
1043
+ * e.g., `struct CGPoint { CGFloat x; CGFloat y; }`
1044
+ * 2. Anonymous RecordDecl wrapped by TypedefDecl
1045
+ * e.g., `typedef struct { ... } NSDecimal;`
1046
+ * 3. TypedefDecl aliasing one struct to another
1047
+ * e.g., `typedef CGPoint NSPoint;`
1048
+ *
1049
+ * Returns { structs, aliases } where:
1050
+ * - structs: Map<name, ObjCStruct> — all struct definitions (keyed by public name)
1051
+ * - aliases: ObjCStructAlias[] — typedef aliases between structs
1052
+ */
1053
+ export function parseStructs(root: ClangASTNode): {
1054
+ structs: Map<string, ObjCStruct>;
1055
+ aliases: ObjCStructAlias[];
1056
+ } {
1057
+ const structs = new Map<string, ObjCStruct>();
1058
+ const aliases: ObjCStructAlias[] = [];
1059
+
1060
+ // Map from RecordDecl id → struct definition (for linking typedefs to anonymous structs)
1061
+ const recordById = new Map<string, { name: string; fields: ObjCStructField[] }>();
1062
+ // Set of all known struct names (for detecting typedef aliases between structs)
1063
+ const knownStructNames = new Set<string>();
1064
+ // Map of internal struct names to their RecordDecl data (for typedef linking)
1065
+ const recordByName = new Map<string, { fields: ObjCStructField[] }>();
1066
+
1067
+ /** Extract fields from a RecordDecl's inner children. */
1068
+ function extractFields(node: ClangASTNode): ObjCStructField[] {
1069
+ const fields: ObjCStructField[] = [];
1070
+ if (!node.inner) return fields;
1071
+ for (const child of node.inner) {
1072
+ if (child.kind === "FieldDecl" && child.name) {
1073
+ fields.push({
1074
+ name: child.name,
1075
+ type: child.type?.qualType ?? "int"
1076
+ });
1077
+ }
1078
+ }
1079
+ return fields;
1080
+ }
1081
+
1082
+ // First pass: collect all RecordDecl nodes (struct definitions)
1083
+ function walkForRecords(node: ClangASTNode): void {
1084
+ if (node.kind === "RecordDecl" && (node as any).tagUsed === "struct") {
1085
+ const fields = extractFields(node);
1086
+ // Only record definitions with fields (skip forward declarations)
1087
+ if (fields.length > 0) {
1088
+ recordById.set(node.id, {
1089
+ name: node.name ?? "",
1090
+ fields
1091
+ });
1092
+ if (node.name && node.name !== "(anonymous)") {
1093
+ knownStructNames.add(node.name);
1094
+ recordByName.set(node.name, { fields });
1095
+
1096
+ // Named structs are directly usable (e.g., struct CGPoint), but
1097
+ // underscore-prefixed names (e.g., _NSRange) are internal C names
1098
+ // that will get a public typedef later — don't add them to structs
1099
+ // directly, only to recordByName for lookup.
1100
+ if (!node.name.startsWith("_")) {
1101
+ structs.set(node.name, {
1102
+ name: node.name,
1103
+ fields
1104
+ });
1105
+ }
1106
+ }
1107
+ }
1108
+ }
1109
+
1110
+ if (node.inner) {
1111
+ for (const child of node.inner) {
1112
+ walkForRecords(child);
1113
+ }
1114
+ }
1115
+ }
1116
+
1117
+ // Second pass: find TypedefDecl nodes that reference structs
1118
+ function walkForTypedefs(node: ClangASTNode): void {
1119
+ if (node.kind === "TypedefDecl" && node.name) {
1120
+ const qualType = node.type?.qualType ?? "";
1121
+
1122
+ // Case 1: Typedef wrapping an anonymous struct (inline definition)
1123
+ // The RecordDecl appears as a direct child of the TypedefDecl
1124
+ if (node.inner) {
1125
+ for (const child of node.inner) {
1126
+ if (child.kind === "RecordDecl" && (child as any).tagUsed === "struct") {
1127
+ const fields = extractFields(child);
1128
+ if (fields.length > 0) {
1129
+ structs.set(node.name, {
1130
+ name: node.name,
1131
+ fields
1132
+ });
1133
+ knownStructNames.add(node.name);
1134
+ return; // Don't also check typedef alias case
1135
+ }
1136
+ }
1137
+ }
1138
+ }
1139
+
1140
+ // Case 2: Typedef aliasing a named struct (e.g., typedef struct _NSRange NSRange)
1141
+ // The qualType will be "struct _NSRange" or just "_NSRange"
1142
+ const structMatch = qualType.match(/^(?:struct\s+)?(\w+)$/);
1143
+ if (structMatch) {
1144
+ const targetName = structMatch[1]!;
1145
+
1146
+ // Self-referencing typedef (e.g., typedef struct CGRect CGRect, or
1147
+ // typedef struct NS_SWIFT_SENDABLE { ... } NSOperatingSystemVersion).
1148
+ // For the NS_SWIFT_SENDABLE pattern, the RecordDecl is anonymous but
1149
+ // referenced via ownedTagDecl in the inner ElaboratedType node.
1150
+ if (targetName === node.name) {
1151
+ // Check if there's an ownedTagDecl referencing an anonymous struct
1152
+ if (node.inner) {
1153
+ for (const child of node.inner) {
1154
+ const ownedId = (child as any).ownedTagDecl?.id;
1155
+ if (ownedId) {
1156
+ const record = recordById.get(ownedId);
1157
+ if (record && (!record.name || record.name === "(anonymous)") && record.fields.length > 0) {
1158
+ structs.set(node.name, {
1159
+ name: node.name,
1160
+ fields: record.fields
1161
+ });
1162
+ knownStructNames.add(node.name);
1163
+ return;
1164
+ }
1165
+ }
1166
+ }
1167
+ }
1168
+ return; // Genuine self-reference, skip
1169
+ }
1170
+
1171
+ // Check if target is a known record (C struct definition)
1172
+ const targetRecord = recordByName.get(targetName);
1173
+ if (targetRecord) {
1174
+ // If the target is a public struct name (not underscore-prefixed internal),
1175
+ // this typedef creates an alias. E.g., typedef CGRect NSRect means NSRect
1176
+ // is an alias of CGRect. But typedef struct _NSRange NSRange means NSRange
1177
+ // is the public name for the internal _NSRange struct.
1178
+ const isInternalName = targetName.startsWith("_");
1179
+ if (!isInternalName && structs.has(targetName)) {
1180
+ // Target is a public struct name — create an alias
1181
+ aliases.push({ name: node.name, target: targetName });
1182
+ knownStructNames.add(node.name);
1183
+ return;
1184
+ }
1185
+
1186
+ // Otherwise, this is a typedef for a private internal struct name:
1187
+ // typedef struct _NSRange NSRange
1188
+ structs.set(node.name, {
1189
+ name: node.name,
1190
+ internalName: targetName,
1191
+ fields: targetRecord.fields
1192
+ });
1193
+ knownStructNames.add(node.name);
1194
+ return;
1195
+ }
1196
+
1197
+ // Check if target is another typedef'd struct name (e.g., NSPoint → CGPoint)
1198
+ if (knownStructNames.has(targetName)) {
1199
+ // Resolve through existing aliases to find the canonical struct name
1200
+ let resolvedTarget = targetName;
1201
+ for (const alias of aliases) {
1202
+ if (alias.name === targetName) {
1203
+ resolvedTarget = alias.target;
1204
+ break;
1205
+ }
1206
+ }
1207
+ aliases.push({ name: node.name, target: resolvedTarget });
1208
+ knownStructNames.add(node.name);
1209
+ return;
1210
+ }
1211
+ }
1212
+ }
1213
+
1214
+ if (node.inner) {
1215
+ for (const child of node.inner) {
1216
+ walkForTypedefs(child);
1217
+ }
1218
+ }
1219
+ }
1220
+
1221
+ walkForRecords(root);
1222
+ walkForTypedefs(root);
1223
+
1224
+ return { structs, aliases };
1225
+ }
1226
+
1227
+ // --- General typedef parsing ---
1228
+
1229
+ /**
1230
+ * Parse all TypedefDecl nodes from the AST to build a typedef resolution table.
1231
+ *
1232
+ * This captures arbitrary typedefs like `typedef NSString * NSWindowFrameAutosaveName`
1233
+ * so the type mapper can resolve them instead of falling back to heuristics.
1234
+ * Only captures typedefs whose underlying type is an ObjC pointer type (e.g., `NSString *`)
1235
+ * or a known numeric/boolean type — not struct/enum typedefs (handled elsewhere).
1236
+ *
1237
+ * @returns Map of typedef name → underlying qualType string
1238
+ */
1239
+ export function parseTypedefs(root: ClangASTNode): Map<string, string> {
1240
+ const typedefs = new Map<string, string>();
1241
+
1242
+ function walk(node: ClangASTNode): void {
1243
+ if (node.kind === "TypedefDecl" && node.name && node.type?.qualType) {
1244
+ const name = node.name;
1245
+ const qualType = node.type.qualType;
1246
+
1247
+ // Skip typedefs that are self-referencing (e.g., typedef struct CGPoint CGPoint)
1248
+ if (name === qualType || qualType === `struct ${name}`) return;
1249
+
1250
+ // Skip typedefs with no useful resolution (e.g., __builtin_va_list)
1251
+ if (qualType.startsWith("__")) return;
1252
+
1253
+ // Store the mapping — the type mapper will use this to resolve
1254
+ // unknown typedef names to their underlying types
1255
+ typedefs.set(name, qualType);
1256
+ }
1257
+
1258
+ if (node.inner) {
1259
+ for (const child of node.inner) {
1260
+ walk(child);
1261
+ }
1262
+ }
1263
+ }
1264
+
1265
+ walk(root);
1266
+ return typedefs;
1267
+ }
1268
+
1269
+ // --- C function parsing ---
1270
+
1271
+ /**
1272
+ * Parse a clang AST root node and extract C function declarations.
1273
+ *
1274
+ * FunctionDecl nodes contain the full type signature in node.type.qualType
1275
+ * (e.g., "void (NSString * _Nonnull, ...)"), parameters as ParmVarDecl children,
1276
+ * and a variadic flag. We filter to only functions declared in the framework's
1277
+ * own headers (not system/stdlib functions pulled in transitively).
1278
+ *
1279
+ * @param root - The clang AST root node
1280
+ * @param frameworkHeaderPaths - Set of header file paths belonging to this framework.
1281
+ * Only functions declared in these headers are included.
1282
+ * @param frameworkName - The framework name to tag on each function
1283
+ */
1284
+ export function parseFunctions(
1285
+ root: ClangASTNode,
1286
+ frameworkHeaderPaths: Set<string>,
1287
+ frameworkName: string
1288
+ ): Map<string, ObjCFunction> {
1289
+ const functions = new Map<string, ObjCFunction>();
1290
+
1291
+ function isDeprecated(node: ClangASTNode): boolean {
1292
+ if (!node.inner) return false;
1293
+ return node.inner.some((child) => child.kind === "DeprecatedAttr");
1294
+ }
1295
+
1296
+ function isUnavailable(node: ClangASTNode): boolean {
1297
+ if (!node.inner) return false;
1298
+ return node.inner.some((child) => child.kind === "UnavailableAttr");
1299
+ }
1300
+
1301
+ // Running file tracker for batched mode
1302
+ let currentFile: string | undefined;
1303
+
1304
+ function walk(node: ClangASTNode): void {
1305
+ const nodeFile = getLocFile(node);
1306
+ if (nodeFile) currentFile = nodeFile;
1307
+
1308
+ if (node.kind === "FunctionDecl" && node.name) {
1309
+ const name = node.name;
1310
+
1311
+ // Skip private/internal functions (underscore-prefixed)
1312
+ if (name.startsWith("_")) {
1313
+ // Allow through if it's in the inner array of root (walk continues)
1314
+ } else if (!isDeprecated(node) && !isUnavailable(node)) {
1315
+ // Skip inline functions (they have a body/CompoundStmt child, or storageClass)
1316
+ const hasBody = node.inner?.some((child) => child.kind === "CompoundStmt") ?? false;
1317
+ if (!hasBody) {
1318
+ // Skip functions with storageClass "static" (internal linkage)
1319
+ if (node.storageClass !== "static") {
1320
+ // Check that this function is declared in a framework header
1321
+ const file = getLocFile(node) ?? currentFile;
1322
+ const inFramework = file ? frameworkHeaderPaths.has(file) : false;
1323
+
1324
+ if (inFramework && !functions.has(name)) {
1325
+ // Extract return type from the full type signature
1326
+ // node.type.qualType looks like "void (NSString *, ...)" or "NSString *(void)"
1327
+ const fullType = node.type?.qualType ?? "void ()";
1328
+ const parenIdx = fullType.indexOf("(");
1329
+ const returnType = parenIdx >= 0 ? fullType.slice(0, parenIdx).trim() : "void";
1330
+
1331
+ // Extract parameters from ParmVarDecl children
1332
+ const parameters: { name: string; type: string }[] = [];
1333
+ if (node.inner) {
1334
+ for (const child of node.inner) {
1335
+ if (child.kind === "ParmVarDecl") {
1336
+ parameters.push({
1337
+ name: child.name ?? "arg",
1338
+ type: child.type?.qualType ?? "id"
1339
+ });
1340
+ }
1341
+ }
1342
+ }
1343
+
1344
+ const isVariadic = node.variadic === true;
1345
+
1346
+ functions.set(name, {
1347
+ name,
1348
+ returnType,
1349
+ parameters,
1350
+ isVariadic,
1351
+ frameworkName
1352
+ });
1353
+ }
1354
+ }
1355
+ }
1356
+ }
1357
+ }
1358
+
1359
+ if (node.inner) {
1360
+ for (const child of node.inner) {
1361
+ walk(child);
1362
+ }
1363
+ }
1364
+ }
1365
+
1366
+ walk(root);
1367
+ return functions;
1368
+ }