@trigger.dev/core 0.0.0-prerelease-20250212002625 → 0.0.0-python-preview-20250226140121

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 (161) hide show
  1. package/dist/commonjs/schemas/api.d.ts +1999 -1999
  2. package/dist/commonjs/schemas/events.d.ts +8 -8
  3. package/dist/commonjs/schemas/fetch.d.ts +54 -54
  4. package/dist/commonjs/schemas/integrations.d.ts +4 -4
  5. package/dist/commonjs/schemas/notifications.d.ts +80 -80
  6. package/dist/commonjs/schemas/properties.d.ts +4 -4
  7. package/dist/commonjs/schemas/request.d.ts +4 -4
  8. package/dist/commonjs/schemas/requestFilter.d.ts +2 -2
  9. package/dist/commonjs/schemas/runs.d.ts +39 -39
  10. package/dist/commonjs/schemas/schedules.d.ts +12 -12
  11. package/dist/commonjs/schemas/statuses.d.ts +24 -24
  12. package/dist/commonjs/schemas/tasks.d.ts +50 -50
  13. package/dist/commonjs/schemas/triggers.d.ts +36 -36
  14. package/dist/commonjs/v3/apiClient/index.d.ts +72 -72
  15. package/dist/commonjs/v3/apiClientManager/index.d.ts +1 -1
  16. package/dist/commonjs/v3/apps/provider.d.ts +1 -0
  17. package/dist/commonjs/v3/apps/provider.js +1 -0
  18. package/dist/commonjs/v3/apps/provider.js.map +1 -1
  19. package/dist/commonjs/v3/errors.d.ts +1 -0
  20. package/dist/commonjs/v3/errors.js +31 -0
  21. package/dist/commonjs/v3/errors.js.map +1 -1
  22. package/dist/commonjs/v3/index.d.ts +1 -0
  23. package/dist/commonjs/v3/index.js +1 -0
  24. package/dist/commonjs/v3/index.js.map +1 -1
  25. package/dist/commonjs/v3/links.d.ts +3 -0
  26. package/dist/commonjs/v3/links.js +3 -0
  27. package/dist/commonjs/v3/links.js.map +1 -1
  28. package/dist/commonjs/v3/run-timeline-metrics-api.d.ts +2 -0
  29. package/dist/commonjs/v3/run-timeline-metrics-api.js +8 -0
  30. package/dist/commonjs/v3/run-timeline-metrics-api.js.map +1 -0
  31. package/dist/commonjs/v3/runTimelineMetrics/index.d.ts +23 -0
  32. package/dist/commonjs/v3/runTimelineMetrics/index.js +160 -0
  33. package/dist/commonjs/v3/runTimelineMetrics/index.js.map +1 -0
  34. package/dist/commonjs/v3/runTimelineMetrics/runTimelineMetricsManager.d.ts +13 -0
  35. package/dist/commonjs/v3/runTimelineMetrics/runTimelineMetricsManager.js +52 -0
  36. package/dist/commonjs/v3/runTimelineMetrics/runTimelineMetricsManager.js.map +1 -0
  37. package/dist/commonjs/v3/runTimelineMetrics/types.d.ts +11 -0
  38. package/dist/commonjs/v3/runTimelineMetrics/types.js +3 -0
  39. package/dist/commonjs/v3/runTimelineMetrics/types.js.map +1 -0
  40. package/dist/commonjs/v3/schemas/api.d.ts +403 -403
  41. package/dist/commonjs/v3/schemas/build.d.ts +168 -168
  42. package/dist/commonjs/v3/schemas/common.d.ts +24 -24
  43. package/dist/commonjs/v3/schemas/common.js +1 -0
  44. package/dist/commonjs/v3/schemas/common.js.map +1 -1
  45. package/dist/commonjs/v3/schemas/fetch.d.ts +13 -13
  46. package/dist/commonjs/v3/schemas/index.d.ts +1 -0
  47. package/dist/commonjs/v3/schemas/index.js +1 -0
  48. package/dist/commonjs/v3/schemas/index.js.map +1 -1
  49. package/dist/commonjs/v3/schemas/messages.d.ts +6213 -3727
  50. package/dist/commonjs/v3/schemas/messages.js +22 -0
  51. package/dist/commonjs/v3/schemas/messages.js.map +1 -1
  52. package/dist/commonjs/v3/schemas/openTelemetry.d.ts +20 -20
  53. package/dist/commonjs/v3/schemas/resources.d.ts +58 -58
  54. package/dist/commonjs/v3/schemas/schemas.d.ts +386 -253
  55. package/dist/commonjs/v3/schemas/schemas.js +17 -1
  56. package/dist/commonjs/v3/schemas/schemas.js.map +1 -1
  57. package/dist/commonjs/v3/schemas/webhooks.d.ts +1612 -0
  58. package/dist/commonjs/v3/schemas/webhooks.js +187 -0
  59. package/dist/commonjs/v3/schemas/webhooks.js.map +1 -0
  60. package/dist/commonjs/v3/semanticInternalAttributes.d.ts +1 -0
  61. package/dist/commonjs/v3/semanticInternalAttributes.js +1 -0
  62. package/dist/commonjs/v3/semanticInternalAttributes.js.map +1 -1
  63. package/dist/commonjs/v3/taskContext/index.js +1 -1
  64. package/dist/commonjs/v3/taskContext/index.js.map +1 -1
  65. package/dist/commonjs/v3/tracer.d.ts +10 -2
  66. package/dist/commonjs/v3/tracer.js +13 -4
  67. package/dist/commonjs/v3/tracer.js.map +1 -1
  68. package/dist/commonjs/v3/utils/flattenAttributes.js.map +1 -1
  69. package/dist/commonjs/v3/utils/globals.d.ts +2 -0
  70. package/dist/commonjs/v3/utils/globals.js.map +1 -1
  71. package/dist/commonjs/v3/workers/index.d.ts +1 -0
  72. package/dist/commonjs/v3/workers/index.js +3 -1
  73. package/dist/commonjs/v3/workers/index.js.map +1 -1
  74. package/dist/commonjs/v3/workers/taskExecutor.js +19 -9
  75. package/dist/commonjs/v3/workers/taskExecutor.js.map +1 -1
  76. package/dist/commonjs/v3/zodMessageHandler.d.ts +2 -2
  77. package/dist/commonjs/v3/zodSocket.d.ts +2 -2
  78. package/dist/commonjs/v3/zodSocket.js +3 -2
  79. package/dist/commonjs/v3/zodSocket.js.map +1 -1
  80. package/dist/commonjs/version.js +1 -1
  81. package/dist/esm/schemas/api.d.ts +2001 -2001
  82. package/dist/esm/schemas/events.d.ts +8 -8
  83. package/dist/esm/schemas/fetch.d.ts +54 -54
  84. package/dist/esm/schemas/integrations.d.ts +4 -4
  85. package/dist/esm/schemas/notifications.d.ts +80 -80
  86. package/dist/esm/schemas/properties.d.ts +4 -4
  87. package/dist/esm/schemas/request.d.ts +4 -4
  88. package/dist/esm/schemas/requestFilter.d.ts +2 -2
  89. package/dist/esm/schemas/runs.d.ts +39 -39
  90. package/dist/esm/schemas/schedules.d.ts +12 -12
  91. package/dist/esm/schemas/statuses.d.ts +24 -24
  92. package/dist/esm/schemas/tasks.d.ts +50 -50
  93. package/dist/esm/schemas/triggers.d.ts +36 -36
  94. package/dist/esm/v3/apiClient/index.d.ts +72 -72
  95. package/dist/esm/v3/apiClientManager/index.d.ts +1 -1
  96. package/dist/esm/v3/apps/provider.d.ts +1 -0
  97. package/dist/esm/v3/apps/provider.js +1 -0
  98. package/dist/esm/v3/apps/provider.js.map +1 -1
  99. package/dist/esm/v3/errors.d.ts +1 -0
  100. package/dist/esm/v3/errors.js +30 -0
  101. package/dist/esm/v3/errors.js.map +1 -1
  102. package/dist/esm/v3/index.d.ts +1 -0
  103. package/dist/esm/v3/index.js +1 -0
  104. package/dist/esm/v3/index.js.map +1 -1
  105. package/dist/esm/v3/links.d.ts +3 -0
  106. package/dist/esm/v3/links.js +3 -0
  107. package/dist/esm/v3/links.js.map +1 -1
  108. package/dist/esm/v3/run-timeline-metrics-api.d.ts +2 -0
  109. package/dist/esm/v3/run-timeline-metrics-api.js +5 -0
  110. package/dist/esm/v3/run-timeline-metrics-api.js.map +1 -0
  111. package/dist/esm/v3/runTimelineMetrics/index.d.ts +23 -0
  112. package/dist/esm/v3/runTimelineMetrics/index.js +156 -0
  113. package/dist/esm/v3/runTimelineMetrics/index.js.map +1 -0
  114. package/dist/esm/v3/runTimelineMetrics/runTimelineMetricsManager.d.ts +13 -0
  115. package/dist/esm/v3/runTimelineMetrics/runTimelineMetricsManager.js +47 -0
  116. package/dist/esm/v3/runTimelineMetrics/runTimelineMetricsManager.js.map +1 -0
  117. package/dist/esm/v3/runTimelineMetrics/types.d.ts +11 -0
  118. package/dist/esm/v3/runTimelineMetrics/types.js +2 -0
  119. package/dist/esm/v3/runTimelineMetrics/types.js.map +1 -0
  120. package/dist/esm/v3/schemas/api.d.ts +403 -403
  121. package/dist/esm/v3/schemas/build.d.ts +168 -168
  122. package/dist/esm/v3/schemas/common.d.ts +24 -24
  123. package/dist/esm/v3/schemas/common.js +1 -0
  124. package/dist/esm/v3/schemas/common.js.map +1 -1
  125. package/dist/esm/v3/schemas/fetch.d.ts +13 -13
  126. package/dist/esm/v3/schemas/index.d.ts +1 -0
  127. package/dist/esm/v3/schemas/index.js +1 -0
  128. package/dist/esm/v3/schemas/index.js.map +1 -1
  129. package/dist/esm/v3/schemas/messages.d.ts +6213 -3727
  130. package/dist/esm/v3/schemas/messages.js +23 -1
  131. package/dist/esm/v3/schemas/messages.js.map +1 -1
  132. package/dist/esm/v3/schemas/openTelemetry.d.ts +20 -20
  133. package/dist/esm/v3/schemas/resources.d.ts +58 -58
  134. package/dist/esm/v3/schemas/schemas.d.ts +386 -253
  135. package/dist/esm/v3/schemas/schemas.js +16 -0
  136. package/dist/esm/v3/schemas/schemas.js.map +1 -1
  137. package/dist/esm/v3/schemas/webhooks.d.ts +1612 -0
  138. package/dist/esm/v3/schemas/webhooks.js +184 -0
  139. package/dist/esm/v3/schemas/webhooks.js.map +1 -0
  140. package/dist/esm/v3/semanticInternalAttributes.d.ts +1 -0
  141. package/dist/esm/v3/semanticInternalAttributes.js +1 -0
  142. package/dist/esm/v3/semanticInternalAttributes.js.map +1 -1
  143. package/dist/esm/v3/taskContext/index.js +1 -1
  144. package/dist/esm/v3/taskContext/index.js.map +1 -1
  145. package/dist/esm/v3/tracer.d.ts +10 -2
  146. package/dist/esm/v3/tracer.js +13 -4
  147. package/dist/esm/v3/tracer.js.map +1 -1
  148. package/dist/esm/v3/utils/flattenAttributes.js.map +1 -1
  149. package/dist/esm/v3/utils/globals.d.ts +2 -0
  150. package/dist/esm/v3/utils/globals.js.map +1 -1
  151. package/dist/esm/v3/workers/index.d.ts +1 -0
  152. package/dist/esm/v3/workers/index.js +1 -0
  153. package/dist/esm/v3/workers/index.js.map +1 -1
  154. package/dist/esm/v3/workers/taskExecutor.js +20 -10
  155. package/dist/esm/v3/workers/taskExecutor.js.map +1 -1
  156. package/dist/esm/v3/zodMessageHandler.d.ts +2 -2
  157. package/dist/esm/v3/zodSocket.d.ts +2 -2
  158. package/dist/esm/v3/zodSocket.js +3 -2
  159. package/dist/esm/v3/zodSocket.js.map +1 -1
  160. package/dist/esm/version.js +1 -1
  161. package/package.json +1 -1
