@grapadigital/shared-app-modules 0.0.100 → 0.0.102

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/action.d.ts CHANGED
@@ -105,7 +105,7 @@ declare interface ContentInterface {
105
105
  estimates?: ContentMetric;
106
106
  thumbnailUrl?: string | null;
107
107
  mediaUrl?: string | null;
108
- type?: "reel" | "carousel" | "image" | "story" | "video";
108
+ type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post";
109
109
  tagType?: "withTag" | "withoutTag" | "brandExposure";
110
110
  socialnetwork?: "instagram" | "tiktok" | "youtube";
111
111
  postedAt?: string;
@@ -157,7 +157,7 @@ declare interface ContentInterface {
157
157
  estimates?: ContentMetric;
158
158
  thumbnailUrl?: string | null;
159
159
  mediaUrl?: string | null;
160
- type?: "reel" | "carousel" | "image" | "story" | "video";
160
+ type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post";
161
161
  tagType?: "withTag" | "withoutTag" | "brandExposure";
162
162
  socialnetwork?: "instagram" | "tiktok" | "youtube";
163
163
  postedAt?: string;
package/dist/content.d.ts CHANGED
@@ -105,7 +105,7 @@ export declare interface ContentInterface {
105
105
  estimates?: ContentMetric;
106
106
  thumbnailUrl?: string | null;
107
107
  mediaUrl?: string | null;
108
- type?: "reel" | "carousel" | "image" | "story" | "video";
108
+ type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post";
109
109
  tagType?: "withTag" | "withoutTag" | "brandExposure";
110
110
  socialnetwork?: "instagram" | "tiktok" | "youtube";
111
111
  postedAt?: string;
package/dist/invoice.d.ts CHANGED
@@ -105,7 +105,7 @@ declare interface ContentInterface {
105
105
  estimates?: ContentMetric;
106
106
  thumbnailUrl?: string | null;
107
107
  mediaUrl?: string | null;
108
- type?: "reel" | "carousel" | "image" | "story" | "video";
108
+ type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post";
109
109
  tagType?: "withTag" | "withoutTag" | "brandExposure";
110
110
  socialnetwork?: "instagram" | "tiktok" | "youtube";
111
111
  postedAt?: string;
package/dist/payment.d.ts CHANGED
@@ -105,7 +105,7 @@ declare interface ContentInterface {
105
105
  estimates?: ContentMetric;
106
106
  thumbnailUrl?: string | null;
107
107
  mediaUrl?: string | null;
108
- type?: "reel" | "carousel" | "image" | "story" | "video";
108
+ type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post";
109
109
  tagType?: "withTag" | "withoutTag" | "brandExposure";
110
110
  socialnetwork?: "instagram" | "tiktok" | "youtube";
111
111
  postedAt?: string;
@@ -105,7 +105,7 @@ declare interface ContentInterface {
105
105
  estimates?: ContentMetric;
106
106
  thumbnailUrl?: string | null;
107
107
  mediaUrl?: string | null;
108
- type?: "reel" | "carousel" | "image" | "story" | "video";
108
+ type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post";
109
109
  tagType?: "withTag" | "withoutTag" | "brandExposure";
110
110
  socialnetwork?: "instagram" | "tiktok" | "youtube";
111
111
  postedAt?: string;
package/dist/sale.d.ts CHANGED
@@ -105,7 +105,7 @@ declare interface ContentInterface {
105
105
  estimates?: ContentMetric;
106
106
  thumbnailUrl?: string | null;
107
107
  mediaUrl?: string | null;
108
- type?: "reel" | "carousel" | "image" | "story" | "video";
108
+ type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post";
109
109
  tagType?: "withTag" | "withoutTag" | "brandExposure";
110
110
  socialnetwork?: "instagram" | "tiktok" | "youtube";
111
111
  postedAt?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@grapadigital/shared-app-modules",
3
3
  "private": false,
4
- "version": "0.0.100",
4
+ "version": "0.0.102",
5
5
  "files": [
6
6
  "dist"
7
7
  ],