@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.
- package/package.json +1 -1
- package/src/index.d.ts.map +1 -1
- package/src/index.js +89 -83
- package/src/index.js.map +1 -1
- package/src/index.ts +29 -17
- package/src/lib/actions/agents.d.ts.map +1 -1
- package/src/lib/actions/agents.js +6 -4
- package/src/lib/actions/agents.js.map +1 -1
- package/src/lib/actions/agents.ts +8 -4
- package/src/lib/actions/attachments.d.ts.map +1 -1
- package/src/lib/actions/attachments.js +2 -1
- package/src/lib/actions/attachments.js.map +1 -1
- package/src/lib/actions/attachments.ts +3 -1
- package/src/lib/actions/{crm->-companies.d.ts → crm-companies.d.ts} +1 -1
- package/src/lib/actions/crm-companies.d.ts.map +1 -0
- package/src/lib/actions/{crm->-companies.js → crm-companies.js} +1 -1
- package/src/lib/actions/{crm->-invites.js.map → crm-companies.js.map} +1 -1
- package/src/lib/actions/{crm->-contacts.d.ts → crm-contacts.d.ts} +1 -1
- package/src/lib/actions/crm-contacts.d.ts.map +1 -0
- package/src/lib/actions/{crm->-contacts.js → crm-contacts.js} +1 -1
- package/src/lib/actions/crm-contacts.js.map +1 -0
- package/src/lib/actions/{crm->-contractors.d.ts → crm-contractors.d.ts} +1 -1
- package/src/lib/actions/crm-contractors.d.ts.map +1 -0
- package/src/lib/actions/{crm->-contractors.js → crm-contractors.js} +1 -1
- package/src/lib/actions/{crm->-employees.js.map → crm-contractors.js.map} +1 -1
- package/src/lib/actions/{crm->-customers.d.ts → crm-customers.d.ts} +1 -1
- package/src/lib/actions/crm-customers.d.ts.map +1 -0
- package/src/lib/actions/{crm->-customers.js → crm-customers.js} +1 -1
- package/src/lib/actions/crm-customers.js.map +1 -0
- package/src/lib/actions/{crm->-employees.d.ts → crm-employees.d.ts} +1 -1
- package/src/lib/actions/crm-employees.d.ts.map +1 -0
- package/src/lib/actions/{crm->-employees.js → crm-employees.js} +1 -1
- package/src/lib/actions/crm-employees.js.map +1 -0
- package/src/lib/actions/{crm->-external-users.d.ts → crm-external-users.d.ts} +1 -1
- package/src/lib/actions/crm-external-users.d.ts.map +1 -0
- package/src/lib/actions/{crm->-external-users.js → crm-external-users.js} +1 -1
- package/src/lib/actions/crm-external-users.js.map +1 -0
- package/src/lib/actions/{crm->-invites.d.ts → crm-invites.d.ts} +1 -1
- package/src/lib/actions/crm-invites.d.ts.map +1 -0
- package/src/lib/actions/{crm->-invites.js → crm-invites.js} +1 -1
- package/src/lib/actions/crm-invites.js.map +1 -0
- package/src/lib/actions/{crm->-sites.d.ts → crm-sites.d.ts} +1 -1
- package/src/lib/actions/crm-sites.d.ts.map +1 -0
- package/src/lib/actions/{crm->-sites.js → crm-sites.js} +1 -1
- package/src/lib/actions/crm-sites.js.map +1 -0
- package/src/lib/actions/{crm->-suppliers.d.ts → crm-suppliers.d.ts} +1 -1
- package/src/lib/actions/crm-suppliers.d.ts.map +1 -0
- package/src/lib/actions/{crm->-suppliers.js → crm-suppliers.js} +1 -1
- package/src/lib/actions/crm-suppliers.js.map +1 -0
- package/src/lib/actions/flags.d.ts +34 -0
- package/src/lib/actions/flags.d.ts.map +1 -0
- package/src/lib/actions/flags.js +185 -0
- package/src/lib/actions/flags.js.map +1 -0
- package/src/lib/actions/flags.ts +201 -0
- package/src/lib/actions/index.d.ts +18 -17
- package/src/lib/actions/index.d.ts.map +1 -1
- package/src/lib/actions/index.js +18 -17
- package/src/lib/actions/index.js.map +1 -1
- package/src/lib/actions/index.ts +18 -17
- package/src/lib/actions/{jobs->-activities.d.ts → jobs-activities.d.ts} +15 -5
- package/src/lib/actions/jobs-activities.d.ts.map +1 -0
- package/src/lib/actions/{jobs->-activities.js → jobs-activities.js} +110 -59
- package/src/lib/actions/jobs-activities.js.map +1 -0
- package/src/lib/actions/{jobs->-activities.ts → jobs-activities.ts} +118 -57
- package/src/lib/actions/{jobs->-contacts.d.ts → jobs-contacts.d.ts} +1 -1
- package/src/lib/actions/jobs-contacts.d.ts.map +1 -0
- package/src/lib/actions/{jobs->-contacts.js → jobs-contacts.js} +5 -5
- package/src/lib/actions/jobs-contacts.js.map +1 -0
- package/src/lib/actions/{jobs->-contacts.ts → jobs-contacts.ts} +4 -4
- package/src/lib/actions/{jobs->-files.d.ts → jobs-files.d.ts} +1 -1
- package/src/lib/actions/jobs-files.d.ts.map +1 -0
- package/src/lib/actions/{jobs->-files.js → jobs-files.js} +9 -9
- package/src/lib/actions/jobs-files.js.map +1 -0
- package/src/lib/actions/{jobs->-files.ts → jobs-files.ts} +8 -8
- package/src/lib/actions/{jobs->-tasks.d.ts → jobs-tasks.d.ts} +4 -2
- package/src/lib/actions/jobs-tasks.d.ts.map +1 -0
- package/src/lib/actions/{jobs->-tasks.js → jobs-tasks.js} +61 -37
- package/src/lib/actions/jobs-tasks.js.map +1 -0
- package/src/lib/actions/{jobs->-tasks.ts → jobs-tasks.ts} +64 -36
- package/src/lib/actions/jobs.d.ts +4 -3
- package/src/lib/actions/jobs.d.ts.map +1 -1
- package/src/lib/actions/jobs.js +90 -72
- package/src/lib/actions/jobs.js.map +1 -1
- package/src/lib/actions/jobs.ts +94 -72
- package/src/lib/actions/mcp.d.ts +1 -1
- package/src/lib/actions/mcp.d.ts.map +1 -1
- package/src/lib/actions/mcp.js +7 -6
- package/src/lib/actions/mcp.js.map +1 -1
- package/src/lib/actions/mcp.ts +8 -6
- package/src/lib/actions/settings.js +1 -1
- package/src/lib/actions/settings.js.map +1 -1
- package/src/lib/actions/settings.ts +1 -1
- package/src/lib/actions/{stages->-activities.d.ts → stages-activities.d.ts} +24 -5
- package/src/lib/actions/stages-activities.d.ts.map +1 -0
- package/src/lib/actions/{stages->-activities.js → stages-activities.js} +164 -68
- package/src/lib/actions/stages-activities.js.map +1 -0
- package/src/lib/actions/{stages->-activities.ts → stages-activities.ts} +172 -66
- package/src/lib/actions/{stages->-files.d.ts → stages-files.d.ts} +5 -1
- package/src/lib/actions/stages-files.d.ts.map +1 -0
- package/src/lib/actions/{stages->-files.js → stages-files.js} +35 -15
- package/src/lib/actions/stages-files.js.map +1 -0
- package/src/lib/actions/{stages->-files.ts → stages-files.ts} +34 -14
- package/src/lib/actions/{stages->-resources.d.ts → stages-resources.d.ts} +1 -1
- package/src/lib/actions/stages-resources.d.ts.map +1 -0
- package/src/lib/actions/{stages->-resources.js → stages-resources.js} +7 -5
- package/src/lib/actions/stages-resources.js.map +1 -0
- package/src/lib/actions/{stages->-resources.ts → stages-resources.ts} +8 -4
- package/src/lib/actions/{stages->-tasks.d.ts → stages-tasks.d.ts} +8 -2
- package/src/lib/actions/stages-tasks.d.ts.map +1 -0
- package/src/lib/actions/{stages->-tasks.js → stages-tasks.js} +91 -47
- package/src/lib/actions/stages-tasks.js.map +1 -0
- package/src/lib/actions/{stages->-tasks.ts → stages-tasks.ts} +94 -46
- package/src/lib/actions/stages.d.ts +6 -2
- package/src/lib/actions/stages.d.ts.map +1 -1
- package/src/lib/actions/stages.js +77 -27
- package/src/lib/actions/stages.js.map +1 -1
- package/src/lib/actions/stages.ts +88 -27
- package/src/lib/actions/webhooks-v2.js +15 -15
- package/src/lib/actions/webhooks-v2.js.map +1 -1
- package/src/lib/actions/webhooks-v2.ts +15 -15
- package/src/lib/auth.js +2 -2
- package/src/lib/auth.js.map +1 -1
- package/src/lib/auth.ts +2 -2
- package/src/lib/triggers/activity.d.ts.map +1 -1
- package/src/lib/triggers/activity.js +54 -42
- package/src/lib/triggers/activity.js.map +1 -1
- package/src/lib/triggers/activity.ts +54 -42
- package/src/lib/triggers/bill.d.ts +240 -48
- package/src/lib/triggers/bill.d.ts.map +1 -1
- package/src/lib/triggers/bill.js +368 -88
- package/src/lib/triggers/bill.js.map +1 -1
- package/src/lib/triggers/bill.ts +368 -88
- package/src/lib/triggers/invoice.d.ts +240 -48
- package/src/lib/triggers/invoice.d.ts.map +1 -1
- package/src/lib/triggers/invoice.js +368 -88
- package/src/lib/triggers/invoice.js.map +1 -1
- package/src/lib/triggers/invoice.ts +368 -88
- package/src/lib/triggers/job.d.ts +640 -128
- package/src/lib/triggers/job.d.ts.map +1 -1
- package/src/lib/triggers/job.js +928 -208
- package/src/lib/triggers/job.js.map +1 -1
- package/src/lib/triggers/job.ts +928 -208
- package/src/lib/triggers/lead.d.ts +400 -80
- package/src/lib/triggers/lead.d.ts.map +1 -1
- package/src/lib/triggers/lead.js +552 -96
- package/src/lib/triggers/lead.js.map +1 -1
- package/src/lib/triggers/lead.ts +552 -96
- package/src/lib/triggers/opportunity.d.ts +320 -64
- package/src/lib/triggers/opportunity.d.ts.map +1 -1
- package/src/lib/triggers/opportunity.js +456 -88
- package/src/lib/triggers/opportunity.js.map +1 -1
- package/src/lib/triggers/opportunity.ts +456 -88
- package/src/lib/triggers/quote.d.ts +240 -48
- package/src/lib/triggers/quote.d.ts.map +1 -1
- package/src/lib/triggers/quote.js +368 -88
- package/src/lib/triggers/quote.js.map +1 -1
- package/src/lib/triggers/quote.ts +368 -88
- package/src/lib/triggers/stage.d.ts +480 -96
- package/src/lib/triggers/stage.d.ts.map +1 -1
- package/src/lib/triggers/stage.js +764 -220
- package/src/lib/triggers/stage.js.map +1 -1
- package/src/lib/triggers/stage.ts +764 -220
- package/src/lib/triggers/task.d.ts +80 -16
- package/src/lib/triggers/task.d.ts.map +1 -1
- package/src/lib/triggers/task.js +172 -68
- package/src/lib/triggers/task.js.map +1 -1
- package/src/lib/triggers/task.ts +172 -68
- package/src/lib/actions/crm->-companies.d.ts.map +0 -1
- package/src/lib/actions/crm->-companies.js.map +0 -1
- package/src/lib/actions/crm->-contacts.d.ts.map +0 -1
- package/src/lib/actions/crm->-contacts.js.map +0 -1
- package/src/lib/actions/crm->-contractors.d.ts.map +0 -1
- package/src/lib/actions/crm->-contractors.js.map +0 -1
- package/src/lib/actions/crm->-customers.d.ts.map +0 -1
- package/src/lib/actions/crm->-customers.js.map +0 -1
- package/src/lib/actions/crm->-employees.d.ts.map +0 -1
- package/src/lib/actions/crm->-external-users.d.ts.map +0 -1
- package/src/lib/actions/crm->-external-users.js.map +0 -1
- package/src/lib/actions/crm->-invites.d.ts.map +0 -1
- package/src/lib/actions/crm->-sites.d.ts.map +0 -1
- package/src/lib/actions/crm->-sites.js.map +0 -1
- package/src/lib/actions/crm->-suppliers.d.ts.map +0 -1
- package/src/lib/actions/crm->-suppliers.js.map +0 -1
- package/src/lib/actions/jobs->-activities.d.ts.map +0 -1
- package/src/lib/actions/jobs->-activities.js.map +0 -1
- package/src/lib/actions/jobs->-contacts.d.ts.map +0 -1
- package/src/lib/actions/jobs->-contacts.js.map +0 -1
- package/src/lib/actions/jobs->-files.d.ts.map +0 -1
- package/src/lib/actions/jobs->-files.js.map +0 -1
- package/src/lib/actions/jobs->-tasks.d.ts.map +0 -1
- package/src/lib/actions/jobs->-tasks.js.map +0 -1
- package/src/lib/actions/stages->-activities.d.ts.map +0 -1
- package/src/lib/actions/stages->-activities.js.map +0 -1
- package/src/lib/actions/stages->-files.d.ts.map +0 -1
- package/src/lib/actions/stages->-files.js.map +0 -1
- package/src/lib/actions/stages->-resources.d.ts.map +0 -1
- package/src/lib/actions/stages->-resources.js.map +0 -1
- package/src/lib/actions/stages->-tasks.d.ts.map +0 -1
- package/src/lib/actions/stages->-tasks.js.map +0 -1
- /package/src/lib/actions/{crm->-companies.ts → crm-companies.ts} +0 -0
- /package/src/lib/actions/{crm->-contacts.ts → crm-contacts.ts} +0 -0
- /package/src/lib/actions/{crm->-contractors.ts → crm-contractors.ts} +0 -0
- /package/src/lib/actions/{crm->-customers.ts → crm-customers.ts} +0 -0
- /package/src/lib/actions/{crm->-employees.ts → crm-employees.ts} +0 -0
- /package/src/lib/actions/{crm->-external-users.ts → crm-external-users.ts} +0 -0
- /package/src/lib/actions/{crm->-invites.ts → crm-invites.ts} +0 -0
- /package/src/lib/actions/{crm->-sites.ts → crm-sites.ts} +0 -0
- /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").
|
|
8
|
-
|
|
9
|
-
|
|
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").
|
|
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").
|
|
18
|
-
|
|
19
|
-
|
|
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").
|
|
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").
|
|
28
|
-
|
|
29
|
-
|
|
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").
|
|
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").
|
|
38
|
-
|
|
39
|
-
|
|
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").
|
|
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").
|
|
49
|
-
|
|
50
|
-
|
|
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").
|
|
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").
|
|
59
|
-
|
|
60
|
-
|
|
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").
|
|
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").
|
|
69
|
-
|
|
70
|
-
|
|
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").
|
|
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").
|
|
79
|
-
|
|
80
|
-
|
|
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").
|
|
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").
|
|
90
|
-
|
|
91
|
-
|
|
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").
|
|
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").
|
|
100
|
-
|
|
101
|
-
|
|
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").
|
|
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").
|
|
110
|
-
|
|
111
|
-
|
|
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").
|
|
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").
|
|
120
|
-
|
|
121
|
-
|
|
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").
|
|
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").
|
|
131
|
-
|
|
132
|
-
|
|
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").
|
|
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").
|
|
141
|
-
|
|
142
|
-
|
|
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").
|
|
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").
|
|
151
|
-
|
|
152
|
-
|
|
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").
|
|
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").
|
|
161
|
-
|
|
162
|
-
|
|
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").
|
|
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
|
|
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"}
|