Skip to content

Commit a396366

Browse files
chore(content): update the api
1 parent f059b25 commit a396366

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

googleapiclient/discovery_cache/documents/content.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3298,7 +3298,7 @@
32983298
}
32993299
}
33003300
},
3301-
"revision": "20210408",
3301+
"revision": "20210414",
33023302
"rootUrl": "https://shoppingcontent.googleapis.com/",
33033303
"schemas": {
33043304
"Account": {

googleapiclient/discovery_cache/documents/content.v21.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5403,7 +5403,7 @@
54035403
}
54045404
}
54055405
},
5406-
"revision": "20210408",
5406+
"revision": "20210414",
54075407
"rootUrl": "https://shoppingcontent.googleapis.com/",
54085408
"schemas": {
54095409
"Account": {
@@ -7599,7 +7599,9 @@
75997599
"TRIUMPHED_OVER_BY_SAME_TYPE_RULE",
76007600
"TRIUMPHED_OVER_BY_OTHER_RULE_ON_OFFER",
76017601
"RESTRICTIONS_NOT_MET",
7602-
"UNCATEGORIZED"
7602+
"UNCATEGORIZED",
7603+
"INVALID_AUTO_PRICE_MIN",
7604+
"INVALID_FLOOR_CONFIG"
76037605
],
76047606
"enumDescriptions": [
76057607
"Default value. Should not be used.",
@@ -7608,7 +7610,9 @@
76087610
"Another rule of the same type takes precedence over this one.",
76097611
"Another rule of a different type takes precedence over this one.",
76107612
"The rule restrictions are not met. For example, this may be the case if the calculated rule price is lower than floor price in the restriction.",
7611-
"The reason is not categorized to any known reason."
7613+
"The reason is not categorized to any known reason.",
7614+
"The auto_pricing_min_price is invalid. For example, it is missing or < 0.",
7615+
"The floor defined in the rule is invalid. For example, it has the wrong sign which results in a floor < 0."
76127616
],
76137617
"type": "string"
76147618
}

0 commit comments

Comments
 (0)