@workbuddy/piece-workbuddy-vnext 1.0.4 → 1.0.6

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 (208) hide show
  1. package/package.json +1 -1
  2. package/src/index.d.ts.map +1 -1
  3. package/src/index.js +89 -83
  4. package/src/index.js.map +1 -1
  5. package/src/index.ts +29 -17
  6. package/src/lib/actions/agents.d.ts.map +1 -1
  7. package/src/lib/actions/agents.js +6 -4
  8. package/src/lib/actions/agents.js.map +1 -1
  9. package/src/lib/actions/agents.ts +8 -4
  10. package/src/lib/actions/attachments.d.ts.map +1 -1
  11. package/src/lib/actions/attachments.js +2 -1
  12. package/src/lib/actions/attachments.js.map +1 -1
  13. package/src/lib/actions/attachments.ts +3 -1
  14. package/src/lib/actions/{crm->-companies.d.ts → crm-companies.d.ts} +1 -1
  15. package/src/lib/actions/crm-companies.d.ts.map +1 -0
  16. package/src/lib/actions/{crm->-companies.js → crm-companies.js} +1 -1
  17. package/src/lib/actions/{crm->-invites.js.map → crm-companies.js.map} +1 -1
  18. package/src/lib/actions/{crm->-contacts.d.ts → crm-contacts.d.ts} +1 -1
  19. package/src/lib/actions/crm-contacts.d.ts.map +1 -0
  20. package/src/lib/actions/{crm->-contacts.js → crm-contacts.js} +1 -1
  21. package/src/lib/actions/crm-contacts.js.map +1 -0
  22. package/src/lib/actions/{crm->-contractors.d.ts → crm-contractors.d.ts} +1 -1
  23. package/src/lib/actions/crm-contractors.d.ts.map +1 -0
  24. package/src/lib/actions/{crm->-contractors.js → crm-contractors.js} +1 -1
  25. package/src/lib/actions/{crm->-employees.js.map → crm-contractors.js.map} +1 -1
  26. package/src/lib/actions/{crm->-customers.d.ts → crm-customers.d.ts} +1 -1
  27. package/src/lib/actions/crm-customers.d.ts.map +1 -0
  28. package/src/lib/actions/{crm->-customers.js → crm-customers.js} +1 -1
  29. package/src/lib/actions/crm-customers.js.map +1 -0
  30. package/src/lib/actions/{crm->-employees.d.ts → crm-employees.d.ts} +1 -1
  31. package/src/lib/actions/crm-employees.d.ts.map +1 -0
  32. package/src/lib/actions/{crm->-employees.js → crm-employees.js} +1 -1
  33. package/src/lib/actions/crm-employees.js.map +1 -0
  34. package/src/lib/actions/{crm->-external-users.d.ts → crm-external-users.d.ts} +1 -1
  35. package/src/lib/actions/crm-external-users.d.ts.map +1 -0
  36. package/src/lib/actions/{crm->-external-users.js → crm-external-users.js} +1 -1
  37. package/src/lib/actions/crm-external-users.js.map +1 -0
  38. package/src/lib/actions/{crm->-invites.d.ts → crm-invites.d.ts} +1 -1
  39. package/src/lib/actions/crm-invites.d.ts.map +1 -0
  40. package/src/lib/actions/{crm->-invites.js → crm-invites.js} +1 -1
  41. package/src/lib/actions/crm-invites.js.map +1 -0
  42. package/src/lib/actions/{crm->-sites.d.ts → crm-sites.d.ts} +1 -1
  43. package/src/lib/actions/crm-sites.d.ts.map +1 -0
  44. package/src/lib/actions/{crm->-sites.js → crm-sites.js} +1 -1
  45. package/src/lib/actions/crm-sites.js.map +1 -0
  46. package/src/lib/actions/{crm->-suppliers.d.ts → crm-suppliers.d.ts} +1 -1
  47. package/src/lib/actions/crm-suppliers.d.ts.map +1 -0
  48. package/src/lib/actions/{crm->-suppliers.js → crm-suppliers.js} +1 -1
  49. package/src/lib/actions/crm-suppliers.js.map +1 -0
  50. package/src/lib/actions/flags.d.ts +34 -0
  51. package/src/lib/actions/flags.d.ts.map +1 -0
  52. package/src/lib/actions/flags.js +185 -0
  53. package/src/lib/actions/flags.js.map +1 -0
  54. package/src/lib/actions/flags.ts +201 -0
  55. package/src/lib/actions/index.d.ts +18 -17
  56. package/src/lib/actions/index.d.ts.map +1 -1
  57. package/src/lib/actions/index.js +18 -17
  58. package/src/lib/actions/index.js.map +1 -1
  59. package/src/lib/actions/index.ts +18 -17
  60. package/src/lib/actions/{jobs->-activities.d.ts → jobs-activities.d.ts} +15 -5
  61. package/src/lib/actions/jobs-activities.d.ts.map +1 -0
  62. package/src/lib/actions/{jobs->-activities.js → jobs-activities.js} +110 -59
  63. package/src/lib/actions/jobs-activities.js.map +1 -0
  64. package/src/lib/actions/{jobs->-activities.ts → jobs-activities.ts} +118 -57
  65. package/src/lib/actions/{jobs->-contacts.d.ts → jobs-contacts.d.ts} +1 -1
  66. package/src/lib/actions/jobs-contacts.d.ts.map +1 -0
  67. package/src/lib/actions/{jobs->-contacts.js → jobs-contacts.js} +5 -5
  68. package/src/lib/actions/jobs-contacts.js.map +1 -0
  69. package/src/lib/actions/{jobs->-contacts.ts → jobs-contacts.ts} +4 -4
  70. package/src/lib/actions/{jobs->-files.d.ts → jobs-files.d.ts} +1 -1
  71. package/src/lib/actions/jobs-files.d.ts.map +1 -0
  72. package/src/lib/actions/{jobs->-files.js → jobs-files.js} +9 -9
  73. package/src/lib/actions/jobs-files.js.map +1 -0
  74. package/src/lib/actions/{jobs->-files.ts → jobs-files.ts} +8 -8
  75. package/src/lib/actions/{jobs->-tasks.d.ts → jobs-tasks.d.ts} +4 -2
  76. package/src/lib/actions/jobs-tasks.d.ts.map +1 -0
  77. package/src/lib/actions/{jobs->-tasks.js → jobs-tasks.js} +61 -37
  78. package/src/lib/actions/jobs-tasks.js.map +1 -0
  79. package/src/lib/actions/{jobs->-tasks.ts → jobs-tasks.ts} +64 -36
  80. package/src/lib/actions/jobs.d.ts +4 -3
  81. package/src/lib/actions/jobs.d.ts.map +1 -1
  82. package/src/lib/actions/jobs.js +90 -72
  83. package/src/lib/actions/jobs.js.map +1 -1
  84. package/src/lib/actions/jobs.ts +94 -72
  85. package/src/lib/actions/mcp.d.ts +1 -1
  86. package/src/lib/actions/mcp.d.ts.map +1 -1
  87. package/src/lib/actions/mcp.js +7 -6
  88. package/src/lib/actions/mcp.js.map +1 -1
  89. package/src/lib/actions/mcp.ts +8 -6
  90. package/src/lib/actions/settings.js +1 -1
  91. package/src/lib/actions/settings.js.map +1 -1
  92. package/src/lib/actions/settings.ts +1 -1
  93. package/src/lib/actions/{stages->-activities.d.ts → stages-activities.d.ts} +24 -5
  94. package/src/lib/actions/stages-activities.d.ts.map +1 -0
  95. package/src/lib/actions/{stages->-activities.js → stages-activities.js} +164 -68
  96. package/src/lib/actions/stages-activities.js.map +1 -0
  97. package/src/lib/actions/{stages->-activities.ts → stages-activities.ts} +172 -66
  98. package/src/lib/actions/{stages->-files.d.ts → stages-files.d.ts} +5 -1
  99. package/src/lib/actions/stages-files.d.ts.map +1 -0
  100. package/src/lib/actions/{stages->-files.js → stages-files.js} +35 -15
  101. package/src/lib/actions/stages-files.js.map +1 -0
  102. package/src/lib/actions/{stages->-files.ts → stages-files.ts} +34 -14
  103. package/src/lib/actions/{stages->-resources.d.ts → stages-resources.d.ts} +1 -1
  104. package/src/lib/actions/stages-resources.d.ts.map +1 -0
  105. package/src/lib/actions/{stages->-resources.js → stages-resources.js} +7 -5
  106. package/src/lib/actions/stages-resources.js.map +1 -0
  107. package/src/lib/actions/{stages->-resources.ts → stages-resources.ts} +8 -4
  108. package/src/lib/actions/{stages->-tasks.d.ts → stages-tasks.d.ts} +8 -2
  109. package/src/lib/actions/stages-tasks.d.ts.map +1 -0
  110. package/src/lib/actions/{stages->-tasks.js → stages-tasks.js} +91 -47
  111. package/src/lib/actions/stages-tasks.js.map +1 -0
  112. package/src/lib/actions/{stages->-tasks.ts → stages-tasks.ts} +94 -46
  113. package/src/lib/actions/stages.d.ts +6 -2
  114. package/src/lib/actions/stages.d.ts.map +1 -1
  115. package/src/lib/actions/stages.js +77 -27
  116. package/src/lib/actions/stages.js.map +1 -1
  117. package/src/lib/actions/stages.ts +88 -27
  118. package/src/lib/actions/webhooks-v2.js +15 -15
  119. package/src/lib/actions/webhooks-v2.js.map +1 -1
  120. package/src/lib/actions/webhooks-v2.ts +15 -15
  121. package/src/lib/auth.js +2 -2
  122. package/src/lib/auth.js.map +1 -1
  123. package/src/lib/auth.ts +2 -2
  124. package/src/lib/triggers/activity.d.ts.map +1 -1
  125. package/src/lib/triggers/activity.js +54 -42
  126. package/src/lib/triggers/activity.js.map +1 -1
  127. package/src/lib/triggers/activity.ts +54 -42
  128. package/src/lib/triggers/bill.d.ts +240 -48
  129. package/src/lib/triggers/bill.d.ts.map +1 -1
  130. package/src/lib/triggers/bill.js +368 -88
  131. package/src/lib/triggers/bill.js.map +1 -1
  132. package/src/lib/triggers/bill.ts +368 -88
  133. package/src/lib/triggers/invoice.d.ts +240 -48
  134. package/src/lib/triggers/invoice.d.ts.map +1 -1
  135. package/src/lib/triggers/invoice.js +368 -88
  136. package/src/lib/triggers/invoice.js.map +1 -1
  137. package/src/lib/triggers/invoice.ts +368 -88
  138. package/src/lib/triggers/job.d.ts +640 -128
  139. package/src/lib/triggers/job.d.ts.map +1 -1
  140. package/src/lib/triggers/job.js +928 -208
  141. package/src/lib/triggers/job.js.map +1 -1
  142. package/src/lib/triggers/job.ts +928 -208
  143. package/src/lib/triggers/lead.d.ts +400 -80
  144. package/src/lib/triggers/lead.d.ts.map +1 -1
  145. package/src/lib/triggers/lead.js +552 -96
  146. package/src/lib/triggers/lead.js.map +1 -1
  147. package/src/lib/triggers/lead.ts +552 -96
  148. package/src/lib/triggers/opportunity.d.ts +320 -64
  149. package/src/lib/triggers/opportunity.d.ts.map +1 -1
  150. package/src/lib/triggers/opportunity.js +456 -88
  151. package/src/lib/triggers/opportunity.js.map +1 -1
  152. package/src/lib/triggers/opportunity.ts +456 -88
  153. package/src/lib/triggers/quote.d.ts +240 -48
  154. package/src/lib/triggers/quote.d.ts.map +1 -1
  155. package/src/lib/triggers/quote.js +368 -88
  156. package/src/lib/triggers/quote.js.map +1 -1
  157. package/src/lib/triggers/quote.ts +368 -88
  158. package/src/lib/triggers/stage.d.ts +480 -96
  159. package/src/lib/triggers/stage.d.ts.map +1 -1
  160. package/src/lib/triggers/stage.js +764 -220
  161. package/src/lib/triggers/stage.js.map +1 -1
  162. package/src/lib/triggers/stage.ts +764 -220
  163. package/src/lib/triggers/task.d.ts +80 -16
  164. package/src/lib/triggers/task.d.ts.map +1 -1
  165. package/src/lib/triggers/task.js +172 -68
  166. package/src/lib/triggers/task.js.map +1 -1
  167. package/src/lib/triggers/task.ts +172 -68
  168. package/src/lib/actions/crm->-companies.d.ts.map +0 -1
  169. package/src/lib/actions/crm->-companies.js.map +0 -1
  170. package/src/lib/actions/crm->-contacts.d.ts.map +0 -1
  171. package/src/lib/actions/crm->-contacts.js.map +0 -1
  172. package/src/lib/actions/crm->-contractors.d.ts.map +0 -1
  173. package/src/lib/actions/crm->-contractors.js.map +0 -1
  174. package/src/lib/actions/crm->-customers.d.ts.map +0 -1
  175. package/src/lib/actions/crm->-customers.js.map +0 -1
  176. package/src/lib/actions/crm->-employees.d.ts.map +0 -1
  177. package/src/lib/actions/crm->-external-users.d.ts.map +0 -1
  178. package/src/lib/actions/crm->-external-users.js.map +0 -1
  179. package/src/lib/actions/crm->-invites.d.ts.map +0 -1
  180. package/src/lib/actions/crm->-sites.d.ts.map +0 -1
  181. package/src/lib/actions/crm->-sites.js.map +0 -1
  182. package/src/lib/actions/crm->-suppliers.d.ts.map +0 -1
  183. package/src/lib/actions/crm->-suppliers.js.map +0 -1
  184. package/src/lib/actions/jobs->-activities.d.ts.map +0 -1
  185. package/src/lib/actions/jobs->-activities.js.map +0 -1
  186. package/src/lib/actions/jobs->-contacts.d.ts.map +0 -1
  187. package/src/lib/actions/jobs->-contacts.js.map +0 -1
  188. package/src/lib/actions/jobs->-files.d.ts.map +0 -1
  189. package/src/lib/actions/jobs->-files.js.map +0 -1
  190. package/src/lib/actions/jobs->-tasks.d.ts.map +0 -1
  191. package/src/lib/actions/jobs->-tasks.js.map +0 -1
  192. package/src/lib/actions/stages->-activities.d.ts.map +0 -1
  193. package/src/lib/actions/stages->-activities.js.map +0 -1
  194. package/src/lib/actions/stages->-files.d.ts.map +0 -1
  195. package/src/lib/actions/stages->-files.js.map +0 -1
  196. package/src/lib/actions/stages->-resources.d.ts.map +0 -1
  197. package/src/lib/actions/stages->-resources.js.map +0 -1
  198. package/src/lib/actions/stages->-tasks.d.ts.map +0 -1
  199. package/src/lib/actions/stages->-tasks.js.map +0 -1
  200. /package/src/lib/actions/{crm->-companies.ts → crm-companies.ts} +0 -0
  201. /package/src/lib/actions/{crm->-contacts.ts → crm-contacts.ts} +0 -0
  202. /package/src/lib/actions/{crm->-contractors.ts → crm-contractors.ts} +0 -0
  203. /package/src/lib/actions/{crm->-customers.ts → crm-customers.ts} +0 -0
  204. /package/src/lib/actions/{crm->-employees.ts → crm-employees.ts} +0 -0
  205. /package/src/lib/actions/{crm->-external-users.ts → crm-external-users.ts} +0 -0
  206. /package/src/lib/actions/{crm->-invites.ts → crm-invites.ts} +0 -0
  207. /package/src/lib/actions/{crm->-sites.ts → crm-sites.ts} +0 -0
  208. /package/src/lib/actions/{crm->-suppliers.ts → crm-suppliers.ts} +0 -0
