@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 +2 -1
- package/dist/components.d.ts +2 -1
- package/dist/content.d.ts +2 -1
- package/dist/invoice.d.ts +2 -1
- package/dist/payment.d.ts +2 -1
- package/dist/recruitment.d.ts +2 -1
- package/dist/sale.d.ts +2 -1
- package/package.json +1 -1
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?: "
|
|
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/components.d.ts
CHANGED
|
@@ -47,7 +47,7 @@ declare interface ActionInterface {
|
|
|
47
47
|
client?: ClientInterface;
|
|
48
48
|
shopping?: string;
|
|
49
49
|
project?: string;
|
|
50
|
-
type?: "
|
|
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?: "
|
|
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?: "
|
|
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?: "
|
|
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/recruitment.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ declare interface ActionInterface {
|
|
|
34
34
|
client?: ClientInterface;
|
|
35
35
|
shopping?: string;
|
|
36
36
|
project?: string;
|
|
37
|
-
type?: "
|
|
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?: "
|
|
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 {
|