diff --git a/.changeset/add-zod-schemas.md b/.changeset/add-zod-schemas.md deleted file mode 100644 index c77c9af..0000000 --- a/.changeset/add-zod-schemas.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'scope3': minor ---- - -Add auto-generated Zod schemas from OpenAPI spec with drift detection and schema regeneration workflows diff --git a/.changeset/lovely-comics-wear.md b/.changeset/lovely-comics-wear.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/lovely-comics-wear.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/pr-170-review-feedback.md b/.changeset/pr-170-review-feedback.md deleted file mode 100644 index d3e8d38..0000000 --- a/.changeset/pr-170-review-feedback.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'scope3': patch ---- - -Remove placeholder test stubs for deleted resources, reject storefront persona at runtime, remove unsafe index signatures from campaign input types, add response validation to campaign create/update, and type campaign sub-endpoint responses. diff --git a/.changeset/schema-regen-changeset-check.md b/.changeset/schema-regen-changeset-check.md deleted file mode 100644 index 97d0dae..0000000 --- a/.changeset/schema-regen-changeset-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'scope3': patch ---- - -Ensure schema regeneration PRs include a changeset and require new changesets in every non-release PR diff --git a/.changeset/sync-sdk-with-api.md b/.changeset/sync-sdk-with-api.md deleted file mode 100644 index 89ee1b4..0000000 --- a/.changeset/sync-sdk-with-api.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'scope3': major ---- - -Sync SDK with current OpenAPI specification. Removes stale storefront-only and deprecated resources (agents, billing/storefront, inventory-sources, notifications, readiness, bundles, signals, sales-agents, conversion-events, creative-sets). Adds all missing buyer endpoints (discovery, accounts, planning-briefs, moderation, storefronts, audit-logs, notification-preferences). Replaces typed campaign creation methods with generic create/update/delete. Fixes schema generation regex escaping bug. diff --git a/.changeset/update-existing-schema-pr.md b/.changeset/update-existing-schema-pr.md deleted file mode 100644 index 51d2cf6..0000000 --- a/.changeset/update-existing-schema-pr.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'scope3': patch ---- - -Update schema regeneration workflow to push changeset and schema changes to existing open PRs instead of skipping them diff --git a/CHANGELOG.md b/CHANGELOG.md index e67c842..7c5a766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @scope3/agentic-client +## 4.0.0 + +### Major Changes + +- [#170](https://github.com/scope3data/agentic-client/pull/170) [`e26b97b`](https://github.com/scope3data/agentic-client/commit/e26b97bc5d4eb1803831470c0e1ef021b4a04e79) Thanks [@benminer](https://github.com/benminer)! - Sync SDK with current OpenAPI specification. Removes stale storefront-only and deprecated resources (agents, billing/storefront, inventory-sources, notifications, readiness, bundles, signals, sales-agents, conversion-events, creative-sets). Adds all missing buyer endpoints (discovery, accounts, planning-briefs, moderation, storefronts, audit-logs, notification-preferences). Replaces typed campaign creation methods with generic create/update/delete. Fixes schema generation regex escaping bug. + +### Minor Changes + +- [#124](https://github.com/scope3data/agentic-client/pull/124) [`439633e`](https://github.com/scope3data/agentic-client/commit/439633e43b39eb7ad8e65fca506ccc2bcda13fe2) Thanks [@benminer](https://github.com/benminer)! - Add auto-generated Zod schemas from OpenAPI spec with drift detection and schema regeneration workflows + +### Patch Changes + +- [#171](https://github.com/scope3data/agentic-client/pull/171) [`99f9e3b`](https://github.com/scope3data/agentic-client/commit/99f9e3b24a864be79c48186251adbfd60f775da3) Thanks [@benminer](https://github.com/benminer)! - Remove placeholder test stubs for deleted resources, reject storefront persona at runtime, remove unsafe index signatures from campaign input types, add response validation to campaign create/update, and type campaign sub-endpoint responses. + +- [#157](https://github.com/scope3data/agentic-client/pull/157) [`fc77e24`](https://github.com/scope3data/agentic-client/commit/fc77e242d188ecdb717afe34453da8086d0f7863) Thanks [@benminer](https://github.com/benminer)! - Ensure schema regeneration PRs include a changeset and require new changesets in every non-release PR + +- [#163](https://github.com/scope3data/agentic-client/pull/163) [`5ea3281`](https://github.com/scope3data/agentic-client/commit/5ea3281229bdfd578f39b186f5bcdcda0f2b2b4e) Thanks [@benminer](https://github.com/benminer)! - Update schema regeneration workflow to push changeset and schema changes to existing open PRs instead of skipping them + ## 2.1.0 ### Minor Changes diff --git a/package.json b/package.json index 67d8b04..776dd63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scope3", - "version": "3.0.0", + "version": "4.0.0", "description": "Scope3 SDK - REST and MCP client for the Agentic Platform", "engines": { "node": ">=18"