@seamapi/types 1.582.0 → 1.584.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.
@@ -460,32 +460,6 @@ export default {
460
460
  required: ['message', 'is_access_code_error', 'error_code'],
461
461
  type: 'object',
462
462
  },
463
- {
464
- description: 'All access code slots on the device are full.',
465
- properties: {
466
- created_at: {
467
- description: 'Date and time at which Seam created the error.',
468
- format: 'date-time',
469
- type: 'string',
470
- },
471
- error_code: {
472
- description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
473
- enum: ['august_device_slots_full'],
474
- type: 'string',
475
- },
476
- is_access_code_error: {
477
- description: 'Indicates that this is an access code error.',
478
- enum: [true],
479
- type: 'boolean',
480
- },
481
- message: {
482
- description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
483
- type: 'string',
484
- },
485
- },
486
- required: ['message', 'is_access_code_error', 'error_code'],
487
- type: 'object',
488
- },
489
463
  {
490
464
  description: 'August lock is missing a keypad.',
491
465
  properties: {
@@ -19342,32 +19316,6 @@ export default {
19342
19316
  required: ['message', 'is_access_code_error', 'error_code'],
19343
19317
  type: 'object',
19344
19318
  },
19345
- {
19346
- description: 'All access code slots on the device are full.',
19347
- properties: {
19348
- created_at: {
19349
- description: 'Date and time at which Seam created the error.',
19350
- format: 'date-time',
19351
- type: 'string',
19352
- },
19353
- error_code: {
19354
- description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
19355
- enum: ['august_device_slots_full'],
19356
- type: 'string',
19357
- },
19358
- is_access_code_error: {
19359
- description: 'Indicates that this is an access code error.',
19360
- enum: [true],
19361
- type: 'boolean',
19362
- },
19363
- message: {
19364
- description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
19365
- type: 'string',
19366
- },
19367
- },
19368
- required: ['message', 'is_access_code_error', 'error_code'],
19369
- type: 'object',
19370
- },
19371
19319
  {
19372
19320
  description: 'August lock is missing a keypad.',
19373
19321
  properties: {
@@ -44489,6 +44437,7 @@ export default {
44489
44437
  'reservation_created',
44490
44438
  'reservation_time_updated',
44491
44439
  'reservation_deleted',
44440
+ 'space_name_updated',
44492
44441
  ],
44493
44442
  type: 'string',
44494
44443
  },
@@ -44680,6 +44629,7 @@ export default {
44680
44629
  'reservation_created',
44681
44630
  'reservation_time_updated',
44682
44631
  'reservation_deleted',
44632
+ 'space_name_updated',
44683
44633
  ],
44684
44634
  type: 'string',
44685
44635
  },
@@ -44951,6 +44901,19 @@ export default {
44951
44901
  required: ['rule'],
44952
44902
  type: 'object',
44953
44903
  },
44904
+ space_name_updated: {
44905
+ properties: {
44906
+ config: {
44907
+ $ref: '#/components/schemas/access_code',
44908
+ },
44909
+ rule: {
44910
+ enum: ['space_name_updated'],
44911
+ type: 'string',
44912
+ },
44913
+ },
44914
+ required: ['rule'],
44915
+ type: 'object',
44916
+ },
44954
44917
  },
44955
44918
  type: 'object',
44956
44919
  },
@@ -45051,6 +45014,19 @@ export default {
45051
45014
  required: ['rule'],
45052
45015
  type: 'object',
45053
45016
  },
45017
+ space_name_updated: {
45018
+ properties: {
45019
+ config: {
45020
+ $ref: '#/components/schemas/access_code',
45021
+ },
45022
+ rule: {
45023
+ enum: ['space_name_updated'],
45024
+ type: 'string',
45025
+ },
45026
+ },
45027
+ required: ['rule'],
45028
+ type: 'object',
45029
+ },
45054
45030
  },
45055
45031
  type: 'object',
45056
45032
  },
@@ -45149,6 +45125,17 @@ export default {
45149
45125
  required: ['rule'],
45150
45126
  type: 'object',
45151
45127
  },
45128
+ space_name_updated: {
45129
+ properties: {
45130
+ config: { properties: {}, type: 'object' },
45131
+ rule: {
45132
+ enum: ['space_name_updated'],
45133
+ type: 'string',
45134
+ },
45135
+ },
45136
+ required: ['rule'],
45137
+ type: 'object',
45138
+ },
45152
45139
  },
45153
45140
  type: 'object',
45154
45141
  },
@@ -45255,6 +45242,17 @@ export default {
45255
45242
  required: ['rule'],
45256
45243
  type: 'object',
45257
45244
  },
45245
+ space_name_updated: {
45246
+ properties: {
45247
+ config: { properties: {}, type: 'object' },
45248
+ rule: {
45249
+ enum: ['space_name_updated'],
45250
+ type: 'string',
45251
+ },
45252
+ },
45253
+ required: ['rule'],
45254
+ type: 'object',
45255
+ },
45258
45256
  },
45259
45257
  type: 'object',
45260
45258
  },