New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nativescript/types-ios

Package Overview
Dependencies
Maintainers
18
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript/types-ios - npm Package Compare versions

Comparing version 8.3.1 to 8.4.0

lib/ios/objc-x86_64/objc!Matter.d.ts

2

lib/ios/ios.d.ts

@@ -92,2 +92,3 @@ /// <reference path="runtime.d.ts" />

/// <reference path="objc-x86_64/objc!MapKit.d.ts" />
/// <reference path="objc-x86_64/objc!Matter.d.ts" />
/// <reference path="objc-x86_64/objc!MediaAccessibility.d.ts" />

@@ -124,2 +125,3 @@ /// <reference path="objc-x86_64/objc!MediaPlayer.d.ts" />

/// <reference path="objc-x86_64/objc!Pods_iostypingsprj.d.ts" />
/// <reference path="objc-x86_64/objc!ProximityReader.d.ts" />
/// <reference path="objc-x86_64/objc!PushKit.d.ts" />

@@ -126,0 +128,0 @@ /// <reference path="objc-x86_64/objc!PushToTalk.d.ts" />

@@ -808,2 +808,4 @@

declare var ASAuthorizationProviderAuthorizationOperationDirectRequest: string;
declare class ASAuthorizationProviderExtensionAuthorizationRequest extends NSObject {

@@ -810,0 +812,0 @@

4

lib/ios/objc-x86_64/objc!AutomaticAssessmentConfiguration.d.ts

@@ -40,3 +40,5 @@

Unknown = 1
Unknown = 1,
UnsupportedPlatform = 2
}

@@ -43,0 +45,0 @@

@@ -36,2 +36,4 @@

knownRouteIPs: NSArray<AVCustomRoutingPartialIP>;
invalidateAuthorizationForRoute(route: AVCustomDeviceRoute): void;

