@workbuddy/piece-workbuddy-edge 1.0.0 → 1.0.2
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 +2 -2
- package/src/lib/actions/jobs.d.ts +2 -2
- package/src/lib/actions/jobs.d.ts.map +1 -1
- package/src/lib/actions/jobs.js +24 -4
- package/src/lib/actions/jobs.js.map +1 -1
- package/src/lib/actions/jobs.ts +24 -4
- package/src/lib/triggers/activity.d.ts +24 -12
- package/src/lib/triggers/activity.d.ts.map +1 -1
- package/src/lib/triggers/activity.js +45 -21
- package/src/lib/triggers/activity.js.map +1 -1
- package/src/lib/triggers/activity.ts +39 -24
- package/src/lib/triggers/bill.d.ts +64 -16
- package/src/lib/triggers/bill.d.ts.map +1 -1
- package/src/lib/triggers/bill.js +152 -28
- package/src/lib/triggers/bill.js.map +1 -1
- package/src/lib/triggers/bill.ts +136 -32
- package/src/lib/triggers/invoice.d.ts +64 -16
- package/src/lib/triggers/invoice.d.ts.map +1 -1
- package/src/lib/triggers/invoice.js +152 -28
- package/src/lib/triggers/invoice.js.map +1 -1
- package/src/lib/triggers/invoice.ts +136 -32
- package/src/lib/triggers/job.d.ts +144 -16
- package/src/lib/triggers/job.d.ts.map +1 -1
- package/src/lib/triggers/job.js +292 -28
- package/src/lib/triggers/job.js.map +1 -1
- package/src/lib/triggers/job.ts +256 -32
- package/src/lib/triggers/lead.d.ts +112 -16
- package/src/lib/triggers/lead.d.ts.map +1 -1
- package/src/lib/triggers/lead.js +200 -28
- package/src/lib/triggers/lead.js.map +1 -1
- package/src/lib/triggers/lead.ts +172 -32
- package/src/lib/triggers/opportunity.d.ts +80 -16
- package/src/lib/triggers/opportunity.d.ts.map +1 -1
- package/src/lib/triggers/opportunity.js +144 -28
- package/src/lib/triggers/opportunity.js.map +1 -1
- package/src/lib/triggers/opportunity.ts +124 -32
- package/src/lib/triggers/quote.d.ts +64 -16
- package/src/lib/triggers/quote.d.ts.map +1 -1
- package/src/lib/triggers/quote.js +152 -28
- package/src/lib/triggers/quote.js.map +1 -1
- package/src/lib/triggers/quote.ts +136 -32
- package/src/lib/triggers/stage.d.ts +112 -16
- package/src/lib/triggers/stage.d.ts.map +1 -1
- package/src/lib/triggers/stage.js +236 -28
- package/src/lib/triggers/stage.js.map +1 -1
- package/src/lib/triggers/stage.ts +212 -32
- package/src/lib/triggers/task.d.ts +16 -16
- package/src/lib/triggers/task.d.ts.map +1 -1
- package/src/lib/triggers/task.js +32 -28
- package/src/lib/triggers/task.js.map +1 -1
- package/src/lib/triggers/task.ts +28 -32
- package/src/lib/actions/mcp-context.d.ts +0 -16
- package/src/lib/actions/mcp-context.d.ts.map +0 -1
- package/src/lib/actions/mcp-context.js +0 -82
- package/src/lib/actions/mcp-context.js.map +0 -1
- package/src/lib/actions/mcp-context.ts +0 -86
- package/src/lib/actions/webhooks.d.ts +0 -48
- package/src/lib/actions/webhooks.d.ts.map +0 -1
- package/src/lib/actions/webhooks.js +0 -292
- package/src/lib/actions/webhooks.js.map +0 -1
- package/src/lib/actions/webhooks.ts +0 -318
- package/src/lib/triggers/allocation.d.ts +0 -53
- package/src/lib/triggers/allocation.d.ts.map +0 -1
- package/src/lib/triggers/allocation.js +0 -181
- package/src/lib/triggers/allocation.js.map +0 -1
- package/src/lib/triggers/allocation.ts +0 -198
- package/src/lib/triggers/form.d.ts +0 -19
- package/src/lib/triggers/form.d.ts.map +0 -1
- package/src/lib/triggers/form.js +0 -65
- package/src/lib/triggers/form.js.map +0 -1
- package/src/lib/triggers/form.ts +0 -68
- package/src/lib/triggers/item.d.ts +0 -53
- package/src/lib/triggers/item.d.ts.map +0 -1
- package/src/lib/triggers/item.js +0 -181
- package/src/lib/triggers/item.js.map +0 -1
- package/src/lib/triggers/item.ts +0 -198
- package/src/lib/triggers/site.d.ts +0 -19
- package/src/lib/triggers/site.d.ts.map +0 -1
- package/src/lib/triggers/site.js +0 -65
- package/src/lib/triggers/site.js.map +0 -1
- package/src/lib/triggers/site.ts +0 -68
|
@@ -4,99 +4,227 @@ export declare const job_created_trigger: import("@activepieces/pieces-framework
|
|
|
4
4
|
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
5
5
|
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
6
6
|
}>, {
|
|
7
|
-
|
|
7
|
+
customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
8
|
+
billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
9
|
+
tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
10
|
+
site: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
11
|
+
type: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
12
|
+
priority: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
13
|
+
owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
14
|
+
zone: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
15
|
+
status: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
8
16
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
9
17
|
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
10
18
|
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
11
19
|
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
12
20
|
}>, {
|
|
13
|
-
|
|
21
|
+
customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
22
|
+
billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
23
|
+
tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
24
|
+
site: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
25
|
+
type: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
26
|
+
priority: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
27
|
+
owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
28
|
+
zone: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
29
|
+
status: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
14
30
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
15
31
|
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
16
32
|
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
17
33
|
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
18
34
|
}>, {
|
|
19
|
-
|
|
35
|
+
customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
36
|
+
billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
37
|
+
tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
38
|
+
site: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
39
|
+
type: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
40
|
+
priority: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
41
|
+
owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
42
|
+
zone: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
43
|
+
status: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
20
44
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
21
45
|
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
22
46
|
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
23
47
|
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
24
48
|
}>, {
|
|
25
|
-
|
|
49
|
+
customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
50
|
+
billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
51
|
+
tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
52
|
+
site: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
53
|
+
type: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
54
|
+
priority: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
55
|
+
owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
56
|
+
zone: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
57
|
+
status: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
26
58
|
}>;
|
|
27
59
|
export declare const job_updated_trigger: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
28
60
|
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
29
61
|
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
30
62
|
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
31
63
|
}>, {
|
|
32
|
-
|
|
64
|
+
customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
65
|
+
billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
66
|
+
tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
67
|
+
site: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
68
|
+
type: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
69
|
+
priority: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
70
|
+
owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
71
|
+
zone: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
72
|
+
status: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
33
73
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
34
74
|
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
35
75
|
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
36
76
|
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
37
77
|
}>, {
|
|
38
|
-
|
|
78
|
+
customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
79
|
+
billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
80
|
+
tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
81
|
+
site: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
82
|
+
type: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
83
|
+
priority: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
84
|
+
owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
85
|
+
zone: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
86
|
+
status: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
39
87
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
40
88
|
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
41
89
|
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
42
90
|
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
43
91
|
}>, {
|
|
44
|
-
|
|
92
|
+
customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
93
|
+
billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
94
|
+
tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
95
|
+
site: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
96
|
+
type: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
97
|
+
priority: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
98
|
+
owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
99
|
+
zone: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
100
|
+
status: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
45
101
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
46
102
|
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
47
103
|
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
48
104
|
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
49
105
|
}>, {
|
|
50
|
-
|
|
106
|
+
customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
107
|
+
billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
108
|
+
tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
109
|
+
site: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
110
|
+
type: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
111
|
+
priority: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
112
|
+
owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
113
|
+
zone: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
114
|
+
status: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
51
115
|
}>;
|
|
52
116
|
export declare const job_status_changed_trigger: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
53
117
|
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
54
118
|
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
55
119
|
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
56
120
|
}>, {
|
|
57
|
-
|
|
121
|
+
customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
122
|
+
billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
123
|
+
tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
124
|
+
site: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
125
|
+
type: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
126
|
+
priority: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
127
|
+
owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
128
|
+
zone: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
129
|
+
status: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
58
130
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
59
131
|
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
60
132
|
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
61
133
|
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
62
134
|
}>, {
|
|
63
|
-
|
|
135
|
+
customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
136
|
+
billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
137
|
+
tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
138
|
+
site: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
139
|
+
type: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
140
|
+
priority: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
141
|
+
owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
142
|
+
zone: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
143
|
+
status: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
64
144
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
65
145
|
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
66
146
|
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
67
147
|
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
68
148
|
}>, {
|
|
69
|
-
|
|
149
|
+
customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
150
|
+
billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
151
|
+
tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
152
|
+
site: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
153
|
+
type: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
154
|
+
priority: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
155
|
+
owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
156
|
+
zone: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
157
|
+
status: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
70
158
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
71
159
|
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
72
160
|
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
73
161
|
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
74
162
|
}>, {
|
|
75
|
-
|
|
163
|
+
customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
164
|
+
billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
165
|
+
tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
166
|
+
site: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
167
|
+
type: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
168
|
+
priority: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
169
|
+
owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
170
|
+
zone: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
171
|
+
status: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
76
172
|
}>;
|
|
77
173
|
export declare const job_deleted_trigger: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
78
174
|
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
79
175
|
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
80
176
|
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
81
177
|
}>, {
|
|
82
|
-
|
|
178
|
+
customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
179
|
+
billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
180
|
+
tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
181
|
+
site: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
182
|
+
type: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
183
|
+
priority: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
184
|
+
owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
185
|
+
zone: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
186
|
+
status: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
83
187
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
84
188
|
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
85
189
|
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
86
190
|
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
87
191
|
}>, {
|
|
88
|
-
|
|
192
|
+
customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
193
|
+
billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
194
|
+
tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
195
|
+
site: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
196
|
+
type: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
197
|
+
priority: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
198
|
+
owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
199
|
+
zone: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
200
|
+
status: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
89
201
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
90
202
|
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
91
203
|
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
92
204
|
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
93
205
|
}>, {
|
|
94
|
-
|
|
206
|
+
customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
207
|
+
billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
208
|
+
tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
209
|
+
site: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
210
|
+
type: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
211
|
+
priority: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
212
|
+
owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
213
|
+
zone: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
214
|
+
status: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
95
215
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
96
216
|
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
97
217
|
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
98
218
|
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
99
219
|
}>, {
|
|
100
|
-
|
|
220
|
+
customer: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
221
|
+
billingCompany: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
222
|
+
tag: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
223
|
+
site: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
224
|
+
type: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
225
|
+
priority: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
226
|
+
owner: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
227
|
+
zone: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
228
|
+
status: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
101
229
|
}>;
|
|
102
230
|
//# sourceMappingURL=job.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"job.d.ts","sourceRoot":"","sources":["job.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,eAAe,EAAY,MAAM,gCAAgC,CAAC;AAI1F,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"job.d.ts","sourceRoot":"","sources":["job.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,eAAe,EAAY,MAAM,gCAAgC,CAAC;AAI1F,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqK9B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqK9B,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqKrC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqK9B,CAAC"}
|