@bluepic/embed 0.4.0-next.6 → 0.4.0-next.8
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/embed/embed.d.ts +2 -0
- package/package.json +2 -2
package/dist/embed/embed.d.ts
CHANGED
|
@@ -8338,6 +8338,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
8338
8338
|
pageLayout?: "flex" | "scroll" | undefined;
|
|
8339
8339
|
} | null;
|
|
8340
8340
|
emailCampaign: Record<string, any> | null;
|
|
8341
|
+
thumbnail: string | null;
|
|
8341
8342
|
createdAt: string;
|
|
8342
8343
|
updatedAt: string;
|
|
8343
8344
|
} | undefined, {
|
|
@@ -8403,6 +8404,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
8403
8404
|
pageLayout?: "flex" | "scroll" | undefined;
|
|
8404
8405
|
} | null;
|
|
8405
8406
|
emailCampaign: Record<string, any> | null;
|
|
8407
|
+
thumbnail: string | null;
|
|
8406
8408
|
createdAt: string;
|
|
8407
8409
|
updatedAt: string;
|
|
8408
8410
|
} | undefined>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bluepic/embed",
|
|
3
|
-
"version": "0.4.0-next.
|
|
3
|
+
"version": "0.4.0-next.8",
|
|
4
4
|
"description": "Bluepic embed sdk",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@auth0/auth0-vue": "^2.4.0",
|
|
38
|
-
"@bluepic/types": "^0.1.
|
|
38
|
+
"@bluepic/types": "^0.1.989",
|
|
39
39
|
"@hono/zod-openapi": "^1.1.4",
|
|
40
40
|
"@types/css": "^0.0.38",
|
|
41
41
|
"@types/downloadjs": "^1.4.6",
|