@seamapi/types 1.603.0 → 1.604.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.
@@ -9912,6 +9912,8 @@ export type Routes = {
9912
9912
  name?: (string | undefined) | null;
9913
9913
  /** Unique key for the access grant within the workspace. */
9914
9914
  access_grant_key?: string | undefined;
9915
+ /** Reservation key for the access grant. */
9916
+ reservation_key?: string | undefined;
9915
9917
  /**
9916
9918
  * @deprecated Use `space_ids`.*/
9917
9919
  location_ids?: string[] | undefined;
@@ -9957,6 +9959,8 @@ export type Routes = {
9957
9959
  access_grant_id: string;
9958
9960
  /** Unique key for the access grant within the workspace. */
9959
9961
  access_grant_key?: string | undefined;
9962
+ /** Reservation key for the access grant. */
9963
+ reservation_key?: string | undefined;
9960
9964
  /** ID of user identity to which the Access Grant gives access. */
9961
9965
  user_identity_id: string;
9962
9966
  /**
@@ -10041,6 +10045,8 @@ export type Routes = {
10041
10045
  access_grant_id: string;
10042
10046
  /** Unique key for the access grant within the workspace. */
10043
10047
  access_grant_key?: string | undefined;
10048
+ /** Reservation key for the access grant. */
10049
+ reservation_key?: string | undefined;
10044
10050
  /** ID of user identity to which the Access Grant gives access. */
10045
10051
  user_identity_id: string;
10046
10052
  /**
@@ -11820,6 +11826,8 @@ export type Routes = {
11820
11826
  access_grant_id: string;
11821
11827
  /** Unique key for the access grant within the workspace. */
11822
11828
  access_grant_key?: string | undefined;
11829
+ /** Reservation key for the access grant. */
11830
+ reservation_key?: string | undefined;
11823
11831
  /** ID of user identity to which the Access Grant gives access. */
11824
11832
  user_identity_id: string;
11825
11833
  /**
@@ -11896,6 +11904,8 @@ export type Routes = {
11896
11904
  access_grant_id: string;
11897
11905
  /** Unique key for the access grant within the workspace. */
11898
11906
  access_grant_key?: string | undefined;
11907
+ /** Reservation key for the access grant. */
11908
+ reservation_key?: string | undefined;
11899
11909
  /** ID of user identity to which the Access Grant gives access. */
11900
11910
  user_identity_id: string;
11901
11911
  /**
@@ -11963,6 +11973,8 @@ export type Routes = {
11963
11973
  workspace_id: string;
11964
11974
  /** ID of the Access Grant. */
11965
11975
  access_grant_id: string;
11976
+ /** Reservation key for the access grant. */
11977
+ reservation_key?: string | undefined;
11966
11978
  /** ID of user identity to which the Access Grant gives access. */
11967
11979
  user_identity_id: string;
11968
11980
  /**
@@ -12027,6 +12039,8 @@ export type Routes = {
12027
12039
  workspace_id: string;
12028
12040
  /** ID of the Access Grant. */
12029
12041
  access_grant_id: string;
12042
+ /** Reservation key for the access grant. */
12043
+ reservation_key?: string | undefined;
12030
12044
  /** ID of user identity to which the Access Grant gives access. */
12031
12045
  user_identity_id: string;
12032
12046
  /**
@@ -17522,6 +17536,8 @@ export type Routes = {
17522
17536
  access_grant_id: string;
17523
17537
  /** Unique key for the access grant within the workspace. */
17524
17538
  access_grant_key?: string | undefined;
17539
+ /** Reservation key for the access grant. */
17540
+ reservation_key?: string | undefined;
17525
17541
  /** ID of user identity to which the Access Grant gives access. */
17526
17542
  user_identity_id: string;
17527
17543
  /**
@@ -85092,6 +85108,8 @@ export type Routes = {
85092
85108
  access_grant_id: string;
85093
85109
  /** Unique key for the access grant within the workspace. */
85094
85110
  access_grant_key?: string | undefined;
85111
+ /** Reservation key for the access grant. */
85112
+ reservation_key?: string | undefined;
85095
85113
  /** ID of user identity to which the Access Grant gives access. */
85096
85114
  user_identity_id: string;
85097
85115
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.603.0",
3
+ "version": "1.604.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -47,6 +47,10 @@ export const access_grant = z.object({
47
47
  .string()
48
48
  .optional()
49
49
  .describe('Unique key for the access grant within the workspace.'),
50
+ reservation_key: z
51
+ .string()
52
+ .optional()
53
+ .describe('Reservation key for the access grant.'),
50
54
  user_identity_id: z
51
55
  .string()
52
56
  .uuid()
@@ -1896,6 +1896,10 @@ export default {
1896
1896
  },
1897
1897
  type: 'array',
1898
1898
  },
1899
+ reservation_key: {
1900
+ description: 'Reservation key for the access grant.',
1901
+ type: 'string',
1902
+ },
1899
1903
  space_ids: {
1900
1904
  description:
1901
1905
  'IDs of the spaces to which the Access Grant gives access.',
@@ -28450,6 +28454,10 @@ export default {
28450
28454
  },
28451
28455
  type: 'array',
28452
28456
  },
28457
+ reservation_key: {
28458
+ description: 'Reservation key for the access grant.',
28459
+ type: 'string',
28460
+ },
28453
28461
  space_ids: {
28454
28462
  description:
28455
28463
  'Set of IDs of existing spaces to which access is being granted.',
@@ -29369,6 +29377,10 @@ export default {
29369
29377
  },
29370
29378
  type: 'array',
29371
29379
  },
29380
+ reservation_key: {
29381
+ description: 'Reservation key for the access grant.',
29382
+ type: 'string',
29383
+ },
29372
29384
  space_ids: {
29373
29385
  description:
29374
29386
  'IDs of the spaces to which the Access Grant gives access.',
@@ -29599,6 +29611,10 @@ export default {
29599
29611
  },
29600
29612
  type: 'array',
29601
29613
  },
29614
+ reservation_key: {
29615
+ description: 'Reservation key for the access grant.',
29616
+ type: 'string',
29617
+ },
29602
29618
  space_ids: {
29603
29619
  description:
29604
29620
  'IDs of the spaces to which the Access Grant gives access.',
@@ -29846,6 +29862,11 @@ export default {
29846
29862
  },
29847
29863
  type: 'array',
29848
29864
  },
29865
+ reservation_key: {
29866
+ description:
29867
+ 'Reservation key for the access grant.',
29868
+ type: 'string',
29869
+ },
29849
29870
  space_ids: {
29850
29871
  description:
29851
29872
  'IDs of the spaces to which the Access Grant gives access.',
@@ -30090,6 +30111,11 @@ export default {
30090
30111
  },
30091
30112
  type: 'array',
30092
30113
  },
30114
+ reservation_key: {
30115
+ description:
30116
+ 'Reservation key for the access grant.',
30117
+ type: 'string',
30118
+ },
30093
30119
  space_ids: {
30094
30120
  description:
30095
30121
  'IDs of the spaces to which the Access Grant gives access.',
@@ -11165,6 +11165,8 @@ export type Routes = {
11165
11165
  name?: (string | undefined) | null
11166
11166
  /** Unique key for the access grant within the workspace. */
11167
11167
  access_grant_key?: string | undefined
11168
+ /** Reservation key for the access grant. */
11169
+ reservation_key?: string | undefined
11168
11170
  /**
11169
11171
  * @deprecated Use `space_ids`.*/
11170
11172
  location_ids?: string[] | undefined
@@ -11212,6 +11214,8 @@ export type Routes = {
11212
11214
  access_grant_id: string
11213
11215
  /** Unique key for the access grant within the workspace. */
11214
11216
  access_grant_key?: string | undefined
11217
+ /** Reservation key for the access grant. */
11218
+ reservation_key?: string | undefined
11215
11219
  /** ID of user identity to which the Access Grant gives access. */
11216
11220
  user_identity_id: string
11217
11221
  /**
@@ -11298,6 +11302,8 @@ export type Routes = {
11298
11302
  access_grant_id: string
11299
11303
  /** Unique key for the access grant within the workspace. */
11300
11304
  access_grant_key?: string | undefined
11305
+ /** Reservation key for the access grant. */
11306
+ reservation_key?: string | undefined
11301
11307
  /** ID of user identity to which the Access Grant gives access. */
11302
11308
  user_identity_id: string
11303
11309
  /**
@@ -13559,6 +13565,8 @@ export type Routes = {
13559
13565
  access_grant_id: string
13560
13566
  /** Unique key for the access grant within the workspace. */
13561
13567
  access_grant_key?: string | undefined
13568
+ /** Reservation key for the access grant. */
13569
+ reservation_key?: string | undefined
13562
13570
  /** ID of user identity to which the Access Grant gives access. */
13563
13571
  user_identity_id: string
13564
13572
  /**
@@ -13635,6 +13643,8 @@ export type Routes = {
13635
13643
  access_grant_id: string
13636
13644
  /** Unique key for the access grant within the workspace. */
13637
13645
  access_grant_key?: string | undefined
13646
+ /** Reservation key for the access grant. */
13647
+ reservation_key?: string | undefined
13638
13648
  /** ID of user identity to which the Access Grant gives access. */
13639
13649
  user_identity_id: string
13640
13650
  /**
@@ -13702,6 +13712,8 @@ export type Routes = {
13702
13712
  workspace_id: string
13703
13713
  /** ID of the Access Grant. */
13704
13714
  access_grant_id: string
13715
+ /** Reservation key for the access grant. */
13716
+ reservation_key?: string | undefined
13705
13717
  /** ID of user identity to which the Access Grant gives access. */
13706
13718
  user_identity_id: string
13707
13719
  /**
@@ -13766,6 +13778,8 @@ export type Routes = {
13766
13778
  workspace_id: string
13767
13779
  /** ID of the Access Grant. */
13768
13780
  access_grant_id: string
13781
+ /** Reservation key for the access grant. */
13782
+ reservation_key?: string | undefined
13769
13783
  /** ID of user identity to which the Access Grant gives access. */
13770
13784
  user_identity_id: string
13771
13785
  /**
@@ -20396,6 +20410,8 @@ export type Routes = {
20396
20410
  access_grant_id: string
20397
20411
  /** Unique key for the access grant within the workspace. */
20398
20412
  access_grant_key?: string | undefined
20413
+ /** Reservation key for the access grant. */
20414
+ reservation_key?: string | undefined
20399
20415
  /** ID of user identity to which the Access Grant gives access. */
20400
20416
  user_identity_id: string
20401
20417
  /**
@@ -101375,6 +101391,8 @@ export type Routes = {
101375
101391
  access_grant_id: string
101376
101392
  /** Unique key for the access grant within the workspace. */
101377
101393
  access_grant_key?: string | undefined
101394
+ /** Reservation key for the access grant. */
101395
+ reservation_key?: string | undefined
101378
101396
  /** ID of user identity to which the Access Grant gives access. */
101379
101397
  user_identity_id: string
101380
101398
  /**