apify-client 3.0.0-beta.20 → 3.0.0-beta.22

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.
@@ -2376,15 +2376,15 @@ export declare const WebhookCondition: () => z.ZodObject<{
2376
2376
  }, z.core.$loose>;
2377
2377
  /** Status of the webhook dispatch indicating whether the HTTP request was successful. */
2378
2378
  export declare const WebhookDispatchStatus: () => z.ZodUnion<[z.ZodEnum<{
2379
+ ACTIVE: "ACTIVE";
2379
2380
  SUCCEEDED: "SUCCEEDED";
2380
2381
  FAILED: "FAILED";
2381
- ACTIVE: "ACTIVE";
2382
2382
  }>, z.ZodString]>;
2383
2383
  export declare const ExampleWebhookDispatch: () => z.ZodObject<{
2384
2384
  status: z.ZodUnion<[z.ZodEnum<{
2385
+ ACTIVE: "ACTIVE";
2385
2386
  SUCCEEDED: "SUCCEEDED";
2386
2387
  FAILED: "FAILED";
2387
- ACTIVE: "ACTIVE";
2388
2388
  }>, z.ZodString]>;
2389
2389
  finishedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
2390
2390
  removedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
@@ -2426,9 +2426,9 @@ export declare const WebhookShort: () => z.ZodObject<{
2426
2426
  requestUrl: z.ZodURL;
2427
2427
  lastDispatch: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2428
2428
  status: z.ZodUnion<[z.ZodEnum<{
2429
+ ACTIVE: "ACTIVE";
2429
2430
  SUCCEEDED: "SUCCEEDED";
2430
2431
  FAILED: "FAILED";
2431
- ACTIVE: "ACTIVE";
2432
2432
  }>, z.ZodString]>;
2433
2433
  finishedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
2434
2434
  removedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
@@ -2477,9 +2477,9 @@ export declare const ListOfWebhooks: () => z.ZodObject<{
2477
2477
  requestUrl: z.ZodURL;
2478
2478
  lastDispatch: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2479
2479
  status: z.ZodUnion<[z.ZodEnum<{
2480
+ ACTIVE: "ACTIVE";
2480
2481
  SUCCEEDED: "SUCCEEDED";
2481
2482
  FAILED: "FAILED";
2482
- ACTIVE: "ACTIVE";
2483
2483
  }>, z.ZodString]>;
2484
2484
  finishedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
2485
2485
  removedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
@@ -2530,9 +2530,9 @@ export declare const ListOfWebhooksResponse: () => z.ZodObject<{
2530
2530
  requestUrl: z.ZodURL;
2531
2531
  lastDispatch: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2532
2532
  status: z.ZodUnion<[z.ZodEnum<{
2533
+ ACTIVE: "ACTIVE";
2533
2534
  SUCCEEDED: "SUCCEEDED";
2534
2535
  FAILED: "FAILED";
2535
- ACTIVE: "ACTIVE";
2536
2536
  }>, z.ZodString]>;
2537
2537
  finishedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
2538
2538
  removedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
@@ -2545,14 +2545,14 @@ export declare const ListOfWebhooksResponse: () => z.ZodObject<{
2545
2545
  }, z.core.$loose>;
2546
2546
  /** Status of an Actor job (run or build). */
2547
2547
  export declare const ActorJobStatus: () => z.ZodUnion<[z.ZodEnum<{
2548
- READY: "READY";
2549
- RUNNING: "RUNNING";
2550
2548
  SUCCEEDED: "SUCCEEDED";
2551
2549
  FAILED: "FAILED";
2552
- ABORTING: "ABORTING";
2553
- ABORTED: "ABORTED";
2550
+ READY: "READY";
2551
+ RUNNING: "RUNNING";
2554
2552
  "TIMING-OUT": "TIMING-OUT";
2555
2553
  "TIMED-OUT": "TIMED-OUT";
2554
+ ABORTING: "ABORTING";
2555
+ ABORTED: "ABORTED";
2556
2556
  }>, z.ZodString]>;
2557
2557
  export declare const RunOrigin: () => z.ZodUnion<[z.ZodEnum<{
2558
2558
  TEST: "TEST";
@@ -2589,14 +2589,14 @@ export declare const BuildShort: () => z.ZodObject<{
2589
2589
  actId: z.ZodOptional<z.ZodString>;
2590
2590
  userId: z.ZodOptional<z.ZodString>;
2591
2591
  status: z.ZodUnion<[z.ZodEnum<{
2592
- READY: "READY";
2593
- RUNNING: "RUNNING";
2594
2592
  SUCCEEDED: "SUCCEEDED";
2595
2593
  FAILED: "FAILED";
2596
- ABORTING: "ABORTING";
2597
- ABORTED: "ABORTED";
2594
+ READY: "READY";
2595
+ RUNNING: "RUNNING";
2598
2596
  "TIMING-OUT": "TIMING-OUT";
2599
2597
  "TIMED-OUT": "TIMED-OUT";
2598
+ ABORTING: "ABORTING";
2599
+ ABORTED: "ABORTED";
2600
2600
  }>, z.ZodString]>;
2601
2601
  startedAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
2602
2602
  finishedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
@@ -2632,14 +2632,14 @@ export declare const ListOfBuilds: () => z.ZodObject<{
2632
2632
  actId: z.ZodOptional<z.ZodString>;
2633
2633
  userId: z.ZodOptional<z.ZodString>;
2634
2634
  status: z.ZodUnion<[z.ZodEnum<{
2635
- READY: "READY";
2636
- RUNNING: "RUNNING";
2637
2635
  SUCCEEDED: "SUCCEEDED";
2638
2636
  FAILED: "FAILED";
2639
- ABORTING: "ABORTING";
2640
- ABORTED: "ABORTED";
2637
+ READY: "READY";
2638
+ RUNNING: "RUNNING";
2641
2639
  "TIMING-OUT": "TIMING-OUT";
2642
2640
  "TIMED-OUT": "TIMED-OUT";
2641
+ ABORTING: "ABORTING";
2642
+ ABORTED: "ABORTED";
2643
2643
  }>, z.ZodString]>;
2644
2644
  startedAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
2645
2645
  finishedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
@@ -2677,14 +2677,14 @@ export declare const ListOfBuildsResponse: () => z.ZodObject<{
2677
2677
  actId: z.ZodOptional<z.ZodString>;
2678
2678
  userId: z.ZodOptional<z.ZodString>;
2679
2679
  status: z.ZodUnion<[z.ZodEnum<{
2680
- READY: "READY";
2681
- RUNNING: "RUNNING";
2682
2680
  SUCCEEDED: "SUCCEEDED";
2683
2681
  FAILED: "FAILED";
2684
- ABORTING: "ABORTING";
2685
- ABORTED: "ABORTED";
2682
+ READY: "READY";
2683
+ RUNNING: "RUNNING";
2686
2684
  "TIMING-OUT": "TIMING-OUT";
2687
2685
  "TIMED-OUT": "TIMED-OUT";
2686
+ ABORTING: "ABORTING";
2687
+ ABORTED: "ABORTED";
2688
2688
  }>, z.ZodString]>;
2689
2689
  startedAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
2690
2690
  finishedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
@@ -2753,14 +2753,14 @@ export declare const Build: () => z.ZodObject<{
2753
2753
  startedAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
2754
2754
  finishedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
2755
2755
  status: z.ZodUnion<[z.ZodEnum<{
2756
- READY: "READY";
2757
- RUNNING: "RUNNING";
2758
2756
  SUCCEEDED: "SUCCEEDED";
2759
2757
  FAILED: "FAILED";
2760
- ABORTING: "ABORTING";
2761
- ABORTED: "ABORTED";
2758
+ READY: "READY";
2759
+ RUNNING: "RUNNING";
2762
2760
  "TIMING-OUT": "TIMING-OUT";
2763
2761
  "TIMED-OUT": "TIMED-OUT";
2762
+ ABORTING: "ABORTING";
2763
+ ABORTED: "ABORTED";
2764
2764
  }>, z.ZodString]>;
2765
2765
  meta: z.ZodObject<{
2766
2766
  origin: z.ZodUnion<[z.ZodEnum<{
@@ -2850,14 +2850,14 @@ export declare const BuildResponse: () => z.ZodObject<{
2850
2850
  startedAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
2851
2851
  finishedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
2852
2852
  status: z.ZodUnion<[z.ZodEnum<{
2853
- READY: "READY";
2854
- RUNNING: "RUNNING";
2855
2853
  SUCCEEDED: "SUCCEEDED";
2856
2854
  FAILED: "FAILED";
2857
- ABORTING: "ABORTING";
2858
- ABORTED: "ABORTED";
2855
+ READY: "READY";
2856
+ RUNNING: "RUNNING";
2859
2857
  "TIMING-OUT": "TIMING-OUT";
2860
2858
  "TIMED-OUT": "TIMED-OUT";
2859
+ ABORTING: "ABORTING";
2860
+ ABORTED: "ABORTED";
2861
2861
  }>, z.ZodString]>;
2862
2862
  meta: z.ZodObject<{
2863
2863
  origin: z.ZodUnion<[z.ZodEnum<{
@@ -2964,14 +2964,14 @@ export declare const RunShort: () => z.ZodObject<{
2964
2964
  userId: z.ZodOptional<z.ZodString>;
2965
2965
  actorTaskId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2966
2966
  status: z.ZodUnion<[z.ZodEnum<{
2967
- READY: "READY";
2968
- RUNNING: "RUNNING";
2969
2967
  SUCCEEDED: "SUCCEEDED";
2970
2968
  FAILED: "FAILED";
2971
- ABORTING: "ABORTING";
2972
- ABORTED: "ABORTED";
2969
+ READY: "READY";
2970
+ RUNNING: "RUNNING";
2973
2971
  "TIMING-OUT": "TIMING-OUT";
2974
2972
  "TIMED-OUT": "TIMED-OUT";
2973
+ ABORTING: "ABORTING";
2974
+ ABORTED: "ABORTED";
2975
2975
  }>, z.ZodString]>;
2976
2976
  startedAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
2977
2977
  finishedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
@@ -3014,14 +3014,14 @@ export declare const ListOfRuns: () => z.ZodObject<{
3014
3014
  userId: z.ZodOptional<z.ZodString>;
3015
3015
  actorTaskId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3016
3016
  status: z.ZodUnion<[z.ZodEnum<{
3017
- READY: "READY";
3018
- RUNNING: "RUNNING";
3019
3017
  SUCCEEDED: "SUCCEEDED";
3020
3018
  FAILED: "FAILED";
3021
- ABORTING: "ABORTING";
3022
- ABORTED: "ABORTED";
3019
+ READY: "READY";
3020
+ RUNNING: "RUNNING";
3023
3021
  "TIMING-OUT": "TIMING-OUT";
3024
3022
  "TIMED-OUT": "TIMED-OUT";
3023
+ ABORTING: "ABORTING";
3024
+ ABORTED: "ABORTED";
3025
3025
  }>, z.ZodString]>;
3026
3026
  startedAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
3027
3027
  finishedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
@@ -3066,14 +3066,14 @@ export declare const ListOfRunsResponse: () => z.ZodObject<{
3066
3066
  userId: z.ZodOptional<z.ZodString>;
3067
3067
  actorTaskId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3068
3068
  status: z.ZodUnion<[z.ZodEnum<{
3069
- READY: "READY";
3070
- RUNNING: "RUNNING";
3071
3069
  SUCCEEDED: "SUCCEEDED";
3072
3070
  FAILED: "FAILED";
3073
- ABORTING: "ABORTING";
3074
- ABORTED: "ABORTED";
3071
+ READY: "READY";
3072
+ RUNNING: "RUNNING";
3075
3073
  "TIMING-OUT": "TIMING-OUT";
3076
3074
  "TIMED-OUT": "TIMED-OUT";
3075
+ ABORTING: "ABORTING";
3076
+ ABORTED: "ABORTED";
3077
3077
  }>, z.ZodString]>;
3078
3078
  startedAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
3079
3079
  finishedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
@@ -3213,14 +3213,14 @@ export declare const Run: () => z.ZodObject<{
3213
3213
  startedAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
3214
3214
  finishedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
3215
3215
  status: z.ZodUnion<[z.ZodEnum<{
3216
- READY: "READY";
3217
- RUNNING: "RUNNING";
3218
3216
  SUCCEEDED: "SUCCEEDED";
3219
3217
  FAILED: "FAILED";
3220
- ABORTING: "ABORTING";
3221
- ABORTED: "ABORTED";
3218
+ READY: "READY";
3219
+ RUNNING: "RUNNING";
3222
3220
  "TIMING-OUT": "TIMING-OUT";
3223
3221
  "TIMED-OUT": "TIMED-OUT";
3222
+ ABORTING: "ABORTING";
3223
+ ABORTED: "ABORTED";
3224
3224
  }>, z.ZodString]>;
3225
3225
  statusMessage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3226
3226
  isStatusMessageTerminal: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -3404,14 +3404,14 @@ export declare const RunResponse: () => z.ZodObject<{
3404
3404
  startedAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
3405
3405
  finishedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
3406
3406
  status: z.ZodUnion<[z.ZodEnum<{
3407
- READY: "READY";
3408
- RUNNING: "RUNNING";
3409
3407
  SUCCEEDED: "SUCCEEDED";
3410
3408
  FAILED: "FAILED";
3411
- ABORTING: "ABORTING";
3412
- ABORTED: "ABORTED";
3409
+ READY: "READY";
3410
+ RUNNING: "RUNNING";
3413
3411
  "TIMING-OUT": "TIMING-OUT";
3414
3412
  "TIMED-OUT": "TIMED-OUT";
3413
+ ABORTING: "ABORTING";
3414
+ ABORTED: "ABORTED";
3415
3415
  }>, z.ZodString]>;
3416
3416
  statusMessage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3417
3417
  isStatusMessageTerminal: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -3978,14 +3978,14 @@ export declare const UniqueKey: () => z.ZodString;
3978
3978
  export declare const RequestUrl: () => z.ZodString;
3979
3979
  export declare const HttpMethod: () => z.ZodUnion<[z.ZodEnum<{
3980
3980
  GET: "GET";
3981
- DELETE: "DELETE";
3982
3981
  HEAD: "HEAD";
3983
- OPTIONS: "OPTIONS";
3984
3982
  POST: "POST";
3985
3983
  PUT: "PUT";
3986
- PATCH: "PATCH";
3984
+ DELETE: "DELETE";
3987
3985
  CONNECT: "CONNECT";
3986
+ OPTIONS: "OPTIONS";
3988
3987
  TRACE: "TRACE";
3988
+ PATCH: "PATCH";
3989
3989
  }>, z.ZodString]>;
3990
3990
  /** The number of times this request has been retried. */
3991
3991
  export declare const RetryCount: () => z.ZodInt;
@@ -3996,14 +3996,14 @@ export declare const RequestBase: () => z.ZodObject<{
3996
3996
  url: z.ZodString;
3997
3997
  method: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
3998
3998
  GET: "GET";
3999
- DELETE: "DELETE";
4000
3999
  HEAD: "HEAD";
4001
- OPTIONS: "OPTIONS";
4002
4000
  POST: "POST";
4003
4001
  PUT: "PUT";
4004
- PATCH: "PATCH";
4002
+ DELETE: "DELETE";
4005
4003
  CONNECT: "CONNECT";
4004
+ OPTIONS: "OPTIONS";
4006
4005
  TRACE: "TRACE";
4006
+ PATCH: "PATCH";
4007
4007
  }>, z.ZodString]>>;
4008
4008
  retryCount: z.ZodOptional<z.ZodInt>;
4009
4009
  loadedUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4022,14 +4022,14 @@ export declare const Request: () => z.ZodObject<{
4022
4022
  url: z.ZodString;
4023
4023
  method: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
4024
4024
  GET: "GET";
4025
- DELETE: "DELETE";
4026
4025
  HEAD: "HEAD";
4027
- OPTIONS: "OPTIONS";
4028
4026
  POST: "POST";
4029
4027
  PUT: "PUT";
4030
- PATCH: "PATCH";
4028
+ DELETE: "DELETE";
4031
4029
  CONNECT: "CONNECT";
4030
+ OPTIONS: "OPTIONS";
4032
4031
  TRACE: "TRACE";
4032
+ PATCH: "PATCH";
4033
4033
  }>, z.ZodString]>>;
4034
4034
  retryCount: z.ZodOptional<z.ZodInt>;
4035
4035
  loadedUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4048,14 +4048,14 @@ export declare const ListOfRequests: () => z.ZodObject<{
4048
4048
  url: z.ZodString;
4049
4049
  method: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
4050
4050
  GET: "GET";
4051
- DELETE: "DELETE";
4052
4051
  HEAD: "HEAD";
4053
- OPTIONS: "OPTIONS";
4054
4052
  POST: "POST";
4055
4053
  PUT: "PUT";
4056
- PATCH: "PATCH";
4054
+ DELETE: "DELETE";
4057
4055
  CONNECT: "CONNECT";
4056
+ OPTIONS: "OPTIONS";
4058
4057
  TRACE: "TRACE";
4058
+ PATCH: "PATCH";
4059
4059
  }>, z.ZodString]>>;
4060
4060
  retryCount: z.ZodOptional<z.ZodInt>;
4061
4061
  loadedUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4080,14 +4080,14 @@ export declare const ListOfRequestsResponse: () => z.ZodObject<{
4080
4080
  url: z.ZodString;
4081
4081
  method: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
4082
4082
  GET: "GET";
4083
- DELETE: "DELETE";
4084
4083
  HEAD: "HEAD";
4085
- OPTIONS: "OPTIONS";
4086
4084
  POST: "POST";
4087
4085
  PUT: "PUT";
4088
- PATCH: "PATCH";
4086
+ DELETE: "DELETE";
4089
4087
  CONNECT: "CONNECT";
4088
+ OPTIONS: "OPTIONS";
4090
4089
  TRACE: "TRACE";
4090
+ PATCH: "PATCH";
4091
4091
  }>, z.ZodString]>>;
4092
4092
  retryCount: z.ZodOptional<z.ZodInt>;
4093
4093
  loadedUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4111,14 +4111,14 @@ export declare const RequestWithoutId: () => z.ZodObject<{
4111
4111
  url: z.ZodString;
4112
4112
  method: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
4113
4113
  GET: "GET";
4114
- DELETE: "DELETE";
4115
4114
  HEAD: "HEAD";
4116
- OPTIONS: "OPTIONS";
4117
4115
  POST: "POST";
4118
4116
  PUT: "PUT";
4119
- PATCH: "PATCH";
4117
+ DELETE: "DELETE";
4120
4118
  CONNECT: "CONNECT";
4119
+ OPTIONS: "OPTIONS";
4121
4120
  TRACE: "TRACE";
4121
+ PATCH: "PATCH";
4122
4122
  }>, z.ZodString]>>;
4123
4123
  retryCount: z.ZodOptional<z.ZodInt>;
4124
4124
  loadedUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4161,14 +4161,14 @@ export declare const RequestDraft: () => z.ZodObject<{
4161
4161
  url: z.ZodString;
4162
4162
  method: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
4163
4163
  GET: "GET";
4164
- DELETE: "DELETE";
4165
4164
  HEAD: "HEAD";
4166
- OPTIONS: "OPTIONS";
4167
4165
  POST: "POST";
4168
4166
  PUT: "PUT";
4169
- PATCH: "PATCH";
4167
+ DELETE: "DELETE";
4170
4168
  CONNECT: "CONNECT";
4169
+ OPTIONS: "OPTIONS";
4171
4170
  TRACE: "TRACE";
4171
+ PATCH: "PATCH";
4172
4172
  }>, z.ZodString]>>;
4173
4173
  }, z.core.$loose>;
4174
4174
  /** Result of a batch add operation containing successfully processed and failed requests. */
@@ -4185,14 +4185,14 @@ export declare const BatchAddResult: () => z.ZodObject<{
4185
4185
  url: z.ZodString;
4186
4186
  method: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
4187
4187
  GET: "GET";
4188
- DELETE: "DELETE";
4189
4188
  HEAD: "HEAD";
4190
- OPTIONS: "OPTIONS";
4191
4189
  POST: "POST";
4192
4190
  PUT: "PUT";
4193
- PATCH: "PATCH";
4191
+ DELETE: "DELETE";
4194
4192
  CONNECT: "CONNECT";
4193
+ OPTIONS: "OPTIONS";
4195
4194
  TRACE: "TRACE";
4195
+ PATCH: "PATCH";
4196
4196
  }>, z.ZodString]>>;
4197
4197
  }, z.core.$loose>>;
4198
4198
  }, z.core.$loose>;
@@ -4211,14 +4211,14 @@ export declare const BatchAddResponse: () => z.ZodObject<{
4211
4211
  url: z.ZodString;
4212
4212
  method: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
4213
4213
  GET: "GET";
4214
- DELETE: "DELETE";
4215
4214
  HEAD: "HEAD";
4216
- OPTIONS: "OPTIONS";
4217
4215
  POST: "POST";
4218
4216
  PUT: "PUT";
4219
- PATCH: "PATCH";
4217
+ DELETE: "DELETE";
4220
4218
  CONNECT: "CONNECT";
4219
+ OPTIONS: "OPTIONS";
4221
4220
  TRACE: "TRACE";
4221
+ PATCH: "PATCH";
4222
4222
  }>, z.ZodString]>>;
4223
4223
  }, z.core.$loose>>;
4224
4224
  }, z.core.$loose>;
@@ -4274,14 +4274,14 @@ export declare const BatchDeleteResult: () => z.ZodObject<{
4274
4274
  url: z.ZodString;
4275
4275
  method: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
4276
4276
  GET: "GET";
4277
- DELETE: "DELETE";
4278
4277
  HEAD: "HEAD";
4279
- OPTIONS: "OPTIONS";
4280
4278
  POST: "POST";
4281
4279
  PUT: "PUT";
4282
- PATCH: "PATCH";
4280
+ DELETE: "DELETE";
4283
4281
  CONNECT: "CONNECT";
4282
+ OPTIONS: "OPTIONS";
4284
4283
  TRACE: "TRACE";
4284
+ PATCH: "PATCH";
4285
4285
  }>, z.ZodString]>>;
4286
4286
  }, z.core.$loose>>;
4287
4287
  }, z.core.$loose>;
@@ -4301,14 +4301,14 @@ export declare const BatchDeleteResponse: () => z.ZodObject<{
4301
4301
  url: z.ZodString;
4302
4302
  method: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
4303
4303
  GET: "GET";
4304
- DELETE: "DELETE";
4305
4304
  HEAD: "HEAD";
4306
- OPTIONS: "OPTIONS";
4307
4305
  POST: "POST";
4308
4306
  PUT: "PUT";
4309
- PATCH: "PATCH";
4307
+ DELETE: "DELETE";
4310
4308
  CONNECT: "CONNECT";
4309
+ OPTIONS: "OPTIONS";
4311
4310
  TRACE: "TRACE";
4311
+ PATCH: "PATCH";
4312
4312
  }>, z.ZodString]>>;
4313
4313
  }, z.core.$loose>>;
4314
4314
  }, z.core.$loose>;
@@ -4330,14 +4330,14 @@ export declare const RequestResponse: () => z.ZodObject<{
4330
4330
  url: z.ZodString;
4331
4331
  method: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
4332
4332
  GET: "GET";
4333
- DELETE: "DELETE";
4334
4333
  HEAD: "HEAD";
4335
- OPTIONS: "OPTIONS";
4336
4334
  POST: "POST";
4337
4335
  PUT: "PUT";
4338
- PATCH: "PATCH";
4336
+ DELETE: "DELETE";
4339
4337
  CONNECT: "CONNECT";
4338
+ OPTIONS: "OPTIONS";
4340
4339
  TRACE: "TRACE";
4340
+ PATCH: "PATCH";
4341
4341
  }>, z.ZodString]>>;
4342
4342
  retryCount: z.ZodOptional<z.ZodInt>;
4343
4343
  loadedUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4379,14 +4379,14 @@ export declare const HeadRequest: () => z.ZodObject<{
4379
4379
  url: z.ZodString;
4380
4380
  method: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
4381
4381
  GET: "GET";
4382
- DELETE: "DELETE";
4383
4382
  HEAD: "HEAD";
4384
- OPTIONS: "OPTIONS";
4385
4383
  POST: "POST";
4386
4384
  PUT: "PUT";
4387
- PATCH: "PATCH";
4385
+ DELETE: "DELETE";
4388
4386
  CONNECT: "CONNECT";
4387
+ OPTIONS: "OPTIONS";
4389
4388
  TRACE: "TRACE";
4389
+ PATCH: "PATCH";
4390
4390
  }>, z.ZodString]>>;
4391
4391
  retryCount: z.ZodOptional<z.ZodInt>;
4392
4392
  }, z.core.$loose>;
