@seamapi/types 1.722.0 → 1.723.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.
@@ -55573,6 +55573,7 @@ export type Routes = {
55573
55573
  space_key: string;
55574
55574
  name: string | null;
55575
55575
  }[];
55576
+ access_grant_id: string | null;
55576
55577
  access_methods: {
55577
55578
  access_method_id: string;
55578
55579
  access_grant_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.722.0",
3
+ "version": "1.723.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -57150,6 +57150,11 @@ export default {
57150
57150
  ok: { type: 'boolean' },
57151
57151
  reservation: {
57152
57152
  properties: {
57153
+ access_grant_id: {
57154
+ format: 'uuid',
57155
+ nullable: true,
57156
+ type: 'string',
57157
+ },
57153
57158
  access_methods: {
57154
57159
  items: {
57155
57160
  properties: {
@@ -57221,6 +57226,7 @@ export default {
57221
57226
  'created_at',
57222
57227
  'guest_name',
57223
57228
  'spaces',
57229
+ 'access_grant_id',
57224
57230
  'access_methods',
57225
57231
  ],
57226
57232
  type: 'object',
@@ -57279,6 +57285,11 @@ export default {
57279
57285
  ok: { type: 'boolean' },
57280
57286
  reservation: {
57281
57287
  properties: {
57288
+ access_grant_id: {
57289
+ format: 'uuid',
57290
+ nullable: true,
57291
+ type: 'string',
57292
+ },
57282
57293
  access_methods: {
57283
57294
  items: {
57284
57295
  properties: {
@@ -57350,6 +57361,7 @@ export default {
57350
57361
  'created_at',
57351
57362
  'guest_name',
57352
57363
  'spaces',
57364
+ 'access_grant_id',
57353
57365
  'access_methods',
57354
57366
  ],
57355
57367
  type: 'object',
@@ -66577,6 +66577,7 @@ export type Routes = {
66577
66577
  space_key: string
66578
66578
  name: string | null
66579
66579
  }[]
66580
+ access_grant_id: string | null
66580
66581
  access_methods: {
66581
66582
  access_method_id: string
66582
66583
  access_grant_id: string