@trigger.dev/sdk 3.0.0-beta.42 → 3.0.0-beta.43

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.
@@ -97,7 +97,9 @@ declare function poll<TRunHandle extends RunHandle<any> | string>(handle: TRunHa
97
97
  isFailed: boolean;
98
98
  isCancelled: boolean;
99
99
  payload?: any;
100
+ payloadPresignedUrl?: string | undefined;
100
101
  output?: any;
102
+ outputPresignedUrl?: string | undefined;
101
103
  schedule?: {
102
104
  id: string;
103
105
  generator: {
@@ -141,7 +143,9 @@ declare function poll<TRunHandle extends RunHandle<any> | string>(handle: TRunHa
141
143
  isFailed: boolean;
142
144
  isCancelled: boolean;
143
145
  payload?: any;
146
+ payloadPresignedUrl?: string | undefined;
144
147
  output?: any;
148
+ outputPresignedUrl?: string | undefined;
145
149
  schedule?: {
146
150
  id: string;
147
151
  generator: {
@@ -185,7 +189,9 @@ declare function poll<TRunHandle extends RunHandle<any> | string>(handle: TRunHa
185
189
  isFailed: boolean;
186
190
  isCancelled: boolean;
187
191
  payload?: any;
192
+ payloadPresignedUrl?: string | undefined;
188
193
  output?: any;
194
+ outputPresignedUrl?: string | undefined;
189
195
  schedule?: {
190
196
  id: string;
191
197
  generator: {
@@ -229,7 +235,9 @@ declare function poll<TRunHandle extends RunHandle<any> | string>(handle: TRunHa
229
235
  isFailed: boolean;
230
236
  isCancelled: boolean;
231
237
  payload?: any;
238
+ payloadPresignedUrl?: string | undefined;
232
239
  output?: any;
240
+ outputPresignedUrl?: string | undefined;
233
241
  schedule?: {
234
242
  id: string;
235
243
  generator: {
@@ -97,7 +97,9 @@ declare function poll<TRunHandle extends RunHandle<any> | string>(handle: TRunHa
97
97
  isFailed: boolean;
98
98
  isCancelled: boolean;
99
99
  payload?: any;
100
+ payloadPresignedUrl?: string | undefined;
100
101
  output?: any;
102
+ outputPresignedUrl?: string | undefined;
101
103
  schedule?: {
102
104
  id: string;
103
105
  generator: {
@@ -141,7 +143,9 @@ declare function poll<TRunHandle extends RunHandle<any> | string>(handle: TRunHa
141
143
  isFailed: boolean;
142
144
  isCancelled: boolean;
143
145
  payload?: any;
146
+ payloadPresignedUrl?: string | undefined;
144
147
  output?: any;
148
+ outputPresignedUrl?: string | undefined;
145
149
  schedule?: {
146
150
  id: string;
147
151
  generator: {
@@ -185,7 +189,9 @@ declare function poll<TRunHandle extends RunHandle<any> | string>(handle: TRunHa
185
189
  isFailed: boolean;
186
190
  isCancelled: boolean;
187
191
  payload?: any;
192
+ payloadPresignedUrl?: string | undefined;
188
193
  output?: any;
194
+ outputPresignedUrl?: string | undefined;
189
195
  schedule?: {
190
196
  id: string;
191
197
  generator: {
@@ -229,7 +235,9 @@ declare function poll<TRunHandle extends RunHandle<any> | string>(handle: TRunHa
229
235
  isFailed: boolean;
230
236
  isCancelled: boolean;
231
237
  payload?: any;
238
+ payloadPresignedUrl?: string | undefined;
232
239
  output?: any;
240
+ outputPresignedUrl?: string | undefined;
233
241
  schedule?: {
234
242
  id: string;
235
243
  generator: {
package/dist/v3/index.js CHANGED
@@ -19,7 +19,7 @@ var __publicField = (obj, key, value) => {
19
19
  };
20
20
 
21
21
  // package.json
22
- var version = "3.0.0-beta.42";
22
+ var version = "3.0.0-beta.43";
23
23
 
24
24
  // src/v3/tracer.ts
25
25
  var tracer = new v3.TriggerTracer({