File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# iab-adcom
22
3+ ## 2.0.1
4+
5+ ### Patch Changes
6+
7+ - fix(iab-adcom): Align type definitions with AdCOM v1.0 spec
8+
9+ - Widen ` venue ` to ` DOOHVenueType | number ` and ` delay ` to ` StartDelayMode | number `
10+ - Fix ` ptype ` to use ` VideoPlacementType ` instead of ` VideoPlacementSubtype `
11+ - Narrow ` api ` from ` number[] ` to ` APIFramework[] `
12+ - Add ` @deprecated ` annotation to ` Content.genre `
13+
314## 2.0.0
415
516### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " iab-adcom" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " TypeScript definitions for IAB Tech Lab's AdCOM (Advertising Common Object Model)" ,
55 "scripts" : {
66 "build" : " tsup && tsc --emitDeclarationOnly" ,
Original file line number Diff line number Diff line change 11# iab-openrtb
22
3+ ## 2.1.0
4+
5+ ### Minor Changes
6+
7+ - fix(iab-openrtb): Align OpenRTB 2.5/2.6 types with spec
8+
9+ - Add ` BannerAdType ` enum and use it for ` Banner.btype `
10+ - Add missing fields to ` Imp ` : ` audio ` , ` native ` , ` pmp `
11+ - Add missing ` bcat ` field to ` BidRequest `
12+ - Fix ` Content.producer ` and ` Content.data ` to use proper types
13+ - Fix ` Banner.format ` to use ` Format[] `
14+ - Widen ` BidRequest.at ` to ` number `
15+
16+ ### Patch Changes
17+
18+ - Updated dependencies
19+ - iab-adcom@2.0.1
20+
321## 2.0.0
422
523### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " iab-openrtb" ,
3- "version" : " 2.0 .0" ,
3+ "version" : " 2.1 .0" ,
44 "description" : " TypeScript definitions for IAB Tech Lab's OpenRTB (Open Real Time Bidding)" ,
55 "scripts" : {
66 "build" : " tsup" ,
You can’t perform that action at this time.
0 commit comments