@@ -4401,14 +4401,14 @@ export declare const RequestQueueHead: () => z.ZodObject<{
4401
4401
  url: z.ZodString;
4402
4402
  method: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
4403
4403
  GET: "GET";
4404
- DELETE: "DELETE";
4405
4404
  HEAD: "HEAD";
4406
- OPTIONS: "OPTIONS";
4407
4405
  POST: "POST";
4408
4406
  PUT: "PUT";
4409
- PATCH: "PATCH";
4407
+ DELETE: "DELETE";
4410
4408
  CONNECT: "CONNECT";
4409
+ OPTIONS: "OPTIONS";
4411
4410
  TRACE: "TRACE";
4411
+ PATCH: "PATCH";
4412
4412
  }>, z.ZodString]>>;
4413
4413
  retryCount: z.ZodOptional<z.ZodInt>;
4414
4414
  }, z.core.$loose>>;
@@ -4425,14 +4425,14 @@ export declare const HeadResponse: () => z.ZodObject<{
4425
4425
  url: z.ZodString;
4426
4426
  method: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
4427
4427
  GET: "GET";
4428
- DELETE: "DELETE";
4429
4428
  HEAD: "HEAD";
4430
- OPTIONS: "OPTIONS";
4431
4429
  POST: "POST";
4432
4430
  PUT: "PUT";
4433
- PATCH: "PATCH";
4431
+ DELETE: "DELETE";
4434
4432
  CONNECT: "CONNECT";
4433
+ OPTIONS: "OPTIONS";
4435
4434
  TRACE: "TRACE";
4435
+ PATCH: "PATCH";
4436
4436
  }>, z.ZodString]>>;
