@workers-community/workers-types 4.20250614.0 → 4.20250618.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 (3) hide show
  1. package/index.d.ts +1 -0
  2. package/index.ts +1 -0
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -4376,6 +4376,7 @@ interface Ai_Cf_Baai_Bge_Reranker_Base_Input {
4376
4376
  /**
4377
4377
  * A query you wish to perform against the provided contexts.
4378
4378
  */
4379
+ query: string;
4379
4380
  /**
4380
4381
  * Number of returned results starting with the best score.
4381
4382
  */
package/index.ts CHANGED
@@ -4388,6 +4388,7 @@ export interface Ai_Cf_Baai_Bge_Reranker_Base_Input {
4388
4388
  /**
4389
4389
  * A query you wish to perform against the provided contexts.
4390
4390
  */
4391
+ query: string;
4391
4392
  /**
4392
4393
  * Number of returned results starting with the best score.
4393
4394
  */
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "author": "Workers Community",
9
9
  "license": "MIT OR Apache-2.0",
10
- "version": "4.20250614.0",
10
+ "version": "4.20250618.0",
11
11
  "exports": {
12
12
  ".": {
13
13
  "types": "./index.d.ts",