@plyaz/types 1.43.0 → 1.43.1
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/api/index.cjs +3 -0
- package/dist/api/index.cjs.map +1 -1
- package/dist/api/index.js +3 -0
- package/dist/api/index.js.map +1 -1
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.js.map +1 -1
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/storage/enums.d.ts +3 -0
- package/dist/storage/index.cjs +3 -0
- package/dist/storage/index.cjs.map +1 -1
- package/dist/storage/index.js +3 -0
- package/dist/storage/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6865,6 +6865,9 @@ var FILE_CATEGORY = /* @__PURE__ */ ((FILE_CATEGORY2) => {
|
|
|
6865
6865
|
FILE_CATEGORY2["GalleryVideo"] = "gallery_video";
|
|
6866
6866
|
FILE_CATEGORY2["HighlightVideo"] = "highlight_video";
|
|
6867
6867
|
FILE_CATEGORY2["TrainingVideo"] = "training_video";
|
|
6868
|
+
FILE_CATEGORY2["CampaignImage"] = "campaign_image";
|
|
6869
|
+
FILE_CATEGORY2["CampaignVideo"] = "campaign_video";
|
|
6870
|
+
FILE_CATEGORY2["CampaignDocument"] = "campaign_document";
|
|
6868
6871
|
FILE_CATEGORY2["ProductImage"] = "product_image";
|
|
6869
6872
|
FILE_CATEGORY2["ProductVideo"] = "product_video";
|
|
6870
6873
|
FILE_CATEGORY2["MerchandiseImage"] = "merchandise_image";
|