@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 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;
@@ -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;
@@ -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;
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.123",
4
+ "version": "0.0.124",
5
5
  "files": [
6
6
  "dist"
7
7
  ],