@@ -10,37 +10,37 @@ export declare const CommonMissingConnectionNotificationPayloadSchema: z.ZodObje
10
10
  createdAt: z.ZodDate;
11
11
  updatedAt: z.ZodDate;
12
12
  }, "strip", z.ZodTypeAny, {
13
+ scopes: string[];
13
14
  id: string;
14
- createdAt: Date;
15
15
  title: string;
16
16
  updatedAt: Date;
17
- scopes: string[];
17
+ createdAt: Date;
18
18
  }, {
19
+ scopes: string[];
19
20
  id: string;
20
- createdAt: Date;
21
21
  title: string;
22
22
  updatedAt: Date;
23
- scopes: string[];
23
+ createdAt: Date;
24
24
  }>;
25
25
  authorizationUrl: z.ZodString;
26
26
  }, "strip", z.ZodTypeAny, {
27
27
  id: string;
28
28
  client: {
29
+ scopes: string[];
29
30
  id: string;
30
- createdAt: Date;
31
31
  title: string;
32
32
  updatedAt: Date;
33
- scopes: string[];
33
+ createdAt: Date;
34
34
  };
35
35
  authorizationUrl: string;
36
36
  }, {
37
37
  id: string;
38
38
  client: {
39
+ scopes: string[];
39
40
  id: string;
40
- createdAt: Date;
41
41
  title: string;
42
42
  updatedAt: Date;
43
- scopes: string[];
43
+ createdAt: Date;
44
44
  };
45
45
  authorizationUrl: string;
46
46
  }>;
