@grapadigital/shared-app-modules 0.0.141 → 0.0.142

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
@@ -502,7 +502,7 @@ declare interface SaleInterface {
502
502
  negotiation?: NegotiationInterface;
503
503
  formalization?: FormalizationInterface;
504
504
  lost?: LostInterface;
505
- inbox?: InboxInterface[];
505
+ inbox?: InboxInterface;
506
506
  notes?: Note[];
507
507
  actions?: ActionInterface[];
508
508
  invoices?: InvoiceInterface[];
@@ -764,7 +764,7 @@ declare interface SaleInterface {
764
764
  negotiation?: NegotiationInterface;
765
765
  formalization?: FormalizationInterface;
766
766
  lost?: LostInterface;
767
- inbox?: InboxInterface[];
767
+ inbox?: InboxInterface;
768
768
  notes?: Note[];
769
769
  actions?: ActionInterface[];
770
770
  invoices?: InvoiceInterface[];
package/dist/content.d.ts CHANGED
@@ -502,7 +502,7 @@ declare interface SaleInterface {
502
502
  negotiation?: NegotiationInterface;
503
503
  formalization?: FormalizationInterface;
504
504
  lost?: LostInterface;
505
- inbox?: InboxInterface[];
505
+ inbox?: InboxInterface;
506
506
  notes?: Note[];
507
507
  actions?: ActionInterface[];
508
508
  invoices?: InvoiceInterface[];
package/dist/invoice.d.ts CHANGED
@@ -502,7 +502,7 @@ declare interface SaleInterface {
502
502
  negotiation?: NegotiationInterface;
503
503
  formalization?: FormalizationInterface;
504
504
  lost?: LostInterface;
505
- inbox?: InboxInterface[];
505
+ inbox?: InboxInterface;
506
506
  notes?: Note_2[];
507
507
  actions?: ActionInterface[];
508
508
  invoices?: InvoiceInterface[];
package/dist/payment.d.ts CHANGED
@@ -502,7 +502,7 @@ declare interface SaleInterface {
502
502
  negotiation?: NegotiationInterface;
503
503
  formalization?: FormalizationInterface;
504
504
  lost?: LostInterface;
505
- inbox?: InboxInterface[];
505
+ inbox?: InboxInterface;
506
506
  notes?: Note_2[];
507
507
  actions?: ActionInterface[];
508
508
  invoices?: InvoiceInterface[];
@@ -502,7 +502,7 @@ declare interface SaleInterface {
502
502
  negotiation?: NegotiationInterface;
503
503
  formalization?: FormalizationInterface;
504
504
  lost?: LostInterface;
505
- inbox?: InboxInterface[];
505
+ inbox?: InboxInterface;
506
506
  notes?: Note[];
507
507
  actions?: ActionInterface[];
508
508
  invoices?: InvoiceInterface[];
package/dist/sale.d.ts CHANGED
@@ -502,7 +502,7 @@ export declare interface SaleInterface {
502
502
  negotiation?: NegotiationInterface;
503
503
  formalization?: FormalizationInterface;
504
504
  lost?: LostInterface;
505
- inbox?: InboxInterface[];
505
+ inbox?: InboxInterface;
506
506
  notes?: Note[];
507
507
  actions?: ActionInterface[];
508
508
  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.142",
5
5
  "files": [
6
6
  "dist"
7
7
  ],