@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.
@@ -4691,13 +4691,10 @@ declare const acs_entrance: z.ZodObject<{
4691
4691
  privacy_mode?: boolean | undefined;
4692
4692
  }>>;
4693
4693
  dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
4694
- access_point_name: z.ZodString;
4695
4694
  access_point_profile: z.ZodString;
4696
4695
  }, "strip", z.ZodTypeAny, {
4697
- access_point_name: string;
4698
4696
  access_point_profile: string;
4699
4697
  }, {
4700
- access_point_name: string;
4701
4698
  access_point_profile: string;
4702
4699
  }>>;
4703
4700
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
@@ -4803,7 +4800,6 @@ declare const acs_entrance: z.ZodObject<{
4803
4800
  room_number: string;
4804
4801
  } | undefined;
4805
4802
  dormakaba_community_metadata?: {
4806
- access_point_name: string;
4807
4803
  access_point_profile: string;
4808
4804
  } | undefined;
4809
4805
  salto_space_metadata?: {
@@ -4868,7 +4864,6 @@ declare const acs_entrance: z.ZodObject<{
4868
4864
  room_number: string;
4869
4865
  } | undefined;
4870
4866
  dormakaba_community_metadata?: {
4871
- access_point_name: string;
4872
4867
  access_point_profile: string;
4873
4868
  } | undefined;
4874
4869
  salto_space_metadata?: {
@@ -14707,13 +14702,10 @@ declare const batch: z.ZodObject<{
14707
14702
  privacy_mode?: boolean | undefined;
14708
14703
  }>>;
14709
14704
  dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
14710
- access_point_name: z.ZodString;
14711
14705
  access_point_profile: z.ZodString;
14712
14706
  }, "strip", z.ZodTypeAny, {
14713
- access_point_name: string;
14714
14707
  access_point_profile: string;
14715
14708
  }, {
14716
- access_point_name: string;
14717
14709
  access_point_profile: string;
14718
14710
  }>>;
14719
14711
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
@@ -14819,7 +14811,6 @@ declare const batch: z.ZodObject<{
14819
14811
  room_number: string;
14820
14812
  } | undefined;
14821
14813
  dormakaba_community_metadata?: {
14822
- access_point_name: string;
14823
14814
  access_point_profile: string;
14824
14815
  } | undefined;
14825
14816
  salto_space_metadata?: {
@@ -14884,7 +14875,6 @@ declare const batch: z.ZodObject<{
14884
14875
  room_number: string;
14885
14876
  } | undefined;
14886
14877
  dormakaba_community_metadata?: {
14887
- access_point_name: string;
14888
14878
  access_point_profile: string;
14889
14879
  } | undefined;
14890
14880
  salto_space_metadata?: {
@@ -31693,7 +31683,6 @@ declare const batch: z.ZodObject<{
31693
31683
  room_number: string;
31694
31684
  } | undefined;
31695
31685
  dormakaba_community_metadata?: {
31696
- access_point_name: string;
31697
31686
  access_point_profile: string;
31698
31687
  } | undefined;
31699
31688
  salto_space_metadata?: {
@@ -35593,7 +35582,6 @@ declare const batch: z.ZodObject<{
35593
35582
  room_number: string;
35594
35583
  } | undefined;
35595
35584
  dormakaba_community_metadata?: {
35596
- access_point_name: string;
35597
35585
  access_point_profile: string;
35598
35586
  } | undefined;
35599
35587
  salto_space_metadata?: {
@@ -52557,10 +52545,6 @@ declare const _default: {
52557
52545
  dormakaba_community_metadata: {
52558
52546
  description: string;
52559
52547
  properties: {
52560
- access_point_name: {
52561
- description: string;
52562
- type: string;
52563
- };
52564
52548
  access_point_profile: {
52565
52549
  description: string;
52566
52550
  type: string;
@@ -62875,10 +62859,6 @@ declare const _default: {
62875
62859
  dormakaba_community_metadata: {
62876
62860
  description: string;
62877
62861
  properties: {
62878
- access_point_name: {
62879
- description: string;
62880
- type: string;
62881
- };
62882
62862
  access_point_profile: {
62883
62863
  description: string;
62884
62864
  type: string;
@@ -120719,8 +120699,6 @@ type Routes = {
120719
120699
  } | undefined;
120720
120700
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
120721
120701
  dormakaba_community_metadata?: {
120722
- /** Name of the access point in the dormakaba Community access system. */
120723
- access_point_name: string;
120724
120702
  /** Type of access point profile in the dormakaba Community access system. */
120725
120703
  access_point_profile: string;
120726
120704
  } | undefined;
@@ -123900,8 +123878,6 @@ type Routes = {
123900
123878
  } | undefined;
123901
123879
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
123902
123880
  dormakaba_community_metadata?: {
123903
- /** Name of the access point in the dormakaba Community access system. */
123904
- access_point_name: string;
123905
123881
  /** Type of access point profile in the dormakaba Community access system. */
123906
123882
  access_point_profile: string;
123907
123883
  } | undefined;
@@ -129871,8 +129847,6 @@ type Routes = {
129871
129847
  } | undefined;
129872
129848
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
129873
129849
  dormakaba_community_metadata?: {
129874
- /** Name of the access point in the dormakaba Community access system. */
129875
- access_point_name: string;
129876
129850
  /** Type of access point profile in the dormakaba Community access system. */
129877
129851
  access_point_profile: string;
129878
129852
  } | undefined;
@@ -131239,8 +131213,6 @@ type Routes = {
131239
131213
  } | undefined;
131240
131214
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
131241
131215
  dormakaba_community_metadata?: {
131242
- /** Name of the access point in the dormakaba Community access system. */
131243
- access_point_name: string;
131244
131216
  /** Type of access point profile in the dormakaba Community access system. */
131245
131217
  access_point_profile: string;
131246
131218
  } | undefined;
@@ -134687,8 +134659,6 @@ type Routes = {
134687
134659
  } | undefined;
134688
134660
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
134689
134661
  dormakaba_community_metadata?: {
134690
- /** Name of the access point in the dormakaba Community access system. */
134691
- access_point_name: string;
134692
134662
  /** Type of access point profile in the dormakaba Community access system. */
134693
134663
  access_point_profile: string;
134694
134664
  } | undefined;
@@ -134856,8 +134826,6 @@ type Routes = {
134856
134826
  } | undefined;
134857
134827
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
134858
134828
  dormakaba_community_metadata?: {
134859
- /** Name of the access point in the dormakaba Community access system. */
134860
- access_point_name: string;
134861
134829
  /** Type of access point profile in the dormakaba Community access system. */
134862
134830
  access_point_profile: string;
134863
134831
  } | undefined;
@@ -136299,8 +136267,6 @@ type Routes = {
136299
136267
  } | undefined;
136300
136268
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
136301
136269
  dormakaba_community_metadata?: {
136302
- /** Name of the access point in the dormakaba Community access system. */
136303
- access_point_name: string;
136304
136270
  /** Type of access point profile in the dormakaba Community access system. */
136305
136271
  access_point_profile: string;
136306
136272
  } | undefined;
@@ -168106,8 +168072,6 @@ type Routes = {
168106
168072
  } | undefined;
168107
168073
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
168108
168074
  dormakaba_community_metadata?: {
168109
- /** Name of the access point in the dormakaba Community access system. */
168110
- access_point_name: string;
168111
168075
  /** Type of access point profile in the dormakaba Community access system. */
168112
168076
  access_point_profile: string;
168113
168077
  } | undefined;
@@ -169659,8 +169623,6 @@ type Routes = {
169659
169623
  } | undefined;
169660
169624
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
169661
169625
  dormakaba_community_metadata?: {
169662
- /** Name of the access point in the dormakaba Community access system. */
169663
- access_point_name: string;
169664
169626
  /** Type of access point profile in the dormakaba Community access system. */
169665
169627
  access_point_profile: string;
169666
169628
  } | undefined;
@@ -190542,8 +190504,6 @@ type Routes = {
190542
190504
  } | undefined;
190543
190505
  /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
190544
190506
  dormakaba_community_metadata?: {
190545
- /** Name of the access point in the dormakaba Community access system. */
190546
- access_point_name: string;
190547
190507
  /** Type of access point profile in the dormakaba Community access system. */
190548
190508
  access_point_profile: string;
190549
190509
  } | undefined;
package/dist/index.cjs CHANGED
@@ -2536,9 +2536,6 @@ var acs_entrance_dormakaba_ambiance_metadata = zod.z.object({
2536
2536
  "dormakaba Ambiance-specific metadata associated with the entrance."
2537
2537
  );
2538
2538
  var acs_entrance_dormakaba_community_metadata = zod.z.object({
2539
- access_point_name: zod.z.string().describe(
2540
- "Name of the access point in the dormakaba Community access system."
2541
- ),
2542
2539
  access_point_profile: zod.z.string().describe(
2543
2540
  "Type of access point profile in the dormakaba Community access system."
2544
2541
  )
@@ -8214,16 +8211,12 @@ var openapi_default = {
8214
8211
  dormakaba_community_metadata: {
8215
8212
  description: "dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
8216
8213
  properties: {
8217
- access_point_name: {
8218
- description: "Name of the access point in the dormakaba Community access system.",
8219
- type: "string"
8220
- },
8221
8214
  access_point_profile: {
8222
8215
  description: "Type of access point profile in the dormakaba Community access system.",
8223
8216
  type: "string"
8224
8217
  }
8225
8218
  },
8226
- required: ["access_point_name", "access_point_profile"],
8219
+ required: ["access_point_profile"],
8227
8220
  type: "object"
8228
8221
  },
8229
8222
  errors: {
@@ -23572,19 +23565,12 @@ var openapi_default = {
23572
23565
  dormakaba_community_metadata: {
23573
23566
  description: "dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
23574
23567
  properties: {
23575
- access_point_name: {
23576
- description: "Name of the access point in the dormakaba Community access system.",
23577
- type: "string"
23578
- },
23579
23568
  access_point_profile: {
23580
23569
  description: "Type of access point profile in the dormakaba Community access system.",
23581
23570
  type: "string"
23582
23571
  }
23583
23572
  },
23584
- required: [
23585
- "access_point_name",
23586
- "access_point_profile"
23587
- ],
23573
+ required: ["access_point_profile"],
23588
23574
  type: "object"
23589
23575
  },
23590
23576
  errors: {