@cloudflare/workers-types 4.20250912.0 → 4.20250913.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.
- package/2021-11-03/index.d.ts +1 -1
- package/2021-11-03/index.ts +1 -1
- package/2022-01-31/index.d.ts +1 -1
- package/2022-01-31/index.ts +1 -1
- package/2022-03-21/index.d.ts +1 -1
- package/2022-03-21/index.ts +1 -1
- package/2022-08-04/index.d.ts +1 -1
- package/2022-08-04/index.ts +1 -1
- package/2022-10-31/index.d.ts +1 -1
- package/2022-10-31/index.ts +1 -1
- package/2022-11-30/index.d.ts +1 -1
- package/2022-11-30/index.ts +1 -1
- package/2023-03-01/index.d.ts +1 -1
- package/2023-03-01/index.ts +1 -1
- package/2023-07-01/index.d.ts +1 -1
- package/2023-07-01/index.ts +1 -1
- package/experimental/index.d.ts +1 -1
- package/experimental/index.ts +1 -1
- package/index.d.ts +1 -1
- package/index.ts +1 -1
- package/latest/index.d.ts +1 -1
- package/latest/index.ts +1 -1
- package/oldest/index.d.ts +1 -1
- package/oldest/index.ts +1 -1
- package/package.json +1 -1
package/2021-11-03/index.d.ts
CHANGED
|
@@ -518,7 +518,7 @@ interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
518
518
|
locationHint?: DurableObjectLocationHint;
|
|
519
519
|
}
|
|
520
520
|
interface DurableObjectClass<
|
|
521
|
-
|
|
521
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
522
522
|
> {}
|
|
523
523
|
interface DurableObjectState<Props = unknown> {
|
|
524
524
|
waitUntil(promise: Promise<any>): void;
|
package/2021-11-03/index.ts
CHANGED
|
@@ -523,7 +523,7 @@ export interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
523
523
|
locationHint?: DurableObjectLocationHint;
|
|
524
524
|
}
|
|
525
525
|
export interface DurableObjectClass<
|
|
526
|
-
|
|
526
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
527
527
|
> {}
|
|
528
528
|
export interface DurableObjectState<Props = unknown> {
|
|
529
529
|
waitUntil(promise: Promise<any>): void;
|
package/2022-01-31/index.d.ts
CHANGED
|
@@ -518,7 +518,7 @@ interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
518
518
|
locationHint?: DurableObjectLocationHint;
|
|
519
519
|
}
|
|
520
520
|
interface DurableObjectClass<
|
|
521
|
-
|
|
521
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
522
522
|
> {}
|
|
523
523
|
interface DurableObjectState<Props = unknown> {
|
|
524
524
|
waitUntil(promise: Promise<any>): void;
|
package/2022-01-31/index.ts
CHANGED
|
@@ -523,7 +523,7 @@ export interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
523
523
|
locationHint?: DurableObjectLocationHint;
|
|
524
524
|
}
|
|
525
525
|
export interface DurableObjectClass<
|
|
526
|
-
|
|
526
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
527
527
|
> {}
|
|
528
528
|
export interface DurableObjectState<Props = unknown> {
|
|
529
529
|
waitUntil(promise: Promise<any>): void;
|
package/2022-03-21/index.d.ts
CHANGED
|
@@ -536,7 +536,7 @@ interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
536
536
|
locationHint?: DurableObjectLocationHint;
|
|
537
537
|
}
|
|
538
538
|
interface DurableObjectClass<
|
|
539
|
-
|
|
539
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
540
540
|
> {}
|
|
541
541
|
interface DurableObjectState<Props = unknown> {
|
|
542
542
|
waitUntil(promise: Promise<any>): void;
|
package/2022-03-21/index.ts
CHANGED
|
@@ -541,7 +541,7 @@ export interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
541
541
|
locationHint?: DurableObjectLocationHint;
|
|
542
542
|
}
|
|
543
543
|
export interface DurableObjectClass<
|
|
544
|
-
|
|
544
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
545
545
|
> {}
|
|
546
546
|
export interface DurableObjectState<Props = unknown> {
|
|
547
547
|
waitUntil(promise: Promise<any>): void;
|
package/2022-08-04/index.d.ts
CHANGED
|
@@ -536,7 +536,7 @@ interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
536
536
|
locationHint?: DurableObjectLocationHint;
|
|
537
537
|
}
|
|
538
538
|
interface DurableObjectClass<
|
|
539
|
-
|
|
539
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
540
540
|
> {}
|
|
541
541
|
interface DurableObjectState<Props = unknown> {
|
|
542
542
|
waitUntil(promise: Promise<any>): void;
|
package/2022-08-04/index.ts
CHANGED
|
@@ -541,7 +541,7 @@ export interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
541
541
|
locationHint?: DurableObjectLocationHint;
|
|
542
542
|
}
|
|
543
543
|
export interface DurableObjectClass<
|
|
544
|
-
|
|
544
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
545
545
|
> {}
|
|
546
546
|
export interface DurableObjectState<Props = unknown> {
|
|
547
547
|
waitUntil(promise: Promise<any>): void;
|
package/2022-10-31/index.d.ts
CHANGED
|
@@ -536,7 +536,7 @@ interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
536
536
|
locationHint?: DurableObjectLocationHint;
|
|
537
537
|
}
|
|
538
538
|
interface DurableObjectClass<
|
|
539
|
-
|
|
539
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
540
540
|
> {}
|
|
541
541
|
interface DurableObjectState<Props = unknown> {
|
|
542
542
|
waitUntil(promise: Promise<any>): void;
|
package/2022-10-31/index.ts
CHANGED
|
@@ -541,7 +541,7 @@ export interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
541
541
|
locationHint?: DurableObjectLocationHint;
|
|
542
542
|
}
|
|
543
543
|
export interface DurableObjectClass<
|
|
544
|
-
|
|
544
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
545
545
|
> {}
|
|
546
546
|
export interface DurableObjectState<Props = unknown> {
|
|
547
547
|
waitUntil(promise: Promise<any>): void;
|
package/2022-11-30/index.d.ts
CHANGED
|
@@ -541,7 +541,7 @@ interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
541
541
|
locationHint?: DurableObjectLocationHint;
|
|
542
542
|
}
|
|
543
543
|
interface DurableObjectClass<
|
|
544
|
-
|
|
544
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
545
545
|
> {}
|
|
546
546
|
interface DurableObjectState<Props = unknown> {
|
|
547
547
|
waitUntil(promise: Promise<any>): void;
|
package/2022-11-30/index.ts
CHANGED
|
@@ -546,7 +546,7 @@ export interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
546
546
|
locationHint?: DurableObjectLocationHint;
|
|
547
547
|
}
|
|
548
548
|
export interface DurableObjectClass<
|
|
549
|
-
|
|
549
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
550
550
|
> {}
|
|
551
551
|
export interface DurableObjectState<Props = unknown> {
|
|
552
552
|
waitUntil(promise: Promise<any>): void;
|
package/2023-03-01/index.d.ts
CHANGED
|
@@ -541,7 +541,7 @@ interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
541
541
|
locationHint?: DurableObjectLocationHint;
|
|
542
542
|
}
|
|
543
543
|
interface DurableObjectClass<
|
|
544
|
-
|
|
544
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
545
545
|
> {}
|
|
546
546
|
interface DurableObjectState<Props = unknown> {
|
|
547
547
|
waitUntil(promise: Promise<any>): void;
|
package/2023-03-01/index.ts
CHANGED
|
@@ -546,7 +546,7 @@ export interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
546
546
|
locationHint?: DurableObjectLocationHint;
|
|
547
547
|
}
|
|
548
548
|
export interface DurableObjectClass<
|
|
549
|
-
|
|
549
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
550
550
|
> {}
|
|
551
551
|
export interface DurableObjectState<Props = unknown> {
|
|
552
552
|
waitUntil(promise: Promise<any>): void;
|
package/2023-07-01/index.d.ts
CHANGED
|
@@ -541,7 +541,7 @@ interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
541
541
|
locationHint?: DurableObjectLocationHint;
|
|
542
542
|
}
|
|
543
543
|
interface DurableObjectClass<
|
|
544
|
-
|
|
544
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
545
545
|
> {}
|
|
546
546
|
interface DurableObjectState<Props = unknown> {
|
|
547
547
|
waitUntil(promise: Promise<any>): void;
|
package/2023-07-01/index.ts
CHANGED
|
@@ -546,7 +546,7 @@ export interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
546
546
|
locationHint?: DurableObjectLocationHint;
|
|
547
547
|
}
|
|
548
548
|
export interface DurableObjectClass<
|
|
549
|
-
|
|
549
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
550
550
|
> {}
|
|
551
551
|
export interface DurableObjectState<Props = unknown> {
|
|
552
552
|
waitUntil(promise: Promise<any>): void;
|
package/experimental/index.d.ts
CHANGED
|
@@ -567,7 +567,7 @@ interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
567
567
|
locationHint?: DurableObjectLocationHint;
|
|
568
568
|
}
|
|
569
569
|
interface DurableObjectClass<
|
|
570
|
-
|
|
570
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
571
571
|
> {}
|
|
572
572
|
interface DurableObjectState<Props = unknown> {
|
|
573
573
|
waitUntil(promise: Promise<any>): void;
|
package/experimental/index.ts
CHANGED
|
@@ -572,7 +572,7 @@ export interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
572
572
|
locationHint?: DurableObjectLocationHint;
|
|
573
573
|
}
|
|
574
574
|
export interface DurableObjectClass<
|
|
575
|
-
|
|
575
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
576
576
|
> {}
|
|
577
577
|
export interface DurableObjectState<Props = unknown> {
|
|
578
578
|
waitUntil(promise: Promise<any>): void;
|
package/index.d.ts
CHANGED
|
@@ -518,7 +518,7 @@ interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
518
518
|
locationHint?: DurableObjectLocationHint;
|
|
519
519
|
}
|
|
520
520
|
interface DurableObjectClass<
|
|
521
|
-
|
|
521
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
522
522
|
> {}
|
|
523
523
|
interface DurableObjectState<Props = unknown> {
|
|
524
524
|
waitUntil(promise: Promise<any>): void;
|
package/index.ts
CHANGED
|
@@ -523,7 +523,7 @@ export interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
523
523
|
locationHint?: DurableObjectLocationHint;
|
|
524
524
|
}
|
|
525
525
|
export interface DurableObjectClass<
|
|
526
|
-
|
|
526
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
527
527
|
> {}
|
|
528
528
|
export interface DurableObjectState<Props = unknown> {
|
|
529
529
|
waitUntil(promise: Promise<any>): void;
|
package/latest/index.d.ts
CHANGED
|
@@ -551,7 +551,7 @@ interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
551
551
|
locationHint?: DurableObjectLocationHint;
|
|
552
552
|
}
|
|
553
553
|
interface DurableObjectClass<
|
|
554
|
-
|
|
554
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
555
555
|
> {}
|
|
556
556
|
interface DurableObjectState<Props = unknown> {
|
|
557
557
|
waitUntil(promise: Promise<any>): void;
|
package/latest/index.ts
CHANGED
|
@@ -556,7 +556,7 @@ export interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
556
556
|
locationHint?: DurableObjectLocationHint;
|
|
557
557
|
}
|
|
558
558
|
export interface DurableObjectClass<
|
|
559
|
-
|
|
559
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
560
560
|
> {}
|
|
561
561
|
export interface DurableObjectState<Props = unknown> {
|
|
562
562
|
waitUntil(promise: Promise<any>): void;
|
package/oldest/index.d.ts
CHANGED
|
@@ -518,7 +518,7 @@ interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
518
518
|
locationHint?: DurableObjectLocationHint;
|
|
519
519
|
}
|
|
520
520
|
interface DurableObjectClass<
|
|
521
|
-
|
|
521
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
522
522
|
> {}
|
|
523
523
|
interface DurableObjectState<Props = unknown> {
|
|
524
524
|
waitUntil(promise: Promise<any>): void;
|
package/oldest/index.ts
CHANGED
|
@@ -523,7 +523,7 @@ export interface DurableObjectNamespaceGetDurableObjectOptions {
|
|
|
523
523
|
locationHint?: DurableObjectLocationHint;
|
|
524
524
|
}
|
|
525
525
|
export interface DurableObjectClass<
|
|
526
|
-
|
|
526
|
+
_T extends Rpc.DurableObjectBranded | undefined = undefined,
|
|
527
527
|
> {}
|
|
528
528
|
export interface DurableObjectState<Props = unknown> {
|
|
529
529
|
waitUntil(promise: Promise<any>): void;
|
package/package.json
CHANGED