@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
@@ -1032,6 +1032,19 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
1032
1032
  message: string;
1033
1033
  warning_code: "unknown_issue_with_acs_credential";
1034
1034
  created_at: string;
1035
+ }>, z.ZodObject<z.objectUtil.extendShape<{
1036
+ created_at: z.ZodString;
1037
+ message: z.ZodString;
1038
+ }, {
1039
+ warning_code: z.ZodLiteral<"needs_to_be_reissued">;
1040
+ }>, "strip", z.ZodTypeAny, {
1041
+ message: string;
1042
+ warning_code: "needs_to_be_reissued";
1043
+ created_at: string;
1044
+ }, {
1045
+ message: string;
1046
+ warning_code: "needs_to_be_reissued";
1047
+ created_at: string;
1035
1048
  }>]>, "many">;
1036
1049
  is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
1037
1050
  is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -1092,6 +1105,10 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
1092
1105
  message: string;
1093
1106
  warning_code: "unknown_issue_with_acs_credential";
1094
1107
  created_at: string;
1108
+ } | {
1109
+ message: string;
1110
+ warning_code: "needs_to_be_reissued";
1111
+ created_at: string;
1095
1112
  })[];
1096
1113
  display_name: string;
1097
1114
  workspace_id: string;
@@ -1150,6 +1167,10 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
1150
1167
  message: string;
1151
1168
  warning_code: "unknown_issue_with_acs_credential";
1152
1169
  created_at: string;
1170
+ } | {
1171
+ message: string;
1172
+ warning_code: "needs_to_be_reissued";
1173
+ created_at: string;
1153
1174
  })[];
1154
1175
  display_name: string;
1155
1176
  workspace_id: string;
@@ -1277,6 +1298,19 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
1277
1298
  message: string;
1278
1299
  warning_code: "unknown_issue_with_acs_credential";
1279
1300
  created_at: string;
1301
+ }>, z.ZodObject<z.objectUtil.extendShape<{
1302
+ created_at: z.ZodString;
1303
+ message: z.ZodString;
1304
+ }, {
1305
+ warning_code: z.ZodLiteral<"needs_to_be_reissued">;
1306
+ }>, "strip", z.ZodTypeAny, {
1307
+ message: string;
1308
+ warning_code: "needs_to_be_reissued";
1309
+ created_at: string;
1310
+ }, {
1311
+ message: string;
1312
+ warning_code: "needs_to_be_reissued";
1313
+ created_at: string;
1280
1314
  }>]>, "many">;
1281
1315
  is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
1282
1316
  is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -1337,6 +1371,10 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
1337
1371
  message: string;
1338
1372
  warning_code: "unknown_issue_with_acs_credential";
1339
1373
  created_at: string;
1374
+ } | {
1375
+ message: string;
1376
+ warning_code: "needs_to_be_reissued";
1377
+ created_at: string;
1340
1378
  })[];
1341
1379
  display_name: string;
1342
1380
  workspace_id: string;
@@ -1395,6 +1433,10 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
1395
1433
  message: string;
1396
1434
  warning_code: "unknown_issue_with_acs_credential";
1397
1435
  created_at: string;
1436
+ } | {
1437
+ message: string;
1438
+ warning_code: "needs_to_be_reissued";
1439
+ created_at: string;
1398
1440
  })[];
1399
1441
  display_name: string;
1400
1442
  workspace_id: string;
@@ -1564,13 +1606,10 @@ declare const acs_entrance: z.ZodObject<{
1564
1606
  }>>;
1565
1607
  dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
1566
1608
  access_point_name: z.ZodString;
1567
- common_area_number: z.ZodOptional<z.ZodNumber>;
1568
1609
  }, "strip", z.ZodTypeAny, {
1569
1610
  access_point_name: string;
1570
- common_area_number?: number | undefined;
1571
1611
  }, {
1572
1612
  access_point_name: string;
1573
- common_area_number?: number | undefined;
1574
1613
  }>>;
1575
1614
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
1576
1615
  door_type: z.ZodEnum<["CommonDoor", "EntranceDoor", "GuestDoor", "Elevator"]>;
@@ -1646,7 +1685,6 @@ declare const acs_entrance: z.ZodObject<{
1646
1685
  } | undefined;
1647
1686
  dormakaba_community_metadata?: {
1648
1687
  access_point_name: string;
1649
- common_area_number?: number | undefined;
1650
1688
  } | undefined;
1651
1689
  salto_space_metadata?: {
1652
1690
  door_name: string;
@@ -1695,7 +1733,6 @@ declare const acs_entrance: z.ZodObject<{
1695
1733
  } | undefined;
1696
1734
  dormakaba_community_metadata?: {
1697
1735
  access_point_name: string;
1698
- common_area_number?: number | undefined;
1699
1736
  } | undefined;
1700
1737
  salto_space_metadata?: {
1701
1738
  door_name: string;
@@ -2824,6 +2861,19 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2824
2861
  message: string;
2825
2862
  warning_code: "unknown_issue_with_acs_credential";
2826
2863
  created_at: string;
2864
+ }>, z.ZodObject<z.objectUtil.extendShape<{
2865
+ created_at: z.ZodString;
2866
+ message: z.ZodString;
2867
+ }, {
2868
+ warning_code: z.ZodLiteral<"needs_to_be_reissued">;
2869
+ }>, "strip", z.ZodTypeAny, {
2870
+ message: string;
2871
+ warning_code: "needs_to_be_reissued";
2872
+ created_at: string;
2873
+ }, {
2874
+ message: string;
2875
+ warning_code: "needs_to_be_reissued";
2876
+ created_at: string;
2827
2877
  }>]>, "many">;
2828
2878
  is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
2829
2879
  is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -2884,6 +2934,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2884
2934
  message: string;
2885
2935
  warning_code: "unknown_issue_with_acs_credential";
2886
2936
  created_at: string;
2937
+ } | {
2938
+ message: string;
2939
+ warning_code: "needs_to_be_reissued";
2940
+ created_at: string;
2887
2941
  })[];
2888
2942
  display_name: string;
2889
2943
  workspace_id: string;
@@ -2942,6 +2996,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2942
2996
  message: string;
2943
2997
  warning_code: "unknown_issue_with_acs_credential";
2944
2998
  created_at: string;
2999
+ } | {
3000
+ message: string;
3001
+ warning_code: "needs_to_be_reissued";
3002
+ created_at: string;
2945
3003
  })[];
2946
3004
  display_name: string;
2947
3005
  workspace_id: string;
@@ -3068,6 +3126,19 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3068
3126
  message: string;
3069
3127
  warning_code: "unknown_issue_with_acs_credential";
3070
3128
  created_at: string;
3129
+ }>, z.ZodObject<z.objectUtil.extendShape<{
3130
+ created_at: z.ZodString;
3131
+ message: z.ZodString;
3132
+ }, {
3133
+ warning_code: z.ZodLiteral<"needs_to_be_reissued">;
3134
+ }>, "strip", z.ZodTypeAny, {
3135
+ message: string;
3136
+ warning_code: "needs_to_be_reissued";
3137
+ created_at: string;
3138
+ }, {
3139
+ message: string;
3140
+ warning_code: "needs_to_be_reissued";
3141
+ created_at: string;
3071
3142
  }>]>, "many">;
3072
3143
  is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
3073
3144
  is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -3128,6 +3199,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3128
3199
  message: string;
3129
3200
  warning_code: "unknown_issue_with_acs_credential";
3130
3201
  created_at: string;
3202
+ } | {
3203
+ message: string;
3204
+ warning_code: "needs_to_be_reissued";
3205
+ created_at: string;
3131
3206
  })[];
3132
3207
  display_name: string;
3133
3208
  workspace_id: string;
@@ -3186,6 +3261,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3186
3261
  message: string;
3187
3262
  warning_code: "unknown_issue_with_acs_credential";
3188
3263
  created_at: string;
3264
+ } | {
3265
+ message: string;
3266
+ warning_code: "needs_to_be_reissued";
3267
+ created_at: string;
3189
3268
  })[];
3190
3269
  display_name: string;
3191
3270
  workspace_id: string;
@@ -3281,6 +3360,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3281
3360
  message: string;
3282
3361
  warning_code: "unknown_issue_with_acs_credential";
3283
3362
  created_at: string;
3363
+ } | {
3364
+ message: string;
3365
+ warning_code: "needs_to_be_reissued";
3366
+ created_at: string;
3284
3367
  })[];
3285
3368
  display_name: string;
3286
3369
  workspace_id: string;
@@ -3339,6 +3422,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3339
3422
  message: string;
3340
3423
  warning_code: "unknown_issue_with_acs_credential";
3341
3424
  created_at: string;
3425
+ } | {
3426
+ message: string;
3427
+ warning_code: "needs_to_be_reissued";
3428
+ created_at: string;
3342
3429
  })[];
3343
3430
  display_name: string;
3344
3431
  workspace_id: string;
@@ -3424,6 +3511,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3424
3511
  message: string;
3425
3512
  warning_code: "unknown_issue_with_acs_credential";
3426
3513
  created_at: string;
3514
+ } | {
3515
+ message: string;
3516
+ warning_code: "needs_to_be_reissued";
3517
+ created_at: string;
3427
3518
  })[];
3428
3519
  display_name: string;
3429
3520
  workspace_id: string;
@@ -3482,6 +3573,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3482
3573
  message: string;
3483
3574
  warning_code: "unknown_issue_with_acs_credential";
3484
3575
  created_at: string;
3576
+ } | {
3577
+ message: string;
3578
+ warning_code: "needs_to_be_reissued";
3579
+ created_at: string;
3485
3580
  })[];
3486
3581
  display_name: string;
3487
3582
  workspace_id: string;
@@ -3572,6 +3667,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3572
3667
  message: string;
3573
3668
  warning_code: "unknown_issue_with_acs_credential";
3574
3669
  created_at: string;
3670
+ } | {
3671
+ message: string;
3672
+ warning_code: "needs_to_be_reissued";
3673
+ created_at: string;
3575
3674
  })[];
3576
3675
  display_name: string;
3577
3676
  workspace_id: string;
@@ -3630,6 +3729,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3630
3729
  message: string;
3631
3730
  warning_code: "unknown_issue_with_acs_credential";
3632
3731
  created_at: string;
3732
+ } | {
3733
+ message: string;
3734
+ warning_code: "needs_to_be_reissued";
3735
+ created_at: string;
3633
3736
  })[];
3634
3737
  display_name: string;
3635
3738
  workspace_id: string;
@@ -3721,6 +3824,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3721
3824
  message: string;
3722
3825
  warning_code: "unknown_issue_with_acs_credential";
3723
3826
  created_at: string;
3827
+ } | {
3828
+ message: string;
3829
+ warning_code: "needs_to_be_reissued";
3830
+ created_at: string;
3724
3831
  })[];
3725
3832
  display_name: string;
3726
3833
  workspace_id: string;
@@ -3779,6 +3886,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3779
3886
  message: string;
3780
3887
  warning_code: "unknown_issue_with_acs_credential";
3781
3888
  created_at: string;
3889
+ } | {
3890
+ message: string;
3891
+ warning_code: "needs_to_be_reissued";
3892
+ created_at: string;
3782
3893
  })[];
3783
3894
  display_name: string;
3784
3895
  workspace_id: string;
@@ -4003,6 +4114,19 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
4003
4114
  message: string;
4004
4115
  warning_code: "unknown_issue_with_acs_credential";
4005
4116
  created_at: string;
4117
+ }>, z.ZodObject<z.objectUtil.extendShape<{
4118
+ created_at: z.ZodString;
4119
+ message: z.ZodString;
4120
+ }, {
4121
+ warning_code: z.ZodLiteral<"needs_to_be_reissued">;
4122
+ }>, "strip", z.ZodTypeAny, {
4123
+ message: string;
4124
+ warning_code: "needs_to_be_reissued";
4125
+ created_at: string;
4126
+ }, {
4127
+ message: string;
4128
+ warning_code: "needs_to_be_reissued";
4129
+ created_at: string;
4006
4130
  }>]>, "many">;
4007
4131
  is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
4008
4132
  is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -4063,6 +4187,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
4063
4187
  message: string;
4064
4188
  warning_code: "unknown_issue_with_acs_credential";
4065
4189
  created_at: string;
4190
+ } | {
4191
+ message: string;
4192
+ warning_code: "needs_to_be_reissued";
4193
+ created_at: string;
4066
4194
  })[];
4067
4195
  display_name: string;
4068
4196
  workspace_id: string;
@@ -4121,6 +4249,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
4121
4249
  message: string;
4122
4250
  warning_code: "unknown_issue_with_acs_credential";
4123
4251
  created_at: string;
4252
+ } | {
4253
+ message: string;
4254
+ warning_code: "needs_to_be_reissued";
4255
+ created_at: string;
4124
4256
  })[];
4125
4257
  display_name: string;
4126
4258
  workspace_id: string;
@@ -4247,6 +4379,19 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
4247
4379
  message: string;
4248
4380
  warning_code: "unknown_issue_with_acs_credential";
4249
4381
  created_at: string;
4382
+ }>, z.ZodObject<z.objectUtil.extendShape<{
4383
+ created_at: z.ZodString;
4384
+ message: z.ZodString;
4385
+ }, {
4386
+ warning_code: z.ZodLiteral<"needs_to_be_reissued">;
4387
+ }>, "strip", z.ZodTypeAny, {
4388
+ message: string;
4389
+ warning_code: "needs_to_be_reissued";
4390
+ created_at: string;
4391
+ }, {
4392
+ message: string;
4393
+ warning_code: "needs_to_be_reissued";
4394
+ created_at: string;
4250
4395
  }>]>, "many">;