@@ -53,17 +53,17 @@ export declare const MissingDeveloperConnectionNotificationPayloadSchema: z.ZodO
53
53
  createdAt: z.ZodDate;
54
54
  updatedAt: z.ZodDate;
55
55
  }, "strip", z.ZodTypeAny, {
56
+ scopes: string[];
56
57
  id: string;
57
- createdAt: Date;
58
58
  title: string;
59
59
  updatedAt: Date;
60
- scopes: string[];
60
+ createdAt: Date;
61
61
  }, {
62
+ scopes: string[];
62
63
  id: string;
63
- createdAt: Date;
64
64
  title: string;
65
65
  updatedAt: Date;
66
- scopes: string[];
66
+ createdAt: Date;
67
67
  }>;
68
68
  authorizationUrl: z.ZodString;
69
69
  }, {
@@ -72,22 +72,22 @@ export declare const MissingDeveloperConnectionNotificationPayloadSchema: z.ZodO
72
72
  type: "DEVELOPER";
73
73
  id: string;
74
74
  client: {
75
+ scopes: string[];
75
76
  id: string;
76
- createdAt: Date;
77
77
  title: string;
78
78
  updatedAt: Date;
79
- scopes: string[];
79
+ createdAt: Date;
80
80
  };
81
81
  authorizationUrl: string;
82
82
  }, {
83
83
  type: "DEVELOPER";
84
84
  id: string;
85
85
  client: {
86
+ scopes: string[];
86
87
  id: string;
87
- createdAt: Date;
88
88
  title: string;
89
89
  updatedAt: Date;
90
- scopes: string[];
90
+ createdAt: Date;
91
91
  };
92
92
  authorizationUrl: string;
93
93
  }>;
