@keystrokehq/pipedrive 0.1.3 → 0.1.4

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.
Files changed (41) hide show
  1. package/dist/actions/add-activity-type.d.cts +2 -2
  2. package/dist/actions/add-activity-type.d.mts +2 -2
  3. package/dist/actions/add-deal-field.d.cts +2 -2
  4. package/dist/actions/add-deal-field.d.mts +2 -2
  5. package/dist/actions/add-organization-field.d.cts +2 -2
  6. package/dist/actions/add-organization-field.d.mts +2 -2
  7. package/dist/actions/add-person-field.d.cts +3 -3
  8. package/dist/actions/add-person-field.d.mts +3 -3
  9. package/dist/actions/add-product-field.d.cts +2 -2
  10. package/dist/actions/add-product-field.d.mts +2 -2
  11. package/dist/actions/get-activity-field.d.cts +3 -3
  12. package/dist/actions/get-activity-field.d.mts +3 -3
  13. package/dist/actions/get-all-teams-of-a-user.d.cts +2 -2
  14. package/dist/actions/get-all-teams-of-a-user.d.mts +2 -2
  15. package/dist/actions/get-all-teams.d.cts +2 -2
  16. package/dist/actions/get-all-teams.d.mts +2 -2
  17. package/dist/actions/get-archived-deals.d.cts +2 -2
  18. package/dist/actions/get-archived-deals.d.mts +2 -2
  19. package/dist/actions/get-archived-leads.d.cts +4 -4
  20. package/dist/actions/get-archived-leads.d.mts +4 -4
  21. package/dist/actions/search-deals.d.cts +2 -2
  22. package/dist/actions/search-deals.d.mts +2 -2
  23. package/dist/actions/search-leads.d.cts +2 -2
  24. package/dist/actions/search-leads.d.mts +2 -2
  25. package/dist/actions/search-multiple-item-types.d.cts +4 -4
  26. package/dist/actions/search-multiple-item-types.d.mts +4 -4
  27. package/dist/actions/search-products.d.cts +2 -2
  28. package/dist/actions/search-products.d.mts +2 -2
  29. package/dist/actions/update-a-product-field.d.cts +1 -1
  30. package/dist/actions/update-a-product-field.d.mts +1 -1
  31. package/dist/actions/update-activity-type.d.cts +2 -2
  32. package/dist/actions/update-activity-type.d.mts +2 -2
  33. package/dist/actions/update-an-activity-type.d.cts +2 -2
  34. package/dist/actions/update-an-activity-type.d.mts +2 -2
  35. package/dist/catalog.cjs +2 -2
  36. package/dist/catalog.cjs.map +1 -1
  37. package/dist/catalog.d.cts +2 -2
  38. package/dist/catalog.d.mts +2 -2
  39. package/dist/catalog.mjs +2 -2
  40. package/dist/catalog.mjs.map +1 -1
  41. package/package.json +1 -1
