addedInput schema / properties / action
Added value: +{
+ "enum": [
+ "update_description",
+ "update_artist_settings",
+ "publish",
+ "unpublish"
+ ],
+ "type": "string"
+}
addedInput schema / properties / artistId
Added value: +{
+ "format": "uuid",
+ "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$",
+ "type": "string"
+}
addedInput schema / properties / expectedPublishState
Added value: +{
+ "enum": [
+ "published",
+ "unpublished"
+ ],
+ "type": "string"
+}
addedInput schema / properties / googleAdsConversionId
Added value: +{
+ "anyOf": [
+ {
+ "maxLength": 32,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedInput schema / properties / metaPixelId
Added value: +{
+ "anyOf": [
+ {
+ "maxLength": 32,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedInput schema / properties / theme
Added value: +{
+ "enum": [
+ "classic",
+ "brutalist",
+ "aurora",
+ "cinematic"
+ ],
+ "type": "string"
+}
addedInput schema / properties / tiktokPixelId
Added value: +{
+ "anyOf": [
+ {
+ "maxLength": 32,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
changedInput schema / required
Previous value: -[
- "customDescription",
- "playLinkId"
-]New value: +[
+ "action"
+]