@@ -4,163 +4,419 @@ export declare const opportunity_created_trigger: import("@activepieces/pieces-f
4
4
  clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
5
5
  clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
6
6
  }>, {
7
- customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
8
- billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
9
- tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
7
+ customer: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
8
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
9
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
10
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
11
+ }>>;
12
+ billingCompany: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
13
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
14
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
15
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
16
+ }>>;
17
+ tag: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
18
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
19
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
20
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
21
+ }>>;
10
22
  opportunityStage: import("@activepieces/pieces-framework").ArrayProperty<false>;
11
- owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
23
+ owner: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
24
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
25
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
26
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
27
+ }>>;
12
28
  }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").CustomAuthProperty<{
13
29
  baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
14
30
  clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
15
31
  clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
16
32
  }>, {
17
- customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
18
- billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
19
- tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
33
+ customer: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
34
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
35
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
36
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
37
+ }>>;
38
+ billingCompany: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
39
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
40
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
41
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
42
+ }>>;
43
+ tag: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
44
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
45
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
46
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
47
+ }>>;
20
48
  opportunityStage: import("@activepieces/pieces-framework").ArrayProperty<false>;
21
- owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
49
+ owner: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
50
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
51
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
52
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
53
+ }>>;
22
54
  }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").CustomAuthProperty<{
