Skip to content

Commit 1212d05

Browse files
author
update-oas-bot
committed
Update OAS up to 2025-01
1 parent de2a8b6 commit 1212d05

12 files changed

+599
-466
lines changed

api-specifications/marketingsolutions_2024-01.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9037,6 +9037,12 @@
90379037
],
90389038
"type": "string",
90399039
"nullable": true
9040+
},
9041+
"id": {
9042+
"type": "string",
9043+
"description": "Id of the entity (duplicate of the parent id).",
9044+
"nullable": true,
9045+
"x-nullable": true
90409046
}
90419047
},
90429048
"description": "campaign read model"

api-specifications/marketingsolutions_2024-04.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9037,6 +9037,12 @@
90379037
],
90389038
"type": "string",
90399039
"nullable": true
9040+
},
9041+
"id": {
9042+
"type": "string",
9043+
"description": "Id of the entity (duplicate of the parent id).",
9044+
"nullable": true,
9045+
"x-nullable": true
90409046
}
90419047
},
90429048
"description": "campaign read model"

api-specifications/marketingsolutions_2024-07.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8989,6 +8989,12 @@
89898989
],
89908990
"type": "string",
89918991
"nullable": true
8992+
},
8993+
"id": {
8994+
"type": "string",
8995+
"description": "Id of the entity (duplicate of the parent id).",
8996+
"nullable": true,
8997+
"x-nullable": true
89928998
}
89938999
},
89949000
"description": "campaign read model"

api-specifications/marketingsolutions_2024-10.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8989,6 +8989,12 @@
89898989
],
89908990
"type": "string",
89918991
"nullable": true
8992+
},
8993+
"id": {
8994+
"type": "string",
8995+
"description": "Id of the entity (duplicate of the parent id).",
8996+
"nullable": true,
8997+
"x-nullable": true
89928998
}
89938999
},
89949000
"description": "campaign read model"

api-specifications/marketingsolutions_2025-01.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8989,6 +8989,12 @@
89898989
],
89908990
"type": "string",
89918991
"nullable": true
8992+
},
8993+
"id": {
8994+
"type": "string",
8995+
"description": "Id of the entity (duplicate of the parent id).",
8996+
"nullable": true,
8997+
"x-nullable": true
89928998
}
89938999
},
89949000
"description": "campaign read model"

api-specifications/marketingsolutions_preview.json

