@seamapi/types 1.451.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"}
@@ -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: {
@@ -16384,6 +16389,11 @@ declare const _default: {
16384
16389
  type: string;
16385
16390
  'x-deprecated': string;
16386
16391
  };
16392
+ name: {
16393
+ description: string;
16394
+ nullable: boolean;
16395
+ type: string;
16396
+ };
16387
16397
  requested_access_methods: {
16388
16398
  items: {
16389
16399
  properties: {
@@ -16990,6 +17000,11 @@ declare const _default: {
16990
17000
  nullable: boolean;
16991
17001
  type: string;
16992
17002
  };
17003
+ name: {
17004
+ description: string;
17005
+ nullable: boolean;
17006
+ type: string;
17007
+ };
16993
17008
  starts_at: {
16994
17009
  description: string;
16995
17010
  format: string;
@@ -17075,6 +17090,11 @@ declare const _default: {
17075
17090
  nullable: boolean;
17076
17091
  type: string;
17077
17092
  };
17093
+ name: {
17094
+ description: string;
17095
+ nullable: boolean;
17096
+ type: string;
17097
+ };
17078
17098
  starts_at: {
17079
17099
  description: string;
17080
17100
  format: string;
@@ -21788,21 +21808,31 @@ declare const _default: {
21788
21808
  client_session?: never;
21789
21809
  pat_with_workspace?: never;
21790
21810
  console_session_with_workspace?: never;
21811
+ client_session_with_customer?: never;
21791
21812
  } | {
21792
21813
  client_session: never[];
21793
21814
  api_key?: never;
21794
21815
  pat_with_workspace?: never;
21795
21816
  console_session_with_workspace?: never;
21817
+ client_session_with_customer?: never;
21796
21818
  } | {
21797
21819
  pat_with_workspace: never[];
21798
21820
  api_key?: never;
21799
21821
  client_session?: never;
21800
21822
  console_session_with_workspace?: never;
21823
+ client_session_with_customer?: never;
21801
21824
  } | {
21802
21825
  console_session_with_workspace: never[];
21803
21826
  api_key?: never;
21804
21827
  client_session?: never;
21805
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;
21806
21836
  })[];
21807
21837
  summary: string;
21808
21838
  tags: string[];
@@ -21911,21 +21941,31 @@ declare const _default: {
21911
21941
  client_session?: never;
21912
21942
  pat_with_workspace?: never;
21913
21943
  console_session_with_workspace?: never;
21944
+ client_session_with_customer?: never;
21914
21945
  } | {
21915
21946
  client_session: never[];
21916
21947
  api_key?: never;
21917
21948
  pat_with_workspace?: never;
21918
21949
  console_session_with_workspace?: never;
21950
+ client_session_with_customer?: never;
21919
21951
  } | {
21920
21952
  pat_with_workspace: never[];
21921
21953
  api_key?: never;
21922
21954
  client_session?: never;
21923
21955
  console_session_with_workspace?: never;
21956
+ client_session_with_customer?: never;
21924
21957
  } | {
21925
21958
  console_session_with_workspace: never[];
21926
21959
  api_key?: never;
21927
21960
  client_session?: never;
21928
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;
21929
21969
  })[];
21930
21970
  summary: string;
21931
21971
  tags: string[];
@@ -38389,14 +38429,22 @@ declare const _default: {
38389
38429
  pat_with_workspace: never[];
38390
38430
  console_session_with_workspace?: never;
38391
38431
  api_key?: never;
38432
+ client_session_with_customer?: never;
38392
38433
  } | {
38393
38434
  console_session_with_workspace: never[];
38394
38435
  pat_with_workspace?: never;
38395
38436
  api_key?: never;
38437
+ client_session_with_customer?: never;
38396
38438
  } | {
38397
38439
  api_key: never[];
38398
38440
  pat_with_workspace?: never;
38399
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;
38400
38448
  })[];
38401
38449
  summary: string;
38402
38450
  tags: never[];
@@ -38462,14 +38510,22 @@ declare const _default: {
38462
38510
  pat_with_workspace: never[];
38463
38511
  console_session_with_workspace?: never;
38464
38512
  api_key?: never;
38513
+ client_session_with_customer?: never;
38465
38514
  } | {
38466
38515
  console_session_with_workspace: never[];
38467
38516
  pat_with_workspace?: never;
38468
38517
  api_key?: never;
38518
+ client_session_with_customer?: never;
38469
38519
  } | {
38470
38520
  api_key: never[];
38471
38521
  pat_with_workspace?: never;
38472
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;
38473
38529
  })[];
38474
38530
  summary: string;
38475
38531
  tags: never[];
@@ -38536,14 +38592,22 @@ declare const _default: {
38536
38592
  pat_with_workspace: never[];
38537
38593
  console_session_with_workspace?: never;
38538
38594
  api_key?: never;
38595
+ client_session_with_customer?: never;
38539
38596
  } | {
38540
38597
  console_session_with_workspace: never[];
38541
38598
  pat_with_workspace?: never;
38542
38599
  api_key?: never;
38600
+ client_session_with_customer?: never;
38543
38601
  } | {
38544
38602
  api_key: never[];
38545
38603
  pat_with_workspace?: never;
38546
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;
38547
38611
  })[];
38548
38612
  summary: string;
38549
38613
  tags: never[];
@@ -38609,14 +38673,22 @@ declare const _default: {
38609
38673
  pat_with_workspace: never[];
38610
38674
  console_session_with_workspace?: never;
38611
38675
  api_key?: never;
38676
+ client_session_with_customer?: never;
38612
38677
  } | {
38613
38678
  console_session_with_workspace: never[];
38614
38679
  pat_with_workspace?: never;
38615
38680
  api_key?: never;
38681
+ client_session_with_customer?: never;
38616
38682
  } | {
38617
38683
  api_key: never[];
38618
38684
  pat_with_workspace?: never;
38619
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;
38620
38692
  })[];
