@grapadigital/shared-app-modules 0.0.124 → 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 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 {
@@ -437,6 +439,8 @@ declare interface RecruitmentInterface {
437
439
  image: ContentInterface[];
438
440
  tiktok: ContentInterface[];
439
441
  youtube: ContentInterface[];
442
+ linkedin: ContentInterface[];
443
+ pinterest: ContentInterface[];
440
444
  scope: ContractedScopeInterface;
441
445
  }
442
446
 
@@ -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;
@@ -677,6 +679,8 @@ declare interface RecruitmentInterface {
677
679
  image: ContentInterface[];
678
680
  tiktok: ContentInterface[];
679
681
  youtube: ContentInterface[];
682
+ linkedin: ContentInterface[];
683
+ pinterest: ContentInterface[];
680
684
  scope: ContractedScopeInterface;
681
685
  }
682
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 {
@@ -437,6 +439,8 @@ declare interface RecruitmentInterface {
437
439
  image: ContentInterface[];
438
440
  tiktok: ContentInterface[];
439
441
  youtube: ContentInterface[];
442
+ linkedin: ContentInterface[];
443
+ pinterest: ContentInterface[];
440
444
  scope: ContractedScopeInterface;
441
445
  }
442
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 {
@@ -437,6 +439,8 @@ declare interface RecruitmentInterface {
437
439
  image: ContentInterface[];
438
440
  tiktok: ContentInterface[];
439
441
  youtube: ContentInterface[];
442
+ linkedin: ContentInterface[];
443
+ pinterest: ContentInterface[];
440
444
  scope: ContractedScopeInterface;
441
445
  }
442
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 {
@@ -437,6 +439,8 @@ declare interface RecruitmentInterface {
437
439
  image: ContentInterface[];
438
440
  tiktok: ContentInterface[];
439
441
  youtube: ContentInterface[];
442
+ linkedin: ContentInterface[];
443
+ pinterest: ContentInterface[];
440
444
  scope: ContractedScopeInterface;
441
445
  }
442
446
 
@@ -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 {
@@ -437,6 +439,8 @@ export declare interface RecruitmentInterface {
437
439
  image: ContentInterface[];
438
440
  tiktok: ContentInterface[];
439
441
  youtube: ContentInterface[];
442
+ linkedin: ContentInterface[];
443
+ pinterest: ContentInterface[];
440
444
  scope: ContractedScopeInterface;
441
445
  }
442
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 {
@@ -437,6 +439,8 @@ declare interface RecruitmentInterface {
437
439
  image: ContentInterface[];
438
440
  tiktok: ContentInterface[];
439
441
  youtube: ContentInterface[];
442
+ linkedin: ContentInterface[];
443
+ pinterest: ContentInterface[];
440
444
  scope: ContractedScopeInterface;
441
445
  }
442
446
 
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.124",
4
+ "version": "0.0.125",
5
5
  "files": [
6
6
  "dist"
7
7
  ],