@seamapi/types 1.1070.0 → 1.1072.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/lib/seam/connect/models/access-codes/pending-mutations.d.ts +0 -48
- package/lib/seam/connect/models/access-codes/pending-mutations.js +3 -17
- package/lib/seam/connect/models/access-codes/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/devices/capability-properties/access-code.d.ts +0 -3
- package/lib/seam/connect/models/devices/capability-properties/access-code.js +0 -8
- package/lib/seam/connect/models/devices/capability-properties/access-code.js.map +1 -1
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +0 -3
- package/lib/seam/connect/models/devices/device-metadata.d.ts +0 -5
- package/lib/seam/connect/models/devices/device-metadata.js +0 -5
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +0 -23
- package/lib/seam/connect/models/devices/device.js +0 -6
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +0 -8
- package/lib/seam/connect/openapi.js +0 -9
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -68
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/pending-mutations.ts +3 -18
- package/src/lib/seam/connect/models/devices/capability-properties/access-code.ts +0 -8
- package/src/lib/seam/connect/models/devices/device-metadata.ts +0 -6
- package/src/lib/seam/connect/models/devices/device.ts +0 -6
- package/src/lib/seam/connect/openapi.ts +0 -10
- package/src/lib/seam/connect/route-types.ts +0 -85
|
@@ -14925,8 +14925,6 @@ export type Routes = {
|
|
|
14925
14925
|
gadget_id?: (string | undefined) | undefined
|
|
14926
14926
|
/** Product name for an Akiles device. */
|
|
14927
14927
|
product_name?: (string | undefined) | undefined
|
|
14928
|
-
/** Group ID to which to add users for an Akiles device. */
|
|
14929
|
-
_member_group_id?: (string | undefined) | undefined
|
|
14930
14928
|
}
|
|
14931
14929
|
| undefined
|
|
14932
14930
|
/** Metadata for an ASSA ABLOY Vostio system. */
|
|
@@ -15124,9 +15122,6 @@ export type Routes = {
|
|
|
15124
15122
|
| undefined
|
|
15125
15123
|
}) &
|
|
15126
15124
|
({
|
|
15127
|
-
/** */
|
|
15128
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
15129
|
-
(number[] | undefined) | undefined
|
|
15130
15125
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
15131
15126
|
code_constraints?:
|
|
15132
15127
|
| (
|
|
@@ -23436,8 +23431,6 @@ export type Routes = {
|
|
|
23436
23431
|
gadget_id?: (string | undefined) | undefined
|
|
23437
23432
|
/** Product name for an Akiles device. */
|
|
23438
23433
|
product_name?: (string | undefined) | undefined
|
|
23439
|
-
/** Group ID to which to add users for an Akiles device. */
|
|
23440
|
-
_member_group_id?: (string | undefined) | undefined
|
|
23441
23434
|
}
|
|
23442
23435
|
| undefined
|
|
23443
23436
|
/** Metadata for an ASSA ABLOY Vostio system. */
|
|
@@ -23635,9 +23628,6 @@ export type Routes = {
|
|
|
23635
23628
|
| undefined
|
|
23636
23629
|
}) &
|
|
23637
23630
|
({
|
|
23638
|
-
/** */
|
|
23639
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
23640
|
-
(number[] | undefined) | undefined
|
|
23641
23631
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
23642
23632
|
code_constraints?:
|
|
23643
23633
|
| (
|
|
@@ -51777,8 +51767,6 @@ export type Routes = {
|
|
|
51777
51767
|
gadget_id?: (string | undefined) | undefined
|
|
51778
51768
|
/** Product name for an Akiles device. */
|
|
51779
51769
|
product_name?: (string | undefined) | undefined
|
|
51780
|
-
/** Group ID to which to add users for an Akiles device. */
|
|
51781
|
-
_member_group_id?: (string | undefined) | undefined
|
|
51782
51770
|
}
|
|
51783
51771
|
| undefined
|
|
51784
51772
|
/** Metadata for an ASSA ABLOY Vostio system. */
|
|
@@ -51967,9 +51955,6 @@ export type Routes = {
|
|
|
51967
51955
|
| undefined
|
|
51968
51956
|
}) &
|
|
51969
51957
|
({
|
|
51970
|
-
/** */
|
|
51971
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
51972
|
-
(number[] | undefined) | undefined
|
|
51973
51958
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
51974
51959
|
code_constraints?:
|
|
51975
51960
|
| (
|
|
@@ -53920,8 +53905,6 @@ export type Routes = {
|
|
|
53920
53905
|
gadget_id?: (string | undefined) | undefined
|
|
53921
53906
|
/** Product name for an Akiles device. */
|
|
53922
53907
|
product_name?: (string | undefined) | undefined
|
|
53923
|
-
/** Group ID to which to add users for an Akiles device. */
|
|
53924
|
-
_member_group_id?: (string | undefined) | undefined
|
|
53925
53908
|
}
|
|
53926
53909
|
| undefined
|
|
53927
53910
|
/** Metadata for an ASSA ABLOY Vostio system. */
|
|
@@ -54110,9 +54093,6 @@ export type Routes = {
|
|
|
54110
54093
|
| undefined
|
|
54111
54094
|
}) &
|
|
54112
54095
|
({
|
|
54113
|
-
/** */
|
|
54114
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
54115
|
-
(number[] | undefined) | undefined
|
|
54116
54096
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
54117
54097
|
code_constraints?:
|
|
54118
54098
|
| (
|
|
@@ -69425,8 +69405,6 @@ export type Routes = {
|
|
|
69425
69405
|
gadget_id?: (string | undefined) | undefined
|
|
69426
69406
|
/** Product name for an Akiles device. */
|
|
69427
69407
|
product_name?: (string | undefined) | undefined
|
|
69428
|
-
/** Group ID to which to add users for an Akiles device. */
|
|
69429
|
-
_member_group_id?: (string | undefined) | undefined
|
|
69430
69408
|
}
|
|
69431
69409
|
| undefined
|
|
69432
69410
|
/** Metadata for an ASSA ABLOY Vostio system. */
|
|
@@ -69615,9 +69593,6 @@ export type Routes = {
|
|
|
69615
69593
|
| undefined
|
|
69616
69594
|
}) &
|
|
69617
69595
|
({
|
|
69618
|
-
/** */
|
|
69619
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
69620
|
-
(number[] | undefined) | undefined
|
|
69621
69596
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
69622
69597
|
code_constraints?:
|
|
69623
69598
|
| (
|
|
@@ -71318,8 +71293,6 @@ export type Routes = {
|
|
|
71318
71293
|
gadget_id?: (string | undefined) | undefined
|
|
71319
71294
|
/** Product name for an Akiles device. */
|
|
71320
71295
|
product_name?: (string | undefined) | undefined
|
|
71321
|
-
/** Group ID to which to add users for an Akiles device. */
|
|
71322
|
-
_member_group_id?: (string | undefined) | undefined
|
|
71323
71296
|
}
|
|
71324
71297
|
| undefined
|
|
71325
71298
|
/** Metadata for an ASSA ABLOY Vostio system. */
|
|
@@ -71508,9 +71481,6 @@ export type Routes = {
|
|
|
71508
71481
|
| undefined
|
|
71509
71482
|
}) &
|
|
71510
71483
|
({
|
|
71511
|
-
/** */
|
|
71512
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
71513
|
-
(number[] | undefined) | undefined
|
|
71514
71484
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
71515
71485
|
code_constraints?:
|
|
71516
71486
|
| (
|
|
@@ -73339,8 +73309,6 @@ export type Routes = {
|
|
|
73339
73309
|
gadget_id?: (string | undefined) | undefined
|
|
73340
73310
|
/** Product name for an Akiles device. */
|
|
73341
73311
|
product_name?: (string | undefined) | undefined
|
|
73342
|
-
/** Group ID to which to add users for an Akiles device. */
|
|
73343
|
-
_member_group_id?: (string | undefined) | undefined
|
|
73344
73312
|
}
|
|
73345
73313
|
| undefined
|
|
73346
73314
|
/** Metadata for an ASSA ABLOY Vostio system. */
|
|
@@ -73529,9 +73497,6 @@ export type Routes = {
|
|
|
73529
73497
|
| undefined
|
|
73530
73498
|
}) &
|
|
73531
73499
|
({
|
|
73532
|
-
/** */
|
|
73533
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
73534
|
-
(number[] | undefined) | undefined
|
|
73535
73500
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
73536
73501
|
code_constraints?:
|
|
73537
73502
|
| (
|
|
@@ -75231,8 +75196,6 @@ export type Routes = {
|
|
|
75231
75196
|
gadget_id?: (string | undefined) | undefined
|
|
75232
75197
|
/** Product name for an Akiles device. */
|
|
75233
75198
|
product_name?: (string | undefined) | undefined
|
|
75234
|
-
/** Group ID to which to add users for an Akiles device. */
|
|
75235
|
-
_member_group_id?: (string | undefined) | undefined
|
|
75236
75199
|
}
|
|
75237
75200
|
| undefined
|
|
75238
75201
|
/** Metadata for an ASSA ABLOY Vostio system. */
|
|
@@ -75421,9 +75384,6 @@ export type Routes = {
|
|
|
75421
75384
|
| undefined
|
|
75422
75385
|
}) &
|
|
75423
75386
|
({
|
|
75424
|
-
/** */
|
|
75425
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
75426
|
-
(number[] | undefined) | undefined
|
|
75427
75387
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
75428
75388
|
code_constraints?:
|
|
75429
75389
|
| (
|
|
@@ -85617,8 +85577,6 @@ export type Routes = {
|
|
|
85617
85577
|
gadget_id?: (string | undefined) | undefined
|
|
85618
85578
|
/** Product name for an Akiles device. */
|
|
85619
85579
|
product_name?: (string | undefined) | undefined
|
|
85620
|
-
/** Group ID to which to add users for an Akiles device. */
|
|
85621
|
-
_member_group_id?: (string | undefined) | undefined
|
|
85622
85580
|
}
|
|
85623
85581
|
| undefined
|
|
85624
85582
|
/** Metadata for an ASSA ABLOY Vostio system. */
|
|
@@ -85807,9 +85765,6 @@ export type Routes = {
|
|
|
85807
85765
|
| undefined
|
|
85808
85766
|
}) &
|
|
85809
85767
|
({
|
|
85810
|
-
/** */
|
|
85811
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
85812
|
-
(number[] | undefined) | undefined
|
|
85813
85768
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
85814
85769
|
code_constraints?:
|
|
85815
85770
|
| (
|
|
@@ -87509,8 +87464,6 @@ export type Routes = {
|
|
|
87509
87464
|
gadget_id?: (string | undefined) | undefined
|
|
87510
87465
|
/** Product name for an Akiles device. */
|
|
87511
87466
|
product_name?: (string | undefined) | undefined
|
|
87512
|
-
/** Group ID to which to add users for an Akiles device. */
|
|
87513
|
-
_member_group_id?: (string | undefined) | undefined
|
|
87514
87467
|
}
|
|
87515
87468
|
| undefined
|
|
87516
87469
|
/** Metadata for an ASSA ABLOY Vostio system. */
|
|
@@ -87699,9 +87652,6 @@ export type Routes = {
|
|
|
87699
87652
|
| undefined
|
|
87700
87653
|
}) &
|
|
87701
87654
|
({
|
|
87702
|
-
/** */
|
|
87703
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
87704
|
-
(number[] | undefined) | undefined
|
|
87705
87655
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
87706
87656
|
code_constraints?:
|
|
87707
87657
|
| (
|
|
@@ -107899,8 +107849,6 @@ export type Routes = {
|
|
|
107899
107849
|
gadget_id?: (string | undefined) | undefined
|
|
107900
107850
|
/** Product name for an Akiles device. */
|
|
107901
107851
|
product_name?: (string | undefined) | undefined
|
|
107902
|
-
/** Group ID to which to add users for an Akiles device. */
|
|
107903
|
-
_member_group_id?: (string | undefined) | undefined
|
|
107904
107852
|
}
|
|
107905
107853
|
| undefined
|
|
107906
107854
|
/** Metadata for an ASSA ABLOY Vostio system. */
|
|
@@ -108098,9 +108046,6 @@ export type Routes = {
|
|
|
108098
108046
|
| undefined
|
|
108099
108047
|
}) &
|
|
108100
108048
|
({
|
|
108101
|
-
/** */
|
|
108102
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
108103
|
-
(number[] | undefined) | undefined
|
|
108104
108049
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
108105
108050
|
code_constraints?:
|
|
108106
108051
|
| (
|
|
@@ -117405,8 +117350,6 @@ export type Routes = {
|
|
|
117405
117350
|
gadget_id?: (string | undefined) | undefined
|
|
117406
117351
|
/** Product name for an Akiles device. */
|
|
117407
117352
|
product_name?: (string | undefined) | undefined
|
|
117408
|
-
/** Group ID to which to add users for an Akiles device. */
|
|
117409
|
-
_member_group_id?: (string | undefined) | undefined
|
|
117410
117353
|
}
|
|
117411
117354
|
| undefined
|
|
117412
117355
|
/** Metadata for an ASSA ABLOY Vostio system. */
|
|
@@ -117595,9 +117538,6 @@ export type Routes = {
|
|
|
117595
117538
|
| undefined
|
|
117596
117539
|
}) &
|
|
117597
117540
|
({
|
|
117598
|
-
/** */
|
|
117599
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
117600
|
-
(number[] | undefined) | undefined
|
|
117601
117541
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
117602
117542
|
code_constraints?:
|
|
117603
117543
|
| (
|
|
@@ -123596,8 +123536,6 @@ export type Routes = {
|
|
|
123596
123536
|
gadget_id?: (string | undefined) | undefined
|
|
123597
123537
|
/** Product name for an Akiles device. */
|
|
123598
123538
|
product_name?: (string | undefined) | undefined
|
|
123599
|
-
/** Group ID to which to add users for an Akiles device. */
|
|
123600
|
-
_member_group_id?: (string | undefined) | undefined
|
|
123601
123539
|
}
|
|
123602
123540
|
| undefined
|
|
123603
123541
|
/** Metadata for an ASSA ABLOY Vostio system. */
|
|
@@ -123786,9 +123724,6 @@ export type Routes = {
|
|
|
123786
123724
|
| undefined
|
|
123787
123725
|
}) &
|
|
123788
123726
|
({
|
|
123789
|
-
/** */
|
|
123790
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
123791
|
-
(number[] | undefined) | undefined
|
|
123792
123727
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
123793
123728
|
code_constraints?:
|
|
123794
123729
|
| (
|
|
@@ -125488,8 +125423,6 @@ export type Routes = {
|
|
|
125488
125423
|
gadget_id?: (string | undefined) | undefined
|
|
125489
125424
|
/** Product name for an Akiles device. */
|
|
125490
125425
|
product_name?: (string | undefined) | undefined
|
|
125491
|
-
/** Group ID to which to add users for an Akiles device. */
|
|
125492
|
-
_member_group_id?: (string | undefined) | undefined
|
|
125493
125426
|
}
|
|
125494
125427
|
| undefined
|
|
125495
125428
|
/** Metadata for an ASSA ABLOY Vostio system. */
|
|
@@ -125678,9 +125611,6 @@ export type Routes = {
|
|
|
125678
125611
|
| undefined
|
|
125679
125612
|
}) &
|
|
125680
125613
|
({
|
|
125681
|
-
/** */
|
|
125682
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
125683
|
-
(number[] | undefined) | undefined
|
|
125684
125614
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
125685
125615
|
code_constraints?:
|
|
125686
125616
|
| (
|
|
@@ -136898,8 +136828,6 @@ export type Routes = {
|
|
|
136898
136828
|
gadget_id?: (string | undefined) | undefined
|
|
136899
136829
|
/** Product name for an Akiles device. */
|
|
136900
136830
|
product_name?: (string | undefined) | undefined
|
|
136901
|
-
/** Group ID to which to add users for an Akiles device. */
|
|
136902
|
-
_member_group_id?: (string | undefined) | undefined
|
|
136903
136831
|
}
|
|
136904
136832
|
| undefined
|
|
136905
136833
|
/** Metadata for an ASSA ABLOY Vostio system. */
|
|
@@ -137088,9 +137016,6 @@ export type Routes = {
|
|
|
137088
137016
|
| undefined
|
|
137089
137017
|
}) &
|
|
137090
137018
|
({
|
|
137091
|
-
/** */
|
|
137092
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
137093
|
-
(number[] | undefined) | undefined
|
|
137094
137019
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
137095
137020
|
code_constraints?:
|
|
137096
137021
|
| (
|
|
@@ -138792,8 +138717,6 @@ export type Routes = {
|
|
|
138792
138717
|
gadget_id?: (string | undefined) | undefined
|
|
138793
138718
|
/** Product name for an Akiles device. */
|
|
138794
138719
|
product_name?: (string | undefined) | undefined
|
|
138795
|
-
/** Group ID to which to add users for an Akiles device. */
|
|
138796
|
-
_member_group_id?: (string | undefined) | undefined
|
|
138797
138720
|
}
|
|
138798
138721
|
| undefined
|
|
138799
138722
|
/** Metadata for an ASSA ABLOY Vostio system. */
|
|
@@ -138982,9 +138905,6 @@ export type Routes = {
|
|
|
138982
138905
|
| undefined
|
|
138983
138906
|
}) &
|
|
138984
138907
|
({
|
|
138985
|
-
/** */
|
|
138986
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
138987
|
-
(number[] | undefined) | undefined
|
|
138988
138908
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
138989
138909
|
code_constraints?:
|
|
138990
138910
|
| (
|
|
@@ -142241,8 +142161,6 @@ export type Routes = {
|
|
|
142241
142161
|
gadget_id?: (string | undefined) | undefined
|
|
142242
142162
|
/** Product name for an Akiles device. */
|
|
142243
142163
|
product_name?: (string | undefined) | undefined
|
|
142244
|
-
/** Group ID to which to add users for an Akiles device. */
|
|
142245
|
-
_member_group_id?: (string | undefined) | undefined
|
|
142246
142164
|
}
|
|
142247
142165
|
| undefined
|
|
142248
142166
|
/** Metadata for an ASSA ABLOY Vostio system. */
|
|
@@ -142440,9 +142358,6 @@ export type Routes = {
|
|
|
142440
142358
|
| undefined
|
|
142441
142359
|
}) &
|
|
142442
142360
|
({
|
|
142443
|
-
/** */
|
|
142444
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
142445
|
-
(number[] | undefined) | undefined
|
|
142446
142361
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
142447
142362
|
code_constraints?:
|
|
142448
142363
|
| (
|