@chainfuse/types 4.2.8 → 4.2.10

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;
@@ -985,6 +985,7 @@ export const workersAiCatalog = {
985
985
  created_at: '2025-06-18 20:23:22.086',
986
986
  tags: [],
987
987
  properties: {
988
+ context_window: 8192,
988
989
  price: [
989
990
  {
990
991
  unit: 'per M input tokens',
@@ -6,7 +6,8 @@ export declare enum D0SystemType {
6
6
  Dataspace = 1,
7
7
  Tenant = 2,
8
8
  User = 3,
9
- Workflow = 4
9
+ WebSocket = 4,
10
+ Workflow = 5
10
11
  }
11
12
  export declare enum D0CombinedLocations {
12
13
  none = 0,
@@ -24,7 +25,11 @@ export declare enum D0CombinedLocations {
24
25
  }
25
26
  export declare enum D0ShardType {
26
27
  None = 0,
27
- Storage = 1
28
+ Storage = 1,
29
+ Scheduler = 2,
30
+ MCP = 3,
31
+ EphemeralAgent = 4,
32
+ Session = 5
28
33
  }
29
34
  export declare enum D0Environment {
30
35
  Production = 0,
package/dist/d0/index.js CHANGED
@@ -7,7 +7,8 @@ export var D0SystemType;
7
7
  D0SystemType[D0SystemType["Dataspace"] = 1] = "Dataspace";
8
8
  D0SystemType[D0SystemType["Tenant"] = 2] = "Tenant";
9
9
  D0SystemType[D0SystemType["User"] = 3] = "User";
10
- D0SystemType[D0SystemType["Workflow"] = 4] = "Workflow";
10
+ D0SystemType[D0SystemType["WebSocket"] = 4] = "WebSocket";
11
+ D0SystemType[D0SystemType["Workflow"] = 5] = "Workflow";
11
12
  })(D0SystemType || (D0SystemType = {}));
12
13
  export var D0CombinedLocations;
13
14
  (function (D0CombinedLocations) {
@@ -28,6 +29,10 @@ export var D0ShardType;
28
29
  (function (D0ShardType) {
29
30
  D0ShardType[D0ShardType["None"] = 0] = "None";
30
31
  D0ShardType[D0ShardType["Storage"] = 1] = "Storage";
32
+ D0ShardType[D0ShardType["Scheduler"] = 2] = "Scheduler";
33
+ D0ShardType[D0ShardType["MCP"] = 3] = "MCP";
34
+ D0ShardType[D0ShardType["EphemeralAgent"] = 4] = "EphemeralAgent";
35
+ D0ShardType[D0ShardType["Session"] = 5] = "Session";
31
36
  })(D0ShardType || (D0ShardType = {}));
32
37
  export var D0Environment;
33
38
  (function (D0Environment) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainfuse/types",
3
- "version": "4.2.8",
3
+ "version": "4.2.10",
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": "7465800b60661c071d9ca65c41368bb474e6c94c"
104
+ "gitHead": "eb15a40d1d4f7c6e8f7d5b5755e5c06ce4a965ba"
105
105
  }