@seamapi/types 1.806.0 → 1.808.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 +8 -18
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +10 -18
- package/dist/index.cjs +8 -18
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +8 -18
- package/lib/seam/connect/openapi.js +8 -18
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +2 -2
- package/src/lib/seam/connect/openapi.ts +10 -18
- package/src/lib/seam/connect/route-types.ts +2 -0
|
@@ -2012,6 +2012,8 @@ export type Routes = {
|
|
|
2012
2012
|
allow_external_modification?: boolean | undefined;
|
|
2013
2013
|
/** Indicates whether [external modification](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#external-modification) of the code is allowed. Default: `false`. */
|
|
2014
2014
|
is_external_modification_allowed?: boolean | undefined;
|
|
2015
|
+
/** Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code). */
|
|
2016
|
+
use_backup_access_code_pool?: boolean | undefined;
|
|
2015
2017
|
};
|
|
2016
2018
|
commonParams: {};
|
|
2017
2019
|
formData: {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seamapi/types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.808.0",
|
|
4
4
|
"description": "TypeScript types for the Seam API.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"zod": "^3.24.0"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@seamapi/blueprint": "^0.
|
|
94
|
+
"@seamapi/blueprint": "^0.55.0",
|
|
95
95
|
"@swc/core": "^1.11.29",
|
|
96
96
|
"@types/node": "^24.10.9",
|
|
97
97
|
"concurrently": "^9.2.0",
|
|
@@ -31801,6 +31801,11 @@ export default {
|
|
|
31801
31801
|
'Date and time at which the validity of the new access code starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
|
|
31802
31802
|
type: 'string',
|
|
31803
31803
|
},
|
|
31804
|
+
use_backup_access_code_pool: {
|
|
31805
|
+
description:
|
|
31806
|
+
'Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code).',
|
|
31807
|
+
type: 'boolean',
|
|
31808
|
+
},
|
|
31804
31809
|
},
|
|
31805
31810
|
required: ['device_ids'],
|
|
31806
31811
|
type: 'object',
|
|
@@ -31914,6 +31919,11 @@ export default {
|
|
|
31914
31919
|
'Date and time at which the validity of the new access code starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
|
|
31915
31920
|
type: 'string',
|
|
31916
31921
|
},
|
|
31922
|
+
use_backup_access_code_pool: {
|
|
31923
|
+
description:
|
|
31924
|
+
'Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code).',
|
|
31925
|
+
type: 'boolean',
|
|
31926
|
+
},
|
|
31917
31927
|
},
|
|
31918
31928
|
required: ['device_ids'],
|
|
31919
31929
|
type: 'object',
|
|
@@ -34820,7 +34830,6 @@ export default {
|
|
|
34820
34830
|
],
|
|
34821
34831
|
summary: '/access_grants/create',
|
|
34822
34832
|
tags: [],
|
|
34823
|
-
'x-draft': 'Early access.',
|
|
34824
34833
|
'x-fern-sdk-group-name': ['access_grants'],
|
|
34825
34834
|
'x-fern-sdk-method-name': 'create',
|
|
34826
34835
|
'x-fern-sdk-return-value': 'access_grant',
|
|
@@ -34868,7 +34877,6 @@ export default {
|
|
|
34868
34877
|
],
|
|
34869
34878
|
summary: '/access_grants/delete',
|
|
34870
34879
|
tags: [],
|
|
34871
|
-
'x-draft': 'Early access.',
|
|
34872
34880
|
'x-fern-sdk-group-name': ['access_grants'],
|
|
34873
34881
|
'x-fern-sdk-method-name': 'delete',
|
|
34874
34882
|
'x-response-key': null,
|
|
@@ -34918,7 +34926,6 @@ export default {
|
|
|
34918
34926
|
],
|
|
34919
34927
|
summary: '/access_grants/delete',
|
|
34920
34928
|
tags: [],
|
|
34921
|
-
'x-draft': 'Early access.',
|
|
34922
34929
|
'x-fern-sdk-group-name': ['access_grants'],
|
|
34923
34930
|
'x-fern-sdk-method-name': 'delete',
|
|
34924
34931
|
'x-response-key': null,
|
|
@@ -34956,7 +34963,6 @@ export default {
|
|
|
34956
34963
|
],
|
|
34957
34964
|
summary: '/access_grants/get',
|
|
34958
34965
|
tags: [],
|
|
34959
|
-
'x-draft': 'Early access.',
|
|
34960
34966
|
'x-fern-sdk-group-name': ['access_grants'],
|
|
34961
34967
|
'x-fern-sdk-method-name': 'get',
|
|
34962
34968
|
'x-fern-sdk-return-value': 'access_grant',
|
|
@@ -35024,7 +35030,6 @@ export default {
|
|
|
35024
35030
|
],
|
|
35025
35031
|
summary: '/access_grants/get',
|
|
35026
35032
|
tags: [],
|
|
35027
|
-
'x-draft': 'Early access.',
|
|
35028
35033
|
'x-fern-sdk-group-name': ['access_grants'],
|
|
35029
35034
|
'x-fern-sdk-method-name': 'get',
|
|
35030
35035
|
'x-fern-sdk-return-value': 'access_grant',
|
|
@@ -35177,7 +35182,6 @@ export default {
|
|
|
35177
35182
|
'acs_access_groups',
|
|
35178
35183
|
'access_methods',
|
|
35179
35184
|
],
|
|
35180
|
-
'x-draft': 'Early access.',
|
|
35181
35185
|
'x-fern-sdk-group-name': ['access_grants'],
|
|
35182
35186
|
'x-fern-sdk-method-name': 'get_related',
|
|
35183
35187
|
'x-fern-sdk-return-value': 'batch',
|
|
@@ -35321,7 +35325,6 @@ export default {
|
|
|
35321
35325
|
'acs_access_groups',
|
|
35322
35326
|
'access_methods',
|
|
35323
35327
|
],
|
|
35324
|
-
'x-draft': 'Early access.',
|
|
35325
35328
|
'x-fern-sdk-group-name': ['access_grants'],
|
|
35326
35329
|
'x-fern-sdk-method-name': 'get_related',
|
|
35327
35330
|
'x-fern-sdk-return-value': 'batch',
|
|
@@ -35483,7 +35486,6 @@ export default {
|
|
|
35483
35486
|
],
|
|
35484
35487
|
summary: '/access_grants/list',
|
|
35485
35488
|
tags: [],
|
|
35486
|
-
'x-draft': 'Early access.',
|
|
35487
35489
|
'x-fern-sdk-group-name': ['access_grants'],
|
|
35488
35490
|
'x-fern-sdk-method-name': 'list',
|
|
35489
35491
|
'x-fern-sdk-return-value': 'access_grants',
|
|
@@ -35604,7 +35606,6 @@ export default {
|
|
|
35604
35606
|
],
|
|
35605
35607
|
summary: '/access_grants/list',
|
|
35606
35608
|
tags: [],
|
|
35607
|
-
'x-draft': 'Early access.',
|
|
35608
35609
|
'x-fern-sdk-group-name': ['access_grants'],
|
|
35609
35610
|
'x-fern-sdk-method-name': 'list',
|
|
35610
35611
|
'x-fern-sdk-return-value': 'access_grants',
|
|
@@ -35694,7 +35695,6 @@ export default {
|
|
|
35694
35695
|
],
|
|
35695
35696
|
summary: '/access_grants/request_access_methods',
|
|
35696
35697
|
tags: [],
|
|
35697
|
-
'x-draft': 'Early access.',
|
|
35698
35698
|
'x-fern-sdk-group-name': ['access_grants'],
|
|
35699
35699
|
'x-fern-sdk-method-name': 'request_access_methods',
|
|
35700
35700
|
'x-fern-sdk-return-value': 'access_grant',
|
|
@@ -36348,7 +36348,6 @@ export default {
|
|
|
36348
36348
|
],
|
|
36349
36349
|
summary: '/access_grants/unmanaged/get',
|
|
36350
36350
|
tags: [],
|
|
36351
|
-
'x-draft': 'Early access.',
|
|
36352
36351
|
'x-fern-sdk-group-name': ['access_grants', 'unmanaged'],
|
|
36353
36352
|
'x-fern-sdk-method-name': 'get',
|
|
36354
36353
|
'x-fern-sdk-return-value': 'access_grant',
|
|
@@ -37005,7 +37004,6 @@ export default {
|
|
|
37005
37004
|
],
|
|
37006
37005
|
summary: '/access_grants/unmanaged/get',
|
|
37007
37006
|
tags: [],
|
|
37008
|
-
'x-draft': 'Early access.',
|
|
37009
37007
|
'x-fern-sdk-group-name': ['access_grants', 'unmanaged'],
|
|
37010
37008
|
'x-fern-sdk-method-name': 'get',
|
|
37011
37009
|
'x-fern-sdk-return-value': 'access_grant',
|
|
@@ -37714,7 +37712,6 @@ export default {
|
|
|
37714
37712
|
],
|
|
37715
37713
|
summary: '/access_grants/unmanaged/list',
|
|
37716
37714
|
tags: [],
|
|
37717
|
-
'x-draft': 'Early access.',
|
|
37718
37715
|
'x-fern-sdk-group-name': ['access_grants', 'unmanaged'],
|
|
37719
37716
|
'x-fern-sdk-method-name': 'list',
|
|
37720
37717
|
'x-fern-sdk-return-value': 'access_grants',
|
|
@@ -38407,7 +38404,6 @@ export default {
|
|
|
38407
38404
|
],
|
|
38408
38405
|
summary: '/access_grants/unmanaged/list',
|
|
38409
38406
|
tags: [],
|
|
38410
|
-
'x-draft': 'Early access.',
|
|
38411
38407
|
'x-fern-sdk-group-name': ['access_grants', 'unmanaged'],
|
|
38412
38408
|
'x-fern-sdk-method-name': 'list',
|
|
38413
38409
|
'x-fern-sdk-return-value': 'access_grants',
|
|
@@ -38472,7 +38468,6 @@ export default {
|
|
|
38472
38468
|
],
|
|
38473
38469
|
summary: '/access_grants/unmanaged/update',
|
|
38474
38470
|
tags: [],
|
|
38475
|
-
'x-draft': 'Early access.',
|
|
38476
38471
|
'x-fern-sdk-group-name': ['access_grants', 'unmanaged'],
|
|
38477
38472
|
'x-fern-sdk-method-name': 'update',
|
|
38478
38473
|
'x-response-key': null,
|
|
@@ -38534,7 +38529,6 @@ export default {
|
|
|
38534
38529
|
],
|
|
38535
38530
|
summary: '/access_grants/unmanaged/update',
|
|
38536
38531
|
tags: [],
|
|
38537
|
-
'x-draft': 'Early access.',
|
|
38538
38532
|
'x-fern-sdk-group-name': ['access_grants', 'unmanaged'],
|
|
38539
38533
|
'x-fern-sdk-method-name': 'update',
|
|
38540
38534
|
'x-response-key': null,
|
|
@@ -38604,7 +38598,6 @@ export default {
|
|
|
38604
38598
|
],
|
|
38605
38599
|
summary: '/access_grants/update',
|
|
38606
38600
|
tags: [],
|
|
38607
|
-
'x-draft': 'Early access.',
|
|
38608
38601
|
'x-fern-sdk-group-name': ['access_grants'],
|
|
38609
38602
|
'x-fern-sdk-method-name': 'update',
|
|
38610
38603
|
'x-response-key': null,
|
|
@@ -38672,7 +38665,6 @@ export default {
|
|
|
38672
38665
|
],
|
|
38673
38666
|
summary: '/access_grants/update',
|
|
38674
38667
|
tags: [],
|
|
38675
|
-
'x-draft': 'Early access.',
|
|
38676
38668
|
'x-fern-sdk-group-name': ['access_grants'],
|
|
38677
38669
|
'x-fern-sdk-method-name': 'update',
|
|
38678
38670
|
'x-response-key': null,
|
|
@@ -2288,6 +2288,8 @@ export type Routes = {
|
|
|
2288
2288
|
allow_external_modification?: boolean | undefined
|
|
2289
2289
|
/** Indicates whether [external modification](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#external-modification) of the code is allowed. Default: `false`. */
|
|
2290
2290
|
is_external_modification_allowed?: boolean | undefined
|
|
2291
|
+
/** Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code). */
|
|
2292
|
+
use_backup_access_code_pool?: boolean | undefined
|
|
2291
2293
|
}
|
|
2292
2294
|
commonParams: {}
|
|
2293
2295
|
formData: {}
|