@@ -5,9 +5,9 @@ declare const PipedriveAddActivityTypeInput: z.ZodObject<{
5
5
  name: z.ZodString;
6
6
  color: z.ZodOptional<z.ZodString>;
7
7
  icon_key: z.ZodEnum<{
8
+ email: "email";
8
9
  key: "key";
9
10
  search: "search";
10
- email: "email";
11
11
  task: "task";
12
12
  meeting: "meeting";
13
13
  deadline: "deadline";
@@ -64,7 +64,7 @@ declare const PipedriveAddActivityTypeOutput: z.ZodObject<{
64
64
  }, z.core.$loose>;
65
65
  declare const pipedriveAddActivityType: import("@keystrokehq/action").WorkflowActionDefinition<{
66
66
  name: string;
67
- icon_key: "key" | "search" | "email" | "task" | "meeting" | "deadline" | "call" | "lunch" | "calendar" | "downarrow" | "document" | "smartphone" | "camera" | "scissors" | "cogs" | "bubble" | "uparrow" | "checkbox" | "signpost" | "shuffle" | "addressbook" | "linegraph" | "picture" | "car" | "world" | "clip" | "sound" | "brush" | "padlock" | "pricetag" | "suitcase" | "finish" | "plane" | "loop" | "wifi" | "truck" | "cart" | "bulb" | "bell" | "presentation";
67
+ icon_key: "email" | "key" | "search" | "task" | "meeting" | "deadline" | "call" | "lunch" | "calendar" | "downarrow" | "document" | "smartphone" | "camera" | "scissors" | "cogs" | "bubble" | "uparrow" | "checkbox" | "signpost" | "shuffle" | "addressbook" | "linegraph" | "picture" | "car" | "world" | "clip" | "sound" | "brush" | "padlock" | "pricetag" | "suitcase" | "finish" | "plane" | "loop" | "wifi" | "truck" | "cart" | "bulb" | "bell" | "presentation";
68
68
  color?: string | undefined;
69
69
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
70
70
  //#endregion
@@ -5,9 +5,9 @@ declare const PipedriveAddActivityTypeInput: z.ZodObject<{
5
5
  name: z.ZodString;
6
6
  color: z.ZodOptional<z.ZodString>;
7
7
  icon_key: z.ZodEnum<{
8
+ email: "email";
8
9
  key: "key";
9
10
  search: "search";
10
- email: "email";
11
11
  task: "task";
12
12
  meeting: "meeting";
13
13
  deadline: "deadline";
@@ -64,7 +64,7 @@ declare const PipedriveAddActivityTypeOutput: z.ZodObject<{
64
64
  }, z.core.$loose>;
65
65
  declare const pipedriveAddActivityType: import("@keystrokehq/action").WorkflowActionDefinition<{
66
66
  name: string;
67
- icon_key: "key" | "search" | "email" | "task" | "meeting" | "deadline" | "call" | "lunch" | "calendar" | "downarrow" | "document" | "smartphone" | "camera" | "scissors" | "cogs" | "bubble" | "uparrow" | "checkbox" | "signpost" | "shuffle" | "addressbook" | "linegraph" | "picture" | "car" | "world" | "clip" | "sound" | "brush" | "padlock" | "pricetag" | "suitcase" | "finish" | "plane" | "loop" | "wifi" | "truck" | "cart" | "bulb" | "bell" | "presentation";
67
+ icon_key: "email" | "key" | "search" | "task" | "meeting" | "deadline" | "call" | "lunch" | "calendar" | "downarrow" | "document" | "smartphone" | "camera" | "scissors" | "cogs" | "bubble" | "uparrow" | "checkbox" | "signpost" | "shuffle" | "addressbook" | "linegraph" | "picture" | "car" | "world" | "clip" | "sound" | "brush" | "padlock" | "pricetag" | "suitcase" | "finish" | "plane" | "loop" | "wifi" | "truck" | "cart" | "bulb" | "bell" | "presentation";
68
68
  color?: string | undefined;
69
69
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
70
70
  //#endregion
@@ -8,9 +8,9 @@ declare const PipedriveAddDealFieldInput: z.ZodObject<{
8
8
  date: "date";
9
9
  set: "set";
10
10
  enum: "enum";
11
- user: "user";
12
11
  phone: "phone";
13
12
  address: "address";
13
+ user: "user";
14
14
  varchar: "varchar";
15
15
  varchar_auto: "varchar_auto";
16
16
  text: "text";
@@ -63,7 +63,7 @@ declare const PipedriveAddDealFieldOutput: z.ZodObject<{
63
63
  }, z.core.$loose>;
64
64
  declare const pipedriveAddDealField: import("@keystrokehq/action").WorkflowActionDefinition<{
65
65
  name: string;
66
- field_type: "date" | "set" | "enum" | "user" | "phone" | "address" | "varchar" | "varchar_auto" | "text" | "double" | "monetary" | "org" | "people" | "time" | "timerange" | "daterange";
66
+ field_type: "date" | "set" | "enum" | "phone" | "address" | "user" | "varchar" | "varchar_auto" | "text" | "double" | "monetary" | "org" | "people" | "time" | "timerange" | "daterange";
67
67
  options?: Record<string, unknown>[] | undefined;
68
68
  add_visible_flag?: boolean | undefined;
69
69
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -8,9 +8,9 @@ declare const PipedriveAddDealFieldInput: z.ZodObject<{
8
8
  date: "date";
9
9
  set: "set";
10
10
  enum: "enum";
11
- user: "user";
12
11
  phone: "phone";
13
12
  address: "address";
13
+ user: "user";
14
14
  varchar: "varchar";
15
15
  varchar_auto: "varchar_auto";
16
16
  text: "text";
@@ -63,7 +63,7 @@ declare const PipedriveAddDealFieldOutput: z.ZodObject<{
63
63
  }, z.core.$loose>;
64
64
  declare const pipedriveAddDealField: import("@keystrokehq/action").WorkflowActionDefinition<{
65
65
  name: string;
66
- field_type: "date" | "set" | "enum" | "user" | "phone" | "address" | "varchar" | "varchar_auto" | "text" | "double" | "monetary" | "org" | "people" | "time" | "timerange" | "daterange";
66
+ field_type: "date" | "set" | "enum" | "phone" | "address" | "user" | "varchar" | "varchar_auto" | "text" | "double" | "monetary" | "org" | "people" | "time" | "timerange" | "daterange";
67
67
  options?: Record<string, unknown>[] | undefined;
68
68
  add_visible_flag?: boolean | undefined;
69
69
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -8,9 +8,9 @@ declare const PipedriveAddOrganizationFieldInput: z.ZodObject<{
8
8
  date: "date";
9
9
  set: "set";
10
10
  enum: "enum";
11
- user: "user";
12
11
  phone: "phone";
13
12
  address: "address";
13
+ user: "user";
14
14
  varchar: "varchar";
15
15
  varchar_auto: "varchar_auto";
16
16
  text: "text";
@@ -29,7 +29,7 @@ declare const PipedriveAddOrganizationFieldOutput: z.ZodObject<{
29
29
  }, z.core.$loose>;
30
30
  declare const pipedriveAddOrganizationField: import("@keystrokehq/action").WorkflowActionDefinition<{
31
31
  name: string;
32
- field_type: "date" | "set" | "enum" | "user" | "phone" | "address" | "varchar" | "varchar_auto" | "text" | "double" | "monetary" | "org" | "people" | "time" | "timerange" | "daterange";
32
+ field_type: "date" | "set" | "enum" | "phone" | "address" | "user" | "varchar" | "varchar_auto" | "text" | "double" | "monetary" | "org" | "people" | "time" | "timerange" | "daterange";
33
33
  options?: Record<string, unknown>[] | undefined;
34
34
  add_visible_flag?: boolean | undefined;
35
35
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -8,9 +8,9 @@ declare const PipedriveAddOrganizationFieldInput: z.ZodObject<{
8
8
  date: "date";
9
9
  set: "set";
10
10
  enum: "enum";
11
- user: "user";
12
11
  phone: "phone";
13
12
  address: "address";
13
+ user: "user";
14
14
  varchar: "varchar";
15
15
  varchar_auto: "varchar_auto";
16
16
  text: "text";
@@ -29,7 +29,7 @@ declare const PipedriveAddOrganizationFieldOutput: z.ZodObject<{
29
29
  }, z.core.$loose>;
30
30
  declare const pipedriveAddOrganizationField: import("@keystrokehq/action").WorkflowActionDefinition<{
31
31
  name: string;
32
- field_type: "date" | "set" | "enum" | "user" | "phone" | "address" | "varchar" | "varchar_auto" | "text" | "double" | "monetary" | "org" | "people" | "time" | "timerange" | "daterange";
32
+ field_type: "date" | "set" | "enum" | "phone" | "address" | "user" | "varchar" | "varchar_auto" | "text" | "double" | "monetary" | "org" | "people" | "time" | "timerange" | "daterange";
33
33
  options?: Record<string, unknown>[] | undefined;
34
34
  add_visible_flag?: boolean | undefined;
35
35
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -9,10 +9,10 @@ declare const PipedriveAddPersonFieldInput: z.ZodObject<{
9
9
  date: "date";
10
10
  set: "set";
11
11
  enum: "enum";
12
- user: "user";
13
- visible_to: "visible_to";
14
12
  phone: "phone";
13
+ visible_to: "visible_to";
15
14
  address: "address";
15
+ user: "user";
16
16
  varchar: "varchar";
17
17
  varchar_auto: "varchar_auto";
18
18
  text: "text";
@@ -31,7 +31,7 @@ declare const PipedriveAddPersonFieldOutput: z.ZodObject<{
31
31
  }, z.core.$loose>;
32
32
  declare const pipedriveAddPersonField: import("@keystrokehq/action").WorkflowActionDefinition<{
33
33
  name: string;
34
- field_type: "date" | "set" | "enum" | "user" | "visible_to" | "phone" | "address" | "varchar" | "varchar_auto" | "text" | "double" | "monetary" | "org" | "people" | "time" | "timerange" | "daterange";
34
+ field_type: "date" | "set" | "enum" | "phone" | "visible_to" | "address" | "user" | "varchar" | "varchar_auto" | "text" | "double" | "monetary" | "org" | "people" | "time" | "timerange" | "daterange";
35
35
  options?: Record<string, unknown>[] | undefined;
36
36
  api_token?: string | undefined;
37
37
  add_visible_flag?: boolean | undefined;
@@ -9,10 +9,10 @@ declare const PipedriveAddPersonFieldInput: z.ZodObject<{
9
9
  date: "date";
10
10
  set: "set";
11
11
  enum: "enum";
12
- user: "user";
13
- visible_to: "visible_to";
14
12
  phone: "phone";
13
+ visible_to: "visible_to";
15
14
  address: "address";
15
+ user: "user";
16
16
  varchar: "varchar";
17
17
  varchar_auto: "varchar_auto";
18
18
  text: "text";
@@ -31,7 +31,7 @@ declare const PipedriveAddPersonFieldOutput: z.ZodObject<{
31
31
  }, z.core.$loose>;
32
32
  declare const pipedriveAddPersonField: import("@keystrokehq/action").WorkflowActionDefinition<{
33
33
  name: string;
34
- field_type: "date" | "set" | "enum" | "user" | "visible_to" | "phone" | "address" | "varchar" | "varchar_auto" | "text" | "double" | "monetary" | "org" | "people" | "time" | "timerange" | "daterange";
34
+ field_type: "date" | "set" | "enum" | "phone" | "visible_to" | "address" | "user" | "varchar" | "varchar_auto" | "text" | "double" | "monetary" | "org" | "people" | "time" | "timerange" | "daterange";
35
35
  options?: Record<string, unknown>[] | undefined;
36
36
  api_token?: string | undefined;
37
37
  add_visible_flag?: boolean | undefined;
@@ -8,9 +8,9 @@ declare const PipedriveAddProductFieldInput: z.ZodObject<{
8
8
  date: "date";
9
9
  set: "set";
10
10
  enum: "enum";
11
- user: "user";
12
11
  phone: "phone";
13
12
  address: "address";
13
+ user: "user";
14
14
  varchar: "varchar";
15
15
  varchar_auto: "varchar_auto";
16
16
  text: "text";
@@ -57,7 +57,7 @@ declare const PipedriveAddProductFieldOutput: z.ZodObject<{
57
57
  }, z.core.$loose>;
58
58
  declare const pipedriveAddProductField: import("@keystrokehq/action").WorkflowActionDefinition<{
59
59
  name: string;
60
- field_type: "date" | "set" | "enum" | "user" | "phone" | "address" | "varchar" | "varchar_auto" | "text" | "double" | "monetary" | "org" | "people" | "time" | "timerange" | "daterange";
60
+ field_type: "date" | "set" | "enum" | "phone" | "address" | "user" | "varchar" | "varchar_auto" | "text" | "double" | "monetary" | "org" | "people" | "time" | "timerange" | "daterange";
61
61
  options?: Record<string, unknown>[] | undefined;
62
62
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
63
63
  //#endregion
@@ -8,9 +8,9 @@ declare const PipedriveAddProductFieldInput: z.ZodObject<{
8
8
  date: "date";
9
9
  set: "set";
10
10
  enum: "enum";
11
- user: "user";
12
11
  phone: "phone";
13
12
  address: "address";
13
+ user: "user";
14
14
  varchar: "varchar";
15
15
  varchar_auto: "varchar_auto";
16
16
  text: "text";
@@ -57,7 +57,7 @@ declare const PipedriveAddProductFieldOutput: z.ZodObject<{
57
57
  }, z.core.$loose>;
58
58
  declare const pipedriveAddProductField: import("@keystrokehq/action").WorkflowActionDefinition<{
59
59
  name: string;
60
- field_type: "date" | "set" | "enum" | "user" | "phone" | "address" | "varchar" | "varchar_auto" | "text" | "double" | "monetary" | "org" | "people" | "time" | "timerange" | "daterange";
60
+ field_type: "date" | "set" | "enum" | "phone" | "address" | "user" | "varchar" | "varchar_auto" | "text" | "double" | "monetary" | "org" | "people" | "time" | "timerange" | "daterange";
61
61
  options?: Record<string, unknown>[] | undefined;
62
62
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
63
63
  //#endregion
@@ -25,12 +25,12 @@ declare const PipedriveGetActivityFieldOutput: z.ZodObject<{
25
25
  date: "date";
26
26
  set: "set";
27
27
  enum: "enum";
28
+ phone: "phone";
29
+ visible_to: "visible_to";
30
+ address: "address";
28
31
  project: "project";
29
32
  user: "user";
30
33
  status: "status";
31
- visible_to: "visible_to";
32
- phone: "phone";
33
- address: "address";
34
34
  picture: "picture";
35
35
  varchar: "varchar";
36
36
  varchar_auto: "varchar_auto";
@@ -25,12 +25,12 @@ declare const PipedriveGetActivityFieldOutput: z.ZodObject<{
25
25
  date: "date";
26
26
  set: "set";
27
27
  enum: "enum";
28
+ phone: "phone";
29
+ visible_to: "visible_to";
30
+ address: "address";
28
31
  project: "project";
29
32
  user: "user";
30
33
  status: "status";
31
- visible_to: "visible_to";
32
- phone: "phone";
33
- address: "address";
34
34
  picture: "picture";
35
35
  varchar: "varchar";
36
36
  varchar_auto: "varchar_auto";
@@ -5,9 +5,9 @@ declare const PipedriveGetAllTeamsOfAUserInput: z.ZodObject<{
5
5
  id: z.ZodNumber;
6
6
  order_by: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
7
7
  name: "name";
8
- manager_id: "manager_id";
9
8
  id: "id";
10
9
  active_flag: "active_flag";
10
+ manager_id: "manager_id";
11
11
  }>>>;
12
12
  skip_users: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
13
13
  }, z.core.$strip>;
@@ -37,7 +37,7 @@ declare const PipedriveGetAllTeamsOfAUserOutput: z.ZodObject<{
37
37
  }, z.core.$loose>;
38
38
  declare const pipedriveGetAllTeamsOfAUser: import("@keystrokehq/action").WorkflowActionDefinition<{
39
39
  id: number;
40
- order_by?: "name" | "manager_id" | "id" | "active_flag" | undefined;
40
+ order_by?: "name" | "id" | "active_flag" | "manager_id" | undefined;
41
41
  skip_users?: number | undefined;
42
42
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
43
43
  //#endregion
@@ -5,9 +5,9 @@ declare const PipedriveGetAllTeamsOfAUserInput: z.ZodObject<{
5
5
  id: z.ZodNumber;
6
6
  order_by: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
7
7
  name: "name";
8
- manager_id: "manager_id";
9
8
  id: "id";
10
9
  active_flag: "active_flag";
10
+ manager_id: "manager_id";
11
11
  }>>>;
12
12
  skip_users: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
13
13
  }, z.core.$strip>;
@@ -37,7 +37,7 @@ declare const PipedriveGetAllTeamsOfAUserOutput: z.ZodObject<{
37
37
  }, z.core.$loose>;
38
38
  declare const pipedriveGetAllTeamsOfAUser: import("@keystrokehq/action").WorkflowActionDefinition<{
39
39
  id: number;
40
- order_by?: "name" | "manager_id" | "id" | "active_flag" | undefined;
40
+ order_by?: "name" | "id" | "active_flag" | "manager_id" | undefined;
41
41
  skip_users?: number | undefined;
42
42
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
43
43
  //#endregion
@@ -4,9 +4,9 @@ import { z } from "zod";
4
4
  declare const PipedriveGetAllTeamsInput: z.ZodObject<{
5
5
  order_by: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
6
6
  name: "name";
7
- manager_id: "manager_id";
8
7
  id: "id";
9
8
  active_flag: "active_flag";
9
+ manager_id: "manager_id";
10
10
  }>>>;
11
11
  skip_users: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
12
12
  }, z.core.$strip>;
@@ -25,7 +25,7 @@ declare const PipedriveGetAllTeamsOutput: z.ZodObject<{
25
25
  success: z.ZodNullable<z.ZodBoolean>;
26
26
  }, z.core.$loose>;
27
27
  declare const pipedriveGetAllTeams: import("@keystrokehq/action").WorkflowActionDefinition<{
28
- order_by?: "name" | "manager_id" | "id" | "active_flag" | undefined;
28
+ order_by?: "name" | "id" | "active_flag" | "manager_id" | undefined;
29
29
  skip_users?: number | undefined;
30
30
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
31
31
  //#endregion
@@ -4,9 +4,9 @@ import { z } from "zod";
4
4
  declare const PipedriveGetAllTeamsInput: z.ZodObject<{
5
5
  order_by: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
6
6
  name: "name";
7
- manager_id: "manager_id";
8
7
  id: "id";
9
8
  active_flag: "active_flag";
9
+ manager_id: "manager_id";
10
10
  }>>>;
11
11
  skip_users: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
12
12
  }, z.core.$strip>;
@@ -25,7 +25,7 @@ declare const PipedriveGetAllTeamsOutput: z.ZodObject<{
25
25
  success: z.ZodNullable<z.ZodBoolean>;
26
26
  }, z.core.$loose>;
27
27
  declare const pipedriveGetAllTeams: import("@keystrokehq/action").WorkflowActionDefinition<{
28
- order_by?: "name" | "manager_id" | "id" | "active_flag" | undefined;
28
+ order_by?: "name" | "id" | "active_flag" | "manager_id" | undefined;
29
29
  skip_users?: number | undefined;
30
30
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
31
31
  //#endregion
@@ -13,9 +13,9 @@ declare const PipedriveGetArchivedDealsInput: z.ZodObject<{
13
13
  lost: "lost";
14
14
  }>>;
15
15
  sort_by: z.ZodOptional<z.ZodEnum<{
16
- id: "id";
17
16
  add_time: "add_time";
18
17
  update_time: "update_time";
18
+ id: "id";
19
19
  }>>;
20
20
  owner_id: z.ZodOptional<z.ZodNumber>;
21
21
  stage_id: z.ZodOptional<z.ZodNumber>;
@@ -76,7 +76,7 @@ declare const pipedriveGetArchivedDeals: import("@keystrokehq/action").WorkflowA
76
76
  cursor?: string | undefined;
77
77
  org_id?: number | undefined;
78
78
  status?: "deleted" | "open" | "won" | "lost" | undefined;
79
- sort_by?: "id" | "add_time" | "update_time" | undefined;
79
+ sort_by?: "add_time" | "update_time" | "id" | undefined;
80
80
  owner_id?: number | undefined;
81
81
  stage_id?: number | undefined;
82
82
  filter_id?: number | undefined;
@@ -13,9 +13,9 @@ declare const PipedriveGetArchivedDealsInput: z.ZodObject<{
13
13
  lost: "lost";
14
14
  }>>;
15
15
  sort_by: z.ZodOptional<z.ZodEnum<{
16
- id: "id";
17
16
  add_time: "add_time";
18
17
  update_time: "update_time";
18
+ id: "id";
19
19
  }>>;
20
20
  owner_id: z.ZodOptional<z.ZodNumber>;
21
21
  stage_id: z.ZodOptional<z.ZodNumber>;
@@ -76,7 +76,7 @@ declare const pipedriveGetArchivedDeals: import("@keystrokehq/action").WorkflowA
76
76
  cursor?: string | undefined;
77
77
  org_id?: number | undefined;
78
78
  status?: "deleted" | "open" | "won" | "lost" | undefined;
79
- sort_by?: "id" | "add_time" | "update_time" | undefined;
79
+ sort_by?: "add_time" | "update_time" | "id" | undefined;
80
80
  owner_id?: number | undefined;
81
81
  stage_id?: number | undefined;
82
82
  filter_id?: number | undefined;
@@ -3,12 +3,12 @@ import { z } from "zod";
3
3
  //#region src/actions/get-archived-leads.d.ts
4
4
  declare const PipedriveGetArchivedLeadsInput: z.ZodObject<{
5
5
  sort: z.ZodOptional<z.ZodEnum<{
6
- id: "id";
7
6
  add_time: "add_time";
8
- title: "title";
9
- expected_close_date: "expected_close_date";
10
7
  owner_id: "owner_id";
11
8
  update_time: "update_time";
9
+ id: "id";
10
+ title: "title";
11
+ expected_close_date: "expected_close_date";
12
12
  was_seen: "was_seen";
13
13
  creator_id: "creator_id";
14
14
  next_activity_id: "next_activity_id";
@@ -55,7 +55,7 @@ declare const PipedriveGetArchivedLeadsOutput: z.ZodObject<{
55
55
  }, z.core.$loose>>>;
56
56
  }, z.core.$loose>;
57
57
  declare const pipedriveGetArchivedLeads: import("@keystrokehq/action").WorkflowActionDefinition<{
58
- sort?: "id" | "add_time" | "title" | "expected_close_date" | "owner_id" | "update_time" | "was_seen" | "creator_id" | "next_activity_id" | undefined;
58
+ sort?: "add_time" | "owner_id" | "update_time" | "id" | "title" | "expected_close_date" | "was_seen" | "creator_id" | "next_activity_id" | undefined;
59
59
  limit?: number | undefined;
60
60
  start?: number | undefined;
61
61
  owner_id?: number | undefined;
@@ -3,12 +3,12 @@ import { z } from "zod";
3
3
  //#region src/actions/get-archived-leads.d.ts
4
4
  declare const PipedriveGetArchivedLeadsInput: z.ZodObject<{
5
5
  sort: z.ZodOptional<z.ZodEnum<{
6
- id: "id";
7
6
  add_time: "add_time";
8
- title: "title";
9
- expected_close_date: "expected_close_date";
10
7
  owner_id: "owner_id";
11
8
  update_time: "update_time";
9
+ id: "id";
10
+ title: "title";
11
+ expected_close_date: "expected_close_date";
12
12
  was_seen: "was_seen";
13
13
  creator_id: "creator_id";
14
14
  next_activity_id: "next_activity_id";
@@ -55,7 +55,7 @@ declare const PipedriveGetArchivedLeadsOutput: z.ZodObject<{
55
55
  }, z.core.$loose>>>;
56
56
  }, z.core.$loose>;
57
57
  declare const pipedriveGetArchivedLeads: import("@keystrokehq/action").WorkflowActionDefinition<{
58
- sort?: "id" | "add_time" | "title" | "expected_close_date" | "owner_id" | "update_time" | "was_seen" | "creator_id" | "next_activity_id" | undefined;
58
+ sort?: "add_time" | "owner_id" | "update_time" | "id" | "title" | "expected_close_date" | "was_seen" | "creator_id" | "next_activity_id" | undefined;
59
59
  limit?: number | undefined;
60
60
  start?: number | undefined;
61
61
  owner_id?: number | undefined;
@@ -6,9 +6,9 @@ declare const PipedriveSearchDealsInput: z.ZodObject<{
6
6
  limit: z.ZodOptional<z.ZodNumber>;
7
7
  start: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
8
8
  fields: z.ZodOptional<z.ZodEnum<{
9
- title: "title";
10
9
  notes: "notes";
11
10
  custom_fields: "custom_fields";
11
+ title: "title";
12
12
  }>>;
13
13
  status: z.ZodOptional<z.ZodEnum<{
14
14
  open: "open";
@@ -100,7 +100,7 @@ declare const pipedriveSearchDeals: import("@keystrokehq/action").WorkflowAction
100
100
  term: string;
101
101
  limit?: number | undefined;
102
102
  start?: number | undefined;
103
- fields?: "title" | "notes" | "custom_fields" | undefined;
103
+ fields?: "notes" | "custom_fields" | "title" | undefined;
104
104
  status?: "open" | "won" | "lost" | undefined;
105
105
  person_id?: number | undefined;
106
106
  exact_match?: boolean | undefined;
@@ -6,9 +6,9 @@ declare const PipedriveSearchDealsInput: z.ZodObject<{
6
6
  limit: z.ZodOptional<z.ZodNumber>;
7
7
  start: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
8
8
  fields: z.ZodOptional<z.ZodEnum<{
9
- title: "title";
10
9
  notes: "notes";
11
10
  custom_fields: "custom_fields";
11
+ title: "title";
12
12
  }>>;
13
13
  status: z.ZodOptional<z.ZodEnum<{
14
14
  open: "open";
@@ -100,7 +100,7 @@ declare const pipedriveSearchDeals: import("@keystrokehq/action").WorkflowAction
100
100
  term: string;
101
101
  limit?: number | undefined;
102
102
  start?: number | undefined;
103
- fields?: "title" | "notes" | "custom_fields" | undefined;
103
+ fields?: "notes" | "custom_fields" | "title" | undefined;
104
104
  status?: "open" | "won" | "lost" | undefined;
105
105
  person_id?: number | undefined;
106
106
  exact_match?: boolean | undefined;
@@ -6,9 +6,9 @@ declare const PipedriveSearchLeadsInput: z.ZodObject<{
6
6
  limit: z.ZodOptional<z.ZodNumber>;
7
7
  start: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
8
8
  fields: z.ZodOptional<z.ZodEnum<{
9
- title: "title";
10
9
  notes: "notes";
11
10
  custom_fields: "custom_fields";
11
+ title: "title";
12
12
  }>>;
13
13
  person_id: z.ZodOptional<z.ZodNumber>;
14
14
  exact_match: z.ZodOptional<z.ZodBoolean>;
@@ -61,7 +61,7 @@ declare const pipedriveSearchLeads: import("@keystrokehq/action").WorkflowAction
61
61
  term: string;
62
62
  limit?: number | undefined;
63
63
  start?: number | undefined;
64
- fields?: "title" | "notes" | "custom_fields" | undefined;
64
+ fields?: "notes" | "custom_fields" | "title" | undefined;
65
65
  person_id?: number | undefined;
66
66
  exact_match?: boolean | undefined;
67
67
  include_fields?: "lead.was_seen" | undefined;
@@ -6,9 +6,9 @@ declare const PipedriveSearchLeadsInput: z.ZodObject<{
6
6
  limit: z.ZodOptional<z.ZodNumber>;
7
7
  start: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
8
8
  fields: z.ZodOptional<z.ZodEnum<{
9
- title: "title";
10
9
  notes: "notes";
11
10
  custom_fields: "custom_fields";
11
+ title: "title";
12
12
  }>>;
13
13
  person_id: z.ZodOptional<z.ZodNumber>;
14
14
  exact_match: z.ZodOptional<z.ZodBoolean>;
@@ -61,7 +61,7 @@ declare const pipedriveSearchLeads: import("@keystrokehq/action").WorkflowAction
61
61
  term: string;
62
62
  limit?: number | undefined;
63
63
  start?: number | undefined;
64
- fields?: "title" | "notes" | "custom_fields" | undefined;
64
+ fields?: "notes" | "custom_fields" | "title" | undefined;
65
65
  person_id?: number | undefined;
66
66
  exact_match?: boolean | undefined;
67
67
  include_fields?: "lead.was_seen" | undefined;
@@ -7,14 +7,14 @@ declare const PipedriveSearchMultipleItemTypesInput: z.ZodObject<{
7
7
  start: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
8
8
  fields: z.ZodOptional<z.ZodEnum<{
9
9
  name: "name";
10
- description: "description";
11
- code: "code";
12
- title: "title";
13
10
  email: "email";
14
11
  phone: "phone";
15
12
  notes: "notes";
16
13
  address: "address";
17
14
  custom_fields: "custom_fields";
15
+ code: "code";
16
+ title: "title";
17
+ description: "description";
18
18
  person_name: "person_name";
19
19
  organization_name: "organization_name";
20
20
  }>>;
@@ -184,7 +184,7 @@ declare const pipedriveSearchMultipleItemTypes: import("@keystrokehq/action").Wo
184
184
  term: string;
185
185
  limit?: number | undefined;
186
186
  start?: number | undefined;
187
- fields?: "name" | "description" | "code" | "title" | "email" | "phone" | "notes" | "address" | "custom_fields" | "person_name" | "organization_name" | undefined;
187
+ fields?: "name" | "email" | "phone" | "notes" | "address" | "custom_fields" | "code" | "title" | "description" | "person_name" | "organization_name" | undefined;
188
188
  item_types?: "file" | "organization" | "project" | "person" | "deal" | "product" | "lead" | "mail_attachment" | undefined;
189
189
  exact_match?: boolean | undefined;
190
190
  include_fields?: "deal.cc_email" | "person.picture" | "product.price" | undefined;
@@ -7,14 +7,14 @@ declare const PipedriveSearchMultipleItemTypesInput: z.ZodObject<{
7
7
  start: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
8
8
  fields: z.ZodOptional<z.ZodEnum<{
9
9
  name: "name";
10
- description: "description";
11
- code: "code";
12
- title: "title";
13
10
  email: "email";
14
11
  phone: "phone";
15
12
  notes: "notes";
16
13
  address: "address";
17
14
  custom_fields: "custom_fields";
15
+ code: "code";
16
+ title: "title";
17
+ description: "description";
18
18
  person_name: "person_name";
19
19
  organization_name: "organization_name";
20
20
  }>>;
@@ -184,7 +184,7 @@ declare const pipedriveSearchMultipleItemTypes: import("@keystrokehq/action").Wo
184
184
  term: string;
185
185
  limit?: number | undefined;
186
186
  start?: number | undefined;
187
- fields?: "name" | "description" | "code" | "title" | "email" | "phone" | "notes" | "address" | "custom_fields" | "person_name" | "organization_name" | undefined;
187
+ fields?: "name" | "email" | "phone" | "notes" | "address" | "custom_fields" | "code" | "title" | "description" | "person_name" | "organization_name" | undefined;
188
188
  item_types?: "file" | "organization" | "project" | "person" | "deal" | "product" | "lead" | "mail_attachment" | undefined;
189
189
  exact_match?: boolean | undefined;
190
190
  include_fields?: "deal.cc_email" | "person.picture" | "product.price" | undefined;
@@ -7,8 +7,8 @@ declare const PipedriveSearchProductsInput: z.ZodObject<{
7
7
  start: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
8
8
  fields: z.ZodOptional<z.ZodEnum<{
9
9
  name: "name";
10
- code: "code";
11
10
  custom_fields: "custom_fields";
11
+ code: "code";
12
12
  }>>;
13
13
  exact_match: z.ZodOptional<z.ZodBoolean>;
14
14
  include_fields: z.ZodOptional<z.ZodEnum<{
@@ -61,7 +61,7 @@ declare const pipedriveSearchProducts: import("@keystrokehq/action").WorkflowAct
61
61
  term: string;
62
62
  limit?: number | undefined;
63
63
  start?: number | undefined;
64
- fields?: "name" | "code" | "custom_fields" | undefined;
64
+ fields?: "name" | "custom_fields" | "code" | undefined;
65
65
  exact_match?: boolean | undefined;
66
66
  include_fields?: "product.price" | undefined;
67
67
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -7,8 +7,8 @@ declare const PipedriveSearchProductsInput: z.ZodObject<{
7
7
  start: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
8
8
  fields: z.ZodOptional<z.ZodEnum<{
9
9
  name: "name";
10
- code: "code";
11
10
  custom_fields: "custom_fields";
11
+ code: "code";
12
12
  }>>;
13
13
  exact_match: z.ZodOptional<z.ZodBoolean>;
14
14
  include_fields: z.ZodOptional<z.ZodEnum<{
@@ -61,7 +61,7 @@ declare const pipedriveSearchProducts: import("@keystrokehq/action").WorkflowAct
61
61
  term: string;
62
62
  limit?: number | undefined;
63
63
  start?: number | undefined;
64
- fields?: "name" | "code" | "custom_fields" | undefined;
64
+ fields?: "name" | "custom_fields" | "code" | undefined;
65
65
  exact_match?: boolean | undefined;
66
66
  include_fields?: "product.price" | undefined;
67
67
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -19,9 +19,9 @@ declare const PipedriveUpdateAProductFieldOutput: z.ZodObject<{
19
19
  date: "date";
20
20
  set: "set";
21
21
  enum: "enum";
22
- user: "user";
23
22
  phone: "phone";
24
23
  address: "address";
24
+ user: "user";
25
25
  varchar: "varchar";
26
26
  varchar_auto: "varchar_auto";
27
27
  text: "text";
@@ -19,9 +19,9 @@ declare const PipedriveUpdateAProductFieldOutput: z.ZodObject<{
19
19
  date: "date";
20
20
  set: "set";
21
21
  enum: "enum";
22
- user: "user";
23
22
  phone: "phone";
24
23
  address: "address";
24
+ user: "user";
25
25
  varchar: "varchar";
26
26
  varchar_auto: "varchar_auto";
27
27
  text: "text";
@@ -6,9 +6,9 @@ declare const PipedriveUpdateActivityTypeInput: z.ZodObject<{
6
6
  name: z.ZodOptional<z.ZodString>;
7
7
  color: z.ZodOptional<z.ZodString>;
8
8
  icon_key: z.ZodOptional<z.ZodEnum<{
9
+ email: "email";
9
10
  key: "key";
10
11
  search: "search";
11
- email: "email";
12
12
  task: "task";
13
13
  meeting: "meeting";
14
14
  deadline: "deadline";
@@ -68,7 +68,7 @@ declare const pipedriveUpdateActivityType: import("@keystrokehq/action").Workflo
68
68
  id: number;
69
69
  name?: string | undefined;
70
70
  color?: string | undefined;
71
- icon_key?: "key" | "search" | "email" | "task" | "meeting" | "deadline" | "call" | "lunch" | "calendar" | "downarrow" | "document" | "smartphone" | "camera" | "scissors" | "cogs" | "bubble" | "uparrow" | "checkbox" | "signpost" | "shuffle" | "addressbook" | "linegraph" | "picture" | "car" | "world" | "clip" | "sound" | "brush" | "padlock" | "pricetag" | "suitcase" | "finish" | "plane" | "loop" | "wifi" | "truck" | "cart" | "bulb" | "bell" | "presentation" | undefined;
71
+ icon_key?: "email" | "key" | "search" | "task" | "meeting" | "deadline" | "call" | "lunch" | "calendar" | "downarrow" | "document" | "smartphone" | "camera" | "scissors" | "cogs" | "bubble" | "uparrow" | "checkbox" | "signpost" | "shuffle" | "addressbook" | "linegraph" | "picture" | "car" | "world" | "clip" | "sound" | "brush" | "padlock" | "pricetag" | "suitcase" | "finish" | "plane" | "loop" | "wifi" | "truck" | "cart" | "bulb" | "bell" | "presentation" | undefined;
72
72
  order_nr?: number | undefined;
73
73
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
74
74
  //#endregion
@@ -6,9 +6,9 @@ declare const PipedriveUpdateActivityTypeInput: z.ZodObject<{
6
6
  name: z.ZodOptional<z.ZodString>;
7
7
  color: z.ZodOptional<z.ZodString>;
8
8
  icon_key: z.ZodOptional<z.ZodEnum<{
9
+ email: "email";
9
10
  key: "key";
10
11
  search: "search";
11
- email: "email";
12
12
  task: "task";
13
13
  meeting: "meeting";
14
14
  deadline: "deadline";
@@ -68,7 +68,7 @@ declare const pipedriveUpdateActivityType: import("@keystrokehq/action").Workflo
68
68
  id: number;
69
69
  name?: string | undefined;
70
70
  color?: string | undefined;
71
- icon_key?: "key" | "search" | "email" | "task" | "meeting" | "deadline" | "call" | "lunch" | "calendar" | "downarrow" | "document" | "smartphone" | "camera" | "scissors" | "cogs" | "bubble" | "uparrow" | "checkbox" | "signpost" | "shuffle" | "addressbook" | "linegraph" | "picture" | "car" | "world" | "clip" | "sound" | "brush" | "padlock" | "pricetag" | "suitcase" | "finish" | "plane" | "loop" | "wifi" | "truck" | "cart" | "bulb" | "bell" | "presentation" | undefined;
71
+ icon_key?: "email" | "key" | "search" | "task" | "meeting" | "deadline" | "call" | "lunch" | "calendar" | "downarrow" | "document" | "smartphone" | "camera" | "scissors" | "cogs" | "bubble" | "uparrow" | "checkbox" | "signpost" | "shuffle" | "addressbook" | "linegraph" | "picture" | "car" | "world" | "clip" | "sound" | "brush" | "padlock" | "pricetag" | "suitcase" | "finish" | "plane" | "loop" | "wifi" | "truck" | "cart" | "bulb" | "bell" | "presentation" | undefined;
72
72
  order_nr?: number | undefined;
73
73
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
74
74
  //#endregion
@@ -6,9 +6,9 @@ declare const PipedriveUpdateAnActivityTypeInput: z.ZodObject<{
6
6
  name: z.ZodOptional<z.ZodString>;
7
7
  color: z.ZodOptional<z.ZodString>;
8
8
  icon_key: z.ZodOptional<z.ZodEnum<{
9
+ email: "email";
9
10
  key: "key";
10
11
  search: "search";
11
- email: "email";
12
12
  task: "task";
13
13
  meeting: "meeting";
14
14
  deadline: "deadline";
@@ -68,7 +68,7 @@ declare const pipedriveUpdateAnActivityType: import("@keystrokehq/action").Workf
68
68
  id: number;
69
69
  name?: string | undefined;
70
70
  color?: string | undefined;
71
- icon_key?: "key" | "search" | "email" | "task" | "meeting" | "deadline" | "call" | "lunch" | "calendar" | "downarrow" | "document" | "smartphone" | "camera" | "scissors" | "cogs" | "bubble" | "uparrow" | "checkbox" | "signpost" | "shuffle" | "addressbook" | "linegraph" | "picture" | "car" | "world" | "clip" | "sound" | "brush" | "padlock" | "pricetag" | "suitcase" | "finish" | "plane" | "loop" | "wifi" | "truck" | "cart" | "bulb" | "bell" | "presentation" | undefined;
71
+ icon_key?: "email" | "key" | "search" | "task" | "meeting" | "deadline" | "call" | "lunch" | "calendar" | "downarrow" | "document" | "smartphone" | "camera" | "scissors" | "cogs" | "bubble" | "uparrow" | "checkbox" | "signpost" | "shuffle" | "addressbook" | "linegraph" | "picture" | "car" | "world" | "clip" | "sound" | "brush" | "padlock" | "pricetag" | "suitcase" | "finish" | "plane" | "loop" | "wifi" | "truck" | "cart" | "bulb" | "bell" | "presentation" | undefined;
72
72
  order_nr?: number | undefined;
73
73
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
74
74
  //#endregion
@@ -6,9 +6,9 @@ declare const PipedriveUpdateAnActivityTypeInput: z.ZodObject<{
6
6
  name: z.ZodOptional<z.ZodString>;
7
7
  color: z.ZodOptional<z.ZodString>;
8
8
  icon_key: z.ZodOptional<z.ZodEnum<{
9
+ email: "email";
9
10
  key: "key";
10
11
  search: "search";
11
- email: "email";
12
12
  task: "task";
13
13
  meeting: "meeting";
14
14
  deadline: "deadline";
@@ -68,7 +68,7 @@ declare const pipedriveUpdateAnActivityType: import("@keystrokehq/action").Workf
68
68
  id: number;
69
69
  name?: string | undefined;
70
70
  color?: string | undefined;
71
- icon_key?: "key" | "search" | "email" | "task" | "meeting" | "deadline" | "call" | "lunch" | "calendar" | "downarrow" | "document" | "smartphone" | "camera" | "scissors" | "cogs" | "bubble" | "uparrow" | "checkbox" | "signpost" | "shuffle" | "addressbook" | "linegraph" | "picture" | "car" | "world" | "clip" | "sound" | "brush" | "padlock" | "pricetag" | "suitcase" | "finish" | "plane" | "loop" | "wifi" | "truck" | "cart" | "bulb" | "bell" | "presentation" | undefined;
71
+ icon_key?: "email" | "key" | "search" | "task" | "meeting" | "deadline" | "call" | "lunch" | "calendar" | "downarrow" | "document" | "smartphone" | "camera" | "scissors" | "cogs" | "bubble" | "uparrow" | "checkbox" | "signpost" | "shuffle" | "addressbook" | "linegraph" | "picture" | "car" | "world" | "clip" | "sound" | "brush" | "padlock" | "pricetag" | "suitcase" | "finish" | "plane" | "loop" | "wifi" | "truck" | "cart" | "bulb" | "bell" | "presentation" | undefined;
72
72
  order_nr?: number | undefined;
73
73
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
74
74
  //#endregion
package/dist/catalog.cjs CHANGED
@@ -9,11 +9,11 @@ const pipedriveCatalog = {
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
11
  "credentialFields": {
12
- "COMPANYDOMAIN": {
12
+ "subdomain": {
13
13
  "label": "Company Domain",
14
14
  "description": "Your Pipedrive company domain — the 'acme' part of acme.pipedrive.com. Find it in your browser's address bar when you're logged in to Pipedrive."
15
15
  },
16
- "api_token": {
16
+ "generic_api_key": {
17
17
  "label": "API Token",
18
18
  "secret": true,
19
19
  "description": "Your personal Pipedrive API token — find it under Settings > Personal preferences > API and click Copy. If the API tab is missing, ask an admin to enable API access."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pipedriveCatalog = {\n \"slug\": \"pipedrive\",\n \"name\": \"Pipedrive\",\n \"description\": \"Pipedrive is a sales management tool built around pipeline visualization, lead tracking, activity reminders, and automation to keep deals progressing\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/pipedrive\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"COMPANYDOMAIN\": {\n \"label\": \"Company Domain\",\n \"description\": \"Your Pipedrive company domain — the 'acme' part of acme.pipedrive.com. Find it in your browser's address bar when you're logged in to Pipedrive.\"\n },\n \"api_token\": {\n \"label\": \"API Token\",\n \"secret\": true,\n \"description\": \"Your personal Pipedrive API token — find it under Settings > Personal preferences > API and click Copy. If the API tab is missing, ask an admin to enable API access.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,iBAAiB;GACf,SAAS;GACT,eAAe;EACjB;EACA,aAAa;GACX,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pipedriveCatalog = {\n \"slug\": \"pipedrive\",\n \"name\": \"Pipedrive\",\n \"description\": \"Pipedrive is a sales management tool built around pipeline visualization, lead tracking, activity reminders, and automation to keep deals progressing\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/pipedrive\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"subdomain\": {\n \"label\": \"Company Domain\",\n \"description\": \"Your Pipedrive company domain — the 'acme' part of acme.pipedrive.com. Find it in your browser's address bar when you're logged in to Pipedrive.\"\n },\n \"generic_api_key\": {\n \"label\": \"API Token\",\n \"secret\": true,\n \"description\": \"Your personal Pipedrive API token — find it under Settings > Personal preferences > API and click Copy. If the API tab is missing, ask an admin to enable API access.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,aAAa;GACX,SAAS;GACT,eAAe;EACjB;EACA,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
@@ -9,11 +9,11 @@ declare const pipedriveCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly COMPANYDOMAIN: {
12
+ readonly subdomain: {
13
13
  readonly label: "Company Domain";
14
14
  readonly description: "Your Pipedrive company domain — the 'acme' part of acme.pipedrive.com. Find it in your browser's address bar when you're logged in to Pipedrive.";
15
15
  };
16
- readonly api_token: {
16
+ readonly generic_api_key: {
17
17
  readonly label: "API Token";
18
18
  readonly secret: true;
19
19
  readonly description: "Your personal Pipedrive API token — find it under Settings > Personal preferences > API and click Copy. If the API tab is missing, ask an admin to enable API access.";
@@ -9,11 +9,11 @@ declare const pipedriveCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly COMPANYDOMAIN: {
12
+ readonly subdomain: {
13
13
  readonly label: "Company Domain";
14
14
  readonly description: "Your Pipedrive company domain — the 'acme' part of acme.pipedrive.com. Find it in your browser's address bar when you're logged in to Pipedrive.";
15
15
  };
16
- readonly api_token: {
16
+ readonly generic_api_key: {
17
17
  readonly label: "API Token";
18
18
  readonly secret: true;
19
19
  readonly description: "Your personal Pipedrive API token — find it under Settings > Personal preferences > API and click Copy. If the API tab is missing, ask an admin to enable API access.";
package/dist/catalog.mjs CHANGED
@@ -9,11 +9,11 @@ const pipedriveCatalog = {
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
11
  "credentialFields": {
12
- "COMPANYDOMAIN": {
12
+ "subdomain": {
13
13
  "label": "Company Domain",
14
14
  "description": "Your Pipedrive company domain — the 'acme' part of acme.pipedrive.com. Find it in your browser's address bar when you're logged in to Pipedrive."
15
15
  },
16
- "api_token": {
16
+ "generic_api_key": {
17
17
  "label": "API Token",
18
18
  "secret": true,
19
19
  "description": "Your personal Pipedrive API token — find it under Settings > Personal preferences > API and click Copy. If the API tab is missing, ask an admin to enable API access."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pipedriveCatalog = {\n \"slug\": \"pipedrive\",\n \"name\": \"Pipedrive\",\n \"description\": \"Pipedrive is a sales management tool built around pipeline visualization, lead tracking, activity reminders, and automation to keep deals progressing\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/pipedrive\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"COMPANYDOMAIN\": {\n \"label\": \"Company Domain\",\n \"description\": \"Your Pipedrive company domain — the 'acme' part of acme.pipedrive.com. Find it in your browser's address bar when you're logged in to Pipedrive.\"\n },\n \"api_token\": {\n \"label\": \"API Token\",\n \"secret\": true,\n \"description\": \"Your personal Pipedrive API token — find it under Settings > Personal preferences > API and click Copy. If the API tab is missing, ask an admin to enable API access.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,iBAAiB;GACf,SAAS;GACT,eAAe;EACjB;EACA,aAAa;GACX,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pipedriveCatalog = {\n \"slug\": \"pipedrive\",\n \"name\": \"Pipedrive\",\n \"description\": \"Pipedrive is a sales management tool built around pipeline visualization, lead tracking, activity reminders, and automation to keep deals progressing\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/pipedrive\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"subdomain\": {\n \"label\": \"Company Domain\",\n \"description\": \"Your Pipedrive company domain — the 'acme' part of acme.pipedrive.com. Find it in your browser's address bar when you're logged in to Pipedrive.\"\n },\n \"generic_api_key\": {\n \"label\": \"API Token\",\n \"secret\": true,\n \"description\": \"Your personal Pipedrive API token — find it under Settings > Personal preferences > API and click Copy. If the API tab is missing, ask an admin to enable API access.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,aAAa;GACX,SAAS;GACT,eAAe;EACjB;EACA,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/pipedrive",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"