@pellux/goodvibes-contracts 1.2.0 → 1.3.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.
@@ -1,6 +1,6 @@
1
1
  export declare const FOUNDATION_METADATA: {
2
2
  readonly productId: "goodvibes";
3
- readonly productVersion: "1.2.0";
3
+ readonly productVersion: "1.3.0";
4
4
  readonly operatorMethodCount: 327;
5
5
  readonly operatorEventCount: 31;
6
6
  readonly peerEndpointCount: 6;
@@ -1,6 +1,6 @@
1
1
  export const FOUNDATION_METADATA = {
2
2
  "productId": "goodvibes",
3
- "productVersion": "1.2.0",
3
+ "productVersion": "1.3.0",
4
4
  "operatorMethodCount": 327,
5
5
  "operatorEventCount": 31,
6
6
  "peerEndpointCount": 6
@@ -1 +1 @@
1
- {"version":3,"file":"operator-contract.d.ts","sourceRoot":"","sources":["../../src/generated/operator-contract.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,eAAO,MAAM,iBAAiB,EAAE,wBAq9+EtB,CAAC"}
1
+ {"version":3,"file":"operator-contract.d.ts","sourceRoot":"","sources":["../../src/generated/operator-contract.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,eAAO,MAAM,iBAAiB,EAAE,wBA6++EtB,CAAC"}
@@ -3,7 +3,7 @@ export const OPERATOR_CONTRACT = {
3
3
  "product": {
4
4
  "id": "goodvibes",
5
5
  "surface": "operator",
6
- "version": "1.2.0"
6
+ "version": "1.3.0"
7
7
  },
8
8
  "auth": {
9
9
  "modes": [
@@ -42121,6 +42121,21 @@ export const OPERATOR_CONTRACT = {
42121
42121
  "estimatedTokens": {
42122
42122
  "type": "number"
42123
42123
  },
42124
+ "truncated": {
42125
+ "type": "boolean"
42126
+ },
42127
+ "totalCandidates": {
42128
+ "type": "number"
42129
+ },
42130
+ "droppedCount": {
42131
+ "type": "number"
42132
+ },
42133
+ "droppedForBudget": {
42134
+ "type": "number"
42135
+ },
42136
+ "budgetExhausted": {
42137
+ "type": "boolean"
42138
+ },
42124
42139
  "items": {
42125
42140
  "type": "array",
42126
42141
  "items": {
@@ -42213,6 +42228,11 @@ export const OPERATOR_CONTRACT = {
42213
42228
  "strategy",
42214
42229
  "budgetLimit",
42215
42230
  "estimatedTokens",
42231
+ "truncated",
42232
+ "totalCandidates",
42233
+ "droppedCount",
42234
+ "droppedForBudget",
42235
+ "budgetExhausted",
42216
42236
  "items"
42217
42237
  ],
42218
42238
  "additionalProperties": false
@@ -59029,6 +59049,9 @@ export const OPERATOR_CONTRACT = {
59029
59049
  },
59030
59050
  "totalBeforeRecallFilter": {
59031
59051
  "type": "number"
59052
+ },
59053
+ "recallFloor": {
59054
+ "type": "number"
59032
59055
  }
59033
59056
  },
59034
59057
  "required": [
@@ -59040,7 +59063,8 @@ export const OPERATOR_CONTRACT = {
59040
59063
  "recallFiltered",
59041
59064
  "excludedFlaggedCount",
59042
59065
  "excludedBelowFloorCount",
59043
- "totalBeforeRecallFilter"
59066
+ "totalBeforeRecallFilter",
59067
+ "recallFloor"
59044
59068
  ],
59045
59069
  "additionalProperties": false
59046
59070
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pellux/goodvibes-contracts",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "engines": {
5
5
  "bun": "1.3.10",
6
6
  "node": ">=22.0.0"