Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 2f567d8

Browse files
committed
fix: bump seamapi-types
1 parent 23e14a2 commit 2f567d8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"pkg": "5.5.2",
8484
"playwright": "1.19.2",
8585
"prettier": "2.5.1",
86-
"seamapi-types": "1.2.2",
86+
"seamapi-types": "1.3.8",
8787
"semantic-release": "19.0.2",
8888
"testcontainers": "8.4.0",
8989
"ts-json-schema-generator": "0.98.0",

tests/webhooks.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ test("webhook payload is correctly verified", async (t) => {
3737
req.headers as any
3838
)
3939

40-
t.is(callback.event_type, "access_codes.created")
40+
t.is(callback.event_type, "access_code.created")
4141
t.is(callback.data.device_id, seed.devices.augustLock.id1)
4242
// Check types
4343
t.true(
44-
callback.event_type === "access_codes.created" &&
44+
callback.event_type === "access_code.created" &&
4545
typeof callback.data.access_code_id === "string"
4646
)
4747
})

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5094,10 +5094,10 @@ safe-stable-stringify@^2.3.1:
50945094
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
50955095
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
50965096

5097-
seamapi-types@1.2.2:
5098-
version "1.2.2"
5099-
resolved "https://registry.yarnpkg.com/seamapi-types/-/seamapi-types-1.2.2.tgz#ab806112dbc696869de7eb2c994829c1506a7a0d"
5100-
integrity sha512-UI09c6zAhrj09XZHG50u7pusI0LahXGHSoPeXXJOoqZebJhhTGMhGYrzVq9NCSY1pi7kZNrnkcB+Bxzuzg7HIA==
5097+
seamapi-types@1.3.8:
5098+
version "1.3.8"
5099+
resolved "https://registry.yarnpkg.com/seamapi-types/-/seamapi-types-1.3.8.tgz#dddfd2775c9b6f246ad7ed98db19002c6a7d6965"
5100+
integrity sha512-bqspPWchysNBEAe4IpvPYVRagzfVDxODbdrLf4DGRGA9RPPQlJQkYyZ1LZCvLZ1qFvHnFT/N7Ppb0MYotBpwQg==
51015101

51025102
51035103
version "19.0.2"

0 commit comments

Comments
 (0)