@cloudflare/workers-types 3.13.0 → 3.15.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.
Files changed (2) hide show
  1. package/index.d.ts +1 -13
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -16,19 +16,6 @@ declare class AbortSignal extends EventTarget {
16
16
  throwIfAborted(): void;
17
17
  }
18
18
 
19
- interface AnalyticsEngine {
20
- writeEvent(event?: AnalyticsEngineEvent): void;
21
- logEvent(event?: AnalyticsEngineEvent): void;
22
- }
23
-
24
- interface AnalyticsEngineEvent {
25
- accountId?: any;
26
- indexId?: any;
27
- version?: any;
28
- doubles?: number[];
29
- blobs?: (ArrayBuffer | string | null)[];
30
- }
31
-
32
19
  interface BasicImageTransformations {
33
20
  /**
34
21
  * Maximum width in image pixels. The value must be an integer.
@@ -1118,6 +1105,7 @@ declare abstract class R2Object {
1118
1105
  readonly uploaded: Date;
1119
1106
  readonly httpMetadata: R2HTTPMetadata;
1120
1107
  readonly customMetadata: Record<string, string>;
1108
+ readonly range?: R2Range;
1121
1109
  writeHttpMetadata(headers: Headers): void;
1122
1110
  }
1123
1111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/workers-types",
3
- "version": "3.13.0",
3
+ "version": "3.15.0",
4
4
  "description": "TypeScript typings for Cloudflare Workers",
5
5
  "repository": {
6
6
  "type": "git",