@@ -100,17 +100,17 @@ export declare const MissingExternalConnectionNotificationPayloadSchema: z.ZodOb
100
100
  createdAt: z.ZodDate;
101
101
  updatedAt: z.ZodDate;
102
102
  }, "strip", z.ZodTypeAny, {
103
+ scopes: string[];
103
104
  id: string;
104
- createdAt: Date;
105
105
  title: string;
106
106
  updatedAt: Date;
107
- scopes: string[];
107
+ createdAt: Date;
108
108
  }, {
109
+ scopes: string[];
109
110
  id: string;
110
- createdAt: Date;
111
111
  title: string;
112
112
  updatedAt: Date;
113
- scopes: string[];
113
+ createdAt: Date;
114
114
  }>;
115
115
  authorizationUrl: z.ZodString;
116
116
  }, {
@@ -133,11 +133,11 @@ export declare const MissingExternalConnectionNotificationPayloadSchema: z.ZodOb
133
133
  metadata?: any;
134
134
  };
135
135
  client: {
136
+ scopes: string[];
136
137
  id: string;
137
- createdAt: Date;
138
138
  title: string;
139
139
  updatedAt: Date;
140
- scopes: string[];
140
+ createdAt: Date;
141
141
  };
142
142
  authorizationUrl: string;
143
143
  }, {
@@ -148,11 +148,11 @@ export declare const MissingExternalConnectionNotificationPayloadSchema: z.ZodOb
148
148
  metadata?: any;
149
149
  };
