@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/package.json
CHANGED
|
@@ -34,8 +34,7 @@ export const instant_key = z.object({
|
|
|
34
34
|
.describe('Date and time at which the Instant Key expires.'),
|
|
35
35
|
}).describe(`
|
|
36
36
|
---
|
|
37
|
-
route_path: /
|
|
38
|
-
undocumented: Unreleased.
|
|
37
|
+
route_path: /instant_keys
|
|
39
38
|
---
|
|
40
39
|
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.
|
|
41
40
|
|
|
@@ -19065,8 +19065,7 @@ export default {
|
|
|
19065
19065
|
'expires_at',
|
|
19066
19066
|
],
|
|
19067
19067
|
type: 'object',
|
|
19068
|
-
'x-route-path': '/
|
|
19069
|
-
'x-undocumented': 'Unreleased.',
|
|
19068
|
+
'x-route-path': '/instant_keys',
|
|
19070
19069
|
},
|
|
19071
19070
|
location: {
|
|
19072
19071
|
properties: {
|