apify-client 3.0.0-beta.6 → 3.0.0-beta.8

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.
@@ -2423,7 +2423,7 @@ export declare const WebhookShort: () => z.ZodObject<{
2423
2423
  }, z.core.$loose>;
2424
2424
  ignoreSslErrors: z.ZodBoolean;
2425
2425
  doNotRetry: z.ZodBoolean;
2426
- requestUrl: z.ZodString;
2426
+ requestUrl: z.ZodURL;
2427
2427
  lastDispatch: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2428
2428
  status: z.ZodUnion<[z.ZodEnum<{
2429
2429
  SUCCEEDED: "SUCCEEDED";
@@ -2474,7 +2474,7 @@ export declare const ListOfWebhooks: () => z.ZodObject<{
2474
2474
  }, z.core.$loose>;
2475
2475
  ignoreSslErrors: z.ZodBoolean;
2476
2476
  doNotRetry: z.ZodBoolean;
2477
- requestUrl: z.ZodString;
2477
+ requestUrl: z.ZodURL;
2478
2478
  lastDispatch: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2479
2479
  status: z.ZodUnion<[z.ZodEnum<{
2480
2480
  SUCCEEDED: "SUCCEEDED";
@@ -2527,7 +2527,7 @@ export declare const ListOfWebhooksResponse: () => z.ZodObject<{
2527
2527
  }, z.core.$loose>;
2528
2528
  ignoreSslErrors: z.ZodBoolean;
2529
2529
  doNotRetry: z.ZodBoolean;
2530
- requestUrl: z.ZodString;
2530
+ requestUrl: z.ZodURL;
2531
2531
  lastDispatch: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2532
2532
  status: z.ZodUnion<[z.ZodEnum<{
2533
2533
  SUCCEEDED: "SUCCEEDED";
@@ -3355,7 +3355,7 @@ export declare const Run: () => z.ZodObject<{
3355
3355
  }, z.core.$catchall<z.ZodString>>>;
3356
3356
  }, z.core.$loose>>;
3357
3357
  buildNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3358
- containerUrl: z.ZodOptional<z.ZodString>;
3358
+ containerUrl: z.ZodOptional<z.ZodURL>;
3359
3359
  isContainerServerReady: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3360
3360
  gitBranchName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3361
3361
  usage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -3546,7 +3546,7 @@ export declare const RunResponse: () => z.ZodObject<{
3546
3546
  }, z.core.$catchall<z.ZodString>>>;
3547
3547
  }, z.core.$loose>>;
3548
3548
  buildNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3549
- containerUrl: z.ZodOptional<z.ZodString>;
3549
+ containerUrl: z.ZodOptional<z.ZodURL>;
3550
3550
  isContainerServerReady: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3551
3551
  gitBranchName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3552
3552
  usage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -3606,8 +3606,8 @@ export declare const Dataset: () => z.ZodObject<{
3606
3606
  actRunId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3607
3607
  fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
3608
3608
  schema: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
3609
- consoleUrl: z.ZodString;
3610
- itemsPublicUrl: z.ZodOptional<z.ZodString>;
3609
+ consoleUrl: z.ZodURL;
3610
+ itemsPublicUrl: z.ZodOptional<z.ZodURL>;
3611
3611
  urlSigningSecretKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3612
3612
  generalAccess: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEnum<{
3613
3613
  ANYONE_WITH_ID_CAN_READ: "ANYONE_WITH_ID_CAN_READ";
@@ -3637,8 +3637,8 @@ export declare const DatasetResponse: () => z.ZodObject<{
3637
3637
  actRunId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3638
3638
  fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
3639
3639
  schema: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
3640
- consoleUrl: z.ZodString;
3641
- itemsPublicUrl: z.ZodOptional<z.ZodString>;
3640
+ consoleUrl: z.ZodURL;
3641
+ itemsPublicUrl: z.ZodOptional<z.ZodURL>;
3642
3642
  urlSigningSecretKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3643
3643
  generalAccess: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEnum<{
3644
3644
  ANYONE_WITH_ID_CAN_READ: "ANYONE_WITH_ID_CAN_READ";
@@ -3773,9 +3773,9 @@ export declare const KeyValueStore: () => z.ZodObject<{
3773
3773
  accessedAt: z.ZodDate;
3774
3774
  actId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3775
3775
  actRunId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3776
- consoleUrl: z.ZodOptional<z.ZodString>;
3777
- keysPublicUrl: z.ZodOptional<z.ZodString>;
3778
- recordsPublicUrl: z.ZodOptional<z.ZodString>;
3776
+ consoleUrl: z.ZodOptional<z.ZodURL>;
3777
+ keysPublicUrl: z.ZodOptional<z.ZodURL>;
3778
+ recordsPublicUrl: z.ZodOptional<z.ZodURL>;
3779
3779
  schema: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
3780
3780
  urlSigningSecretKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3781
3781
  generalAccess: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEnum<{
@@ -3805,9 +3805,9 @@ export declare const KeyValueStoreResponse: () => z.ZodObject<{
3805
3805
  accessedAt: z.ZodDate;
3806
3806
  actId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3807
3807
  actRunId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3808
- consoleUrl: z.ZodOptional<z.ZodString>;
3809
- keysPublicUrl: z.ZodOptional<z.ZodString>;
3810
- recordsPublicUrl: z.ZodOptional<z.ZodString>;
3808
+ consoleUrl: z.ZodOptional<z.ZodURL>;
3809
+ keysPublicUrl: z.ZodOptional<z.ZodURL>;
3810
+ recordsPublicUrl: z.ZodOptional<z.ZodURL>;
3811
3811
  schema: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
3812
3812
  urlSigningSecretKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3813
3813
  generalAccess: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEnum<{
@@ -3838,13 +3838,13 @@ export declare const UpdateStoreRequest: () => z.ZodObject<{
3838
3838
  export declare const KeyValueStoreKey: () => z.ZodObject<{
3839
3839
  key: z.ZodString;
3840
3840
  size: z.ZodInt;
3841
- recordPublicUrl: z.ZodString;
3841
+ recordPublicUrl: z.ZodURL;
3842
3842
  }, z.core.$loose>;
3843
3843
  export declare const ListOfKeys: () => z.ZodObject<{
3844
3844
  items: z.ZodArray<z.ZodObject<{
3845
3845
  key: z.ZodString;
3846
3846
  size: z.ZodInt;
3847
- recordPublicUrl: z.ZodString;
3847
+ recordPublicUrl: z.ZodURL;
3848
3848
  }, z.core.$loose>>;
3849
3849
  count: z.ZodInt;
3850
3850
  limit: z.ZodInt;
@@ -3857,7 +3857,7 @@ export declare const ListOfKeysResponse: () => z.ZodObject<{
3857
3857
  items: z.ZodArray<z.ZodObject<{
3858
3858
  key: z.ZodString;
3859
3859
  size: z.ZodInt;
3860
- recordPublicUrl: z.ZodString;
3860
+ recordPublicUrl: z.ZodURL;
3861
3861
  }, z.core.$loose>>;
3862
3862
  count: z.ZodInt;
3863
3863
  limit: z.ZodInt;
@@ -3916,7 +3916,7 @@ export declare const RequestQueue: () => z.ZodObject<{
3916
3916
  handledRequestCount: z.ZodInt;
3917
3917
  pendingRequestCount: z.ZodInt;
3918
3918
  hadMultipleClients: z.ZodBoolean;
3919
- consoleUrl: z.ZodString;
3919
+ consoleUrl: z.ZodURL;
3920
3920
  stats: z.ZodOptional<z.ZodObject<{
3921
3921
  deleteCount: z.ZodOptional<z.ZodInt>;
3922
3922
  headItemReadCount: z.ZodOptional<z.ZodInt>;
@@ -3946,7 +3946,7 @@ export declare const RequestQueueResponse: () => z.ZodObject<{
3946
3946
  handledRequestCount: z.ZodInt;
3947
3947
  pendingRequestCount: z.ZodInt;
3948
3948
  hadMultipleClients: z.ZodBoolean;
3949
- consoleUrl: z.ZodString;
3949
+ consoleUrl: z.ZodURL;
3950
3950
  stats: z.ZodOptional<z.ZodObject<{
3951
3951
  deleteCount: z.ZodOptional<z.ZodInt>;
3952
3952
  headItemReadCount: z.ZodOptional<z.ZodInt>;
@@ -4664,7 +4664,7 @@ export declare const Task: () => z.ZodObject<{
4664
4664
  disableStandbyFieldsOverride: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
4665
4665
  shouldPassActorInput: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
4666
4666
  }, z.core.$loose>>>;
4667
- standbyUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4667
+ standbyUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
4668
4668
  isPublic: z.ZodOptional<z.ZodBoolean>;
4669
4669
  publicConfig: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4670
4670
  publishedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
@@ -4709,7 +4709,7 @@ export declare const TaskResponse: () => z.ZodObject<{
4709
4709
  disableStandbyFieldsOverride: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
4710
4710
  shouldPassActorInput: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
4711
4711
  }, z.core.$loose>>>;
4712
- standbyUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4712
+ standbyUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
4713
4713
  isPublic: z.ZodOptional<z.ZodBoolean>;
4714
4714
  publicConfig: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4715
4715
  publishedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
@@ -4781,7 +4781,7 @@ export declare const Webhook: () => z.ZodObject<{
4781
4781
  }, z.core.$loose>;
4782
4782
  ignoreSslErrors: z.ZodBoolean;
4783
4783
  doNotRetry: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
4784
- requestUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4784
+ requestUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
4785
4785
  payloadTemplate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4786
4786
  headersTemplate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4787
4787
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4834,9 +4834,9 @@ export declare const ListOfKeyValueStores: () => z.ZodObject<{
4834
4834
  accessedAt: z.ZodDate;
4835
4835
  actId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4836
4836
  actRunId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4837
- consoleUrl: z.ZodOptional<z.ZodString>;
4838
- keysPublicUrl: z.ZodOptional<z.ZodString>;
4839
- recordsPublicUrl: z.ZodOptional<z.ZodString>;
4837
+ consoleUrl: z.ZodOptional<z.ZodURL>;
4838
+ keysPublicUrl: z.ZodOptional<z.ZodURL>;
4839
+ recordsPublicUrl: z.ZodOptional<z.ZodURL>;
4840
4840
  schema: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
4841
4841
  urlSigningSecretKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4842
4842
  generalAccess: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEnum<{
@@ -4873,9 +4873,9 @@ export declare const ListOfKeyValueStoresResponse: () => z.ZodObject<{
4873
4873
  accessedAt: z.ZodDate;
4874
4874
  actId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4875
4875
  actRunId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4876
- consoleUrl: z.ZodOptional<z.ZodString>;
4877
- keysPublicUrl: z.ZodOptional<z.ZodString>;
4878
- recordsPublicUrl: z.ZodOptional<z.ZodString>;
4876
+ consoleUrl: z.ZodOptional<z.ZodURL>;
4877
+ keysPublicUrl: z.ZodOptional<z.ZodURL>;
4878
+ recordsPublicUrl: z.ZodOptional<z.ZodURL>;
4879
4879
  schema: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
4880
4880
  urlSigningSecretKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4881
4881
  generalAccess: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEnum<{
@@ -5159,7 +5159,7 @@ export declare const WebhookResponse: () => z.ZodObject<{
5159
5159
  }, z.core.$loose>;
5160
5160
  ignoreSslErrors: z.ZodBoolean;
5161
5161
  doNotRetry: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
5162
- requestUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5162
+ requestUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
5163
5163
  payloadTemplate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5164
5164
  headersTemplate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5165
5165
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -5200,7 +5200,7 @@ export declare const WebhookUpdate: () => z.ZodObject<{
5200
5200
  }, z.core.$loose>>>;
5201
5201
  ignoreSslErrors: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
5202
5202
  doNotRetry: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
5203
- requestUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5203
+ requestUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
5204
5204
  payloadTemplate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5205
5205
  headersTemplate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5206
5206
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -5214,7 +5214,7 @@ export declare const WebhookDispatchWebhookSummary: () => z.ZodObject<{
5214
5214
  actorTaskId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5215
5215
  actorRunId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5216
5216
  }, z.core.$loose>>;
5217
- requestUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5217
+ requestUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
5218
5218
  isAdHoc: z.ZodOptional<z.ZodBoolean>;
5219
5219
  }, z.core.$loose>;
5220
5220
  export declare const WebhookDispatch: () => z.ZodObject<{
@@ -5254,7 +5254,7 @@ export declare const WebhookDispatch: () => z.ZodObject<{
5254
5254
  actorTaskId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5255
5255
  actorRunId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5256
5256
  }, z.core.$loose>>;
5257
- requestUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5257
+ requestUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
5258
5258
  isAdHoc: z.ZodOptional<z.ZodBoolean>;
5259
5259
  }, z.core.$loose>>>;
5260
5260
  calls: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -5303,7 +5303,7 @@ export declare const TestWebhookResponse: () => z.ZodObject<{
5303
5303
  actorTaskId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5304
5304
  actorRunId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5305
5305
  }, z.core.$loose>>;
5306
- requestUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5306
+ requestUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
5307
5307
  isAdHoc: z.ZodOptional<z.ZodBoolean>;
5308
5308
  }, z.core.$loose>>>;
5309
5309
  calls: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -5358,7 +5358,7 @@ export declare const ListOfWebhookDispatches: () => z.ZodObject<{
5358
5358
  actorTaskId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5359
5359
  actorRunId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5360
5360
  }, z.core.$loose>>;
5361
- requestUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5361
+ requestUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
5362
5362
  isAdHoc: z.ZodOptional<z.ZodBoolean>;
5363
5363
  }, z.core.$loose>>>;
5364
5364
  calls: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -5414,7 +5414,7 @@ export declare const ListOfWebhookDispatchesResponse: () => z.ZodObject<{
5414
5414
  actorTaskId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5415
5415
  actorRunId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5416
5416
  }, z.core.$loose>>;
5417
- requestUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5417
+ requestUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
5418
5418
  isAdHoc: z.ZodOptional<z.ZodBoolean>;
5419
5419
  }, z.core.$loose>>>;
5420
5420
  calls: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -5465,7 +5465,7 @@ export declare const WebhookDispatchResponse: () => z.ZodObject<{
5465
5465
  actorTaskId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5466
5466
  actorRunId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5467
5467
  }, z.core.$loose>>;
5468
- requestUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5468
+ requestUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
5469
5469
  isAdHoc: z.ZodOptional<z.ZodBoolean>;
5470
5470
  }, z.core.$loose>>>;
5471
5471
  calls: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -5835,8 +5835,8 @@ export declare const StoreListActor: () => z.ZodObject<{
5835
5835
  UNDER_MAINTENANCE: "UNDER_MAINTENANCE";
5836
5836
  }>, z.ZodString]>>>;
5837
5837
  pictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5838
- userPictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5839
- url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5838
+ userPictureUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
5839
+ url: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
5840
5840
  stats: z.ZodObject<{
5841
5841
  totalBuilds: z.ZodOptional<z.ZodInt>;
5842
5842
  totalRuns: z.ZodOptional<z.ZodInt>;
@@ -5901,8 +5901,8 @@ export declare const ListOfStoreActors: () => z.ZodObject<{
5901
5901
  UNDER_MAINTENANCE: "UNDER_MAINTENANCE";
5902
5902
  }>, z.ZodString]>>>;
5903
5903
  pictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5904
- userPictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5905
- url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5904
+ userPictureUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
5905
+ url: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
5906
5906
  stats: z.ZodObject<{
5907
5907
  totalBuilds: z.ZodOptional<z.ZodInt>;
5908
5908
  totalRuns: z.ZodOptional<z.ZodInt>;
@@ -5969,8 +5969,8 @@ export declare const ListOfActorsInStoreResponse: () => z.ZodObject<{
5969
5969
  UNDER_MAINTENANCE: "UNDER_MAINTENANCE";
5970
5970
  }>, z.ZodString]>>>;
5971
5971
  pictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5972
- userPictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5973
- url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5972
+ userPictureUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
5973
+ url: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
5974
5974
  stats: z.ZodObject<{
5975
5975
  totalBuilds: z.ZodOptional<z.ZodInt>;
5976
5976
  totalRuns: z.ZodOptional<z.ZodInt>;
@@ -6020,9 +6020,9 @@ export declare const ListOfActorsInStoreResponse: () => z.ZodObject<{
6020
6020
  export declare const Profile: () => z.ZodObject<{
6021
6021
  bio: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6022
6022
  name: z.ZodOptional<z.ZodString>;
6023
- pictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6023
+ pictureUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
6024
6024
  githubUsername: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6025
- websiteUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6025
+ websiteUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
6026
6026
  twitterUsername: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6027
6027
  }, z.core.$loose>;
6028
6028
  export declare const UserPublicInfo: () => z.ZodObject<{
@@ -6030,9 +6030,9 @@ export declare const UserPublicInfo: () => z.ZodObject<{
6030
6030
  profile: z.ZodOptional<z.ZodObject<{
6031
6031
  bio: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6032
6032
  name: z.ZodOptional<z.ZodString>;
6033
- pictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6033
+ pictureUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
6034
6034
  githubUsername: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6035
- websiteUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6035
+ websiteUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
6036
6036
  twitterUsername: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6037
6037
  }, z.core.$loose>>;
6038
6038
  }, z.core.$loose>;
@@ -6042,9 +6042,9 @@ export declare const PublicUserDataResponse: () => z.ZodObject<{
6042
6042
  profile: z.ZodOptional<z.ZodObject<{
6043
6043
  bio: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6044
6044
  name: z.ZodOptional<z.ZodString>;
6045
- pictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6045
+ pictureUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
6046
6046
  githubUsername: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6047
- websiteUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6047
+ websiteUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
6048
6048
  twitterUsername: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6049
6049
  }, z.core.$loose>>;
6050
6050
  }, z.core.$loose>;
@@ -6180,9 +6180,9 @@ export declare const UserPrivateInfo: () => z.ZodObject<{
6180
6180
  profile: z.ZodOptional<z.ZodObject<{
6181
6181
  bio: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6182
6182
  name: z.ZodOptional<z.ZodString>;
6183
- pictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6183
+ pictureUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
6184
6184
  githubUsername: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6185
- websiteUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6185
+ websiteUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
6186
6186
  twitterUsername: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6187
6187
  }, z.core.$loose>>;
6188
6188
  email: z.ZodOptional<z.ZodString>;
@@ -6303,9 +6303,9 @@ export declare const PrivateUserDataResponse: () => z.ZodObject<{
6303
6303
  profile: z.ZodOptional<z.ZodObject<{
6304
6304
  bio: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6305
6305
  name: z.ZodOptional<z.ZodString>;
6306
- pictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6306
+ pictureUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
6307
6307
  githubUsername: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6308
- websiteUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6308
+ websiteUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
6309
6309
  twitterUsername: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6310
6310
  }, z.core.$loose>>;
6311
6311
  email: z.ZodOptional<z.ZodString>;
@@ -325,7 +325,7 @@ export const WebhookShort = lazySchema(() => z.looseObject({
325
325
  condition: WebhookCondition(),
326
326
  ignoreSslErrors: z.boolean(),
327
327
  doNotRetry: z.boolean(),
328
- requestUrl: z.string(),
328
+ requestUrl: z.url({ normalize: true }),
329
329
  lastDispatch: ExampleWebhookDispatch().nullable().optional(),
330
330
  stats: WebhookStats().nullable().optional(),
331
331
  }));
@@ -569,7 +569,7 @@ export const Run = lazySchema(() => z.looseObject({
569
569
  }).catchall(z.string()).optional(),
570
570
  }).optional(),
571
571
  buildNumber: z.string().regex(/^([0-9]|[1-9][0-9])\.([0-9]|[1-9][0-9])(\.[1-9][0-9]{0,4})$/).nullable().optional(),
572
- containerUrl: z.string().optional(),
572
+ containerUrl: z.url({ normalize: true }).optional(),
573
573
  isContainerServerReady: z.boolean().nullable().optional(),
574
574
  gitBranchName: z.string().nullable().optional(),
575
575
  usage: RunUsage().nullable().optional(),
@@ -600,8 +600,8 @@ export const Dataset = lazySchema(() => z.looseObject({
600
600
  actRunId: z.string().nullable().optional(),
601
601
  fields: z.array(z.string()).nullable().optional(),
602
602
  schema: z.record(z.string(), z.unknown()).nullable().optional(),
603
- consoleUrl: z.string(),
604
- itemsPublicUrl: z.string().optional(),
603
+ consoleUrl: z.url({ normalize: true }),
604
+ itemsPublicUrl: z.url({ normalize: true }).optional(),
605
605
  urlSigningSecretKey: z.string().nullable().optional(),
606
606
  generalAccess: GeneralAccess().nullable().optional(),
607
607
  stats: DatasetStats().optional(),
@@ -671,9 +671,9 @@ export const KeyValueStore = lazySchema(() => z.looseObject({
671
671
  accessedAt: z.date(),
672
672
  actId: z.string().nullable().optional(),
673
673
  actRunId: z.string().nullable().optional(),
674
- consoleUrl: z.string().optional(),
675
- keysPublicUrl: z.string().optional(),
676
- recordsPublicUrl: z.string().optional(),
674
+ consoleUrl: z.url({ normalize: true }).optional(),
675
+ keysPublicUrl: z.url({ normalize: true }).optional(),
676
+ recordsPublicUrl: z.url({ normalize: true }).optional(),
677
677
  schema: z.record(z.string(), z.unknown()).nullable().optional(),
678
678
  urlSigningSecretKey: z.string().nullable().optional(),
679
679
  generalAccess: GeneralAccess().nullable().optional(),
@@ -690,7 +690,7 @@ export const UpdateStoreRequest = lazySchema(() => z.looseObject({
690
690
  export const KeyValueStoreKey = lazySchema(() => z.looseObject({
691
691
  key: z.string(),
692
692
  size: z.int(),
693
- recordPublicUrl: z.string(),
693
+ recordPublicUrl: z.url({ normalize: true }),
694
694
  }));
695
695
  export const ListOfKeys = lazySchema(() => z.looseObject({
696
696
  items: z.array(KeyValueStoreKey()),
@@ -753,7 +753,7 @@ export const RequestQueue = lazySchema(() => z.looseObject({
753
753
  handledRequestCount: HandledRequestCount(),
754
754
  pendingRequestCount: PendingRequestCount(),
755
755
  hadMultipleClients: HadMultipleClients(),
756
- consoleUrl: z.string(),
756
+ consoleUrl: z.url({ normalize: true }),
757
757
  stats: RequestQueueStats().optional(),
758
758
  generalAccess: GeneralAccess().nullable().optional(),
759
759
  }));
@@ -1018,7 +1018,7 @@ export const Task = lazySchema(() => z.looseObject({
1018
1018
  input: z.union([TaskInput(), z.array(TaskInput())]).nullable().optional(),
1019
1019
  title: z.string().nullable().optional(),
1020
1020
  actorStandby: ActorStandby().nullable().optional(),
1021
- standbyUrl: z.string().nullable().optional(),
1021
+ standbyUrl: z.url({ normalize: true }).nullable().optional(),
1022
1022
  isPublic: z.boolean().optional(),
1023
1023
  publicConfig: TaskPublicConfig().nullable().optional(),
1024
1024
  }));
@@ -1046,7 +1046,7 @@ export const Webhook = lazySchema(() => z.looseObject({
1046
1046
  condition: WebhookCondition(),
1047
1047
  ignoreSslErrors: z.boolean(),
1048
1048
  doNotRetry: z.boolean().nullable().optional(),
1049
- requestUrl: z.string().nullable().optional(),
1049
+ requestUrl: z.url({ normalize: true }).nullable().optional(),
1050
1050
  payloadTemplate: z.string().nullable().optional(),
1051
1051
  headersTemplate: z.string().nullable().optional(),
1052
1052
  description: z.string().nullable().optional(),
@@ -1145,7 +1145,7 @@ export const WebhookUpdate = lazySchema(() => z.looseObject({
1145
1145
  condition: WebhookCondition().nullable().optional(),
1146
1146
  ignoreSslErrors: z.boolean().nullable().optional(),
1147
1147
  doNotRetry: z.boolean().nullable().optional(),
1148
- requestUrl: z.string().nullable().optional(),
1148
+ requestUrl: z.url({ normalize: true }).nullable().optional(),
1149
1149
  payloadTemplate: z.string().nullable().optional(),
1150
1150
  headersTemplate: z.string().nullable().optional(),
1151
1151
  description: z.string().nullable().optional(),
@@ -1155,7 +1155,7 @@ export const WebhookUpdate = lazySchema(() => z.looseObject({
1155
1155
  export const WebhookDispatchWebhookSummary = lazySchema(() => z.looseObject({
1156
1156
  actionType: z.string().optional(),
1157
1157
  condition: WebhookCondition().optional(),
1158
- requestUrl: z.string().nullable().optional(),
1158
+ requestUrl: z.url({ normalize: true }).nullable().optional(),
1159
1159
  isAdHoc: z.boolean().optional(),
1160
1160
  }));
1161
1161
  export const WebhookDispatch = lazySchema(() => z.looseObject({
@@ -1311,8 +1311,8 @@ export const StoreListActor = lazySchema(() => z.looseObject({
1311
1311
  categories: z.array(z.string()).optional(),
1312
1312
  notice: ActorNotice().optional(),
1313
1313
  pictureUrl: z.string().nullable().optional(),
1314
- userPictureUrl: z.string().nullable().optional(),
1315
- url: z.string().nullable().optional(),
1314
+ userPictureUrl: z.url({ normalize: true }).nullable().optional(),
1315
+ url: z.url({ normalize: true }).nullable().optional(),
1316
1316
  stats: ActorStats(),
1317
1317
  currentPricingInfo: CurrentPricingInfo().optional(),
1318
1318
  isWhiteListedForAgenticPayments: z.boolean().nullable().optional(),
@@ -1331,9 +1331,9 @@ export const ListOfActorsInStoreResponse = lazySchema(() => z.looseObject({
1331
1331
  export const Profile = lazySchema(() => z.looseObject({
1332
1332
  bio: z.string().nullable().optional(),
1333
1333
  name: z.string().optional(),
1334
- pictureUrl: z.string().nullable().optional(),
1334
+ pictureUrl: z.url({ normalize: true }).nullable().optional(),
1335
1335
  githubUsername: z.string().nullable().optional(),
1336
- websiteUrl: z.string().nullable().optional(),
1336
+ websiteUrl: z.url({ normalize: true }).nullable().optional(),
1337
1337
  twitterUsername: z.string().nullable().optional(),
1338
1338
  }));
1339
1339
  export const UserPublicInfo = lazySchema(() => z.looseObject({
@@ -100,8 +100,6 @@ export interface ActorCollectionCreateOptions {
100
100
  isDeprecated?: boolean;
101
101
  isPublic?: boolean;
102
102
  name?: string;
103
- /** @deprecated Use defaultRunOptions.restartOnError instead */
104
- restartOnError?: boolean;
105
103
  /**
106
104
  * @since Added in 2.8.6
107
105
  */
@@ -1,6 +1,6 @@
1
1
  import type { ApiClientSubResourceOptions } from '../base/api_client.js';
2
2
  import { ResourceCollectionClient } from '../base/resource_collection_client.js';
3
- import type { PaginatedList, PaginationOptions } from '../utils.js';
3
+ import type { PaginatedList } from '../utils.js';
4
4
  import type { ActorEnvironmentVariable } from './actor_version.js';
5
5
  /**
6
6
  * Client for managing the collection of environment variables for an Actor version.
@@ -37,23 +37,22 @@ export declare class ActorEnvVarCollectionClient extends ResourceCollectionClien
37
37
  /**
38
38
  * Lists all environment variables of this Actor version.
39
39
  *
40
- * Awaiting the return value (as you would with a Promise) will result in a single API call. The amount of fetched
41
- * items in a single API call is limited.
40
+ * The endpoint returns every environment variable in one response, so awaiting the return value (as you would
41
+ * with a Promise) gets the whole list.
42
42
  * ```javascript
43
- * const paginatedList = await client.list();
44
- *```
43
+ * const { items } = await client.list();
44
+ * ```
45
45
  *
46
- * Asynchronous iteration is also supported. This will fetch additional pages if needed until all items are
47
- * retrieved.
46
+ * Asynchronous iteration is also supported, and yields the environment variables one by one.
48
47
  *
49
48
  * ```javascript
50
49
  * for await (const singleItem of client.list()) {...}
51
50
  * ```
52
51
  *
53
- * @returns A paginated iterator of environment variables.
52
+ * @returns The environment variables, awaitable as a whole list or iterable one by one.
54
53
  * @see https://docs.apify.com/api/v2/act-version-env-vars-get
55
54
  */
56
- list(_options?: ActorEnvVarCollectionListOptions): Promise<ActorEnvVarListResult> & AsyncIterable<ActorEnvironmentVariable>;
55
+ list(): Promise<ActorEnvVarListResult> & AsyncIterable<ActorEnvironmentVariable>;
57
56
  /**
58
57
  * Creates a new environment variable for this Actor version.
59
58
  *
@@ -63,14 +62,6 @@ export declare class ActorEnvVarCollectionClient extends ResourceCollectionClien
63
62
  */
64
63
  create(actorEnvVar: ActorEnvironmentVariable): Promise<ActorEnvironmentVariable>;
65
64
  }
66
- /**
67
- * @deprecated No options are used in the current API implementation.
68
- * https://github.com/apify/apify-client-js/issues/799
69
- * @since Added in 2.1.0
70
- */
71
- export interface ActorEnvVarCollectionListOptions extends PaginationOptions {
72
- desc?: boolean;
73
- }
74
65
  /**
75
66
  * @since Added in 2.1.0
76
67
  */
@@ -42,23 +42,22 @@ export class ActorEnvVarCollectionClient extends ResourceCollectionClient {
42
42
  /**
43
43
  * Lists all environment variables of this Actor version.
44
44
  *
45
- * Awaiting the return value (as you would with a Promise) will result in a single API call. The amount of fetched
46
- * items in a single API call is limited.
45
+ * The endpoint returns every environment variable in one response, so awaiting the return value (as you would
46
+ * with a Promise) gets the whole list.
47
47
  * ```javascript
48
- * const paginatedList = await client.list();
49
- *```
48
+ * const { items } = await client.list();
49
+ * ```
50
50
  *
51
- * Asynchronous iteration is also supported. This will fetch additional pages if needed until all items are
52
- * retrieved.
51
+ * Asynchronous iteration is also supported, and yields the environment variables one by one.
53
52
  *
54
53
  * ```javascript
55
54
  * for await (const singleItem of client.list()) {...}
56
55
  * ```
57
56
  *
58
- * @returns A paginated iterator of environment variables.
57
+ * @returns The environment variables, awaitable as a whole list or iterable one by one.
59
58
  * @see https://docs.apify.com/api/v2/act-version-env-vars-get
60
59
  */
61
- list(_options = {}) {
60
+ list() {
62
61
  return this._listPaginated(schemas.ListOfEnvVars());
63
62
  }
64
63
  /**
@@ -1,6 +1,6 @@
1
1
  import type { ApiClientSubResourceOptions } from '../base/api_client.js';
2
2
  import { ResourceCollectionClient } from '../base/resource_collection_client.js';
3
- import type { PaginatedList, PaginationOptions } from '../utils.js';
3
+ import type { PaginatedList } from '../utils.js';
4
4
  import type { ActorVersion, FinalActorVersion } from './actor_version.js';
5
5
  /**
6
6
  * Client for managing the collection of Actor versions.
@@ -34,23 +34,22 @@ export declare class ActorVersionCollectionClient extends ResourceCollectionClie
34
34
  /**
35
35
  * Lists all Actor versions.
36
36
  *
37
- * Awaiting the return value (as you would with a Promise) will result in a single API call. The amount of fetched
38
- * items in a single API call is limited.
37
+ * The endpoint returns every version in one response, so awaiting the return value (as you would with a Promise)
38
+ * gets the whole list.
39
39
  * ```javascript
40
- * const paginatedList = await client.list();
41
- *```
40
+ * const { items } = await client.list();
41
+ * ```
42
42
  *
43
- * Asynchronous iteration is also supported. This will fetch additional pages if needed until all items are
44
- * retrieved.
43
+ * Asynchronous iteration is also supported, and yields the versions one by one.
45
44
  *
46
45
  * ```javascript
47
46
  * for await (const singleItem of client.list()) {...}
48
47
  * ```
49
48
  *
50
- * @returns A paginated iterator of Actor versions.
49
+ * @returns The Actor versions, awaitable as a whole list or iterable one by one.
51
50
  * @see https://docs.apify.com/api/v2/act-versions-get
52
51
  */
53
- list(_options?: ActorVersionCollectionListOptions): Promise<ActorVersionListResult> & AsyncIterable<FinalActorVersion>;
52
+ list(): Promise<ActorVersionListResult> & AsyncIterable<FinalActorVersion>;
54
53
  /**
55
54
  * Creates a new Actor version.
56
55
  *
@@ -60,11 +59,4 @@ export declare class ActorVersionCollectionClient extends ResourceCollectionClie
60
59
  */
61
60
  create(actorVersion: ActorVersion): Promise<FinalActorVersion>;
62
61
  }
63
- /**
64
- * @deprecated No options are used in the current API implementation.
65
- * https://github.com/apify/apify-client-js/issues/799
66
- */
67
- export interface ActorVersionCollectionListOptions extends PaginationOptions {
68
- desc?: boolean;
69
- }
70
62
  export type ActorVersionListResult = Pick<PaginatedList<FinalActorVersion>, 'total' | 'items'>;
@@ -39,23 +39,22 @@ export class ActorVersionCollectionClient extends ResourceCollectionClient {
39
39
  /**
40
40
  * Lists all Actor versions.
41
41
  *
42
- * Awaiting the return value (as you would with a Promise) will result in a single API call. The amount of fetched
43
- * items in a single API call is limited.
42
+ * The endpoint returns every version in one response, so awaiting the return value (as you would with a Promise)
43
+ * gets the whole list.
44
44
  * ```javascript
45
- * const paginatedList = await client.list();
46
- *```
45
+ * const { items } = await client.list();
46
+ * ```
47
47
  *
48
- * Asynchronous iteration is also supported. This will fetch additional pages if needed until all items are
49
- * retrieved.
48
+ * Asynchronous iteration is also supported, and yields the versions one by one.
50
49
  *
51
50
  * ```javascript
52
51
  * for await (const singleItem of client.list()) {...}
53
52
  * ```
54
53
  *
55
- * @returns A paginated iterator of Actor versions.
54
+ * @returns The Actor versions, awaitable as a whole list or iterable one by one.
56
55
  * @see https://docs.apify.com/api/v2/act-versions-get
57
56
  */
58
- list(_options = {}) {
57
+ list() {
59
58
  return this._listPaginated(schemas.ListOfVersions());
60
59
  }
61
60
  /**