@trigger.dev/core 0.0.0-prerelease-20250110154019 → 0.0.0-prerelease-20250116155306

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 (129) hide show
  1. package/dist/commonjs/schemas/api.d.ts +2137 -2137
  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 +54 -54
  13. package/dist/commonjs/schemas/triggers.d.ts +36 -36
  14. package/dist/commonjs/v3/apiClient/index.d.ts +114 -111
  15. package/dist/commonjs/v3/apiClient/index.js +3 -0
  16. package/dist/commonjs/v3/apiClient/index.js.map +1 -1
  17. package/dist/commonjs/v3/apiClient/runStream.d.ts +1 -0
  18. package/dist/commonjs/v3/apiClient/runStream.js +3 -0
  19. package/dist/commonjs/v3/apiClient/runStream.js.map +1 -1
  20. package/dist/commonjs/v3/apiClient/stream.d.ts +1 -0
  21. package/dist/commonjs/v3/apiClient/stream.js +3 -0
  22. package/dist/commonjs/v3/apiClient/stream.js.map +1 -1
  23. package/dist/commonjs/v3/apiClientManager/index.d.ts +1 -1
  24. package/dist/commonjs/v3/config.d.ts +17 -0
  25. package/dist/commonjs/v3/errors.d.ts +14 -1
  26. package/dist/commonjs/v3/errors.js +35 -1
  27. package/dist/commonjs/v3/errors.js.map +1 -1
  28. package/dist/commonjs/v3/links.d.ts +3 -0
  29. package/dist/commonjs/v3/links.js +3 -0
  30. package/dist/commonjs/v3/links.js.map +1 -1
  31. package/dist/commonjs/v3/otel/tracingSDK.d.ts +2 -0
  32. package/dist/commonjs/v3/otel/tracingSDK.js +51 -0
  33. package/dist/commonjs/v3/otel/tracingSDK.js.map +1 -1
  34. package/dist/commonjs/v3/runtime/devRuntimeManager.d.ts +1 -0
  35. package/dist/commonjs/v3/runtime/devRuntimeManager.js +36 -30
  36. package/dist/commonjs/v3/runtime/devRuntimeManager.js.map +1 -1
  37. package/dist/commonjs/v3/runtime/index.d.ts +4 -0
  38. package/dist/commonjs/v3/runtime/index.js +4 -0
  39. package/dist/commonjs/v3/runtime/index.js.map +1 -1
  40. package/dist/commonjs/v3/runtime/prodRuntimeManager.d.ts +1 -0
  41. package/dist/commonjs/v3/runtime/prodRuntimeManager.js +41 -33
  42. package/dist/commonjs/v3/runtime/prodRuntimeManager.js.map +1 -1
  43. package/dist/commonjs/v3/schemas/api.d.ts +541 -517
  44. package/dist/commonjs/v3/schemas/api.js +2 -0
  45. package/dist/commonjs/v3/schemas/api.js.map +1 -1
  46. package/dist/commonjs/v3/schemas/build.d.ts +346 -346
  47. package/dist/commonjs/v3/schemas/common.d.ts +166 -165
  48. package/dist/commonjs/v3/schemas/common.js +1 -0
  49. package/dist/commonjs/v3/schemas/common.js.map +1 -1
  50. package/dist/commonjs/v3/schemas/fetch.d.ts +31 -31
  51. package/dist/commonjs/v3/schemas/messages.d.ts +4610 -4610
  52. package/dist/commonjs/v3/schemas/openTelemetry.d.ts +20 -20
  53. package/dist/commonjs/v3/schemas/resources.d.ts +84 -84
  54. package/dist/commonjs/v3/schemas/schemas.d.ts +457 -457
  55. package/dist/commonjs/v3/schemas/style.d.ts +10 -10
  56. package/dist/commonjs/v3/semanticInternalAttributes.d.ts +1 -0
  57. package/dist/commonjs/v3/semanticInternalAttributes.js +1 -0
  58. package/dist/commonjs/v3/semanticInternalAttributes.js.map +1 -1
  59. package/dist/commonjs/v3/types/tasks.d.ts +7 -3
  60. package/dist/commonjs/v3/types/tasks.js.map +1 -1
  61. package/dist/commonjs/v3/workers/taskExecutor.js +5 -2
  62. package/dist/commonjs/v3/workers/taskExecutor.js.map +1 -1
  63. package/dist/commonjs/version.js +1 -1
  64. package/dist/esm/schemas/api.d.ts +2137 -2137
  65. package/dist/esm/schemas/events.d.ts +8 -8
  66. package/dist/esm/schemas/fetch.d.ts +54 -54
  67. package/dist/esm/schemas/integrations.d.ts +4 -4
  68. package/dist/esm/schemas/notifications.d.ts +80 -80
  69. package/dist/esm/schemas/properties.d.ts +4 -4
  70. package/dist/esm/schemas/request.d.ts +4 -4
  71. package/dist/esm/schemas/requestFilter.d.ts +2 -2
  72. package/dist/esm/schemas/runs.d.ts +39 -39
  73. package/dist/esm/schemas/schedules.d.ts +12 -12
  74. package/dist/esm/schemas/statuses.d.ts +24 -24
  75. package/dist/esm/schemas/tasks.d.ts +54 -54
  76. package/dist/esm/schemas/triggers.d.ts +36 -36
  77. package/dist/esm/v3/apiClient/index.d.ts +28 -25
  78. package/dist/esm/v3/apiClient/index.js +3 -0
  79. package/dist/esm/v3/apiClient/index.js.map +1 -1
  80. package/dist/esm/v3/apiClient/runStream.d.ts +1 -0
  81. package/dist/esm/v3/apiClient/runStream.js +3 -0
  82. package/dist/esm/v3/apiClient/runStream.js.map +1 -1
  83. package/dist/esm/v3/apiClient/stream.d.ts +1 -0
  84. package/dist/esm/v3/apiClient/stream.js +3 -0
  85. package/dist/esm/v3/apiClient/stream.js.map +1 -1
  86. package/dist/esm/v3/config.d.ts +17 -0
  87. package/dist/esm/v3/errors.d.ts +14 -1
  88. package/dist/esm/v3/errors.js +33 -0
  89. package/dist/esm/v3/errors.js.map +1 -1
  90. package/dist/esm/v3/links.d.ts +3 -0
  91. package/dist/esm/v3/links.js +3 -0
  92. package/dist/esm/v3/links.js.map +1 -1
  93. package/dist/esm/v3/otel/tracingSDK.d.ts +2 -0
  94. package/dist/esm/v3/otel/tracingSDK.js +51 -0
  95. package/dist/esm/v3/otel/tracingSDK.js.map +1 -1
  96. package/dist/esm/v3/runtime/devRuntimeManager.d.ts +1 -0
  97. package/dist/esm/v3/runtime/devRuntimeManager.js +36 -30
  98. package/dist/esm/v3/runtime/devRuntimeManager.js.map +1 -1
  99. package/dist/esm/v3/runtime/index.d.ts +4 -0
  100. package/dist/esm/v3/runtime/index.js +4 -0
  101. package/dist/esm/v3/runtime/index.js.map +1 -1
  102. package/dist/esm/v3/runtime/preventMultipleWaits.d.ts +1 -0
  103. package/dist/esm/v3/runtime/preventMultipleWaits.js +25 -0
  104. package/dist/esm/v3/runtime/preventMultipleWaits.js.map +1 -0
  105. package/dist/esm/v3/runtime/prodRuntimeManager.d.ts +1 -0
  106. package/dist/esm/v3/runtime/prodRuntimeManager.js +41 -33
  107. package/dist/esm/v3/runtime/prodRuntimeManager.js.map +1 -1
  108. package/dist/esm/v3/schemas/api.d.ts +161 -137
  109. package/dist/esm/v3/schemas/api.js +3 -1
  110. package/dist/esm/v3/schemas/api.js.map +1 -1
  111. package/dist/esm/v3/schemas/build.d.ts +88 -88
  112. package/dist/esm/v3/schemas/common.d.ts +166 -165
  113. package/dist/esm/v3/schemas/common.js +1 -0
  114. package/dist/esm/v3/schemas/common.js.map +1 -1
  115. package/dist/esm/v3/schemas/fetch.d.ts +10 -10
  116. package/dist/esm/v3/schemas/messages.d.ts +1676 -1676
  117. package/dist/esm/v3/schemas/openTelemetry.d.ts +20 -20
  118. package/dist/esm/v3/schemas/resources.d.ts +4 -4
  119. package/dist/esm/v3/schemas/schemas.d.ts +52 -52
  120. package/dist/esm/v3/schemas/style.d.ts +10 -10
  121. package/dist/esm/v3/semanticInternalAttributes.d.ts +1 -0
  122. package/dist/esm/v3/semanticInternalAttributes.js +1 -0
  123. package/dist/esm/v3/semanticInternalAttributes.js.map +1 -1
  124. package/dist/esm/v3/types/tasks.d.ts +7 -3
  125. package/dist/esm/v3/types/tasks.js.map +1 -1
  126. package/dist/esm/v3/workers/taskExecutor.js +6 -3
  127. package/dist/esm/v3/workers/taskExecutor.js.map +1 -1
  128. package/dist/esm/version.js +1 -1
  129. 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[];
