@planoly/planogram-config 1.0.0 → 1.0.2

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0",
2
+ "version": "1.0.2",
3
3
  "platforms": [
4
4
  {
5
5
  "name": "tiktok",
@@ -1899,7 +1899,7 @@
1899
1899
  },
1900
1900
  {
1901
1901
  "type": "allowedMediaTypes",
1902
- "userErrorMessage": "Media ineligible for posting. Image Pin must be uploaded in .jpg, .png, .mov, or .mp4 format. Adjust your file type and re-upload to meet Instagram guidelines.",
1902
+ "userErrorMessage": "Media ineligible for posting. Pin must be uploaded in .jpg, .png, .tiff, .webp, .mov, or .mp4 format. Adjust your file type and re-upload to meet Pinterest guidelines.",
1903
1903
  "errorHelpLink": "https://help.planoly.com/knowledge"
1904
1904
  },
1905
1905
  {
@@ -1985,263 +1985,6 @@
1985
1985
  }
1986
1986
  }
1987
1987
  ]
1988
- },
1989
- {
1990
- "name": "Video Pin",
1991
- "allowAutoPost": true,
1992
- "allowFirstComment": false,
1993
- "allowedMediaTypes": [
1994
- "video/mp4",
1995
- "video/mp4v",
1996
- "video/quicktime"
1997
- ],
1998
- "allowMultipleAssets": false,
1999
- "allowedMultipleAssetMediaTypes": [
2000
- "video/mp4",
2001
- "video/mp4v",
2002
- "video/quicktime"
2003
- ],
2004
- "hasCaptions": true,
2005
- "hasTitle": true,
2006
- "allowNotifySubscribers": false,
2007
- "allowVisibility": false,
2008
- "visibilityOptions": [],
2009
- "coverPhotoSource": [
2010
- "image"
2011
- ],
2012
- "allowHashtags": true,
2013
- "allowSoundUrl": false,
2014
- "allowSnipfeed": false,
2015
- "allowSoundUrlForAutopost": false,
2016
- "allowAddLink": true,
2017
- "allowBoards": true,
2018
- "allowUserTagging": false,
2019
- "allowProductTagging": false,
2020
- "allowLocationTagging": false,
2021
- "allowTagInLinkit": false,
2022
- "allowASINTagging": false,
2023
- "allowShareToFeed": false,
2024
- "allowOptions": true,
2025
- "allowCanva": false,
2026
- "allowCollaboratorTagging": false,
2027
- "canvaDesignType": "PinterestVideoPin",
2028
- "allowImageCompression": false,
2029
- "allowCoverPhoto": false,
2030
- "allowedCoverPhotoTypes": [],
2031
- "allowCoverPhotoCanva": false,
2032
- "allowCoverPhotoImageCompression": false,
2033
- "validations": [
2034
- {
2035
- "type": "futureDate",
2036
- "userErrorMessage": "Media ineligible for posting. Please choose a date and time at least 5 minutes in the future.",
2037
- "errorHelpLink": "https://help.planoly.com/knowledge",
2038
- "parameters": {
2039
- "value": 5
2040
- }
2041
- },
2042
- {
2043
- "type": "manualPostCaptionLength",
2044
- "userErrorMessage": "Caption ineligible for posting. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
2045
- "errorHelpLink": "https://help.planoly.com/knowledge",
2046
- "parameters": {
2047
- "min": 0,
2048
- "max": 500
2049
- }
2050
- },
2051
- {
2052
- "type": "autoPostCaptionLength",
2053
- "userErrorMessage": "Caption ineligible for auto-post. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
2054
- "errorHelpLink": "https://help.planoly.com/knowledge",
2055
- "parameters": {
2056
- "min": 0,
2057
- "max": 500
2058
- }
2059
- },
2060
- {
2061
- "type": "titleLength",
2062
- "userErrorMessage": "Title ineligible for auto-post. Your title must be between 0 and 100 characters. Adjust title length to meet Pinterest guidelines.",
2063
- "errorHelpLink": "https://help.planoly.com/knowledge",
2064
- "parameters": {
2065
- "min": 0,
2066
- "max": 100
2067
- }
2068
- },
2069
- {
2070
- "type": "numberOfAssets",
2071
- "userErrorMessage": "Media ineligible for auto-post. Upload 1 image or video file to meet Pinterest guidelines.",
2072
- "errorHelpLink": "https://help.planoly.com/knowledge",
2073
- "parameters": {
2074
- "min": 1,
2075
- "max": 1
2076
- }
2077
- },
2078
- {
2079
- "type": "autoPostVideoLength",
2080
- "userErrorMessage": "Media ineligible for auto-post. Your video duration must be between 4 seconds and 5 minutes. Adjust length & re-upload a new duration to meet Pinterest guidelines.",
2081
- "errorHelpLink": "https://help.planoly.com/knowledge",
2082
- "parameters": {
2083
- "min": 3,
2084
- "max": 300
2085
- }
2086
- },
2087
- {
2088
- "type": "autoPostVideoSize",
2089
- "userErrorMessage": "Media ineligible for auto-post. Your video size must be less than 300MB. Adjust size & re-upload to meet Pinterest guidelines.",
2090
- "errorHelpLink": "https://help.planoly.com/knowledge",
2091
- "parameters": {
2092
- "value": 300
2093
- }
2094
- },
2095
- {
2096
- "type": "autoPostVideoSize",
2097
- "userErrorMessage": "Media ineligible for auto-post. Your video size must be less than 300MB. Adjust size & re-upload to meet Pinterest guidelines.",
2098
- "errorHelpLink": "https://help.planoly.com/knowledge",
2099
- "parameters": {
2100
- "value": 300
2101
- }
2102
- },
2103
- {
2104
- "type": "allowedMediaTypes",
2105
- "userErrorMessage": "Media ineligible for posting. Video Pin must be uploaded in .mov, or .mp4 format. Adjust your file type and re-upload to meet Pinterest guidelines.",
2106
- "errorHelpLink": "https://help.planoly.com/knowledge"
2107
- },
2108
- {
2109
- "type": "aspectRatio",
2110
- "userErrorMessage": "Media ineligible for posting. Media must be in the correct aspect ratio (1:2, 2:3, 3:4, 4:5, 9:16 or 1:1). Adjust your file type and re-upload to meet Pinterest guidelines.",
2111
- "errorHelpLink": "https://help.planoly.com/knowledge",
2112
- "parameters": [
2113
- "1:1",
2114
- "1:2",
2115
- "2:3",
2116
- "3:4",
2117
- "4:5",
2118
- "9:16"
2119
- ]
2120
- },
2121
- {
2122
- "type": "hashtagLimit",
2123
- "userErrorMessage": "Hashtag limit exceeded. Please remove additional hashtags to continue.",
2124
- "parameters": {
2125
- "min": 0,
2126
- "max": 30
2127
- }
2128
- }
2129
- ]
2130
- },
2131
- {
2132
- "name": "Image Pin",
2133
- "allowAutoPost": true,
2134
- "allowFirstComment": false,
2135
- "allowedMediaTypes": [
2136
- "image/jpeg",
2137
- "image/png",
2138
- "image/tiff",
2139
- "image/webp"
2140
- ],
2141
- "allowMultipleAssets": false,
2142
- "allowedMultipleAssetMediaTypes": [],
2143
- "hasCaptions": true,
2144
- "hasTitle": true,
2145
- "allowNotifySubscribers": false,
2146
- "allowVisibility": false,
2147
- "visibilityOptions": [],
2148
- "coverPhotoSource": [],
2149
- "allowHashtags": true,
2150
- "allowSoundUrl": false,
2151
- "allowSnipfeed": false,
2152
- "allowSoundUrlForAutopost": false,
2153
- "allowAddLink": true,
2154
- "allowBoards": true,
2155
- "allowUserTagging": false,
2156
- "allowProductTagging": false,
2157
- "allowLocationTagging": false,
2158
- "allowTagInLinkit": false,
2159
- "allowASINTagging": false,
2160
- "allowShareToFeed": false,
2161
- "allowOptions": true,
2162
- "allowCanva": true,
2163
- "allowCollaboratorTagging": false,
2164
- "canvaDesignType": "PinterestImagePin",
2165
- "allowImageCompression": false,
2166
- "allowCoverPhoto": false,
2167
- "allowedCoverPhotoTypes": [],
2168
- "allowCoverPhotoCanva": false,
2169
- "allowCoverPhotoImageCompression": false,
2170
- "validations": [
2171
- {
2172
- "type": "futureDate",
2173
- "userErrorMessage": "Media ineligible for posting. Please choose a date and time at least 5 minutes in the future.",
2174
- "errorHelpLink": "https://help.planoly.com/knowledge",
2175
- "parameters": {
2176
- "value": 5
2177
- }
2178
- },
2179
- {
2180
- "type": "manualPostCaptionLength",
2181
- "userErrorMessage": "Caption ineligible for posting. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
2182
- "errorHelpLink": "https://help.planoly.com/knowledge",
2183
- "parameters": {
2184
- "min": 0,
2185
- "max": 500
2186
- }
2187
- },
2188
- {
2189
- "type": "autoPostCaptionLength",
2190
- "userErrorMessage": "Caption ineligible for auto-post. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
2191
- "errorHelpLink": "https://help.planoly.com/knowledge",
2192
- "parameters": {
2193
- "min": 0,
2194
- "max": 500
2195
- }
2196
- },
2197
- {
2198
- "type": "titleLength",
2199
- "userErrorMessage": "Title ineligible for auto-post. Your title must be between 0 and 100 characters. Adjust title length to meet Pinterest guidelines.",
2200
- "errorHelpLink": "https://help.planoly.com/knowledge",
2201
- "parameters": {
2202
- "min": 0,
2203
- "max": 100
2204
- }
2205
- },
2206
- {
2207
- "type": "numberOfAssets",
2208
- "userErrorMessage": "Media ineligible for auto-post. Upload 1 image or video file to meet Pinterest guidelines.",
2209
- "errorHelpLink": "https://help.planoly.com/knowledge",
2210
- "parameters": {
2211
- "min": 1,
2212
- "max": 1
2213
- }
2214
- },
2215
- {
2216
- "type": "autoPostImageSize",
2217
- "userErrorMessage": "Media ineligible for auto-post. Your video size must be less than 20MB. Adjust size & re-upload to meet Pinterest guidelines.",
2218
- "errorHelpLink": "https://help.planoly.com/knowledge",
2219
- "parameters": {
2220
- "value": 20
2221
- }
2222
- },
2223
- {
2224
- "type": "autoPostImageSize",
2225
- "userErrorMessage": "Media ineligible for auto-post. Your video size must be less than 300MB. Adjust size & re-upload to meet Pinterest guidelines.",
2226
- "errorHelpLink": "https://help.planoly.com/knowledge",
2227
- "parameters": {
2228
- "value": 300
2229
- }
2230
- },
2231
- {
2232
- "type": "allowedMediaTypes",
2233
- "userErrorMessage": "Media ineligible for posting. Image Pin must be uploaded in .jpg, or .png format. Adjust your file type and re-upload to meet Instagram guidelines.",
2234
- "errorHelpLink": "https://help.planoly.com/knowledge"
2235
- },
2236
- {
2237
- "type": "hashtagLimit",
2238
- "userErrorMessage": "Hashtag limit exceeded. Please remove additional hashtags to continue.",
2239
- "parameters": {
2240
- "min": 0,
2241
- "max": 30
2242
- }
2243
- }
2244
- ]
2245
1988
  }
2246
1989
  ]
2247
1990
  },