38621
38693
  summary: string;
38622
38694
  tags: never[];
@@ -38636,6 +38708,22 @@ declare const _default: {
38636
38708
  'application/json': {
38637
38709
  schema: {
38638
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
+ };
38639
38727
  name: {
38640
38728
  description: string;
38641
38729
  type: string;
@@ -38645,8 +38733,11 @@ declare const _default: {
38645
38733
  format: string;
38646
38734
  type: string;
38647
38735
  };
38736
+ space_key: {
38737
+ description: string;
38738
+ type: string;
38739
+ };
38648
38740
  };
38649
- required: string[];
38650
38741
  type: string;
38651
38742
  };
38652
38743
  };
@@ -38683,14 +38774,22 @@ declare const _default: {
38683
38774
  pat_with_workspace: never[];
38684
38775
  console_session_with_workspace?: never;
38685
38776
  api_key?: never;
38777
+ client_session_with_customer?: never;
38686
38778
  } | {
38687
38779
  console_session_with_workspace: never[];
38688
38780
  pat_with_workspace?: never;
38689
38781
  api_key?: never;
38782
+ client_session_with_customer?: never;
38690
38783
  } | {
38691
38784
  api_key: never[];
38692
38785
  pat_with_workspace?: never;
38693
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;
38694
38793
  })[];
38695
38794
  summary: string;
38696
38795
  tags: never[];
@@ -38709,6 +38808,22 @@ declare const _default: {
38709
38808
  'application/json': {
38710
38809
  schema: {
38711
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
+ };
38712
38827
  name: {
38713
38828
  description: string;
38714
38829
  type: string;
@@ -38718,8 +38833,11 @@ declare const _default: {
38718
38833
  format: string;
38719
38834
  type: string;
38720
38835
  };
38836
+ space_key: {
38837
+ description: string;
38838
+ type: string;
38839
+ };
38721
38840
  };
38722
- required: string[];
38723
38841
  type: string;
38724
38842
  };
38725
38843
  };
@@ -38756,14 +38874,22 @@ declare const _default: {
38756
38874
  pat_with_workspace: never[];
38757
38875
  console_session_with_workspace?: never;
38758
38876
  api_key?: never;
38877
+ client_session_with_customer?: never;
38759
38878
  } | {
38760
38879
  console_session_with_workspace: never[];
38761
38880
  pat_with_workspace?: never;
38762
38881
  api_key?: never;
38882
+ client_session_with_customer?: never;
38763
38883
  } | {
38764
38884
  api_key: never[];
38765
38885
  pat_with_workspace?: never;
38766
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;
38767
38893
  })[];
38768
38894
  summary: string;
38769
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
  ],
@@ -24812,6 +24818,11 @@ export default {
24812
24818
  type: 'array',
24813
24819
  'x-deprecated': 'Use `space_ids`.',
24814
24820
  },