23
55
  baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
24
56
  clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
25
57
  clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
26
58
  }>, {
27
- customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
28
- billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
29
- tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
59
+ customer: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
60
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
61
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
62
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
63
+ }>>;
64
+ billingCompany: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
65
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
66
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
67
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
68
+ }>>;
69
+ tag: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
70
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
71
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
72
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
73
+ }>>;
30
74
  opportunityStage: import("@activepieces/pieces-framework").ArrayProperty<false>;
31
- owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
75
+ owner: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
76
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
77
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
78
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
79
+ }>>;
32
80
  }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
33
81
  baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
34
82
  clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
35
83
  clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
36
84
  }>, {
37
- customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
38
- billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
39
- tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
85
+ customer: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
86
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
87
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
88
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
89
+ }>>;
90
+ billingCompany: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
91
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
92
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
93
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
94
+ }>>;
95
+ tag: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
96
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
97
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
98
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
99
+ }>>;
40
100
  opportunityStage: import("@activepieces/pieces-framework").ArrayProperty<false>;
41
- owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
101
+ owner: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
102
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
103
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
104
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
105
+ }>>;
42
106
  }>;
43
107
  export declare const opportunity_updated_trigger: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
44
108
  baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
45
109
  clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
46
110
  clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
