@resolveio/server-lib 22.2.29 → 22.2.30

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/server-lib",
3
- "version": "22.2.29",
3
+ "version": "22.2.30",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "package": "./build_package.sh",
@@ -17,6 +17,8 @@
17
17
  "ai-assistant-preflight-matrix": "node --require ts-node/register tests/ai-assistant-preflight-matrix.ts",
18
18
  "ai-assistant-snf-live-eval": "node --require ts-node/register tests/ai-assistant-snf-live-eval.ts",
19
19
  "ai-assistant-openai-e2e": "node --require ts-node/register tests/ai-assistant-openai-e2e.ts",
20
+ "ai-assistant-openai-e2e:wo-this-week-customer": "AI_ASSISTANT_E2E_CASES=wo_this_week_customer_summary node --require ts-node/register tests/ai-assistant-openai-e2e.ts",
21
+ "ai-assistant-openai-e2e:wo-this-week-customer:soak": "AI_ASSISTANT_E2E_CASES=wo_this_week_customer_summary AI_ASSISTANT_E2E_REPEAT=50 node --require ts-node/register tests/ai-assistant-openai-e2e.ts",
20
22
  "ai-assistant-openai-git-e2e": "node --require ts-node/register tests/ai-assistant-openai-git-e2e.ts",
21
23
  "ai-assistant-eval-triage": "node --require ts-node/register tests/ai-assistant-eval-triage.ts",
22
24
  "ai-assistant-data-parity-e2e": "node --require ts-node/register tests/ai-assistant-data-parity-e2e.ts",