diff --git a/package-lock.json b/package-lock.json index 3191c06..abd477f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,9 +10,9 @@ "license": "MIT", "devDependencies": { "@prettier/plugin-php": "^0.24.0", - "@seamapi/blueprint": "^0.59.0", + "@seamapi/blueprint": "^0.61.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.970.0", + "@seamapi/types": "1.975.0", "change-case": "^5.4.4", "prettier": "^3.0.0" } @@ -832,9 +832,9 @@ "license": "MIT" }, "node_modules/@seamapi/blueprint": { - "version": "0.59.0", - "resolved": "https://registry.npmjs.org/@seamapi/blueprint/-/blueprint-0.59.0.tgz", - "integrity": "sha512-4wRGuNx8FYF1m0nQyeMZIe/Ab7cNwm3yslLTlij3uRfB8QpoqFuaphGbMzQVNtGH3d2NkSY/kUGny8kqJLDssQ==", + "version": "0.61.0", + "resolved": "https://registry.npmjs.org/@seamapi/blueprint/-/blueprint-0.61.0.tgz", + "integrity": "sha512-fNjl/4N6Up3quVPYrU4j9Bb34A/ib4a0EDm9g34H9phpMxc4ta7T2l0hGiz6jRY+CizQZNom8n+kDfOR+uHaIA==", "dev": true, "license": "MIT", "dependencies": { @@ -880,9 +880,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.970.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.970.0.tgz", - "integrity": "sha512-l3LIG47qP0VRj7D0BRnNrkfuzSqp8W7kVGEVbrcLDTZeePYNFhq3z18rVV7ZHNoSbSQUpSWa5gWZJcSBp0+OLw==", + "version": "1.975.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.975.0.tgz", + "integrity": "sha512-u9oMHzPIE1yN8IlKrn6t96zGWc0+YdTr3nb5zW2NpyaSpoiE6lbJ1JTqobp4f8lJmytKUfkDoXJMt+d2lxUlDQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index d913e30..fc4b4ea 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,9 @@ }, "devDependencies": { "@prettier/plugin-php": "^0.24.0", - "@seamapi/blueprint": "^0.59.0", + "@seamapi/blueprint": "^0.61.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.970.0", + "@seamapi/types": "1.975.0", "change-case": "^5.4.4", "prettier": "^3.0.0" } diff --git a/src/Objects/Event.php b/src/Objects/Event.php index f9c3784..cebcd3d 100644 --- a/src/Objects/Event.php +++ b/src/Objects/Event.php @@ -90,7 +90,6 @@ public static function from_json(mixed $json): Event|null $json->device_warnings ?? [], ), ends_at: $json->ends_at ?? null, - enrollment_automation_id: $json->enrollment_automation_id ?? null, error_code: $json->error_code ?? null, error_message: $json->error_message ?? null, event_description: $json->event_description ?? null, @@ -193,7 +192,6 @@ public function __construct( public string|null $device_name, public array $device_warnings, public string|null $ends_at, - public string|null $enrollment_automation_id, public string|null $error_code, public string|null $error_message, public string|null $event_description,