@grapadigital/shared-app-modules 0.0.134 → 0.0.135

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
@@ -129,9 +129,9 @@ declare interface ContentInterface {
129
129
  estimates?: ContentMetric;
130
130
  thumbnailUrl?: string | null;
131
131
  mediaUrl?: string | null;
132
- type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post";
132
+ type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post" | "tweet";
133
133
  tagType?: "withTag" | "withoutTag" | "brandExposure";
134
- socialnetwork?: "instagram" | "tiktok" | "youtube";
134
+ socialnetwork?: "instagram" | "tiktok" | "youtube" | "linkedin" | "pinterest" | "twitter";
135
135
  postedAt?: string;
136
136
  link?: string;
137
137
  }
@@ -184,9 +184,9 @@ declare interface ContentInterface {
184
184
  estimates?: ContentMetric;
185
185
  thumbnailUrl?: string | null;
186
186
  mediaUrl?: string | null;
187
- type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post";
187
+ type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post" | "tweet";
188
188
  tagType?: "withTag" | "withoutTag" | "brandExposure";
189
- socialnetwork?: "instagram" | "tiktok" | "youtube";
189
+ socialnetwork?: "instagram" | "tiktok" | "youtube" | "linkedin" | "pinterest" | "twitter";
190
190
  postedAt?: string;
191
191
  link?: string;
192
192
  }
package/dist/content.d.ts CHANGED
@@ -129,9 +129,9 @@ export declare interface ContentInterface {
129
129
  estimates?: ContentMetric;
130
130
  thumbnailUrl?: string | null;
131
131
  mediaUrl?: string | null;
132
- type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post";
132
+ type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post" | "tweet";
133
133
  tagType?: "withTag" | "withoutTag" | "brandExposure";
134
- socialnetwork?: "instagram" | "tiktok" | "youtube";
134
+ socialnetwork?: "instagram" | "tiktok" | "youtube" | "linkedin" | "pinterest" | "twitter";
135
135
  postedAt?: string;
136
136
  link?: string;
137
137
  }
package/dist/invoice.d.ts CHANGED
@@ -129,9 +129,9 @@ declare interface ContentInterface {
129
129
  estimates?: ContentMetric;
130
130
  thumbnailUrl?: string | null;
131
131
  mediaUrl?: string | null;
132
- type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post";
132
+ type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post" | "tweet";
133
133
  tagType?: "withTag" | "withoutTag" | "brandExposure";
134
- socialnetwork?: "instagram" | "tiktok" | "youtube";
134
+ socialnetwork?: "instagram" | "tiktok" | "youtube" | "linkedin" | "pinterest" | "twitter";
135
135
  postedAt?: string;
136
136
  link?: string;
137
137
  }
package/dist/payment.d.ts CHANGED
@@ -129,9 +129,9 @@ declare interface ContentInterface {
129
129
  estimates?: ContentMetric;
130
130
  thumbnailUrl?: string | null;
131
131
  mediaUrl?: string | null;
132
- type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post";
132
+ type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post" | "tweet";
133
133
  tagType?: "withTag" | "withoutTag" | "brandExposure";
134
- socialnetwork?: "instagram" | "tiktok" | "youtube";
134
+ socialnetwork?: "instagram" | "tiktok" | "youtube" | "linkedin" | "pinterest" | "twitter";
135
135
  postedAt?: string;
136
136
  link?: string;
137
137
  }
@@ -129,9 +129,9 @@ declare interface ContentInterface {
129
129
  estimates?: ContentMetric;
130
130
  thumbnailUrl?: string | null;
131
131
  mediaUrl?: string | null;
132
- type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post";
132
+ type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post" | "tweet";
133
133
  tagType?: "withTag" | "withoutTag" | "brandExposure";
134
- socialnetwork?: "instagram" | "tiktok" | "youtube";
134
+ socialnetwork?: "instagram" | "tiktok" | "youtube" | "linkedin" | "pinterest" | "twitter";
135
135
  postedAt?: string;
136
136
  link?: string;
137
137
  }
package/dist/sale.d.ts CHANGED
@@ -129,9 +129,9 @@ declare interface ContentInterface {
129
129
  estimates?: ContentMetric;
130
130
  thumbnailUrl?: string | null;
131
131
  mediaUrl?: string | null;
132
- type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post";
132
+ type?: "reel" | "carousel" | "image" | "story" | "video" | "pin" | "post" | "tweet";
133
133
  tagType?: "withTag" | "withoutTag" | "brandExposure";
134
- socialnetwork?: "instagram" | "tiktok" | "youtube";
134
+ socialnetwork?: "instagram" | "tiktok" | "youtube" | "linkedin" | "pinterest" | "twitter";
135
135
  postedAt?: string;
136
136
  link?: string;
137
137
  }
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.134",
4
+ "version": "0.0.135",
5
5
  "files": [
6
6
  "dist"
7
7
  ],