@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.
- package/dist/connect.cjs +993 -370
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1130 -63
- package/lib/seam/connect/models/access-codes/managed-access-code.js +5 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.js +5 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.js +7 -3
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-pool.js +5 -1
- package/lib/seam/connect/models/acs/acs-credential-pool.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +12 -5
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +66 -0
- package/lib/seam/connect/models/acs/acs-credential.js +9 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +0 -5
- package/lib/seam/connect/models/acs/acs-entrance.js +7 -4
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.js +6 -2
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.js +7 -4
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.d.ts +0 -3
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js +0 -1
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +132 -0
- package/lib/seam/connect/models/action-attempts/action-attempt.js +5 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +58 -0
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +74 -0
- package/lib/seam/connect/models/client-sessions/client-session.js +5 -1
- package/lib/seam/connect/models/client-sessions/client-session.js.map +1 -1
- package/lib/seam/connect/models/connect-webviews/connect-webview.js +5 -1
- package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.js +5 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +5 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device.js +5 -1
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.js +5 -1
- package/lib/seam/connect/models/devices/phone.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.js +5 -1
- package/lib/seam/connect/models/devices/unmanaged-device.js.map +1 -1
- package/lib/seam/connect/models/events/access-codes.js +119 -68
- package/lib/seam/connect/models/events/access-codes.js.map +1 -1
- package/lib/seam/connect/models/events/acs/access_groups.js +7 -4
- package/lib/seam/connect/models/events/acs/access_groups.js.map +1 -1
- package/lib/seam/connect/models/events/acs/credentials.d.ts +61 -0
- package/lib/seam/connect/models/events/acs/credentials.js +19 -7
- package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
- package/lib/seam/connect/models/events/acs/encoders.js +14 -8
- package/lib/seam/connect/models/events/acs/encoders.js.map +1 -1
- package/lib/seam/connect/models/events/acs/index.d.ts +30 -0
- package/lib/seam/connect/models/events/acs/systems.js +21 -12
- package/lib/seam/connect/models/events/acs/systems.js.map +1 -1
- package/lib/seam/connect/models/events/acs/users.js +7 -4
- package/lib/seam/connect/models/events/acs/users.js.map +1 -1
- package/lib/seam/connect/models/events/action-attempts.js +28 -16
- package/lib/seam/connect/models/events/action-attempts.js.map +1 -1
- package/lib/seam/connect/models/events/client-sessions.js +7 -4
- package/lib/seam/connect/models/events/client-sessions.js.map +1 -1
- package/lib/seam/connect/models/events/connect-webviews.js +14 -8
- package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
- package/lib/seam/connect/models/events/connected-accounts.js +45 -25
- package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
- package/lib/seam/connect/models/events/devices.js +214 -119
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/enrollment-automations.js +7 -4
- package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
- package/lib/seam/connect/models/events/phones.js +7 -4
- package/lib/seam/connect/models/events/phones.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +30 -0
- package/lib/seam/connect/models/events/seam-event.js +5 -1
- package/lib/seam/connect/models/events/seam-event.js.map +1 -1
- package/lib/seam/connect/models/noise-sensors/noise-threshold.js +5 -1
- package/lib/seam/connect/models/noise-sensors/noise-threshold.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js +8 -8
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.js +7 -4
- package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
- package/lib/seam/connect/models/webhooks/webhook.js +5 -1
- package/lib/seam/connect/models/webhooks/webhook.js.map +1 -1
- package/lib/seam/connect/models/workspaces/workspace.js +5 -1
- package/lib/seam/connect/models/workspaces/workspace.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +140 -4
- package/lib/seam/connect/openapi.js +322 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +739 -7
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +5 -1
- package/src/lib/seam/connect/models/access-codes/unmanaged-access-code.ts +5 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +7 -3
- package/src/lib/seam/connect/models/acs/acs-credential-pool.ts +5 -1
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +38 -35
- package/src/lib/seam/connect/models/acs/acs-credential.ts +12 -0
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +31 -30
- package/src/lib/seam/connect/models/acs/acs-system.ts +6 -4
- package/src/lib/seam/connect/models/acs/acs-user.ts +10 -9
- package/src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts +0 -1
- package/src/lib/seam/connect/models/action-attempts/action-attempt.ts +5 -1
- package/src/lib/seam/connect/models/client-sessions/client-session.ts +5 -1
- package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +5 -1
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +5 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +5 -1
- package/src/lib/seam/connect/models/devices/device.ts +5 -1
- package/src/lib/seam/connect/models/devices/phone.ts +5 -1
- package/src/lib/seam/connect/models/devices/unmanaged-device.ts +5 -1
- package/src/lib/seam/connect/models/events/access-codes.ts +139 -117
- package/src/lib/seam/connect/models/events/acs/access_groups.ts +8 -5
- package/src/lib/seam/connect/models/events/acs/credentials.ts +21 -10
- package/src/lib/seam/connect/models/events/acs/encoders.ts +16 -14
- package/src/lib/seam/connect/models/events/acs/systems.ts +24 -21
- package/src/lib/seam/connect/models/events/acs/users.ts +8 -7
- package/src/lib/seam/connect/models/events/action-attempts.ts +32 -24
- package/src/lib/seam/connect/models/events/client-sessions.ts +8 -7
- package/src/lib/seam/connect/models/events/connect-webviews.ts +16 -13
- package/src/lib/seam/connect/models/events/connected-accounts.ts +55 -44
- package/src/lib/seam/connect/models/events/devices.ts +339 -301
- package/src/lib/seam/connect/models/events/enrollment-automations.ts +8 -6
- package/src/lib/seam/connect/models/events/phones.ts +8 -5
- package/src/lib/seam/connect/models/events/seam-event.ts +5 -1
- package/src/lib/seam/connect/models/noise-sensors/noise-threshold.ts +5 -1
- package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +60 -62
- package/src/lib/seam/connect/models/user-identities/user-identity.ts +35 -34
- package/src/lib/seam/connect/models/webhooks/webhook.ts +5 -1
- package/src/lib/seam/connect/models/workspaces/workspace.ts +5 -1
- package/src/lib/seam/connect/openapi.ts +354 -6
- package/src/lib/seam/connect/route-types.ts +835 -5
|
@@ -25,6 +25,7 @@ export interface Routes {
|
|
|
25
25
|
commonParams: {}
|
|
26
26
|
formData: {}
|
|
27
27
|
jsonResponse: {
|
|
28
|
+
/** */
|
|
28
29
|
action_attempt:
|
|
29
30
|
| {
|
|
30
31
|
/** The ID of the action attempt. */
|
|
@@ -215,6 +216,14 @@ export interface Routes {
|
|
|
215
216
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
216
217
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
217
218
|
}
|
|
219
|
+
| {
|
|
220
|
+
/** Date and time at which Seam created the warning. */
|
|
221
|
+
created_at: string
|
|
222
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
223
|
+
message: string
|
|
224
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
225
|
+
warning_code: 'needs_to_be_reissued'
|
|
226
|
+
}
|
|
218
227
|
>
|
|
219
228
|
/** 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). */
|
|
220
229
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -329,6 +338,14 @@ export interface Routes {
|
|
|
329
338
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
330
339
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
331
340
|
}
|
|
341
|
+
| {
|
|
342
|
+
/** Date and time at which Seam created the warning. */
|
|
343
|
+
created_at: string
|
|
344
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
345
|
+
message: string
|
|
346
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
347
|
+
warning_code: 'needs_to_be_reissued'
|
|
348
|
+
}
|
|
332
349
|
>
|
|
333
350
|
/** 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). */
|
|
334
351
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -490,6 +507,14 @@ export interface Routes {
|
|
|
490
507
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
491
508
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
492
509
|
}
|
|
510
|
+
| {
|
|
511
|
+
/** Date and time at which Seam created the warning. */
|
|
512
|
+
created_at: string
|
|
513
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
514
|
+
message: string
|
|
515
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
516
|
+
warning_code: 'needs_to_be_reissued'
|
|
517
|
+
}
|
|
493
518
|
>
|
|
494
519
|
/** 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). */
|
|
495
520
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -604,6 +629,14 @@ export interface Routes {
|
|
|
604
629
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
605
630
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
606
631
|
}
|
|
632
|
+
| {
|
|
633
|
+
/** Date and time at which Seam created the warning. */
|
|
634
|
+
created_at: string
|
|
635
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
636
|
+
message: string
|
|
637
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
638
|
+
warning_code: 'needs_to_be_reissued'
|
|
639
|
+
}
|
|
607
640
|
>
|
|
608
641
|
/** 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). */
|
|
609
642
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -960,6 +993,7 @@ export interface Routes {
|
|
|
960
993
|
message: string
|
|
961
994
|
}
|
|
962
995
|
}
|
|
996
|
+
/** */
|
|
963
997
|
access_code: {
|
|
964
998
|
/** Unique identifier for a group of access codes that share the same code. */
|
|
965
999
|
common_code_key: string | null
|
|
@@ -1281,6 +1315,7 @@ export interface Routes {
|
|
|
1281
1315
|
}
|
|
1282
1316
|
formData: {}
|
|
1283
1317
|
jsonResponse: {
|
|
1318
|
+
/** */
|
|
1284
1319
|
action_attempt:
|
|
1285
1320
|
| {
|
|
1286
1321
|
/** The ID of the action attempt. */
|
|
@@ -1471,6 +1506,14 @@ export interface Routes {
|
|
|
1471
1506
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1472
1507
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
1473
1508
|
}
|
|
1509
|
+
| {
|
|
1510
|
+
/** Date and time at which Seam created the warning. */
|
|
1511
|
+
created_at: string
|
|
1512
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1513
|
+
message: string
|
|
1514
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1515
|
+
warning_code: 'needs_to_be_reissued'
|
|
1516
|
+
}
|
|
1474
1517
|
>
|
|
1475
1518
|
/** 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). */
|
|
1476
1519
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -1585,6 +1628,14 @@ export interface Routes {
|
|
|
1585
1628
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1586
1629
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
1587
1630
|
}
|
|
1631
|
+
| {
|
|
1632
|
+
/** Date and time at which Seam created the warning. */
|
|
1633
|
+
created_at: string
|
|
1634
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1635
|
+
message: string
|
|
1636
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1637
|
+
warning_code: 'needs_to_be_reissued'
|
|
1638
|
+
}
|
|
1588
1639
|
>
|
|
1589
1640
|
/** 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). */
|
|
1590
1641
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -1746,6 +1797,14 @@ export interface Routes {
|
|
|
1746
1797
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1747
1798
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
1748
1799
|
}
|
|
1800
|
+
| {
|
|
1801
|
+
/** Date and time at which Seam created the warning. */
|
|
1802
|
+
created_at: string
|
|
1803
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1804
|
+
message: string
|
|
1805
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1806
|
+
warning_code: 'needs_to_be_reissued'
|
|
1807
|
+
}
|
|
1749
1808
|
>
|
|
1750
1809
|
/** 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). */
|
|
1751
1810
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -1860,6 +1919,14 @@ export interface Routes {
|
|
|
1860
1919
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1861
1920
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
1862
1921
|
}
|
|
1922
|
+
| {
|
|
1923
|
+
/** Date and time at which Seam created the warning. */
|
|
1924
|
+
created_at: string
|
|
1925
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1926
|
+
message: string
|
|
1927
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1928
|
+
warning_code: 'needs_to_be_reissued'
|
|
1929
|
+
}
|
|
1863
1930
|
>
|
|
1864
1931
|
/** 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). */
|
|
1865
1932
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -2246,6 +2313,7 @@ export interface Routes {
|
|
|
2246
2313
|
}
|
|
2247
2314
|
formData: {}
|
|
2248
2315
|
jsonResponse: {
|
|
2316
|
+
/** */
|
|
2249
2317
|
access_code: {
|
|
2250
2318
|
/** Unique identifier for a group of access codes that share the same code. */
|
|
2251
2319
|
common_code_key: string | null
|
|
@@ -2552,6 +2620,7 @@ export interface Routes {
|
|
|
2552
2620
|
commonParams: {}
|
|
2553
2621
|
formData: {}
|
|
2554
2622
|
jsonResponse: {
|
|
2623
|
+
/** */
|
|
2555
2624
|
backup_access_code: {
|
|
2556
2625
|
/** Unique identifier for a group of access codes that share the same code. */
|
|
2557
2626
|
common_code_key: string | null
|
|
@@ -2692,6 +2761,7 @@ export interface Routes {
|
|
|
2692
2761
|
/** 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. */
|
|
2693
2762
|
is_offline_access_code: boolean
|
|
2694
2763
|
}
|
|
2764
|
+
/** */
|
|
2695
2765
|
access_code: {
|
|
2696
2766
|
/** Unique identifier for a group of access codes that share the same code. */
|
|
2697
2767
|
common_code_key: string | null
|
|
@@ -2846,6 +2916,7 @@ export interface Routes {
|
|
|
2846
2916
|
commonParams: {}
|
|
2847
2917
|
formData: {}
|
|
2848
2918
|
jsonResponse: {
|
|
2919
|
+
/** */
|
|
2849
2920
|
access_code: {
|
|
2850
2921
|
/** 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. */
|
|
2851
2922
|
type: 'time_bound' | 'ongoing'
|
|
@@ -2992,6 +3063,7 @@ export interface Routes {
|
|
|
2992
3063
|
}
|
|
2993
3064
|
formData: {}
|
|
2994
3065
|
jsonResponse: {
|
|
3066
|
+
/** */
|
|
2995
3067
|
action_attempt:
|
|
2996
3068
|
| {
|
|
2997
3069
|
/** The ID of the action attempt. */
|
|
@@ -3182,6 +3254,14 @@ export interface Routes {
|
|
|
3182
3254
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3183
3255
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
3184
3256
|
}
|
|
3257
|
+
| {
|
|
3258
|
+
/** Date and time at which Seam created the warning. */
|
|
3259
|
+
created_at: string
|
|
3260
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3261
|
+
message: string
|
|
3262
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3263
|
+
warning_code: 'needs_to_be_reissued'
|
|
3264
|
+
}
|
|
3185
3265
|
>
|
|
3186
3266
|
/** 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). */
|
|
3187
3267
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -3296,6 +3376,14 @@ export interface Routes {
|
|
|
3296
3376
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3297
3377
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
3298
3378
|
}
|
|
3379
|
+
| {
|
|
3380
|
+
/** Date and time at which Seam created the warning. */
|
|
3381
|
+
created_at: string
|
|
3382
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3383
|
+
message: string
|
|
3384
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3385
|
+
warning_code: 'needs_to_be_reissued'
|
|
3386
|
+
}
|
|
3299
3387
|
>
|
|
3300
3388
|
/** 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). */
|
|
3301
3389
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -3457,6 +3545,14 @@ export interface Routes {
|
|
|
3457
3545
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3458
3546
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
3459
3547
|
}
|
|
3548
|
+
| {
|
|
3549
|
+
/** Date and time at which Seam created the warning. */
|
|
3550
|
+
created_at: string
|
|
3551
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3552
|
+
message: string
|
|
3553
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3554
|
+
warning_code: 'needs_to_be_reissued'
|
|
3555
|
+
}
|
|
3460
3556
|
>
|
|
3461
3557
|
/** 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). */
|
|
3462
3558
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -3571,6 +3667,14 @@ export interface Routes {
|
|
|
3571
3667
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3572
3668
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
3573
3669
|
}
|
|
3670
|
+
| {
|
|
3671
|
+
/** Date and time at which Seam created the warning. */
|
|
3672
|
+
created_at: string
|
|
3673
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3674
|
+
message: string
|
|
3675
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3676
|
+
warning_code: 'needs_to_be_reissued'
|
|
3677
|
+
}
|
|
3574
3678
|
>
|
|
3575
3679
|
/** 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). */
|
|
3576
3680
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -3941,6 +4045,7 @@ export interface Routes {
|
|
|
3941
4045
|
}
|
|
3942
4046
|
formData: {}
|
|
3943
4047
|
jsonResponse: {
|
|
4048
|
+
/** */
|
|
3944
4049
|
access_code: {
|
|
3945
4050
|
/** 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. */
|
|
3946
4051
|
type: 'time_bound' | 'ongoing'
|
|
@@ -4235,6 +4340,7 @@ export interface Routes {
|
|
|
4235
4340
|
commonParams: {}
|
|
4236
4341
|
formData: {}
|
|
4237
4342
|
jsonResponse: {
|
|
4343
|
+
/** */
|
|
4238
4344
|
action_attempt:
|
|
4239
4345
|
| {
|
|
4240
4346
|
/** The ID of the action attempt. */
|
|
@@ -4425,6 +4531,14 @@ export interface Routes {
|
|
|
4425
4531
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4426
4532
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
4427
4533
|
}
|
|
4534
|
+
| {
|
|
4535
|
+
/** Date and time at which Seam created the warning. */
|
|
4536
|
+
created_at: string
|
|
4537
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4538
|
+
message: string
|
|
4539
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4540
|
+
warning_code: 'needs_to_be_reissued'
|
|
4541
|
+
}
|
|
4428
4542
|
>
|
|
4429
4543
|
/** 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). */
|
|
4430
4544
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -4539,6 +4653,14 @@ export interface Routes {
|
|
|
4539
4653
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4540
4654
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
4541
4655
|
}
|
|
4656
|
+
| {
|
|
4657
|
+
/** Date and time at which Seam created the warning. */
|
|
4658
|
+
created_at: string
|
|
4659
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4660
|
+
message: string
|
|
4661
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4662
|
+
warning_code: 'needs_to_be_reissued'
|
|
4663
|
+
}
|
|
4542
4664
|
>
|
|
4543
4665
|
/** 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). */
|
|
4544
4666
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -4700,6 +4822,14 @@ export interface Routes {
|
|
|
4700
4822
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4701
4823
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
4702
4824
|
}
|
|
4825
|
+
| {
|
|
4826
|
+
/** Date and time at which Seam created the warning. */
|
|
4827
|
+
created_at: string
|
|
4828
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4829
|
+
message: string
|
|
4830
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4831
|
+
warning_code: 'needs_to_be_reissued'
|
|
4832
|
+
}
|
|
4703
4833
|
>
|
|
4704
4834
|
/** 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). */
|
|
4705
4835
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -4814,6 +4944,14 @@ export interface Routes {
|
|
|
4814
4944
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4815
4945
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
4816
4946
|
}
|
|
4947
|
+
| {
|
|
4948
|
+
/** Date and time at which Seam created the warning. */
|
|
4949
|
+
created_at: string
|
|
4950
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4951
|
+
message: string
|
|
4952
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4953
|
+
warning_code: 'needs_to_be_reissued'
|
|
4954
|
+
}
|
|
4817
4955
|
>
|
|
4818
4956
|
/** 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). */
|
|
4819
4957
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -5384,7 +5522,6 @@ export interface Routes {
|
|
|
5384
5522
|
dormakaba_community_metadata?:
|
|
5385
5523
|
| {
|
|
5386
5524
|
access_point_name: string
|
|
5387
|
-
common_area_number?: number | undefined
|
|
5388
5525
|
}
|
|
5389
5526
|
| undefined
|
|
5390
5527
|
assa_abloy_vostio_metadata?:
|
|
@@ -5704,6 +5841,7 @@ export interface Routes {
|
|
|
5704
5841
|
}
|
|
5705
5842
|
formData: {}
|
|
5706
5843
|
jsonResponse: {
|
|
5844
|
+
/** */
|
|
5707
5845
|
acs_credential_provisioning_automation: {
|
|
5708
5846
|
acs_credential_provisioning_automation_id: string
|
|
5709
5847
|
credential_manager_acs_system_id: string
|
|
@@ -5816,6 +5954,14 @@ export interface Routes {
|
|
|
5816
5954
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5817
5955
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
5818
5956
|
}
|
|
5957
|
+
| {
|
|
5958
|
+
/** Date and time at which Seam created the warning. */
|
|
5959
|
+
created_at: string
|
|
5960
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5961
|
+
message: string
|
|
5962
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5963
|
+
warning_code: 'needs_to_be_reissued'
|
|
5964
|
+
}
|
|
5819
5965
|
>
|
|
5820
5966
|
/** 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). */
|
|
5821
5967
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -5992,6 +6138,14 @@ export interface Routes {
|
|
|
5992
6138
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5993
6139
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
5994
6140
|
}
|
|
6141
|
+
| {
|
|
6142
|
+
/** Date and time at which Seam created the warning. */
|
|
6143
|
+
created_at: string
|
|
6144
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6145
|
+
message: string
|
|
6146
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6147
|
+
warning_code: 'needs_to_be_reissued'
|
|
6148
|
+
}
|
|
5995
6149
|
>
|
|
5996
6150
|
/** 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). */
|
|
5997
6151
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -6129,6 +6283,14 @@ export interface Routes {
|
|
|
6129
6283
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6130
6284
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
6131
6285
|
}
|
|
6286
|
+
| {
|
|
6287
|
+
/** Date and time at which Seam created the warning. */
|
|
6288
|
+
created_at: string
|
|
6289
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6290
|
+
message: string
|
|
6291
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6292
|
+
warning_code: 'needs_to_be_reissued'
|
|
6293
|
+
}
|
|
6132
6294
|
>
|
|
6133
6295
|
/** 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). */
|
|
6134
6296
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -6270,6 +6432,14 @@ export interface Routes {
|
|
|
6270
6432
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6271
6433
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
6272
6434
|
}
|
|
6435
|
+
| {
|
|
6436
|
+
/** Date and time at which Seam created the warning. */
|
|
6437
|
+
created_at: string
|
|
6438
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6439
|
+
message: string
|
|
6440
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6441
|
+
warning_code: 'needs_to_be_reissued'
|
|
6442
|
+
}
|
|
6273
6443
|
>
|
|
6274
6444
|
/** 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). */
|
|
6275
6445
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -6420,6 +6590,14 @@ export interface Routes {
|
|
|
6420
6590
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6421
6591
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
6422
6592
|
}
|
|
6593
|
+
| {
|
|
6594
|
+
/** Date and time at which Seam created the warning. */
|
|
6595
|
+
created_at: string
|
|
6596
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6597
|
+
message: string
|
|
6598
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6599
|
+
warning_code: 'needs_to_be_reissued'
|
|
6600
|
+
}
|
|
6423
6601
|
>
|
|
6424
6602
|
/** 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). */
|
|
6425
6603
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -6512,7 +6690,6 @@ export interface Routes {
|
|
|
6512
6690
|
dormakaba_community_metadata?:
|
|
6513
6691
|
| {
|
|
6514
6692
|
access_point_name: string
|
|
6515
|
-
common_area_number?: number | undefined
|
|
6516
6693
|
}
|
|
6517
6694
|
| undefined
|
|
6518
6695
|
assa_abloy_vostio_metadata?:
|
|
@@ -6641,6 +6818,14 @@ export interface Routes {
|
|
|
6641
6818
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6642
6819
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
6643
6820
|
}
|
|
6821
|
+
| {
|
|
6822
|
+
/** Date and time at which Seam created the warning. */
|
|
6823
|
+
created_at: string
|
|
6824
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6825
|
+
message: string
|
|
6826
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6827
|
+
warning_code: 'needs_to_be_reissued'
|
|
6828
|
+
}
|
|
6644
6829
|
>
|
|
6645
6830
|
/** 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). */
|
|
6646
6831
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -6770,6 +6955,14 @@ export interface Routes {
|
|
|
6770
6955
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6771
6956
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
6772
6957
|
}
|
|
6958
|
+
| {
|
|
6959
|
+
/** Date and time at which Seam created the warning. */
|
|
6960
|
+
created_at: string
|
|
6961
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6962
|
+
message: string
|
|
6963
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6964
|
+
warning_code: 'needs_to_be_reissued'
|
|
6965
|
+
}
|
|
6773
6966
|
>
|
|
6774
6967
|
/** 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). */
|
|
6775
6968
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -6912,6 +7105,14 @@ export interface Routes {
|
|
|
6912
7105
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6913
7106
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
6914
7107
|
}
|
|
7108
|
+
| {
|
|
7109
|
+
/** Date and time at which Seam created the warning. */
|
|
7110
|
+
created_at: string
|
|
7111
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7112
|
+
message: string
|
|
7113
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7114
|
+
warning_code: 'needs_to_be_reissued'
|
|
7115
|
+
}
|
|
6915
7116
|
>
|
|
6916
7117
|
/** 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). */
|
|
6917
7118
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -7045,6 +7246,14 @@ export interface Routes {
|
|
|
7045
7246
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7046
7247
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
7047
7248
|
}
|
|
7249
|
+
| {
|
|
7250
|
+
/** Date and time at which Seam created the warning. */
|
|
7251
|
+
created_at: string
|
|
7252
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7253
|
+
message: string
|
|
7254
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7255
|
+
warning_code: 'needs_to_be_reissued'
|
|
7256
|
+
}
|
|
7048
7257
|
>
|
|
7049
7258
|
/** 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). */
|
|
7050
7259
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -7086,6 +7295,7 @@ export interface Routes {
|
|
|
7086
7295
|
}
|
|
7087
7296
|
formData: {}
|
|
7088
7297
|
jsonResponse: {
|
|
7298
|
+
/** */
|
|
7089
7299
|
action_attempt:
|
|
7090
7300
|
| {
|
|
7091
7301
|
/** The ID of the action attempt. */
|
|
@@ -7276,6 +7486,14 @@ export interface Routes {
|
|
|
7276
7486
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7277
7487
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
7278
7488
|
}
|
|
7489
|
+
| {
|
|
7490
|
+
/** Date and time at which Seam created the warning. */
|
|
7491
|
+
created_at: string
|
|
7492
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7493
|
+
message: string
|
|
7494
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7495
|
+
warning_code: 'needs_to_be_reissued'
|
|
7496
|
+
}
|
|
7279
7497
|
>
|
|
7280
7498
|
/** 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). */
|
|
7281
7499
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -7390,6 +7608,14 @@ export interface Routes {
|
|
|
7390
7608
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7391
7609
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
7392
7610
|
}
|
|
7611
|
+
| {
|
|
7612
|
+
/** Date and time at which Seam created the warning. */
|
|
7613
|
+
created_at: string
|
|
7614
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7615
|
+
message: string
|
|
7616
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7617
|
+
warning_code: 'needs_to_be_reissued'
|
|
7618
|
+
}
|
|
7393
7619
|
>
|
|
7394
7620
|
/** 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). */
|
|
7395
7621
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -7551,6 +7777,14 @@ export interface Routes {
|
|
|
7551
7777
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7552
7778
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
7553
7779
|
}
|
|
7780
|
+
| {
|
|
7781
|
+
/** Date and time at which Seam created the warning. */
|
|
7782
|
+
created_at: string
|
|
7783
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7784
|
+
message: string
|
|
7785
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7786
|
+
warning_code: 'needs_to_be_reissued'
|
|
7787
|
+
}
|
|
7554
7788
|
>
|
|
7555
7789
|
/** 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). */
|
|
7556
7790
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -7665,6 +7899,14 @@ export interface Routes {
|
|
|
7665
7899
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7666
7900
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
7667
7901
|
}
|
|
7902
|
+
| {
|
|
7903
|
+
/** Date and time at which Seam created the warning. */
|
|
7904
|
+
created_at: string
|
|
7905
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7906
|
+
message: string
|
|
7907
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7908
|
+
warning_code: 'needs_to_be_reissued'
|
|
7909
|
+
}
|
|
7668
7910
|
>
|
|
7669
7911
|
/** 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). */
|
|
7670
7912
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -8083,6 +8325,7 @@ export interface Routes {
|
|
|
8083
8325
|
}
|
|
8084
8326
|
formData: {}
|
|
8085
8327
|
jsonResponse: {
|
|
8328
|
+
/** */
|
|
8086
8329
|
action_attempt:
|
|
8087
8330
|
| {
|
|
8088
8331
|
/** The ID of the action attempt. */
|
|
@@ -8273,6 +8516,14 @@ export interface Routes {
|
|
|
8273
8516
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8274
8517
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
8275
8518
|
}
|
|
8519
|
+
| {
|
|
8520
|
+
/** Date and time at which Seam created the warning. */
|
|
8521
|
+
created_at: string
|
|
8522
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8523
|
+
message: string
|
|
8524
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8525
|
+
warning_code: 'needs_to_be_reissued'
|
|
8526
|
+
}
|
|
8276
8527
|
>
|
|
8277
8528
|
/** 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). */
|
|
8278
8529
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -8387,6 +8638,14 @@ export interface Routes {
|
|
|
8387
8638
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8388
8639
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
8389
8640
|
}
|
|
8641
|
+
| {
|
|
8642
|
+
/** Date and time at which Seam created the warning. */
|
|
8643
|
+
created_at: string
|
|
8644
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8645
|
+
message: string
|
|
8646
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8647
|
+
warning_code: 'needs_to_be_reissued'
|
|
8648
|
+
}
|
|
8390
8649
|
>
|
|
8391
8650
|
/** 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). */
|
|
8392
8651
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -8548,6 +8807,14 @@ export interface Routes {
|
|
|
8548
8807
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8549
8808
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
8550
8809
|
}
|
|
8810
|
+
| {
|
|
8811
|
+
/** Date and time at which Seam created the warning. */
|
|
8812
|
+
created_at: string
|
|
8813
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8814
|
+
message: string
|
|
8815
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8816
|
+
warning_code: 'needs_to_be_reissued'
|
|
8817
|
+
}
|
|
8551
8818
|
>
|
|
8552
8819
|
/** 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). */
|
|
8553
8820
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -8662,6 +8929,14 @@ export interface Routes {
|
|
|
8662
8929
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8663
8930
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
8664
8931
|
}
|
|
8932
|
+
| {
|
|
8933
|
+
/** Date and time at which Seam created the warning. */
|
|
8934
|
+
created_at: string
|
|
8935
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8936
|
+
message: string
|
|
8937
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8938
|
+
warning_code: 'needs_to_be_reissued'
|
|
8939
|
+
}
|
|
8665
8940
|
>
|
|
8666
8941
|
/** 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). */
|
|
8667
8942
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -9172,7 +9447,6 @@ export interface Routes {
|
|
|
9172
9447
|
dormakaba_community_metadata?:
|
|
9173
9448
|
| {
|
|
9174
9449
|
access_point_name: string
|
|
9175
|
-
common_area_number?: number | undefined
|
|
9176
9450
|
}
|
|
9177
9451
|
| undefined
|
|
9178
9452
|
assa_abloy_vostio_metadata?:
|
|
@@ -9274,7 +9548,6 @@ export interface Routes {
|
|
|
9274
9548
|
dormakaba_community_metadata?:
|
|
9275
9549
|
| {
|
|
9276
9550
|
access_point_name: string
|
|
9277
|
-
common_area_number?: number | undefined
|
|
9278
9551
|
}
|
|
9279
9552
|
| undefined
|
|
9280
9553
|
assa_abloy_vostio_metadata?:
|
|
@@ -9399,6 +9672,14 @@ export interface Routes {
|
|
|
9399
9672
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9400
9673
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
9401
9674
|
}
|
|
9675
|
+
| {
|
|
9676
|
+
/** Date and time at which Seam created the warning. */
|
|
9677
|
+
created_at: string
|
|
9678
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9679
|
+
message: string
|
|
9680
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9681
|
+
warning_code: 'needs_to_be_reissued'
|
|
9682
|
+
}
|
|
9402
9683
|
>
|
|
9403
9684
|
/** 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). */
|
|
9404
9685
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -10442,7 +10723,6 @@ export interface Routes {
|
|
|
10442
10723
|
dormakaba_community_metadata?:
|
|
10443
10724
|
| {
|
|
10444
10725
|
access_point_name: string
|
|
10445
|
-
common_area_number?: number | undefined
|
|
10446
10726
|
}
|
|
10447
10727
|
| undefined
|
|
10448
10728
|
assa_abloy_vostio_metadata?:
|
|
@@ -10814,6 +11094,7 @@ export interface Routes {
|
|
|
10814
11094
|
}
|
|
10815
11095
|
formData: {}
|
|
10816
11096
|
jsonResponse: {
|
|
11097
|
+
/** */
|
|
10817
11098
|
action_attempt:
|
|
10818
11099
|
| {
|
|
10819
11100
|
/** The ID of the action attempt. */
|
|
@@ -11004,6 +11285,14 @@ export interface Routes {
|
|
|
11004
11285
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11005
11286
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
11006
11287
|
}
|
|
11288
|
+
| {
|
|
11289
|
+
/** Date and time at which Seam created the warning. */
|
|
11290
|
+
created_at: string
|
|
11291
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11292
|
+
message: string
|
|
11293
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11294
|
+
warning_code: 'needs_to_be_reissued'
|
|
11295
|
+
}
|
|
11007
11296
|
>
|
|
11008
11297
|
/** 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). */
|
|
11009
11298
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -11118,6 +11407,14 @@ export interface Routes {
|
|
|
11118
11407
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11119
11408
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
11120
11409
|
}
|
|
11410
|
+
| {
|
|
11411
|
+
/** Date and time at which Seam created the warning. */
|
|
11412
|
+
created_at: string
|
|
11413
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11414
|
+
message: string
|
|
11415
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11416
|
+
warning_code: 'needs_to_be_reissued'
|
|
11417
|
+
}
|
|
11121
11418
|
>
|
|
11122
11419
|
/** 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). */
|
|
11123
11420
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -11279,6 +11576,14 @@ export interface Routes {
|
|
|
11279
11576
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11280
11577
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
11281
11578
|
}
|
|
11579
|
+
| {
|
|
11580
|
+
/** Date and time at which Seam created the warning. */
|
|
11581
|
+
created_at: string
|
|
11582
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11583
|
+
message: string
|
|
11584
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11585
|
+
warning_code: 'needs_to_be_reissued'
|
|
11586
|
+
}
|
|
11282
11587
|
>
|
|
11283
11588
|
/** 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). */
|
|
11284
11589
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -11393,6 +11698,14 @@ export interface Routes {
|
|
|
11393
11698
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11394
11699
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
11395
11700
|
}
|
|
11701
|
+
| {
|
|
11702
|
+
/** Date and time at which Seam created the warning. */
|
|
11703
|
+
created_at: string
|
|
11704
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11705
|
+
message: string
|
|
11706
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11707
|
+
warning_code: 'needs_to_be_reissued'
|
|
11708
|
+
}
|
|
11396
11709
|
>
|
|
11397
11710
|
/** 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). */
|
|
11398
11711
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -11951,6 +12264,14 @@ export interface Routes {
|
|
|
11951
12264
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11952
12265
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
11953
12266
|
}
|
|
12267
|
+
| {
|
|
12268
|
+
/** Date and time at which Seam created the warning. */
|
|
12269
|
+
created_at: string
|
|
12270
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12271
|
+
message: string
|
|
12272
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12273
|
+
warning_code: 'needs_to_be_reissued'
|
|
12274
|
+
}
|
|
11954
12275
|
>
|
|
11955
12276
|
/** 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). */
|
|
11956
12277
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -12065,6 +12386,14 @@ export interface Routes {
|
|
|
12065
12386
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12066
12387
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
12067
12388
|
}
|
|
12389
|
+
| {
|
|
12390
|
+
/** Date and time at which Seam created the warning. */
|
|
12391
|
+
created_at: string
|
|
12392
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12393
|
+
message: string
|
|
12394
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12395
|
+
warning_code: 'needs_to_be_reissued'
|
|
12396
|
+
}
|
|
12068
12397
|
>
|
|
12069
12398
|
/** 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). */
|
|
12070
12399
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -12226,6 +12555,14 @@ export interface Routes {
|
|
|
12226
12555
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12227
12556
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
12228
12557
|
}
|
|
12558
|
+
| {
|
|
12559
|
+
/** Date and time at which Seam created the warning. */
|
|
12560
|
+
created_at: string
|
|
12561
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12562
|
+
message: string
|
|
12563
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12564
|
+
warning_code: 'needs_to_be_reissued'
|
|
12565
|
+
}
|
|
12229
12566
|
>
|
|
12230
12567
|
/** 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). */
|
|
12231
12568
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -12340,6 +12677,14 @@ export interface Routes {
|
|
|
12340
12677
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12341
12678
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
12342
12679
|
}
|
|
12680
|
+
| {
|
|
12681
|
+
/** Date and time at which Seam created the warning. */
|
|
12682
|
+
created_at: string
|
|
12683
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12684
|
+
message: string
|
|
12685
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12686
|
+
warning_code: 'needs_to_be_reissued'
|
|
12687
|
+
}
|
|
12343
12688
|
>
|
|
12344
12689
|
/** 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). */
|
|
12345
12690
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -12713,6 +13058,7 @@ export interface Routes {
|
|
|
12713
13058
|
commonParams: {}
|
|
12714
13059
|
formData: {}
|
|
12715
13060
|
jsonResponse: {
|
|
13061
|
+
/** */
|
|
12716
13062
|
client_session: {
|
|
12717
13063
|
client_session_id: string
|
|
12718
13064
|
workspace_id: string
|
|
@@ -12749,6 +13095,7 @@ export interface Routes {
|
|
|
12749
13095
|
}
|
|
12750
13096
|
formData: {}
|
|
12751
13097
|
jsonResponse: {
|
|
13098
|
+
/** */
|
|
12752
13099
|
client_session: {
|
|
12753
13100
|
client_session_id: string
|
|
12754
13101
|
workspace_id: string
|
|
@@ -12777,6 +13124,7 @@ export interface Routes {
|
|
|
12777
13124
|
commonParams: {}
|
|
12778
13125
|
formData: {}
|
|
12779
13126
|
jsonResponse: {
|
|
13127
|
+
/** */
|
|
12780
13128
|
client_session: {
|
|
12781
13129
|
client_session_id: string
|
|
12782
13130
|
workspace_id: string
|
|
@@ -12805,6 +13153,7 @@ export interface Routes {
|
|
|
12805
13153
|
}
|
|
12806
13154
|
formData: {}
|
|
12807
13155
|
jsonResponse: {
|
|
13156
|
+
/** */
|
|
12808
13157
|
client_session: {
|
|
12809
13158
|
client_session_id: string
|
|
12810
13159
|
workspace_id: string
|
|
@@ -12935,6 +13284,7 @@ export interface Routes {
|
|
|
12935
13284
|
commonParams: {}
|
|
12936
13285
|
formData: {}
|
|
12937
13286
|
jsonResponse: {
|
|
13287
|
+
/** */
|
|
12938
13288
|
connect_webview: {
|
|
12939
13289
|
connect_webview_id: string
|
|
12940
13290
|
workspace_id: string
|
|
@@ -12983,6 +13333,7 @@ export interface Routes {
|
|
|
12983
13333
|
}
|
|
12984
13334
|
formData: {}
|
|
12985
13335
|
jsonResponse: {
|
|
13336
|
+
/** */
|
|
12986
13337
|
connect_webview: {
|
|
12987
13338
|
connect_webview_id: string
|
|
12988
13339
|
workspace_id: string
|
|
@@ -13077,6 +13428,7 @@ export interface Routes {
|
|
|
13077
13428
|
}
|
|
13078
13429
|
formData: {}
|
|
13079
13430
|
jsonResponse: {
|
|
13431
|
+
/** */
|
|
13080
13432
|
connected_account: {
|
|
13081
13433
|
connected_account_id?: string | undefined
|
|
13082
13434
|
created_at?: string | undefined
|
|
@@ -13172,6 +13524,7 @@ export interface Routes {
|
|
|
13172
13524
|
commonParams: {}
|
|
13173
13525
|
formData: {}
|
|
13174
13526
|
jsonResponse: {
|
|
13527
|
+
/** */
|
|
13175
13528
|
connected_account: {
|
|
13176
13529
|
connected_account_id?: string | undefined
|
|
13177
13530
|
created_at?: string | undefined
|
|
@@ -13229,6 +13582,7 @@ export interface Routes {
|
|
|
13229
13582
|
}
|
|
13230
13583
|
formData: {}
|
|
13231
13584
|
jsonResponse: {
|
|
13585
|
+
/** */
|
|
13232
13586
|
device: {
|
|
13233
13587
|
/** Unique identifier for the device. */
|
|
13234
13588
|
device_id: string
|
|
@@ -15107,6 +15461,7 @@ export interface Routes {
|
|
|
15107
15461
|
}
|
|
15108
15462
|
formData: {}
|
|
15109
15463
|
jsonResponse: {
|
|
15464
|
+
/** */
|
|
15110
15465
|
device: {
|
|
15111
15466
|
/** Unique identifier for the device. */
|
|
15112
15467
|
device_id: string
|
|
@@ -15788,6 +16143,7 @@ export interface Routes {
|
|
|
15788
16143
|
}
|
|
15789
16144
|
formData: {}
|
|
15790
16145
|
jsonResponse: {
|
|
16146
|
+
/** */
|
|
15791
16147
|
event?:
|
|
15792
16148
|
| (
|
|
15793
16149
|
| {
|
|
@@ -16163,6 +16519,22 @@ export interface Routes {
|
|
|
16163
16519
|
acs_credential_id: string
|
|
16164
16520
|
event_type: 'acs_credential.issued'
|
|
16165
16521
|
}
|
|
16522
|
+
| {
|
|
16523
|
+
/** ID of the event. */
|
|
16524
|
+
event_id: string
|
|
16525
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16526
|
+
workspace_id: string
|
|
16527
|
+
/** Date and time at which the event was created. */
|
|
16528
|
+
created_at: string
|
|
16529
|
+
/** Date and time at which the event occurred. */
|
|
16530
|
+
occurred_at: string
|
|
16531
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16532
|
+
connected_account_id?: string | undefined
|
|
16533
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
16534
|
+
acs_system_id: string
|
|
16535
|
+
acs_credential_id: string
|
|
16536
|
+
event_type: 'acs_credential.reissued'
|
|
16537
|
+
}
|
|
16166
16538
|
| {
|
|
16167
16539
|
/** ID of the event. */
|
|
16168
16540
|
event_id: string
|
|
@@ -17116,6 +17488,7 @@ export interface Routes {
|
|
|
17116
17488
|
| 'acs_user.deleted'
|
|
17117
17489
|
| 'acs_credential.deleted'
|
|
17118
17490
|
| 'acs_credential.issued'
|
|
17491
|
+
| 'acs_credential.reissued'
|
|
17119
17492
|
| 'acs_encoder.added'
|
|
17120
17493
|
| 'acs_encoder.removed'
|
|
17121
17494
|
| 'enrollment_automation.deleted'
|
|
@@ -17193,6 +17566,7 @@ export interface Routes {
|
|
|
17193
17566
|
| 'acs_user.deleted'
|
|
17194
17567
|
| 'acs_credential.deleted'
|
|
17195
17568
|
| 'acs_credential.issued'
|
|
17569
|
+
| 'acs_credential.reissued'
|
|
17196
17570
|
| 'acs_encoder.added'
|
|
17197
17571
|
| 'acs_encoder.removed'
|
|
17198
17572
|
| 'enrollment_automation.deleted'
|
|
@@ -17588,6 +17962,22 @@ export interface Routes {
|
|
|
17588
17962
|
acs_credential_id: string
|
|
17589
17963
|
event_type: 'acs_credential.issued'
|
|
17590
17964
|
}
|
|
17965
|
+
| {
|
|
17966
|
+
/** ID of the event. */
|
|
17967
|
+
event_id: string
|
|
17968
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
17969
|
+
workspace_id: string
|
|
17970
|
+
/** Date and time at which the event was created. */
|
|
17971
|
+
created_at: string
|
|
17972
|
+
/** Date and time at which the event occurred. */
|
|
17973
|
+
occurred_at: string
|
|
17974
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
17975
|
+
connected_account_id?: string | undefined
|
|
17976
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
17977
|
+
acs_system_id: string
|
|
17978
|
+
acs_credential_id: string
|
|
17979
|
+
event_type: 'acs_credential.reissued'
|
|
17980
|
+
}
|
|
17591
17981
|
| {
|
|
17592
17982
|
/** ID of the event. */
|
|
17593
17983
|
event_id: string
|
|
@@ -18463,6 +18853,7 @@ export interface Routes {
|
|
|
18463
18853
|
}
|
|
18464
18854
|
formData: {}
|
|
18465
18855
|
jsonResponse: {
|
|
18856
|
+
/** */
|
|
18466
18857
|
lock: {
|
|
18467
18858
|
/** Unique identifier for the device. */
|
|
18468
18859
|
device_id: string
|
|
@@ -19243,6 +19634,7 @@ export interface Routes {
|
|
|
19243
19634
|
can_simulate_connection?: boolean | undefined
|
|
19244
19635
|
can_simulate_disconnection?: boolean | undefined
|
|
19245
19636
|
}
|
|
19637
|
+
/** */
|
|
19246
19638
|
device: {
|
|
19247
19639
|
/** Unique identifier for the device. */
|
|
19248
19640
|
device_id: string
|
|
@@ -21780,6 +22172,7 @@ export interface Routes {
|
|
|
21780
22172
|
commonParams: {}
|
|
21781
22173
|
formData: {}
|
|
21782
22174
|
jsonResponse: {
|
|
22175
|
+
/** */
|
|
21783
22176
|
action_attempt:
|
|
21784
22177
|
| {
|
|
21785
22178
|
/** The ID of the action attempt. */
|
|
@@ -21970,6 +22363,14 @@ export interface Routes {
|
|
|
21970
22363
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21971
22364
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
21972
22365
|
}
|
|
22366
|
+
| {
|
|
22367
|
+
/** Date and time at which Seam created the warning. */
|
|
22368
|
+
created_at: string
|
|
22369
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22370
|
+
message: string
|
|
22371
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22372
|
+
warning_code: 'needs_to_be_reissued'
|
|
22373
|
+
}
|
|
21973
22374
|
>
|
|
21974
22375
|
/** 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). */
|
|
21975
22376
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -22084,6 +22485,14 @@ export interface Routes {
|
|
|
22084
22485
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22085
22486
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
22086
22487
|
}
|
|
22488
|
+
| {
|
|
22489
|
+
/** Date and time at which Seam created the warning. */
|
|
22490
|
+
created_at: string
|
|
22491
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22492
|
+
message: string
|
|
22493
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22494
|
+
warning_code: 'needs_to_be_reissued'
|
|
22495
|
+
}
|
|
22087
22496
|
>
|
|
22088
22497
|
/** 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). */
|
|
22089
22498
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -22245,6 +22654,14 @@ export interface Routes {
|
|
|
22245
22654
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22246
22655
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
22247
22656
|
}
|
|
22657
|
+
| {
|
|
22658
|
+
/** Date and time at which Seam created the warning. */
|
|
22659
|
+
created_at: string
|
|
22660
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22661
|
+
message: string
|
|
22662
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22663
|
+
warning_code: 'needs_to_be_reissued'
|
|
22664
|
+
}
|
|
22248
22665
|
>
|
|
22249
22666
|
/** 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). */
|
|
22250
22667
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -22359,6 +22776,14 @@ export interface Routes {
|
|
|
22359
22776
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22360
22777
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
22361
22778
|
}
|
|
22779
|
+
| {
|
|
22780
|
+
/** Date and time at which Seam created the warning. */
|
|
22781
|
+
created_at: string
|
|
22782
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22783
|
+
message: string
|
|
22784
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22785
|
+
warning_code: 'needs_to_be_reissued'
|
|
22786
|
+
}
|
|
22362
22787
|
>
|
|
22363
22788
|
/** 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). */
|
|
22364
22789
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -22728,6 +23153,7 @@ export interface Routes {
|
|
|
22728
23153
|
commonParams: {}
|
|
22729
23154
|
formData: {}
|
|
22730
23155
|
jsonResponse: {
|
|
23156
|
+
/** */
|
|
22731
23157
|
action_attempt:
|
|
22732
23158
|
| {
|
|
22733
23159
|
/** The ID of the action attempt. */
|
|
@@ -22918,6 +23344,14 @@ export interface Routes {
|
|
|
22918
23344
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22919
23345
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
22920
23346
|
}
|
|
23347
|
+
| {
|
|
23348
|
+
/** Date and time at which Seam created the warning. */
|
|
23349
|
+
created_at: string
|
|
23350
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23351
|
+
message: string
|
|
23352
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23353
|
+
warning_code: 'needs_to_be_reissued'
|
|
23354
|
+
}
|
|
22921
23355
|
>
|
|
22922
23356
|
/** 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). */
|
|
22923
23357
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -23032,6 +23466,14 @@ export interface Routes {
|
|
|
23032
23466
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23033
23467
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
23034
23468
|
}
|
|
23469
|
+
| {
|
|
23470
|
+
/** Date and time at which Seam created the warning. */
|
|
23471
|
+
created_at: string
|
|
23472
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23473
|
+
message: string
|
|
23474
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23475
|
+
warning_code: 'needs_to_be_reissued'
|
|
23476
|
+
}
|
|
23035
23477
|
>
|
|
23036
23478
|
/** 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). */
|
|
23037
23479
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -23193,6 +23635,14 @@ export interface Routes {
|
|
|
23193
23635
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23194
23636
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
23195
23637
|
}
|
|
23638
|
+
| {
|
|
23639
|
+
/** Date and time at which Seam created the warning. */
|
|
23640
|
+
created_at: string
|
|
23641
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23642
|
+
message: string
|
|
23643
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23644
|
+
warning_code: 'needs_to_be_reissued'
|
|
23645
|
+
}
|
|
23196
23646
|
>
|
|
23197
23647
|
/** 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). */
|
|
23198
23648
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -23307,6 +23757,14 @@ export interface Routes {
|
|
|
23307
23757
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23308
23758
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
23309
23759
|
}
|
|
23760
|
+
| {
|
|
23761
|
+
/** Date and time at which Seam created the warning. */
|
|
23762
|
+
created_at: string
|
|
23763
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23764
|
+
message: string
|
|
23765
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23766
|
+
warning_code: 'needs_to_be_reissued'
|
|
23767
|
+
}
|
|
23310
23768
|
>
|
|
23311
23769
|
/** 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). */
|
|
23312
23770
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -23675,6 +24133,7 @@ export interface Routes {
|
|
|
23675
24133
|
}
|
|
23676
24134
|
formData: {}
|
|
23677
24135
|
jsonResponse: {
|
|
24136
|
+
/** */
|
|
23678
24137
|
network: {
|
|
23679
24138
|
network_id: string
|
|
23680
24139
|
workspace_id: string
|
|
@@ -25459,6 +25918,7 @@ export interface Routes {
|
|
|
25459
25918
|
commonParams: {}
|
|
25460
25919
|
formData: {}
|
|
25461
25920
|
jsonResponse: {
|
|
25921
|
+
/** */
|
|
25462
25922
|
action_attempt:
|
|
25463
25923
|
| {
|
|
25464
25924
|
/** The ID of the action attempt. */
|
|
@@ -25649,6 +26109,14 @@ export interface Routes {
|
|
|
25649
26109
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25650
26110
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
25651
26111
|
}
|
|
26112
|
+
| {
|
|
26113
|
+
/** Date and time at which Seam created the warning. */
|
|
26114
|
+
created_at: string
|
|
26115
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26116
|
+
message: string
|
|
26117
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26118
|
+
warning_code: 'needs_to_be_reissued'
|
|
26119
|
+
}
|
|
25652
26120
|
>
|
|
25653
26121
|
/** 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). */
|
|
25654
26122
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -25763,6 +26231,14 @@ export interface Routes {
|
|
|
25763
26231
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25764
26232
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
25765
26233
|
}
|
|
26234
|
+
| {
|
|
26235
|
+
/** Date and time at which Seam created the warning. */
|
|
26236
|
+
created_at: string
|
|
26237
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26238
|
+
message: string
|
|
26239
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26240
|
+
warning_code: 'needs_to_be_reissued'
|
|
26241
|
+
}
|
|
25766
26242
|
>
|
|
25767
26243
|
/** 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). */
|
|
25768
26244
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -25924,6 +26400,14 @@ export interface Routes {
|
|
|
25924
26400
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25925
26401
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
25926
26402
|
}
|
|
26403
|
+
| {
|
|
26404
|
+
/** Date and time at which Seam created the warning. */
|
|
26405
|
+
created_at: string
|
|
26406
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26407
|
+
message: string
|
|
26408
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26409
|
+
warning_code: 'needs_to_be_reissued'
|
|
26410
|
+
}
|
|
25927
26411
|
>
|
|
25928
26412
|
/** 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). */
|
|
25929
26413
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -26038,6 +26522,14 @@ export interface Routes {
|
|
|
26038
26522
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26039
26523
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
26040
26524
|
}
|
|
26525
|
+
| {
|
|
26526
|
+
/** Date and time at which Seam created the warning. */
|
|
26527
|
+
created_at: string
|
|
26528
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26529
|
+
message: string
|
|
26530
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26531
|
+
warning_code: 'needs_to_be_reissued'
|
|
26532
|
+
}
|
|
26041
26533
|
>
|
|
26042
26534
|
/** 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). */
|
|
26043
26535
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -26394,6 +26886,7 @@ export interface Routes {
|
|
|
26394
26886
|
message: string
|
|
26395
26887
|
}
|
|
26396
26888
|
}
|
|
26889
|
+
/** */
|
|
26397
26890
|
noise_threshold: {
|
|
26398
26891
|
noise_threshold_id: string
|
|
26399
26892
|
device_id: string
|
|
@@ -26417,6 +26910,7 @@ export interface Routes {
|
|
|
26417
26910
|
commonParams: {}
|
|
26418
26911
|
formData: {}
|
|
26419
26912
|
jsonResponse: {
|
|
26913
|
+
/** */
|
|
26420
26914
|
action_attempt:
|
|
26421
26915
|
| {
|
|
26422
26916
|
/** The ID of the action attempt. */
|
|
@@ -26607,6 +27101,14 @@ export interface Routes {
|
|
|
26607
27101
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26608
27102
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
26609
27103
|
}
|
|
27104
|
+
| {
|
|
27105
|
+
/** Date and time at which Seam created the warning. */
|
|
27106
|
+
created_at: string
|
|
27107
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27108
|
+
message: string
|
|
27109
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27110
|
+
warning_code: 'needs_to_be_reissued'
|
|
27111
|
+
}
|
|
26610
27112
|
>
|
|
26611
27113
|
/** 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). */
|
|
26612
27114
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -26721,6 +27223,14 @@ export interface Routes {
|
|
|
26721
27223
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26722
27224
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
26723
27225
|
}
|
|
27226
|
+
| {
|
|
27227
|
+
/** Date and time at which Seam created the warning. */
|
|
27228
|
+
created_at: string
|
|
27229
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27230
|
+
message: string
|
|
27231
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27232
|
+
warning_code: 'needs_to_be_reissued'
|
|
27233
|
+
}
|
|
26724
27234
|
>
|
|
26725
27235
|
/** 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). */
|
|
26726
27236
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -26882,6 +27392,14 @@ export interface Routes {
|
|
|
26882
27392
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26883
27393
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
26884
27394
|
}
|
|
27395
|
+
| {
|
|
27396
|
+
/** Date and time at which Seam created the warning. */
|
|
27397
|
+
created_at: string
|
|
27398
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27399
|
+
message: string
|
|
27400
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27401
|
+
warning_code: 'needs_to_be_reissued'
|
|
27402
|
+
}
|
|
26885
27403
|
>
|
|
26886
27404
|
/** 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). */
|
|
26887
27405
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -26996,6 +27514,14 @@ export interface Routes {
|
|
|
26996
27514
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26997
27515
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
26998
27516
|
}
|
|
27517
|
+
| {
|
|
27518
|
+
/** Date and time at which Seam created the warning. */
|
|
27519
|
+
created_at: string
|
|
27520
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27521
|
+
message: string
|
|
27522
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27523
|
+
warning_code: 'needs_to_be_reissued'
|
|
27524
|
+
}
|
|
26999
27525
|
>
|
|
27000
27526
|
/** 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). */
|
|
27001
27527
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -27364,6 +27890,7 @@ export interface Routes {
|
|
|
27364
27890
|
}
|
|
27365
27891
|
formData: {}
|
|
27366
27892
|
jsonResponse: {
|
|
27893
|
+
/** */
|
|
27367
27894
|
noise_threshold: {
|
|
27368
27895
|
noise_threshold_id: string
|
|
27369
27896
|
device_id: string
|
|
@@ -27414,6 +27941,7 @@ export interface Routes {
|
|
|
27414
27941
|
commonParams: {}
|
|
27415
27942
|
formData: {}
|
|
27416
27943
|
jsonResponse: {
|
|
27944
|
+
/** */
|
|
27417
27945
|
action_attempt:
|
|
27418
27946
|
| {
|
|
27419
27947
|
/** The ID of the action attempt. */
|
|
@@ -27604,6 +28132,14 @@ export interface Routes {
|
|
|
27604
28132
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27605
28133
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
27606
28134
|
}
|
|
28135
|
+
| {
|
|
28136
|
+
/** Date and time at which Seam created the warning. */
|
|
28137
|
+
created_at: string
|
|
28138
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28139
|
+
message: string
|
|
28140
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28141
|
+
warning_code: 'needs_to_be_reissued'
|
|
28142
|
+
}
|
|
27607
28143
|
>
|
|
27608
28144
|
/** 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). */
|
|
27609
28145
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -27718,6 +28254,14 @@ export interface Routes {
|
|
|
27718
28254
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27719
28255
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
27720
28256
|
}
|
|
28257
|
+
| {
|
|
28258
|
+
/** Date and time at which Seam created the warning. */
|
|
28259
|
+
created_at: string
|
|
28260
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28261
|
+
message: string
|
|
28262
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28263
|
+
warning_code: 'needs_to_be_reissued'
|
|
28264
|
+
}
|
|
27721
28265
|
>
|
|
27722
28266
|
/** 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). */
|
|
27723
28267
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -27879,6 +28423,14 @@ export interface Routes {
|
|
|
27879
28423
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27880
28424
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
27881
28425
|
}
|
|
28426
|
+
| {
|
|
28427
|
+
/** Date and time at which Seam created the warning. */
|
|
28428
|
+
created_at: string
|
|
28429
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28430
|
+
message: string
|
|
28431
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28432
|
+
warning_code: 'needs_to_be_reissued'
|
|
28433
|
+
}
|
|
27882
28434
|
>
|
|
27883
28435
|
/** 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). */
|
|
27884
28436
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -27993,6 +28545,14 @@ export interface Routes {
|
|
|
27993
28545
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27994
28546
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
27995
28547
|
}
|
|
28548
|
+
| {
|
|
28549
|
+
/** Date and time at which Seam created the warning. */
|
|
28550
|
+
created_at: string
|
|
28551
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28552
|
+
message: string
|
|
28553
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28554
|
+
warning_code: 'needs_to_be_reissued'
|
|
28555
|
+
}
|
|
27996
28556
|
>
|
|
27997
28557
|
/** 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). */
|
|
27998
28558
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -28558,6 +29118,7 @@ export interface Routes {
|
|
|
28558
29118
|
commonParams: {}
|
|
28559
29119
|
formData: {}
|
|
28560
29120
|
jsonResponse: {
|
|
29121
|
+
/** */
|
|
28561
29122
|
phone: {
|
|
28562
29123
|
/** Unique identifier for the device. */
|
|
28563
29124
|
device_id: string
|
|
@@ -28720,6 +29281,7 @@ export interface Routes {
|
|
|
28720
29281
|
commonParams: {}
|
|
28721
29282
|
formData: {}
|
|
28722
29283
|
jsonResponse: {
|
|
29284
|
+
/** */
|
|
28723
29285
|
action_attempt:
|
|
28724
29286
|
| {
|
|
28725
29287
|
/** The ID of the action attempt. */
|
|
@@ -28910,6 +29472,14 @@ export interface Routes {
|
|
|
28910
29472
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28911
29473
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
28912
29474
|
}
|
|
29475
|
+
| {
|
|
29476
|
+
/** Date and time at which Seam created the warning. */
|
|
29477
|
+
created_at: string
|
|
29478
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29479
|
+
message: string
|
|
29480
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29481
|
+
warning_code: 'needs_to_be_reissued'
|
|
29482
|
+
}
|
|
28913
29483
|
>
|
|
28914
29484
|
/** 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). */
|
|
28915
29485
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -29024,6 +29594,14 @@ export interface Routes {
|
|
|
29024
29594
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29025
29595
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
29026
29596
|
}
|
|
29597
|
+
| {
|
|
29598
|
+
/** Date and time at which Seam created the warning. */
|
|
29599
|
+
created_at: string
|
|
29600
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29601
|
+
message: string
|
|
29602
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29603
|
+
warning_code: 'needs_to_be_reissued'
|
|
29604
|
+
}
|
|
29027
29605
|
>
|
|
29028
29606
|
/** 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). */
|
|
29029
29607
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -29185,6 +29763,14 @@ export interface Routes {
|
|
|
29185
29763
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29186
29764
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
29187
29765
|
}
|
|
29766
|
+
| {
|
|
29767
|
+
/** Date and time at which Seam created the warning. */
|
|
29768
|
+
created_at: string
|
|
29769
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29770
|
+
message: string
|
|
29771
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29772
|
+
warning_code: 'needs_to_be_reissued'
|
|
29773
|
+
}
|
|
29188
29774
|
>
|
|
29189
29775
|
/** 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). */
|
|
29190
29776
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -29299,6 +29885,14 @@ export interface Routes {
|
|
|
29299
29885
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29300
29886
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
29301
29887
|
}
|
|
29888
|
+
| {
|
|
29889
|
+
/** Date and time at which Seam created the warning. */
|
|
29890
|
+
created_at: string
|
|
29891
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29892
|
+
message: string
|
|
29893
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29894
|
+
warning_code: 'needs_to_be_reissued'
|
|
29895
|
+
}
|
|
29302
29896
|
>
|
|
29303
29897
|
/** 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). */
|
|
29304
29898
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -29674,6 +30268,7 @@ export interface Routes {
|
|
|
29674
30268
|
commonParams: {}
|
|
29675
30269
|
formData: {}
|
|
29676
30270
|
jsonResponse: {
|
|
30271
|
+
/** */
|
|
29677
30272
|
action_attempt:
|
|
29678
30273
|
| {
|
|
29679
30274
|
/** The ID of the action attempt. */
|
|
@@ -29864,6 +30459,14 @@ export interface Routes {
|
|
|
29864
30459
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29865
30460
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
29866
30461
|
}
|
|
30462
|
+
| {
|
|
30463
|
+
/** Date and time at which Seam created the warning. */
|
|
30464
|
+
created_at: string
|
|
30465
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30466
|
+
message: string
|
|
30467
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30468
|
+
warning_code: 'needs_to_be_reissued'
|
|
30469
|
+
}
|
|
29867
30470
|
>
|
|
29868
30471
|
/** 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). */
|
|
29869
30472
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -29978,6 +30581,14 @@ export interface Routes {
|
|
|
29978
30581
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29979
30582
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
29980
30583
|
}
|
|
30584
|
+
| {
|
|
30585
|
+
/** Date and time at which Seam created the warning. */
|
|
30586
|
+
created_at: string
|
|
30587
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30588
|
+
message: string
|
|
30589
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30590
|
+
warning_code: 'needs_to_be_reissued'
|
|
30591
|
+
}
|
|
29981
30592
|
>
|
|
29982
30593
|
/** 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). */
|
|
29983
30594
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -30139,6 +30750,14 @@ export interface Routes {
|
|
|
30139
30750
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30140
30751
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
30141
30752
|
}
|
|
30753
|
+
| {
|
|
30754
|
+
/** Date and time at which Seam created the warning. */
|
|
30755
|
+
created_at: string
|
|
30756
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30757
|
+
message: string
|
|
30758
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30759
|
+
warning_code: 'needs_to_be_reissued'
|
|
30760
|
+
}
|
|
30142
30761
|
>
|
|
30143
30762
|
/** 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). */
|
|
30144
30763
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -30253,6 +30872,14 @@ export interface Routes {
|
|
|
30253
30872
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30254
30873
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
30255
30874
|
}
|
|
30875
|
+
| {
|
|
30876
|
+
/** Date and time at which Seam created the warning. */
|
|
30877
|
+
created_at: string
|
|
30878
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30879
|
+
message: string
|
|
30880
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30881
|
+
warning_code: 'needs_to_be_reissued'
|
|
30882
|
+
}
|
|
30256
30883
|
>
|
|
30257
30884
|
/** 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). */
|
|
30258
30885
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -30669,6 +31296,7 @@ export interface Routes {
|
|
|
30669
31296
|
}
|
|
30670
31297
|
formData: {}
|
|
30671
31298
|
jsonResponse: {
|
|
31299
|
+
/** */
|
|
30672
31300
|
thermostat: {
|
|
30673
31301
|
/** Unique identifier for the device. */
|
|
30674
31302
|
device_id: string
|
|
@@ -31468,6 +32096,7 @@ export interface Routes {
|
|
|
31468
32096
|
commonParams: {}
|
|
31469
32097
|
formData: {}
|
|
31470
32098
|
jsonResponse: {
|
|
32099
|
+
/** */
|
|
31471
32100
|
action_attempt:
|
|
31472
32101
|
| {
|
|
31473
32102
|
/** The ID of the action attempt. */
|
|
@@ -31658,6 +32287,14 @@ export interface Routes {
|
|
|
31658
32287
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31659
32288
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
31660
32289
|
}
|
|
32290
|
+
| {
|
|
32291
|
+
/** Date and time at which Seam created the warning. */
|
|
32292
|
+
created_at: string
|
|
32293
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32294
|
+
message: string
|
|
32295
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32296
|
+
warning_code: 'needs_to_be_reissued'
|
|
32297
|
+
}
|
|
31661
32298
|
>
|
|
31662
32299
|
/** 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). */
|
|
31663
32300
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -31772,6 +32409,14 @@ export interface Routes {
|
|
|
31772
32409
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31773
32410
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
31774
32411
|
}
|
|
32412
|
+
| {
|
|
32413
|
+
/** Date and time at which Seam created the warning. */
|
|
32414
|
+
created_at: string
|
|
32415
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32416
|
+
message: string
|
|
32417
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32418
|
+
warning_code: 'needs_to_be_reissued'
|
|
32419
|
+
}
|
|
31775
32420
|
>
|
|
31776
32421
|
/** 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). */
|
|
31777
32422
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -31933,6 +32578,14 @@ export interface Routes {
|
|
|
31933
32578
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31934
32579
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
31935
32580
|
}
|
|
32581
|
+
| {
|
|
32582
|
+
/** Date and time at which Seam created the warning. */
|
|
32583
|
+
created_at: string
|
|
32584
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32585
|
+
message: string
|
|
32586
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32587
|
+
warning_code: 'needs_to_be_reissued'
|
|
32588
|
+
}
|
|
31936
32589
|
>
|
|
31937
32590
|
/** 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). */
|
|
31938
32591
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -32047,6 +32700,14 @@ export interface Routes {
|
|
|
32047
32700
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32048
32701
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
32049
32702
|
}
|
|
32703
|
+
| {
|
|
32704
|
+
/** Date and time at which Seam created the warning. */
|
|
32705
|
+
created_at: string
|
|
32706
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32707
|
+
message: string
|
|
32708
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32709
|
+
warning_code: 'needs_to_be_reissued'
|
|
32710
|
+
}
|
|
32050
32711
|
>
|
|
32051
32712
|
/** 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). */
|
|
32052
32713
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -32426,6 +33087,7 @@ export interface Routes {
|
|
|
32426
33087
|
commonParams: {}
|
|
32427
33088
|
formData: {}
|
|
32428
33089
|
jsonResponse: {
|
|
33090
|
+
/** */
|
|
32429
33091
|
action_attempt:
|
|
32430
33092
|
| {
|
|
32431
33093
|
/** The ID of the action attempt. */
|
|
@@ -32616,6 +33278,14 @@ export interface Routes {
|
|
|
32616
33278
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32617
33279
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
32618
33280
|
}
|
|
33281
|
+
| {
|
|
33282
|
+
/** Date and time at which Seam created the warning. */
|
|
33283
|
+
created_at: string
|
|
33284
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33285
|
+
message: string
|
|
33286
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33287
|
+
warning_code: 'needs_to_be_reissued'
|
|
33288
|
+
}
|
|
32619
33289
|
>
|
|
32620
33290
|
/** 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). */
|
|
32621
33291
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -32730,6 +33400,14 @@ export interface Routes {
|
|
|
32730
33400
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32731
33401
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
32732
33402
|
}
|
|
33403
|
+
| {
|
|
33404
|
+
/** Date and time at which Seam created the warning. */
|
|
33405
|
+
created_at: string
|
|
33406
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33407
|
+
message: string
|
|
33408
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33409
|
+
warning_code: 'needs_to_be_reissued'
|
|
33410
|
+
}
|
|
32733
33411
|
>
|
|
32734
33412
|
/** 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). */
|
|
32735
33413
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -32891,6 +33569,14 @@ export interface Routes {
|
|
|
32891
33569
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32892
33570
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
32893
33571
|
}
|
|
33572
|
+
| {
|
|
33573
|
+
/** Date and time at which Seam created the warning. */
|
|
33574
|
+
created_at: string
|
|
33575
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33576
|
+
message: string
|
|
33577
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33578
|
+
warning_code: 'needs_to_be_reissued'
|
|
33579
|
+
}
|
|
32894
33580
|
>
|
|
32895
33581
|
/** 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). */
|
|
32896
33582
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -33005,6 +33691,14 @@ export interface Routes {
|
|
|
33005
33691
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33006
33692
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
33007
33693
|
}
|
|
33694
|
+
| {
|
|
33695
|
+
/** Date and time at which Seam created the warning. */
|
|
33696
|
+
created_at: string
|
|
33697
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33698
|
+
message: string
|
|
33699
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33700
|
+
warning_code: 'needs_to_be_reissued'
|
|
33701
|
+
}
|
|
33008
33702
|
>
|
|
33009
33703
|
/** 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). */
|
|
33010
33704
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -35120,6 +35814,7 @@ export interface Routes {
|
|
|
35120
35814
|
commonParams: {}
|
|
35121
35815
|
formData: {}
|
|
35122
35816
|
jsonResponse: {
|
|
35817
|
+
/** */
|
|
35123
35818
|
action_attempt:
|
|
35124
35819
|
| {
|
|
35125
35820
|
/** The ID of the action attempt. */
|
|
@@ -35310,6 +36005,14 @@ export interface Routes {
|
|
|
35310
36005
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35311
36006
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
35312
36007
|
}
|
|
36008
|
+
| {
|
|
36009
|
+
/** Date and time at which Seam created the warning. */
|
|
36010
|
+
created_at: string
|
|
36011
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36012
|
+
message: string
|
|
36013
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36014
|
+
warning_code: 'needs_to_be_reissued'
|
|
36015
|
+
}
|
|
35313
36016
|
>
|
|
35314
36017
|
/** 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). */
|
|
35315
36018
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -35424,6 +36127,14 @@ export interface Routes {
|
|
|
35424
36127
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35425
36128
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
35426
36129
|
}
|
|
36130
|
+
| {
|
|
36131
|
+
/** Date and time at which Seam created the warning. */
|
|
36132
|
+
created_at: string
|
|
36133
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36134
|
+
message: string
|
|
36135
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36136
|
+
warning_code: 'needs_to_be_reissued'
|
|
36137
|
+
}
|
|
35427
36138
|
>
|
|
35428
36139
|
/** 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). */
|
|
35429
36140
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -35585,6 +36296,14 @@ export interface Routes {
|
|
|
35585
36296
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35586
36297
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
35587
36298
|
}
|
|
36299
|
+
| {
|
|
36300
|
+
/** Date and time at which Seam created the warning. */
|
|
36301
|
+
created_at: string
|
|
36302
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36303
|
+
message: string
|
|
36304
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36305
|
+
warning_code: 'needs_to_be_reissued'
|
|
36306
|
+
}
|
|
35588
36307
|
>
|
|
35589
36308
|
/** 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). */
|
|
35590
36309
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -35699,6 +36418,14 @@ export interface Routes {
|
|
|
35699
36418
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35700
36419
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
35701
36420
|
}
|
|
36421
|
+
| {
|
|
36422
|
+
/** Date and time at which Seam created the warning. */
|
|
36423
|
+
created_at: string
|
|
36424
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36425
|
+
message: string
|
|
36426
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36427
|
+
warning_code: 'needs_to_be_reissued'
|
|
36428
|
+
}
|
|
35702
36429
|
>
|
|
35703
36430
|
/** 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). */
|
|
35704
36431
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -36254,6 +36981,7 @@ export interface Routes {
|
|
|
36254
36981
|
commonParams: {}
|
|
36255
36982
|
formData: {}
|
|
36256
36983
|
jsonResponse: {
|
|
36984
|
+
/** */
|
|
36257
36985
|
action_attempt:
|
|
36258
36986
|
| {
|
|
36259
36987
|
/** The ID of the action attempt. */
|
|
@@ -36444,6 +37172,14 @@ export interface Routes {
|
|
|
36444
37172
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36445
37173
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
36446
37174
|
}
|
|
37175
|
+
| {
|
|
37176
|
+
/** Date and time at which Seam created the warning. */
|
|
37177
|
+
created_at: string
|
|
37178
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37179
|
+
message: string
|
|
37180
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37181
|
+
warning_code: 'needs_to_be_reissued'
|
|
37182
|
+
}
|
|
36447
37183
|
>
|
|
36448
37184
|
/** 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). */
|
|
36449
37185
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -36558,6 +37294,14 @@ export interface Routes {
|
|
|
36558
37294
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36559
37295
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
36560
37296
|
}
|
|
37297
|
+
| {
|
|
37298
|
+
/** Date and time at which Seam created the warning. */
|
|
37299
|
+
created_at: string
|
|
37300
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37301
|
+
message: string
|
|
37302
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37303
|
+
warning_code: 'needs_to_be_reissued'
|
|
37304
|
+
}
|
|
36561
37305
|
>
|
|
36562
37306
|
/** 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). */
|
|
36563
37307
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -36719,6 +37463,14 @@ export interface Routes {
|
|
|
36719
37463
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36720
37464
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
36721
37465
|
}
|
|
37466
|
+
| {
|
|
37467
|
+
/** Date and time at which Seam created the warning. */
|
|
37468
|
+
created_at: string
|
|
37469
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37470
|
+
message: string
|
|
37471
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37472
|
+
warning_code: 'needs_to_be_reissued'
|
|
37473
|
+
}
|
|
36722
37474
|
>
|
|
36723
37475
|
/** 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). */
|
|
36724
37476
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -36833,6 +37585,14 @@ export interface Routes {
|
|
|
36833
37585
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36834
37586
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
36835
37587
|
}
|
|
37588
|
+
| {
|
|
37589
|
+
/** Date and time at which Seam created the warning. */
|
|
37590
|
+
created_at: string
|
|
37591
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37592
|
+
message: string
|
|
37593
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37594
|
+
warning_code: 'needs_to_be_reissued'
|
|
37595
|
+
}
|
|
36836
37596
|
>
|
|
36837
37597
|
/** 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). */
|
|
36838
37598
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -37235,6 +37995,7 @@ export interface Routes {
|
|
|
37235
37995
|
commonParams: {}
|
|
37236
37996
|
formData: {}
|
|
37237
37997
|
jsonResponse: {
|
|
37998
|
+
/** */
|
|
37238
37999
|
action_attempt:
|
|
37239
38000
|
| {
|
|
37240
38001
|
/** The ID of the action attempt. */
|
|
@@ -37425,6 +38186,14 @@ export interface Routes {
|
|
|
37425
38186
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37426
38187
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
37427
38188
|
}
|
|
38189
|
+
| {
|
|
38190
|
+
/** Date and time at which Seam created the warning. */
|
|
38191
|
+
created_at: string
|
|
38192
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38193
|
+
message: string
|
|
38194
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38195
|
+
warning_code: 'needs_to_be_reissued'
|
|
38196
|
+
}
|
|
37428
38197
|
>
|
|
37429
38198
|
/** 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). */
|
|
37430
38199
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -37539,6 +38308,14 @@ export interface Routes {
|
|
|
37539
38308
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37540
38309
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
37541
38310
|
}
|
|
38311
|
+
| {
|
|
38312
|
+
/** Date and time at which Seam created the warning. */
|
|
38313
|
+
created_at: string
|
|
38314
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38315
|
+
message: string
|
|
38316
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38317
|
+
warning_code: 'needs_to_be_reissued'
|
|
38318
|
+
}
|
|
37542
38319
|
>
|
|
37543
38320
|
/** 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). */
|
|
37544
38321
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -37700,6 +38477,14 @@ export interface Routes {
|
|
|
37700
38477
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37701
38478
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
37702
38479
|
}
|
|
38480
|
+
| {
|
|
38481
|
+
/** Date and time at which Seam created the warning. */
|
|
38482
|
+
created_at: string
|
|
38483
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38484
|
+
message: string
|
|
38485
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38486
|
+
warning_code: 'needs_to_be_reissued'
|
|
38487
|
+
}
|
|
37703
38488
|
>
|
|
37704
38489
|
/** 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). */
|
|
37705
38490
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -37814,6 +38599,14 @@ export interface Routes {
|
|
|
37814
38599
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37815
38600
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
37816
38601
|
}
|
|
38602
|
+
| {
|
|
38603
|
+
/** Date and time at which Seam created the warning. */
|
|
38604
|
+
created_at: string
|
|
38605
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38606
|
+
message: string
|
|
38607
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38608
|
+
warning_code: 'needs_to_be_reissued'
|
|
38609
|
+
}
|
|
37817
38610
|
>
|
|
37818
38611
|
/** 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). */
|
|
37819
38612
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -40384,6 +41177,7 @@ export interface Routes {
|
|
|
40384
41177
|
commonParams: {}
|
|
40385
41178
|
formData: {}
|
|
40386
41179
|
jsonResponse: {
|
|
41180
|
+
/** */
|
|
40387
41181
|
webhook: {
|
|
40388
41182
|
webhook_id: string
|
|
40389
41183
|
url: string
|
|
@@ -40413,6 +41207,7 @@ export interface Routes {
|
|
|
40413
41207
|
}
|
|
40414
41208
|
formData: {}
|
|
40415
41209
|
jsonResponse: {
|
|
41210
|
+
/** */
|
|
40416
41211
|
webhook: {
|
|
40417
41212
|
webhook_id: string
|
|
40418
41213
|
url: string
|
|
@@ -40467,6 +41262,7 @@ export interface Routes {
|
|
|
40467
41262
|
commonParams: {}
|
|
40468
41263
|
formData: {}
|
|
40469
41264
|
jsonResponse: {
|
|
41265
|
+
/** */
|
|
40470
41266
|
workspace: {
|
|
40471
41267
|
workspace_id: string
|
|
40472
41268
|
name: string
|
|
@@ -40486,6 +41282,7 @@ export interface Routes {
|
|
|
40486
41282
|
commonParams: {}
|
|
40487
41283
|
formData: {}
|
|
40488
41284
|
jsonResponse: {
|
|
41285
|
+
/** */
|
|
40489
41286
|
workspace: {
|
|
40490
41287
|
workspace_id: string
|
|
40491
41288
|
name: string
|
|
@@ -40524,6 +41321,7 @@ export interface Routes {
|
|
|
40524
41321
|
commonParams: {}
|
|
40525
41322
|
formData: {}
|
|
40526
41323
|
jsonResponse: {
|
|
41324
|
+
/** */
|
|
40527
41325
|
action_attempt:
|
|
40528
41326
|
| {
|
|
40529
41327
|
/** The ID of the action attempt. */
|
|
@@ -40714,6 +41512,14 @@ export interface Routes {
|
|
|
40714
41512
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40715
41513
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
40716
41514
|
}
|
|
41515
|
+
| {
|
|
41516
|
+
/** Date and time at which Seam created the warning. */
|
|
41517
|
+
created_at: string
|
|
41518
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41519
|
+
message: string
|
|
41520
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41521
|
+
warning_code: 'needs_to_be_reissued'
|
|
41522
|
+
}
|
|
40717
41523
|
>
|
|
40718
41524
|
/** 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). */
|
|
40719
41525
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -40828,6 +41634,14 @@ export interface Routes {
|
|
|
40828
41634
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40829
41635
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
40830
41636
|
}
|
|
41637
|
+
| {
|
|
41638
|
+
/** Date and time at which Seam created the warning. */
|
|
41639
|
+
created_at: string
|
|
41640
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41641
|
+
message: string
|
|
41642
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41643
|
+
warning_code: 'needs_to_be_reissued'
|
|
41644
|
+
}
|
|
40831
41645
|
>
|
|
40832
41646
|
/** 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). */
|
|
40833
41647
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -40989,6 +41803,14 @@ export interface Routes {
|
|
|
40989
41803
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40990
41804
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
40991
41805
|
}
|
|
41806
|
+
| {
|
|
41807
|
+
/** Date and time at which Seam created the warning. */
|
|
41808
|
+
created_at: string
|
|
41809
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41810
|
+
message: string
|
|
41811
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41812
|
+
warning_code: 'needs_to_be_reissued'
|
|
41813
|
+
}
|
|
40992
41814
|
>
|
|
40993
41815
|
/** 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). */
|
|
40994
41816
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
@@ -41103,6 +41925,14 @@ export interface Routes {
|
|
|
41103
41925
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41104
41926
|
warning_code: 'unknown_issue_with_acs_credential'
|
|
41105
41927
|
}
|
|
41928
|
+
| {
|
|
41929
|
+
/** Date and time at which Seam created the warning. */
|
|
41930
|
+
created_at: string
|
|
41931
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41932
|
+
message: string
|
|
41933
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41934
|
+
warning_code: 'needs_to_be_reissued'
|
|
41935
|
+
}
|
|
41106
41936
|
>
|
|
41107
41937
|
/** 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). */
|
|
41108
41938
|
is_multi_phone_sync_credential?: boolean | undefined
|