Skip to content

Commit 527bc68

Browse files
feat(deps-dev): bump @seamapi/types from 1.805.0 to 1.809.0 in the seam group (#432)
* feat(deps-dev): bump @seamapi/types in the seam group Bumps the seam group with 1 update: [@seamapi/types](https://github.com/seamapi/types). Updates `@seamapi/types` from 1.805.0 to 1.809.0 - [Release notes](https://github.com/seamapi/types/releases) - [Commits](seamapi/types@v1.805.0...v1.809.0) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-version: 1.809.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: seam ... Signed-off-by: dependabot[bot] <support@github.com> * ci: Generate code --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Seam Bot <seambot@getseam.com>
1 parent fe285d3 commit 527bc68

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@prettier/plugin-php": "^0.24.0",
1515
"@seamapi/nextlove-sdk-generator": "^1.19.10",
16-
"@seamapi/types": "1.805.0",
16+
"@seamapi/types": "1.809.0",
1717
"del": "^7.1.0",
1818
"prettier": "^3.0.0"
1919
}

src/SeamClient.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ public function create_multiple(
297297
?bool $prefer_native_scheduling = null,
298298
?float $preferred_code_length = null,
299299
?string $starts_at = null,
300+
?bool $use_backup_access_code_pool = null,
300301
): array {
301302
$request_payload = [];
302303

@@ -343,6 +344,11 @@ public function create_multiple(
343344
if ($starts_at !== null) {
344345
$request_payload["starts_at"] = $starts_at;
345346
}
347+
if ($use_backup_access_code_pool !== null) {
348+
$request_payload[
349+
"use_backup_access_code_pool"
350+
] = $use_backup_access_code_pool;
351+
}
346352

347353
$res = $this->seam->request(
348354
"POST",

0 commit comments

Comments
 (0)