We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5905e commit d9afe09Copy full SHA for d9afe09
src/DTOs/Amazon/AmazonPricingResult.php
@@ -23,9 +23,9 @@ public function __construct(
23
public readonly int $status_code,
24
public readonly ?string $type = null,
25
public readonly ?string $parser_type = null,
26
- #[WithCast(DateTimeInterfaceCast::class, format: 'Y-m-d H:i:s')]
+ #[WithCast(DateTimeInterfaceCast::class, format: ['Y-m-d H:i:s', 'Y-m-d\TH:i:s\+H:i'])]
27
public readonly ?Carbon $created_at = null,
28
29
public readonly ?Carbon $updated_at = null,
30
public readonly ?string $parser_preset = null,
31
) {}
src/DTOs/Amazon/AmazonProductResult.php
@@ -17,9 +17,9 @@ public function __construct(
17
public readonly bool $is_render_forced,
18
19
public readonly string $parser_type,
20
21
22
src/DTOs/Amazon/AmazonProductResultContent.php
@@ -98,9 +98,9 @@ public function __construct(
98
public readonly ?bool $amazon_choice = null,
99
public readonly ?float $coupon_discount_percentage = null,
100
public readonly ?string $parent_asin = null,
101
102
103
104
105
public readonly ?bool $is_prime_pantry = null,
106
src/DTOs/Amazon/AmazonResult.php
@@ -20,9 +20,9 @@ public function __construct(
src/DTOs/Amazon/AmazonSellerResult.php
@@ -16,9 +16,9 @@ public function __construct(
16
public readonly string $job_id,
}
src/DTOs/Google/GoogleShoppingPricingResult.php
@@ -22,9 +22,9 @@ public function __construct(
src/DTOs/Google/GoogleShoppingProductResult.php
src/DTOs/PushPullJob.php
@@ -11,14 +11,14 @@
11
class PushPullJob extends Data
12
{
13
public function __construct(
14
15
public readonly Carbon $created_at,
public readonly string $domain,
public readonly string $id,
public readonly bool $parse,
public readonly string $source,
public readonly string $status,
public readonly Carbon $updated_at,
public readonly ?bool $xhr = null,
public readonly ?int $client_id = null,
src/DTOs/PushPullJobResponse.php
@@ -12,7 +12,7 @@ class PushPullJobResponse extends Data
public readonly int $client_id,
public readonly array $context,
public readonly string $created_at,
public readonly ?string $geo_location,
@@ -32,7 +32,7 @@ public function __construct(
32
public readonly ?string $storage_type = null,
33
public readonly ?string $storage_url = null,
34
public readonly ?string $subdomain = null,
35
36
public readonly ?string $updated_at = null,
37
public readonly ?string $user_agent_type = null,
38
public readonly ?string $locale = null,
src/DTOs/UniversalResult.php
@@ -19,9 +19,9 @@ public function __construct(
public readonly ?UniversalSession $session_info = null,
public readonly ?UniversalResultRequest $_request = null,
0 commit comments