@planoly/planogram-config 1.0.2 → 1.0.6
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 +10 -10
- package/dist/index.d.cts +10 -10
- package/dist/index.d.ts +10 -10
- package/dist/index.js +10 -10
- package/package.json +1 -1
- package/postExperienceConfig.json +10 -10
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.6",
|
|
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
|
{
|
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var version = "1.0.
|
|
1
|
+
var version = "1.0.6";
|
|
2
2
|
var platforms = [
|
|
3
3
|
{
|
|
4
4
|
name: "tiktok",
|
|
@@ -230,11 +230,11 @@ var platforms = [
|
|
|
230
230
|
},
|
|
231
231
|
{
|
|
232
232
|
type: "autoPostVideoMaxDimensions",
|
|
233
|
-
userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of
|
|
233
|
+
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.",
|
|
234
234
|
errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
|
|
235
235
|
parameters: {
|
|
236
|
-
width:
|
|
237
|
-
height:
|
|
236
|
+
width: 2160,
|
|
237
|
+
height: 3840
|
|
238
238
|
}
|
|
239
239
|
},
|
|
240
240
|
{
|
|
@@ -437,11 +437,11 @@ var platforms = [
|
|
|
437
437
|
},
|
|
438
438
|
{
|
|
439
439
|
type: "autoPostVideoMaxDimensions",
|
|
440
|
-
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.",
|
|
440
|
+
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.",
|
|
441
441
|
errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
|
|
442
442
|
parameters: {
|
|
443
|
-
width:
|
|
444
|
-
height:
|
|
443
|
+
width: 2160,
|
|
444
|
+
height: 3840
|
|
445
445
|
}
|
|
446
446
|
},
|
|
447
447
|
{
|
|
@@ -608,11 +608,11 @@ var platforms = [
|
|
|
608
608
|
},
|
|
609
609
|
{
|
|
610
610
|
type: "autoPostVideoMaxDimensions",
|
|
611
|
-
userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of
|
|
611
|
+
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.",
|
|
612
612
|
errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
|
|
613
613
|
parameters: {
|
|
614
|
-
width:
|
|
615
|
-
height:
|
|
614
|
+
width: 2160,
|
|
615
|
+
height: 3840
|
|
616
616
|
}
|
|
617
617
|
},
|
|
618
618
|
{
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var version = "1.0.
|
|
1
|
+
var version = "1.0.6";
|
|
2
2
|
var platforms = [
|
|
3
3
|
{
|
|
4
4
|
name: "tiktok",
|
|
@@ -230,11 +230,11 @@ var platforms = [
|
|
|
230
230
|
},
|
|
231
231
|
{
|
|
232
232
|
type: "autoPostVideoMaxDimensions",
|
|
233
|
-
userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of
|
|
233
|
+
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.",
|
|
234
234
|
errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
|
|
235
235
|
parameters: {
|
|
236
|
-
width:
|
|
237
|
-
height:
|
|
236
|
+
width: 2160,
|
|
237
|
+
height: 3840
|
|
238
238
|
}
|
|
239
239
|
},
|
|
240
240
|
{
|
|
@@ -437,11 +437,11 @@ var platforms = [
|
|
|
437
437
|
},
|
|
438
438
|
{
|
|
439
439
|
type: "autoPostVideoMaxDimensions",
|
|
440
|
-
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.",
|
|
440
|
+
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.",
|
|
441
441
|
errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
|
|
442
442
|
parameters: {
|
|
443
|
-
width:
|
|
444
|
-
height:
|
|
443
|
+
width: 2160,
|
|
444
|
+
height: 3840
|
|
445
445
|
}
|
|
446
446
|
},
|
|
447
447
|
{
|
|
@@ -608,11 +608,11 @@ var platforms = [
|
|
|
608
608
|
},
|
|
609
609
|
{
|
|
610
610
|
type: "autoPostVideoMaxDimensions",
|
|
611
|
-
userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of
|
|
611
|
+
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.",
|
|
612
612
|
errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
|
|
613
613
|
parameters: {
|
|
614
|
-
width:
|
|
615
|
-
height:
|
|
614
|
+
width: 2160,
|
|
615
|
+
height: 3840
|
|
616
616
|
}
|
|
617
617
|
},
|
|
618
618
|
{
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// postExperienceConfig.json
|
|
2
2
|
var postExperienceConfig_default = {
|
|
3
|
-
version: "1.0.
|
|
3
|
+
version: "1.0.6",
|
|
4
4
|
platforms: [
|
|
5
5
|
{
|
|
6
6
|
name: "tiktok",
|
|
@@ -227,11 +227,11 @@ var postExperienceConfig_default = {
|
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
type: "autoPostVideoMaxDimensions",
|
|
230
|
-
userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of
|
|
230
|
+
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.",
|
|
231
231
|
errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
|
|
232
232
|
parameters: {
|
|
233
|
-
width:
|
|
234
|
-
height:
|
|
233
|
+
width: 2160,
|
|
234
|
+
height: 3840
|
|
235
235
|
}
|
|
236
236
|
},
|
|
237
237
|
{
|
|
@@ -432,11 +432,11 @@ var postExperienceConfig_default = {
|
|
|
432
432
|
},
|
|
433
433
|
{
|
|
434
434
|
type: "autoPostVideoMaxDimensions",
|
|
435
|
-
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.",
|
|
435
|
+
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.",
|
|
436
436
|
errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
|
|
437
437
|
parameters: {
|
|
438
|
-
width:
|
|
439
|
-
height:
|
|
438
|
+
width: 2160,
|
|
439
|
+
height: 3840
|
|
440
440
|
}
|
|
441
441
|
},
|
|
442
442
|
{
|
|
@@ -600,11 +600,11 @@ var postExperienceConfig_default = {
|
|
|
600
600
|
},
|
|
601
601
|
{
|
|
602
602
|
type: "autoPostVideoMaxDimensions",
|
|
603
|
-
userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of
|
|
603
|
+
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.",
|
|
604
604
|
errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
|
|
605
605
|
parameters: {
|
|
606
|
-
width:
|
|
607
|
-
height:
|
|
606
|
+
width: 2160,
|
|
607
|
+
height: 3840
|
|
608
608
|
}
|
|
609
609
|
},
|
|
610
610
|
{
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.
|
|
2
|
+
"version": "1.0.6",
|
|
3
3
|
"platforms": [
|
|
4
4
|
{
|
|
5
5
|
"name": "tiktok",
|
|
@@ -226,11 +226,11 @@
|
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
228
|
"type": "autoPostVideoMaxDimensions",
|
|
229
|
-
"userErrorMessage": "Media ineligible for auto-post. Crop your video to be a maximum of
|
|
229
|
+
"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.",
|
|
230
230
|
"errorHelpLink": "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
|
|
231
231
|
"parameters": {
|
|
232
|
-
"width":
|
|
233
|
-
"height":
|
|
232
|
+
"width": 2160,
|
|
233
|
+
"height": 3840
|
|
234
234
|
}
|
|
235
235
|
},
|
|
236
236
|
{
|
|
@@ -431,11 +431,11 @@
|
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
433
|
"type": "autoPostVideoMaxDimensions",
|
|
434
|
-
"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.",
|
|
434
|
+
"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.",
|
|
435
435
|
"errorHelpLink": "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
|
|
436
436
|
"parameters": {
|
|
437
|
-
"width":
|
|
438
|
-
"height":
|
|
437
|
+
"width": 2160,
|
|
438
|
+
"height": 3840
|
|
439
439
|
}
|
|
440
440
|
},
|
|
441
441
|
{
|
|
@@ -599,11 +599,11 @@
|
|
|
599
599
|
},
|
|
600
600
|
{
|
|
601
601
|
"type": "autoPostVideoMaxDimensions",
|
|
602
|
-
"userErrorMessage": "Media ineligible for auto-post. Crop your video to be a maximum of
|
|
602
|
+
"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.",
|
|
603
603
|
"errorHelpLink": "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
|
|
604
604
|
"parameters": {
|
|
605
|
-
"width":
|
|
606
|
-
"height":
|
|
605
|
+
"width": 2160,
|
|
606
|
+
"height": 3840
|
|
607
607
|
}
|
|
608
608
|
},
|
|
609
609
|
{
|