@grapadigital/shared-app-modules 0.0.146 → 0.0.148
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 -0
- package/dist/components.d.ts +2 -0
- package/dist/content.d.ts +2 -0
- package/dist/invoice.d.ts +2 -0
- package/dist/payment.d.ts +2 -0
- package/dist/recruitment.d.ts +2 -0
- package/dist/sale.d.ts +2 -0
- package/package.json +1 -1
package/dist/action.d.ts
CHANGED
|
@@ -182,6 +182,7 @@ declare interface DeliveryScope {
|
|
|
182
182
|
dayAllocation?: number | null;
|
|
183
183
|
pinterest?: number | null;
|
|
184
184
|
linkedin?: number | null;
|
|
185
|
+
twitter?: number | null;
|
|
185
186
|
}
|
|
186
187
|
|
|
187
188
|
declare interface Exchange {
|
|
@@ -464,6 +465,7 @@ declare interface RecruitmentInterface {
|
|
|
464
465
|
youtube: ContentInterface[];
|
|
465
466
|
linkedin: ContentInterface[];
|
|
466
467
|
pinterest: ContentInterface[];
|
|
468
|
+
twitter: ContentInterface[];
|
|
467
469
|
scope: ContractedScopeInterface;
|
|
468
470
|
}
|
|
469
471
|
|
package/dist/components.d.ts
CHANGED
|
@@ -237,6 +237,7 @@ declare interface DeliveryScope {
|
|
|
237
237
|
dayAllocation?: number | null;
|
|
238
238
|
pinterest?: number | null;
|
|
239
239
|
linkedin?: number | null;
|
|
240
|
+
twitter?: number | null;
|
|
240
241
|
}
|
|
241
242
|
|
|
242
243
|
export declare function ErrorCard({ icon: Icon, title, description, onRetry, tip, className, ...props }: ErrorCardProps): JSX.Element;
|
|
@@ -726,6 +727,7 @@ declare interface RecruitmentInterface {
|
|
|
726
727
|
youtube: ContentInterface[];
|
|
727
728
|
linkedin: ContentInterface[];
|
|
728
729
|
pinterest: ContentInterface[];
|
|
730
|
+
twitter: ContentInterface[];
|
|
729
731
|
scope: ContractedScopeInterface;
|
|
730
732
|
}
|
|
731
733
|
|
package/dist/content.d.ts
CHANGED
|
@@ -182,6 +182,7 @@ declare interface DeliveryScope {
|
|
|
182
182
|
dayAllocation?: number | null;
|
|
183
183
|
pinterest?: number | null;
|
|
184
184
|
linkedin?: number | null;
|
|
185
|
+
twitter?: number | null;
|
|
185
186
|
}
|
|
186
187
|
|
|
187
188
|
declare interface Exchange {
|
|
@@ -464,6 +465,7 @@ declare interface RecruitmentInterface {
|
|
|
464
465
|
youtube: ContentInterface[];
|
|
465
466
|
linkedin: ContentInterface[];
|
|
466
467
|
pinterest: ContentInterface[];
|
|
468
|
+
twitter: ContentInterface[];
|
|
467
469
|
scope: ContractedScopeInterface;
|
|
468
470
|
}
|
|
469
471
|
|
package/dist/invoice.d.ts
CHANGED
|
@@ -182,6 +182,7 @@ declare interface DeliveryScope {
|
|
|
182
182
|
dayAllocation?: number | null;
|
|
183
183
|
pinterest?: number | null;
|
|
184
184
|
linkedin?: number | null;
|
|
185
|
+
twitter?: number | null;
|
|
185
186
|
}
|
|
186
187
|
|
|
187
188
|
declare interface Exchange {
|
|
@@ -464,6 +465,7 @@ declare interface RecruitmentInterface {
|
|
|
464
465
|
youtube: ContentInterface[];
|
|
465
466
|
linkedin: ContentInterface[];
|
|
466
467
|
pinterest: ContentInterface[];
|
|
468
|
+
twitter: ContentInterface[];
|
|
467
469
|
scope: ContractedScopeInterface;
|
|
468
470
|
}
|
|
469
471
|
|
package/dist/payment.d.ts
CHANGED
|
@@ -182,6 +182,7 @@ declare interface DeliveryScope {
|
|
|
182
182
|
dayAllocation?: number | null;
|
|
183
183
|
pinterest?: number | null;
|
|
184
184
|
linkedin?: number | null;
|
|
185
|
+
twitter?: number | null;
|
|
185
186
|
}
|
|
186
187
|
|
|
187
188
|
declare interface Exchange {
|
|
@@ -464,6 +465,7 @@ declare interface RecruitmentInterface {
|
|
|
464
465
|
youtube: ContentInterface[];
|
|
465
466
|
linkedin: ContentInterface[];
|
|
466
467
|
pinterest: ContentInterface[];
|
|
468
|
+
twitter: ContentInterface[];
|
|
467
469
|
scope: ContractedScopeInterface;
|
|
468
470
|
}
|
|
469
471
|
|
package/dist/recruitment.d.ts
CHANGED
|
@@ -182,6 +182,7 @@ export declare interface DeliveryScope {
|
|
|
182
182
|
dayAllocation?: number | null;
|
|
183
183
|
pinterest?: number | null;
|
|
184
184
|
linkedin?: number | null;
|
|
185
|
+
twitter?: number | null;
|
|
185
186
|
}
|
|
186
187
|
|
|
187
188
|
export declare interface Exchange {
|
|
@@ -464,6 +465,7 @@ export declare interface RecruitmentInterface {
|
|
|
464
465
|
youtube: ContentInterface[];
|
|
465
466
|
linkedin: ContentInterface[];
|
|
466
467
|
pinterest: ContentInterface[];
|
|
468
|
+
twitter: ContentInterface[];
|
|
467
469
|
scope: ContractedScopeInterface;
|
|
468
470
|
}
|
|
469
471
|
|
package/dist/sale.d.ts
CHANGED
|
@@ -182,6 +182,7 @@ declare interface DeliveryScope {
|
|
|
182
182
|
dayAllocation?: number | null;
|
|
183
183
|
pinterest?: number | null;
|
|
184
184
|
linkedin?: number | null;
|
|
185
|
+
twitter?: number | null;
|
|
185
186
|
}
|
|
186
187
|
|
|
187
188
|
declare interface Exchange {
|
|
@@ -464,6 +465,7 @@ declare interface RecruitmentInterface {
|
|
|
464
465
|
youtube: ContentInterface[];
|
|
465
466
|
linkedin: ContentInterface[];
|
|
466
467
|
pinterest: ContentInterface[];
|
|
468
|
+
twitter: ContentInterface[];
|
|
467
469
|
scope: ContractedScopeInterface;
|
|
468
470
|
}
|
|
469
471
|
|