@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 +4 -0
- package/dist/chuncks/{field-textarea.component.CeuGTc_-.js → field-textarea.component.B0Y5wLxD.js} +324 -303
- package/dist/chuncks/{format.util.nUZ_kuY2.js → format.util.D3U9ZMqh.js} +1 -1
- package/dist/components.d.ts +15 -0
- package/dist/components.js +29 -28
- package/dist/constants.js +1 -1
- package/dist/content.d.ts +4 -0
- package/dist/events.js +1 -1
- package/dist/invoice.d.ts +4 -0
- package/dist/payment.d.ts +4 -0
- package/dist/recruitment.d.ts +4 -0
- package/dist/sale.d.ts +4 -0
- package/dist/utils.js +2 -2
- 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 {
|
|
@@ -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
|
|