@seamapi/types 1.230.0 → 1.231.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 +4 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +10 -10
- package/lib/seam/connect/models/acs/acs-credential.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-credential.js +1 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/openapi.js +1 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +7 -7
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +1 -0
- package/src/lib/seam/connect/route-types.ts +7 -0
|
@@ -2327,7 +2327,7 @@ export interface Routes {
|
|
|
2327
2327
|
display_name: string;
|
|
2328
2328
|
code?: (string | undefined) | null;
|
|
2329
2329
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2330
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
2330
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2331
2331
|
external_type_display_name?: string | undefined;
|
|
2332
2332
|
created_at: string;
|
|
2333
2333
|
workspace_id: string;
|
|
@@ -2389,7 +2389,7 @@ export interface Routes {
|
|
|
2389
2389
|
display_name: string;
|
|
2390
2390
|
code?: (string | undefined) | null;
|
|
2391
2391
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2392
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
2392
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2393
2393
|
external_type_display_name?: string | undefined;
|
|
2394
2394
|
created_at: string;
|
|
2395
2395
|
workspace_id: string;
|
|
@@ -2445,7 +2445,7 @@ export interface Routes {
|
|
|
2445
2445
|
display_name: string;
|
|
2446
2446
|
code?: (string | undefined) | null;
|
|
2447
2447
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2448
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
2448
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2449
2449
|
external_type_display_name?: string | undefined;
|
|
2450
2450
|
created_at: string;
|
|
2451
2451
|
workspace_id: string;
|
|
@@ -2501,7 +2501,7 @@ export interface Routes {
|
|
|
2501
2501
|
display_name: string;
|
|
2502
2502
|
code?: (string | undefined) | null;
|
|
2503
2503
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2504
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
2504
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2505
2505
|
external_type_display_name?: string | undefined;
|
|
2506
2506
|
created_at: string;
|
|
2507
2507
|
workspace_id: string;
|
|
@@ -2583,7 +2583,7 @@ export interface Routes {
|
|
|
2583
2583
|
display_name: string;
|
|
2584
2584
|
code?: (string | undefined) | null;
|
|
2585
2585
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2586
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
2586
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2587
2587
|
external_type_display_name?: string | undefined;
|
|
2588
2588
|
created_at: string;
|
|
2589
2589
|
workspace_id: string;
|
|
@@ -2630,7 +2630,7 @@ export interface Routes {
|
|
|
2630
2630
|
display_name: string;
|
|
2631
2631
|
code?: (string | undefined) | null;
|
|
2632
2632
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2633
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
2633
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2634
2634
|
external_type_display_name?: string | undefined;
|
|
2635
2635
|
created_at: string;
|
|
2636
2636
|
workspace_id: string;
|
|
@@ -2761,7 +2761,7 @@ export interface Routes {
|
|
|
2761
2761
|
display_name: string;
|
|
2762
2762
|
code?: (string | undefined) | null;
|
|
2763
2763
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2764
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
2764
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2765
2765
|
external_type_display_name?: string | undefined;
|
|
2766
2766
|
created_at: string;
|
|
2767
2767
|
workspace_id: string;
|
package/package.json
CHANGED
|
@@ -2582,6 +2582,7 @@ export interface Routes {
|
|
|
2582
2582
|
| 'brivo_credential'
|
|
2583
2583
|
| 'hid_credential'
|
|
2584
2584
|
| 'visionline_card'
|
|
2585
|
+
| 'salto_ks_credential'
|
|
2585
2586
|
)
|
|
2586
2587
|
| undefined
|
|
2587
2588
|
external_type_display_name?: string | undefined
|
|
@@ -2657,6 +2658,7 @@ export interface Routes {
|
|
|
2657
2658
|
| 'brivo_credential'
|
|
2658
2659
|
| 'hid_credential'
|
|
2659
2660
|
| 'visionline_card'
|
|
2661
|
+
| 'salto_ks_credential'
|
|
2660
2662
|
)
|
|
2661
2663
|
| undefined
|
|
2662
2664
|
external_type_display_name?: string | undefined
|
|
@@ -2722,6 +2724,7 @@ export interface Routes {
|
|
|
2722
2724
|
| 'brivo_credential'
|
|
2723
2725
|
| 'hid_credential'
|
|
2724
2726
|
| 'visionline_card'
|
|
2727
|
+
| 'salto_ks_credential'
|
|
2725
2728
|
)
|
|
2726
2729
|
| undefined
|
|
2727
2730
|
external_type_display_name?: string | undefined
|
|
@@ -2792,6 +2795,7 @@ export interface Routes {
|
|
|
2792
2795
|
| 'brivo_credential'
|
|
2793
2796
|
| 'hid_credential'
|
|
2794
2797
|
| 'visionline_card'
|
|
2798
|
+
| 'salto_ks_credential'
|
|
2795
2799
|
)
|
|
2796
2800
|
| undefined
|
|
2797
2801
|
external_type_display_name?: string | undefined
|
|
@@ -2894,6 +2898,7 @@ export interface Routes {
|
|
|
2894
2898
|
| 'brivo_credential'
|
|
2895
2899
|
| 'hid_credential'
|
|
2896
2900
|
| 'visionline_card'
|
|
2901
|
+
| 'salto_ks_credential'
|
|
2897
2902
|
)
|
|
2898
2903
|
| undefined
|
|
2899
2904
|
external_type_display_name?: string | undefined
|
|
@@ -2950,6 +2955,7 @@ export interface Routes {
|
|
|
2950
2955
|
| 'brivo_credential'
|
|
2951
2956
|
| 'hid_credential'
|
|
2952
2957
|
| 'visionline_card'
|
|
2958
|
+
| 'salto_ks_credential'
|
|
2953
2959
|
)
|
|
2954
2960
|
| undefined
|
|
2955
2961
|
external_type_display_name?: string | undefined
|
|
@@ -3112,6 +3118,7 @@ export interface Routes {
|
|
|
3112
3118
|
| 'brivo_credential'
|
|
3113
3119
|
| 'hid_credential'
|
|
3114
3120
|
| 'visionline_card'
|
|
3121
|
+
| 'salto_ks_credential'
|
|
3115
3122
|
)
|
|
3116
3123
|
| undefined
|
|
3117
3124
|
external_type_display_name?: string | undefined
|