[safie-sdk] Update to v1.9#75181
Conversation
- Add Safie.Config.Theme namespace (set/get, ThemeType) - Add deviceIds filter option to Safie.Devices.queryDevices - Expose Device.capabilities as a documented string[] field - Remove obsolete hybrid-recording limitation note Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add the individual maintainer alongside the existing SafieDev org so owner-authored updates can follow the normal review/merge flow. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
@yusuke-oba1 Thank you for submitting this PR! This is a live comment that I will keep updated. 1 package in this PR
Code ReviewsBecause you edited one package and updated the tests (👏), I can help you merge this PR once someone else signs off on it. You can test the changes of this PR in the Playground. Status
Once every item on this list is checked, I'll ask you for permission to merge and publish the changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 75181,
"author": "yusuke-oba1",
"headCommitOid": "2cc752d88f7cbc48c91901d0c83812ffb8bebe80",
"mergeBaseOid": "306ff872184adba73ff929c944b468d45433e52b",
"lastPushDate": "2026-06-30T05:31:05.000Z",
"lastActivityDate": "2026-06-30T07:06:22.000Z",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"tooManyCommits": false,
"tooManyReviews": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "safie-sdk",
"kind": "edit",
"files": [
{
"path": "types/safie-sdk/index.d.ts",
"kind": "definition"
},
{
"path": "types/safie-sdk/package.json",
"kind": "package-meta-ok"
},
{
"path": "types/safie-sdk/safie-sdk-tests.ts",
"kind": "test"
}
],
"owners": [
"SafieDev"
],
"addedOwners": [
"yusuke-oba1"
],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [],
"mainBotCommentID": 4840628953,
"ciResult": "pass"
} |
|
🔔 @SafieDev — please review this PR in the next few days. Be sure to explicitly select |
|
The currently-listed owner Could a maintainer please review the ownership change? Happy to provide any verification needed. |
Updates
@types/safie-sdkto track Safie Developers JavaScript SDK v1.9.Changes
Safie.Config.Themenamespace (set/get,ThemeType = 'light' | 'dark' | 'system')deviceIdsfilter option toSafie.Devices.queryDevicesDevice.capabilitiesas a documentedstring[]field (previously@hidden/ optional)yusuke-oba1as an individual package owner alongside the existingSafieDevorgsafie-sdk-tests.tsis updated to exercise the new APIs.Checklist
package.json(1.8.9999→1.9.9999)dprint checkandtscpass