4251
4396
  is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
4252
4397
  is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -4307,6 +4452,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
4307
4452
  message: string;
4308
4453
  warning_code: "unknown_issue_with_acs_credential";
4309
4454
  created_at: string;
4455
+ } | {
4456
+ message: string;
4457
+ warning_code: "needs_to_be_reissued";
4458
+ created_at: string;
4310
4459
  })[];
4311
4460
  display_name: string;
4312
4461
  workspace_id: string;
@@ -4365,6 +4514,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
4365
4514
  message: string;
4366
4515
  warning_code: "unknown_issue_with_acs_credential";
4367
4516
  created_at: string;
4517
+ } | {
4518
+ message: string;
4519
+ warning_code: "needs_to_be_reissued";
4520
+ created_at: string;
4368
4521
  })[];
4369
4522
  display_name: string;
4370
4523
  workspace_id: string;
@@ -4428,6 +4581,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
4428
4581
  message: string;
4429
4582
  warning_code: "unknown_issue_with_acs_credential";
4430
4583
  created_at: string;
4584
+ } | {
4585
+ message: string;
4586
+ warning_code: "needs_to_be_reissued";
4587
+ created_at: string;
4431
4588
  })[];
4432
4589
  display_name: string;
4433
4590
  workspace_id: string;
@@ -4486,6 +4643,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
4486
4643
  message: string;
4487
4644
  warning_code: "unknown_issue_with_acs_credential";
4488
4645
  created_at: string;
4646
+ } | {
4647
+ message: string;
4648
+ warning_code: "needs_to_be_reissued";
4649
+ created_at: string;
4489
4650
  })[];
4490
4651
  display_name: string;
4491
4652
  workspace_id: string;
@@ -4550,6 +4711,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
4550
4711
  message: string;
4551
4712
  warning_code: "unknown_issue_with_acs_credential";
4552
4713
  created_at: string;
4714
+ } | {
4715
+ message: string;
4716
+ warning_code: "needs_to_be_reissued";
4717
+ created_at: string;
4553
4718
  })[];
4554
4719
  display_name: string;
4555
4720
  workspace_id: string;
@@ -4608,6 +4773,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
4608
4773
  message: string;
4609
4774
  warning_code: "unknown_issue_with_acs_credential";
4610
4775
  created_at: string;
4776
+ } | {
4777
+ message: string;
4778
+ warning_code: "needs_to_be_reissued";
4779
+ created_at: string;
4611
4780
  })[];
4612
4781
  display_name: string;
4613
4782
  workspace_id: string;
@@ -12276,6 +12445,36 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<z.o
12276
12445
  }, {
12277
12446
  connected_account_id: z.ZodOptional<z.ZodString>;
12278
12447
  acs_system_id: z.ZodString;
12448
+ }>, {
12449
+ acs_credential_id: z.ZodString;
12450
+ }>, {
12451
+ event_type: z.ZodLiteral<"acs_credential.reissued">;
12452
+ }>, "strip", z.ZodTypeAny, {
12453
+ created_at: string;
12454
+ workspace_id: string;
12455
+ acs_system_id: string;
12456
+ acs_credential_id: string;
12457
+ event_id: string;
12458
+ occurred_at: string;
12459
+ event_type: "acs_credential.reissued";
12460
+ connected_account_id?: string | undefined;
12461
+ }, {
12462
+ created_at: string;
12463
+ workspace_id: string;
12464
+ acs_system_id: string;
12465
+ acs_credential_id: string;
12466
+ event_id: string;
12467
+ occurred_at: string;
12468
+ event_type: "acs_credential.reissued";
12469
+ connected_account_id?: string | undefined;
12470
+ }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
12471
+ event_id: z.ZodString;
12472
+ workspace_id: z.ZodString;
12473
+ created_at: z.ZodString;
12474
+ occurred_at: z.ZodString;
12475
+ }, {
12476
+ connected_account_id: z.ZodOptional<z.ZodString>;
12477
+ acs_system_id: z.ZodString;
12279
12478
  }>, {
12280
12479
  acs_user_id: z.ZodString;
12281
12480
  }>, {
@@ -14102,6 +14301,7 @@ declare const _default: {
14102
14301
  };
14103
14302
  required: string[];
14104
14303
  type: string;
14304
+ 'x-route-path': string;
14105
14305
  };
14106
14306
  acs_access_group: {
14107
14307
  description: string;
@@ -14185,6 +14385,7 @@ declare const _default: {
14185
14385
  };
14186
14386
  required: string[];
14187
14387
  type: string;
14388
+ 'x-route-path': string;
14188
14389
  };
14189
14390
  acs_credential: {
14190
14391
  description: string;
@@ -14414,6 +14615,7 @@ declare const _default: {
14414
14615
  };
14415
14616
  required: string[];
14416
14617
  type: string;
14618
+ 'x-route-path': string;
14417
14619
  };