@@ -78,1 +80,16 @@

}
declare class AVCustomRoutingPartialIP extends NSObject {
static alloc(): AVCustomRoutingPartialIP; // inherited from NSObject
static new(): AVCustomRoutingPartialIP; // inherited from NSObject
readonly address: NSData;
readonly mask: NSData;
constructor(o: { address: NSData; mask: NSData; });
initWithAddressMask(address: NSData, mask: NSData): this;
}
declare class BAApplicationExtensionInfo extends NSObject implements NSSecureCoding {
declare class BAAppExtensionInfo extends NSObject implements NSSecureCoding {
static alloc(): BAApplicationExtensionInfo; // inherited from NSObject
static alloc(): BAAppExtensionInfo; // inherited from NSObject
static new(): BAApplicationExtensionInfo; // inherited from NSObject
static new(): BAAppExtensionInfo; // inherited from NSObject
readonly applicationIdentifier: string;
readonly restrictedDownloadSizeRemaining: number;
readonly downloadSizeRestricted: boolean;
readonly lastApplicationLaunchTime: Date;
readonly lastPeriodicCheckTime: Date;
static readonly supportsSecureCoding: boolean; // inherited from NSSecureCoding

@@ -25,2 +19,11 @@

declare const enum BAContentRequest {
Install = 1,
Update = 2,
Periodic = 3
}
declare class BADownload extends NSObject implements NSCoding, NSCopying, NSSecureCoding {

@@ -32,4 +35,2 @@

readonly error: NSError;
readonly identifier: string;

@@ -68,5 +69,5 @@

performWithExclusiveControl(performHandler: (p1: NSError) => void): void;
performWithExclusiveControl(performHandler: (p1: boolean, p2: NSError) => void): void;
performWithExclusiveControlBeforeDateCompletion(date: Date, performHandler: (p1: boolean, p2: NSError) => void): void;
performWithExclusiveControlBeforeDatePerformHandler(date: Date, performHandler: (p1: boolean, p2: NSError) => void): void;

@@ -112,15 +113,11 @@ scheduleDownloadError(download: BADownload): boolean;

applicationDidInstallWithMetadata?(metadata: BAApplicationExtensionInfo): void;
backgroundDownloadDidReceiveChallengeCompletionHandler?(download: BADownload, challenge: NSURLAuthenticationChallenge, completionHandler: (p1: NSURLSessionAuthChallengeDisposition, p2: NSURLCredential) => void): void;
applicationDidUpdateWithMetadata?(metadata: BAApplicationExtensionInfo): void;
backgroundDownloadFailedWithError?(download: BADownload, error: NSError): void;
backgroundDownloadDidFail?(failedDownload: BADownload): void;
backgroundDownloadFinishedWithFileURL?(download: BADownload, fileURL: NSURL): void;
backgroundDownloadDidFinishFileURL?(finishedDownload: BADownload, fileURL: NSURL): void;
downloadsForRequestManifestURLExtensionInfo?(contentRequest: BAContentRequest, manifestURL: NSURL, extensionInfo: BAAppExtensionInfo): NSSet<BADownload>;
checkForUpdatesWithMetadata?(metadata: BAApplicationExtensionInfo): void;
extensionWillTerminate?(): void;
receivedAuthenticationChallengeDownloadCompletionHandler?(challenge: NSURLAuthenticationChallenge, download: BADownload, completionHandler: (p1: NSURLSessionAuthChallengeDisposition, p2: NSURLCredential) => void): void;
}

@@ -127,0 +124,0 @@ declare var BADownloaderExtension: {

@@ -1750,6 +1750,2 @@

systemUIDidSaveShareBlock: (p1: CKRecordID, p2: CKShare, p3: NSError) => void;
systemUIDidStopSharingBlock: (p1: CKRecordID, p2: NSError) => void;
constructor(o: { container: CKContainer; });

@@ -1756,0 +1752,0 @@

@@ -334,1 +334,3 @@

declare var kColorSyncTransformTag: string;
declare var kColorSyncWebSafeColorsProfile: string;
interface CGAffineTransformComponents {
scale: CGSize;
horizontalShear: number;
rotation: number;
translation: CGVector;
}
declare var CGAffineTransformComponents: interop.StructType<CGAffineTransformComponents>;
declare function CGAffineTransformConcat(t1: CGAffineTransform, t2: CGAffineTransform): CGAffineTransform;

@@ -1528,2 +1520,6 @@

declare var kCGBitmapByteOrder16Host: CGBitmapInfo;
declare var kCGBitmapByteOrder32Host: CGBitmapInfo;
declare var kCGColorBlack: string;

@@ -1530,0 +1526,0 @@

@@ -220,3 +220,5 @@

kCLErrorPromptDeclined = 18
kCLErrorPromptDeclined = 18,
kCLErrorHistoricalLocationError = 19
}

@@ -223,0 +225,0 @@

@@ -675,1 +675,126 @@

}
declare const enum CMWaterSubmersionDepthState {
Unknown = 0,
NotSubmerged = 100,
SubmergedShallow = 200,
SubmergedDeep = 300,
ApproachingMaxDepth = 400,
PastMaxDepth = 500,
SensorDepthError = 600
}
declare class CMWaterSubmersionEvent extends NSObject implements NSCopying, NSSecureCoding {
static alloc(): CMWaterSubmersionEvent; // inherited from NSObject
static new(): CMWaterSubmersionEvent; // inherited from NSObject
readonly date: Date;
readonly state: CMWaterSubmersionState;
static readonly supportsSecureCoding: boolean; // inherited from NSSecureCoding
constructor(o: { coder: NSCoder; }); // inherited from NSCoding
copyWithZone(zone: interop.Pointer | interop.Reference<any>): any;
encodeWithCoder(coder: NSCoder): void;
initWithCoder(coder: NSCoder): this;
}
declare class CMWaterSubmersionManager extends NSObject {
static alloc(): CMWaterSubmersionManager; // inherited from NSObject
static new(): CMWaterSubmersionManager; // inherited from NSObject
delegate: CMWaterSubmersionManagerDelegate;
static readonly authorizationStatus: CMAuthorizationStatus;
static readonly waterSubmersionAvailable: boolean;
}
interface CMWaterSubmersionManagerDelegate extends NSObjectProtocol {
managerDidUpdateEvent(manager: CMWaterSubmersionManager, event: CMWaterSubmersionEvent): void;
managerDidUpdateMeasurement(manager: CMWaterSubmersionManager, measurement: CMWaterSubmersionMeasurement): void;
managerDidUpdateTemperature(manager: CMWaterSubmersionManager, measurement: CMWaterTemperature): void;
managerErrorOccurred(manager: CMWaterSubmersionManager, error: NSError): void;
}
declare var CMWaterSubmersionManagerDelegate: {
prototype: CMWaterSubmersionManagerDelegate;
};
declare class CMWaterSubmersionMeasurement extends NSObject implements NSCopying, NSSecureCoding {
static alloc(): CMWaterSubmersionMeasurement; // inherited from NSObject
static new(): CMWaterSubmersionMeasurement; // inherited from NSObject
readonly date: Date;
readonly depth: NSMeasurement<NSUnitLength>;
readonly pressure: NSMeasurement<NSUnitPressure>;
readonly submersionState: CMWaterSubmersionDepthState;
readonly surfacePressure: NSMeasurement<NSUnitPressure>;
static readonly supportsSecureCoding: boolean; // inherited from NSSecureCoding
constructor(o: { coder: NSCoder; }); // inherited from NSCoding
copyWithZone(zone: interop.Pointer | interop.Reference<any>): any;
encodeWithCoder(coder: NSCoder): void;
initWithCoder(coder: NSCoder): this;
}
declare const enum CMWaterSubmersionState {
Unknown = 0,
NotSubmerged = 1,
Submerged = 2
}
declare class CMWaterTemperature extends NSObject implements NSCopying, NSSecureCoding {
static alloc(): CMWaterTemperature; // inherited from NSObject
static new(): CMWaterTemperature; // inherited from NSObject
readonly date: Date;
readonly temperature: NSMeasurement<NSUnitTemperature>;
readonly temperatureUncertainty: NSMeasurement<NSUnitTemperature>;
static readonly supportsSecureCoding: boolean; // inherited from NSSecureCoding
constructor(o: { coder: NSCoder; }); // inherited from NSCoding
copyWithZone(zone: interop.Pointer | interop.Reference<any>): any;
encodeWithCoder(coder: NSCoder): void;
initWithCoder(coder: NSCoder): this;
}

@@ -275,4 +275,2 @@

protectionClasses: NSArray<string>;
sourceOptions: CSSearchQuerySourceOptions;

@@ -339,2 +337,4 @@

fetchDataForBundleIdentifierItemIdentifierContentTypeCompletionHandler(bundleIdentifier: string, itemIdentifier: string, contentType: UTType, completionHandler: (p1: NSData, p2: NSError) => void): void;
fetchLastClientStateWithCompletionHandler(completionHandler: (p1: NSData, p2: NSError) => void): void;

@@ -347,4 +347,2 @@

initWithNameProtectionClass(name: string, protectionClass: string): this;
provideDataForBundleIdentifierTypeCompletionHandler(bundle: string, identifier: string, type: string, completionHandler: (p1: NSData, p2: NSError) => void): void;
}