14
13
  id: string;
14
+ createdAt: Date;
15
15
  title: string;
16
16
  updatedAt: Date;
17
- createdAt: Date;
18
- }, {
19
17
  scopes: string[];
18
+ }, {
20
19
  id: string;
20
+ createdAt: Date;
21
21
  title: string;
22
22
  updatedAt: Date;
23
- createdAt: Date;
23
+ scopes: string[];
24
24
  }>;
25
25
  authorizationUrl: z.ZodString;
26
26
  }, "strip", z.ZodTypeAny, {
27
27
  id: string;
28
28
  client: {
29
- scopes: string[];
30
29
  id: string;
30
+ createdAt: Date;
31
31
  title: string;
32
32
  updatedAt: Date;
33
- createdAt: Date;
33
+ scopes: string[];
34
34
  };
35
35
  authorizationUrl: string;
36
36
  }, {
37
37
  id: string;
38
38
  client: {
39
- scopes: string[];
40
39
  id: string;
40
+ createdAt: Date;
41
41
  title: string;
42
42
  updatedAt: Date;
43
- createdAt: Date;
43
+ scopes: string[];
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[];
57
56
  id: string;
57
+ createdAt: Date;
58
58
  title: string;
59
59
  updatedAt: Date;
60
- createdAt: Date;
61
- }, {
62
60
  scopes: string[];
61
+ }, {
63
62
  id: string;
63
+ createdAt: Date;
64
64
  title: string;
65
65
  updatedAt: Date;
66
- createdAt: Date;
66
+ scopes: string[];
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[];
76
75
  id: string;
76
+ createdAt: Date;
77
77
  title: string;
78
78
  updatedAt: Date;
79
- createdAt: Date;
79
+ scopes: string[];
80
80
  };
81
81
  authorizationUrl: string;
82
82
  }, {
83
83
  type: "DEVELOPER";
84
84
  id: string;
85
85
  client: {
86
- scopes: string[];
87
86
  id: string;
87
+ createdAt: Date;
88
88
  title: string;
89
89
  updatedAt: Date;
90
- createdAt: Date;
90
+ scopes: string[];
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[];
104
103
  id: string;
104
+ createdAt: Date;
105
105
  title: string;
106
106
  updatedAt: Date;
107
- createdAt: Date;
108
- }, {
109
107
  scopes: string[];
108
+ }, {
110
109
  id: string;
110
+ createdAt: Date;
111
111
  title: string;
112
112
  updatedAt: Date;
113
- createdAt: Date;
113
+ scopes: string[];
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[];
137
136
  id: string;
137
+ createdAt: Date;
138
138
  title: string;
139
139
  updatedAt: Date;
140
- createdAt: Date;
140
+ scopes: string[];
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[];
152
151
  id: string;
152
+ createdAt: Date;
153
153
  title: string;
154
154
  updatedAt: Date;
155
- createdAt: Date;
155
+ scopes: string[];
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[];
169
168
  id: string;
169
+ createdAt: Date;
170
170
  title: string;
171
171
  updatedAt: Date;
172
- createdAt: Date;
173
- }, {
174
172
  scopes: string[];
173
+ }, {
175
174
  id: string;
175
+ createdAt: Date;
176
176
  title: string;
177
177
  updatedAt: Date;
178
- createdAt: Date;
178
+ scopes: string[];
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[];
188
187
  id: string;
188
+ createdAt: Date;
189
189
  title: string;
190
190
  updatedAt: Date;
191
- createdAt: Date;
191
+ scopes: string[];
192
192
  };
193
193
  authorizationUrl: string;
194
194
  }, {
195
195
  type: "DEVELOPER";
196
196
  id: string;
197
197
  client: {
198
- scopes: string[];
199
198
  id: string;
199
+ createdAt: Date;
200
200
  title: string;
201
201
  updatedAt: Date;
202
- createdAt: Date;
202
+ scopes: string[];
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[];
215
214
  id: string;
215
+ createdAt: Date;
216
216
  title: string;
217
217
  updatedAt: Date;
218
- createdAt: Date;
219
- }, {
220
218
  scopes: string[];
219
+ }, {
221
220
  id: string;
221
+ createdAt: Date;
222
222
  title: string;
223
223
  updatedAt: Date;
224
- createdAt: Date;
224
+ scopes: string[];
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[];
248
247
  id: string;
248
+ createdAt: Date;
249
249
  title: string;
250
250
  updatedAt: Date;
251
- createdAt: Date;
251
+ scopes: string[];
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[];
263
262
  id: string;
263
+ createdAt: Date;
264
264
  title: string;
265
265
  updatedAt: Date;
266
- createdAt: Date;
266
+ scopes: string[];
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[];
283
282
  id: string;
283
+ createdAt: Date;
284
284
  title: string;
285
285
  updatedAt: Date;
286
- createdAt: Date;
286
+ scopes: string[];
287
287
  integrationIdentifier: string;
288
288
  integrationAuthMethod: string;
289
289
  }, {
290
- scopes: string[];
291
290
  id: string;
291
+ createdAt: Date;
292
292
  title: string;
293
293
  updatedAt: Date;
294
- createdAt: Date;
294
+ scopes: string[];
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[];
303
302
  id: string;
303
+ createdAt: Date;
304
304
  title: string;
305
305
  updatedAt: Date;
306
- createdAt: Date;
306
+ scopes: string[];
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[];
315
314
  id: string;
315
+ createdAt: Date;
316
316
  title: string;
317
317
  updatedAt: Date;
318
- createdAt: Date;
318
+ scopes: string[];
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[];
336
335
  id: string;
336
+ createdAt: Date;
337
337
  title: string;
338
338
  updatedAt: Date;
339
- createdAt: Date;
339
+ scopes: string[];
340
340
  integrationIdentifier: string;
341
341
  integrationAuthMethod: string;
342
342
  }, {
343
- scopes: string[];
344
343
  id: string;
344
+ createdAt: Date;
345
345
  title: string;
346
346
  updatedAt: Date;
347
- createdAt: Date;
347
+ scopes: string[];
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[];
359
358
  id: string;
359
+ createdAt: Date;
360
360
  title: string;
361
361
  updatedAt: Date;
362
- createdAt: Date;
362
+ scopes: string[];
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[];
372
371
  id: string;
372
+ createdAt: Date;
373
373
  title: string;
374
374
  updatedAt: Date;
375
- createdAt: Date;
375
+ scopes: string[];
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[];
393
392
  id: string;
393
+ createdAt: Date;
394
394
  title: string;
395
395
  updatedAt: Date;
396
- createdAt: Date;
396
+ scopes: string[];
397
397
  integrationIdentifier: string;
398
398
  integrationAuthMethod: string;
399
399
  }, {
400
- scopes: string[];
401
400
  id: string;
401
+ createdAt: Date;
402
402
  title: string;
403
403
  updatedAt: Date;
404
- createdAt: Date;
404
+ scopes: string[];
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[];
430
429
  id: string;
430
+ createdAt: Date;
431
431
  title: string;
432
432
  updatedAt: Date;
433
- createdAt: Date;
433
+ scopes: string[];
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[];
447
446
  id: string;
447
+ createdAt: Date;
448
448
  title: string;
449
449
  updatedAt: Date;
450
- createdAt: Date;
450
+ scopes: string[];
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[];
468
467
  id: string;
468
+ createdAt: Date;
469
469
  title: string;
470
470
  updatedAt: Date;
471
- createdAt: Date;
471
+ scopes: string[];
472
472
  integrationIdentifier: string;
473
473
  integrationAuthMethod: string;
474
474
  }, {
475
- scopes: string[];
476
475
  id: string;
476
+ createdAt: Date;
477
477
  title: string;
478
478
  updatedAt: Date;
479
- createdAt: Date;
479
+ scopes: string[];
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[];
491
490
  id: string;
491
+ createdAt: Date;
492
492
  title: string;
493
493
  updatedAt: Date;
494
- createdAt: Date;
494
+ scopes: string[];
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[];
504
503
  id: string;
504
+ createdAt: Date;
505
505
  title: string;
506
506
  updatedAt: Date;
507
- createdAt: Date;
507
+ scopes: string[];
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[];
524
523
  id: string;
524
+ createdAt: Date;
525
525
  title: string;
526
526
  updatedAt: Date;
527
- createdAt: Date;
527
+ scopes: string[];
528
528
  integrationIdentifier: string;
529
529
  integrationAuthMethod: string;
530
530
  }, {
531
- scopes: string[];
532
531
  id: string;
532
+ createdAt: Date;
533
533
  title: string;
534
534
  updatedAt: Date;
535
- createdAt: Date;
535
+ scopes: string[];
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[];
561
560
  id: string;
561
+ createdAt: Date;
562
562
  title: string;
563
563
  updatedAt: Date;
564
- createdAt: Date;
564
+ scopes: string[];
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[];
578
577
  id: string;
578
+ createdAt: Date;
579
579
  title: string;
580
580
  updatedAt: Date;
581
- createdAt: Date;
581
+ scopes: string[];
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
- label: string;
14
13
  text: string;
14
+ label: string;
15
15
  url?: string | undefined;
16
16
  imageUrl?: string[] | undefined;
17
17
  }, {
18
- label: string;
19
18
  text: string;
19
+ label: 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
- label: string;
34
33
  text: string;
34
+ label: string;
35
35
  url?: string | undefined;
36
36
  imageUrl?: string[] | undefined;
37
37
  }, {
38
- label: string;
39
38
  text: string;
39
+ label: 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
- url: string;
9
- method: string;
10
8
  headers: Record<string, string>;
9
+ method: string;
10
+ url: string;
11
11
  rawBody: string;
12
12
  }, {
13
- url: string;
14
- method: string;
15
13
  headers: Record<string, string>;
14
+ method: string;
15
+ url: string;
16
16
  rawBody: string;
17
17
  }>;
@@ -93,7 +93,6 @@ 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;
97
96
  headers?: Record<string, string[] | ({
98
97
  $endsWith: string;
99
98
  } | {
@@ -101,6 +100,7 @@ export declare const RequestFilterSchema: z.ZodObject<{
101
100
  } | {
102
101
  $ignoreCaseEquals: string;
103
102
  })[]> | undefined;
103
+ method?: ("POST" | "PUT" | "GET" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS")[] | undefined;
104
104
  query?: Record<string, string[] | ({
105
105
  $endsWith: string;
106
106
  } | {
@@ -110,7 +110,6 @@ 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;
114
113
  headers?: Record<string, string[] | ({
115
114
  $endsWith: string;
116
115
  } | {
@@ -118,6 +117,7 @@ export declare const RequestFilterSchema: z.ZodObject<{
118
117
  } | {
119
118
  $ignoreCaseEquals: string;
120
119
  })[]> | undefined;
120
+ method?: ("POST" | "PUT" | "GET" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS")[] | undefined;
121
121
  query?: Record<string, string[] | ({
122
122
  $endsWith: string;
123
123
  } | {