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,290 @@
1
+ // AUTO-GENERATED by objcjs-types generator — DO NOT EDIT
2
+ import { callFunction } from "objc-js";
3
+ export function ABAddPropertiesAndTypes(addressBook, recordType, propertiesAndTypes) {
4
+ return callFunction("ABAddPropertiesAndTypes", { returns: "q", args: ["@", "^", "@"] }, addressBook, recordType, propertiesAndTypes);
5
+ }
6
+ export function ABAddRecord(addressBook, record) {
7
+ return callFunction("ABAddRecord", { returns: "B", args: ["@", "^v"] }, addressBook, record);
8
+ }
9
+ export function ABBeginLoadingImageDataForClient(person, callback, refcon) {
10
+ return callFunction("ABBeginLoadingImageDataForClient", { returns: "q", args: ["@", "@", "^v"] }, person, callback, refcon);
11
+ }
12
+ export function ABCancelLoadingImageDataForTag(tag) {
13
+ callFunction("ABCancelLoadingImageDataForTag", { args: ["q"] }, tag);
14
+ }
15
+ export function ABCopyArrayOfAllGroups(addressBook) {
16
+ return callFunction("ABCopyArrayOfAllGroups", { returns: "@" }, addressBook);
17
+ }
18
+ export function ABCopyArrayOfAllPeople(addressBook) {
19
+ return callFunction("ABCopyArrayOfAllPeople", { returns: "@" }, addressBook);
20
+ }
21
+ export function ABCopyArrayOfMatchingRecords(addressBook, search) {
22
+ return callFunction("ABCopyArrayOfMatchingRecords", { returns: "@" }, addressBook, search);
23
+ }
24
+ export function ABCopyArrayOfPropertiesForRecordType(addressBook, recordType) {
25
+ return callFunction("ABCopyArrayOfPropertiesForRecordType", { returns: "@", args: ["@", "^"] }, addressBook, recordType);
26
+ }
27
+ export function ABCopyDefaultCountryCode(addressBook) {
28
+ return callFunction("ABCopyDefaultCountryCode", { returns: "^" }, addressBook);
29
+ }
30
+ export function ABCopyLocalizedPropertyOrLabel(labelOrProperty) {
31
+ return callFunction("ABCopyLocalizedPropertyOrLabel", { returns: "^", args: ["^"] }, labelOrProperty);
32
+ }
33
+ export function ABCopyRecordForUniqueId(addressBook, uniqueId) {
34
+ return callFunction("ABCopyRecordForUniqueId", { returns: "^v", args: ["@", "^"] }, addressBook, uniqueId);
35
+ }
36
+ export function ABCopyRecordTypeFromUniqueId(addressBook, uniqueId) {
37
+ return callFunction("ABCopyRecordTypeFromUniqueId", { returns: "^", args: ["@", "^"] }, addressBook, uniqueId);
38
+ }
39
+ export function ABCreateFormattedAddressFromDictionary(addressBook, address) {
40
+ return callFunction("ABCreateFormattedAddressFromDictionary", { returns: "^" }, addressBook, address);
41
+ }
42
+ export function ABGetMe(addressBook) {
43
+ return callFunction("ABGetMe", { returns: "@" }, addressBook);
44
+ }
45
+ export function ABGetSharedAddressBook() {
46
+ return callFunction("ABGetSharedAddressBook", { returns: "@" });
47
+ }
48
+ export function ABGroupAddGroup(group, groupToAdd) {
49
+ return callFunction("ABGroupAddGroup", { returns: "B" }, group, groupToAdd);
50
+ }
51
+ export function ABGroupAddMember(group, personToAdd) {
52
+ return callFunction("ABGroupAddMember", { returns: "B" }, group, personToAdd);
53
+ }
54
+ export function ABGroupCopyArrayOfAllMembers(group) {
55
+ return callFunction("ABGroupCopyArrayOfAllMembers", { returns: "@" }, group);
56
+ }
57
+ export function ABGroupCopyArrayOfAllSubgroups(group) {
58
+ return callFunction("ABGroupCopyArrayOfAllSubgroups", { returns: "@" }, group);
59
+ }
60
+ export function ABGroupCopyDistributionIdentifier(group, person, property) {
61
+ return callFunction("ABGroupCopyDistributionIdentifier", { returns: "^", args: ["@", "@", "^"] }, group, person, property);
62
+ }
63
+ export function ABGroupCopyParentGroups(group) {
64
+ return callFunction("ABGroupCopyParentGroups", { returns: "@" }, group);
65
+ }
66
+ export function ABGroupCreate() {
67
+ return callFunction("ABGroupCreate", { returns: "@" });
68
+ }
69
+ export function ABGroupCreateSearchElement(property, label, key, value, comparison) {
70
+ return callFunction("ABGroupCreateSearchElement", { returns: "@", args: ["^", "^", "^", "^", "q"] }, property, label, key, value, comparison);
71
+ }
72
+ export function ABGroupRemoveGroup(group, groupToRemove) {
73
+ return callFunction("ABGroupRemoveGroup", { returns: "B" }, group, groupToRemove);
74
+ }
75
+ export function ABGroupRemoveMember(group, personToRemove) {
76
+ return callFunction("ABGroupRemoveMember", { returns: "B" }, group, personToRemove);
77
+ }
78
+ export function ABGroupSetDistributionIdentifier(group, person, property, identifier) {
79
+ return callFunction("ABGroupSetDistributionIdentifier", { returns: "B", args: ["@", "@", "^", "^"] }, group, person, property, identifier);
80
+ }
81
+ export function ABHasUnsavedChanges(addressBook) {
82
+ return callFunction("ABHasUnsavedChanges", { returns: "B" }, addressBook);
83
+ }
84
+ export function ABLocalizedPropertyOrLabel(propertyOrLabel) {
85
+ return callFunction("ABLocalizedPropertyOrLabel", { returns: "@" }, propertyOrLabel);
86
+ }
87
+ export function ABMultiValueAdd(multiValue, value, label, outIdentifier) {
88
+ return callFunction("ABMultiValueAdd", { returns: "B", args: ["@", "^", "^", "@"] }, multiValue, value, label, outIdentifier);
89
+ }
90
+ export function ABMultiValueCopyIdentifierAtIndex(multiValue, index) {
91
+ return callFunction("ABMultiValueCopyIdentifierAtIndex", { returns: "^", args: ["@", "q"] }, multiValue, index);
92
+ }
93
+ export function ABMultiValueCopyLabelAtIndex(multiValue, index) {
94
+ return callFunction("ABMultiValueCopyLabelAtIndex", { returns: "^", args: ["@", "q"] }, multiValue, index);
95
+ }
96
+ export function ABMultiValueCopyPrimaryIdentifier(multiValue) {
97
+ return callFunction("ABMultiValueCopyPrimaryIdentifier", { returns: "^" }, multiValue);
98
+ }
99
+ export function ABMultiValueCopyValueAtIndex(multiValue, index) {
100
+ return callFunction("ABMultiValueCopyValueAtIndex", { returns: "^", args: ["@", "q"] }, multiValue, index);
101
+ }
102
+ export function ABMultiValueCount(multiValue) {
103
+ return callFunction("ABMultiValueCount", { returns: "q" }, multiValue);
104
+ }
105
+ export function ABMultiValueCreate() {
106
+ return callFunction("ABMultiValueCreate", { returns: "@" });
107
+ }
108
+ export function ABMultiValueCreateCopy(multiValue) {
109
+ return callFunction("ABMultiValueCreateCopy", { returns: "@" }, multiValue);
110
+ }
111
+ export function ABMultiValueCreateMutable() {
112
+ return callFunction("ABMultiValueCreateMutable", { returns: "@" });
113
+ }
114
+ export function ABMultiValueCreateMutableCopy(multiValue) {
115
+ return callFunction("ABMultiValueCreateMutableCopy", { returns: "@" }, multiValue);
116
+ }
117
+ export function ABMultiValueIndexForIdentifier(multiValue, identifier) {
118
+ return callFunction("ABMultiValueIndexForIdentifier", { returns: "q", args: ["@", "^"] }, multiValue, identifier);
119
+ }
120
+ export function ABMultiValueInsert(multiValue, value, label, index, outIdentifier) {
121
+ return callFunction("ABMultiValueInsert", { returns: "B", args: ["@", "^", "^", "q", "@"] }, multiValue, value, label, index, outIdentifier);
122
+ }
123
+ export function ABMultiValuePropertyType(multiValue) {
124
+ return callFunction("ABMultiValuePropertyType", { returns: "q" }, multiValue);
125
+ }
126
+ export function ABMultiValueRemove(multiValue, index) {
127
+ return callFunction("ABMultiValueRemove", { returns: "B", args: ["@", "q"] }, multiValue, index);
128
+ }
129
+ export function ABMultiValueReplaceLabel(multiValue, label, index) {
130
+ return callFunction("ABMultiValueReplaceLabel", { returns: "B", args: ["@", "^", "q"] }, multiValue, label, index);
131
+ }
132
+ export function ABMultiValueReplaceValue(multiValue, value, index) {
133
+ return callFunction("ABMultiValueReplaceValue", { returns: "B", args: ["@", "^", "q"] }, multiValue, value, index);
134
+ }
135
+ export function ABMultiValueSetPrimaryIdentifier(multiValue, identifier) {
136
+ return callFunction("ABMultiValueSetPrimaryIdentifier", { returns: "B", args: ["@", "^"] }, multiValue, identifier);
137
+ }
138
+ export function ABPersonCopyImageData(person) {
139
+ return callFunction("ABPersonCopyImageData", { returns: "@" }, person);
140
+ }
141
+ export function ABPersonCopyParentGroups(person) {
142
+ return callFunction("ABPersonCopyParentGroups", { returns: "@" }, person);
143
+ }
144
+ export function ABPersonCopyVCardRepresentation(person) {
145
+ return callFunction("ABPersonCopyVCardRepresentation", { returns: "@" }, person);
146
+ }
147
+ export function ABPersonCreate() {
148
+ return callFunction("ABPersonCreate", { returns: "@" });
149
+ }
150
+ export function ABPersonCreateSearchElement(property, label, key, value, comparison) {
151
+ return callFunction("ABPersonCreateSearchElement", { returns: "@", args: ["^", "^", "^", "^", "q"] }, property, label, key, value, comparison);
152
+ }
153
+ export function ABPersonCreateWithVCardRepresentation(vCard) {
154
+ return callFunction("ABPersonCreateWithVCardRepresentation", { returns: "@" }, vCard);
155
+ }
156
+ export function ABPersonSetImageData(person, imageData) {
157
+ return callFunction("ABPersonSetImageData", { returns: "B" }, person, imageData);
158
+ }
159
+ export function ABPickerAddProperty(inPicker, inProperty) {
160
+ callFunction("ABPickerAddProperty", { args: ["@", "^"] }, inPicker, inProperty);
161
+ }
162
+ export function ABPickerChangeAttributes(inPicker, inAttributesToSet, inAttributesToClear) {
163
+ callFunction("ABPickerChangeAttributes", { args: ["@", "I", "I"] }, inPicker, inAttributesToSet, inAttributesToClear);
164
+ }
165
+ export function ABPickerClearSearchField(inPicker) {
166
+ callFunction("ABPickerClearSearchField", undefined, inPicker);
167
+ }
168
+ export function ABPickerCopyColumnTitle(inPicker, inProperty) {
169
+ return callFunction("ABPickerCopyColumnTitle", { returns: "^", args: ["@", "^"] }, inPicker, inProperty);
170
+ }
171
+ export function ABPickerCopyDisplayedProperty(inPicker) {
172
+ return callFunction("ABPickerCopyDisplayedProperty", { returns: "^" }, inPicker);
173
+ }
174
+ export function ABPickerCopyProperties(inPicker) {
175
+ return callFunction("ABPickerCopyProperties", { returns: "@" }, inPicker);
176
+ }
177
+ export function ABPickerCopySelectedGroups(inPicker) {
178
+ return callFunction("ABPickerCopySelectedGroups", { returns: "@" }, inPicker);
179
+ }
180
+ export function ABPickerCopySelectedIdentifiers(inPicker, inPerson) {
181
+ return callFunction("ABPickerCopySelectedIdentifiers", { returns: "@" }, inPicker, inPerson);
182
+ }
183
+ export function ABPickerCopySelectedRecords(inPicker) {
184
+ return callFunction("ABPickerCopySelectedRecords", { returns: "@" }, inPicker);
185
+ }
186
+ export function ABPickerCopySelectedValues(inPicker) {
187
+ return callFunction("ABPickerCopySelectedValues", { returns: "@" }, inPicker);
188
+ }
189
+ export function ABPickerCreate() {
190
+ return callFunction("ABPickerCreate", { returns: "@" });
191
+ }
192
+ export function ABPickerDeselectAll(inPicker) {
193
+ callFunction("ABPickerDeselectAll", undefined, inPicker);
194
+ }
195
+ export function ABPickerDeselectGroup(inPicker, inGroup) {
196
+ callFunction("ABPickerDeselectGroup", undefined, inPicker, inGroup);
197
+ }
198
+ export function ABPickerDeselectIdentifier(inPicker, inPerson, inIdentifier) {
199
+ callFunction("ABPickerDeselectIdentifier", { args: ["@", "@", "^"] }, inPicker, inPerson, inIdentifier);
200
+ }
201
+ export function ABPickerDeselectRecord(inPicker, inRecord) {
202
+ callFunction("ABPickerDeselectRecord", { args: ["@", "^v"] }, inPicker, inRecord);
203
+ }
204
+ export function ABPickerEditInAddressBook(inPicker) {
205
+ callFunction("ABPickerEditInAddressBook", undefined, inPicker);
206
+ }
207
+ export function ABPickerGetAttributes(inPicker) {
208
+ return callFunction("ABPickerGetAttributes", { returns: "I" }, inPicker);
209
+ }
210
+ export function ABPickerGetDelegate(inPicker) {
211
+ return callFunction("ABPickerGetDelegate", { returns: "@" }, inPicker);
212
+ }
213
+ export function ABPickerGetFrame(inPicker, outFrame) {
214
+ callFunction("ABPickerGetFrame", undefined, inPicker, outFrame);
215
+ }
216
+ export function ABPickerIsVisible(inPicker) {
217
+ return callFunction("ABPickerIsVisible", { returns: "B" }, inPicker);
218
+ }
219
+ export function ABPickerRemoveProperty(inPicker, inProperty) {
220
+ callFunction("ABPickerRemoveProperty", { args: ["@", "^"] }, inPicker, inProperty);
221
+ }
222
+ export function ABPickerSelectGroup(inPicker, inGroup, inExtendSelection) {
223
+ callFunction("ABPickerSelectGroup", { args: ["@", "@", "B"] }, inPicker, inGroup, inExtendSelection);
224
+ }
225
+ export function ABPickerSelectIdentifier(inPicker, inPerson, inIdentifier, inExtendSelection) {
226
+ callFunction("ABPickerSelectIdentifier", { args: ["@", "@", "^", "B"] }, inPicker, inPerson, inIdentifier, inExtendSelection);
227
+ }
228
+ export function ABPickerSelectInAddressBook(inPicker) {
229
+ callFunction("ABPickerSelectInAddressBook", undefined, inPicker);
230
+ }
231
+ export function ABPickerSelectRecord(inPicker, inRecord, inExtendSelection) {
232
+ callFunction("ABPickerSelectRecord", { args: ["@", "^v", "B"] }, inPicker, inRecord, inExtendSelection);
233
+ }
234
+ export function ABPickerSetColumnTitle(inPicker, inTitle, inProperty) {
235
+ callFunction("ABPickerSetColumnTitle", { args: ["@", "^", "^"] }, inPicker, inTitle, inProperty);
236
+ }
237
+ export function ABPickerSetDelegate(inPicker, inDelegate) {
238
+ callFunction("ABPickerSetDelegate", undefined, inPicker, inDelegate);
239
+ }
240
+ export function ABPickerSetDisplayedProperty(inPicker, inProperty) {
241
+ callFunction("ABPickerSetDisplayedProperty", { args: ["@", "^"] }, inPicker, inProperty);
242
+ }
243
+ export function ABPickerSetFrame(inPicker, inFrame) {
244
+ callFunction("ABPickerSetFrame", undefined, inPicker, inFrame);
245
+ }
246
+ export function ABPickerSetVisibility(inPicker, visible) {
247
+ callFunction("ABPickerSetVisibility", { args: ["@", "B"] }, inPicker, visible);
248
+ }
249
+ export function ABRecordCopyRecordType(record) {
250
+ return callFunction("ABRecordCopyRecordType", { returns: "^", args: ["^v"] }, record);
251
+ }
252
+ export function ABRecordCopyUniqueId(record) {
253
+ return callFunction("ABRecordCopyUniqueId", { returns: "^", args: ["^v"] }, record);
254
+ }
255
+ export function ABRecordCopyValue(record, property) {
256
+ return callFunction("ABRecordCopyValue", { returns: "^", args: ["^v", "^"] }, record, property);
257
+ }
258
+ export function ABRecordCreateCopy(record) {
259
+ return callFunction("ABRecordCreateCopy", { returns: "^v", args: ["^v"] }, record);
260
+ }
261
+ export function ABRecordIsReadOnly(record) {
262
+ return callFunction("ABRecordIsReadOnly", { returns: "B", args: ["^v"] }, record);
263
+ }
264
+ export function ABRecordRemoveValue(record, property) {
265
+ return callFunction("ABRecordRemoveValue", { returns: "B", args: ["^v", "^"] }, record, property);
266
+ }
267
+ export function ABRecordSetValue(record, property, value) {
268
+ return callFunction("ABRecordSetValue", { returns: "B", args: ["^v", "^", "^"] }, record, property, value);
269
+ }
270
+ export function ABRemoveProperties(addressBook, recordType, properties) {
271
+ return callFunction("ABRemoveProperties", { returns: "q", args: ["@", "^", "@"] }, addressBook, recordType, properties);
272
+ }
273
+ export function ABRemoveRecord(addressBook, record) {
274
+ return callFunction("ABRemoveRecord", { returns: "B", args: ["@", "^v"] }, addressBook, record);
275
+ }
276
+ export function ABSave(addressBook) {
277
+ return callFunction("ABSave", { returns: "B" }, addressBook);
278
+ }
279
+ export function ABSearchElementCreateWithConjunction(conjunction, childrenSearchElement) {
280
+ return callFunction("ABSearchElementCreateWithConjunction", { returns: "@", args: ["q", "@"] }, conjunction, childrenSearchElement);
281
+ }
282
+ export function ABSearchElementMatchesRecord(searchElement, record) {
283
+ return callFunction("ABSearchElementMatchesRecord", { returns: "B", args: ["@", "^v"] }, searchElement, record);
284
+ }
285
+ export function ABSetMe(addressBook, moi) {
286
+ callFunction("ABSetMe", undefined, addressBook, moi);
287
+ }
288
+ export function ABTypeOfProperty(addressBook, recordType, property) {
289
+ return callFunction("ABTypeOfProperty", { returns: "q", args: ["@", "^", "^"] }, addressBook, recordType, property);
290
+ }
@@ -34,3 +34,4 @@ import type { _ABImageClient } from "./ABImageClient.js";
34
34
  export type { _ABImageClient };
