@planoly/planogram-config 1.0.1 → 1.0.5
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 +11 -268
- package/dist/index.d.cts +13 -349
- package/dist/index.d.ts +13 -349
- package/dist/index.js +11 -268
- package/package.json +1 -1
- package/postExperienceConfig.json +11 -268
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.5",
|
|
31
31
|
platforms: [
|
|
32
32
|
{
|
|
33
33
|
name: "tiktok",
|
|
@@ -254,11 +254,11 @@ var postExperienceConfig_default = {
|
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
256
|
type: "autoPostVideoMaxDimensions",
|
|
257
|
-
userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of
|
|
257
|
+
userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 2160 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
|
|
258
258
|
errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
|
|
259
259
|
parameters: {
|
|
260
|
-
width:
|
|
261
|
-
height:
|
|
260
|
+
width: 2160,
|
|
261
|
+
height: 3840
|
|
262
262
|
}
|
|
263
263
|
},
|
|
264
264
|
{
|
|
@@ -459,11 +459,11 @@ var postExperienceConfig_default = {
|
|
|
459
459
|
},
|
|
460
460
|
{
|
|
461
461
|
type: "autoPostVideoMaxDimensions",
|
|
462
|
-
userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 1920 pixels in width and height to meet Instagram's guidelines.",
|
|
462
|
+
userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 1920 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
|
|
463
463
|
errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
|
|
464
464
|
parameters: {
|
|
465
|
-
width:
|
|
466
|
-
height:
|
|
465
|
+
width: 2160,
|
|
466
|
+
height: 3840
|
|
467
467
|
}
|
|
468
468
|
},
|
|
469
469
|
{
|
|
@@ -627,11 +627,11 @@ var postExperienceConfig_default = {
|
|
|
627
627
|
},
|
|
628
628
|
{
|
|
629
629
|
type: "autoPostVideoMaxDimensions",
|
|
630
|
-
userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of
|
|
630
|
+
userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 2160 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
|
|
631
631
|
errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
|
|
632
632
|
parameters: {
|
|
633
|
-
width:
|
|
634
|
-
height:
|
|
633
|
+
width: 2160,
|
|
634
|
+
height: 3840
|
|
635
635
|
}
|
|
636
636
|
},
|
|
637
637
|
{
|
|
@@ -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
|
},
|