@@ -391,2 +389,4 @@

compareByRank(other: CSSearchableItem): NSComparisonResult;
copyWithZone(zone: interop.Pointer | interop.Reference<any>): any;

@@ -824,2 +824,4 @@

compareByRank(other: CSSuggestion): NSComparisonResult;
copyWithZone(zone: interop.Pointer | interop.Reference<any>): any;

@@ -843,26 +845,2 @@

declare class CSTopHitQuery extends CSUserQuery {
static alloc(): CSTopHitQuery; // inherited from NSObject
static new(): CSTopHitQuery; // inherited from NSObject
constructor(o: { userQueryString: string; queryContext: CSTopHitQueryContext; });
initWithUserQueryStringQueryContext(userQueryString: string, queryContext: CSTopHitQueryContext): this;
}
declare class CSTopHitQueryContext extends CSUserQueryContext {
static alloc(): CSTopHitQueryContext; // inherited from NSObject
static new(): CSTopHitQueryContext; // inherited from NSObject
static topHitQueryContext(): CSTopHitQueryContext;
static topHitQueryContextWithCurrentSuggestion(currentSuggestion: CSSuggestion): CSTopHitQueryContext;
maxItemCount: number;
}
declare class CSUserQuery extends CSSearchQuery {

@@ -878,5 +856,5 @@

constructor(o: { userQueryString: string; queryContext: CSUserQueryContext; });
constructor(o: { userQueryString: string; userQueryContext: CSUserQueryContext; });
initWithUserQueryStringQueryContext(userQueryString: string, queryContext: CSUserQueryContext): this;
initWithUserQueryStringUserQueryContext(userQueryString: string, userQueryContext: CSUserQueryContext): this;
}

@@ -894,2 +872,6 @@

enableRankedResults: boolean;
maxResultCount: number;
maxSuggestionCount: number;

@@ -896,0 +878,0 @@ }

@@ -16,2 +16,8 @@

mediaContentSubtitle: string;
mediaContentTitle: string;
mediaPlaybackState: DDDeviceMediaPlaybackState;
networkEndpoint: NSObject;

@@ -51,3 +57,3 @@

