@grapadigital/shared-app-modules 0.0.123 → 0.0.125
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 +5 -0
- package/dist/components.d.ts +5 -0
- package/dist/content.d.ts +5 -0
- package/dist/invoice.d.ts +5 -0
- package/dist/payment.d.ts +5 -0
- package/dist/recruitment.d.ts +5 -0
- package/dist/sale.d.ts +5 -0
- package/package.json +1 -1
package/dist/action.d.ts
CHANGED
|
@@ -179,6 +179,8 @@ declare interface DeliveryScope {
|
|
|
179
179
|
tiktok?: number | null;
|
|
180
180
|
youtube?: number | null;
|
|
181
181
|
dayAllocation?: number | null;
|
|
182
|
+
pinterest?: number | null;
|
|
183
|
+
linkedin?: number | null;
|
|
182
184
|
}
|
|
183
185
|
|
|
184
186
|
declare interface Exchange {
|
|
@@ -397,6 +399,7 @@ declare interface ProfileMetric {
|
|
|
397
399
|
declare interface ProposalInterface {
|
|
398
400
|
businessUnit: "enterprise" | "artistic";
|
|
399
401
|
origin: "inbound" | "outbound";
|
|
402
|
+
type: "new" | "organic_expansion" | "strategic_expansion" | "renewal" | "comercial_winback" | "organic_winback";
|
|
400
403
|
contact: string;
|
|
401
404
|
initialScope: string;
|
|
402
405
|
profile: ProfileInterface;
|
|
@@ -436,6 +439,8 @@ declare interface RecruitmentInterface {
|
|
|
436
439
|
image: ContentInterface[];
|
|
437
440
|
tiktok: ContentInterface[];
|
|
438
441
|
youtube: ContentInterface[];
|
|
442
|
+
linkedin: ContentInterface[];
|
|
443
|
+
pinterest: ContentInterface[];
|
|
439
444
|
scope: ContractedScopeInterface;
|
|
440
445
|
}
|
|
441
446
|
|
package/dist/components.d.ts
CHANGED
|
@@ -234,6 +234,8 @@ declare interface DeliveryScope {
|
|
|
234
234
|
tiktok?: number | null;
|
|
235
235
|
youtube?: number | null;
|
|
236
236
|
dayAllocation?: number | null;
|
|
237
|
+
pinterest?: number | null;
|
|
238
|
+
linkedin?: number | null;
|
|
237
239
|
}
|
|
238
240
|
|
|
239
241
|
export declare function ErrorCard({ icon: Icon, title, description, onRetry, tip, className, ...props }: ErrorCardProps): JSX.Element;
|
|
@@ -637,6 +639,7 @@ declare interface ProfileSelectInputProps extends Omit<default_2.ComponentProps<
|
|
|
637
639
|
declare interface ProposalInterface {
|
|
638
640
|
businessUnit: "enterprise" | "artistic";
|
|
639
641
|
origin: "inbound" | "outbound";
|
|
642
|
+
type: "new" | "organic_expansion" | "strategic_expansion" | "renewal" | "comercial_winback" | "organic_winback";
|
|
640
643
|
contact: string;
|
|
641
644
|
initialScope: string;
|
|
642
645
|
profile: ProfileInterface;
|
|
@@ -676,6 +679,8 @@ declare interface RecruitmentInterface {
|
|
|
676
679
|
image: ContentInterface[];
|
|
677
680
|
tiktok: ContentInterface[];
|
|
678
681
|
youtube: ContentInterface[];
|
|
682
|
+
linkedin: ContentInterface[];
|
|
683
|
+
pinterest: ContentInterface[];
|
|
679
684
|
scope: ContractedScopeInterface;
|
|
680
685
|
}
|
|
681
686
|
|
package/dist/content.d.ts
CHANGED
|
@@ -179,6 +179,8 @@ declare interface DeliveryScope {
|
|
|
179
179
|
tiktok?: number | null;
|
|
180
180
|
youtube?: number | null;
|
|
181
181
|
dayAllocation?: number | null;
|
|
182
|
+
pinterest?: number | null;
|
|
183
|
+
linkedin?: number | null;
|
|
182
184
|
}
|
|
183
185
|
|
|
184
186
|
declare interface Exchange {
|
|
@@ -397,6 +399,7 @@ declare interface ProfileMetric {
|
|
|
397
399
|
declare interface ProposalInterface {
|
|
398
400
|
businessUnit: "enterprise" | "artistic";
|
|
399
401
|
origin: "inbound" | "outbound";
|
|
402
|
+
type: "new" | "organic_expansion" | "strategic_expansion" | "renewal" | "comercial_winback" | "organic_winback";
|
|
400
403
|
contact: string;
|
|
401
404
|
initialScope: string;
|
|
402
405
|
profile: ProfileInterface;
|
|
@@ -436,6 +439,8 @@ declare interface RecruitmentInterface {
|
|
|
436
439
|
image: ContentInterface[];
|
|
437
440
|
tiktok: ContentInterface[];
|
|
438
441
|
youtube: ContentInterface[];
|
|
442
|
+
linkedin: ContentInterface[];
|
|
443
|
+
pinterest: ContentInterface[];
|
|
439
444
|
scope: ContractedScopeInterface;
|
|
440
445
|
}
|
|
441
446
|
|
package/dist/invoice.d.ts
CHANGED
|
@@ -179,6 +179,8 @@ declare interface DeliveryScope {
|
|
|
179
179
|
tiktok?: number | null;
|
|
180
180
|
youtube?: number | null;
|
|
181
181
|
dayAllocation?: number | null;
|
|
182
|
+
pinterest?: number | null;
|
|
183
|
+
linkedin?: number | null;
|
|
182
184
|
}
|
|
183
185
|
|
|
184
186
|
declare interface Exchange {
|
|
@@ -397,6 +399,7 @@ declare interface ProfileMetric {
|
|
|
397
399
|
declare interface ProposalInterface {
|
|
398
400
|
businessUnit: "enterprise" | "artistic";
|
|
399
401
|
origin: "inbound" | "outbound";
|
|
402
|
+
type: "new" | "organic_expansion" | "strategic_expansion" | "renewal" | "comercial_winback" | "organic_winback";
|
|
400
403
|
contact: string;
|
|
401
404
|
initialScope: string;
|
|
402
405
|
profile: ProfileInterface;
|
|
@@ -436,6 +439,8 @@ declare interface RecruitmentInterface {
|
|
|
436
439
|
image: ContentInterface[];
|
|
437
440
|
tiktok: ContentInterface[];
|
|
438
441
|
youtube: ContentInterface[];
|
|
442
|
+
linkedin: ContentInterface[];
|
|
443
|
+
pinterest: ContentInterface[];
|
|
439
444
|
scope: ContractedScopeInterface;
|
|
440
445
|
}
|
|
441
446
|
|
package/dist/payment.d.ts
CHANGED
|
@@ -179,6 +179,8 @@ declare interface DeliveryScope {
|
|
|
179
179
|
tiktok?: number | null;
|
|
180
180
|
youtube?: number | null;
|
|
181
181
|
dayAllocation?: number | null;
|
|
182
|
+
pinterest?: number | null;
|
|
183
|
+
linkedin?: number | null;
|
|
182
184
|
}
|
|
183
185
|
|
|
184
186
|
declare interface Exchange {
|
|
@@ -397,6 +399,7 @@ declare interface ProfileMetric {
|
|
|
397
399
|
declare interface ProposalInterface {
|
|
398
400
|
businessUnit: "enterprise" | "artistic";
|
|
399
401
|
origin: "inbound" | "outbound";
|
|
402
|
+
type: "new" | "organic_expansion" | "strategic_expansion" | "renewal" | "comercial_winback" | "organic_winback";
|
|
400
403
|
contact: string;
|
|
401
404
|
initialScope: string;
|
|
402
405
|
profile: ProfileInterface;
|
|
@@ -436,6 +439,8 @@ declare interface RecruitmentInterface {
|
|
|
436
439
|
image: ContentInterface[];
|
|
437
440
|
tiktok: ContentInterface[];
|
|
438
441
|
youtube: ContentInterface[];
|
|
442
|
+
linkedin: ContentInterface[];
|
|
443
|
+
pinterest: ContentInterface[];
|
|
439
444
|
scope: ContractedScopeInterface;
|
|
440
445
|
}
|
|
441
446
|
|
package/dist/recruitment.d.ts
CHANGED
|
@@ -179,6 +179,8 @@ export declare interface DeliveryScope {
|
|
|
179
179
|
tiktok?: number | null;
|
|
180
180
|
youtube?: number | null;
|
|
181
181
|
dayAllocation?: number | null;
|
|
182
|
+
pinterest?: number | null;
|
|
183
|
+
linkedin?: number | null;
|
|
182
184
|
}
|
|
183
185
|
|
|
184
186
|
export declare interface Exchange {
|
|
@@ -397,6 +399,7 @@ declare interface ProfileMetric {
|
|
|
397
399
|
declare interface ProposalInterface {
|
|
398
400
|
businessUnit: "enterprise" | "artistic";
|
|
399
401
|
origin: "inbound" | "outbound";
|
|
402
|
+
type: "new" | "organic_expansion" | "strategic_expansion" | "renewal" | "comercial_winback" | "organic_winback";
|
|
400
403
|
contact: string;
|
|
401
404
|
initialScope: string;
|
|
402
405
|
profile: ProfileInterface;
|
|
@@ -436,6 +439,8 @@ export declare interface RecruitmentInterface {
|
|
|
436
439
|
image: ContentInterface[];
|
|
437
440
|
tiktok: ContentInterface[];
|
|
438
441
|
youtube: ContentInterface[];
|
|
442
|
+
linkedin: ContentInterface[];
|
|
443
|
+
pinterest: ContentInterface[];
|
|
439
444
|
scope: ContractedScopeInterface;
|
|
440
445
|
}
|
|
441
446
|
|
package/dist/sale.d.ts
CHANGED
|
@@ -179,6 +179,8 @@ declare interface DeliveryScope {
|
|
|
179
179
|
tiktok?: number | null;
|
|
180
180
|
youtube?: number | null;
|
|
181
181
|
dayAllocation?: number | null;
|
|
182
|
+
pinterest?: number | null;
|
|
183
|
+
linkedin?: number | null;
|
|
182
184
|
}
|
|
183
185
|
|
|
184
186
|
declare interface Exchange {
|
|
@@ -397,6 +399,7 @@ declare interface ProfileMetric {
|
|
|
397
399
|
export declare interface ProposalInterface {
|
|
398
400
|
businessUnit: "enterprise" | "artistic";
|
|
399
401
|
origin: "inbound" | "outbound";
|
|
402
|
+
type: "new" | "organic_expansion" | "strategic_expansion" | "renewal" | "comercial_winback" | "organic_winback";
|
|
400
403
|
contact: string;
|
|
401
404
|
initialScope: string;
|
|
402
405
|
profile: ProfileInterface;
|
|
@@ -436,6 +439,8 @@ declare interface RecruitmentInterface {
|
|
|
436
439
|
image: ContentInterface[];
|
|
437
440
|
tiktok: ContentInterface[];
|
|
438
441
|
youtube: ContentInterface[];
|
|
442
|
+
linkedin: ContentInterface[];
|
|
443
|
+
pinterest: ContentInterface[];
|
|
439
444
|
scope: ContractedScopeInterface;
|
|
440
445
|
}
|
|
441
446
|
|