@seamapi/types 1.370.1 → 1.370.3
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 +27 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +115 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +32 -0
- package/lib/seam/connect/models/acs/acs-users/pending-modifications.d.ts +29 -0
- package/lib/seam/connect/models/acs/acs-users/pending-modifications.js +5 -0
- package/lib/seam/connect/models/acs/acs-users/pending-modifications.js.map +1 -1
- package/lib/seam/connect/models/devices/device-metadata.d.ts +7 -0
- package/lib/seam/connect/models/devices/device-metadata.js +1 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +9 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +7 -0
- package/lib/seam/connect/openapi.d.ts +33 -0
- package/lib/seam/connect/openapi.js +18 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +34 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-users/pending-modifications.ts +6 -0
- package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +18 -0
- package/src/lib/seam/connect/route-types.ts +41 -0
|
@@ -2347,13 +2347,16 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2347
2347
|
unlock_via_gateway: z.ZodBoolean;
|
|
2348
2348
|
lock_command: z.ZodBoolean;
|
|
2349
2349
|
incomplete_keyboard_passcode: z.ZodBoolean;
|
|
2350
|
+
wifi: z.ZodBoolean;
|
|
2350
2351
|
}, "strip", z.ZodTypeAny, {
|
|
2352
|
+
wifi: boolean;
|
|
2351
2353
|
passcode: boolean;
|
|
2352
2354
|
passcode_management: boolean;
|
|
2353
2355
|
unlock_via_gateway: boolean;
|
|
2354
2356
|
lock_command: boolean;
|
|
2355
2357
|
incomplete_keyboard_passcode: boolean;
|
|
2356
2358
|
}, {
|
|
2359
|
+
wifi: boolean;
|
|
2357
2360
|
passcode: boolean;
|
|
2358
2361
|
passcode_management: boolean;
|
|
2359
2362
|
unlock_via_gateway: boolean;
|
|
@@ -2376,6 +2379,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2376
2379
|
lock_alias: string;
|
|
2377
2380
|
feature_value: string;
|
|
2378
2381
|
features: {
|
|
2382
|
+
wifi: boolean;
|
|
2379
2383
|
passcode: boolean;
|
|
2380
2384
|
passcode_management: boolean;
|
|
2381
2385
|
unlock_via_gateway: boolean;
|
|
@@ -2392,6 +2396,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2392
2396
|
lock_alias: string;
|
|
2393
2397
|
feature_value: string;
|
|
2394
2398
|
features: {
|
|
2399
|
+
wifi: boolean;
|
|
2395
2400
|
passcode: boolean;
|
|
2396
2401
|
passcode_management: boolean;
|
|
2397
2402
|
unlock_via_gateway: boolean;
|
|
@@ -2789,6 +2794,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2789
2794
|
lock_alias: string;
|
|
2790
2795
|
feature_value: string;
|
|
2791
2796
|
features: {
|
|
2797
|
+
wifi: boolean;
|
|
2792
2798
|
passcode: boolean;
|
|
2793
2799
|
passcode_management: boolean;
|
|
2794
2800
|
unlock_via_gateway: boolean;
|
|
@@ -3016,6 +3022,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3016
3022
|
lock_alias: string;
|
|
3017
3023
|
feature_value: string;
|
|
3018
3024
|
features: {
|
|
3025
|
+
wifi: boolean;
|
|
3019
3026
|
passcode: boolean;
|
|
3020
3027
|
passcode_management: boolean;
|
|
3021
3028
|
unlock_via_gateway: boolean;
|
|
@@ -4458,6 +4465,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4458
4465
|
lock_alias: string;
|
|
4459
4466
|
feature_value: string;
|
|
4460
4467
|
features: {
|
|
4468
|
+
wifi: boolean;
|
|
4461
4469
|
passcode: boolean;
|
|
4462
4470
|
passcode_management: boolean;
|
|
4463
4471
|
unlock_via_gateway: boolean;
|
|
@@ -5019,6 +5027,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
5019
5027
|
lock_alias: string;
|
|
5020
5028
|
feature_value: string;
|
|
5021
5029
|
features: {
|
|
5030
|
+
wifi: boolean;
|
|
5022
5031
|
passcode: boolean;
|
|
5023
5032
|
passcode_management: boolean;
|
|
5024
5033
|
unlock_via_gateway: boolean;
|
|
@@ -626,13 +626,16 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
626
626
|
unlock_via_gateway: z.ZodBoolean;
|
|
627
627
|
lock_command: z.ZodBoolean;
|
|
628
628
|
incomplete_keyboard_passcode: z.ZodBoolean;
|
|
629
|
+
wifi: z.ZodBoolean;
|
|
629
630
|
}, "strip", z.ZodTypeAny, {
|
|
631
|
+
wifi: boolean;
|
|
630
632
|
passcode: boolean;
|
|
631
633
|
passcode_management: boolean;
|
|
632
634
|
unlock_via_gateway: boolean;
|
|
633
635
|
lock_command: boolean;
|
|
634
636
|
incomplete_keyboard_passcode: boolean;
|
|
635
637
|
}, {
|
|
638
|
+
wifi: boolean;
|
|
636
639
|
passcode: boolean;
|
|
637
640
|
passcode_management: boolean;
|
|
638
641
|
unlock_via_gateway: boolean;
|
|
@@ -655,6 +658,7 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
655
658
|
lock_alias: string;
|
|
656
659
|
feature_value: string;
|
|
657
660
|
features: {
|
|
661
|
+
wifi: boolean;
|
|
658
662
|
passcode: boolean;
|
|
659
663
|
passcode_management: boolean;
|
|
660
664
|
unlock_via_gateway: boolean;
|
|
@@ -671,6 +675,7 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
671
675
|
lock_alias: string;
|
|
672
676
|
feature_value: string;
|
|
673
677
|
features: {
|
|
678
|
+
wifi: boolean;
|
|
674
679
|
passcode: boolean;
|
|
675
680
|
passcode_management: boolean;
|
|
676
681
|
unlock_via_gateway: boolean;
|
|
@@ -1068,6 +1073,7 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1068
1073
|
lock_alias: string;
|
|
1069
1074
|
feature_value: string;
|
|
1070
1075
|
features: {
|
|
1076
|
+
wifi: boolean;
|
|
1071
1077
|
passcode: boolean;
|
|
1072
1078
|
passcode_management: boolean;
|
|
1073
1079
|
unlock_via_gateway: boolean;
|
|
@@ -1295,6 +1301,7 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1295
1301
|
lock_alias: string;
|
|
1296
1302
|
feature_value: string;
|
|
1297
1303
|
features: {
|
|
1304
|
+
wifi: boolean;
|
|
1298
1305
|
passcode: boolean;
|
|
1299
1306
|
passcode_management: boolean;
|
|
1300
1307
|
unlock_via_gateway: boolean;
|
|
@@ -1188,6 +1188,21 @@ declare const _default: {
|
|
|
1188
1188
|
propertyName: string;
|
|
1189
1189
|
};
|
|
1190
1190
|
oneOf: ({
|
|
1191
|
+
properties: {
|
|
1192
|
+
created_at: {
|
|
1193
|
+
format: string;
|
|
1194
|
+
type: string;
|
|
1195
|
+
};
|
|
1196
|
+
modification_code: {
|
|
1197
|
+
enum: string[];
|
|
1198
|
+
type: string;
|
|
1199
|
+
};
|
|
1200
|
+
modified_from?: never;
|
|
1201
|
+
modified_to?: never;
|
|
1202
|
+
};
|
|
1203
|
+
required: string[];
|
|
1204
|
+
type: string;
|
|
1205
|
+
} | {
|
|
1191
1206
|
properties: {
|
|
1192
1207
|
created_at: {
|
|
1193
1208
|
format: string;
|
|
@@ -4039,6 +4054,9 @@ declare const _default: {
|
|
|
4039
4054
|
unlock_via_gateway: {
|
|
4040
4055
|
type: string;
|
|
4041
4056
|
};
|
|
4057
|
+
wifi: {
|
|
4058
|
+
type: string;
|
|
4059
|
+
};
|
|
4042
4060
|
};
|
|
4043
4061
|
required: string[];
|
|
4044
4062
|
type: string;
|
|
@@ -8427,6 +8445,21 @@ declare const _default: {
|
|
|
8427
8445
|
propertyName: string;
|
|
8428
8446
|
};
|
|
8429
8447
|
oneOf: ({
|
|
8448
|
+
properties: {
|
|
8449
|
+
created_at: {
|
|
8450
|
+
format: string;
|
|
8451
|
+
type: string;
|
|
8452
|
+
};
|
|
8453
|
+
modification_code: {
|
|
8454
|
+
enum: string[];
|
|
8455
|
+
type: string;
|
|
8456
|
+
};
|
|
8457
|
+
modified_from?: never;
|
|
8458
|
+
modified_to?: never;
|
|
8459
|
+
};
|
|
8460
|
+
required: string[];
|
|
8461
|
+
type: string;
|
|
8462
|
+
} | {
|
|
8430
8463
|
properties: {
|
|
8431
8464
|
created_at: {
|
|
8432
8465
|
format: string;
|
|
@@ -2196,6 +2196,14 @@ export default {
|
|
|
2196
2196
|
items: {
|
|
2197
2197
|
discriminator: { propertyName: 'modification_code' },
|
|
2198
2198
|
oneOf: [
|
|
2199
|
+
{
|
|
2200
|
+
properties: {
|
|
2201
|
+
created_at: { format: 'date-time', type: 'string' },
|
|
2202
|
+
modification_code: { enum: ['create'], type: 'string' },
|
|
2203
|
+
},
|
|
2204
|
+
required: ['created_at', 'modification_code'],
|
|
2205
|
+
type: 'object',
|
|
2206
|
+
},
|
|
2199
2207
|
{
|
|
2200
2208
|
properties: {
|
|
2201
2209
|
created_at: { format: 'date-time', type: 'string' },
|
|
@@ -6844,6 +6852,7 @@ export default {
|
|
|
6844
6852
|
passcode: { type: 'boolean' },
|
|
6845
6853
|
passcode_management: { type: 'boolean' },
|
|
6846
6854
|
unlock_via_gateway: { type: 'boolean' },
|
|
6855
|
+
wifi: { type: 'boolean' },
|
|
6847
6856
|
},
|
|
6848
6857
|
required: [
|
|
6849
6858
|
'passcode',
|
|
@@ -6851,6 +6860,7 @@ export default {
|
|
|
6851
6860
|
'unlock_via_gateway',
|
|
6852
6861
|
'lock_command',
|
|
6853
6862
|
'incomplete_keyboard_passcode',
|
|
6863
|
+
'wifi',
|
|
6854
6864
|
],
|
|
6855
6865
|
type: 'object',
|
|
6856
6866
|
},
|
|
@@ -13749,6 +13759,14 @@ export default {
|
|
|
13749
13759
|
items: {
|
|
13750
13760
|
discriminator: { propertyName: 'modification_code' },
|
|
13751
13761
|
oneOf: [
|
|
13762
|
+
{
|
|
13763
|
+
properties: {
|
|
13764
|
+
created_at: { format: 'date-time', type: 'string' },
|
|
13765
|
+
modification_code: { enum: ['create'], type: 'string' },
|
|
13766
|
+
},
|
|
13767
|
+
required: ['created_at', 'modification_code'],
|
|
13768
|
+
type: 'object',
|
|
13769
|
+
},
|
|
13752
13770
|
{
|
|
13753
13771
|
properties: {
|
|
13754
13772
|
created_at: { format: 'date-time', type: 'string' },
|