@seamapi/types 1.847.0 → 1.849.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.
@@ -3150,6 +3150,7 @@ const openapi: OpenAPISpec = {
3150
3150
  'salto_space_group',
3151
3151
  'dormakaba_community_access_group',
3152
3152
  'dormakaba_ambiance_access_group',
3153
+ 'avigilon_alta_group',
3153
3154
  ],
3154
3155
  type: 'string',
3155
3156
  'x-deprecated': 'Use `external_type`.',
@@ -3249,6 +3250,7 @@ const openapi: OpenAPISpec = {
3249
3250
  'salto_space_group',
3250
3251
  'dormakaba_community_access_group',
3251
3252
  'dormakaba_ambiance_access_group',
3253
+ 'avigilon_alta_group',
3252
3254
  ],
3253
3255
  type: 'string',
3254
3256
  },
@@ -4684,6 +4686,31 @@ const openapi: OpenAPISpec = {
4684
4686
  required: ['created_at', 'message', 'warning_code'],
4685
4687
  type: 'object',
4686
4688
  },
4689
+ {
4690
+ description:
4691
+ 'Indicates that this entrance shares a zone with other entrances in Avigilon Alta and cannot be added to an access group individually.',
4692
+ properties: {
4693
+ created_at: {
4694
+ description:
4695
+ 'Date and time at which Seam created the warning.',
4696
+ format: 'date-time',
4697
+ type: 'string',
4698
+ },
4699
+ message: {
4700
+ description:
4701
+ 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
4702
+ type: 'string',
4703
+ },
4704
+ warning_code: {
4705
+ description:
4706
+ 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
4707
+ enum: ['entrance_shares_zone'],
4708
+ type: 'string',
4709
+ },
4710
+ },
4711
+ required: ['created_at', 'message', 'warning_code'],
4712
+ type: 'object',
4713
+ },
4687
4714
  ],
4688
4715
  },
4689
4716
  type: 'array',
@@ -4925,6 +4952,31 @@ const openapi: OpenAPISpec = {
4925
4952
  required: ['created_at', 'message', 'error_code'],
4926
4953
  type: 'object',
4927
4954
  },
4955
+ {
4956
+ description:
4957
+ "Indicates that the access control system provider's service is temporarily unavailable. Seam will automatically retry and reconnect when the service becomes available again.",
4958
+ properties: {
4959
+ created_at: {
4960
+ description:
4961
+ 'Date and time at which Seam created the error.',
4962
+ format: 'date-time',
4963
+ type: 'string',
4964
+ },
4965
+ error_code: {
4966
+ description:
4967
+ 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
4968
+ enum: ['provider_service_unavailable'],
4969
+ type: 'string',
4970
+ },
4971
+ message: {
4972
+ description:
4973
+ 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
4974
+ type: 'string',
4975
+ },
4976
+ },
4977
+ required: ['created_at', 'message', 'error_code'],
4978
+ type: 'object',
4979
+ },
4928
4980
  ],
4929
4981
  },
4930
4982
  type: 'array',
@@ -25506,6 +25558,35 @@ const openapi: OpenAPISpec = {
25506
25558
  ],
25507
25559
  type: 'object',
25508
25560
  },
25561
+ {
25562
+ description:
25563
+ 'Indicates that this entrance shares a zone with other entrances in Avigilon Alta and cannot be added to an access group individually.',
25564
+ properties: {
25565
+ created_at: {
25566
+ description:
25567
+ 'Date and time at which Seam created the warning.',
25568
+ format: 'date-time',
25569
+ type: 'string',
25570
+ },
25571
+ message: {
25572
+ description:
25573
+ 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
25574
+ type: 'string',
25575
+ },
25576
+ warning_code: {
25577
+ description:
25578
+ 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
25579
+ enum: ['entrance_shares_zone'],
25580
+ type: 'string',
25581
+ },
25582
+ },
25583
+ required: [
25584
+ 'created_at',
25585
+ 'message',
25586
+ 'warning_code',
25587
+ ],
25588
+ type: 'object',
25589
+ },
25509
25590
  ],
25510
25591
  },
25511
25592
  type: 'array',
@@ -28363,6 +28444,7 @@ const openapi: OpenAPISpec = {
28363
28444
  'salto_space_group',
28364
28445
  'dormakaba_community_access_group',
28365
28446
  'dormakaba_ambiance_access_group',
28447
+ 'avigilon_alta_group',
28366
28448
  ],
28367
28449
  type: 'string',
28368
28450
  'x-deprecated': 'Use `external_type`.',
@@ -28462,6 +28544,7 @@ const openapi: OpenAPISpec = {
28462
28544
  'salto_space_group',
28463
28545
  'dormakaba_community_access_group',
28464
28546
  'dormakaba_ambiance_access_group',
28547
+ 'avigilon_alta_group',
28465
28548
  ],
28466
28549
  type: 'string',
28467
28550
  },