150
150
  client: {
151
+ scopes: string[];
151
152
  id: string;
152
- createdAt: Date;
153
153
  title: string;
154
154
  updatedAt: Date;
155
- scopes: string[];
155
+ createdAt: Date;
156
156
  };
157
157
  authorizationUrl: string;
158
158
  }>;
@@ -165,17 +165,17 @@ export declare const MissingConnectionNotificationPayloadSchema: z.ZodDiscrimina
165
165
  createdAt: z.ZodDate;
166
166
  updatedAt: z.ZodDate;
167
167
  }, "strip", z.ZodTypeAny, {
168
+ scopes: string[];
168
169
  id: string;
169
- createdAt: Date;
170
170
  title: string;
171
171
  updatedAt: Date;
172
- scopes: string[];
172
+ createdAt: Date;
173
173
  }, {
174
+ scopes: string[];
174
175
  id: string;
175
- createdAt: Date;
176
176
  title: string;
177
177
  updatedAt: Date;
178
- scopes: string[];
178
+ createdAt: Date;
179
179
  }>;
180
180
  authorizationUrl: z.ZodString;
181
181
  }, {
@@ -184,22 +184,22 @@ export declare const MissingConnectionNotificationPayloadSchema: z.ZodDiscrimina
184
184
  type: "DEVELOPER";
185
185
  id: string;
186
186
  client: {
187
+ scopes: string[];
187
188
  id: string;
188
- createdAt: Date;
189
189
  title: string;
190
190
  updatedAt: Date;
191
- scopes: string[];
191
+ createdAt: Date;
192
192
  };
193
193
  authorizationUrl: string;
194
194
  }, {
195
195
  type: "DEVELOPER";
196
196
  id: string;
197
197
  client: {
198
+ scopes: string[];
198
199
  id: string;
199
- createdAt: Date;
200
200
  title: string;
201
201
  updatedAt: Date;
202
- scopes: string[];
202
+ createdAt: Date;
203
203
  };
204
204
  authorizationUrl: string;
205
205
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -211,17 +211,17 @@ export declare const MissingConnectionNotificationPayloadSchema: z.ZodDiscrimina
211
211
  createdAt: z.ZodDate;
212
212
  updatedAt: z.ZodDate;
213
213
  }, "strip", z.ZodTypeAny, {
214
+ scopes: string[];
214
215
  id: string;
215
- createdAt: Date;
216
216
  title: string;
217
217
  updatedAt: Date;
218
- scopes: string[];
218
+ createdAt: Date;
219
219
  }, {
220
+ scopes: string[];
220
221
  id: string;
221
- createdAt: Date;
222
222
  title: string;
223
223
  updatedAt: Date;
224
- scopes: string[];
224
+ createdAt: Date;
225
225
  }>;
226
226
  authorizationUrl: z.ZodString;
227
227
  }, {
@@ -244,11 +244,11 @@ export declare const MissingConnectionNotificationPayloadSchema: z.ZodDiscrimina
244
244
  metadata?: any;
245
245
  };
246
246
  client: {
247
+ scopes: string[];
247
248
  id: string;
248
- createdAt: Date;
249
249
  title: string;
250
250
  updatedAt: Date;
251
- scopes: string[];
251
+ createdAt: Date;
252
252
  };
253
253
  authorizationUrl: string;
254
254
  }, {
@@ -259,11 +259,11 @@ export declare const MissingConnectionNotificationPayloadSchema: z.ZodDiscrimina
259
259
  metadata?: any;
260
260
  };
261
261
  client: {
262
+ scopes: string[];
262
263
  id: string;
263
- createdAt: Date;
264
264
  title: string;
265
265
  updatedAt: Date;
266
- scopes: string[];
266
+ createdAt: Date;
267
267
  };
268
268
  authorizationUrl: string;
269
269
  }>]>;
@@ -279,19 +279,19 @@ export declare const CommonMissingConnectionNotificationResolvedPayloadSchema: z
279
279
  integrationIdentifier: z.ZodString;
280
280
  integrationAuthMethod: z.ZodString;
