Skip to content

Commit a9e97d1

Browse files
fix: re-generate types based on specifciation updates (GoogleChromeLabs#273)
1 parent b2ddd15 commit a9e97d1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

out/gen/permissions.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export declare namespace Permissions {
2222
descriptor: Permissions.PermissionDescriptor;
2323
state: Permissions.PermissionState;
2424
origin: string;
25+
topLevelOrigin?: string;
2526
userContext?: string;
2627
};
2728
}

src/gen/permissions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export namespace Permissions {
2222
descriptor: Permissions.PermissionDescriptor;
2323
state: Permissions.PermissionState;
2424
origin: string;
25+
topLevelOrigin?: string;
2526
userContext?: string;
2627
};
2728
}

0 commit comments

Comments
 (0)