Skip to content

Commit 946befe

Browse files
committed
chore(release): @nativescript/[email protected]
1 parent 4839078 commit 946befe

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

packages/types-android/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/types-android",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"description": "NativeScript Types for Android.",
55
"homepage": "https://nativescript.org",
66
"repository": {

packages/types-ios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/types-ios",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"description": "NativeScript Types for iOS.",
55
"homepage": "https://nativescript.org",
66
"repository": {

packages/types-ios/src/lib/ios/objc-x86_64/objc!ExposureNotification.d.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
declare const enum ENActivityFlags {
3+
4+
Reserved1 = 1,
5+
6+
Reserved2 = 2,
7+
8+
PeriodicRun = 4,
9+
10+
PreAuthorizedKeyReleaseNotificationTapped = 8
11+
}
12+
213
declare const ENAttenuationMax: number;
314

415
declare const ENAttenuationMin: number;
@@ -252,6 +263,10 @@ declare class ENManager extends NSObject {
252263

253264
static new(): ENManager; // inherited from NSObject
254265

266+
activityHandler: (p1: ENActivityFlags) => void;
267+
268+
diagnosisKeysAvailableHandler: (p1: NSArray<ENTemporaryExposureKey>) => void;
269+
255270
dispatchQueue: NSObject;
256271

257272
readonly exposureNotificationEnabled: boolean;
@@ -280,6 +295,10 @@ declare class ENManager extends NSObject {
280295

281296
invalidate(): void;
282297

298+
preAuthorizeDiagnosisKeysWithCompletionHandler(completionHandler: (p1: NSError) => void): void;
299+
300+
requestPreAuthorizedDiagnosisKeysWithCompletionHandler(completionHandler: (p1: NSError) => void): void;
301+
283302
setExposureNotificationEnabledCompletionHandler(enabled: boolean, completionHandler: (p1: NSError) => void): void;
284303
}
285304

packages/types/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/types",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"description": "NativeScript Types for all supported platforms.",
55
"homepage": "https://nativescript.org",
66
"repository": {
@@ -12,7 +12,7 @@
1212
],
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"@nativescript/types-ios": "7.1.0",
16-
"@nativescript/types-android": "7.1.0"
15+
"@nativescript/types-ios": "7.2.0",
16+
"@nativescript/types-android": "7.2.0"
1717
}
1818
}

0 commit comments

Comments
 (0)