@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.470.0",
3
+ "version": "1.471.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -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: /user_identities
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': '/user_identities',
19069
- 'x-undocumented': 'Unreleased.',
19068
+ 'x-route-path': '/instant_keys',
19070
19069
  },
19071
19070
  location: {
19072
19071
  properties: {