Skip to content

Commit

Permalink
Merge pull request #245 from seamapi/dependabot/npm_and_yarn/seam-5b8…
Browse files Browse the repository at this point in the history
…9c2e244

feat(deps-dev): Bump the seam group with 2 updates
  • Loading branch information
seambot authored Dec 31, 2024
2 parents e22fc7b + fb62a79 commit d824549
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 24 deletions.
17 changes: 8 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"devDependencies": {
"@prettier/plugin-php": "^0.22.1",
"@seamapi/nextlove-sdk-generator": "1.14.17",
"@seamapi/types": "1.321.1",
"@seamapi/nextlove-sdk-generator": "1.15.0",
"@seamapi/types": "1.322.0",
"del": "^7.1.0",
"prettier": "^3.0.0"
}
Expand Down
16 changes: 8 additions & 8 deletions src/Objects/AcsCredential.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/Objects/AcsUser.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/SeamClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,7 @@ public function create(
string $credential_manager_acs_system_id = null,
string $ends_at = null,
bool $is_multi_phone_sync_credential = null,
mixed $salto_space_metadata = null,
string $starts_at = null,
mixed $visionline_metadata = null
): AcsCredential {
Expand Down Expand Up @@ -1168,6 +1169,9 @@ public function create(
"is_multi_phone_sync_credential"
] = $is_multi_phone_sync_credential;
}
if ($salto_space_metadata !== null) {
$request_payload["salto_space_metadata"] = $salto_space_metadata;
}
if ($starts_at !== null) {
$request_payload["starts_at"] = $starts_at;
}
Expand Down

0 comments on commit d824549

Please sign in to comment.