@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
|
/** The ID of the action attempt. */
|
|
30
31
|
action_attempt_id: string;
|
|
@@ -189,6 +190,13 @@ export interface Routes {
|
|
|
189
190
|
message: string;
|
|
190
191
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
191
192
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
193
|
+
} | {
|
|
194
|
+
/** Date and time at which Seam created the warning. */
|
|
195
|
+
created_at: string;
|
|
196
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
197
|
+
message: string;
|
|
198
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
199
|
+
warning_code: 'needs_to_be_reissued';
|
|
192
200
|
}>;
|
|
193
201
|
/** 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). */
|
|
194
202
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -282,6 +290,13 @@ export interface Routes {
|
|
|
282
290
|
message: string;
|
|
283
291
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
284
292
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
293
|
+
} | {
|
|
294
|
+
/** Date and time at which Seam created the warning. */
|
|
295
|
+
created_at: string;
|
|
296
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
297
|
+
message: string;
|
|
298
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
299
|
+
warning_code: 'needs_to_be_reissued';
|
|
285
300
|
}>;
|
|
286
301
|
/** 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). */
|
|
287
302
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -412,6 +427,13 @@ export interface Routes {
|
|
|
412
427
|
message: string;
|
|
413
428
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
414
429
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
430
|
+
} | {
|
|
431
|
+
/** Date and time at which Seam created the warning. */
|
|
432
|
+
created_at: string;
|
|
433
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
434
|
+
message: string;
|
|
435
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
436
|
+
warning_code: 'needs_to_be_reissued';
|
|
415
437
|
}>;
|
|
416
438
|
/** 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). */
|
|
417
439
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -505,6 +527,13 @@ export interface Routes {
|
|
|
505
527
|
message: string;
|
|
506
528
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
507
529
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
530
|
+
} | {
|
|
531
|
+
/** Date and time at which Seam created the warning. */
|
|
532
|
+
created_at: string;
|
|
533
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
534
|
+
message: string;
|
|
535
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
536
|
+
warning_code: 'needs_to_be_reissued';
|
|
508
537
|
}>;
|
|
509
538
|
/** 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). */
|
|
510
539
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -817,6 +846,7 @@ export interface Routes {
|
|
|
817
846
|
message: string;
|
|
818
847
|
};
|
|
819
848
|
};
|
|
849
|
+
/** */
|
|
820
850
|
access_code: {
|
|
821
851
|
/** Unique identifier for a group of access codes that share the same code. */
|
|
822
852
|
common_code_key: string | null;
|
|
@@ -1102,6 +1132,7 @@ export interface Routes {
|
|
|
1102
1132
|
};
|
|
1103
1133
|
formData: {};
|
|
1104
1134
|
jsonResponse: {
|
|
1135
|
+
/** */
|
|
1105
1136
|
action_attempt: {
|
|
1106
1137
|
/** The ID of the action attempt. */
|
|
1107
1138
|
action_attempt_id: string;
|
|
@@ -1266,6 +1297,13 @@ export interface Routes {
|
|
|
1266
1297
|
message: string;
|
|
1267
1298
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1268
1299
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
1300
|
+
} | {
|
|
1301
|
+
/** Date and time at which Seam created the warning. */
|
|
1302
|
+
created_at: string;
|
|
1303
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1304
|
+
message: string;
|
|
1305
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1306
|
+
warning_code: 'needs_to_be_reissued';
|
|
1269
1307
|
}>;
|
|
1270
1308
|
/** 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). */
|
|
1271
1309
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -1359,6 +1397,13 @@ export interface Routes {
|
|
|
1359
1397
|
message: string;
|
|
1360
1398
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1361
1399
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
1400
|
+
} | {
|
|
1401
|
+
/** Date and time at which Seam created the warning. */
|
|
1402
|
+
created_at: string;
|
|
1403
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1404
|
+
message: string;
|
|
1405
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1406
|
+
warning_code: 'needs_to_be_reissued';
|
|
1362
1407
|
}>;
|
|
1363
1408
|
/** 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). */
|
|
1364
1409
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -1489,6 +1534,13 @@ export interface Routes {
|
|
|
1489
1534
|
message: string;
|
|
1490
1535
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1491
1536
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
1537
|
+
} | {
|
|
1538
|
+
/** Date and time at which Seam created the warning. */
|
|
1539
|
+
created_at: string;
|
|
1540
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1541
|
+
message: string;
|
|
1542
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1543
|
+
warning_code: 'needs_to_be_reissued';
|
|
1492
1544
|
}>;
|
|
1493
1545
|
/** 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). */
|
|
1494
1546
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -1582,6 +1634,13 @@ export interface Routes {
|
|
|
1582
1634
|
message: string;
|
|
1583
1635
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1584
1636
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
1637
|
+
} | {
|
|
1638
|
+
/** Date and time at which Seam created the warning. */
|
|
1639
|
+
created_at: string;
|
|
1640
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1641
|
+
message: string;
|
|
1642
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1643
|
+
warning_code: 'needs_to_be_reissued';
|
|
1585
1644
|
}>;
|
|
1586
1645
|
/** 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). */
|
|
1587
1646
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -1924,6 +1983,7 @@ export interface Routes {
|
|
|
1924
1983
|
};
|
|
1925
1984
|
formData: {};
|
|
1926
1985
|
jsonResponse: {
|
|
1986
|
+
/** */
|
|
1927
1987
|
access_code: {
|
|
1928
1988
|
/** Unique identifier for a group of access codes that share the same code. */
|
|
1929
1989
|
common_code_key: string | null;
|
|
@@ -2194,6 +2254,7 @@ export interface Routes {
|
|
|
2194
2254
|
commonParams: {};
|
|
2195
2255
|
formData: {};
|
|
2196
2256
|
jsonResponse: {
|
|
2257
|
+
/** */
|
|
2197
2258
|
backup_access_code: {
|
|
2198
2259
|
/** Unique identifier for a group of access codes that share the same code. */
|
|
2199
2260
|
common_code_key: string | null;
|
|
@@ -2316,6 +2377,7 @@ export interface Routes {
|
|
|
2316
2377
|
/** 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. */
|
|
2317
2378
|
is_offline_access_code: boolean;
|
|
2318
2379
|
};
|
|
2380
|
+
/** */
|
|
2319
2381
|
access_code: {
|
|
2320
2382
|
/** Unique identifier for a group of access codes that share the same code. */
|
|
2321
2383
|
common_code_key: string | null;
|
|
@@ -2452,6 +2514,7 @@ export interface Routes {
|
|
|
2452
2514
|
commonParams: {};
|
|
2453
2515
|
formData: {};
|
|
2454
2516
|
jsonResponse: {
|
|
2517
|
+
/** */
|
|
2455
2518
|
access_code: {
|
|
2456
2519
|
/** 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. */
|
|
2457
2520
|
type: 'time_bound' | 'ongoing';
|
|
@@ -2580,6 +2643,7 @@ export interface Routes {
|
|
|
2580
2643
|
};
|
|
2581
2644
|
formData: {};
|
|
2582
2645
|
jsonResponse: {
|
|
2646
|
+
/** */
|
|
2583
2647
|
action_attempt: {
|
|
2584
2648
|
/** The ID of the action attempt. */
|
|
2585
2649
|
action_attempt_id: string;
|
|
@@ -2744,6 +2808,13 @@ export interface Routes {
|
|
|
2744
2808
|
message: string;
|
|
2745
2809
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2746
2810
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
2811
|
+
} | {
|
|
2812
|
+
/** Date and time at which Seam created the warning. */
|
|
2813
|
+
created_at: string;
|
|
2814
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2815
|
+
message: string;
|
|
2816
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2817
|
+
warning_code: 'needs_to_be_reissued';
|
|
2747
2818
|
}>;
|
|
2748
2819
|
/** 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). */
|
|
2749
2820
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -2837,6 +2908,13 @@ export interface Routes {
|
|
|
2837
2908
|
message: string;
|
|
2838
2909
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2839
2910
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
2911
|
+
} | {
|
|
2912
|
+
/** Date and time at which Seam created the warning. */
|
|
2913
|
+
created_at: string;
|
|
2914
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2915
|
+
message: string;
|
|
2916
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2917
|
+
warning_code: 'needs_to_be_reissued';
|
|
2840
2918
|
}>;
|
|
2841
2919
|
/** 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). */
|
|
2842
2920
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -2967,6 +3045,13 @@ export interface Routes {
|
|
|
2967
3045
|
message: string;
|
|
2968
3046
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2969
3047
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
3048
|
+
} | {
|
|
3049
|
+
/** Date and time at which Seam created the warning. */
|
|
3050
|
+
created_at: string;
|
|
3051
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3052
|
+
message: string;
|
|
3053
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3054
|
+
warning_code: 'needs_to_be_reissued';
|
|
2970
3055
|
}>;
|
|
2971
3056
|
/** 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). */
|
|
2972
3057
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -3060,6 +3145,13 @@ export interface Routes {
|
|
|
3060
3145
|
message: string;
|
|
3061
3146
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3062
3147
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
3148
|
+
} | {
|
|
3149
|
+
/** Date and time at which Seam created the warning. */
|
|
3150
|
+
created_at: string;
|
|
3151
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3152
|
+
message: string;
|
|
3153
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3154
|
+
warning_code: 'needs_to_be_reissued';
|
|
3063
3155
|
}>;
|
|
3064
3156
|
/** 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). */
|
|
3065
3157
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -3386,6 +3478,7 @@ export interface Routes {
|
|
|
3386
3478
|
};
|
|
3387
3479
|
formData: {};
|
|
3388
3480
|
jsonResponse: {
|
|
3481
|
+
/** */
|
|
3389
3482
|
access_code: {
|
|
3390
3483
|
/** 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. */
|
|
3391
3484
|
type: 'time_bound' | 'ongoing';
|
|
@@ -3644,6 +3737,7 @@ export interface Routes {
|
|
|
3644
3737
|
commonParams: {};
|
|
3645
3738
|
formData: {};
|
|
3646
3739
|
jsonResponse: {
|
|
3740
|
+
/** */
|
|
3647
3741
|
action_attempt: {
|
|
3648
3742
|
/** The ID of the action attempt. */
|
|
3649
3743
|
action_attempt_id: string;
|
|
@@ -3808,6 +3902,13 @@ export interface Routes {
|
|
|
3808
3902
|
message: string;
|
|
3809
3903
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3810
3904
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
3905
|
+
} | {
|
|
3906
|
+
/** Date and time at which Seam created the warning. */
|
|
3907
|
+
created_at: string;
|
|
3908
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3909
|
+
message: string;
|
|
3910
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3911
|
+
warning_code: 'needs_to_be_reissued';
|
|
3811
3912
|
}>;
|
|
3812
3913
|
/** 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). */
|
|
3813
3914
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -3901,6 +4002,13 @@ export interface Routes {
|
|
|
3901
4002
|
message: string;
|
|
3902
4003
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3903
4004
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
4005
|
+
} | {
|
|
4006
|
+
/** Date and time at which Seam created the warning. */
|
|
4007
|
+
created_at: string;
|
|
4008
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4009
|
+
message: string;
|
|
4010
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4011
|
+
warning_code: 'needs_to_be_reissued';
|
|
3904
4012
|
}>;
|
|
3905
4013
|
/** 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). */
|
|
3906
4014
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -4031,6 +4139,13 @@ export interface Routes {
|
|
|
4031
4139
|
message: string;
|
|
4032
4140
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4033
4141
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
4142
|
+
} | {
|
|
4143
|
+
/** Date and time at which Seam created the warning. */
|
|
4144
|
+
created_at: string;
|
|
4145
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4146
|
+
message: string;
|
|
4147
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4148
|
+
warning_code: 'needs_to_be_reissued';
|
|
4034
4149
|
}>;
|
|
4035
4150
|
/** 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). */
|
|
4036
4151
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -4124,6 +4239,13 @@ export interface Routes {
|
|
|
4124
4239
|
message: string;
|
|
4125
4240
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4126
4241
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
4242
|
+
} | {
|
|
4243
|
+
/** Date and time at which Seam created the warning. */
|
|
4244
|
+
created_at: string;
|
|
4245
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4246
|
+
message: string;
|
|
4247
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4248
|
+
warning_code: 'needs_to_be_reissued';
|
|
4127
4249
|
}>;
|
|
4128
4250
|
/** 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). */
|
|
4129
4251
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -4612,7 +4734,6 @@ export interface Routes {
|
|
|
4612
4734
|
} | undefined;
|
|
4613
4735
|
dormakaba_community_metadata?: {
|
|
4614
4736
|
access_point_name: string;
|
|
4615
|
-
common_area_number?: number | undefined;
|
|
4616
4737
|
} | undefined;
|
|
4617
4738
|
assa_abloy_vostio_metadata?: {
|
|
4618
4739
|
door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
|
|
@@ -4875,6 +4996,7 @@ export interface Routes {
|
|
|
4875
4996
|
};
|
|
4876
4997
|
formData: {};
|
|
4877
4998
|
jsonResponse: {
|
|
4999
|
+
/** */
|
|
4878
5000
|
acs_credential_provisioning_automation: {
|
|
4879
5001
|
acs_credential_provisioning_automation_id: string;
|
|
4880
5002
|
credential_manager_acs_system_id: string;
|
|
@@ -4973,6 +5095,13 @@ export interface Routes {
|
|
|
4973
5095
|
message: string;
|
|
4974
5096
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4975
5097
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
5098
|
+
} | {
|
|
5099
|
+
/** Date and time at which Seam created the warning. */
|
|
5100
|
+
created_at: string;
|
|
5101
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5102
|
+
message: string;
|
|
5103
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5104
|
+
warning_code: 'needs_to_be_reissued';
|
|
4976
5105
|
}>;
|
|
4977
5106
|
/** 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). */
|
|
4978
5107
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5121,6 +5250,13 @@ export interface Routes {
|
|
|
5121
5250
|
message: string;
|
|
5122
5251
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5123
5252
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
5253
|
+
} | {
|
|
5254
|
+
/** Date and time at which Seam created the warning. */
|
|
5255
|
+
created_at: string;
|
|
5256
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5257
|
+
message: string;
|
|
5258
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5259
|
+
warning_code: 'needs_to_be_reissued';
|
|
5124
5260
|
}>;
|
|
5125
5261
|
/** 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). */
|
|
5126
5262
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5238,6 +5374,13 @@ export interface Routes {
|
|
|
5238
5374
|
message: string;
|
|
5239
5375
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5240
5376
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
5377
|
+
} | {
|
|
5378
|
+
/** Date and time at which Seam created the warning. */
|
|
5379
|
+
created_at: string;
|
|
5380
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5381
|
+
message: string;
|
|
5382
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5383
|
+
warning_code: 'needs_to_be_reissued';
|
|
5241
5384
|
}>;
|
|
5242
5385
|
/** 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). */
|
|
5243
5386
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5359,6 +5502,13 @@ export interface Routes {
|
|
|
5359
5502
|
message: string;
|
|
5360
5503
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5361
5504
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
5505
|
+
} | {
|
|
5506
|
+
/** Date and time at which Seam created the warning. */
|
|
5507
|
+
created_at: string;
|
|
5508
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5509
|
+
message: string;
|
|
5510
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5511
|
+
warning_code: 'needs_to_be_reissued';
|
|
5362
5512
|
}>;
|
|
5363
5513
|
/** 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). */
|
|
5364
5514
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5484,6 +5634,13 @@ export interface Routes {
|
|
|
5484
5634
|
message: string;
|
|
5485
5635
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5486
5636
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
5637
|
+
} | {
|
|
5638
|
+
/** Date and time at which Seam created the warning. */
|
|
5639
|
+
created_at: string;
|
|
5640
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5641
|
+
message: string;
|
|
5642
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5643
|
+
warning_code: 'needs_to_be_reissued';
|
|
5487
5644
|
}>;
|
|
5488
5645
|
/** 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). */
|
|
5489
5646
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5556,7 +5713,6 @@ export interface Routes {
|
|
|
5556
5713
|
} | undefined;
|
|
5557
5714
|
dormakaba_community_metadata?: {
|
|
5558
5715
|
access_point_name: string;
|
|
5559
|
-
common_area_number?: number | undefined;
|
|
5560
5716
|
} | undefined;
|
|
5561
5717
|
assa_abloy_vostio_metadata?: {
|
|
5562
5718
|
door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
|
|
@@ -5662,6 +5818,13 @@ export interface Routes {
|
|
|
5662
5818
|
message: string;
|
|
5663
5819
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5664
5820
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
5821
|
+
} | {
|
|
5822
|
+
/** Date and time at which Seam created the warning. */
|
|
5823
|
+
created_at: string;
|
|
5824
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5825
|
+
message: string;
|
|
5826
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5827
|
+
warning_code: 'needs_to_be_reissued';
|
|
5665
5828
|
}>;
|
|
5666
5829
|
/** 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). */
|
|
5667
5830
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5771,6 +5934,13 @@ export interface Routes {
|
|
|
5771
5934
|
message: string;
|
|
5772
5935
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5773
5936
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
5937
|
+
} | {
|
|
5938
|
+
/** Date and time at which Seam created the warning. */
|
|
5939
|
+
created_at: string;
|
|
5940
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5941
|
+
message: string;
|
|
5942
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5943
|
+
warning_code: 'needs_to_be_reissued';
|
|
5774
5944
|
}>;
|
|
5775
5945
|
/** 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). */
|
|
5776
5946
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -5889,6 +6059,13 @@ export interface Routes {
|
|
|
5889
6059
|
message: string;
|
|
5890
6060
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5891
6061
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
6062
|
+
} | {
|
|
6063
|
+
/** Date and time at which Seam created the warning. */
|
|
6064
|
+
created_at: string;
|
|
6065
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6066
|
+
message: string;
|
|
6067
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6068
|
+
warning_code: 'needs_to_be_reissued';
|
|
5892
6069
|
}>;
|
|
5893
6070
|
/** 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). */
|
|
5894
6071
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6002,6 +6179,13 @@ export interface Routes {
|
|
|
6002
6179
|
message: string;
|
|
6003
6180
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6004
6181
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
6182
|
+
} | {
|
|
6183
|
+
/** Date and time at which Seam created the warning. */
|
|
6184
|
+
created_at: string;
|
|
6185
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6186
|
+
message: string;
|
|
6187
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6188
|
+
warning_code: 'needs_to_be_reissued';
|
|
6005
6189
|
}>;
|
|
6006
6190
|
/** 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). */
|
|
6007
6191
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6037,6 +6221,7 @@ export interface Routes {
|
|
|
6037
6221
|
};
|
|
6038
6222
|
formData: {};
|
|
6039
6223
|
jsonResponse: {
|
|
6224
|
+
/** */
|
|
6040
6225
|
action_attempt: {
|
|
6041
6226
|
/** The ID of the action attempt. */
|
|
6042
6227
|
action_attempt_id: string;
|
|
@@ -6201,6 +6386,13 @@ export interface Routes {
|
|
|
6201
6386
|
message: string;
|
|
6202
6387
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6203
6388
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
6389
|
+
} | {
|
|
6390
|
+
/** Date and time at which Seam created the warning. */
|
|
6391
|
+
created_at: string;
|
|
6392
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6393
|
+
message: string;
|
|
6394
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6395
|
+
warning_code: 'needs_to_be_reissued';
|
|
6204
6396
|
}>;
|
|
6205
6397
|
/** 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). */
|
|
6206
6398
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6294,6 +6486,13 @@ export interface Routes {
|
|
|
6294
6486
|
message: string;
|
|
6295
6487
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6296
6488
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
6489
|
+
} | {
|
|
6490
|
+
/** Date and time at which Seam created the warning. */
|
|
6491
|
+
created_at: string;
|
|
6492
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6493
|
+
message: string;
|
|
6494
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6495
|
+
warning_code: 'needs_to_be_reissued';
|
|
6297
6496
|
}>;
|
|
6298
6497
|
/** 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). */
|
|
6299
6498
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6424,6 +6623,13 @@ export interface Routes {
|
|
|
6424
6623
|
message: string;
|
|
6425
6624
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6426
6625
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
6626
|
+
} | {
|
|
6627
|
+
/** Date and time at which Seam created the warning. */
|
|
6628
|
+
created_at: string;
|
|
6629
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6630
|
+
message: string;
|
|
6631
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6632
|
+
warning_code: 'needs_to_be_reissued';
|
|
6427
6633
|
}>;
|
|
6428
6634
|
/** 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). */
|
|
6429
6635
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6517,6 +6723,13 @@ export interface Routes {
|
|
|
6517
6723
|
message: string;
|
|
6518
6724
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6519
6725
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
6726
|
+
} | {
|
|
6727
|
+
/** Date and time at which Seam created the warning. */
|
|
6728
|
+
created_at: string;
|
|
6729
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6730
|
+
message: string;
|
|
6731
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6732
|
+
warning_code: 'needs_to_be_reissued';
|
|
6520
6733
|
}>;
|
|
6521
6734
|
/** 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). */
|
|
6522
6735
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -6888,6 +7101,7 @@ export interface Routes {
|
|
|
6888
7101
|
};
|
|
6889
7102
|
formData: {};
|
|
6890
7103
|
jsonResponse: {
|
|
7104
|
+
/** */
|
|
6891
7105
|
action_attempt: {
|
|
6892
7106
|
/** The ID of the action attempt. */
|
|
6893
7107
|
action_attempt_id: string;
|
|
@@ -7052,6 +7266,13 @@ export interface Routes {
|
|
|
7052
7266
|
message: string;
|
|
7053
7267
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7054
7268
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
7269
|
+
} | {
|
|
7270
|
+
/** Date and time at which Seam created the warning. */
|
|
7271
|
+
created_at: string;
|
|
7272
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7273
|
+
message: string;
|
|
7274
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7275
|
+
warning_code: 'needs_to_be_reissued';
|
|
7055
7276
|
}>;
|
|
7056
7277
|
/** 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). */
|
|
7057
7278
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -7145,6 +7366,13 @@ export interface Routes {
|
|
|
7145
7366
|
message: string;
|
|
7146
7367
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7147
7368
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
7369
|
+
} | {
|
|
7370
|
+
/** Date and time at which Seam created the warning. */
|
|
7371
|
+
created_at: string;
|
|
7372
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7373
|
+
message: string;
|
|
7374
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7375
|
+
warning_code: 'needs_to_be_reissued';
|
|
7148
7376
|
}>;
|
|
7149
7377
|
/** 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). */
|
|
7150
7378
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -7275,6 +7503,13 @@ export interface Routes {
|
|
|
7275
7503
|
message: string;
|
|
7276
7504
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7277
7505
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
7506
|
+
} | {
|
|
7507
|
+
/** Date and time at which Seam created the warning. */
|
|
7508
|
+
created_at: string;
|
|
7509
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7510
|
+
message: string;
|
|
7511
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7512
|
+
warning_code: 'needs_to_be_reissued';
|
|
7278
7513
|
}>;
|
|
7279
7514
|
/** 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). */
|
|
7280
7515
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -7368,6 +7603,13 @@ export interface Routes {
|
|
|
7368
7603
|
message: string;
|
|
7369
7604
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7370
7605
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
7606
|
+
} | {
|
|
7607
|
+
/** Date and time at which Seam created the warning. */
|
|
7608
|
+
created_at: string;
|
|
7609
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7610
|
+
message: string;
|
|
7611
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7612
|
+
warning_code: 'needs_to_be_reissued';
|
|
7371
7613
|
}>;
|
|
7372
7614
|
/** 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). */
|
|
7373
7615
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -7811,7 +8053,6 @@ export interface Routes {
|
|
|
7811
8053
|
} | undefined;
|
|
7812
8054
|
dormakaba_community_metadata?: {
|
|
7813
8055
|
access_point_name: string;
|
|
7814
|
-
common_area_number?: number | undefined;
|
|
7815
8056
|
} | undefined;
|
|
7816
8057
|
assa_abloy_vostio_metadata?: {
|
|
7817
8058
|
door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
|
|
@@ -7890,7 +8131,6 @@ export interface Routes {
|
|
|
7890
8131
|
} | undefined;
|
|
7891
8132
|
dormakaba_community_metadata?: {
|
|
7892
8133
|
access_point_name: string;
|
|
7893
|
-
common_area_number?: number | undefined;
|
|
7894
8134
|
} | undefined;
|
|
7895
8135
|
assa_abloy_vostio_metadata?: {
|
|
7896
8136
|
door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
|
|
@@ -7992,6 +8232,13 @@ export interface Routes {
|
|
|
7992
8232
|
message: string;
|
|
7993
8233
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7994
8234
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
8235
|
+
} | {
|
|
8236
|
+
/** Date and time at which Seam created the warning. */
|
|
8237
|
+
created_at: string;
|
|
8238
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8239
|
+
message: string;
|
|
8240
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8241
|
+
warning_code: 'needs_to_be_reissued';
|
|
7995
8242
|
}>;
|
|
7996
8243
|
/** 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). */
|
|
7997
8244
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -8809,7 +9056,6 @@ export interface Routes {
|
|
|
8809
9056
|
} | undefined;
|
|
8810
9057
|
dormakaba_community_metadata?: {
|
|
8811
9058
|
access_point_name: string;
|
|
8812
|
-
common_area_number?: number | undefined;
|
|
8813
9059
|
} | undefined;
|
|
8814
9060
|
assa_abloy_vostio_metadata?: {
|
|
8815
9061
|
door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
|
|
@@ -9122,6 +9368,7 @@ export interface Routes {
|
|
|
9122
9368
|
};
|
|
9123
9369
|
formData: {};
|
|
9124
9370
|
jsonResponse: {
|
|
9371
|
+
/** */
|
|
9125
9372
|
action_attempt: {
|
|
9126
9373
|
/** The ID of the action attempt. */
|
|
9127
9374
|
action_attempt_id: string;
|
|
@@ -9286,6 +9533,13 @@ export interface Routes {
|
|
|
9286
9533
|
message: string;
|
|
9287
9534
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9288
9535
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
9536
|
+
} | {
|
|
9537
|
+
/** Date and time at which Seam created the warning. */
|
|
9538
|
+
created_at: string;
|
|
9539
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9540
|
+
message: string;
|
|
9541
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9542
|
+
warning_code: 'needs_to_be_reissued';
|
|
9289
9543
|
}>;
|
|
9290
9544
|
/** 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). */
|
|
9291
9545
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -9379,6 +9633,13 @@ export interface Routes {
|
|
|
9379
9633
|
message: string;
|
|
9380
9634
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9381
9635
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
9636
|
+
} | {
|
|
9637
|
+
/** Date and time at which Seam created the warning. */
|
|
9638
|
+
created_at: string;
|
|
9639
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9640
|
+
message: string;
|
|
9641
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9642
|
+
warning_code: 'needs_to_be_reissued';
|
|
9382
9643
|
}>;
|
|
9383
9644
|
/** 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). */
|
|
9384
9645
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -9509,6 +9770,13 @@ export interface Routes {
|
|
|
9509
9770
|
message: string;
|
|
9510
9771
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9511
9772
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
9773
|
+
} | {
|
|
9774
|
+
/** Date and time at which Seam created the warning. */
|
|
9775
|
+
created_at: string;
|
|
9776
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9777
|
+
message: string;
|
|
9778
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9779
|
+
warning_code: 'needs_to_be_reissued';
|
|
9512
9780
|
}>;
|
|
9513
9781
|
/** 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). */
|
|
9514
9782
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -9602,6 +9870,13 @@ export interface Routes {
|
|
|
9602
9870
|
message: string;
|
|
9603
9871
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9604
9872
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
9873
|
+
} | {
|
|
9874
|
+
/** Date and time at which Seam created the warning. */
|
|
9875
|
+
created_at: string;
|
|
9876
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9877
|
+
message: string;
|
|
9878
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9879
|
+
warning_code: 'needs_to_be_reissued';
|
|
9605
9880
|
}>;
|
|
9606
9881
|
/** 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). */
|
|
9607
9882
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -10090,6 +10365,13 @@ export interface Routes {
|
|
|
10090
10365
|
message: string;
|
|
10091
10366
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10092
10367
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
10368
|
+
} | {
|
|
10369
|
+
/** Date and time at which Seam created the warning. */
|
|
10370
|
+
created_at: string;
|
|
10371
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10372
|
+
message: string;
|
|
10373
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10374
|
+
warning_code: 'needs_to_be_reissued';
|
|
10093
10375
|
}>;
|
|
10094
10376
|
/** 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). */
|
|
10095
10377
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -10183,6 +10465,13 @@ export interface Routes {
|
|
|
10183
10465
|
message: string;
|
|
10184
10466
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10185
10467
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
10468
|
+
} | {
|
|
10469
|
+
/** Date and time at which Seam created the warning. */
|
|
10470
|
+
created_at: string;
|
|
10471
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10472
|
+
message: string;
|
|
10473
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10474
|
+
warning_code: 'needs_to_be_reissued';
|
|
10186
10475
|
}>;
|
|
10187
10476
|
/** 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). */
|
|
10188
10477
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -10313,6 +10602,13 @@ export interface Routes {
|
|
|
10313
10602
|
message: string;
|
|
10314
10603
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10315
10604
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
10605
|
+
} | {
|
|
10606
|
+
/** Date and time at which Seam created the warning. */
|
|
10607
|
+
created_at: string;
|
|
10608
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10609
|
+
message: string;
|
|
10610
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10611
|
+
warning_code: 'needs_to_be_reissued';
|
|
10316
10612
|
}>;
|
|
10317
10613
|
/** 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). */
|
|
10318
10614
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -10406,6 +10702,13 @@ export interface Routes {
|
|
|
10406
10702
|
message: string;
|
|
10407
10703
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10408
10704
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
10705
|
+
} | {
|
|
10706
|
+
/** Date and time at which Seam created the warning. */
|
|
10707
|
+
created_at: string;
|
|
10708
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10709
|
+
message: string;
|
|
10710
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10711
|
+
warning_code: 'needs_to_be_reissued';
|
|
10409
10712
|
}>;
|
|
10410
10713
|
/** 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). */
|
|
10411
10714
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -10734,6 +11037,7 @@ export interface Routes {
|
|
|
10734
11037
|
commonParams: {};
|
|
10735
11038
|
formData: {};
|
|
10736
11039
|
jsonResponse: {
|
|
11040
|
+
/** */
|
|
10737
11041
|
client_session: {
|
|
10738
11042
|
client_session_id: string;
|
|
10739
11043
|
workspace_id: string;
|
|
@@ -10770,6 +11074,7 @@ export interface Routes {
|
|
|
10770
11074
|
};
|
|
10771
11075
|
formData: {};
|
|
10772
11076
|
jsonResponse: {
|
|
11077
|
+
/** */
|
|
10773
11078
|
client_session: {
|
|
10774
11079
|
client_session_id: string;
|
|
10775
11080
|
workspace_id: string;
|
|
@@ -10798,6 +11103,7 @@ export interface Routes {
|
|
|
10798
11103
|
commonParams: {};
|
|
10799
11104
|
formData: {};
|
|
10800
11105
|
jsonResponse: {
|
|
11106
|
+
/** */
|
|
10801
11107
|
client_session: {
|
|
10802
11108
|
client_session_id: string;
|
|
10803
11109
|
workspace_id: string;
|
|
@@ -10826,6 +11132,7 @@ export interface Routes {
|
|
|
10826
11132
|
};
|
|
10827
11133
|
formData: {};
|
|
10828
11134
|
jsonResponse: {
|
|
11135
|
+
/** */
|
|
10829
11136
|
client_session: {
|
|
10830
11137
|
client_session_id: string;
|
|
10831
11138
|
workspace_id: string;
|
|
@@ -10896,6 +11203,7 @@ export interface Routes {
|
|
|
10896
11203
|
commonParams: {};
|
|
10897
11204
|
formData: {};
|
|
10898
11205
|
jsonResponse: {
|
|
11206
|
+
/** */
|
|
10899
11207
|
connect_webview: {
|
|
10900
11208
|
connect_webview_id: string;
|
|
10901
11209
|
workspace_id: string;
|
|
@@ -10944,6 +11252,7 @@ export interface Routes {
|
|
|
10944
11252
|
};
|
|
10945
11253
|
formData: {};
|
|
10946
11254
|
jsonResponse: {
|
|
11255
|
+
/** */
|
|
10947
11256
|
connect_webview: {
|
|
10948
11257
|
connect_webview_id: string;
|
|
10949
11258
|
workspace_id: string;
|
|
@@ -11036,6 +11345,7 @@ export interface Routes {
|
|
|
11036
11345
|
};
|
|
11037
11346
|
formData: {};
|
|
11038
11347
|
jsonResponse: {
|
|
11348
|
+
/** */
|
|
11039
11349
|
connected_account: {
|
|
11040
11350
|
connected_account_id?: string | undefined;
|
|
11041
11351
|
created_at?: string | undefined;
|
|
@@ -11121,6 +11431,7 @@ export interface Routes {
|
|
|
11121
11431
|
commonParams: {};
|
|
11122
11432
|
formData: {};
|
|
11123
11433
|
jsonResponse: {
|
|
11434
|
+
/** */
|
|
11124
11435
|
connected_account: {
|
|
11125
11436
|
connected_account_id?: string | undefined;
|
|
11126
11437
|
created_at?: string | undefined;
|
|
@@ -11173,6 +11484,7 @@ export interface Routes {
|
|
|
11173
11484
|
};
|
|
11174
11485
|
formData: {};
|
|
11175
11486
|
jsonResponse: {
|
|
11487
|
+
/** */
|
|
11176
11488
|
device: {
|
|
11177
11489
|
/** Unique identifier for the device. */
|
|
11178
11490
|
device_id: string;
|
|
@@ -12447,6 +12759,7 @@ export interface Routes {
|
|
|
12447
12759
|
};
|
|
12448
12760
|
formData: {};
|
|
12449
12761
|
jsonResponse: {
|
|
12762
|
+
/** */
|
|
12450
12763
|
device: {
|
|
12451
12764
|
/** Unique identifier for the device. */
|
|
12452
12765
|
device_id: string;
|
|
@@ -12845,6 +13158,7 @@ export interface Routes {
|
|
|
12845
13158
|
};
|
|
12846
13159
|
formData: {};
|
|
12847
13160
|
jsonResponse: {
|
|
13161
|
+
/** */
|
|
12848
13162
|
event?: ({
|
|
12849
13163
|
/** ID of the event. */
|
|
12850
13164
|
event_id: string;
|
|
@@ -13196,6 +13510,21 @@ export interface Routes {
|
|
|
13196
13510
|
acs_system_id: string;
|
|
13197
13511
|
acs_credential_id: string;
|
|
13198
13512
|
event_type: 'acs_credential.issued';
|
|
13513
|
+
} | {
|
|
13514
|
+
/** ID of the event. */
|
|
13515
|
+
event_id: string;
|
|
13516
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
13517
|
+
workspace_id: string;
|
|
13518
|
+
/** Date and time at which the event was created. */
|
|
13519
|
+
created_at: string;
|
|
13520
|
+
/** Date and time at which the event occurred. */
|
|
13521
|
+
occurred_at: string;
|
|
13522
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
13523
|
+
connected_account_id?: string | undefined;
|
|
13524
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
13525
|
+
acs_system_id: string;
|
|
13526
|
+
acs_credential_id: string;
|
|
13527
|
+
event_type: 'acs_credential.reissued';
|
|
13199
13528
|
} | {
|
|
13200
13529
|
/** ID of the event. */
|
|
13201
13530
|
event_id: string;
|
|
@@ -14015,8 +14344,8 @@ export interface Routes {
|
|
|
14015
14344
|
acs_system_ids?: string[] | undefined;
|
|
14016
14345
|
access_code_id?: string | undefined;
|
|
14017
14346
|
access_code_ids?: string[] | undefined;
|
|
14018
|
-
event_type?: ('device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'device.added' | 'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_system.added' | 'acs_system.connected' | 'acs_system.disconnected' | 'acs_access_group.deleted' | 'acs_user.deleted' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_encoder.added' | 'acs_encoder.removed' | 'enrollment_automation.deleted' | 'client_session.deleted' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point') | undefined;
|
|
14019
|
-
event_types?: Array<'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'device.added' | 'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_system.added' | 'acs_system.connected' | 'acs_system.disconnected' | 'acs_access_group.deleted' | 'acs_user.deleted' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_encoder.added' | 'acs_encoder.removed' | 'enrollment_automation.deleted' | 'client_session.deleted' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point'> | undefined;
|
|
14347
|
+
event_type?: ('device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'device.added' | 'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_system.added' | 'acs_system.connected' | 'acs_system.disconnected' | 'acs_access_group.deleted' | 'acs_user.deleted' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_encoder.added' | 'acs_encoder.removed' | 'enrollment_automation.deleted' | 'client_session.deleted' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point') | undefined;
|
|
14348
|
+
event_types?: Array<'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'device.added' | 'device.connected' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.removed' | 'device.deleted' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.deleted' | 'access_code.removed_from_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_remove_from_device' | 'access_code.delay_in_removing_from_device' | 'access_code.deleted_external_to_seam' | 'access_code.modified_external_to_seam' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'phone.deactivated' | 'connected_account.connected' | 'connected_account.successful_login' | 'connected_account.created' | 'connected_account.deleted' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.completed_first_sync_after_reconnection' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'noise_sensor.noise_threshold_triggered' | 'access_code.backup_access_code_pulled' | 'acs_system.added' | 'acs_system.connected' | 'acs_system.disconnected' | 'acs_access_group.deleted' | 'acs_user.deleted' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_encoder.added' | 'acs_encoder.removed' | 'enrollment_automation.deleted' | 'client_session.deleted' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point'> | undefined;
|
|
14020
14349
|
connected_account_id?: string | undefined;
|
|
14021
14350
|
connect_webview_id?: string | undefined;
|
|
14022
14351
|
limit?: number;
|
|
@@ -14374,6 +14703,21 @@ export interface Routes {
|
|
|
14374
14703
|
acs_system_id: string;
|
|
14375
14704
|
acs_credential_id: string;
|
|
14376
14705
|
event_type: 'acs_credential.issued';
|
|
14706
|
+
} | {
|
|
14707
|
+
/** ID of the event. */
|
|
14708
|
+
event_id: string;
|
|
14709
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14710
|
+
workspace_id: string;
|
|
14711
|
+
/** Date and time at which the event was created. */
|
|
14712
|
+
created_at: string;
|
|
14713
|
+
/** Date and time at which the event occurred. */
|
|
14714
|
+
occurred_at: string;
|
|
14715
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14716
|
+
connected_account_id?: string | undefined;
|
|
14717
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
14718
|
+
acs_system_id: string;
|
|
14719
|
+
acs_credential_id: string;
|
|
14720
|
+
event_type: 'acs_credential.reissued';
|
|
14377
14721
|
} | {
|
|
14378
14722
|
/** ID of the event. */
|
|
14379
14723
|
event_id: string;
|
|
@@ -15188,6 +15532,7 @@ export interface Routes {
|
|
|
15188
15532
|
};
|
|
15189
15533
|
formData: {};
|
|
15190
15534
|
jsonResponse: {
|
|
15535
|
+
/** */
|
|
15191
15536
|
lock: {
|
|
15192
15537
|
/** Unique identifier for the device. */
|
|
15193
15538
|
device_id: string;
|
|
@@ -15769,6 +16114,7 @@ export interface Routes {
|
|
|
15769
16114
|
can_simulate_connection?: boolean | undefined;
|
|
15770
16115
|
can_simulate_disconnection?: boolean | undefined;
|
|
15771
16116
|
};
|
|
16117
|
+
/** */
|
|
15772
16118
|
device: {
|
|
15773
16119
|
/** Unique identifier for the device. */
|
|
15774
16120
|
device_id: string;
|
|
@@ -17562,6 +17908,7 @@ export interface Routes {
|
|
|
17562
17908
|
commonParams: {};
|
|
17563
17909
|
formData: {};
|
|
17564
17910
|
jsonResponse: {
|
|
17911
|
+
/** */
|
|
17565
17912
|
action_attempt: {
|
|
17566
17913
|
/** The ID of the action attempt. */
|
|
17567
17914
|
action_attempt_id: string;
|
|
@@ -17726,6 +18073,13 @@ export interface Routes {
|
|
|
17726
18073
|
message: string;
|
|
17727
18074
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17728
18075
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
18076
|
+
} | {
|
|
18077
|
+
/** Date and time at which Seam created the warning. */
|
|
18078
|
+
created_at: string;
|
|
18079
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18080
|
+
message: string;
|
|
18081
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18082
|
+
warning_code: 'needs_to_be_reissued';
|
|
17729
18083
|
}>;
|
|
17730
18084
|
/** 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). */
|
|
17731
18085
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -17819,6 +18173,13 @@ export interface Routes {
|
|
|
17819
18173
|
message: string;
|
|
17820
18174
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17821
18175
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
18176
|
+
} | {
|
|
18177
|
+
/** Date and time at which Seam created the warning. */
|
|
18178
|
+
created_at: string;
|
|
18179
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18180
|
+
message: string;
|
|
18181
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18182
|
+
warning_code: 'needs_to_be_reissued';
|
|
17822
18183
|
}>;
|
|
17823
18184
|
/** 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). */
|
|
17824
18185
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -17949,6 +18310,13 @@ export interface Routes {
|
|
|
17949
18310
|
message: string;
|
|
17950
18311
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17951
18312
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
18313
|
+
} | {
|
|
18314
|
+
/** Date and time at which Seam created the warning. */
|
|
18315
|
+
created_at: string;
|
|
18316
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18317
|
+
message: string;
|
|
18318
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18319
|
+
warning_code: 'needs_to_be_reissued';
|
|
17952
18320
|
}>;
|
|
17953
18321
|
/** 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). */
|
|
17954
18322
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -18042,6 +18410,13 @@ export interface Routes {
|
|
|
18042
18410
|
message: string;
|
|
18043
18411
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18044
18412
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
18413
|
+
} | {
|
|
18414
|
+
/** Date and time at which Seam created the warning. */
|
|
18415
|
+
created_at: string;
|
|
18416
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18417
|
+
message: string;
|
|
18418
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18419
|
+
warning_code: 'needs_to_be_reissued';
|
|
18045
18420
|
}>;
|
|
18046
18421
|
/** 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). */
|
|
18047
18422
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -18367,6 +18742,7 @@ export interface Routes {
|
|
|
18367
18742
|
commonParams: {};
|
|
18368
18743
|
formData: {};
|
|
18369
18744
|
jsonResponse: {
|
|
18745
|
+
/** */
|
|
18370
18746
|
action_attempt: {
|
|
18371
18747
|
/** The ID of the action attempt. */
|
|
18372
18748
|
action_attempt_id: string;
|
|
@@ -18531,6 +18907,13 @@ export interface Routes {
|
|
|
18531
18907
|
message: string;
|
|
18532
18908
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18533
18909
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
18910
|
+
} | {
|
|
18911
|
+
/** Date and time at which Seam created the warning. */
|
|
18912
|
+
created_at: string;
|
|
18913
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18914
|
+
message: string;
|
|
18915
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18916
|
+
warning_code: 'needs_to_be_reissued';
|
|
18534
18917
|
}>;
|
|
18535
18918
|
/** 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). */
|
|
18536
18919
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -18624,6 +19007,13 @@ export interface Routes {
|
|
|
18624
19007
|
message: string;
|
|
18625
19008
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18626
19009
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
19010
|
+
} | {
|
|
19011
|
+
/** Date and time at which Seam created the warning. */
|
|
19012
|
+
created_at: string;
|
|
19013
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19014
|
+
message: string;
|
|
19015
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19016
|
+
warning_code: 'needs_to_be_reissued';
|
|
18627
19017
|
}>;
|
|
18628
19018
|
/** 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). */
|
|
18629
19019
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -18754,6 +19144,13 @@ export interface Routes {
|
|
|
18754
19144
|
message: string;
|
|
18755
19145
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18756
19146
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
19147
|
+
} | {
|
|
19148
|
+
/** Date and time at which Seam created the warning. */
|
|
19149
|
+
created_at: string;
|
|
19150
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19151
|
+
message: string;
|
|
19152
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19153
|
+
warning_code: 'needs_to_be_reissued';
|
|
18757
19154
|
}>;
|
|
18758
19155
|
/** 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). */
|
|
18759
19156
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -18847,6 +19244,13 @@ export interface Routes {
|
|
|
18847
19244
|
message: string;
|
|
18848
19245
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18849
19246
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
19247
|
+
} | {
|
|
19248
|
+
/** Date and time at which Seam created the warning. */
|
|
19249
|
+
created_at: string;
|
|
19250
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19251
|
+
message: string;
|
|
19252
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19253
|
+
warning_code: 'needs_to_be_reissued';
|
|
18850
19254
|
}>;
|
|
18851
19255
|
/** 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). */
|
|
18852
19256
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -19171,6 +19575,7 @@ export interface Routes {
|
|
|
19171
19575
|
};
|
|
19172
19576
|
formData: {};
|
|
19173
19577
|
jsonResponse: {
|
|
19578
|
+
/** */
|
|
19174
19579
|
network: {
|
|
19175
19580
|
network_id: string;
|
|
19176
19581
|
workspace_id: string;
|
|
@@ -20410,6 +20815,7 @@ export interface Routes {
|
|
|
20410
20815
|
commonParams: {};
|
|
20411
20816
|
formData: {};
|
|
20412
20817
|
jsonResponse: {
|
|
20818
|
+
/** */
|
|
20413
20819
|
action_attempt: {
|
|
20414
20820
|
/** The ID of the action attempt. */
|
|
20415
20821
|
action_attempt_id: string;
|
|
@@ -20574,6 +20980,13 @@ export interface Routes {
|
|
|
20574
20980
|
message: string;
|
|
20575
20981
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20576
20982
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
20983
|
+
} | {
|
|
20984
|
+
/** Date and time at which Seam created the warning. */
|
|
20985
|
+
created_at: string;
|
|
20986
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20987
|
+
message: string;
|
|
20988
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20989
|
+
warning_code: 'needs_to_be_reissued';
|
|
20577
20990
|
}>;
|
|
20578
20991
|
/** 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). */
|
|
20579
20992
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -20667,6 +21080,13 @@ export interface Routes {
|
|
|
20667
21080
|
message: string;
|
|
20668
21081
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20669
21082
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
21083
|
+
} | {
|
|
21084
|
+
/** Date and time at which Seam created the warning. */
|
|
21085
|
+
created_at: string;
|
|
21086
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21087
|
+
message: string;
|
|
21088
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21089
|
+
warning_code: 'needs_to_be_reissued';
|
|
20670
21090
|
}>;
|
|
20671
21091
|
/** 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). */
|
|
20672
21092
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -20797,6 +21217,13 @@ export interface Routes {
|
|
|
20797
21217
|
message: string;
|
|
20798
21218
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20799
21219
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
21220
|
+
} | {
|
|
21221
|
+
/** Date and time at which Seam created the warning. */
|
|
21222
|
+
created_at: string;
|
|
21223
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21224
|
+
message: string;
|
|
21225
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21226
|
+
warning_code: 'needs_to_be_reissued';
|
|
20800
21227
|
}>;
|
|
20801
21228
|
/** 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). */
|
|
20802
21229
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -20890,6 +21317,13 @@ export interface Routes {
|
|
|
20890
21317
|
message: string;
|
|
20891
21318
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20892
21319
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
21320
|
+
} | {
|
|
21321
|
+
/** Date and time at which Seam created the warning. */
|
|
21322
|
+
created_at: string;
|
|
21323
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21324
|
+
message: string;
|
|
21325
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21326
|
+
warning_code: 'needs_to_be_reissued';
|
|
20893
21327
|
}>;
|
|
20894
21328
|
/** 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). */
|
|
20895
21329
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -21202,6 +21636,7 @@ export interface Routes {
|
|
|
21202
21636
|
message: string;
|
|
21203
21637
|
};
|
|
21204
21638
|
};
|
|
21639
|
+
/** */
|
|
21205
21640
|
noise_threshold: {
|
|
21206
21641
|
noise_threshold_id: string;
|
|
21207
21642
|
device_id: string;
|
|
@@ -21225,6 +21660,7 @@ export interface Routes {
|
|
|
21225
21660
|
commonParams: {};
|
|
21226
21661
|
formData: {};
|
|
21227
21662
|
jsonResponse: {
|
|
21663
|
+
/** */
|
|
21228
21664
|
action_attempt: {
|
|
21229
21665
|
/** The ID of the action attempt. */
|
|
21230
21666
|
action_attempt_id: string;
|
|
@@ -21389,6 +21825,13 @@ export interface Routes {
|
|
|
21389
21825
|
message: string;
|
|
21390
21826
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21391
21827
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
21828
|
+
} | {
|
|
21829
|
+
/** Date and time at which Seam created the warning. */
|
|
21830
|
+
created_at: string;
|
|
21831
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21832
|
+
message: string;
|
|
21833
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21834
|
+
warning_code: 'needs_to_be_reissued';
|
|
21392
21835
|
}>;
|
|
21393
21836
|
/** 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). */
|
|
21394
21837
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -21482,6 +21925,13 @@ export interface Routes {
|
|
|
21482
21925
|
message: string;
|
|
21483
21926
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21484
21927
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
21928
|
+
} | {
|
|
21929
|
+
/** Date and time at which Seam created the warning. */
|
|
21930
|
+
created_at: string;
|
|
21931
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21932
|
+
message: string;
|
|
21933
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21934
|
+
warning_code: 'needs_to_be_reissued';
|
|
21485
21935
|
}>;
|
|
21486
21936
|
/** 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). */
|
|
21487
21937
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -21612,6 +22062,13 @@ export interface Routes {
|
|
|
21612
22062
|
message: string;
|
|
21613
22063
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21614
22064
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
22065
|
+
} | {
|
|
22066
|
+
/** Date and time at which Seam created the warning. */
|
|
22067
|
+
created_at: string;
|
|
22068
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22069
|
+
message: string;
|
|
22070
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22071
|
+
warning_code: 'needs_to_be_reissued';
|
|
21615
22072
|
}>;
|
|
21616
22073
|
/** 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). */
|
|
21617
22074
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -21705,6 +22162,13 @@ export interface Routes {
|
|
|
21705
22162
|
message: string;
|
|
21706
22163
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21707
22164
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
22165
|
+
} | {
|
|
22166
|
+
/** Date and time at which Seam created the warning. */
|
|
22167
|
+
created_at: string;
|
|
22168
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22169
|
+
message: string;
|
|
22170
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22171
|
+
warning_code: 'needs_to_be_reissued';
|
|
21708
22172
|
}>;
|
|
21709
22173
|
/** 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). */
|
|
21710
22174
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22029,6 +22493,7 @@ export interface Routes {
|
|
|
22029
22493
|
};
|
|
22030
22494
|
formData: {};
|
|
22031
22495
|
jsonResponse: {
|
|
22496
|
+
/** */
|
|
22032
22497
|
noise_threshold: {
|
|
22033
22498
|
noise_threshold_id: string;
|
|
22034
22499
|
device_id: string;
|
|
@@ -22079,6 +22544,7 @@ export interface Routes {
|
|
|
22079
22544
|
commonParams: {};
|
|
22080
22545
|
formData: {};
|
|
22081
22546
|
jsonResponse: {
|
|
22547
|
+
/** */
|
|
22082
22548
|
action_attempt: {
|
|
22083
22549
|
/** The ID of the action attempt. */
|
|
22084
22550
|
action_attempt_id: string;
|
|
@@ -22243,6 +22709,13 @@ export interface Routes {
|
|
|
22243
22709
|
message: string;
|
|
22244
22710
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22245
22711
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
22712
|
+
} | {
|
|
22713
|
+
/** Date and time at which Seam created the warning. */
|
|
22714
|
+
created_at: string;
|
|
22715
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22716
|
+
message: string;
|
|
22717
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22718
|
+
warning_code: 'needs_to_be_reissued';
|
|
22246
22719
|
}>;
|
|
22247
22720
|
/** 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). */
|
|
22248
22721
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22336,6 +22809,13 @@ export interface Routes {
|
|
|
22336
22809
|
message: string;
|
|
22337
22810
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22338
22811
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
22812
|
+
} | {
|
|
22813
|
+
/** Date and time at which Seam created the warning. */
|
|
22814
|
+
created_at: string;
|
|
22815
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22816
|
+
message: string;
|
|
22817
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22818
|
+
warning_code: 'needs_to_be_reissued';
|
|
22339
22819
|
}>;
|
|
22340
22820
|
/** 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). */
|
|
22341
22821
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22466,6 +22946,13 @@ export interface Routes {
|
|
|
22466
22946
|
message: string;
|
|
22467
22947
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22468
22948
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
22949
|
+
} | {
|
|
22950
|
+
/** Date and time at which Seam created the warning. */
|
|
22951
|
+
created_at: string;
|
|
22952
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22953
|
+
message: string;
|
|
22954
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22955
|
+
warning_code: 'needs_to_be_reissued';
|
|
22469
22956
|
}>;
|
|
22470
22957
|
/** 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). */
|
|
22471
22958
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -22559,6 +23046,13 @@ export interface Routes {
|
|
|
22559
23046
|
message: string;
|
|
22560
23047
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22561
23048
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
23049
|
+
} | {
|
|
23050
|
+
/** Date and time at which Seam created the warning. */
|
|
23051
|
+
created_at: string;
|
|
23052
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23053
|
+
message: string;
|
|
23054
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23055
|
+
warning_code: 'needs_to_be_reissued';
|
|
22562
23056
|
}>;
|
|
22563
23057
|
/** 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). */
|
|
22564
23058
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -23054,6 +23548,7 @@ export interface Routes {
|
|
|
23054
23548
|
commonParams: {};
|
|
23055
23549
|
formData: {};
|
|
23056
23550
|
jsonResponse: {
|
|
23551
|
+
/** */
|
|
23057
23552
|
phone: {
|
|
23058
23553
|
/** Unique identifier for the device. */
|
|
23059
23554
|
device_id: string;
|
|
@@ -23190,6 +23685,7 @@ export interface Routes {
|
|
|
23190
23685
|
commonParams: {};
|
|
23191
23686
|
formData: {};
|
|
23192
23687
|
jsonResponse: {
|
|
23688
|
+
/** */
|
|
23193
23689
|
action_attempt: {
|
|
23194
23690
|
/** The ID of the action attempt. */
|
|
23195
23691
|
action_attempt_id: string;
|
|
@@ -23354,6 +23850,13 @@ export interface Routes {
|
|
|
23354
23850
|
message: string;
|
|
23355
23851
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23356
23852
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
23853
|
+
} | {
|
|
23854
|
+
/** Date and time at which Seam created the warning. */
|
|
23855
|
+
created_at: string;
|
|
23856
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23857
|
+
message: string;
|
|
23858
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23859
|
+
warning_code: 'needs_to_be_reissued';
|
|
23357
23860
|
}>;
|
|
23358
23861
|
/** 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). */
|
|
23359
23862
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -23447,6 +23950,13 @@ export interface Routes {
|
|
|
23447
23950
|
message: string;
|
|
23448
23951
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23449
23952
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
23953
|
+
} | {
|
|
23954
|
+
/** Date and time at which Seam created the warning. */
|
|
23955
|
+
created_at: string;
|
|
23956
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23957
|
+
message: string;
|
|
23958
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23959
|
+
warning_code: 'needs_to_be_reissued';
|
|
23450
23960
|
}>;
|
|
23451
23961
|
/** 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). */
|
|
23452
23962
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -23577,6 +24087,13 @@ export interface Routes {
|
|
|
23577
24087
|
message: string;
|
|
23578
24088
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23579
24089
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
24090
|
+
} | {
|
|
24091
|
+
/** Date and time at which Seam created the warning. */
|
|
24092
|
+
created_at: string;
|
|
24093
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24094
|
+
message: string;
|
|
24095
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24096
|
+
warning_code: 'needs_to_be_reissued';
|
|
23580
24097
|
}>;
|
|
23581
24098
|
/** 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). */
|
|
23582
24099
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -23670,6 +24187,13 @@ export interface Routes {
|
|
|
23670
24187
|
message: string;
|
|
23671
24188
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23672
24189
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
24190
|
+
} | {
|
|
24191
|
+
/** Date and time at which Seam created the warning. */
|
|
24192
|
+
created_at: string;
|
|
24193
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24194
|
+
message: string;
|
|
24195
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24196
|
+
warning_code: 'needs_to_be_reissued';
|
|
23673
24197
|
}>;
|
|
23674
24198
|
/** 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). */
|
|
23675
24199
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24001,6 +24525,7 @@ export interface Routes {
|
|
|
24001
24525
|
commonParams: {};
|
|
24002
24526
|
formData: {};
|
|
24003
24527
|
jsonResponse: {
|
|
24528
|
+
/** */
|
|
24004
24529
|
action_attempt: {
|
|
24005
24530
|
/** The ID of the action attempt. */
|
|
24006
24531
|
action_attempt_id: string;
|
|
@@ -24165,6 +24690,13 @@ export interface Routes {
|
|
|
24165
24690
|
message: string;
|
|
24166
24691
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24167
24692
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
24693
|
+
} | {
|
|
24694
|
+
/** Date and time at which Seam created the warning. */
|
|
24695
|
+
created_at: string;
|
|
24696
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24697
|
+
message: string;
|
|
24698
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24699
|
+
warning_code: 'needs_to_be_reissued';
|
|
24168
24700
|
}>;
|
|
24169
24701
|
/** 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). */
|
|
24170
24702
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24258,6 +24790,13 @@ export interface Routes {
|
|
|
24258
24790
|
message: string;
|
|
24259
24791
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24260
24792
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
24793
|
+
} | {
|
|
24794
|
+
/** Date and time at which Seam created the warning. */
|
|
24795
|
+
created_at: string;
|
|
24796
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24797
|
+
message: string;
|
|
24798
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24799
|
+
warning_code: 'needs_to_be_reissued';
|
|
24261
24800
|
}>;
|
|
24262
24801
|
/** 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). */
|
|
24263
24802
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24388,6 +24927,13 @@ export interface Routes {
|
|
|
24388
24927
|
message: string;
|
|
24389
24928
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24390
24929
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
24930
|
+
} | {
|
|
24931
|
+
/** Date and time at which Seam created the warning. */
|
|
24932
|
+
created_at: string;
|
|
24933
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24934
|
+
message: string;
|
|
24935
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24936
|
+
warning_code: 'needs_to_be_reissued';
|
|
24391
24937
|
}>;
|
|
24392
24938
|
/** 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). */
|
|
24393
24939
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24481,6 +25027,13 @@ export interface Routes {
|
|
|
24481
25027
|
message: string;
|
|
24482
25028
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24483
25029
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
25030
|
+
} | {
|
|
25031
|
+
/** Date and time at which Seam created the warning. */
|
|
25032
|
+
created_at: string;
|
|
25033
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25034
|
+
message: string;
|
|
25035
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25036
|
+
warning_code: 'needs_to_be_reissued';
|
|
24484
25037
|
}>;
|
|
24485
25038
|
/** 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). */
|
|
24486
25039
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -24853,6 +25406,7 @@ export interface Routes {
|
|
|
24853
25406
|
};
|
|
24854
25407
|
formData: {};
|
|
24855
25408
|
jsonResponse: {
|
|
25409
|
+
/** */
|
|
24856
25410
|
thermostat: {
|
|
24857
25411
|
/** Unique identifier for the device. */
|
|
24858
25412
|
device_id: string;
|
|
@@ -25453,6 +26007,7 @@ export interface Routes {
|
|
|
25453
26007
|
commonParams: {};
|
|
25454
26008
|
formData: {};
|
|
25455
26009
|
jsonResponse: {
|
|
26010
|
+
/** */
|
|
25456
26011
|
action_attempt: {
|
|
25457
26012
|
/** The ID of the action attempt. */
|
|
25458
26013
|
action_attempt_id: string;
|
|
@@ -25617,6 +26172,13 @@ export interface Routes {
|
|
|
25617
26172
|
message: string;
|
|
25618
26173
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25619
26174
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
26175
|
+
} | {
|
|
26176
|
+
/** Date and time at which Seam created the warning. */
|
|
26177
|
+
created_at: string;
|
|
26178
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26179
|
+
message: string;
|
|
26180
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26181
|
+
warning_code: 'needs_to_be_reissued';
|
|
25620
26182
|
}>;
|
|
25621
26183
|
/** 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). */
|
|
25622
26184
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -25710,6 +26272,13 @@ export interface Routes {
|
|
|
25710
26272
|
message: string;
|
|
25711
26273
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25712
26274
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
26275
|
+
} | {
|
|
26276
|
+
/** Date and time at which Seam created the warning. */
|
|
26277
|
+
created_at: string;
|
|
26278
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26279
|
+
message: string;
|
|
26280
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26281
|
+
warning_code: 'needs_to_be_reissued';
|
|
25713
26282
|
}>;
|
|
25714
26283
|
/** 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). */
|
|
25715
26284
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -25840,6 +26409,13 @@ export interface Routes {
|
|
|
25840
26409
|
message: string;
|
|
25841
26410
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25842
26411
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
26412
|
+
} | {
|
|
26413
|
+
/** Date and time at which Seam created the warning. */
|
|
26414
|
+
created_at: string;
|
|
26415
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26416
|
+
message: string;
|
|
26417
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26418
|
+
warning_code: 'needs_to_be_reissued';
|
|
25843
26419
|
}>;
|
|
25844
26420
|
/** 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). */
|
|
25845
26421
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -25933,6 +26509,13 @@ export interface Routes {
|
|
|
25933
26509
|
message: string;
|
|
25934
26510
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25935
26511
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
26512
|
+
} | {
|
|
26513
|
+
/** Date and time at which Seam created the warning. */
|
|
26514
|
+
created_at: string;
|
|
26515
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26516
|
+
message: string;
|
|
26517
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26518
|
+
warning_code: 'needs_to_be_reissued';
|
|
25936
26519
|
}>;
|
|
25937
26520
|
/** 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). */
|
|
25938
26521
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -26268,6 +26851,7 @@ export interface Routes {
|
|
|
26268
26851
|
commonParams: {};
|
|
26269
26852
|
formData: {};
|
|
26270
26853
|
jsonResponse: {
|
|
26854
|
+
/** */
|
|
26271
26855
|
action_attempt: {
|
|
26272
26856
|
/** The ID of the action attempt. */
|
|
26273
26857
|
action_attempt_id: string;
|
|
@@ -26432,6 +27016,13 @@ export interface Routes {
|
|
|
26432
27016
|
message: string;
|
|
26433
27017
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26434
27018
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
27019
|
+
} | {
|
|
27020
|
+
/** Date and time at which Seam created the warning. */
|
|
27021
|
+
created_at: string;
|
|
27022
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27023
|
+
message: string;
|
|
27024
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27025
|
+
warning_code: 'needs_to_be_reissued';
|
|
26435
27026
|
}>;
|
|
26436
27027
|
/** 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). */
|
|
26437
27028
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -26525,6 +27116,13 @@ export interface Routes {
|
|
|
26525
27116
|
message: string;
|
|
26526
27117
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26527
27118
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
27119
|
+
} | {
|
|
27120
|
+
/** Date and time at which Seam created the warning. */
|
|
27121
|
+
created_at: string;
|
|
27122
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27123
|
+
message: string;
|
|
27124
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27125
|
+
warning_code: 'needs_to_be_reissued';
|
|
26528
27126
|
}>;
|
|
26529
27127
|
/** 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). */
|
|
26530
27128
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -26655,6 +27253,13 @@ export interface Routes {
|
|
|
26655
27253
|
message: string;
|
|
26656
27254
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26657
27255
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
27256
|
+
} | {
|
|
27257
|
+
/** Date and time at which Seam created the warning. */
|
|
27258
|
+
created_at: string;
|
|
27259
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27260
|
+
message: string;
|
|
27261
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27262
|
+
warning_code: 'needs_to_be_reissued';
|
|
26658
27263
|
}>;
|
|
26659
27264
|
/** 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). */
|
|
26660
27265
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -26748,6 +27353,13 @@ export interface Routes {
|
|
|
26748
27353
|
message: string;
|
|
26749
27354
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26750
27355
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
27356
|
+
} | {
|
|
27357
|
+
/** Date and time at which Seam created the warning. */
|
|
27358
|
+
created_at: string;
|
|
27359
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27360
|
+
message: string;
|
|
27361
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27362
|
+
warning_code: 'needs_to_be_reissued';
|
|
26751
27363
|
}>;
|
|
26752
27364
|
/** 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). */
|
|
26753
27365
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28274,6 +28886,7 @@ export interface Routes {
|
|
|
28274
28886
|
commonParams: {};
|
|
28275
28887
|
formData: {};
|
|
28276
28888
|
jsonResponse: {
|
|
28889
|
+
/** */
|
|
28277
28890
|
action_attempt: {
|
|
28278
28891
|
/** The ID of the action attempt. */
|
|
28279
28892
|
action_attempt_id: string;
|
|
@@ -28438,6 +29051,13 @@ export interface Routes {
|
|
|
28438
29051
|
message: string;
|
|
28439
29052
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28440
29053
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
29054
|
+
} | {
|
|
29055
|
+
/** Date and time at which Seam created the warning. */
|
|
29056
|
+
created_at: string;
|
|
29057
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29058
|
+
message: string;
|
|
29059
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29060
|
+
warning_code: 'needs_to_be_reissued';
|
|
28441
29061
|
}>;
|
|
28442
29062
|
/** 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). */
|
|
28443
29063
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28531,6 +29151,13 @@ export interface Routes {
|
|
|
28531
29151
|
message: string;
|
|
28532
29152
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28533
29153
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
29154
|
+
} | {
|
|
29155
|
+
/** Date and time at which Seam created the warning. */
|
|
29156
|
+
created_at: string;
|
|
29157
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29158
|
+
message: string;
|
|
29159
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29160
|
+
warning_code: 'needs_to_be_reissued';
|
|
28534
29161
|
}>;
|
|
28535
29162
|
/** 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). */
|
|
28536
29163
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28661,6 +29288,13 @@ export interface Routes {
|
|
|
28661
29288
|
message: string;
|
|
28662
29289
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28663
29290
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
29291
|
+
} | {
|
|
29292
|
+
/** Date and time at which Seam created the warning. */
|
|
29293
|
+
created_at: string;
|
|
29294
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29295
|
+
message: string;
|
|
29296
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29297
|
+
warning_code: 'needs_to_be_reissued';
|
|
28664
29298
|
}>;
|
|
28665
29299
|
/** 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). */
|
|
28666
29300
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -28754,6 +29388,13 @@ export interface Routes {
|
|
|
28754
29388
|
message: string;
|
|
28755
29389
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28756
29390
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
29391
|
+
} | {
|
|
29392
|
+
/** Date and time at which Seam created the warning. */
|
|
29393
|
+
created_at: string;
|
|
29394
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29395
|
+
message: string;
|
|
29396
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29397
|
+
warning_code: 'needs_to_be_reissued';
|
|
28757
29398
|
}>;
|
|
28758
29399
|
/** 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). */
|
|
28759
29400
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -29265,6 +29906,7 @@ export interface Routes {
|
|
|
29265
29906
|
commonParams: {};
|
|
29266
29907
|
formData: {};
|
|
29267
29908
|
jsonResponse: {
|
|
29909
|
+
/** */
|
|
29268
29910
|
action_attempt: {
|
|
29269
29911
|
/** The ID of the action attempt. */
|
|
29270
29912
|
action_attempt_id: string;
|
|
@@ -29429,6 +30071,13 @@ export interface Routes {
|
|
|
29429
30071
|
message: string;
|
|
29430
30072
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29431
30073
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
30074
|
+
} | {
|
|
30075
|
+
/** Date and time at which Seam created the warning. */
|
|
30076
|
+
created_at: string;
|
|
30077
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30078
|
+
message: string;
|
|
30079
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30080
|
+
warning_code: 'needs_to_be_reissued';
|
|
29432
30081
|
}>;
|
|
29433
30082
|
/** 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). */
|
|
29434
30083
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -29522,6 +30171,13 @@ export interface Routes {
|
|
|
29522
30171
|
message: string;
|
|
29523
30172
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29524
30173
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
30174
|
+
} | {
|
|
30175
|
+
/** Date and time at which Seam created the warning. */
|
|
30176
|
+
created_at: string;
|
|
30177
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30178
|
+
message: string;
|
|
30179
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30180
|
+
warning_code: 'needs_to_be_reissued';
|
|
29525
30181
|
}>;
|
|
29526
30182
|
/** 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). */
|
|
29527
30183
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -29652,6 +30308,13 @@ export interface Routes {
|
|
|
29652
30308
|
message: string;
|
|
29653
30309
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29654
30310
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
30311
|
+
} | {
|
|
30312
|
+
/** Date and time at which Seam created the warning. */
|
|
30313
|
+
created_at: string;
|
|
30314
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30315
|
+
message: string;
|
|
30316
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30317
|
+
warning_code: 'needs_to_be_reissued';
|
|
29655
30318
|
}>;
|
|
29656
30319
|
/** 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). */
|
|
29657
30320
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -29745,6 +30408,13 @@ export interface Routes {
|
|
|
29745
30408
|
message: string;
|
|
29746
30409
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29747
30410
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
30411
|
+
} | {
|
|
30412
|
+
/** Date and time at which Seam created the warning. */
|
|
30413
|
+
created_at: string;
|
|
30414
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30415
|
+
message: string;
|
|
30416
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30417
|
+
warning_code: 'needs_to_be_reissued';
|
|
29748
30418
|
}>;
|
|
29749
30419
|
/** 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). */
|
|
29750
30420
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -30099,6 +30769,7 @@ export interface Routes {
|
|
|
30099
30769
|
commonParams: {};
|
|
30100
30770
|
formData: {};
|
|
30101
30771
|
jsonResponse: {
|
|
30772
|
+
/** */
|
|
30102
30773
|
action_attempt: {
|
|
30103
30774
|
/** The ID of the action attempt. */
|
|
30104
30775
|
action_attempt_id: string;
|
|
@@ -30263,6 +30934,13 @@ export interface Routes {
|
|
|
30263
30934
|
message: string;
|
|
30264
30935
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30265
30936
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
30937
|
+
} | {
|
|
30938
|
+
/** Date and time at which Seam created the warning. */
|
|
30939
|
+
created_at: string;
|
|
30940
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30941
|
+
message: string;
|
|
30942
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30943
|
+
warning_code: 'needs_to_be_reissued';
|
|
30266
30944
|
}>;
|
|
30267
30945
|
/** 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). */
|
|
30268
30946
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -30356,6 +31034,13 @@ export interface Routes {
|
|
|
30356
31034
|
message: string;
|
|
30357
31035
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30358
31036
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
31037
|
+
} | {
|
|
31038
|
+
/** Date and time at which Seam created the warning. */
|
|
31039
|
+
created_at: string;
|
|
31040
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31041
|
+
message: string;
|
|
31042
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31043
|
+
warning_code: 'needs_to_be_reissued';
|
|
30359
31044
|
}>;
|
|
30360
31045
|
/** 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). */
|
|
30361
31046
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -30486,6 +31171,13 @@ export interface Routes {
|
|
|
30486
31171
|
message: string;
|
|
30487
31172
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30488
31173
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
31174
|
+
} | {
|
|
31175
|
+
/** Date and time at which Seam created the warning. */
|
|
31176
|
+
created_at: string;
|
|
31177
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31178
|
+
message: string;
|
|
31179
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31180
|
+
warning_code: 'needs_to_be_reissued';
|
|
30489
31181
|
}>;
|
|
30490
31182
|
/** 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). */
|
|
30491
31183
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -30579,6 +31271,13 @@ export interface Routes {
|
|
|
30579
31271
|
message: string;
|
|
30580
31272
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30581
31273
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
31274
|
+
} | {
|
|
31275
|
+
/** Date and time at which Seam created the warning. */
|
|
31276
|
+
created_at: string;
|
|
31277
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31278
|
+
message: string;
|
|
31279
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31280
|
+
warning_code: 'needs_to_be_reissued';
|
|
30582
31281
|
}>;
|
|
30583
31282
|
/** 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). */
|
|
30584
31283
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -32637,6 +33336,7 @@ export interface Routes {
|
|
|
32637
33336
|
commonParams: {};
|
|
32638
33337
|
formData: {};
|
|
32639
33338
|
jsonResponse: {
|
|
33339
|
+
/** */
|
|
32640
33340
|
webhook: {
|
|
32641
33341
|
webhook_id: string;
|
|
32642
33342
|
url: string;
|
|
@@ -32666,6 +33366,7 @@ export interface Routes {
|
|
|
32666
33366
|
};
|
|
32667
33367
|
formData: {};
|
|
32668
33368
|
jsonResponse: {
|
|
33369
|
+
/** */
|
|
32669
33370
|
webhook: {
|
|
32670
33371
|
webhook_id: string;
|
|
32671
33372
|
url: string;
|
|
@@ -32720,6 +33421,7 @@ export interface Routes {
|
|
|
32720
33421
|
commonParams: {};
|
|
32721
33422
|
formData: {};
|
|
32722
33423
|
jsonResponse: {
|
|
33424
|
+
/** */
|
|
32723
33425
|
workspace: {
|
|
32724
33426
|
workspace_id: string;
|
|
32725
33427
|
name: string;
|
|
@@ -32739,6 +33441,7 @@ export interface Routes {
|
|
|
32739
33441
|
commonParams: {};
|
|
32740
33442
|
formData: {};
|
|
32741
33443
|
jsonResponse: {
|
|
33444
|
+
/** */
|
|
32742
33445
|
workspace: {
|
|
32743
33446
|
workspace_id: string;
|
|
32744
33447
|
name: string;
|
|
@@ -32777,6 +33480,7 @@ export interface Routes {
|
|
|
32777
33480
|
commonParams: {};
|
|
32778
33481
|
formData: {};
|
|
32779
33482
|
jsonResponse: {
|
|
33483
|
+
/** */
|
|
32780
33484
|
action_attempt: {
|
|
32781
33485
|
/** The ID of the action attempt. */
|
|
32782
33486
|
action_attempt_id: string;
|
|
@@ -32941,6 +33645,13 @@ export interface Routes {
|
|
|
32941
33645
|
message: string;
|
|
32942
33646
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32943
33647
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
33648
|
+
} | {
|
|
33649
|
+
/** Date and time at which Seam created the warning. */
|
|
33650
|
+
created_at: string;
|
|
33651
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33652
|
+
message: string;
|
|
33653
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33654
|
+
warning_code: 'needs_to_be_reissued';
|
|
32944
33655
|
}>;
|
|
32945
33656
|
/** 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). */
|
|
32946
33657
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -33034,6 +33745,13 @@ export interface Routes {
|
|
|
33034
33745
|
message: string;
|
|
33035
33746
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33036
33747
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
33748
|
+
} | {
|
|
33749
|
+
/** Date and time at which Seam created the warning. */
|
|
33750
|
+
created_at: string;
|
|
33751
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33752
|
+
message: string;
|
|
33753
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33754
|
+
warning_code: 'needs_to_be_reissued';
|
|
33037
33755
|
}>;
|
|
33038
33756
|
/** 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). */
|
|
33039
33757
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -33164,6 +33882,13 @@ export interface Routes {
|
|
|
33164
33882
|
message: string;
|
|
33165
33883
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33166
33884
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
33885
|
+
} | {
|
|
33886
|
+
/** Date and time at which Seam created the warning. */
|
|
33887
|
+
created_at: string;
|
|
33888
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33889
|
+
message: string;
|
|
33890
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33891
|
+
warning_code: 'needs_to_be_reissued';
|
|
33167
33892
|
}>;
|
|
33168
33893
|
/** 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). */
|
|
33169
33894
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
@@ -33257,6 +33982,13 @@ export interface Routes {
|
|
|
33257
33982
|
message: string;
|
|
33258
33983
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33259
33984
|
warning_code: 'unknown_issue_with_acs_credential';
|
|
33985
|
+
} | {
|
|
33986
|
+
/** Date and time at which Seam created the warning. */
|
|
33987
|
+
created_at: string;
|
|
33988
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33989
|
+
message: string;
|
|
33990
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33991
|
+
warning_code: 'needs_to_be_reissued';
|
|
33260
33992
|
}>;
|
|
33261
33993
|
/** 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). */
|
|
33262
33994
|
is_multi_phone_sync_credential?: boolean | undefined;
|