@workers-community/workers-types 4.20250831.0 → 4.20250903.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/index.d.ts +1 -0
- package/index.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2566,6 +2566,7 @@ interface TraceItem {
|
|
|
2566
2566
|
readonly scriptVersion?: ScriptVersion;
|
|
2567
2567
|
readonly dispatchNamespace?: string;
|
|
2568
2568
|
readonly scriptTags?: string[];
|
|
2569
|
+
readonly durableObjectId?: string;
|
|
2569
2570
|
readonly outcome: string;
|
|
2570
2571
|
readonly executionModel: string;
|
|
2571
2572
|
readonly truncated: boolean;
|
package/index.ts
CHANGED
|
@@ -2577,6 +2577,7 @@ export interface TraceItem {
|
|
|
2577
2577
|
readonly scriptVersion?: ScriptVersion;
|
|
2578
2578
|
readonly dispatchNamespace?: string;
|
|
2579
2579
|
readonly scriptTags?: string[];
|
|
2580
|
+
readonly durableObjectId?: string;
|
|
2580
2581
|
readonly outcome: string;
|
|
2581
2582
|
readonly executionModel: string;
|
|
2582
2583
|
readonly truncated: boolean;
|