Skip to content

Commit bdf9e19

Browse files
TypeScript Botsaschanaz
TypeScript Bot
andauthored
🤖 Update core dependencies (#1335)
Co-authored-by: saschanaz <[email protected]>
1 parent 469bd54 commit bdf9e19

5 files changed

+128
-124
lines changed

baselines/dom.generated.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -10862,6 +10862,7 @@ declare var PushManager: {
1086210862
*/
1086310863
interface PushSubscription {
1086410864
readonly endpoint: string;
10865+
readonly expirationTime: EpochTimeStamp | null;
1086510866
readonly options: PushSubscriptionOptions;
1086610867
getKey(name: PushEncryptionKeyName): ArrayBuffer | null;
1086710868
toJSON(): PushSubscriptionJSON;

baselines/serviceworker.generated.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2554,6 +2554,7 @@ declare var PushMessageData: {
25542554
*/
25552555
interface PushSubscription {
25562556
readonly endpoint: string;
2557+
readonly expirationTime: EpochTimeStamp | null;
25572558
readonly options: PushSubscriptionOptions;
25582559
getKey(name: PushEncryptionKeyName): ArrayBuffer | null;
25592560
toJSON(): PushSubscriptionJSON;

baselines/sharedworker.generated.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2433,6 +2433,7 @@ declare var PushManager: {
24332433
*/
24342434
interface PushSubscription {
24352435
readonly endpoint: string;
2436+
readonly expirationTime: EpochTimeStamp | null;
24362437
readonly options: PushSubscriptionOptions;
24372438
getKey(name: PushEncryptionKeyName): ArrayBuffer | null;
24382439
toJSON(): PushSubscriptionJSON;

baselines/webworker.generated.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2629,6 +2629,7 @@ declare var PushMessageData: {
26292629
*/
26302630
interface PushSubscription {
26312631
readonly endpoint: string;
2632+
readonly expirationTime: EpochTimeStamp | null;
26322633
readonly options: PushSubscriptionOptions;
26332634
getKey(name: PushEncryptionKeyName): ArrayBuffer | null;
26342635
toJSON(): PushSubscriptionJSON;

0 commit comments

Comments
 (0)