@seamapi/types 1.701.0 → 1.702.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.
@@ -13599,6 +13599,57 @@ export default {
13599
13599
  type: 'object',
13600
13600
  'x-route-path': '/access_grants',
13601
13601
  },
13602
+ {
13603
+ description: 'One or more requested access methods could not be created for an Access Grant.',
13604
+ properties: {
13605
+ access_grant_id: {
13606
+ description: 'ID of the affected Access Grant.',
13607
+ format: 'uuid',
13608
+ type: 'string',
13609
+ },
13610
+ created_at: {
13611
+ description: 'Date and time at which the event was created.',
13612
+ format: 'date-time',
13613
+ type: 'string',
13614
+ },
13615
+ error_message: {
13616
+ description: 'Description of why the access methods could not be created.',
13617
+ type: 'string',
13618
+ },
13619
+ event_id: {
13620
+ description: 'ID of the event.',
13621
+ format: 'uuid',
13622
+ type: 'string',
13623
+ },
13624
+ event_type: {
13625
+ enum: [
13626
+ 'access_grant.could_not_create_requested_access_methods',
13627
+ ],
13628
+ type: 'string',
13629
+ },
13630
+ occurred_at: {
13631
+ description: 'Date and time at which the event occurred.',
13632
+ format: 'date-time',
13633
+ type: 'string',
13634
+ },
13635
+ workspace_id: {
13636
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event.',
13637
+ format: 'uuid',
13638
+ type: 'string',
13639
+ },
13640
+ },
13641
+ required: [
13642
+ 'event_id',
13643
+ 'workspace_id',
13644
+ 'created_at',
13645
+ 'occurred_at',
13646
+ 'access_grant_id',
13647
+ 'event_type',
13648
+ 'error_message',
13649
+ ],
13650
+ type: 'object',
13651
+ 'x-route-path': '/access_grants',
13652
+ },
13602
13653
  {
13603
13654
  description: 'An access method was issued.',
13604
13655
  properties: {
@@ -43718,6 +43769,7 @@ export default {
43718
43769
  'access_grant.access_granted_to_door',
43719
43770
  'access_grant.access_to_door_lost',
43720
43771
  'access_grant.access_times_changed',
43772
+ 'access_grant.could_not_create_requested_access_methods',
43721
43773
  'access_method.issued',
43722
43774
  'access_method.revoked',
43723
43775
  'access_method.card_encoding_required',
@@ -43824,6 +43876,7 @@ export default {
43824
43876
  'access_grant.access_granted_to_door',
43825
43877
  'access_grant.access_to_door_lost',
43826
43878
  'access_grant.access_times_changed',
43879
+ 'access_grant.could_not_create_requested_access_methods',
43827
43880
  'access_method.issued',
43828
43881
  'access_method.revoked',
43829
43882
  'access_method.card_encoding_required',
@@ -44109,6 +44162,7 @@ export default {
44109
44162
  'access_grant.access_granted_to_door',
44110
44163
  'access_grant.access_to_door_lost',
44111
44164
  'access_grant.access_times_changed',
44165
+ 'access_grant.could_not_create_requested_access_methods',
44112
44166
  'access_method.issued',
44113
44167
  'access_method.revoked',
44114
44168
  'access_method.card_encoding_required',
@@ -44211,6 +44265,7 @@ export default {
44211
44265
  'access_grant.access_granted_to_door',
44212
44266
  'access_grant.access_to_door_lost',
44213
44267
  'access_grant.access_times_changed',
44268
+ 'access_grant.could_not_create_requested_access_methods',
44214
44269
  'access_method.issued',
44215
44270
  'access_method.revoked',
44216
44271
  'access_method.card_encoding_required',
@@ -51024,6 +51079,7 @@ export default {
51024
51079
  'access_grant.access_granted_to_door',
51025
51080
  'access_grant.access_to_door_lost',
51026
51081
  'access_grant.access_times_changed',
51082
+ 'access_grant.could_not_create_requested_access_methods',
51027
51083
  'access_method.issued',
51028
51084
  'access_method.revoked',
51029
51085
  'access_method.card_encoding_required',
@@ -51131,6 +51187,7 @@ export default {
51131
51187
  'access_grant.access_granted_to_door',
51132
51188
  'access_grant.access_to_door_lost',
51133
51189
  'access_grant.access_times_changed',
51190
+ 'access_grant.could_not_create_requested_access_methods',
51134
51191
  'access_method.issued',
51135
51192
  'access_method.revoked',
51136
51193
  'access_method.card_encoding_required',
@@ -51299,6 +51356,7 @@ export default {
51299
51356
  'access_grant.access_granted_to_door',
51300
51357
  'access_grant.access_to_door_lost',
51301
51358
  'access_grant.access_times_changed',
51359
+ 'access_grant.could_not_create_requested_access_methods',
51302
51360
  'access_method.issued',
51303
51361
  'access_method.revoked',
51304
51362
  'access_method.card_encoding_required',
@@ -51401,6 +51459,7 @@ export default {
51401
51459
  'access_grant.access_granted_to_door',
51402
51460
  'access_grant.access_to_door_lost',
51403
51461
  'access_grant.access_times_changed',
51462
+ 'access_grant.could_not_create_requested_access_methods',
51404
51463
  'access_method.issued',
51405
51464
  'access_method.revoked',
51406
51465
  'access_method.card_encoding_required',