roe-typescript 1.0.802 → 1.0.803

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/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2025 Roe AI
189
+ Copyright 2025 Roe
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Roe AI TypeScript SDK
1
+ # Roe TypeScript SDK
2
2
 
3
- TypeScript/Node SDK for the [Roe AI](https://www.roe-ai.com/) API.
3
+ TypeScript/Node SDK for the [Roe](https://www.roe-ai.com/) API.
4
4
 
5
5
  > **v1.0.802** — Version synchronization across roe-python / roe-typescript /
6
6
  > roe-golang. No major-version migration; the public SDK packages now share a
@@ -483,6 +483,8 @@ const agent = await client.agents.create({
483
483
 
484
484
  | Model | Value |
485
485
  |-------|-------|
486
+ | GPT-5.5 Pro | `gpt-5.5-pro-2026-04-23` |
487
+ | GPT-5.5 | `gpt-5.5-2026-04-23` |
486
488
  | GPT-5.4 Pro | `gpt-5.4-pro-2026-03-05` |
487
489
  | GPT-5.4 | `gpt-5.4-2026-03-05` |
488
490
  | GPT-5.4 Mini | `gpt-5.4-mini-2026-03-17` |
@@ -490,6 +492,7 @@ const agent = await client.agents.create({
490
492
  | GPT-5.2 | `gpt-5.2-2025-12-11` |
491
493
  | GPT-5 | `gpt-5-2025-08-07` |
492
494
  | GPT-4.1 | `gpt-4.1-2025-04-14` |
495
+ | Claude Opus 4.8 | `claude-opus-4-8` |
493
496
  | Claude Opus 4.7 | `claude-opus-4-7` |
494
497
  | Claude Opus 4.6 | `claude-opus-4-6` |
495
498
  | Claude Sonnet 4.6 | `claude-sonnet-4-6` |
@@ -508,10 +511,10 @@ const agent = await client.agents.create({
508
511
  | Web Insights | `URLWebsiteExtractionEngine` |
509
512
  | Interactive Web | `InteractiveWebExtractionEngine` |
510
513
  | Web Search | `URLFinderEngine` |
511
- | Perplexity Search | `PerplexitySearchEngine` |
514
+ | Research | `ResearchEngine` |
512
515
  | Maps Search | `GoogleMapsEntityExtractionEngine` |
513
- | LinkedIn Crawler | `LinkedInScraperEngine` |
514
516
  | Social Media | `SocialScraperEngine` |
517
+ | Marketplace Storefront Analysis | `MarketplaceStorefrontAnalysisEngine` |
515
518
  | Product Compliance | `ProductPolicyEngine` |
516
519
  | Merchant Risk | `MerchantRiskEngine` |
517
520
  | AML Investigation | `AMLInvestigationEngine` |
@@ -519,6 +522,6 @@ const agent = await client.agents.create({
519
522
 
520
523
  ## Links
521
524
 
522
- - [Roe AI](https://www.roe-ai.com/)
525
+ - [Roe](https://www.roe-ai.com/)
523
526
  - [API Docs](https://docs.roe-ai.com)
524
527
  - [Changelog](CHANGELOG.md)
@@ -1,4 +1,4 @@
1
- // Auto-generated friendly API facades for the Roe AI SDK.
1
+ // Auto-generated friendly API facades for the Roe SDK.
2
2
  // Generated by scripts/generate-sdk from openapi/wrappers.yml.
3
3
  // Do not edit by hand.
4
4
  import { DiscoveryAPI } from "./discovery.js";
@@ -1,4 +1,4 @@
1
- // Auto-generated friendly API facades for the Roe AI SDK.
1
+ // Auto-generated friendly API facades for the Roe SDK.
2
2
  // Generated by scripts/generate-sdk from openapi/wrappers.yml.
3
3
  // Do not edit by hand.
4
4
  import { RoeAPIException } from "../exceptions.js";
@@ -1,4 +1,4 @@
1
- // Auto-generated friendly API facades for the Roe AI SDK.
1
+ // Auto-generated friendly API facades for the Roe SDK.
2
2
  // Generated by scripts/generate-sdk from openapi/wrappers.yml.
3
3
  // Do not edit by hand.
4
4
  import { RoeAPIException } from "../exceptions.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "roe-typescript",
3
- "version": "1.0.802",
4
- "description": "TypeScript SDK for the Roe AI API (feature parity with roe-python).",
3
+ "version": "1.0.803",
4
+ "description": "TypeScript SDK for the Roe API (feature parity with roe-python).",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",