@seamapi/types 1.450.0 → 1.452.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.
@@ -24,12 +24,14 @@ export declare const access_grant: z.ZodObject<{
24
24
  }>, "many">;
25
25
  access_method_ids: z.ZodArray<z.ZodString, "many">;
26
26
  client_session_token: z.ZodOptional<z.ZodString>;
27
+ name: z.ZodNullable<z.ZodString>;
27
28
  display_name: z.ZodString;
28
29
  instant_key_url: z.ZodOptional<z.ZodString>;
29
30
  created_at: z.ZodString;
30
31
  starts_at: z.ZodOptional<z.ZodString>;
31
32
  ends_at: z.ZodOptional<z.ZodString>;
32
33
  }, "strip", z.ZodTypeAny, {
34
+ name: string | null;
33
35
  display_name: string;
34
36
  workspace_id: string;
35
37
  created_at: string;
@@ -50,6 +52,7 @@ export declare const access_grant: z.ZodObject<{
50
52
  client_session_token?: string | undefined;
51
53
  instant_key_url?: string | undefined;
52
54
  }, {
55
+ name: string | null;
53
56
  display_name: string;
54
57
  workspace_id: string;
55
58
  created_at: string;
@@ -32,6 +32,10 @@ export const access_grant = z.object({
32
32
  .string()
33
33
  .optional()
34
34
  .describe('Client Session Token. Only returned if the Access Grant has a mobile_key access method.'),
35
+ name: z
36
+ .string()
37
+ .nullable()
38
+ .describe('Name of the Access Grant. If not provided, the display name will be computed.'),
35
39
  display_name: z.string().describe('Display name of the Access Grant.'),
36
40
  instant_key_url: z
37
41
  .string()
@@ -1 +1 @@
1
- {"version":3,"file":"access-grant.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/access-grants/access-grant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAA;AAEtE,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC;IACnC,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,4DAA4D,CAAC;IACzE,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,yBAAyB,CAAC;IACtE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,6DAA6D,CAAC;IAC1E,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC;;;;GAIjD,CAAC;IACF,SAAS,EAAE,CAAC;SACT,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;SACxB,QAAQ,CAAC,2DAA2D,CAAC;IACxE,wBAAwB,EAAE,CAAC;SACxB,KAAK,CAAC,uBAAuB,CAAC;SAC9B,QAAQ,CAAC,8DAA8D,CAAC;IAC3E,iBAAiB,EAAE,CAAC;SACjB,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;SACxB,QAAQ,CAAC,yDAAyD,CAAC;IACtE,oBAAoB,EAAE,CAAC;SACpB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,yFAAyF,CAC1F;IACH,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mCAAmC,CAAC;IACtE,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,GAAG,EAAE;SACL,QAAQ,EAAE;SACV,QAAQ,CACP,4FAA4F,CAC7F;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,sDAAsD,CAAC;IACnE,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CAAC,iDAAiD,CAAC;IAC9D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CAAC,+CAA+C,CAAC;CAC7D,CAAC,CAAC,QAAQ,CAAC;;;;;;GAMT,CAAC,CAAA"}
1
+ {"version":3,"file":"access-grant.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/access-grants/access-grant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAA;AAEtE,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC;IACnC,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,4DAA4D,CAAC;IACzE,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,yBAAyB,CAAC;IACtE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,6DAA6D,CAAC;IAC1E,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC;;;;GAIjD,CAAC;IACF,SAAS,EAAE,CAAC;SACT,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;SACxB,QAAQ,CAAC,2DAA2D,CAAC;IACxE,wBAAwB,EAAE,CAAC;SACxB,KAAK,CAAC,uBAAuB,CAAC;SAC9B,QAAQ,CAAC,8DAA8D,CAAC;IAC3E,iBAAiB,EAAE,CAAC;SACjB,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;SACxB,QAAQ,CAAC,yDAAyD,CAAC;IACtE,oBAAoB,EAAE,CAAC;SACpB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,yFAAyF,CAC1F;IACH,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,+EAA+E,CAChF;IACH,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mCAAmC,CAAC;IACtE,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,GAAG,EAAE;SACL,QAAQ,EAAE;SACV,QAAQ,CACP,4FAA4F,CAC7F;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,sDAAsD,CAAC;IACnE,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CAAC,iDAAiD,CAAC;IAC9D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CAAC,+CAA+C,CAAC;CAC7D,CAAC,CAAC,QAAQ,CAAC;;;;;;GAMT,CAAC,CAAA"}
@@ -7,6 +7,7 @@ export declare const access_method: z.ZodObject<{
7
7
  created_at: z.ZodString;
8
8
  issued_at: z.ZodOptional<z.ZodString>;
9
9
  instant_key_url: z.ZodOptional<z.ZodString>;
10
+ client_session_token: z.ZodOptional<z.ZodString>;
10
11
  is_encoding_required: z.ZodOptional<z.ZodBoolean>;
11
12
  code: z.ZodOptional<z.ZodString>;
12
13
  }, "strip", z.ZodTypeAny, {
@@ -16,6 +17,7 @@ export declare const access_method: z.ZodObject<{
16
17
  mode: "code" | "card" | "mobile_key";
17
18
  access_method_id: string;
18
19
  code?: string | undefined;
20
+ client_session_token?: string | undefined;
19
21
  instant_key_url?: string | undefined;
20
22
  issued_at?: string | undefined;
21
23
  is_encoding_required?: boolean | undefined;
@@ -26,6 +28,7 @@ export declare const access_method: z.ZodObject<{
26
28
  mode: "code" | "card" | "mobile_key";
27
29
  access_method_id: string;
28
30
  code?: string | undefined;
31
+ client_session_token?: string | undefined;
29
32
  instant_key_url?: string | undefined;
30
33
  issued_at?: string | undefined;
31
34
  is_encoding_required?: boolean | undefined;
@@ -23,6 +23,10 @@ export const access_method = z.object({
23
23
  .url()
24
24
  .optional()
25
25
  .describe('URL of the Instant Key for mobile key access methods.'),
26
+ client_session_token: z
27
+ .string()
28
+ .optional()
29
+ .describe('Token of the client session associated with the access method.'),
26
30
  is_encoding_required: z
27
31
  .boolean()
28
32
  .optional()
@@ -1 +1 @@
1
- {"version":3,"file":"access-method.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/access-grants/access-method.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,CAAC,MAAM,CAAC;IACpC,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,6DAA6D,CAAC;IAC1E,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,0BAA0B,CAAC;IACxE,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,oCAAoC,CAAC;IACvE,IAAI,EAAE,CAAC;SACJ,IAAI,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,CAAC,CAAC;SACpC,QAAQ,CACP,qEAAqE,CACtE;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CAAC,sDAAsD,CAAC;IACnE,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,GAAG,EAAE;SACL,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,oBAAoB,EAAE,CAAC;SACpB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,qIAAqI,CACtI;IACH,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,8CAA8C,CAAC;CAC5D,CAAC,CAAC,QAAQ,CAAC;;;;;;GAMT,CAAC,CAAA"}
1
+ {"version":3,"file":"access-method.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/access-grants/access-method.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,CAAC,MAAM,CAAC;IACpC,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,6DAA6D,CAAC;IAC1E,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,0BAA0B,CAAC;IACxE,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,oCAAoC,CAAC;IACvE,IAAI,EAAE,CAAC;SACJ,IAAI,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,CAAC,CAAC;SACpC,QAAQ,CACP,qEAAqE,CACtE;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CAAC,sDAAsD,CAAC;IACnE,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,GAAG,EAAE;SACL,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,oBAAoB,EAAE,CAAC;SACpB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,gEAAgE,CAAC;IAC7E,oBAAoB,EAAE,CAAC;SACpB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,qIAAqI,CACtI;IACH,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,8CAA8C,CAAC;CAC5D,CAAC,CAAC,QAAQ,CAAC;;;;;;GAMT,CAAC,CAAA"}
@@ -424,6 +424,11 @@ declare const _default: {
424
424
  type: string;
425
425
  'x-deprecated': string;
426
426
  };
427
+ name: {
428
+ description: string;
429
+ nullable: boolean;
430
+ type: string;
431
+ };
427
432
  requested_access_methods: {
428
433
  description: string;
429
434
  items: {
@@ -493,6 +498,10 @@ declare const _default: {
493
498
  format: string;
494
499
  type: string;
495
500
  };
501
+ client_session_token: {
502
+ description: string;
503
+ type: string;
504
+ };
496
505
  code: {
497
506
  description: string;
498
507
  type: string;
@@ -16380,6 +16389,11 @@ declare const _default: {
16380
16389
  type: string;
16381
16390
  'x-deprecated': string;
16382
16391
  };
16392
+ name: {
16393
+ description: string;
16394
+ nullable: boolean;
16395
+ type: string;
16396
+ };
16383
16397
  requested_access_methods: {
16384
16398
  items: {
16385
16399
  properties: {
@@ -16986,6 +17000,11 @@ declare const _default: {
16986
17000
  nullable: boolean;
16987
17001
  type: string;
16988
17002
  };
17003
+ name: {
17004
+ description: string;
17005
+ nullable: boolean;
17006
+ type: string;
17007
+ };
16989
17008
  starts_at: {
16990
17009
  description: string;
16991
17010
  format: string;
@@ -17071,6 +17090,11 @@ declare const _default: {
17071
17090
  nullable: boolean;
17072
17091
  type: string;
17073
17092
  };
17093
+ name: {
17094
+ description: string;
17095
+ nullable: boolean;
17096
+ type: string;
17097
+ };
17074
17098
  starts_at: {
17075
17099
  description: string;
17076
17100
  format: string;
@@ -21784,21 +21808,31 @@ declare const _default: {
21784
21808
  client_session?: never;
21785
21809
  pat_with_workspace?: never;
21786
21810
  console_session_with_workspace?: never;
21811
+ client_session_with_customer?: never;
21787
21812
  } | {
21788
21813
  client_session: never[];
21789
21814
  api_key?: never;
21790
21815
  pat_with_workspace?: never;
21791
21816
  console_session_with_workspace?: never;
21817
+ client_session_with_customer?: never;
21792
21818
  } | {
21793
21819
  pat_with_workspace: never[];
21794
21820
  api_key?: never;
21795
21821
  client_session?: never;
21796
21822
  console_session_with_workspace?: never;
21823
+ client_session_with_customer?: never;
21797
21824
  } | {
21798
21825
  console_session_with_workspace: never[];
21799
21826
  api_key?: never;
21800
21827
  client_session?: never;
21801
21828
  pat_with_workspace?: never;
21829
+ client_session_with_customer?: never;
21830
+ } | {
21831
+ client_session_with_customer: never[];
21832
+ api_key?: never;
21833
+ client_session?: never;
21834
+ pat_with_workspace?: never;
21835
+ console_session_with_workspace?: never;
21802
21836
  })[];
21803
21837
  summary: string;
21804
21838
  tags: string[];
@@ -21907,21 +21941,31 @@ declare const _default: {
21907
21941
  client_session?: never;
21908
21942
  pat_with_workspace?: never;
21909
21943
  console_session_with_workspace?: never;
21944
+ client_session_with_customer?: never;
21910
21945
  } | {
21911
21946
  client_session: never[];
21912
21947
  api_key?: never;
21913
21948
  pat_with_workspace?: never;
21914
21949
  console_session_with_workspace?: never;
21950
+ client_session_with_customer?: never;
21915
21951
  } | {
21916
21952
  pat_with_workspace: never[];
21917
21953
  api_key?: never;
21918
21954
  client_session?: never;
21919
21955
  console_session_with_workspace?: never;
21956
+ client_session_with_customer?: never;
21920
21957
  } | {
21921
21958
  console_session_with_workspace: never[];
21922
21959
  api_key?: never;
21923
21960
  client_session?: never;
21924
21961
  pat_with_workspace?: never;
21962
+ client_session_with_customer?: never;
21963
+ } | {
21964
+ client_session_with_customer: never[];
21965
+ api_key?: never;
21966
+ client_session?: never;
21967
+ pat_with_workspace?: never;
21968
+ console_session_with_workspace?: never;
21925
21969
  })[];
21926
21970
  summary: string;
21927
21971
  tags: string[];
@@ -38385,14 +38429,22 @@ declare const _default: {
38385
38429
  pat_with_workspace: never[];
38386
38430
  console_session_with_workspace?: never;
38387
38431
  api_key?: never;
38432
+ client_session_with_customer?: never;
38388
38433
  } | {
38389
38434
  console_session_with_workspace: never[];
38390
38435
  pat_with_workspace?: never;
38391
38436
  api_key?: never;
38437
+ client_session_with_customer?: never;
38392
38438
  } | {
38393
38439
  api_key: never[];
38394
38440
  pat_with_workspace?: never;
38395
38441
  console_session_with_workspace?: never;
38442
+ client_session_with_customer?: never;
38443
+ } | {
38444
+ client_session_with_customer: never[];
38445
+ pat_with_workspace?: never;
38446
+ console_session_with_workspace?: never;
38447
+ api_key?: never;
38396
38448
  })[];
38397
38449
  summary: string;
38398
38450
  tags: never[];
@@ -38458,14 +38510,22 @@ declare const _default: {
38458
38510
  pat_with_workspace: never[];
38459
38511
  console_session_with_workspace?: never;
38460
38512
  api_key?: never;
38513
+ client_session_with_customer?: never;
38461
38514
  } | {
38462
38515
  console_session_with_workspace: never[];
38463
38516
  pat_with_workspace?: never;
38464
38517
  api_key?: never;
38518
+ client_session_with_customer?: never;
38465
38519
  } | {
38466
38520
  api_key: never[];
38467
38521
  pat_with_workspace?: never;
38468
38522
  console_session_with_workspace?: never;
38523
+ client_session_with_customer?: never;
38524
+ } | {
38525
+ client_session_with_customer: never[];
38526
+ pat_with_workspace?: never;
38527
+ console_session_with_workspace?: never;
38528
+ api_key?: never;
38469
38529
  })[];
38470
38530
  summary: string;
38471
38531
  tags: never[];
@@ -38532,14 +38592,22 @@ declare const _default: {
38532
38592
  pat_with_workspace: never[];
38533
38593
  console_session_with_workspace?: never;
38534
38594
  api_key?: never;
38595
+ client_session_with_customer?: never;
38535
38596
  } | {
38536
38597
  console_session_with_workspace: never[];
38537
38598
  pat_with_workspace?: never;
38538
38599
  api_key?: never;
38600
+ client_session_with_customer?: never;
38539
38601
  } | {
38540
38602
  api_key: never[];
38541
38603
  pat_with_workspace?: never;
38542
38604
  console_session_with_workspace?: never;
38605
+ client_session_with_customer?: never;
38606
+ } | {
38607
+ client_session_with_customer: never[];
38608
+ pat_with_workspace?: never;
38609
+ console_session_with_workspace?: never;
38610
+ api_key?: never;
38543
38611
  })[];
38544
38612
  summary: string;
38545
38613
  tags: never[];
@@ -38605,14 +38673,22 @@ declare const _default: {
38605
38673
  pat_with_workspace: never[];
38606
38674
  console_session_with_workspace?: never;
38607
38675
  api_key?: never;
38676
+ client_session_with_customer?: never;
38608
38677
  } | {
38609
38678
  console_session_with_workspace: never[];
38610
38679
  pat_with_workspace?: never;
38611
38680
  api_key?: never;
38681
+ client_session_with_customer?: never;
38612
38682
  } | {
38613
38683
  api_key: never[];
38614
38684
  pat_with_workspace?: never;
38615
38685
  console_session_with_workspace?: never;
38686
+ client_session_with_customer?: never;
38687
+ } | {
38688
+ client_session_with_customer: never[];
38689
+ pat_with_workspace?: never;
38690
+ console_session_with_workspace?: never;
38691
+ api_key?: never;
38616
38692
  })[];
38617
38693
  summary: string;
38618
38694
  tags: never[];
@@ -38632,6 +38708,22 @@ declare const _default: {
38632
38708
  'application/json': {
38633
38709
  schema: {
38634
38710
  properties: {
38711
+ acs_entrance_ids: {
38712
+ description: string;
38713
+ items: {
38714
+ format: string;
38715
+ type: string;
38716
+ };
38717
+ type: string;
38718
+ };
38719
+ device_ids: {
38720
+ description: string;
38721
+ items: {
38722
+ format: string;
38723
+ type: string;
38724
+ };
38725
+ type: string;
38726
+ };
38635
38727
  name: {
38636
38728
  description: string;
38637
38729
  type: string;
@@ -38641,8 +38733,11 @@ declare const _default: {
38641
38733
  format: string;
38642
38734
  type: string;
38643
38735
  };
38736
+ space_key: {
38737
+ description: string;
38738
+ type: string;
38739
+ };
38644
38740
  };
38645
- required: string[];
38646
38741
  type: string;
38647
38742
  };
38648
38743
  };
@@ -38679,14 +38774,22 @@ declare const _default: {
38679
38774
  pat_with_workspace: never[];
38680
38775
  console_session_with_workspace?: never;
38681
38776
  api_key?: never;
38777
+ client_session_with_customer?: never;
38682
38778
  } | {
38683
38779
  console_session_with_workspace: never[];
38684
38780
  pat_with_workspace?: never;
38685
38781
  api_key?: never;
38782
+ client_session_with_customer?: never;
38686
38783
  } | {
38687
38784
  api_key: never[];
38688
38785
  pat_with_workspace?: never;
38689
38786
  console_session_with_workspace?: never;
38787
+ client_session_with_customer?: never;
38788
+ } | {
38789
+ client_session_with_customer: never[];
38790
+ pat_with_workspace?: never;
38791
+ console_session_with_workspace?: never;
38792
+ api_key?: never;
38690
38793
  })[];
38691
38794
  summary: string;
38692
38795
  tags: never[];
@@ -38705,6 +38808,22 @@ declare const _default: {
38705
38808
  'application/json': {
38706
38809
  schema: {
38707
38810
  properties: {
38811
+ acs_entrance_ids: {
38812
+ description: string;
38813
+ items: {
38814
+ format: string;
38815
+ type: string;
38816
+ };
38817
+ type: string;
38818
+ };
38819
+ device_ids: {
38820
+ description: string;
38821
+ items: {
38822
+ format: string;
38823
+ type: string;
38824
+ };
38825
+ type: string;
38826
+ };
38708
38827
  name: {
38709
38828
  description: string;
38710
38829
  type: string;
@@ -38714,8 +38833,11 @@ declare const _default: {
38714
38833
  format: string;
38715
38834
  type: string;
38716
38835
  };
38836
+ space_key: {
38837
+ description: string;
38838
+ type: string;
38839
+ };
38717
38840
  };
38718
- required: string[];
38719
38841
  type: string;
38720
38842
  };
38721
38843
  };
@@ -38752,14 +38874,22 @@ declare const _default: {
38752
38874
  pat_with_workspace: never[];
38753
38875
  console_session_with_workspace?: never;
38754
38876
  api_key?: never;
38877
+ client_session_with_customer?: never;
38755
38878
  } | {
38756
38879
  console_session_with_workspace: never[];
38757
38880
  pat_with_workspace?: never;
38758
38881
  api_key?: never;
38882
+ client_session_with_customer?: never;
38759
38883
  } | {
38760
38884
  api_key: never[];
38761
38885
  pat_with_workspace?: never;
38762
38886
  console_session_with_workspace?: never;
38887
+ client_session_with_customer?: never;
38888
+ } | {
38889
+ client_session_with_customer: never[];
38890
+ pat_with_workspace?: never;
38891
+ console_session_with_workspace?: never;
38892
+ api_key?: never;
38763
38893
  })[];
38764
38894
  summary: string;
38765
38895
  tags: never[];
@@ -1614,6 +1614,11 @@ export default {
1614
1614
  type: 'array',
1615
1615
  'x-deprecated': 'Use `space_ids`.',
1616
1616
  },
1617
+ name: {
1618
+ description: 'Name of the Access Grant. If not provided, the display name will be computed.',
1619
+ nullable: true,
1620
+ type: 'string',
1621
+ },
1617
1622
  requested_access_methods: {
1618
1623
  description: 'Access methods that the user requested for the Access Grant.',
1619
1624
  items: {
@@ -1677,6 +1682,7 @@ export default {
1677
1682
  'space_ids',
1678
1683
  'requested_access_methods',
1679
1684
  'access_method_ids',
1685
+ 'name',
1680
1686
  'display_name',
1681
1687
  'created_at',
1682
1688
  ],
@@ -1692,6 +1698,10 @@ export default {
1692
1698
  format: 'uuid',
1693
1699
  type: 'string',
1694
1700
  },
1701
+ client_session_token: {
1702
+ description: 'Token of the client session associated with the access method.',
1703
+ type: 'string',
1704
+ },
1695
1705
  code: {
1696
1706
  description: 'The actual PIN code for code access methods.',
1697
1707
  type: 'string',
@@ -24808,6 +24818,11 @@ export default {
24808
24818
  type: 'array',
24809
24819
  'x-deprecated': 'Use `space_ids`.',
24810
24820
  },
24821
+ name: {
24822
+ description: 'Name for the access grant.',
24823
+ nullable: true,
24824
+ type: 'string',
24825
+ },
24811
24826
  requested_access_methods: {
24812
24827
  items: {
24813
24828
  properties: {
@@ -25278,6 +25293,11 @@ export default {
25278
25293
  nullable: true,
25279
25294
  type: 'string',
25280
25295
  },
25296
+ name: {
25297
+ description: 'Display name for the access grant.',
25298
+ nullable: true,
25299
+ type: 'string',
25300
+ },
25281
25301
  starts_at: {
25282
25302
  description: 'Date and time at which the validity of the grant starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
25283
25303
  format: 'date-time',
@@ -25340,6 +25360,11 @@ export default {
25340
25360
  nullable: true,
25341
25361
  type: 'string',
25342
25362
  },
25363
+ name: {
25364
+ description: 'Display name for the access grant.',
25365
+ nullable: true,
25366
+ type: 'string',
25367
+ },
25343
25368
  starts_at: {
25344
25369
  description: 'Date and time at which the validity of the grant starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
25345
25370
  format: 'date-time',
@@ -29234,6 +29259,7 @@ export default {
29234
29259
  { client_session: [] },
29235
29260
  { pat_with_workspace: [] },
29236
29261
  { console_session_with_workspace: [] },
29262
+ { client_session_with_customer: [] },
29237
29263
  ],
29238
29264
  summary: '/acs/entrances/list',
29239
29265
  tags: ['/acs'],
@@ -29331,6 +29357,7 @@ export default {
29331
29357
  { client_session: [] },
29332
29358
  { pat_with_workspace: [] },
29333
29359
  { console_session_with_workspace: [] },
29360
+ { client_session_with_customer: [] },
29334
29361
  ],
29335
29362
  summary: '/acs/entrances/list',
29336
29363
  tags: ['/acs'],
@@ -43867,6 +43894,7 @@ export default {
43867
43894
  { pat_with_workspace: [] },
43868
43895
  { console_session_with_workspace: [] },
43869
43896
  { api_key: [] },
43897
+ { client_session_with_customer: [] },
43870
43898
  ],
43871
43899
  summary: '/spaces/remove_acs_entrances',
43872
43900
  tags: [],
@@ -43921,6 +43949,7 @@ export default {
43921
43949
  { pat_with_workspace: [] },
43922
43950
  { console_session_with_workspace: [] },
43923
43951
  { api_key: [] },
43952
+ { client_session_with_customer: [] },
43924
43953
  ],
43925
43954
  summary: '/spaces/remove_acs_entrances',
43926
43955
  tags: [],
@@ -43977,6 +44006,7 @@ export default {
43977
44006
  { pat_with_workspace: [] },
43978
44007
  { console_session_with_workspace: [] },
43979
44008
  { api_key: [] },
44009
+ { client_session_with_customer: [] },
43980
44010
  ],
43981
44011
  summary: '/spaces/remove_devices',
43982
44012
  tags: [],
@@ -44031,6 +44061,7 @@ export default {
44031
44061
  { pat_with_workspace: [] },
44032
44062
  { console_session_with_workspace: [] },
44033
44063
  { api_key: [] },
44064
+ { client_session_with_customer: [] },
44034
44065
  ],
44035
44066
  summary: '/spaces/remove_devices',
44036
44067
  tags: [],
@@ -44050,14 +44081,27 @@ export default {
44050
44081
  'application/json': {
44051
44082
  schema: {
44052
44083
  properties: {
44084
+ acs_entrance_ids: {
44085
+ description: 'IDs of the entrances that you want to set for the space. If specified, this will replace all existing entrances.',
44086
+ items: { format: 'uuid', type: 'string' },
44087
+ type: 'array',
44088
+ },
44089
+ device_ids: {
44090
+ description: 'IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.',
44091
+ items: { format: 'uuid', type: 'string' },
44092
+ type: 'array',
44093
+ },
44053
44094
  name: { description: 'Name of the space.', type: 'string' },
44054
44095
  space_id: {
44055
44096
  description: 'ID of the space that you want to update.',
44056
44097
  format: 'uuid',
44057
44098
  type: 'string',
44058
44099
  },
44100
+ space_key: {
44101
+ description: 'Unique key of the space that you want to update.',
44102
+ type: 'string',
44103
+ },
44059
44104
  },
44060
- required: ['space_id'],
44061
44105
  type: 'object',
44062
44106
  },
44063
44107
  },
@@ -44086,6 +44130,7 @@ export default {
44086
44130
  { pat_with_workspace: [] },
44087
44131
  { console_session_with_workspace: [] },
44088
44132
  { api_key: [] },
44133
+ { client_session_with_customer: [] },
44089
44134
  ],
44090
44135
  summary: '/spaces/update',
44091
44136
  tags: [],
@@ -44104,14 +44149,27 @@ export default {
44104
44149
  'application/json': {
44105
44150
  schema: {
44106
44151
  properties: {
44152
+ acs_entrance_ids: {
44153
+ description: 'IDs of the entrances that you want to set for the space. If specified, this will replace all existing entrances.',
44154
+ items: { format: 'uuid', type: 'string' },
44155
+ type: 'array',
44156
+ },
44157
+ device_ids: {
44158
+ description: 'IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.',
44159
+ items: { format: 'uuid', type: 'string' },
44160
+ type: 'array',
44161
+ },
44107
44162
  name: { description: 'Name of the space.', type: 'string' },
44108
44163
  space_id: {
44109
44164
  description: 'ID of the space that you want to update.',
44110
44165
  format: 'uuid',
44111
44166
  type: 'string',
44112
44167
  },
44168
+ space_key: {
44169
+ description: 'Unique key of the space that you want to update.',
44170
+ type: 'string',
44171
+ },
44113
44172
  },
44114
- required: ['space_id'],
44115
44173
  type: 'object',
44116
44174
  },
44117
44175
  },
@@ -44140,6 +44198,7 @@ export default {
44140
44198
  { pat_with_workspace: [] },
44141
44199
  { console_session_with_workspace: [] },
44142
44200
  { api_key: [] },
44201
+ { client_session_with_customer: [] },
44143
44202
  ],
44144
44203
  summary: '/spaces/update',
44145
44204
  tags: [],