@seamapi/types 1.1035.0 → 1.1037.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.
@@ -434,7 +434,7 @@ const openapi: OpenAPISpec = {
434
434
  },
435
435
  {
436
436
  description:
437
- "Seam was unable to apply this access code's pending mutations to the device, so the code on the device does not match its requested state. Seam keeps retrying, and this error clears automatically once the mutations are applied.",
437
+ "Seam was unable to apply this access code's requested update to the device, so the code on the device does not match its requested state. Seam keeps retrying, and this error clears automatically once the update is applied.",
438
438
  properties: {
439
439
  created_at: {
440
440
  description:
@@ -445,7 +445,7 @@ const openapi: OpenAPISpec = {
445
445
  error_code: {
446
446
  description:
447
447
  'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
448
- enum: ['failed_to_apply_mutations'],
448
+ enum: ['failed_to_update'],
449
449
  type: 'string',
450
450
  },
451
451
  is_access_code_error: {
@@ -1589,32 +1589,6 @@ const openapi: OpenAPISpec = {
1589
1589
  type: 'object',
1590
1590
  'x-undocumented': 'Unreleased.',
1591
1591
  },
1592
- {
1593
- description:
1594
- "Seam has not yet applied this access code's pending mutations to the device, so the code on the device does not yet match its requested state. Seam is still attempting to apply them, and this warning clears automatically once the mutations are applied.",
1595
- properties: {
1596
- created_at: {
1597
- description:
1598
- 'Date and time at which Seam created the warning.',
1599
- format: 'date-time',
1600
- type: 'string',
1601
- },
1602
- message: {
1603
- description:
1604
- 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
1605
- type: 'string',
1606
- },
1607
- warning_code: {
1608
- description:
1609
- 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
1610
- enum: ['delay_in_applying_mutations'],
1611
- type: 'string',
1612
- },
1613
- },
1614
- required: ['message', 'warning_code'],
1615
- type: 'object',
1616
- 'x-undocumented': 'Unreleased.',
1617
- },
1618
1592
  {
1619
1593
  description:
1620
1594
  'Third-party integration detected that may cause access codes to fail.',
@@ -20173,7 +20147,7 @@ const openapi: OpenAPISpec = {
20173
20147
  },
20174
20148
  {
20175
20149
  description:
20176
- "Seam has not yet applied this [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes)'s pending mutations to the device, so the code on the device does not yet match its requested state. Seam is still attempting to apply them, and the accompanying `delay_in_applying_mutations` warning clears automatically once the mutations are applied.",
20150
+ "Seam was unable to apply this [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes)'s requested update to the device, so the code on the device does not match its requested state. Seam keeps retrying, and the accompanying `failed_to_update` error clears automatically once the update is applied.",
20177
20151
  properties: {
20178
20152
  access_code_errors: {
20179
20153
  description: 'Errors associated with the access code.',
@@ -20392,262 +20366,7 @@ const openapi: OpenAPISpec = {
20392
20366
  type: 'string',
20393
20367
  },
20394
20368
  event_type: {
20395
- enum: ['access_code.delay_in_applying_mutations'],
20396
- type: 'string',
20397
- },
20398
- occurred_at: {
20399
- description: 'Date and time at which the event occurred.',
20400
- format: 'date-time',
20401
- type: 'string',
20402
- },
20403
- workspace_id: {
20404
- description: 'ID of the workspace associated with the event.',
20405
- format: 'uuid',
20406
- type: 'string',
20407
- },
20408
- },
20409
- required: [
20410
- 'event_id',
20411
- 'workspace_id',
20412
- 'created_at',
20413
- 'occurred_at',
20414
- 'access_code_id',
20415
- 'device_id',
20416
- 'connected_account_id',
20417
- 'event_type',
20418
- 'connected_account_errors',
20419
- 'connected_account_warnings',
20420
- 'device_errors',
20421
- 'device_warnings',
20422
- 'access_code_errors',
20423
- 'access_code_warnings',
20424
- ],
20425
- type: 'object',
20426
- 'x-route-path': '/access_codes',
20427
- 'x-undocumented': 'Unreleased.',
20428
- },
20429
- {
20430
- description:
20431
- "Seam was unable to apply this [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes)'s pending mutations to the device, so the code on the device does not match its requested state. Seam keeps retrying, and the accompanying `failed_to_apply_mutations` error clears automatically once the mutations are applied.",
20432
- properties: {
20433
- access_code_errors: {
20434
- description: 'Errors associated with the access code.',
20435
- items: {
20436
- description:
20437
- 'Error associated with the resource, including the error code, message, and creation timestamp.',
20438
- properties: {
20439
- created_at: {
20440
- description:
20441
- 'Date and time at which Seam created the error.',
20442
- format: 'date-time',
20443
- type: 'string',
20444
- },
20445
- error_code: {
20446
- description:
20447
- 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
20448
- type: 'string',
20449
- },
20450
- message: {
20451
- description:
20452
- 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
20453
- type: 'string',
20454
- },
20455
- },
20456
- required: ['created_at', 'message', 'error_code'],
20457
- type: 'object',
20458
- },
20459
- type: 'array',
20460
- },
20461
- access_code_id: {
20462
- description: 'ID of the affected access code.',
20463
- format: 'uuid',
20464
- type: 'string',
20465
- },
20466
- access_code_warnings: {
20467
- description: 'Warnings associated with the access code.',
20468
- items: {
20469
- description:
20470
- 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
20471
- properties: {
20472
- created_at: {
20473
- description:
20474
- 'Date and time at which Seam created the warning.',
20475
- format: 'date-time',
20476
- type: 'string',
20477
- },
20478
- message: {
20479
- description:
20480
- 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
20481
- type: 'string',
20482
- },
20483
- warning_code: {
20484
- description:
20485
- 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
20486
- type: 'string',
20487
- },
20488
- },
20489
- required: ['created_at', 'message', 'warning_code'],
20490
- type: 'object',
20491
- },
20492
- type: 'array',
20493
- },
20494
- connected_account_custom_metadata: {
20495
- additionalProperties: {
20496
- oneOf: [{ type: 'string' }, { type: 'boolean' }],
20497
- },
20498
- description:
20499
- 'Custom metadata of the connected account, present when connected_account_id is provided.',
20500
- type: 'object',
20501
- },
20502
- connected_account_errors: {
20503
- description: 'Errors associated with the connected account.',
20504
- items: {
20505
- description:
20506
- 'Error associated with the resource, including the error code, message, and creation timestamp.',
20507
- properties: {
20508
- created_at: {
20509
- description:
20510
- 'Date and time at which Seam created the error.',
20511
- format: 'date-time',
20512
- type: 'string',
20513
- },
20514
- error_code: {
20515
- description:
20516
- 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
20517
- type: 'string',
20518
- },
20519
- message: {
20520
- description:
20521
- 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
20522
- type: 'string',
20523
- },
20524
- },
20525
- required: ['created_at', 'message', 'error_code'],
20526
- type: 'object',
20527
- },
20528
- type: 'array',
20529
- },
20530
- connected_account_id: {
20531
- description:
20532
- 'ID of the connected account associated with the affected access code.',
20533
- format: 'uuid',
20534
- type: 'string',
20535
- },
20536
- connected_account_warnings: {
20537
- description: 'Warnings associated with the connected account.',
20538
- items: {
20539
- description:
20540
- 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
20541
- properties: {
20542
- created_at: {
20543
- description:
20544
- 'Date and time at which Seam created the warning.',
20545
- format: 'date-time',
20546
- type: 'string',
20547
- },
20548
- message: {
20549
- description:
20550
- 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
20551
- type: 'string',
20552
- },
20553
- warning_code: {
20554
- description:
20555
- 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
20556
- type: 'string',
20557
- },
20558
- },
20559
- required: ['created_at', 'message', 'warning_code'],
20560
- type: 'object',
20561
- },
20562
- type: 'array',
20563
- },
20564
- created_at: {
20565
- description: 'Date and time at which the event was created.',
20566
- format: 'date-time',
20567
- type: 'string',
20568
- },
20569
- device_custom_metadata: {
20570
- additionalProperties: {
20571
- oneOf: [{ type: 'string' }, { type: 'boolean' }],
20572
- },
20573
- description:
20574
- 'Custom metadata of the device, present when device_id is provided.',
20575
- type: 'object',
20576
- },
20577
- device_errors: {
20578
- description: 'Errors associated with the device.',
20579
- items: {
20580
- description:
20581
- 'Error associated with the resource, including the error code, message, and creation timestamp.',
20582
- properties: {
20583
- created_at: {
20584
- description:
20585
- 'Date and time at which Seam created the error.',
20586
- format: 'date-time',
20587
- type: 'string',
20588
- },
20589
- error_code: {
20590
- description:
20591
- 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
20592
- type: 'string',
20593
- },
20594
- message: {
20595
- description:
20596
- 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
20597
- type: 'string',
20598
- },
20599
- },
20600
- required: ['created_at', 'message', 'error_code'],
20601
- type: 'object',
20602
- },
20603
- type: 'array',
20604
- },
20605
- device_id: {
20606
- description:
20607
- 'ID of the device associated with the affected access code.',
20608
- format: 'uuid',
20609
- type: 'string',
20610
- },
20611
- device_warnings: {
20612
- description: 'Warnings associated with the device.',
20613
- items: {
20614
- description:
20615
- 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
20616
- properties: {
20617
- created_at: {
20618
- description:
20619
- 'Date and time at which Seam created the warning.',
20620
- format: 'date-time',
20621
- type: 'string',
20622
- },
20623
- message: {
20624
- description:
20625
- 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
20626
- type: 'string',
20627
- },
20628
- warning_code: {
20629
- description:
20630
- 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
20631
- type: 'string',
20632
- },
20633
- },
20634
- required: ['created_at', 'message', 'warning_code'],
20635
- type: 'object',
20636
- },
20637
- type: 'array',
20638
- },
20639
- event_description: {
20640
- description:
20641
- 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20642
- type: 'string',
20643
- },
20644
- event_id: {
20645
- description: 'ID of the event.',
20646
- format: 'uuid',
20647
- type: 'string',
20648
- },
20649
- event_type: {
20650
- enum: ['access_code.failed_to_apply_mutations'],
20369
+ enum: ['access_code.failed_to_update'],
20651
20370
  type: 'string',
20652
20371
  },
20653
20372
  occurred_at: {
@@ -32108,7 +31827,7 @@ const openapi: OpenAPISpec = {
32108
31827
  },
32109
31828
  {
32110
31829
  description:
32111
- "Seam was unable to apply this access code's pending mutations to the device, so the code on the device does not match its requested state. Seam keeps retrying, and this error clears automatically once the mutations are applied.",
31830
+ "Seam was unable to apply this access code's requested update to the device, so the code on the device does not match its requested state. Seam keeps retrying, and this error clears automatically once the update is applied.",
32112
31831
  properties: {
32113
31832
  created_at: {
32114
31833
  description:
@@ -32119,7 +31838,7 @@ const openapi: OpenAPISpec = {
32119
31838
  error_code: {
32120
31839
  description:
32121
31840
  'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
32122
- enum: ['failed_to_apply_mutations'],
31841
+ enum: ['failed_to_update'],
32123
31842
  type: 'string',
32124
31843
  },
32125
31844
  is_access_code_error: {
@@ -32952,32 +32671,6 @@ const openapi: OpenAPISpec = {
32952
32671
  type: 'object',
32953
32672
  'x-undocumented': 'Unreleased.',
32954
32673
  },
32955
- {
32956
- description:
32957
- "Seam has not yet applied this access code's pending mutations to the device, so the code on the device does not yet match its requested state. Seam is still attempting to apply them, and this warning clears automatically once the mutations are applied.",
32958
- properties: {
32959
- created_at: {
32960
- description:
32961
- 'Date and time at which Seam created the warning.',
32962
- format: 'date-time',
32963
- type: 'string',
32964
- },
32965
- message: {
32966
- description:
32967
- 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
32968
- type: 'string',
32969
- },
32970
- warning_code: {
32971
- description:
32972
- 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
32973
- enum: ['delay_in_applying_mutations'],
32974
- type: 'string',
32975
- },
32976
- },
32977
- required: ['message', 'warning_code'],
32978
- type: 'object',
32979
- 'x-undocumented': 'Unreleased.',
32980
- },
32981
32674
  {
32982
32675
  description:
32983
32676
  'Third-party integration detected that may cause access codes to fail.',
@@ -57133,7 +56826,6 @@ const openapi: OpenAPISpec = {
57133
56826
  'keywe',
57134
56827
  'kwikset',
57135
56828
  'linear',
57136
- 'lockly',
57137
56829
  'nuki',
57138
56830
  'philia',
57139
56831
  'salto',
@@ -57156,6 +56848,7 @@ const openapi: OpenAPISpec = {
57156
56848
  'honeywell_resideo',
57157
56849
  'keynest',
57158
56850
  'korelock',
56851
+ 'lockly',
57159
56852
  'minut',
57160
56853
  'nest',
57161
56854
  'noiseaware',
@@ -57671,7 +57364,6 @@ const openapi: OpenAPISpec = {
57671
57364
  'keywe',
57672
57365
  'kwikset',
57673
57366
  'linear',
57674
- 'lockly',
57675
57367
  'nuki',
57676
57368
  'philia',
57677
57369
  'salto',
@@ -57694,6 +57386,7 @@ const openapi: OpenAPISpec = {
57694
57386
  'honeywell_resideo',
57695
57387
  'keynest',
57696
57388
  'korelock',
57389
+ 'lockly',
57697
57390
  'minut',
57698
57391
  'nest',
57699
57392
  'noiseaware',
@@ -59973,7 +59666,6 @@ const openapi: OpenAPISpec = {
59973
59666
  'keywe',
59974
59667
  'kwikset',
59975
59668
  'linear',
59976
- 'lockly',
59977
59669
  'nuki',
59978
59670
  'philia',
59979
59671
  'salto',
@@ -59996,6 +59688,7 @@ const openapi: OpenAPISpec = {
59996
59688
  'honeywell_resideo',
59997
59689
  'keynest',
59998
59690
  'korelock',
59691
+ 'lockly',
59999
59692
  'minut',
60000
59693
  'nest',
60001
59694
  'noiseaware',
@@ -60457,7 +60150,6 @@ const openapi: OpenAPISpec = {
60457
60150
  'keywe',
60458
60151
  'kwikset',
60459
60152
  'linear',
60460
- 'lockly',
60461
60153
  'nuki',
60462
60154
  'philia',
60463
60155
  'salto',
@@ -60480,6 +60172,7 @@ const openapi: OpenAPISpec = {
60480
60172
  'honeywell_resideo',
60481
60173
  'keynest',
60482
60174
  'korelock',
60175
+ 'lockly',
60483
60176
  'minut',
60484
60177
  'nest',
60485
60178
  'noiseaware',
@@ -61146,8 +60839,7 @@ const openapi: OpenAPISpec = {
61146
60839
  'access_code.issued',
61147
60840
  'access_code.delay_in_issuing',
61148
60841
  'access_code.failed_to_issue',
61149
- 'access_code.delay_in_applying_mutations',
61150
- 'access_code.failed_to_apply_mutations',
60842
+ 'access_code.failed_to_update',
61151
60843
  'access_code.failed_to_expire',
61152
60844
  'access_code.deleted',
61153
60845
  'access_code.delay_in_removing_from_device',
@@ -61272,8 +60964,7 @@ const openapi: OpenAPISpec = {
61272
60964
  'access_code.issued',
61273
60965
  'access_code.delay_in_issuing',
61274
60966
  'access_code.failed_to_issue',
61275
- 'access_code.delay_in_applying_mutations',
61276
- 'access_code.failed_to_apply_mutations',
60967
+ 'access_code.failed_to_update',
61277
60968
  'access_code.failed_to_expire',
61278
60969
  'access_code.deleted',
61279
60970
  'access_code.delay_in_removing_from_device',
@@ -61730,8 +61421,7 @@ const openapi: OpenAPISpec = {
61730
61421
  'access_code.issued',
61731
61422
  'access_code.delay_in_issuing',
61732
61423
  'access_code.failed_to_issue',
61733
- 'access_code.delay_in_applying_mutations',
61734
- 'access_code.failed_to_apply_mutations',
61424
+ 'access_code.failed_to_update',
61735
61425
  'access_code.failed_to_expire',
61736
61426
  'access_code.deleted',
61737
61427
  'access_code.delay_in_removing_from_device',
@@ -61852,8 +61542,7 @@ const openapi: OpenAPISpec = {
61852
61542
  'access_code.issued',
61853
61543
  'access_code.delay_in_issuing',
61854
61544
  'access_code.failed_to_issue',
61855
- 'access_code.delay_in_applying_mutations',
61856
- 'access_code.failed_to_apply_mutations',
61545
+ 'access_code.failed_to_update',
61857
61546
  'access_code.failed_to_expire',
61858
61547
  'access_code.deleted',
61859
61548
  'access_code.delay_in_removing_from_device',
@@ -62700,7 +62389,6 @@ const openapi: OpenAPISpec = {
62700
62389
  'genie',
62701
62390
  'igloo',
62702
62391
  'linear',
62703
- 'lockly',
62704
62392
  'kwikset',
62705
62393
  'nuki',
62706
62394
  'salto',
@@ -62719,6 +62407,7 @@ const openapi: OpenAPISpec = {
62719
62407
  'akiles',
62720
62408
  'aqara',
62721
62409
  'korelock',
62410
+ 'lockly',
62722
62411
  'smartthings',
62723
62412
  'ultraloq',
62724
62413
  'omnitec',
@@ -62890,7 +62579,6 @@ const openapi: OpenAPISpec = {
62890
62579
  'genie',
62891
62580
  'igloo',
62892
62581
  'linear',
62893
- 'lockly',
62894
62582
  'kwikset',
62895
62583
  'nuki',
62896
62584
  'salto',
@@ -62909,6 +62597,7 @@ const openapi: OpenAPISpec = {
62909
62597
  'akiles',
62910
62598
  'aqara',
62911
62599
  'korelock',
62600
+ 'lockly',
62912
62601
  'smartthings',
62913
62602
  'ultraloq',
62914
62603
  'omnitec',
@@ -74162,8 +73851,7 @@ const openapi: OpenAPISpec = {
74162
73851
  'access_code.issued',
74163
73852
  'access_code.delay_in_issuing',
74164
73853
  'access_code.failed_to_issue',
74165
- 'access_code.delay_in_applying_mutations',
74166
- 'access_code.failed_to_apply_mutations',
73854
+ 'access_code.failed_to_update',
74167
73855
  'access_code.failed_to_expire',
74168
73856
  'access_code.deleted',
74169
73857
  'access_code.delay_in_removing_from_device',
@@ -74289,8 +73977,7 @@ const openapi: OpenAPISpec = {
74289
73977
  'access_code.issued',
74290
73978
  'access_code.delay_in_issuing',
74291
73979
  'access_code.failed_to_issue',
74292
- 'access_code.delay_in_applying_mutations',
74293
- 'access_code.failed_to_apply_mutations',
73980
+ 'access_code.failed_to_update',
74294
73981
  'access_code.failed_to_expire',
74295
73982
  'access_code.deleted',
74296
73983
  'access_code.delay_in_removing_from_device',
@@ -74477,8 +74164,7 @@ const openapi: OpenAPISpec = {
74477
74164
  'access_code.issued',
74478
74165
  'access_code.delay_in_issuing',
74479
74166
  'access_code.failed_to_issue',
74480
- 'access_code.delay_in_applying_mutations',
74481
- 'access_code.failed_to_apply_mutations',
74167
+ 'access_code.failed_to_update',
74482
74168
  'access_code.failed_to_expire',
74483
74169
  'access_code.deleted',
74484
74170
  'access_code.delay_in_removing_from_device',
@@ -74599,8 +74285,7 @@ const openapi: OpenAPISpec = {
74599
74285
  'access_code.issued',
74600
74286
  'access_code.delay_in_issuing',
74601
74287
  'access_code.failed_to_issue',
74602
- 'access_code.delay_in_applying_mutations',
74603
- 'access_code.failed_to_apply_mutations',
74288
+ 'access_code.failed_to_update',
74604
74289
  'access_code.failed_to_expire',
74605
74290
  'access_code.deleted',
74606
74291
  'access_code.delay_in_removing_from_device',