@adcp/sdk 8.1.0-beta.7 → 8.1.0-beta.8
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/README.md +12 -0
- package/dist/lib/schemas-data/v2.5/_provenance.json +1 -1
- package/dist/lib/types/activate-signal.d.ts +647 -0
- package/dist/lib/types/build-creative.d.ts +2105 -0
- package/dist/lib/types/calibrate-content.d.ts +675 -0
- package/dist/lib/types/check-governance.d.ts +619 -0
- package/dist/lib/types/comply-test-controller.d.ts +8428 -0
- package/dist/lib/types/create-collection-list.d.ts +693 -0
- package/dist/lib/types/create-content-standards.d.ts +830 -0
- package/dist/lib/types/create-media-buy.d.ts +3374 -0
- package/dist/lib/types/create-property-list.d.ts +836 -0
- package/dist/lib/types/delete-collection-list.d.ts +497 -0
- package/dist/lib/types/delete-property-list.d.ts +497 -0
- package/dist/lib/types/get-account-financials.d.ts +624 -0
- package/dist/lib/types/get-adcp-capabilities.d.ts +2863 -0
- package/dist/lib/types/get-collection-list.d.ts +763 -0
- package/dist/lib/types/get-content-standards.d.ts +919 -0
- package/dist/lib/types/get-creative-delivery.d.ts +2219 -0
- package/dist/lib/types/get-creative-features.d.ts +1736 -0
- package/dist/lib/types/get-media-buy-artifacts.d.ts +864 -0
- package/dist/lib/types/get-media-buys.d.ts +1670 -0
- package/dist/lib/types/get-plan-audit-logs.d.ts +455 -0
- package/dist/lib/types/get-products.d.ts +4935 -0
- package/dist/lib/types/get-property-list.d.ts +874 -0
- package/dist/lib/types/get-signals.d.ts +986 -0
- package/dist/lib/types/list-accounts.d.ts +851 -0
- package/dist/lib/types/list-content-standards.d.ts +975 -0
- package/dist/lib/types/list-creative-formats.d.ts +3132 -0
- package/dist/lib/types/list-creatives.d.ts +2390 -0
- package/dist/lib/types/list-property-lists.d.ts +855 -0
- package/dist/lib/types/log-event.d.ts +373 -0
- package/dist/lib/types/per-tool-index.json +391 -0
- package/dist/lib/types/preview-creative.d.ts +1981 -0
- package/dist/lib/types/provide-performance-feedback.d.ts +218 -0
- package/dist/lib/types/report-plan-outcome.d.ts +433 -0
- package/dist/lib/types/report-usage.d.ts +579 -0
- package/dist/lib/types/si-get-offering.d.ts +259 -0
- package/dist/lib/types/si-initiate-session.d.ts +372 -0
- package/dist/lib/types/si-send-message.d.ts +300 -0
- package/dist/lib/types/si-terminate-session.d.ts +213 -0
- package/dist/lib/types/sync-accounts.d.ts +856 -0
- package/dist/lib/types/sync-audiences.d.ts +707 -0
- package/dist/lib/types/sync-catalogs.d.ts +766 -0
- package/dist/lib/types/sync-creatives.d.ts +2134 -0
- package/dist/lib/types/sync-event-sources.d.ts +665 -0
- package/dist/lib/types/sync-governance.d.ts +558 -0
- package/dist/lib/types/sync-plans.d.ts +979 -0
- package/dist/lib/types/update-collection-list.d.ts +697 -0
- package/dist/lib/types/update-content-standards.d.ts +847 -0
- package/dist/lib/types/update-media-buy.d.ts +3047 -0
- package/dist/lib/types/update-property-list.d.ts +840 -0
- package/dist/lib/types/validate-content-delivery.d.ts +722 -0
- package/dist/lib/types/validate-input.d.ts +1683 -0
- package/dist/lib/version.d.ts +3 -3
- package/dist/lib/version.js +3 -3
- package/package.json +9 -2
package/dist/lib/version.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* AdCP SDK library version
|
|
3
3
|
*/
|
|
4
|
-
export declare const LIBRARY_VERSION = "8.1.0-beta.
|
|
4
|
+
export declare const LIBRARY_VERSION = "8.1.0-beta.8";
|
|
5
5
|
/**
|
|
6
6
|
* AdCP specification version this library is built for
|
|
7
7
|
*/
|
|
@@ -33,10 +33,10 @@ export type AdcpVersion = (typeof COMPATIBLE_ADCP_VERSIONS)[number];
|
|
|
33
33
|
* Full version information
|
|
34
34
|
*/
|
|
35
35
|
export declare const VERSION_INFO: {
|
|
36
|
-
readonly library: "8.1.0-beta.
|
|
36
|
+
readonly library: "8.1.0-beta.8";
|
|
37
37
|
readonly adcp: "3.1.0-beta.3";
|
|
38
38
|
readonly compatibleVersions: readonly ["v2.5", "v2.6", "v3", "3.0.0-beta.1", "3.0.0-beta.3", "3.1.0-beta.1", "3.1.0-beta.2", "3.1.0-beta.3", "3.0.0", "3.0.1", "3.0.2", "3.0.3", "3.0.4", "3.0.5", "3.0.6", "3.0.7", "3.0.8", "3.0.9", "3.0.10", "3.0.11", "3.0.12"];
|
|
39
|
-
readonly generatedAt: "2026-05-
|
|
39
|
+
readonly generatedAt: "2026-05-24T02:00:23.547Z";
|
|
40
40
|
};
|
|
41
41
|
/**
|
|
42
42
|
* Get the AdCP specification version this library is built for
|
package/dist/lib/version.js
CHANGED
|
@@ -12,7 +12,7 @@ exports.toReleasePrecisionVersion = toReleasePrecisionVersion;
|
|
|
12
12
|
/**
|
|
13
13
|
* AdCP SDK library version
|
|
14
14
|
*/
|
|
15
|
-
exports.LIBRARY_VERSION = '8.1.0-beta.
|
|
15
|
+
exports.LIBRARY_VERSION = '8.1.0-beta.8';
|
|
16
16
|
/**
|
|
17
17
|
* AdCP specification version this library is built for
|
|
18
18
|
*/
|
|
@@ -57,10 +57,10 @@ exports.COMPATIBLE_ADCP_VERSIONS = [
|
|
|
57
57
|
* Full version information
|
|
58
58
|
*/
|
|
59
59
|
exports.VERSION_INFO = {
|
|
60
|
-
library: '8.1.0-beta.
|
|
60
|
+
library: '8.1.0-beta.8',
|
|
61
61
|
adcp: '3.1.0-beta.3',
|
|
62
62
|
compatibleVersions: exports.COMPATIBLE_ADCP_VERSIONS,
|
|
63
|
-
generatedAt: '2026-05-
|
|
63
|
+
generatedAt: '2026-05-24T02:00:23.547Z',
|
|
64
64
|
};
|
|
65
65
|
/**
|
|
66
66
|
* Get the AdCP specification version this library is built for
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adcp/sdk",
|
|
3
|
-
"version": "8.1.0-beta.
|
|
3
|
+
"version": "8.1.0-beta.8",
|
|
4
4
|
"description": "AdCP SDK — client, server, and compliance harnesses for the AdContext Protocol (MCP + A2A)",
|
|
5
5
|
"workspaces": [
|
|
6
6
|
".",
|
|
@@ -45,6 +45,9 @@
|
|
|
45
45
|
"require": "./dist/lib/types/v3-1-beta/index.js",
|
|
46
46
|
"types": "./dist/lib/types/v3-1-beta/index.d.ts"
|
|
47
47
|
},
|
|
48
|
+
"./types/*": {
|
|
49
|
+
"types": "./dist/lib/types/*.d.ts"
|
|
50
|
+
},
|
|
48
51
|
"./wholesale-feed-sync": {
|
|
49
52
|
"import": "./dist/lib/wholesale-feed-sync/index.js",
|
|
50
53
|
"require": "./dist/lib/wholesale-feed-sync/index.js",
|
|
@@ -228,6 +231,9 @@
|
|
|
228
231
|
],
|
|
229
232
|
"upstream-recorder": [
|
|
230
233
|
"dist/lib/upstream-recorder/index.d.ts"
|
|
234
|
+
],
|
|
235
|
+
"types/*": [
|
|
236
|
+
"dist/lib/types/*.d.ts"
|
|
231
237
|
]
|
|
232
238
|
}
|
|
233
239
|
},
|
|
@@ -253,7 +259,7 @@
|
|
|
253
259
|
"sync:agents": "node scripts/import-claude-agents.mjs",
|
|
254
260
|
"prepublishOnly": "npm run clean && npm run sync-schemas:all && (test -f src/lib/types/tools.generated.ts || npm run generate-types) && npm run build:lib && node --test-timeout=60000 --test-force-exit --test test/lib/adcp-client.test.js test/lib/validation.test.js test/lib/zod-schemas.test.js",
|
|
255
261
|
"build": "npm run build:lib",
|
|
256
|
-
"build:lib": "npm run sync-version && npm run schemas:ensure && tsx scripts/generate-wire-spec-fields.ts && tsc --project tsconfig.lib.json && tsx scripts/copy-schemas-to-dist.ts && tsx scripts/copy-v2-projection-catalog.ts",
|
|
262
|
+
"build:lib": "npm run sync-version && npm run schemas:ensure && tsx scripts/generate-wire-spec-fields.ts && tsc --project tsconfig.lib.json && tsx scripts/copy-schemas-to-dist.ts && tsx scripts/copy-v2-projection-catalog.ts && tsx scripts/generate-per-tool-types.ts",
|
|
257
263
|
"build:test-agents": "npm run build:lib && tsc -p test-agents/tsconfig.json --rootDir test-agents",
|
|
258
264
|
"pretest": "npm run schemas:ensure",
|
|
259
265
|
"test": "NODE_ENV=test node --test-timeout=60000 --test-force-exit --test test/*.test.js test/lib/*.test.js && npm test --workspace=packages/eslint-plugin --if-present",
|
|
@@ -294,6 +300,7 @@
|
|
|
294
300
|
"typecheck:skill-examples": "tsx scripts/typecheck-skill-examples.ts",
|
|
295
301
|
"check:skill-sync": "tsx scripts/check-skill-sync.ts",
|
|
296
302
|
"check:adopter-types": "tsx scripts/check-adopter-types.ts",
|
|
303
|
+
"check:adopter-types-narrow": "tsx scripts/check-adopter-types-narrow.ts",
|
|
297
304
|
"sync-version": "tsx scripts/sync-version.ts",
|
|
298
305
|
"validate-schemas": "tsx scripts/validate-schemas.ts",
|
|
299
306
|
"lint": "eslint 'src/lib/testing/**/*.ts'",
|