@seamapi/types 1.201.0 → 1.203.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.
@@ -2739,6 +2739,7 @@ export default {
2739
2739
  'no_ascending_or_descending_sequence',
2740
2740
  'at_least_three_unique_digits',
2741
2741
  'cannot_contain_089',
2742
+ 'cannot_contain_0789',
2742
2743
  ],
2743
2744
  type: 'string',
2744
2745
  },
@@ -3960,6 +3961,21 @@ export default {
3960
3961
  type: 'array',
3961
3962
  },
3962
3963
  is_managed: { enum: [false], type: 'boolean' },
3964
+ location: {
3965
+ description: 'Location information for the device.',
3966
+ nullable: true,
3967
+ properties: {
3968
+ location_name: {
3969
+ description: 'Name of the device location.',
3970
+ type: 'string',
3971
+ },
3972
+ timezone: {
3973
+ description: 'Time zone of the device location.',
3974
+ type: 'string',
3975
+ },
3976
+ },
3977
+ type: 'object',
3978
+ },
3963
3979
  properties: {
3964
3980
  properties: {
3965
3981
  accessory_keypad: {
@@ -4102,6 +4118,7 @@ export default {
4102
4118
  'device_id',
4103
4119
  'device_type',
4104
4120
  'connected_account_id',
4121
+ 'location',
4105
4122
  'capabilities_supported',
4106
4123
  'workspace_id',
4107
4124
  'errors',