@medalsocial/sdk 1.5.0 → 1.7.0

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.
@@ -17,9 +17,9 @@ declare const CreateContactSchema: z.ZodObject<{
17
17
  company: z.ZodOptional<z.ZodString>;
18
18
  job_title: z.ZodOptional<z.ZodString>;
19
19
  status: z.ZodOptional<z.ZodEnum<{
20
+ customer: "customer";
20
21
  lead: "lead";
21
22
  prospect: "prospect";
22
- customer: "customer";
23
23
  churned: "churned";
24
24
  archived: "archived";
25
25
  }>>;
@@ -95,9 +95,9 @@ declare function createMedalTools(client: Medal): {
95
95
  company: z.ZodOptional<z.ZodString>;
96
96
  job_title: z.ZodOptional<z.ZodString>;
97
97
  status: z.ZodOptional<z.ZodEnum<{
98
+ customer: "customer";
98
99
  lead: "lead";
99
100
  prospect: "prospect";
100
- customer: "customer";
101
101
  churned: "churned";
102
102
  archived: "archived";
103
103
  }>>;
@@ -17,9 +17,9 @@ declare const CreateContactSchema: z.ZodObject<{
17
17
  company: z.ZodOptional<z.ZodString>;
18
18
  job_title: z.ZodOptional<z.ZodString>;
19
19
  status: z.ZodOptional<z.ZodEnum<{
20
+ customer: "customer";
20
21
  lead: "lead";
21
22
  prospect: "prospect";
22
- customer: "customer";
23
23
  churned: "churned";
24
24
  archived: "archived";
25
25
  }>>;
@@ -95,9 +95,9 @@ declare function createMedalTools(client: Medal): {
95
95
  company: z.ZodOptional<z.ZodString>;
96
96
  job_title: z.ZodOptional<z.ZodString>;
97
97
  status: z.ZodOptional<z.ZodEnum<{
98
+ customer: "customer";
98
99
  lead: "lead";
99
100
  prospect: "prospect";
100
- customer: "customer";
101
101
  churned: "churned";
102
102
  archived: "archived";
103
103
  }>>;