|
1 | 1 | /* eslint-disable */ |
2 | | -// Generated by Wrangler by running `wrangler types` (hash: 7d22281bb997cc87f70d893bcba17ef4) |
3 | | -// Runtime types generated with workerd@1.20260731.1 2026-02-02 allow_irrevocable_stub_storage,nodejs_compat |
4 | | -interface __BaseEnv_Env { |
5 | | - CONTEXT_COLLECTIONS: KVNamespace; |
6 | | -} |
7 | | -declare namespace Cloudflare { |
8 | | - interface GlobalProps { |
9 | | - mainModule: typeof import("./src/index"); |
10 | | - durableNamespaces: "ContextCollectionDurableObject" | "UserLibraryDurableObject" | "LibraryRegistryDurableObject" | "ContextGatekeeper"; |
11 | | - } |
12 | | - interface Env extends __BaseEnv_Env {} |
13 | | -} |
14 | | -interface Env extends __BaseEnv_Env {} |
15 | | - |
| 2 | +// Runtime types generated with workerd@1.20260801.1 2026-02-02 allow_irrevocable_stub_storage,nodejs_compat |
16 | 3 | // Begin runtime types |
17 | 4 | /*! ***************************************************************************** |
18 | 5 | Copyright (c) Cloudflare. All rights reserved. |
@@ -11524,7 +11511,7 @@ interface RequestInitCfPropertiesImageDraw extends BasicImageTransformations { |
11524 | 11511 | /** |
11525 | 11512 | * How to combine the foreground and backdrop pixels to create the result |
11526 | 11513 | */ |
11527 | | - composite?: |
| 11514 | + composite?: |
11528 | 11515 | /** Foreground drawn on top of backdrop (default) */ |
11529 | 11516 | 'over' |
11530 | 11517 | /** Foreground shown only where backdrop is opaque */ |
@@ -12038,7 +12025,7 @@ interface IncomingRequestCfPropertiesTLSClientAuthPlaceholder { |
12038 | 12025 | certChainRFC9440TooLarge: false; |
12039 | 12026 | } |
12040 | 12027 | /** Possible outcomes of TLS verification */ |
12041 | | -declare type CertVerificationStatus = |
| 12028 | +declare type CertVerificationStatus = |
12042 | 12029 | /** Authentication succeeded */ |
12043 | 12030 | "SUCCESS" |
12044 | 12031 | /** No certificate was presented */ |
@@ -12106,7 +12093,7 @@ interface D1ExecResult { |
12106 | 12093 | count: number; |
12107 | 12094 | duration: number; |
12108 | 12095 | } |
12109 | | -type D1SessionConstraint = |
| 12096 | +type D1SessionConstraint = |
12110 | 12097 | // Indicates that the first query should go to the primary, and the rest queries |
12111 | 12098 | // using the same D1DatabaseSession will go to any replica that is consistent with |
12112 | 12099 | // the bookmark maintained by the session (returned by the first query). |
@@ -12526,7 +12513,7 @@ type ImageDrawOptions = { |
12526 | 12513 | bottom?: number; |
12527 | 12514 | right?: number; |
12528 | 12515 | }; |
12529 | | -type ImageCompositeMode = |
| 12516 | +type ImageCompositeMode = |
12530 | 12517 | /** Foreground drawn on top of backdrop (default) */ |
12531 | 12518 | 'over' |
12532 | 12519 | /** Foreground shown only where backdrop is opaque */ |
@@ -12961,7 +12948,7 @@ declare namespace Rpc { |
12961 | 12948 | // The reason for using a generic type here is to build a serializable subset of structured |
12962 | 12949 | // cloneable composite types. This allows types defined with the "interface" keyword to pass the |
12963 | 12950 | // serializable check as well. Otherwise, only types defined with the "type" keyword would pass. |
12964 | | - type Serializable<T> = |
| 12951 | + type Serializable<T> = |
12965 | 12952 | // Structured cloneables |
12966 | 12953 | BaseType |
12967 | 12954 | // Structured cloneable composites |
|
0 commit comments