@seamapi/types 1.327.0 → 1.329.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.
Files changed (130) hide show
  1. package/dist/connect.cjs +993 -370
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +1130 -63
  4. package/lib/seam/connect/models/access-codes/managed-access-code.js +5 -1
  5. package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
  6. package/lib/seam/connect/models/access-codes/unmanaged-access-code.js +5 -1
  7. package/lib/seam/connect/models/access-codes/unmanaged-access-code.js.map +1 -1
  8. package/lib/seam/connect/models/acs/acs-access-group.js +7 -3
  9. package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
  10. package/lib/seam/connect/models/acs/acs-credential-pool.js +5 -1
  11. package/lib/seam/connect/models/acs/acs-credential-pool.js.map +1 -1
  12. package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +12 -5
  13. package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
  14. package/lib/seam/connect/models/acs/acs-credential.d.ts +66 -0
  15. package/lib/seam/connect/models/acs/acs-credential.js +9 -0
  16. package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
  17. package/lib/seam/connect/models/acs/acs-entrance.d.ts +0 -5
  18. package/lib/seam/connect/models/acs/acs-entrance.js +7 -4
  19. package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
  20. package/lib/seam/connect/models/acs/acs-system.js +6 -2
  21. package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
  22. package/lib/seam/connect/models/acs/acs-user.js +7 -4
  23. package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
  24. package/lib/seam/connect/models/acs/metadata/dormakaba-community.d.ts +0 -3
  25. package/lib/seam/connect/models/acs/metadata/dormakaba-community.js +0 -1
  26. package/lib/seam/connect/models/acs/metadata/dormakaba-community.js.map +1 -1
  27. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +132 -0
  28. package/lib/seam/connect/models/action-attempts/action-attempt.js +5 -1
  29. package/lib/seam/connect/models/action-attempts/action-attempt.js.map +1 -1
  30. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +58 -0
  31. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +74 -0
  32. package/lib/seam/connect/models/client-sessions/client-session.js +5 -1
  33. package/lib/seam/connect/models/client-sessions/client-session.js.map +1 -1
  34. package/lib/seam/connect/models/connect-webviews/connect-webview.js +5 -1
  35. package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
  36. package/lib/seam/connect/models/connected-accounts/connected-account.js +5 -1
  37. package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
  38. package/lib/seam/connect/models/devices/device-provider.js +5 -1
  39. package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
  40. package/lib/seam/connect/models/devices/device.js +5 -1
  41. package/lib/seam/connect/models/devices/device.js.map +1 -1
  42. package/lib/seam/connect/models/devices/phone.js +5 -1
  43. package/lib/seam/connect/models/devices/phone.js.map +1 -1
  44. package/lib/seam/connect/models/devices/unmanaged-device.js +5 -1
  45. package/lib/seam/connect/models/devices/unmanaged-device.js.map +1 -1
  46. package/lib/seam/connect/models/events/access-codes.js +119 -68
  47. package/lib/seam/connect/models/events/access-codes.js.map +1 -1
  48. package/lib/seam/connect/models/events/acs/access_groups.js +7 -4
  49. package/lib/seam/connect/models/events/acs/access_groups.js.map +1 -1
  50. package/lib/seam/connect/models/events/acs/credentials.d.ts +61 -0
  51. package/lib/seam/connect/models/events/acs/credentials.js +19 -7
  52. package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
  53. package/lib/seam/connect/models/events/acs/encoders.js +14 -8
  54. package/lib/seam/connect/models/events/acs/encoders.js.map +1 -1
  55. package/lib/seam/connect/models/events/acs/index.d.ts +30 -0
  56. package/lib/seam/connect/models/events/acs/systems.js +21 -12
  57. package/lib/seam/connect/models/events/acs/systems.js.map +1 -1
  58. package/lib/seam/connect/models/events/acs/users.js +7 -4
  59. package/lib/seam/connect/models/events/acs/users.js.map +1 -1
  60. package/lib/seam/connect/models/events/action-attempts.js +28 -16
  61. package/lib/seam/connect/models/events/action-attempts.js.map +1 -1
  62. package/lib/seam/connect/models/events/client-sessions.js +7 -4
  63. package/lib/seam/connect/models/events/client-sessions.js.map +1 -1
  64. package/lib/seam/connect/models/events/connect-webviews.js +14 -8
  65. package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
  66. package/lib/seam/connect/models/events/connected-accounts.js +45 -25
  67. package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
  68. package/lib/seam/connect/models/events/devices.js +214 -119
  69. package/lib/seam/connect/models/events/devices.js.map +1 -1
  70. package/lib/seam/connect/models/events/enrollment-automations.js +7 -4
  71. package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
  72. package/lib/seam/connect/models/events/phones.js +7 -4
  73. package/lib/seam/connect/models/events/phones.js.map +1 -1
  74. package/lib/seam/connect/models/events/seam-event.d.ts +30 -0
  75. package/lib/seam/connect/models/events/seam-event.js +5 -1
  76. package/lib/seam/connect/models/events/seam-event.js.map +1 -1
  77. package/lib/seam/connect/models/noise-sensors/noise-threshold.js +5 -1
  78. package/lib/seam/connect/models/noise-sensors/noise-threshold.js.map +1 -1
  79. package/lib/seam/connect/models/thermostats/thermostat-schedule.js +8 -8
  80. package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
  81. package/lib/seam/connect/models/user-identities/user-identity.js +7 -4
  82. package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
  83. package/lib/seam/connect/models/webhooks/webhook.js +5 -1
  84. package/lib/seam/connect/models/webhooks/webhook.js.map +1 -1
  85. package/lib/seam/connect/models/workspaces/workspace.js +5 -1
  86. package/lib/seam/connect/models/workspaces/workspace.js.map +1 -1
  87. package/lib/seam/connect/openapi.d.ts +140 -4
  88. package/lib/seam/connect/openapi.js +322 -6
  89. package/lib/seam/connect/openapi.js.map +1 -1
  90. package/lib/seam/connect/route-types.d.ts +739 -7
  91. package/package.json +1 -1
  92. package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +5 -1
  93. package/src/lib/seam/connect/models/access-codes/unmanaged-access-code.ts +5 -1
  94. package/src/lib/seam/connect/models/acs/acs-access-group.ts +7 -3
  95. package/src/lib/seam/connect/models/acs/acs-credential-pool.ts +5 -1
  96. package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +38 -35
  97. package/src/lib/seam/connect/models/acs/acs-credential.ts +12 -0
  98. package/src/lib/seam/connect/models/acs/acs-entrance.ts +31 -30
  99. package/src/lib/seam/connect/models/acs/acs-system.ts +6 -4
  100. package/src/lib/seam/connect/models/acs/acs-user.ts +10 -9
  101. package/src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts +0 -1
  102. package/src/lib/seam/connect/models/action-attempts/action-attempt.ts +5 -1
  103. package/src/lib/seam/connect/models/client-sessions/client-session.ts +5 -1
  104. package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +5 -1
  105. package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +5 -1
  106. package/src/lib/seam/connect/models/devices/device-provider.ts +5 -1
  107. package/src/lib/seam/connect/models/devices/device.ts +5 -1
  108. package/src/lib/seam/connect/models/devices/phone.ts +5 -1
  109. package/src/lib/seam/connect/models/devices/unmanaged-device.ts +5 -1
  110. package/src/lib/seam/connect/models/events/access-codes.ts +139 -117
  111. package/src/lib/seam/connect/models/events/acs/access_groups.ts +8 -5
  112. package/src/lib/seam/connect/models/events/acs/credentials.ts +21 -10
  113. package/src/lib/seam/connect/models/events/acs/encoders.ts +16 -14
  114. package/src/lib/seam/connect/models/events/acs/systems.ts +24 -21
  115. package/src/lib/seam/connect/models/events/acs/users.ts +8 -7
  116. package/src/lib/seam/connect/models/events/action-attempts.ts +32 -24
  117. package/src/lib/seam/connect/models/events/client-sessions.ts +8 -7
  118. package/src/lib/seam/connect/models/events/connect-webviews.ts +16 -13
  119. package/src/lib/seam/connect/models/events/connected-accounts.ts +55 -44
  120. package/src/lib/seam/connect/models/events/devices.ts +339 -301
  121. package/src/lib/seam/connect/models/events/enrollment-automations.ts +8 -6
  122. package/src/lib/seam/connect/models/events/phones.ts +8 -5
  123. package/src/lib/seam/connect/models/events/seam-event.ts +5 -1
  124. package/src/lib/seam/connect/models/noise-sensors/noise-threshold.ts +5 -1
  125. package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +60 -62
  126. package/src/lib/seam/connect/models/user-identities/user-identity.ts +35 -34
  127. package/src/lib/seam/connect/models/webhooks/webhook.ts +5 -1
  128. package/src/lib/seam/connect/models/workspaces/workspace.ts +5 -1
  129. package/src/lib/seam/connect/openapi.ts +354 -6
  130. package/src/lib/seam/connect/route-types.ts +835 -5
