placementt-core 1.400.447 → 1.400.449

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.
@@ -1249,7 +1249,7 @@ export type EmailTemplate = {
1249
1249
  product: Products;
1250
1250
  oId: string;
1251
1251
  public?: boolean;
1252
- visible?: boolean;
1252
+ selectable?: boolean;
1253
1253
  campaign?: boolean;
1254
1254
  };
1255
1255
  export type EmailTemplateConfig = {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "placementt-core",
4
4
  "author": "Placementt",
5
- "version": "1.400.447",
5
+ "version": "1.400.449",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1222,7 +1222,7 @@ export type EmailTemplate = {
1222
1222
  product: Products,
1223
1223
  oId: string,
1224
1224
  public?: boolean,
1225
- visible?: boolean,
1225
+ selectable?: boolean,
1226
1226
  campaign?: boolean,
1227
1227
  }
1228
1228