@grapadigital/shared-app-modules 0.0.124 → 0.0.126

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