@@ -376,6 +376,7 @@ export default {
376
376
  'is_offline_access_code',
377
377
  ],
378
378
  type: 'object',
379
+ 'x-route-path': '/access_codes',
379
380
  },
380
381
  acs_access_group: {
381
382
  description:
@@ -486,6 +487,7 @@ export default {
486
487
  'is_managed',
487
488
  ],
488
489
  type: 'object',
490
+ 'x-route-path': '/acs/access_groups',
489
491
  },
490
492
  acs_credential: {
491
493
  description:
@@ -755,6 +757,31 @@ export default {
755
757
  required: ['created_at', 'message', 'warning_code'],
756
758
  type: 'object',
757
759
  },
760
+ {
761
+ description:
762
+ 'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
763
+ properties: {
764
+ created_at: {
765
+ description:
766
+ 'Date and time at which Seam created the warning.',
767
+ format: 'date-time',
768
+ type: 'string',
769
+ },
770
+ message: {
771
+ description:
772
+ 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
773
+ type: 'string',
774
+ },
775
+ warning_code: {
776
+ description:
777
+ 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
778
+ enum: ['needs_to_be_reissued'],
779
+ type: 'string',
780
+ },
781
+ },
782
+ required: ['created_at', 'message', 'warning_code'],
783
+ type: 'object',
784
+ },
758
785
  ],
759
786
  },
760
787
  type: 'array',
@@ -799,6 +826,7 @@ export default {
799
826
  'workspace_id',
800
827
  ],
801
828
  type: 'object',
829
+ 'x-route-path': '/acs/credential_pools',
802
830
  },