281
281
  }, "strip", z.ZodTypeAny, {
282
+ scopes: string[];
282
283
  id: string;
283
- createdAt: Date;
284
284
  title: string;
285
285
  updatedAt: Date;
286
- scopes: string[];
286
+ createdAt: Date;
287
287
  integrationIdentifier: string;
288
288
  integrationAuthMethod: string;
289
289
  }, {
290
+ scopes: string[];
290
291
  id: string;
291
- createdAt: Date;
292
292
  title: string;
293
293
  updatedAt: Date;
294
- scopes: string[];
294
+ createdAt: Date;
295
295
  integrationIdentifier: string;
296
296
  integrationAuthMethod: string;
297
297
  }>;
@@ -299,11 +299,11 @@ export declare const CommonMissingConnectionNotificationResolvedPayloadSchema: z
299
299
  }, "strip", z.ZodTypeAny, {
300
300
  id: string;
301
301
  client: {
302
+ scopes: string[];
302
303
  id: string;
303
- createdAt: Date;
304
304
  title: string;
305
305
  updatedAt: Date;
306
- scopes: string[];
306
+ createdAt: Date;
307
307
  integrationIdentifier: string;
308
308
  integrationAuthMethod: string;
309
309
  };
@@ -311,11 +311,11 @@ export declare const CommonMissingConnectionNotificationResolvedPayloadSchema: z
311
311
  }, {
312
312
  id: string;
313
313
  client: {
314
+ scopes: string[];
314
315
  id: string;
315
- createdAt: Date;
316
316
  title: string;
317
317
  updatedAt: Date;
318
- scopes: string[];
318
+ createdAt: Date;
319
319
  integrationIdentifier: string;
320
320
  integrationAuthMethod: string;
321
321
  };
@@ -332,19 +332,19 @@ export declare const MissingDeveloperConnectionResolvedNotificationPayloadSchema
332
332
  integrationIdentifier: z.ZodString;
333
333
  integrationAuthMethod: z.ZodString;
334
334
  }, "strip", z.ZodTypeAny, {
335
+ scopes: string[];
335
336
  id: string;
336
- createdAt: Date;
337
337
  title: string;
338
338
  updatedAt: Date;
339
- scopes: string[];
339
+ createdAt: Date;
340
340
  integrationIdentifier: string;
341
341
  integrationAuthMethod: string;
342
342
  }, {
343
+ scopes: string[];
343
344
  id: string;
344
- createdAt: Date;
345
345
  title: string;
346
346
  updatedAt: Date;
347
- scopes: string[];
347
+ createdAt: Date;
348
348
  integrationIdentifier: string;
349
349
  integrationAuthMethod: string;
350
350
  }>;
@@ -355,11 +355,11 @@ export declare const MissingDeveloperConnectionResolvedNotificationPayloadSchema
355
355
  type: "DEVELOPER";
356
356
  id: string;
357
357
  client: {
358
+ scopes: string[];
358
359
  id: string;
359
- createdAt: Date;
360
360
  title: string;
361
361
  updatedAt: Date;
362
- scopes: string[];
362
+ createdAt: Date;
363
363
  integrationIdentifier: string;
364
364
  integrationAuthMethod: string;
365
365
  };
@@ -368,11 +368,11 @@ export declare const MissingDeveloperConnectionResolvedNotificationPayloadSchema
368
368
  type: "DEVELOPER";
369
369
  id: string;
370
370
  client: {
371
+ scopes: string[];
371
372
  id: string;
372
- createdAt: Date;
373
373
  title: string;
374
374
  updatedAt: Date;
375
- scopes: string[];
375
+ createdAt: Date;
376
376
  integrationIdentifier: string;
377
377
  integrationAuthMethod: string;
378
378
  };
@@ -389,19 +389,19 @@ export declare const MissingExternalConnectionResolvedNotificationPayloadSchema:
389
389
  integrationIdentifier: z.ZodString;
390
390
  integrationAuthMethod: z.ZodString;
391
391
  }, "strip", z.ZodTypeAny, {
392
+ scopes: string[];
392
393
  id: string;
393
- createdAt: Date;
394
394
  title: string;
395
395
  updatedAt: Date;
396
- scopes: string[];
396
+ createdAt: Date;
397
397
  integrationIdentifier: string;
398
398
  integrationAuthMethod: string;
399
399
  }, {
400
+ scopes: string[];
400
401
  id: string;
401
- createdAt: Date;
402
402
  title: string;
403
403
  updatedAt: Date;
404
- scopes: string[];
404
+ createdAt: Date;
405
405
  integrationIdentifier: string;
406
406
  integrationAuthMethod: string;
407
407
  }>;