35
35
  import type { _ABPersonPickerDelegate } from "./ABPersonPickerDelegate.js";
36
36
  export type { _ABPersonPickerDelegate };
37
+ export * from "./functions.js";
@@ -12,3 +12,4 @@ export const ABPersonPicker = _bindClass(AddressBook, "ABPersonPicker");
12
12
  export const ABPersonView = _bindClass(AddressBook, "ABPersonView");
13
13
  export const ABRecord = _bindClass(AddressBook, "ABRecord");
14
14
  export const ABSearchElement = _bindClass(AddressBook, "ABSearchElement");
15
+ export * from "./functions.js";
@@ -1,11 +1,6 @@
1
1
  import type { NobjcObject } from "objc-js";
2
2
  import type { _NSObject } from "../Foundation/NSObject.js";
3
- import type { _NSProxy } from "../Foundation/NSProxy.js";
4
3
  import type { _NSString } from "../Foundation/NSString.js";
5
- import type { _AVVideoCompositionInstruction } from "../AVFoundation/AVVideoCompositionInstruction.js";
6
- import type { _NSAccessibilityElement } from "./NSAccessibilityElement.js";
7
- import type { _NSTextAttachmentCell } from "./NSTextAttachmentCell.js";
8
- import type { _SCNAnimation } from "../SceneKit/SCNAnimation.js";
9
4
  export declare class _NSAccessibilityCustomAction extends _NSObject {
10
5
  static alloc(): _NSAccessibilityCustomAction;
11
6
  static new(): _NSAccessibilityCustomAction;
@@ -27,7 +22,7 @@ export declare class _NSAccessibilityCustomAction extends _NSObject {
27
22
  handler(): NobjcObject | null;
28
23
  setHandler$(value: NobjcObject | null): void;
29
24
  /** The object that will perform the action via selector */
30
- target(): _AVVideoCompositionInstruction | _NSAccessibilityElement | _NSObject | _NSProxy | _NSTextAttachmentCell | _SCNAnimation | null;
25
+ target(): _NSObject | null;
31
26
  setTarget$(value: _NSObject | null): void;
32
27
  /**
33
28
  * The method that will be called on the target to perform the action. It must conform to one of the following signatures: - (BOOL)myPerformActionMethod; - (BOOL)myPerformActionMethod:(NSAccessibilityCustomAction *)action;
@@ -3,14 +3,26 @@ import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
3
3
  import type { _NSString } from "../Foundation/NSString.js";
4
4
  import type { _NSAccessibilityElement } from "./NSAccessibilityElement.js";
5
5
  import type { _NSApplication } from "./NSApplication.js";
6
+ import type { _NSButton } from "./NSButton.js";
6
7
  import type { _NSCell } from "./NSCell.js";
7
8
  import type { _NSDrawer } from "./NSDrawer.js";
9
+ import type { _NSImageView } from "./NSImageView.js";
8
10
  import type { _NSMenu } from "./NSMenu.js";
9
11
  import type { _NSMenuItem } from "./NSMenuItem.js";
12
+ import type { _NSOutlineView } from "./NSOutlineView.js";
10
13
  import type { _NSPopover } from "./NSPopover.js";
14
+ import type { _NSProgressIndicator } from "./NSProgressIndicator.js";
15
+ import type { _NSSlider } from "./NSSlider.js";
11
16
  import type { _NSSliderAccessory } from "./NSSliderAccessory.js";
17
+ import type { _NSStepper } from "./NSStepper.js";
18
+ import type { _NSSwitch } from "./NSSwitch.js";
19
+ import type { _NSTableRowView } from "./NSTableRowView.js";
20
+ import type { _NSTableView } from "./NSTableView.js";
21
+ import type { _NSTextField } from "./NSTextField.js";
22
+ import type { _NSTextView } from "./NSTextView.js";
12
23
  import type { _NSView } from "./NSView.js";
13
24
  import type { _NSWindow } from "./NSWindow.js";
25
+ import type { _ASAuthorizationAppleIDButton } from "../AuthenticationServices/ASAuthorizationAppleIDButton.js";
14
26
  import type { NSRange } from "../structs/NSRange.js";
15
27
  export declare class _NSAccessibilityCustomRotorItemResult extends _NSObject {
16
28
  static alloc(): _NSAccessibilityCustomRotorItemResult;
@@ -27,7 +39,7 @@ export declare class _NSAccessibilityCustomRotorItemResult extends _NSObject {
27
39
  /**
28
40
  * @brief A target element references an element that will be messaged for other accessibility properties. If it is not nil, assistive technologies may try to set accessibility focus on it.
29
41
  */
30
- targetElement(): _NSApplication | _NSCell | _NSDrawer | _NSMenu | _NSMenuItem | _NSPopover | _NSSliderAccessory | _NSView | _NSWindow | null;
42
+ targetElement(): _ASAuthorizationAppleIDButton | _NSApplication | _NSButton | _NSCell | _NSDrawer | _NSImageView | _NSMenu | _NSMenuItem | _NSOutlineView | _NSPopover | _NSProgressIndicator | _NSSlider | _NSSliderAccessory | _NSStepper | _NSSwitch | _NSTableRowView | _NSTableView | _NSTextField | _NSTextView | _NSView | _NSWindow | null;
31
43
  /**
32
44
  * @brief Provide an item load token if the application has not yet loaded the element backing the item result. Application can use the token to determine which item to return.
33
45
  */
@@ -1,10 +1,22 @@
1
+ import type { _ASAuthorizationAppleIDButton } from "../AuthenticationServices/ASAuthorizationAppleIDButton.js";
1
2
  import type { _NSApplication } from "./NSApplication.js";
3
+ import type { _NSButton } from "./NSButton.js";
2
4
  import type { _NSCell } from "./NSCell.js";
3
5
  import type { _NSDrawer } from "./NSDrawer.js";
6
+ import type { _NSImageView } from "./NSImageView.js";
4
7
  import type { _NSMenu } from "./NSMenu.js";
5
8
  import type { _NSMenuItem } from "./NSMenuItem.js";
9
+ import type { _NSOutlineView } from "./NSOutlineView.js";
6
10
  import type { _NSPopover } from "./NSPopover.js";
11
+ import type { _NSProgressIndicator } from "./NSProgressIndicator.js";
12
+ import type { _NSSlider } from "./NSSlider.js";
7
13
  import type { _NSSliderAccessory } from "./NSSliderAccessory.js";
14
+ import type { _NSStepper } from "./NSStepper.js";
15
+ import type { _NSSwitch } from "./NSSwitch.js";
16
+ import type { _NSTableRowView } from "./NSTableRowView.js";
17
+ import type { _NSTableView } from "./NSTableView.js";
18
+ import type { _NSTextField } from "./NSTextField.js";
19
+ import type { _NSTextView } from "./NSTextView.js";
8
20
  import type { _NSView } from "./NSView.js";
9
21
  import type { _NSWindow } from "./NSWindow.js";
10
22
  import type { _NSObject } from "../Foundation/NSObject.js";
@@ -14,7 +26,7 @@ export interface _NSAccessibilityElementLoading {
14
26
  /**
15
27
  * @brief Loads the target element with the given load token. @returns An element that will be messaged for other accessibility properties. Assistive technologies may try to set accessibility focus on the returned element.
16
28
  */
17
- accessibilityElementWithToken$?(token: _NSSecureCoding | _NSObject): _NSApplication | _NSCell | _NSDrawer | _NSMenu | _NSMenuItem | _NSPopover | _NSSliderAccessory | _NSView | _NSWindow | null;
29
+ accessibilityElementWithToken$?(token: _NSSecureCoding | _NSObject): _ASAuthorizationAppleIDButton | _NSApplication | _NSButton | _NSCell | _NSDrawer | _NSImageView | _NSMenu | _NSMenuItem | _NSOutlineView | _NSPopover | _NSProgressIndicator | _NSSlider | _NSSliderAccessory | _NSStepper | _NSSwitch | _NSTableRowView | _NSTableView | _NSTextField | _NSTextView | _NSView | _NSWindow | null;
18
30
  /**
19
31
  * @brief For text-based elements returned from accessibilityElementWithToken, such as an NSTextView, the range specifies an area of interest. Assistive technologies will try to bring focus to the specified text range. @remark Either do not implement this method or return NSNotFound for the location if there is no range of interest for a given load token.
20
32
  */
@@ -1,4 +1,5 @@
1
1
  import type { _NSCoder } from "../Foundation/NSCoder.js";
2
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
2
3
  import type { _NSData } from "../Foundation/NSData.js";
3
4
  import type { _NSObject } from "../Foundation/NSObject.js";
4
5
  import type { _NSString } from "../Foundation/NSString.js";
@@ -25,5 +26,5 @@ export declare class _NSAdaptiveImageGlyph extends _NSObject {
25
26
  */
26
27
  contentDescription(): _NSString;
27
28
  }
28
- export interface _NSAdaptiveImageGlyph extends _CTAdaptiveImageProviding {
29
+ export interface _NSAdaptiveImageGlyph extends _NSCopying, _CTAdaptiveImageProviding {
29
30
  }
@@ -1,5 +1,6 @@
1
1
  import type { _NSArray } from "../Foundation/NSArray.js";
2
2
  import type { _NSCoder } from "../Foundation/NSCoder.js";
3
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
3
4
  import type { _NSObject } from "../Foundation/NSObject.js";
4
5
  import type { _NSAnimationDelegate } from "./NSAnimationDelegate.js";
5
6
  import type { _NSTitlebarAccessoryViewController } from "./NSTitlebarAccessoryViewController.js";
@@ -38,3 +39,5 @@ export declare class _NSAnimation extends _NSObject {
38
39
  setProgressMarks$(value: _NSArray): void;
39
40
  runLoopModesForAnimating(): _NSArray | null;
40
41
  }
42
+ export interface _NSAnimation extends _NSCopying {
43
+ }
@@ -1,5 +1,6 @@
1
1
  import type { NobjcObject } from "objc-js";
2
2
  import type { _NSAffineTransform } from "../Foundation/NSAffineTransform.js";
3
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
3
4
  import type { _NSObject } from "../Foundation/NSObject.js";
4
5
  import type { _NSSecureCoding } from "../Foundation/NSSecureCoding.js";
5
6
  import type { _NSFont } from "./NSFont.js";
@@ -126,5 +127,5 @@ export declare class _NSBezierPath extends _NSObject {
126
127
  /** Elements. */
127
128
  elementCount(): number;
128
129
  }
129
- export interface _NSBezierPath extends _NSSecureCoding {
130
+ export interface _NSBezierPath extends _NSCopying, _NSSecureCoding {
130
131
  }
@@ -1,4 +1,5 @@
1
1
  import type { NobjcObject } from "objc-js";
2
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
2
3
  import type { _NSObject } from "../Foundation/NSObject.js";
3
4
  import type { _NSString } from "../Foundation/NSString.js";
4
5
  export declare class _NSBindingSelectionMarker extends _NSObject {
@@ -19,3 +20,5 @@ export declare class _NSBindingSelectionMarker extends _NSObject {
19
20
  static noSelectionMarker(): _NSBindingSelectionMarker;
20
21
  static notApplicableSelectionMarker(): _NSBindingSelectionMarker;
21
22
  }
23
+ export interface _NSBindingSelectionMarker extends _NSCopying {
24
+ }
@@ -2,6 +2,7 @@ import type { NobjcObject } from "objc-js";
2
2
  import type { _NSArray } from "../Foundation/NSArray.js";
3
3
  import type { _NSAttributedString } from "../Foundation/NSAttributedString.js";
4
4
  import type { _NSCoder } from "../Foundation/NSCoder.js";
5
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
5
6
  import type { _NSFormatter } from "../Foundation/NSFormatter.js";
6
7
  import type { _NSObject } from "../Foundation/NSObject.js";
7
8
  import type { _NSString } from "../Foundation/NSString.js";
@@ -251,5 +252,5 @@ export declare class _NSCell extends _NSObject {
251
252
  controlTint(): NSControlTint;
252
253
  setControlTint$(value: NSControlTint): void;
253
254
  }
254
- export interface _NSCell extends _NSUserInterfaceItemIdentification, _NSAccessibility {
255
+ export interface _NSCell extends _NSCopying, _NSUserInterfaceItemIdentification, _NSAccessibility {
255
256
  }
@@ -1,3 +1,4 @@
1
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
1
2
  import type { _NSObject } from "../Foundation/NSObject.js";
2
3
  import type { CGPoint } from "../structs/CGPoint.js";
3
4
  import type { NSDirectionalRectEdge } from "./NSDirectionalRectEdge.js";
@@ -19,3 +20,5 @@ export declare class _NSCollectionLayoutAnchor extends _NSObject {
19
20
  isAbsoluteOffset(): boolean;
20
21
  isFractionalOffset(): boolean;
21
22
  }
23
+ export interface _NSCollectionLayoutAnchor extends _NSCopying {
24
+ }
@@ -1,5 +1,6 @@
1
1
  import type { _NSCollectionLayoutSize } from "./NSCollectionLayoutSize.js";
2
2
  import type { _NSCollectionLayoutSupplementaryItem } from "./NSCollectionLayoutSupplementaryItem.js";
3
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
3
4
  import type { _NSString } from "../Foundation/NSString.js";
4
5
  import type { CGPoint } from "../structs/CGPoint.js";
5
6
  import type { NSRectAlignment } from "./NSRectAlignment.js";
@@ -25,3 +26,5 @@ export declare class _NSCollectionLayoutBoundarySupplementaryItem extends _NSCol
25
26
  alignment(): NSRectAlignment;
26
27
  offset(): CGPoint;
27
28
  }
29
+ export interface _NSCollectionLayoutBoundarySupplementaryItem extends _NSCopying {
30
+ }
@@ -1,4 +1,5 @@
1
1
  import type { _NSCollectionLayoutItem } from "./NSCollectionLayoutItem.js";
2
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
2
3
  import type { _NSString } from "../Foundation/NSString.js";
3
4
  export declare class _NSCollectionLayoutDecorationItem extends _NSCollectionLayoutItem {
4
5
  static alloc(): _NSCollectionLayoutDecorationItem;
@@ -15,3 +16,5 @@ export declare class _NSCollectionLayoutDecorationItem extends _NSCollectionLayo
15
16
  setZIndex$(value: number): void;
16
17
  elementKind(): _NSString;
17
18
  }
19
+ export interface _NSCollectionLayoutDecorationItem extends _NSCopying {
20
+ }
@@ -1,3 +1,4 @@
1
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
1
2
  import type { _NSObject } from "../Foundation/NSObject.js";
2
3
  export declare class _NSCollectionLayoutDimension extends _NSObject {
3
4
  static alloc(): _NSCollectionLayoutDimension;
@@ -19,3 +20,5 @@ export declare class _NSCollectionLayoutDimension extends _NSObject {
19
20
  isEstimated(): boolean;
20
21
  dimension(): number;
21
22
  }
23
+ export interface _NSCollectionLayoutDimension extends _NSCopying {
24
+ }
@@ -1,3 +1,4 @@
1
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
1
2
  import type { _NSObject } from "../Foundation/NSObject.js";
2
3
  import type { _NSCollectionLayoutSpacing } from "./NSCollectionLayoutSpacing.js";
3
4
  export declare class _NSCollectionLayoutEdgeSpacing extends _NSObject {
@@ -13,3 +14,5 @@ export declare class _NSCollectionLayoutEdgeSpacing extends _NSObject {
13
14
  trailing(): _NSCollectionLayoutSpacing | null;
14
15
  bottom(): _NSCollectionLayoutSpacing | null;
15
16
  }
17
+ export interface _NSCollectionLayoutEdgeSpacing extends _NSCopying {
18
+ }
@@ -3,6 +3,7 @@ import type { _NSCollectionLayoutItem } from "./NSCollectionLayoutItem.js";
3
3
  import type { _NSCollectionLayoutSize } from "./NSCollectionLayoutSize.js";
4
4
  import type { _NSCollectionLayoutSpacing } from "./NSCollectionLayoutSpacing.js";
5
5
  import type { _NSArray } from "../Foundation/NSArray.js";
6
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
6
7
  import type { _NSString } from "../Foundation/NSString.js";
7
8
  export declare class _NSCollectionLayoutGroup extends _NSCollectionLayoutItem {
8
9
  static alloc(): _NSCollectionLayoutGroup;
@@ -38,3 +39,5 @@ export declare class _NSCollectionLayoutGroup extends _NSCollectionLayoutItem {
38
39
  setInterItemSpacing$(value: _NSCollectionLayoutSpacing | null): void;
39
40
  subitems(): _NSArray;
40
41
  }
42
+ export interface _NSCollectionLayoutGroup extends _NSCopying {
43
+ }
@@ -1,3 +1,4 @@
1
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
1
2
  import type { _NSObject } from "../Foundation/NSObject.js";
2
3
  import type { CGRect } from "../structs/CGRect.js";
3
4
  export declare class _NSCollectionLayoutGroupCustomItem extends _NSObject {
@@ -9,3 +10,5 @@ export declare class _NSCollectionLayoutGroupCustomItem extends _NSObject {
9
10
  frame(): CGRect;
10
11
  zIndex(): number;
11
12
  }
13
+ export interface _NSCollectionLayoutGroupCustomItem extends _NSCopying {
14
+ }
@@ -1,4 +1,5 @@
1
1
  import type { _NSArray } from "../Foundation/NSArray.js";
2
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
2
3
  import type { _NSObject } from "../Foundation/NSObject.js";
3
4
  import type { _NSCollectionLayoutEdgeSpacing } from "./NSCollectionLayoutEdgeSpacing.js";
4
5
  import type { _NSCollectionLayoutSize } from "./NSCollectionLayoutSize.js";
@@ -22,3 +23,5 @@ export declare class _NSCollectionLayoutItem extends _NSObject {
22
23
  layoutSize(): _NSCollectionLayoutSize;
23
24
  supplementaryItems(): _NSArray;
24
25
  }
26
+ export interface _NSCollectionLayoutItem extends _NSCopying {
27
+ }
@@ -1,5 +1,6 @@
1
1
  import type { NobjcObject } from "objc-js";
2
2
  import type { _NSArray } from "../Foundation/NSArray.js";
3
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
3
4
  import type { _NSObject } from "../Foundation/NSObject.js";
4
5
  import type { _NSCollectionLayoutGroup } from "./NSCollectionLayoutGroup.js";
5
6
  import type { NSDirectionalEdgeInsets } from "../structs/NSDirectionalEdgeInsets.js";
@@ -35,3 +36,5 @@ export declare class _NSCollectionLayoutSection extends _NSObject {
35
36
  decorationItems(): _NSArray;
36
37
  setDecorationItems$(value: _NSArray): void;
37
38
  }
39
+ export interface _NSCollectionLayoutSection extends _NSCopying {
40
+ }
@@ -1,3 +1,4 @@
1
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
1
2
  import type { _NSObject } from "../Foundation/NSObject.js";
2
3
  import type { _NSCollectionLayoutDimension } from "./NSCollectionLayoutDimension.js";
3
4
  export declare class _NSCollectionLayoutSize extends _NSObject {
@@ -8,3 +9,5 @@ export declare class _NSCollectionLayoutSize extends _NSObject {
8
9
  widthDimension(): _NSCollectionLayoutDimension;
9
10
  heightDimension(): _NSCollectionLayoutDimension;
10
11
  }
12
+ export interface _NSCollectionLayoutSize extends _NSCopying {
13
+ }
@@ -1,3 +1,4 @@
1
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
1
2
  import type { _NSObject } from "../Foundation/NSObject.js";
2
3
  export declare class _NSCollectionLayoutSpacing extends _NSObject {
3
4
  static alloc(): _NSCollectionLayoutSpacing;
@@ -11,3 +12,5 @@ export declare class _NSCollectionLayoutSpacing extends _NSObject {
11
12
  isFlexibleSpacing(): boolean;
12
13
  isFixedSpacing(): boolean;
13
14
  }
15
+ export interface _NSCollectionLayoutSpacing extends _NSCopying {
16
+ }
@@ -1,6 +1,7 @@
1
1
  import type { _NSCollectionLayoutAnchor } from "./NSCollectionLayoutAnchor.js";
2
2
  import type { _NSCollectionLayoutItem } from "./NSCollectionLayoutItem.js";
3
3
  import type { _NSCollectionLayoutSize } from "./NSCollectionLayoutSize.js";
4
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
4
5
  import type { _NSString } from "../Foundation/NSString.js";
5
6
  export declare class _NSCollectionLayoutSupplementaryItem extends _NSCollectionLayoutItem {
6
7
  static alloc(): _NSCollectionLayoutSupplementaryItem;
@@ -20,3 +21,5 @@ export declare class _NSCollectionLayoutSupplementaryItem extends _NSCollectionL
20
21
  containerAnchor(): _NSCollectionLayoutAnchor;
21
22
  itemAnchor(): _NSCollectionLayoutAnchor | null;
22
23
  }
24
+ export interface _NSCollectionLayoutSupplementaryItem extends _NSCopying {
25
+ }
@@ -1,4 +1,5 @@
1
1
  import type { _NSArray } from "../Foundation/NSArray.js";
2
+ import type { _NSCopying } from "../Foundation/NSCopying.js";
2
3
  import type { _NSObject } from "../Foundation/NSObject.js";
3
4
  import type { NSCollectionViewScrollDirection } from "./NSCollectionViewScrollDirection.js";
4
5
  export declare class _NSCollectionViewCompositionalLayoutConfiguration extends _NSObject {
@@ -12,3 +13,5 @@ export declare class _NSCollectionViewCompositionalLayoutConfiguration extends _
12
13
  boundarySupplementaryItems(): _NSArray;
13
14
  setBoundarySupplementaryItems$(value: _NSArray): void;
14
15
  }
16
+ export interface _NSCollectionViewCompositionalLayoutConfiguration extends _NSCopying {
17
+ }