@seamapi/types 1.571.0 → 1.572.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.
@@ -11439,8 +11439,6 @@ export type Routes = {
11439
11439
  } | undefined;
11440
11440
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
11441
11441
  dormakaba_community_metadata?: {
11442
- /** Name of the access point in the dormakaba Community access system. */
11443
- access_point_name: string;
11444
11442
  /** Type of access point profile in the dormakaba Community access system. */
11445
11443
  access_point_profile: string;
11446
11444
  } | undefined;
@@ -14620,8 +14618,6 @@ export type Routes = {
14620
14618
  } | undefined;
14621
14619
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
14622
14620
  dormakaba_community_metadata?: {
14623
- /** Name of the access point in the dormakaba Community access system. */
14624
- access_point_name: string;
14625
14621
  /** Type of access point profile in the dormakaba Community access system. */
14626
14622
  access_point_profile: string;
14627
14623
  } | undefined;
@@ -20591,8 +20587,6 @@ export type Routes = {
20591
20587
  } | undefined;
20592
20588
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
20593
20589
  dormakaba_community_metadata?: {
20594
- /** Name of the access point in the dormakaba Community access system. */
20595
- access_point_name: string;
20596
20590
  /** Type of access point profile in the dormakaba Community access system. */
20597
20591
  access_point_profile: string;
20598
20592
  } | undefined;
@@ -21959,8 +21953,6 @@ export type Routes = {
21959
21953
  } | undefined;
21960
21954
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
21961
21955
  dormakaba_community_metadata?: {
21962
- /** Name of the access point in the dormakaba Community access system. */
21963
- access_point_name: string;
21964
21956
  /** Type of access point profile in the dormakaba Community access system. */
21965
21957
  access_point_profile: string;
21966
21958
  } | undefined;
@@ -25407,8 +25399,6 @@ export type Routes = {
25407
25399
  } | undefined;
25408
25400
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
25409
25401
  dormakaba_community_metadata?: {
25410
- /** Name of the access point in the dormakaba Community access system. */
25411
- access_point_name: string;
25412
25402
  /** Type of access point profile in the dormakaba Community access system. */
25413
25403
  access_point_profile: string;
25414
25404
  } | undefined;
@@ -25576,8 +25566,6 @@ export type Routes = {
25576
25566
  } | undefined;
25577
25567
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
25578
25568
  dormakaba_community_metadata?: {
25579
- /** Name of the access point in the dormakaba Community access system. */
25580
- access_point_name: string;
25581
25569
  /** Type of access point profile in the dormakaba Community access system. */
25582
25570
  access_point_profile: string;
25583
25571
  } | undefined;
@@ -27019,8 +27007,6 @@ export type Routes = {
27019
27007
  } | undefined;
27020
27008
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
27021
27009
  dormakaba_community_metadata?: {
27022
- /** Name of the access point in the dormakaba Community access system. */
27023
- access_point_name: string;
27024
27010
  /** Type of access point profile in the dormakaba Community access system. */
27025
27011
  access_point_profile: string;
27026
27012
  } | undefined;
@@ -58826,8 +58812,6 @@ export type Routes = {
58826
58812
  } | undefined;
58827
58813
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
58828
58814
  dormakaba_community_metadata?: {
58829
- /** Name of the access point in the dormakaba Community access system. */
58830
- access_point_name: string;
58831
58815
  /** Type of access point profile in the dormakaba Community access system. */
58832
58816
  access_point_profile: string;
58833
58817
  } | undefined;
@@ -60379,8 +60363,6 @@ export type Routes = {
60379
60363
  } | undefined;
60380
60364
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
60381
60365
  dormakaba_community_metadata?: {
60382
- /** Name of the access point in the dormakaba Community access system. */
60383
- access_point_name: string;
60384
60366
  /** Type of access point profile in the dormakaba Community access system. */
60385
60367
  access_point_profile: string;
60386
60368
  } | undefined;
@@ -81262,8 +81244,6 @@ export type Routes = {
81262
81244
  } | undefined;