@@ -426,11 +426,11 @@ export declare const MissingExternalConnectionResolvedNotificationPayloadSchema:
426
426
  metadata?: any;
427
427
  };
428
428
  client: {
429
+ scopes: string[];
429
430
  id: string;
430
- createdAt: Date;
431
431
  title: string;
432
432
  updatedAt: Date;
433
- scopes: string[];
433
+ createdAt: Date;
434
434
  integrationIdentifier: string;
435
435
  integrationAuthMethod: string;
436
436
  };
@@ -443,11 +443,11 @@ export declare const MissingExternalConnectionResolvedNotificationPayloadSchema:
443
443
  metadata?: any;
444
444
  };
445
445
  client: {
446
+ scopes: string[];
446
447
  id: string;
447
- createdAt: Date;
448
448
  title: string;
449
449
  updatedAt: Date;
450
- scopes: string[];
450
+ createdAt: Date;
451
451
  integrationIdentifier: string;
452
452
  integrationAuthMethod: string;
453
453
  };
@@ -464,19 +464,19 @@ export declare const MissingConnectionResolvedNotificationPayloadSchema: z.ZodDi
464
464
  integrationIdentifier: z.ZodString;
465
465
  integrationAuthMethod: z.ZodString;
466
466
  }, "strip", z.ZodTypeAny, {
467
+ scopes: string[];
467
468
  id: string;
468
- createdAt: Date;
469
469
  title: string;
470
470
  updatedAt: Date;
471
- scopes: string[];
471
+ createdAt: Date;
472
472
  integrationIdentifier: string;
473
473
  integrationAuthMethod: string;
474
474
  }, {
475
+ scopes: string[];
475
476
  id: string;
476
- createdAt: Date;
477
477
  title: string;
478
478
  updatedAt: Date;
479
- scopes: string[];
479
+ createdAt: Date;
480
480
  integrationIdentifier: string;
481
481
  integrationAuthMethod: string;
482
482
  }>;
@@ -487,11 +487,11 @@ export declare const MissingConnectionResolvedNotificationPayloadSchema: z.ZodDi
487
487
  type: "DEVELOPER";
488
488
  id: string;
489
489
  client: {
490
+ scopes: string[];
490
491
  id: string;
491
- createdAt: Date;
492
492
  title: string;
493
493
  updatedAt: Date;
494
- scopes: string[];
494
+ createdAt: Date;
495
495
  integrationIdentifier: string;
496
496
  integrationAuthMethod: string;
497
497
  };
@@ -500,11 +500,11 @@ export declare const MissingConnectionResolvedNotificationPayloadSchema: z.ZodDi
500
500
  type: "DEVELOPER";
501
501
  id: string;
502
502
  client: {
503
+ scopes: string[];
503
504
  id: string;
504
- createdAt: Date;
505
505
  title: string;
506
506
  updatedAt: Date;
507
- scopes: string[];
507
+ createdAt: Date;
508
508
  integrationIdentifier: string;
509
509
  integrationAuthMethod: string;
510
510
  };
@@ -520,19 +520,19 @@ export declare const MissingConnectionResolvedNotificationPayloadSchema: z.ZodDi
520
520
  integrationIdentifier: z.ZodString;
521
521
  integrationAuthMethod: z.ZodString;
522
522
  }, "strip", z.ZodTypeAny, {
523
+ scopes: string[];
523
524
  id: string;
524
- createdAt: Date;
525
525
  title: string;
526
526
  updatedAt: Date;
527
- scopes: string[];
527
+ createdAt: Date;
528
528
  integrationIdentifier: string;
529
529
  integrationAuthMethod: string;
530
530
  }, {
531
+ scopes: string[];
531
532
  id: string;
532
- createdAt: Date;
533
533
  title: string;
534
534
  updatedAt: Date;
535
- scopes: string[];
535
+ createdAt: Date;
536
536
  integrationIdentifier: string;
537
537
  integrationAuthMethod: string;
538
538
  }>;
@@ -557,11 +557,11 @@ export declare const MissingConnectionResolvedNotificationPayloadSchema: z.ZodDi
557
557
  metadata?: any;
558
558
  };
559
559
  client: {
560
+ scopes: string[];
560
561
  id: string;
561
- createdAt: Date;
562
562
  title: string;
563
563
  updatedAt: Date;
564
- scopes: string[];
564
+ createdAt: Date;
565
565
  integrationIdentifier: string;
566
566
  integrationAuthMethod: string;
567
567
  };