4437
4437
  retryCount: z.ZodOptional<z.ZodInt>;
4438
4438
  }, z.core.$loose>>;
@@ -4445,14 +4445,14 @@ export declare const LockedHeadRequest: () => z.ZodObject<{
4445
4445
  url: z.ZodString;
4446
4446
  method: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
4447
4447
  GET: "GET";
4448
- DELETE: "DELETE";
4449
4448
  HEAD: "HEAD";
4450
- OPTIONS: "OPTIONS";
4451
4449
  POST: "POST";
4452
4450
  PUT: "PUT";
4453
- PATCH: "PATCH";
4451
+ DELETE: "DELETE";
4454
4452
  CONNECT: "CONNECT";
4453
+ OPTIONS: "OPTIONS";
4455
4454
  TRACE: "TRACE";
4455
+ PATCH: "PATCH";
4456
4456
  }>, z.ZodString]>>;
4457
4457
  retryCount: z.ZodOptional<z.ZodInt>;
4458
4458
  lockExpiresAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
@@ -4471,14 +4471,14 @@ export declare const LockedRequestQueueHead: () => z.ZodObject<{
4471
4471
  url: z.ZodString;
4472
4472
  method: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
4473
4473
  GET: "GET";
4474
- DELETE: "DELETE";
4475
4474
  HEAD: "HEAD";
4476
- OPTIONS: "OPTIONS";
4477
4475
  POST: "POST";
4478
4476
  PUT: "PUT";
4479
- PATCH: "PATCH";
4477
+ DELETE: "DELETE";
4480
4478
  CONNECT: "CONNECT";
4479
+ OPTIONS: "OPTIONS";
4481
4480
  TRACE: "TRACE";
4481
+ PATCH: "PATCH";
4482
4482
  }>, z.ZodString]>>;
