@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.
@@ -2757,6 +2757,7 @@ const openapi = {
2757
2757
  'salto_space_group',
2758
2758
  'dormakaba_community_access_group',
2759
2759
  'dormakaba_ambiance_access_group',
2760
+ 'avigilon_alta_group',
2760
2761
  ],
2761
2762
  type: 'string',
2762
2763
  'x-deprecated': 'Use `external_type`.',
@@ -2846,6 +2847,7 @@ const openapi = {
2846
2847
  'salto_space_group',
2847
2848
  'dormakaba_community_access_group',
2848
2849
  'dormakaba_ambiance_access_group',
2850
+ 'avigilon_alta_group',
2849
2851
  ],
2850
2852
  type: 'string',
2851
2853
  },
@@ -4121,6 +4123,27 @@ const openapi = {
4121
4123
  required: ['created_at', 'message', 'warning_code'],
4122
4124
  type: 'object',
4123
4125
  },
4126
+ {
4127
+ description: 'Indicates that this entrance shares a zone with other entrances in Avigilon Alta and cannot be added to an access group individually.',
4128
+ properties: {
4129
+ created_at: {
4130
+ description: 'Date and time at which Seam created the warning.',
4131
+ format: 'date-time',
4132
+ type: 'string',
4133
+ },
4134
+ message: {
4135
+ description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
4136
+ type: 'string',
4137
+ },
4138
+ warning_code: {
4139
+ description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
4140
+ enum: ['entrance_shares_zone'],
4141
+ type: 'string',
4142
+ },
4143
+ },
4144
+ required: ['created_at', 'message', 'warning_code'],
4145
+ type: 'object',
4146
+ },
4124
4147
  ],
4125
4148
  },
4126
4149
  type: 'array',
@@ -4326,6 +4349,27 @@ const openapi = {
4326
4349
  required: ['created_at', 'message', 'error_code'],
4327
4350
  type: 'object',
4328
4351
  },
4352
+ {
4353
+ description: "Indicates that the access control system provider's service is temporarily unavailable. Seam will automatically retry and reconnect when the service becomes available again.",
4354
+ properties: {
4355
+ created_at: {
4356
+ description: 'Date and time at which Seam created the error.',
4357
+ format: 'date-time',
4358
+ type: 'string',
4359
+ },
4360
+ error_code: {
4361
+ description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
4362
+ enum: ['provider_service_unavailable'],
4363
+ type: 'string',
4364
+ },
4365
+ message: {
4366
+ description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
4367
+ type: 'string',
4368
+ },
4369
+ },
4370
+ required: ['created_at', 'message', 'error_code'],
4371
+ type: 'object',
4372
+ },
4329
4373
  ],
4330
4374
  },
4331
4375
  type: 'array',
@@ -22920,6 +22964,31 @@ const openapi = {
22920
22964
  ],
22921
22965
  type: 'object',
22922
22966
  },
22967
+ {
22968
+ description: 'Indicates that this entrance shares a zone with other entrances in Avigilon Alta and cannot be added to an access group individually.',
22969
+ properties: {
22970
+ created_at: {
22971
+ description: 'Date and time at which Seam created the warning.',
22972
+ format: 'date-time',
22973
+ type: 'string',
22974
+ },
22975
+ message: {
22976
+ description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
22977
+ type: 'string',
22978
+ },
22979
+ warning_code: {
22980
+ description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
22981
+ enum: ['entrance_shares_zone'],
22982
+ type: 'string',
22983
+ },
22984
+ },
22985
+ required: [
22986
+ 'created_at',
22987
+ 'message',
22988
+ 'warning_code',
22989
+ ],
22990
+ type: 'object',
22991
+ },
22923
22992
  ],
22924
22993
  },
22925
22994
  type: 'array',
@@ -25408,6 +25477,7 @@ const openapi = {
25408
25477
  'salto_space_group',
25409
25478
  'dormakaba_community_access_group',
25410
25479
  'dormakaba_ambiance_access_group',
25480
+ 'avigilon_alta_group',
25411
25481
  ],
25412
25482
  type: 'string',
25413
25483
  'x-deprecated': 'Use `external_type`.',
@@ -25497,6 +25567,7 @@ const openapi = {
25497
25567
  'salto_space_group',
25498
25568
  'dormakaba_community_access_group',
25499
25569
  'dormakaba_ambiance_access_group',
25570
+ 'avigilon_alta_group',
25500
25571
  ],
25501
25572
  type: 'string',
25502
25573
  },