@grapadigital/shared-app-modules 0.0.141 → 0.0.143

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
@@ -444,6 +444,10 @@ declare interface RecruitmentInterface {
444
444
  status: string;
445
445
  actionId: string;
446
446
  profileId: string;
447
+ impressions: number;
448
+ reach: number;
449
+ engagementRate: number;
450
+ totalContents: number;
447
451
  profile: ProfileInterface;
448
452
  reel: ContentInterface[];
449
453
  story: ContentInterface[];
@@ -502,7 +506,7 @@ declare interface SaleInterface {
502
506
  negotiation?: NegotiationInterface;
503
507
  formalization?: FormalizationInterface;
504
508
  lost?: LostInterface;
505
- inbox?: InboxInterface[];
509
+ inbox?: InboxInterface;
506
510
  notes?: Note[];
507
511
  actions?: ActionInterface[];
508
512
  invoices?: InvoiceInterface[];
@@ -706,6 +706,10 @@ declare interface RecruitmentInterface {
706
706
  status: string;
707
707
  actionId: string;
708
708
  profileId: string;
709
+ impressions: number;
710
+ reach: number;
711
+ engagementRate: number;
712
+ totalContents: number;
709
713
  profile: ProfileInterface;
710
714
  reel: ContentInterface[];
711
715
  story: ContentInterface[];
@@ -764,7 +768,7 @@ declare interface SaleInterface {
764
768
  negotiation?: NegotiationInterface;
765
769
  formalization?: FormalizationInterface;
766
770
  lost?: LostInterface;
767
- inbox?: InboxInterface[];
771
+ inbox?: InboxInterface;
768
772
  notes?: Note[];
769
773
  actions?: ActionInterface[];
770
774
  invoices?: InvoiceInterface[];
package/dist/content.d.ts CHANGED
@@ -444,6 +444,10 @@ declare interface RecruitmentInterface {
444
444
  status: string;
445
445
  actionId: string;
446
446
  profileId: string;
447
+ impressions: number;
448
+ reach: number;
449
+ engagementRate: number;
450
+ totalContents: number;
447
451
  profile: ProfileInterface;
448
452
  reel: ContentInterface[];
449
453
  story: ContentInterface[];
@@ -502,7 +506,7 @@ declare interface SaleInterface {
502
506
  negotiation?: NegotiationInterface;
503
507
  formalization?: FormalizationInterface;
504
508
  lost?: LostInterface;
505
- inbox?: InboxInterface[];
509
+ inbox?: InboxInterface;
506
510
  notes?: Note[];
507
511
  actions?: ActionInterface[];
508
512
  invoices?: InvoiceInterface[];
package/dist/invoice.d.ts CHANGED
@@ -444,6 +444,10 @@ declare interface RecruitmentInterface {
444
444
  status: string;
445
445
  actionId: string;
446
446
  profileId: string;
447
+ impressions: number;
448
+ reach: number;
449
+ engagementRate: number;
450
+ totalContents: number;
447
451
  profile: ProfileInterface;
448
452
  reel: ContentInterface[];
449
453
  story: ContentInterface[];
@@ -502,7 +506,7 @@ declare interface SaleInterface {
502
506
  negotiation?: NegotiationInterface;
503
507
  formalization?: FormalizationInterface;
504
508
  lost?: LostInterface;
505
- inbox?: InboxInterface[];
509
+ inbox?: InboxInterface;
506
510
  notes?: Note_2[];
507
511
  actions?: ActionInterface[];
508
512
  invoices?: InvoiceInterface[];
package/dist/payment.d.ts CHANGED
@@ -444,6 +444,10 @@ declare interface RecruitmentInterface {
444
444
  status: string;
445
445
  actionId: string;
446
446
  profileId: string;
447
+ impressions: number;
448
+ reach: number;
449
+ engagementRate: number;
450
+ totalContents: number;
447
451
  profile: ProfileInterface;
448
452
  reel: ContentInterface[];
449
453
  story: ContentInterface[];
@@ -502,7 +506,7 @@ declare interface SaleInterface {
502
506
  negotiation?: NegotiationInterface;
503
507
  formalization?: FormalizationInterface;
504
508
  lost?: LostInterface;
505
- inbox?: InboxInterface[];
509
+ inbox?: InboxInterface;
506
510
  notes?: Note_2[];
507
511
  actions?: ActionInterface[];
508
512
  invoices?: InvoiceInterface[];
@@ -444,6 +444,10 @@ export declare interface RecruitmentInterface {
444
444
  status: string;
445
445
  actionId: string;
446
446
  profileId: string;
447
+ impressions: number;
448
+ reach: number;
449
+ engagementRate: number;
450
+ totalContents: number;
447
451
  profile: ProfileInterface;
448
452
  reel: ContentInterface[];
449
453
  story: ContentInterface[];
@@ -502,7 +506,7 @@ declare interface SaleInterface {
502
506
  negotiation?: NegotiationInterface;
503
507
  formalization?: FormalizationInterface;
504
508
  lost?: LostInterface;
505
- inbox?: InboxInterface[];
509
+ inbox?: InboxInterface;
506
510
  notes?: Note[];
507
511
  actions?: ActionInterface[];
508
512
  invoices?: InvoiceInterface[];
package/dist/sale.d.ts CHANGED
@@ -444,6 +444,10 @@ declare interface RecruitmentInterface {
444
444
  status: string;
445
445
  actionId: string;
446
446
  profileId: string;
447
+ impressions: number;
448
+ reach: number;
449
+ engagementRate: number;
450
+ totalContents: number;
447
451
  profile: ProfileInterface;
448
452
  reel: ContentInterface[];
449
453
  story: ContentInterface[];
@@ -502,7 +506,7 @@ export declare interface SaleInterface {
502
506
  negotiation?: NegotiationInterface;
503
507
  formalization?: FormalizationInterface;
504
508
  lost?: LostInterface;
505
- inbox?: InboxInterface[];
509
+ inbox?: InboxInterface;
506
510
  notes?: Note[];
507
511
  actions?: ActionInterface[];
508
512
  invoices?: InvoiceInterface[];
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.141",
4
+ "version": "0.0.143",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
@@ -116,13 +116,6 @@
116
116
  }
117
117
  },
118
118
  "type": "module",
119
- "scripts": {
120
- "dev": "vite",
121
- "build": "rm -rf dist && tsc -b && vite build",
122
- "lint": "eslint .",
123
- "preview": "vite preview",
124
- "lib:publish": "pnpm build && pnpm publish --no-git-checks"
125
- },
126
119
  "peerDependencies": {
127
120
  "react": "^18.3.1",
128
121
  "react-dom": "^18.3.1"
@@ -178,5 +171,12 @@
178
171
  "vite": "^7.2.4",
179
172
  "vite-plugin-dts": "^4.5.4",
180
173
  "vite-plugin-lib-inject-css": "^2.2.2"
174
+ },
175
+ "scripts": {
176
+ "dev": "vite",
177
+ "build": "rm -rf dist && tsc -b && vite build",
178
+ "lint": "eslint .",
179
+ "preview": "vite preview",
180
+ "lib:publish": "pnpm build && pnpm publish --no-git-checks"
181
181
  }
182
- }
182
+ }