803
831
  acs_credential_provisioning_automation: {
804
832
  properties: {
@@ -819,6 +847,7 @@ export default {
819
847
  'workspace_id',
820
848
  ],
821
849
  type: 'object',
850
+ 'x-route-path': '/acs/credential_provisioning_automations',
822
851
  },
823
852
  acs_entrance: {
824
853
  description:
@@ -859,10 +888,7 @@ export default {
859
888
  type: 'string',
860
889
  },
861
890
  dormakaba_community_metadata: {
862
- properties: {
863
- access_point_name: { type: 'string' },
864
- common_area_number: { format: 'float', type: 'number' },
865
- },
891
+ properties: { access_point_name: { type: 'string' } },
866
892
  required: ['access_point_name'],
867
893
  type: 'object',
868
894
  },
@@ -963,6 +989,7 @@ export default {
963
989
  'errors',
964
990
  ],
965
991
  type: 'object',
992
+ 'x-route-path': '/acs/entrances',
966
993
  },
967
994
  acs_system: {
968
995
  description:
@@ -1354,6 +1381,7 @@ export default {
1354
1381
  'warnings',
1355
1382
  ],
1356
1383
  type: 'object',
1384
+ 'x-route-path': '/acs/systems',
1357
1385
  },
1358
1386
  acs_user: {
1359
1387
  description:
@@ -1654,6 +1682,7 @@ export default {
1654
1682
  'is_managed',
1655
1683
  ],
1656
1684
  type: 'object',
1685
+ 'x-route-path': '/acs/users',
1657
1686
  },
1658
1687
  action_attempt: {
1659
1688
  oneOf: [
@@ -2242,6 +2271,35 @@ export default {
2242
2271
  ],
2243
2272
  type: 'object',
2244
2273
  },
2274
+ {
2275
+ description:
2276
+ 'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
2277
+ properties: {
2278
+ created_at: {
2279
+ description:
2280
+ 'Date and time at which Seam created the warning.',
2281
+ format: 'date-time',
2282
+ type: 'string',
2283
+ },
2284
+ message: {
2285
+ description:
2286
+ 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
2287
+ type: 'string',
2288
+ },
2289
+ warning_code: {
2290
+ description:
2291
+ 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
2292
+ enum: ['needs_to_be_reissued'],
2293
+ type: 'string',
2294
+ },
2295
+ },
2296
+ required: [
2297
+ 'created_at',
2298
+ 'message',
2299
+ 'warning_code',
2300
+ ],
2301
+ type: 'object',
2302
+ },
2245
2303
  ],
2246
2304
  },
2247
2305
  type: 'array',
@@ -2573,6 +2631,35 @@ export default {
2573
2631
  ],
2574
2632
  type: 'object',
2575
2633
  },
2634
+ {
2635
+ description:
2636
+ 'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
2637
+ properties: {
2638
+ created_at: {
2639
+ description:
2640
+ 'Date and time at which Seam created the warning.',
2641
+ format: 'date-time',
2642
+ type: 'string',
2643
+ },
2644
+ message: {
2645
+ description:
2646
+ 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
2647
+ type: 'string',
2648
+ },
2649
+ warning_code: {
2650
+ description:
2651
+ 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
2652
+ enum: ['needs_to_be_reissued'],
2653
+ type: 'string',
2654
+ },
2655
+ },
2656
+ required: [
2657
+ 'created_at',
2658
+ 'message',
2659
+ 'warning_code',
2660
+ ],
2661
+ type: 'object',
2662
+ },
2576
2663
  ],
2577
2664
  },
2578
2665
  type: 'array',
@@ -3035,6 +3122,35 @@ export default {
3035
3122
  ],
3036
3123
  type: 'object',
3037
3124
  },
3125
+ {
3126
+ description:
3127
+ 'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
3128
+ properties: {
3129
+ created_at: {
3130
+ description:
3131
+ 'Date and time at which Seam created the warning.',
3132
+ format: 'date-time',
3133
+ type: 'string',
3134
+ },
3135
+ message: {
3136
+ description:
3137
+ 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
3138
+ type: 'string',
3139
+ },
3140
+ warning_code: {
3141
+ description:
3142
+ 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
3143
+ enum: ['needs_to_be_reissued'],
3144
+ type: 'string',
3145
+ },
3146
+ },
3147
+ required: [
3148
+ 'created_at',
3149
+ 'message',
3150
+ 'warning_code',
3151
+ ],
3152
+ type: 'object',
3153
+ },
3038
3154
  ],
3039
3155
  },
3040
3156
  type: 'array',
@@ -3363,6 +3479,35 @@ export default {
3363
3479
  ],
3364
3480
  type: 'object',
3365
3481
  },
3482
+ {
3483
+ description:
3484
+ 'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
3485
+ properties: {
3486
+ created_at: {
3487
+ description:
3488
+ 'Date and time at which Seam created the warning.',
3489
+ format: 'date-time',
3490
+ type: 'string',
3491
+ },
3492
+ message: {
3493
+ description:
3494
+ 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
3495
+ type: 'string',
3496
+ },
3497
+ warning_code: {
3498
+ description:
3499
+ 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
3500
+ enum: ['needs_to_be_reissued'],
3501
+ type: 'string',
3502
+ },
3503
+ },
3504
+ required: [
3505
+ 'created_at',
3506
+ 'message',
3507
+ 'warning_code',
3508
+ ],
3509
+ type: 'object',
3510
+ },
3366
3511
  ],
3367
3512
  },
3368
3513
  type: 'array',
@@ -4302,6 +4447,7 @@ export default {
4302
4447
  type: 'object',
4303
4448
  },
4304
4449
  ],
4450
+ 'x-route-path': '/action_attempts',
4305
4451
  },