Lines changed: 56 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -14206,6 +14206,12 @@
1420614206
],
1420714207
"type": "string",
1420814208
"nullable": true
14209+
},
14210+
"id": {
14211+
"type": "string",
14212+
"description": "Id of the entity (duplicate of the parent id).",
14213+
"nullable": true,
14214+
"x-nullable": true
1420914215
}
1421014216
},
1421114217
"description": "campaign read model"
@@ -14540,10 +14546,10 @@
1454014546
"lookbackWindow": {
1454114547
"enum": [
1454214548
"unknown",
14543-
"sameSession",
14544-
"twentyFourHours",
14545-
"sevenDays",
14546-
"thirtyDays"
14549+
"30M",
14550+
"24H",
14551+
"7D",
14552+
"30D"
1454714553
],
1454814554
"type": "string",
1454914555
"description": "The lookback window. Optional, should be specified only for attribution methods PostClick and LastClick.",
@@ -14820,10 +14826,10 @@
1482014826
"lookbackWindow": {
1482114827
"enum": [
1482214828
"unknown",
14823-
"sameSession",
14824-
"twentyFourHours",
14825-
"sevenDays",
14826-
"thirtyDays"
14829+
"30M",
14830+
"24H",
14831+
"7D",
14832+
"30D"
1482714833
],
1482814834
"type": "string",
1482914835
"description": "The lookback window. Optional, should be specified only for attribution methods PostClick and LastClick.",
@@ -15012,10 +15018,10 @@
1501215018
"value": {
1501315019
"enum": [
1501415020
"unknown",
15015-
"sameSession",
15016-
"twentyFourHours",
15017-
"sevenDays",
15018-
"thirtyDays"
15021+
"30M",
15022+
"24H",
15023+
"7D",
15024+
"30D"
1501915025
],
1502015026
"type": "string",
1502115027
"nullable": true,
@@ -20776,17 +20782,31 @@
2077620782
"description": "Entity to create a product filter configuration"
2077720783
},
2077820784
"ProductSet": {
20785+
"required": [
20786+
"clientType",
20787+
"creationDate",
20788+
"datasetId",
20789+
"keepVariantProducts",
20790+
"minimumNumberOfProducts",
20791+
"name",
20792+
"numberOfProducts",
20793+
"rules",
20794+
"status"
20795+
],
2077920796
"type": "object",
2078020797
"properties": {
2078120798
"datasetId": {
2078220799
"type": "string",
20783-
"description": "The dataset to which the product set belong",
20784-
"nullable": true
20800+
"description": "The dataset to which the product set belong"
2078520801
},
2078620802
"name": {
2078720803
"type": "string",
20788-
"description": "The name of the product set",
20789-
"nullable": true
20804+
"description": "The name of the product set"
20805+
},
20806+
"minimumNumberOfProducts": {
20807+
"type": "integer",
20808+
"description": "Minimum amount of products that should match the product set to consider it valid.\r\nGreater or equal than one.",
20809+
"format": "int32"
2079020810
},
2079120811
"status": {
2079220812
"enum": [
@@ -20798,37 +20818,42 @@
2079820818
"Deleted"
2079920819
],
2080020820
"type": "string",
20801-
"description": "The status of the product set",
20802-
"nullable": true
20803-
},
20804-
"isEnabled": {
20805-
"type": "boolean",
20806-
"description": "True if the product set is active",
20807-
"nullable": true
20821+
"description": "The status of the product set"
2080820822
},
2080920823
"numberOfProducts": {
2081020824
"type": "integer",
20811-
"description": "The number of product matching the product set",
20825+
"description": "The number of product matching the product set.\r\nCan be null for newly created product set.",
2081220826
"format": "int32",
20813-
"nullable": true
20827+
"nullable": true,
20828+
"x-nullable": true
2081420829
},
2081520830
"creationDate": {
2081620831
"type": "string",
20817-
"description": "Optional: The creation date of the product set (UTC time in ISO8601 format). Example: \"02/25/2022 14:51:26\"\r\nCan be null if the value doesn't exist.",
20818-
"nullable": true
20832+
"description": "The creation date of the product set (UTC time in ISO8601 format). Example: \"02/25/2022 14:51:26\".\r\nCan be null if the value isn't available."
2081920833
},
2082020834
"rules": {
20821-
"uniqueItems": false,
2082220835
"type": "array",
2082320836
"items": {
2082420837
"$ref": "#/components/schemas/ProductSetRule"
2082520838
},
20826-
"description": "The rules identifying the product belonging to the set",
20827-
"nullable": true
20839+
"description": "The rules identifying the product belonging to the set"
20840+
},
20841+
"clientType": {
20842+
"enum": [
20843+
"Unknown",
20844+
"CGrowth",
20845+
"CMax"
20846+
],
20847+
"type": "string",
20848+
"description": "The client type of the product set"
20849+
},
20850+
"keepVariantProducts": {
20851+
"type": "boolean"
2082820852
},
2082920853
"id": {
2083020854
"type": "string",
20831-
"nullable": true
20855+
"nullable": true,
20856+
"x-nullable": true
2083220857
}
2083320858
},
2083420859
"description": "Encapsulate a group of product"

api-specifications/retailmedia_2024-01.json

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6389,7 +6389,8 @@
63896389
"currency": {
63906390
"type": "string",
63916391
"description": "An ISO4217 representation of the currency products are listed under in this catalog.",
6392-
"x-nullable": false
6392+
"nullable": true,
6393+
"x-nullable": true
63936394
},
63946395
"rowCount": {
63956396
"type": "integer",
@@ -9897,10 +9898,10 @@
98979898
},
98989899
"privateMarketBillingType": {
98999900
"enum": [
9900-
"NotApplicable",
9901-
"BillByRetailer",
9902-
"BillByCriteo",
9903-
"Unknown"
9901+
"notApplicable",
9902+
"billByRetailer",
9903+
"billByCriteo",
9904+
"unknown"
99049905
],
99059906
"type": "string",
99069907
"description": "Billing type for Private Market.",
@@ -10002,15 +10003,15 @@
1000210003
},
1000310004
"viewAttributionWindow": {
1000410005
"enum": [
10005-
"None",
10006-
"Unknown",
10007-
"OneDay",
10008-
"SevenDays",
10009-
"FourteenDays",
10010-
"ThirtyDays"
10006+
"none",
10007+
"unknown",
10008+
"1D",
10009+
"7D",
10010+
"14D",
10011+
"30D"
1001110012
],
1001210013
"type": "string",
10013-
"default": "None",
10014+
"default": "none",
1001410015
"x-nullable": false
1001510016
},
1001610017
"name": {
@@ -10799,15 +10800,15 @@
1079910800
},
1080010801
"viewAttributionWindow": {
1080110802
"enum": [
10802-
"None",
10803-
"Unknown",
10804-
"OneDay",
10805-
"SevenDays",
10806-
"FourteenDays",
10807-
"ThirtyDays"
10803+
"none",
10804+
"unknown",
10805+
"1D",
10806+
"7D",
10807+
"14D",
10808+
"30D"
1080810809
],
1080910810
"type": "string",
10810-
"default": "None",
10811+
"default": "none",
1081110812
"x-nullable": false
1081210813
},
1081310814
"name": {
@@ -11213,12 +11214,12 @@
1121311214
},
1121411215
"viewAttributionWindow": {
1121511216
"enum": [
11216-
"None",
11217-
"Unknown",
11218-
"OneDay",
11219-
"SevenDays",
11220-
"FourteenDays",
11221-
"ThirtyDays"
11217+
"none",
11218+
"unknown",
11219+
"1D",
11220+
"7D",
11221+
"14D",
11222+
"30D"
1122211223
],
1122311224
"type": "string",
1122411225
"x-nullable": false

api-specifications/retailmedia_2024-04.json

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6863,7 +6863,8 @@
68636863
"currency": {
68646864
"type": "string",
68656865
"description": "An ISO4217 representation of the currency products are listed under in this catalog.",
6866-
"x-nullable": false
6866+
"nullable": true,
6867+
"x-nullable": true
68676868
},
68686869
"rowCount": {
68696870
"type": "integer",
@@ -10491,10 +10492,10 @@
1049110492
},
1049210493
"privateMarketBillingType": {
1049310494
"enum": [
10494-
"NotApplicable",
10495-
"BillByRetailer",
10496-
"BillByCriteo",
10497-
"Unknown"
10495+
"notApplicable",
10496+
"billByRetailer",
10497+
"billByCriteo",
10498+
"unknown"
1049810499
],
1049910500
"type": "string",
1050010501
"description": "Billing type for Private Market.",
@@ -10596,15 +10597,15 @@
1059610597
},
1059710598
"viewAttributionWindow": {
1059810599
"enum": [
10599-
"None",
10600-
"Unknown",
10601-
"OneDay",
10602-
"SevenDays",
10603-
"FourteenDays",
10604-
"ThirtyDays"
10600+
"none",
10601+
"unknown",
10602+
"1D",
10603+
"7D",
10604+
"14D",
10605+
"30D"
1060510606
],
1060610607
"type": "string",
10607-
"default": "None",
10608+
"default": "none",
1060810609
"x-nullable": false
1060910610
},
1061010611
"name": {
@@ -11393,15 +11394,15 @@
1139311394
},
1139411395
"viewAttributionWindow": {
1139511396
"enum": [
11396-
"None",
11397-
"Unknown",
11398-
"OneDay",
11399-
"SevenDays",
11400-
"FourteenDays",
11401-
"ThirtyDays"
11397+
"none",
11398+
"unknown",
11399+
"1D",
11400+
"7D",
11401+
"14D",
11402+
"30D"
1140211403
],
1140311404
"type": "string",
11404-
"default": "None",
11405+
"default": "none",
1140511406
"x-nullable": false
1140611407
},
1140711408
"name": {
@@ -11807,12 +11808,12 @@
1180711808
},
1180811809
"viewAttributionWindow": {
1180911810
"enum": [
11810-
"None",
11811-
"Unknown",
11812-
"OneDay",
11813-
"SevenDays",
11814-
"FourteenDays",
11815-
"ThirtyDays"
11811+
"none",
11812+
"unknown",
11813+
"1D",
11814+
"7D",
11815+
"14D",
11816+
"30D"
1181611817
],
1181711818
"type": "string",
1181811819
"x-nullable": false

0 commit comments

Comments
 (0)