@rxdrag/rxcms-models 0.3.44 → 0.3.46

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.mjs CHANGED
@@ -1283,6 +1283,8 @@ var PageType = /* @__PURE__ */ ((PageType2) => {
1283
1283
  PageType2["Page404"] = "Page404";
1284
1284
  PageType2["PageError"] = "PageError";
1285
1285
  PageType2["Thanks"] = "Thanks";
1286
+ PageType2["PostList"] = "PostList";
1287
+ PageType2["ProductList"] = "ProductList";
1286
1288
  return PageType2;
1287
1289
  })(PageType || {});
1288
1290
  const ProductCategoryEntityName = "ProductCategory";