@seamapi/types 1.470.0 → 1.471.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +2 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -1
- package/dist/index.cjs +2 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/instant-keys/instant-key.js +1 -2
- package/lib/seam/connect/models/instant-keys/instant-key.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -1
- package/lib/seam/connect/openapi.js +1 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/instant-keys/instant-key.ts +1 -2
- package/src/lib/seam/connect/openapi.ts +1 -2
package/dist/connect.cjs
CHANGED
|
@@ -5329,8 +5329,7 @@ var instant_key = zod.z.object({
|
|
|
5329
5329
|
expires_at: zod.z.string().datetime().describe("Date and time at which the Instant Key expires.")
|
|
5330
5330
|
}).describe(`
|
|
5331
5331
|
---
|
|
5332
|
-
route_path: /
|
|
5333
|
-
undocumented: Unreleased.
|
|
5332
|
+
route_path: /instant_keys
|
|
5334
5333
|
---
|
|
5335
5334
|
Represents a Seam Instant Key. For issuing Bluetooth mobile keys, Instant Keys are the fastest way to share access. With a single API call, you can create a mobile key and send it through text or email or embed it in your own app.
|
|
5336
5335
|
|
|
@@ -22576,8 +22575,7 @@ var openapi_default = {
|
|
|
22576
22575
|
"expires_at"
|
|
22577
22576
|
],
|
|
22578
22577
|
type: "object",
|
|
22579
|
-
"x-route-path": "/
|
|
22580
|
-
"x-undocumented": "Unreleased."
|
|
22578
|
+
"x-route-path": "/instant_keys"
|
|
22581
22579
|
},
|
|
22582
22580
|
location: {
|
|
22583
22581
|
properties: {
|