@seamapi/types 1.88.0 → 1.89.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 +2 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +23 -0
- package/lib/seam/connect/openapi.d.ts +12 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +11 -0
- package/lib/seam/connect/unstable/models/capability-properties/access-code.d.ts +3 -0
- package/lib/seam/connect/unstable/models/capability-properties/access-code.js +3 -0
- package/lib/seam/connect/unstable/models/capability-properties/access-code.js.map +1 -1
- package/lib/seam/connect/unstable/models/capability-properties/index.d.ts +3 -0
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +7 -0
- package/lib/seam/connect/unstable/models/devices/phone.d.ts +7 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +4 -0
- package/src/lib/seam/connect/route-types.ts +33 -0
- package/src/lib/seam/connect/unstable/models/capability-properties/access-code.ts +3 -0
package/dist/connect.d.cts
CHANGED
|
@@ -1469,6 +1469,12 @@ declare const _default: {
|
|
|
1469
1469
|
} | {
|
|
1470
1470
|
allOf: ({
|
|
1471
1471
|
properties: {
|
|
1472
|
+
_experimental_supported_code_from_access_codes_lengths: {
|
|
1473
|
+
items: {
|
|
1474
|
+
type: string;
|
|
1475
|
+
};
|
|
1476
|
+
type: string;
|
|
1477
|
+
};
|
|
1472
1478
|
code_constraints: {
|
|
1473
1479
|
items: {
|
|
1474
1480
|
oneOf: ({
|
|
@@ -3064,6 +3070,12 @@ declare const _default: {
|
|
|
3064
3070
|
} | {
|
|
3065
3071
|
allOf: ({
|
|
3066
3072
|
properties: {
|
|
3073
|
+
_experimental_supported_code_from_access_codes_lengths: {
|
|
3074
|
+
items: {
|
|
3075
|
+
type: string;
|
|
3076
|
+
};
|
|
3077
|
+
type: string;
|
|
3078
|
+
};
|
|
3067
3079
|
code_constraints: {
|
|
3068
3080
|
items: {
|
|
3069
3081
|
oneOf: ({
|
|
@@ -18863,6 +18875,7 @@ interface Routes {
|
|
|
18863
18875
|
device_info_model: string;
|
|
18864
18876
|
} | undefined;
|
|
18865
18877
|
}) & ({
|
|
18878
|
+
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
18866
18879
|
code_constraints?: (Array<{
|
|
18867
18880
|
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
|
|
18868
18881
|
} | {
|
|
@@ -19338,6 +19351,7 @@ interface Routes {
|
|
|
19338
19351
|
device_info_model: string;
|
|
19339
19352
|
} | undefined;
|
|
19340
19353
|
}) & ({
|
|
19354
|
+
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
19341
19355
|
code_constraints?: (Array<{
|
|
19342
19356
|
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
|
|
19343
19357
|
} | {
|
|
@@ -20132,6 +20146,7 @@ interface Routes {
|
|
|
20132
20146
|
device_info_model: string;
|
|
20133
20147
|
} | undefined;
|
|
20134
20148
|
}) & ({
|
|
20149
|
+
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
20135
20150
|
code_constraints?: (Array<{
|
|
20136
20151
|
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
|
|
20137
20152
|
} | {
|
|
@@ -20584,6 +20599,7 @@ interface Routes {
|
|
|
20584
20599
|
device_info_model: string;
|
|
20585
20600
|
} | undefined;
|
|
20586
20601
|
}) & ({
|
|
20602
|
+
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
20587
20603
|
code_constraints?: (Array<{
|
|
20588
20604
|
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
|
|
20589
20605
|
} | {
|
|
@@ -21059,6 +21075,7 @@ interface Routes {
|
|
|
21059
21075
|
device_info_model: string;
|
|
21060
21076
|
} | undefined;
|
|
21061
21077
|
}) & ({
|
|
21078
|
+
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
21062
21079
|
code_constraints?: (Array<{
|
|
21063
21080
|
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
|
|
21064
21081
|
} | {
|
|
@@ -21511,6 +21528,7 @@ interface Routes {
|
|
|
21511
21528
|
device_info_model: string;
|
|
21512
21529
|
} | undefined;
|
|
21513
21530
|
}) & ({
|
|
21531
|
+
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
21514
21532
|
code_constraints?: (Array<{
|
|
21515
21533
|
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
|
|
21516
21534
|
} | {
|
|
@@ -22258,6 +22276,7 @@ interface Routes {
|
|
|
22258
22276
|
device_info_model: string;
|
|
22259
22277
|
} | undefined;
|
|
22260
22278
|
}) & ({
|
|
22279
|
+
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
22261
22280
|
code_constraints?: (Array<{
|
|
22262
22281
|
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
|
|
22263
22282
|
} | {
|
|
@@ -22742,6 +22761,7 @@ interface Routes {
|
|
|
22742
22761
|
device_info_model: string;
|
|
22743
22762
|
} | undefined;
|
|
22744
22763
|
}) & ({
|
|
22764
|
+
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
22745
22765
|
code_constraints?: (Array<{
|
|
22746
22766
|
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
|
|
22747
22767
|
} | {
|
|
@@ -23387,6 +23407,7 @@ interface Routes {
|
|
|
23387
23407
|
device_info_model: string;
|
|
23388
23408
|
} | undefined;
|
|
23389
23409
|
}) & ({
|
|
23410
|
+
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
23390
23411
|
code_constraints?: (Array<{
|
|
23391
23412
|
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
|
|
23392
23413
|
} | {
|
|
@@ -23892,6 +23913,7 @@ interface Routes {
|
|
|
23892
23913
|
device_info_model: string;
|
|
23893
23914
|
} | undefined;
|
|
23894
23915
|
}) & ({
|
|
23916
|
+
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
23895
23917
|
code_constraints?: (Array<{
|
|
23896
23918
|
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
|
|
23897
23919
|
} | {
|
|
@@ -24558,6 +24580,7 @@ interface Routes {
|
|
|
24558
24580
|
device_info_model: string;
|
|
24559
24581
|
} | undefined;
|
|
24560
24582
|
}) & ({
|
|
24583
|
+
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
24561
24584
|
code_constraints?: (Array<{
|
|
24562
24585
|
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future';
|
|
24563
24586
|
} | {
|
|
@@ -1395,6 +1395,12 @@ declare const _default: {
|
|
|
1395
1395
|
} | {
|
|
1396
1396
|
allOf: ({
|
|
1397
1397
|
properties: {
|
|
1398
|
+
_experimental_supported_code_from_access_codes_lengths: {
|
|
1399
|
+
items: {
|
|
1400
|
+
type: string;
|
|
1401
|
+
};
|
|
1402
|
+
type: string;
|
|
1403
|
+
};
|
|
1398
1404
|
code_constraints: {
|
|
1399
1405
|
items: {
|
|
1400
1406
|
oneOf: ({
|
|
@@ -2990,6 +2996,12 @@ declare const _default: {
|
|
|
2990
2996
|
} | {
|
|
2991
2997
|
allOf: ({
|
|
2992
2998
|
properties: {
|
|
2999
|
+
_experimental_supported_code_from_access_codes_lengths: {
|
|
3000
|
+
items: {
|
|
3001
|
+
type: string;
|
|
3002
|
+
};
|
|
3003
|
+
type: string;
|
|
3004
|
+
};
|
|
2993
3005
|
code_constraints: {
|
|
2994
3006
|
items: {
|
|
2995
3007
|
oneOf: ({
|
|
@@ -1116,6 +1116,7 @@ export default {
|
|
|
1116
1116
|
allOf: [
|
|
1117
1117
|
{
|
|
1118
1118
|
properties: {
|
|
1119
|
+
_experimental_supported_code_from_access_codes_lengths: { items: { type: 'number' }, type: 'array' },
|
|
1119
1120
|
code_constraints: {
|
|
1120
1121
|
items: {
|
|
1121
1122
|
oneOf: [
|
|
@@ -2398,6 +2399,7 @@ export default {
|
|
|
2398
2399
|
allOf: [
|
|
2399
2400
|
{
|
|
2400
2401
|
properties: {
|
|
2402
|
+
_experimental_supported_code_from_access_codes_lengths: { items: { type: 'number' }, type: 'array' },
|
|
2401
2403
|
code_constraints: {
|
|
2402
2404
|
items: {
|
|
2403
2405
|
oneOf: [
|