@chainfuse/types 4.2.8 → 4.2.9
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.
|
@@ -860,6 +860,7 @@ export declare const workersAiCatalog: {
|
|
|
860
860
|
readonly created_at: "2025-06-18 20:23:22.086";
|
|
861
861
|
readonly tags: readonly [];
|
|
862
862
|
readonly properties: {
|
|
863
|
+
readonly context_window: 8192;
|
|
863
864
|
readonly price: readonly [{
|
|
864
865
|
readonly unit: "per M input tokens";
|
|
865
866
|
readonly price: 0.012;
|
package/dist/d0/index.d.ts
CHANGED
|
@@ -24,7 +24,11 @@ export declare enum D0CombinedLocations {
|
|
|
24
24
|
}
|
|
25
25
|
export declare enum D0ShardType {
|
|
26
26
|
None = 0,
|
|
27
|
-
Storage = 1
|
|
27
|
+
Storage = 1,
|
|
28
|
+
Scheduler = 2,
|
|
29
|
+
MCP = 3,
|
|
30
|
+
EphemeralAgent = 4,
|
|
31
|
+
Session = 5
|
|
28
32
|
}
|
|
29
33
|
export declare enum D0Environment {
|
|
30
34
|
Production = 0,
|
package/dist/d0/index.js
CHANGED
|
@@ -28,6 +28,10 @@ export var D0ShardType;
|
|
|
28
28
|
(function (D0ShardType) {
|
|
29
29
|
D0ShardType[D0ShardType["None"] = 0] = "None";
|
|
30
30
|
D0ShardType[D0ShardType["Storage"] = 1] = "Storage";
|
|
31
|
+
D0ShardType[D0ShardType["Scheduler"] = 2] = "Scheduler";
|
|
32
|
+
D0ShardType[D0ShardType["MCP"] = 3] = "MCP";
|
|
33
|
+
D0ShardType[D0ShardType["EphemeralAgent"] = 4] = "EphemeralAgent";
|
|
34
|
+
D0ShardType[D0ShardType["Session"] = 5] = "Session";
|
|
31
35
|
})(D0ShardType || (D0ShardType = {}));
|
|
32
36
|
export var D0Environment;
|
|
33
37
|
(function (D0Environment) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainfuse/types",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "ChainFuse",
|
|
6
6
|
"homepage": "https://github.com/ChainFuse/packages/tree/main/packages/types#readme",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"@cloudflare/workers-types": "^4.20260120.0",
|
|
102
102
|
"@types/validator": "^13.15.10"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "663e28a42038883bb7bd65b55bf7d0f7772e0a7b"
|
|
105
105
|
}
|