4483
4483
  retryCount: z.ZodOptional<z.ZodInt>;
4484
4484
  lockExpiresAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
@@ -4499,14 +4499,14 @@ export declare const HeadAndLockResponse: () => z.ZodObject<{
4499
4499
  url: z.ZodString;
4500
4500
  method: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
4501
4501
  GET: "GET";
4502
- DELETE: "DELETE";
4503
4502
  HEAD: "HEAD";
4504
- OPTIONS: "OPTIONS";
4505
4503
  POST: "POST";
4506
4504
  PUT: "PUT";
4507
- PATCH: "PATCH";
4505
+ DELETE: "DELETE";
4508
4506
  CONNECT: "CONNECT";
4507
+ OPTIONS: "OPTIONS";
4509
4508
  TRACE: "TRACE";
4509
+ PATCH: "PATCH";
4510
4510
  }>, z.ZodString]>>;
4511
4511
  retryCount: z.ZodOptional<z.ZodInt>;
4512
4512
  lockExpiresAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
@@ -4787,9 +4787,9 @@ export declare const Webhook: () => z.ZodObject<{
4787
4787
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4788
4788
  lastDispatch: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4789
4789
  status: z.ZodUnion<[z.ZodEnum<{
4790
+ ACTIVE: "ACTIVE";
4790
4791
  SUCCEEDED: "SUCCEEDED";
4791
4792
  FAILED: "FAILED";
4792
- ACTIVE: "ACTIVE";
4793
4793
  }>, z.ZodString]>;
4794
4794
  finishedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
4795
4795
  removedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
@@ -5165,9 +5165,9 @@ export declare const WebhookResponse: () => z.ZodObject<{
5165
5165
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5166
5166
  lastDispatch: z.ZodOptional<z.ZodNullable<z.ZodObject<{
5167
5167
  status: z.ZodUnion<[z.ZodEnum<{
5168
+ ACTIVE: "ACTIVE";
5168
5169
  SUCCEEDED: "SUCCEEDED";
5169
5170
  FAILED: "FAILED";
5170
- ACTIVE: "ACTIVE";
5171
5171
  }>, z.ZodString]>;
5172
5172
  finishedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
5173
5173
  removedAt: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>>>;
@@ -5223,9 +5223,9 @@ export declare const WebhookDispatch: () => z.ZodObject<{
5223
5223
  webhookId: z.ZodString;
5224
5224
  createdAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
5225
5225
  status: z.ZodUnion<[z.ZodEnum<{
5226
+ ACTIVE: "ACTIVE";
5226
5227
  SUCCEEDED: "SUCCEEDED";
5227
5228
  FAILED: "FAILED";
5228
- ACTIVE: "ACTIVE";
5229
5229
  }>, z.ZodString]>;
5230
5230
  eventType: z.ZodUnion<[z.ZodEnum<{
5231
5231
  "ACTOR.BUILD.ABORTED": "ACTOR.BUILD.ABORTED";
@@ -5272,9 +5272,9 @@ export declare const TestWebhookResponse: () => z.ZodObject<{
5272
5272
  webhookId: z.ZodString;
5273
5273
  createdAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
5274
5274
  status: z.ZodUnion<[z.ZodEnum<{
5275
+ ACTIVE: "ACTIVE";
5275
5276
  SUCCEEDED: "SUCCEEDED";
5276
5277
  FAILED: "FAILED";
5277
- ACTIVE: "ACTIVE";
5278
5278
  }>, z.ZodString]>;
5279
5279
  eventType: z.ZodUnion<[z.ZodEnum<{
5280
5280
  "ACTOR.BUILD.ABORTED": "ACTOR.BUILD.ABORTED";
@@ -5327,9 +5327,9 @@ export declare const ListOfWebhookDispatches: () => z.ZodObject<{
5327
5327
  webhookId: z.ZodString;
5328
5328
  createdAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
5329
5329
  status: z.ZodUnion<[z.ZodEnum<{
5330
+ ACTIVE: "ACTIVE";
5330
5331
  SUCCEEDED: "SUCCEEDED";
5331
5332
  FAILED: "FAILED";
5332
- ACTIVE: "ACTIVE";
5333
5333
  }>, z.ZodString]>;
5334
5334
  eventType: z.ZodUnion<[z.ZodEnum<{
5335
5335
  "ACTOR.BUILD.ABORTED": "ACTOR.BUILD.ABORTED";
@@ -5383,9 +5383,9 @@ export declare const ListOfWebhookDispatchesResponse: () => z.ZodObject<{
5383
5383
  webhookId: z.ZodString;
5384
5384
  createdAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
5385
5385
  status: z.ZodUnion<[z.ZodEnum<{
5386
+ ACTIVE: "ACTIVE";
5386
5387
  SUCCEEDED: "SUCCEEDED";
5387
5388
  FAILED: "FAILED";
5388
- ACTIVE: "ACTIVE";
5389
5389
  }>, z.ZodString]>;
5390
5390
  eventType: z.ZodUnion<[z.ZodEnum<{
5391
5391
  "ACTOR.BUILD.ABORTED": "ACTOR.BUILD.ABORTED";
@@ -5434,9 +5434,9 @@ export declare const WebhookDispatchResponse: () => z.ZodObject<{
5434
5434
  webhookId: z.ZodString;
5435
5435
  createdAt: z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>;
5436
5436
  status: z.ZodUnion<[z.ZodEnum<{
5437
+ ACTIVE: "ACTIVE";
5437
5438
  SUCCEEDED: "SUCCEEDED";
5438
5439
  FAILED: "FAILED";
5439
- ACTIVE: "ACTIVE";
5440
5440
  }>, z.ZodString]>;
5441
5441
  eventType: z.ZodUnion<[z.ZodEnum<{
5442
5442
  "ACTOR.BUILD.ABORTED": "ACTOR.BUILD.ABORTED";