47
111
  }>, {
48
- customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
49
- billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
50
- tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
112
+ customer: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
113
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
114
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
115
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
116
+ }>>;
117
+ billingCompany: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
118
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
119
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
120
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
121
+ }>>;
122
+ tag: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
123
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
124
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
125
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
126
+ }>>;
51
127
  opportunityStage: import("@activepieces/pieces-framework").ArrayProperty<false>;
52
- owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
128
+ owner: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
129
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
130
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
131
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
132
+ }>>;
53
133
  }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").CustomAuthProperty<{
54
134
  baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
55
135
  clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
56
136
  clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
57
137
  }>, {
58
- customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
59
- billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
60
- tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
138
+ customer: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
139
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
140
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
141
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
142
+ }>>;
143
+ billingCompany: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
144
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
145
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
146
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
147
+ }>>;
148
+ tag: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
149
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
150
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
151
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
152
+ }>>;
61
153
  opportunityStage: import("@activepieces/pieces-framework").ArrayProperty<false>;
62
- owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
154
+ owner: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
155
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
156
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
157
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
158
+ }>>;
63
159
  }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").CustomAuthProperty<{
64
160
  baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
65
161
  clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
66
162
  clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
67
163
  }>, {
68
- customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
69
- billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
70
- tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
164
+ customer: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
165
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
166
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
167
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
168
+ }>>;
169
+ billingCompany: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
170
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
171
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
172
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
173
+ }>>;
174
+ tag: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
175
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
176
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
177
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
178
+ }>>;
71
179
  opportunityStage: import("@activepieces/pieces-framework").ArrayProperty<false>;
