@chainfuse/types 4.2.14 → 4.2.15
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.
|
@@ -1302,6 +1302,7 @@ export declare const workersAiCatalog: {
|
|
|
1302
1302
|
readonly created_at: "2024-05-22 00:02:18.656";
|
|
1303
1303
|
readonly tags: readonly [];
|
|
1304
1304
|
readonly properties: {
|
|
1305
|
+
readonly async_queue: true;
|
|
1305
1306
|
readonly price: readonly [{
|
|
1306
1307
|
readonly unit: "per audio minute";
|
|
1307
1308
|
readonly price: 0.00051;
|
package/dist/d0/index.d.ts
CHANGED
package/dist/d0/index.js
CHANGED
|
@@ -28,8 +28,8 @@ export var D0CombinedLocations;
|
|
|
28
28
|
export var D0ShardType;
|
|
29
29
|
(function (D0ShardType) {
|
|
30
30
|
D0ShardType[D0ShardType["None"] = 0] = "None";
|
|
31
|
-
D0ShardType[D0ShardType["
|
|
32
|
-
D0ShardType[D0ShardType["
|
|
31
|
+
D0ShardType[D0ShardType["Scheduler"] = 1] = "Scheduler";
|
|
32
|
+
D0ShardType[D0ShardType["Storage"] = 2] = "Storage";
|
|
33
33
|
D0ShardType[D0ShardType["MCP"] = 3] = "MCP";
|
|
34
34
|
D0ShardType[D0ShardType["EphemeralAgent"] = 4] = "EphemeralAgent";
|
|
35
35
|
D0ShardType[D0ShardType["Session"] = 5] = "Session";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainfuse/types",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.15",
|
|
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.20260212.0",
|
|
102
102
|
"@types/validator": "^13.15.10"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "8f373b7147617eb8723e9e71d5e096cd6eb502b2"
|
|
105
105
|
}
|