4306
4452
  client_session: {
4307
4453
  properties: {
@@ -4338,6 +4484,7 @@ export default {
4338
4484
  'user_identity_ids',
4339
4485
  ],
4340
4486
  type: 'object',
4487
+ 'x-route-path': '/client_sessions',
4341
4488
  },
4342
4489
  connect_webview: {
4343
4490
  properties: {
@@ -4416,6 +4563,7 @@ export default {
4416
4563
  'selected_provider',
4417
4564
  ],
4418
4565
  type: 'object',
4566
+ 'x-route-path': '/connect_webviews',
4419
4567
  },
4420
4568
  connected_account: {
4421
4569
  properties: {
@@ -4492,6 +4640,7 @@ export default {
4492
4640
  'automatically_manage_new_devices',
4493
4641
  ],
4494
4642
  type: 'object',
4643
+ 'x-route-path': '/connected_accounts',
4495
4644
  },
4496
4645
  device: {
4497
4646
  properties: {
@@ -5753,6 +5902,7 @@ export default {
5753
5902
  'errors',
5754
5903
  ],
5755
5904
  type: 'object',
5905
+ 'x-route-path': '/thermostats/schedules',
5756
5906
  },
5757
5907
  available_climate_presets: {
5758
5908
  items: {
@@ -6150,6 +6300,7 @@ export default {
6150
6300
  'custom_metadata',
6151
6301
  ],
6152
6302
  type: 'object',
6303
+ 'x-route-path': '/devices',
6153
6304
  },
6154
6305
  device_provider: {
6155
6306
  properties: {
@@ -6237,6 +6388,7 @@ export default {
6237
6388
  'provider_categories',
6238
6389
  ],
6239
6390
  type: 'object',
6391
+ 'x-route-path': '/devices',
6240
6392
  },
6241
6393
  enrollment_automation: {
6242
6394
  description:
@@ -6280,6 +6432,7 @@ export default {
6280
6432
  'workspace_id',
6281
6433
  ],
6282
6434
  type: 'object',
6435
+ 'x-route-path': '/user_identities/enrollment_automations',
6283
6436
  },
6284
6437
  event: {
6285
6438
  discriminator: { propertyName: 'event_type' },
@@ -6340,6 +6493,7 @@ export default {
6340
6493
  'event_type',
6341
6494
  ],
6342
6495
  type: 'object',
6496
+ 'x-route-path': '/access_codes',
6343
6497
  },
6344
6498
  {
6345
6499
  description:
@@ -6397,6 +6551,7 @@ export default {
6397
6551
  'event_type',
6398
6552
  ],
6399
6553
  type: 'object',
6554
+ 'x-route-path': '/access_codes',
6400
6555
  },
6401
6556
  {
6402
6557
  description:
@@ -6463,6 +6618,7 @@ export default {
6463
6618
  'code',
6464
6619
  ],
6465
6620
  type: 'object',
6621
+ 'x-route-path': '/access_codes',
6466
6622
  },
6467
6623
  {
6468
6624
  description:
@@ -6529,6 +6685,7 @@ export default {
6529
6685
  'code',
6530
6686
  ],
6531
6687
  type: 'object',
6688
+ 'x-route-path': '/access_codes',
6532
6689
  },
6533
6690
  {
6534
6691
  description:
@@ -6589,6 +6746,7 @@ export default {
6589
6746
  'event_type',
6590
6747
  ],
6591
6748
  type: 'object',
6749
+ 'x-route-path': '/access_codes',
6592
6750
  },
6593
6751
  {
6594
6752
  description:
@@ -6649,6 +6807,7 @@ export default {
6649
6807
  'event_type',
6650
6808
  ],
6651
6809
  type: 'object',
6810
+ 'x-route-path': '/access_codes',
6652
6811
  },
6653
6812
  {
6654
6813
  description:
@@ -6709,6 +6868,7 @@ export default {
6709
6868
  'event_type',
6710
6869
  ],
6711
6870
  type: 'object',
6871
+ 'x-route-path': '/access_codes',
6712
6872
  },
6713
6873
  {
6714
6874
  description:
@@ -6773,6 +6933,7 @@ export default {
6773
6933
  'code',
6774
6934
  ],
6775
6935
  type: 'object',
6936
+ 'x-route-path': '/access_codes',
6776
6937
  },
6777
6938
  {
6778
6939
  description:
@@ -6833,6 +6994,7 @@ export default {
6833
6994
  'event_type',
6834
6995
  ],
6835
6996
  type: 'object',
6997
+ 'x-route-path': '/access_codes',
6836
6998
  },
6837
6999
  {
6838
7000
  description:
@@ -6893,6 +7055,7 @@ export default {
6893
7055
  'event_type',
6894
7056
  ],
6895
7057
  type: 'object',
7058
+ 'x-route-path': '/access_codes',
6896
7059
  },
6897
7060
  {
6898
7061
  description:
@@ -6953,6 +7116,7 @@ export default {
6953
7116
  'event_type',
6954
7117
  ],
6955
7118
  type: 'object',
7119
+ 'x-route-path': '/access_codes',
6956
7120
  },
6957
7121
  {
6958
7122
  description:
@@ -7013,6 +7177,7 @@ export default {
7013
7177
  'event_type',
7014
7178
  ],
7015
7179
  type: 'object',
7180
+ 'x-route-path': '/access_codes',
7016
7181
  },
7017
7182
  {
7018
7183
  description:
@@ -7075,6 +7240,7 @@ export default {
7075
7240
  'backup_access_code_id',
7076
7241
  ],
7077
7242
  type: 'object',
7243
+ 'x-route-path': '/access_codes',
7078
7244
  },
7079
7245
  {
7080
7246
  description:
@@ -7135,6 +7301,7 @@ export default {
7135
7301
  'event_type',
7136
7302
  ],
7137
7303
  type: 'object',
7304
+ 'x-route-path': '/access_codes/unmanaged',
7138
7305
  },
7139
7306
  {
7140
7307
  description:
@@ -7195,6 +7362,7 @@ export default {
7195
7362
  'event_type',
7196
7363
  ],
7197
7364
  type: 'object',
7365
+ 'x-route-path': '/access_codes/unmanaged',
7198
7366
  },
7199
7367
  {
7200
7368
  description:
@@ -7255,6 +7423,7 @@ export default {
7255
7423
  'event_type',
7256
7424
  ],
7257
7425
  type: 'object',
7426
+ 'x-route-path': '/access_codes/unmanaged',
7258
7427
  },
7259
7428
  {
7260
7429
  description:
@@ -7315,6 +7484,7 @@ export default {
7315
7484
  'event_type',
7316
7485
  ],
7317
7486
  type: 'object',
7487
+ 'x-route-path': '/access_codes/unmanaged',
7318
7488
  },
7319
7489
  {
7320
7490
  description:
@@ -7364,6 +7534,7 @@ export default {
7364
7534
  'event_type',
7365
7535
  ],
7366
7536
  type: 'object',
7537
+ 'x-route-path': '/acs/systems',
7367
7538
  },
7368
7539
  {
7369
7540
  description:
@@ -7413,6 +7584,7 @@ export default {
7413
7584
  'event_type',
7414
7585
  ],
7415
7586
  type: 'object',
7587
+ 'x-route-path': '/acs/systems',
7416
7588
  },
7417
7589
  {
7418
7590
  description:
@@ -7462,6 +7634,7 @@ export default {
7462
7634
  'event_type',
7463
7635
  ],
7464
7636
  type: 'object',
7637
+ 'x-route-path': '/acs/systems',
7465
7638
  },
7466
7639
  {
7467
7640
  description:
@@ -7513,6 +7686,7 @@ export default {
7513
7686
  'event_type',
7514
7687
  ],
7515
7688
  type: 'object',
7689
+ 'x-route-path': '/acs/credentials',
7516
7690
  },
7517
7691
  {
7518
7692
  description:
@@ -7564,6 +7738,58 @@ export default {
7564
7738
  'event_type',
7565
7739
  ],
7566
7740
  type: 'object',
7741
+ 'x-route-path': '/acs/credentials',
7742
+ },
7743
+ {
7744
+ description:
7745
+ 'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was reissued.',
7746
+ properties: {
7747
+ acs_credential_id: { format: 'uuid', type: 'string' },
7748
+ acs_system_id: {
7749
+ description:
7750
+ 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
7751
+ format: 'uuid',
7752
+ type: 'string',
7753
+ },
7754
+ connected_account_id: {
7755
+ description:
7756
+ 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
7757
+ format: 'uuid',
7758
+ type: 'string',
7759
+ },
7760
+ created_at: {
7761
+ description: 'Date and time at which the event was created.',
7762
+ format: 'date-time',
7763
+ type: 'string',
7764
+ },
7765
+ event_id: {
7766
+ description: 'ID of the event.',
7767
+ format: 'uuid',
7768
+ type: 'string',
7769
+ },
7770
+ event_type: { enum: ['acs_credential.reissued'], type: 'string' },
7771
+ occurred_at: {
7772
+ description: 'Date and time at which the event occurred.',
7773
+ format: 'date-time',
7774
+ type: 'string',
7775
+ },
7776
+ workspace_id: {
7777
+ description:
7778
+ 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7779
+ format: 'uuid',
7780
+ type: 'string',
7781
+ },
7782
+ },
7783
+ required: [
7784
+ 'event_id',
7785
+ 'workspace_id',
7786
+ 'created_at',
7787
+ 'occurred_at',
7788
+ 'acs_system_id',
7789
+ 'acs_credential_id',
7790
+ 'event_type',
7791
+ ],
7792
+ type: 'object',
7567
7793
  },
7568
7794
  {
7569
7795
  description:
@@ -7615,6 +7841,7 @@ export default {
7615
7841
  'event_type',
7616
7842
  ],
7617
7843
  type: 'object',
7844
+ 'x-route-path': '/acs/users',
7618
7845
  },
7619
7846
  {
7620
7847
  description:
@@ -7671,6 +7898,7 @@ export default {
7671
7898
  'event_type',
7672
7899
  ],
7673
7900
  type: 'object',
7901
+ 'x-route-path': '/acs/encoders',
7674
7902
  },
7675
7903
  {
7676
7904
  description:
@@ -7727,6 +7955,7 @@ export default {
7727
7955
  'event_type',
7728
7956
  ],
7729
7957
  type: 'object',
7958
+ 'x-route-path': '/acs/encoders',
7730
7959
  },
7731
7960
  {
7732
7961
  description: 'An ACS access group was deleted.',
@@ -7780,6 +8009,7 @@ export default {
7780
8009
  'event_type',
7781
8010
  ],
7782
8011
  type: 'object',
8012
+ 'x-route-path': '/acs/access_groups',
7783
8013
  },
7784
8014
  {
7785
8015
  description:
@@ -7823,6 +8053,7 @@ export default {
7823
8053
  'event_type',
7824
8054
  ],
7825
8055
  type: 'object',
8056
+ 'x-route-path': '/client_sessions',
7826
8057
  },
7827
8058
  {
7828
8059
  description:
@@ -7876,6 +8107,7 @@ export default {
7876
8107
  'connect_webview_id',
7877
8108
  ],
7878
8109
  type: 'object',
8110
+ 'x-route-path': '/connected_accounts',
7879
8111
  },
7880
8112
  {
7881
8113
  description:
@@ -7929,6 +8161,7 @@ export default {
7929
8161
  'connect_webview_id',
7930
8162
  ],
7931
8163
  type: 'object',
8164
+ 'x-route-path': '/connected_accounts',
7932
8165
  },
7933
8166
  {
7934
8167
  deprecated: true,
@@ -7984,6 +8217,7 @@ export default {
7984
8217
  ],
7985
8218
  type: 'object',
7986
8219
  'x-deprecated': 'Use `connect_webview.login_succeeded`.',
8220
+ 'x-route-path': '/connected_accounts',
7987
8221
  },
7988
8222
  {
7989
8223
  description:
@@ -8030,6 +8264,7 @@ export default {
8030
8264
  'event_type',
8031
8265
  ],
8032
8266
  type: 'object',
8267
+ 'x-route-path': '/connected_accounts',
8033
8268
  },
8034
8269
  {
8035
8270
  description:
@@ -8076,6 +8311,7 @@ export default {
8076
8311
  'event_type',
8077
8312
  ],
8078
8313
  type: 'object',
8314
+ 'x-route-path': '/connected_accounts',
8079
8315
  },
8080
8316
  {
8081
8317
  description:
@@ -8122,6 +8358,7 @@ export default {
8122
8358
  'event_type',
8123
8359
  ],
8124
8360
  type: 'object',
8361
+ 'x-route-path': '/connected_accounts',
8125
8362
  },
8126
8363
  {
8127
8364
  description:
@@ -8170,6 +8407,7 @@ export default {
8170
8407
  'event_type',
8171
8408
  ],
8172
8409
  type: 'object',
8410
+ 'x-route-path': '/connected_accounts',
8173
8411
  },
8174
8412
  {
8175
8413
  description:
@@ -8220,6 +8458,7 @@ export default {
8220
8458
  'event_type',
8221
8459
  ],
8222
8460
  type: 'object',
8461
+ 'x-route-path': '/action_attempts',
8223
8462
  },
8224
8463
  {
8225
8464
  description:
@@ -8270,6 +8509,7 @@ export default {
8270
8509
  'event_type',
8271
8510
  ],
8272
8511
  type: 'object',
8512
+ 'x-route-path': '/action_attempts',
8273
8513
  },
8274
8514
  {
8275
8515
  description:
@@ -8320,6 +8560,7 @@ export default {
8320
8560
  'event_type',
8321
8561
  ],
8322
8562
  type: 'object',
8563
+ 'x-route-path': '/action_attempts',
8323
8564
  },
8324
8565
  {
8325
8566
  description:
@@ -8370,6 +8611,7 @@ export default {
8370
8611
  'event_type',
8371
8612
  ],
8372
8613
  type: 'object',
8614
+ 'x-route-path': '/action_attempts',
8373
8615
  },
8374
8616
  {
8375
8617
  description:
@@ -8423,6 +8665,7 @@ export default {
8423
8665
  'connected_account_id',
8424
8666
  ],
8425
8667
  type: 'object',
8668
+ 'x-route-path': '/connect_webviews',
8426
8669
  },
8427
8670
  {
8428
8671
  description:
@@ -8469,6 +8712,7 @@ export default {
8469
8712
  'event_type',
8470
8713
  ],
8471
8714
  type: 'object',
8715
+ 'x-route-path': '/connect_webviews',
8472
8716
  },
8473
8717
  {
8474
8718
  description:
@@ -8518,6 +8762,7 @@ export default {
8518
8762
  'event_type',
8519
8763
  ],
8520
8764
  type: 'object',
8765
+ 'x-route-path': '/devices',
8521
8766
  },
8522
8767
  {
8523
8768
  description:
@@ -8567,10 +8812,11 @@ export default {
8567
8812
  'event_type',
8568
8813
  ],
8569
8814
  type: 'object',
8815
+ 'x-route-path': '/devices',
8570
8816
  },
8571
8817
  {
8572
8818
  description:
8573
- 'An [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) was successfully converted to a managed device.',
8819
+ 'A managed device was successfully converted to an [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices).',
8574
8820
  properties: {
8575
8821
  connected_account_id: {
8576
8822
  description:
@@ -8619,10 +8865,11 @@ export default {
8619
8865
  'event_type',
8620
8866
  ],
8621
8867
  type: 'object',
8868
+ 'x-route-path': '/devices',
8622
8869
  },
8623
8870
  {
8624
8871
  description:
8625
- 'A managed device was successfully converted to an [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices).',
8872
+ 'An [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) was successfully converted to a managed device.',
8626
8873
  properties: {
8627
8874
  connected_account_id: {
8628
8875
  description:
@@ -8671,6 +8918,7 @@ export default {
8671
8918
  'event_type',
8672
8919
  ],
8673
8920
  type: 'object',
8921
+ 'x-route-path': '/devices/unmanaged',
8674
8922
  },
8675
8923
  {
8676
8924
  description:
@@ -8723,6 +8971,7 @@ export default {
8723
8971
  'event_type',
8724
8972
  ],
8725
8973
  type: 'object',
8974
+ 'x-route-path': '/devices/unmanaged',
8726
8975
  },
8727
8976
  {
8728
8977
  description:
@@ -8783,6 +9032,7 @@ export default {
8783
9032
  'error_code',
8784
9033
  ],
8785
9034
  type: 'object',
9035
+ 'x-route-path': '/devices',
8786
9036
  },
8787
9037
  {
8788
9038
  description:
@@ -8846,6 +9096,7 @@ export default {
8846
9096
  'error_code',
8847
9097
  ],
8848
9098
  type: 'object',
9099
+ 'x-route-path': '/devices/unmanaged',
8849
9100
  },
8850
9101
  {
8851
9102
  description:
@@ -8895,6 +9146,7 @@ export default {
8895
9146
  'event_type',
8896
9147
  ],
8897
9148
  type: 'object',
9149
+ 'x-route-path': '/devices',
8898
9150
  },
8899
9151
  {
8900
9152
  description:
@@ -8953,6 +9205,7 @@ export default {
8953
9205
  'battery_level',
8954
9206
  ],
8955
9207
  type: 'object',
9208
+ 'x-route-path': '/devices',
8956
9209
  },
8957
9210
  {
8958
9211
  description:
@@ -9021,6 +9274,7 @@ export default {
9021
9274
  'battery_level',
9022
9275
  ],
9023
9276
  type: 'object',
9277
+ 'x-route-path': '/devices',
9024
9278
  },
9025
9279
  {
9026
9280
  description:
@@ -9070,6 +9324,7 @@ export default {
9070
9324
  'event_type',
9071
9325
  ],
9072
9326
  type: 'object',
9327
+ 'x-route-path': '/devices',
9073
9328
  },
9074
9329
  {
9075
9330
  description:
@@ -9119,6 +9374,7 @@ export default {
9119
9374
  'event_type',
9120
9375
  ],
9121
9376
  type: 'object',
9377
+ 'x-route-path': '/devices',
9122
9378
  },
9123
9379
  {
9124
9380
  description:
@@ -9171,6 +9427,7 @@ export default {
9171
9427
  'event_type',
9172
9428
  ],
9173
9429
  type: 'object',
9430
+ 'x-route-path': '/devices',
9174
9431
  },
9175
9432
  {
9176
9433
  description:
@@ -9223,6 +9480,7 @@ export default {
9223
9480
  'event_type',
9224
9481
  ],
9225
9482
  type: 'object',
9483
+ 'x-route-path': '/devices',
9226
9484
  },
9227
9485
  {
9228
9486
  description:
@@ -9275,6 +9533,7 @@ export default {
9275
9533
  'event_type',
9276
9534
  ],
9277
9535
  type: 'object',
9536
+ 'x-route-path': '/devices',
9278
9537
  },
9279
9538
  {
9280
9539
  description:
@@ -9327,6 +9586,7 @@ export default {
9327
9586
  'event_type',
9328
9587
  ],
9329
9588
  type: 'object',
9589
+ 'x-route-path': '/devices',
9330
9590
  },
9331
9591
  {
9332
9592
  description:
@@ -9379,6 +9639,7 @@ export default {
9379
9639
  'event_type',
9380
9640
  ],
9381
9641
  type: 'object',
9642
+ 'x-route-path': '/devices',
9382
9643
  },
9383
9644
  {
9384
9645
  description:
@@ -9431,6 +9692,7 @@ export default {
9431
9692
  'event_type',
9432
9693
  ],
9433
9694
  type: 'object',
9695
+ 'x-route-path': '/devices',
9434
9696
  },
9435
9697
  {
9436
9698
  description:
@@ -9483,6 +9745,7 @@ export default {
9483
9745
  'event_type',
9484
9746
  ],
9485
9747
  type: 'object',
9748
+ 'x-route-path': '/devices',
9486
9749
  },
9487
9750
  {
9488
9751
  description:
@@ -9535,6 +9798,7 @@ export default {
9535
9798
  'event_type',
9536
9799
  ],
9537
9800
  type: 'object',
9801
+ 'x-route-path': '/devices',
9538
9802
  },
9539
9803
  {
9540
9804
  description:
@@ -9587,6 +9851,7 @@ export default {
9587
9851
  'event_type',
9588
9852
  ],
9589
9853
  type: 'object',
9854
+ 'x-route-path': '/devices',
9590
9855
  },
9591
9856
  {
9592
9857
  description:
@@ -9639,6 +9904,7 @@ export default {
9639
9904
  'event_type',
9640
9905
  ],
9641
9906
  type: 'object',
9907
+ 'x-route-path': '/devices',
9642
9908
  },
9643
9909
  {
9644
9910
  description:
@@ -9723,6 +9989,7 @@ export default {
9723
9989
  'event_type',
9724
9990
  ],
9725
9991
  type: 'object',
9992
+ 'x-route-path': '/noise_sensors/noise_thresholds',
9726
9993
  },
9727
9994
  {
9728
9995
  description:
@@ -9791,6 +10058,7 @@ export default {
9791
10058
  'method',
9792
10059
  ],
9793
10060
  type: 'object',
10061
+ 'x-route-path': '/locks',
9794
10062
  },
9795
10063
  {
9796
10064
  description:
@@ -9859,6 +10127,7 @@ export default {
9859
10127
  'method',
9860
10128
  ],
9861
10129
  type: 'object',
10130
+ 'x-route-path': '/locks',
9862
10131
  },
9863
10132
  {
9864
10133
  description:
@@ -9914,6 +10183,7 @@ export default {
9914
10183
  'event_type',
9915
10184
  ],
9916
10185
  type: 'object',
10186
+ 'x-route-path': '/locks',
9917
10187
  },
9918
10188
  {
9919
10189
  description:
@@ -9986,6 +10256,7 @@ export default {
9986
10256
  'is_fallback_climate_preset',
9987
10257
  ],
9988
10258
  type: 'object',
10259
+ 'x-route-path': '/thermostats',
9989
10260
  },
9990
10261
  {
9991
10262
  description:
@@ -10081,6 +10352,7 @@ export default {
10081
10352
  'method',
10082
10353
  ],
10083
10354
  type: 'object',
10355
+ 'x-route-path': '/thermostats',
10084
10356
  },
10085
10357
  {
10086
10358
  description:
@@ -10179,6 +10451,7 @@ export default {
10179
10451
  'lower_limit_fahrenheit',
10180
10452
  ],
10181
10453
  type: 'object',
10454
+ 'x-route-path': '/thermostats',
10182
10455
  },
10183
10456
  {
10184
10457
  description:
@@ -10277,6 +10550,7 @@ export default {
10277
10550
  'lower_limit_fahrenheit',
10278
10551
  ],
10279
10552
  type: 'object',
10553
+ 'x-route-path': '/thermostats',
10280
10554
  },
10281
10555
  {
10282
10556
  properties: {
@@ -10351,6 +10625,7 @@ export default {
10351
10625
  'temperature_fahrenheit',
10352
10626
  ],
10353
10627
  type: 'object',
10628
+ 'x-route-path': '/thermostats',
10354
10629
  },
10355
10630
  {
10356
10631
  description:
@@ -10397,6 +10672,7 @@ export default {
10397
10672
  'event_type',
10398
10673
  ],
10399
10674
  type: 'object',
10675
+ 'x-route-path': '/user_identities/enrollment_automations',
10400
10676
  },
10401
10677
  {
10402
10678
  description: 'A phone device was deactivated.',
@@ -10439,8 +10715,10 @@ export default {
10439
10715
  'event_type',
10440
10716
  ],
10441
10717
  type: 'object',
10718
+ 'x-route-path': '/phones',
10442
10719
  },
10443
10720
  ],
10721
+ 'x-route-path': '/events',
10444
10722
  },
10445
10723
  network: {
10446
10724
  properties: {
@@ -10451,6 +10729,7 @@ export default {
10451
10729
  },
10452
10730
  required: ['network_id', 'workspace_id', 'display_name', 'created_at'],
10453
10731
  type: 'object',
10732
+ 'x-route-path': '/networks',
10454
10733
  },
10455
10734
  noise_threshold: {
10456
10735
  properties: {
@@ -10471,6 +10750,7 @@ export default {
10471
10750
  'noise_threshold_decibels',
10472
10751
  ],
10473
10752
  type: 'object',
10753
+ 'x-route-path': '/noise_sensors/noise_thresholds',
10474
10754
  },
10475
10755
  phone: {
10476
10756
  properties: {
@@ -10833,6 +11113,7 @@ export default {
10833
11113
  'custom_metadata',
10834
11114
  ],
10835
11115
  type: 'object',
11116
+ 'x-route-path': '/phones',
10836
11117
  },
10837
11118
  service_health: {
10838
11119
  properties: {
@@ -10842,6 +11123,7 @@ export default {
10842
11123
  },
10843
11124
  required: ['service', 'status', 'description'],
10844
11125
  type: 'object',
11126
+ 'x-route-path': '/health',
10845
11127
  },
10846
11128
  thermostat_schedule: {
10847
11129
  description:
@@ -10922,6 +11204,7 @@ export default {
10922
11204
  'errors',
10923
11205
  ],
10924
11206
  type: 'object',
11207
+ 'x-route-path': '/thermostats/schedules',
10925
11208
  },
10926
11209
  unmanaged_access_code: {
10927
11210
  properties: {
@@ -11237,6 +11520,7 @@ export default {
11237
11520
  'status',
11238
11521
  ],
11239
11522
  type: 'object',
11523
+ 'x-route-path': '/access_codes/unmanaged',
11240
11524
  },
11241
11525
  unmanaged_device: {
11242
11526
  properties: {
@@ -11742,6 +12026,7 @@ export default {
11742
12026
  'properties',
11743
12027
  ],
11744
12028
  type: 'object',
12029
+ 'x-route-path': '/devices/unmanaged',
11745
12030
  },
11746
12031
  user_identity: {
11747
12032
  description:
@@ -11796,6 +12081,7 @@ export default {
11796
12081
  'workspace_id',
11797
12082
  ],
11798
12083
  type: 'object',
12084
+ 'x-route-path': '/user_identities',
11799
12085
  },
11800
12086
  webhook: {
11801
12087
  properties: {
@@ -11806,6 +12092,7 @@ export default {
11806
12092
  },
11807
12093
  required: ['webhook_id', 'url'],
11808
12094
  type: 'object',
12095
+ 'x-route-path': '/webhooks',
11809
12096
  },
11810
12097
  workspace: {
11811
12098
  properties: {
@@ -11828,6 +12115,7 @@ export default {
11828
12115
  'connect_partner_name',
11829
12116
  ],
11830
12117
  type: 'object',
12118
+ 'x-route-path': '/workspaces',
11831
12119
  },
11832
12120
  },
11833
12121
  securitySchemes: {
@@ -15114,6 +15402,35 @@ export default {
15114
15402
  ],
15115
15403
  type: 'object',
15116
15404
  },
15405
+ {
15406
+ description:
15407
+ 'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
15408
+ properties: {
15409
+ created_at: {
15410
+ description:
15411
+ 'Date and time at which Seam created the warning.',
15412
+ format: 'date-time',
15413
+ type: 'string',
15414
+ },
15415
+ message: {
15416
+ description:
15417
+ 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
15418
+ type: 'string',
15419
+ },
15420
+ warning_code: {
15421
+ description:
15422
+ 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
15423
+ enum: ['needs_to_be_reissued'],
15424
+ type: 'string',
15425
+ },
15426
+ },
15427
+ required: [
15428
+ 'created_at',
15429
+ 'message',
15430
+ 'warning_code',
15431
+ ],
15432
+ type: 'object',
15433
+ },
15117
15434
  ],
15118
15435
  },
15119
15436
  type: 'array',
@@ -15548,6 +15865,35 @@ export default {
15548
15865
  ],
15549
15866
  type: 'object',
15550
15867
  },
15868
+ {
15869
+ description:
15870
+ 'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
15871
+ properties: {
15872
+ created_at: {
15873
+ description:
15874
+ 'Date and time at which Seam created the warning.',
15875
+ format: 'date-time',
15876
+ type: 'string',
15877
+ },
15878
+ message: {
15879
+ description:
15880
+ 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
15881
+ type: 'string',
15882
+ },
15883
+ warning_code: {
15884
+ description:
15885
+ 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
15886
+ enum: ['needs_to_be_reissued'],
15887
+ type: 'string',
15888
+ },
15889
+ },
15890
+ required: [
15891
+ 'created_at',
15892
+ 'message',
15893
+ 'warning_code',
15894
+ ],
15895
+ type: 'object',
15896
+ },
15551
15897
  ],
15552
15898
  },
15553
15899
  type: 'array',
@@ -20759,6 +21105,7 @@ export default {
20759
21105
  'acs_user.deleted',
20760
21106
  'acs_credential.deleted',
20761
21107
  'acs_credential.issued',
21108
+ 'acs_credential.reissued',
20762
21109
  'acs_encoder.added',
20763
21110
  'acs_encoder.removed',
20764
21111
  'enrollment_automation.deleted',
@@ -20838,6 +21185,7 @@ export default {
20838
21185
  'acs_user.deleted',
20839
21186
  'acs_credential.deleted',
20840
21187
  'acs_credential.issued',
21188
+ 'acs_credential.reissued',
20841
21189
  'acs_encoder.added',
20842
21190
  'acs_encoder.removed',
20843
21191
  'enrollment_automation.deleted',