72
- owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
180
+ owner: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
181
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
182
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
183
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
184
+ }>>;
73
185
  }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
74
186
  baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
75
187
  clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
76
188
  clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
77
189
  }>, {
78
- customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
79
- billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
80
- tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
190
+ customer: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
191
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
192
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
193
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
194
+ }>>;
195
+ billingCompany: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
196
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
197
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
198
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
199
+ }>>;
200
+ tag: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
201
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
202
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
203
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
204
+ }>>;
81
205
  opportunityStage: import("@activepieces/pieces-framework").ArrayProperty<false>;
82
- owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
206
+ owner: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
207
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
208
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
209
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
210
+ }>>;
83
211
  }>;
84
212
  export declare const opportunity_status_changed_trigger: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
85
213
  baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
86
214
  clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
87
215
  clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
88
216
  }>, {
89
- customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
90
- billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
91
- tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
217
+ customer: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
218
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
219
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
220
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
221
+ }>>;
222
+ billingCompany: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
223
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
224
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
225
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
226
+ }>>;
227
+ tag: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
228
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
229
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
230
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
231
+ }>>;
92
232
  opportunityStage: import("@activepieces/pieces-framework").ArrayProperty<false>;
93
- owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
233
+ owner: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
234
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
235
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
236
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
237
+ }>>;
94
238
  }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").CustomAuthProperty<{
95
239
  baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
96
240
  clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
97
241
  clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
98
242
  }>, {
99
- customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
100
- billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
101
- tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
243
+ customer: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
244
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
245
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
246
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
247
+ }>>;
248
+ billingCompany: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
249
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
250
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
251
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
252
+ }>>;
253
+ tag: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
254
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
255
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
256
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
257
+ }>>;
102
258
  opportunityStage: import("@activepieces/pieces-framework").ArrayProperty<false>;