declare class DDDeviceEvent extends DDEvent {
declare class DDDeviceEvent extends NSObject {

@@ -60,2 +66,4 @@ static alloc(): DDDeviceEvent; // inherited from NSObject

readonly eventType: DDEventType;
constructor(o: { eventType: DDEventType; device: DDDevice; });

@@ -66,2 +74,13 @@

declare const enum DDDeviceMediaPlaybackState {
NoContent = 0,
Paused = 1,
Playing = 2
}
declare function DDDeviceMediaPlaybackStateToString(inValue: DDDeviceMediaPlaybackState): string;
declare const enum DDDeviceProtocol {

@@ -101,3 +120,3 @@

reportEvent(inEvent: DDEvent): void;
reportEvent(inEvent: DDDeviceEvent): void;
}

@@ -128,20 +147,2 @@

declare class DDEvent extends NSObject {
static alloc(): DDEvent; // inherited from NSObject
static new(): DDEvent; // inherited from NSObject
readonly eventType: DDEventType;
}
declare class DDEventDevicesPresent extends DDEvent {
static alloc(): DDEventDevicesPresent; // inherited from NSObject
static new(): DDEventDevicesPresent; // inherited from NSObject
readonly devicesPresent: boolean;
}
declare const enum DDEventType {

@@ -155,7 +156,5 @@

DeviceChanged = 42,
DevicesPresentChanged = 50
DeviceChanged = 42
}
declare function DDEventTypeToString(inValue: DDEventType): string;

@@ -530,2 +530,4 @@

maximumSizeReached: boolean;
refreshInterval: number;

@@ -532,0 +534,0 @@ }

@@ -304,2 +304,4 @@

declare var GCControllerUserCustomizationsDidChangeNotification: string;
declare var GCCurrentExtendedGamepadSnapshotDataVersion: GCExtendedGamepadSnapshotDataVersion;

@@ -375,5 +377,5 @@

elementValueDidChangeHandler: (p1: GCPhysicalInputElement) => void;
elementValueDidChangeHandler: (p1: GCDevicePhysicalInput, p2: GCPhysicalInputElement) => void;
inputStateAvailableHandler: () => void;
inputStateAvailableHandler: (p1: GCDevicePhysicalInput) => void;

@@ -770,53 +772,2 @@ inputStateQueueDepth: number;

declare class GCGearShifterElement extends NSObject implements GCPhysicalInputElement {
static alloc(): GCGearShifterElement; // inherited from NSObject
static new(): GCGearShifterElement; // inherited from NSObject
readonly patternInput: GCSwitchPositionInput;
readonly sequentialInput: GCRelativeInput;
readonly aliases: NSSet<string>; // inherited from GCPhysicalInputElement
readonly debugDescription: string; // inherited from NSObjectProtocol
readonly description: string; // inherited from NSObjectProtocol
readonly hash: number; // inherited from NSObjectProtocol
readonly isProxy: boolean; // inherited from NSObjectProtocol
readonly localizedName: string; // inherited from GCPhysicalInputElement
readonly sfSymbolsName: string; // inherited from GCPhysicalInputElement
readonly superclass: typeof NSObject; // inherited from NSObjectProtocol
readonly // inherited from NSObjectProtocol
class(): typeof NSObject;
conformsToProtocol(aProtocol: any /* Protocol */): boolean;
isEqual(object: any): boolean;
isKindOfClass(aClass: typeof NSObject): boolean;
isMemberOfClass(aClass: typeof NSObject): boolean;
performSelector(aSelector: string): any;
performSelectorWithObject(aSelector: string, object: any): any;
performSelectorWithObjectWithObject(aSelector: string, object1: any, object2: any): any;
respondsToSelector(aSelector: string): boolean;
retainCount(): number;
self(): this;
}
declare var GCHapticDurationInfinite: number;

@@ -872,4 +823,2 @@

declare var GCInputLeftPaddle: string;
declare var GCInputLeftShoulder: string;

@@ -891,10 +840,2 @@

declare var GCInputPedalAccelerator: string;
declare var GCInputPedalBrake: string;
declare var GCInputPedalClutch: string;
declare var GCInputRightPaddle: string;
declare var GCInputRightShoulder: string;

@@ -908,6 +849,2 @@

declare var GCInputShifter: string;
declare var GCInputSteeringWheel: string;
declare var GCInputXboxPaddleFour: string;

@@ -1874,207 +1811,2 @@

declare class GCRacingWheel extends NSObject implements GCDevice {
static alloc(): GCRacingWheel; // inherited from NSObject
static new(): GCRacingWheel; // inherited from NSObject
readonly acquired: boolean;
readonly snapshot: boolean;
readonly wheelInput: GCRacingWheelInput;
static readonly connectedRacingWheels: NSSet<GCRacingWheel>;
readonly debugDescription: string; // inherited from NSObjectProtocol
readonly description: string; // inherited from NSObjectProtocol
handlerQueue: NSObject; // inherited from GCDevice
readonly hash: number; // inherited from NSObjectProtocol
readonly isProxy: boolean; // inherited from NSObjectProtocol
readonly physicalInputProfile: GCPhysicalInputProfile; // inherited from GCDevice
readonly productCategory: string; // inherited from GCDevice
readonly superclass: typeof NSObject; // inherited from NSObjectProtocol
readonly vendorName: string; // inherited from GCDevice
readonly // inherited from NSObjectProtocol
acquireDeviceWithError(): boolean;
capture(): GCRacingWheel;
class(): typeof NSObject;
conformsToProtocol(aProtocol: any /* Protocol */): boolean;
isEqual(object: any): boolean;
isKindOfClass(aClass: typeof NSObject): boolean;
isMemberOfClass(aClass: typeof NSObject): boolean;
performSelector(aSelector: string): any;
performSelectorWithObject(aSelector: string, object: any): any;
performSelectorWithObjectWithObject(aSelector: string, object1: any, object2: any): any;
relinquishDevice(): void;
respondsToSelector(aSelector: string): boolean;
retainCount(): number;
self(): this;
}
declare var GCRacingWheelDidConnectNotification: string;
declare var GCRacingWheelDidDisconnectNotification: string;
declare class GCRacingWheelInput extends GCRacingWheelInputState implements GCDevicePhysicalInput {
static alloc(): GCRacingWheelInput; // inherited from NSObject
static new(): GCRacingWheelInput; // inherited from NSObject
readonly axes: GCPhysicalInputElementCollection<string, GCAxisElement>; // inherited from GCDevicePhysicalInputState
readonly buttons: GCPhysicalInputElementCollection<string, GCButtonElement>; // inherited from GCDevicePhysicalInputState
readonly debugDescription: string; // inherited from NSObjectProtocol
readonly description: string; // inherited from NSObjectProtocol
readonly device: GCDevice; // inherited from GCDevicePhysicalInputState
readonly dpads: GCPhysicalInputElementCollection<string, GCDirectionPadElement>; // inherited from GCDevicePhysicalInputState
elementValueDidChangeHandler: (p1: GCPhysicalInputElement) => void; // inherited from GCDevicePhysicalInput
readonly elements: GCPhysicalInputElementCollection<string, GCPhysicalInputElement>; // inherited from GCDevicePhysicalInputState
readonly hash: number; // inherited from NSObjectProtocol
inputStateAvailableHandler: () => void; // inherited from GCDevicePhysicalInput
inputStateQueueDepth: number; // inherited from GCDevicePhysicalInput
readonly isProxy: boolean; // inherited from NSObjectProtocol
readonly lastEventLatency: number; // inherited from GCDevicePhysicalInputState
readonly lastEventTimestamp: number; // inherited from GCDevicePhysicalInputState
readonly superclass: typeof NSObject; // inherited from NSObjectProtocol
readonly switches: GCPhysicalInputElementCollection<string, GCSwitchElement>; // inherited from GCDevicePhysicalInputState
readonly // inherited from NSObjectProtocol
capture(): GCRacingWheelInputState;
class(): typeof NSObject;
conformsToProtocol(aProtocol: any /* Protocol */): boolean;
isEqual(object: any): boolean;
isKindOfClass(aClass: typeof NSObject): boolean;
isMemberOfClass(aClass: typeof NSObject): boolean;
nextInputState(): GCRacingWheelInputState;
objectForKeyedSubscript(key: string): GCPhysicalInputElement;
performSelector(aSelector: string): any;
performSelectorWithObject(aSelector: string, object: any): any;
performSelectorWithObjectWithObject(aSelector: string, object1: any, object2: any): any;
respondsToSelector(aSelector: string): boolean;
retainCount(): number;
self(): this;
}
declare class GCRacingWheelInputState extends NSObject implements GCDevicePhysicalInputState {
static alloc(): GCRacingWheelInputState; // inherited from NSObject
static new(): GCRacingWheelInputState; // inherited from NSObject
readonly acceleratorPedal: GCButtonElement;
readonly brakePedal: GCButtonElement;
readonly clutchPedal: GCButtonElement;
readonly shifter: GCGearShifterElement;
readonly wheel: GCSteeringWheelElement;
readonly axes: GCPhysicalInputElementCollection<string, GCAxisElement>; // inherited from GCDevicePhysicalInputState
readonly buttons: GCPhysicalInputElementCollection<string, GCButtonElement>; // inherited from GCDevicePhysicalInputState
readonly debugDescription: string; // inherited from NSObjectProtocol
readonly description: string; // inherited from NSObjectProtocol
readonly device: GCDevice; // inherited from GCDevicePhysicalInputState
readonly dpads: GCPhysicalInputElementCollection<string, GCDirectionPadElement>; // inherited from GCDevicePhysicalInputState
readonly elements: GCPhysicalInputElementCollection<string, GCPhysicalInputElement>; // inherited from GCDevicePhysicalInputState
readonly hash: number; // inherited from NSObjectProtocol
readonly isProxy: boolean; // inherited from NSObjectProtocol
readonly lastEventLatency: number; // inherited from GCDevicePhysicalInputState
readonly lastEventTimestamp: number; // inherited from GCDevicePhysicalInputState
readonly superclass: typeof NSObject; // inherited from NSObjectProtocol
readonly switches: GCPhysicalInputElementCollection<string, GCSwitchElement>; // inherited from GCDevicePhysicalInputState
readonly // inherited from NSObjectProtocol
class(): typeof NSObject;
conformsToProtocol(aProtocol: any /* Protocol */): boolean;
isEqual(object: any): boolean;
isKindOfClass(aClass: typeof NSObject): boolean;
isMemberOfClass(aClass: typeof NSObject): boolean;
objectForKeyedSubscript(key: string): GCPhysicalInputElement;
performSelector(aSelector: string): any;
performSelectorWithObject(aSelector: string, object: any): any;
performSelectorWithObjectWithObject(aSelector: string, object1: any, object2: any): any;
respondsToSelector(aSelector: string): boolean;
retainCount(): number;
self(): this;
}
interface GCRelativeInput extends NSObjectProtocol {

@@ -2104,55 +1836,2 @@

declare class GCSteeringWheelElement extends NSObject implements GCAxisElement {
static alloc(): GCSteeringWheelElement; // inherited from NSObject
static new(): GCSteeringWheelElement; // inherited from NSObject
readonly maximumDegreesOfRotation: number;
readonly absoluteInput: GCAxisInput; // inherited from GCAxisElement
readonly aliases: NSSet<string>; // inherited from GCPhysicalInputElement
readonly debugDescription: string; // inherited from NSObjectProtocol
readonly description: string; // inherited from NSObjectProtocol
readonly hash: number; // inherited from NSObjectProtocol
readonly isProxy: boolean; // inherited from NSObjectProtocol
readonly localizedName: string; // inherited from GCPhysicalInputElement
readonly relativeInput: GCRelativeInput; // inherited from GCAxisElement
readonly sfSymbolsName: string; // inherited from GCPhysicalInputElement
readonly superclass: typeof NSObject; // inherited from NSObjectProtocol
readonly // inherited from NSObjectProtocol
class(): typeof NSObject;
conformsToProtocol(aProtocol: any /* Protocol */): boolean;
isEqual(object: any): boolean;
isKindOfClass(aClass: typeof NSObject): boolean;
isMemberOfClass(aClass: typeof NSObject): boolean;
performSelector(aSelector: string): any;
performSelectorWithObject(aSelector: string, object: any): any;
performSelectorWithObjectWithObject(aSelector: string, object1: any, object2: any): any;
respondsToSelector(aSelector: string): boolean;
retainCount(): number;
self(): this;
}
interface GCSwitchElement extends GCPhysicalInputElement {

@@ -2159,0 +1838,0 @@

@@ -1166,2 +1166,41 @@

declare const enum GKPeerPickerConnectionType {
Online = 1,
Nearby = 2
}
declare class GKPeerPickerController extends NSObject {
static alloc(): GKPeerPickerController; // inherited from NSObject
static new(): GKPeerPickerController; // inherited from NSObject
connectionTypesMask: GKPeerPickerConnectionType;
delegate: GKPeerPickerControllerDelegate;
readonly visible: boolean;
dismiss(): void;
show(): void;
}
interface GKPeerPickerControllerDelegate extends NSObjectProtocol {
peerPickerControllerDidCancel?(picker: GKPeerPickerController): void;
peerPickerControllerDidConnectPeerToSession?(picker: GKPeerPickerController, peerID: string, session: GKSession): void;
peerPickerControllerDidSelectConnectionType?(picker: GKPeerPickerController, type: GKPeerPickerConnectionType): void;
peerPickerControllerSessionForConnectionType?(picker: GKPeerPickerController, type: GKPeerPickerConnectionType): GKSession;
}
declare var GKPeerPickerControllerDelegate: {
prototype: GKPeerPickerControllerDelegate;
};
declare const enum GKPhotoSize {

@@ -1168,0 +1207,0 @@

@@ -33,2 +33,4 @@

readonly matterNodeID: number;
readonly model: string;

@@ -201,7 +203,3 @@

addAndSetUpAccessoriesForTopologyCompletionHandler(topology: HMMatterTopology, completion: (p1: NSError) => void): void;
performAccessorySetupUsingRequestCompletionHandler(request: HMAccessorySetupRequest, completion: (p1: HMAccessorySetupResult, p2: NSError) => void): void;
performMatterEcosystemAccessorySetupUsingRequestTopologyCompletionHandler(request: HMAccessorySetupRequest, topology: HMMatterTopology, completion: (p1: NSError) => void): void;
}

@@ -232,2 +230,4 @@

matterPayload: MTRSetupPayload;
payload: HMAccessorySetupPayload;

@@ -1663,2 +1663,6 @@

readonly matterControllerID: string;
readonly matterControllerXPCConnectBlock: () => NSXPCConnection;
readonly name: string;

@@ -1890,124 +1894,2 @@

declare class HMMatterHome extends NSObject implements NSCopying, NSSecureCoding {
static alloc(): HMMatterHome; // inherited from NSObject
static new(): HMMatterHome; // inherited from NSObject
readonly name: string;
readonly uuid: NSUUID;
static readonly supportsSecureCoding: boolean; // inherited from NSSecureCoding
constructor(o: { coder: NSCoder; }); // inherited from NSCoding
constructor(o: { UUID: NSUUID; name: string; });
copyWithZone(zone: interop.Pointer | interop.Reference<any>): any;
encodeWithCoder(coder: NSCoder): void;
initWithCoder(coder: NSCoder): this;
initWithUUIDName(uuid: NSUUID, name: string): this;
}
declare class HMMatterRequestHandler extends NSObject implements NSExtensionRequestHandling {
static alloc(): HMMatterRequestHandler; // inherited from NSObject
static new(): HMMatterRequestHandler; // inherited from NSObject
readonly debugDescription: string; // inherited from NSObjectProtocol
readonly description: string; // inherited from NSObjectProtocol
readonly hash: number; // inherited from NSObjectProtocol
readonly isProxy: boolean; // inherited from NSObjectProtocol
readonly superclass: typeof NSObject; // inherited from NSObjectProtocol
readonly // inherited from NSObjectProtocol
beginRequestWithExtensionContext(context: NSExtensionContext): void;
class(): typeof NSObject;
configureAccessoryWithNameRoomCompletion(accessoryName: string, accessoryRoom: HMMatterRoom, completion: (p1: NSError) => void): void;
conformsToProtocol(aProtocol: any /* Protocol */): boolean;
fetchRoomsInHomeCompletion(home: HMMatterHome, completion: (p1: NSArray<HMMatterRoom>, p2: NSError) => void): void;
isEqual(object: any): boolean;
isKindOfClass(aClass: typeof NSObject): boolean;
isMemberOfClass(aClass: typeof NSObject): boolean;
pairAccessoryInHomeOnboardingPayloadCompletion(home: HMMatterHome, onboardingPayload: string, completion: (p1: NSError) => void): void;
performSelector(aSelector: string): any;
performSelectorWithObject(aSelector: string, object: any): any;
performSelectorWithObjectWithObject(aSelector: string, object1: any, object2: any): any;
respondsToSelector(aSelector: string): boolean;
retainCount(): number;
self(): this;
}
declare class HMMatterRoom extends NSObject implements NSCopying, NSSecureCoding {
static alloc(): HMMatterRoom; // inherited from NSObject
static new(): HMMatterRoom; // inherited from NSObject
readonly name: string;
readonly uuid: NSUUID;
static readonly supportsSecureCoding: boolean; // inherited from NSSecureCoding
constructor(o: { coder: NSCoder; }); // inherited from NSCoding
constructor(o: { UUID: NSUUID; name: string; });
copyWithZone(zone: interop.Pointer | interop.Reference<any>): any;
encodeWithCoder(coder: NSCoder): void;
initWithCoder(coder: NSCoder): this;
initWithUUIDName(uuid: NSUUID, name: string): this;
}
declare class HMMatterTopology extends NSObject implements NSCopying, NSSecureCoding {
static alloc(): HMMatterTopology; // inherited from NSObject
static new(): HMMatterTopology; // inherited from NSObject
readonly homes: NSArray<HMMatterHome>;
static readonly supportsSecureCoding: boolean; // inherited from NSSecureCoding
constructor(o: { coder: NSCoder; }); // inherited from NSCoding
constructor(o: { homes: NSArray<HMMatterHome> | HMMatterHome[]; });
copyWithZone(zone: interop.Pointer | interop.Reference<any>): any;
encodeWithCoder(coder: NSCoder): void;
initWithCoder(coder: NSCoder): this;
initWithHomes(homes: NSArray<HMMatterHome> | HMMatterHome[]): this;
}
declare class HMMutableCalendarEvent extends HMCalendarEvent {

@@ -2014,0 +1896,0 @@

@@ -386,2 +386,21 @@

declare var ICDeviceLocationDescriptionBluetooth: string;
declare var ICDeviceLocationDescriptionFireWire: string;
declare var ICDeviceLocationDescriptionMassStorage: string;
declare var ICDeviceLocationDescriptionUSB: string;
declare const enum ICDeviceLocationType {
Local = 256,
Shared = 512,
Bonjour = 1024,
Bluetooth = 2048
}
declare const enum ICDeviceLocationTypeMask {

@@ -388,0 +407,0 @@

@@ -1469,3 +1469,3 @@

automaticallyPublishNowPlayingInfo: boolean;
automaticallyPublishesNowPlayingInfo: boolean;

@@ -1472,0 +1472,0 @@ readonly canBecomeActive: boolean;

@@ -864,2 +864,4 @@

constructor(o: { image: UIImage; options: NSDictionary<string, any>; });
addAnnotation(annotation: PDFAnnotation): void;

@@ -881,2 +883,4 @@

initWithImageOptions(image: UIImage, options: NSDictionary<string, any>): this;
removeAnnotation(annotation: PDFAnnotation): void;

@@ -903,2 +907,10 @@

declare var PDFPageImageInitializationOptionCompressionQuality: string;
declare var PDFPageImageInitializationOptionMediaBox: string;
declare var PDFPageImageInitializationOptionRotation: string;
declare var PDFPageImageInitializationOptionUpscaleIfSmaller: string;
interface PDFPageOverlayViewProvider extends NSObjectProtocol {

@@ -905,0 +917,0 @@

@@ -258,2 +258,4 @@

readonly randomSeed: number;
readonly renderBounds: CGRect;

@@ -265,5 +267,9 @@

constructor(o: { ink: PKInk; strokePath: PKStrokePath; transform: CGAffineTransform; mask: UIBezierPath; randomSeed: number; });
copyWithZone(zone: interop.Pointer | interop.Reference<any>): any;
initWithInkStrokePathTransformMask(ink: PKInk, strokePath: PKStrokePath, transform: CGAffineTransform, mask: UIBezierPath): this;
initWithInkStrokePathTransformMaskRandomSeed(ink: PKInk, strokePath: PKStrokePath, transform: CGAffineTransform, mask: UIBezierPath, randomSeed: number): this;
}

@@ -270,0 +276,0 @@

@@ -35,3 +35,5 @@

ScreenTimeRestriction = 8
ScreenTimeRestriction = 8,
TransmissionNotAllowed = 9
}

@@ -81,2 +83,4 @@

setTransmissionModeForChannelUUIDCompletionHandler(transmissionMode: PTTransmissionMode, channelUUID: NSUUID, completionHandler: (p1: NSError) => void): void;
stopTransmittingWithChannelUUID(channelUUID: NSUUID): void;

@@ -187,1 +191,10 @@ }

}
declare const enum PTTransmissionMode {
FullDuplex = 0,
HalfDuplex = 1,
ListenOnly = 2
}

@@ -182,10 +182,14 @@

static readonly systemCollaborationSupportAvailable: boolean;
clearNoticesForHighlight(highlight: SWCollaborationHighlight): void;
collaborationHighlightForIdentifierError(collaborationIdentifier: string): SWCollaborationHighlight;
collaborationHighlightForURLError(URL: NSURL): SWCollaborationHighlight;
getCollaborationHighlightForURLCompletionHandler(URL: NSURL, completionHandler: (p1: SWCollaborationHighlight, p2: NSError) => void): void;
getHighlightForURLCompletionHandler(URL: NSURL, completionHandler: (p1: SWHighlight, p2: NSError) => void): void;
getSignedIdentityProofForCollaborationHighlightUsingDataCompletionHandler(collaborationHighlight: SWCollaborationHighlight, data: NSData, completionHandler: (p1: SWSignedPersonIdentityProof, p2: NSError) => void): void;
highlightForURLError(URL: NSURL): SWHighlight;
postNoticeForHighlightEvent(event: SWHighlightEvent): void;

@@ -192,0 +196,0 @@ }

@@ -95,2 +95,4 @@

constructor(o: { collaborationIdentifier: string; });
constructor(o: { localIdentifier: string; });

@@ -108,2 +110,4 @@

initWithCollaborationIdentifier(collaborationIdentifier: string): this;
initWithLocalIdentifier(localIdentifier: string): this;

@@ -200,2 +204,11 @@

declare class SWCollaborationOptionsPickerGroup extends SWCollaborationOptionsGroup {
static alloc(): SWCollaborationOptionsPickerGroup; // inherited from NSObject
static new(): SWCollaborationOptionsPickerGroup; // inherited from NSObject
selectedOptionIdentifier: string;
}
declare class SWCollaborationShareOptions extends NSObject implements NSCopying, NSSecureCoding {

@@ -202,0 +215,0 @@

@@ -122,2 +122,6 @@

textViewWillDismissEditMenuWithAnimator(textView: UITextView, animator: UIEditMenuInteractionAnimating): void;
textViewWillPresentEditMenuWithAnimator(textView: UITextView, animator: UIEditMenuInteractionAnimating): void;
validateContent(): void;

@@ -124,0 +128,0 @@

@@ -55,2 +55,4 @@

sourceIdentifier: number;
timestamp: number;

@@ -79,5 +81,15 @@

static updatePostbackConversionValueCoarseValueCompletionHandler(fineValue: number, coarseValue: string, completion: (p1: NSError) => void): void;
static updatePostbackConversionValueCoarseValueLockWindowCompletionHandler(fineValue: number, coarseValue: string, lockWindow: boolean, completion: (p1: NSError) => void): void;
static updatePostbackConversionValueCompletionHandler(conversionValue: number, completion: (p1: NSError) => void): void;
}
declare var SKAdNetworkCoarseConversionValueHigh: string;
declare var SKAdNetworkCoarseConversionValueLow: string;
declare var SKAdNetworkCoarseConversionValueMedium: string;
declare class SKArcadeService extends NSObject {

@@ -781,2 +793,4 @@

declare var SKStoreProductParameterAdNetworkSourceIdentifier: string;
declare var SKStoreProductParameterAdNetworkTimestamp: string;

@@ -783,0 +797,0 @@

@@ -163,2 +163,9 @@

declare const enum VSOriginatingDeviceCategory {
Mobile = 0,
Other = 1
}
declare class VSSubscription extends NSObject {

@@ -198,1 +205,63 @@

}
declare class VSUserAccount extends NSObject {
static alloc(): VSUserAccount; // inherited from NSObject
static new(): VSUserAccount; // inherited from NSObject
accountProviderIdentifier: string;
accountType: VSUserAccountType;
authenticationData: string;
billingIdentifier: string;
deleted: boolean;
readonly deviceCategory: VSOriginatingDeviceCategory;
readonly fromCurrentDevice: boolean;
identifier: string;
requiresSystemTrust: boolean;
subscriptionBillingCycleEndDate: Date;
tierIdentifiers: NSArray<string>;
updateURL: NSURL;
constructor(o: { accountType: VSUserAccountType; updateURL: NSURL; });
initWithAccountTypeUpdateURL(accountType: VSUserAccountType, url: NSURL): this;
}
declare class VSUserAccountManager extends NSObject {
static alloc(): VSUserAccountManager; // inherited from NSObject
static new(): VSUserAccountManager; // inherited from NSObject
static readonly sharedUserAccountManager: VSUserAccountManager;
queryUserAccountsWithOptionsCompletion(options: VSUserAccountQueryOptions, completion: (p1: NSArray<VSUserAccount>, p2: NSError) => void): void;
updateUserAccountCompletion(account: VSUserAccount, completion: (p1: NSError) => void): void;
}
declare const enum VSUserAccountQueryOptions {
None = 0,
AllDevices = 1
}
declare const enum VSUserAccountType {
Free = 0,
Paid = 1
}

@@ -131,2 +131,11 @@

declare const enum WKDialogResult {
ShowDefault = 1,
AskAgain = 2,
Handled = 3
}
declare class WKDownload extends NSObject implements NSProgressReporting {

@@ -653,2 +662,4 @@

webViewShouldPreviewElement?(webView: WKWebView, elementInfo: WKPreviewElementInfo): boolean;
webViewShowLockdownModeFirstUseMessageCompletionHandler?(webView: WKWebView, message: string, completionHandler: (p1: WKDialogResult) => void): void;
}

@@ -655,0 +666,0 @@ declare var WKUIDelegate: {

declare var NSUserActivityTypeLiveActivity: string;
declare var WGWidgetUserInfoKeyActivityID: string;
declare var WGWidgetUserInfoKeyFamily: string;
declare var WGWidgetUserInfoKeyKind: string;
{
"name": "@nativescript/types-ios",
"version": "8.3.1",
"version": "8.4.0",
"description": "NativeScript Types for iOS.",

@@ -5,0 +5,0 @@ "homepage": "https://nativescript.org",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc