@grapadigital/shared-app-modules 0.0.123 → 0.0.124
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 -0
- package/dist/components.d.ts +1 -0
- package/dist/content.d.ts +1 -0
- package/dist/invoice.d.ts +1 -0
- package/dist/payment.d.ts +1 -0
- package/dist/recruitment.d.ts +1 -0
- package/dist/sale.d.ts +1 -0
- package/package.json +1 -1
package/dist/action.d.ts
CHANGED
|
@@ -397,6 +397,7 @@ declare interface ProfileMetric {
|
|
|
397
397
|
declare interface ProposalInterface {
|
|
398
398
|
businessUnit: "enterprise" | "artistic";
|
|
399
399
|
origin: "inbound" | "outbound";
|
|
400
|
+
type: "new" | "organic_expansion" | "strategic_expansion" | "renewal" | "comercial_winback" | "organic_winback";
|
|
400
401
|
contact: string;
|
|
401
402
|
initialScope: string;
|
|
402
403
|
profile: ProfileInterface;
|
package/dist/components.d.ts
CHANGED
|
@@ -637,6 +637,7 @@ declare interface ProfileSelectInputProps extends Omit<default_2.ComponentProps<
|
|
|
637
637
|
declare interface ProposalInterface {
|
|
638
638
|
businessUnit: "enterprise" | "artistic";
|
|
639
639
|
origin: "inbound" | "outbound";
|
|
640
|
+
type: "new" | "organic_expansion" | "strategic_expansion" | "renewal" | "comercial_winback" | "organic_winback";
|
|
640
641
|
contact: string;
|
|
641
642
|
initialScope: string;
|
|
642
643
|
profile: ProfileInterface;
|
package/dist/content.d.ts
CHANGED
|
@@ -397,6 +397,7 @@ declare interface ProfileMetric {
|
|
|
397
397
|
declare interface ProposalInterface {
|
|
398
398
|
businessUnit: "enterprise" | "artistic";
|
|
399
399
|
origin: "inbound" | "outbound";
|
|
400
|
+
type: "new" | "organic_expansion" | "strategic_expansion" | "renewal" | "comercial_winback" | "organic_winback";
|
|
400
401
|
contact: string;
|
|
401
402
|
initialScope: string;
|
|
402
403
|
profile: ProfileInterface;
|
package/dist/invoice.d.ts
CHANGED
|
@@ -397,6 +397,7 @@ declare interface ProfileMetric {
|
|
|
397
397
|
declare interface ProposalInterface {
|
|
398
398
|
businessUnit: "enterprise" | "artistic";
|
|
399
399
|
origin: "inbound" | "outbound";
|
|
400
|
+
type: "new" | "organic_expansion" | "strategic_expansion" | "renewal" | "comercial_winback" | "organic_winback";
|
|
400
401
|
contact: string;
|
|
401
402
|
initialScope: string;
|
|
402
403
|
profile: ProfileInterface;
|
package/dist/payment.d.ts
CHANGED
|
@@ -397,6 +397,7 @@ declare interface ProfileMetric {
|
|
|
397
397
|
declare interface ProposalInterface {
|
|
398
398
|
businessUnit: "enterprise" | "artistic";
|
|
399
399
|
origin: "inbound" | "outbound";
|
|
400
|
+
type: "new" | "organic_expansion" | "strategic_expansion" | "renewal" | "comercial_winback" | "organic_winback";
|
|
400
401
|
contact: string;
|
|
401
402
|
initialScope: string;
|
|
402
403
|
profile: ProfileInterface;
|
package/dist/recruitment.d.ts
CHANGED
|
@@ -397,6 +397,7 @@ declare interface ProfileMetric {
|
|
|
397
397
|
declare interface ProposalInterface {
|
|
398
398
|
businessUnit: "enterprise" | "artistic";
|
|
399
399
|
origin: "inbound" | "outbound";
|
|
400
|
+
type: "new" | "organic_expansion" | "strategic_expansion" | "renewal" | "comercial_winback" | "organic_winback";
|
|
400
401
|
contact: string;
|
|
401
402
|
initialScope: string;
|
|
402
403
|
profile: ProfileInterface;
|
package/dist/sale.d.ts
CHANGED
|
@@ -397,6 +397,7 @@ declare interface ProfileMetric {
|
|
|
397
397
|
export declare interface ProposalInterface {
|
|
398
398
|
businessUnit: "enterprise" | "artistic";
|
|
399
399
|
origin: "inbound" | "outbound";
|
|
400
|
+
type: "new" | "organic_expansion" | "strategic_expansion" | "renewal" | "comercial_winback" | "organic_winback";
|
|
400
401
|
contact: string;
|
|
401
402
|
initialScope: string;
|
|
402
403
|
profile: ProfileInterface;
|