103
- owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
259
+ owner: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
260
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
261
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
262
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
263
+ }>>;
104
264
  }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").CustomAuthProperty<{
105
265
  baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
106
266
  clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
107
267
  clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
108
268
  }>, {
109
- customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
110
- billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
111
- tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
269
+ customer: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
270
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
271
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
272
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
273
+ }>>;
274
+ billingCompany: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
275
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
276
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
277
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
278
+ }>>;
279
+ tag: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
280
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
281
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
282
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
283
+ }>>;
112
284
  opportunityStage: import("@activepieces/pieces-framework").ArrayProperty<false>;
113
- owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
285
+ owner: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
286
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
287
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
288
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
289
+ }>>;
114
290
  }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
115
291
  baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
116
292
  clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
117
293
  clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
118
294
  }>, {
119
- customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
120
- billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
121
- tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
295
+ customer: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
296
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
297
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
298
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
299
+ }>>;
300
+ billingCompany: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
301
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
302
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
303
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
304
+ }>>;
305
+ tag: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
306
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
307
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
308
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
309
+ }>>;
122
310
  opportunityStage: import("@activepieces/pieces-framework").ArrayProperty<false>;
123
- owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
311
+ owner: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
312
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
313
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
314
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
315
+ }>>;
124
316
  }>;
125
317
  export declare const opportunity_deleted_trigger: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
126
318
  baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
127
319
  clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
128
320
  clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
129
321
  }>, {
130
- customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
131
- billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
132
- tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
322
+ customer: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
323
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
324
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
325
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
326
+ }>>;
327
+ billingCompany: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
328
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
329
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
330
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
331
+ }>>;
332
+ tag: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
333
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
334
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
335
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
336
+ }>>;
133
337
  opportunityStage: import("@activepieces/pieces-framework").ArrayProperty<false>;
134
- owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
338
+ owner: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
339
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
340
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
341
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
342
+ }>>;
135
343
  }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").CustomAuthProperty<{
136
344
  baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
137
345
  clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
138
346
  clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
139
347
  }>, {
140
- customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
141
- billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
142
- tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
348
+ customer: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
349
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
350
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
351
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
352
+ }>>;
353
+ billingCompany: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
354
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
355
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
356
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
357
+ }>>;
358
+ tag: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
359
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
360
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
361
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
362
+ }>>;
143
363
  opportunityStage: import("@activepieces/pieces-framework").ArrayProperty<false>;
144
- owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
364
+ owner: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
365
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
366
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
367
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
368
+ }>>;
145
369
  }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").CustomAuthProperty<{
146
370
  baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
147
371
  clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
148
372
  clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
149
373
  }>, {
150
- customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
151
- billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
152
- tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
374
+ customer: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
375
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
376
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
377
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
378
+ }>>;
379
+ billingCompany: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
380
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
381
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
382
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
383
+ }>>;
384
+ tag: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
385
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
386
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
387
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
388
+ }>>;
153
389
  opportunityStage: import("@activepieces/pieces-framework").ArrayProperty<false>;
154
- owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
390
+ owner: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
391
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
392
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
393
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
394
+ }>>;
155
395
  }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
156
396
  baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
157
397
  clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
158
398
  clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
159
399
  }>, {
160
- customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
161
- billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
162
- tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
400
+ customer: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
401
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
402
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
403
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
404
+ }>>;
405
+ billingCompany: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
406
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
407
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
408
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
409
+ }>>;
410
+ tag: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
411
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
412
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
413
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
414
+ }>>;
163
415
  opportunityStage: import("@activepieces/pieces-framework").ArrayProperty<false>;
164
- owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
416
+ owner: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
417
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
418
+ clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
419
+ clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
420
+ }>>;
165
421
  }>;
166
422
  //# sourceMappingURL=opportunity.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"opportunity.d.ts","sourceRoot":"","sources":["opportunity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,eAAe,EAAY,MAAM,gCAAgC,CAAC;AAI1F,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2GtC,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2GtC,CAAC;AAEH,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2G7C,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2GtC,CAAC"}
1
+ {"version":3,"file":"opportunity.d.ts","sourceRoot":"","sources":["opportunity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,eAAe,EAAY,MAAM,gCAAgC,CAAC;AAI1F,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuMtC,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuMtC,CAAC;AAEH,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuM7C,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuMtC,CAAC"}