@grapadigital/shared-app-modules 0.0.146 → 0.0.147

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
@@ -464,6 +464,7 @@ declare interface RecruitmentInterface {
464
464
  youtube: ContentInterface[];
465
465
  linkedin: ContentInterface[];
466
466
  pinterest: ContentInterface[];
467
+ twitter: ContentInterface[];
467
468
  scope: ContractedScopeInterface;
468
469
  }
469
470
 
@@ -726,6 +726,7 @@ declare interface RecruitmentInterface {
726
726
  youtube: ContentInterface[];
727
727
  linkedin: ContentInterface[];
728
728
  pinterest: ContentInterface[];
729
+ twitter: ContentInterface[];
729
730
  scope: ContractedScopeInterface;
730
731
  }
731
732
 
package/dist/content.d.ts CHANGED
@@ -464,6 +464,7 @@ declare interface RecruitmentInterface {
464
464
  youtube: ContentInterface[];
465
465
  linkedin: ContentInterface[];
466
466
  pinterest: ContentInterface[];
467
+ twitter: ContentInterface[];
467
468
  scope: ContractedScopeInterface;
468
469
  }
469
470
 
package/dist/invoice.d.ts CHANGED
@@ -464,6 +464,7 @@ declare interface RecruitmentInterface {
464
464
  youtube: ContentInterface[];
465
465
  linkedin: ContentInterface[];
466
466
  pinterest: ContentInterface[];
467
+ twitter: ContentInterface[];
467
468
  scope: ContractedScopeInterface;
468
469
  }
469
470
 
package/dist/payment.d.ts CHANGED
@@ -464,6 +464,7 @@ declare interface RecruitmentInterface {
464
464
  youtube: ContentInterface[];
465
465
  linkedin: ContentInterface[];
466
466
  pinterest: ContentInterface[];
467
+ twitter: ContentInterface[];
467
468
  scope: ContractedScopeInterface;
468
469
  }
469
470
 
@@ -464,6 +464,7 @@ export declare interface RecruitmentInterface {
464
464
  youtube: ContentInterface[];
465
465
  linkedin: ContentInterface[];
466
466
  pinterest: ContentInterface[];
467
+ twitter: ContentInterface[];
467
468
  scope: ContractedScopeInterface;
468
469
  }
469
470
 
package/dist/sale.d.ts CHANGED
@@ -464,6 +464,7 @@ declare interface RecruitmentInterface {
464
464
  youtube: ContentInterface[];
465
465
  linkedin: ContentInterface[];
466
466
  pinterest: ContentInterface[];
467
+ twitter: ContentInterface[];
467
468
  scope: ContractedScopeInterface;
468
469
  }
469
470
 
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.146",
4
+ "version": "0.0.147",
5
5
  "files": [
6
6
  "dist"
7
7
  ],