24821
+ name: {
24822
+ description: 'Name for the access grant.',
24823
+ nullable: true,
24824
+ type: 'string',
24825
+ },
24815
24826
  requested_access_methods: {
24816
24827
  items: {
24817
24828
  properties: {
@@ -25282,6 +25293,11 @@ export default {
25282
25293
  nullable: true,
25283
25294
  type: 'string',
25284
25295
  },
25296
+ name: {
25297
+ description: 'Display name for the access grant.',
25298
+ nullable: true,
25299
+ type: 'string',
25300
+ },
25285
25301
  starts_at: {
25286
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.',
25287
25303
  format: 'date-time',
@@ -25344,6 +25360,11 @@ export default {
25344
25360
  nullable: true,
25345
25361
  type: 'string',
25346
25362
  },
25363
+ name: {
25364
+ description: 'Display name for the access grant.',
25365
+ nullable: true,
25366
+ type: 'string',
25367
+ },
25347
25368
  starts_at: {
25348
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.',
25349
25370
  format: 'date-time',
@@ -29238,6 +29259,7 @@ export default {
29238
29259
  { client_session: [] },
29239
29260
  { pat_with_workspace: [] },
29240
29261
  { console_session_with_workspace: [] },
29262
+ { client_session_with_customer: [] },
29241
29263
  ],
29242
29264
  summary: '/acs/entrances/list',
29243
29265
  tags: ['/acs'],
@@ -29335,6 +29357,7 @@ export default {
29335
29357
  { client_session: [] },
29336
29358
  { pat_with_workspace: [] },
29337
29359
  { console_session_with_workspace: [] },
29360
+ { client_session_with_customer: [] },
29338
29361
  ],
29339
29362
  summary: '/acs/entrances/list',
29340
29363
  tags: ['/acs'],
@@ -43871,6 +43894,7 @@ export default {
43871
43894
  { pat_with_workspace: [] },
43872
43895
  { console_session_with_workspace: [] },
43873
43896
  { api_key: [] },
43897
+ { client_session_with_customer: [] },
43874
43898
  ],
43875
43899
  summary: '/spaces/remove_acs_entrances',
43876
43900
  tags: [],
@@ -43925,6 +43949,7 @@ export default {
43925
43949
  { pat_with_workspace: [] },
43926
43950
  { console_session_with_workspace: [] },
43927
43951
  { api_key: [] },
43952
+ { client_session_with_customer: [] },
43928
43953
  ],
43929
43954
  summary: '/spaces/remove_acs_entrances',
43930
43955
  tags: [],
@@ -43981,6 +44006,7 @@ export default {
43981
44006
  { pat_with_workspace: [] },
43982
44007
  { console_session_with_workspace: [] },
43983
44008
  { api_key: [] },
44009
+ { client_session_with_customer: [] },
43984
44010
  ],
43985
44011
  summary: '/spaces/remove_devices',
43986
44012
  tags: [],
@@ -44035,6 +44061,7 @@ export default {
44035
44061
  { pat_with_workspace: [] },
44036
44062
  { console_session_with_workspace: [] },
44037
44063
  { api_key: [] },
44064
+ { client_session_with_customer: [] },
44038
44065
  ],
44039
44066
  summary: '/spaces/remove_devices',
44040
44067
  tags: [],
@@ -44054,14 +44081,27 @@ export default {
44054
44081
  'application/json': {
44055
44082
  schema: {
44056
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
+ },
44057
44094
  name: { description: 'Name of the space.', type: 'string' },
44058
44095
  space_id: {
44059
44096
  description: 'ID of the space that you want to update.',
44060
44097
  format: 'uuid',
44061
44098
  type: 'string',
44062
44099
  },
44100
+ space_key: {
44101
+ description: 'Unique key of the space that you want to update.',
44102
+ type: 'string',
44103
+ },
44063
44104
  },
44064
- required: ['space_id'],
44065
44105
  type: 'object',
44066
44106
  },
44067
44107
  },
@@ -44090,6 +44130,7 @@ export default {
44090
44130
  { pat_with_workspace: [] },
44091
44131
  { console_session_with_workspace: [] },
44092
44132
  { api_key: [] },
44133
+ { client_session_with_customer: [] },
44093
44134
  ],
44094
44135
  summary: '/spaces/update',
44095
44136
  tags: [],
@@ -44108,14 +44149,27 @@ export default {
44108
44149
  'application/json': {
44109
44150
  schema: {
44110
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
+ },
44111
44162
  name: { description: 'Name of the space.', type: 'string' },
44112
44163
  space_id: {
44113
44164
  description: 'ID of the space that you want to update.',
44114
44165
  format: 'uuid',
44115
44166
  type: 'string',
44116
44167
  },
44168
+ space_key: {
44169
+ description: 'Unique key of the space that you want to update.',
44170
+ type: 'string',
44171
+ },
44117
44172
  },
44118
- required: ['space_id'],
44119
44173
  type: 'object',
44120
44174
  },
44121
44175
  },
@@ -44144,6 +44198,7 @@ export default {
44144
44198
  { pat_with_workspace: [] },
44145
44199
  { console_session_with_workspace: [] },
44146
44200
  { api_key: [] },
44201
+ { client_session_with_customer: [] },
44147
44202
  ],
44148
44203
  summary: '/spaces/update',
44149
44204
  tags: [],