@planoly/planogram-config 1.0.1 → 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.
- package/dist/index.cjs +2 -259
- package/dist/index.d.cts +4 -340
- package/dist/index.d.ts +4 -340
- package/dist/index.js +2 -259
- package/package.json +1 -1
- package/postExperienceConfig.json +2 -259
package/dist/index.cjs
CHANGED
|
@@ -27,7 +27,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
27
27
|
|
|
28
28
|
// postExperienceConfig.json
|
|
29
29
|
var postExperienceConfig_default = {
|
|
30
|
-
version: "1.0.
|
|
30
|
+
version: "1.0.2",
|
|
31
31
|
platforms: [
|
|
32
32
|
{
|
|
33
33
|
name: "tiktok",
|
|
@@ -1927,7 +1927,7 @@ var postExperienceConfig_default = {
|
|
|
1927
1927
|
},
|
|
1928
1928
|
{
|
|
1929
1929
|
type: "allowedMediaTypes",
|
|
1930
|
-
userErrorMessage: "Media ineligible for posting.
|
|
1930
|
+
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.",
|
|
1931
1931
|
errorHelpLink: "https://help.planoly.com/knowledge"
|
|
1932
1932
|
},
|
|
1933
1933
|
{
|
|
@@ -2013,263 +2013,6 @@ var postExperienceConfig_default = {
|
|
|
2013
2013
|
}
|
|
2014
2014
|
}
|
|
2015
2015
|
]
|
|
2016
|
-
},
|
|
2017
|
-
{
|
|
2018
|
-
name: "Video Pin",
|
|
2019
|
-
allowAutoPost: true,
|
|
2020
|
-
allowFirstComment: false,
|
|
2021
|
-
allowedMediaTypes: [
|
|
2022
|
-
"video/mp4",
|
|
2023
|
-
"video/mp4v",
|
|
2024
|
-
"video/quicktime"
|
|
2025
|
-
],
|
|
2026
|
-
allowMultipleAssets: false,
|
|
2027
|
-
allowedMultipleAssetMediaTypes: [
|
|
2028
|
-
"video/mp4",
|
|
2029
|
-
"video/mp4v",
|
|
2030
|
-
"video/quicktime"
|
|
2031
|
-
],
|
|
2032
|
-
hasCaptions: true,
|
|
2033
|
-
hasTitle: true,
|
|
2034
|
-
allowNotifySubscribers: false,
|
|
2035
|
-
allowVisibility: false,
|
|
2036
|
-
visibilityOptions: [],
|
|
2037
|
-
coverPhotoSource: [
|
|
2038
|
-
"image"
|
|
2039
|
-
],
|
|
2040
|
-
allowHashtags: true,
|
|
2041
|
-
allowSoundUrl: false,
|
|
2042
|
-
allowSnipfeed: false,
|
|
2043
|
-
allowSoundUrlForAutopost: false,
|
|
2044
|
-
allowAddLink: true,
|
|
2045
|
-
allowBoards: true,
|
|
2046
|
-
allowUserTagging: false,
|
|
2047
|
-
allowProductTagging: false,
|
|
2048
|
-
allowLocationTagging: false,
|
|
2049
|
-
allowTagInLinkit: false,
|
|
2050
|
-
allowASINTagging: false,
|
|
2051
|
-
allowShareToFeed: false,
|
|
2052
|
-
allowOptions: true,
|
|
2053
|
-
allowCanva: false,
|
|
2054
|
-
allowCollaboratorTagging: false,
|
|
2055
|
-
canvaDesignType: "PinterestVideoPin",
|
|
2056
|
-
allowImageCompression: false,
|
|
2057
|
-
allowCoverPhoto: false,
|
|
2058
|
-
allowedCoverPhotoTypes: [],
|
|
2059
|
-
allowCoverPhotoCanva: false,
|
|
2060
|
-
allowCoverPhotoImageCompression: false,
|
|
2061
|
-
validations: [
|
|
2062
|
-
{
|
|
2063
|
-
type: "futureDate",
|
|
2064
|
-
userErrorMessage: "Media ineligible for posting. Please choose a date and time at least 5 minutes in the future.",
|
|
2065
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2066
|
-
parameters: {
|
|
2067
|
-
value: 5
|
|
2068
|
-
}
|
|
2069
|
-
},
|
|
2070
|
-
{
|
|
2071
|
-
type: "manualPostCaptionLength",
|
|
2072
|
-
userErrorMessage: "Caption ineligible for posting. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
|
|
2073
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2074
|
-
parameters: {
|
|
2075
|
-
min: 0,
|
|
2076
|
-
max: 500
|
|
2077
|
-
}
|
|
2078
|
-
},
|
|
2079
|
-
{
|
|
2080
|
-
type: "autoPostCaptionLength",
|
|
2081
|
-
userErrorMessage: "Caption ineligible for auto-post. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
|
|
2082
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2083
|
-
parameters: {
|
|
2084
|
-
min: 0,
|
|
2085
|
-
max: 500
|
|
2086
|
-
}
|
|
2087
|
-
},
|
|
2088
|
-
{
|
|
2089
|
-
type: "titleLength",
|
|
2090
|
-
userErrorMessage: "Title ineligible for auto-post. Your title must be between 0 and 100 characters. Adjust title length to meet Pinterest guidelines.",
|
|
2091
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2092
|
-
parameters: {
|
|
2093
|
-
min: 0,
|
|
2094
|
-
max: 100
|
|
2095
|
-
}
|
|
2096
|
-
},
|
|
2097
|
-
{
|
|
2098
|
-
type: "numberOfAssets",
|
|
2099
|
-
userErrorMessage: "Media ineligible for auto-post. Upload 1 image or video file to meet Pinterest guidelines.",
|
|
2100
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2101
|
-
parameters: {
|
|
2102
|
-
min: 1,
|
|
2103
|
-
max: 1
|
|
2104
|
-
}
|
|
2105
|
-
},
|
|
2106
|
-
{
|
|
2107
|
-
type: "autoPostVideoLength",
|
|
2108
|
-
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.",
|
|
2109
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2110
|
-
parameters: {
|
|
2111
|
-
min: 3,
|
|
2112
|
-
max: 300
|
|
2113
|
-
}
|
|
2114
|
-
},
|
|
2115
|
-
{
|
|
2116
|
-
type: "autoPostVideoSize",
|
|
2117
|
-
userErrorMessage: "Media ineligible for auto-post. Your video size must be less than 300MB. Adjust size & re-upload to meet Pinterest guidelines.",
|
|
2118
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2119
|
-
parameters: {
|
|
2120
|
-
value: 300
|
|
2121
|
-
}
|
|
2122
|
-
},
|
|
2123
|
-
{
|
|
2124
|
-
type: "autoPostVideoSize",
|
|
2125
|
-
userErrorMessage: "Media ineligible for auto-post. Your video size must be less than 300MB. Adjust size & re-upload to meet Pinterest guidelines.",
|
|
2126
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2127
|
-
parameters: {
|
|
2128
|
-
value: 300
|
|
2129
|
-
}
|
|
2130
|
-
},
|
|
2131
|
-
{
|
|
2132
|
-
type: "allowedMediaTypes",
|
|
2133
|
-
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.",
|
|
2134
|
-
errorHelpLink: "https://help.planoly.com/knowledge"
|
|
2135
|
-
},
|
|
2136
|
-
{
|
|
2137
|
-
type: "aspectRatio",
|
|
2138
|
-
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.",
|
|
2139
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2140
|
-
parameters: [
|
|
2141
|
-
"1:1",
|
|
2142
|
-
"1:2",
|
|
2143
|
-
"2:3",
|
|
2144
|
-
"3:4",
|
|
2145
|
-
"4:5",
|
|
2146
|
-
"9:16"
|
|
2147
|
-
]
|
|
2148
|
-
},
|
|
2149
|
-
{
|
|
2150
|
-
type: "hashtagLimit",
|
|
2151
|
-
userErrorMessage: "Hashtag limit exceeded. Please remove additional hashtags to continue.",
|
|
2152
|
-
parameters: {
|
|
2153
|
-
min: 0,
|
|
2154
|
-
max: 30
|
|
2155
|
-
}
|
|
2156
|
-
}
|
|
2157
|
-
]
|
|
2158
|
-
},
|
|
2159
|
-
{
|
|
2160
|
-
name: "Image Pin",
|
|
2161
|
-
allowAutoPost: true,
|
|
2162
|
-
allowFirstComment: false,
|
|
2163
|
-
allowedMediaTypes: [
|
|
2164
|
-
"image/jpeg",
|
|
2165
|
-
"image/png",
|
|
2166
|
-
"image/tiff",
|
|
2167
|
-
"image/webp"
|
|
2168
|
-
],
|
|
2169
|
-
allowMultipleAssets: false,
|
|
2170
|
-
allowedMultipleAssetMediaTypes: [],
|
|
2171
|
-
hasCaptions: true,
|
|
2172
|
-
hasTitle: true,
|
|
2173
|
-
allowNotifySubscribers: false,
|
|
2174
|
-
allowVisibility: false,
|
|
2175
|
-
visibilityOptions: [],
|
|
2176
|
-
coverPhotoSource: [],
|
|
2177
|
-
allowHashtags: true,
|
|
2178
|
-
allowSoundUrl: false,
|
|
2179
|
-
allowSnipfeed: false,
|
|
2180
|
-
allowSoundUrlForAutopost: false,
|
|
2181
|
-
allowAddLink: true,
|
|
2182
|
-
allowBoards: true,
|
|
2183
|
-
allowUserTagging: false,
|
|
2184
|
-
allowProductTagging: false,
|
|
2185
|
-
allowLocationTagging: false,
|
|
2186
|
-
allowTagInLinkit: false,
|
|
2187
|
-
allowASINTagging: false,
|
|
2188
|
-
allowShareToFeed: false,
|
|
2189
|
-
allowOptions: true,
|
|
2190
|
-
allowCanva: true,
|
|
2191
|
-
allowCollaboratorTagging: false,
|
|
2192
|
-
canvaDesignType: "PinterestImagePin",
|
|
2193
|
-
allowImageCompression: false,
|
|
2194
|
-
allowCoverPhoto: false,
|
|
2195
|
-
allowedCoverPhotoTypes: [],
|
|
2196
|
-
allowCoverPhotoCanva: false,
|
|
2197
|
-
allowCoverPhotoImageCompression: false,
|
|
2198
|
-
validations: [
|
|
2199
|
-
{
|
|
2200
|
-
type: "futureDate",
|
|
2201
|
-
userErrorMessage: "Media ineligible for posting. Please choose a date and time at least 5 minutes in the future.",
|
|
2202
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2203
|
-
parameters: {
|
|
2204
|
-
value: 5
|
|
2205
|
-
}
|
|
2206
|
-
},
|
|
2207
|
-
{
|
|
2208
|
-
type: "manualPostCaptionLength",
|
|
2209
|
-
userErrorMessage: "Caption ineligible for posting. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
|
|
2210
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2211
|
-
parameters: {
|
|
2212
|
-
min: 0,
|
|
2213
|
-
max: 500
|
|
2214
|
-
}
|
|
2215
|
-
},
|
|
2216
|
-
{
|
|
2217
|
-
type: "autoPostCaptionLength",
|
|
2218
|
-
userErrorMessage: "Caption ineligible for auto-post. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
|
|
2219
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2220
|
-
parameters: {
|
|
2221
|
-
min: 0,
|
|
2222
|
-
max: 500
|
|
2223
|
-
}
|
|
2224
|
-
},
|
|
2225
|
-
{
|
|
2226
|
-
type: "titleLength",
|
|
2227
|
-
userErrorMessage: "Title ineligible for auto-post. Your title must be between 0 and 100 characters. Adjust title length to meet Pinterest guidelines.",
|
|
2228
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2229
|
-
parameters: {
|
|
2230
|
-
min: 0,
|
|
2231
|
-
max: 100
|
|
2232
|
-
}
|
|
2233
|
-
},
|
|
2234
|
-
{
|
|
2235
|
-
type: "numberOfAssets",
|
|
2236
|
-
userErrorMessage: "Media ineligible for auto-post. Upload 1 image or video file to meet Pinterest guidelines.",
|
|
2237
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2238
|
-
parameters: {
|
|
2239
|
-
min: 1,
|
|
2240
|
-
max: 1
|
|
2241
|
-
}
|
|
2242
|
-
},
|
|
2243
|
-
{
|
|
2244
|
-
type: "autoPostImageSize",
|
|
2245
|
-
userErrorMessage: "Media ineligible for auto-post. Your video size must be less than 20MB. Adjust size & re-upload to meet Pinterest guidelines.",
|
|
2246
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2247
|
-
parameters: {
|
|
2248
|
-
value: 20
|
|
2249
|
-
}
|
|
2250
|
-
},
|
|
2251
|
-
{
|
|
2252
|
-
type: "autoPostImageSize",
|
|
2253
|
-
userErrorMessage: "Media ineligible for auto-post. Your video size must be less than 300MB. Adjust size & re-upload to meet Pinterest guidelines.",
|
|
2254
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2255
|
-
parameters: {
|
|
2256
|
-
value: 300
|
|
2257
|
-
}
|
|
2258
|
-
},
|
|
2259
|
-
{
|
|
2260
|
-
type: "allowedMediaTypes",
|
|
2261
|
-
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.",
|
|
2262
|
-
errorHelpLink: "https://help.planoly.com/knowledge"
|
|
2263
|
-
},
|
|
2264
|
-
{
|
|
2265
|
-
type: "hashtagLimit",
|
|
2266
|
-
userErrorMessage: "Hashtag limit exceeded. Please remove additional hashtags to continue.",
|
|
2267
|
-
parameters: {
|
|
2268
|
-
min: 0,
|
|
2269
|
-
max: 30
|
|
2270
|
-
}
|
|
2271
|
-
}
|
|
2272
|
-
]
|
|
2273
2016
|
}
|
|
2274
2017
|
]
|
|
2275
2018
|
},
|
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var version = "1.0.
|
|
1
|
+
var version = "1.0.2";
|
|
2
2
|
var platforms = [
|
|
3
3
|
{
|
|
4
4
|
name: "tiktok",
|
|
@@ -1930,7 +1930,7 @@ var platforms = [
|
|
|
1930
1930
|
},
|
|
1931
1931
|
{
|
|
1932
1932
|
type: "allowedMediaTypes",
|
|
1933
|
-
userErrorMessage: "Media ineligible for posting.
|
|
1933
|
+
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.",
|
|
1934
1934
|
errorHelpLink: "https://help.planoly.com/knowledge"
|
|
1935
1935
|
},
|
|
1936
1936
|
{
|
|
@@ -2016,269 +2016,6 @@ var platforms = [
|
|
|
2016
2016
|
}
|
|
2017
2017
|
}
|
|
2018
2018
|
]
|
|
2019
|
-
},
|
|
2020
|
-
{
|
|
2021
|
-
name: "Video Pin",
|
|
2022
|
-
allowAutoPost: true,
|
|
2023
|
-
allowFirstComment: false,
|
|
2024
|
-
allowedMediaTypes: [
|
|
2025
|
-
"video/mp4",
|
|
2026
|
-
"video/mp4v",
|
|
2027
|
-
"video/quicktime"
|
|
2028
|
-
],
|
|
2029
|
-
allowMultipleAssets: false,
|
|
2030
|
-
allowedMultipleAssetMediaTypes: [
|
|
2031
|
-
"video/mp4",
|
|
2032
|
-
"video/mp4v",
|
|
2033
|
-
"video/quicktime"
|
|
2034
|
-
],
|
|
2035
|
-
hasCaptions: true,
|
|
2036
|
-
hasTitle: true,
|
|
2037
|
-
allowNotifySubscribers: false,
|
|
2038
|
-
allowVisibility: false,
|
|
2039
|
-
visibilityOptions: [
|
|
2040
|
-
],
|
|
2041
|
-
coverPhotoSource: [
|
|
2042
|
-
"image"
|
|
2043
|
-
],
|
|
2044
|
-
allowHashtags: true,
|
|
2045
|
-
allowSoundUrl: false,
|
|
2046
|
-
allowSnipfeed: false,
|
|
2047
|
-
allowSoundUrlForAutopost: false,
|
|
2048
|
-
allowAddLink: true,
|
|
2049
|
-
allowBoards: true,
|
|
2050
|
-
allowUserTagging: false,
|
|
2051
|
-
allowProductTagging: false,
|
|
2052
|
-
allowLocationTagging: false,
|
|
2053
|
-
allowTagInLinkit: false,
|
|
2054
|
-
allowASINTagging: false,
|
|
2055
|
-
allowShareToFeed: false,
|
|
2056
|
-
allowOptions: true,
|
|
2057
|
-
allowCanva: false,
|
|
2058
|
-
allowCollaboratorTagging: false,
|
|
2059
|
-
canvaDesignType: "PinterestVideoPin",
|
|
2060
|
-
allowImageCompression: false,
|
|
2061
|
-
allowCoverPhoto: false,
|
|
2062
|
-
allowedCoverPhotoTypes: [
|
|
2063
|
-
],
|
|
2064
|
-
allowCoverPhotoCanva: false,
|
|
2065
|
-
allowCoverPhotoImageCompression: false,
|
|
2066
|
-
validations: [
|
|
2067
|
-
{
|
|
2068
|
-
type: "futureDate",
|
|
2069
|
-
userErrorMessage: "Media ineligible for posting. Please choose a date and time at least 5 minutes in the future.",
|
|
2070
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2071
|
-
parameters: {
|
|
2072
|
-
value: 5
|
|
2073
|
-
}
|
|
2074
|
-
},
|
|
2075
|
-
{
|
|
2076
|
-
type: "manualPostCaptionLength",
|
|
2077
|
-
userErrorMessage: "Caption ineligible for posting. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
|
|
2078
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2079
|
-
parameters: {
|
|
2080
|
-
min: 0,
|
|
2081
|
-
max: 500
|
|
2082
|
-
}
|
|
2083
|
-
},
|
|
2084
|
-
{
|
|
2085
|
-
type: "autoPostCaptionLength",
|
|
2086
|
-
userErrorMessage: "Caption ineligible for auto-post. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
|
|
2087
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2088
|
-
parameters: {
|
|
2089
|
-
min: 0,
|
|
2090
|
-
max: 500
|
|
2091
|
-
}
|
|
2092
|
-
},
|
|
2093
|
-
{
|
|
2094
|
-
type: "titleLength",
|
|
2095
|
-
userErrorMessage: "Title ineligible for auto-post. Your title must be between 0 and 100 characters. Adjust title length to meet Pinterest guidelines.",
|
|
2096
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2097
|
-
parameters: {
|
|
2098
|
-
min: 0,
|
|
2099
|
-
max: 100
|
|
2100
|
-
}
|
|
2101
|
-
},
|
|
2102
|
-
{
|
|
2103
|
-
type: "numberOfAssets",
|
|
2104
|
-
userErrorMessage: "Media ineligible for auto-post. Upload 1 image or video file to meet Pinterest guidelines.",
|
|
2105
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2106
|
-
parameters: {
|
|
2107
|
-
min: 1,
|
|
2108
|
-
max: 1
|
|
2109
|
-
}
|
|
2110
|
-
},
|
|
2111
|
-
{
|
|
2112
|
-
type: "autoPostVideoLength",
|
|
2113
|
-
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.",
|
|
2114
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2115
|
-
parameters: {
|
|
2116
|
-
min: 3,
|
|
2117
|
-
max: 300
|
|
2118
|
-
}
|
|
2119
|
-
},
|
|
2120
|
-
{
|
|
2121
|
-
type: "autoPostVideoSize",
|
|
2122
|
-
userErrorMessage: "Media ineligible for auto-post. Your video size must be less than 300MB. Adjust size & re-upload to meet Pinterest guidelines.",
|
|
2123
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2124
|
-
parameters: {
|
|
2125
|
-
value: 300
|
|
2126
|
-
}
|
|
2127
|
-
},
|
|
2128
|
-
{
|
|
2129
|
-
type: "autoPostVideoSize",
|
|
2130
|
-
userErrorMessage: "Media ineligible for auto-post. Your video size must be less than 300MB. Adjust size & re-upload to meet Pinterest guidelines.",
|
|
2131
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2132
|
-
parameters: {
|
|
2133
|
-
value: 300
|
|
2134
|
-
}
|
|
2135
|
-
},
|
|
2136
|
-
{
|
|
2137
|
-
type: "allowedMediaTypes",
|
|
2138
|
-
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.",
|
|
2139
|
-
errorHelpLink: "https://help.planoly.com/knowledge"
|
|
2140
|
-
},
|
|
2141
|
-
{
|
|
2142
|
-
type: "aspectRatio",
|
|
2143
|
-
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.",
|
|
2144
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2145
|
-
parameters: [
|
|
2146
|
-
"1:1",
|
|
2147
|
-
"1:2",
|
|
2148
|
-
"2:3",
|
|
2149
|
-
"3:4",
|
|
2150
|
-
"4:5",
|
|
2151
|
-
"9:16"
|
|
2152
|
-
]
|
|
2153
|
-
},
|
|
2154
|
-
{
|
|
2155
|
-
type: "hashtagLimit",
|
|
2156
|
-
userErrorMessage: "Hashtag limit exceeded. Please remove additional hashtags to continue.",
|
|
2157
|
-
parameters: {
|
|
2158
|
-
min: 0,
|
|
2159
|
-
max: 30
|
|
2160
|
-
}
|
|
2161
|
-
}
|
|
2162
|
-
]
|
|
2163
|
-
},
|
|
2164
|
-
{
|
|
2165
|
-
name: "Image Pin",
|
|
2166
|
-
allowAutoPost: true,
|
|
2167
|
-
allowFirstComment: false,
|
|
2168
|
-
allowedMediaTypes: [
|
|
2169
|
-
"image/jpeg",
|
|
2170
|
-
"image/png",
|
|
2171
|
-
"image/tiff",
|
|
2172
|
-
"image/webp"
|
|
2173
|
-
],
|
|
2174
|
-
allowMultipleAssets: false,
|
|
2175
|
-
allowedMultipleAssetMediaTypes: [
|
|
2176
|
-
],
|
|
2177
|
-
hasCaptions: true,
|
|
2178
|
-
hasTitle: true,
|
|
2179
|
-
allowNotifySubscribers: false,
|
|
2180
|
-
allowVisibility: false,
|
|
2181
|
-
visibilityOptions: [
|
|
2182
|
-
],
|
|
2183
|
-
coverPhotoSource: [
|
|
2184
|
-
],
|
|
2185
|
-
allowHashtags: true,
|
|
2186
|
-
allowSoundUrl: false,
|
|
2187
|
-
allowSnipfeed: false,
|
|
2188
|
-
allowSoundUrlForAutopost: false,
|
|
2189
|
-
allowAddLink: true,
|
|
2190
|
-
allowBoards: true,
|
|
2191
|
-
allowUserTagging: false,
|
|
2192
|
-
allowProductTagging: false,
|
|
2193
|
-
allowLocationTagging: false,
|
|
2194
|
-
allowTagInLinkit: false,
|
|
2195
|
-
allowASINTagging: false,
|
|
2196
|
-
allowShareToFeed: false,
|
|
2197
|
-
allowOptions: true,
|
|
2198
|
-
allowCanva: true,
|
|
2199
|
-
allowCollaboratorTagging: false,
|
|
2200
|
-
canvaDesignType: "PinterestImagePin",
|
|
2201
|
-
allowImageCompression: false,
|
|
2202
|
-
allowCoverPhoto: false,
|
|
2203
|
-
allowedCoverPhotoTypes: [
|
|
2204
|
-
],
|
|
2205
|
-
allowCoverPhotoCanva: false,
|
|
2206
|
-
allowCoverPhotoImageCompression: false,
|
|
2207
|
-
validations: [
|
|
2208
|
-
{
|
|
2209
|
-
type: "futureDate",
|
|
2210
|
-
userErrorMessage: "Media ineligible for posting. Please choose a date and time at least 5 minutes in the future.",
|
|
2211
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2212
|
-
parameters: {
|
|
2213
|
-
value: 5
|
|
2214
|
-
}
|
|
2215
|
-
},
|
|
2216
|
-
{
|
|
2217
|
-
type: "manualPostCaptionLength",
|
|
2218
|
-
userErrorMessage: "Caption ineligible for posting. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
|
|
2219
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2220
|
-
parameters: {
|
|
2221
|
-
min: 0,
|
|
2222
|
-
max: 500
|
|
2223
|
-
}
|
|
2224
|
-
},
|
|
2225
|
-
{
|
|
2226
|
-
type: "autoPostCaptionLength",
|
|
2227
|
-
userErrorMessage: "Caption ineligible for auto-post. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
|
|
2228
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2229
|
-
parameters: {
|
|
2230
|
-
min: 0,
|
|
2231
|
-
max: 500
|
|
2232
|
-
}
|
|
2233
|
-
},
|
|
2234
|
-
{
|
|
2235
|
-
type: "titleLength",
|
|
2236
|
-
userErrorMessage: "Title ineligible for auto-post. Your title must be between 0 and 100 characters. Adjust title length to meet Pinterest guidelines.",
|
|
2237
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2238
|
-
parameters: {
|
|
2239
|
-
min: 0,
|
|
2240
|
-
max: 100
|
|
2241
|
-
}
|
|
2242
|
-
},
|
|
2243
|
-
{
|
|
2244
|
-
type: "numberOfAssets",
|
|
2245
|
-
userErrorMessage: "Media ineligible for auto-post. Upload 1 image or video file to meet Pinterest guidelines.",
|
|
2246
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2247
|
-
parameters: {
|
|
2248
|
-
min: 1,
|
|
2249
|
-
max: 1
|
|
2250
|
-
}
|
|
2251
|
-
},
|
|
2252
|
-
{
|
|
2253
|
-
type: "autoPostImageSize",
|
|
2254
|
-
userErrorMessage: "Media ineligible for auto-post. Your video size must be less than 20MB. Adjust size & re-upload to meet Pinterest guidelines.",
|
|
2255
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2256
|
-
parameters: {
|
|
2257
|
-
value: 20
|
|
2258
|
-
}
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
type: "autoPostImageSize",
|
|
2262
|
-
userErrorMessage: "Media ineligible for auto-post. Your video size must be less than 300MB. Adjust size & re-upload to meet Pinterest guidelines.",
|
|
2263
|
-
errorHelpLink: "https://help.planoly.com/knowledge",
|
|
2264
|
-
parameters: {
|
|
2265
|
-
value: 300
|
|
2266
|
-
}
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
type: "allowedMediaTypes",
|
|
2270
|
-
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.",
|
|
2271
|
-
errorHelpLink: "https://help.planoly.com/knowledge"
|
|
2272
|
-
},
|
|
2273
|
-
{
|
|
2274
|
-
type: "hashtagLimit",
|
|
2275
|
-
userErrorMessage: "Hashtag limit exceeded. Please remove additional hashtags to continue.",
|
|
2276
|
-
parameters: {
|
|
2277
|
-
min: 0,
|
|
2278
|
-
max: 30
|
|
2279
|
-
}
|
|
2280
|
-
}
|
|
2281
|
-
]
|
|
2282
2019
|
}
|
|
2283
2020
|
]
|
|
2284
2021
|
},
|
|
@@ -3532,7 +3269,7 @@ declare const postExperienceConfig: {
|
|
|
3532
3269
|
enabled: boolean;
|
|
3533
3270
|
order: number;
|
|
3534
3271
|
isBeta: boolean;
|
|
3535
|
-
postTypes:
|
|
3272
|
+
postTypes: {
|
|
3536
3273
|
name: string;
|
|
3537
3274
|
allowAutoPost: boolean;
|
|
3538
3275
|
allowFirstComment: boolean;
|
|
@@ -3603,80 +3340,7 @@ declare const postExperienceConfig: {
|
|
|
3603
3340
|
};
|
|
3604
3341
|
errorHelpLink?: undefined;
|
|
3605
3342
|
})[];
|
|
3606
|
-
|
|
3607
|
-
} | {
|
|
3608
|
-
name: string;
|
|
3609
|
-
allowAutoPost: boolean;
|
|
3610
|
-
allowFirstComment: boolean;
|
|
3611
|
-
allowedMediaTypes: string[];
|
|
3612
|
-
allowMultipleAssets: boolean;
|
|
3613
|
-
allowedMultipleAssetMediaTypes: string[];
|
|
3614
|
-
hasCaptions: boolean;
|
|
3615
|
-
hasTitle: boolean;
|
|
3616
|
-
allowNotifySubscribers: boolean;
|
|
3617
|
-
allowVisibility: boolean;
|
|
3618
|
-
visibilityOptions: never[];
|
|
3619
|
-
coverPhotoSource: string[];
|
|
3620
|
-
allowHashtags: boolean;
|
|
3621
|
-
allowSoundUrl: boolean;
|
|
3622
|
-
allowSnipfeed: boolean;
|
|
3623
|
-
allowSoundUrlForAutopost: boolean;
|
|
3624
|
-
allowAddLink: boolean;
|
|
3625
|
-
allowBoards: boolean;
|
|
3626
|
-
allowUserTagging: boolean;
|
|
3627
|
-
allowProductTagging: boolean;
|
|
3628
|
-
allowLocationTagging: boolean;
|
|
3629
|
-
allowTagInLinkit: boolean;
|
|
3630
|
-
allowASINTagging: boolean;
|
|
3631
|
-
allowShareToFeed: boolean;
|
|
3632
|
-
allowOptions: boolean;
|
|
3633
|
-
allowCanva: boolean;
|
|
3634
|
-
allowCollaboratorTagging: boolean;
|
|
3635
|
-
canvaDesignType: string;
|
|
3636
|
-
allowImageCompression: boolean;
|
|
3637
|
-
allowCoverPhoto: boolean;
|
|
3638
|
-
allowedCoverPhotoTypes: never[];
|
|
3639
|
-
allowCoverPhotoCanva: boolean;
|
|
3640
|
-
allowCoverPhotoImageCompression: boolean;
|
|
3641
|
-
validations: ({
|
|
3642
|
-
type: string;
|
|
3643
|
-
userErrorMessage: string;
|
|
3644
|
-
errorHelpLink: string;
|
|
3645
|
-
parameters: {
|
|
3646
|
-
value: number;
|
|
3647
|
-
min?: undefined;
|
|
3648
|
-
max?: undefined;
|
|
3649
|
-
};
|
|
3650
|
-
} | {
|
|
3651
|
-
type: string;
|
|
3652
|
-
userErrorMessage: string;
|
|
3653
|
-
errorHelpLink: string;
|
|
3654
|
-
parameters: {
|
|
3655
|
-
min: number;
|
|
3656
|
-
max: number;
|
|
3657
|
-
value?: undefined;
|
|
3658
|
-
};
|
|
3659
|
-
} | {
|
|
3660
|
-
type: string;
|
|
3661
|
-
userErrorMessage: string;
|
|
3662
|
-
errorHelpLink: string;
|
|
3663
|
-
parameters?: undefined;
|
|
3664
|
-
} | {
|
|
3665
|
-
type: string;
|
|
3666
|
-
userErrorMessage: string;
|
|
3667
|
-
errorHelpLink: string;
|
|
3668
|
-
parameters: string[];
|
|
3669
|
-
} | {
|
|
3670
|
-
type: string;
|
|
3671
|
-
userErrorMessage: string;
|
|
3672
|
-
parameters: {
|
|
3673
|
-
min: number;
|
|
3674
|
-
max: number;
|
|
3675
|
-
value?: undefined;
|
|
3676
|
-
};
|
|
3677
|
-
errorHelpLink?: undefined;
|
|
3678
|
-
})[];
|
|
3679
|
-
})[];
|
|
3343
|
+
}[];
|
|
3680
3344
|
} | {
|
|
3681
3345
|
name: string;
|
|
3682
3346
|
id: number;
|