@grapadigital/shared-app-modules 0.0.160 → 0.0.162

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
@@ -34,7 +34,7 @@ export declare interface ActionInterface {
34
34
  client?: ClientInterface;
35
35
  shopping?: string;
36
36
  project?: string;
37
- type?: "partner" | "exclusive";
37
+ type?: "seeding" | "ugc" | "creator";
38
38
  notes?: {
39
39
  text: string;
40
40
  owner: string;
@@ -135,6 +135,7 @@ declare interface ContentInterface {
135
135
  socialnetwork?: "instagram" | "tiktok" | "youtube" | "linkedin" | "pinterest" | "twitter";
136
136
  postedAt?: string;
137
137
  link?: string;
138
+ status: string;
138
139
  }
139
140
 
140
141
  declare interface ContentMetric {
@@ -47,7 +47,7 @@ declare interface ActionInterface {
47
47
  client?: ClientInterface;
48
48
  shopping?: string;
49
49
  project?: string;
50
- type?: "partner" | "exclusive";
50
+ type?: "seeding" | "ugc" | "creator";
51
51
  notes?: {
52
52
  text: string;
53
53
  owner: string;
@@ -190,6 +190,7 @@ declare interface ContentInterface {
190
190
  socialnetwork?: "instagram" | "tiktok" | "youtube" | "linkedin" | "pinterest" | "twitter";
191
191
  postedAt?: string;
192
192
  link?: string;
193
+ status: string;
193
194
  }
194
195
 
195
196
  declare interface ContentMetric {
package/dist/content.d.ts CHANGED
@@ -34,7 +34,7 @@ declare interface ActionInterface {
34
34
  client?: ClientInterface;
35
35
  shopping?: string;
36
36
  project?: string;
37
- type?: "partner" | "exclusive";
37
+ type?: "seeding" | "ugc" | "creator";
38
38
  notes?: {
39
39
  text: string;
40
40
  owner: string;
@@ -135,6 +135,7 @@ export declare interface ContentInterface {
135
135
  socialnetwork?: "instagram" | "tiktok" | "youtube" | "linkedin" | "pinterest" | "twitter";
136
136
  postedAt?: string;
137
137
  link?: string;
138
+ status: string;
138
139
  }
139
140
 
140
141
  export declare interface ContentMetric {
package/dist/invoice.d.ts CHANGED
@@ -34,7 +34,7 @@ declare interface ActionInterface {
34
34
  client?: ClientInterface;
35
35
  shopping?: string;
36
36
  project?: string;
37
- type?: "partner" | "exclusive";
37
+ type?: "seeding" | "ugc" | "creator";
38
38
  notes?: {
39
39
  text: string;
40
40
  owner: string;
@@ -135,6 +135,7 @@ declare interface ContentInterface {
135
135
  socialnetwork?: "instagram" | "tiktok" | "youtube" | "linkedin" | "pinterest" | "twitter";
136
136
  postedAt?: string;
137
137
  link?: string;
138
+ status: string;
138
139
  }
139
140
 
140
141
  declare interface ContentMetric {
package/dist/payment.d.ts CHANGED
@@ -34,7 +34,7 @@ declare interface ActionInterface {
34
34
  client?: ClientInterface;
35
35
  shopping?: string;
36
36
  project?: string;
37
- type?: "partner" | "exclusive";
37
+ type?: "seeding" | "ugc" | "creator";
38
38
  notes?: {
39
39
  text: string;
40
40
  owner: string;
@@ -135,6 +135,7 @@ declare interface ContentInterface {
135
135
  socialnetwork?: "instagram" | "tiktok" | "youtube" | "linkedin" | "pinterest" | "twitter";
136
136
  postedAt?: string;
137
137
  link?: string;
138
+ status: string;
138
139
  }
139
140
 
140
141
  declare interface ContentMetric {
@@ -34,7 +34,7 @@ declare interface ActionInterface {
34
34
  client?: ClientInterface;
35
35
  shopping?: string;
36
36
  project?: string;
37
- type?: "partner" | "exclusive";
37
+ type?: "seeding" | "ugc" | "creator";
38
38
  notes?: {
39
39
  text: string;
40
40
  owner: string;
@@ -135,6 +135,7 @@ declare interface ContentInterface {
135
135
  socialnetwork?: "instagram" | "tiktok" | "youtube" | "linkedin" | "pinterest" | "twitter";
136
136
  postedAt?: string;
137
137
  link?: string;
138
+ status: string;
138
139
  }
139
140
 
140
141
  declare interface ContentMetric {
package/dist/sale.d.ts CHANGED
@@ -34,7 +34,7 @@ declare interface ActionInterface {
34
34
  client?: ClientInterface;
35
35
  shopping?: string;
36
36
  project?: string;
37
- type?: "partner" | "exclusive";
37
+ type?: "seeding" | "ugc" | "creator";
38
38
  notes?: {
39
39
  text: string;
40
40
  owner: string;
@@ -135,6 +135,7 @@ declare interface ContentInterface {
135
135
  socialnetwork?: "instagram" | "tiktok" | "youtube" | "linkedin" | "pinterest" | "twitter";
136
136
  postedAt?: string;
137
137
  link?: string;
138
+ status: string;
138
139
  }
139
140
 
140
141
  declare interface ContentMetric {
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.160",
4
+ "version": "0.0.162",
5
5
  "files": [
6
6
  "dist"
7
7
  ],