14418
14620
  acs_credential_provisioning_automation: {
14419
14621
  properties: {
@@ -14440,6 +14642,7 @@ declare const _default: {
14440
14642
  };
14441
14643
  required: string[];
14442
14644
  type: string;
14645
+ 'x-route-path': string;
14443
14646
  };
14444
14647
  acs_entrance: {
14445
14648
  description: string;
@@ -14491,10 +14694,6 @@ declare const _default: {
14491
14694
  access_point_name: {
14492
14695
  type: string;
14493
14696
  };
14494
- common_area_number: {
14495
- format: string;
14496
- type: string;
14497
- };
14498
14697
  };
14499
14698
  required: string[];
14500
14699
  type: string;
@@ -14609,6 +14808,7 @@ declare const _default: {
14609
14808
  };
14610
14809
  required: string[];
14611
14810
  type: string;
14811
+ 'x-route-path': string;
14612
14812
  };
14613
14813
  acs_system: {
14614
14814
  description: string;
@@ -14836,6 +15036,7 @@ declare const _default: {
14836
15036
  };
14837
15037
  required: string[];
14838
15038
  type: string;
15039
+ 'x-route-path': string;
14839
15040
  };
14840
15041
  acs_user: {
14841
15042
  description: string;
@@ -15007,6 +15208,7 @@ declare const _default: {
15007
15208
  };
15008
15209
  required: string[];
15009
15210
  type: string;
15211
+ 'x-route-path': string;
15010
15212
  };
15011
15213
  action_attempt: {
15012
15214
  oneOf: ({
@@ -15947,6 +16149,7 @@ declare const _default: {
15947
16149
  type: string;
15948
16150
  description?: never;
15949
16151
  })[];
16152
+ 'x-route-path': string;
15950
16153
  };
15951
16154
  client_session: {
15952
16155
  properties: {
@@ -16001,6 +16204,7 @@ declare const _default: {
16001
16204
  };
16002
16205
  required: string[];
16003
16206
  type: string;
16207
+ 'x-route-path': string;
16004
16208
  };
16005
16209
  connect_webview: {
16006
16210
  properties: {
@@ -16094,6 +16298,7 @@ declare const _default: {
16094
16298
  };
16095
16299
  required: string[];
16096
16300
  type: string;
16301
+ 'x-route-path': string;
16097
16302
  };
16098
16303
  connected_account: {
16099
16304
  properties: {
@@ -16199,6 +16404,7 @@ declare const _default: {
16199
16404
  };
16200
16405
  required: string[];
16201
16406
  type: string;
16407
+ 'x-route-path': string;
16202
16408
  };
16203
16409
  device: {
16204
16410
  properties: {
@@ -17465,6 +17671,7 @@ declare const _default: {
17465
17671
  };
17466
17672
  required: string[];
17467
17673
  type: string;
17674
+ 'x-route-path': string;
17468
17675
  };
17469
17676
  available_climate_presets: {
17470
17677
  items: {
@@ -17818,6 +18025,7 @@ declare const _default: {
17818
18025
  };
17819
18026
  required: string[];
17820
18027
  type: string;
18028
+ 'x-route-path': string;
17821
18029
  };
17822
18030
  device_provider: {
17823
18031
  properties: {
@@ -17874,6 +18082,7 @@ declare const _default: {
17874
18082
  };
17875
18083
  required: string[];
17876
18084
  type: string;
18085
+ 'x-route-path': string;
17877
18086
  };
17878
18087
  enrollment_automation: {
17879
18088
  description: string;
@@ -17906,6 +18115,7 @@ declare const _default: {
17906
18115
  };
17907
18116
  required: string[];
17908
18117
  type: string;
18118
+ 'x-route-path': string;
17909
18119
  };
17910
18120
  event: {
17911
18121
  discriminator: {
@@ -17996,6 +18206,7 @@ declare const _default: {
17996
18206
  };
17997
18207
  required: string[];
17998
18208
  type: string;
18209
+ 'x-route-path': string;
17999
18210
  deprecated?: never;
18000
18211
  'x-deprecated'?: never;
18001
18212
  } | {
@@ -18087,6 +18298,7 @@ declare const _default: {
18087
18298
  };
18088
18299
  required: string[];
18089
18300
  type: string;
18301
+ 'x-route-path': string;
18090
18302
  deprecated?: never;
18091
18303
  'x-deprecated'?: never;
18092
18304
  } | {
@@ -18178,6 +18390,7 @@ declare const _default: {
18178
18390
  };
18179
18391
  required: string[];
18180
18392
  type: string;
18393
+ 'x-route-path': string;
18181
18394
  deprecated?: never;
18182
18395
  'x-deprecated'?: never;
18183
18396
  } | {
@@ -18267,6 +18480,7 @@ declare const _default: {
18267
18480
  };
18268
18481
  required: string[];
18269
18482
  type: string;
18483
+ 'x-route-path': string;
18270
18484
  deprecated?: never;
18271
18485
  'x-deprecated'?: never;
18272
18486
  } | {
@@ -18350,6 +18564,7 @@ declare const _default: {
18350
18564
  };
18351
18565
  required: string[];
18352
18566
  type: string;
18567
+ 'x-route-path': string;
18353
18568
  deprecated?: never;
18354
18569
  'x-deprecated'?: never;
18355
18570
  } | {
@@ -18436,17 +18651,18 @@ declare const _default: {
18436
18651
  };
18437
18652
  required: string[];
18438
18653
  type: string;
18654
+ 'x-route-path': string;
18439
18655
  deprecated?: never;
18440
18656
  'x-deprecated'?: never;
18441
18657
  } | {
18442
18658
  description: string;
18443
18659
  properties: {
18444
- acs_system_id: {
18445
- description: string;
18660
+ acs_credential_id: {
18446
18661
  format: string;
18447
18662
  type: string;
18448
18663
  };
18449
- acs_user_id: {
18664
+ acs_system_id: {
18665
+ description: string;
18450
18666
  format: string;
18451
18667
  type: string;
18452
18668
  };
@@ -18483,7 +18699,7 @@ declare const _default: {
18483
18699
  device_id?: never;
18484
18700
  code?: never;
18485
18701
  backup_access_code_id?: never;
18486
- acs_credential_id?: never;
18702
+ acs_user_id?: never;
18487
18703
  acs_encoder_id?: never;
18488
18704
  acs_access_group_id?: never;
18489
18705
  client_session_id?: never;
@@ -18522,18 +18738,18 @@ declare const _default: {
18522
18738
  };
18523
18739
  required: string[];
18524
18740
  type: string;
18741
+ 'x-route-path'?: never;
18525
18742
  deprecated?: never;
18526
18743
  'x-deprecated'?: never;
18527
18744
  } | {
18528
18745
  description: string;
18529
18746
  properties: {
18530
- acs_encoder_id: {
18747
+ acs_system_id: {
18531
18748
  description: string;
18532
18749
  format: string;
18533
18750
  type: string;
18534
18751
  };
18535
- acs_system_id: {
18536
- description: string;
18752
+ acs_user_id: {
18537
18753
  format: string;
18538
18754
  type: string;
18539
18755
  };
@@ -18571,7 +18787,7 @@ declare const _default: {
18571
18787
  code?: never;
18572
18788
  backup_access_code_id?: never;
18573
18789
  acs_credential_id?: never;
18574
- acs_user_id?: never;
18790
+ acs_encoder_id?: never;
18575
18791
  acs_access_group_id?: never;
18576
18792
  client_session_id?: never;
18577
18793
  connect_webview_id?: never;
@@ -18609,12 +18825,14 @@ declare const _default: {
18609
18825
  };
18610
18826
  required: string[];
18611
18827
  type: string;
18828
+ 'x-route-path': string;
18612
18829
  deprecated?: never;
18613
18830
  'x-deprecated'?: never;
18614
18831
  } | {
18615
18832
  description: string;
18616
18833
  properties: {
18617
- acs_access_group_id: {
18834
+ acs_encoder_id: {
18835
+ description: string;
18618
18836
  format: string;
18619
18837
  type: string;
18620
18838
  };
@@ -18658,7 +18876,7 @@ declare const _default: {
18658
18876
  backup_access_code_id?: never;
18659
18877
  acs_credential_id?: never;
18660
18878
  acs_user_id?: never;
18661
- acs_encoder_id?: never;
18879
+ acs_access_group_id?: never;
18662
18880
  client_session_id?: never;
18663
18881
  connect_webview_id?: never;
18664
18882
  action_attempt_id?: never;
@@ -18695,12 +18913,22 @@ declare const _default: {
18695
18913
  };
18696
18914
  required: string[];
18697
18915
  type: string;
18916
+ 'x-route-path': string;
18698
18917
  deprecated?: never;
18699
18918
  'x-deprecated'?: never;
18700
18919
  } | {
18701
18920
  description: string;
18702
18921
  properties: {
18703
- client_session_id: {
18922
+ acs_access_group_id: {
18923
+ format: string;
18924
+ type: string;
18925
+ };
18926
+ acs_system_id: {
18927
+ description: string;
18928
+ format: string;
18929
+ type: string;
18930
+ };
18931
+ connected_account_id: {
18704
18932
  description: string;
18705
18933
  format: string;
18706
18934
  type: string;
@@ -18730,15 +18958,13 @@ declare const _default: {
18730
18958
  type: string;
18731
18959
  };
18732
18960
  access_code_id?: never;
18733
- connected_account_id?: never;
18734
18961
  device_id?: never;
18735
18962
  code?: never;
18736
18963
  backup_access_code_id?: never;
18737
- acs_system_id?: never;
18738
18964
  acs_credential_id?: never;
18739
18965
  acs_user_id?: never;
18740
18966
  acs_encoder_id?: never;
18741
- acs_access_group_id?: never;
18967
+ client_session_id?: never;
18742
18968
  connect_webview_id?: never;
18743
18969
  action_attempt_id?: never;
18744
18970
  action_type?: never;
@@ -18774,17 +19000,13 @@ declare const _default: {
18774
19000
  };
18775
19001
  required: string[];
18776
19002
  type: string;
19003
+ 'x-route-path': string;
18777
19004
  deprecated?: never;
18778
19005
  'x-deprecated'?: never;
18779
19006
  } | {
18780
19007
  description: string;
18781
19008
  properties: {
18782
- connect_webview_id: {
18783
- description: string;
18784
- format: string;
18785
- type: string;
18786
- };
18787
- connected_account_id: {
19009
+ client_session_id: {
18788
19010
  description: string;
18789
19011
  format: string;
18790
19012
  type: string;
@@ -18814,6 +19036,7 @@ declare const _default: {
18814
19036
  type: string;
18815
19037
  };
18816
19038
  access_code_id?: never;
19039
+ connected_account_id?: never;
18817
19040
  device_id?: never;
18818
19041
  code?: never;
18819
19042
  backup_access_code_id?: never;
@@ -18822,7 +19045,7 @@ declare const _default: {
18822
19045
  acs_user_id?: never;
18823
19046
  acs_encoder_id?: never;
18824
19047
  acs_access_group_id?: never;
18825
- client_session_id?: never;
19048
+ connect_webview_id?: never;
18826
19049
  action_attempt_id?: never;
18827
19050
  action_type?: never;
18828
19051
  status?: never;
@@ -18857,10 +19080,10 @@ declare const _default: {
18857
19080
  };
18858
19081
  required: string[];
18859
19082
  type: string;
19083
+ 'x-route-path': string;
18860
19084
  deprecated?: never;
18861
19085
  'x-deprecated'?: never;
18862
19086
  } | {
18863
- deprecated: boolean;
18864
19087
  description: string;
18865
19088
  properties: {
18866
19089
  connect_webview_id: {
@@ -18941,10 +19164,18 @@ declare const _default: {
18941
19164
  };
18942
19165
  required: string[];
18943
19166
  type: string;
18944
- 'x-deprecated': string;
19167
+ 'x-route-path': string;
19168
+ deprecated?: never;
19169
+ 'x-deprecated'?: never;
18945
19170
  } | {
19171
+ deprecated: boolean;
18946
19172
  description: string;
18947
19173
  properties: {
19174
+ connect_webview_id: {
19175
+ description: string;
19176
+ format: string;
19177
+ type: string;
19178
+ };
18948
19179
  connected_account_id: {
18949
19180
  description: string;
18950
19181
  format: string;
@@ -18984,7 +19215,6 @@ declare const _default: {
18984
19215
  acs_encoder_id?: never;
18985
19216
  acs_access_group_id?: never;
18986
19217
  client_session_id?: never;
18987
- connect_webview_id?: never;
18988
19218
  action_attempt_id?: never;
18989
19219
  action_type?: never;
18990
19220
  status?: never;
@@ -19019,20 +19249,16 @@ declare const _default: {
19019
19249
  };
19020
19250
  required: string[];
19021
19251
  type: string;
19022
- deprecated?: never;
19023
- 'x-deprecated'?: never;
19252
+ 'x-deprecated': string;
19253
+ 'x-route-path': string;
19024
19254
  } | {
19025
19255
  description: string;
19026
19256
  properties: {
19027
- action_attempt_id: {
19257
+ connected_account_id: {
19028
19258
  description: string;
19029
19259
  format: string;
19030
19260
  type: string;
19031
19261
  };
19032
- action_type: {
19033
- description: string;
19034
- type: string;
19035
- };
19036
19262
  created_at: {
19037
19263
  description: string;
19038
19264
  format: string;
@@ -19052,17 +19278,12 @@ declare const _default: {
19052
19278
  format: string;
19053
19279
  type: string;
19054
19280
  };
19055
- status: {
19056
- description: string;
19057
- type: string;
19058
- };
19059
19281
  workspace_id: {
19060
19282
  description: string;
19061
19283
  format: string;
19062
19284
  type: string;
19063
19285
  };
19064
19286
  access_code_id?: never;
19065
- connected_account_id?: never;
19066
19287
  device_id?: never;
19067
19288
  code?: never;
19068
19289
  backup_access_code_id?: never;
@@ -19073,6 +19294,9 @@ declare const _default: {
19073
19294
  acs_access_group_id?: never;
19074
19295
  client_session_id?: never;
19075
19296
  connect_webview_id?: never;
19297
+ action_attempt_id?: never;
19298
+ action_type?: never;
19299
+ status?: never;
19076
19300
  error_code?: never;
19077
19301
  battery_level?: never;
19078
19302
  battery_status?: never;
@@ -19104,16 +19328,21 @@ declare const _default: {
19104
19328
  };
19105
19329
  required: string[];
19106
19330
  type: string;
19331
+ 'x-route-path': string;
19107
19332
  deprecated?: never;
19108
19333
  'x-deprecated'?: never;
19109
19334
  } | {
19110
19335
  description: string;
19111
19336
  properties: {
19112
- connect_webview_id: {
19337
+ action_attempt_id: {
19113
19338
  description: string;
19114
19339
  format: string;
19115
19340
  type: string;
19116
19341
  };
19342
+ action_type: {
19343
+ description: string;
19344
+ type: string;
19345
+ };
19117
19346
  created_at: {
19118
19347
  description: string;
19119
19348
  format: string;
@@ -19133,6 +19362,10 @@ declare const _default: {
19133
19362
  format: string;
19134
19363
  type: string;
19135
19364
  };
19365
+ status: {
19366
+ description: string;
19367
+ type: string;
19368
+ };
19136
19369
  workspace_id: {
19137
19370
  description: string;
19138
19371
  format: string;
@@ -19149,9 +19382,7 @@ declare const _default: {
19149
19382
  acs_encoder_id?: never;
19150
19383
  acs_access_group_id?: never;
19151
19384
  client_session_id?: never;
19152
- action_attempt_id?: never;
19153
- action_type?: never;
19154
- status?: never;
19385
+ connect_webview_id?: never;
19155
19386
  error_code?: never;
19156
19387
  battery_level?: never;
19157
19388
  battery_status?: never;
@@ -19183,12 +19414,13 @@ declare const _default: {
19183
19414
  };
19184
19415
  required: string[];
19185
19416
  type: string;
19417
+ 'x-route-path': string;
19186
19418
  deprecated?: never;
19187
19419
  'x-deprecated'?: never;
19188
19420
  } | {
19189
19421
  description: string;
19190
19422
  properties: {
19191
- connected_account_id: {
19423
+ connect_webview_id: {
19192
19424
  description: string;
19193
19425
  format: string;
19194
19426
  type: string;
@@ -19198,11 +19430,6 @@ declare const _default: {
19198
19430
  format: string;
19199
19431
  type: string;
19200
19432
  };
19201
- device_id: {
19202
- description: string;
19203
- format: string;
19204
- type: string;
19205
- };
19206
19433
  event_id: {
19207
19434
  description: string;
19208
19435
  format: string;
@@ -19223,6 +19450,8 @@ declare const _default: {
19223
19450
  type: string;
19224
19451
  };
19225
19452
  access_code_id?: never;
19453
+ connected_account_id?: never;
19454
+ device_id?: never;
19226
19455
  code?: never;
19227
19456
  backup_access_code_id?: never;
19228
19457
  acs_system_id?: never;
@@ -19231,7 +19460,6 @@ declare const _default: {
19231
19460
  acs_encoder_id?: never;
19232
19461
  acs_access_group_id?: never;
19233
19462
  client_session_id?: never;
19234
- connect_webview_id?: never;
19235
19463
  action_attempt_id?: never;
19236
19464
  action_type?: never;
19237
19465
  status?: never;
@@ -19266,6 +19494,91 @@ declare const _default: {
19266
19494
  };
19267
19495
  required: string[];
19268
19496
  type: string;
19497
+ 'x-route-path': string;
19498
+ deprecated?: never;
19499
+ 'x-deprecated'?: never;
19500
+ } | {
19501
+ description: string;
19502
+ properties: {
19503
+ connected_account_id: {
19504
+ description: string;
19505
+ format: string;
19506
+ type: string;
19507
+ };
19508
+ created_at: {
19509
+ description: string;
19510
+ format: string;
19511
+ type: string;
19512
+ };
19513
+ device_id: {
19514
+ description: string;
19515
+ format: string;
19516
+ type: string;
19517
+ };
19518
+ event_id: {
19519
+ description: string;
19520
+ format: string;
19521
+ type: string;
19522
+ };
19523
+ event_type: {
19524
+ enum: string[];
19525
+ type: string;
19526
+ };
19527
+ occurred_at: {
19528
+ description: string;
19529
+ format: string;
19530
+ type: string;
19531
+ };
19532
+ workspace_id: {
19533
+ description: string;
19534
+ format: string;
19535
+ type: string;
19536
+ };
19537
+ access_code_id?: never;
19538
+ code?: never;
19539
+ backup_access_code_id?: never;
19540
+ acs_system_id?: never;
19541
+ acs_credential_id?: never;
19542
+ acs_user_id?: never;
19543
+ acs_encoder_id?: never;
19544
+ acs_access_group_id?: never;
19545
+ client_session_id?: never;
19546
+ connect_webview_id?: never;
19547
+ action_attempt_id?: never;
19548
+ action_type?: never;
19549
+ status?: never;
19550
+ error_code?: never;
19551
+ battery_level?: never;
19552
+ battery_status?: never;
19553
+ minut_metadata?: never;
19554
+ noise_level_decibels?: never;
19555
+ noise_level_nrs?: never;
19556
+ noise_threshold_id?: never;
19557
+ noise_threshold_name?: never;
19558
+ noiseaware_metadata?: never;
19559
+ method?: never;
19560
+ climate_preset_key?: never;
19561
+ is_fallback_climate_preset?: never;
19562
+ thermostat_schedule_id?: never;
19563
+ cooling_set_point_celsius?: never;
19564
+ cooling_set_point_fahrenheit?: never;
19565
+ fan_mode_setting?: never;
19566
+ heating_set_point_celsius?: never;
19567
+ heating_set_point_fahrenheit?: never;
19568
+ hvac_mode_setting?: never;
19569
+ lower_limit_celsius?: never;
19570
+ lower_limit_fahrenheit?: never;
19571
+ temperature_celsius?: never;
19572
+ temperature_fahrenheit?: never;
19573
+ upper_limit_celsius?: never;
19574
+ upper_limit_fahrenheit?: never;
19575
+ desired_temperature_celsius?: never;
19576
+ desired_temperature_fahrenheit?: never;
19577
+ enrollment_automation_id?: never;
19578
+ };
19579
+ required: string[];
19580
+ type: string;
19581
+ 'x-route-path': string;
19269
19582
  deprecated?: never;
19270
19583
  'x-deprecated'?: never;
19271
19584
  } | {
@@ -19353,6 +19666,7 @@ declare const _default: {
19353
19666
  };
19354
19667
  required: string[];
19355
19668
  type: string;
19669
+ 'x-route-path': string;
19356
19670
  deprecated?: never;
19357
19671
  'x-deprecated'?: never;
19358
19672
  } | {
@@ -19442,6 +19756,7 @@ declare const _default: {
19442
19756
  };
19443
19757
  required: string[];
19444
19758
  type: string;
19759
+ 'x-route-path': string;
19445
19760
  deprecated?: never;
19446
19761
  'x-deprecated'?: never;
19447
19762
  } | {
@@ -19535,6 +19850,7 @@ declare const _default: {
19535
19850
  };
19536
19851
  required: string[];
19537
19852
  type: string;
19853
+ 'x-route-path': string;
19538
19854
  deprecated?: never;
19539
19855
  'x-deprecated'?: never;
19540
19856
  } | {
@@ -19641,6 +19957,7 @@ declare const _default: {
19641
19957
  };
19642
19958
  required: string[];
19643
19959
  type: string;
19960
+ 'x-route-path': string;
19644
19961
  deprecated?: never;
19645
19962
  'x-deprecated'?: never;
19646
19963
  } | {
@@ -19736,6 +20053,7 @@ declare const _default: {
19736
20053
  };
19737
20054
  required: string[];
19738
20055
  type: string;
20056
+ 'x-route-path': string;
19739
20057
  deprecated?: never;
19740
20058
  'x-deprecated'?: never;
19741
20059
  } | {
@@ -19830,6 +20148,7 @@ declare const _default: {
19830
20148
  };
19831
20149
  required: string[];
19832
20150
  type: string;
20151
+ 'x-route-path': string;
19833
20152
  deprecated?: never;
19834
20153
  'x-deprecated'?: never;
19835
20154
  } | {
@@ -19941,6 +20260,7 @@ declare const _default: {
19941
20260
  };
19942
20261
  required: string[];
19943
20262
  type: string;
20263
+ 'x-route-path': string;
19944
20264
  deprecated?: never;
19945
20265
  'x-deprecated'?: never;
19946
20266
  } | {
@@ -20052,6 +20372,7 @@ declare const _default: {
20052
20372
  };
20053
20373
  required: string[];
20054
20374
  type: string;
20375
+ 'x-route-path': string;
20055
20376
  deprecated?: never;
20056
20377
  'x-deprecated'?: never;
20057
20378
  } | {
@@ -20150,6 +20471,7 @@ declare const _default: {
20150
20471
  };
20151
20472
  required: string[];
20152
20473
  type: string;
20474
+ 'x-route-path': string;
20153
20475
  description?: never;
20154
20476
  deprecated?: never;
20155
20477
  'x-deprecated'?: never;
@@ -20230,6 +20552,7 @@ declare const _default: {
20230
20552
  };
20231
20553
  required: string[];
20232
20554
  type: string;
20555
+ 'x-route-path': string;
20233
20556
  deprecated?: never;
20234
20557
  'x-deprecated'?: never;
20235
20558
  } | {
@@ -20309,9 +20632,11 @@ declare const _default: {
20309
20632
  };
20310
20633
  required: string[];
20311
20634
  type: string;
20635
+ 'x-route-path': string;
20312
20636
  deprecated?: never;
20313
20637
  'x-deprecated'?: never;
20314
20638
  })[];
20639
+ 'x-route-path': string;
20315
20640
  };
20316
20641
  network: {
20317
20642
  properties: {
@@ -20333,6 +20658,7 @@ declare const _default: {
20333
20658
  };
20334
20659
  required: string[];
20335
20660
  type: string;
20661
+ 'x-route-path': string;
20336
20662
  };
20337
20663
  noise_threshold: {
20338
20664
  properties: {
@@ -20364,6 +20690,7 @@ declare const _default: {
20364
20690
  };
20365
20691
  required: string[];
20366
20692
  type: string;
20693
+ 'x-route-path': string;
20367
20694
  };
20368
20695
  phone: {
20369
20696
  properties: {
@@ -20559,6 +20886,7 @@ declare const _default: {
20559
20886
  };
20560
20887
  required: string[];
20561
20888
  type: string;
20889
+ 'x-route-path': string;
20562
20890
  };
20563
20891
  service_health: {
20564
20892
  properties: {
@@ -20575,6 +20903,7 @@ declare const _default: {
20575
20903
  };
20576
20904
  required: string[];
20577
20905
  type: string;
20906
+ 'x-route-path': string;
20578
20907
  };
20579
20908
  thermostat_schedule: {
20580
20909
  description: string;
@@ -20641,6 +20970,7 @@ declare const _default: {
20641
20970
  };
20642
20971
  required: string[];
20643
20972
  type: string;
20973
+ 'x-route-path': string;
20644
20974
  };
20645
20975
  unmanaged_access_code: {
20646
20976
  properties: {
@@ -20780,6 +21110,7 @@ declare const _default: {
20780
21110
  };
20781
21111
  required: string[];
20782
21112
  type: string;
21113
+ 'x-route-path': string;
20783
21114
  };
20784
21115
  unmanaged_device: {
20785
21116
  properties: {
@@ -21057,6 +21388,7 @@ declare const _default: {
21057
21388
  };
21058
21389
  required: string[];
21059
21390
  type: string;
21391
+ 'x-route-path': string;
21060
21392
  };
21061
21393
  user_identity: {
21062
21394
  description: string;
@@ -21105,6 +21437,7 @@ declare const _default: {
21105
21437
  };
21106
21438
  required: string[];
21107
21439
  type: string;
21440
+ 'x-route-path': string;
21108
21441
  };
21109
21442
  webhook: {
21110
21443
  properties: {
@@ -21126,6 +21459,7 @@ declare const _default: {
21126
21459
  };
21127
21460
  required: string[];
21128
21461
  type: string;
21462
+ 'x-route-path': string;
21129
21463
  };
21130
21464
  workspace: {
21131
21465
  properties: {
@@ -21151,6 +21485,7 @@ declare const _default: {
21151
21485
  };
21152
21486
  required: string[];
21153
21487
  type: string;
21488
+ 'x-route-path': string;
21154
21489
  };
21155
21490
  };
21156
21491
  securitySchemes: {
@@ -37652,6 +37987,7 @@ interface Routes {
37652
37987
  commonParams: {};
37653
37988
  formData: {};
37654
37989
  jsonResponse: {
37990
+ /** */
37655
37991
  action_attempt: {
37656
37992
  /** The ID of the action attempt. */
37657
37993
  action_attempt_id: string;
@@ -37816,6 +38152,13 @@ interface Routes {
37816
38152
  message: string;
37817
38153
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37818
38154
  warning_code: 'unknown_issue_with_acs_credential';
38155
+ } | {
38156
+ /** Date and time at which Seam created the warning. */
38157
+ created_at: string;
38158
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38159
+ message: string;
38160
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38161
+ warning_code: 'needs_to_be_reissued';
37819
38162
  }>;
37820
38163
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
37821
38164
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -37909,6 +38252,13 @@ interface Routes {
37909
38252
  message: string;
37910
38253
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37911
38254
  warning_code: 'unknown_issue_with_acs_credential';
38255
+ } | {
38256
+ /** Date and time at which Seam created the warning. */
38257
+ created_at: string;
38258
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38259
+ message: string;
38260
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38261
+ warning_code: 'needs_to_be_reissued';
37912
38262
  }>;
37913
38263
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
37914
38264
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -38039,6 +38389,13 @@ interface Routes {
38039
38389
  message: string;
38040
38390
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38041
38391
  warning_code: 'unknown_issue_with_acs_credential';
38392
+ } | {
38393
+ /** Date and time at which Seam created the warning. */
38394
+ created_at: string;
38395
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38396
+ message: string;
38397
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38398
+ warning_code: 'needs_to_be_reissued';
38042
38399
  }>;
38043
38400
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
38044
38401
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -38132,6 +38489,13 @@ interface Routes {
38132
38489
  message: string;
38133
38490
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38134
38491
  warning_code: 'unknown_issue_with_acs_credential';
38492
+ } | {
38493
+ /** Date and time at which Seam created the warning. */
38494
+ created_at: string;
38495
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38496
+ message: string;
38497
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38498
+ warning_code: 'needs_to_be_reissued';
38135
38499
  }>;
38136
38500
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
38137
38501
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -38444,6 +38808,7 @@ interface Routes {
38444
38808
  message: string;
38445
38809
  };
38446
38810
  };
38811
+ /** */
38447
38812
  access_code: {
38448
38813
  /** Unique identifier for a group of access codes that share the same code. */
38449
38814
  common_code_key: string | null;
@@ -38729,6 +39094,7 @@ interface Routes {
38729
39094
  };
38730
39095
  formData: {};
38731
39096
  jsonResponse: {
39097
+ /** */
38732
39098
  action_attempt: {
38733
39099
  /** The ID of the action attempt. */
38734
39100
  action_attempt_id: string;
@@ -38893,6 +39259,13 @@ interface Routes {
38893
39259
  message: string;
38894
39260
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38895
39261
  warning_code: 'unknown_issue_with_acs_credential';
39262
+ } | {
39263
+ /** Date and time at which Seam created the warning. */
39264
+ created_at: string;
39265
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
39266
+ message: string;
39267
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
39268
+ warning_code: 'needs_to_be_reissued';
38896
39269
  }>;
38897
39270
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
38898
39271
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -38986,6 +39359,13 @@ interface Routes {
38986
39359
  message: string;
38987
39360
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38988
39361
  warning_code: 'unknown_issue_with_acs_credential';
39362
+ } | {
39363
+ /** Date and time at which Seam created the warning. */
39364
+ created_at: string;
39365
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
39366
+ message: string;
39367
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
39368
+ warning_code: 'needs_to_be_reissued';
38989
39369
  }>;
38990
39370
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
38991
39371
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -39116,6 +39496,13 @@ interface Routes {
39116
39496
  message: string;
39117
39497
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
39118
39498
  warning_code: 'unknown_issue_with_acs_credential';
39499
+ } | {
39500
+ /** Date and time at which Seam created the warning. */
39501
+ created_at: string;
39502
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
39503
+ message: string;
39504
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
39505
+ warning_code: 'needs_to_be_reissued';
39119
39506
  }>;
39120
39507
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
39121
39508
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -39209,6 +39596,13 @@ interface Routes {
39209
39596
  message: string;
39210
39597
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
39211
39598
  warning_code: 'unknown_issue_with_acs_credential';
39599
+ } | {
39600
+ /** Date and time at which Seam created the warning. */
39601
+ created_at: string;
39602
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
39603
+ message: string;
39604
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
39605
+ warning_code: 'needs_to_be_reissued';
39212
39606
  }>;
39213
39607
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
39214
39608
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -39551,6 +39945,7 @@ interface Routes {
39551
39945
  };
39552
39946
  formData: {};
39553
39947
  jsonResponse: {
39948
+ /** */
39554
39949
  access_code: {
39555
39950
  /** Unique identifier for a group of access codes that share the same code. */
39556
39951
  common_code_key: string | null;
@@ -39821,6 +40216,7 @@ interface Routes {
39821
40216
  commonParams: {};
39822
40217
  formData: {};
39823
40218
  jsonResponse: {
40219
+ /** */
39824
40220
  backup_access_code: {
39825
40221
  /** Unique identifier for a group of access codes that share the same code. */
39826
40222
  common_code_key: string | null;
@@ -39943,6 +40339,7 @@ interface Routes {
39943
40339
  /** Indicates whether the access code is intended for use in offline scenarios. If "true," this code can be created on a device without a network connection. */
39944
40340
  is_offline_access_code: boolean;
39945
40341
  };
40342
+ /** */
39946
40343
  access_code: {
39947
40344
  /** Unique identifier for a group of access codes that share the same code. */
39948
40345
  common_code_key: string | null;
@@ -40079,6 +40476,7 @@ interface Routes {
40079
40476
  commonParams: {};
40080
40477
  formData: {};
40081
40478
  jsonResponse: {
40479
+ /** */
40082
40480
  access_code: {
40083
40481
  /** Nature of the access code. Values are "ongoing" for access codes that are active continuously until deactivated manually or "time_bound" for access codes that have a specific duration. */
40084
40482
  type: 'time_bound' | 'ongoing';
@@ -40207,6 +40605,7 @@ interface Routes {
40207
40605
  };
40208
40606
  formData: {};
40209
40607
  jsonResponse: {
40608
+ /** */
40210
40609
  action_attempt: {
40211
40610
  /** The ID of the action attempt. */
40212
40611
  action_attempt_id: string;
@@ -40371,6 +40770,13 @@ interface Routes {
40371
40770
  message: string;
40372
40771
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40373
40772
  warning_code: 'unknown_issue_with_acs_credential';
40773
+ } | {
40774
+ /** Date and time at which Seam created the warning. */
40775
+ created_at: string;
40776
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
40777
+ message: string;
40778
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40779
+ warning_code: 'needs_to_be_reissued';
40374
40780
  }>;
40375
40781
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
40376
40782
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -40464,6 +40870,13 @@ interface Routes {
40464
40870
  message: string;
40465
40871
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40466
40872
  warning_code: 'unknown_issue_with_acs_credential';
40873
+ } | {
40874
+ /** Date and time at which Seam created the warning. */
40875
+ created_at: string;
40876
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
40877
+ message: string;
40878
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40879
+ warning_code: 'needs_to_be_reissued';
40467
40880
  }>;
40468
40881
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
40469
40882
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -40594,6 +41007,13 @@ interface Routes {
40594
41007
  message: string;
40595
41008
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40596
41009
  warning_code: 'unknown_issue_with_acs_credential';
41010
+ } | {
41011
+ /** Date and time at which Seam created the warning. */
41012
+ created_at: string;
41013
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
41014
+ message: string;
41015
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41016
+ warning_code: 'needs_to_be_reissued';
40597
41017
  }>;
40598
41018
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
40599
41019
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -40687,6 +41107,13 @@ interface Routes {
40687
41107
  message: string;
40688
41108
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40689
41109
  warning_code: 'unknown_issue_with_acs_credential';
41110
+ } | {
41111
+ /** Date and time at which Seam created the warning. */
41112
+ created_at: string;
41113
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
41114
+ message: string;
41115
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41116
+ warning_code: 'needs_to_be_reissued';
40690
41117
  }>;
40691
41118
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
40692
41119
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -41013,6 +41440,7 @@ interface Routes {
41013
41440
  };
41014
41441
  formData: {};
41015
41442
  jsonResponse: {
41443
+ /** */
41016
41444
  access_code: {
41017
41445
  /** Nature of the access code. Values are "ongoing" for access codes that are active continuously until deactivated manually or "time_bound" for access codes that have a specific duration. */
41018
41446
  type: 'time_bound' | 'ongoing';
@@ -41271,6 +41699,7 @@ interface Routes {
41271
41699
  commonParams: {};
41272
41700
  formData: {};
41273
41701
  jsonResponse: {
41702
+ /** */
41274
41703
  action_attempt: {
41275
41704
  /** The ID of the action attempt. */
41276
41705
  action_attempt_id: string;
@@ -41435,6 +41864,13 @@ interface Routes {
41435
41864
  message: string;
41436
41865
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41437
41866
  warning_code: 'unknown_issue_with_acs_credential';
41867
+ } | {
41868
+ /** Date and time at which Seam created the warning. */
41869
+ created_at: string;
41870
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
41871
+ message: string;
41872
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41873
+ warning_code: 'needs_to_be_reissued';
41438
41874
  }>;
41439
41875
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
41440
41876
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -41528,6 +41964,13 @@ interface Routes {
41528
41964
  message: string;
41529
41965
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41530
41966
  warning_code: 'unknown_issue_with_acs_credential';
41967
+ } | {
41968
+ /** Date and time at which Seam created the warning. */
41969
+ created_at: string;
41970
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
41971
+ message: string;
41972
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41973
+ warning_code: 'needs_to_be_reissued';
41531
41974
  }>;
41532
41975
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
41533
41976
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -41658,6 +42101,13 @@ interface Routes {
41658
42101
  message: string;
41659
42102
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41660
42103
  warning_code: 'unknown_issue_with_acs_credential';
42104
+ } | {
42105
+ /** Date and time at which Seam created the warning. */
42106
+ created_at: string;
42107
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
42108
+ message: string;
42109
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
42110
+ warning_code: 'needs_to_be_reissued';
41661
42111
  }>;
41662
42112
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
41663
42113
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -41751,6 +42201,13 @@ interface Routes {
41751
42201
  message: string;
41752
42202
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41753
42203
  warning_code: 'unknown_issue_with_acs_credential';
42204
+ } | {
42205
+ /** Date and time at which Seam created the warning. */
42206
+ created_at: string;
42207
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
42208
+ message: string;
42209
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
42210
+ warning_code: 'needs_to_be_reissued';
41754
42211
  }>;
41755
42212
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
41756
42213
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -42239,7 +42696,6 @@ interface Routes {
42239
42696
  } | undefined;
42240
42697
  dormakaba_community_metadata?: {
42241
42698
  access_point_name: string;
42242
- common_area_number?: number | undefined;
42243
42699
  } | undefined;
42244
42700
  assa_abloy_vostio_metadata?: {
42245
42701
  door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
@@ -42502,6 +42958,7 @@ interface Routes {
42502
42958
  };
42503
42959
  formData: {};
42504
42960
  jsonResponse: {
42961
+ /** */
42505
42962
  acs_credential_provisioning_automation: {
42506
42963
  acs_credential_provisioning_automation_id: string;
42507
42964
  credential_manager_acs_system_id: string;
@@ -42600,6 +43057,13 @@ interface Routes {
42600
43057
  message: string;
42601
43058
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
42602
43059
  warning_code: 'unknown_issue_with_acs_credential';
43060
+ } | {
43061
+ /** Date and time at which Seam created the warning. */
43062
+ created_at: string;
43063
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
43064
+ message: string;
43065
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43066
+ warning_code: 'needs_to_be_reissued';
42603
43067
  }>;
42604
43068
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
42605
43069
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -42748,6 +43212,13 @@ interface Routes {
42748
43212
  message: string;
42749
43213
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
42750
43214
  warning_code: 'unknown_issue_with_acs_credential';
43215
+ } | {
43216
+ /** Date and time at which Seam created the warning. */
43217
+ created_at: string;
43218
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
43219
+ message: string;
43220
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43221
+ warning_code: 'needs_to_be_reissued';
42751
43222
  }>;
42752
43223
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
42753
43224
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -42865,6 +43336,13 @@ interface Routes {
42865
43336
  message: string;
42866
43337
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
42867
43338
  warning_code: 'unknown_issue_with_acs_credential';
43339
+ } | {
43340
+ /** Date and time at which Seam created the warning. */
43341
+ created_at: string;
43342
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
43343
+ message: string;
43344
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43345
+ warning_code: 'needs_to_be_reissued';
42868
43346
  }>;
42869
43347
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
42870
43348
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -42986,6 +43464,13 @@ interface Routes {
42986
43464
  message: string;
42987
43465
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
42988
43466
  warning_code: 'unknown_issue_with_acs_credential';
43467
+ } | {
43468
+ /** Date and time at which Seam created the warning. */
43469
+ created_at: string;
43470
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
43471
+ message: string;
43472
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43473
+ warning_code: 'needs_to_be_reissued';
42989
43474
  }>;
42990
43475
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
42991
43476
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -43111,6 +43596,13 @@ interface Routes {
43111
43596
  message: string;
43112
43597
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43113
43598
  warning_code: 'unknown_issue_with_acs_credential';
43599
+ } | {
43600
+ /** Date and time at which Seam created the warning. */
43601
+ created_at: string;
43602
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
43603
+ message: string;
43604
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43605
+ warning_code: 'needs_to_be_reissued';
43114
43606
  }>;
43115
43607
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
43116
43608
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -43183,7 +43675,6 @@ interface Routes {
43183
43675
  } | undefined;
43184
43676
  dormakaba_community_metadata?: {
43185
43677
  access_point_name: string;
43186
- common_area_number?: number | undefined;
43187
43678
  } | undefined;
43188
43679
  assa_abloy_vostio_metadata?: {
43189
43680
  door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
@@ -43289,6 +43780,13 @@ interface Routes {
43289
43780
  message: string;
43290
43781
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43291
43782
  warning_code: 'unknown_issue_with_acs_credential';
43783
+ } | {
43784
+ /** Date and time at which Seam created the warning. */
43785
+ created_at: string;
43786
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
43787
+ message: string;
43788
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43789
+ warning_code: 'needs_to_be_reissued';
43292
43790
  }>;
43293
43791
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
43294
43792
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -43398,6 +43896,13 @@ interface Routes {
43398
43896
  message: string;
43399
43897
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43400
43898
  warning_code: 'unknown_issue_with_acs_credential';
43899
+ } | {
43900
+ /** Date and time at which Seam created the warning. */
43901
+ created_at: string;
43902
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
43903
+ message: string;
43904
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43905
+ warning_code: 'needs_to_be_reissued';
43401
43906
  }>;
43402
43907
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
43403
43908
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -43516,6 +44021,13 @@ interface Routes {
43516
44021
  message: string;
43517
44022
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43518
44023
  warning_code: 'unknown_issue_with_acs_credential';
44024
+ } | {
44025
+ /** Date and time at which Seam created the warning. */
44026
+ created_at: string;
44027
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
44028
+ message: string;
44029
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
44030
+ warning_code: 'needs_to_be_reissued';
43519
44031
  }>;
43520
44032
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
43521
44033
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -43629,6 +44141,13 @@ interface Routes {
43629
44141
  message: string;
43630
44142
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43631
44143
  warning_code: 'unknown_issue_with_acs_credential';
44144
+ } | {
44145
+ /** Date and time at which Seam created the warning. */
44146
+ created_at: string;
44147
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
44148
+ message: string;
44149
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
44150
+ warning_code: 'needs_to_be_reissued';
43632
44151
  }>;
43633
44152
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
43634
44153
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -43664,6 +44183,7 @@ interface Routes {
43664
44183
  };
43665
44184
  formData: {};
43666
44185
  jsonResponse: {
44186
+ /** */
43667
44187
  action_attempt: {
43668
44188
  /** The ID of the action attempt. */
43669
44189
  action_attempt_id: string;
@@ -43828,6 +44348,13 @@ interface Routes {
43828
44348
  message: string;
43829
44349
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43830
44350
  warning_code: 'unknown_issue_with_acs_credential';
44351
+ } | {
44352
+ /** Date and time at which Seam created the warning. */
44353
+ created_at: string;
44354
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
44355
+ message: string;
44356
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
44357
+ warning_code: 'needs_to_be_reissued';
43831
44358
  }>;
43832
44359
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
43833
44360
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -43921,6 +44448,13 @@ interface Routes {
43921
44448
  message: string;
43922
44449
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43923
44450
  warning_code: 'unknown_issue_with_acs_credential';
44451
+ } | {
44452
+ /** Date and time at which Seam created the warning. */
44453
+ created_at: string;
44454
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
44455
+ message: string;
44456
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
44457
+ warning_code: 'needs_to_be_reissued';
43924
44458
  }>;
43925
44459
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
43926
44460
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -44051,6 +44585,13 @@ interface Routes {
44051
44585
  message: string;
44052
44586
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
44053
44587
  warning_code: 'unknown_issue_with_acs_credential';
44588
+ } | {
44589
+ /** Date and time at which Seam created the warning. */
44590
+ created_at: string;
44591
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
44592
+ message: string;
44593
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
44594
+ warning_code: 'needs_to_be_reissued';
44054
44595
  }>;
44055
44596
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
44056
44597
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -44144,6 +44685,13 @@ interface Routes {
44144
44685
  message: string;
44145
44686
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
44146
44687
  warning_code: 'unknown_issue_with_acs_credential';
44688
+ } | {
44689
+ /** Date and time at which Seam created the warning. */
44690
+ created_at: string;
44691
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
44692
+ message: string;
44693
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
44694
+ warning_code: 'needs_to_be_reissued';
44147
44695
  }>;
44148
44696
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
44149
44697
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -44515,6 +45063,7 @@ interface Routes {
44515
45063
  };
44516
45064
  formData: {};
44517
45065
  jsonResponse: {
45066
+ /** */
44518
45067
  action_attempt: {
44519
45068
  /** The ID of the action attempt. */
44520
45069
  action_attempt_id: string;
@@ -44679,6 +45228,13 @@ interface Routes {
44679
45228
  message: string;
44680
45229
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
44681
45230
  warning_code: 'unknown_issue_with_acs_credential';
45231
+ } | {
45232
+ /** Date and time at which Seam created the warning. */
45233
+ created_at: string;
45234
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
45235
+ message: string;
45236
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
45237
+ warning_code: 'needs_to_be_reissued';
44682
45238
  }>;
44683
45239
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
44684
45240
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -44772,6 +45328,13 @@ interface Routes {
44772
45328
  message: string;
44773
45329
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
44774
45330
  warning_code: 'unknown_issue_with_acs_credential';
45331
+ } | {
45332
+ /** Date and time at which Seam created the warning. */
45333
+ created_at: string;
45334
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
45335
+ message: string;
45336
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
45337
+ warning_code: 'needs_to_be_reissued';
44775
45338
  }>;
44776
45339
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
44777
45340
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -44902,6 +45465,13 @@ interface Routes {
44902
45465
  message: string;
44903
45466
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
44904
45467
  warning_code: 'unknown_issue_with_acs_credential';
45468
+ } | {
45469
+ /** Date and time at which Seam created the warning. */
45470
+ created_at: string;
45471
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
45472
+ message: string;
45473
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
45474
+ warning_code: 'needs_to_be_reissued';
44905
45475
  }>;
44906
45476
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
44907
45477
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -44995,6 +45565,13 @@ interface Routes {
44995
45565
  message: string;
44996
45566
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
44997
45567
  warning_code: 'unknown_issue_with_acs_credential';
45568
+ } | {
45569
+ /** Date and time at which Seam created the warning. */
45570
+ created_at: string;
45571
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
45572
+ message: string;
45573
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
45574
+ warning_code: 'needs_to_be_reissued';
44998
45575
  }>;
44999
45576
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
45000
45577
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -45438,7 +46015,6 @@ interface Routes {
45438
46015
  } | undefined;
45439
46016
  dormakaba_community_metadata?: {
45440
46017
  access_point_name: string;
45441
- common_area_number?: number | undefined;
45442
46018
  } | undefined;
45443
46019
  assa_abloy_vostio_metadata?: {
45444
46020
  door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
@@ -45517,7 +46093,6 @@ interface Routes {
45517
46093
  } | undefined;
45518
46094
  dormakaba_community_metadata?: {
45519
46095
  access_point_name: string;
45520
- common_area_number?: number | undefined;
45521
46096
  } | undefined;
45522
46097
  assa_abloy_vostio_metadata?: {
45523
46098
  door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
@@ -45619,6 +46194,13 @@ interface Routes {
45619
46194
  message: string;
45620
46195
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
45621
46196
  warning_code: 'unknown_issue_with_acs_credential';
46197
+ } | {
46198
+ /** Date and time at which Seam created the warning. */
46199
+ created_at: string;
46200
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
46201
+ message: string;
46202
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
46203
+ warning_code: 'needs_to_be_reissued';
45622
46204
  }>;
45623
46205
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
45624
46206
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -46436,7 +47018,6 @@ interface Routes {
46436
47018
  } | undefined;
46437
47019
  dormakaba_community_metadata?: {
46438
47020
  access_point_name: string;
46439
- common_area_number?: number | undefined;
46440
47021
  } | undefined;
46441
47022
  assa_abloy_vostio_metadata?: {
46442
47023
  door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
@@ -46749,6 +47330,7 @@ interface Routes {
46749
47330
  };
46750
47331
  formData: {};
46751
47332
  jsonResponse: {
47333
+ /** */
46752
47334
  action_attempt: {
46753
47335
  /** The ID of the action attempt. */
46754
47336
  action_attempt_id: string;
@@ -46913,6 +47495,13 @@ interface Routes {
46913
47495
  message: string;
46914
47496
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
46915
47497
  warning_code: 'unknown_issue_with_acs_credential';
47498
+ } | {
47499
+ /** Date and time at which Seam created the warning. */
47500
+ created_at: string;
47501
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
47502
+ message: string;
47503
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47504
+ warning_code: 'needs_to_be_reissued';
46916
47505
  }>;
46917
47506
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
46918
47507
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -47006,6 +47595,13 @@ interface Routes {
47006
47595
  message: string;
47007
47596
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47008
47597
  warning_code: 'unknown_issue_with_acs_credential';
47598
+ } | {
47599
+ /** Date and time at which Seam created the warning. */
47600
+ created_at: string;
47601
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
47602
+ message: string;
47603
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47604
+ warning_code: 'needs_to_be_reissued';
47009
47605
  }>;
47010
47606
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
47011
47607
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -47136,6 +47732,13 @@ interface Routes {
47136
47732
  message: string;
47137
47733
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47138
47734
  warning_code: 'unknown_issue_with_acs_credential';
47735
+ } | {
47736
+ /** Date and time at which Seam created the warning. */
47737
+ created_at: string;
47738
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
47739
+ message: string;
47740
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47741
+ warning_code: 'needs_to_be_reissued';
47139
47742
  }>;
47140
47743
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
47141
47744
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -47229,6 +47832,13 @@ interface Routes {
47229
47832
  message: string;
47230
47833
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47231
47834
  warning_code: 'unknown_issue_with_acs_credential';
47835
+ } | {
47836
+ /** Date and time at which Seam created the warning. */
47837
+ created_at: string;
47838
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
47839
+ message: string;
47840
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47841
+ warning_code: 'needs_to_be_reissued';
47232
47842
  }>;
47233
47843
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
47234
47844
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -47717,6 +48327,13 @@ interface Routes {
47717
48327
  message: string;
47718
48328
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47719
48329
  warning_code: 'unknown_issue_with_acs_credential';
48330
+ } | {
48331
+ /** Date and time at which Seam created the warning. */
48332
+ created_at: string;
48333
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
48334
+ message: string;
48335
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
48336
+ warning_code: 'needs_to_be_reissued';
47720
48337
  }>;
47721
48338
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
47722
48339
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -47810,6 +48427,13 @@ interface Routes {
47810
48427
  message: string;
47811
48428
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47812
48429
  warning_code: 'unknown_issue_with_acs_credential';
48430
+ } | {
48431
+ /** Date and time at which Seam created the warning. */
48432
+ created_at: string;
48433
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
48434
+ message: string;
48435
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
48436
+ warning_code: 'needs_to_be_reissued';
47813
48437
  }>;
47814
48438
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
47815
48439
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -47940,6 +48564,13 @@ interface Routes {
47940
48564
  message: string;
47941
48565
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47942
48566
  warning_code: 'unknown_issue_with_acs_credential';
48567
+ } | {
48568
+ /** Date and time at which Seam created the warning. */
48569
+ created_at: string;
48570
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
48571
+ message: string;
48572
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
48573
+ warning_code: 'needs_to_be_reissued';
47943
48574
  }>;
47944
48575
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
47945
48576
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -48033,6 +48664,13 @@ interface Routes {
48033
48664
  message: string;
48034
48665
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
48035
48666
  warning_code: 'unknown_issue_with_acs_credential';
48667
+ } | {
48668
+ /** Date and time at which Seam created the warning. */
48669
+ created_at: string;
48670
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
48671
+ message: string;
48672
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
48673
+ warning_code: 'needs_to_be_reissued';
48036
48674
  }>;
48037
48675
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
48038
48676
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -48361,6 +48999,7 @@ interface Routes {
48361
48999
  commonParams: {};
48362
49000
  formData: {};
48363
49001
  jsonResponse: {
49002
+ /** */
48364
49003
  client_session: {
48365
49004
  client_session_id: string;
48366
49005
  workspace_id: string;
@@ -48397,6 +49036,7 @@ interface Routes {
48397
49036
  };
48398
49037
  formData: {};
48399
49038
  jsonResponse: {
49039
+ /** */
48400
49040
  client_session: {
48401
49041
  client_session_id: string;
48402
49042
  workspace_id: string;
@@ -48425,6 +49065,7 @@ interface Routes {
48425
49065
  commonParams: {};
48426
49066
  formData: {};
48427
49067
  jsonResponse: {
49068
+ /** */
48428
49069
  client_session: {
48429
49070
  client_session_id: string;
48430
49071
  workspace_id: string;
@@ -48453,6 +49094,7 @@ interface Routes {
48453
49094
  };
48454
49095
  formData: {};
48455
49096
  jsonResponse: {
49097
+ /** */
48456
49098
  client_session: {
48457
49099
  client_session_id: string;
48458
49100
  workspace_id: string;
@@ -48523,6 +49165,7 @@ interface Routes {
48523
49165
  commonParams: {};
48524
49166
  formData: {};
48525
49167
  jsonResponse: {
49168
+ /** */
48526
49169
  connect_webview: {
48527
49170
  connect_webview_id: string;
48528
49171
  workspace_id: string;
@@ -48571,6 +49214,7 @@ interface Routes {
48571
49214
  };
48572
49215
  formData: {};
48573
49216
  jsonResponse: {
49217
+ /** */
48574
49218
  connect_webview: {
48575
49219
  connect_webview_id: string;
48576
49220
  workspace_id: string;
@@ -48663,6 +49307,7 @@ interface Routes {
48663
49307
  };
48664
49308
  formData: {};
48665
49309
  jsonResponse: {
49310
+ /** */
48666
49311
  connected_account: {
48667
49312
  connected_account_id?: string | undefined;
48668
49313
  created_at?: string | undefined;
@@ -48748,6 +49393,7 @@ interface Routes {
48748
49393
  commonParams: {};
48749
49394
  formData: {};
48750
49395
  jsonResponse: {
49396
+ /** */
48751
49397
  connected_account: {
48752
49398
  connected_account_id?: string | undefined;
48753
49399
  created_at?: string | undefined;
@@ -48800,6 +49446,7 @@ interface Routes {
48800
49446
  };
48801
49447
  formData: {};
48802
49448
  jsonResponse: {
49449
+ /** */
48803
49450
  device: {
48804
49451
  /** Unique identifier for the device. */
48805
49452
  device_id: string;
@@ -50074,6 +50721,7 @@ interface Routes {
50074
50721
  };
50075
50722
  formData: {};
50076
50723
  jsonResponse: {
50724
+ /** */
50077
50725
  device: {
50078
50726
  /** Unique identifier for the device. */
50079
50727
  device_id: string;
@@ -50472,6 +51120,7 @@ interface Routes {
50472
51120
  };
50473
51121
  formData: {};
50474
51122
  jsonResponse: {
51123
+ /** */
50475
51124
  event?: ({
50476
51125
  /** ID of the event. */
50477
51126
  event_id: string;
@@ -50823,6 +51472,21 @@ interface Routes {
50823
51472
  acs_system_id: string;
50824
51473
  acs_credential_id: string;
50825
51474
  event_type: 'acs_credential.issued';
51475
+ } | {
51476
+ /** ID of the event. */
51477
+ event_id: string;
51478
+ /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
51479
+ workspace_id: string;
51480
+ /** Date and time at which the event was created. */
51481
+ created_at: string;
51482
+ /** Date and time at which the event occurred. */
51483
+ occurred_at: string;
51484
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
51485
+ connected_account_id?: string | undefined;
51486
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
51487
+ acs_system_id: string;
51488
+ acs_credential_id: string;
51489
+ event_type: 'acs_credential.reissued';
50826
51490
  } | {
50827
51491
  /** ID of the event. */
50828
51492
  event_id: string;
@@ -51642,8 +52306,8 @@ interface Routes {
51642
52306
  acs_system_ids?: string[] | undefined;
51643
52307
  access_code_id?: string | undefined;
51644
52308
  access_code_ids?: string[] | undefined;
51645
- event_type?: ('device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'device.added' | 'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_system.added' | 'acs_system.connected' | 'acs_system.disconnected' | 'acs_access_group.deleted' | 'acs_user.deleted' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_encoder.added' | 'acs_encoder.removed' | 'enrollment_automation.deleted' | 'client_session.deleted' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point') | undefined;
51646
- event_types?: Array<'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'device.added' | 'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_system.added' | 'acs_system.connected' | 'acs_system.disconnected' | 'acs_access_group.deleted' | 'acs_user.deleted' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_encoder.added' | 'acs_encoder.removed' | 'enrollment_automation.deleted' | 'client_session.deleted' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point'> | undefined;
52309
+ event_type?: ('device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'device.added' | 'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_system.added' | 'acs_system.connected' | 'acs_system.disconnected' | 'acs_access_group.deleted' | 'acs_user.deleted' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_encoder.added' | 'acs_encoder.removed' | 'enrollment_automation.deleted' | 'client_session.deleted' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point') | undefined;
52310
+ event_types?: Array<'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'device.added' | 'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_system.added' | 'acs_system.connected' | 'acs_system.disconnected' | 'acs_access_group.deleted' | 'acs_user.deleted' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_encoder.added' | 'acs_encoder.removed' | 'enrollment_automation.deleted' | 'client_session.deleted' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point'> | undefined;
51647
52311
  connected_account_id?: string | undefined;
51648
52312
  connect_webview_id?: string | undefined;
51649
52313
  limit?: number;
@@ -52001,6 +52665,21 @@ interface Routes {
52001
52665
  acs_system_id: string;
52002
52666
  acs_credential_id: string;
52003
52667
  event_type: 'acs_credential.issued';
52668
+ } | {
52669
+ /** ID of the event. */
52670
+ event_id: string;
52671
+ /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
52672
+ workspace_id: string;
52673
+ /** Date and time at which the event was created. */
52674
+ created_at: string;
52675
+ /** Date and time at which the event occurred. */
52676
+ occurred_at: string;
52677
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
52678
+ connected_account_id?: string | undefined;
52679
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
52680
+ acs_system_id: string;
52681
+ acs_credential_id: string;
52682
+ event_type: 'acs_credential.reissued';
52004
52683
  } | {
52005
52684
  /** ID of the event. */
52006
52685
  event_id: string;
@@ -52815,6 +53494,7 @@ interface Routes {
52815
53494
  };
52816
53495
  formData: {};
52817
53496
  jsonResponse: {
53497
+ /** */
52818
53498
  lock: {
52819
53499
  /** Unique identifier for the device. */
52820
53500
  device_id: string;
@@ -53396,6 +54076,7 @@ interface Routes {
53396
54076
  can_simulate_connection?: boolean | undefined;
53397
54077
  can_simulate_disconnection?: boolean | undefined;
53398
54078
  };
54079
+ /** */
53399
54080
  device: {
53400
54081
  /** Unique identifier for the device. */
53401
54082
  device_id: string;
@@ -55189,6 +55870,7 @@ interface Routes {
55189
55870
  commonParams: {};
55190
55871
  formData: {};
55191
55872
  jsonResponse: {
55873
+ /** */
55192
55874
  action_attempt: {
55193
55875
  /** The ID of the action attempt. */
55194
55876
  action_attempt_id: string;
@@ -55353,6 +56035,13 @@ interface Routes {
55353
56035
  message: string;
55354
56036
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
55355
56037
  warning_code: 'unknown_issue_with_acs_credential';
56038
+ } | {
56039
+ /** Date and time at which Seam created the warning. */
56040
+ created_at: string;
56041
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56042
+ message: string;
56043
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56044
+ warning_code: 'needs_to_be_reissued';
55356
56045
  }>;
55357
56046
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
55358
56047
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -55446,6 +56135,13 @@ interface Routes {
55446
56135
  message: string;
55447
56136
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
55448
56137
  warning_code: 'unknown_issue_with_acs_credential';
56138
+ } | {
56139
+ /** Date and time at which Seam created the warning. */
56140
+ created_at: string;
56141
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56142
+ message: string;
56143
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56144
+ warning_code: 'needs_to_be_reissued';
55449
56145
  }>;
55450
56146
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
55451
56147
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -55576,6 +56272,13 @@ interface Routes {
55576
56272
  message: string;
55577
56273
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
55578
56274
  warning_code: 'unknown_issue_with_acs_credential';
56275
+ } | {
56276
+ /** Date and time at which Seam created the warning. */
56277
+ created_at: string;
56278
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56279
+ message: string;
56280
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56281
+ warning_code: 'needs_to_be_reissued';
55579
56282
  }>;
55580
56283
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
55581
56284
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -55669,6 +56372,13 @@ interface Routes {
55669
56372
  message: string;
55670
56373
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
55671
56374
  warning_code: 'unknown_issue_with_acs_credential';
56375
+ } | {
56376
+ /** Date and time at which Seam created the warning. */
56377
+ created_at: string;
56378
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56379
+ message: string;
56380
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56381
+ warning_code: 'needs_to_be_reissued';
55672
56382
  }>;
55673
56383
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
55674
56384
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -55994,6 +56704,7 @@ interface Routes {
55994
56704
  commonParams: {};
55995
56705
  formData: {};
55996
56706
  jsonResponse: {
56707
+ /** */
55997
56708
  action_attempt: {
55998
56709
  /** The ID of the action attempt. */
55999
56710
  action_attempt_id: string;
@@ -56158,6 +56869,13 @@ interface Routes {
56158
56869
  message: string;
56159
56870
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56160
56871
  warning_code: 'unknown_issue_with_acs_credential';
56872
+ } | {
56873
+ /** Date and time at which Seam created the warning. */
56874
+ created_at: string;
56875
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56876
+ message: string;
56877
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56878
+ warning_code: 'needs_to_be_reissued';
56161
56879
  }>;
56162
56880
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
56163
56881
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -56251,6 +56969,13 @@ interface Routes {
56251
56969
  message: string;
56252
56970
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56253
56971
  warning_code: 'unknown_issue_with_acs_credential';
56972
+ } | {
56973
+ /** Date and time at which Seam created the warning. */
56974
+ created_at: string;
56975
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56976
+ message: string;
56977
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56978
+ warning_code: 'needs_to_be_reissued';
56254
56979
  }>;
56255
56980
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
56256
56981
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -56381,6 +57106,13 @@ interface Routes {
56381
57106
  message: string;
56382
57107
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56383
57108
  warning_code: 'unknown_issue_with_acs_credential';
57109
+ } | {
57110
+ /** Date and time at which Seam created the warning. */
57111
+ created_at: string;
57112
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
57113
+ message: string;
57114
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
57115
+ warning_code: 'needs_to_be_reissued';
56384
57116
  }>;
56385
57117
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
56386
57118
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -56474,6 +57206,13 @@ interface Routes {
56474
57206
  message: string;
56475
57207
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56476
57208
  warning_code: 'unknown_issue_with_acs_credential';
57209
+ } | {
57210
+ /** Date and time at which Seam created the warning. */
57211
+ created_at: string;
57212
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
57213
+ message: string;
57214
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
57215
+ warning_code: 'needs_to_be_reissued';
56477
57216
  }>;
56478
57217
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
56479
57218
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -56798,6 +57537,7 @@ interface Routes {
56798
57537
  };
56799
57538
  formData: {};
56800
57539
  jsonResponse: {
57540
+ /** */
56801
57541
  network: {
56802
57542
  network_id: string;
56803
57543
  workspace_id: string;
@@ -58037,6 +58777,7 @@ interface Routes {
58037
58777
  commonParams: {};
58038
58778
  formData: {};
58039
58779
  jsonResponse: {
58780
+ /** */
58040
58781
  action_attempt: {
58041
58782
  /** The ID of the action attempt. */
58042
58783
  action_attempt_id: string;
@@ -58201,6 +58942,13 @@ interface Routes {
58201
58942
  message: string;
58202
58943
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58203
58944
  warning_code: 'unknown_issue_with_acs_credential';
58945
+ } | {
58946
+ /** Date and time at which Seam created the warning. */
58947
+ created_at: string;
58948
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58949
+ message: string;
58950
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58951
+ warning_code: 'needs_to_be_reissued';
58204
58952
  }>;
58205
58953
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
58206
58954
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -58294,6 +59042,13 @@ interface Routes {
58294
59042
  message: string;
58295
59043
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58296
59044
  warning_code: 'unknown_issue_with_acs_credential';
59045
+ } | {
59046
+ /** Date and time at which Seam created the warning. */
59047
+ created_at: string;
59048
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
59049
+ message: string;
59050
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59051
+ warning_code: 'needs_to_be_reissued';
58297
59052
  }>;
58298
59053
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
58299
59054
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -58424,6 +59179,13 @@ interface Routes {
58424
59179
  message: string;
58425
59180
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58426
59181
  warning_code: 'unknown_issue_with_acs_credential';
59182
+ } | {
59183
+ /** Date and time at which Seam created the warning. */
59184
+ created_at: string;
59185
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
59186
+ message: string;
59187
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59188
+ warning_code: 'needs_to_be_reissued';
58427
59189
  }>;
58428
59190
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
58429
59191
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -58517,6 +59279,13 @@ interface Routes {
58517
59279
  message: string;
58518
59280
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58519
59281
  warning_code: 'unknown_issue_with_acs_credential';
59282
+ } | {
59283
+ /** Date and time at which Seam created the warning. */
59284
+ created_at: string;
59285
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
59286
+ message: string;
59287
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59288
+ warning_code: 'needs_to_be_reissued';
58520
59289
  }>;
58521
59290
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
58522
59291
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -58829,6 +59598,7 @@ interface Routes {
58829
59598
  message: string;
58830
59599
  };
58831
59600
  };
59601
+ /** */
58832
59602
  noise_threshold: {
58833
59603
  noise_threshold_id: string;
58834
59604
  device_id: string;
@@ -58852,6 +59622,7 @@ interface Routes {
58852
59622
  commonParams: {};
58853
59623
  formData: {};
58854
59624
  jsonResponse: {
59625
+ /** */
58855
59626
  action_attempt: {
58856
59627
  /** The ID of the action attempt. */
58857
59628
  action_attempt_id: string;
@@ -59016,6 +59787,13 @@ interface Routes {
59016
59787
  message: string;
59017
59788
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59018
59789
  warning_code: 'unknown_issue_with_acs_credential';
59790
+ } | {
59791
+ /** Date and time at which Seam created the warning. */
59792
+ created_at: string;
59793
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
59794
+ message: string;
59795
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59796
+ warning_code: 'needs_to_be_reissued';
59019
59797
  }>;
59020
59798
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
59021
59799
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -59109,6 +59887,13 @@ interface Routes {
59109
59887
  message: string;
59110
59888
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59111
59889
  warning_code: 'unknown_issue_with_acs_credential';
59890
+ } | {
59891
+ /** Date and time at which Seam created the warning. */
59892
+ created_at: string;
59893
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
59894
+ message: string;
59895
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59896
+ warning_code: 'needs_to_be_reissued';
59112
59897
  }>;
59113
59898
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
59114
59899
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -59239,6 +60024,13 @@ interface Routes {
59239
60024
  message: string;
59240
60025
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59241
60026
  warning_code: 'unknown_issue_with_acs_credential';
60027
+ } | {
60028
+ /** Date and time at which Seam created the warning. */
60029
+ created_at: string;
60030
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
60031
+ message: string;
60032
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60033
+ warning_code: 'needs_to_be_reissued';
59242
60034
  }>;
59243
60035
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
59244
60036
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -59332,6 +60124,13 @@ interface Routes {
59332
60124
  message: string;
59333
60125
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59334
60126
  warning_code: 'unknown_issue_with_acs_credential';
60127
+ } | {
60128
+ /** Date and time at which Seam created the warning. */
60129
+ created_at: string;
60130
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
60131
+ message: string;
60132
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60133
+ warning_code: 'needs_to_be_reissued';
59335
60134
  }>;
59336
60135
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
59337
60136
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -59656,6 +60455,7 @@ interface Routes {
59656
60455
  };
59657
60456
  formData: {};
59658
60457
  jsonResponse: {
60458
+ /** */
59659
60459
  noise_threshold: {
59660
60460
  noise_threshold_id: string;
59661
60461
  device_id: string;
@@ -59706,6 +60506,7 @@ interface Routes {
59706
60506
  commonParams: {};
59707
60507
  formData: {};
59708
60508
  jsonResponse: {
60509
+ /** */
59709
60510
  action_attempt: {
59710
60511
  /** The ID of the action attempt. */
59711
60512
  action_attempt_id: string;
@@ -59870,6 +60671,13 @@ interface Routes {
59870
60671
  message: string;
59871
60672
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59872
60673
  warning_code: 'unknown_issue_with_acs_credential';
60674
+ } | {
60675
+ /** Date and time at which Seam created the warning. */
60676
+ created_at: string;
60677
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
60678
+ message: string;
60679
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60680
+ warning_code: 'needs_to_be_reissued';
59873
60681
  }>;
59874
60682
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
59875
60683
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -59963,6 +60771,13 @@ interface Routes {
59963
60771
  message: string;
59964
60772
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59965
60773
  warning_code: 'unknown_issue_with_acs_credential';
60774
+ } | {
60775
+ /** Date and time at which Seam created the warning. */
60776
+ created_at: string;
60777
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
60778
+ message: string;
60779
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60780
+ warning_code: 'needs_to_be_reissued';
59966
60781
  }>;
59967
60782
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
59968
60783
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -60093,6 +60908,13 @@ interface Routes {
60093
60908
  message: string;
60094
60909
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60095
60910
  warning_code: 'unknown_issue_with_acs_credential';
60911
+ } | {
60912
+ /** Date and time at which Seam created the warning. */
60913
+ created_at: string;
60914
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
60915
+ message: string;
60916
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60917
+ warning_code: 'needs_to_be_reissued';
60096
60918
  }>;
60097
60919
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
60098
60920
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -60186,6 +61008,13 @@ interface Routes {
60186
61008
  message: string;
60187
61009
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60188
61010
  warning_code: 'unknown_issue_with_acs_credential';
61011
+ } | {
61012
+ /** Date and time at which Seam created the warning. */
61013
+ created_at: string;
61014
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
61015
+ message: string;
61016
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
61017
+ warning_code: 'needs_to_be_reissued';
60189
61018
  }>;
60190
61019
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
60191
61020
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -60681,6 +61510,7 @@ interface Routes {
60681
61510
  commonParams: {};
60682
61511
  formData: {};
60683
61512
  jsonResponse: {
61513
+ /** */
60684
61514
  phone: {
60685
61515
  /** Unique identifier for the device. */
60686
61516
  device_id: string;
@@ -60817,6 +61647,7 @@ interface Routes {
60817
61647
  commonParams: {};
60818
61648
  formData: {};
60819
61649
  jsonResponse: {
61650
+ /** */
60820
61651
  action_attempt: {
60821
61652
  /** The ID of the action attempt. */
60822
61653
  action_attempt_id: string;
@@ -60981,6 +61812,13 @@ interface Routes {
60981
61812
  message: string;
60982
61813
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60983
61814
  warning_code: 'unknown_issue_with_acs_credential';
61815
+ } | {
61816
+ /** Date and time at which Seam created the warning. */
61817
+ created_at: string;
61818
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
61819
+ message: string;
61820
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
61821
+ warning_code: 'needs_to_be_reissued';
60984
61822
  }>;
60985
61823
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
60986
61824
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -61074,6 +61912,13 @@ interface Routes {
61074
61912
  message: string;
61075
61913
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
61076
61914
  warning_code: 'unknown_issue_with_acs_credential';
61915
+ } | {
61916
+ /** Date and time at which Seam created the warning. */
61917
+ created_at: string;
61918
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
61919
+ message: string;
61920
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
61921
+ warning_code: 'needs_to_be_reissued';
61077
61922
  }>;
61078
61923
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
61079
61924
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -61204,6 +62049,13 @@ interface Routes {
61204
62049
  message: string;
61205
62050
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
61206
62051
  warning_code: 'unknown_issue_with_acs_credential';
62052
+ } | {
62053
+ /** Date and time at which Seam created the warning. */
62054
+ created_at: string;
62055
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
62056
+ message: string;
62057
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62058
+ warning_code: 'needs_to_be_reissued';
61207
62059
  }>;
61208
62060
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
61209
62061
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -61297,6 +62149,13 @@ interface Routes {
61297
62149
  message: string;
61298
62150
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
61299
62151
  warning_code: 'unknown_issue_with_acs_credential';
62152
+ } | {
62153
+ /** Date and time at which Seam created the warning. */
62154
+ created_at: string;
62155
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
62156
+ message: string;
62157
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62158
+ warning_code: 'needs_to_be_reissued';
61300
62159
  }>;
61301
62160
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
61302
62161
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -61628,6 +62487,7 @@ interface Routes {
61628
62487
  commonParams: {};
61629
62488
  formData: {};
61630
62489
  jsonResponse: {
62490
+ /** */
61631
62491
  action_attempt: {
61632
62492
  /** The ID of the action attempt. */
61633
62493
  action_attempt_id: string;
@@ -61792,6 +62652,13 @@ interface Routes {
61792
62652
  message: string;
61793
62653
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
61794
62654
  warning_code: 'unknown_issue_with_acs_credential';
62655
+ } | {
62656
+ /** Date and time at which Seam created the warning. */
62657
+ created_at: string;
62658
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
62659
+ message: string;
62660
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62661
+ warning_code: 'needs_to_be_reissued';
61795
62662
  }>;
61796
62663
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
61797
62664
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -61885,6 +62752,13 @@ interface Routes {
61885
62752
  message: string;
61886
62753
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
61887
62754
  warning_code: 'unknown_issue_with_acs_credential';
62755
+ } | {
62756
+ /** Date and time at which Seam created the warning. */
62757
+ created_at: string;
62758
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
62759
+ message: string;
62760
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62761
+ warning_code: 'needs_to_be_reissued';
61888
62762
  }>;
61889
62763
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
61890
62764
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -62015,6 +62889,13 @@ interface Routes {
62015
62889
  message: string;
62016
62890
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62017
62891
  warning_code: 'unknown_issue_with_acs_credential';
62892
+ } | {
62893
+ /** Date and time at which Seam created the warning. */
62894
+ created_at: string;
62895
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
62896
+ message: string;
62897
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62898
+ warning_code: 'needs_to_be_reissued';
62018
62899
  }>;
62019
62900
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
62020
62901
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -62108,6 +62989,13 @@ interface Routes {
62108
62989
  message: string;
62109
62990
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62110
62991
  warning_code: 'unknown_issue_with_acs_credential';
62992
+ } | {
62993
+ /** Date and time at which Seam created the warning. */
62994
+ created_at: string;
62995
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
62996
+ message: string;
62997
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62998
+ warning_code: 'needs_to_be_reissued';
62111
62999
  }>;
62112
63000
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
62113
63001
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -62480,6 +63368,7 @@ interface Routes {
62480
63368
  };
62481
63369
  formData: {};
62482
63370
  jsonResponse: {
63371
+ /** */
62483
63372
  thermostat: {
62484
63373
  /** Unique identifier for the device. */
62485
63374
  device_id: string;
@@ -63080,6 +63969,7 @@ interface Routes {
63080
63969
  commonParams: {};
63081
63970
  formData: {};
63082
63971
  jsonResponse: {
63972
+ /** */
63083
63973
  action_attempt: {
63084
63974
  /** The ID of the action attempt. */
63085
63975
  action_attempt_id: string;
@@ -63244,6 +64134,13 @@ interface Routes {
63244
64134
  message: string;
63245
64135
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
63246
64136
  warning_code: 'unknown_issue_with_acs_credential';
64137
+ } | {
64138
+ /** Date and time at which Seam created the warning. */
64139
+ created_at: string;
64140
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
64141
+ message: string;
64142
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
64143
+ warning_code: 'needs_to_be_reissued';
63247
64144
  }>;
63248
64145
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
63249
64146
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -63337,6 +64234,13 @@ interface Routes {
63337
64234
  message: string;
63338
64235
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
63339
64236
  warning_code: 'unknown_issue_with_acs_credential';
64237
+ } | {
64238
+ /** Date and time at which Seam created the warning. */
64239
+ created_at: string;
64240
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
64241
+ message: string;
64242
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
64243
+ warning_code: 'needs_to_be_reissued';
63340
64244
  }>;
63341
64245
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
63342
64246
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -63467,6 +64371,13 @@ interface Routes {
63467
64371
  message: string;
63468
64372
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
63469
64373
  warning_code: 'unknown_issue_with_acs_credential';
64374
+ } | {
64375
+ /** Date and time at which Seam created the warning. */
64376
+ created_at: string;
64377
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
64378
+ message: string;
64379
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
64380
+ warning_code: 'needs_to_be_reissued';
63470
64381
  }>;
63471
64382
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
63472
64383
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -63560,6 +64471,13 @@ interface Routes {
63560
64471
  message: string;
63561
64472
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
63562
64473
  warning_code: 'unknown_issue_with_acs_credential';
64474
+ } | {
64475
+ /** Date and time at which Seam created the warning. */
64476
+ created_at: string;
64477
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
64478
+ message: string;
64479
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
64480
+ warning_code: 'needs_to_be_reissued';
63563
64481
  }>;
63564
64482
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
63565
64483
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -63895,6 +64813,7 @@ interface Routes {
63895
64813
  commonParams: {};
63896
64814
  formData: {};
63897
64815
  jsonResponse: {
64816
+ /** */
63898
64817
  action_attempt: {
63899
64818
  /** The ID of the action attempt. */
63900
64819
  action_attempt_id: string;
@@ -64059,6 +64978,13 @@ interface Routes {
64059
64978
  message: string;
64060
64979
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
64061
64980
  warning_code: 'unknown_issue_with_acs_credential';
64981
+ } | {
64982
+ /** Date and time at which Seam created the warning. */
64983
+ created_at: string;
64984
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
64985
+ message: string;
64986
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
64987
+ warning_code: 'needs_to_be_reissued';
64062
64988
  }>;
64063
64989
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
64064
64990
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -64152,6 +65078,13 @@ interface Routes {
64152
65078
  message: string;
64153
65079
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
64154
65080
  warning_code: 'unknown_issue_with_acs_credential';
65081
+ } | {
65082
+ /** Date and time at which Seam created the warning. */
65083
+ created_at: string;
65084
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
65085
+ message: string;
65086
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
65087
+ warning_code: 'needs_to_be_reissued';
64155
65088
  }>;
64156
65089
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
64157
65090
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -64282,6 +65215,13 @@ interface Routes {
64282
65215
  message: string;
64283
65216
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
64284
65217
  warning_code: 'unknown_issue_with_acs_credential';
65218
+ } | {
65219
+ /** Date and time at which Seam created the warning. */
65220
+ created_at: string;
65221
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
65222
+ message: string;
65223
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
65224
+ warning_code: 'needs_to_be_reissued';
64285
65225
  }>;
64286
65226
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
64287
65227
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -64375,6 +65315,13 @@ interface Routes {
64375
65315
  message: string;
64376
65316
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
64377
65317
  warning_code: 'unknown_issue_with_acs_credential';
65318
+ } | {
65319
+ /** Date and time at which Seam created the warning. */
65320
+ created_at: string;
65321
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
65322
+ message: string;
65323
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
65324
+ warning_code: 'needs_to_be_reissued';
64378
65325
  }>;
64379
65326
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
64380
65327
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -65901,6 +66848,7 @@ interface Routes {
65901
66848
  commonParams: {};
65902
66849
  formData: {};
65903
66850
  jsonResponse: {
66851
+ /** */
65904
66852
  action_attempt: {
65905
66853
  /** The ID of the action attempt. */
65906
66854
  action_attempt_id: string;
@@ -66065,6 +67013,13 @@ interface Routes {
66065
67013
  message: string;
66066
67014
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
66067
67015
  warning_code: 'unknown_issue_with_acs_credential';
67016
+ } | {
67017
+ /** Date and time at which Seam created the warning. */
67018
+ created_at: string;
67019
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
67020
+ message: string;
67021
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67022
+ warning_code: 'needs_to_be_reissued';
66068
67023
  }>;
66069
67024
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
66070
67025
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -66158,6 +67113,13 @@ interface Routes {
66158
67113
  message: string;
66159
67114
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
66160
67115
  warning_code: 'unknown_issue_with_acs_credential';
67116
+ } | {
67117
+ /** Date and time at which Seam created the warning. */
67118
+ created_at: string;
67119
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
67120
+ message: string;
67121
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67122
+ warning_code: 'needs_to_be_reissued';
66161
67123
  }>;
66162
67124
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
66163
67125
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -66288,6 +67250,13 @@ interface Routes {
66288
67250
  message: string;
66289
67251
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
66290
67252
  warning_code: 'unknown_issue_with_acs_credential';
67253
+ } | {
67254
+ /** Date and time at which Seam created the warning. */
67255
+ created_at: string;
67256
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
67257
+ message: string;
67258
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67259
+ warning_code: 'needs_to_be_reissued';
66291
67260
  }>;
66292
67261
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
66293
67262
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -66381,6 +67350,13 @@ interface Routes {
66381
67350
  message: string;
66382
67351
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
66383
67352
  warning_code: 'unknown_issue_with_acs_credential';
67353
+ } | {
67354
+ /** Date and time at which Seam created the warning. */
67355
+ created_at: string;
67356
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
67357
+ message: string;
67358
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67359
+ warning_code: 'needs_to_be_reissued';
66384
67360
  }>;
66385
67361
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
66386
67362
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -66892,6 +67868,7 @@ interface Routes {
66892
67868
  commonParams: {};
66893
67869
  formData: {};
66894
67870
  jsonResponse: {
67871
+ /** */
66895
67872
  action_attempt: {
66896
67873
  /** The ID of the action attempt. */
66897
67874
  action_attempt_id: string;
@@ -67056,6 +68033,13 @@ interface Routes {
67056
68033
  message: string;
67057
68034
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67058
68035
  warning_code: 'unknown_issue_with_acs_credential';
68036
+ } | {
68037
+ /** Date and time at which Seam created the warning. */
68038
+ created_at: string;
68039
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
68040
+ message: string;
68041
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
68042
+ warning_code: 'needs_to_be_reissued';
67059
68043
  }>;
67060
68044
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
67061
68045
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -67149,6 +68133,13 @@ interface Routes {
67149
68133
  message: string;
67150
68134
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67151
68135
  warning_code: 'unknown_issue_with_acs_credential';
68136
+ } | {
68137
+ /** Date and time at which Seam created the warning. */
68138
+ created_at: string;
68139
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
68140
+ message: string;
68141
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
68142
+ warning_code: 'needs_to_be_reissued';
67152
68143
  }>;
67153
68144
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
67154
68145
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -67279,6 +68270,13 @@ interface Routes {
67279
68270
  message: string;
67280
68271
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67281
68272
  warning_code: 'unknown_issue_with_acs_credential';
68273
+ } | {
68274
+ /** Date and time at which Seam created the warning. */
68275
+ created_at: string;
68276
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
68277
+ message: string;
68278
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
68279
+ warning_code: 'needs_to_be_reissued';
67282
68280
  }>;
67283
68281
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
67284
68282
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -67372,6 +68370,13 @@ interface Routes {
67372
68370
  message: string;
67373
68371
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67374
68372
  warning_code: 'unknown_issue_with_acs_credential';
68373
+ } | {
68374
+ /** Date and time at which Seam created the warning. */
68375
+ created_at: string;
68376
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
68377
+ message: string;
68378
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
68379
+ warning_code: 'needs_to_be_reissued';
67375
68380
  }>;
67376
68381
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
67377
68382
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -67726,6 +68731,7 @@ interface Routes {
67726
68731
  commonParams: {};
67727
68732
  formData: {};
67728
68733
  jsonResponse: {
68734
+ /** */
67729
68735
  action_attempt: {
67730
68736
  /** The ID of the action attempt. */
67731
68737
  action_attempt_id: string;
@@ -67890,6 +68896,13 @@ interface Routes {
67890
68896
  message: string;
67891
68897
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67892
68898
  warning_code: 'unknown_issue_with_acs_credential';
68899
+ } | {
68900
+ /** Date and time at which Seam created the warning. */
68901
+ created_at: string;
68902
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
68903
+ message: string;
68904
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
68905
+ warning_code: 'needs_to_be_reissued';
67893
68906
  }>;
67894
68907
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
67895
68908
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -67983,6 +68996,13 @@ interface Routes {
67983
68996
  message: string;
67984
68997
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67985
68998
  warning_code: 'unknown_issue_with_acs_credential';
68999
+ } | {
69000
+ /** Date and time at which Seam created the warning. */
69001
+ created_at: string;
69002
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
69003
+ message: string;
69004
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
69005
+ warning_code: 'needs_to_be_reissued';
67986
69006
  }>;
67987
69007
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
67988
69008
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -68113,6 +69133,13 @@ interface Routes {
68113
69133
  message: string;
68114
69134
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
68115
69135
  warning_code: 'unknown_issue_with_acs_credential';
69136
+ } | {
69137
+ /** Date and time at which Seam created the warning. */
69138
+ created_at: string;
69139
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
69140
+ message: string;
69141
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
69142
+ warning_code: 'needs_to_be_reissued';
68116
69143
  }>;
68117
69144
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
68118
69145
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -68206,6 +69233,13 @@ interface Routes {
68206
69233
  message: string;
68207
69234
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
68208
69235
  warning_code: 'unknown_issue_with_acs_credential';
69236
+ } | {
69237
+ /** Date and time at which Seam created the warning. */
69238
+ created_at: string;
69239
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
69240
+ message: string;
69241
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
69242
+ warning_code: 'needs_to_be_reissued';
68209
69243
  }>;
68210
69244
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
68211
69245
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -70264,6 +71298,7 @@ interface Routes {
70264
71298
  commonParams: {};
70265
71299
  formData: {};
70266
71300
  jsonResponse: {
71301
+ /** */
70267
71302
  webhook: {
70268
71303
  webhook_id: string;
70269
71304
  url: string;
@@ -70293,6 +71328,7 @@ interface Routes {
70293
71328
  };
70294
71329
  formData: {};
70295
71330
  jsonResponse: {
71331
+ /** */
70296
71332
  webhook: {
70297
71333
  webhook_id: string;
70298
71334
  url: string;
@@ -70347,6 +71383,7 @@ interface Routes {
70347
71383
  commonParams: {};
70348
71384
  formData: {};
70349
71385
  jsonResponse: {
71386
+ /** */
70350
71387
  workspace: {
70351
71388
  workspace_id: string;
70352
71389
  name: string;
@@ -70366,6 +71403,7 @@ interface Routes {
70366
71403
  commonParams: {};
70367
71404
  formData: {};
70368
71405
  jsonResponse: {
71406
+ /** */
70369
71407
  workspace: {
70370
71408
  workspace_id: string;
70371
71409
  name: string;
@@ -70404,6 +71442,7 @@ interface Routes {
70404
71442
  commonParams: {};
70405
71443
  formData: {};
70406
71444
  jsonResponse: {
71445
+ /** */
70407
71446
  action_attempt: {
70408
71447
  /** The ID of the action attempt. */
70409
71448
  action_attempt_id: string;
@@ -70568,6 +71607,13 @@ interface Routes {
70568
71607
  message: string;
70569
71608
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
70570
71609
  warning_code: 'unknown_issue_with_acs_credential';
71610
+ } | {
71611
+ /** Date and time at which Seam created the warning. */
71612
+ created_at: string;
71613
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
71614
+ message: string;
71615
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
71616
+ warning_code: 'needs_to_be_reissued';
70571
71617
  }>;
70572
71618
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
70573
71619
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -70661,6 +71707,13 @@ interface Routes {
70661
71707
  message: string;
70662
71708
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
70663
71709
  warning_code: 'unknown_issue_with_acs_credential';
71710
+ } | {
71711
+ /** Date and time at which Seam created the warning. */
71712
+ created_at: string;
71713
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
71714
+ message: string;
71715
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
71716
+ warning_code: 'needs_to_be_reissued';
70664
71717
  }>;
70665
71718
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
70666
71719
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -70791,6 +71844,13 @@ interface Routes {
70791
71844
  message: string;
70792
71845
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
70793
71846
  warning_code: 'unknown_issue_with_acs_credential';
71847
+ } | {
71848
+ /** Date and time at which Seam created the warning. */
71849
+ created_at: string;
71850
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
71851
+ message: string;
71852
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
71853
+ warning_code: 'needs_to_be_reissued';
70794
71854
  }>;
70795
71855
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
70796
71856
  is_multi_phone_sync_credential?: boolean | undefined;
@@ -70884,6 +71944,13 @@ interface Routes {
70884
71944
  message: string;
70885
71945
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
70886
71946
  warning_code: 'unknown_issue_with_acs_credential';
71947
+ } | {
71948
+ /** Date and time at which Seam created the warning. */
71949
+ created_at: string;
71950
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
71951
+ message: string;
71952
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
71953
+ warning_code: 'needs_to_be_reissued';
70887
71954
  }>;
70888
71955
  /** Indicates whether the credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
70889
71956
  is_multi_phone_sync_credential?: boolean | undefined;