@@ -574,11 +574,11 @@ export declare const MissingConnectionResolvedNotificationPayloadSchema: z.ZodDi
574
574
  metadata?: any;
575
575
  };
576
576
  client: {
577
+ scopes: string[];
577
578
  id: string;
578
- createdAt: Date;
579
579
  title: string;
580
580
  updatedAt: Date;
581
- scopes: string[];
581
+ createdAt: Date;
582
582
  integrationIdentifier: string;
583
583
  integrationAuthMethod: string;
584
584
  };
@@ -10,13 +10,13 @@ export declare const DisplayPropertySchema: z.ZodObject<{
10
10
  /** The URL to a list of images to display next to the property */
11
11
  imageUrl: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
12
12
  }, "strip", z.ZodTypeAny, {
13
- text: string;
14
13
  label: string;
14
+ text: string;
15
15
  url?: string | undefined;
16
16
  imageUrl?: string[] | undefined;
17
17
  }, {
18
- text: string;
19
18
  label: string;
19
+ text: string;
20
20
  url?: string | undefined;
21
21
  imageUrl?: string[] | undefined;
22
22
  }>;
@@ -30,13 +30,13 @@ export declare const DisplayPropertiesSchema: z.ZodArray<z.ZodObject<{
30
30
  /** The URL to a list of images to display next to the property */
31
31
  imageUrl: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
32
32
  }, "strip", z.ZodTypeAny, {
33
- text: string;
34
33
  label: string;
34
+ text: string;
35
35
  url?: string | undefined;
36
36
  imageUrl?: string[] | undefined;
37
37
  }, {
38
- text: string;
39
38
  label: string;
39
+ text: string;
40
40
  url?: string | undefined;
41
41
  imageUrl?: string[] | undefined;
42
42
  }>, "many">;
@@ -5,13 +5,13 @@ export declare const RequestWithRawBodySchema: z.ZodObject<{
5
5
  headers: z.ZodRecord<z.ZodString, z.ZodString>;
6
6
  rawBody: z.ZodString;
7
7
  }, "strip", z.ZodTypeAny, {
8
- headers: Record<string, string>;
9
- method: string;
10
8
  url: string;
9
+ method: string;
10
+ headers: Record<string, string>;
11
11
  rawBody: string;
12
12
  }, {
13
- headers: Record<string, string>;
14
- method: string;
15
13
  url: string;
14
+ method: string;
15
+ headers: Record<string, string>;
16
16
  rawBody: string;
17
17
  }>;
@@ -93,6 +93,7 @@ export declare const RequestFilterSchema: z.ZodObject<{
93
93
  */
94
94
  body: z.ZodOptional<z.ZodType<import("./eventFilter.js").EventFilter, z.ZodTypeDef, import("./eventFilter.js").EventFilter>>;
95
95
  }, "strip", z.ZodTypeAny, {
96
+ method?: ("GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD" | "OPTIONS")[] | undefined;
96
97
  headers?: Record<string, string[] | ({
97
98
  $endsWith: string;
98
99
  } | {
@@ -100,7 +101,6 @@ export declare const RequestFilterSchema: z.ZodObject<{
100
101
  } | {
101
102
  $ignoreCaseEquals: string;
102
103
  })[]> | undefined;
103
- method?: ("POST" | "PUT" | "GET" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS")[] | undefined;
104
104
  query?: Record<string, string[] | ({
105
105
  $endsWith: string;
106
106
  } | {
@@ -110,6 +110,7 @@ export declare const RequestFilterSchema: z.ZodObject<{
110
110
  })[]> | undefined;
111
111
  body?: import("./eventFilter.js").EventFilter | undefined;
112
112
  }, {
113
+ method?: ("GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD" | "OPTIONS")[] | undefined;
113
114
  headers?: Record<string, string[] | ({
114
115
  $endsWith: string;
115
116
  } | {
@@ -117,7 +118,6 @@ export declare const RequestFilterSchema: z.ZodObject<{
117
118
  } | {
118
119
  $ignoreCaseEquals: string;
119
120
  })[]> | undefined;
120
- method?: ("POST" | "PUT" | "GET" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS")[] | undefined;
121
121
  query?: Record<string, string[] | ({
122
122
  $endsWith: string;
123
123
  } | {