@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 +1 -1
- package/dist/components.d.ts +1 -1
- package/dist/content.d.ts +1 -1
- package/dist/invoice.d.ts +1 -1
- package/dist/payment.d.ts +1 -1
- package/dist/recruitment.d.ts +1 -1
- package/dist/sale.d.ts +1 -1
- package/package.json +1 -1
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[];
|
package/dist/components.d.ts
CHANGED
|
@@ -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[];
|
package/dist/recruitment.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/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[];
|