81263
81245
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
81264
81246
  dormakaba_community_metadata?: {
81265
- /** Name of the access point in the dormakaba Community access system. */
81266
- access_point_name: string;
81267
81247
  /** Type of access point profile in the dormakaba Community access system. */
81268
81248
  access_point_profile: string;
81269
81249
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.571.0",
3
+ "version": "1.572.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -2,11 +2,6 @@ import { z } from 'zod'
2
2
 
3
3
  export const acs_entrance_dormakaba_community_metadata = z
4
4
  .object({
5
- access_point_name: z
6
- .string()
7
- .describe(
8
- 'Name of the access point in the dormakaba Community access system.',
9
- ),
10
5
  access_point_profile: z
11
6
  .string()
12
7
  .describe(
@@ -2895,18 +2895,13 @@ export default {
2895
2895
  description:
2896
2896
  'dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
2897
2897
  properties: {
2898
- access_point_name: {
2899
- description:
2900
- 'Name of the access point in the dormakaba Community access system.',
2901
- type: 'string',
2902
- },
2903
2898
  access_point_profile: {
2904
2899
  description:
2905
2900
  'Type of access point profile in the dormakaba Community access system.',
2906
2901
  type: 'string',
2907
2902
  },
2908
2903
  },
2909
- required: ['access_point_name', 'access_point_profile'],
2904
+ required: ['access_point_profile'],
2910
2905
  type: 'object',
2911
2906
  },
2912
2907
  errors: {
@@ -19851,21 +19846,13 @@ export default {
19851
19846
  description:
19852
19847
  'dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
19853
19848
  properties: {
19854
- access_point_name: {
19855
- description:
19856
- 'Name of the access point in the dormakaba Community access system.',
19857
- type: 'string',
19858
- },
19859
19849
  access_point_profile: {
19860
19850
  description:
19861
19851
  'Type of access point profile in the dormakaba Community access system.',
19862
19852
  type: 'string',
19863
19853
  },
19864
19854
  },
19865
- required: [
19866
- 'access_point_name',
19867
- 'access_point_profile',
19868
- ],
19855
+ required: ['access_point_profile'],
19869
19856
  type: 'object',
19870
19857
  },
19871
19858
  errors: {
@@ -13060,8 +13060,6 @@ export type Routes = {
13060
13060
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
13061
13061
  dormakaba_community_metadata?:
13062
13062
  | {
13063
- /** Name of the access point in the dormakaba Community access system. */
13064
- access_point_name: string
13065
13063
  /** Type of access point profile in the dormakaba Community access system. */
13066
13064
  access_point_profile: string
13067
13065
  }
@@ -16904,8 +16902,6 @@ export type Routes = {
16904
16902
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
16905
16903
  dormakaba_community_metadata?:
16906
16904
  | {
16907
- /** Name of the access point in the dormakaba Community access system. */
16908
- access_point_name: string
16909
16905
  /** Type of access point profile in the dormakaba Community access system. */
16910
16906
  access_point_profile: string
16911
16907
  }
@@ -23942,8 +23938,6 @@ export type Routes = {
23942
23938
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
23943
23939
  dormakaba_community_metadata?:
23944
23940
  | {
23945
- /** Name of the access point in the dormakaba Community access system. */
23946
- access_point_name: string
23947
23941
  /** Type of access point profile in the dormakaba Community access system. */
23948
23942
  access_point_profile: string
23949
23943
  }
@@ -25554,8 +25548,6 @@ export type Routes = {
25554
25548
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
25555
25549
  dormakaba_community_metadata?:
25556
25550
  | {
25557
- /** Name of the access point in the dormakaba Community access system. */
25558
- access_point_name: string
25559
25551
  /** Type of access point profile in the dormakaba Community access system. */
25560
25552
  access_point_profile: string
25561
25553
  }
@@ -29536,8 +29528,6 @@ export type Routes = {
29536
29528
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
29537
29529
  dormakaba_community_metadata?:
29538
29530
  | {
29539
- /** Name of the access point in the dormakaba Community access system. */
29540
- access_point_name: string
29541
29531
  /** Type of access point profile in the dormakaba Community access system. */
29542
29532
  access_point_profile: string
29543
29533
  }
@@ -29732,8 +29722,6 @@ export type Routes = {
29732
29722
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
29733
29723
  dormakaba_community_metadata?:
29734
29724
  | {
29735
- /** Name of the access point in the dormakaba Community access system. */
29736
- access_point_name: string
29737
29725
  /** Type of access point profile in the dormakaba Community access system. */
29738
29726
  access_point_profile: string
29739
29727
  }
@@ -31478,8 +31466,6 @@ export type Routes = {
31478
31466
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
31479
31467
  dormakaba_community_metadata?:
31480
31468
  | {
31481
- /** Name of the access point in the dormakaba Community access system. */
31482
- access_point_name: string
31483
31469
  /** Type of access point profile in the dormakaba Community access system. */
31484
31470
  access_point_profile: string
31485
31471
  }
@@ -70056,8 +70042,6 @@ export type Routes = {
70056
70042
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
70057
70043
  dormakaba_community_metadata?:
70058
70044
  | {
70059
- /** Name of the access point in the dormakaba Community access system. */
70060
- access_point_name: string
70061
70045
  /** Type of access point profile in the dormakaba Community access system. */
70062
70046
  access_point_profile: string
70063
70047
  }
@@ -71984,8 +71968,6 @@ export type Routes = {
71984
71968
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
71985
71969
  dormakaba_community_metadata?:
71986
71970
  | {
71987
- /** Name of the access point in the dormakaba Community access system. */
71988
- access_point_name: string
71989
71971
  /** Type of access point profile in the dormakaba Community access system. */
71990
71972
  access_point_profile: string
71991
71973
  }
@@ -96725,8 +96707,6 @@ export type Routes = {
96725
96707
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
96726
96708
  dormakaba_community_metadata?:
96727
96709
  | {
96728
- /** Name of the access point in the dormakaba Community access system. */
96729
- access_point_name: string
96730
96710
  /** Type of access point profile in the dormakaba Community access system. */
96731
96711
  access_point_profile: string
96732
96712
  }