@seamapi/types 1.256.0 → 1.257.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 +5 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +32 -0
- package/lib/seam/connect/models/acs/acs-credential.d.ts +10 -0
- package/lib/seam/connect/models/acs/metadata/visionline.d.ts +3 -0
- package/lib/seam/connect/models/acs/metadata/visionline.js +1 -0
- package/lib/seam/connect/models/acs/metadata/visionline.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +12 -0
- package/lib/seam/connect/openapi.js +4 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +10 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/metadata/visionline.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +4 -0
- package/src/lib/seam/connect/route-types.ts +10 -0
|
@@ -2810,6 +2810,7 @@ export interface Routes {
|
|
|
2810
2810
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
2811
2811
|
common_acs_entrance_ids?: string[] | undefined;
|
|
2812
2812
|
is_valid?: boolean | undefined;
|
|
2813
|
+
auto_join?: boolean | undefined;
|
|
2813
2814
|
card_id?: string | undefined;
|
|
2814
2815
|
credential_id?: string | undefined;
|
|
2815
2816
|
} | undefined;
|
|
@@ -2837,6 +2838,7 @@ export interface Routes {
|
|
|
2837
2838
|
* @deprecated use override. */
|
|
2838
2839
|
is_override_key?: boolean | undefined;
|
|
2839
2840
|
override?: boolean | undefined;
|
|
2841
|
+
auto_join?: boolean | undefined;
|
|
2840
2842
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
2841
2843
|
} | undefined;
|
|
2842
2844
|
starts_at?: string | undefined;
|
|
@@ -2879,6 +2881,7 @@ export interface Routes {
|
|
|
2879
2881
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
2880
2882
|
common_acs_entrance_ids?: string[] | undefined;
|
|
2881
2883
|
is_valid?: boolean | undefined;
|
|
2884
|
+
auto_join?: boolean | undefined;
|
|
2882
2885
|
card_id?: string | undefined;
|
|
2883
2886
|
credential_id?: string | undefined;
|
|
2884
2887
|
} | undefined;
|
|
@@ -2942,6 +2945,7 @@ export interface Routes {
|
|
|
2942
2945
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
2943
2946
|
common_acs_entrance_ids?: string[] | undefined;
|
|
2944
2947
|
is_valid?: boolean | undefined;
|
|
2948
|
+
auto_join?: boolean | undefined;
|
|
2945
2949
|
card_id?: string | undefined;
|
|
2946
2950
|
credential_id?: string | undefined;
|
|
2947
2951
|
} | undefined;
|
|
@@ -3005,6 +3009,7 @@ export interface Routes {
|
|
|
3005
3009
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
3006
3010
|
common_acs_entrance_ids?: string[] | undefined;
|
|
3007
3011
|
is_valid?: boolean | undefined;
|
|
3012
|
+
auto_join?: boolean | undefined;
|
|
3008
3013
|
card_id?: string | undefined;
|
|
3009
3014
|
credential_id?: string | undefined;
|
|
3010
3015
|
} | undefined;
|
|
@@ -3104,6 +3109,7 @@ export interface Routes {
|
|
|
3104
3109
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
3105
3110
|
common_acs_entrance_ids?: string[] | undefined;
|
|
3106
3111
|
is_valid?: boolean | undefined;
|
|
3112
|
+
auto_join?: boolean | undefined;
|
|
3107
3113
|
card_id?: string | undefined;
|
|
3108
3114
|
credential_id?: string | undefined;
|
|
3109
3115
|
} | undefined;
|
|
@@ -3156,6 +3162,7 @@ export interface Routes {
|
|
|
3156
3162
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
3157
3163
|
common_acs_entrance_ids?: string[] | undefined;
|
|
3158
3164
|
is_valid?: boolean | undefined;
|
|
3165
|
+
auto_join?: boolean | undefined;
|
|
3159
3166
|
card_id?: string | undefined;
|
|
3160
3167
|
credential_id?: string | undefined;
|
|
3161
3168
|
} | undefined;
|
|
@@ -3215,6 +3222,7 @@ export interface Routes {
|
|
|
3215
3222
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
3216
3223
|
common_acs_entrance_ids?: string[] | undefined;
|
|
3217
3224
|
is_valid?: boolean | undefined;
|
|
3225
|
+
auto_join?: boolean | undefined;
|
|
3218
3226
|
card_id?: string | undefined;
|
|
3219
3227
|
credential_id?: string | undefined;
|
|
3220
3228
|
} | undefined;
|
|
@@ -3269,6 +3277,7 @@ export interface Routes {
|
|
|
3269
3277
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
3270
3278
|
common_acs_entrance_ids?: string[] | undefined;
|
|
3271
3279
|
is_valid?: boolean | undefined;
|
|
3280
|
+
auto_join?: boolean | undefined;
|
|
3272
3281
|
card_id?: string | undefined;
|
|
3273
3282
|
credential_id?: string | undefined;
|
|
3274
3283
|
} | undefined;
|
|
@@ -4343,6 +4352,7 @@ export interface Routes {
|
|
|
4343
4352
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
4344
4353
|
common_acs_entrance_ids?: string[] | undefined;
|
|
4345
4354
|
is_valid?: boolean | undefined;
|
|
4355
|
+
auto_join?: boolean | undefined;
|
|
4346
4356
|
card_id?: string | undefined;
|
|
4347
4357
|
credential_id?: string | undefined;
|
|
4348
4358
|
} | undefined;
|
package/package.json
CHANGED
|
@@ -25,6 +25,7 @@ export const acs_credential_visionline_metadata = z.object({
|
|
|
25
25
|
guest_acs_entrance_ids: z.array(z.string().uuid()).optional(),
|
|
26
26
|
common_acs_entrance_ids: z.array(z.string().uuid()).optional(),
|
|
27
27
|
is_valid: z.boolean().optional(),
|
|
28
|
+
auto_join: z.boolean().optional(),
|
|
28
29
|
card_id: z.string().optional(),
|
|
29
30
|
credential_id: z.string().optional(),
|
|
30
31
|
})
|
|
@@ -286,6 +286,7 @@ export default {
|
|
|
286
286
|
starts_at: { type: 'string' },
|
|
287
287
|
visionline_metadata: {
|
|
288
288
|
properties: {
|
|
289
|
+
auto_join: { type: 'boolean' },
|
|
289
290
|
card_function_type: { enum: ['guest', 'staff'], type: 'string' },
|
|
290
291
|
card_id: { type: 'string' },
|
|
291
292
|
common_acs_entrance_ids: {
|
|
@@ -6650,6 +6651,7 @@ export default {
|
|
|
6650
6651
|
format: 'uuid',
|
|
6651
6652
|
type: 'string',
|
|
6652
6653
|
},
|
|
6654
|
+
auto_join: { type: 'boolean' },
|
|
6653
6655
|
card_format: {
|
|
6654
6656
|
enum: ['TLCode', 'rfid48'],
|
|
6655
6657
|
type: 'string',
|
|
@@ -7122,6 +7124,7 @@ export default {
|
|
|
7122
7124
|
starts_at: { type: 'string' },
|
|
7123
7125
|
visionline_metadata: {
|
|
7124
7126
|
properties: {
|
|
7127
|
+
auto_join: { type: 'boolean' },
|
|
7125
7128
|
card_function_type: {
|
|
7126
7129
|
enum: ['guest', 'staff'],
|
|
7127
7130
|
type: 'string',
|
|
@@ -7306,6 +7309,7 @@ export default {
|
|
|
7306
7309
|
starts_at: { type: 'string' },
|
|
7307
7310
|
visionline_metadata: {
|
|
7308
7311
|
properties: {
|
|
7312
|
+
auto_join: { type: 'boolean' },
|
|
7309
7313
|
card_function_type: {
|
|
7310
7314
|
enum: ['guest', 'staff'],
|
|
7311
7315
|
type: 'string',
|
|
@@ -3131,6 +3131,7 @@ export interface Routes {
|
|
|
3131
3131
|
guest_acs_entrance_ids?: string[] | undefined
|
|
3132
3132
|
common_acs_entrance_ids?: string[] | undefined
|
|
3133
3133
|
is_valid?: boolean | undefined
|
|
3134
|
+
auto_join?: boolean | undefined
|
|
3134
3135
|
card_id?: string | undefined
|
|
3135
3136
|
credential_id?: string | undefined
|
|
3136
3137
|
}
|
|
@@ -3162,6 +3163,7 @@ export interface Routes {
|
|
|
3162
3163
|
* @deprecated use override. */
|
|
3163
3164
|
is_override_key?: boolean | undefined
|
|
3164
3165
|
override?: boolean | undefined
|
|
3166
|
+
auto_join?: boolean | undefined
|
|
3165
3167
|
joiner_acs_credential_ids?: string[] | undefined
|
|
3166
3168
|
}
|
|
3167
3169
|
| undefined
|
|
@@ -3214,6 +3216,7 @@ export interface Routes {
|
|
|
3214
3216
|
guest_acs_entrance_ids?: string[] | undefined
|
|
3215
3217
|
common_acs_entrance_ids?: string[] | undefined
|
|
3216
3218
|
is_valid?: boolean | undefined
|
|
3219
|
+
auto_join?: boolean | undefined
|
|
3217
3220
|
card_id?: string | undefined
|
|
3218
3221
|
credential_id?: string | undefined
|
|
3219
3222
|
}
|
|
@@ -3287,6 +3290,7 @@ export interface Routes {
|
|
|
3287
3290
|
guest_acs_entrance_ids?: string[] | undefined
|
|
3288
3291
|
common_acs_entrance_ids?: string[] | undefined
|
|
3289
3292
|
is_valid?: boolean | undefined
|
|
3293
|
+
auto_join?: boolean | undefined
|
|
3290
3294
|
card_id?: string | undefined
|
|
3291
3295
|
credential_id?: string | undefined
|
|
3292
3296
|
}
|
|
@@ -3365,6 +3369,7 @@ export interface Routes {
|
|
|
3365
3369
|
guest_acs_entrance_ids?: string[] | undefined
|
|
3366
3370
|
common_acs_entrance_ids?: string[] | undefined
|
|
3367
3371
|
is_valid?: boolean | undefined
|
|
3372
|
+
auto_join?: boolean | undefined
|
|
3368
3373
|
card_id?: string | undefined
|
|
3369
3374
|
credential_id?: string | undefined
|
|
3370
3375
|
}
|
|
@@ -3487,6 +3492,7 @@ export interface Routes {
|
|
|
3487
3492
|
guest_acs_entrance_ids?: string[] | undefined
|
|
3488
3493
|
common_acs_entrance_ids?: string[] | undefined
|
|
3489
3494
|
is_valid?: boolean | undefined
|
|
3495
|
+
auto_join?: boolean | undefined
|
|
3490
3496
|
card_id?: string | undefined
|
|
3491
3497
|
credential_id?: string | undefined
|
|
3492
3498
|
}
|
|
@@ -3549,6 +3555,7 @@ export interface Routes {
|
|
|
3549
3555
|
guest_acs_entrance_ids?: string[] | undefined
|
|
3550
3556
|
common_acs_entrance_ids?: string[] | undefined
|
|
3551
3557
|
is_valid?: boolean | undefined
|
|
3558
|
+
auto_join?: boolean | undefined
|
|
3552
3559
|
card_id?: string | undefined
|
|
3553
3560
|
credential_id?: string | undefined
|
|
3554
3561
|
}
|
|
@@ -3622,6 +3629,7 @@ export interface Routes {
|
|
|
3622
3629
|
guest_acs_entrance_ids?: string[] | undefined
|
|
3623
3630
|
common_acs_entrance_ids?: string[] | undefined
|
|
3624
3631
|
is_valid?: boolean | undefined
|
|
3632
|
+
auto_join?: boolean | undefined
|
|
3625
3633
|
card_id?: string | undefined
|
|
3626
3634
|
credential_id?: string | undefined
|
|
3627
3635
|
}
|
|
@@ -3686,6 +3694,7 @@ export interface Routes {
|
|
|
3686
3694
|
guest_acs_entrance_ids?: string[] | undefined
|
|
3687
3695
|
common_acs_entrance_ids?: string[] | undefined
|
|
3688
3696
|
is_valid?: boolean | undefined
|
|
3697
|
+
auto_join?: boolean | undefined
|
|
3689
3698
|
card_id?: string | undefined
|
|
3690
3699
|
credential_id?: string | undefined
|
|
3691
3700
|
}
|
|
@@ -4908,6 +4917,7 @@ export interface Routes {
|
|
|
4908
4917
|
guest_acs_entrance_ids?: string[] | undefined
|
|
4909
4918
|
common_acs_entrance_ids?: string[] | undefined
|
|
4910
4919
|
is_valid?: boolean | undefined
|
|
4920
|
+
auto_join?: boolean | undefined
|
|
4911
4921
|
card_id?: string | undefined
|
|
4912
4922
|
credential_id?: string | undefined
|
|
4913
4923
|
}
|